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

.parent-contacts {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    transform: translateY(-6px);
    transition:
            max-height 0.35s ease,
            opacity 0.25s ease,
            transform 0.25s ease;
}
.form-role__buttons{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}


.role-btn {
   background: #fff!important;
    border: 1px solid #d40000!important;
    color: #d40000!important;
    border-radius: 12px;
    padding: 14px 50px;
    font-size: 16px;
    cursor: pointer;

    transition:
            background-color 0.25s ease,
            color 0.25s ease,
            border-color 0.25s ease,
            box-shadow 0.25s ease,
    transform 0.18s ease;
}
.role-btn:hover{
    transform: scale(1.05);
}
.role-btn.active {
    /*background: -webkit-gradient(linear, left top, right top, from(#d40000), to(#8c0000));*/
    /*background: -o-linear-gradient(left, #d40000, #8c0000);*/
 
    background: #ffef1b!important;
    border: 1px solid #ffef1b!important;
    color: #222!important;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
    transform: scale(1);
}

@media (max-width: 600px) {
    .parent-contacts {
        grid-template-columns: repeat(1, 1fr);
    }
    .form_new button, #popup_sms button {
        margin: 5px 0;
    }
    
    .form-role__buttons {

        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .role-btn {
        background: #fff;
        border: 1px solid #d40000;
        color: #d40000;
        border-radius: 12px;
        padding: 14px ;
        width: 100%;
    }
    .form-role__title{
        font-size: 16px;
    }

}




.swiper {
    overflow: visible!important;
}
.gallery_btns {
    position: absolute;
    bottom: -72px;
    right: 0;
    width: 12%;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
}
.swiper-button-prev:after {
    content: url("../img/main/slick-arrow.svg") !important;
    top: 6px;
    position: relative;
}
.swiper-button-next:after {
    content: url("../img/main/slick-arrow.svg") !important;
    transform: rotate(-180deg);
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    content: url(../img/main/slick-arrow__hover.svg) !important
    /*border-radius: 8px;*/
}
/*//val*/
.tel.__error, .redBorder {
    border-color: red!important;
}

.greenBorder {
    border-color: green!important;
}
input[type=tel]{
    position: relative;

}
.__error + span::before {
    content: 'Введіть коректний номер';
    position: absolute;
    top: -19px;
    color: red;
    left: 11px;

}

.iti {
    margin-top: 8px;
}

.iti input, .iti input[type=text], .iti input[type=tel]{
    height: 50px;
    max-width: 450px;
    width: 100%;
}

.iti {
    width: 100%;
}

.iti__flag-box, .iti__country-name {
    color: #333
}

.iti__selected-dial-code {
    color: #333
}
.form_new input, #popup_sms input {
    max-width: 200px;
    height: 50px;
    color: #505050;
    font-size: 15px;
    line-height: 1.25;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 0px #dcdcdc;
    background: #ffffff;
    transition: all 0.2s linear 0s;
    margin: 10px 0;
    padding: 8px;
    width: 100%;
    max-width: 450px;
}

.checkbox {
    display: flex;
    align-items: center;
}

.checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

.checkbox input[type="checkbox"]:checked {
    background-color: #fff;
    position: relative;
}

.checkbox input[type="checkbox"]:checked::after {
    content: '\2714';
    font-size: 18px;
    color: #ff0000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox label {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.checkbox label a {
    color: #fff !important;
    text-decoration: none;
}

.checkbox label a:hover {
    text-decoration: underline;
}

/*.checkbox {*/
/*    color: #fff*/
/*}*/

/*.checkbox input {*/
/*    width: 2% !important;*/
/*    height: 17px!important;*/
/*}*/

.form_new {

    text-align: center;
    position: relative;
    z-index: 9;
}

.form_new button, #popup_sms button {
    color: #ffffff;
    /*font-family: 'Arial', sans-serif;*/
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    line-height: 1.25;
    background: #750117;
    border-radius: 5px;
    border: 0px inset #750117;
    box-shadow: none;
    margin: 10px 0;
    height: 50px;
    padding: 10px 14px 10px 14px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    width: 100%;
    max-width: 450px;
}
/*//val*/

body {
    margin: 0;
    padding: 0;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #181914;
    background-color: #EEEEEE;
}

body, html {
    overflow-x: hidden
}

h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

a {
    text-decoration: none
}

.btn {
    border: none;
    background: 0 0;
    /*font-family: Oswald, sans-serif;*/
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    display: inline-block;
    background-color: #181914;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    /*text-transform: uppercase;*/
    padding: 17px;
    min-width: 300px;
    border-radius: 8px;
    cursor: pointer
}

.btn:hover {
    background-color: #000
}

.btn-orange {
    color: #fff;
    background-color: #E70000
}

.btn-orange:hover {
    background-color: #ff3e02
}

.btn-more {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.slick-arrow {
    font-size: 0;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../img/main/slick-arrow.svg) no-repeat center center;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute
}

.slick-arrow:hover {
    background: url(../img/main/slick-arrow__hover.svg) no-repeat center center;
    border-radius: 8px
}

.slick-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ttl {
    font-size: 18px;
    /*font-family: Oswald, sans-serif;*/
    text-transform: uppercase;
    position: relative;

}

.ttl-yellow::after {
    content: '';
    display: block;
    width: 63px;
    height: 80px;
    background: url(../img/main/ttl.svg) no-repeat center center;
    position: absolute;
    left: -20px;
    top: -5px;
    z-index: -1
}
.ttl-yellow2::after {
    content: '';
    display: block;
    width: 63px;
    height: 80px;
    background: url(../img/main/ttl.svg) no-repeat center center;
    position: absolute;
    right: -20px;
    top: -5px;
    z-index: -1
}



.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px
}

.header {
    padding: 34px 0 20px;
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: solid 1px rgba(254, 244, 238, .2)
}

.header::after {
    content: '';
    display: block;
    width: 55%;
    height: 1px;
    background: rgba(24, 25, 20, .1);
    position: absolute;
    right: 0;
    bottom: -1px
}

.header-wrap__logo img {
    width: 200px;
}
.footer-wrap__left--logo img {
    max-width: 200px;
}
.footer-wrap__left--copyright {
    opacity: 0.6;
    font-size: 12px;
}
.header .container {
    max-width: 1280px
}

.header-wrap {
    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
}

.header-wrap__menu {
    display: none
}

.header-wrap__nav ul {
    list-style-type: none;
    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
}

.header-wrap__nav ul li {
    margin-left: 32px
}

.header-wrap__nav ul li a {
    /*font-family: Oswald, sans-serif;*/
    /*text-transform: uppercase;*/
    color: #181914
}

.header-wrap__nav ul li a:hover {
    text-decoration: underline
}

.header-wrap__nav ul li:last-child a {
    /*font-weight: 700;*/
    /*color: #ff6535*/
}

.main {
    position: relative;
    max-width: 1700px;
    margin: 0 auto
}

.main::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/main/main-bg.svg) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.main-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

.main-logo {
    position: absolute;
    top: 150px;
    right: 100px;
    -webkit-animation: main-logo 2000000s infinite;
    animation: main-logo 2000000s infinite
}
.main-logo-two {
    position: absolute;
    right: 0px;
    bottom: 200px;
}

.main-wrap {
    padding: 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.main-wrap__content {
    width: 100%;
    max-width: 700px;
    color: #fff
}

.main-wrap__content--title {
    max-width: 560px;
    font-size: 72px;
    line-height: 75px;
    font-family: "Golos Text", sans-serif;
    /*font-family: Oswald, sans-serif;*/
    /*text-transform: uppercase;*/
    font-weight: 500;
    margin-bottom: 17px;
    position: relative
}

.main-wrap__content--title::after {
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    background: url(../img/main/main-content__title.svg) no-repeat center center;
    position: absolute;
    right: -140px;
    top: -60px
}

.main-wrap__content--title span {
    color: #ff6535
}

.main-wrap__content--subtitle {
    font-family: "Golos Text", sans-serif;
    /*font-family: "Futura PT", sans-serif;*/
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 48px;
    position: relative;
    z-index: 2
}

.main-wrap__content--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

/*.main-wrap__content--form::after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 400px;*/
/*    height: 400px;*/
/*    background: url(../img/main/main-content__form.svg) no-repeat center center;*/
/*    position: absolute;*/
/*    left: -300px;*/
/*    bottom: 0*/
/*}*/

.main-wrap__content--form-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    max-width: 386px;
    margin-bottom: 15px
}

.main-wrap__content--form form {
    width: 48%;
    position: relative;
    z-index: 3
}

.main-wrap__content--form .wrapForm {
    background: green
}

.main-wrap__content--form-date {
    width: 48%;
    border: 1px solid #fff;
    max-height: 189px;
    padding: 33px 38px 15px;
    border-radius: 14px;
    position: relative;
    top: 10px;
}

.main-wrap__content--form-date .date {
    font-family: Mak, sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 66px;
    /*opacity: .3*/
}

.main-wrap__content--form-date .text {
    font-size: 14px;
    max-width: 180px;
    line-height: normal;
    /*font-family: "Futura PT", sans-serif;*/
    /*opacity: .6*/
}

.main-wrap__image {
    width: 100%;
    max-width: 530px;
    margin-left: -100px;
    margin-top: 120px;
    position: relative;
    z-index: 3
}

.services {
    /*background-color: #ffe7d9;*/
    padding-bottom: 40px;
    margin-top: -15vh;
    position: relative;
    z-index: 20
}

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

.services-wrap .item {
    width: 100%;
    max-width: 260px;
    margin-right: 40px;
    margin-top: -30px;
    background-color: #fff;
    position: relative;
    margin-bottom: 50px;
    border-radius: 20px;
}

.services-wrap .item-image {
    width: 100%;
    height: 160px
}

.services-wrap .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.services-wrap .item-title {
    padding: 30px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700
}

.services-wrap .item:nth-child(4n+4) {
    margin-right: 0
}

.country {
    margin: 52px auto 49px;
    max-width: 1700px;
    position: relative
}

.country-bg {
    position: absolute;
    bottom: 30px;
    right: 76px;

    z-index: -1;
}

.country-wrap {
    position: relative;
    z-index: 2;
    border-bottom: solid 1px #dadada;
    padding-bottom: 69px
}

.country-wrap__title {
    line-height: 68px;
    margin-bottom: 18px;
    width: fit-content;
}

.country-wrap__subtitle {
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
    margin-bottom: 60px
}



.country-wrap__list .slick-arrow {
    bottom: -100px
}

.country-wrap__list .slick-next {
    right: 25px
}

.country-wrap__list .slick-prev {
    right: 85px
}

.country-wrap__list .wrapper .item {
    width: 100%;
    max-width: 360px
}

.country-wrap__list .wrapper .item-title {
    font-size: 27px;
    line-height: 28px;
    font-weight: 600;
    /*font-family: Oswald, sans-serif;*/
    padding-left: 20px;
    margin-bottom: 24px;
    /*text-transform: uppercase*/
}

.country-wrap__list .wrapper .item-content {
    /*background-color: #fef4ee;*/
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px;
}

.country-wrap__list .wrapper .item-image {
    width: 100%;
    max-width: 320px;
    /*margin: -20px 5px 20px*/
}

.country-wrap__list .wrapper .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.country-wrap__list .wrapper .item-attr {
    padding: 12px 0px;
    min-height: 80px;
    position: relative;
    /*margin-bottom: 15px*/
}
.country-wrap__list .wrapper .item-attr:after {
    content: '';
    display: block;
    background: #dadada;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.country-wrap__list .wrapper .item-attr:last-child:after {
    display: none;
}

    /*.country-wrap__list .wrapper .item-attr:nth-child(odd) {*/
/*    !*background-color: #ffe7d9*!*/
/*    border-top: 1px solid #dadada;*/
/*    border-bottom: 1px solid gray;*/
/*}*/

.country-wrap__list .wrapper .item-key {
    line-height: 26px;
    font-size: 12px;
    opacity: .6
}

.country-wrap__list .wrapper .item-value {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px
}

.how {
    margin-top: 49px
}

.how-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.how-wrap::after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background: url(../img/main/hr.svg) no-repeat center center
}

.how-wrap__content {
    width: 100%;
    max-width: 540px
}

.how-wrap__content--title {
    line-height: 68px;
    margin-bottom: 18px
}

.how-wrap__content--title::after {
    top: 0;
    left: -15px;
    /*-webkit-transform: rotate(45deg) scale(-1, 1);*/
    /*transform: rotate(45deg) scale(-1, 1)*/
}

.how-wrap__content--subtitle {
    font-size: 48px;
    line-height: normal;
    margin-bottom: 50px;
    /*line-height: 62px;*/
    font-weight: 700;
    /*margin-bottom: 21px*/
}

.how-wrap__content--subtitle span {
    color: #E70000
}

.how-wrap__content--text {
    font-size: 18px;
    line-height: 26px
}

.how-wrap__content .btn-more {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.how-wrap__image {
    margin-bottom: -12px;
    width: 100%;
    max-width: 540px
}

.team {
    margin: 71px 0 31px
}

.team-wrap {
    position: relative;
    padding: 42px 46px 35px;
    border-bottom: solid 1px #dadada;
    position: relativel
}

.team-wrap__bg {
    top: 250px;
    right: 124px;
    position: absolute
}

.team-wrap::after {
    content: '';
    display: block;
    width: 100%;
    height: 575px;
    background-color: #fff;
    position: absolute;
    left: 0;
    border-radius: 30px;
    top: 0;
    z-index: -1
}

.team-wrap__title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    width: fit-content;
    position: relative;

}

.team-wrap__subtitle {
    text-align: center;
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
    margin: 0 auto 7px;
    max-width: 674px;
    position: relative
}

.team-wrap__subtitle::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #EEE;
    border-radius: 50%;
    position: absolute;
    left: -150px;
    top: -10px
}

.team-wrap__subtitle span {
    color: #E70000
}

.team-wrap__text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 53px
}

.team-wrap__list .wrapper .item {
    width: 100%;
    max-width: 300px
}

/*.team-wrap__list {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

.team-wrap__list .wrapper .item-image {
    max-height: 262px;
    margin-bottom: 23px;
    overflow: hidden
}

.team-wrap__list .wrapper .item-image img {
    width: auto;
    height: 100%
}

.team-wrap__list .wrapper .item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    text-align: center;
}

.team-wrap__list .wrapper .item-text {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.list {
    margin: 46px auto 71px;
    max-width: 1700px;
    position: relative
}

.list::after {
    content: '';
    display: block;
    width: 100%;
    max-width: 1150px;
    height: 803px;
    border-radius: 37% 0 0 37%;
    background-color: #DADADA;
    position: absolute;
    right: 0;
    top: 0
}

.list-wrap {
    z-index: 2;
    position: relative
}

.list-wrap__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    margin-bottom: 20px
}

.list-wrap__title .ttl {
    position: relative
}

.list-wrap__title .ttl::after {
    content: '';
    display: block;
    width: 74px;
    height: 72px;
    background: url(../img/main/ttl.svg) no-repeat center center;
    position: absolute;
    right: -33px;
    top: -30px;
    z-index: -1
}

.list-wrap__slider {
    margin-top: 50px
}

.list-wrap__slider .wrapper .item {
    width: 100%;
    max-width: 260px;
    background-color: #fff;
    border-radius: 20px;
    /*background-color: #fef4ee;*/
    /*border: 2px solid #181914;*/
    padding: 36px 0 57px;
    min-height: 400px
}

.list-wrap__slider .wrapper .item-green {
    /*background-color: #2ad6c1*/
    background-color: #fff
}

.list-wrap__slider .wrapper .item-purple {
    background-color: #fff
    /*background-color: #41346c;*/
    padding: 66px 0;
    color: #222
}

/*.list-wrap__slider .wrapper .item-odd {*/
/*    margin-top: 20px*/
/*}*/

.list-wrap__slider .wrapper .item-icon {
    padding-left: 29px;
    padding-bottom: 20px;
    min-height: 130px;
    display: flex;
    align-items: center;
}

.list-wrap__slider .wrapper .item-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 0 30px
}

.list-wrap__slider .wrapper .item-text {
    line-height: 22px;
    padding: 0 30px
}

.list-wrap__more {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%
}

.list-wrap__more .btn {
    position: relative
}

.list-wrap__more .btn::after {
    content: '';
    display: block;
    width: 62px;
    height: 23px;
    background: url(../img/main/btn-vector.svg) no-repeat center center;
    position: absolute;
    right: -100px;
    top: 20px
}

.app {
    background-color: #41346c;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-top: 61px
}

.app-wrap {
    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
}

.app-wrap__image {
    width: 100%;
    max-width: 570px
}

.app-wrap__content {
    width: 100%;
    max-width: 560px;
    padding-bottom: 122px
}

.app-wrap__content--title {
    position: relative;
    margin-bottom: 60px
}

.app-wrap__content--title::after {
    content: '';
    display: block;
    width: 74px;
    height: 72px;
    background: url(../img/main/ttl-yellow.svg) no-repeat center center;
    position: absolute;
    left: -53px;
    top: -25px;
    z-index: -1
}

.app-wrap__content--subtitle {
    font-size: 40px;
    line-height: 51px;
    font-weight: 700;
    margin-bottom: 42px
}

.app-wrap__content--subtitle span {
    color: #f2a401
}

.app-wrap__content--notice {
    border-left: solid 4px #f2a401;
    padding: 19px 29px;
    margin-bottom: 19px;
    position: relative;
    background: rgba(255, 255, 255, .05);
    font-size: 18px;
    line-height: 26px;
    font-weight: 700
}

.app-wrap__content--notice::after {
    content: '';
    display: block;
    width: 12px;
    height: 23px;
    background: url(../img/main/notice.svg) no-repeat center center;
    position: absolute;
    left: 0;
    top: 19px
}

.app-wrap__content--text {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 39px;
    border-bottom: solid 2px rgba(255, 255, 255, .2)
}

.app-wrap__content--list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.app-wrap__content--list .item {
    width: 100%;
    max-width: 147px;
    margin-right: 50px;
    margin-bottom: 20px
}

.app-wrap__content--list .item-icon {
    margin-bottom: 15px;
    height: 42px
}

.app-wrap__content--list .item-title {
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    color: #f2a401;
    text-transform: uppercase
}

.app-wrap__content--list .item:nth-child(3n+3) {
    margin-right: 0
}

.reviews {
    margin: 71px 0 81px
}

.reviews-wrap {
    padding-bottom: 155px;
    border-bottom: solid 2px #181914
}

.reviews-wrap__title {
    margin-bottom: 50px
}

.reviews-wrap__title::after {
    top: -25px
}

.reviews-wrap__subtitle {
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
    margin-bottom: 45px
}

.reviews-wrap__subtitle span {
    color: #f2a401
}

.reviews-wrap__list .slick-arrow {
    bottom: -110px
}

.reviews-wrap__list .slick-prev {
    left: 45%
}

.reviews-wrap__list .slick-next {
    left: 51%
}

.reviews-wrap__list .wrapper .item {
    width: 100%;
    max-width: 342px;
    display: block
}

.reviews-wrap__list .wrapper .item-image {
    width: 100%;
    height: 186px;
    position: relative
}

.reviews-wrap__list .wrapper .item-image::after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/main/play.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.reviews-wrap__list .wrapper .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews-wrap__list .wrapper .item-title {
    margin-top: 27px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #181914
}

.about {
    margin: 81px 0 70px
}

.about__team {
    max-width: 1200px;
    border-radius: 20px;
    width: 100%;
}

.about-wrap {
    position: relative
}

.about-wrap__vector {
    position: absolute;
    left: 0;
    top: 50%
}

.about-wrap__title {
    text-align: center;
    position: relative;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-wrap__title .ttl::after {
    content: '';
    display: block;
    width: 75px;
    height: 75px;
    background: url(../img/main/ttl.svg) no-repeat center center;
    position: absolute;
    right: -40px;
    top: -30px;
    z-index: -1
}

.about-wrap__subtitle {
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 5;
}

.about-wrap__subtitle span {
    color: #E70000;
}

.about-wrap__text {
    max-width: 856px;
    margin: 20px auto 46px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    position: relative
}

/*.about-wrap__text::before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 223px;*/
/*    height: 223px;*/
/*    background: url(../img/main/about-bg.svg) no-repeat center center;*/
/*    position: absolute;*/
/*    bottom: -150px;*/
/*    right: -250px*/
/*}*/

/*.about-wrap__text::after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 107px;*/
/*    height: 107px;*/
/*    background-color: #ffe7d9;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: -126px;*/
/*    border-radius: 50%*/
/*}*/

.about-wrap__text p {
    padding-bottom: 20px
}

.about-wrap__video {
    width: 100%;
    max-width: 608px;
    height: 330px;
    margin: 0 auto 70px;
    position: relative;
    display: block
}

.about-wrap__video::after {
    content: '';
    display: block;
    width: 106px;
    height: 106px;
    background: url(../img/main/play.svg) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about-wrap__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-wrap__list {

    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
}

.about-wrap__list .item {
    width: 100%;
    max-width: 160px;
    margin-right: 90px
}

.about-wrap__list .item:nth-child(5n+5) {
    margin-right: 0
}

.about-wrap__list .item-value {
    font-size: 56px;
    line-height: 82px;
    /*font-family: Oswald, sans-serif;*/
    font-weight: 500;
    color: #E70000;
}

.about-wrap__list .item-key {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px
}

.contacts {
    margin: 200px 0 40px
}

.contacts-wrap {
    background-image: url("../img/uploads/31.png");
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 20px;
    /*background-color: #41346c;*/
    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;
    padding: 60px 100px
}

.contacts-wrap__content {
    width: 100%;
    max-width: 460px;
    color: #fff
}

.contacts-wrap__content--title {
    font-size: 33px;
    font-weight: 600;
    line-height: 100%;
    /*font-family: Oswald, sans-serif;*/
    /*text-transform: uppercase*/
}

.contacts-wrap__content--description {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.contacts-wrap__content--form {
    margin-top: 30px;
    width: 72%;
}

.contacts-wrap__image {
    width: 100%;
    max-width: 560px;
    position: relative
}

.contacts-wrap__image img {
    position: absolute;
    bottom: -60px;
    right: 0
}

.footer-wrap {
    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;
    padding-bottom: 10px;
    position: relative
}

.footer-wrap__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.footer-wrap__left {
    width: 100%;
    max-width: 360px
}

.footer-wrap__left--text {
    font-size: 14px;
    line-height: 19px;
    margin: 13px 0 40px
}

.footer-wrap__left--socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrap__left--socials a {
    display: block;
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-wrap__left--socials a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.footer-wrap__right {
    width: 100%;
    max-width: 600px
}

.footer-wrap__right--menu ul {
    list-style-type: none;
    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
}

.footer-wrap__right--menu ul li {
    margin-left: 50px
}

.footer-wrap__right--menu ul li a {
    color: #181914;
    font-size: 14px;
    line-height: 18px;


    font-weight: 500
}

.footer-wrap__right--menu ul li a:hover {
    text-decoration: underline
}

.footer-wrap__right--phone {
    display: block;
    text-align: right;
    margin-top: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #ff6535
}

.footer-wrap__right--phone:hover {
    text-decoration: underline
}

@-webkit-keyframes main-logo {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360000000deg);
        transform: rotate(360000000deg)
    }
}

@keyframes main-logo {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360000000deg);
        transform: rotate(360000000deg)
    }
}
@media (min-width: 1700px) {
    .main {
        max-width: 2500px;
    }
}

@media (max-width: 1400px) {
    .main-bg {
        top: -30px;
        right: -200px;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@media (max-width: 1189px) {
    .services-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 600px;
        margin: 0 auto;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .services-wrap .item:nth-child(1n+1) {
        margin: -30px 0 50px
    }

    .how-wrap__image {
        max-width: 450px
    }

    .about-wrap__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about-wrap__list .item {
        max-width: 250px;
        margin-bottom: 30px
    }

    .about-wrap__list .item:nth-child(1+1n) {
        margin-right: 30px
    }

    .about-wrap__list .item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (max-width: 1100px) {
    .team-wrap {
        padding-bottom: 100px
    }

    .team-wrap__list .slick-arrow {
        bottom: -75px
    }

    .team-wrap__list .slick-prev {
        right: 100px
    }

    .team-wrap__list .slick-next {
        right: 20px
    }

    .list-wrap__slider {
        padding-bottom: 100px
    }

    .list-wrap__slider .slick-arrow {
        bottom: 0
    }

    .list-wrap__slider .slick-next {
        right: 20px
    }

    .list-wrap__slider .slick-prev {
        right: 100px
    }

    .reviews-wrap__list .slick-prev {
        left: auto;
        right: 100px
    }

    .reviews-wrap__list .slick-next {
        left: auto;
        right: 20px
    }
}

@media (max-width: 1024px) {
    .services-wrap .item:nth-child(1n+1) {
        margin-top: 30px;
        margin-bottom: 0
    }

    .header-wrap__nav ul li a {
        color: #fff
    }

    .main-logo-two {
        display: none;
    }

    .main {
        /*background-color: #41346c;*/
        background: linear-gradient(250deg, #750117 1.45%, #E70000 98.55%));
        padding-bottom: 100px
    }

    .main-bg {
        display: none
    }

    .main-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-wrap__content {
        max-width: 100%
    }

    .main-wrap__content--form-title {
        max-width: 100%
    }

    .main-wrap__content--form-date {
        position: relative
    }

    .main-wrap__content--form-date::after {
        content: '';
        display: block;
        width: 200px;
        height: 200px;
        background: url(../img/main/main-bg__mob.png) no-repeat center center/contain;
        position: absolute;
        right: 0;
        top: -20px;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    .main-wrap__content--title::after {
        display: none
    }

    .main-wrap__image {
        max-width: 100%;
        margin: 0;
        display: none
    }

    .main-wrap__image img {
        max-width: 400px
    }

    .how-wrap__content {
        max-width: 100%
    }

    .how-wrap__image {
        max-width: 100%;
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .how-wrap__image img {
        max-width: 300px
    }

    .about-wrap__subtitle {
        font-size: 30px;
        line-height: 40px
    }

    .about-wrap__list {
        text-align: center
    }

    .contacts-wrap__content--title {
        font-size: 30px;
        line-height: 40px
    }

    .contacts-wrap__content--description {
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width: 968px) {
    
    
    
    
    
    .main-wrap__content--subtitle {
        margin-bottom: 20px;
    }
    
    .form-role__buttons button {
        margin: 5px 0;
    }
    .about-wrap__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .about-wrap__list .item {
        max-width: 100%;
        width: 48%
    }

    .about-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 30px
    }
}

@media (max-width: 929px) {
    .app-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .app-wrap__image {
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .app-wrap__image img {
        max-width: 300px
    }

    .app-wrap__content {
        max-width: 100%;
        padding-bottom: 30px
    }

    .contacts .container {
        padding: 0
    }

    .contacts-wrap {
        padding: 40px
    }

    .contacts-wrap__image {
        margin-bottom: 20px
    }

    .footer-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-wrap__left {
        max-width: 100%
    }

    .footer-wrap__right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-width: 100%
    }

    .footer-wrap__right--menu ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer-wrap__right--menu ul li {
        margin: 0 30px 20px 0
    }

    .footer-wrap__right--phone {
        text-align: left;
        margin-top: 0
    }
}

@media (max-width: 768px) {
    
    
    .phone-toggle {
        color: #fff;
    }
    .contacts-wrap__content--form {
        width: 100%;
    }
    
     .contacts-wrap__content--form .iti {
         width: 96%;
     }
    
    .btn-more {
        margin-top: 20px
    }

    .header {
        z-index: 10000
    }

    .header-wrap__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: none;
        width: 30px;
        height: 20px;
        -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: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative
    }

    .header-wrap__menu span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        -webkit-transition: .3s;
        transition: .3s
    }

    .header-wrap__menu span:nth-child(2) {
        width: 50%
    }

    .header-wrap__menu--active {
        margin-top: 1em
    }

    .header-wrap__menu--active span {
        background-color: #000
    }

    .header-wrap__menu--active span:nth-child(2) {
        opacity: 0
    }

    .header-wrap__menu--active span:nth-child(1) {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    .header-wrap__menu--active span:nth-child(3) {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        position: absolute
    }

    .header-wrap__nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
        visibility: hidden
    }

    .header-wrap__nav--active {
        opacity: 1;
        visibility: visible
    }

    .header-wrap__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-wrap__nav ul li {
        margin: 0 0 20px
    }

    .header-wrap__nav ul li a {
        font-size: 30px;
        color: #181914
    }

    .main-logo {
        display: none
    }

    .main-wrap__image {
        display: none
    }

    .main-wrap__content--form-title {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }

    .main-wrap__content--form form {
        width: 100%;
        max-width: 400px
    }

    .main-wrap__content--form-date {
        width: 100%;
        max-width: 400px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px
    }

    .services {
        padding-bottom: 0
    }

    /*.services-wrap {*/
    /*    padding-top: 70px*/
    /*}*/

    .contacts {
        margin-top: 50px
    }

    .contacts-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts-wrap__content {
        width: 100%;
        max-width: 400px
    }

    .contacts-wrap__content--title {
        font-size: 30px;
        line-height: 40px
    }

    .contacts-wrap__image {
        display: none
    }

    .country-wrap {
        padding-bottom: 100px
    }

    .country-wrap__list .slick-arrow {
        bottom: -150px
    }
}

@media (max-width: 550px) {
    
    .main-wrap {
        padding: 90px 0;
    }
    
    
    .header-wrap__logo img {
    width: 133px;
}
    
        .main::after {
            background: url(../img/main/main-bg.svg) left top!important;
            height: 100vh;
        }
    


    .team-wrap__list .wrapper .item-image img {
        margin: 0 auto;
    }


    .country-wrap__title {
        line-height: 28px;
    }
    .team-wrap::after {
        height: 594px;
    }
    /*.team-wrap__list .wrapper .item-image {*/
    /*    min-height: 243px;*/
    /*}*/

    .gallery_btns {
        position: absolute;
        bottom: -123px;
        right: 0;
        width: 37%;
    }
    .reviews-wrap__list .wrapper .item {
        max-width: 260px
    }
}

@media (max-width: 520px) {
    .main-wrap__content--title {
        font-size: 40px;
        line-height: 50px
    }

    .main-wrap__content--form-date {
        padding: 15px
    }

    .main-wrap__content--form-date::after {
        right: -60px
    }

    .country-wrap__subtitle {
        font-size: 30px;
        line-height: 40px
    }

    .country-wrap__list .slick-prev {
        right: 100px
    }

    .country-wrap__list .slick-next {
        right: 20px
    }

    .country-wrap__list .wrapper .item {
        max-width: 100%
    }

    .country-wrap__list .wrapper .item-image {
        max-width: 100%
    }

    .how-wrap__content--subtitle {
        font-size: 30px;
        line-height: 40px
    }

    .team .container {
        padding: 0
    }

    .team-wrap {
        padding: 40px 20px 110px
    }

    .team-wrap__bg {
        display: none
    }

    .team-wrap__subtitle {
        font-size: 30px;
        line-height: 40px
    }

    .team-wrap__list .wrapper .item {
        max-width: 100%;
        text-align: center
    }

    .team-wrap__list .wrapper .item-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .app-wrap__content--subtitle {
        font-size: 30px;
        line-height: 40px
    }

    .app-wrap__content--list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .app-wrap__content--list .item {
        max-width: 100%
    }

    .app-wrap__content--list .item:nth-child(1n+1) {
        margin: 0 0 30px
    }

    .reviews-wrap__subtitle {
        font-size: 30px;
        line-height: 40px
    }

    .reviews-wrap__list .wrapper .item {
        max-width: 90%;
        margin-left: 20%
    }

    .about-wrap__subtitle {
        font-size: 30px;
        line-height: 40px
    }

    .about-wrap__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .about-wrap__list .item {
        width: 100%
    }

    .footer-wrap__right--phone {
        font-size: 30px;
        line-height: 40px
    }

    .footer-wrap__right--menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .list-wrap__slider .wrapper .item {
        max-width: 90%;
        margin-left: 20%
    }
}

@supports (-webkit-appearance:none) {
    .slick-arrow {
        background: url(../img/main/slick-arrow.svg) no-repeat center center
    }

    .slick-arrow:hover {
        background: url(../img/main/slick-arrow__hover.svg) no-repeat center center
    }

    .ttl-yellow::after {
        background: url(../img/main/ttl.svg) no-repeat center center
    }

    .main::after {
        background: url(../img/main/main-bg.svg) no-repeat left top
    }

    .main-wrap__content--title::after {
        background: url(../img/main/main-content__title.svg) no-repeat center center
    }

    /*.main-wrap__content--form::after {*/
    /*    background: url(../img/main/main-content__form.svg) no-repeat center center*/
    /*}*/

    .how-wrap::after {
        background: url(../img/main/hr.svg) no-repeat center center
    }

    .list-wrap__title .ttl::after {
        background: url(../img/main/ttl-primary.svg) no-repeat center center
    }

    .list-wrap__more .btn::after {
        background: url(../img/main/btn-vector.svg) no-repeat center center
    }

    .app-wrap__content--title::after {
        background: url(../img/main/ttl-yellow.svg) no-repeat center center
    }

    .app-wrap__content--notice::after {
        background: url(../img/main/notice.svg) no-repeat center center
    }

    .reviews-wrap__list .wrapper .item-image::after {
        background: url(../img/main/play.svg) no-repeat center center
    }

    .about-wrap__title .ttl::after {
        background: url(../img/main/ttl.svg) no-repeat center center
    }

    /*.about-wrap__text::before {*/
    /*    background: url(../img/main/about-bg.svg) no-repeat center center*/
    /*}*/

    .about-wrap__video::after {
        background: url(../img/main/play.svg) no-repeat center center/cover
    }
}

@media (max-width: 1024px) {
    @supports (-webkit-appearance:none) {
        .main-wrap__content--form-date::after {
            background: url(../img/main/main-bg__mob.png) no-repeat center center/contain
        }
    }
}

.main_title {
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 48px 0;
    text-align: center;
}

.study_numbers-v2 {
    margin: 100px 0;
    position: relative;
}
.study_numbers-v2 .main_title {
    text-align: left;
}

.study_numbers-v2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

.study_numbers-v2__content-top {
    margin: 50px 0;
    margin-top: 0;
    padding: 20px;
    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;
    border-radius: 15px;
    border: 1px solid #DADADA;
    background: #FFF;
    position: relative;
    z-index: 9999;
    overflow: hidden;
}
.study_numbers-v2__content-top p {
    width: 70%;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
}
.study_numbers-v2__content-top .decor {
    position: absolute;
    right: 0;
    top: 0;
}

.study_numbers-v2__content-left {
    width: 67%;
}

.study_numbers-v2__content-award {
    width: 30%;
}
.study_numbers-v2__content-award img {
    width: 95%;
}

.study_numbers-v2__content-bottom {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 999;
}
.study_numbers-v2__content-bottom .number__item {
    width: 32%;
    text-align: center;
    padding: 0px;
}
.study_numbers-v2__content-bottom .number__item h4 {
    font-size: 64px;
    margin: 0;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
}
.study_numbers-v2__content-bottom .number__item p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .study_numbers-v2 .study_numbers-v2__content-top p br {
        display: none;
    }
}
@media (max-width: 600px) {
    .study_numbers-v2 {
        margin: 50px 0;
    }
    .study_numbers-v2 .main_title {
        text-align: center;
    }
    .study_numbers-v2 .study_numbers-v2__content-left {
        width: 100%;
    }
    /*.study_numbers-v2 .study_numbers-v2__content-award {*/
    /*    display: none;*/
    /*}*/
    .study_numbers-v2__content {
        flex-direction: column;
        gap: 0
    }
    .study_numbers-v2__content-award {
        width: 100%;
    }
    .study_numbers-v2 .study_numbers-v2__content-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .study_numbers-v2 .study_numbers-v2__content-bottom .number__item {
        width: 49%;
        padding: 0;
    }
    .study_numbers-v2 .study_numbers-v2__content-bottom .number__item h4 {
        font-size: 44px;
    }
    .study_numbers-v2 .study_numbers-v2__content-top {
        -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;
    }
    .study_numbers-v2 .study_numbers-v2__content-top p {
        width: 100%;
        line-height: normal;
        margin: 20px 0;
    }
}
