/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
  /* 1 */
    line-height: 1.15;
  /* 2 */
    -ms-text-size-adjust: 100%;
  /* 3 */
    -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1, h2, h3 {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
  /* 1 */
    height: 0;
  /* 1 */
    overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
  /* 1 */
    -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
  /* 1 */
    text-decoration: underline;
  /* 2 */
    text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
  /* 1 */
    font-size: 100%;
  /* 1 */
    line-height: 1.15;
  /* 1 */
    margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
  /* 1 */
    color: inherit;
  /* 2 */
    display: table;
  /* 1 */
    max-width: 100%;
  /* 1 */
    padding: 0;
  /* 3 */
    white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
  /* 1 */
    vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
  /* 1 */
    outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
  /* 1 */
    font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

.header {
    background-color: #fff;
    padding: 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1024px;
    z-index: 10;
    box-sizing: border-box;
}

.header__inner {
    display: -ms-flexbox;
    display: flex;
    max-width: 1540px;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    width: 110px;
    margin-right: 90px;
}

.header__logo img {
    max-width: 100%;
    height: auto;
}

.header__nav {
    display: -ms-flexbox;
    display: flex;
}

.header__nav a {
    margin: 0 25px;
    color: #313131;
    font-size: 16px;
    font-weight: 300;
    transition: color .23s;
}

.header__nav a:hover {
    color: #ec6446;
}

.header__links {
    margin: auto 0 auto auto;
}

.header__contact {
    margin-left: 45px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    transition: color .23s;
}

.header__contact:hover {
    color: #ec6446;
}

.header__cost {
    color: #ec6446;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    transition: border-color .23s;
}

.header__cost:hover {
    border-bottom: 2px solid #ec6446;
}

body {
    font-family: 'Roboto', sans-serif;
}

* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a {
    text-decoration: none;
}

.page {
    overflow: hidden;
}

.mobile-topline {
    display: none;
}

.top {
    position: relative;
    background: linear-gradient(to right, #ec6446, #e5a8a3);
    padding: 140px 15px 90px 15px;
}

.top__container {
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top__content {
    position: relative;
    max-width: 790px;
    flex-grow: 0;
    flex-shrink: 0;
}

.top__city {
    position: absolute;
    right: 103%;
    top: 0;
}

.top__title {
    color: #fff;
    font-size: 72px;
    line-height: 80px;
    font-weight: 300;
}

.top__title span {
    font-weight: 700;
}

.top__form {
    margin-top: 30px;
    border: 2px solid #313131;
    padding: 40px 40px 0 40px;
    border-radius: 6px;
}

.top__form-content {
    display: -ms-flexbox;
    display: flex;
}

.top__form-text {
    width: 50%;
}

.top__form-list {
    width: 50%;
}

.top__form-text {
    font-weight: 500;
    color: #313131;
    line-height: 2;
    font-size: 16px;
    padding-right: 45px;
    box-sizing: border-box;
}

.top__form-list {
    padding-left: 60px;
    box-sizing: border-box;
}

.top__form-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: list 0;
}

.top__form-list li {
    font-weight: 300;
    color: #313131;
    margin-bottom: 20px;
}

.top__form-list li:before {
    counter-increment: list;
    content: "0" counter(list) ". ";
    display: inline-block;
    margin-right: 7px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

.top__array {
    position: absolute;
    width: 56px;
    height: 56px;
    left: calc(50% - 28px);
    bottom: -26px;
    background-color: #fff;
    background-image: url(../images/static/arr-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 35px rgba(217, 77, 1, 0.2);
    cursor: pointer;
    transition: box-shadow .3s;
}

.top__array:hover {
    box-shadow: 0 0 35px rgba(217, 77, 1, 0.4);
}

.top__form-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    transform: translateY(27px);
}

.button {
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    background-color: #313131;
    padding: 17px 55px;
    box-sizing: border-box;
    transition: background-color .23s, color .23s;
}

.button:hover {
    background-color: #3e3e3e;
}

.container {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.about {
    overflow: hidden;
    padding: 70px 0 100px 0;
}

.about__title {
    font-weight: 300;
    font-size: 60px;
    color: #313131;
    line-height: 1;
    margin-bottom: 40px;
    max-width: 510px;
}

.about__content {
    position: relative;
    max-width: 650px;
}

.about__text {
    color: #313131;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

.about__text p {
    margin: 0 0 10px 0;
}

.about__img {
    position: absolute;
    top: -20px;
    left: 105%;
}

.medium {
    font-weight: 500;
}

.section-title {
    position: relative;
    font-size: 36px;
    font-weight: 300;
    color: #353535;
    margin-bottom: 70px;
}

.section-title:before {
    content: '';
    position: absolute;
    left: -130px;
    top: 15px;
    width: 100px;
    height: 10px;
    background-color: #313131;
}

.section-title span {
    font-weight: 700;
    color: #ec6446;
}

.section-title--white {
    color: #fff;
}

.section-title--white:before {
    background-color: #fff;
}

.section-title--white span {
    color: #fff;
}

.steps__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -46px 0 -59px;
    counter-reset: steps 0;
}

.steps__inner:after {
    content: '';
    clear: both;
    display: block;
    width: 320px;
}

.step {
    margin-bottom: 75px;
    width: 320px;
    padding: 0 15px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.step:nth-child(2) .step__img:before {
    left: -13px;
    top: -52px;
}

.step__img {
    position: relative;
    margin-bottom: 22px;
    height: 105px;
}

.step__img img {
    width: auto;
    height: 100%;
}

.step__img:before {
    position: absolute;
    left: -41px;
    top: -50px;
    counter-increment: steps;
    content: counter(steps) "";
    font-weight: 900;
    font-size: 112px;
    z-index: -1;
    color: #ec6446;
}

.step__text {
    text-align: center;
    font-size: 18px;
    color: #353535;
    line-height: 24px;
    width: 100%;
}

.features {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/static/features.jpg);
    padding: 112px 0;
    margin-bottom: 50px;
    color: #fff;
}

.features__container {
    border: 4px solid #fff;
    padding: 55px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.feature {
    width: 33%;
}

.feature:before {
    content: '';
    display: block;
    width: 65px;
    height: 45px;
    margin: 10px 0 65px 73px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/static/big-check.svg);
}

.feature__title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 22px;
}

.feature__text {
    font-size: 16px;
    line-height: 24px;
    max-width: 220px;
    font-weight: 300;
}

.info {
    position: relative;
    margin-bottom: 82px;
}

.info .section-title {
    margin-bottom: 45px;
    max-width: 580px;
}

.info .section-title--long {
    max-width: 100%;
}

.info__content p {
    font-weight: 300;
    color: #2a2f34;
    line-height: 36px;
}

.marked-list {
    padding: 0;
}

.marked-list li {
    margin-bottom: 30px;
    font-weight: 300;
    color: #272d33;
    font-size: 18px;
    list-style-type: none;
}

.marked-list li:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 28px;
    margin-bottom: -5px;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/static/mark-small.svg);
}

.info__dop {
    position: absolute;
    left: 620px;
    top: 20px;
}

.stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 300;
    margin-bottom: 85px;
}

.stats__title {
    font-size: 48px;
    color: #ec6446;
}

.stats__text {
    color: #2a2f34;
    font-size: 24px;
    max-width: 215px;
}

.banner {
    background-size: cover;
    background-position: center;
    background-image: url(../images/static/banner-bg.png);
    text-align: center;
    padding: 85px 15px 60px 15px;
}

.banner__text {
    color: #fff;
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    max-width: 810px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.banner__note {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}

.banner__btn {
    transform: translateY(67px);
}

.footer {
    padding: 80px 0;
}

.footer__call {
    text-align: center;
}

.footer__call-title {
    color: #ec6446;
    font-size: 18px;
    margin-bottom: 15px;
}

.footer__call-phone {
    color: #2a2f34;
    font-size: 36px;
    font-weight: 300;
    transition: color .23s;
}

.footer__call-phone:hover {
    color: #ec6446;
}

.footer__line {
    margin-top: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.footer__line a {
    font-weight: 300;
    color: #2a2f34;
    transition: color .23s;
}

.footer__line a:hover {
    color: #ec6446;
}

.footer__line--site:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/static/home-icon.svg);
    margin-right: 20px;
    margin-bottom: -2px;
}

.footer__line--fb:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/static/fb.svg);
    margin-right: 15px;
    margin-bottom: -6px;
}

.footer__line--cake:after {
    content: '';
    display: inline-block;
    width: 87px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/static/cake.png);
    margin-left: 15px;
    margin-bottom: -1px;
}

.companies {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 30px 0 0 0;
}

.company {
    position: relative;
    margin: 0 25px;
    font-size: 23px;
    height: 32px;
    line-height: 23px;
    display: flex;
    align-items: flex-end;
}

.company img {
    max-width: 100px;
    height: auto;
    margin-bottom: -2px;
}

.company--obit, .company--obit img {
    height: 32px;
}

.company:before {
    content: '';
    /*margin-bottom: -5px;*/
    display: inline-block;
    width: 39px;
    height: 21px;
    margin-right: 15px;
    left: -25px;
    bottom: 3px;
    border-radius: 6px;
}

.company--obit:before {
    background: linear-gradient(to right, #ec6446, #e5a8a3
);
}

.company--other:before {
    background: repeating-linear-gradient(110deg, #646464, #646464 10px, #797979 10px, #797979 20px);
}

.compare {
    margin-bottom: 50px;
}

.compare-container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.compare-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.compare__main {
    width: 300px;
    min-height: 90px;
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
}

.compare__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 130px;
    height: 90px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.compare__img img {
    max-width: 130px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.compare__name {
    color: #272d33;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 10px 0;
}

.compare__info {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(169, 169, 169, 0.19);
    padding: 25px 25px 15px 25px;
    box-sizing: border-box;
}

.compare__info-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11px;
}

.compare__info-title {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    color: #ff7b10;
    font-weight: 300;
}

.values__line {
    color: #fff;
    font-weight: 300;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 4px;
    white-space: nowrap;
}

.values__line--obit {
    background: linear-gradient(to right, #ec6446, #e5a8a3
);
}

.values__line--other {
    width: 100%;
    background: repeating-linear-gradient(110deg, #646464, #646464 16px, #797979 16px, #797979 32px);
}

.values__line-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.values__line-container {
    width: 100%;
}

.compare__info-price {
    color: #2a2f34;
    font-size: 16px;
    font-weight: 300;
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.compare__more {
    width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 300;
    font-size: 14px;
    padding-left: 10px;
    margin: 0 0 0 auto;
}

.compare__more--grey {
    color: #2a2f34;
}

.compare__more--orange {
    color: #ec6446;
}

.economy__title {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    margin-top: -27px;
}

.economy__title:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -2px;
    width: 37%;
    height: 2px;
    background-color: #000;
}

.economy__title:after {
    content: '';
    position: absolute;
    right: -1px;
    top: -2px;
    width: 37%;
    height: 2px;
    background-color: #000;
}

.economy__container {
    position: relative;
    border: 2px solid #000;
    border-top-color: transparent;
    max-width: 1080px;
    margin: 0 auto;
}

.economy__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 630px;
    margin: 0 auto;
    padding: 45px 0;
}

.economy-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
}

.economy-item span {
    margin-bottom: 2px;
    font-weight: 300;
    color: #272d33;
}

.economy__note {
    max-width: 530px;
    margin: 60px auto 0 auto;
    font-size: 24px;
    line-height: 34px;
}

.economy {
    margin-bottom: 50px;
}

.economy .banner {
    padding-top: 110px;
    padding-bottom: 80px;
}

.economy__value {
    color: #fff;
    font-size: 72px;
    font-weight: 500;
    margin-bottom: -9px;
    margin-right: 7px;
    margin-left: 7px;
}

.economy__name {
    font-size: 18px;
    max-width: 60px;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

.compare-img {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: -1;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 15;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility .23s, opacity .23s;
}

.popup.fade-up .popup__container {
    transform: translateY(50px);
}

.popup.is-opened {
    opacity: 1;
    visibility: visible;
}

.popup.is-opened .popup__container {
    transform: translateY(0);
}

.popup__container {
    position: relative;
    background-color: #fff;
    padding: 50px;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 450px;
    box-sizing: border-box;
    transform: translateY(-50px);
    transition: transform .3s;
}

.popup__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.865);
}

.popup__closer {
    position: absolute;
    right: 0;
    top: 4px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.popup__closer:before {
    display: block;
    content: '+';
    font-size: 48px;
    font-weight: 100;
    color: #000;
    transform: rotate(45deg);
    transition: color .23s;
}

.popup__closer:hover:before {
    color: #ec6446;
}

.popup__title {
    font-weight: 100;
    margin-bottom: 30px;
    font-size: 26px;
    text-align: center;
}

.popup__text {
    text-align: center;
    font-weight: 100;
    font-size: 20px;
}

.popup__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup__form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 100;
}

.popup__form input[type="text"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 17px 10px;
    outline: none;
    transition: box-shadow .3s, border-color .3s;
}

.popup__form input[type="text"]:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.popup__form input[type="text"]:focus {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

.popup__form input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.popup__form button {
    cursor: pointer;
    border: none;
    margin-top: 20px;
}

label.input-error {
    display: none;
}

input[type="text"].input-error {
    border-color: #ec6446;
}

.upload {
    position: relative;
}

.popup__form-line {
    font-weight: 100;
    position: relative;
    margin-bottom: 15px;
}

.file {
    text-align: center;
}

.file:hover .file__name {
    color: #e5a8a3
;
}

.file__name {
    margin-top: 15px;
    text-align: center;
    border-bottom: 1px dashed #e5a8a3
;
    display: inline-block;
    text-align: center;
    transition: color .23s;
}

.cutted {
    overflow: hidden;
}

@media screen and (max-width: 1240px) {
    .header__logo {
        margin-right: 20px;
    }

    .header__nav a {
        font-size: 14px;
        margin: 0 15px;
    }

    .header__cost {
        font-size: 14px;
    }

    .header__contact {
        font-size: 16px;
    }
}