@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Bold.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Black.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Medium.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Light.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-ExtraBold.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-ExtraBold.woff) format('woff');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-MediumItalic.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-MediumItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Italic.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-Italic.woff) format('woff');
    font-weight: 400;
    font-style: italic
}

.dropdown-enter-active, .dropdown-leave-active {
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out
}

.dropdown-enter, .dropdown-leave-to {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem)
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px
}

@media (max-width: 374px) {
    html {
        font-size: 2.66666667vw
    }
}

@media (min-width: 1024px) and (max-width: 1919px) {
    html {
        font-size: 8px
    }
}

body {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    word-wrap: break-word;
    background-color: #f9f9f6;
    color: #3e3e3e;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative
}

@supports (-webkit-overflow-scrolling:touch) {
    body {
        -webkit-overflow-scrolling: touch
    }
}

body._scroll-lock {
    overflow: hidden
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 48;
    pointer-events: none;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .45s;
    transition-duration: .45s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

body._modal-open::before {
    opacity: 1
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s
}

@media (min-width: 960px) {
    a:hover {
        text-decoration: none !important
    }
}

iframe {
    border: 0
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

svg {
    fill: currentColor
}

input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=text]::-ms-clear, input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input, textarea {
    font: inherit;
    color: inherit
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font: inherit
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font: inherit
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font: inherit
}

input::placeholder, textarea::placeholder {
    font: inherit
}

textarea {
    resize: none
}

[v-cloak] {
    visibility: hidden
}

.container {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    width: 100%
}

.container-inner {
    width: 100%;
    max-width: 174rem;
    margin-left: auto;
    margin-right: auto
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-inline {
    display: inline !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 1920px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }
}

@media (min-width: 1366px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }
}

@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }
}

@media (min-width: 960px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }
}

@media (min-width: 720px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }
}

@media (min-width: 420px) {
    .d-xs-none {
        display: none !important
    }

    .d-xs-block {
        display: block !important
    }

    .d-xs-inline-block {
        display: inline-block !important
    }

    .d-xs-inline {
        display: inline !important
    }

    .d-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xs-table {
        display: table !important
    }

    .d-xs-table-cell {
        display: table-cell !important
    }
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 7rem;
    font-size: 1.4rem;
    letter-spacing: .07em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .5rem 2rem;
    border: .2rem solid currentColor;
    border-radius: 4.7rem;
    -webkit-transition-property: background-color, color, border-color;
    transition-property: background-color, color, border-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.btn__ico {
    width: 1.4rem;
    height: 1.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 1.4rem;
    opacity: .55;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.btn__ico:first-child {
    margin-left: 0
}

.btn__ico:last-child {
    margin-right: 0
}

@media (min-width: 960px) {
    .btn:hover .btn__ico {
        opacity: 1
    }
}

.btn._green {
    color: #37c08c
}

@media (min-width: 960px) {
    .btn._green:hover {
        background-color: #37c08c;
        border-color: #37c08c;
        color: #fff
    }
}

.btn._grey {
    color: #979992;
    border-width: .1rem;
    font-weight: 400;
    border-color: #dbdbd6
}

@media (min-width: 960px) {
    .btn._grey:hover {
        background-color: #979992;
        border-color: #979992;
        color: #fff
    }
}

.btn._green-dark {
    color: #227454
}

@media (min-width: 960px) {
    .btn._green-dark:hover {
        background-color: #227454;
        border-color: #227454;
        color: #fff
    }
}

.btn._green-light {
    color: #8ccb60
}

@media (min-width: 960px) {
    .btn._green-light:hover {
        background-color: #8ccb60;
        border-color: #8ccb60;
        color: #fff
    }
}

.btn._blue {
    color: #4f9de4
}

@media (min-width: 960px) {
    .btn._blue:hover {
        background-color: #4f9de4;
        border-color: #4f9de4;
        color: #fff
    }
}

.custom-select {
    display: inline-block
}

.custom-select__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 1rem;
    letter-spacing: .07em;
    background-color: #f5f5ef;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.custom-select._active .custom-select__inner {
    -webkit-box-shadow: 1.3rem 1.5rem 1.6rem rgba(0, 0, 0, .07);
    box-shadow: 1.3rem 1.5rem 1.6rem rgba(0, 0, 0, .07)
}

.custom-select._active .custom-select__trigger {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.custom-select._active .custom-select__trigger svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.custom-select__trigger {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: inherit;
    min-height: 5.8rem;
    background-color: inherit;
    padding: 1.8rem 5.5rem 1.8rem 3.5rem;
    z-index: 11;
    -webkit-transition-property: background-color, border-color, color, border-radius;
    transition-property: background-color, border-color, color, border-radius;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.custom-select__trigger-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.custom-select__trigger-inner._placeholder {
    font: inherit;
    font-style: italic;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #979992;
    padding-left: .2rem;
    font-weight: 500
}

.custom-select__trigger-arrow {
    color: #37c08c;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transition: color .2s, -webkit-transform .2s;
    transition: color .2s, -webkit-transform .2s;
    transition: transform .2s, color .2s;
    transition: transform .2s, color .2s, -webkit-transform .2s;
    position: absolute;
    right: 2.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.custom-select__caption {
    display: block;
    width: 100%;
    color: #979992;
    font-size: 1.4rem;
    letter-spacing: .018em;
    line-height: 1.55;
    padding: .7rem .6rem 0;
    -webkit-transition: color .2s;
    transition: color .2s
}

.custom-select__dropdown {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    background-color: inherit;
    -webkit-box-shadow: 1.3rem 1.5rem 1.6rem rgba(0, 0, 0, .07);
    box-shadow: 1.3rem 1.5rem 1.6rem rgba(0, 0, 0, .07);
    overflow: hidden;
    padding-right: 2.6rem;
    padding-bottom: 2.6rem
}

.custom-select__dropdown-inner {
    width: 100%;
    max-height: 32.6rem;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 3.6rem;
    position: relative
}

.custom-select__dropdown-inner::before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    right: 3.6rem;
    height: .1rem;
    top: 0;
    background-color: rgba(219, 219, 214, .55)
}

@supports (scrollbar-width:thin) {
    .custom-select__dropdown-inner {
        scrollbar-color: #37c08c rgba(219, 219, 214, .55);
        scrollbar-width: thin
    }
}

.custom-select__dropdown-inner::-webkit-scrollbar {
    width: .5rem;
    background-color: rgba(219, 219, 214, .55);
    border-radius: 2.7rem
}

.custom-select__dropdown-inner::-webkit-scrollbar-thumb {
    background-color: #37c08c;
    border-radius: 2.7rem
}

.custom-select__dropdown-inner::-webkit-resizer, .custom-select__dropdown-inner::-webkit-scrollbar-button, .custom-select__dropdown-inner::-webkit-scrollbar-corner {
    display: none
}

.custom-select__dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.custom-select__dropdown-item {
    padding: 1rem 1rem 1rem 3.5rem;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 6.5rem;
    border-bottom: .1rem solid rgba(219, 219, 214, .55)
}

.custom-select__dropdown-item._selected {
    display: none
}

.custom-select._blue .custom-select__trigger-arrow {
    color: #4f9de4
}

@supports (scrollbar-width:thin) {
    .custom-select._blue .custom-select__dropdown-inner {
        scrollbar-color: #4f9de4 rgba(219, 219, 214, .55)
    }
}

.custom-select._blue .custom-select__dropdown-inner::-webkit-scrollbar-thumb {
    background-color: #4f9de4
}

.custom-select._error .custom-select__caption {
    color: #e06464
}

.custom-select._error .custom-select__trigger-arrow {
    color: #e06464 !important
}

@media (min-width: 960px) {
    .custom-select__trigger:hover {
        color: #37c08c
    }

    .custom-select__trigger:hover .custom-select__trigger-inner._placeholder {
        color: #37c08c
    }

    .custom-select__trigger-arrow {
        right: 2.8rem
    }

    .custom-select__dropdown {
        padding-right: 3.2rem
    }

    .custom-select__dropdown-item:hover {
        color: #37c08c
    }

    .custom-select._blue .custom-select__trigger:hover {
        color: #4f9de4
    }

    .custom-select._blue .custom-select__trigger:hover .custom-select__trigger-inner._placeholder {
        color: #4f9de4
    }

    .custom-select._blue .custom-select__dropdown-item:hover {
        color: #4f9de4
    }
}

.swiper-pagination {
    text-align: center;
    margin-top: 2.5rem;
    position: relative;
    width: 100%;
    z-index: 3
}

.swiper-pagination.swiper-pagination-lock {
    display: none !important
}

.swiper-pagination .swiper-pagination-bullet {
    width: 1.3rem;
    height: 1.3rem;
    display: inline-block;
    border-radius: 50%;
    border: .1rem solid #dbdbd6;
    margin: 0 .5rem;
    -webkit-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
    background-clip: content-box;
    cursor: pointer
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    cursor: auto;
    background-color: #dbdbd6;
    border-color: transparent
}

.swiper-nav {
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 5.5rem;
    height: 5.5rem;
    -webkit-transition: color .2s, opacity .2s;
    transition: color .2s, opacity .2s;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-nav._disabled {
    cursor: auto;
    color: rgba(219, 219, 214, .35) !important
}

.swiper-nav._disabled._white {
    color: #dbdbd6 !important
}

.swiper-nav._lock {
    display: none !important
}

.swiper-nav svg {
    width: 100%;
    height: 100%
}

.swiper-nav._prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.swiper-nav._green {
    color: #37c08c
}

.swiper-nav._blue {
    color: #4f9de4
}

.swiper-nav._white {
    color: #227454;
    background-color: #fff
}

.text {
    font-size: 1.6rem;
    line-height: 1.4;
    color: inherit;
    letter-spacing: .07em
}

.text::after {
    content: '';
    display: table;
    width: 100%
}

.text img, .text ol, .text p, .text table, .text ul {
    max-width: 100%;
    margin: 1.3em 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.text blockquote, .text iframe, .text object, .text video {
    margin: 1.5em 0;
    max-width: 100%
}

.text b, .text strong {
    font-weight: 700
}

.text em, .text i {
    font-style: italic
}

.text a {
    text-decoration: underline
}

.text a:hover {
    text-decoration: none
}

.text img {
    display: block;
    margin: 2em 0;
    max-width: 100%
}

.text > :first-child {
    margin-top: 0
}

.text > :last-child {
    margin-bottom: 0
}

.text h1, .text h2, .text h3, .text h4, .text h5 {
    font-weight: 600;
    letter-spacing: .07em;
    line-height: 1.55;
    text-align: center
}

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

.text h2 {
    margin: 2.33333333em 0 .75em;
    font-size: 1.71428571em
}

.text h3 {
    margin: 2.8em 0 .9em;
    font-size: 1.42857143em
}

.text h4 {
    margin: 3.5em 0 1.125em;
    font-size: 1.14285714em
}

.text h5 {
    margin: 4em 0 1.28571429em;
    font-size: 1em
}

.text ol, .text ul {
    list-style: none;
    padding: 0 0 0 3.5rem
}

.text li {
    position: relative;
    margin: .66em 0
}

.text li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%
}

.text li p {
    margin: 0
}

.text ul li:before {
    display: inline-block;
    top: .5em;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: grey;
    margin-right: .8rem
}

.text ol {
    counter-reset: counter
}

.text ol li {
    counter-increment: counter
}

.text ol li:before {
    content: counter(counter) '.';
    margin-right: .3rem;
    color: grey;
    font-weight: 700
}

.text table {
    display: block;
    overflow-x: auto;
    border-collapse: collapse
}

.text td, .text th {
    padding: 1rem 1.5rem;
    text-align: left
}

.text td:first-child, .text th:first-child {
    padding-left: 0
}

.text td:last-child, .text th:last-child {
    padding-right: 0
}

.text td, .text th {
    border: 0;
    border-bottom: .2rem solid grey
}

.text blockquote {
    font-style: italic;
    border-style: solid;
    border-color: grey;
    border-width: 0;
    margin-left: 3.5rem;
    padding-left: 2rem;
    padding-right: .8rem;
    border-left-width: .5rem
}

@media (min-width: 960px) {
    .text h1 {
        font-size: 2.5em
    }

    .text h2 {
        font-size: 2em
    }

    .text h3 {
        font-size: 1.71428571em
    }

    .text h4 {
        font-size: 1.14285714em
    }

    .text h5 {
        font-size: 1em
    }
}

@media (min-width: 1024px) {
    .text h1, .text h2, .text h3, .text h4, .text h5 {
        text-align: left
    }
}

.socials__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -1.5rem -1.5rem 0 0
}

.socials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5rem 1.5rem 0 0;
    position: relative;
    pointer-events: none
}

@media (min-width: 960px) {
    .socials__item:hover .socials__dropdown {
        pointer-events: auto;
        visibility: visible;
        opacity: 1
    }
}

.socials__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 6.4rem;
    height: 6.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #185940;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #86f1c8;
    pointer-events: auto;
    z-index: 2
}

.socials__link svg {
    width: 46.88%;
    height: 46.88%
}

.socials._white .socials__link {
    background-color: #fff;
    color: #dbdbd6
}

@media (min-width: 960px) {
    .socials._white .socials__item:hover .socials__link {
        color: #8ccb60
    }
}

.socials__dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 1.5rem 1.5rem;
    -webkit-box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .15);
    box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .15);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-transform: none;
    font-size: 1.5rem;
    min-width: 19rem;
    background-color: #fff;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    z-index: 10
}

.socials__dropdown::after {
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    height: 3.5rem;
    position: absolute
}

.socials__dropdown::before {
    content: '';
    width: 7.3rem;
    height: .6rem;
    background-color: #dbdbd6;
    bottom: 100%;
    border-radius: 1.5rem 1.5rem 0 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none
}

.socials__dropdown-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .6rem 2rem
}

.socials__dropdown-link-ico {
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.7rem
}

.contacts-list {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .07em
}

.contacts-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -1.5rem;
    margin-right: -2.5rem
}

.contacts-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-right: 2.5rem;
    -ms-flex-preferred-size: 25rem;
    flex-basis: 25rem;
    min-width: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.contacts-list__item-ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.8rem;
    height: 3.8rem;
    margin-right: 2.4rem;
    color: #86f1c8
}

.contacts-list__item-ico svg {
    width: 100%;
    height: 100%
}

.contacts-list__item-label {
    font-weight: 400;
    color: #86f1c8
}

.contacts-list__item-label b {
    font-weight: 500
}

.contacts-list__item span {
    display: inline-block
}

.contacts-list._dark {
    color: #3e3e3e;
    font-weight: 500
}

.contacts-list._dark .contacts-list__item-ico, .contacts-list._dark .contacts-list__item-label {
    color: #227454
}

.modal-footer {
    margin-top: auto;
    background-color: #227454;
    padding-top: 4rem;
    padding-bottom: 10rem
}

.modal-footer__contacts {
    margin-bottom: 4rem;
    font-weight: 500
}

.modal-footer__contacts .contacts-list__inner {
    margin-top: -2.8rem
}

.modal-footer__contacts .contacts-list__item {
    margin-top: 2.8rem
}

.mob-menu {
    position: fixed;
    background-color: #f9f9f6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none
}

.mob-menu._current {
    z-index: 51
}

.mob-menu::after {
    content: '';
    left: 0;
    right: 0;
    top: 100%;
    height: 10rem;
    background-color: inherit;
    position: absolute
}

.mob-menu._active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto
}

.mob-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto
}

@supports (-webkit-overflow-scrolling:touch) {
    .mob-menu__inner {
        -webkit-overflow-scrolling: touch
    }
}

.mob-menu__item {
    border-bottom: .1rem solid rgba(219, 219, 214, .55)
}

.mob-menu__address {
    padding-top: 3.7rem;
    padding-bottom: 4rem
}

.mob-menu__map {
    background-color: #ebebeb;
    position: relative;
    max-height: 36rem;
    overflow: hidden
}

.mob-menu__map::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 58.67%
}

.mob-menu__map-inner {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mob-menu__menu[data-accordion-item-content] {
    font-weight: 400;
    height: 0;
    overflow: hidden;
    pointer-events: none
}

.mob-menu__menu[data-accordion-item-content] .mob-menu__menu-link {
    background-color: rgba(255, 255, 255, .55)
}

.mob-menu__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    letter-spacing: .07em;
    line-height: 1.2;
    font-size: 1.6rem;
    color: #3e3e3e;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out;
    will-change: height;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%
}

.mob-menu__menu._main {
    font-weight: 500;
    color: #227454
}

.mob-menu__menu._big {
    font-size: 1.8rem
}

.mob-menu__menu._doted .mob-menu__menu-link:not(._back)::before {
    content: '';
    display: inline-block;
    width: .7rem;
    height: .7rem;
    background-color: #227454;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 1.4rem
}

.mob-menu__menu._small {
    font-size: 1.4rem
}

.mob-menu__menu-item._active > .mob-menu__menu-link::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mob-menu__menu-item._active > .mob-menu__menu {
    pointer-events: auto
}

.mob-menu__menu-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 3.5rem;
    border-bottom: .1rem solid rgba(219, 219, 214, .55);
    min-height: 7rem;
    width: 100%
}

.mob-menu__menu-link::after {
    content: '';
    display: inline-block;
    width: .9rem;
    height: 1.9rem;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-image: url(../img/svg/icons/arrow-right-color.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.mob-menu__menu-link-ico {
    width: 2.5rem;
    height: 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.4rem
}

.mob-menu__menu-link-text {
    margin-right: 1rem
}

.mob-menu__menu-link._back {
    text-transform: uppercase;
    font-size: 1.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .55);
    color: #227454
}

.mob-menu__menu-link._back svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: currentColor;
    opacity: .55;
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 1.4rem
}

.mob-menu__menu-link._back::after {
    display: none
}

.mob-menu__menu-link:not([data-slide-menu-open]):last-child::after {
    display: none
}

.mob-menu__menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out;
    will-change: height;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mob-menu__menu-inner {
    padding: 4.4rem 3.5rem 3.2rem;
    border-bottom: .1rem solid rgba(219, 219, 214, .55)
}

.mob-menu__menu-title {
    font-size: 2.3rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2.6rem
}

.mob-menu__menu-slide {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    background-color: #f9f9f6
}

.mob-menu__menu-slide._active {
    display: block
}

.mob-menu__menu-slide.enter-active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    z-index: 10
}

.mob-menu__menu-slide.enter.from-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.mob-menu__menu-slide.enter.from-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mob-menu__menu-slide.leave-active {
    position: relative;
    z-index: 8;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.mob-menu__menu-slide.leave.to-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.mob-menu__menu-slide.leave.to-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.section-header {
    text-align: center;
    margin-bottom: 2.5rem
}

.section-header__title {
    font-size: 2.3rem;
    letter-spacing: .07em;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase
}

.section-header__subtitle {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 1.3rem 0 0;
    letter-spacing: .07em;
    line-height: 1.8;
    font-weight: 500;
    max-width: 108.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.section-header__link {
    display: inline-block;
    margin-top: 1.3rem;
    font-size: 1.4rem;
    letter-spacing: .1em;
    text-decoration: underline
}

.section-header._green .section-header__link .section-header__link, .section-header._green .section-header__link .section-header__subtitle {
    color: #37c08c
}

.section-header._blue .section-header__link .section-header__link, .section-header._blue .section-header__link .section-header__subtitle {
    color: #4f9de4
}

.section-header._green-dark .section-header__link, .section-header._green-dark .section-header__subtitle {
    color: #227454
}

.section-header__text {
    font-size: 1.4rem;
    letter-spacing: .07em;
    margin-top: 1.4rem;
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 959px) {
    .section-header._small .section-header__title {
        font-size: 2rem
    }
}

@media (max-width: 959px) {
    .section-header._small-3 .section-header__title {
        font-size: 1.8rem
    }
}

.section-header._small-2 .section-header__title {
    font-size: 2rem
}

@media (min-width: 960px) {
    .section-header {
        margin-bottom: 4rem
    }

    .section-header__title {
        font-size: 3.5rem
    }

    .section-header__link {
        margin-top: .5rem
    }

    .section-header__text {
        font-size: 1.5rem
    }

    .section-header._small-2 .section-header__title {
        font-weight: 500;
        font-size: 2.4rem
    }
}

.promo-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5ef;
    border-radius: 1.5rem;
    min-height: 17.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 3.3rem
}

.promo-card__content {
    max-width: 67%;
    z-index: 3
}

.promo-card__label {
    font-size: 1.4rem;
    letter-spacing: .07em;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4em;
    max-height: calc(1.4em * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.promo-card__info, .promo-card__percent {
    display: none
}

.promo-card__img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.promo-card__img img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right bottom;
    object-position: right bottom
}

.promo-card__price {
    position: relative;
    padding-left: 4rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .07em;
    line-height: 1.1
}

.promo-card__price svg {
    width: 3rem;
    height: 3rem;
    color: #dbdbd6;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: .1rem
}

.promo-card__price-old {
    font-size: 1.2rem;
    font-weight: 500;
    color: #979992;
    text-decoration: line-through
}

.promo-card._green .promo-card__nav, .promo-card._green .promo-card__price {
    color: #37c08c
}

.promo-card._blue .promo-card__nav, .promo-card._blue .promo-card__price {
    color: #4f9de4
}

.promo-card__nav {
    width: 8.6rem;
    height: 8.6rem;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    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;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
    pointer-events: none
}

.promo-card__nav svg {
    width: 1.4rem;
    height: 1.4rem
}

.promo-card__nav._prev {
    left: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.promo-card__nav._prev svg {
    -webkit-transform: translateX(-140%) scaleX(-1);
    transform: translateX(-140%) scaleX(-1)
}

.promo-card__nav._next {
    right: 100%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.promo-card__nav._next svg {
    -webkit-transform: translateX(140%);
    transform: translateX(140%)
}

@media (min-width: 1024px) {
    .promo-card {
        min-height: 23.5rem;
        padding: 3rem 5.4rem;
        overflow: hidden
    }

    .promo-card__label {
        font-size: 1.8rem
    }

    .promo-card__price {
        font-size: 2.5rem;
        padding-left: 5.5rem
    }

    .promo-card__price svg {
        width: 4.1rem;
        height: 4.1rem
    }

    .promo-card__price-old {
        font-size: 1.6rem
    }

    .promo-card._big {
        padding-left: 6.8rem;
        padding-right: 6.8rem;
        background-image: url(../img/svg/wave-decor-yellow-2.svg);
        background-position: center bottom;
        background-size: 100% 13.7rem;
        background-repeat: no-repeat
    }

    .promo-card._big .promo-card__label {
        font-size: 3rem;
        font-weight: 600
    }

    .promo-card._big .promo-card__content {
        max-width: 52%
    }

    .promo-card._big .promo-card__info {
        display: block;
        font-size: 1.3rem;
        letter-spacing: .07em;
        line-height: 1.5;
        margin-top: -.5rem;
        margin-bottom: 2.5rem;
        line-height: 1.5em;
        max-height: calc(1.5em * 3);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .promo-card._big .promo-card__price {
        padding-left: 7.3rem;
        font-size: 3.5rem
    }

    .promo-card._big .promo-card__price svg {
        width: 5.5rem;
        height: 5.5rem
    }

    .promo-card._big .promo-card__price-old {
        font-size: 2.2rem;
        margin-top: -.1rem
    }

    .promo-card._big .promo-card__percent {
        display: block;
        font-size: 10rem;
        font-weight: 700;
        letter-spacing: .07em;
        color: #e3e3d7
    }
}

.info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 1.5rem;
    background-color: #fff;
    -webkit-box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .1);
    box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .1);
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.info-card__img {
    display: block;
    width: 100%;
    height: 22rem;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.info-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.info-card__content {
    padding: 2.8rem 2.6rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.info-card__title {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin: 0 0 1.3rem;
    text-align: center
}

.info-card__text {
    font-size: 1.2rem;
    line-height: 1.55;
    letter-spacing: .07em;
    text-align: justify;
    line-height: 1.55em;
    max-height: calc(1.55em * 7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

.info-card__link {
    font-size: 1.2rem;
    letter-spacing: .1em;
    text-decoration: underline;
    display: inline-block;
    margin-top: 1.2rem
}

.info-card._green .info-card__link {
    color: #37c08c
}

.info-card._blue .info-card__link {
    color: #4f9de4
}

@media (min-width: 720px) {
    .info-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .info-card__img {
        border-top-right-radius: 0;
        border-bottom-left-radius: inherit;
        width: 50%;
        height: auto;
        min-height: 34.5rem
    }

    .info-card__content {
        width: 50%;
        padding: 4.3rem 4rem 4rem
    }

    .info-card__title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        text-align: left
    }

    .info-card__text {
        font-size: 1.3rem;
        line-height: 1.55em;
        max-height: calc(1.55em * 9);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical
    }

    .info-card__link {
        margin-top: 1.6rem;
        font-size: 1.4rem
    }
}

@media (min-width: 960px) {
    .info-card:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .info-card__link:hover {
        text-decoration: none
    }
}

.info-card-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 25rem;
    position: relative;
    width: 115rem;
    max-width: 100%;
    -webkit-box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .1);
    box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .1);
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    border-radius: 1.5rem;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-card-big:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.info-card-big__main-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0
}

.info-card-big._green {
    background-color: #edebf0
}

.info-card-big._green .info-card-big__img::before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #edebf0), color-stop(10rem, rgba(237, 235, 240, 0)), to(rgba(237, 235, 240, 0)));
    background-image: linear-gradient(to right, #edebf0 0, rgba(237, 235, 240, 0) 10rem, rgba(237, 235, 240, 0) 100%)
}

.info-card-big._green .info-card-big__socials-link {
    background-color: rgba(55, 192, 140, .55)
}

.info-card-big._green .info-card-big__socials-link:hover {
    background-color: #37c08c
}

.info-card-big._blue {
    background-color: #e7efee
}

.info-card-big._blue .info-card-big__img::before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e7efee), color-stop(10rem, rgba(231, 239, 238, 0)), to(rgba(231, 239, 238, 0)));
    background-image: linear-gradient(to right, #e7efee 0, rgba(231, 239, 238, 0) 10rem, rgba(231, 239, 238, 0) 100%)
}

.info-card-big._blue .info-card-big__socials-link {
    background-color: rgba(79, 157, 228, .55)
}

.info-card-big._blue .info-card-big__socials-link:hover {
    background-color: #4f9de4
}

.info-card-big__content {
    -ms-flex-preferred-size: 45rem;
    flex-basis: 45rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.info-card-big::after {
    content: '';
    display: block;
    padding-left: 36.6%
}

.info-card-big__img {
    width: 36.6%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.info-card-big__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.info-card-big__img::before {
    position: absolute;
    z-index: 2;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.info-card-big__title {
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 0 1rem
}

.info-card-big__text {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1.6em;
    max-height: calc(1.6em * 5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.info-card-big__company {
    -ms-flex-preferred-size: 26.5rem;
    flex-basis: 26.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4.5rem 2rem 4rem;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.info-card-big__company-logo {
    width: 14.5rem;
    z-index: 6
}

.info-card-big__company-logo-inner {
    display: block;
    width: 100%
}

.info-card-big__company-logo-inner img {
    width: 100%
}

.info-card-big__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.9rem;
    margin-top: -.9rem
}

.info-card-big__socials-link {
    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;
    width: 4.2rem;
    height: 4.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .9rem;
    margin-top: .9rem;
    border-radius: 50%;
    color: #fff;
    z-index: 6;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.info-card-big__socials-link svg {
    width: 2.2rem;
    height: 2.2rem
}

.personal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 21.4rem;
    max-width: 100%
}

.personal-card__img-decor {
    width: 100%;
    padding-top: 23.4%;
    color: rgba(151, 153, 146, .07);
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s
}

.personal-card__img-decor svg {
    vertical-align: top;
    position: absolute;
    top: 0;
    width: 70%;
    height: 76%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.personal-card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.personal-card__img-inner {
    display: block;
    width: 100%;
    border-radius: inherit;
    position: relative
}

.personal-card__img-inner::before {
    content: '';
    width: 100%;
    padding-top: 100%;
    display: block
}

.personal-card__img-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.personal-card__img-more {
    display: none
}

.personal-card__title {
    font-size: 1.4rem;
    letter-spacing: .07em;
    font-weight: 500
}

.personal-card__title b {
    font: inherit;
    text-transform: uppercase;
    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;
    white-space: nowrap
}

.personal-card__subtitle {
    font-size: 1.5rem;
    letter-spacing: .07em;
    font-weight: 500;
    margin-top: .3rem
}

.personal-card__label {
    font-size: 1.2rem;
    letter-spacing: .07em;
    font-weight: 500;
    font-style: italic;
    color: #979992;
    margin-bottom: .4rem
}

.personal-card._green .personal-card__subtitle {
    color: #37c08c
}

.personal-card._green._small .personal-card__title b {
    color: #37c08c
}

.personal-card._blue .personal-card__subtitle {
    color: #4f9de4
}

.personal-card._blue._small .personal-card__title b {
    color: #4f9de4
}

.personal-card._row {
    width: auto;
    text-align: left;
    max-width: none;
    padding-left: 11.6rem;
    min-height: 8.5rem;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.personal-card._row .personal-card__img {
    position: absolute;
    width: 8.5rem;
    margin: 0;
    left: 0;
    top: 0
}

.personal-card._row .personal-card__img-decor {
    position: absolute;
    padding: 0;
    width: 6rem;
    height: 1.5rem;
    left: 6.2rem;
    top: 3.4rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.personal-card._row .personal-card__img-decor svg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none
}

.personal-card._row .personal-card__title {
    font-weight: 400
}

.personal-card._row .personal-card__title b {
    font-weight: 600
}

.personal-card._row .personal-card__subtitle {
    font-size: 1.2rem
}

.personal-card._active._green .personal-card__img-decor {
    color: rgba(55, 192, 140, .55)
}

.personal-card._active._blue .personal-card__img-decor {
    color: rgba(79, 157, 228, .55)
}

.personal-card._small {
    width: 11rem
}

.personal-card._small .personal-card__img-decor {
    color: transparent
}

.personal-card._small .personal-card__title {
    font-size: 1.1rem
}

.personal-card._small .personal-card__title b {
    font-weight: 600
}

@media (min-width: 960px) {
    .personal-card__img-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: #979992;
        font-weight: 600;
        font-size: 1.6rem;
        letter-spacing: .07em;
        text-transform: uppercase;
        z-index: 2;
        background-color: rgba(243, 243, 243, .15);
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .personal-card__img-inner img {
        -webkit-transition: -webkit-filter .3s;
        transition: -webkit-filter .3s;
        transition: filter .3s;
        transition: filter .3s, -webkit-filter .3s
    }

    .personal-card:hover._green .personal-card__img-decor {
        color: rgba(55, 192, 140, .55)
    }

    .personal-card:hover._blue .personal-card__img-decor {
        color: rgba(79, 157, 228, .55)
    }

    .personal-card:not(._small):hover .personal-card__img-inner img {
        -webkit-filter: blur(.4rem) opacity(.15);
        filter: blur(.4rem) opacity(.15)
    }

    .personal-card:not(._small):hover .personal-card__img-more {
        opacity: 1
    }

    .personal-card._row {
        min-height: 14.2rem;
        padding-left: 18.6rem
    }

    .personal-card._row .personal-card__img-decor {
        width: 10.1rem;
        height: 2.5rem;
        left: 10.5rem;
        top: 5.8rem
    }

    .personal-card._row .personal-card__img {
        width: 14.2rem
    }

    .personal-card._row .personal-card__img-more {
        font-size: 1.4rem
    }

    .personal-card._row .personal-card__label {
        font-size: 1.6rem
    }

    .personal-card._row .personal-card__title {
        font-size: 1.8rem
    }

    .personal-card._row .personal-card__subtitle {
        font-size: 1.6rem
    }
}

.feedback-card {
    padding: 4rem 2.6rem 3rem 2.8rem;
    background-color: #fff;
    -webkit-box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .05);
    box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .05);
    border-radius: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.feedback-card__head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.8rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feedback-card__head-wrap .feedback-card__rating {
    margin-top: 0;
    margin-left: 2rem
}

.feedback-card__head-wrap .feedback-card__rating .feedback-card__rating-stars {
    margin-right: 4.5rem
}

.feedback-card__head-wrap .feedback-card__rating .rating-stars__star {
    width: 3rem;
    height: 3rem;
    margin-right: 1.1rem
}

.feedback-card__head {
    padding-left: 5.8rem;
    position: relative
}

.feedback-card__head svg {
    width: 3.2rem;
    height: 2.4rem;
    color: #dbdbd6;
    position: absolute;
    top: .7rem;
    left: 0
}

.feedback-card__name {
    font-weight: 500;
    letter-spacing: .07em
}

.feedback-card__date {
    font-size: 1.4rem;
    font-style: italic;
    letter-spacing: .07em;
    color: #979992
}

.feedback-card__text {
    font-size: 1.3rem;
    letter-spacing: .07em;
    line-height: 1.55;
    text-align: justify;
    margin-bottom: 1.2rem
}

.feedback-card__link {
    font-size: 1.2rem;
    letter-spacing: .1em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4f9de4;
    display: inline-block
}

.feedback-card__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem
}

.feedback-card__rating-stars {
    margin-bottom: .3rem;
    margin-right: 1rem
}

.feedback-card__rating-point {
    font-size: 1.2rem;
    color: #979992;
    letter-spacing: .07em;
    font-weight: 500;
    text-align: right
}

.feedback-card__rating-point b {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    margin: -.6rem 0
}

.feedback-card__from {
    font-size: 1.3rem;
    color: #979992;
    letter-spacing: .07em;
    margin-top: -1.2rem
}

@media (min-width: 960px) {
    .feedback-card:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .feedback-card__link:hover {
        text-decoration: none
    }

    .feedback-card._full {
        padding: 4.7rem 5rem 4.3rem
    }

    .feedback-card._full .feedback-card__head-wrap {
        margin-bottom: 2.3rem
    }
}

@media (min-width: 1920px) {
    .feedback-card {
        padding: 4.5rem 4.2rem 4.6rem 4.7rem
    }

    .feedback-card__head-wrap {
        margin-bottom: 2.3rem
    }

    .feedback-card__link {
        font-size: 1.4rem
    }

    .feedback-card__rating {
        margin-top: 2.4rem
    }

    .feedback-card .rating-stars__star {
        width: 3rem;
        height: 3rem;
        margin-right: 1.1rem
    }
}

.rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #f5f5ef
}

.rating-stars__star {
    margin-right: .8rem;
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.rating-stars__star:last-child {
    margin-right: 0
}

.rating-stars__star svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none
}

.rating-stars__star[data-rating-star] {
    cursor: pointer
}

.rating-stars__star-fill {
    opacity: 0;
    z-index: 2
}

.rating-stars__star-half {
    opacity: 0;
    z-index: 1
}

.rating-stars__star._fill .rating-stars__star-fill {
    opacity: 1
}

.rating-stars__star._half .rating-stars__star-half {
    opacity: 1
}

.scroll-ico {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 1.8rem);
    transform: translate(-50%, 1.8rem);
    z-index: 15;
    color: #37c08c;
    -webkit-transition: color .2s;
    transition: color .2s
}

.scroll-ico__ico {
    width: 4rem;
    height: 5.6rem;
    overflow: visible
}

.scroll-ico__ico-circle {
    -webkit-animation-name: scrollIcoCircle;
    animation-name: scrollIcoCircle;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.scroll-ico__ico-path {
    -webkit-animation-name: scrollIcoPath;
    animation-name: scrollIcoPath;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.scroll-ico__ico-path:last-child {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

body._blue .scroll-ico {
    color: #4f9de4
}

@-webkit-keyframes scrollIcoCircle {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    5% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }
    20% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%)
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scrollIcoCircle {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    5% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }
    20% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%)
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes scrollIcoPath {
    0% {
        opacity: .55;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        opacity: 1;
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%)
    }
    24% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        opacity: .7
    }
    60% {
        opacity: .55
    }
    100% {
        opacity: .55
    }
}

@keyframes scrollIcoPath {
    0% {
        opacity: .55;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        opacity: 1;
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%)
    }
    24% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        opacity: .7
    }
    60% {
        opacity: .55
    }
    100% {
        opacity: .55
    }
}

.promo-side {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.promo-side__item {
    padding: 2rem 3rem 2.5rem 7.6rem;
    background-color: #fff;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-box-shadow: 3.5rem 3.5rem 3.5rem rgba(0, 0, 0, .04);
    box-shadow: 3.5rem 3.5rem 3.5rem rgba(0, 0, 0, .04);
    border-radius: 1.5rem 0 0 1.5rem;
    width: 29.6rem;
    position: relative;
    opacity: 0;
    margin: 1.5rem 0;
    word-break: break-word
}

.promo-side__item._blue .promo-side__item-title {
    color: #4f9de4
}

.promo-side__item._green .promo-side__item-title {
    color: #37c08c
}

.promo-side__item._active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    pointer-events: auto
}

.promo-side__item-img {
    display: block;
    position: absolute;
    width: 9rem;
    height: 14.5rem;
    top: -1.9rem;
    left: -1.7rem
}

.promo-side__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.promo-side__item-title {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .07em;
    margin-bottom: .7rem;
    text-transform: uppercase
}

.promo-side__item-text {
    font-size: 1.2rem;
    letter-spacing: .07em
}

.promo-side__item-link {
    font-size: 1.2rem;
    font-style: italic;
    letter-spacing: .12em;
    text-decoration: underline;
    display: inline-block;
    margin-top: .7rem
}

.form-element {
    display: inline-block
}

.form-element .mx-datepicker {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.form-element .mx-datepicker .mx-icon-calendar {
    display: none
}

.form-element .mx-datepicker .mx-input-wrapper {
    width: 100%
}

.form-element__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative
}

.form-element__input {
    border: .1rem solid #f5f5ef;
    width: 100%;
    background-color: #f5f5ef;
    border-radius: 1rem;
    font-weight: 500;
    letter-spacing: .07em;
    padding: 1.7rem 3.4rem;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.form-element__input::-webkit-input-placeholder {
    font: inherit;
    font-style: italic;
    color: #979992;
    padding-left: .2rem;
    opacity: 1
}

.form-element__input::-moz-placeholder {
    font: inherit;
    font-style: italic;
    color: #979992;
    padding-left: .2rem;
    opacity: 1
}

.form-element__input::-ms-input-placeholder {
    font: inherit;
    font-style: italic;
    color: #979992;
    padding-left: .2rem;
    opacity: 1
}

.form-element__input::placeholder {
    font: inherit;
    font-style: italic;
    color: #979992;
    padding-left: .2rem;
    opacity: 1
}

.form-element__input:not(textarea) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.form-element__ico {
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    right: 1.7rem;
    top: 1.7rem;
    color: #37c08c;
    pointer-events: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    z-index: 2
}

@media (min-width: 960px) {
    .form-element__ico {
        width: 2.8rem;
        height: 2.8rem;
        top: 1.4rem;
        right: 2rem
    }
}

.form-element__ico ~ .form-element__input {
    padding-right: 5.5rem
}

.form-element__ico ~ .mx-datepicker .form-element__input {
    padding-right: 5.5rem
}

.form-element__caption {
    display: block;
    width: 100%;
    color: #979992;
    font-size: 1.4rem;
    letter-spacing: .018em;
    line-height: 1.55;
    padding: .7rem .6rem 0;
    -webkit-transition: color .2s;
    transition: color .2s
}

.form-element._white .form-element__input {
    background-color: #fff;
    border-color: #fff
}

.form-element._green-dark .form-element__ico {
    color: #227454
}

.form-element._green-dark:not(._disabled) .form-element__input:focus {
    border-color: #227454
}

.form-element._green-dark._filled .form-element__input {
    border-color: #227454
}

.form-element._blue .form-element__ico {
    color: #4f9de4
}

.form-element._blue:not(._disabled) .form-element__input:focus {
    border-color: #4f9de4
}

.form-element._blue._filled .form-element__input {
    border-color: #4f9de4
}

.form-element:not(._disabled) .form-element__input:focus {
    background-color: #fff;
    border-color: #37c08c
}

.form-element._filled .form-element__input {
    background-color: #fff;
    border-color: #37c08c
}

.form-element._error .form-element__ico {
    color: #e06464
}

.form-element._error .form-element__caption {
    color: #e06464
}

.form-element._disabled {
    pointer-events: none
}

.form-element._disabled .form-element__input {
    color: rgba(62, 62, 62, .55)
}

.form-element._disabled .form-element__input::-webkit-input-placeholder {
    color: rgba(151, 153, 146, .55)
}

.form-element._disabled .form-element__input::-moz-placeholder {
    color: rgba(151, 153, 146, .55)
}

.form-element._disabled .form-element__input::-ms-input-placeholder {
    color: rgba(151, 153, 146, .55)
}

.form-element._disabled .form-element__input::placeholder {
    color: rgba(151, 153, 146, .55)
}

.form-element._disabled .form-element__ico {
    color: rgba(151, 153, 146, .55)
}

.video-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.5rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden
}

.video-card::before {
    content: '';
    width: 100%;
    padding-top: 56.25%;
    display: block
}

.video-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-card svg {
    width: 5.2rem;
    height: 3.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.pagination {
    margin-top: 5.4rem;
    color: #979992;
    font-size: 1.5rem;
    font-weight: 500
}

.pagination__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -.5rem
}

.pagination__item {
    margin: .5rem
}

.pagination__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 3.8rem;
    height: 3.8rem;
    background-color: #fff;
    border: .2rem solid #fff;
    border-radius: .5rem;
    padding: .3rem;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.pagination__link._active {
    background-color: transparent;
    pointer-events: none;
    color: #37c08c;
    border-color: rgba(55, 192, 140, .25)
}

@media (min-width: 960px) {
    .pagination__link:hover {
        color: #37c08c
    }
}

.pagination._blue .pagination__link._active {
    background-color: transparent;
    pointer-events: none;
    color: #4f9de4;
    border-color: rgba(79, 157, 228, .25)
}

@media (min-width: 960px) {
    .pagination._blue .pagination__link:hover {
        color: #4f9de4
    }
}

.pagination__dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.8rem
}

.personal-details {
    width: 100%
}

.personal-details__inner {
    margin-top: -4rem
}

.personal-details__col {
    margin-top: 4rem
}

.personal-details__col > :last-child {
    margin-bottom: 0
}

.personal-details__head {
    text-align: center;
    margin-bottom: 2rem
}

.personal-details__title {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .07em
}

.personal-details__title b {
    display: block;
    font-size: 2.4rem;
    font-weight: 600
}

.personal-details__subtitle {
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: .07em;
    color: #979992;
    margin-top: .5rem
}

.personal-details__image-main {
    display: block;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-width: 41.2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem
}

.personal-details__image-main::before {
    width: 100%;
    content: '';
    display: block;
    padding-top: 65.5%
}

.personal-details__image-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}

.personal-details__label {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .07em;
    margin-bottom: 1rem;
    position: relative;
    z-index: 3
}

.personal-details__documents-wrap {
    margin: -3rem -2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(1rem, rgba(0, 0, 0, 0)), color-stop(2rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1rem, #000 2rem, #000 calc(100% - 2rem), rgba(0, 0, 0, 0) calc(100% - 1rem));
    mask-image: -webkit-gradient(linear, left top, right top, color-stop(1rem, rgba(0, 0, 0, 0)), color-stop(2rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1rem, #000 2rem, #000 calc(100% - 2rem), rgba(0, 0, 0, 0) calc(100% - 1rem))
}

.personal-details__documents-container {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    position: relative
}

.personal-details__documents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.personal-details__documents-item {
    width: calc(100% / 3);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.personal-details__documents-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 1.3rem 1.5rem 1.6rem rgba(0, 0, 0, .05);
    box-shadow: 1.3rem 1.5rem 1.6rem rgba(0, 0, 0, .05);
    width: 100%;
    max-width: 18rem
}

.personal-details__documents-item-inner::before {
    content: '';
    padding-top: 70%;
    display: block;
    width: 100%
}

.personal-details__documents-item-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.personal-details__documents-pagination {
    margin-top: 1rem
}

.personal-details__documents-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem
}

.personal-details__params {
    margin-bottom: 2rem
}

.personal-details__params-text {
    font-size: 1.5rem;
    letter-spacing: .07em;
    line-height: 1.55;
    font-weight: 500
}

.personal-details__text {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    letter-spacing: .07em;
    line-height: 1.55;
    text-align: justify
}

.personal-details__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.7rem;
    letter-spacing: .07em
}

.personal-details__list li {
    padding-left: 2.7rem;
    position: relative;
    margin-bottom: 1.8rem
}

.personal-details__list li:last-child {
    margin-bottom: 0
}

.personal-details__list li::before {
    content: '';
    position: absolute;
    left: 0;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: currentColor;
    top: .8rem
}

.personal-details._green .personal-details__label {
    color: #37c08c
}

.personal-details._green .personal-details__list li::before {
    background-color: #37c08c
}

.personal-details._blue .personal-details__label {
    color: #4f9de4
}

.personal-details._blue .personal-details__list li::before {
    background-color: #4f9de4
}

@media (min-width: 500px) {
    .personal-details__documents-wrap {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .personal-details__documents-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 720px) {
    .personal-details__documents-item {
        width: calc(100% / 4)
    }
}

@media (min-width: 960px) {
    .personal-details__documents-item {
        width: calc(100% / 5)
    }

    .personal-details__documents-item-inner {
        -webkit-transition: -webkit-box-shadow .2s;
        transition: -webkit-box-shadow .2s;
        transition: box-shadow .2s;
        transition: box-shadow .2s, -webkit-box-shadow .2s
    }

    .personal-details__documents-item-inner:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width: 1366px) {
    .personal-details__title {
        font-size: 2.4rem
    }

    .personal-details__subtitle {
        margin-top: .1rem
    }

    .personal-details__documents-item {
        width: calc(100% / 3)
    }

    .personal-details__image-main {
        margin-bottom: 4rem
    }

    .personal-details__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: -4rem
    }

    .personal-details__head {
        text-align: left;
        margin-bottom: 3.2rem
    }

    .personal-details__col {
        width: 28%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 4rem
    }

    .personal-details__col:first-child {
        max-width: 41.2rem
    }

    .personal-details__col:nth-child(2) {
        max-width: 43.5rem
    }

    .personal-details__col:nth-child(3) {
        max-width: 37rem
    }
}

.tags-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: .07em;
    font-weight: 500;
    line-height: 1.65;
    text-align: center
}

.tags-list._red {
    color: #e06464
}

.tags-list._green {
    color: #37c08c
}

.tags-list._blue {
    color: #4f9de4
}

.tags-list li {
    display: inline
}

.tags-list li::after {
    content: '\00a0\00a0\00a0\\\00a0\00a0'
}

.tags-list li:last-child::after {
    display: none
}

@media (min-width: 1024px) {
    .tags-list {
        font-size: 1.7rem;
        line-height: 2
    }
}

.modal-form__item {
    width: 100%;
    margin-bottom: 1.5rem;
    display: block
}

.modal-form__footer {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-form__btn {
    width: 30rem;
    max-width: 100%
}

.modal-form__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #227454;
    line-height: 1.65;
    font-weight: 500;
    letter-spacing: .1em;
    margin-top: 3.2rem
}

.modal-form__contacts svg {
    width: 3.8rem;
    height: 3.8rem;
    margin-right: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-form__contacts-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.modal-form textarea.form-element__input {
    height: 22rem
}

.modal-form__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.2rem;
    margin-bottom: 4.2rem
}

.modal-form__rating-label {
    font-size: 1.5rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.modal-form__rating .rating-stars {
    color: #dbdbd6
}

.modal-form__rating .rating-stars__star {
    width: 4.6rem;
    height: 4.6rem;
    margin-right: 1.7rem
}

.modal-form__rating .rating-stars__star:last-child {
    margin-right: 0
}

@media (max-width: 959px) {
    .modal-form .form-element__input {
        background-color: #fff
    }

    .modal-form .custom-select__inner {
        background-color: #fff
    }
}

@media (min-width: 960px) {
    .modal-form__item {
        margin-bottom: 2.2rem
    }

    .modal-form__footer {
        margin-top: 4.5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .modal-form__contacts {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;
        margin-right: auto
    }

    .modal-form__btn {
        width: auto;
        -ms-flex-preferred-size: 27.5rem;
        flex-basis: 27.5rem
    }

    .modal-form textarea.form-element__input {
        height: 14rem
    }

    .modal-form__rating {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .modal-form__rating-label {
        margin-bottom: 0;
        margin-right: 2rem
    }

    .modal-form__rating .rating-stars__star {
        width: 4.2rem;
        height: 4.2rem;
        margin-right: 1.4rem
    }
}

.find-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.find-us__content {
    width: 38.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 4.4rem 5rem 4.2rem
}

.find-us__map {
    background-color: #ebebeb;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    position: relative
}

.find-us__map-inner {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.find-us__addresses {
    color: #227454;
    margin-bottom: 3.6rem;
    font-size: 1.4rem
}

.find-us__addresses .contacts-list__inner {
    margin-top: -2rem;
    margin-right: -1.5rem
}

.find-us__addresses .contacts-list__item {
    margin-top: 2rem;
    margin-right: 1.5rem
}

.find-us__addresses .contacts-list__item-ico {
    width: 2.4rem;
    height: 2.7rem;
    color: #dbdbd6;
    margin-right: 2.6rem
}

.find-us__addresses .contacts-list__item-label {
    color: #3e3e3e
}

.find-us__contacts {
    color: #3e3e3e;
    margin-left: -.6rem;
    font-size: 1.4rem;
    margin-bottom: 3.6rem
}

.find-us__contacts .contacts-list__inner {
    margin-top: -2rem;
    margin-right: -1.5rem
}

.find-us__contacts .contacts-list__item {
    margin-top: 2rem;
    margin-right: 1.5rem
}

.find-us__contacts .contacts-list__item-ico {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 2rem
}

.find-us__contacts .contacts-list__item-label {
    color: #227454
}

.find-us .socials {
    margin-left: -.6rem
}

.find-us .socials__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.find-us .socials__link {
    width: 4.6rem;
    height: 4.6rem;
    background-color: #f5f5ef;
    color: #37c08c
}

.fullscreen-control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    width: 3.6rem;
    height: 3.6rem;
    margin: 2.7rem 3.5rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #227454
}

.fullscreen-control svg {
    width: 100%;
    height: 100%
}

@media (min-width: 960px) {
    .fullscreen-control {
        width: 4.3rem;
        height: 4.3rem;
        margin: 3rem 2.6rem;
        color: #fff
    }

    .fullscreen-control:hover {
        color: #227454
    }
}

.custom-iw .gm-style-iw-t::after {
    display: none
}

.custom-iw .gm-style-iw {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .07em
}

.custom-iw .gm-style-iw-c {
    border-radius: 15px;
    padding: 0;
    background-color: #fff;
    overflow: visible
}

.custom-iw .gm-style-iw-c > button {
    display: none !important
}

.custom-iw .gm-style-iw-c::after {
    background: linear-gradient(45deg, #fff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    content: "";
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-box-shadow: 13px 15px 16px rgba(0, 0, 0, .07);
    box-shadow: 13px 15px 16px rgba(0, 0, 0, .07);
    width: 25px;
    height: 25px
}

.custom-iw .gm-style-iw-d {
    border-radius: inherit;
    overflow: hidden !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 226px 271px;
    background-position: calc(100% + 50px) calc(100% + 50px);
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.map-info-window {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 38px;
    overflow-x: hidden;
    overflow-y: auto
}

@supports (scrollbar-width:thin) {
    .map-info-window {
        scrollbar-color: #37c08c rgba(219, 219, 214, .55) !important;
        scrollbar-width: thin !important
    }
}

.map-info-window::-webkit-scrollbar-track, .map-info-window::-webkit-scrollbar-track-piece {
    background: 0 0 !important
}

.map-info-window::-webkit-scrollbar {
    width: 5px !important;
    background-color: rgba(219, 219, 214, .55) !important;
    border-radius: 27px !important
}

.map-info-window::-webkit-scrollbar-thumb {
    background-color: #37c08c !important;
    border-radius: 27px !important;
    border: 0 !important;
    background-clip: border-box !important
}

.map-info-window::-webkit-scrollbar-thumb:hover {
    background-color: #37c08c !important
}

.map-info-window::-webkit-resizer, .map-info-window::-webkit-scrollbar-button, .map-info-window::-webkit-scrollbar-corner {
    display: none
}

.map-info-window__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px
}

.map-info-window__contacts-item:last-child {
    margin-bottom: 0
}

.map-info-window__contacts-item svg {
    width: 24px;
    height: 27px;
    color: #dbdbd6;
    margin-right: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.map-info-window__contacts-item-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #227454;
    font-weight: 600
}

.map-info-window__contacts-item-label {
    font-weight: 400;
    color: #3e3e3e
}

.map-info-window__image {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 36px
}

.map-info-window__image img {
    width: auto;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1366px) {
    .custom-iw .gm-style-iw {
        font-size: 16px
    }

    .custom-iw .gm-style-iw-d {
        min-height: 380px;
        max-height: 400px !important;
        background-image: url(../img/svg/o-light.svg)
    }

    .custom-iw .gm-style-iw-c::after {
        left: 100%;
        top: 120px;
        -webkit-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
        width: 30px;
        height: 30px
    }

    .map-info-window {
        padding: 40px 48px
    }
}

.toaster {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toaster__item {
    padding: 2.5rem 5rem 2.5rem 4.2rem;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    border-radius: 2.5rem;
    width: 37.5rem;
    position: relative;
    opacity: 0;
    margin: .5rem 0;
    font-weight: 600;
    color: #fff;
    background-color: #4f9de4;
    letter-spacing: .07em;
    word-break: break-word;
    max-width: calc(100vw - 2rem)
}

.toaster__item._active {
    opacity: 1;
    pointer-events: auto
}

.toaster__item-close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    width: 1.7rem;
    height: 1.7rem;
    position: absolute;
    right: 1.8rem;
    top: 2.8rem
}

.toaster__item-close::before {
    content: '';
    position: absolute;
    left: -1rem;
    top: -1rem;
    bottom: -1rem;
    right: -1rem
}

.toaster__item-close svg {
    width: 100%;
    height: 100%
}

.toaster__item._success {
    background-color: #37c08c
}

.toaster__item._error {
    background-color: #e06464
}

@media (min-width: 960px) {
    .toaster {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .toaster__item {
        border-radius: 2.5rem 0 0 2.5rem;
        margin: 2rem 0
    }

    .toaster__item._active {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.modal {
    position: fixed;
    background-color: #f5f5ef;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none
}

.modal._current {
    z-index: 51
}

.modal::after {
    content: '';
    left: 0;
    right: 0;
    top: 100%;
    height: 10rem;
    background-color: inherit;
    position: absolute
}

.modal._active {
    -webkit-transform: none;
    transform: none;
    pointer-events: auto
}

.modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative
}

.modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: inherit
}

@supports (-webkit-overflow-scrolling:touch) {
    .modal__inner {
        -webkit-overflow-scrolling: touch
    }
}

.modal__inner-content {
    padding: 4.4rem 3.5rem 8.8rem
}

.modal__title {
    font-size: 2.3rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2.6rem
}

.modal__title._green-dark {
    color: #227454
}

.modal__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 3.8rem;
    height: 3.8rem;
    background-color: #979992;
    -webkit-box-shadow: 1.3rem 1.5rem 1.6rem rgba(0, 0, 0, .07);
    box-shadow: 1.3rem 1.5rem 1.6rem rgba(0, 0, 0, .07);
    color: #fff;
    position: absolute;
    top: -1.4rem;
    right: -.7rem;
    z-index: 5
}

.modal__close svg {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal .services {
    margin-top: 0
}

@media (max-width: 959px) {
    .modal .services {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
        margin-bottom: -8.8rem
    }

    .modal .services__header {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .modal .services__tab-block {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        padding-bottom: 8.8rem
    }
}

@media (min-width: 960px) {
    .modal {
        background-color: transparent;
        -webkit-transition: opacity .2s ease-out, -webkit-transform .3s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .3s ease-out;
        transition: transform .3s ease-out, opacity .2s ease-out;
        transition: transform .3s ease-out, opacity .2s ease-out, -webkit-transform .3s ease-out;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0;
        padding: 1rem
    }

    .modal._active {
        opacity: 1
    }

    .modal__inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .modal__img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        -ms-flex-preferred-size: 38rem;
        flex-basis: 38rem
    }

    .modal__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .modal__content {
        margin: auto;
        max-width: 100%;
        width: 69.5rem;
        background-color: #fff;
        height: auto;
        max-height: 100%;
        overflow: visible;
        border-radius: 2.5rem;
        -webkit-box-shadow: 0 2.5rem 7.5rem rgba(0, 0, 0, .1);
        box-shadow: 0 2.5rem 7.5rem rgba(0, 0, 0, .1)
    }

    .modal__inner-content {
        padding: 7.4rem 6.6rem 6rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .modal__title {
        font-size: 2.5rem;
        font-weight: 500;
        margin-bottom: 3.5rem
    }

    .modal._big .modal__content {
        width: 108rem
    }

    .modal._big .modal__inner-content {
        -ms-flex-preferred-size: 69.5rem;
        flex-basis: 69.5rem;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding-left: 4rem;
        padding-right: 4rem
    }

    .modal .services {
        margin-top: -1rem
    }

    .modal .services__switch-item {
        font-size: 2rem
    }

    .modal .services__switch-item:first-child {
        margin-right: 2.5rem
    }

    .modal .services__switch-item:last-child {
        margin-left: 2.5rem
    }

    .modal .services__tab-block {
        padding-top: 3.6rem
    }
}

@media (min-width: 1100px) {
    .modal._big .modal__inner-content {
        padding-left: 6.6rem;
        padding-right: 6.6rem
    }
}

.main-screen {
    padding-top: 4.3rem;
    position: relative;
    background-color: rgba(245, 245, 239, .75)
}

.main-screen::after {
    content: '';
    position: absolute;
    bottom: -5.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
    width: 192rem;
    height: 28.5rem;
    background-image: url(../img/svg/wave-decor.svg);
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none
}

.main-screen__bg {
    opacity: .2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    pointer-events: none
}

.main-screen__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-screen__img {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem
}

.main-screen__img img {
    width: 39.5rem;
    height: 37.3rem;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom
}

.main-screen__inner {
    position: relative
}

.main-screen__content {
    position: relative
}

.main-screen__title {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 3.4rem
}

.main-screen__title b {
    font-weight: 600;
    color: #8ccb60
}

.main-screen__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -1.5rem;
    margin-left: -1.5rem
}

.main-screen__btn {
    -ms-flex-preferred-size: 30rem;
    flex-basis: 30rem;
    margin: 0 1.5rem
}

@media (min-width: 960px) {
    .main-screen {
        padding-top: 12.1rem;
        margin-top: -8.8rem;
        min-height: 69rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-screen__inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-screen::after {
        bottom: -2rem
    }

    .main-screen__inner {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-screen__title {
        font-size: 2.2rem;
        margin-bottom: 3rem
    }

    .main-screen__btn-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 4.5rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-screen__btn {
        -ms-flex-preferred-size: 36.5rem;
        flex-basis: 36.5rem
    }

    .main-screen__content {
        -ms-flex-preferred-size: 43rem;
        flex-basis: 43rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 1.8rem
    }

    .main-screen__img {
        -ms-flex-preferred-size: 54.5rem;
        flex-basis: 54.5rem;
        height: auto;
        margin-top: 0;
        margin-left: -12.5rem;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-right: 4rem;
        position: relative
    }

    .main-screen__img::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 94.3%
    }

    .main-screen__img img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0
    }

    .main-screen__services {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-screen__services-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 4rem
    }

    .main-screen__services-item:last-child {
        margin-bottom: 0
    }

    .main-screen__services-item-img {
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-right: 4rem;
        position: relative
    }

    .main-screen__services-item-img img {
        width: 100%;
        height: 100%;
        border-radius: inherit
    }

    .main-screen__services-item-img::after {
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../../img/svg/bracket.svg);
        width: 1.8rem;
        height: 7.2rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -2.3rem
    }

    .main-screen__services-item-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .main-screen__services-item._blue .main-screen__services-item-title {
        color: #4f9de4
    }

    .main-screen__services-item._green .main-screen__services-item-title {
        color: #37c08c
    }

    .main-screen__services-item-title {
        font-size: 1.8rem;
        letter-spacing: .07em;
        font-weight: 500;
        margin: 0 0 .5rem
    }

    .main-screen__services-item-description {
        font-size: 1.3rem;
        letter-spacing: .07em;
        margin-bottom: .5rem
    }

    .main-screen__services-item-link {
        font-size: 1.3rem;
        color: #979992;
        text-decoration: underline;
        letter-spacing: .1em;
        display: inline-block
    }

    .main-screen__leaf {
        position: absolute;
        pointer-events: none
    }

    .main-screen__leaf img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .main-screen__leaf._1 {
        width: 13rem;
        height: 8.5rem;
        right: 3rem;
        bottom: 0;
        z-index: 12
    }

    .main-screen__leaf._2 {
        width: 5.3rem;
        height: 6.8rem;
        right: .3rem;
        top: 10.4rem
    }
}

@media (min-width: 1024px) {
    .main-screen {
        padding-top: 15.4rem;
        margin-top: -11.4rem
    }

    .main-screen__title {
        font-size: 2.4rem
    }
}

@media (min-width: 1366px) {
    .main-screen {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-screen__leaf._1 {
        width: 21.2rem;
        height: 11.8rem;
        right: -19rem;
        bottom: 6rem
    }

    .main-screen__leaf._2 {
        width: 6.9rem;
        height: 8.9rem;
        right: 9.3rem;
        top: -1.6rem
    }

    .main-screen__inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .main-screen__img {
        -ms-flex-preferred-size: 71.6rem;
        flex-basis: 71.6rem;
        margin-left: -2rem;
        margin-right: 2rem
    }

    .main-screen__title {
        text-align: left;
        text-transform: none;
        font-size: 3rem;
        line-height: 1.08;
        margin-bottom: 3rem
    }

    .main-screen__btn-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 6rem;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0
    }

    .main-screen__btn {
        -ms-flex-preferred-size: 27.5rem;
        flex-basis: 27.5rem
    }

    .main-screen__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-preferred-size: 85rem;
        flex-basis: 85rem;
        padding-bottom: 15.4rem;
        padding-top: 0
    }

    .main-screen__services {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .main-screen__services-item {
        -ms-flex-preferred-size: 37.5rem;
        flex-basis: 37.5rem;
        margin-right: 2rem;
        margin-bottom: 0
    }

    .main-screen__services-item:last-child {
        margin-right: 0
    }
}

@media (min-width: 1366px) {
    .main-screen {
        padding-top: 17.4rem;
        margin-top: -11.4rem
    }

    .main-screen__title {
        margin-bottom: 4rem;
        font-size: 4rem
    }

    .main-screen__btn-wrap {
        margin-bottom: 10rem
    }

    .main-screen__content {
        padding-bottom: 17.4rem
    }

    .main-screen__img {
        margin-right: 4rem
    }
}

@media (min-width: 1920px) {
    .main-screen {
        min-height: 85rem
    }

    .main-screen__img {
        margin-right: 6.7rem
    }
}

.services {
    margin-top: 4.4rem
}

.services__header .section-header {
    margin-bottom: 4rem
}

.services__header-description {
    font-size: 1.4rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2.4rem;
    max-width: 63rem;
    margin-left: auto;
    margin-right: auto
}

.services__switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.services__switch-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .07em;
    cursor: pointer;
    font-size: 1.4rem;
    -webkit-transition: color .2s;
    transition: color .2s
}

.services__switch-item:first-child {
    margin-right: 1.5rem
}

.services__switch-item:last-child {
    margin-left: 1.5rem
}

.services__switch-item._green {
    color: #37c08c
}

.services__switch-item._blue {
    color: #4f9de4
}

.services__switch-item:not(._active) {
    color: #979992
}

.services__switch-item:not(._active) .services__switch-item-ico {
    -webkit-filter: grayscale(100%) opacity(.6);
    filter: grayscale(100%) opacity(.6)
}

.services__switch-item-ico {
    width: 3.2rem;
    height: 3.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 1.2rem;
    -webkit-transition: -webkit-filter .2s;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

.services__switch-item._active + .services__switch-toggle::before {
    background-color: #37c08c;
    -webkit-transform: translateX(-66%);
    transform: translateX(-66%)
}

.services__switch-toggle {
    position: absolute;
    top: .3rem;
    height: 2.9rem;
    width: 5.6rem;
    border: .1rem solid #dbdbd6;
    border-radius: 2.8rem;
    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;
    cursor: pointer;
    z-index: 5;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.services__switch-toggle::before {
    content: '';
    width: 1.9rem;
    height: 1.9rem;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: background-color .2s, -webkit-transform .2s;
    transition: background-color .2s, -webkit-transform .2s;
    transition: background-color .2s, transform .2s;
    transition: background-color .2s, transform .2s, -webkit-transform .2s;
    background-color: #4f9de4;
    -webkit-transform: translateX(66%);
    transform: translateX(66%)
}

.services__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out;
    will-change: height;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.services__tabs._animate {
    overflow: hidden
}

.services__tab-block {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    padding-top: 3rem
}

.services__tab-block > :first-child {
    margin-top: 0
}

.services__tab-block._active {
    display: block
}

@media (max-width: 959px) {
    .services__tab-block.enter-active {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        z-index: 10
    }

    .services__tab-block.enter.from-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .services__tab-block.enter.from-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .services__tab-block.leave-active {
        position: relative;
        z-index: 8;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out
    }

    .services__tab-block.leave.to-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .services__tab-block.leave.to-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.services__wave-wrap {
    background-color: #f9f9f6;
    border-bottom-right-radius: 3.5rem;
    border-bottom-left-radius: 3.5rem;
    position: relative;
    margin-top: 11rem;
    padding-bottom: 7.5rem
}

.services__wave-wrap::after {
    content: '';
    position: absolute;
    top: -15rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
    width: 192rem;
    height: 20rem;
    background-image: url(../img/svg/wave-decor-yellow.svg);
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none
}

.services__wave-wrap .equipment {
    z-index: 12;
    position: relative
}

.services__wave-wrap > :last-child {
    margin-bottom: 0
}

.services._home {
    margin-top: 0;
    padding-top: 1rem;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 3.5rem;
    border-bottom-right-radius: 3.5rem
}

.services._home::before {
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    bottom: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(rgba(252, 252, 252, 0)));
    background: linear-gradient(to bottom, #fcfcfc, rgba(252, 252, 252, 0));
    position: absolute
}

.services._home > * {
    position: relative;
    z-index: 11
}

@media (min-width: 720px) {
    .services__wave-wrap {
        margin-top: 14rem
    }

    .services__wave-wrap::after {
        top: -17rem
    }
}

@media (min-width: 960px) {
    .services {
        margin-top: 5rem
    }

    .services__wave-wrap {
        margin-top: 20rem;
        padding-top: 2rem
    }

    .services__wave-wrap::after {
        top: -19.9rem
    }

    .services__header-description {
        margin-bottom: 3rem;
        font-size: 1.8rem
    }

    .services__switch {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .services__switch-item {
        font-size: 2.8rem;
        font-weight: 400;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        pointer-events: none
    }

    .services__switch-item-label {
        pointer-events: auto
    }

    .services__switch-item:first-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-right: 3rem
    }

    .services__switch-item:last-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 3rem
    }

    .services__switch-toggle {
        position: relative;
        top: auto
    }

    .services__tab-block {
        padding-top: 4rem
    }

    .services__tab-block.enter-active {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: opacity .3s ease-out .3s;
        transition: opacity .3s ease-out .3s;
        z-index: 10
    }

    .services__tab-block.enter.from-right {
        opacity: 0
    }

    .services__tab-block.enter.from-left {
        opacity: 0
    }

    .services__tab-block.leave-active {
        position: relative;
        z-index: 8;
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out
    }

    .services__tab-block.leave.to-right {
        opacity: 0
    }

    .services__tab-block.leave.to-left {
        opacity: 0
    }

    .services._home {
        padding-top: 5rem
    }
}

@media (min-width: 1024px) {
    .services__switch-item {
        font-size: 3.5rem
    }
}

@media (min-width: 1366px) {
    .services._home .services__tab-block {
        padding-top: 8rem
    }
}

.service-preview {
    margin-bottom: 7rem
}

.service-preview__info {
    margin-bottom: 3rem;
    position: relative
}

.service-preview__info-text {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: .07em;
    line-height: 1.25;
    margin-bottom: 3rem
}

.service-preview__info-text b {
    font-weight: 500;
    font-size: 1.6rem;
    display: block
}

.service-preview__info-phones {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: .07em;
    white-space: nowrap
}

.service-preview__info-phones li {
    margin-bottom: .4rem
}

.service-preview__info-phones li:last-child {
    margin-bottom: 0
}

.service-preview__list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.7rem
}

.service-preview__item-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .7rem
}

.service-preview__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 1.5rem;
    -webkit-box-shadow: 1.5rem 1.5rem 2.5rem rgba(130, 126, 107, .05);
    box-shadow: 1.5rem 1.5rem 2.5rem rgba(130, 126, 107, .05);
    padding: 2rem;
    overflow: hidden;
    -ms-flex-preferred-size: 41.3rem;
    flex-basis: 41.3rem;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.service-preview__item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: .6rem;
    bottom: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateY(.7rem);
    transform: translateY(.7rem);
    opacity: .55
}

.service-preview__item-img {
    width: 5.8rem;
    height: 5.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 1.7rem;
    background-color: rgba(245, 245, 239, .55);
    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
}

.service-preview__item-img img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.service-preview__item-img svg {
    width: 1.8rem;
    height: 1.8rem
}

.service-preview__item-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.service-preview__item-label {
    margin: 0 0 .5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 1.2rem;
    word-break: break-word
}

.service-preview__item-info {
    font-size: 1.1rem;
    letter-spacing: .07em;
    line-height: 1.4em;
    max-height: calc(1.4em * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.service-preview._green .service-preview__info-text b {
    color: #37c08c
}

.service-preview._green .service-preview__item-img svg {
    color: #37c08c
}

.service-preview._green .service-preview__item::after {
    background-color: #37c08c
}

.service-preview._blue .service-preview__info-text b {
    color: #4f9de4
}

.service-preview._blue .service-preview__item-img svg {
    color: #4f9de4
}

.service-preview._blue .service-preview__item::after {
    background-color: #4f9de4
}

@media (min-width: 720px) {
    .service-preview__item-wrap {
        width: calc(100% / 2)
    }
}

@media (min-width: 960px) {
    .service-preview__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5.8rem;
        padding-left: 7.5rem
    }

    .service-preview__info-ico {
        position: absolute;
        left: .8rem;
        top: .5rem;
        width: 4.8rem;
        height: 4.8rem
    }

    .service-preview__info-text {
        margin-bottom: 0;
        margin-right: 3rem;
        text-align: left;
        font-size: 1.6rem
    }

    .service-preview__info-text b {
        display: inline;
        font-size: inherit
    }

    .service-preview__item-wrap {
        width: calc(100% / 3)
    }

    .service-preview__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .service-preview__item:hover::after {
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width: 1366px) {
    .service-preview__info-text {
        font-size: 2.4rem
    }

    .service-preview__info-phones {
        font-size: 2.2rem
    }

    .service-preview__list-inner {
        margin: -1.4rem
    }

    .service-preview__item-wrap {
        width: calc(100% / 4);
        padding: 1.4rem
    }
}

@media (min-width: 1920px) {
    .service-preview__item {
        min-height: 16rem
    }

    .service-preview__item-img {
        width: 8rem;
        height: 8rem;
        margin-right: 2rem
    }

    .service-preview__item-img svg {
        width: 2.5rem;
        height: 2.5rem
    }

    .service-preview__item-label {
        font-size: 1.8rem
    }

    .service-preview__item-info {
        font-size: 1.2rem
    }
}

.promo {
    margin-bottom: 6.5rem
}

.promo__list-wrap {
    margin: -1.2rem
}

.promo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.promo__list-item {
    padding: 1.2rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo__list-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.promo__list-item .promo-card:not(._big) {
    width: 100%;
    max-width: 41rem
}

@media (min-width: 720px) {
    .promo__list-wrap {
        margin: 0 -1.5rem;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .promo__list-container {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        position: relative;
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
        cursor: -webkit-grab;
        cursor: grab
    }

    .promo__list-container:active {
        cursor: -webkit-grabbing;
        cursor: grabbing
    }

    .promo__list-container.swiper-container-initialized {
        opacity: 1
    }

    .promo__list {
        margin: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
        width: 100%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform
    }

    .promo__list-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 1.5rem;
        width: calc(100% / 2);
        margin: 0;
        position: relative;
        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
    }

    .promo__list-item-inner {
        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;
        position: relative
    }

    .promo__list-item .promo-card:not(._big) {
        max-width: none
    }
}

@media (max-width: 1023px) {
    .promo .promo-card._big {
        display: none
    }
}

@media (min-width: 1024px) {
    .promo__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .promo__list-wrap {
        margin: 0;
        width: 174rem
    }

    .promo__list-item {
        padding: 7.4% 0;
        width: 41rem;
        margin: 0 calc((100% - 41rem * 3) / 4)
    }

    .promo__list-item-inner::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 57.4%;
        pointer-events: none
    }

    .promo__list-item.swiper-slide-active .promo-card._big {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none
    }

    .promo__list-item.swiper-slide-active .promo-card:not(._big) {
        pointer-events: none;
        opacity: 0
    }

    .promo__list-item:not(.swiper-slide-active) {
        pointer-events: none
    }

    .promo__list-item:not(.swiper-slide-active) .promo-card {
        pointer-events: none
    }

    .promo__list-item:not(.swiper-slide-active) .promo__list-item-inner {
        pointer-events: auto;
        cursor: pointer
    }

    .promo__list-item.swiper-slide-prev .promo-card__nav._prev {
        opacity: 1
    }

    .promo__list-item.swiper-slide-next .promo-card__nav._next {
        opacity: 1
    }

    .promo__list-item .promo-card {
        position: absolute;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transition-duration: .4s;
        transition-duration: .4s
    }

    .promo__list-item .promo-card:not(._big) {
        width: 100%;
        height: 100%;
        min-height: auto
    }

    .promo__list-item .promo-card._big {
        z-index: 10;
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        visibility: hidden;
        pointer-events: none;
        max-width: none;
        width: 208%;
        height: 208%
    }
}

.equipment {
    margin-bottom: 7rem
}

.equipment__header {
    margin-bottom: 3.5rem
}

.equipment__list-wrap {
    overflow: hidden;
    margin: -4rem -3.5rem;
    padding: 4rem 0
}

.equipment__list-container {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    cursor: -webkit-grab;
    cursor: grab
}

.equipment__list-container:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.equipment__list-container.swiper-container-initialized {
    opacity: 1
}

.equipment__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.equipment__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 3.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.equipment__item .info-card {
    width: 100%;
    max-width: 41.3rem
}

@media (min-width: 720px) {
    .equipment__item .info-card {
        max-width: 85.6rem
    }
}

@media (min-width: 960px) {
    .equipment {
        margin-bottom: 13rem
    }
}

@media (min-width: 1366px) {
    .equipment__list-wrap {
        width: 120rem;
        margin: 0 auto;
        padding: 0;
        overflow: visible;
        position: relative
    }

    .equipment__list-container {
        margin-top: -2rem;
        margin-bottom: -4rem;
        overflow: hidden;
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(2.5rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
        -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 2.5rem, #000 calc(100% - 2.5rem), rgba(0, 0, 0, 0) 100%);
        mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(2.5rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 2.5rem, #000 calc(100% - 2.5rem), rgba(0, 0, 0, 0) 100%)
    }

    .equipment__item {
        padding: 2rem 2.5rem 4rem
    }

    .equipment__item .info-card-big {
        width: 100%
    }

    .equipment__nav {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .equipment__nav._prev {
        left: -6.5rem
    }

    .equipment__nav._next {
        right: -6.5rem
    }
}

@media (min-width: 1920px) {
    .equipment__nav._prev {
        left: -10rem
    }

    .equipment__nav._next {
        right: -10rem
    }
}

.personal-preview {
    margin-top: 4.4rem;
    margin-bottom: 9rem
}

.personal-preview__header {
    margin-bottom: 3.5rem
}

.personal-preview__list-container {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    cursor: -webkit-grab;
    cursor: grab
}

.personal-preview__list-container:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.personal-preview__list-container.swiper-container-initialized {
    opacity: 1
}

.personal-preview__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.personal-preview__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26rem
}

@media (min-width: 1024px) {
    .personal-preview__header {
        margin-bottom: 5rem
    }

    .personal-preview__list-wrap {
        max-width: 167.5rem;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding: 0 6rem
    }

    .personal-preview__list-container {
        overflow: hidden
    }

    .personal-preview__item {
        width: calc(100% / 3)
    }

    .personal-preview__nav {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .personal-preview__nav._prev {
        left: 0
    }

    .personal-preview__nav._next {
        right: 0
    }
}

@media (min-width: 1200px) {
    .personal-preview__item {
        width: calc(100% / 4)
    }
}

@media (min-width: 1366px) {
    .personal-preview__item {
        width: calc(100% / 5)
    }
}

@media (min-width: 1920px) {
    .personal-preview__list-wrap {
        padding: 0 9.7rem
    }
}

.about {
    margin-bottom: 9rem
}

.about__gallery-wrap {
    margin-bottom: 5rem;
    width: 100%;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto
}

.about__gallery {
    width: 100%;
    position: relative
}

.about__gallery-container {
    overflow: hidden;
    border-radius: 1.5rem;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    position: relative;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.about__gallery-container:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.about__gallery-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.about__gallery._1 .about__gallery-list {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.about__gallery._2 .about__gallery-list {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.about__gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.about__gallery-item::before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 82.2%
}

.about__gallery-item-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.about__gallery-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about__gallery-nav {
    width: 5.6rem;
    height: 5.6rem;
    position: absolute;
    bottom: -2.8rem;
    border-radius: 50%
}

.about__gallery-nav svg {
    width: 1.8rem;
    height: 1.8rem
}

.about__gallery-nav._prev {
    left: -2.8rem
}

.about__gallery-nav._next {
    right: -2.8rem
}

.about__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3rem
}

.about__logo {
    width: 23.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.about__logo img {
    width: 100%
}

.about__text {
    line-height: 1.65;
    text-align: justify
}

.about__more-link {
    display: inline-block;
    font-size: 1.4rem;
    color: #227454;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-top: 2rem
}

.about__more-link svg {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    margin-top: -.3rem;
    margin-left: .8rem;
    opacity: .55
}

@media (min-width: 960px) {
    .about {
        margin-bottom: 11.5rem
    }
}

@media (min-width: 1024px) {
    .about__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about__gallery-wrap {
        margin-bottom: 0;
        margin-right: 4rem;
        -ms-flex-preferred-size: 56rem;
        flex-basis: 56rem;
        min-width: 40rem
    }

    .about__content {
        -ms-flex-preferred-size: 79.5rem;
        flex-basis: 79.5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .about__content-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 3.5rem
    }

    .about__more-link {
        margin-top: 0
    }

    .about__more-link:not(:hover) {
        color: #979992
    }

    .about__logo {
        margin-top: -.7rem
    }

    .about__gallery-nav-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 2.6rem;
        right: 3.3rem
    }

    .about__gallery-nav {
        position: relative;
        left: auto !important;
        right: auto !important;
        bottom: auto;
        width: 4.2rem;
        height: 4.2rem;
        margin-right: 1.6rem
    }

    .about__gallery-nav svg {
        width: 1.4rem;
        height: 1.4rem
    }

    .about__gallery-nav:last-child {
        margin-right: 0
    }
}

@media (min-width: 1366px) {
    .about__logo {
        margin-top: -.9rem;
        width: 28.6rem
    }

    .about__gallery-wrap {
        -ms-flex-preferred-size: 85.6rem;
        flex-basis: 85.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: none
    }

    .about__gallery-side {
        padding-left: 31%;
        position: relative;
        margin-right: 3.6%
    }

    .about__gallery-side .about__gallery {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0
    }

    .about__gallery-side .about__gallery-item::before {
        padding-top: 81%
    }

    .about__gallery-side .about__gallery:last-child {
        top: auto;
        bottom: 0
    }

    .about__text {
        font-size: 1.7rem
    }
}

@media (min-width: 1920px) {
    .about__gallery-wrap {
        margin-right: 8.9rem
    }
}

.about-info {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(46.93%, #f9f9f6));
    background: linear-gradient(180deg, #fff 0, #f9f9f6 46.93%);
    padding-top: 12rem;
    padding-bottom: 8.5rem;
    margin-top: -4rem
}

.about-info > :last-child {
    margin-bottom: 0
}

@media (min-width: 960px) {
    .about-info {
        padding-top: 16rem;
        padding-bottom: 15rem
    }
}

.feedback {
    margin-bottom: 8rem
}

.feedback__header {
    position: relative;
    z-index: 2
}

.feedback__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feedback__info-inner {
    max-width: 36rem;
    width: 100%
}

.feedback__info-average {
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.feedback__info-average span {
    margin-bottom: -1.6rem;
    margin-right: 1rem;
    letter-spacing: .07em
}

.feedback__info-average b {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 10rem;
    line-height: .8;
    color: #8ccb60;
    font-weight: 700
}

.feedback__info-table {
    width: 100%;
    border-spacing: 0 1rem;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: .07em;
    margin-bottom: 2rem
}

.feedback__info-table td {
    padding: 0
}

.feedback__info-table td:last-child {
    text-align: right;
    font-size: 2rem;
    font-weight: 500;
    padding-left: 1rem
}

.feedback__info-btn {
    width: 100%;
    margin-bottom: 2rem
}

.feedback__info-footer {
    text-align: center
}

.feedback__info-link {
    text-decoration: underline;
    color: #4f9de4;
    font-size: 1.4rem;
    letter-spacing: .1em
}

.feedback__info-link b {
    font-weight: 600
}

.feedback__list-wrap {
    margin-bottom: 5rem
}

.feedback__list-container {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    position: relative;
    overflow: hidden;
    margin: -4rem -3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(1rem, rgba(0, 0, 0, 0)), color-stop(3rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1rem, #000 3rem, #000 calc(100% - 3rem), rgba(0, 0, 0, 0) calc(100% - 1rem));
    mask-image: -webkit-gradient(linear, left top, right top, color-stop(1rem, rgba(0, 0, 0, 0)), color-stop(3rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1rem, #000 3rem, #000 calc(100% - 3rem), rgba(0, 0, 0, 0) calc(100% - 1rem))
}

.feedback__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.feedback__item {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 4rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feedback__item-inner {
    max-width: 41.3rem
}

@media (min-width: 720px) {
    .feedback__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .feedback__list-wrap {
        width: 50%;
        margin-bottom: 0;
        padding: 0 1.5rem
    }

    .feedback__info {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 1.5rem
    }
}

@media (min-width: 960px) {
    .feedback {
        margin-bottom: 13rem
    }
}

@media (min-width: 1024px) {
    .feedback__list-wrap {
        width: 67%
    }

    .feedback__item {
        width: 50%
    }

    .feedback__info {
        width: 33%
    }
}

@media (min-width: 1366px) {
    .feedback__list-wrap {
        width: 75%
    }

    .feedback__item {
        width: calc(100% / 3)
    }

    .feedback__info {
        width: 25%
    }
}

@media (min-width: 1920px) {
    .feedback__info-average {
        margin-bottom: 1.5rem
    }

    .feedback__info-average b {
        font-size: 12rem
    }

    .feedback__info-table {
        font-size: 1.6rem
    }

    .feedback__info-table td:last-child {
        font-size: 2.2rem
    }
}

.info-block {
    margin-bottom: 7rem
}

.info-block__header {
    margin-bottom: 3.5rem
}

.info-block__list-wrap {
    overflow: hidden;
    margin: -4rem -3.5rem;
    padding: 4rem 0
}

.info-block__list-container {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    cursor: -webkit-grab;
    cursor: grab
}

.info-block__list-container:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.info-block__list-container.swiper-container-initialized {
    opacity: 1
}

.info-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.info-block__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 3.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.info-block__item .info-card {
    width: 100%;
    max-width: 41.3rem
}

.info-block__link-wrap {
    margin-top: 2.4rem;
    text-align: right;
    position: relative;
    z-index: 3
}

.info-block__more-link {
    display: inline-block;
    font-size: 1.4rem;
    color: #227454;
    text-transform: uppercase;
    letter-spacing: .07em
}

.info-block__more-link svg {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    margin-top: -.3rem;
    margin-left: .8rem;
    opacity: .55
}

@media (min-width: 720px) {
    .info-block__item .info-card {
        max-width: 85.6rem
    }
}

@media (min-width: 960px) {
    .info-block {
        margin-bottom: 13rem
    }

    .info-block__more-link:not(:hover) {
        color: #979992
    }
}

@media (min-width: 1366px) {
    .info-block__list-wrap {
        margin-left: -3rem;
        margin-right: -3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(1rem, rgba(0, 0, 0, 0)), color-stop(3rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
        -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1rem, #000 3rem, #000 calc(100% - 3rem), rgba(0, 0, 0, 0) calc(100% - 1rem));
        mask-image: -webkit-gradient(linear, left top, right top, color-stop(1rem, rgba(0, 0, 0, 0)), color-stop(3rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1rem, #000 3rem, #000 calc(100% - 3rem), rgba(0, 0, 0, 0) calc(100% - 1rem))
    }

    .info-block__item {
        width: 50%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.promo-all {
    margin-top: 4.4rem;
    margin-bottom: 18rem
}

.promo-all__list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.2rem
}

.promo-all__list-item {
    padding: 1.2rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.promo-all__list-item .promo-card {
    width: 100%;
    max-width: 41rem
}

@media (min-width: 720px) {
    .promo-all__list-item {
        width: calc(100% / 2)
    }

    .promo-all__list-item .promo-card {
        max-width: none
    }
}

@media (min-width: 960px) {
    .promo-all {
        margin-top: 5rem;
        margin-bottom: 20rem
    }

    .promo-all__list-inner {
        margin: -1.5rem
    }

    .promo-all__list-item {
        padding: 1.5rem
    }

    .promo-all__list-item .promo-card {
        -webkit-transition: -webkit-box-shadow .2s;
        transition: -webkit-box-shadow .2s;
        transition: box-shadow .2s;
        transition: box-shadow .2s, -webkit-box-shadow .2s;
        -webkit-box-shadow: 13px 15px 16px rgba(0, 0, 0, .05);
        box-shadow: 13px 15px 16px rgba(0, 0, 0, .05)
    }

    .promo-all__list-item .promo-card:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width: 1366px) {
    .promo-all__list-item {
        width: calc(100% / 3)
    }
}

@media (min-width: 1920px) {
    .promo-all__list-item {
        width: calc(100% / 4)
    }
}

.contacts {
    margin-bottom: 17rem;
    margin-top: 4.4rem
}

.contacts__inner {
    max-width: 144rem
}

.contacts__map {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
    height: 36rem;
    margin-bottom: 5rem;
    position: relative;
    z-index: 13;
    border: .1rem solid #dbdbd6;
    border-left: 0;
    border-right: 0
}

.contacts__map-inner {
    width: 100%;
    height: 100%;
    background-color: #ebebeb
}

.contacts__addresses {
    color: #227454;
    margin-bottom: 3.3rem;
    position: relative
}

@media (max-width: 1365px) {
    .contacts__addresses::after {
        content: '';
        background-image: url(../img/svg/o-light.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 17.3rem;
        height: 20.3rem;
        position: absolute;
        bottom: -9.6rem;
        right: -12.5rem;
        z-index: -1;
        pointer-events: none
    }
}

.contacts__addresses .contacts-list__inner {
    margin-top: -2rem;
    margin-right: -1.5rem
}

.contacts__addresses .contacts-list__item {
    margin-top: 2rem;
    margin-right: 1.5rem
}

.contacts__addresses .contacts-list__item-ico {
    width: 2.4rem;
    height: 2.7rem;
    color: #dbdbd6;
    margin-right: 2.6rem
}

.contacts__addresses .contacts-list__item-label {
    color: #3e3e3e
}

.contacts__contacts {
    color: #3e3e3e
}

.contacts__contacts .contacts-list__inner {
    margin-top: -2.5rem;
    margin-right: -1.5rem
}

.contacts__contacts .contacts-list__item {
    margin-top: 2.5rem;
    margin-right: 1.5rem
}

.contacts__contacts .contacts-list__item-ico {
    width: 4.5rem;
    height: 4.5rem
}

.contacts__contacts .contacts-list__item-label {
    color: #227454;
    margin-bottom: .3rem
}

@media (min-width: 960px) {
    .contacts {
        margin-top: 5rem
    }

    .contacts__header {
        margin-bottom: 3rem
    }
}

@media (min-width: 1366px) {
    .contacts__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contacts__transport {
        margin-top: 7rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 56rem
    }

    .contacts__transport svg {
        width: 7rem;
        height: 8.7rem;
        margin-right: 3rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: .5rem
    }

    .contacts__transport-text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 1.5rem;
        line-height: 1.65
    }

    .contacts__content {
        -ms-flex-preferred-size: 63rem;
        flex-basis: 63rem
    }

    .contacts__map {
        -ms-flex-preferred-size: 79.4rem;
        flex-basis: 79.4rem;
        margin: 0;
        margin-left: 2rem;
        height: 50rem;
        border: 1rem solid #fff;
        border-radius: 1.5rem;
        overflow: hidden;
        -webkit-box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .05);
        box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .05)
    }

    .contacts__header {
        text-align: left
    }

    .contacts__addresses {
        margin-bottom: 4rem;
        font-size: 1.4rem
    }

    .contacts__addresses .contacts-list__item:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 3;
        -ms-flex-positive: 3;
        flex-grow: 3
    }

    .contacts__addresses .contacts-list__item-ico {
        margin-right: 2.5rem
    }

    .contacts__contacts {
        font-size: 1.4rem
    }

    .contacts__contacts .contacts-list__item:nth-child(2n) {
        -webkit-box-flex: 3;
        -ms-flex-positive: 3;
        flex-grow: 3
    }

    .contacts__contacts .contacts-list__item-ico {
        width: 3.7rem;
        height: 3.7rem;
        margin-right: 2rem
    }

    .contacts__contacts .contacts-list__item-label {
        margin-bottom: 0
    }
}

.form-section {
    margin-top: 5.7rem;
    margin-bottom: 13rem
}

.form-section__header {
    margin-bottom: 4.4rem
}

.form-section__form-inner {
    margin-top: -1.5rem;
    margin-right: -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-section__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 36rem;
    flex-basis: 36rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem
}

.form-section__footer {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-section__footer-btn {
    -ms-flex-preferred-size: 27.4rem;
    flex-basis: 27.4rem
}

@media (min-width: 960px) {
    .form-section {
        margin-top: 9rem;
        margin-bottom: 17rem
    }

    .form-section__header {
        margin-bottom: 5rem
    }

    .form-section__form-inner {
        margin-top: -3rem;
        margin-right: -3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form-section__item {
        margin-top: 3rem;
        margin-right: 3rem
    }

    .form-section__footer {
        margin-top: 5.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.gallery {
    position: relative;
    margin-bottom: 7rem
}

.gallery__inner {
    position: relative;
    max-height: 65.5rem;
    overflow: hidden
}

.gallery__inner::before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 82.2%
}

.gallery__list-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.gallery__item {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.gallery__item-img {
    display: block;
    width: 100%;
    height: 100%
}

.gallery__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery__nav {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 5
}

.gallery__nav svg {
    width: 1.8rem;
    height: 1.8rem
}

.gallery__nav._prev {
    left: 3rem
}

.gallery__nav._next {
    right: 3rem
}

@media (min-width: 720px) {
    .gallery__item {
        width: 50%
    }

    .gallery__nav {
        bottom: auto;
        top: 50%;
        width: 8.6rem;
        height: 8.6rem
    }

    .gallery__nav svg {
        width: 1.4rem;
        height: 1.4rem
    }

    .gallery__nav._prev {
        left: 0;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }

    .gallery__nav._prev svg {
        margin-right: -3.2rem
    }

    .gallery__nav._next {
        right: 0;
        -webkit-transform: translateY(-50%) translateX(50%);
        transform: translateY(-50%) translateX(50%)
    }

    .gallery__nav._next svg {
        margin-left: -3.2rem
    }
}

@media (min-width: 960px) {
    .gallery {
        margin-bottom: 9.5rem
    }
}

@media (min-width: 1366px) {
    .gallery__item {
        width: calc(100% / 3)
    }
}

@media (min-width: 1920px) {
    .gallery__item {
        width: calc(100% / 4)
    }
}

.videos__list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1rem
}

.videos__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    width: 100%
}

.videos__list-item-inner {
    width: 100%;
    max-width: 41.3rem
}

@media (min-width: 720px) {
    .videos__list-item {
        width: 50%
    }
}

@media (min-width: 1024px) {
    .videos__list-item {
        width: calc(100% / 3)
    }
}

@media (min-width: 1366px) {
    .videos__list-inner {
        margin: -1.5rem
    }

    .videos__list-item {
        padding: 1.5rem;
        width: calc(100% / 4)
    }
}

.info-list {
    margin-top: 4.4rem;
    margin-bottom: 14rem
}

.info-list__list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1rem
}

.info-list__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem
}

.info-list__item-inner {
    width: 100%;
    max-width: 41.3rem
}

@media (min-width: 720px) {
    .info-list__item-inner {
        max-width: 85.6rem
    }
}

@media (min-width: 960px) {
    .info-list {
        margin-top: 5rem
    }
}

@media (min-width: 1366px) {
    .info-list__list-inner {
        margin: -1.5rem
    }

    .info-list__item {
        width: 50%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.article {
    margin-top: 4.4rem;
    margin-bottom: 9rem
}

.article._bigger .article__image {
    max-width: 66rem
}

.article__inner {
    max-width: 144rem
}

.article__image {
    width: 100%;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 1.5rem;
    -webkit-box-shadow: 1.3rem 1.5rem 3.5rem rgba(0, 0, 0, .07);
    box-shadow: 1.3rem 1.5rem 3.5rem rgba(0, 0, 0, .07);
    margin-bottom: 4.4rem
}

.article__image img {
    width: 100%
}

.article__text {
    font-size: 1.4rem;
    line-height: 1.55;
    text-align: justify;
    letter-spacing: .07em
}
.article__text ul{
    overflow: hidden;
}
.article__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article__footer-author-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.4rem
}

.article__footer-btn {
    -ms-flex-preferred-size: 28rem;
    flex-basis: 28rem
}

@media (min-width: 960px) {
    .article {
        margin-top: 5rem
    }

    .article__footer-author-wrap {
        margin-bottom: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-right: auto
    }

    .article._bigger .article__text {
        font-size: 1.5rem;
        line-height: 1.65
    }
}

@media (min-width: 1024px) {
    .article__image {
        width: 50%;
        float: left;
        margin: 0 4rem 3rem 0
    }

    .article__inner {
        margin-bottom: -3rem
    }

    .article__content {
        padding-top: 1rem;
        margin-bottom: 3rem
    }

    .article__content .article__header {
        text-align: left;
        margin-bottom: 2rem
    }
}

@media (min-width: 1366px) {
    .article__image {
        margin-right: 5rem
    }

    .article._bigger .article__image {
        margin-right: 7.4rem
    }
}

@media (min-width: 1920px) {
    .article__image {
        margin-right: 6.4rem;
        margin-bottom: 5rem
    }
}

.accordion {
    font-size: 1.4rem;
    letter-spacing: .07em;
    margin-bottom: 9rem;
    margin-top: 4.4rem
}

.accordion__inner {
    max-width: 115rem
}

.accordion._bigger .accordion__inner {
    max-width: 144rem
}

.accordion__description, .accordion__label, .accordion__list-item, .accordion__trigger {
    padding-left: 3.8rem;
    padding-right: 3.4rem
}

.accordion__item {
    background-color: #fff;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .05);
    box-shadow: 1.5rem 1.5rem 2.5rem rgba(158, 155, 135, .05)
}

.accordion__item:last-child {
    margin-bottom: 0
}

.accordion__item._active > .accordion__trigger {
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion__item._active > .accordion__trigger::before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.accordion__item._active > .accordion__trigger .accordion__trigger-ico {
    color: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.accordion__item._active > .accordion__content {
    pointer-events: auto
}

.accordion__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 1.8rem;
    padding-bottom: 1.7rem;
    padding-right: 6rem;
    min-height: 7.4rem;
    position: relative;
    cursor: pointer;
    border-radius: inherit;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: color, border-radius;
    transition-property: color, border-radius;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color: #fff
}

.accordion__trigger span {
    position: relative;
    z-index: 2
}

.accordion__trigger::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #37c08c;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateX(calc(-100% + 1rem));
    transform: translateX(calc(-100% + 1rem));
    z-index: 1
}

.accordion__trigger-ico {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: 2.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #37c08c;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 2
}

.accordion__content {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    will-change: height;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.accordion__label {
    margin: 3.8rem 0 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em
}

@media (max-width: 719px) {
    .accordion__list:not(:first-child) .accordion__list-item:first-child {
        padding-top: 0
    }
}

.accordion__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.accordion__list-item {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border: .1rem solid rgba(219, 219, 214, .55);
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

.accordion__list-item:last-child {
    border-bottom-width: 0
}

.accordion__list-item-cell {
    margin-bottom: .4rem
}

.accordion__list-item-cell:last-child {
    margin-bottom: 0
}

.accordion__list-item-cell b {
    font-weight: 600;
    color: #37c08c;
    font-size: 1.6rem
}

.accordion__description {
    margin: 0 0 4.2rem
}

.accordion__description:first-child {
    margin-top: 3rem
}

.accordion__description-text {
    font-size: 1.4rem;
    line-height: 1.55;
    letter-spacing: .07em;
    text-align: justify
}

.accordion__description-image {
    width: 100%;
    max-width: 35.6rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 1.5rem;
    -webkit-box-shadow: 1.3rem 1.5rem 3.5rem rgba(0, 0, 0, .07);
    box-shadow: 1.3rem 1.5rem 3.5rem rgba(0, 0, 0, .07);
    margin-top: 4.2rem
}

.accordion__description-image img {
    width: 100%
}

.accordion._blue .accordion__trigger::before {
    background-color: #4f9de4
}

.accordion._blue .accordion__trigger-ico {
    color: #4f9de4
}

.accordion._blue .accordion__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.accordion._blue .accordion__list-item-cell b {
    color: #4f9de4
}

@media (min-width: 720px) {
    .accordion__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 6.4rem
    }

    .accordion__list-item-cell {
        margin-bottom: 0;
        margin-right: 2rem
    }

    .accordion__list-item-cell:last-child {
        margin-right: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .accordion__list:not(:first-child) .accordion__list-item:first-child {
        border-top-width: .1rem
    }
}

@media (min-width: 960px) {
    .accordion__list-item {
        -webkit-transition: background-color .2s;
        transition: background-color .2s
    }

    .accordion__list-item:hover {
        background-color: rgba(245, 245, 239, .55)
    }

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

    .accordion__description:first-child {
        margin-top: 3.8rem
    }

    .accordion__description-text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 30%
    }

    .accordion__description-image {
        width: 50%;
        margin-top: 0;
        margin-left: 8rem;
        margin-right: auto;
        float: right
    }
}

@media (min-width: 1024px) {
    .accordion__description, .accordion__label, .accordion__list-item, .accordion__trigger {
        padding-left: 5rem;
        padding-right: 3.8rem
    }

    .accordion__description-text {
        font-size: 1.5rem
    }

    .accordion__trigger {
        font-size: 1.8rem;
        font-weight: 600;
        min-height: 6rem;
        padding-right: 8rem
    }

    .accordion__trigger::before {
        -webkit-transform: translateX(calc(-100% + 1.8rem));
        transform: translateX(calc(-100% + 1.8rem))
    }

    .accordion__trigger-ico {
        right: 3.8rem
    }

    .accordion__label {
        margin-bottom: 2.5rem;
        font-weight: 500;
        font-size: 1.7rem
    }
}

@media (min-width: 1366px) {
    .accordion._bigger .accordion__description, .accordion._bigger .accordion__label, .accordion._bigger .accordion__list-item, .accordion._bigger .accordion__trigger {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .accordion._bigger .accordion__trigger {
        padding-right: 8rem
    }

    .accordion._bigger .accordion__trigger-ico {
        right: 5rem
    }
}

.feedback-all {
    margin-top: 4.4rem;
    margin-bottom: 11rem
}

.feedback-all__inner {
    max-width: 115rem
}

.feedback-all__item {
    width: 100%;
    margin-bottom: 2rem
}

.feedback-all__item:last-child {
    margin-bottom: 0
}

.feedback-all__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback-all__footer-btn {
    -ms-flex-preferred-size: 26.5rem;
    flex-basis: 26.5rem
}

.feedback-all__pagination {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 3rem;
    margin-top: 0
}

@media (min-width: 960px) {
    .feedback-all__item {
        margin-bottom: 3rem
    }

    .feedback-all__pagination {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 0;
        margin-right: auto
    }
}

.personal {
    overflow: hidden;
    margin-top: 4.4rem;
    margin-bottom: 14rem
}

.personal__list-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    position: relative
}

.personal__list-container {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    cursor: -webkit-grab;
    cursor: grab
}

.personal__list-container:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.personal__list-container.swiper-container-initialized {
    opacity: 1
}

.personal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.personal__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15rem
}

.personal__list-item-inner {
    width: 10.8rem
}

.personal__details-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.personal__details-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    position: relative;
    overflow: hidden;
    margin: -3.5rem;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(3.5rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 3.5rem, #000 calc(100% - 3.5rem), rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(3.5rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 3.5rem, #000 calc(100% - 3.5rem), rgba(0, 0, 0, 0) 100%)
}

.personal__details-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.personal__details-item {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3.5rem
}

.personal__details-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.personal__details-nav._prev {
    left: -2.8rem
}

.personal__details-nav._next {
    right: -2.8rem
}

@media (min-width: 960px) {
    .personal__list-container {
        overflow: hidden;
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(2rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
        -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 2rem, #000 calc(100% - 2rem), rgba(0, 0, 0, 0) 100%);
        mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(2rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 2rem, #000 calc(100% - 2rem), rgba(0, 0, 0, 0) 100%)
    }

    .personal__list-item {
        width: calc(100% / 6)
    }
}

@media (min-width: 1024px) {
    .personal__list-wrap {
        margin-bottom: 7.7rem
    }

    .personal__list-nav {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .personal__list-nav._prev {
        left: 0
    }

    .personal__list-nav._next {
        right: 0
    }
}

@media (min-width: 1200px) {
    .personal__list-item {
        width: calc(100% / 8)
    }
}

@media (min-width: 1366px) {
    .personal__list-wrap {
        padding: 0 6rem;
        max-width: 160rem
    }

    .personal__list-item {
        width: calc(100% / 9)
    }
}

@media (min-width: 1600px) {
    .personal__list-item {
        width: calc(100% / 10)
    }

    .personal__details-nav._prev {
        left: -7.5rem
    }

    .personal__details-nav._next {
        right: -7.5rem
    }
}

@media (min-width: 1920px) {
    .personal__details-nav._prev {
        left: -11.5rem
    }

    .personal__details-nav._next {
        right: -11.5rem
    }

    .personal__list-wrap {
        padding: 0 9.7rem;
        max-width: 167.4rem
    }
}

.tags-section {
    margin-top: 4.4rem;
    margin-bottom: 9rem
}

.tags-section__inner {
    max-width: 144rem
}

.tags-section .section-header__text {
    max-width: 110rem
}

.tags-section__header {
    margin-bottom: 1.5rem
}

.tags-section__list {
    max-width: 123rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 960px) {
    .tags-section__header {
        margin-bottom: 2rem
    }
}

.about-full {
    margin-top: 4.4rem;
    margin-bottom: 17rem
}

.about-full__header {
    margin-bottom: 1.4rem
}

.about-full__inner {
    max-width: 144rem
}

.about-full__text {
    font-size: 1.4rem;
    line-height: 1.55;
    text-align: justify;
    margin-bottom: 3.6rem
}
.about-full__text img{
    display: initial!important;
}
.about-full__card {
    margin-bottom: 5.7rem
}

.about-full__card:last-child {
    margin-bottom: 0
}

.about-full__card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2.7rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .07em
}

.about-full__card-head svg {
    width: 5.5rem;
    height: 5.5rem;
    margin-bottom: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.about-full__card-image {
    width: 100%;
    max-width: 30.4rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 1.5rem;
    -webkit-box-shadow: 1.3rem 1.5rem 3.5rem rgba(0, 0, 0, .07);
    box-shadow: 1.3rem 1.5rem 3.5rem rgba(0, 0, 0, .07);
    margin-bottom: 3.5rem
}

.about-full__card-image img {
    width: 100%
}

.about-full__card-text {
    font-size: 1.4rem;
    line-height: 1.55;
    text-align: justify
}

.about-full__card._blue .about-full__card-head {
    color: #4f9de4
}

.about-full__card._green .about-full__card-head {
    color: #37c08c
}

@media (min-width: 720px) {
    .about-full__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-full__card-image {
        margin-left: 0;
        margin-right: 3rem;
        margin-bottom: 0;
        width: 24rem;
        max-width: none;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .about-full__card-head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 1.5rem
    }

    .about-full__card-head svg {
        width: 3.2rem;
        height: 3.2rem;
        margin-bottom: 0;
        margin-right: 2.4rem
    }

    .about-full__card-content {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width: 960px) {
    .about-full {
        margin-top: 5rem
    }

    .about-full__text {
        font-size: 1.5rem;
        line-height: 1.65;
        margin-bottom: 7.6rem
    }

    .about-full__card {
        margin-bottom: 7rem
    }

    .about-full__card-image {
        margin-right: 5.4rem
    }

    .about-full__card-text {
        font-size: 1.5rem;
        line-height: 1.65
    }
}

.form-feedback {
    margin-top: 5.7rem;
    margin-bottom: 13rem
}

.form-feedback__header {
    margin-bottom: 3.2rem
}

.form-feedback__form-inner {
    margin-top: -1.5rem;
    margin-right: -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-feedback__item-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.form-feedback__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 36rem;
    flex-basis: 36rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem
}

.form-feedback__item._textarea {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.form-feedback__item._textarea .form-element__input {
    height: 22rem
}

.form-feedback__footer {
    margin-top: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-feedback__footer-btn {
    -ms-flex-preferred-size: 27.4rem;
    flex-basis: 27.4rem
}

.form-feedback__rating {
    margin-top: 3.2rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-feedback__rating-label {
    font-size: 1.5rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.form-feedback__rating .rating-stars__star {
    width: 4.6rem;
    height: 4.6rem;
    margin-right: 1.7rem
}

.form-feedback__rating .rating-stars__star:last-child {
    margin-right: 0
}

@media (min-width: 960px) {
    .form-feedback {
        margin-top: 9rem;
        margin-bottom: 17rem
    }

    .form-feedback__header {
        margin-bottom: 5rem
    }

    .form-feedback__form-inner {
        margin-right: -3rem;
        margin-top: -2rem
    }

    .form-feedback__item {
        margin-right: 3rem;
        margin-top: 2rem
    }

    .form-feedback__footer {
        margin-top: 5.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1024px) {
    .form-feedback__item-group {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-right: 3rem
    }

    .form-feedback__item-group .form-feedback__item {
        margin-right: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .form-feedback__item._textarea {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }

    .form-feedback__item._textarea .form-element__input {
        height: 13.6rem
    }

    .form-feedback__item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }

    .form-feedback__rating {
        margin-top: 0
    }

    .form-feedback__rating-label {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 1920px) {
    .form-feedback__rating .rating-stars__star {
        width: 6.6rem;
        height: 6.6rem;
        margin-right: 2.4rem
    }

    .form-feedback__rating .rating-stars__star:last-child {
        margin-right: 0
    }
}

.header {
    height: 8.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: #fff;
    -webkit-box-shadow: 1.3rem 1.5rem 1.6rem rgba(0, 0, 0, .05);
    box-shadow: 1.3rem 1.5rem 1.6rem rgba(0, 0, 0, .05);
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 163rem
}

.header__logo {
    display: inline-block;
    width: 20.7rem;
    margin-top: -.5rem
}

.header__logo img {
    width: 100%
}

.header__menu-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    width: 3.6rem;
    height: 3.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto
}

.header__menu-btn svg {
    width: 100%;
    height: 100%
}

.header._is-modal .header__wrap {
    position: absolute
}

@media (min-width: 960px) {
    .header__wrap {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent
    }

    .header__wrap::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: .1rem;
        background-color: rgba(219, 219, 214, .55);
        pointer-events: none
    }

    .header__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__menu {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.4rem;
        text-transform: uppercase;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        letter-spacing: .07em
    }

    .header__menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 2rem;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        pointer-events: none
    }

    .header__menu-item:last-child {
        margin-right: 0
    }

    .header__menu-item:hover > .header__submenu {
        opacity: 1;
        pointer-events: auto;
        visibility: visible
    }

    .header__menu-item:hover::after {
        opacity: 1
    }

    .header__menu-item > .header__submenu::after {
        content: '';
        bottom: 100%;
        left: 0;
        right: 0;
        height: 4.5rem;
        position: absolute
    }

    .header__menu-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: left;
        font: inherit;
        letter-spacing: inherit;
        border: 0;
        outline: 0;
        padding: 0;
        text-decoration: none;
        background-color: transparent;
        color: inherit;
        word-break: break-word;
        cursor: pointer;
        padding-top: .5rem;
        padding-bottom: .5rem;
        pointer-events: auto;
        z-index: 2
    }

    .header__menu-link::after {
        content: '';
        left: 0;
        right: 0;
        position: absolute;
        bottom: 0;
        height: .2rem;
        background-color: #c4c4c4;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

    .header__menu-link:not(:last-child)::after {
        display: none
    }

    .header__menu-link:hover::after {
        opacity: 1
    }

    .header__submenu .header__submenu {
        top: 0;
        -webkit-transform: none;
        transform: none;
        left: 100%
    }

    .header__submenu .header__submenu .header__submenu-item {
        position: relative
    }

    .header__submenu .header__submenu::before {
        display: none
    }

    .header__submenu {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 0 0 1.5rem 1.5rem;
        -webkit-box-shadow: 1.5rem 0 2.5rem rgba(158, 155, 135, .15);
        box-shadow: 1.5rem 0 2.5rem rgba(158, 155, 135, .15);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        text-transform: none;
        font-size: 1.5rem;
        min-width: 28rem
    }

    .header__submenu::before {
        content: '';
        width: 7.3rem;
        height: .6rem;
        background-color: #dbdbd6;
        bottom: 100%;
        border-radius: 1.5rem 1.5rem 0 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        pointer-events: none
    }

    .header__submenu-item:last-child {
        border-radius: inherit
    }

    .header__submenu-item:last-child > .header__submenu-link {
        border-bottom: 0
    }

    .header__submenu-item:hover > .header__submenu {
        opacity: 1;
        pointer-events: auto;
        visibility: visible
    }

    .header__submenu-item:hover > .header__submenu-link {
        background-color: #fcfcfc
    }

    .header__submenu._doted {
        padding-top: 2.3rem;
        padding-bottom: 2.7rem;
        background-color: #fff
    }

    .header__submenu._row {
        min-width: auto;
        padding: 0
    }

    .header__submenu._row .header__submenu {
        opacity: 1;
        pointer-events: inherit;
        visibility: visible;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: auto;
        left: auto
    }

    .header__submenu._doted .header__submenu-link {
        min-height: 3.6rem;
        padding-top: .6rem;
        padding-bottom: .6rem;
        padding-left: 3rem;
        background-color: transparent;
        border-bottom: 0
    }

    .header__submenu._doted .header__submenu-link::before {
        content: '';
        display: inline-block;
        width: .6rem;
        height: .6rem;
        background-color: #37c08c;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 50%;
        margin-right: 1.4rem;
        -webkit-transition: background-color .2s;
        transition: background-color .2s
    }

    .header__submenu-item._blue ._doted .header__submenu-link::before {
        background-color: #4f9de4
    }

    .header__submenu-item._blue .header__submenu-link-arrow {
        color: #4f9de4
    }

    .header__submenu-item:not(:hover) .header__submenu-link::before {
        background-color: #dbdbd6 !important
    }

    .header__submenu-item:not(:hover) .header__submenu-link-arrow {
        color: #dbdbd6 !important
    }

    .header__submenu-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: left;
        font: inherit;
        letter-spacing: inherit;
        border: 0;
        outline: 0;
        padding: 0;
        text-decoration: none;
        background-color: transparent;
        color: inherit;
        word-break: break-word;
        cursor: pointer;
        word-break: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.5rem 2.4rem;
        border-bottom: .1rem solid rgba(219, 219, 214, .55);
        min-height: 6.8rem;
        width: 100%;
        border-radius: inherit;
        background-color: #fff;
        -webkit-transition: background-color .2s, border-radius .2s;
        transition: background-color .2s, border-radius .2s;
        position: relative;
        z-index: 5
    }

    .header__submenu-link-arrow {
        display: inline-block;
        width: .6rem;
        height: 1.1rem;
        margin-left: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: color .2s;
        transition: color .2s;
        color: #37c08c
    }

    .header__submenu-link-ico {
        width: 2.5rem;
        height: 2.5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1.4rem;
        margin-left: -.5rem
    }

    .header__submenu-link-text {
        margin-right: 1rem
    }

    .header__address {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 1.4rem;
        line-height: 1.4;
        letter-spacing: .07em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__address svg {
        width: 2.1rem;
        height: 3.2rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: #8ccb60;
        margin-right: 2rem
    }

    .header .socials {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header .socials__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .socials__link {
        width: 4.9rem;
        height: 4.9rem
    }
}

@media (min-width: 960px) and (max-width: 1169px) {
    .header__submenu .header__submenu:not(._row) .header__submenu {
        left: auto;
        right: 100%;
        z-index: 10
    }
}

@media (min-width: 960px) and (max-width: 1169px) {
    .header__submenu._row .header__submenu:not(:first-child) {
        padding-top: 0
    }

    .header__submenu._row .header__submenu:not(:last-child) {
        border-radius: 0;
        padding-bottom: 0
    }
}

@media (min-width: 1024px) {
    .header {
        height: 11.4rem
    }

    .header__logo {
        width: 25.5rem;
        margin-top: -.9rem
    }

    .header__menu-item {
        margin-right: 5rem
    }
}

@media (min-width: 1170px) {
    .header__submenu._row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__submenu._row .header__submenu:nth-child(2n) {
        background-color: #fcfcfc
    }

    .header__submenu._row .header__submenu:not(:first-child) {
        border-bottom-left-radius: 0
    }

    .header__submenu._row .header__submenu:not(:last-child) {
        border-bottom-right-radius: 0
    }
}

.footer {
    z-index: 13
}

.footer__content {
    position: relative;
    background-color: #37c08c;
    border-radius: 3.5rem 3.5rem 0 0
}

.footer__main {
    padding-top: 4.7rem;
    padding-bottom: 5rem
}

.footer__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.6rem
}

.footer__logo {
    display: inline-block;
    width: 24.4rem;
    margin-bottom: 2.4rem
}

.footer__logo img {
    width: 100%
}

.footer__logo-text {
    font-size: 1.5rem;
    color: #86f1c8;
    letter-spacing: .15em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center
}

.footer__bottom {
    background-color: #227454;
    padding-top: 2.7rem;
    padding-bottom: 3rem
}

.footer__bottom-info {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: .07em;
    margin-bottom: 2.4rem
}

.footer__contacts {
    margin-bottom: 3.7rem
}

@media (min-width: 960px) {
    .footer__main {
        padding-right: 2.5rem;
        -ms-flex-preferred-size: 32rem;
        flex-basis: 32rem;
        padding-bottom: 3.8rem;
        padding-top: 3.8rem
    }

    .footer__content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__map {
        -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative
    }

    .footer__map-inner {
        position: absolute !important;
        left: 0;
        top: 0;
        bottom: 0;
        right: -3.5rem;
        background-color: #ebebeb;
        border-top-right-radius: 3.5rem;
        overflow: hidden
    }

    .footer__logo-wrap {
        margin-bottom: 3.5rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__logo {
        width: 20rem;
        margin-bottom: 1.5rem
    }

    .footer__logo-text {
        font-size: 1.3rem;
        text-align: left
    }

    .footer__bottom {
        padding-top: 1.3rem;
        padding-bottom: 1.3rem
    }

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

    .footer__bottom-info {
        margin-bottom: 0;
        margin-right: 2rem
    }

    .footer .socials__link {
        width: 3.8rem;
        height: 3.8rem
    }
}

@media (min-width: 1024px) {
    .footer__main {
        -ms-flex-preferred-size: 59rem;
        flex-basis: 59rem;
        padding-bottom: 6rem;
        padding-top: 6rem
    }

    .footer__logo-wrap {
        margin-bottom: 5.5rem
    }

    .footer__logo-text {
        text-align: left;
        font-size: 1.4rem;
        text-transform: none
    }

    .footer__contacts {
        margin-bottom: 0
    }

    .footer__menu {
        margin-bottom: 6rem;
        margin-top: -1.4rem
    }

    .footer__menu-list {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1.5rem;
        color: #fff;
        letter-spacing: .07em;
        font-weight: 500;
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        -webkit-columns: 23rem 2;
        -moz-columns: 23rem 2;
        columns: 23rem 2;
        -webkit-column-fill: balance;
        -moz-column-fill: balance;
        column-fill: balance
    }

    .footer__menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        padding-top: 1.4rem
    }

    .footer__menu-item::before {
        content: '';
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 2rem;
        width: .9rem;
        height: .9rem;
        background-color: #185940;
        border-radius: 50%;
        margin-top: .6rem
    }

    .footer .contacts-list__inner {
        margin-right: -1.5rem
    }

    .footer .contacts-list__item {
        margin-right: 1.5rem
    }
}

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

.page__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page__wave-wrap {
    background-color: #fff;
    position: relative;
    margin-bottom: -4rem
}

.page__wave-wrap::after {
    content: '';
    position: absolute;
    top: -17.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
    width: 192rem;
    height: 20rem;
    background-image: url(../img/svg/wave-decor-white.svg);
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none
}

.page__wave-inner {
    background-color: #fff;
    position: relative;
    z-index: 12;
    padding-bottom: 14rem
}

.page__wave-inner > :first-child {
    margin-top: 0
}

.page__wave-inner > :last-child {
    margin-bottom: 0
}

@media (min-width: 720px) {
    .page__wave-inner {
        padding-top: 2rem
    }
}

@media (min-width: 960px) {
    .page__wave-inner {
        padding-top: 4rem
    }

    .page__wave-wrap::after {
        top: -19.9rem
    }
}

@media (min-width: 1366px) {
    .page__wave-wrap::before {
        content: '';
        background-image: url(../img/svg/o-light.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 40rem;
        height: 47.4rem;
        position: absolute;
        top: -40.6rem;
        right: -6.1rem;
        z-index: 10;
        pointer-events: none
    }

    .page__wave-inner {
        padding-top: 7rem
    }
}
