@import url(./reset.css);
@import url(./btn_style.css);
@import url(./contact.css);



*{
    --assets: #041440;
    --blue:#0072D0;
    --ligth-blue:#F2F8FD;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Stolzl'; 
    color: var(--assets);
    background: #fff;
    font-weight: 400;
    line-height: 1.2;
}
.container{
    max-width: 1240px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
strong{
    font-weight: 400;
}
.title_section{ 
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: center; 
}
.title_section strong{
    font-weight: 400;
}
.swiper_mess{
    display: none;
    gap: 15px;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 260px;
    width: 100%;
    margin: 50px auto;
}
/*.swiper_mess::before{
    content: "";
    display: block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: url(../img/click.png) no-repeat;
    background-position: center;
    background-size: contain;
   animation: slide-animation 4s infinite;
}*/

.swiper_mess p{ 
    font-size: .75rem;
    font-weight: 300;
}
.iti__flag{
    transform: scale(1.4);
}
div.iti__selected-flag{
    padding-left: 15px;
    gap: 10px;
    padding-right: 15px;
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{
    position: absolute;
    left: 90px;
}

.privacy-policy main,
.page-id-374 main,
.error404 main{
    max-width: 1820px;
    padding: 120px 20px 50px 20px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
}

.privacy-policy main h1,
.page-id-374 main h1{
    font-size: 2.5rem;
}

.privacy-policy main h2,
.page-id-374 main h2{
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 30px 0;
    text-align: left;
}

.privacy-policy main p,
.page-id-374 main p{
    font-size: 1rem;
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: 300;
}

.error404 .error-404-number{
    font-size: 5rem;
    text-align: center;
}

.error404 .error-404-ifo{
    font-size: 2rem;
    text-align: center;
    margin: 40px 0;
}

.error404 .btn_style{
    margin: 0 auto;
}


.icon_anime img{
    display: inline-block;
    animation: tiltLeftRight 3s infinite ease-in-out;
    transform-origin: center bottom;
} 

@keyframes tiltLeftRight {
    0%, 100% {
        transform: rotate(0deg); /* Начальное и конечное положение */
    }
    25% {
        transform: rotate(-15deg); /* Наклон влево */
    }
    75% {
        transform: rotate(15deg); /* Наклон вправо */
    }
}

@media screen and (min-width: 1500px) {
    .container{
        max-width: 1820px;
    }
    .btn_style{
        font-size: 1.2rem;
        height: 70px;
    }
}
@media screen and (max-width:1199px) {
    .title_section{
        font-size: 2.3rem;
    }  
}
@media screen and (max-width:992px) {
    .swiper_mess{
        display: flex;
    } 
    .help_itemsSwiper{
        padding-left: 0;
        padding-right: 0;
    }
    .container_position{
        display: flex;
        flex-direction: column-reverse;
    }
} 
@media screen and (max-width:767px){
    .title_section{
        font-size: 1.5rem;
    } 
    .container{
        padding-left: 15px;
        padding-left: 15px;
    }

    .privacy-policy main,
    .page-id-374 main,
    .error404 main{
    padding: 90px 20px 50px 20px;
}


.privacy-policy main h1,
.page-id-374 main h1{
    font-size: 2.5rem;
}

.privacy-policy main h2,
.page-id-374 main h2{
    font-size: 1.5rem;
}

.privacy-policy main p,
.page-id-374 main p{
    font-size: 1rem;
}

.error404 .error-404-number{
    font-size: 4rem;
}

.error404 .error-404-ifo{
    font-size: 1.5rem;
}


}

ul.wp-block-list{
    list-style: disc;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: 300;
    padding-left: 30px;
}

ol.wp-block-list{
    list-style: auto;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: 300;
    padding-left: 30px;
}

.CookieDeclaration{
    max-width: 1240px;
    padding: 150px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

@media screen and (min-width: 1500px){
    .CookieDeclaration{
        max-width: 1440px;
    }
}