/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.cli-style-v2 .cli-bar-message, .cli-style-v2 .cli-bar-btn_container .cli-plugin-button{
    font-size: 12px !important;
    line-height: 14px !important;
}

article, aside, footer, header, nav, section {
    display: block
}

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

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

input:not([type=checkbox]):not([type=radio]), select, textarea {
    -webkit-appearance: none;
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

input::-ms-clear {
    display: none
}

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

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

body {
    height: 100%;
    font-family: Montserrat, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fafafa;
    color: #23211f;
    min-height: 100vh
}

.wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper.no-ovh {
    overflow: initial
}

.wrapper__decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    max-height: 100%
}

.bg-decor {
    position: relative;
    padding-top: 290px
}

.bg-decor .wrapper__decor {
    height: 100%
}

@media only screen and (max-width: 1200px) {
    .bg-decor {
        padding-top: 0
    }

    .bg-decor .wrapper__decor {
        display: none
    }
}

.container {
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.container-full {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 1200px) {
    .container-full {
        padding-left: 20px;
        padding-right: 20px
    }

    .container-full .container {
        padding-left: 0;
        padding-right: 0
    }
}

.h80 {
    height: 80px
}

@media only screen and (max-width: 1200px) {
    .h80 {
        height: 40px
    }
}

.bg {
    background: #ededed;
    position: relative
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.about {
    position: relative
}

.about__title.title-page {
    margin-bottom: 42px
}

@media only screen and (max-width: 767px) {
    .about__title.title-page {
        margin-bottom: 20px
    }
}

.achievements {
    position: relative;
    margin-bottom: 80px
}

@media only screen and (max-width: 1200px) {
    .achievements {
        margin-bottom: 40px
    }
}

.achievements__title {
    text-align: center;
    margin-bottom: 40px
}

@media only screen and (max-width: 1200px) {
    .achievements__title {
        margin-bottom: 20px
    }
}

.achievements__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .achievements__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.achievements__list::before {
    content: "";
    position: absolute;
    border-top: 1px dashed rgba(35, 33, 31, .2);
    width: 100vw;
    left: 0;
    top: 40px
}

@media only screen and (max-width: 1200px) {
    .achievements__list::before {
        display: none
    }
}

.achievements__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 183px;
    flex: 0 0 183px;
    max-width: 183px;
    width: 100%;
    margin-right: 40px;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .achievements__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 40px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.33% - 40px);
        max-width: calc(33.33% - 40px);
        margin-right: 20px;
        margin-left: 20px;
        text-align: center;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 666px) {
    .achievements__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 40px);
        max-width: calc(100% - 40px)
    }
}

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

@media only screen and (max-width: 1200px) {
    .achievements__item:last-child {
        margin-right: 20px
    }
}

.achievements__item-img {
    margin-bottom: 32px;
    width: 80px;
    height: 80px;
    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;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 4px 6px 13px rgba(51, 51, 51, .1), inset -1px -2px 2px #f2f2f2, inset 1px 2px 2px #fff;
    box-shadow: 4px 6px 13px rgba(51, 51, 51, .1), inset -1px -2px 2px #f2f2f2, inset 1px 2px 2px #fff;
    border-radius: 15px
}

@media only screen and (max-width: 1200px) {
    .achievements__item-img {
        margin: 0 auto 15px
    }
}

.achievements__item-img img {
    max-height: 100%
}

.achievements__item-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000
}

.achievements__item-text {
    font-size: 15px;
    line-height: 20px;
    color: #4e4c4b
}

.achievements__item-text a {
    color: #4e4c4b;
    font-weight: 600
}

@media only screen and (min-width: 1025px) {
    .achievements__item-text a:hover {
        text-decoration: none
    }
}

.achievements__item-text p {
    margin: 0
}

.advantages {
    position: relative;
    padding-top: 80px
}

@media only screen and (max-width: 1200px) {
    .advantages {
        padding-top: 40px
    }
}

.advantages__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -70px
}

.advantages__cell {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 70px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 70px);
    max-width: calc(50% - 70px);
    width: 100%;
    margin-bottom: 56px;
    margin-left: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .advantages__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 70px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 70px);
        max-width: calc(100% - 70px)
    }
}

.advantages__cell--first {
    display: block
}

.advantages__title {
    margin-bottom: 15px
}

.advantages__text {
    position: relative
}

.advantages__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    max-width: 84px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    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;
    margin-right: 32px;
    position: relative;
    -webkit-transform: perspective(1px);
    transform: perspective(1px)
}

@media only screen and (max-width: 1200px) {
    .advantages__icon {
        margin-right: 20px
    }
}

.advantages__icon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
    background: linear-gradient(180deg, #d6d6d6 0, #fff 100%);
    -webkit-box-shadow: 6px 11px 22px rgba(51, 51, 51, .24), inset -2px -3px 3px #ccc, inset 2px 3px 3px #fff;
    box-shadow: 6px 11px 22px rgba(51, 51, 51, .24), inset -2px -3px 3px #ccc, inset 2px 3px 3px #fff;
    border-radius: 50%
}

.advantages__icon::after {
    content: "";
    position: absolute;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: #f9e547;
    top: -5px;
    left: -3px;
    z-index: -1
}

.advantages__icon img {
    position: relative;
    z-index: 1
}

.advantages__cell-box {
    position: relative
}

.advantages__cell-title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #23211f
}

@media only screen and (max-width: 1200px) {
    .advantages__cell-title {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .advantages__cell-title {
        font-size: 16px
    }
}

.advantages__cell-text {
    position: relative
}

.breadcrumb {
    list-style: none;
    padding: 114px 0 20px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
    .breadcrumb {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 90px;
        overflow-x: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px
    }

    .breadcrumb::after {
        content: "";
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1px;
        flex: 0 0 1px;
        width: 1px;
        height: 1px
    }
}

.breadcrumb li {
    margin-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.breadcrumb li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb a {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    line-height: 140%;
    color: #23211f
}

@media only screen and (min-width: 1025px) {
    .breadcrumb a:hover {
        text-decoration: underline
    }
}

.breadcrumb a::before {
    content: "/";
    position: absolute;
    right: -17px;
    top: 0
}

.breadcrumb span {
    font-size: 16px;
    line-height: 140%;
    color: #23211f;
    opacity: .5
}

.first-screen .breadcrumb {
    padding-top: 0
}

@media only screen and (max-width: 1200px) {
    .first-screen .breadcrumb {
        display: none
    }
}

.first-screen .breadcrumb a, .first-screen .breadcrumb span {
    color: #fff
}

.btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 17px 26px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #23211f;
    border-radius: 100px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
    white-space: nowrap;
    border: 0
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #f9e547;
    background: #f9e547;
    z-index: -1;
    border-radius: 100px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    height: 10px;
    bottom: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    z-index: -2
}

@media only screen and (min-width: 1025px) {
    .btn:hover::before {
        background: #efc606;
        border-color: #efc606
    }
}

.btn--transparent {
    color: #fff
}

.btn--transparent::before {
    background: 0 0
}

.btn-2 {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 13px 46px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #23211f;
    border: 1px solid #d2d1d3;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: nowrap
}

@media only screen and (min-width: 1025px) {
    .btn-2:hover {
        background: #d2d1d3
    }
}

.btn-2--black {
    border-color: #000
}

@media only screen and (min-width: 1025px) {
    .btn-2--black:hover {
        border-color: #d2d1d3
    }
}

.case-top {
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .case-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.case-top__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .case-top__left {
        padding-right: 0
    }
}

.case-top__left .title-small {
    padding-bottom: 10px
}

.case-top__img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: -50px
}

@media only screen and (max-width: 767px) {
    .case-top__img {
        margin-top: 0
    }
}

.case {
    position: relative
}

.case__slider-box {
    position: relative;
    margin-bottom: 32px
}

.case__slider {
    position: relative
}

.case__slider-item {
    position: relative;
    vertical-align: top;
    border-radius: 15px;
    overflow: hidden;
    height: 200px;
}
@media screen and (min-width: 568px){
    .case__slider-item{
        height: 300px;
    }
}
@media screen and (min-width: 1024px){
    .case__slider-item{
        height: auto;
    }
}

.case__slider-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f9f9f9;
    padding: 9px 49px
}

.case__slider-controls .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 49px;
    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
}

@media only screen and (min-width: 1025px) {
    .case__slider-controls .slick-arrow:hover svg {
        opacity: 1
    }
}

.case__slider-controls .slick-arrow.slick-prev {
    left: 0
}

.case__slider-controls .slick-arrow.slick-next {
    right: 0
}

.case__slider-controls .slick-arrow.slick-next svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.case__slider-controls .slick-arrow svg {
    fill: none;
    stroke: #000;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.case__slider-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: .095em;
    text-transform: uppercase;
    color: #808285;
    text-align: center
}

.case__slider-current {
    font-size: 18px;
    line-height: 120%;
    color: #1c1b23;
    width: 26px
}

.case__slider-all {
    position: relative;
    width: 16px
}

.case__text {
    margin-bottom: 50px
}

.case__text-title {
    margin-bottom: 12px
}

.case__text-body {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.case__text-body.text-content {
    font-size: 16px;
    line-height: 26px
}

@media only screen and (max-width: 1200px) {
    .case__text-body {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
    .case__slider-item img{
        object-fit: cover;
        object-position: 25% 50%;
        width: auto;
        height: 100%;
    }
}

.case__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(35, 33, 31, .2);
    margin-bottom: 80px
}

@media only screen and (max-width: 767px) {
    .case__col {
        display: block;
        border-top: 0;
        margin-bottom: 50px
    }
}

.case__cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 16px;
    padding-left: 57px;
    border-left: 1px solid rgba(35, 33, 31, .2)
}

@media only screen and (max-width: 767px) {
    .case__cell {
        padding-left: 0;
        border-left: 0;
        padding-top: 0;
        margin-bottom: 30px
    }

    .case__cell:last-child {
        margin-bottom: 0
    }
}

.case__cell:nth-child(odd) {
    padding-left: 0;
    border-left: 0
}

.case__cell-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    color: #23211f;
    margin-bottom: 12px
}

.case__video {
    position: relative;
    margin-bottom: 50px;
    border-radius: 15px;
    overflow: hidden
}

.case__video-img {
    position: relative
}

.case__video-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1
}

.js-play-video-parent.active .case__video-box {
    opacity: 1;
    visibility: visible
}

.case__video-box iframe {
    width: 100%;
    height: 100%
}

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

@media only screen and (max-width: 1200px) {
    .case__info {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .case__info {
        display: block
    }
}

.case__info--pt40 {
    padding-top: 40px
}

.case__info-img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.case__info-img img {
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .case__info-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 767px) {
    .case__info-img {
        margin-bottom: 20px
    }
}

.case__info-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 512px;
    flex: 0 0 512px;
    max-width: 512px;
    width: 100%;
    border-left: 2px solid #f9e547;
    padding-left: 23px
}

@media only screen and (max-width: 1200px) {
    .case__info-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%
    }
}

.case__info-box--full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 564px;
    flex: 0 0 564px;
    max-width: 564px;
    border-left: 0
}

@media only screen and (max-width: 1200px) {
    .case__info-box--full {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%
    }
}

.case__info-btn-box {
    position: relative
}

.case__info-btn {
    min-width: 276px
}

.case__info-title {
    margin-bottom: 44px
}

.case__info-text {
    font-style: italic;
    margin-bottom: 29px;
    font-size: 14px;
    line-height: 24px;
    color: #23211f
}

.case__info-name {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #23211f
}

.case__info-position {
    font-size: 14px;
    line-height: 22px;
    color: #4e4c4b
}

.video-btn {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 88px;
    margin-left: -44px;
    margin-top: -44px;
    border-radius: 50%;
    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;
    background: #fff
}

@media only screen and (max-width: 767px) {
    .video-btn {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }
}

@media only screen and (min-width: 1025px) {
    .video-btn:hover {
        background: #f9e547
    }
}

.video-btn svg {
    fill: #222432
}

.case-box {
    position: relative;
    padding-top: 80px;
    padding-bottom: 1px
}

@media only screen and (max-width: 1200px) {
    .case-box {
        padding-top: 40px
    }
}

.case-box--white {
    background: #fff;
    margin-top: 30px
}

@media only screen and (max-width: 1200px) {
    .case-box--white {
        background: 0 0;
        margin-top: 0
    }
}

.case-box--with-decor {
    z-index: 1;
    margin-bottom: -290px
}

@media only screen and (max-width: 1200px) {
    .case-box--with-decor {
        margin-bottom: 0
    }
}

.case-box-title {
    text-align: center;
    margin-bottom: 44px
}

@media only screen and (max-width: 1200px) {
    .case-box-title {
        margin-bottom: 20px;
        text-align: left
    }
}

.case-box-btn-box {
    margin-top: -40px;
    margin-bottom: 80px;
    text-align: center
}

@media only screen and (max-width: 1200px) {
    .case-box-btn-box {
        margin-bottom: 40px;
        text-align: left;
        padding-top: 20px
    }
}

.cases-page {
    position: relative
}

.cases-page__nav {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .cases-page__nav {
        overflow-x: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .cases-page__nav::after {
        content: "";
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1px;
        flex: 0 0 1px;
        width: 1px;
        height: 1px
    }
}

.cases-page__nav li {
    margin-right: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.cases-page__nav a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: .095em;
    text-transform: uppercase;
    color: #1c1b23;
    padding: 12px 27px;
    border: 1px solid transparent;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 767px) {
    .cases-page__nav a {
        padding: 12px
    }
}

@media only screen and (min-width: 1025px) {
    .cases-page__nav a:hover {
        border-color: rgba(28, 27, 35, .2)
    }
}

.cases-page__nav a.active {
    border-color: rgba(28, 27, 35, .2)
}

.cases-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -22px;
    margin-bottom: 18px
}

.cases-page__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 22px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.333% - 22px);
    max-width: calc(33.333% - 22px);
    width: 100%;
    margin-bottom: 22px;
    margin-left: 22px;
    background: #fff;
    border-radius: 15px 15px 0 0;
    overflow: hidden
}

@media only screen and (max-width: 1200px) {
    .cases-page__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 22px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - 22px);
        max-width: calc(50% - 22px)
    }
}

@media only screen and (max-width: 767px) {
    .cases-page__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 22px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 22px);
        max-width: calc(100% - 22px)
    }
}

.cases-page__item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(66.666% - 22px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(66.666% - 22px);
    max-width: calc(66.666% - 22px)
}

@media only screen and (max-width: 1200px) {
    .cases-page__item:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 22px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 22px);
        max-width: calc(100% - 22px)
    }
}

.cases-page__item:first-child .cases-page__item-title {
    font-size: 24px;
    line-height: 120%
}

@media only screen and (max-width: 767px) {
    .cases-page__item:first-child .cases-page__item-title {
        font-size: 20px
    }
}

.cases-page__item-img {
    display: block;
    overflow: hidden
}

.cases-page__item-img img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .cases-page__item-img:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.cases-page__item-box {
    position: relative;
    padding: 24px
}

@media only screen and (max-width: 767px) {
    .cases-page__item-box {
        padding: 20px 10px
    }
}

.cases-page__item-box::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #fff
}

.cases-page__item-labels {
    list-style: none;
    padding: 0;
    margin: 0 0 16px
}

.cases-page__item-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

.cases-page__item-label a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: .095em;
    text-transform: uppercase;
    color: #1c1b23
}

@media only screen and (min-width: 1025px) {
    .cases-page__item-label a:hover {
        text-decoration: underline
    }
}

.cases-page__item-title {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #23211f;
    margin-bottom: 16px;
    max-height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media only screen and (min-width: 1025px) {
    .cases-page__item-title:hover {
        text-decoration: underline
    }
}

.cases-page__item-descriptions {
    position: relative;
    max-height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cases {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.cases--decor::before {
    content: "";
    position: absolute;
    background: #fafafa;
    left: 50%;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 400px
}

.cases__title {
    margin-bottom: 28px;
    text-align: center
}

.cases__list {
    position: relative;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px
}

@media only screen and (max-width: 1200px) {
    .cases__list {
        display: block
    }
}

.cases__item {
    grid-column: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #fff;
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    .cases__item {
        display: block
    }
}

@media only screen and (min-width: 1025px) {
    .cases__item:hover .cases__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.cases__item:nth-child(1) {
    grid-row: span 2
}

@media only screen and (max-width: 1200px) {
    .cases__item:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.cases__item:nth-child(1) .cases__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media only screen and (max-width: 1200px) {
    .cases__item:nth-child(1) .cases__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .cases__item:nth-child(1) .cases__img {
        max-width: 100%
    }
}

.cases__item:nth-child(1) .cases__item-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f9e547;
    max-width: 50%;
    min-height: 300px
}

@media only screen and (max-width: 1200px) {
    .cases__item:nth-child(1) .cases__item-box {
        position: relative;
        bottom: auto;
        right: auto
    }
}

@media only screen and (max-width: 767px) {
    .cases__item:nth-child(1) .cases__item-box {
        max-width: 100%;
        min-height: auto
    }
}

.cases__item:nth-child(1) .cases__item-box::before {
    right: auto;
    left: 40px;
    top: auto;
    bottom: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #f9e547
}

@media only screen and (max-width: 1200px) {
    .cases__item:nth-child(1) .cases__item-box::before {
        top: 40px;
        left: 100%;
        border-top: 10px solid transparent;
        border-right: 12px solid #f9e547;
        border-bottom: 10px solid transparent;
        border-left: 0;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

.cases__item:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 767px) {
    .cases__item:nth-child(3) .cases__item-box {
        max-width: 100%
    }
}

.cases__item:nth-child(3) .cases__item-box::before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: auto;
    left: 100%
}

.cases__img {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .cases__img {
        max-width: 100%
    }
}

.cases__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cases__item-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 36px 28px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .cases__item-box {
        max-width: 100%;
        padding: 30px 20px
    }
}

.cases__item-box::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 10px solid transparent;
    right: 100%;
    top: 40px
}

@media only screen and (max-width: 767px) {
    .cases__item-box::before {
        display: none
    }
}

.cases__item-label {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: .095em;
    text-transform: uppercase;
    color: #23211f
}

.cases__item-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #23211f;
    max-height: 84px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.cases__item-text {
    position: relative;
    max-height: 88px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.cases__btn-box {
    text-align: center
}

.cases__btn {
    position: relative
}

.contacts {
    position: relative
}

.contacts__title.title-page {
    margin-bottom: 24px
}
.country-name-and-icon{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
}
.country-name-and-icon:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom:0;
    left: 0;
}

.contacts__box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.contacts__box > div{
    margin-bottom: 40px;
    width: 90%;
}
.contacts__box p{
    margin-top: 0;
    margin-bottom: 20px;
}
.contacts__title.title-page{
    margin-bottom: 40px;
}
.contacts__box a{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
}
.contacts__box a:hover{
    color: rgba(33, 40, 49, 0.65);
}

@media only screen and (min-width: 768px) {
    .country-name-and-icon{
        font-size: 18px;
        line-height: 22px;
    }
    .contacts__box a{
        font-size: 18px;
        line-height: 20px;
    }
    .contacts__box div{
        flex-basis: 45%;
        margin-right: 10%;
        width: auto;
    }
    .contacts__box div:nth-child(2n){
        margin-right: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .contacts__box div{
        flex-basis: 23%;
        margin-right: 1.4%;
    }
    .contacts__box div:nth-child(2n){
        margin-right: 1.4%;
    }
    .contacts__box div:nth-child(4n){
        margin-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts__box div{
        flex-basis: 22%;
        margin-right: 4%;
    }
    .contacts__box div:nth-child(2n){
        margin-right: 4%;
    }
    .contacts__box div:nth-child(4n){
        margin-right: 0;
    }
}


.contacts__info {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media only screen and (max-width: 767px) {
    .contacts__info {
        margin-bottom: 30px
    }
}

.contacts__row {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts__row:last-child {
    margin-bottom: 0
}

.contacts__row-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    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;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 4px 6.4px 12.8px rgba(51, 51, 51, .1), inset -1px -2px 2px #f2f2f2, inset 1px 2px 2px #fff;
    box-shadow: 4px 6.4px 12.8px rgba(51, 51, 51, .1), inset -1px -2px 2px #f2f2f2, inset 1px 2px 2px #fff;
    margin-right: 24px
}

.contacts__row-box {
    position: relative
}

.contacts__row-label {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 22px;
    color: #4e4c4b;
    opacity: .8
}

.contacts__row-address {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #23211f
}

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

.contacts__list li {
    position: relative
}

.contacts__list a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #23211f;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .contacts__list a:hover {
        text-decoration: underline
    }
}

.contacts__map {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 681px;
    flex: 0 0 681px;
    max-width: 681px;
    width: 100%;
    margin-left: 50px;
    padding: 15px;
    background: #fff;
    border-radius: 15px
}

@media only screen and (max-width: 1200px) {
    .contacts__map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .contacts__map {
        max-width: 100%;
        margin-left: 0;
        padding: 2px
    }
}

.contacts__map::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 10px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    z-index: -1
}

.contacts__map-inner {
    overflow: hidden;
    border-radius: 15px;
    height: 440px
}

.contacts__map-inner iframe {
    max-width: 100%
}

.dev {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 160%;
    color: #23211f
}

@media only screen and (max-width: 767px) {
    .dev {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 1025px) {
    .dev:hover .dev__icon-main {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .dev:hover .dev__icon-hover {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.dev__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px
}

.dev__icon {
    display: block;
    position: relative;
    overflow: hidden;
    width: 83px;
    height: 13px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dev svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: top;
    width: 83px;
    height: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.down-btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -7px;
    -webkit-animation: down 2s linear infinite;
    animation: down 2s linear infinite
}

.down-btn svg {
    fill: #fff
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.error-page {
    position: relative;
    padding: 170px 20px 130px;
    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
}

@media only screen and (max-width: 1200px) {
    .error-page {
        padding: 80px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.error-page__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 94px
}

@media only screen and (max-width: 1200px) {
    .error-page__img {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.error-page__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 437px;
    flex: 0 0 437px;
    max-width: 437px;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .error-page__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.error-page__title {
    font-weight: 700;
    font-size: 166px;
    line-height: 120%;
    color: #fff;
    text-shadow: 4px 6px 12px rgba(51, 51, 51, .1)
}

@media only screen and (max-width: 767px) {
    .error-page__title {
        font-size: 100px
    }
}

.error-page__text {
    margin-bottom: 44px
}

.error-page__btn {
    min-width: 220px
}

.first-screen {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 80px
}

@media only screen and (max-width: 1200px) {
    .first-screen {
        height: auto;
        min-height: 100vh;
        padding-bottom: 60px
    }
}

.first-screen__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.first-screen__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

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

@media only screen and (max-width: 1200px) {
    .first-screen__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.first-screen__left {
    position: relative;
    margin-right: 114px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media only screen and (max-width: 1200px) {
    .first-screen__left {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.first-screen__title {
    position: relative;
    font-weight: 700;
    font-size: 52px;
    line-height: 120%;
    color: #fff;
    margin: 0 0 20px
}

@media only screen and (max-width: 1200px) {
    .first-screen__title {
        font-size: 44px
    }
}

@media only screen and (max-width: 767px) {
    .first-screen__title {
        font-size: 28px
    }
}

.first-screen__text {
    margin-bottom: 44px;
    position: relative;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    max-width: 542px;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .first-screen__text {
        margin: 0 auto 40px
    }
}

@media only screen and (max-width: 767px) {
    .first-screen__text {
        margin-bottom: 20px;
        max-width: 100%
    }
}

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

@media only screen and (max-width: 1200px) {
    .first-screen__btns {
        display: block
    }
}

.first-screen__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    width: 100%;
    margin-right: -10px;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .first-screen__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        margin-right: 0
    }
}

.first-screen__triggers {
    position: relative
}

@media only screen and (max-width: 1200px) {
    .first-screen__triggers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .first-screen__triggers {
        display: none
    }
}

.first-screen__triggers-item {
    margin-bottom: 43px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .first-screen__triggers-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px
    }
}

.first-screen__triggers-item:last-child {
    margin-bottom: 0
}

.first-screen__triggers-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .first-screen__triggers-title {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.first-screen__triggers-text {
    font-size: 14px;
    line-height: 140%;
    color: #fff
}

.first-screen__consultation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 12px
}

@media only screen and (max-width: 767px) {
    .first-screen__consultation {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.first-screen__calculation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.footer {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff
}

.footer__top {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 36px;
    padding-bottom: 36px
}

.footer__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .footer__box {
        -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
    }
}

.footer__logo-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 233px;
    flex: 0 0 233px;
    max-width: 233px;
    width: 100%;
    position: relative
}

@media only screen and (max-width: 767px) {
    .footer__logo-box {
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        margin-bottom: 20px
    }
}

.footer__logo {
    position: relative;
    margin-bottom: 20px
}

.footer__logo-text {
    margin-bottom: 13px;
    font-size: 12px;
    line-height: 160%;
    color: #23211f;
    opacity: .8
}

.footer__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .footer__nav {
        display: none
    }
}

.footer__nav-cell {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 50px
}

.footer__nav-cell:last-child {
    margin-right: 0
}

.footer__nav-title {
    margin-bottom: 19px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #23211f
}

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

.footer__nav-list--column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 53px;
    -moz-column-gap: 53px;
    column-gap: 53px
}

.footer__nav-list--column li {
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid
}

.footer__nav-list li {
    margin-bottom: 11px;
    max-width: 234px
}

.footer__nav-list a {
    text-decoration: none;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #23211f;
    opacity: .8
}

@media only screen and (min-width: 1025px) {
    .footer__nav-list a:hover {
        opacity: 1
    }
}

.footer__contacts {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 200px
}

@media only screen and (max-width: 767px) {
    .footer__contacts {
        max-width: 100%;
        text-align: center
    }
}

.footer__contacts-tel {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #23211f;
    opacity: .8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 6px
}

@media only screen and (min-width: 1025px) {
    .footer__contacts-tel:hover {
        text-decoration: underline
    }
}

.footer__address {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #23211f;
    opacity: .8
}

.footer__bottom {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px
}

@media only screen and (max-width: 767px) {
    .footer__bottom {
        padding-bottom: 40px
    }
}

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

@media only screen and (max-width: 767px) {
    .footer__bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__bottom-copy {
    font-size: 12px;
    line-height: 160%;
    color: #23211f
}

@media only screen and (max-width: 767px) {
    .footer__bottom-copy {
        margin-bottom: 10px
    }
}

.btn-top {
    width: 42px;
    height: 42px;
    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;
    border-radius: 50%;
    border: 1px solid #f9e547;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 767px) {
    .btn-top {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media only screen and (min-width: 1025px) {
    .btn-top:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

.social {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .footer .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
}

.social li {
    position: relative;
    margin-right: 4px
}
.social-links-and-title{
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
}
.social-links-and-title .social{
    margin: 0;
}
.social-links-and-title .social li{
    margin-right: 15px;
}
.social-links-and-title h2{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #000000;
    margin-right: 20px;
}

.social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 12px;
    position: relative;
}
.social a:after{
    content: '';
    position: absolute;
    top:50%;
    left: 50%;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #FFCA4A;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.social a:hover:after{
    background: rgba(255, 202, 74, 0.7);
}

@media only screen and (min-width: 1025px) {
    .social a:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

}

.form {
    position: relative
}

.form__row {
    position: relative;
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px
}

@media only screen and (max-width: 767px) {
    .form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }
    .social-links-and-title h2{
        font-size: 16px;
        line-height: 22px;
    }
}

.form__cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    width: 100%;
    margin-left: 20px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .form__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin-bottom: 32px
    }
}

.form__cell--100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px)
}

.form__label {
    position: absolute;
    left: 8px;
    top: 0;
    font-size: 12px;
    line-height: 160%;
    color: #23211f;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none
}

.js-input-parent.active .form__label {
    font-size: 8px;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px)
}

.form__input {
    height: 28px;
    padding: 0 8px 10px;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 12px;
    line-height: 160%;
    color: #23211f;
    width: 100%;
    outline: 0;
    vertical-align: top;
    font-family: Montserrat, sans-serif;
    border-radius: 0
}

.form__input:focus {
    border-bottom-color: #f9e547
}

.form__input.error {
    border-bottom-color: #e84f22
}

.form__textarea {
    height: 28px;
    padding: 0 8px 10px;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 12px;
    line-height: 160%;
    color: #23211f;
    width: 100%;
    outline: 0;
    resize: none;
    white-space: nowrap;
    overflow: hidden;
    font-family: Montserrat, sans-serif;
    border-radius: 0
}

.form__textarea:focus {
    border-bottom-color: #f9e547
}

.form__textarea.error {
    border-bottom-color: #e84f22
}

.form__check {
    position: relative;
    margin-bottom: 48px;
    display: block;
    cursor: pointer;
    padding-left: 25px
}

.form__check-input {
    display: none
}

.form__check-input:checked + .form__check-text::after {
    opacity: 1
}

.form__check-text {
    font-size: 12px;
    line-height: 16px;
    color: #23211f;
    opacity: .8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .form__check-text:hover {
        opacity: 1
    }
}

.form__check-text::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #23211f;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.form__check-text::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

.form__check-text a {
    color: #23211f
}

@media only screen and (min-width: 1025px) {
    .form__check-text a:hover {
        text-decoration: none
    }
}

.form__check-btn-box {
    position: relative
}

.form__check-btn {
    min-width: 197px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, .2)
}

.header--transparent::before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header--scroll::before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header__container {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__left {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .header__left {
        padding-left: 20px
    }
}

.header__logo-box {
    position: relative;
    margin-right: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width: 1200px) {
    .header__logo-box {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px
    }
}

.header--transparent .header__logo {
    display: none
}

.header--scroll .header__logo {
    display: block
}

.header__logo-white {
    display: none
}

.header--transparent .header__logo-white {
    display: block
}

.header--scroll .header__logo-white {
    display: none
}

.header__logo-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.header__nav {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header__nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .header__nav > ul {
        display: block
    }
}

.header__nav > ul > li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (min-width: 1025px) {
    .header__nav > ul > li.menu-item-has-children:hover > a::after {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }
}

.header__nav > ul > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #23211f;
    margin-left: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header__nav > ul > li > a {
    text-decoration: none;
    position: relative;
    height: 80px;
    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;
    text-align: center;
    font-weight: 500;
    padding: 20px;
    font-size: 14px;
    line-height: 160%;
    color: #23211f;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .header__nav > ul > li > a {
        height: auto;
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 5px 20px;
        font-size: 20px;
        font-weight: 700
    }
}

@media only screen and (min-width: 1025px) {
    .header__nav > ul > li > a:hover::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.header__nav > ul > li > a::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #23211f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header__nav > ul > li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    list-style: none;
    padding: 6px 0;
    margin: 0;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
    border-radius: 15px;
    width: 300px
}

@media only screen and (max-width: 1200px) {
    .header__nav > ul > li ul {
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }
}

.header__nav > ul > li ul li {
    position: relative
}

.header__nav > ul > li ul a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #757680;
    padding: 8px 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .header__nav > ul > li ul a {
        text-align: right
    }
}

@media only screen and (min-width: 1025px) {
    .header__nav > ul > li ul a:hover {
        color: #000
    }
}

.header--transparent .header__nav > ul > li > a {
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .header--transparent .header__nav > ul > li > a {
        color: #757680
    }
}

.header--transparent .header__nav > ul > li > a::before {
    background: #fff
}

.header--transparent .header__nav > ul > li.menu-item-has-children > a::after {
    border-top-color: #fff
}

@media only screen and (max-width: 1200px) {
    .header--transparent .header__nav > ul > li.menu-item-has-children > a::after {
        border-top-color: #757680
    }
}

.header--scroll .header__nav > ul > li > a {
    color: #23211f
}

.header--scroll .header__nav > ul > li > a::before {
    background: #23211f
}

.header--scroll .header__nav > ul > li.menu-item-has-children > a::after {
    border-top-color: #23211f
}

.header__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header__contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    list-style: none;
    padding: 0;
    margin: 0 24px 0 0
}

@media only screen and (max-width: 1200px) {
    .header__contacts {
        margin: 20px 0
    }
}

.header__contacts-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .header__contacts-item {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 20px
    }
}

.header__contacts-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 6px
}

.header__contacts-icon svg {
    fill: #000
}

.header--transparent .header__contacts-icon svg {
    fill: #fff
}

@media only screen and (max-width: 1200px) {
    .header--transparent .header__contacts-icon svg {
        fill: #000
    }
}

.header--scroll .header__contacts-icon svg {
    fill: #000
}

.header__contacts-link {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #23211f
}

@media only screen and (min-width: 1025px) {
    .header__contacts-link:hover {
        text-decoration: underline
    }
}

.header--transparent .header__contacts-link {
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .header--transparent .header__contacts-link {
        color: #000
    }
}

.header--scroll .header__contacts-link {
    color: #23211f
}

.header__call {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 11px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #23211f;
    cursor: pointer;
    background: #f9e547;
    border-radius: 100px;
    border: 1px solid #f9e547;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center
}

@media only screen and (min-width: 1025px) {
    .header__call:hover {
        background: #fff
    }
}

@media only screen and (max-width: 1200px) {
    .header__call {
        margin-left: 20px;
        margin-right: 20px
    }
}

.header--transparent .header__call {
    background: 0 0;
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .header--transparent .header__call {
        background: #f9e547;
        color: #23211f
    }
}

@media only screen and (min-width: 1025px) {
    .header--transparent .header__call:hover {
        background: #f9e547;
        color: #23211f
    }
}

.header--scroll .header__call {
    color: #23211f
}

.header__mobile {
    display: none
}

@media only screen and (max-width: 1200px) {
    .header__mobile {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    .header__mobile.active {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@media only screen and (max-width: 1200px) {
    .header__mobile-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .6);
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .header__mobile.active .header__mobile-overlay {
        opacity: 1
    }
}

.header__mobile-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    max-width: 375px;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 50px;
    overflow-y: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.header__mobile-box.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header__mobile-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px
}

.mobile-btn {
    display: none
}

@media only screen and (max-width: 1200px) {
    .mobile-btn {
        display: block;
        padding: 20px
    }
}

.mobile-btn-line {
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    border-radius: 2px;
    background: #f9e547
}

.mobile-btn-line:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 1025px) {
    .menu-item-has-children:hover > ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.info {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px
}

@media only screen and (max-width: 1200px) {
    .info {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 94px
}

@media only screen and (max-width: 1200px) {
    .info__row {
        margin-bottom: 40px;
        display: block
    }
}

.info__row:last-child {
    margin-bottom: 0
}

.info__row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.info__row:nth-child(even) .info__img {
    margin-left: 50px;
    margin-right: -350px
}

@media only screen and (max-width: 1200px) {
    .info__row:nth-child(even) .info__img {
        margin-left: 0;
        margin-right: 0
    }
}

.info__row:nth-child(even) .info__content {
    margin-left: 0;
    margin-right: 50px
}

@media only screen and (max-width: 1200px) {
    .info__row:nth-child(even) .info__content {
        margin-right: 0
    }
}

.info__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 50px;
    margin-left: -350px;
    border-radius: 224px 20px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .info__img {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0
    }
}

@media only screen and (max-width: 1024px) {
    .info__img {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
        border-radius: 15px 15px;
        height: 200px;
    }
    .info__img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.info__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 50px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 50px);
    max-width: calc(50% - 50px);
    width: 100%;
    margin-left: 50px
}

@media only screen and (max-width: 1200px) {
    .info__content {
        max-width: 100%;
        margin-left: 0
    }
}

.info__title {
    margin-bottom: 28px
}

@media only screen and (max-width: 1200px) {
    .info__title {
        margin-bottom: 15px
    }
}

.info__text {
    margin-bottom: 44px
}

.info__text:last-child {
    margin-bottom: 0
}

.info__btn-box {
    position: relative
}

.info__btn {
    min-width: 257px
}

.lang {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 24px
}

@media only screen and (max-width: 1200px) {
    .lang {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 20px 20px 0
    }
}

@media only screen and (min-width: 1025px) {
    .lang:hover .lang__current::after {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .lang:hover .lang__list {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.lang__current {
    font-weight: 600;
    font-size: 14px;
    height: 80px;
    line-height: 160%;
    color: #23211f;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .lang__current {
        height: auto;
        padding: 10px;
        line-height: 1;
        text-decoration: underline
    }
}

.lang__current::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #23211f;
    margin-left: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .lang__current::after {
        display: none
    }
}

.header--transparent .lang__current {
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .header--transparent .lang__current {
        color: #23211f
    }
}

.header--transparent .lang__current::after {
    border-top-color: #fff
}

.header--scroll .lang__current {
    color: #23211f
}

.header--scroll .lang__current::after {
    border-top-color: #23211f
}

.lang__list {
    position: absolute;
    left: 50%;
    width: 64px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #fff;
    border-radius: 12px;
    padding: 7px 0;
    list-style: none;
    margin: 0 0 0 -32px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 30px rgba(0, 0, 0, .06)
}

@media only screen and (max-width: 1200px) {
    .lang__list {
        width: auto;
        margin: 0;
        padding: 0;
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        left: auto;
        top: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.lang__item {
    position: relative
}

.lang__link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #757680;
    padding: 7px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .lang__link {
        padding: 10px
    }
}

@media only screen and (min-width: 1025px) {
    .lang__link:hover {
        color: #000
    }
}

.last-news {
    position: relative;
    padding-top: 80px;
    margin-bottom: 100px
}

@media only screen and (max-width: 1200px) {
    .last-news {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px
    }
}

.last-news__title {
    margin-bottom: 33px
}

@media only screen and (max-width: 1200px) {
    .last-news__title {
        margin-bottom: 15px
    }
}

.last-news__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .last-news__box {
        display: block
    }
}

.last-news__main {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
    max-width: 440px;
    width: 100%;
    margin-right: 30px
}

@media only screen and (max-width: 1200px) {
    .last-news__main {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }
}

.last-news__main-img {
    display: block;
    border-radius: 15px;
    margin-bottom: 16px;
    overflow: hidden
}

@media only screen and (min-width: 1025px) {
    .last-news__main-img:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.last-news__main-img img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.last-news__date {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #4e4c4b
}

.last-news__main-title {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #23211f;
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media only screen and (min-width: 1025px) {
    .last-news__main-title:hover {
        text-decoration: underline
    }
}

.last-news__list-holder {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.last-news__list {
    position: relative;
    margin-left: -33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.last-news__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 33px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 33px);
    max-width: calc(50% - 33px);
    width: 100%;
    margin-left: 33px;
    margin-bottom: 36px;
    padding-top: 16px;
    border-top: 1px solid #000
}

@media only screen and (max-width: 1200px) {
    .last-news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 33px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 33px);
        max-width: calc(100% - 33px);
        margin-bottom: 20px
    }
}

.news-one__right .last-news__item {
    max-width: 100%;
    margin-left: 0
}

.last-news__item-title {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #23211f;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media only screen and (max-width: 1200px) {
    .last-news__item-title {
        height: auto;
        max-height: 60px
    }
}

@media only screen and (min-width: 1025px) {
    .last-news__item-title:hover {
        text-decoration: underline
    }
}

.last-news__btn-box {
    position: relative;
    text-align: right
}

@media only screen and (max-width: 1200px) {
    .last-news__btn-box {
        text-align: center
    }
}

.last-news__btn {
    position: relative
}

.news-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 80px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 1200px) {
    .news-one {
        display: block;
        padding-bottom: 40px
    }
}

.news-one__title {
    margin-bottom: 24px
}

.news-one__left {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 622px;
    flex: 0 0 622px;
    max-width: 622px;
    width: 100%
}

.news-one__content {
    position: relative;
    padding-bottom: 36px;
    border-bottom: 1px solid #000
}

.news-one__bottom {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.news-one__date {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #4e4c4b
}

.news-one__share {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-one__share-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #23211f;
    opacity: .6
}

.news-one__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    max-width: 288px;
    width: 100%;
    padding-top: 114px;
    position: sticky;
    top: 0
}

@media only screen and (max-width: 1200px) {
    .news-one__right {
        position: relative;
        max-width: 100%;
        padding-top: 60px
    }
}

.news-one__right-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: .095em;
    text-transform: uppercase;
    color: #23211f
}

.news {
    position: relative;
    padding-bottom: 80px
}

@media only screen and (max-width: 1200px) {
    .news {
        padding-bottom: 40px
    }
}

.news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px
}

.news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    width: 100%;
    margin-left: 20px;
    margin-bottom: 40px;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px)
    }
}

@media only screen and (max-width: 767px) {
    .news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px)
    }
}

.news__item-img {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px
}

@media only screen and (min-width: 1025px) {
    .news__item-img:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.news__item-img img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.news__item-title {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #23211f;
    margin-bottom: 10px;
    height: 78px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media only screen and (max-width: 767px) {
    .news__item-title {
        height: auto;
        max-height: 78px
    }
}

@media only screen and (min-width: 1025px) {
    .news__item-title:hover {
        text-decoration: underline
    }
}

.news__item-date {
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #4e4c4b
}

.offices {
    position: relative;
    padding-top: 44px;
    padding-bottom: 80px
}

@media only screen and (max-width: 1200px) {
    .offices {
        padding-bottom: 40px
    }
}

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

@media only screen and (max-width: 1200px) {
    .offices__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.offices__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 528px;
    flex: 0 0 528px;
    max-width: 528px;
    width: 100%;
    height: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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
}

@media only screen and (max-width: 1200px) {
    .offices__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.offices__decor {
    position: absolute;
    top: 40px;
    left: 22px
}

@media only screen and (max-width: 1200px) {
    .offices__decor {
        display: none
    }
}

.offices__item {
    position: relative;
    max-width: 224px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
    border-radius: 80px 80px 15px 80px;
    padding: 23px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width: 1200px) {
    .offices__item {
        border-radius: 80px;
        margin: 5px
    }
}

@media only screen and (max-width: 767px) {
    .offices__item {
        max-width: calc(50% - 10px)
    }
}

.offices__item:nth-child(2) {
    margin-left: 40px;
    margin-right: 20px
}

@media only screen and (max-width: 1200px) {
    .offices__item:nth-child(2) {
        margin-left: 5px;
        margin-right: 5px
    }
}

.offices__item:nth-child(3) {
    border-radius: 80px 15px 80px 80px
}

@media only screen and (max-width: 1200px) {
    .offices__item:nth-child(3) {
        border-radius: 80px
    }
}

.offices__item:nth-child(4) {
    border-radius: 80px 80px 80px 15px
}

@media only screen and (max-width: 1200px) {
    .offices__item:nth-child(4) {
        border-radius: 80px
    }
}

.offices__item:nth-child(5) {
    border-radius: 15px 80px 80px 80px
}

@media only screen and (max-width: 1200px) {
    .offices__item:nth-child(5) {
        border-radius: 80px
    }
}

.offices__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 428px;
    flex: 0 0 428px;
    max-width: 428px;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .offices__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 30px;
        max-width: 100%;
        text-align: center
    }
}

.offices__title {
    margin-bottom: 28px
}

@media only screen and (max-width: 1200px) {
    .offices__title {
        margin-bottom: 10px
    }
}

.offices__text {
    margin-bottom: 44px
}

@media only screen and (max-width: 1200px) {
    .offices__text {
        margin-bottom: 20px
    }
}

.offices__btn-box {
    position: relative
}

.offices__btn {
    position: relative;
    min-width: 257px
}

.outsourcing {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px
}

@media only screen and (max-width: 1200px) {
    .outsourcing {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.outsourcing--pt20 {
    padding-top: 20px
}

.outsourcing__title {
    text-align: center;
    margin-bottom: 16px
}

.outsourcing__title--mb53 {
    margin-bottom: 53px
}

@media only screen and (max-width: 1200px) {
    .outsourcing__title--mb53 {
        margin-bottom: 20px
    }
}

.outsourcing__text {
    max-width: 509px;
    width: 100%;
    margin: 0 auto 77px;
    text-align: center
}

@media only screen and (max-width: 1200px) {
    .outsourcing__text {
        margin-bottom: 30px
    }
}

.outsourcing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.outsourcing__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    width: 100%;
    margin-left: 20px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .outsourcing__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin-bottom: 40px;
        text-align: center
    }

    .outsourcing__item .advantages__icon {
        margin: 0 auto
    }
}

.outsourcing__item-title {
    padding-top: 21px;
    margin-bottom: 19px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #23211f
}

.outsourcing__item-text {
    position: relative
}

.paginations {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.paginations li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.paginations li:first-child a {
    opacity: 1
}

.paginations li:last-child a {
    opacity: 1
}

.paginations li:last-child a svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.paginations li.paginations__dots span {
    background: 0 0;
    opacity: .4
}

.paginations li.disabled {
    pointer-events: none
}

.paginations li.disabled a {
    opacity: .4
}

.paginations span {
    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;
    text-decoration: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #23211f;
    background: #f9e547
}

@media only screen and (max-width: 767px) {
    .paginations span {
        width: 40px;
        height: 40px
    }
}

.paginations a {
    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;
    text-decoration: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #222432;
    opacity: .4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 767px) {
    .paginations a {
        width: 40px;
        height: 40px
    }
}

@media only screen and (min-width: 1025px) {
    .paginations a:hover {
        opacity: 1
    }
}

.paginations a svg {
    fill: none;
    stroke: #222432
}

.popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    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;
    opacity: 0;
    visibility: hidden
}

.popup.active {
    opacity: 1;
    visibility: visible
}

.popup__overlay {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.popup.active .popup__overlay {
    opacity: 1
}

.popup__video {
    position: relative;
    background: #fff;
    -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0
}

.popup.active .popup__video {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.popup__video-close {
    position: absolute;
    right: -40px;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #131415;
    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;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .popup__video-close {
        right: 10px;
        top: auto;
        bottom: 101%
    }
}

@media only screen and (min-width: 1025px) {
    .popup__video-close:hover {
        background: #f9e547
    }

    .popup__video-close:hover svg {
        fill: #131415
    }
}

.popup__video-close svg {
    fill: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .popup__video-box {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .popup__video-box {
        height: 60vh
    }
}

.popup__video-box iframe {
    vertical-align: top;
    max-width: 100%;
    max-height: 100%
}

.popup__box {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 578px;
    flex: 0 0 578px;
    max-width: 578px;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    padding: 98px 74px 90px;
    -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0
}

@media (max-width: 1200px) and (orientation: landscape) {
    .popup__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 60px 20px;
        overflow-y: auto
    }
}

@media only screen and (max-width: 767px) {
    .popup__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 60px 20px;
        overflow-y: auto
    }
}

.popup.active .popup__box {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #131415;
    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;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .popup__close:hover {
        background: #f9e547
    }

    .popup__close:hover svg {
        fill: #131415
    }
}

.popup__close svg {
    fill: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.popup__title {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #131415
}

.popup__title--center {
    text-align: center;
    margin-bottom: 26px
}

.popup__success-btn {
    text-align: center
}

.popup__text {
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #23211f;
    margin-bottom: 60px
}

.popup__form {
    position: relative
}

.popup__form-row {
    position: relative;
    margin-bottom: 36px
}

.popup__form-btn {
    padding-top: 13px;
    padding-bottom: 13px;
    min-width: 200px
}

.preloader {
    position: fixed;
    z-index: 1001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    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: .3s ease-in-out;
    transition: .3s ease-in-out
}

.preloader.hide {
    opacity: 0;
    visibility: hidden
}

.preloader-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.preloader-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #f9e547;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.preloader-ellipsis div:nth-child(1) {
    left: 8px;
    -webkit-animation: preloader-ellipsis1 .6s infinite;
    animation: preloader-ellipsis1 .6s infinite
}

.preloader-ellipsis div:nth-child(2) {
    left: 8px;
    -webkit-animation: preloader-ellipsis2 .6s infinite;
    animation: preloader-ellipsis2 .6s infinite
}

.preloader-ellipsis div:nth-child(3) {
    left: 32px;
    -webkit-animation: preloader-ellipsis2 .6s infinite;
    animation: preloader-ellipsis2 .6s infinite
}

.preloader-ellipsis div:nth-child(4) {
    left: 56px;
    -webkit-animation: preloader-ellipsis3 .6s infinite;
    animation: preloader-ellipsis3 .6s infinite
}

@-webkit-keyframes preloader-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes preloader-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes preloader-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes preloader-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes preloader-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0)
    }
}

@keyframes preloader-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0)
    }
}

.project {
    position: relative;
    background: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 68px 55px 0;
    margin-top: 100px
}

@media only screen and (max-width: 1200px) {
    .project {
        padding: 40px 20px;
        margin-top: 40px
    }
}

.project__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    width: 100%;
    margin-right: 64px;
    position: relative;
    padding-bottom: 30px
}

@media only screen and (max-width: 1200px) {
    .project__left {
        margin-right: 0;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 0
    }
}

.project__title {
    margin-bottom: 16px
}

.project__text {
    margin-bottom: 24px
}

.project__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: -100px
}

@media only screen and (max-width: 1200px) {
    .project__img {
        display: none
    }
}

p.error {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 8px;
    line-height: 160%;
    color: #e84f22;
    margin: 3px 0 0
}

.questions {
    position: relative;
    text-align: center;
    padding: 74px 20px 80px;
    background: #fff;
    margin-bottom: 40px
}

.questions__title {
    margin-bottom: 28px
}

.questions__text {
    max-width: 467px;
    width: 100%;
    margin: 0 auto 56px
}

@media only screen and (max-width: 767px) {
    .questions__text {
        margin-bottom: 30px
    }
}

.questions__btn {
    position: relative
}

.questions__decor1 {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none
}

@media only screen and (max-width: 767px) {
    .questions__decor1 {
        display: none
    }
}

.questions__decor2 {
    position: absolute;
    top: 0;
    right: 14px;
    pointer-events: none
}

@media only screen and (max-width: 767px) {
    .questions__decor2 {
        display: none
    }
}

.reviews {
    position: relative
}

.reviews__title {
    margin-bottom: 42px
}

@media only screen and (max-width: 1200px) {
    .reviews__title {
        margin-bottom: 20px
    }
}

.reviews__slider {
    position: relative;
    margin-bottom: 48px;
    margin-left: -10px;
    margin-right: -10px
}

@media only screen and (max-width: 1200px) {
    .reviews__slider {
        margin-left: -20px;
        margin-right: -20px
    }
}

.reviews__slider .slick-slide {
    margin-left: 10px;
    margin-right: 10px
}

@media only screen and (max-width: 1200px) {
    .reviews__slider .slick-slide {
        margin-left: 5px;
        margin-right: 5px
    }
    .reviews__slider .slick-arrow.slick-prev {
        left: 0;
        z-index: 10;
    }
    .reviews__slider .slick-arrow.slick-next {
        right: 0;
        z-index: 10;
    }
}

.reviews__slider .slick-track {
    margin-left: 0;
    margin-right: 0
}

.reviews__slider .slick-arrow {
    position: absolute;
    width: 42px;
    height: 42px;
    cursor: pointer;
    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;
    border: 2px solid #000;
    top: 50%;
    margin-top: -21px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    justify-content: center !important;
    padding: 0 !important;
}
.reviews__slider .slick-arrow svg{
    width: 30px;
    height: 10px;
}

@media only screen and (min-width: 1025px) {
    .reviews__slider .slick-arrow:hover {
        background: #000
    }

    .reviews__slider .slick-arrow:hover svg {
        fill: #fff
    }
}

.reviews__slider .slick-arrow.slick-prev {
    left: -52px
}

.reviews__slider .slick-arrow.slick-prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.reviews__slider .slick-arrow.slick-next {
    right: -52px
}

.reviews__item {
    position: relative;
    background: #fff;
    border-radius: 15px;
    padding: 28px
}

.reviews__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.reviews__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 21px
}

.reviews__item-box {
    position: relative
}

.reviews__item-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #23211f
}

.reviews__item-position {
    font-size: 12px;
    line-height: 24px;
    color: #23211f;
    opacity: .8
}

.reviews__item-text {
    margin-bottom: 29px;
    height: 110px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.reviews__item-btn {
    position: relative;
    text-decoration: none
}

.reviews__btn-box {
    position: relative
}

.reviews__btn {
    min-width: 257px
}

select {
    display: none
}

.select {
    margin: auto;
    border: 1px solid #e8e8e8;
    padding: 1em 2em;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 15px;
    white-space: nowrap;
    outline: 0;
    overflow: hidden
}

.select::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: .7em;
    width: .7em;
    margin-top: -.4em;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.select:hover {
    border-color: #dbdbdb
}

.select:focus {
    border-color: #666
}

.select--open {
    overflow: visible
}

.select--open::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.select--medium {
    max-width: 30em
}

.select__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 .1em rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 .1em rgba(68, 68, 68, .11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: .2em;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-2em);
    transform: scale(.75) translateY(-2em);
    -webkit-transition: opacity .1s ease-out, -webkit-transform .2s cubic-bezier(.5, 0, 0, 1.25);
    transition: opacity .1s ease-out, -webkit-transform .2s cubic-bezier(.5, 0, 0, 1.25);
    transition: transform .2s cubic-bezier(.5, 0, 0, 1.25), opacity .1s ease-out;
    transition: transform .2s cubic-bezier(.5, 0, 0, 1.25), opacity .1s ease-out, -webkit-transform .2s cubic-bezier(.5, 0, 0, 1.25);
    z-index: -1
}

.select--open .select__list {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.select__item {
    padding: .5em 1em;
    cursor: pointer
}

.select__item:hover {
    background: #efefef
}

.select__item--active {
    font-weight: 700;
    background: #eee
}

.select__item--disabled {
    opacity: .3;
    cursor: not-allowed
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
    width: 100% !important
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    display: block;
    height: auto;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.select2-style .select2-container .select2-selection--single .select2-selection__rendered {
    outline: 0;
    width: 100%;
    font-size: 12px;
    line-height: 160%;
    color: #23211f;
    border-bottom: 1px solid #000;
    height: 28px;
    padding: 0 8px 10px;
    font-weight: 400
}

.select2-style .select2-container--open.select2-container .select2-selection--single .select2-selection__rendered {
    border-color: #f9e547
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    padding-top: 16px;
    padding-bottom: 16px
}

.select2-style .select2-dropdown {
    padding-top: 0
}

.select2-results {
    display: block;
    margin-right: -20px;
    margin-left: -20px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 40px rgba(0, 0, 0, .05)
}

.select2-style .select2-results {
    margin-left: 0;
    margin-right: 0
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 8px 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 19px;
    -webkit-user-select: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #2b2b2f
}

.select2-results__option:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 1025px) {
    .select2-results__option:hover {
        background: rgba(249, 229, 71, .1)
    }
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.catalog__head-select .select2-container--open .select2-dropdown::before {
    content: "";
    position: absolute;
    left: -56px;
    top: 0;
    bottom: -1px;
    width: 56px;
    background: #fff;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2b2b2f
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px
}

.select2-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #000
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(249, 229, 71, .1)
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-parent {
    position: relative
}

/* brand slider*/
.brands{
    margin: 30px 0;
}
.brands .other-logo .slick-arrow {
    position: absolute;
    width: 42px;
    height: 42px;
    cursor: pointer;
    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;
    border: 2px solid #000;
    z-index: 10;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 !important;
}
.brands .other-logo .slick-arrow svg {
    width: 30px;
    height: 10px;
}
.brands .other-logo .slick-arrow:hover {
    background: #000
}

.brands .other-logo .slick-arrow:hover svg {
    fill: #fff
}

.brands .other-logo .slick-arrow.slick-prev {
    left: 5px
}

.brands .other-logo .slick-arrow.slick-prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.brands .other-logo .slick-arrow.slick-next {
    right: 5px
}

.brands .other-logo{
    background: #fff;
    padding: 0 40px;
}
.brands .logo-link{
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    background: linear-gradient(90deg, #ffff 0%, #cfcfcf 100%);
    overflow: hidden;
    padding: 40px 10px;
}
.brands img{
    max-width: 90px;
    max-height: 70px;
    min-width: 70px;
}
.brands .other-logo img{
     filter: grayscale(100%);
     transition: all 0.3s;
 }
.brands a{
    display: flex;
    justify-content: center;
    align-content: center;
}
.brands img:hover{
    filter: grayscale(0%);
}
.brands .logo-link:after {
    bottom: 0;
    content: '';
    display: none;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    background: #fff;
    transform: skewY(290deg);
    transform-origin: 100%;
}
.brands .other-logo .slick-track{
    display: flex;
    align-items: center;
}
.brands .other-logo .slick-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
@media screen and (min-width: 768px){
    .brands{
        display: flex;
    }
    .brands .logo-link:after {
        display: block; 
        height: 160px;
    }
    .brands .logo-link{
        flex-basis: 30%;
        width: 30%;
    }
    .brands .other-logo{
        flex-basis: 70%;
        width: 70%;
        padding: 0 50px 0 30px;
    }
    .brands .other-logo .slick-arrow.slick-prev{
        left: -10px;
    }
    .brands .other-logo .slick-arrow.slick-next{
        right: 10px;
    }
    .brands img {
        min-width: auto;
        max-width: 130px;
        max-height: 60px;
    }
}
@media screen and (min-width: 1440px){
    .brands img {
        min-width: auto;
        max-width: 180px;
        max-height: 70px;
    }
}
.service-page {
    position: relative
}

.service {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 20px;
    overflow: hidden;
    min-height: 697px;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .service {
        padding: 40px 20px;
        border-radius: 0;
        min-height: auto
    }
}

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

.service__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .service__box {
        display: block
    }
}

.service__info {
    max-width: 520px;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .service__info {
        max-width: 100%;
        margin-bottom: 20px
    }
}

.service__title {
    margin-bottom: 24px
}

.service__text {
    margin-bottom: 44px;
    max-width: 404px;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .service__text {
        max-width: 100%;
        margin-bottom: 20px
    }
}

.service__btn {
    min-width: 257px
}

.service__holder {
    position: relative
}

.service__lines {
    position: absolute;
    left: 66px;
    top: -17px;
    pointer-events: none
}
.service__btn.after-content{
    display: none;
}

@media only screen and (max-width: 1200px) {
    .service__lines {
        display: none
    }
    .service__btn{
        display: none;
    }
    .service__btn.after-content{
        display: inline-block;
        margin-top: 30px;
    }
}

.service__lines path {
    stroke: #dbdbdf
}

.service__line {
    stroke: #000 !important;
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.service__dots {
    pointer-events: none
}

@media only screen and (max-width: 1200px) {
    .service__dots {
        display: none
    }
}

.service__dot {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #dbdbdf;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.service__dot.active {
    background: #000;
    border-color: #000
}

.service__dot.active ~ .service__dot {
    background: #000;
    border-color: #000
}

.service__dot:nth-child(6) {
    border-width: 1px;
    width: 6px;
    height: 6px;
    right: 53px;
    top: -18px
}

.service__dot:nth-child(5) {
    width: 7px;
    height: 7px;
    right: 0;
    top: 19px
}

.service__dot:nth-child(4) {
    width: 10px;
    height: 10px;
    right: -25px;
    top: 85px
}

.service__dot:nth-child(3) {
    width: 8px;
    height: 8px;
    right: -5px;
    top: 154px
}

.service__dot:nth-child(2) {
    width: 8px;
    height: 8px;
    right: 51px;
    top: 196px
}

.service__dot:nth-child(1) {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 113px;
    top: 198px
}

.service__circle {
    width: 186px;
    height: 186px;
    border-radius: 50%;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#48495e), to(#363746));
    background: linear-gradient(180deg, #48495e 0, #363746 100%);
    -webkit-box-shadow: 0 22px 44px rgba(13, 13, 17, .25), inset 0 -7.41506px 7.41506px #333443, inset 0 7.41506px 7.41506px #4b4c61;
    box-shadow: 0 22px 44px rgba(13, 13, 17, .25), inset 0 -7.41506px 7.41506px #333443, inset 0 7.41506px 7.41506px #4b4c61;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .service__circle {
        border-radius: 15px;
        width: 100%;
        margin-bottom: 25px
    }
}

@media only screen and (min-width: 1025px) {
    .service__circle:hover {
        -webkit-box-shadow: 0 22px 44px rgba(13, 13, 17, .3), inset 0 -7.41506px 7.41506px #333443, inset 0 7.41506px 7.41506px #4b4c61;
        box-shadow: 0 22px 44px rgba(13, 13, 17, .3), inset 0 -7.41506px 7.41506px #333443, inset 0 7.41506px 7.41506px #4b4c61
    }
}

.service__circle-title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%
}

.service__circle-text {
    font-size: 14px;
    line-height: 130%
}

@media only screen and (max-width: 1200px) {
    .service__list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100vw
    }

    .service__list::after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 1px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1px;
        flex: 0 0 1px
    }
}

.service__item {
    position: absolute
}

@media only screen and (max-width: 1200px) {
    .service__item {
        position: relative;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        width: 250px;
        margin-right: 15px;
        background: #fff;
        border-radius: 15px;
        padding: 30px 20px
    }
}

.service__item.active .service__item-hover {
    opacity: 1
}

.service__item.active .service__hint-link {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.service__item:nth-child(1) {
    top: -158px;
    right: -54px
}

.service__item:nth-child(1) .service__item-hover {
    top: -8px;
    left: -14px
}

.service__item:nth-child(1) .service__item-anchor {
    top: 10px;
    left: 23px
}

.service__item:nth-child(1) .service__item-icon {
    top: 55px;
    left: 52px
}

.service__item:nth-child(1) .service__hint {
    top: -15px;
    left: 57%
}

.service__item:nth-child(2) {
    top: -112px;
    right: -154px
}

.service__item:nth-child(2) .service__item-hover {
    top: -8px;
    left: -14px
}

.service__item:nth-child(2) .service__item-anchor {
    top: 12px;
    left: 23px
}

.service__item:nth-child(2) .service__item-icon {
    top: 75px;
    left: 71px
}

.service__item:nth-child(2) .service__hint {
    top: 24px;
    left: 78%
}

.service__item:nth-child(3) {
    top: 8px;
    right: -175px
}

.service__item:nth-child(3) .service__item-hover {
    top: -8px;
    left: -14px
}

.service__item:nth-child(3) .service__item-anchor {
    top: 11px;
    left: 23px
}

.service__item:nth-child(3) .service__item-icon {
    top: 71px;
    left: 65px
}

.service__item:nth-child(3) .service__hint {
    top: 70px;
    left: 97%
}

.service__item:nth-child(3) .service__hint-box {
    padding-left: 30px;
    width: 250px
}

@media only screen and (max-width: 1200px) {
    .service__item:nth-child(3) .service__hint-box {
        padding-left: 0
    }
}

.service__item:nth-child(4) {
    top: 135px;
    right: -153px
}

.service__item:nth-child(4) .service__item-hover {
    top: -8px;
    left: -14px
}

.service__item:nth-child(4) .service__item-anchor {
    top: 11px;
    left: 23px
}

.service__item:nth-child(4) .service__item-icon {
    top: 59px;
    left: 74px
}

.service__item:nth-child(4) .service__hint {
    top: 117px;
    left: 80%
}

.service__item:nth-child(4) .service__hint-line {
    top: -2px
}

.service__item:nth-child(5) {
    top: 200px;
    right: -52px
}

.service__item:nth-child(5) .service__item-hover {
    top: -8px;
    left: -14px
}

.service__item:nth-child(5) .service__item-anchor {
    top: 11px;
    left: 23px
}

.service__item:nth-child(5) .service__item-icon {
    top: 64px;
    left: 53px
}

.service__item:nth-child(5) .service__hint {
    top: 145px;
    left: 58%
}

.service__item:nth-child(5) .service__hint-line {
    top: -2px
}

.service__item:nth-child(6) {
    top: 198px;
    left: -45px
}

.service__item:nth-child(6) .service__item-hover {
    top: -8px;
    left: -14px
}

.service__item:nth-child(6) .service__item-anchor {
    top: 11px;
    left: 23px
}

.service__item:nth-child(6) .service__item-icon {
    top: 64px;
    left: 71px
}

.service__item:nth-child(6) .service__hint {
    top: 164px;
    left: -23px
}

.service__item:nth-child(6) .service__hint-line {
    top: -28px;
    left: 24%
}

.service__item:nth-child(6) .service__hint-box {
    padding-left: 10px
}

.service__hint-line-svg {
    stroke: #c5c5ce;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.service__item.active .service__hint-line-svg {
    stroke: #000
}

.service__item-icon {
    position: absolute
}

@media only screen and (max-width: 1200px) {
    .service__item-icon {
        position: relative;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        margin-bottom: 15px;
        width: 40px
    }

    .service__item-icon img {
        width: 100%
    }
}

.service__item-imgs {
    position: relative
}

@media only screen and (max-width: 1200px) {
    .service__item-imgs {
        display: none
    }
}

.service__item-imgs img {
    pointer-events: none
}

.service__item-hover {
    position: absolute;
    max-width: none;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.service__item-anchor {
    position: absolute;
    z-index: 1;
    opacity: 0
}

@media only screen and (max-width: 1200px) {
    .service__item-anchor {
        display: none
    }
}

.service__item-anchor path {
    cursor: pointer
}

.service__hint {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .service__hint {
        position: relative;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important
    }
}

.service__hint-line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 10px
}

@media only screen and (max-width: 1200px) {
    .service__hint-line {
        display: none
    }
}

.service__hint-box {
    position: relative;
    width: 334px;
    padding-left: 84px
}

@media only screen and (max-width: 1200px) {
    .service__hint-box {
        width: auto;
        padding-left: 0
    }
}

.service__hint-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #23211f;
    margin-bottom: 8px
}

@media only screen and (max-width: 1200px) {
    .service__hint-title {
        font-size: 20px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 15px
    }
}

.service__hint-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #23211f;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .service__hint-link {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        font-size: 14px
    }
}

@media only screen and (min-width: 1025px) {
    .service__hint-link:hover svg {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
}

.service__hint-link span {
    text-decoration: underline
}

.service__hint-link svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 6px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.services {
    position: relative;
    margin-bottom: 94px
}

@media only screen and (max-width: 1200px) {
    .services {
        margin-bottom: 40px
    }
}

.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px
}

.services__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    width: 100%;
    background: #f9f9f9;
    border-radius: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 32px 37px 32px 24px;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 30px rgba(0, 0, 0, .06)
}

@media only screen and (max-width: 1200px) {
    .services__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (max-width: 767px) {
    .services__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px)
    }
}

.services-slider .services__item {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media only screen and (min-width: 1025px) {
    .services__item:hover {
        background: #f9e547
    }
}

.services__item-img {
    margin-bottom: 16px
}

.services__item-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000
}

.services__item-text {
    position: relative;
    margin-bottom: 39px;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

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

@media only screen and (min-width: 1025px) {
    .services__item-btn:hover span {
        text-decoration: none
    }
}

.services__item-btn span {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
    color: #23211f;
    opacity: .8;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px
}

.services-slider-box {
    position: relative;
    padding-top: 80px;
    padding-bottom: 70px
}

@media only screen and (max-width: 1200px) {
    .services-slider-box {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.services-slider-title {
    text-align: center;
    margin-bottom: 40px
}

@media only screen and (max-width: 1200px) {
    .services-slider-title {
        margin-bottom: 20px
    }
}

.services-slider {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

.services-slider .slick-slide {
    margin-left: 10px;
    margin-right: 10px
}

.services-slider .slick-track {
    padding-bottom: 60px
}

.services-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    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
}

.services-slider .slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.services-slider .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.services-slider .slick-dots li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #c4c4c4
}

.services-slider .slick-arrow {
    position: absolute;
    width: 42px;
    height: 42px;
    cursor: pointer;
    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;
    border: 1px solid #000;
    top: 50%;
    margin-top: -41px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .services-slider .slick-arrow:hover {
        background: #000
    }

    .services-slider .slick-arrow:hover svg {
        fill: #fff
    }
}

.services-slider .slick-arrow.slick-prev {
    left: -52px
}

.services-slider .slick-arrow.slick-prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.services-slider .slick-arrow.slick-next {
    right: -52px
}

.circle-box {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1
}

.circle {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: none;
    animation: none;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.slick-active .circle {
    -webkit-animation: circle 5s linear forwards;
    animation: circle 5s linear forwards;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@-webkit-keyframes circle {
    0% {
        stroke-dashoffset: 100
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes circle {
    0% {
        stroke-dashoffset: 100
    }
    100% {
        stroke-dashoffset: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.social-likes {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-likes__icon {
    display: none
}

.social-likes__widget {
    margin-right: 8px
}

.social-likes__widget:last-child {
    margin-right: 0
}

.social-likes__button {
    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;
    border: 1px solid #000;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .social-likes__button:hover {
        background: #000
    }

    .social-likes__button:hover svg {
        fill: #fff
    }
}

.social-likes__button svg {
    fill: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tab {
    display: none
}

.tab.active {
    display: block
}

.team-slider {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

.team-slider .slick-slide {
    margin-left: 10px;
    margin-right: 10px
}

.team-slider .slick-track {
    padding-bottom: 60px
}

.team-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    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
}

.team-slider .slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team-slider .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.team-slider .slick-dots li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #c4c4c4
}

.team-slider .slick-arrow {
    position: absolute;
    width: 42px;
    height: 42px;
    cursor: pointer;
    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 !important;
    border: 2px solid #000;
    top: 50%;
    margin-top: -41px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 !important;
}
.team-slider .slick-arrow svg {
    width: 30px;
    height: 10px;
}

@media only screen and (min-width: 1025px) {
    .team-slider .slick-arrow:hover {
        background: #000
    }

    .team-slider .slick-arrow:hover svg {
        fill: #fff
    }
}

.team-slider .slick-arrow.slick-prev {
    left: -52px
}

.team-slider .slick-arrow.slick-prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team-slider .slick-arrow.slick-next {
    right: -52px
}

.team-slider__item {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 20px
}

@media only screen and (max-width: 1200px) {
    .team-slider__item {
        background: #f9f9f9;
        border-radius: 15px;
        padding: 20px 10px 0
    }

    .team-slider .slick-arrow.slick-prev {
        left: 0;
        z-index: 10;
    }
    .team-slider .slick-arrow.slick-next {
        right: 0;
        z-index: 10;
    }
}

.team-slider__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 67px;
    left: 0;
    right: 0;
    border-radius: 15px;
    background: #f9f9f9
}

@media only screen and (max-width: 1200px) {
    .team-slider__item::before {
        display: none
    }
}

.team-slider__item-decor {
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (max-width: 1200px) {
    .team-slider__item-decor {
        display: none !important
    }
}

.team-slider__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .team-slider__item-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

.team-slider__item-box {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 40px
}

@media only screen and (max-width: 1200px) {
    .team-slider__item-box {
        padding-top: 0;
        padding-bottom: 20px
    }
}

.team-slider__item-name {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #23211f
}

@media only screen and (max-width: 1200px) {
    .team-slider__item-name {
        font-size: 16px
    }
}

.team-slider__item-text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 20px;
    color: #4e4c4b
}

@media only screen and (max-width: 1200px) {
    .team-slider__item-text {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px
    }
}

.team-slider__item-text p {
    margin: 0
}

.team-slider__item-tel-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.team-slider__item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 6px
}

.team-slider__item-tel {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #23211f;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .team-slider__item-tel {
        font-size: 12px
    }
}

@media only screen and (min-width: 1025px) {
    .team-slider__item-tel:hover {
        color: #f9e547
    }
}

.team {
    position: relative;
    background: #fff;
    padding: 80px 60px;
    margin-top: 40px;
    margin-bottom: 40px
}
.brands-section{
    padding-top: 80px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
    .team {
        padding: 40px 20px
    }
}

@media only screen and (max-width: 767px) {
    .team {
        margin-left: -20px;
        margin-right: -20px
    }
}

.team--bg {
    overflow: hidden;
    -webkit-box-shadow: 0 -16px 250px rgba(0, 0, 0, .06);
    box-shadow: 0 -16px 250px rgba(0, 0, 0, .06);
    border-radius: 15px;
    background: #f9f9f9
}

.team__title {
    text-align: center;
    margin-bottom: 28px
}

.team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid rgba(35, 33, 31, .2);
    margin-bottom: 46px
}

@media only screen and (max-width: 1200px) {
    .team__list {
        border-top: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.team__item {
    position: relative;
    width: 100%;
    padding-top: 16px;
    border-right: 1px solid rgba(35, 33, 31, .2)
}

@media only screen and (max-width: 1200px) {
    .team__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        width: 33.333%;
        border: 1px solid rgba(35, 33, 31, .2);
        text-align: center;
        padding: 20px
    }
}

@media only screen and (max-width: 767px) {
    .team__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }
}

.team__item:last-child {
    border-right: 0
}

@media only screen and (max-width: 1200px) {
    .team__item:last-child {
        border-right: 1px solid rgba(35, 33, 31, .2)
    }
}

.team__item:first-child {
    padding-left: 0
}

@media only screen and (max-width: 1200px) {
    .team__item:first-child {
        padding-left: 20px
    }
}

.team__item:first-child .team__item-text, .team__item:first-child .team__item-title {
    padding-left: 0
}

.team__item-title {
    margin-bottom: 14px;
    font-weight: 800;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #23211f;
    padding-left: 30px;
    padding-right: 30px
}

@media only screen and (max-width: 1200px) {
    .team__item-title {
        padding-left: 0;
        padding-right: 0
    }
}

.team__item-text {
    font-size: 16px;
    line-height: 140%;
    color: #4e4c4b;
    padding-left: 30px;
    padding-right: 30px
}

@media only screen and (max-width: 1200px) {
    .team__item-text {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .team__item-text {
        font-size: 12px
    }
}

.team__btn-box {
    position: relative;
    text-align: center
}

.team__btn {
    min-width: 240px
}

.terms {
    position: relative;
    padding-bottom: 75px
}

@media only screen and (max-width: 1200px) {
    .terms {
        padding-bottom: 40px
    }
}

.terms__text {
    max-width: 893px;
    width: 100%
}

.terms-title.title-page {
    margin-bottom: 16px
}

.text-content {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #4e4c4b
}

.text-content.news-one__content {
    font-size: 16px;
    line-height: 26px
}

.text-content p {
    margin: 0 0 25px
}

.text-content p:last-child {
    margin-bottom: 0
}

.text-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px
}

.text-content ul:last-child {
    margin-bottom: 0
}

.text-content ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 26px
}

.text-content ul li:last-child {
    margin-bottom: 0
}

.text-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.text-content ol {
    list-style: none;
    padding: 0;
    counter-reset: myCounter;
    margin: 0 0 25px
}

.text-content ol:last-child {
    margin-bottom: 0
}

.text-content ol li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 26px
}

.text-content ol li:last-child {
    margin-bottom: 0
}

.text-content ol li::before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #f9e547
}

.text-content a {
    color: #23211f;
    opacity: .8;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px
}

@media only screen and (min-width: 1025px) {
    .text-content a:hover {
        text-decoration: none
    }
}

.text-content h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    margin: 0 0 25px;
    color: #000
}

@media only screen and (max-width: 1200px) {
    .text-content h1 {
        font-size: 32px;
        line-height: 42px
    }
}

.text-content h1:last-child {
    margin-bottom: 0
}

.text-content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 25px;
    color: #000
}

@media only screen and (max-width: 1200px) {
    .text-content h2 {
        font-size: 28px;
        line-height: 35px
    }
}

.text-content h2:last-child {
    margin-bottom: 0
}

.text-content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 25px;
    color: #000
}

@media only screen and (max-width: 1200px) {
    .text-content h3 {
        font-size: 24px;
        line-height: 32px
    }
}

.text-content h3:last-child {
    margin-bottom: 0
}

.text-content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 25px;
    color: #000
}

@media only screen and (max-width: 1200px) {
    .text-content h4 {
        font-size: 18px;
        line-height: 24px
    }
}

.text-content h4:last-child {
    margin-bottom: 0
}

.text-content iframe {
    border: 0;
    margin: 0 0 25px;
    max-width: 100%
}

@media only screen and (max-width: 1200px) {
    .text-content iframe {
        height: 300px
    }
}

.text-content iframe:last-child {
    margin-bottom: 0
}

.text-content img {
    margin: 0 0 25px;
    border-radius: 15px
}

.text-content img:last-child {
    margin-bottom: 0
}

.text-content table {
    border-collapse: collapse
}

.text-content table td {
    border: 1px solid #e7e7e7;
    padding: 17px 20px
}

.text-content q {
    display: block;
    line-height: 24px;
    font-style: italic;
    padding-left: 24px;
    margin: 0 0 25px;
    border-left: 2px solid #f9e547
}

.text-content q:last-child {
    margin-bottom: 0
}

.title {
    position: relative;
    font-weight: 800;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #23211f
}

@media only screen and (max-width: 767px) {
    .title {
        font-size: 26px;
        line-height: 36px
    }
}

.title--small {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-transform: none
}

@media only screen and (max-width: 767px) {
    .title--small {
        font-size: 24px
    }
}

.title-page {
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #23211f
}

@media only screen and (max-width: 767px) {
    .title-page {
        font-size: 28px;
        line-height: 36px
    }
}

.title-small {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #23211f
}

@media only screen and (max-width: 767px) {
    .title-small {
        font-size: 24px
    }
}

.triggers {
    position: relative;
    padding-top: 80px;
    padding-bottom: 44px
}

@media only screen and (max-width: 1200px) {
    .triggers {
        padding-top: 40px
    }
}

.triggers--pt0 {
    padding-top: 0
}

.triggers__decor {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(685px);
    transform: translateX(685px);
    top: -140px;
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .triggers__decor {
        display: none
    }
}

.triggers__title {
    margin-bottom: 32px
}

@media only screen and (max-width: 767px) {
    .triggers__title {
        text-align: center
    }
}

.triggers__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -67px;
    margin-left: -50px
}

@media only screen and (max-width: 767px) {
    .triggers__list {
        margin-top: -40px
    }
}

.triggers__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 50px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.333% - 50px);
    max-width: calc(33.333% - 50px);
    width: 100%;
    margin-top: 67px;
    margin-left: 50px
}

@media only screen and (max-width: 767px) {
    .triggers__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 50px);
        max-width: calc(100% - 50px);
        margin-top: 40px;
        text-align: center
    }
}

.triggers__item--25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 50px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 50px);
    max-width: calc(50% - 50px)
}

@media only screen and (max-width: 767px) {
    .triggers__item--25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 50px);
        max-width: calc(100% - 50px)
    }
}

.triggers__item--full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(66.666% - 50px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(66.666% - 50px);
    max-width: calc(66.666% - 50px)
}

@media only screen and (max-width: 767px) {
    .triggers__item--full {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 50px);
        max-width: calc(100% - 50px)
    }
}

.triggers__item-img {
    position: relative;
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    background: #fff;
    -webkit-box-shadow: 4px 6px 13px rgba(51, 51, 51, .1), inset -1px -1px 1px #f2f2f2, inset 1px 1px 1px #fff;
    box-shadow: 4px 6px 13px rgba(51, 51, 51, .1), inset -1px -1px 1px #f2f2f2, inset 1px 1px 1px #fff;
    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;
    border-radius: 10px
}

@media only screen and (max-width: 767px) {
    .triggers__item-img {
        margin: 0 auto 15px
    }
}

.triggers__item-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%
}

.triggers__item-title--big {
    font-size: 28px;
    line-height: 36px
}

.triggers__item-text {
    font-size: 15px;
    line-height: 20px;
    color: #4e4c4b
}

.work {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px
}

@media only screen and (max-width: 1200px) {
    .work {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.work__decor {
    position: absolute;
    max-width: none;
    pointer-events: none
}

@media only screen and (max-width: 1200px) {
    .work__decor {
        display: none
    }
}

.work__decor--1 {
    left: -49px;
    top: -106px
}

.work__decor--2 {
    left: -63px;
    bottom: -296px
}

.work__title {
    text-align: center;
    margin-bottom: 70px
}

@media only screen and (max-width: 1200px) {
    .work__title {
        margin-bottom: 30px
    }
}

.work__list {
    position: relative;
    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;
    margin-left: -40px
}

.work__cell {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 40px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
    width: 100%;
    margin-left: 40px;
    margin-bottom: 46px
}

@media only screen and (max-width: 1200px) {
    .work__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - 40px);
        max-width: calc(50% - 40px)
    }
}

@media only screen and (max-width: 767px) {
    .work__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 40px);
        max-width: calc(100% - 40px)
    }
}

.work__cell--btn {
    text-align: center
}

.work__item {
    position: relative;
    max-width: 334px;
    width: 100%;
    height: 233px;
    margin: 0 auto;
    padding: 50px 45px 50px 60px
}

.work__item--full {
    height: 300px
}

.work__item-decor {
    position: absolute;
    top: -12px;
    left: -7px;
    max-width: none;
    width: 363px;
    height: 279px;
    min-width: 100%
}

.work__item--full .work__item-decor {
    height: 346px
}

.work__item-box {
    position: relative
}

.work__item-img {
    width: 30px;
    height: 30px;
    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;
    margin-bottom: 12px
}

.work__item-text {
    font-size: 16px;
    line-height: 24px;
    color: #23211f;
    overflow: hidden;
    max-height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.work__item--full .work__item-text {
    max-height: 192px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

.work__item-text p {
    margin: 0 0 15px
}

.work__item-text p:last-child {
    margin-bottom: 0
}

.work__item-counter {
    position: absolute;
    font-weight: 700;
    font-size: 107px;
    line-height: 141px;
    color: #23211f;
    opacity: .05;
    right: 20px;
    bottom: 0
}

.work__cell-btn {
    min-width: 220px
}

.consult-form{
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px 20px;
    margin-top: 100px;
}
.consult-form .form__content h4 {
    position: relative;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #23211f;
}
.consult-form h5{
    font-size: 14px;
    line-height: 22px;
    color: #4e4c4b;
    font-weight: 400;
}
.consult-form .form__content .wpcf7-not-valid-tip{
    font-size: 12px;
}
.consult-form .form__content input:not(input[type='checkbox']){
    height: 28px;
    padding: 0 8px 10px;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 12px;
    line-height: 160%;
    color: #000;
    width: 100%;
    outline: 0;
    vertical-align: top;
    font-family: Montserrat, sans-serif;
    border-radius: 0;
    background: transparent;
}
.consult-form .form__content input:not(input[type='checkbox']):focus{
    border-bottom-color: #f9e547;
}
.consult-form .form__content input::-webkit-input-placeholder {
    color: #aaa;
}
.consult-form .form__content input::-moz-placeholder {
    color: #aaa;
}
.consult-form .form__content input:-moz-placeholder {
    color: #aaa;
}
.consult-form .form__content input:-ms-input-placeholder {
    color: #aaa;
}
.consult-form .form__content input:focus::-webkit-input-placeholder {
    color: transparent
}
.consult-form .form__content input:focus::-moz-placeholder {
    color: transparent
}
.consult-form .form__content input:focus:-moz-placeholder {
    color: transparent
}
.consult-form .form__content input:focus:-ms-input-placeholder {
    color: transparent
}
.consult-form .form__content .wpcf7-checkbox .wpcf7-list-item{
    margin: 20px 0 0;
}
.consult-form .form__content .wpcf7-checkbox .wpcf7-list-item label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.consult-form .form__content .wpcf7-checkbox input{
    border-radius: 0 !important;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    margin-right: 10px;
}
.consult-form .form__content .wpcf7-checkbox .wpcf7-list-item-label{
    font-size: 12px;
    line-height: 16px;
    color: #23211f;
    opacity: .8;
}
.consult-form .form__content button.btnSubmit{
    min-width: 197px;
}
.consult-form .consult-img{
    display: none;
}

@media screen and (min-width: 768px){
    .consult-form .form__content input:not(input[type='checkbox']) {
        font-size: 14px;
    }
    .consult-form{
        padding: 68px 55px 55px;
    }
    .consult-form .form__content h4{
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 0;
    }
    .consult-form .form__content h5{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .consult-form .form-info{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .consult-form .form__content .form-info .form-group{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1200px){
    .consult-form{
        display: flex;
        align-items: flex-end;
        padding: 68px 55px 55px;
    }
    .consult-form .consult-img{
        display: block;
        width: 50%;
        max-height: 110%;
        background-size: cover;
        background-position-y: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 0 0 20px 0; 
    }
    .consult-form .form__content{
        flex-basis: 50%;
    }
}