@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNextCyr-Thin.ttf');
    src: url('../fonts/AvenirNextCyr-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNextCyr-UltraLight.ttf');
    src: url('../fonts/AvenirNextCyr-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNextCyr-Light.ttf');
    src: url('../fonts/AvenirNextCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNextCyr-Regular.ttf');
    src: url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNextCyr-Medium.ttf');
    src: url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNextCyr-DemiBold.ttf');
    src: url('../fonts/AvenirNextCyr-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNextCyr-Bold.ttf');
    src: url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNextCyr-Heavy.ttf');
    src: url('../fonts/AvenirNextCyr-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
:root {
  --font-18-px: 18px;
  --font-24-px: 24px;
  --font-34-px: 34px;
  --font-52-px: 52px;
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: inherit;
}
body {
    font-family: 'Avenir Next', sans-serif;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
main {
    width: 100%;
    background-image: url("https://mso.homealliance.com/data/img/main-back-gn.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.header-brake {
    height: 92px;
}
/*Первый блок*/
.real-clients {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 40px;
}
.real-clients-text > p {
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 25px;
    color: #4A5580;
    margin-bottom: 17px;
}
.real-clients-text > h1 {
    font-weight: 700;
    font-size: var(--font-52-px);
    line-height: 64px;
    letter-spacing: -0.012em;
    color: #293359;
    margin-bottom: 45px;
    margin-left: 15px;
}
.real-clients-text > h1 > span {
    color: #2020A1;
}
.dark-button {
    display: block;
    padding: 19px 26px;
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    border: 3px solid #3939DC;
    border-radius: 11px;
    transition: all 400ms ease;
    background-color: #3939DC;
    width: fit-content;
}
.dark-button:hover {
    color: #3939DC;
    background-color: #FFFFFF;
}
.dark-button:active {
    border-color: #25259e;
    color: #25259e;
}
.real-clients-img > img {
    width: 547px;
    height: 547px;
}

/*Второй блок*/
.support-you {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    border-radius: 35px;
    box-shadow: 0px 4px 45px rgba(32, 32, 161, 0.2);
    margin-bottom: 100px;
}
.support-you-first {
    width: 50%;
/*    height: 100%;*/
    padding: 44px 63px;
    background-image: url("https://mso.homealliance.com/data/img/blue_globe_icon.svg");
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: bottom left 25%;
}
.support-you-first > p {
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 24px;
    color: #293359;
    margin-bottom: 20px;
}
.support-you-first > h2 {
    width: 100%;
    font-weight: 700;
    font-size: var(--font-34-px);
    line-height: 41px;
    color: #2020A1;
}


.support-you-second {
    width: 50%;
    padding: 39px 54px;
    background: linear-gradient(119.29deg, #3939DC 1.2%, #2020A1 100%);
    border-radius: 35px;
}

.support-you-second > p {
    font-weight: 400;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #FFFFFF;
}
.support-you-second > p:first-of-type {
    margin-bottom: 30px;
}

/*Третий блок*/
.experts-in {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}
.experts-in > p {
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 41px;
    color: #293359;
}
.experts-in > h2 {
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-34-px);
    line-height: 41px;
    color: #2020A1;
    margin-bottom: 60px;
}
.experts-items-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.experts-item {
    width: 231px;
    height: 191px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(32, 32, 161, 0.2);
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 5px;
}
.experts-item-icon {
    width: 99px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(119.29deg, #3939DC 1.2%, #2020A1 100%);
    box-shadow: 0px 4px 13px rgba(32, 32, 161, 0.2);
    border-radius: 15px;
    margin-bottom: 13px;
}
.experts-item-icon > img {
    width: 67px;
    height: 67px;
}
.experts-item > p {
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 25px;
    text-align: center;
    color: #000000;
}

/*Четвертый блок*/
.our-leadership {
    width: 80%;
    border-radius: 35px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(32, 32, 161, 0.2);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    position: relative;
    margin-left: auto;
    margin-bottom: 115px;
}
.our-leadership > img {
    width: auto;
    height: 100%;
    position: absolute;
    left: -25%;
}
.our-leadership-text {
    width: 65%;
    padding: 40px 40px 40px 0px;
}
.our-leadership-text > h2 {
    font-weight: 700;
    font-size: var(--font-34-px);
    line-height: 41px;
    color: #2020A1;
}
.our-leadership-text > p {
    font-weight: 400;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #293359;
    margin-top: 21px;
}

/*Пятий блок*/
.our-services-wrap {
    background-image: url("https://mso.homealliance.com/data/img/service-background.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 37px;
    width: 100%;
    position: relative;
}
.our-services {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 50px;
}
.our-services > h2 {
    font-weight: 700;
    font-size: var(--font-52-px);
    line-height: 64px;
    letter-spacing: -0.012em;
    color: #2020A1;
    margin-bottom: 10px;
}
.our-services > p {
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #293359;
    width: 695px;
    margin-bottom: 31px;
}
.our-services > p:last-of-type {
    font-weight: 400;
}
.services-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 100%;
}
.services-item {
    width: 384px;
    height: 100%;
    position: relative;
    padding: 124px 39px 30px;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(32, 32, 161, 0.2);
    border-radius: 35px;
    text-align: start;
    z-index: 2;
}
.services-item-wrap {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 125px;
}
.services-item-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -23%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(32, 32, 161, 0.2);
    width: 186px;
    height: 186px;
    width: 200px;
    height: 200px;
    
}
.services-item-wrap > img {
    position: absolute;
    width: 168px;
    height: 168px;
    top: -19%;
    z-index: 3;
}
.services-item > h6 {
    font-weight: 600;
    font-size: var(--font-24-px);
    line-height: 32px;
    color: #293359;
    margin-bottom: 11px;
}
.services-item > p {
    font-weight: 400;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #5B5B5B;
}

/*Шестой блок*/
.alliance-mang {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 100px;
    position: relative;
    justify-content: flex-end;
    margin-bottom: 77px;
}
.alliance-mang-text {
    width: 58%;
    padding: 45px 55px;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(32, 32, 161, 0.2);
    border-radius: 35px;
    z-index: 2;
    position: absolute;
    left: 0px;
}
.alliance-mang-text > img {
    position: absolute;
    top: -70px;
}
.alliance-mang-img {
    background-image: url("https://mso.homealliance.com/data/img/alliance-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 687px;
    height: 446px;
    border-radius: 30px;
}
.alliance-mang-text > p {
    font-weight: 400;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #5B5B5B;
}
.alliance-mang-text > p:first-of-type {
    margin-bottom: 20px;
}
.alliance-mang-text > p:last-of-type {
    color: #5B5B5B;
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 27px;
    margin-top: 20px;
}
.alliance-mang-text > p:last-of-type > span {
    color: #3939DC;
}

/*Седьмой блок*/
.three-reasons {
    width: 100%;
    padding: 50px 77px;
    background: linear-gradient(119.29deg, #3939DC 1.2%, #2020A1 100%);
    box-shadow: 0px 4px 13px rgba(32, 32, 161, 0.2);
    border-radius: 30px;
    text-align: center;
    margin-bottom: 100px;
}
.three-reasons > h2 {
    font-weight: 700;
    font-size: var(--font-34-px);
    line-height: 41px;
    color: #FFFFFF;
    margin-bottom: 38px;
}
.three-reasons-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.reasons-item {
    width: 305px;
    height: 305px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 31px;
}
.reasons-item > p:first-of-type {
    color: #2020A1;
    font-size: 183px;
    line-height: 125px;
    font-weight: 700;
}
.reasons-item > p:last-of-type {
    font-weight: 600;
    font-size: var(--font-24-px);
    line-height: 30px;
    color: #293359;
    margin-top: 30px 
}

/*Восьмой блок*/
.partners-call {
    width: 100%;
    margin-bottom: 150px;
    position: relative;
}
.partners-call > h2 {
    font-weight: 700;
    font-size: var(--font-52-px);
    line-height: 64px;
    letter-spacing: -0.012em;
    color: #2020A1;
    margin-bottom: 50px;
}
.partners-call > p {
    width: 695px;
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #293359;
    margin-bottom: 50px;
}
.partners-slider-container {
    width: 100%;
    position: relative;
}
.partners-slider {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}
.slide-body {
    width: 384px;
/*    height: 685px;*/
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(32, 32, 161, 0.2);
    border-radius: 35px;
    margin: 0 11px;
/*    justify-content: space-between;*/
}
.slick-track {
    margin-bottom: 20px;
}
.slide-top-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 169px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
.top-image-1 {
    background-image: url("https://mso.homealliance.com/data/img/slide-back-gn-1.jpg");
}
.top-image-2 {
    background-image: url("https://mso.homealliance.com/data/img/slide-back-gn-2.jpg");
}
.top-image-3 {
    background-image: url("https://mso.homealliance.com/data/img/slide-back-gn-3.jpg");
}
.top-image-4 {
    background-image: url("https://mso.homealliance.com/data/img/slide-back-gn-4.jpg");
}
.top-image-5 {
    background-image: url("https://mso.homealliance.com/data/img/slide-back-gn-5.jpg");
}
.top-image-6 {
    background-image: url("https://mso.homealliance.com/data/img/slide-back-gn-6.jpg");
}
.slide-avatar {
    position: absolute;
    width: 195px;
    height: 195px;
    background: #FFFFFF;
    box-shadow: 0px 4px 46px rgba(32, 32, 161, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 69px;
}
.slide-avatar-stars {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: -23px;
}
.slide-avatar-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    width: 86%;
    height: 86%;
}
.avatar-img-1 {
    background-image: url("https://mso.homealliance.com/data/img/slide-avatar-1.jpg");
}
.avatar-img-2 {
    background-image: url("https://mso.homealliance.com/data/img/slide-avatar-2.jpg");
}
.avatar-img-3 {
    background-image: url("https://mso.homealliance.com/data/img/slide-avatar-3.jpg");
}
.avatar-img-4 {
    background-image: url("https://mso.homealliance.com/data/img/slide-avatar-4.jpg");
}
.avatar-img-5 {
    background-image: url("https://mso.homealliance.com/data/img/slide-avatar-5.jpg");
}
.avatar-img-6 {
    background-image: url("https://mso.homealliance.com/data/img/slide-avatar-6.jpg");
}
.slide-avatar-social {
    position: absolute;
    width: 67px;
    height: 67px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    right: 8px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.slide-avatar-social > img {
    width: 75%;
    height: 75%;
}
.slide-text {
    width: 100%;
/*    height: 100%;*/
    padding: 110px 39px 0px;      
}
.slide-text > .country,
.slide-text > .org {
    font-weight: 600;
    font-size: var(--font-24-px);
    line-height: 32px;
    text-align: center;
    color: #293359;
}
.slide-text > .name {
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 32px;
    text-align: center;
    color: #5B5B5B;
    margin-bottom: 10px;
}
.slide-text > .descr {
    font-weight: 400;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #5B5B5B;
}
.partners-slider::before {
    content: '';
    position: absolute;
    right: -2px;
    top: -2px;
    height: 102%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5970763305322129) 27%, rgba(255,255,255,0.9108018207282913) 52%, rgba(255,255,255,1) 94%);
    border-radius: 0px 30px 30px 0px;
    width: 20%;
    z-index: 2;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li {
    margin: 0px 20px;
}
.slick-dots li button::before {
    display: none;
}
.slick-list {
    border-radius: 30px;
}
.slick-dots li.slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background-color: #FFFFFF;
    /* background: transparent; */
    border: 8px solid #3939DC;
    border-radius: 50%;
    transition: all 400ms ease;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
    transition: all 400ms ease;
}

.left-arrow, .right-arrow {
    background-image: url("https://mso.homealliance.com/data/img/slick-button.svg");
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
}
.left-arrow {
    transform: rotate(180deg);
    display: none!important;
    left: 10px;
}
.right-arrow {
    right: 10px;
}

/*Девятый блок*/
.approach {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 160px;
}
.approach > img {
    width: 497px;
    height: 497px;
}
.approach-text {
    margin-left: 110px;
}
.approach-text > h2 {
    font-weight: 700;
    font-size: var(--font-52-px);
    line-height: 64px;
    letter-spacing: -0.012em;
    color: #2020A1;
}
.approach-text > p {
    font-weight: 400;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #5B5B5B;
}
/*Десятий блок*/ 
.form-container {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(32, 32, 161, 0.2);
    border-radius: 35px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 40px;
}
.form-container > div {
    width: 50%;
}
.form-wraper {
    padding: 59px 47px 0px;
}
.form-wraper > h2 {
    font-weight: 700;
    font-size: var(--font-52-px);
    line-height: 54px;
    letter-spacing: -0.012em;
    color: #2020A1;
    margin-bottom: 15px;
}
.form-wraper > p {
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #293359;
    margin-bottom: 35px;
}
form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
form textarea:focus-visible,
form input:focus-visible {
    outline: none;
}
form textarea::placeholder,
form input::placeholder {
    font-family: 'Avenir Next Cyr';
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-18-px);
    line-height: 27px;
    /* identical to box height, or 150% */
    color: #A4A4C7;
}
form select,
form textarea,
form input {
    font-family: 'Avenir Next Cyr';
    font-style: normal;
    border: 1px solid #2020A1;
    border-radius: 6px;
    padding: 12px 14px;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-18-px);
    line-height: 27px;
    /* identical to box height, or 150% */
    color: #293359;
}
.names-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.names-input {
    width: 245px;
}
.company-input {
    width: 100%;
    margin-top: 26px;
}
form > p {
    font-weight: 600;
    font-size: var(--font-24-px);
    line-height: 27px;
    /* identical to box height, or 112% */
    color: #000000;
    margin-bottom: 20px;
    align-self: flex-start;
}
.service-industry {
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    margin-bottom: 30px;
}
.service-industry input[type="radio"]:checked,
.service-industry  input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.service-industry input[type="radio"]:not(:checked)+ .radio-label {
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #A4A4C7;
    position: relative;
}
.service-industry input[type="radio"]:checked + .radio-label  {
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #000000;
    position: relative;
}
.service-industry input[type="radio"]:not(:checked)+ .radio-label:before {
    width: 24px;
    height: 24px;
    border: 1px solid #2020A1;
    content: '';
    background-color: #FFFFFF;
    position: absolute;
    border-radius: 50%;
    transition: all 400ms ease;
    left: -30px;
}
.service-industry input[type="radio"]:checked + .radio-label:before {
    width: 11px;
    height: 11px;
    border: 8px solid #2020A1;
    content: '';
    background-color: #FFFFFF;
    position: absolute;
    border-radius: 50%;
    transition: all 400ms ease;
    left: -30px;
}
.service-industry > label{
    padding: 3px 0px 11px 33px;
}
form > input,
form > textarea,
form > select {
    width: 100%;
    margin-bottom: 26px;
}

main .dropdown {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #2020A1;
    transition: all .5s ease;
    position: relative;
    font-size: var(--font-18-px);
    color: #A4A4C7;
    text-align: left;
    padding: 12px 14px;
    margin-bottom: 26px;
}
main .dropdown:focus-visible {
    outline: none;
}
main .dropdown .select {
    cursor: pointer;
    display: block;
    padding: 0px
}
main .dropdown .select > span {
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #293359;
}
main .dropdown .select::before {
    position: absolute;
    top: 14px;
    right: 15px;
    content: url("https://mso.homealliance.com/data/img/select-arrows.svg")
}
main .dropdown:hover {
    
}
main .dropdown:active {
    
}
main .dropdown.active:hover,
main .dropdown.active {

}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    left: 0;
    margin-top: 14px;
    box-shadow: 0px 4px 13px rgba(32, 32, 161, 0.2);
    border-radius: 6px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #3333CC;
}
.dropdown .dropdown-menu li:nth-child(odd) {
    background-color: #FFFFFF 
}
.dropdown .dropdown-menu li:nth-child(even) {
    background-color: #E9EBF2;
}
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    
}
.dropdown .dropdown-menu li:active {
    
}
form > textarea {
    height: 200px;
    resize: none;
    margin-bottom: 49px;
}
.submit-btn {
    padding: 20px 63px;
    margin: 0 auto;
    background: #3939DC;
    border-radius: 6px;
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: all 400ms ease;
}
.submit-btn:hover {
    background-color: #5353e0;
}
.submit-btn:active {
    background-color: #25259e;
}

.lists-wraper {
    height: 1400px;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    background: #F8F8FD;
    box-shadow: 0px 4px 45px rgba(32, 32, 161, 0.2);
    border-radius: 30px;
    padding: 0px 27px;
    position: relative;
}
.lists-wraper::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, #FFFFFF 58.85%, rgba(255, 255, 255, 0) 100%);
    border-radius: 30px 30px 0px 0px;
    z-index: 10;
}
.lists-wraper::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #FFFFFF 58.85%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0px 0px 30px 30px;
    z-index: 10;
}
.lists-wraper > div > div,
.lists-wraper > div {
    display: flex;
    flex-direction: column;
}
.lists-wraper > div {
    width: 50%;
}
.lists-wraper > div > div {
    width: 100%;
}
.lists-wraper-first {
    margin-right: 26px;
}
.form-comment {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 25px;
}
.comment-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.comment-head > img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.comment-head > p {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #293359;
    margin-left: 10px;
}
.form-comment > p {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4a5580;
    margin-bottom: 15px;
}
.lists-wraper-third {
    display: none!important;
}
@keyframes commentmove {
    0% {transform: translateY(0%)}
    100% {transform: translateY(-100%)}
}
.list-2-3 {
    display: none!important;
}
.list-1-1,
.list-1-2,
.list-2-1,
.list-2-2,
.list-2-3,
.list-3-1{
    animation: 25s linear 0s infinite commentmove;
}
.popup {
    text-align: center;
    width: 475px;
    height: 282px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 45px rgba(32, 32, 161, 0.2);
    border-radius: 25px;
    z-index: 99;
    padding: 19px 42px 27px;
    opacity: 0.0;
    visibility: hidden;
    transition: opacity 400ms ease;
}
.popup-show {
    opacity: 1.0;
    transition: opacity 400ms ease;
}
.popup-visible {
    visibility: visible;
} 
.popup-form {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.popup > p:first-of-type{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #293359;
    margin-bottom: 10px;
}
.popup > p:last-of-type{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #5B5B5B;
    margin-bottom: 20px;
}
.popup > form > input{
    width: 100%;
    font-family: 'Avenir Next Cyr';
    font-style: normal;
    border: 1px solid #2020A1;
    border-radius: 6px;
    padding: 12px 14px;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #A4A4C7;
    margin-bottom: 19px;
}
.submit-btn-2 {
    padding: 13px 36px;
    margin: 0 auto;
    background: #3939DC;
    border-radius: 6px;
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.submit-btn-2:hover {
    background-color: #5353e0;
}
.submit-btn-2:active {
    background-color: #25259e;
}
.anchor {
    position: absolute;
    width: 100%;
    height: 100px;
    top: -100px;
    display: block;
}
.privacy-policy {
    text-align: center;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #5B5B5B;
}
.privacy-policy > a {
    color: #3939DC;
    transition: all 400ms ease;
     
}
.privacy-policy > a:hover {
    color: #5353e0
}
.privacy-policy > a:active {
    color: #25259e
}
@media screen and (max-width: 1220px){
    :root {
        --font-18-px: 17px;
        --font-24-px: 22px;
        --font-34-px: 31px;
        --font-52-px: 48px;
    } 
    .container {
        width: 95%;
    }
    .real-clients-img > img {
        width: 35vw;
        height: 35vw;
    }
    .experts-items-wrap {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .experts-item {
        margin: 0px 10px 30px;
    }
    .our-leadership > img {
        width: 43vw;
        height: 43vw;
    }
    .services-wrap {
        justify-content: space-around;
    }
    .alliance-mang-text > img {
        right: 0px;
    }
    .three-reasons {
        padding: 35px 40px;
    }
    .three-reasons-items {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .reasons-item {
        margin: 10px;
    }
    .approach > img {
        width: 35vw;
        height: 35vw;
    }
    .service-industry {
        grid-template-columns: 1.5fr 1fr;
        grid-column-gap: 5px;
    }
    .names-input {
        width: 100%;
        margin-bottom: 25px; 
    }
    .company-input {
        margin-top: 0px;
    }
}
@media screen and (max-width: 1000px){
    .support-you {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .support-you-first,
    .support-you-second {
        width: 100%;
        padding: 35px 32px;
    }
    .our-services > p {
        width: auto;
    }
    .approach-text {
        margin-left: 50px;
    }
    form > textarea {
        height: 125px;
    }
    .form-wraper {
        padding: 35px 33px 0px;
    }
}
@media screen and (max-width: 900px){
    .lists-wraper-first {
        display: none!important;
    }
    .lists-wraper-second {
        width: 100%!important;
    }
    .list-2-3 {
        display: inherit!important;
    }
}
@media screen and (max-width: 800px) {
    .services-item {
        height: auto;
        padding: 124px 39px 30px;
    }
    .alliance-mang-text {
        padding: 25px 30px;
    }
    .alliance-mang-text > p:last-of-type,
    .alliance-mang-text > p {
        line-height: 23px;
    }
    .alliance-mang-img {
        width: 95vw;
        height: calc(95vw*0.65);
    }
    .alliance-mang {
        align-items: flex-end;
        margin-top: 30px;
    }
    .alliance-mang-text {
        width: 70%;
        top: 70%;
    }
    .reasons-item {
        width: 230px;
        height: 230px;
    }
    .reasons-item > p:first-of-type {
        color: #2020A1;
        font-size: 105px;
        line-height: 90px;
        font-weight: 700;
    }
    .three-reasons {
        margin-bottom: 40px;
        padding: 24px 27px;
    }
    .partners-call > p {
        width: auto;
    }
    .slide-body {
        width: 320px;
        height: 535px;
    }
    .slide-top-image {
        height: 130px;
    }
    .slide-avatar {
        width: 150px;
        height: 150px;
        top: 46px;
    }
    .slide-avatar-social {
        width: 50px;
        height: 50px;
    }
    .slide-text {
        padding: 70px 25px 0px;
    }
    .partners-slider::before {
        width: 5%;
    }
    .partners-call {
        margin-bottom: 100px;
    }
    .partners-call > h2 {
        line-height: 45px;
    }
    .partners-call > p {
        line-height: 21px;
    }
    .slide-text > .descr {
        line-height: 23px;
    }
    .approach-text > h2 {
        line-height: 47px;
        margin-bottom: 15px;
    }
    .approach-text > p {
        line-height: 21px;
    }
    .names-inputs {
        width: 100%;
    }
    form > textarea {
        margin-bottom: 35px;
    }
    .form-container {
        flex-direction: column;
    }
    .form-container > div {
        width: 100%;
    }
    .form-wraper {
        margin-bottom: 30px;
    }
    .lists-wraper-first,
    .lists-wraper-third {
        display: inherit!important;
    }
    .lists-wraper-second {
        margin-right: 26px;
    }
    .lists-wraper > div {
        width: 33.333333%!important;
    }
    .lists-wraper {
        height: 600px;
    }
    .reasons-item > p:last-of-type {
        margin-top: 10px;
        line-height: 22px;
    }
}
@media screen and (max-width: 650px){
    :root {
        --font-18-px: 14px;
        --font-24-px: 20px;
        --font-34-px: 27px;
        --font-52-px: 42px;
    } 
    .real-clients-img > img {
        width: 35vw;
        height: 35vw;
    }
    .real-clients-text > h1 {
        line-height: 50px;
    }
    .dark-button {
        border-radius: 5px;
        padding: 12px 22px;
    }
    .support-you-first,
    .support-you-second {
        width: 100%;
        padding: 27px 25px;
    }
    .experts-in > p {
        line-height: 20px;
    }
    .experts-in > h2 {
        margin-bottom: 30px;
        line-height: 29px;
    }
    .experts-item {
        width: 150px;
        height: 140px;
        border-radius: 20px;
        margin: 0px 10px 18px;
        padding: 0 10px;
    }
    .experts-item > p {
        line-height: 17px;
    }
    .experts-item-icon {
        width: 60px;
        height: 60px;
    }
    .experts-item-icon > img {
        width: 30px;
        height: 30px;
    }
    .experts-items-wrap {
        margin-bottom: 20px;
    }
    .experts-in {
        margin-bottom: 30px;
    }
    .our-leadership {
        width: 100%;
        padding: 30px;
        flex-direction: column;
        margin-bottom: 300px;
    }
    .our-leadership > img {
        width: 300px;
        height: 300px;
        left: unset;
        bottom: -270px;
    }
    .our-leadership-text {
        width: 100%;
        padding: 0px;
    }
    .our-leadership-text > p {
        line-height: 22px;
    }
        .alliance-mang-text {
        width: 90%;
    }
    .approach {
        flex-direction: column;
    }
    .approach-text {
        margin-left: 0px;
    }
    .lists-wraper-third {
        display: none!important;
    }
    .lists-wraper-second {
        margin-right: 0px;
    }
    .lists-wraper > div {
        width: 50%!important;
    }
    
}
@media screen and (max-width: 550px){
    .services-item-img-wrap {
        width: 168px;
        height: 168px;
    }
    .services-item-wrap > img {
        width: 140px;
        height: 140px;
    }
    .services-item {
        padding: 96px 24px 25px;
    }
    .services-item-wrap {
        margin-top: 90px;
    }
    .real-clients {
        margin-top: 5px;
        flex-direction: column;
    }
    .real-clients-text > h1 {
        margin-bottom: 25px;
    }
    .real-clients-img > img {
        width: 300px;
        height: 300px;
    }
    .support-you-first > h2 {
        width: auto;
    }
    .our-services-wrap {
        padding-bottom: 0px;
    }
    .approach {
        margin-bottom: 40px;
    }
    .approach > img {
        width: 300px;
        height: 300px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 500px){
    :root {
        --font-34-px: 25px;
        --font-52-px: 38px;
    }
    .lists-wraper-first {
        display: none!important;
    }
    .lists-wraper > div {
        width: 100%!important;
    }
    .form-wraper > p {
        margin-bottom: 20px;
    }
    form select, form textarea, form input, .dropdown {
        padding: 8px 14px;
    }
    .names-input {
        margin-bottom: 19px;
    }
    .names-inputs {
        margin-bottom: 25px;
    }
    .form-wraper {
        padding: 23px 25px 0px;
    }
    form > input, form > textarea, form > select,
    .dropdown  {
        margin-bottom: 18px;
    }
    .form-wraper > h2 {
        line-height: 48px;
    }
    .form-wraper > p {
        line-height: 19px;
    }
}
@media screen and (max-width: 400px) {
    .services-item {
        width: 320px;
        padding: 96px 24px 25px;
    }
    .our-services > p {
        margin-bottom: 0px;
    }
    .right-arrow {
        display: none!important;
    }
    .slick-dots li {
        margin: 10px 21px 0px;
    }
}