h1,
h2,
h3,
h4,
h5,
h6,
p{
    line-height: 1.30 !important;
}
input { 
    font-weight: 800; 
    border: none !important;
}
@font-face{

    font-family: 'Noto Sans';
    
    src: url('/fonts/NotoSans-VariableFont_wdth\,wght.ttf') format('truetype');

    
    font-weight: normal;
    
    font-style: normal;
    
}
    
html, 
body{
    scroll-behavior: smooth !important;
    scroll-snap-type: y mandatory;
    /* overflow-y:hidden; */
    height: 100vh;
    font-family:"Noto Sans",Arial, Helvetica, sans-serif;
    background-repeat:no-repeat ;
    background-size: 100%;
    background-color: #0166d0 !important;
    /* background-color: red !important; */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-origin: border-box;
}
::-webkit-scrollbar {
    display: none;
}
footer{
    align-items:baseline !important;
    padding-bottom:0px !important;
    width:100vw !important;
    background-color:#014c9a !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    display: flex;
    justify-content: center;
    color: #fff;
}
.section{
    height: max-content;
    padding-bottom: 30px;
    text-align: center;
}
/* fullpage scrolling */
/* .section{
    scroll-snap-align: start;
    scroll-snap-stop: always;
} */
.sect-girl{
    padding-top: 0px !important;
}
.scrolled{
    background-color:#014c9a !important;
}
.w-85{
    width: 72% !important;
}
.w-93{
    width: 93% !important;
}
.test {
    background: red !important;
}
nav{
    padding-top: 0px !important;
}
.main-navbar{
    padding:5px 10px;
}
.navmain{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin:0px 10% !important;
}
.nav_list-text{
    font-weight: 700;
    font-size: 1.35em;
}
.e-osago{
   white-space: nowrap;
}
.nav_btn{
    border-radius: 13px !important;
}
.btn-to-call_nav{
    padding-top: 5px;
}
.nav_btn-text{
    color:#014c9a !important;
    font-weight: 600;
    font-size: 20px;
}
.sect-spots-girl{
    background-image: url(/images/spots.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.sect-girl{
    /* height: 100vh; */
    background-image: url(/images/photo.png);
    background-repeat: no-repeat;
    background-position: top right;
    align-items: flex-start;
    background-origin: border-box;
}
.form_cont-phone_own{
    margin-top: 0px;
    padding-left: 0px !important;
}
.form_cont-phone_own{
        width: 50% !important;
}
.contacts-layout{
    --contacts-gap: clamp(1.5rem, 2vw + 1rem, 3rem);
    gap: var(--contacts-gap) !important;
    align-items: center;
}
@media (max-width: 1200px){
    .form_cont-phone_own{
        width: 100% !important;
    }
    .contacts-layout{
        align-items: stretch;
    }
    .sectiondown-right{
        justify-content: flex-end;
        align-self: auto;
        height: auto;
    }
    .sectiondown-right .contact-panel{
        flex: 0 0 auto;
        min-height: auto;
    }
    .sectiondown-right-half_2{
        justify-content: unset;
    }
}
.sectiondown-right-half_2{
    justify-content: space-between;
}
.sectiondown-right{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--contacts-gap, clamp(1.5rem, 2vw + 1rem, 3rem)) !important;
    align-self: stretch;
    height: 100%;
}
.sectiondown-right .contact-panel{
    flex: 1 1 0;
    min-height: clamp(200px, 18vw, 260px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 24px;
    padding: clamp(24px, 4vw, 36px);
}
.sectiondown-right .contact-panel .contact-info{
    width: 100%;
}
.contact-info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 12px 0;
}
.contact-info--email{
    padding: 24px 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(1, 102, 208, 0.12) 0%, rgba(1, 102, 208, 0.05) 100%);
    border: 1px solid rgba(1, 102, 208, 0.15);
    box-shadow: 0 18px 36px rgba(1, 102, 208, 0.12);
}
.contact-info__icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(1, 102, 208, 0.1);
    color: #0166d0;
}
.contact-info--email .contact-info__icon{
    background-color: #0166d0;
    color: #fff;
    box-shadow: 0 12px 24px rgba(1, 102, 208, 0.25);
}
.contact-info__text{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.contact-info__text h3{
    margin: 0;
    text-align: left !important;
    color: #0166d0 !important;
}
.contact-info__link{
    font-weight: 700;
    font-size: 1.1rem;
    color: #0166d0;
    text-decoration: none;
    overflow-wrap: anywhere;
}
.contact-info__link:hover,
.contact-info__link:focus{
    text-decoration: underline;
}
.contact-info svg{
    width: 2rem;
    height: auto;
}
@media (max-width: 576px){
    .contact-info{
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    .contact-info__text h3{
        text-align: center !important;
    }
}
@media (max-width: 768px){
    .sectiondown-right .contact-panel{
        min-height: auto;
    }
    .bot-assistant{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .bot-assistant__content{
        align-items: center;
        text-align: center;
    }
}
@media (max-width:992px) {
    .sect-girl{
        background-size: 100%;    
    }
}
@media (min-width:993px) {
    .sect-girl{
        background-size: 43% !important;
        background-position-y: 5em !important;   
    }
}

@media (max-width:1200px){
    .company-card{
        min-width: 100% !important;
        /* width:100% !important; */
        max-height: 10em !important;
    }
}


.sect-girl_header{
    font-size: 39.75px;
    line-height: 1.2;
    font-weight: 900 !important;
    line-height: 1.2;
}
.sect-girl_text{
    font-weight: 600 !important;
    font-size: 18px;
}
.main_header-cards{
    font-size: 39.75px !important;
    margin-bottom: 91px !important;
}
.row_cards_own{
    text-align: left;
    grid-row-gap: 53px;
}
.card{
    border-radius: 26px !important;
}
.cards_header{
    margin-bottom: 0 !important;
    font-weight: 900 !important;
}
.sign_next{
    width: 20px;
}
.card_header{
    font-size: 27px;
    font-weight: 900 !important;
    color: rgb(1, 102, 208) !important;
}
.card-title{
    width:fit-content !important;
}
.col-md-4{
    padding: 0px !important;
}
.btn_card_own{
    font-size: 22px !important;
    border-radius: 19px !important;
    font-weight: 900 !important;
    width: 100%;
}   
.btn_card_own--disabled{
    background-color: #aebedf !important;
    border-color: #aebedf !important;
    color: #f8f9ff !important;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.72;
}
.btn_card_own--disabled img{
    filter: grayscale(100%);
    opacity: 0.7;
}
.card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.row_cards_own .card-body{
    padding: 1.25rem !important;
}
.card_advantages{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
}
.intro-video{
    width: 100% !important;
    height: auto !important;
    max-height: calc(100vh - 140px);
    object-fit: contain;
}
.check_markpng_own{
    width: 75px;
    height: 67px;
}
@media (max-width:992px) {
    .check_markpng_own{
        width: 47px;
        height: 35px;    
    }
}
@media (min-width:993px) {
    .check_markpng_own{
        width: 67px !important;
        height: 55px !important;
    }
}
.counter{
    padding: 0 15px;
    border-radius: 13px;
    background-color: rgb(1, 102, 208);
}
.card_advantages-main{
    width: 85vw !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.card_advantages-main-text{
    text-wrap:nowrap;
    /* font-size: 36px !important; */
    color: rgb(1, 102, 208) !important;
    font-weight: 900 !important;
}
.card_advantages-text{
    font-size: 26.4px;
    color: rgb(1, 102, 208);
    font-weight: 900 !important;
}
.card_advantages-bottom-text{
    color: rgb(1, 102, 208);
    font-size: 72px;
}
.form-phone_own{
    background-image: url(/images/spots.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.form_cont-phone_own{
    padding-left: 2em !important;
    border-radius: 39px;
    background-color: #dee8ff ;
    padding-bottom: clamp(1rem, 1.5vw + 0.5rem, 1.75rem) !important;
}
.header_form-phone_own{
    font-weight: 700 !important;
    color: #0166d0 !important;
    /* font-size: 40px!important; */
}
.form-phone_own-input{
    background-color: #014c9a !important;
    border-radius: 14px !important;
    width: clamp(20rem, 24vw, 20rem) !important;
    height: 60px;
    padding: 12px 18px 8px;
    text-align: center;
}
.row-form_owm > .col-auto{
    display: flex;
    align-items: flex-start;
}
.form-phone_own-input.error{
    border:5px solid red !important;
}
.error-text{
    color: red !important;
}
.sectiondown-right-half_2{
    gap: 60px;
    height: 75%;
}
.input.error{
    border:5px solid red !important;
}
.checkbox-error{
    outline: 2px solid red;
}
.checkbox__label{
    color: #0166d0;
    opacity: 1;
}
.checkbox__label .soglasie-link{
    color: #0166d0 !important;
}
.form-phone_own-input::placeholder{
    text-align: center;
    font-family:"Noto Sans",Arial, Helvetica, sans-serif;
    font-size: 2em;
    color: rgba(255, 255, 255, 0.3);
}
.form-phone_own-input::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}
.form-phone_own-input::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}
.form-phone_own-input:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}
/* .form-phone_own-input:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
    border: none !important;
} */
/* @media (min-width:1200px){
    .form-phone_own-input{
        width: min(100%, 20rem) !important;
    }
} */
.form-phone_own-submit{
    background-color: #014c9a !important;
    border-radius: 15px !important;
    min-width: clamp(9rem, 12vw, 11.5rem);
    height: 60px;
    padding: 0 clamp(1.5rem, 2vw, 2.25rem);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    font-weight: 700;
    font-size: clamp(1rem, 0.8vw + 0.9rem, 1.15rem);
    color: #fff !important;
    border: none;
}
.btn_cont{
    background-color: #014c9a !important;
}
/* .company-card_row{
    height: 15em;
    gap: 5%;
    margin-top: 2% !important;
} */
.company-card{
    padding-bottom: 5% 0;
    height: 11em !important;
    width: 15% !important;
    background-color: white;
    border-radius: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.company-card-img{
    max-width: 100% !important;
    max-height: 100% !important;
}
.partners-section{
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 2vw + 1rem, 2.75rem);
}
.partners-section__title{
    color: #ffffff !important;
    font-weight: 700 !important;
    text-align: center !important;
    font-size: clamp(1.35rem, 1vw + 1.1rem, 1.85rem) !important;
}
.partners-section__title::after{
    content: "";
    display: block;
    width: clamp(60px, 15vw, 120px);
    height: 3px;
    margin: clamp(0.5rem, 1vw, 1rem) auto 0;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 999px;
}
.header-comp_own{
    font-weight: 900 !important;
    font-size: 52px !important;
    line-height: 1.2;
    color: white !important;
}
.header-map_own{
    font-weight: 900 !important;
    font-size: 52px !important;
    line-height: 1.2;
    color: white !important;
}
.sect-contacts{
    background-image: url(/images/spots.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.par_down-cont{
    font-weight: unset !important;
}
.sect-contacts{
    padding-bottom:0px !important;
}
@media (max-width:422px){
    .navbar-brand{
        width: 50% !important;
    }
}
@media (max-width:1201px){
    .header-comp_own{
        margin-top: 10% !important;
    }
}
@media (max-width:1400px){
    .nav_btn-text{
        font-size: 20px !important;
    }
    .card_header{
        font-size: 28px !important;
    }
    .cards_header{
        margin-top: 5% !important;
    }
    .header-map_own{
        margin-top: 5%;
    }
    .form_cont-phone_own{
        margin-top: 5%;
    }
    .card_advantages-bottom-text{
        font-size: calc(4rem - 1.5vw) !important;
    }
    /* It will be necessary to write properties for the text of the cards, since the text extends beyond its limits */
}
@media (max-width:1412px){
    .nav_btn-text{
        font-size: 15px !important;
    }
}
@media (max-width:1431px){
    .nav_btn-text{
        font-size: 18px !important;
    }
}
@media (max-width:1447px){
    .nav_btn-text{
        font-size: 18px !important;
    }
}
@media (max-width:1450px){
    .card_advantages-main-text{
        margin-top: 10% !important;
    }
}
@media (max-width:1498px){
    .nav_btn-text{
        font-size: 18px !important;
    }
}
@media (max-width:1728px){
    .card_advantages-main-text{
        margin-top: 5% ;
        font-size: 1.125rem !important;
    }
}
@media (max-width:1730px){
    .card_advantages-main-text{
        font-size: 1.825rem !important;
    }
    .card_advantages-text{
        font-size: 1.1rem !important;
    }
    .header-comp_own{
        margin-top: 5% !important;
    }
    .header_down-cont{
        margin-top: 5% !important;
    }
}
@media (max-width:1240px){
    .nav_btn-text{
        font-size: 17px !important;
    }
    .cards_header{
        margin-top: 10% !important;
    }
}
@media (max-width:1200px){
    .sect-girl{
        background-image: none !important;
        width: 100% !important;
    }
    .sect-girl_text{
        width: 100% !important;
    }
    .card_advantages-main-text{
        text-wrap:wrap !important;
    }
    .card_header{
        font-size: 16px !important;
    }
}
.form_own_company_phone{
    font-weight: 700 !important;
    color: #0166d0 !important;
    font-size: clamp(2rem, 2vw + 1.5rem, 3.25rem) !important;
    margin: 0 !important;
}
.number_form-phone_own{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-align: left;
    font-size: clamp(1.5rem, 1.2vw + 1.25rem, 2.5rem);
}
@media (max-width:769px){
    .img_menu_own{
        height: 2.78em !important;
    }
    .sect-girl{
        background-size: 60%;
        background-position: bottom right;
    }
    .sect-girl_maim{
        height: 40em !important;
        justify-content: space-evenly !important;
    }
    .sect-girl_text{
        width: 50%;
    }
    .card-title{
        font-size: 1.2em !important;
    }
    .btn_card_own{
        font-size: 1.3em !important;
    }
    .row-advantages{
        flex-direction: column;
    }
    .col-advantages{
        width: 100% !important;
    }
    .main_header-cards{
        margin-top: 12% !important;
    }
    .card_advantages-main-text{
        text-wrap: wrap;
        font-size: calc(30px - 1vw) !important;
        margin-top: 17% !important;
    }
    .card_advantages-text{
        font-size: 17px !important;
    }
    .card_advantages-bottom-text{
        font-size: 36px !important;
    }
    .form_cont-phone_own{
        margin-top: 17% !important;
        max-width: 100% !important;
        padding-left: 0em !important;
        padding-right: 0em !important;
    }
    .header_form-phone_own{
        text-align: center !important;
        font-weight: 700 !important;
        /* ЗДЕСЬ НУЖНО ИСПОЛЬЗОВАТЬ МЕТОД calc!!!!! font-size: unset !important; */
    }
    .row-form_owm{
        justify-content: center;
        align-items: flex-start;
        gap: clamp(0.75rem, 1.5vw, 1.5rem);
        flex-wrap: nowrap;
    }
    .form-phone_own-input{
        width: min(100%, 24rem) !important;
    }
    .row-form_owm > .col-auto{
        display: flex;
        align-items: flex-start;
    }
    .header_form-phone_own{
        /* font-size: calc(1.375rem + 1.5vw) !important; */
        font-weight: 600 !important;
    }
    .form_own_company_phone{
        /* font-size: calc(1.77rem + 1.5vw) !important; */
        font-weight: 700 !important;
    }
    .col-form_input{
        display: flex;
        align-items: center;
    }
    .col-form_input label{
        width: 100%;
    }
    .number_form-phone_own{
        justify-content: flex-start;
        text-align: left !important;
        font-weight: 700 !important;
    }
    .contact-info{
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    .contact-info__icon{
        width: 56px;
        height: 56px;
    }
    .contact-info__text h3{
        text-align: center !important;
    }
    .header-comp_own{
        margin-top: 17% !important;
        padding-top: 10% !important;
        font-size: calc(20px + 1.5vw) !important;
    }
    .header-map_own{
        margin-top: 22%;
        font-size: calc(1.375rem + 1.5vw) !important;
    }
    .header_down-cont{
        margin-top: 17%;
        padding-top: 10% !important;
        font-size: calc(20px + 1.5vw) !important;
    }

}
@media (max-width:426px){
    .img_menu_own{
        height: 2.7em !important;
    }
    .sect-girl{
        background-size: 72%;
    .row-form_owm{
        flex-wrap: wrap;
    }
    }
    .main_header-cards{
        font-size: calc(1.675rem + 1.5vw) !important;
        margin-top: 27%!important;
    }
    .card_advantages-main-text{
        margin-top: 32% !important;
    }
    .form_cont-phone_own{
        margin-top: 22% !important;
    }
}
@media (max-width:393px){
    .img_menu_own{
        height: 2.6em !important;
    }
    .sect-girl_header{
        margin-top: 23% !important;
    }
    .form-phone_own-input{
        width: 15em !important;
    }
}
@media (max-width:373px){
    .img_menu_own{
        height: 2.5em !important;
    }
   .sect-girl_header{
        font-size: calc(22px) !important;
   }
   .sect-girl_text{
        font-size: calc(15px) !important;
   }
   .main_header-cards {
        margin-top: 32% !important;
   }
   .card_advantages-main-text{
        margin-top: 37% !important;
   }
   .form_cont-phone_own{
    padding-left: 7% !important;
   }
   .form-phone_own-input{
        width: 14em !important;
   }
   .header-comp_own{
        margin-top: 22% !important;
   }
   .header_down-cont{
        margin-top: 27% !important;
   }
}
@media (min-width: 1057px) and (max-width: 1332px) {
    .card_advantages-bottom-text{
        font-size: 50px !important;
    }
}
.warning {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: blue;
    color: white;
}

.warning--active {
	display: flex;
}

.warning__text {
	margin-right: 30px;
}

.warning__read {
	display: block;
	margin-left: 15px;
}
.map_ul{
    border-radius: 0px !important;
    font-weight: 700 !important;
    -webkit-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.5);
}
.ya_map_scr{
    border-radius: 25px !important;
}
.sectiondown{
    height: 100vh;
    gap: 5% !important;
    display: flex;
    justify-content: center;
    align-items: center;

}
.sectiondown-right-half-text_upper-heading{
    margin-bottom: -5px !important;
}
/* исправление поведение связанное с нижним блоком, который налазит на на футер */
@media (max-width:690px){
    .sectiondown{
        margin-bottom: 120px;
    }
    .image-block_left{
        width: 90% !important;
    }
}
.about_section{
    gap: 15% !important;
}
.about_right_header{
    color: #014c9a !important;
    /* font-size: calc(0.475rem + 0.9vw) !important; */
    font-weight: bold !important;
}
@media (max-width:1200px){
    .about_right_header{
        /* font-size: calc(1.075rem + 0.9vw) !important; */
        text-align: center !important;
    }
}
.about_right_button{
    text-align: center !important;
    padding: 5% 3%;
    background-color: #0166d0 ;
    color: white !important;
    font-weight: bold !important;
}
.sectiondown-image-block_left img {
    width: 100%; /* Задает ширину изображения равной ширине блока */
    height: 100%; /* Задает высоту изображения равной высоте блока */
    max-width: 100%; /* Ограничивает максимальную ширину изображения */
    max-height: 100%; /* Ограничивает максимальную высоту изображения */
    object-fit: contain; /* Убедитесь, что изображение сохраняет пропорции и полностью помещается в контейнер */
}
.bg-white-down{
    background-color: #DEE8FF;
}
.sectiondown-right-hal {
    align-content: center;
    flex-grow: 1;
}
/* .sectiondown-right-half-text{
    
} */
.sectiondown-right-half-text_p-5{
    padding: 5%;
}
.bot-assistant{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.25rem, 2vw, 2.5rem);
    height: 100%;
}
.bot-assistant__content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1 1 0;
    gap: clamp(0.55rem, 1vw, 1.3rem);
    text-align: left;
}
.bot-assistant .about_header-bot{
    font-size: clamp(1.1rem, 1vw + 0.9rem, 1.5rem) !important;
    margin: 0;
}
.bot-assistant .about_right_button{
    padding: 0.65rem 1.4rem;
    font-size: clamp(0.95rem, 0.8vw + 0.7rem, 1.2rem) !important;
    border-radius: 18px;
}
.bot-assistant .img-qr-to-bot{
    flex-shrink: 0;
    height: clamp(140px, 12vw, 180px) !important;
    max-height: 100%;
    align-self: center;
}
.about_header-bot{
    color: #014c9a !important;
    font-weight: bold !important;
    text-wrap: nowrap;
}
/* points-contacts page */
.points-page{
    background-color: #0166d0;
}
.points-page .section{
    padding-bottom: 60px;
}
.points-hero{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(222, 232, 255, 0.95) 100%);
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(1, 76, 154, 0.2);
}
.points-hero__title{
    font-size: clamp(1.6rem, 1.2rem + 1vw, 2.4rem);
    font-weight: 800;
    color: #014c9a;
}
.points-hero__subtitle{
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.2rem);
    color: #1f2a44;
    max-width: 780px;
}
.points-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.points-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.4rem;
    border-radius: 18px;
    font-weight: 700;
    text-decoration: none;
    background-color: #0166d0;
    color: #fff !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 12px 24px rgba(1, 102, 208, 0.25);
}
.points-btn--outline{
    background-color: #fff;
    color: #0166d0 !important;
    border: 2px solid rgba(1, 102, 208, 0.25);
    box-shadow: none;
}
.points-btn:hover,
.points-btn:focus{
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(1, 102, 208, 0.3);
}
.points-grid .card{
    border-radius: 28px;
    border: none;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(1, 76, 154, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.points-grid .card:hover{
    transform: translateY(-4px);
    box-shadow: 0 28px 55px rgba(1, 76, 154, 0.18);
}
.points-card__title{
    font-weight: 800;
    color: #014c9a;
}
.points-meta{
    display: grid;
    gap: 8px;
    font-size: 0.98rem;
    color: #1f2a44;
}
.points-meta strong{
    color: #014c9a;
}
.points-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.points-tag{
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    background: rgba(1, 102, 208, 0.1);
    color: #0166d0;
}
.points-card__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.points-card__actions a{
    font-weight: 600;
    text-decoration: none;
    color: #0166d0;
}
.points-card__actions a:hover,
.points-card__actions a:focus{
    text-decoration: underline;
}
/* для блока внизу для перехода в бот
display: flex;
flex-direction: row;
padding: 2% 0%;
justify-content: center;
gap: 10%; */
@media (max-width: 1400px) and (min-width: 1200px) {
    .form-phone_own-input{
        width: clamp(18rem, 21vw, 24rem) !important;
    }
    
}
@media (max-width: 388px) {
    .form-phone_own-input{
        width: 100% !important;
    }
    .form-phone_own-input::placeholder{
        text-align: center;
        font-family:"Noto Sans",Arial, Helvetica, sans-serif;
        font-size: 1.4em;
    }
}
@media (min-width: 388px) and (max-width: 468px) {
    .form-phone_own-input{
        width: min(100%, 22rem) !important;
    }
    .form-phone_own-input::placeholder{
        text-align: center;
        font-family:"Noto Sans",Arial, Helvetica, sans-serif;
        font-size: 1em;
    }
}
.card_type_ins_row{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.card_type_ins{
    width: 30% !important;
}
.form_cont-phone_own{
    margin: 0 !important;
}
.currency-block_text{
    font-size: 0.95rem !important;
}
.calcDutyPage{
    padding-left: 1%;
    padding-right: 1%;
}
.calc_block{
    gap: 28%;
}

/* Снежинки */
.snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 500;
}

.snowflake {
    position: absolute;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: fall linear infinite, rotate 10s linear infinite;
    pointer-events: none;
}

@keyframes fall {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh); /* Падает до нижней части экрана */
        opacity: 0;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* Стили для снежинок */
.snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 500;
}

.snowflake {
    position: absolute;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: fall linear infinite, rotate 10s linear infinite;
    pointer-events: none;
}

@keyframes fall {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh);
        opacity: 0;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Подарок с иконкой */
.gift-box {
    position: fixed;
    bottom: 0%;
    left: 10%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: bounce 1s ease-in-out infinite;
    z-index: 1000;
}

.gift-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gift-icon {
    width: 100px; /* Размер иконки подарка */
    height: 100px;
    object-fit: contain;
    animation: giftAnimation 1s ease-in-out infinite;
}

.gift-text {
    font-size: 16px;
    font-weight: bold;
    color: #d14034;
    text-align: center;
    margin-top: 10px;
    z-index: 2;
}

@keyframes giftAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Модальное окно */
.modal-content {
    background-color: #222;
    color: white;
}
.snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 500;
    overflow: hidden;
}

.snowflake {
    position: absolute;
    top: -10%; /* Начало падения выше экрана */
    background: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: fall linear infinite;
}

@keyframes fall {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(100vh); /* Падение до нижней части экрана */
    }
}






