body {
    font-size: 16px;
    color: #1e202a;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    cursor: url('../img/cursor.svg'), auto;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: 1160px;
    max-width: 82.051vw;
}

.container-fluid--xs {
    width: 768px;
    max-width: 82.051vw;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

a.nohover:hover {
    text-decoration: none!important;
    color: #ffffff!important;
}

p {
    font-family: "Open Sans", sans-serif;
}

.logo-img-black {
    display: none;
}

.sub-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 2px;
    letter-spacing: 0.05em;
}

.aqua {
    color: #18CCF5;
}

.white {
    color: #fff;
}

.blue {
    color: #15178f;
}

.black-light {
    color: #5d5d5d;
}

.h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.h2 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 44px;
    text-transform: uppercase;
}

.h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.light {
    font-weight: 300;
}

.title-32 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.title-20 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 48px;
}

.center {
    text-align: center;
}

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

.buttons-wrapper .button:first-child {
    margin-right: 29px;
}

.button {
    width: 181px;
    height: 50px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    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;
    font-weight: 500;
}

.button--aqua {
    background: #18CCF5;
    color: #1e202a;
    border: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.button--aqua:hover {
    background: #95EBFF;
    color: #1e202a;
}

.button--transparent {
    border: 1.5px solid #fff;
}

.button--transparent:hover {
    border-color: #18CCF5;
    color: #18CCF5;
}

.button--blue {
    background: #15178F;
    color: #fff;
}

.button--blue:hover {
    color: #fff;
    background: #18CCF5;
}

.button--transparent-black {
    border-color: #1e202a;
}

.button--transparent-black:hover {
    border-color: #15178f;
    color: #15178f;
}

.button--white {
    background: #fff;
    color: #15178f;
}

.button--white:hover {
    background: #95EBFF;
    color: #1e202a;
}

.button--black {
    border: 1px solid #1e202a;
}

.button--black-white {
    background: #272931;
}

.button--black:hover {
    color: #18CCF5;
    border-color: #18CCF5;
}

.button--xl {
    width: 265px;
}

.button-withOutBorder {
    border: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.button-withOutBorder span {
    /*text-decoration: underline;*/
}

.button-withOutBorder img {
    display: block;
    margin-left: 9.5px;
}

.button-withOutBorder:hover {
    color: #fff;
}

.section-text {
    width: 455px;
    max-width: 100%;
}

.section {
    padding: 160px 0;
}

.photo {
    width: 470px;
    height: 588px;
    object-fit: cover;
}

.photo2 {
    width: 399px;
    height: 503px;
    max-width: 100%;
    height: auto;
}

.photo3 {
    width: 438px;
    height: 551px;
    max-width: 100%;
    height: auto;
}

.photo4 {
    width: 356px;
    height: 437px;
    max-width: 100%;
    height: auto;
}

.photo5 {
    width: 337px;
    height: 424px;
    max-width: 100%;
    height: auto;
}

.photo6 {
    width: 515px;
    height: 556px;
}

.text-964 {
    width: 964px;
    max-width: 100%;
}

.photo6 {
    width: 481px;
    height: 604px;
    max-width: 100%;
    height: auto;
}

.white-section.no-top-padding {
    padding-top: 0;
    padding-bottom: 60px;
}

.section .row-flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.white-main-screen {
    padding-top: 223px;
    padding-bottom: 80px;
}

.black-section {
    background: url("../img/black-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.prev img,
.next img {
    width: 11px;
    height: 14px;
}

.section-content .button {
    margin-top: 63px;
}

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

.blue-section {
    background: url("../img/blue-section.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.blue-section .col-md-6:nth-child(2),
.white-text-section .col-md-6:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.logos-section {
    background: #f8f8f8;
    padding: 135px 0;
}

.logos-item img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}

.section-col {
    padding-top: 255px;
    padding-bottom: 150px;
}

.section-col--black {
    background: url("../img/black-bg2.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.section-col__text {
    font-weight: 600;
    width: 600px;
    max-width: 100%;
}

.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 21px;
}

.link img {
    margin-left: 11px;
}

.link:hover {
    color: #18CCF5;
}

.section-col__list {
    margin-top: 214px;
}

.section-col__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 14px;
}

.section-col__item-header img {
    display: block;
    margin-left: 10px;
    margin-top: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.section-col__item:hover img {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.section-col__item {
    font-size: 14px;
}

.section-col__item p {
    width: 233px;
    max-width: 100%;
    font-size: 14px;
}

.section-col--blue {
    background: url("../img/blue-section.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.link--white:hover {
    color: #fff;
}

.section-col--gray {
    background: url("../img/gray-section.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.link--black:hover {
    color: #1e202a;
}

.cta {
    background: url("../img/cta.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.cta .buttons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.cta .buttons__wrapper .button--aqua {
    margin-right: 48px;
}

.cta .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 487px;
}

.cta__title {
    font-size: 32px;
    font-weight: 700;
}

.cta__content {
    width: 573px;
    max-width: 100%;
}

.cta--gray {
    background: url("../img/cta-gray.png");
    background-size: cover;
    color: #1e202a;
}

.cta--2 {
    background: url("../img/cta2.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.black-icon-section {
    background: -webkit-gradient(linear, left top, left bottom, from(#1e202a), color-stop(0.6%, #1e202a), to(#323439));
    background: -o-linear-gradient(#1e202a 0%, #1e202a 0.6%, #323439 100%);
    background: linear-gradient(#1e202a 0%, #1e202a 0.6%, #323439 100%);
    padding-top: 120px;
    padding-bottom: 140px;
    color: #fff;
}

.black-icon-section__item {
    text-align: center;
}

.black-icon-section__item p {
    font-weight: 700;
}

.black-icon-list {
    margin-top: 115px;
}

.black-icon__wrapper {
    height: 115px;
    margin-bottom: 47px;
}

.white-section {
    padding-top: 158px;
    padding-bottom: 198px;
}

.white-section .button {
    margin-top: 63px;
}

.icon-text__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 78px;
}

.icon-text__item p {
    width: 345px;
    max-width: 100%;
}

.icon-wrapper {
    min-width: 125px;
}

.white-section--black {
    background: url("../img/black-bg-wh.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    color: #fff;
}

.white-section--black .black-light {
    color: #fff;
}

.white-section--black .section-text {
    line-height: 2;
}

.header.sticky-active {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.section-top-padding {
    padding-top: 116px;
}

.link-blue {
    color: #15178f;
    text-decoration: underline;
    font-weight: 700;
}

.link-blue:hover {
    color: #15178f;
    text-decoration: underline;
}

.about-sec p {
    width: 540px;
    max-width: 100%;
}

.baner-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.baner-section__content {
    height: 500px;
    border-radius: 15px;
    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;
    padding-right: 68px;
}

.banner-content {
    width: 573px;
    max-width: 100%;
    color: #fff;
}

.banner-content .button {
    width: 250px;
    max-width: 100%;
}

.banner-content .button--transparent {
    border-color: #fff;
}

.banner-content .button--transparent:hover {
    color: #fff;
}

.banner-content .title-32 {
    margin-bottom: 15px;
    line-height: 1.2;
}

.banner-content .buttons-wrapper {
    margin-top: 60px;
}

.section-photo--reverse p {
    width: 500px;
    max-width: 100%;
}

.section-photo--reverse .col-md-6:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.accordion-item__text {
    display: none;
}

.accordion__item {
    background: #fafafa;
    width: 572px;
    max-width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}

.accordion__item-header {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 39px;
    padding-right: 24px;
    padding-top: 29px;
    padding-bottom: 29px;
}

.accordion__item-title {
    font-size: 18px;
    font-weight: 600;
    max-width: 90%;
    font-family: "Open Sans", sans-serif;
}

.accordion__item-icon {
    width: 23px;
    height: 23px;
    background: url("../img/plus.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion__item.active .accordion__item-icon {
    background: url("../img/minus.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-item__text {
    padding-left: 39px;
    padding-right: 30px;
    padding-bottom: 28px;
    color: #7c7c7c;
    font-family: "Open Sans", sans-serif;
}

.accordion-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.statistics-section .container-fluid {
    padding-top: 55px;
    border-top: 1px solid #D6D6D6;
}

.gray-sec {
    background: #fafafa;
}

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

.statistics__inner {
    width: 223px;
    max-width: 100%;
}

.statistic-value-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.statistics__number {
    font-size: 90px;
    font-weight: 700;
}

.statistic-hash {
    font-size: 90px;
    font-weight: 700;
}

.vacancy-slider__item {
    height: 585px;
    width: 100%;
    border-radius: 15px;
}

.vacancy-slider__title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.vacancy-slider__title span {
    color: #1e202a;
}

.vacancy-slider__title span.aqua {
    color: #18CCF5;
}

.slider-item__wrapper {
    color: #fff;
    width: 451px;
}

.slider-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 20px 90px;
}

.previus-arrow,
.next-arrow {
    cursor: pointer;
    fill: #fff;
}

.vacancy-slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 541px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 100px;
}
.vacancy-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.review-slider__item-wrapper {
    height: 100%;
}
.review-slider__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.previus-arrow {
    margin-right: 23px;
}

.vacancy-slider-section {
    padding-top: 0;
    padding-bottom: 100px;
}

.vacancy-slider__item {
    position: relative;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.slick-dots li {
    font-size: 0;
    margin: 0 7.5px;
}

.slick-dots li button {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 0;
    background: transparent;
    outline: none;
}

.slick-dots .slick-active button {
    background: #18CCF5;
    border: 1px solid #18CCF5;
}

.vacancy-slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vacancy-slider__arrows .previus-arrow {
    margin-right: 14px;
}

.vacancy-slider__arrows .next-arrow {
    margin-left: 14px;
}

.uppercase {
    text-transform: uppercase;
}

.slick-vertical .slick-slide {
    border: none!important;
}

.desktop {
    display: unset!important;
}

.mobile {
    display: none!important;
}

.testimonial-logo {
    max-height: 40px;
}

@media only screen and (max-width: 1300px) {
    .banner-content {
        width: 50%;
    }
}

@media only screen and (max-width: 1200px) {
    .container-fluid {
        max-width: 94vw;
    }
    .cta {
        background-position: left -15vw bottom;
    }
}

@media only screen and (max-width: 1100px) {
    .section-col-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-col__list {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 992px) {
    .desktop {
        display: none!important;
    }
    .mobile {
        display: unset!important;
    }
    .h1 {
        font-size: 53px;
    }
    .photo {
        max-width: 100%;
        height: auto;
    }
    .cta {
        background-position: left -28vw bottom;
    }
    .icon-text__item p {
        width: 100%;
    }
    .white-section {
        padding-top: 120px;
        padding-bottom: 190px;
        position: relative;
    }
    .white-section .section-text {
        margin-bottom: 70px;
    }
    .white-section .button {
        position: absolute;
        left: 4vw;
        bottom: 70px;
    }
    .icon-text__item {
        margin-bottom: 18.974vw;
    }
    .icon-text__item:last-child {
        margin-bottom: 0;
    }
    .white-section .section-text {
        width: 100%;
    }
    .baner-section__content {
        background-position: left -10vw bottom !important;
    }
    .section-photo--reverse p {
        width: 100%;
    }
    .we-care .col-lg-4 {
        margin-bottom: 4.872vw;
    }
    .vacancy-slider__item {
        background-position: right -22vw bottom !important;
    }
}

@media only screen and (max-width: 768px) {
    .sub-title {
        font-size: 4.103vw;
    }
    .h1 {
        font-size: 8.974vw;
    }
    body {
        font-size: 4.103vw;
    }
    .buttons-wrapper .button:first-child {
        margin-right: 0;
        margin-bottom: 4.103vw;
    }
    .buttons-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .button {
        width: 100%;
        height: 12.821vw;
        font-size: 3.590vw;
        border-radius: 10vw;
    }
    .container-fluid {
        max-width: 82.051vw;
    }
    .h2 {
        font-size: 6.410vw;
        margin-bottom: 12.308vw;
        word-break: break-word;
    }
    .h2 br {
        display: none;
    }
    .h3 {
        font-size: 4.103vw;
    }
    .black-section .photo,
    .blue-section .photo,
    .white-text-section .photo {
        display: none;
    }
    .section-content .button {
        margin-top: 19.231vw;
    }
    .section {
        padding: 21.282vw 0;
    }
    .logos-item img {
        margin-left: 0;
        max-height: 50px;
        max-width: 80%;
        width: 80%;
        object-fit: contain;
    }
    .logos-section .container-fluid {
        max-width: 100%;
    }
    .logos-slider .slick-track {
        margin-left: -6vw;
    }
    .logos-slider .logos-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 15vw;
    }
    .logos-slider .logos-item img {
        vertical-align: middle;
    }
    .logos-section {
        padding: 13.846vw 0;
    }
    .section-photo .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .section-photo .photo {
        display: block;
        width: 100%;
        margin-bottom: 10.256vw;
    }
    .section-content .button {
        margin-top: 0;
    }
    .buttons-wrapper {
        /*margin-top: 14.103vw;*/
    }
    .section-col {
        padding-top: 43.333vw;
    }
    .link {
        color: #fff;
    }
    .section-col__list {
        margin-top: 17.949vw;
    }
    .section-col__list .col-md-4 {
        margin-bottom: 13.333vw;
    }
    .section-col {
        padding-bottom: 5vw;
    }
    .cta {
        background: url("../img/cta-mobile.svg");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 146.923vw;
        padding-top: 15.641vw;
    }
    .cta p {
        font-size: 3.590vw;
        max-width: 43vw;
        margin-top: 4.872vw;
    }
    .cta__title {
        font-size: 7.692vw;
    }
    .cta .buttons__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 19vw;
    }
    .cta .buttons__wrapper .button {
        margin-top: 5.641vw;
    }
    .cta--gray {
        color: #fff;
    }
    .cta--gray .button--black {
        border-color: #fff;
    }
    .section-photo--reverse .row-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-photo .button {
        margin-top: 16.410vw;
    }
    .section-photo .buttons-wrapper {
        margin-top: 16.410vw;
    }
    .section-photo .buttons-wrapper .button {
        margin-top: 3vw;
    }
    .section-text {
        width: auto;
    }
    .h2--main-screen {
        font-size: 8.974vw;
    }
    .title-32 {
        font-size: 5.128vw;
    }
    .black-icon-section__item p {
        font-size: 3.5vw;
    }
    .black-icon-section__item p br {
        display: none;
    }
    .black-icon__wrapper {
        height: 18.615vw;
        margin-bottom: 6.923vw;
    }
    .black-icon__wrapper img {
        max-height: 18.615vw;
    }
    .black-icon-list {
        margin-top: 21.026vw;
    }
    .black-icon-section__item {
        margin-bottom: 16.667vw;
    }
    .black-icon-section {
        padding-bottom: 10vw;
        padding-top: 25.641vw;
    }
    .photo-margin {
        margin-bottom: 22.051vw;
    }
    .white-section {
        padding-bottom: 53.333vw;
        position: relative;
    }
    .white-section .button {
        position: absolute;
        left: 50%;
        bottom: 21.282vw;
        max-width: 81.538vw;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .white-section {
        padding-top: 21.282vw;
        padding-bottom: 53.333vw;
    }
    .white-section .section-text {
        margin-bottom: 27.692vw;
    }
    .icon-text__item {
        -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;
    }
    .icon-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 6.410vw;
    }
    .icon-section.icon-section--white {
        padding-top: 0;
    }
    .icon-section__text br {
        display: none;
    }
    .icon-text__item {
        text-align: center;
    }
    .white-section .section-text {
        margin-bottom: 10vw;
    }
    .icon-text__item {
        margin-top: 19vw;
        margin-bottom: 0;
    }
    .white-section {
        padding-bottom: 25vw;
    }
    .white-main-screen {
        padding-top: 34.615vw;
        padding-bottom: 12vw;
    }
    .photo3 {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10vw;
    }
    .banner-content {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .baner-section__content {
        padding-right: 0;
        height: auto;
    }
    .banner-content,
    .banner-content .title-32 {
        color: #272931;
    }
    .baner-section {
        padding-top: 0;
        padding-bottom: 18.718vw;
    }
    .baner-section__content {
        background: none !important;
    }
    .baner-section__content .button--transparent {
        border-color: #272931;
    }
    .statistics-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .statistics__inner {
        width: 100%;
        text-align: center;
        margin-bottom: 17.692vw;
    }
    .statistic-value-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .statistics__number,
    .statistic-hash {
        font-size: 17.949vw;
    }
    .statistics-item__title {
        margin-bottom: 5.128vw;
        width: 57.179vw;
        margin-left: auto;
        margin-right: auto;
    }
    .accordion__item-icon {
        width: 4.615vw;
        height: 4.615vw;
        min-width: 4.615vw;
    }
    .baner-section {
        padding-top: 25.641vw;
    }
    .baner-section .button {
        width: 100%;
    }
    .baner-section .buttons-wrapper .button:first-child {
        background: #18CCF5;
    }
    .accordion__item-title {
        font-size: 4.615vw;
    }
    .accodion-section .accordion .accordion__item {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .accodion-section .accordion .accordion__item .accordion__item-header {
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .accodion-section .accordion .accordion__item .accordion__item-header {
        padding-left: 39px;
    }
    .vacancy-slider-section .container-fluid {
        width: 100%;
        max-width: 100%;
    }
    .vacancy-slider__item {
        border-radius: 0;
        min-height: 220.513vw;
        background-size: 438vw !important;
        background-repeat: no-repeat !important;
        background-position: left -62vw top !important;
    }
    .vacancy-slider-section {
        padding-top: 0;
    }
    .slider-item__content {
        padding: 5.128vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .slider-item__wrapper {
        background: #fff;
        color: #1e202a;
        width: 100%;
        border-radius: 2vw;
        padding: 7.692vw;
    }
    .vacancy-slider__title {
        font-size: 5.641vw;
        margin-bottom: 5.128vw;
    }
    .slider-item__content .title-14 {
        font-size: 3.590vw;
    }
    .previus-arrow,
    .next-arrow {
        cursor: pointer;
        fill: #18CCF5;
    }
    .vacancy-slider__item {
        position: relative;
    }
    .slick-dots {
        list-style: none;
    }
    .slick-dots li {
        font-size: 0;
        margin: 0 1.5vw;
    }
    .slick-dots li button {
        border: none;
        width: 2.821vw;
        height: 2.821vw;
        border-radius: 50%;
        border: 1px solid #707070;
        padding: 0;
        background: transparent;
    }
    .slick-dots .slick-active button {
        background: #18CCF5;
        border: 1px solid #18CCF5;
    }
    .previus-arrow,
    .next-arrow {
        width: 8.974vw;
        height: 8.974vw;
        margin-right: 0;
    }
    .vacancy-slider__arrows {
        width: 50vw;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
}
