/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?36vw7r");
	src: url("../fonts/icomoon.eot?36vw7r#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?36vw7r") format("truetype"), url("../fonts/icomoon.woff?36vw7r") format("woff"), url("../fonts/icomoon.svg?36vw7r#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
	content: "\e900";
}

.icon-twitter:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\eac9";
}

.how-we-work .work-list,
.help-section .popup-holder .popup-content ul,
.contact-section .social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #2f3131;
	background: #fff;
	font: 17px/1.263157 "omnes-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #c74d19;
}

h1,
.h1 {
	font-size: 27px;
}

h2,
.h2 {
	font-size: 25px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 19px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #c74d19;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #2f3131;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #2f3131;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #2f3131;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #2f3131;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #2f3131;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #2f3131;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header {
	background: #c74d19;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#header:after,
#header:before {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-position-x: center;
	bottom: 0;
	content: "";
	display: none;
	left: 0;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 0;
}

#header:before {
	background-image: url(../images/hero-bg.png);
	background-size: 1600px 619px;
	background-position-y: 50%;
	z-index: 1;
}

#header:after {
	background-image: url(../images/hero-bg-1.png);
	background-size: 1600px 568px;
	background-position-y: 100%;
	z-index: 6;
}

#header .circle {
	white-space: nowrap;
	text-align: center;
}

#header .circle:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 300px;
}

#header .circle > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

#header .hero-circle {
	width: 480px;
	height: 480px;
	width: 300px;
	height: 280px;
	position: relative;
	margin: 110px auto 120px;
	display: inline-block;
}

#header .hero-circle .hero-circle__text {
	position: absolute;
	top: 0;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
	z-index: 5;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#header .hero-circle .hero-circle__text .text {
	max-width: 216px;
	margin: 0 auto;
}

#header .hero-circle .hero-circle__circle {
	display: inline-block;
	border-radius: 50%;
	width: 100%;
	height: 290px;
	border: 10px solid #ffe9d6;
	position: relative;
	z-index: 5;
	-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	transform: scale(1.6);
}

#header .hero-circle h1 {
	color: #fcfce6;
	font-size: 23px;
	letter-spacing: -.5px;
	line-height: 1.4;
	word-spacing: -3.1px;
	margin-bottom: 22px;
}

#header .hero-circle .logo {
	display: block;
	margin: 0 auto 20px;
	width: 125px;
}

#header .hero-circle .logo img {
	width: 100%;
}

#header .hero-circle .separate {
	margin-bottom: 29px;
}

.separate {
	position: relative;
}

.separate:after {
	background: url(../images/dash.png);
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	width: 77px;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

#wrapper:after,
#wrapper:before {
	content: "";
	position: absolute;
	z-index: 10;
	background: url(../images/stitche.png);
	background-repeat: repeat-y;
	width: 6px;
	height: 100%;
	display: block;
	top: 0;
}

#wrapper:before {
	left: 5px;
}

#wrapper:after {
	right: 5px;
}

body {
	font-weight: 300;
}

body.desktop-popup-active {
	overflow: hidden;
}

h1,
h2 {
	font-weight: 900;
	font-family: "Gotham A", "Gotham B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

.container {
	margin: 0 auto;
	max-width: 1326px;
	padding: 0 15px;
}

.section {
	padding: 54px 0 33px;
}

.section .heading {
	font-weight: 500;
	text-align: center;
}

.section .heading h1 {
	letter-spacing: normal;
	line-height: .9;
	margin-bottom: 16px;
	word-spacing: -1.5px;
}

.section .heading .text {
	max-width: 300px;
	margin: 0 auto;
}

.about-tailor {
	background-color: #333;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -.5px;
	line-height: 1.355294;
	word-spacing: 2.3px;
	text-align: center;
}

.about-tailor .container {
	max-width: 1250px;
	padding: 0 50px;
}

.about-tailor strong {
	font-weight: 500;
	display: block;
	word-spacing: 2.7px;
}

.about-tailor strong.light-blue {
	color: #badcec;
	font-style: italic;
	margin-bottom: 24px;
	margin-top: 26px;
}

.about-tailor .largest-text {
	font-size: 21px;
	line-height: 1.3;
	margin-bottom: 68px;
}

.about-tailor .less-text p {
	margin-bottom: 26px;
}

.about-tailor .separate:after {
	bottom: -36px;
	width: 210px;
}

.how-we-work {
	background-color: #f5f5f5;
	padding-bottom: 5px;
	padding-top: 52px;
}

.how-we-work .container {
	max-width: 1356px;
}

.how-we-work .heading {
	margin-bottom: 52px;
}

.how-we-work li {
	background-color: #fff;
	margin: 0 -27px 20px;
	padding: 27px 40px 31px;
}

.how-we-work li:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.how-we-work li .img-holder {
	margin-bottom: 23px;
}

.how-we-work li .text-holder {
	font-weight: 300;
}

.how-we-work li .text-holder h2 {
	margin-bottom: 10px;
}

.help-section {
	padding-top: 55px;
	padding-bottom: 51px;
}

.help-section .popups-block {
	padding: 13px 13px 0;
	margin: 0 -13px;
}

.help-section .popups-block:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 2;
}

.help-section .popup-holder {
	border-top: 1px dashed #c2c2c1;
	padding: 30px 15px;
}

.help-section .popup-holder.popup-active .popup {
	opacity: 1;
	visibility: visible;
}

.help-section .popup-holder .icon {
	width: 113px;
	height: 113px;
	display: inline-block;
	vertical-align: middle;
}

.help-section .popup-holder .open {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.help-section .popup-holder .open .icon {
	margin-right: 10px;
}

.help-section .popup-holder .open .text-holder {
	font-size: 20px;
	font-weight: 500;
	width: calc(100% - 130px);
}

.help-section .popup-holder .open .text-holder p {
	margin-bottom: 0;
}

.help-section .popup-holder .close {
	width: 57px;
	height: 57px;
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	border: 2px solid #efeded;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: 28px;
	vertical-align: top;
}

.help-section .popup-holder .close:hover {
	border-color: #c74d19;
}

.help-section .popup-holder .close:hover .icon-close {
	color: #c74d19;
}

.help-section .popup-holder .close .icon-close {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #979797;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.help-section .popup-holder .popup {
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	background-color: #fff;
	bottom: 0;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 9999;
}

.help-section .popup-holder .popup-content {
	background-color: #fff;
	padding: 47px 28px 47px 40px;
}

.help-section .popup-holder .popup-content .icon {
	margin-bottom: 20px;
}

.help-section .popup-holder .popup-content h2 {
	line-height: 1;
	margin-bottom: 25px;
}

.help-section .popup-holder .popup-content h3 {
	border-top: 1px dashed #c2c2c1;
	color: #2f3131;
	font-style: italic;
	font-weight: 500;
	letter-spacing: -1.2px;
	padding: 18px 0 14px;
	margin-bottom: 0;
}

.help-section .popup-holder .popup-content ul {
	margin-bottom: 25px;
}

.help-section .popup-holder .popup-content ul li {
	font-weight: 300;
	margin-bottom: 21px;
	padding-left: 29px;
	position: relative;
}

.help-section .popup-holder .popup-content ul li:before {
	width: 5px;
	height: 5px;
	background-color: #333;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 5px;
	top: 15px;
}

.help-section .popup-holder .popup-content strong {
	display: block;
	font-weight: 500;
	margin-bottom: 40px;
}

.help-section .popup-holder .popup-content strong a:hover {
	color: #333;
}

.contact-section {
	background-color: #333;
	font-weight: 300;
	padding-bottom: 35px;
	padding-top: 44px;
	text-align: center;
}

.contact-section .container {
	max-width: 1018px;
	padding: 0 30px;
}

.contact-section .heading {
	color: #fff;
	margin-bottom: 41px;
}

.contact-section .contact-block {
	background-color: #fff;
	padding: 23px 23px 10px;
}

.contact-section .contact-block .contact {
	letter-spacing: -.5px;
	font-weight: 300;
}

.contact-section .contact-block p {
	margin-bottom: 0;
}

.contact-section .contact-block .mail:hover {
	color: #333;
}

.contact-section .contact-block .phone {
	color: #333;
}

.contact-section .contact-block .phone:hover {
	color: #c74d19;
}

.contact-section .social li {
	display: inline-block;
	margin: 0 4px;
	vertical-align: top;
}

.contact-section .social li a {
	color: #b0b4b5;
	font-size: 42px;
}

.contact-section .social li a:hover {
	color: #c74d19;
}

.contact-section .social li a .icon-twitter {
	font-size: 39px;
}

.contact-section .social li a .icon-linkedin {
	font-size: 37px;
}

.viewport .fade-effect,
.viewport .move-effect {
	opacity: 0;
	visibility: hidden;
}

.viewport .fade-effect {
	-webkit-transition: opacity .7s ease-in-out, visibility .7s ease-in-out;
	transition: opacity .7s ease-in-out, visibility .7s ease-in-out;
}

.viewport .move-effect {
	-webkit-transition: opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	transition: opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out, visibility .7s ease-in-out;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}

.viewport.in-viewport .move-effect {
	opacity: 1;
	visibility: visible;
}

.viewport.in-viewport .move-effect {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.viewport.move-effect {
	opacity: 0;
	-webkit-animation-delay: 50s;
	animation-delay: 50s;
	visibility: hidden;
}

.viewport.move-effect {
	-webkit-transition: opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	transition: opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out, visibility .7s ease-in-out;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}

.viewport.in-viewport.move-effect {
	opacity: 1;
	visibility: visible;
}

.viewport.in-viewport.move-effect {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

#footer {
	background-color: #c74d19;
	padding: 59px 0;
}

#footer .container {
	max-width: 986px;
	text-align: center;
}

#footer .logo {
	display: block;
	margin: 0 auto 24px;
}

@media (min-width: 768px) {
	#header {
		min-height: 100vh;
	}

	#header:after,
	#header:before {
		display: block;
	}

	#header .circle {
		white-space: nowrap;
		text-align: center;
	}

	#header .circle:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 100vh;
	}

	#header .circle > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	#header .hero-circle {
		width: 620px;
		height: 620px;
		margin: 40px 0;
	}

	#header .hero-circle .hero-circle__text {
		font-size: 20px;
		width: 592px;
		top: 105px;
	}

	#header .hero-circle .hero-circle__text .text {
		max-width: 400px;
	}

	#header .hero-circle .hero-circle__circle {
		padding: 110px;
		height: 620px;
		border: 18px solid #ffe9d6;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	#header .hero-circle h1 {
		font-size: 45px;
		line-height: .9;
		margin-bottom: 31px;
	}

	#header .hero-circle p {
		margin-bottom: 24px;
	}

	#header .hero-circle .logo {
		margin-bottom: 39px;
		width: 189px;
	}

	#header .hero-circle .separate {
		margin-bottom: 54px;
	}

	.separate:after {
		width: 130px;
	}

	.section .heading .text {
		max-width: 800px;
	}

	.about-tailor .separate:after {
		width: 370px;
	}

	.how-we-work li {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 30px;
	}

	.how-we-work li:nth-child(even) .img-holder {
		padding-left: 20px;
	}

	.how-we-work li .img-holder {
		margin-bottom: 0;
		width: 47%;
	}

	.how-we-work li .img-holder.top-img img {
		display: block;
		margin-top: -69px;
	}

	.how-we-work li .text-holder {
		width: 53%;
	}

	.help-section .popups-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
	}

	.help-section .popup-holder {
		border-top: none;
		border-bottom: 1px dashed #c2c2c1;
		border-right: 1px dashed #c2c2c1;
		width: 50%;
	}

	.help-section .popup-holder .open {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.help-section .popup-holder .open .icon {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 24px;
	}

	.help-section .popup-holder .open .text-holder {
		text-align: center;
		width: 100%;
	}

	.help-section .popup-holder .close {
		top: 34px;
	}

	.help-section .popup-holder .popup {
		background-color: rgba(51, 51, 51, .94);
	}

	.help-section .popup-holder .popup-content {
		bottom: 50px;
		left: 50%;
		max-width: 720px;
		overflow-y: auto;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 50px;
		width: 100%;
	}

	.contact-section {
		padding-bottom: 67px;
	}

	.contact-section .contact-block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .additional-logo {
		margin-right: 20px;
		width: calc(100% - 246px);
	}

	#footer .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: left;
	}

	#footer .logo {
		margin: 0 0 0 20px;
	}
}

@media (min-width: 1024px) {
	#header .hero-circle {
		width: 780px;
		height: 780px;
	}

	#header .hero-circle .hero-circle__text {
		font-size: 30px;
		top: 141px;
	}

	#header .hero-circle .hero-circle__circle {
		height: 780px;
		padding: 110px;
	}

	#header .hero-circle h1 {
		font-size: 50px;
	}

	body {
		font-size: 27px;
	}

	h1,
	h2 {
		font-size: 50px;
	}

	h3 {
		font-size: 27px;
	}

	.section .heading h1 {
		margin-bottom: 39px;
	}

	.section .heading .text {
		font-size: 32px;
	}

	.about-tailor {
		font-size: 32px;
		line-height: 1.59375;
	}

	.about-tailor strong.light-blue {
		margin: 44px 0 40px;
	}

	.about-tailor .largest-text {
		font-size: 37px;
		line-height: 1.378378;
		margin-bottom: 102px;
	}

	.about-tailor .separate:after {
		bottom: -58px;
	}

	.how-we-work .heading {
		margin-bottom: 122px;
	}

	.how-we-work li {
		padding: 39px 52px 0;
	}

	.how-we-work li .img-holder {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
	}

	.help-section .popup-holder {
		padding: 68px 15px;
		width: 33.33%;
	}

	.help-section .popup-holder:nth-child(3n) {
		border-right: none;
	}

	.help-section .popup-holder .close {
		width: 74px;
		height: 74px;
		right: 43px;
		top: 44px;
	}

	.help-section .popup-holder .close .icon-close {
		font-size: 38px;
	}

	.help-section .popup-holder .popup-content .icon {
		width: 162px;
		height: 162px;
		margin-bottom: 31px;
	}

	.help-section .popup-holder .popup-content h2 {
		font-size: 40px;
	}

	.help-section .popup-holder .popup-content h3 {
		padding: 32px 0 21px;
	}

	.help-section .popup-holder .popup-content ul {
		margin-bottom: 56px;
		padding-left: 10px;
	}

	.help-section .popup-holder .popup-content ul li {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.help-section .popup-holder .popup-content strong {
		font-size: 27px;
	}

	.contact-section {
		padding-top: 67px;
	}

	.contact-section .contact-block .contact {
		font-size: 30px;
	}

	#footer .additional-logo {
		padding-top: 23px;
	}
}

@media (min-width: 1200px) {
	#header .hero-circle .hero-circle__text .text {
		word-spacing: 2.4px;
	}

	#header .hero-circle p {
		margin-bottom: 32px;
	}

	#header .hero-circle .logo {
		margin-bottom: 40px;
	}

	#wrapper:before {
		left: 150px;
	}

	#wrapper:after {
		right: 134px;
	}

	.section {
		padding: 160px 0;
	}

	.section .heading .text {
		max-width: 1170px;
	}

	.about-tailor {
		padding-bottom: 114px;
	}

	.how-we-work {
		padding-top: 135px;
		padding-bottom: 81px;
	}

	.how-we-work li:nth-child(even) {
		padding-top: 89px;
	}

	.how-we-work li:nth-child(even) .text-holder {
		padding-left: 25px;
		padding-top: 20px;
	}

	.how-we-work li .img-holder.top-img img {
		margin-left: -78px;
		margin-top: -99px;
	}

	.how-we-work li .text-holder {
		line-height: 1.357142;
		padding: 40px 5px 48px;
	}

	.help-section {
		padding-bottom: 74px;
		padding-top: 116px;
	}

	.help-section .popups-block {
		margin-top: 64px;
	}

	.help-section .popup-holder {
		padding: 68px 40px;
	}

	.help-section .popup-holder .icon {
		width: 180px;
		height: 180px;
	}

	.help-section .popup-holder .open .icon {
		width: 240px;
		height: 240px;
		margin-bottom: 41px;
	}

	.help-section .popup-holder .open .text-holder {
		font-size: 30px;
	}

	.help-section .popup-holder .popup-content {
		padding: 59px 100px 47px 69px;
	}

	.contact-section {
		padding: 92px 0 126px;
	}

	.contact-section .contact-block {
		padding: 20px 22px 20px 34px;
	}

	.contact-section .contact-block .contact {
		letter-spacing: normal;
	}

	#footer {
		padding: 75px 0 283px;
	}
}

@media (max-width: 1023px) {
	.help-section .popup-holder:nth-child(even) {
		border-right: none;
	}
}

@media (max-width: 767px) {
	.contact-section .contact-block .contact {
		margin: 0 auto 13px;
		max-width: 200px;
	}
}

@-webkit-keyframes movebox {
	0% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes movebox {
	0% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
