.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    min-width: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.row-cols-1 > * {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.row-cols-2 > * {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.row-cols-3 > * {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
}

.row-cols-4 > * {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.row-cols-5 > * {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.row-cols-6 > * {
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
}

.col-auto {
    width: auto;
    max-width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-1 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
}

.col-2 {
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
}

.col-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
}

.col-5 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
}

.col-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
}

.col-8 {
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
}

.col-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
}

.col-11 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
}

.col-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

/* fonts =====================*/

@font-face {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/icomoon.eot?axf4yg');
    src: url('../fonts/icomoon.eot?axf4yg#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?axf4yg') format('truetype'), url('../fonts/icomoon.woff?axf4yg') format('woff'), url('../fonts/icomoon.svg?axf4yg#icomoon') format('svg');
    font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: never;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-checked:before {
    content: '\e900';
}

.icon-arrow-right:before {
    content: '\e901';
}

.icon-phone:before {
    content: '\e902';
}

.icon-arrow-right2:before {
    content: '\ea3c';
}

/* @font-face {
    font-family: 'Noah';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Noah-Regular.eot');
    src: url('../fonts/Noah-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Noah-Regular.woff2') format('woff2'), url('../fonts/Noah-Regular.woff') format('woff'), url('../fonts/Noah-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Noah';
    font-weight: normal;
    font-style: italic;

    src: url('../fonts/Noah-RegularItalic.eot');
    src: url('../fonts/Noah-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Noah-RegularItalic.woff2') format('woff2'), url('../fonts/Noah-RegularItalic.woff') format('woff'), url('../fonts/Noah-RegularItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Noah';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Noah-Bold.eot');
    src: url('../fonts/Noah-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Noah-Bold.woff2') format('woff2'), url('../fonts/Noah-Bold.woff') format('woff'), url('../fonts/Noah-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Noah';
    font-weight: bold;
    font-style: italic;

    src: url('../fonts/Noah-BoldItalic.eot');
    src: url('../fonts/Noah-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Noah-BoldItalic.woff2') format('woff2'), url('../fonts/Noah-BoldItalic.woff') format('woff'), url('../fonts/Noah-BoldItalic.ttf') format('truetype');
    font-display: swap;
} */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

/* normalize
=====================*/

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

code,
kbd,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    color: inherit;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* basic
=====================*/

.animate,
input,
button,
textarea,
select,
a,
.btn {
    transition: all .4s;
}

html,
body {
    font-size: 17px;
    height: 100%;
}

body {
    font-family: 'Inter', Verdana, Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    color: #101010;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.is-hidden {
    overflow: hidden;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
    font-family: 'Inter', Verdana, Tahoma, serif;
    font-style: normal;
    position: relative;
    display: block;
    margin-top: 0;
}

h1 {
    font-weight: bold;
    margin-bottom: 4rem;
}

h2 {
    font-weight: bold;
    margin-bottom: 4rem;
}

h3 {
    font-weight: bold;
    margin-bottom: 3rem;
}

h4 {
    font-weight: bold;
    margin-bottom: 2rem;
}

h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}

h6 {
    font-weight: bold;
    margin-bottom: 1rem;
}

h1,
.title--size_1 {
    font-size: 42px;
}

h2,
.title--size_2 {
    font-size: 36px;
}

h3,
.title--size_3 {
    font-size: 30px;
}

h4,
.title--size_4 {
    font-size: 22px;
}

h5,
.title--size_5 {
    font-size: 18px;
}

h6,
.title--size_6 {
    font-size: 16px;
    text-transform: uppercase;
}

form {
    display: block;
}

input,
button,
select,
textarea {
    font-family: 'Inter', Verdana, Tahoma, sans-serif;
    font-weight: normal;
}

input,
button {
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

::-webkit-input-placeholder {
    color: #7d7d7d;
}

::-moz-placeholder {
    color: #7d7d7d;
}

:-moz-placeholder {
    color: #7d7d7d;
}

:-ms-input-placeholder {
    color: #7d7d7d;
}

/* components
=====================*/

#site {
    position: relative;
    overflow: hidden;
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[class*='row__col-'],
.col {
    padding: 0 15px;
}

.row__col-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.row__col-4 {
    max-width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}

.row__col-5 {
    max-width: 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
}

.row__col-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.row__col-7 {
    max-width: 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
}

.breadcrumbs {
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #101010;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__item:not(:last-child):after {
    font-family: 'icomoon' !important;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin: 2px 21px 0 28px;
    content: '\e901';
    text-transform: none;
    color: #7d7d7d;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumbs__link {
    text-decoration: none;
    color: #7d7d7d;
}

.breadcrumbs__link:hover {
    text-decoration: none;
    color: #2387c8;
}

.breadcrumbs__text {
    text-decoration: underline;
}

.logo {
    font-size: 0;
    display: inline-block;
}

.logo:hover {
    text-decoration: none;
    opacity: .7;
}

.logo__img {
    display: block;
    width: 138px;
    height: auto;
}

.nav {
    display: block;
}

.nav__list {
    position: relative;
    top: -2px;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 20px 0 105px;
    list-style-type: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav__item {
    margin: 0 29px;
    padding: 0;
}

.nav__item:first-child {
    margin-left: 0;
}

.nav__item:last-child {
    margin-right: 0;
}

.nav__link {
    position: relative;
    display: block;
    padding: 2px 0;
}

.nav__link:hover {
    text-decoration: none;
    color: #fff;
}

.nav__link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    background: #73a942;
}

.nav__link:not(:hover):after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.nav__link.is-current:after {
    -webkit-transform: none;
    transform: none;
}

.phone {
    font-size: 20px;
    font-weight: bold;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    -ms-flex-align: center;
    align-items: center;
}

.phone:hover {
    text-decoration: none;
    color: #73a942;
}

.phone__icon {
    margin-right: 9px;
    color: #73a942;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}

.section-title:after {
    display: block;
    width: 50px;
    height: 6px;
    margin: 41px 0 0;
    content: '';
    border-radius: 4px;
    background: #ffc847;
}

.info-count-item {
    display: block;
}

.info-count-item__number {
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 8px;
    color: #73a942;
}

.info-count-item__description {
    display: block;
}

.info-list {
    display: block;
}

.info-list__line {
    line-height: 1.529;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.info-list__line:not(:last-child) {
    margin-bottom: 23px;
}

.info-list__description {
    position: relative;
    max-width: 42%;
    padding: 0 8px 0 40px;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
}

.info-list__picture {
    font-size: 0;
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
}

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

.info-list__title {
    display: block;
}

.info-list__text {
    font-weight: bold;
    max-width: 58%;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
}

.input-el {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    display: block;
    width: 100%;
    padding: 19px 25px;
    color: #101010;
    border: none;
    border-radius: 4px;
    outline: 0;
    background: #fff;
}

.textarea-el {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    display: block;
    width: 100%;
    min-height: 102px;
    margin-bottom: 21px;
    padding: 19px 25px;
    resize: none;
    color: #101010;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    outline: 0;
    background: #fff;
}

.input-el:hover {
    box-shadow: inset 4px 0 0 rgba(115, 169, 66, .7), 0 4px 14px rgba(115, 169, 66, .7);
}

.input-el:focus {
    box-shadow: inset 4px 0 0 #73a942, 0 4px 22px #73a942;
}

.btn {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 196px;
    min-height: 60px;
    padding: 15px 20px;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 40px;
    outline: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn--large {
    width: 100%;
    max-width: 260px;
}

.btn:hover {
    text-decoration: none;
}

.btn--theme_green {
    color: #fff;
    background: #73a942;
}

.btn--theme_green:hover {
    background: #85ca47;
    box-shadow: 0 0 20px #73a942;
}

.btn--theme_blue {
    color: #000;
    background: #ffc847;
}

.btn--theme_blue:hover {
    background: #ffc847;
    box-shadow: 0 0 20px #ffc847;
}

.privacy {
    font-size: 14px;
    position: relative;
    display: block;
    padding-left: 42px;
    cursor: pointer;
}

.privacy__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    opacity: 0;
}

.privacy__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background: #fff;
}

.privacy__icon:after {
    font-family: 'icomoon' !important;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 12px;
    content: '\e900';
    transition: all .4s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: none;
    color: #73a942;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.privacy__input:not(:checked) ~ .privacy__icon:after {
    visibility: hidden;
    opacity: 0;
}

.privacy:hover .privacy__input:not(:checked) ~ .privacy__icon:after {
    visibility: visible;
    opacity: 1;
}

.privacy__link {
    box-shadow: 0 1px 0 currentColor;
}

.privacy__link:hover {
    text-decoration: none;
    box-shadow: 0 1px 0 transparent;
}

.copyright {
    font-size: 12px;
}

.recommendation {
    font-size: 14px;
    line-height: 1.6;
    display: table;
    padding: 11px 17px;
    border: 1px solid #707070;
    border-radius: 13px;
}

.recommendation__link {
    color: #73a942;
    box-shadow: 0 1px 0 currentColor;
}

.recommendation__link:hover {
    text-decoration: none;
    box-shadow: 0 1px 0 transparent;
}

/* header
=====================*/

.header {
    padding: 29px 0;
    color: #fff;
    background: #101010;
}

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

.header__logo {
    padding-top: 1px;
}

.header__nav {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header__phone {
    text-align: right;
}

.header__toggle {
    position: relative;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    margin: -10px -10px -10px 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.header__toggle-line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 2px;
    margin: -1px 0 0 -15px;
    transition: all .4s;
    background: #fff;
}

.header__toggle-line:nth-child(1) {
    width: 30px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.header__toggle-line:nth-child(2) {
    overflow: visible;
    width: 30px;
}

.header__toggle-line:nth-child(3) {
    width: 20px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    border-bottom-right-radius: 2px;
}

.header__toggle.is-active .header__toggle-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__toggle.is-active .header__toggle-line:nth-child(2) {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.header__toggle.is-active .header__toggle-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header__toggle.is-active .header__toggle-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__toggle.is-active .header__toggle-line:nth-child(2) {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.header__toggle.is-active .header__toggle-line:nth-child(3) {
    width: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom-right-radius: 0;
}

/* page
=====================*/

.page {
    padding: 57px 0 119px;
    color: #212122;
}

.page__breadcrumbs {
    margin: 0 0 48px;
}

.page__title {
    margin: 0 0 45px;
}

.card {
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 15px;
    background-color: #fff;
}

.card__picture {
    display: block;
    height: 100%;
}

.card__picture img,
.card__picture object,
.card__picture image {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 500px;
    border-radius: 15px;
}

.card__img {
    display: block;
    width: 100%;
    height: auto;
    height: 100%;
}

.card__content {
    padding: 17px 0 0 30px;
}

.card__info-count {
    margin-bottom: 13px;
}

.card__info-list {
    display: block;
}

.info-count__col {
    margin-bottom: 42px;
}

/* appeal
=====================*/

.appeal {
    padding: 78px 0 82px;
    color: #fff;
    background: url(../images/appeal-bg.jpg) center top no-repeat;
    background-size: cover;
}

.appeal__title {
    margin: 0 0 32px;
}

.appeal-form {
    display: block;
}

.appeal-form__title {
    font-size: 22px;
    margin: 0 0 35px;
}

.appeal-form__title a {
    white-space: nowrap;
}

.appeal-form__title a:hover {
    text-decoration: none;
    color: #73a942;
    box-shadow: 0 1px 0 #73a942;
}

.appeal-form__col-input {
    max-width: 26.3%;
    margin: 0 0 30px;
    -ms-flex: 0 0 26.3%;
    flex: 0 0 26.3%;
}

.appeal-form__col-submit {
    max-width: 21.1%;
    margin: 0 0 30px;
    -ms-flex: 0 0 21.1%;
    flex: 0 0 21.1%;
}

.appeal-form__btn {
    width: 100%;
}

.appeal-form__col-privacy {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

/* text-block
=====================*/

.text-block {
    padding: 112px 0 121px;
}

.text-block__content {
    max-width: 1140px;
}

.content {
    font-size: 20px;
    line-height: 1.6;
}

.content > :first-child {
    margin-top: 0;
}

.content > :last-child {
    margin-bottom: 0;
}

.content h2 {
    margin-bottom: 38px;
}

.content p {
    margin: 0 0 32px;
}

.content .section-title:after {
    margin-top: 35px;
}

.content .btn {
    min-width: 196px;
    margin-top: 30px;
}

/* footer
=====================*/

.footer {
    color: #101010;
    background: #fff;
}

.footer-top {
    padding: 53px 0 36px;
}

.footer__col-logo {
    padding-top: 3px;
}

.footer-nav {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.footer-nav__item {
    margin: 0 0 19px;
    padding: 0;
}

.footer-nav__item:first-child {
    margin-left: 0;
}

.footer-nav__item:last-child {
    margin-right: 0;
}

.footer-nav__link {
    position: relative;
    display: inline-block;
    padding: 2px 0;
}

.footer-nav__link:hover {
    text-decoration: none;
}

.footer-nav__link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    background: #73a942;
}

.footer-nav__link:not(:hover):after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.footer-nav__link.is-current:after {
    -webkit-transform: none;
    transform: none;
}

.footer__recommendation {
    margin-top: 15px;
}

.footer-bottom {
    padding: 37px 0;
    color: #707070;
    border-top: 1px solid rgba(112, 112, 112, .3);
    -ms-flex-align: center;
    align-items: center;
}

.footer__link {
    font-size: 14px;
    box-shadow: 0 1px 0 currentColor;
}

.footer__link:hover {
    text-decoration: none;
    color: #fff;
}

.infrastructure__main {
    font-size: 20px;
    line-height: 1.6;
    max-width: 1140px;
}

.infrastructure__title {
    margin-bottom: 38px;
}

.icon {
    width: 20px;
    height: 20px;
}

.icon-light {
    width: 51px;
    height: 60px;
}

.icon-water {
    width: 46px;
    height: 60px;
}

.icon-shop {
    width: 58px;
    height: 60px;
}

.icon-video {
    width: 58px;
    height: 60px;
}

.icon-road {
    width: 52px;
    height: 60px;
}

.icon-road_02 {
    width: 60px;
    height: 60px;
}

.icon-lake {
    width: 54px;
    height: 60px;
}

.icon-forest {
    width: 59px;
    height: 60px;
}

.icon-school {
    width: 60px;
    height: 60px;
}

.icon-beach {
    width: 58px;
    height: 60px;
}

.icon-cafe {
    width: 60px;
    height: 60px;
}

.icon-church {
    width: 56px;
    height: 60px;
}

.infrastructure-list {
    margin-bottom: -84px !important;
    padding-top: 23px;
}

.infrastructure-item {
    margin-bottom: 84px;
}

.infrastructure-item__icon {
    height: 83px;
}

.infrastructure-item__name {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

.get_there {
    font-size: 20px;
}

.get_there__main {
    margin-bottom: 32px;
}

.get_there-list {
    margin-left: 17px;
}

.get_there_item {
    font-size: 17px;
    margin-bottom: 33px;
}

.get_there_item__icon {
    height: 63px;
}

.get_there_item__icon .icon {
    width: 50px;
    height: 50px;
}

.get_there_item__desc {
    margin-bottom: 4px;
    color: #707070;
}

.get_there_item__main {
    color: #101010;
}

.get_there__card {
    margin-bottom: 87px;
}

.get-map {
    position: relative;
    overflow: hidden;
    height: 534px;
    border-radius: 15px;
}

.content__sub-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 37px;
}

.get_item__icon {
    height: 64px;
}

.icon-car {
    width: 103px;
    height: 42px;
}

.icon-train {
    width: 101px;
    height: 41px;
}

.icon-bus {
    width: 91px;
    height: 42px;
}

.get_item__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 11px;
}

.get_item__desc {
    font-size: 17px;
}

.get_item__desc p {
    margin: 0 0 2px;
}

.link {
    font-size: 17px;
    font-weight: bold;
    color: #73a942;
}

.card-rev {
    margin-bottom: 60px;
    padding: 37px;
    border-radius: 15px;
}

#map {
    position: relative;
}

.contacts-map {
    position: relative;
    overflow: hidden;
    height: 540px;
    border-radius: 15px;
}

.controls_zoom {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 20px;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: auto;
}

.controls_zoom button,
.controls_zoom div {
    display: block;
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 50%;
    background-size: cover;
    box-shadow: 0 10px 20px rgba(53, 65, 72, .1);
}

.controls_zoom button:last-child,
.controls_zoom div:last-child {
    margin-bottom: 0;
}

.controls_zoom #zoom-in,
.controls_zoom .zoom-in {
    background-image: url(../images/offices-metromap-zoomin.svg);
}

.controls_zoom #zoom-out,
.controls_zoom .zoom-out {
    background-image: url(../images/offices-metromap-zoomout.svg);
}

.card-rev__light {
    background-color: #fffcf6;
}

.get_there__map {
    margin-bottom: 40px;
}

.review {
    margin-bottom: 32px;
    padding: 44px 31px 35px;
    border-width: 1px;
    border-style: solid;
    border-color: #d5d5d5;
    border-radius: 15px;
    background-color: white;
}

.review__header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.review__avatar {
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.review__avatar img {
    max-width: 100%;
}

.review__info {
    margin-left: 20px;
    padding-top: 4px;
}

.review__appraisal {
    font-size: 12px;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    min-width: 34px;
    height: 25px;
    margin-top: 1px;
    margin-left: 19px;
    border-radius: 10px 10px 10px 0;
    background-color: #ffda0d;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review__date {
    color: #707070;
}

.icon-user {
    width: 70px;
    height: 70px;
}

.review__name {
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    color: #212122;
    -ms-flex-line-pack: center;
    align-content: center;
}

.review__text:not(:last-child) {
    margin-bottom: 25px;
}

.review__text p {
    margin: 0;
}

.success {
    color: #73a942;
}

.warning {
    color: #ca4545;
}

.review__desc {
    margin-bottom: 21px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d5d5d5;
}

.review__source {
    font-size: 15px;
}

.review__source a {
    font-weight: bold;
    color: #101010;
}

.review__source a:hover {
    color: #73a942;
}

.row__review {
    margin-bottom: 13px;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.pagination__link {
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e9eef4;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.pagination__link:not(:first-child) {
    margin-left: 13px;
}

.pagination__link:hover,
.pagination__link--active {
    text-decoration: none;
    color: #000;
    background-color: #ffc847;
}

.pagination__link--next,
.pagination__link--prev {
    color: #101010;
}

.pagination__link--prev {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.mng {
    margin-left: 19px;
}

.icon-next:before {
    content: '\ea3c';
}

.contacts-item {
    margin-bottom: 35px;
}

.contacts-item strong {
    font-size: 22px;
    display: block;
    margin-bottom: 14px;
}

.contacts-item .contacts-phone {
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.contacts-item .contacts-phone:hover {
    text-decoration: none;
}

.contacts-item .contacts-email {
    font-size: 17px;
    display: block;
}

.contacts-item .contacts-email:hover {
    text-decoration: none;
}

.contacts-item p {
    margin: 0;
}

.mb-1 {
    margin-bottom: 10px;
}

.contacts__info {
    margin-top: -7px;
}

.shape {
    position: absolute;
    bottom: -1px;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    width: 403px;
    height: 72px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url('../images/bg_shape.png');
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shape .icon {
    margin-top: 30px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: my-animation 1.5s infinite linear;
    animation: my-animation 1.5s infinite linear;
}

@-webkit-keyframes my-animation {
    0% {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0);
    }

    50% {
        -webkit-transform: rotate(90deg) translateX(10px);
        transform: rotate(90deg) translateX(10px);
    }

    100% {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0);
    }
}

@keyframes my-animation {
    0% {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0);
    }

    50% {
        -webkit-transform: rotate(90deg) translateX(10px);
        transform: rotate(90deg) translateX(10px);
    }

    100% {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0);
    }
}

.block_1 {
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 248px;
    background-image: url('../images/block_1.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.block_1 header {
    margin-bottom: 170px;
    background-color: transparent;
}

.title {
    font-size: 42px;
    line-height: 1.28;
    margin-bottom: 45px;
    color: #fff;
}

.b1-item {
    font-size: 18px;
    color: #fff;
}

.b1-item__icon {
    height: 68px;
}

.b1-item__icon .icon {
    width: 50px;
    height: 50px;
}

.b1-item a {
    text-decoration: underline;
    color: #fff;
}

.b1-list {
    margin-bottom: 80px;
}

.icon-igs {
    width: 60px;
    height: 60px;
}

.advantages {
    padding: 20px 0 32px;
}

.block_2 {
    overflow: hidden;
    margin-bottom: 91px;
    padding: 112px 0 120px;
    background-color: #fffcf6;
}

.block_2 .page__title {
    margin: 0 0 40px;
}

.b2_card {
    margin-bottom: 105px;
    background-color: #fff;
}

.b2_card__video {
    position: relative;
}

.b2_card__video picture,
.b2_card__video img {
    width: 100%;
}

.b2_card__main {
    padding: 51px 38px;
}

.b2_card__main h3 {
    font-size: 26px;
    margin-bottom: 34px;
}

.b2_card__main p {
    font-size: 17px;
    margin: 0 0 24px;
}

.phone--b2 {
    font-size: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.phone--b2 .phone__icon {
    font-size: 18px;
    color: #3596e9;
}

.phone--b2:hover {
    color: #3596e9;
}

.object-slider {
    position: relative;
    max-width: 652px;
    margin: 0 auto;
    padding: 4px 0 0;
}

.object-slider .swiper-container {
    overflow: inherit;
}

.object-slider .swiper-slide {
    overflow: hidden;
    height: 360px;
    transition: .3s;
    opacity: .4;
    border-radius: 15px;
}

.object-slider .swiper-slide-active {
    opacity: 1;
}

.object-slider .swiper-slide img {
    width: 100%;
    max-height: 100%;
}

.object-slider-btns {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    outline: 0;
    background-color: rgba(16, 16, 16, .6);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px;
    color: #fff;
}

.advantages-title {
    margin-bottom: 44px;
}

.advantages--2 {
    padding-bottom: 121px;
}

.advantages--2 .infrastructure-list {
    margin-bottom: 0 !important;
    padding-top: 0;
}

.center {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.index-plan {
    padding: 106px 0 119px;
    background-color: #fffcf6;
}

.index-plan .card__content {
    padding-top: 57px;
}

.index-plan .info-list {
    margin-bottom: 37px;
}

.index-plan .card__info-count {
    margin-bottom: 11px;
}

.ecology-index {
    padding: 119px 0 105px;
    background-color: #fffcf6;
}

.ecology-index .section-title:after {
    margin: 30px 0 0;
}

.ecology__title {
    margin-bottom: 44px;
}

.ecology {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #fff;
}

.ecology img {
    width: 100%;
}

.ecology__main {
    min-height: 130px;
    padding: 15px 29px;
}

.ecology__name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ecology__distance {
    color: #707070;
}

.location {
    padding: 113px 0 124px;
}

.location .page__title {
    margin-bottom: 33px;
}

.location p {
    font-size: 20px;
    margin-bottom: 46px;
}

.location-map {
    overflow: hidden;
    height: 540px;
    margin-bottom: 43px;
    border-radius: 15px;
}

.reviews-index {
    padding: 110px 0 118px;
    background-color: #fff;
}

.reviews-index .review {
    border: 1px solid #D5D5D5;
}

#thanks p {
    font-size: 18px;
    text-align: center;
    color: #3c4b5a;
}

#thanks .modal-dialog {
    border-width: 2px;
    border-style: solid;
    border-color: #73a942;
    border-radius: 15px;
    background-color: white;
}

.modal-dialog {
    margin-top: 120px;
}

.close {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-left: auto;
    background: url('../images/close.png');
    background-size: 100%;
    box-shadow: none;
}

.modal-content {
    padding: 20px;
    border: 0;
    border-radius: 15px;
}

.modal-content .input-el {
    margin-bottom: 18px;
    border: 1px solid #d5d5d5;
}

.modal-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.modal-body {
    padding: 0 30px;
}

.modal-body .privacy__icon {
    border: 1px solid #d5d5d5;
}

.dropdown .btn {
    margin-bottom: 18px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background-color: #fff;
}

.filter-option-inner-inner {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
}

.dropdown-toggle::after {
    margin-right: 6px;
    content: '\e901';
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border: 0;
}

.dropdown-toggle {
    font-family: 'icomoon' !important;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    width: auto;
    height: auto;
    text-transform: none;
    color: #73a942;
    speak: never;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: transparent;
}

.negative .filter-option-inner-inner {
    color: #ca4545;
}

.positive .filter-option-inner-inner {
    color: #73a942;
}

@media (min-width: 576px) {
    .col-sm {
        min-width: 0;
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .row-cols-sm-1 > * {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .row-cols-sm-2 > * {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .row-cols-sm-3 > * {
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .row-cols-sm-4 > * {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .row-cols-sm-5 > * {
        max-width: 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .row-cols-sm-6 > * {
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-sm-auto {
        width: auto;
        max-width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-1 {
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }

    .col-sm-2 {
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-sm-3 {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-sm-4 {
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .col-sm-5 {
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }

    .col-sm-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-sm-7 {
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }

    .col-sm-8 {
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }

    .col-sm-9 {
        max-width: 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-sm-10 {
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }

    .col-sm-11 {
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }

    .col-sm-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        min-width: 0;
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .row-cols-md-1 > * {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .row-cols-md-2 > * {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .row-cols-md-3 > * {
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .row-cols-md-4 > * {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .row-cols-md-5 > * {
        max-width: 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .row-cols-md-6 > * {
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-md-auto {
        width: auto;
        max-width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-1 {
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }

    .col-md-2 {
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-md-3 {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-md-4 {
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .col-md-5 {
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }

    .col-md-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-md-7 {
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }

    .col-md-8 {
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }

    .col-md-9 {
        max-width: 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-md-10 {
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }

    .col-md-11 {
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }

    .col-md-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 900px) {
    .modal-dialog {
        max-width: 722px;
    }

    #thanks .modal-dialog {
        width: 568px;
    }
}

@media (min-width: 992px) {
    .col-lg {
        min-width: 0;
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .row-cols-lg-1 > * {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .row-cols-lg-2 > * {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .row-cols-lg-3 > * {
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .row-cols-lg-4 > * {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .row-cols-lg-5 > * {
        max-width: 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .row-cols-lg-6 > * {
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-lg-auto {
        width: auto;
        max-width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-1 {
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }

    .col-lg-2 {
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-lg-3 {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-lg-4 {
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .col-lg-5 {
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }

    .col-lg-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-lg-7 {
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }

    .col-lg-8 {
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }

    .col-lg-9 {
        max-width: 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-lg-10 {
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }

    .col-lg-11 {
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }

    .col-lg-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        min-width: 0;
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .row-cols-xl-1 > * {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .row-cols-xl-2 > * {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .row-cols-xl-3 > * {
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .row-cols-xl-4 > * {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .row-cols-xl-5 > * {
        max-width: 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .row-cols-xl-6 > * {
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-xl-auto {
        width: auto;
        max-width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-1 {
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }

    .col-xl-2 {
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-xl-3 {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-xl-4 {
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .col-xl-5 {
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }

    .col-xl-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-xl-7 {
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }

    .col-xl-8 {
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }

    .col-xl-9 {
        max-width: 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-xl-10 {
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }

    .col-xl-11 {
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }

    .col-xl-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1301px) {
    .header__toggle {
        display: none;
    }
}

@media (max-width: 1300px) {
    .infrastructure-item br {
        display: none;
    }

    .get-map {
        height: 390px;
    }

    .get_item__icon {
        height: 61px;
    }

    .get_item__title {
        font-size: 19px;
    }

    .block_1 {
        margin-bottom: 69px;
        padding-bottom: 195px;
    }

    .block_1 header {
        margin-bottom: 154px;
    }

    .b1-list {
        margin-bottom: 52px;
    }

    .block_2 {
        margin-bottom: 64px;
        padding: 90px 0 88px;
    }

    .b2_card {
        margin-bottom: 91px;
    }

    .b2_card__video {
        height: 380px;
    }

    .b2_card__video picture,
    .b2_card__video img {
        height: 100%;
    }

    .b2_card__main {
        padding: 36px 24px;
    }

    .b2_card__main h3 {
        font-size: 22px;
    }

    .object-slider {
        max-width: 468px;
        padding: 0;
    }

    .object-slider .swiper-slide {
        height: 260px;
    }

    .advantages--2 {
        padding-bottom: 90px;
    }

    .index-plan {
        padding: 84px 0 90px;
    }

    .index-plan .page__title {
        margin-bottom: 42px;
    }

    .index-plan .card__content {
        padding: 47px 0 0 25px;
    }

    .index-plan .card {
        margin-bottom: 47px;
    }

    .ecology-index {
        padding: 83px 0 75px;
    }

    .ecology-index .page__title {
        margin-bottom: 40px;
    }

    .ecology img {
        height: 180px;
    }

    .ecology__main {
        padding: 22px 30px;
    }

    .location {
        padding: 88px 0 82px;
    }

    .location p {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .location-map {
        height: 393px;
        margin-bottom: 58px;
    }

    .reviews-index {
        padding: 84px 0;
    }

    .reviews-index .page__title {
        margin-bottom: 34px;
    }

    .row--reviews > div:not(:nth-child(-n+2)) {
        display: none;
    }

    body.is-hidden {
        overflow: hidden;
    }

    h1,
    .title--size_1,
    h2,
    .title--size_2,
    h3,
    .title--size_3 {
        font-size: 30px;
    }

    h4,
    .title--size_4 {
        font-size: 19px;
    }

    h5,
    .title--size_5 {
        font-size: 18px;
    }

    h6,
    .title--size_6 {
        font-size: 16px;
        text-transform: uppercase;
    }

    .header {
        position: relative;
        z-index: 10001;
        padding: 19px 0;
    }

    .header__nav {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        padding: 100px 0 0;
        transition: all .4s;
        background: #101010;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__nav:not(.is-show) {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    .nav__list {
        top: 0;
        overflow-y: auto;
        padding: 0 0 30px;
    }

    .nav__item {
        max-width: 100%;
        margin: 5px 0;
        text-align: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .nav__link {
        font-size: 18px;
        display: inline-block;
        padding: 5px 0;
        color: #fff;
    }

    .header__phone {
        margin: 0 44px 0 auto;
    }

    .page {
        padding: 55px 0 109px;
    }

    .page__breadcrumbs {
        margin-bottom: 26px;
    }

    .page__title {
        margin-bottom: 27px;
    }

    .page__title:after {
        margin: 29px 0 0;
    }

    .card__col-picture,
    .card__col-content {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .card__content {
        padding: 0 0 0 15px;
    }

    .card__info-count {
        margin: -3px 0 10px;
    }

    .info-count-item__number {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .info-count__col {
        margin-bottom: 29px;
    }

    .info-list__line {
        font-size: 16px;
    }

    .info-list__line:not(:last-child) {
        margin-bottom: 20px;
    }

    .info-list__description {
        max-width: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }

    .info-list__text {
        max-width: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    }

    .appeal {
        padding: 74px 0 42px;
    }

    .appeal-form__title {
        margin-bottom: 43px;
    }

    .appeal-form__col-input {
        max-width: 33.33%;
        margin-bottom: 24px;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        -ms-flex-order: -2;
        order: -2;
    }

    .appeal-form__col-privacy {
        max-width: 66.66%;
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
        -ms-flex-order: -1;
        order: -1;
    }

    .appeal-form__col-submit {
        max-width: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .appeal-form__privacy {
        max-width: 594px;
    }

    .text-block {
        padding: 78px 0 91px;
    }

    .content {
        font-size: 18px;
        line-height: 1.45;
    }

    .content h2 {
        margin-bottom: 37px;
    }

    .content p {
        margin-bottom: 26px;
    }

    .recommendation {
        font-size: 12px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .footer__recommendation {
        margin-top: 19px;
    }
}

@media (max-width: 991px) {
    .card__img {
        height: 350px;
    }

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

    .infrastructure-item__icon {
        width: 78px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .infrastructure-item__name {
        font-size: 18px;
    }

    .get_item__desc {
        font-size: 15px;
    }

    .contacts-map {
        height: 400px;
    }

    .mng {
        font-size: 17px;
        margin-left: 5px;
    }

    .block_1 {
        height: 100vh;
        min-height: 500px;
        padding-bottom: 216px;
    }

    .block_1 header {
        margin-bottom: 118px;
    }

    .b1-container {
        text-align: center;
    }

    .title {
        font-size: 36px;
        margin-bottom: 54px;
    }

    .b1-list {
        margin-bottom: 42px;
    }

    .advantages {
        padding: 20px 0;
    }

    .block_2 {
        padding: 96px 0 88px;
    }

    .b2_card {
        margin-bottom: 86px;
    }

    .b2_card__video picture,
    .b2_card__video img {
        width: 100%;
    }

    .b2_card__main {
        padding: 36px 28px;
    }

    .b2_card__main h3 {
        margin-bottom: 23px;
    }

    .advantages--2 {
        padding-bottom: 89px;
    }

    .index-plan .card__content {
        padding: 38px 0 0 29px;
    }

    .location-map {
        margin-bottom: 38px;
    }

    h1,
    .title--size_1,
    h2,
    .title--size_2 {
        font-size: 30px;
    }

    h3,
    .title--size_3 {
        font-size: 25px;
    }

    h4,
    .title--size_4 {
        font-size: 19px;
    }

    h5,
    .title--size_5 {
        font-size: 16px;
    }

    h6,
    .title--size_6 {
        font-size: 14px;
        text-transform: uppercase;
    }

    .page {
        padding: 40px 0 95px;
    }

    .card__col-picture,
    .card__col-content {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .card__content {
        padding: 0 0 0 29px;
    }

    .info-count__col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .card__info-count {
        margin: 0 0 9px;
    }

    .info-list__description {
        max-width: 28.5%;
        -ms-flex-preferred-size: 28.5%;
        flex-basis: 28.5%;
    }

    .info-list__text {
        max-width: initial;
        -ms-flex-preferred-size: initial;
        flex-basis: initial;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .appeal {
        padding: 49px 0 38px;
    }

    .appeal__title {
        margin-bottom: 10px;
        text-align: center;
    }

    .appeal-form__title {
        margin-bottom: 37px;
        text-align: center;
    }

    .appeal-form__col-input {
        max-width: 50%;
        margin-bottom: 20px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-order: -2;
        order: -2;
    }

    .appeal-form__col-submit {
        max-width: 50%;
        margin-bottom: 20px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-order: -1;
        order: -1;
    }

    .appeal-form__col-privacy {
        max-width: 100%;
        margin-bottom: 20px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-order: 1;
        order: 1;
    }

    .appeal-form__privacy {
        margin-top: -6px;
    }

    .text-block {
        padding-bottom: 88px;
    }

    .footer__col-logo,
    .footer__col-nav,
    .footer__col-contacts,
    .footer__col-copyright,
    .footer__col-terms,
    .footer__col-privacy {
        max-width: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .footer__col-logo {
        padding-top: 3px;
    }

    .footer-top {
        padding: 42px 0;
    }

    .footer-nav {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .footer-nav__item:last-child {
        margin-bottom: 0;
    }

    .footer__col-contacts {
        padding-top: 5px;
    }

    .footer__recommendation {
        margin-top: 22px;
    }

    .footer-bottom {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .btn--large {
        max-width: 375px;
        margin: 0 auto;
    }

    .card__picture img,
    .card__picture object,
    .card__picture image {
        height: 400px;
    }

    .card__img {
        height: auto;
    }

    .infrastructure-item__icon {
        width: 69px;
        height: auto;
    }

    .infrastructure-item__icon .icon {
        width: 43px;
        height: 50px;
    }

    .get_there-list {
        margin-left: 0;
    }

    .get_there__card {
        margin-bottom: 50px;
    }

    .get_there__card .btn {
        max-width: 375px;
        margin: 0 auto;
    }

    .get-map {
        height: 240px;
    }

    .get_item__icon {
        height: auto;
        margin-bottom: 10px;
    }

    .get_item__icon .icon {
        width: 60px;
        height: 25px;
    }

    .get_item {
        margin-bottom: 26px;
    }

    .card-rev {
        padding: 15px;
    }

    .card-rev .btn {
        max-width: 375px;
        margin: 0 auto;
    }

    .review {
        padding: 26px 15px 35px;
    }

    .review__header {
        margin-bottom: 19px;
    }

    .review__text:not(:last-child) {
        margin-bottom: 17px;
    }

    .review__desc {
        padding-bottom: 26px;
    }

    .pagination {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pagination__link {
        display: none;
    }

    .pagination__link:not(:first-child) {
        margin-left: 5px;
    }

    .pagination__link:first-child,
    .pagination__link:nth-child(2),
    .pagination__link:nth-last-child(-n+2) {
        display: -ms-flexbox;
        display: flex;
    }

    .shape {
        display: none;
    }

    .block_1 {
        margin-bottom: 39px;
        padding-bottom: 42px;
        background-position: top center;
    }

    .block_1 header {
        margin-bottom: 36px;
        padding: 10px 0;
    }

    .b1-container {
        text-align: left;
    }

    .b1-container .btn {
        max-width: 375px;
        margin: 0 auto;
    }

    .title {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .b1-item {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .b1-item__icon {
        height: 51px;
    }

    .b1-item__icon .icon {
        width: 36px;
        height: 36px;
    }

    .b1-list {
        margin-bottom: 12px;
    }

    .block_2 {
        margin-bottom: 39px;
        padding: 55px 0 60px;
    }

    .b2_card {
        overflow: hidden;
        margin-bottom: 60px;
        border-radius: 15px;
    }

    .b2_card__video {
        height: 190px;
    }

    .b2_card__main {
        padding: 27px 14px;
    }

    .b2_card__main h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .b2_card__main p {
        margin: 0 0 15px;
    }

    .phone--b2 {
        font-size: 20px;
    }

    .object-slider {
        padding: 0 15px;
    }

    .object-slider .swiper-slide {
        height: auto;
    }

    .object-slider .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }

    .object-slider-btns {
        left: 15px;
        width: calc(100% - 30px);
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 34px;
        height: 34px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }

    .advantages--2 {
        padding-bottom: 57px;
    }

    .index-plan {
        padding: 50px 0 90px;
    }

    .index-plan .card__picture {
        margin-bottom: 0;
    }

    .index-plan .card__img {
        height: auto;
    }

    .index-plan .card__content {
        padding: 30px 0 0 14px;
    }

    .index-plan .info-list {
        margin-bottom: 20px;
    }

    .ecology-index {
        padding: 53px 0 40px;
    }

    .ecology img {
        height: 156px;
    }

    .ecology__main {
        min-height: auto;
        padding: 22px 15px;
    }

    .ecology__name {
        font-size: 18px;
    }

    .location {
        padding: 58px 0;
    }

    .location .page__title {
        margin-bottom: 22px;
    }

    .location p {
        font-size: 16px;
    }

    .location .get_item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .location .get_item__icon {
        display: -ms-flexbox;
        display: flex;
        width: 78px;
        height: auto;
        margin-bottom: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-align: center;
        align-items: center;
    }

    .location .get_item__title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .location .btn {
        max-width: 375px;
        margin: 0 auto;
    }

    .location-map {
        height: 240px;
        margin-bottom: 34px;
    }

    .reviews-index {
        padding: 54px 0;
    }

    .modal-dialog {
        margin-top: 50px;
    }

    .modal-body {
        padding: 0;
    }

    html,
    body {
        font-size: 16px;
    }

    h1,
    .title--size_1,
    h2,
    .title--size_2 {
        font-size: 24px;
    }

    h3,
    .title--size_3 {
        font-size: 20px;
    }

    h4,
    .title--size_4 {
        font-size: 18px;
    }

    h5,
    .title--size_5 {
        font-size: 15px;
    }

    h6,
    .title--size_6 {
        font-size: 14px;
        text-transform: uppercase;
    }

    .header {
        padding: 10px 0;
    }

    .logo__img {
        width: 125px;
    }

    .header__logo {
        padding-top: 0;
    }

    .page {
        padding: 31px 0 56px;
    }

    .page__breadcrumbs {
        display: none;
    }

    .page__title {
        margin-bottom: 22px;
    }

    .card__picture {
        margin-bottom: 30px;
    }

    .card__content {
        padding-left: 0;
    }

    .info-count__col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .info-count-item__number {
        font-size: 26px;
    }

    .info-count__col {
        margin-bottom: 23px;
    }

    .card__info-count {
        margin-bottom: 29px;
    }

    .info-list__line {
        position: relative;
        padding-left: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .info-list__description,
    .info-list__text {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .info-list__description {
        position: static;
        padding: 0;
    }

    .info-list__line:not(:last-child) {
        margin-bottom: 17px;
    }

    .appeal {
        padding: 56px 0 38px;
    }

    .appeal-form__title {
        line-height: 1.4;
        margin-bottom: 27px;
        padding: 0 25px;
    }

    .appeal-form__col-input,
    .appeal-form__col-submit,
    .appeal-form__col-privacy {
        max-width: 100%;
        margin-bottom: 15px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .appeal-form__privacy {
        margin-top: 12px;
    }

    .privacy {
        font-size: 12px;
        padding-left: 32px;
    }

    .privacy__icon {
        width: 18px;
        height: 18px;
    }

    .text-block {
        padding: 52px 0 60px;
    }

    .content {
        font-size: 16px;
        line-height: 1.5;
    }

    .content .section-title:after {
        margin-top: 19px;
    }

    .content h2 {
        margin-bottom: 35px;
    }

    .content .btn {
        margin-top: 10px;
    }

    .footer__col-logo,
    .footer__col-nav,
    .footer__col-contacts,
    .footer__col-copyright,
    .footer__col-terms,
    .footer__col-privacy {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .footer-top {
        padding: 37px 0 25px;
    }

    .footer__col-logo {
        padding-top: 0;
        padding-bottom: 25px;
    }

    .footer__col-nav {
        padding-bottom: 20px;
    }

    .footer-nav__item {
        margin-bottom: 20px;
    }

    .footer__recommendation {
        margin-top: 24px;
    }

    .footer-bottom {
        flex-direction: row-reverse;
        margin: 0;
        padding: 17px 0;
        -ms-flex-direction: row-reverse;
    }

    .footer__col-copyright,
    .footer__col-terms,
    .footer__col-privacy {
        padding-right: 0;
        padding-left: 0;
    }

    .footer__col-copyright {
        -ms-flex-order: 1;
        order: 1;
    }

    .footer__col-terms {
        padding-bottom: 21px;
        -ms-flex-order: -2;
        order: -2;
    }

    .footer__col-privacy {
        padding-bottom: 29px;
        -ms-flex-order: -1;
        order: -1;
    }

    .appeal-form__privacy {
        max-width: 504px;
    }
}

@media (max-width: 575px) {
    .header__phone {
        /* display: none; */
        margin: 0;
    }
    .header__phone a{
        font-size: 14px;
    }

    .content .btn {
        width: 100%;
    }
}
