/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
*:hover{
    transition: 0.3s;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
h1,h2,h3,h4,h5,p,li,ul{
    margin: 0;
    padding: 0;
    transition: 0.3s;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Inter', sans-serif;
    padding: 0;
    margin: 0;
    background: #FFF;
    color: #454663;
}
a {
    color: #454663;
    text-decoration: none;
    transition: 0.3s;
}
a:hover:after,
a:focus:after {
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
input, textarea {
    outline:none;
    font-family: 'Inter', sans-serif;
}
input::placeholder, textarea::placeholder{
    font-family: 'Inter', sans-serif;
}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
    font-family: 'Inter', sans-serif;
}
/*Дэфолтные настройки*/
header{
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
}
.header-fixed{
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
}
.flexLeft-flexHeader-1{
    display: flex;
    align-items: center;
    gap: 20px;
}
.flexLeft-flexHeader-1 p,.flexLeft-flexHeader-1 a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}
.openModalHeader{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #260B90;
}
.flexHeader-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border-bottom: solid 1px #180467;
}
.flexHeader-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
}
.listHeader{
    display: flex;
    align-items: center;
    gap: 15px;
}
.listHeader li a{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.sectionBanner__index{
    padding-top: 330px;
    padding-bottom: 206px;
}
.titlePage-sectionBanner__index{
    font-size: 48px;
    font-style: normal;
    color: #FFFFFF;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    margin-bottom: 20px;
}
.block-blocksPluses__banner{
    width: 428px;
    height: 100px;
    border-radius: 30px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.block-blocksPluses__banner p{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 100%;
}
.block-blocksPluses__banner p span{
    color: #260B90;
    font-family: "Unbounded", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.flex-blocksPluses__banner{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}
.whereWe__banner{
    transition: 0.3s;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
    display: flex;
    padding: 24px 48px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    justify-content: center;
    background: #260B90;
    width: fit-content;
}
.whereWe__banner:hover{
    transition: 0.3s;
    background: #16006D;
}
.contentWhite__index{
    border-radius: 100px 100px 0px 0px;
    background: #FFF;
    margin-top: -90px;
    padding-top: 100px;
    position: relative;
    z-index: 5;
}
.titlePage__all{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 80px;
    font-family: "Unbounded", sans-serif;
}
.textAbout{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 660px;
}
.flex-aboutUs img{
    max-width: 695px;
    width: 100%;
}
.flex-aboutUs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.contentWhite__index{
    margin-bottom: 140px;
}
.swiper-button-prev:after, .swiper-button-next:after{
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    background-repeat: no-repeat;
    background-size: cover!important;
    width: 42px!important;
    height: 42px!important;
    background-position: center;
    background-color: #E9EAF2!important;
    border-radius: 100px!important;
}
.swiper-button-prev{
    transform: rotate(180deg);
    right: 59px!important;
    left: auto!important;
}
.swiper-slideNews__content{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.swiper-slide-news{
    border-radius: 40px;
    padding-bottom: 30px;
    background: #E9EAF2;
}
.textNewsPrev{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}
.titleNewsPrev{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    margin-top: 10px;
    -webkit-line-clamp: 2; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; /* Обрезаем всё за пределами блока */
}
.authorNews{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #260B90;
}
.block-flexInfoNewsPrev{
    display: flex;
    align-items: center;
    gap: 10px;
}
.block-flexInfoNewsPrev p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.flexInfoNewsPrev{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 22px;
    margin-bottom: 30px;
}
.moreAboutNews{
    transition: 0.3s;
    padding: 24px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    width: fit-content;
    background: #260B90;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
}
.moreAboutNews:hover{
    transition: 0.3s;
    background: #180467;
}
.photoPrevNews{
    width: 100%;
    border-radius: 40px 40px 0px 0px;
    max-height: 240px;
}
.reviewSection{
    margin-top: 140px;
}
.namePerson{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    font-family: "Unbounded", sans-serif;
    max-width: 220px;
    margin-bottom: 10px;
}
.flexNameAndPohto{
    display: flex;
    align-items: center;
    gap: 20px;
}
.textRev{
    -webkit-line-clamp: 6; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; /* Обрезаем всё за пределами блока */
    margin-top: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
}
.moreAboutRev{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #180467;
}
.swiper-slide-rev{
    border-radius: 40px;
    background: #E9EAF2;
}
.swiper-slide-rev img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}
.btnRevWhereWe{
    transition: 0.3s;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
    display: flex;
    padding: 24px 48px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    justify-content: center;
    background: #260B90;
    width: 100%;
    margin-top: 10px;
}
.btnRevWhereWe:hover{
    transition: 0.3s;
    background: #16006D;
}
footer{
    padding-top: 70px;
    padding-bottom: 60px;
    margin-top: 140px;
    border-radius: 100px 100px 0px 0px;
    background: #040632;
}
.block-flex-infoFooterContact{
    display: flex;
    align-items: center;
    gap: 10px;
}
.block-flex-infoFooterContact p,.block-flex-infoFooterContact a{
    color: #FFF;
    font-family: "Unbounded", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}
.block-flex-infoFooterContact1 p{
    font-size: 16px;
    font-weight: 300;
}
.flex-infoFooterContact{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.title-cl3,.cl2-flex1__footer p,.cl1-flex1__footer p{
    color: #FFF;
    margin-bottom: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.cl1-flex1__footer p{
    margin-top: 27px;
}
.listFooter{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.listFooter li a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.flexSocial-footer{
    display: flex;
    align-items: center;
    gap: 10px;
}
.flex1__footer{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.fle2__footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px;
}
.fle2__footer a,.fle2__footer p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    opacity: 0.75;
}
.fle2__footer a{
    display: flex;
    align-items: center;
    gap: 10px;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    transform: rotate(180deg);
    width: 48px;
    height: 48px;
    position: relative;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #180467;
    transition-duration: .25s;
    right: 10px;
    border-radius: 10px;
}
.span-burger{
    border: none;
    outline: none;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
    transition: 0.3s;
    right: 0;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
    transition: 0.3s;
    right: 0;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: rgba(4, 6, 50, 0.80);
    backdrop-filter: blur(10px);
    transition-duration: .25s;
    z-index: 999;
}
.hamburger-menu{
    display: none;
    margin-top: -15px;
}
.menu__box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.list-header{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.list-header li a{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.list-header li a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.list-header li a svg circle{
    fill: #FFFFFF!important;
}
.infoContactBurger{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.infoContactBurger p,.infoContactBurger a{
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 120% !important;
    color: #FFFFFF;
    text-align: center;
}
.infoContactBurger .openModalHeader{
    margin-top: 20px;
}
.flex1__footer{
    flex-wrap: wrap;
    gap: 40px;
}
.fle2__footer{
    flex-wrap: wrap;
    gap: 40px;
}
.breadSection{
    padding-top: 200px;
    padding-bottom: 110px;
}
.flexBread{
    display: flex;
    align-items: center;
    gap: 10px;
}
.flexBread a{
    color: #FFF;
    /* bread crumps */
    font-family: "Unbounded", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.breadPage{
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #E9EAF2;
}
.moreAboutService{
    width: 100%;
}
.content-blockService{
    padding: 20px 30px 30px;
}
.infoLittle-blockService{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #260B90;
    margin-bottom: 10px;
}
.title-blockService{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: "Unbounded", sans-serif;
}
.blockService{
    width: calc(34% - 16px);
    border-radius: 40px;
    background: #E9EAF2;
}
.blockService-img{
    width: 100%;
    border-radius: 40px 40px 0px 0px;
    height: 300px;
    object-fit: cover;
}
.flexServiceBlocks{
    display: none;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.flexServiceBlocks-active{
    display: flex;
}
.blockServiceV2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
}
.logoService{
    width: 100%;
}
.text-right-flexServicePage{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}
.infoSocial-flexServicePage{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.telThisService,.webSiteService{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #260B90;
}
.webSiteService{
    display: flex;
    align-items: center;
    gap: 10px;
}
.flexServicePage{
    display: flex;
    align-items: center;
    gap: 30px;
}
.photoServicePage{
    max-width: 728px;
    width: 100%;
    border-radius: 50px;
}
.right-flexServicePage{
    width: 642px;
}
.flexSocial-Contact a img{
    height: 70px;
}
.title-blockContact{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.title-blockContact p{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
}
.infoAnotherContact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.infoAnotherContact a,.infoAnotherContact p{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #260B90;
}
.blockContact{
    padding: 30px 40px;
    border-radius: 40px;
    background: #E9EAF2;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.flex-contactBlocks{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.blockContact{
    width: calc(34% - 16px);
}
.map{
    height: 600px;
    overflow: hidden;
    border-radius: 40px;
}
.map {
    filter: grayscale(1);
}
.flex-allNews{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.block-news{
    border-radius: 40px;
    background: #E9EAF2;
    width: calc(34% - 16px);
    padding-bottom: 30px;
}
.photoNewsPage{
    width: 100%;
    margin-bottom: 40px;
}
.textNewsPage{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px;
}
.close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #260B90;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.close:before, .close:after {
    content: "";
    position: absolute;
    width: 17.8px;
    height: 3px;
    background: #ffffff;
    margin-top: 12px;
    margin-left: 5.7px;
    border-radius: 10px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(20, 20, 20, 0.50);
    backdrop-filter: blur(5px);
}
.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 40px 35px;
    transform: translate(-50%,-50%);
    border-radius: 40px;
    background: #FFF;
    width: 951px;
    height: auto;
}
.titleModal{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    margin-bottom: 10px;
}
.textModal{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px;
}
.formModal{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.formModal input{
    height: 60px;
    width: calc(49% - 2px);
    border-radius: 10px;
    background:  #E9EAF2;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    opacity: 1;
    font-family: 'Inter', sans-serif;
    border: none;
    padding-left: 20px;
}
.formModal input::placeholder{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    opacity: 0.5;
}
.formModal textarea{
    height: 120px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background:  #E9EAF2;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    opacity: 1;
    font-family: 'Inter', sans-serif;
    border: none;
}
.formModal textarea::placeholder{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    opacity: 0.5;
}
.flexBtnModal{
    display: flex;
    align-items: center;
    gap: 20px;
}
.flexBtnModal button{
    transition: 0.3s;
    padding: 24px 10px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    background: #260B90;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
    width: 428px;
}
.flexBtnModal button:hover{
    transition: 0.3s;
    background: #180467;
}
.flexBtnModal p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    opacity: 0.6;
}
.thankSection{
    padding: 300px 0;
}
.flexThank{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flexThank h1{
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Unbounded", sans-serif;
    text-align: center;
    max-width: 758px;
}
.flexThank p{
    margin-top: 10px;
    margin-bottom: 50px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.flexBanks{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.blockBanks{
    width: calc(34% - 16px);
    border-radius: 40px;
    background: #E9EAF2;
    padding-bottom: 40px;
    overflow: hidden;
}
.blockBanks img{
    width: 100%;
    border-radius: 40px 40px 0px 0px;
}
.text-blockBanks{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}
.nameOfBanks{
    color: #260B90;
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.textOptionBanks{
    color: #454663;
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.shops-filter-container-block{
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 171.429% */
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.shops-filter-container-block-active{
    border-bottom: 2px solid #260B90;
}
.shops-filter-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1440px){
    .container{
        max-width: 1200px;
    }
    .block-news{
        width: calc(34% - 15px);
    }
    .title-blockContact p{
        font-size: 22px;
    }
}
@media screen and (max-width: 1220px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .blockContact{
        width: calc(49% - 5px);
    }
    .flexServicePage{
        flex-direction: column;
        align-items: flex-start;
    }
    .right-flexServicePage{
        width: 100%;
    }
    .photoServicePage{
        width: 100%;
        max-width: none;
    }
    .flex-aboutUs{
        flex-direction: column-reverse;
        align-items: center;
    }
    .flex-aboutUs img{
        width: 100%;
        max-width: none;
    }
    .titlePage__all{
        margin-bottom: 40px;
    }
    .contentWhite__index,.sectionNewsSlider{
        margin-bottom: 80px;
    }
    .reviewSection{
        margin-top: 0;
    }
    footer{
        margin-top: 80px;
    }
    .textAbout{
        max-width: none;
    }
    .titlePage-sectionBanner__index{
        font-size: 32px;
    }
    .block-blocksPluses__banner p{
        font-size: 20px;
    }
    .block-blocksPluses__banner p span{
        font-size: 20px;
    }
    .block-blocksPluses__banner{
        width: 360px;
    }
    .whereWe__banner{
        padding: 20px 48px;
        font-size: 20px;
    }
    .flex-blocksPluses__banner{
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1040px){
    .flexLeft-flexHeader-1 p, .flexLeft-flexHeader-1 a{
        font-size: 12px;
    }
}
@media screen and (max-width: 1000px){
    .blockService{
        width: calc(50% - 5px);
    }
    .blockBanks{
        width: calc(50% - 5px);
    }
    .listHeader li a{
        font-size: 14px;
    }
    .block-news{
        width: calc(50% - 5px);
    }
    .modal-content{
        width: 700px;
        height: auto;
    }
    .formModal input{
        width: calc(49% - 4px);
    }
}
@media screen and (max-width: 900px){
    .flexHeader-1{
        display: none;
    }
    .blockContact{
        width: 100%;
    }
    .breadSection{
        padding-top: 120px;
    }
    .moreAboutNews{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .contentWhite__index{
        border-radius: 50px 50px 0px 0px;
    }
    footer{
        border-radius: 50px 50px 0px 0px;
    }
    .logoHeader img{
        height: 70px;
    }
    .listHeader li a{
        font-size: 14px;
    }
    .flex-blocksPluses__banner{
        gap: 20px;
        flex-wrap: wrap;
    }
    .sectionBanner__index{
        padding-top: 230px;
    }
}
@media screen and (max-width: 900px){
    .hamburger-menu{
        display: block;
    }
    .thankSection{
        padding: 250px 0;
    }
    .flexThank h1{
        font-size: 28px;
        max-width: none;
    }
    .flexThank p{
        margin-bottom: 30px;
    }
    .modal-content{
        width: 420px;
        height: auto;
        padding: 20px;
    }
    .titleModal{
        font-size: 24px;
    }
    .textModal{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .formModal input{
        width: 100%;
    }
    .flexBtnModal{
        flex-direction: column;
        gap: 10px
    }
    .flexBtnModal button{
        width: 100%;
    }
    .block-news{
        width: 100%;
    }
    .titlePage__all{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .flex-aboutUs{
        gap: 20px;
    }
    .contentWhite__index{
        padding-top: 50px;
    }
    .block-blocksPluses__banner{
        width: 100%;
    }
    .block-blocksPluses__banner p{
        max-width: none;
    }
    .titlePage-sectionBanner__index br{
        display: none;
    }
    .whereWe__banner{
        width: 100%;
    }
    .listHeader{
        display: none;
    }
    #menu__toggle:checked ~ .menu__box{
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexHeader-2{
        padding: 7px 0;
    }
    .content-blockService{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .moreAboutService{
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 740px){
    .text-blockBanks{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .blockBanks{
        padding-bottom: 20px;
    }
    .textOptionBanks{
        font-size: 14px;
    }
}
@media screen and (max-width: 500px){
    .blockService{
        width: 100%;
    }
    .photoNewsPage{
        margin-bottom: 20px;
    }
    .textNewsPage{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .flexBread a{
        font-size: 10px;
    }
    .blockBanks{
        width: 100%;
    }
}
@media screen and (max-width: 470px){
    .titlePage-sectionBanner__index{
        font-size: 28px;
    }
    .blockContact{
        padding: 20px;
    }
    footer{
        margin-top: 60px;
    }
    .textAbout{
        font-size: 14px;
    }
    .contentWhite__index, .sectionNewsSlider{
        margin-bottom: 40px;
    }
    .block-blocksPluses__banner p{
        font-size: 18px;
    }
    .block-blocksPluses__banner img{
        width: 50px!important;
    }
    .block-blocksPluses__banner{
        padding: 15px;
    }
    .whereWe__banner{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 450px){
    .blockService-img{
        height: 200px;
    }
    .logoHeader img{
        height: 60px;
    }
    .breadSection{
        padding-top: 100px;
    }
    .titlePage__all{
        font-size: 26px;
    }
    .textNewsPrev{
        padding-left: 20px;
        padding-right: 20px;
    }
    .btnRevWhereWe{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
    }
    .moreAboutNews{
        font-size: 20px;
    }
    .block-flex-infoFooterContact p, .block-flex-infoFooterContact a{
        font-size: 14px;
    }
    .fle2__footer{
        gap: 10px;
    }
    .modal-content{
        width: 380px;
        height: auto;
        padding: 20px;
    }
    .close{
        right: 10px;
    }
}
@media screen and (max-width: 390px){
    .modal-content{
        width: 330px;
    }
}
 // flex-контейнер
.captcha {
    display: flex;
    margin: 20px;
}

// flex-элементы
.firstNumber,
.plus,
.secondNumber,
.equal,
.result {
    margin-right: 3%;
}
.grecaptcha-badge {
    display: none;
}
