
@font-face {
    font-family: "M";
    font-style: normal;
    font-weight: 100;
    src:               
        url("fonts/M100.woff") format("woff");
}
@font-face {
    font-family: "M";
    font-style: normal;
    font-weight: 300;
    src:               
        url("fonts/M300.woff") format("woff");
}
@font-face {
    font-family: "M";
    font-style: normal;
    font-weight: 500;
    src:                
        url("fonts/M500.woff") format("woff");
}

@font-face {
    font-family: "M";
    font-style: normal;
    font-weight: 700;
    src:              
        url("fonts/M700.woff") format("woff");
}

@font-face {
    font-family: "M";
    font-style: normal;
    font-weight: 900;
    src: url("fonts/M900.woff") format("woff");
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

input, button {
    outline: none;
}

i, button {
    cursor: pointer;
}

html {
    overflow-x: hidden;
}

.overflow_h {
    overflow: hidden;
}



.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

h2 {
    font-size: 40px;
    text-align: center;
}


header {
    z-index: 999999;
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    background-color: #fff;
}


header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .container nav ul {
    display: flex;
    list-style-type: none;
    column-gap: 35px;
}

header .container nav ul li {

}

header .container nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

header .phone {
    color: #4472C4;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;   
    text-decoration: none; 
}

.header__button {
    display: none;
}




/* ****************************************************************************************************************** */






.firstscreen {
    height: 1070px;
    padding-top: 177px;
    position: relative;
}

.firstscreen .container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* height: 1000px; */
}

.firstscreen__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.firstscreen__block-logo {
    width: 289px;
}

.firstscreen__block-title {
    text-align: center;
    color: #4472C4;
    font-size: 28px;
    margin-bottom: 40px;
    font-family: "M";
    padding-bottom: 50px;
    /*border-bottom: 1px solid #B4B4B4;*/
}

.firstscreen__block-title span:last-child {
    font-size: 111px;
    font-weight: 900;
    font-family: "M";
}

.firstscreen__block-description {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #2f3440;
}


.firstscreen__block-logo {
    margin-bottom: 50px;
}

.firstscreen__block-list {
    display: flex;
    justify-content: center;
    column-gap: 59px;
}

.firstscreen__block-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.firstscreen__block-list__item-img {
    margin-bottom: 5px;
}

.firstscreen__block-list__item-text {
    color: #2F3440;
    font-size: 24px;
}

.firstscreen__block-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0;
}

.firstscreen__block-bottom {
    position: absolute;
    bottom: 0;
}


.animation__lefthand {
    position: absolute;
    bottom: -200px;
    left: -200px;
}

.animation__righthand {
    position: absolute;
    bottom: -200px;
    right: -200px;
}

.animation {
    opacity: 0;
    transition: all ease 1s;
}



.firstscreen p {
    font-size: 20px;
}
.firstscreen p .sb {
    font-weight: bold;
}

.firstscreen p .b {
    font-weight: 500;
}





.animation__lefthand-active {
    opacity: 1;
    left: 0;
    bottom: 100px;
}

.animation__righthand-active {
    opacity: 1;
    right: 0;
    bottom: 100px;
}

.firstscreen__block-top-active {
    opacity: 1;
    top: 124px;
}

.firstscreen__block-bottom-active {
    opacity: 1;
    bottom: 170px;
}


.firstscreen__block-description-list {
    width: 53%;
    margin: 0 auto;
    text-align:center;
    margin-bottom: 25px;
    font-size: 20px;
}
.firstscreen__block-description-list__item {
    margin-bottom: 8px;
}



/*@media screen and (max-width: 1650px) {*/
/*    .animation__lefthand, .animation__righthand {*/
/*        width: 600px;*/
/*    }*/
/*}*/

    .animation__lefthand, .animation__righthand {
        width: 650px;
    }
    .animation__lefthand-active, .animation__righthand-active {
        bottom: 190px;
    } 

@media screen and (max-width: 1900px) {
    .animation__lefthand, .animation__righthand {
        width: 500px;
    }
    .animation__lefthand-active, .animation__righthand-active {
        bottom: 250px;
    }    
}

@media screen and (max-width: 1550px) {
    .animation__lefthand, .animation__righthand {
        width: 450px;
    }

    .animation__lefthand-active, .animation__righthand-active {
        bottom: 250px;
    }
    .firstscreen {
        height: 1100px;
    }
}

@media screen and (max-width: 1350px) {
    .animation__lefthand, .animation__righthand {
        width: 350px;
    }
    .animation__lefthand-active, .animation__righthand-active {
        bottom: 350px;
    }
}

@media screen and (max-width: 1350px) {
    .firstscreen {
        height: 1120px;
    }
}

@media screen and (max-width: 1140px) {
    .animation__lefthand, .animation__righthand {
        width: 300px;
    }

    .animation__lefthand-active, .animation__righthand-active {
        bottom: 450px;
    }
    
    .firstscreen__block-description-list {
        width: 71%;
    }
}

@media screen and (max-width: 1015px) {
    .firstscreen {
        height: 1140px;
    }    
}

@media screen and (max-width: 992px) {
    .animation__lefthand, .animation__righthand {
        width: 200px;
    }
    .animation__lefthand-active, .animation__righthand-active {
        bottom: 600px;
    }
}

.firstscreen__block-title--mb {
    display: none;
}

@media screen and (max-width: 768px) {
    .firstscreen__block-bottom-active {
        bottom: 80px;
    }

    .animation__lefthand {
        transform: rotate(-20deg);
        left: -45px;
    }

    .animation__righthand {
        transform: rotate(20deg);
        right: -45px;
    }
    .animation__lefthand-active, .animation__righthand-active {
        bottom: 650px;
    }

    .firstscreen__block-logo {
        margin-bottom: 20px;
    }

    .firstscreen__block-title--mb {
        display: block;
        font-size: 26px;
        color: #4472c4;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .firstscreen {
        height: 1220px;
    } 

}

@media screen and (max-width: 768px) {
    .animation__lefthand, .animation__righthand {
        width: 150px;
    }
    
    .firstscreen__block-top {
        position: relative;
    }
    
    .firstscreen__block-bottom {
        position: relative;
    }
    .firstscreen {
        height: auto;
        padding-top: 70px;
    }
    
    .firstscreen__block-top-active {
        top: auto;
    }
    
    
    
}

@media screen and (max-width: 600px) {
    
    .firstscreen {
        height: 1220px;
    }     
    
}

.sb {
    font-weight: 600;
}
.b {
    font-weight: 500;
}

.firstscreenText {
    margin-top: -60px;
}

.firstscreenText p {
    font-size: 20px;
}

@media screen and (max-width: 600px) {
    .firstscreenText {
        margin-top: -20px;
    }
}





/* ****************************************************************************************************************** */

.princip {
    background-color: #0F6FB7;
    color: #fff;
    padding-bottom: 65px;
    padding-top: 55px;
    height: 425px;
}

.princip h2 {
    color: #fff;
    margin-bottom: 50px;
}



.princip__list {
    display: flex;
    justify-content: space-between;
}

.princip__list-item {
    text-align: center;
    width: 300px;
    position: relative;
}

.princip__list-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -175px;
    top: 35px;
    width: 228px;
    height: 1px;
    background-color: #fff;
}

.princip__list-item img {
    margin-bottom: 24px;
}

.princip__list-item__text {

}

.princip__list-item__text span {
    font-weight: 700;
}







/* ****************************************************************************************************************** */









.social__calback {
    margin-top: 40px;
    margin-bottom: 40px;
}

.social__calback-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 39px;
}

.social__calback-btn {
    width: 100%;
    text-align: center;
    border: none;
    background-color: #0F6FB7;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    border-radius: 12px;
    padding: 12px 0;
}








/* ****************************************************************************************************************** */




.finance {
    padding-top: 20px;
    margin-bottom: 40px;
}

.finance .container {

}

.finance h2 {
    margin-bottom: 48px;
}

.finance__list {
    display: flex;
}

.finance__list-item {
    text-align: center;
    width: 228px;
}


.finance__list-item__imgwrap {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}


.finance__list-item__text {

}

.finance__list-item__text span {
    font-weight: 600;
}

.finance__calback {
    background-color: #E5007D;
    color: #fff;
    font-size: 16px;
    width: 259px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 50px;
}













/* ****************************************************************************************************************** */











.social {

}

.container {

}

.social h2 {
    margin-bottom: 40px;
}

.social__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.social__info ul {
    list-style-type: none;
}

.social__info ul li {
    margin-bottom: 20px;
}

.social__info ul li span {
    font-weight: bold;
}

.social__info ul li span.no-wrap {
    white-space: nowrap;
    font-weight: 400 !important;
}

.social__tabs-item:not(:last-child) {
    margin-bottom: 32px;
}

.social__tabs-item__title {
    background-color: #f2f2f2;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.social__tabs-item__title img {
    transition: all ease .5s;
}

.social__tabs-item__title img.active {
    transform: rotate(180deg);
}

.social__tabs-item__title--blue {
    border-top: 3px solid #4472c4;
    color: #4472c4;
}

.social__tabs-item__title--pink {
    border-top: 3px solid #e5007d;
    color: #e5007d;
}

.social__tabs-item__content {
    display: none;
}
.social__tabs-item__content.active {
    display: flex;
    flex-wrap: wrap;
}

.social__tabs-item__content-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.social__tabs-item__content-column__wrap {
    display: flex;
    justify-content: space-between;
    width: 50%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.social__tabs-item__content-column__wrap:first-child {
    border-right: 1px solid #ccc;
}

.social__tabs-item__content-column__wrap:last-child {
    border-left: 1px solid #ccc;
}


.social__tabs-item__content-column__wrap-title {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;

}

.social__tabs-item--pink .social__tabs-item__content-column__wrap-title {
    border-top: 1px solid #e5007d;
    color: #e5007d;
}

.social__tabs-item--blue .social__tabs-item__content-column__wrap-title {
    border-top: 1px solid #4472C4;
    color: #0F6FB7;
}

.social__tabs-item__content-column__total {
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
}
.social__tabs-item--blue .social__tabs-item__content-column__total {
    border-top: 4px solid #4472C4;
    color: #4472C4;
    width: 100%;
}
.social__tabs-item--pink .social__tabs-item__content-column__total {
    border-top: 4px solid #E5007D;
    color: #E5007D;
    width: 100%;
}

.social__tabs-item__content-column button {
    width: 100%;
    height: 53px;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 23px 0;
    border: none;
    font-size: 18px;
}

.social__tabs-item--blue .social__tabs-item__content-column button {
    background-color: #4472C4;
}
.social__tabs-item--pink .social__tabs-item__content-column button {
    background-color: #E5007D;
}

.social__tabs-item__content-column__title {
    font-size: 22px;
    font-weight: bold;
    margin: 23px 0;
    text-align: center;
}

.social__tabs-item__content-column__title img {
    display: none;
}

.social__tabs-item__content-column__list {
    list-style-type: none;
}

.social__tabs-item__content-column__list li {
    font-size: 17px;
}

.social__tabs-item__content-column__list li:not(:last-child) {
    margin-bottom: 16px;
}








/* ****************************************************************************************************************** */








.dogovor {

}

.dogovor .container {

}

.dogovor__h2-1 {
    margin: 32px 0;
}

.dogovor__h2-2 {
    margin: 40px 0;
}

.dogovor h2 span {
    color: #E5007D;
}

.dogovor__p1 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}

.dogovor h3 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 24px;
}

.dogovor-year__list {
    display: flex;
    justify-content: center;
    column-gap: 76px;
}

.dogovor-year__list-item {
    width: 217px;
    height: 177px;
    background-color: #0F6FB7;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dogovor-year__list-item__title {
    font-size: 28px;
    color: #fff;
    margin-bottom: 19px;
}

.dogovor-year__list-item__price {
    color: #ef7dbc;
    font-size: 28px;
    margin-bottom: 15px;
}

.dogovor-year__list-item__priceall {
    color: #fff;
}   

.dogovor-attention {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 56px;
    column-gap: 55px;
}

.dogovor-attention__left {
    color: #0f6fb7;
    font-size: 44px;
    font-weight: 900;
}

.dogovor-attention__right {
    background-color: #ef7dbc;
    padding: 15px 0;
    padding-right: 20px;
    padding-left: 48px;
    color: #fff;
    font-size: 19px;
    border-radius: 12px;
    position: relative;
}
.dogovor-attention__right::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 0;
    width: 50px;
    height: 100%;
    background-image: url(img/triangle-pink.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.dogovor__p2 {
    margin-bottom: 18px;
}

.dogovor__p2 a {
    color: #C20D19;
    text-decoration: none;
}
















/* ****************************************************************************************************************** */














.advatages {

}

.advatages .container {

}

.advatages h2 {    
    margin-bottom: 50px;
    margin-top: 40px;
}

.advatages h2 span {
    color: #E5007D;
}

.advatages__list {

}

.advatages__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.advatages__list-item__left {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.advatages__list-item__left img {
    width: 80px;
}

.advatages__list-item__left-text__title {
    font-size: 28px;
    margin-bottom: 5px;
}

.advatages__list-item__left-text__description {
    font-size: 16px;
}

.advatages__list-item__right {

}












/* ****************************************************************************************************************** */






.garant {
    background-color: #F5F5F5;
    padding: 40px 0;
}

.garant h2 {
    /* margin-bottom: 50px; */
}

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

.garant__info {
    flex-wrap: wrap;
}

.garant__info p {
    width: 60%;
}

.garant__info svg {
    width: 40%;
}

.garant__logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.garant__logos-item {
    display: flex;
    column-gap: 16px;
    align-items: center;
}











/* ****************************************************************************************************************** */



.docs {
    padding: 70px 0;
}

.docs .container {
    
}

.docs h2 {
    margin-bottom: 50px;
}

.docs__list {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
}

.docs__list-item {
    display: flex;
    /* align-items: center; */
    
    width: 265px;
}

.docs__list-item__text {
    color: 181716;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 22px;
    line-height: 16px;
}

.docs__list-item__text a {
    color: #c20d19;
    text-decoration: none;
}



/* ****************************************************************************************************************** */



footer {
    background-color: #606060;
    padding-top: 40px;
    padding-bottom: 68px;
}

footer .container {

}

.footer__top ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    list-style-type: none;
}

.footer__top ul li {
    color: #fff;
    text-align: center;
    position: relative;
}

/* .footer__top ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -100px;
    top: 0;
    height: 65px;
    width: 1px;
    background: #fff;
} */

.footer__top ul li:nth-child(2n) {
    border-right: 1px solid;
    border-left: 1px solid;
    padding: 0 10%;
}

.footer__top ul li:first-child {
    /* text-align: left; */
}

.footer__top ul li:last-child {
    /* text-align: right; */
}

.footer__top ul li div:first-child {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.footer__top ul li div:last-child {
    font-size: 18px;
}


.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer__bottom p {
    color: #fff;
    font-size: 14px;
}





/* ****************************************************************************************************************** */




.order-form .button {
    color: #ffffff;
    font-size: 18px;
    padding: 20px 90px;
    background: #4fa077;
    border-radius: 9px;
    display: inline-block;
    border: 0;
    cursor: pointer;
    background-color: #ffca56;
    color: #191817;
}












.part-style input {
    background-color: #50228254;
}
.part-style .order-form__checkox-view {
    background: #50228254;
}



.cookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999999;
    padding: 40px;
    border-top: 1px solid #4472c4;
}

.cookie .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cookie__text {
    width: calc(100% - 150px);
    padding-right: 20px;
}

.cookie__text a {
    color: #000;
}

.cookie_btn {
    background-color: #4472c4;
    border: none;
    display: block;
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
}

@media screen and (max-width: 1140px) {
    .cookie {
        padding: 10px;
        padding-bottom: 0;
    }
    .cookie .container {
        flex-direction: column;
    }
    .cookie__text {
        margin: 5px 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
        order: 2;
    }
    .cookie_btn {
        font-size: 14px;
    }

}











.success_pay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00000087;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success_pay__info {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}

.success_pay__info-close {
    position: absolute;
    right: -21px;
    top: -21px;
    width: 30px;
    height: 30px;
}

.success_pay__info-title {
    font-size: 32px;
    margin-bottom: 20px;

}
.success_pay__info-description {
    font-size: 18px;
}




.success_callback {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00000087;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.success_callback__info {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}

.success_callback__info-close {
    position: absolute;
    right: -21px;
    top: -21px;
    width: 30px;
    height: 30px;
}

.success_callback__info-title {
    font-size: 32px;
    margin-bottom: 20px;

}
.success_callback__info-description {
    font-size: 18px;
}