/*! 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;
}

/**
 * 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 {
    -webkit-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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;
}

@font-face {
    font-family: "Montserrat";
  src: url("../fonts/Montserrat/MontserratBold/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat/MontserratBold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/MontserratBold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/MontserratBold/Montserrat-Bold.svg") format("svg"), url("../fonts/Montserrat/MontserratBold/Montserrat-Bold.otf") format("otf"), url("../fonts/Montserrat/MontserratBold/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
  src: url("../fonts/Montserrat/MontserratRegular/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/MontserratRegular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/MontserratRegular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/MontserratRegular/Montserrat-Regular.svg") format("svg"), url("../fonts/Montserrat/MontserratRegular/Montserrat-Regular.otf") format("otf"), url("../fonts/Montserrat/MontserratRegular/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
    font-family: "Montserrat";
  src: url("../fonts/Montserrat/MontserratMedium/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/MontserratMedium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/MontserratMedium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/MontserratMedium/Montserrat-Medium.svg") format("svg"), url("../fonts/Montserrat/MontserratMedium/Montserrat-Medium.otf") format("otf"), url("../fonts/Montserrat/MontserratMedium/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
  src: url("../fonts/Montserrat/MontserratSemiBold/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/MontserratSemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/MontserratSemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/MontserratSemiBold/Montserrat-SemiBold.svg") format("svg"), url("../fonts/Montserrat/MontserratSemiBold/Montserrat-SemiBold.otf") format("otf"), url("../fonts/Montserrat/MontserratSemiBold/Montserrat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
    font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSans/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSans/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

body {
    font-family: "Montserrat";
    font-weight: 300;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

u {
  text-decoration: underline;
}

.page {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content {
    width: 100%;
}

.footer {
    margin-top: auto;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

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

.header {
    position: fixed;
    left: 0;
    right: 0;
    right: 0;
    padding-top: 30px;
    background-color: transparent;
    -webkit-transition: background-color .3s, padding .3s;
    transition: background-color .3s, padding .3s;
    z-index: 20;
}

.header.is-scrolled {
    padding: 20px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.header.is-scrolled .header__logo-double {
    opacity: 1;
}

.header.is-scrolled .header__logo-image {
    opacity: 0;
}

.header.is-scrolled .header__phone {
    color: #333333;
    font-size: 16px;
}

.header.is-scrolled .header__phones {
    margin-left: auto;
    margin-right: 25px;
}

.header.is-scrolled .header__nav {
    display: none;
}

.header.is-scrolled .header__button {
    display: block;
}

.header__button {
    display: none;
}

.header__logo-double {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.header__logo-image {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__logo {
    position: relative;
    width: 100px;
}

.header__nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 25px;
}

.header__nav-link:last-child {
    margin-right: 0;
}

.header__phone {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.05em;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.welcome {
  background-image: url(./../../home-05.jpg);
  background-color: #393939;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.welcome__form-line-result {
  border: 1px solid red;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 27px;
  font-family: 'OpenSans';
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 25px;
  display: none;
  margin-top: 180px
}

.welcome__row {
    display: grid;
    grid-template-areas: "a b" "c b";
}

.welcome__form {
    position: relative;
    grid-area: b;
}

.welcome__form:before {
    content: '';
    position: absolute;
    left: -180px;
    bottom: 12px;
    width: 150px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/static/arrrow.png);
}

.welcome__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.welcome__content {
    color: #fff;
}

.welcome__subtitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.welcome__text {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.welcome__note {
    color: #fff;
}

.welcome__note-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.welcome__ul {
    list-style-type: none;
    padding-left: 0;
}

.welcome__li {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}

.welcome__li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 13px;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/static/right-arrow.png);
}

.welcome__form-line {
    margin-bottom: 20px;
}

.welcome__form-line:last-child {
    margin-bottom: 0;
}

.welcome__form-submit {
    margin-top: 40px;
}

.welcome__form-submit .button {
    display: block;
    width: 100%;
}

.input {
    width: 100%;
    background-color: #fff;
    border: 1px solid transparent;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 3px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.input.error {
    border-color: #ff0000;
}

.button {
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    padding: 15px 27px;
    font-family: "OpenSans";
    font-size: 16px;
    letter-spacing: 0.03em;
    text-decoration: none;
    -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, background-color .3s;
    transition: box-shadow .3s, background-color .3s, -webkit-box-shadow .3s;
}

.button--bordered {
    border-radius: 3px;
}

.button--red {
    background-color: #f00;
    color: #fff;
}

.button--red:hover {
    background-color: #ff2722;
}

.button--white {
    background-color: #fff;
    color: #000;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.button--white:hover {
    opacity: .9;
}

.button:hover {
    -webkit-box-shadow: 0 0 30px rgba(255, 39, 34, 0.3);
    box-shadow: 0 0 30px rgba(255, 39, 34, 0.3);
}

.section {
    padding: 80px 0;
}

.section--gray {
    background-color: #f8f7f7;
}

.section:last-child {
    padding-bottom: 0;
}

.section__title, .popup__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #333;
    max-width: 690px;
    margin-bottom: 35px;
}

.section__title span, .popup__title span {
    color: #ff2722;
}

.section__text {
    color: #333;
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 30px;
}

.section__button {
    margin-top: 40px;
    text-align: center;
}

.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.feature {
    width: calc(50% - 15px);
    border: 1px solid #dddddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 30px;
    margin-bottom: 20px;
}

.feature__image-wrapper {
    width: 65px;
    height: 45px;
    margin-right: 20px;
    text-align: center;
}

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

.features__final {
    width: calc(50% - 15px);
    font-weight: 700;
    color: #666;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature__text {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.docs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.docs__row:after {
    content: '';
    display: block;
    width: 30%;
}

.doc {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 30%;
    padding: 40px 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 300px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.doc:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.doc:hover .doc__link:after {
    opacity: 1;
}

.doc__image-wrapper {
    height: 220px;
    margin-bottom: 20px;
    text-align: center;
}

.doc__text {
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    color: #333;
    line-height: 20px;
}

.doc__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.doc__link:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 120px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/static/plus.png);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.docs__note {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #333;
    line-height: 30px;
}

.docs__note span {
    color: #ff2722;
}

.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.step {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.step:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 40px;
    width: 30px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/static/arr-red.png);
}

.step:last-child:after {
    display: none;
}

.step__inner {
    width: 220px;
}

.step__image-wrapper {
    height: 80px;
    margin-bottom: 20px;
}

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

.step__text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 24px;
}

.banner {
    background-color: #ff2722;
    margin-top: 40px;
    text-align: center;
    padding: 35px 30px 65px 30px;
}

.banner__title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.banner__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 45px;
}

.map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.contact {
    position: relative;
    padding: 30px 0;
}

.contact__container {
    max-width: 1160px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.c-info {
    position: relative;
    width: 460px;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 50px rgba(210, 210, 210, 0.6);
    box-shadow: 10px 10px 50px rgba(210, 210, 210, 0.6);
}

.c-info__image {
    background-position: center;
    background-size: cover;
    height: 210px;
}

.c-info__name {
    background-color: #ff2722;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 15px;
}

.c-info__contact {
    position: relative;
    margin: 0 25px;
    padding: 15px 0 15px 40px;
    border-bottom: 1px solid #f8f7f7;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.c-info__contact a {
    text-decoration: none;
    color: #333;
}

.c-info__contact:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.c-info__contact--addr:before {
    background-image: url(../images/static/marker.png);
}

.c-info__contact--phones:before {
    background-image: url(../images/static/phone.png);
}

.c-info__contact--mail:before {
    background-image: url(../images/static/message.png);
}

.c-info__button {
    margin: 40px 0;
    text-align: center;
}

.zoom-controls {
    top: 170px;
    z-index: 100;
    position: relative;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    left: calc(100vw - 72px);
}

.ymaps-2-1-65-controls__toolbar_left {
    position: absolute;
    right: 50px;
    top: 350px;
}

.ymaps-2-1-65-_hidden-text {
    border-radius: 50% !important;
}

.btn {
    width: 32px;
    height: 34px;
    background-color: #fff;
    cursor: pointer;
    opacity: .9;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.btn:hover {
    opacity: 1;
}

.btn--in {
    background-image: url(../images/static/plus.svg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.btn--in:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 3px;
    right: 3px;
    bottom: 0;
    height: 1px;
    background-color: #f5f5f5;
}

.btn--out {
    background-image: url(../images/static/minus.svg);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.footer {
    background-color: #252525;
    color: #fff;
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__copy {
    font-size: 16px;
    font-weight: 600;
    margin-right: 80px;
}

.footer__policy {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.footer__button .button {
    display: block;
}

.footer__phone {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    z-index: 16;
    line-height: 20px;
}

.footer__phones {
    margin-right: 25px;
}

label.error {
    display: none !important;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 25;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

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

.popup__container {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #fff;
    border-radius: 8px;
    max-width: 550px;
}

.popup__closer {
    right: 30px;
    top: 30px;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../images/static/close.png);
    cursor: pointer;
    z-index: 1;
}

.popup__content {
    padding: 60px 95px 60px 95px;
}

.popup__title {
    text-align: center;
    margin-bottom: 15px;
    line-height: 35px;
}

.popup__text {
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.popup__form-line {
    margin-bottom: 20px;
}

.popup__form-line .input {
    border: 1px solid #bababa;
}

.popup__form-line .input.error {
    border-color: red;
}

.popup__form-submit {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.popup__note {
    font-weight: 500;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-align: center;
}

.popup__note a {
    color: #999;
    text-decoration: underline;
}



.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(/assets/images/static/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}