@font-face {
    font-family: 'Gerbera';
    src: url(../fonts/Gerbera/Gerbera.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}

body{
    font-family:var(--Ger) ;
    background-color: var(--bg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    color: var(--black);
}


:root {
    --bg: #FFFFFF;
    --turq: #9bf0f5;
    --pink: #FFC6D3;
    --pink-faded: #CC9EA9;
    --green: #7be19c;
    --white: #FFFFFF;
    --gray:#555555;
    --black:#333;
    --history:#f0e7e4;
    --white-gray:#8d8d8c;
    --collap:#1aa5b8;
    --text-collap:#767575;

    --Ger:'Gerbera';
}


a{
    text-decoration: none;
    outline: none;
    list-style: none;
    color: var(--black);
    transition: all .2s ease-in-out;
}
a:hover{
    color:var(--black) ;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
.btn{
    border: 2px solid var(--gold);
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    transition: all .8s ease-in-out;
    border-radius: 0;
}
.btn:hover
{
    box-shadow: inset 22em 0 0 0 var(--gold);
    color: var(--bg);
    transition: all .8s ease-in-out;
}
header{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: var(--bg);
}
.title-city{
    margin-left: 4px;
    font-size: 14px;
}
.a-title-city:hover{
    color: var(--black);
}
.button-header{
    margin-left: 28px;
    background-color: var(--pink);
    border: 2px solid transparent;
    padding: 10px 20px;
    border-radius: 60px;
    transition: .3s all ease-in-out;
}
.button-header:hover{
    background-color: white;
    border: 2px solid var(--pink);
    transition: .3s all ease-in-out;
}
.title-bold{
    font-size: 18px;
    font-weight: 500;
}

.title-menu{
    margin-right: 40px;
    letter-spacing: .1em;
    font-size: 16px;
    text-transform: uppercase;

}
.title-menu a{
    color: rgba(128, 128, 128, 0.746);
}
.title-menu a:hover{
    color: var(--black);
}
.header-scroll{
    box-shadow: 0px 5px 10px rgba(0,0,0,.08);
}
.main-title{
    font-size: 52px;
}
.main-title-page{
    font-size: 52px;
}
.button{
    background-color: var(--pink);
    border: 2px solid transparent;
    padding: 10px 20px;
    border-radius: 60px;
    transition: .3s all ease-in-out;
}
.button:hover{
    background-color: white;
    border: 2px solid var(--pink);
    transition: .3s all ease-in-out;
}
.text{
    font-size: 18px;
}
.img-main{
    background-image: url(../img/main.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 500px;
}
.timer{
    display:flex;
    align-items:flex-end; 
}
.timer li{                 
    list-style:none;
    margin-right:10px;
}


.number-room{
    position:relative;
    width:52px;             
    height:72px;            
    padding:6px 0;          
    font-size:56px;
    font-weight:600;
    border-radius:6px;
    background:rgba(128,128,128,.18);
    overflow:hidden;       
    user-select:none;
}


.wheel{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    transition:transform .6s cubic-bezier(.28,.84,.42,1); 
}
.digit{                    
    height:72px;
    line-height:72px;
    text-align:center;
    color:#222;
}
.big-number-room{
    width:72px;
}
.timer li .big-number-room{
    margin-right: 10px;
}
.timer span{
    display:inline-block;
    transform:translateY(0);
    transition:transform .5s ease-in-out;
}
.text-number{
    font-size: 52px;
}
.mini-title{
    font-size: 28px;
}
.sub-title{
    font-size: 38px;
}
.security-section{
    background-color: rgba(128, 128, 128, 0.209);
}
.block-security{
    background-color: var(--bg);
    border-radius: 12px;
    padding: 20px ;
}
.title-phone{
    font-size: 20px;
}
.mariupol{
    text-decoration: underline;
    margin-right: 10px;
}
.clean{
    border-bottom: 2px solid  rgba(128, 128, 128, 0.209);
}
.section-footer{
    border-top: 2px solid  rgba(128, 128, 128, 0.209);
}
.title-footer{
    color:rgba(128, 128, 128, 0.746) ;
}
.footer-li{
    margin-top: 8px;
}
.title-city-footer{
    margin-right: 6px;
    font-size: 15px;
}
.block-scroll{
    background-color: var(--bg);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 60px;
}
.button-fixed-menu{
    padding: 15px  20px;
}
.icon-fixed-menu{
    margin-left: 10px;
}
.img-bottom{
    width: 34px;
    height: 34px;
}
.cookie-banner{
    position: fixed;
    left: 24px;
    bottom: 105px;
    z-index: 1040;
    width: min(420px, calc(100vw - 32px));
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}
.cookie-banner[hidden]{
    display: none;
}
.cookie-banner--hidden{
    opacity: 0;
    transform: translateY(12px);
}
.cookie-banner__content{
    background-color: var(--bg);
    border: 2px solid rgba(255, 198, 211, .95);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 10px 28px;
    padding: 18px;
}
.cookie-banner__text{
    color: var(--black);
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 14px;
}
.cookie-banner__text a{
    color: var(--black);
    text-decoration: underline;
    text-decoration-color: var(--pink);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
.cookie-banner__button{
    width: 100%;
    background-color: var(--pink);
    border: 2px solid transparent;
    border-radius: 60px;
    color: var(--black);
    cursor: pointer;
    font-family: var(--Ger);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 18px;
    transition: .3s all ease-in-out;
}
.cookie-banner__button:hover{
    background-color: var(--white);
    border-color: var(--pink);
}
.cookie-banner__button:focus-visible{
    outline: 3px solid rgba(255, 198, 211, .7);
    outline-offset: 2px;
}
.for-inline-form{
    background-color:#fff;
    border-radius:40px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.08);
}
.image-filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    z-index: 0;
}
.input-group{

}
.custom-select{
    border: 2px solid rgba(128, 128, 128, 0.209) ;
    border-radius: 30px;
    background-position: right 8px center;
}

.form-select:focus {
    border-color: rgba(128, 128, 128, 0.209) ;
    outline: 0;
    box-shadow: none;
}

.form-control{
    border: 2px solid rgba(128, 128, 128, 0.209) ;
    border-radius: 30px;
}
.btn-form{
    background-color: var(--pink);
    border-radius: 30px;
    cursor: pointer;
}
input:active, :hover, :focus {
    outline: none ;
    outline-offset: 0;
}
.form-control:focus{
    outline: none;
    border: 2px solid rgba(128, 128, 128, 0.209) ;
    box-shadow: none;
}
.custom-select:hover{
    cursor: pointer;
}
.button-tab-green{
    background-color: var(--green);
}

.section-open-tab{
    background-color: rgba(128, 128, 128, 0.209);
}
.plus span {
    transition: all .3s linear;
    width: 15px;
    position: absolute;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--black);
}
.plus {
    width: 15px;
    height: 15px;
    position: relative;
    margin-right: 20px;
}
.plus span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}
.a-deliv[aria-expanded="true"] .plus span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0deg);
}
.a-deliv[aria-expanded="false"] .plus span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}
.collapse .show  .dev-plus{
    display: none;
}
.collapse-block-first{
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid  rgba(128, 128, 128, 0.251);
}
.number-collapse{
    color: var(--pink-faded);
    font-size: 16px;
    margin-right: 10px;
}
.title-collapse{
    text-decoration: underline;
    font-size: 16px;
}
.text-collap{
    display: block;
    margin-top: 20px;
    font-size: 15px;
    color: var(--text-collap);
}
.section-key{
    border-bottom: 2px solid  rgba(128, 128, 128, 0.209);
}
.price-collapse{
    margin-left: 10px;
    color: rgba(128, 128, 128, 0.746);
}
.accordion-button{
    background: rgba(128, 128, 128, 0.209);
    border-bottom: 1px solid  rgba(128, 128, 128, 0.251);
}
.accordion-collapse{
    background: rgba(128, 128, 128, 0.209);
}
.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: rgba(128, 128, 128, 0.209);
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: rgba(128, 128, 128, 0.251);
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/fly.svg);
    transform: rotate(-180deg);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 1px solid var(--black);
}
.nav-tabs  .nav-link {
    border: none;
}
.nav-tabs .nav-link:focus .nav-tabs .nav-link:hover {
    border-bottom: 1px solid var(--black);
}
.nav-tabs .nav-link.active:hover{
    border-bottom: 1px solid var(--black);
}

.nav-tabs{
    border: none;
}
.nav-link {

    color: rgba(128, 128, 128, 0.746);


}
.nav-link:hover {

    color: rgba(128, 128, 128, 0.746);


}
.nav-item .active {

    color: rgba(128, 128, 128, 0.746);
    border-bottom: 1px  solid  var(--black);

}

.splide_4 .splide__slide{
    opacity: .6;
    transition: all .7s ease-in-out;
}
.splide_4 .splide__slide.is-visible{
    z-index: 5;
    transform: scale(1);
    opacity: .6;
    transition: all .7s ease-in-out;
}
.splide_4 .splide__slide.is-visible.is-active{
    z-index: 5;
    transform: scale(1);
    opacity: .6;
    transition: all .7s ease-in-out;
}
.splide_4 .splide__slide.is-active{
    z-index: 5;
    transform: scale(1);
    opacity: .6;
    transition: all .7s ease-in-out;
}
.splide_4 .is-visible.is-next{
    z-index: 10;
    transform: scale(1.7);
    opacity: 1;
    transition: all .7s ease-in-out;   
}
.splide_4 .splide__track{
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 50px;
    padding-left: 50px;
}
@media(max-width:992px){
  
  .splide_4 .splide__track{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
}
.splide_4 .splide__arrow{
    background: transparent;
}
.splide_4 .splide__arrow--next {
    right: 10px;
}
.splide_4 .splide__arrow--prev {
    left:  10px;
}
.splide__arrow path{
    fill: var(--blue);
    width: 18px;
    height: 18px;
}
.splide__arrow svg{
    width: 24px;
    height: 24px;
}
.brend-photo{
    border-radius: 10px;
    
   
}
.modal-header{
    border: none;
}
.modal-footer{
    border: none;
}
.tel-header{
    font-size: 20px;
    color: white;
}
.hakunaMatata{
    cursor: pointer;
}
.splide_2 .splide__arrow{
    background: transparent;
}
.splide_2 .splide__arrow--next {
    right: -10px;
}
.splide_2 .splide__arrow--prev {
    left:  -10px;;   
}
.slide-review{
    background:white;
    border-radius: 10px;
    color: var(--black);
    padding: 30px 20px;
    border: none;
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.07);
    transition: all .4s ease-in-out;
}
.title-review{
    text-transform: uppercase   ;
    font-size: 16px;
    color: rgba(67, 67, 67, 1);
}
.text-review{
    
    display: -webkit-box;
    -webkit-line-clamp: 3 ;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .7s ease-in-out;
    color: rgba(67, 67, 67, 1);
    }
.text-review.expanded {
    -webkit-line-clamp: unset; /* убираем ограничение по строкам */
    max-height: none; /* убираем ограничение по высоте */
    transition: all .7s ease-in-out;
}

.read-more-btn {
}

.read-more-btn {
   
    font-size: 12px;
    color: black;
    background:var(--pink);
   
    transition: all .3s ease-in-out;
    border-radius: 20px;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 5px;
}
.read-more-btn:hover{
    color: black;
    transition: all .4s ease-in-out;
    background-color: white;
    border: 2px solid var(--pink);
}

.btn-voda{
    cursor: pointer;
}






/* Контейнер прогресса (серый фон) */
.progress-container {
    width: 100%;
    height: 3px;
}
/* Индикатор прогресса (индикатор прокрутки) */
.progress-bar {
    height: 3px;
    background: var(--pink);
    width: 0%;
}
/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--pink);
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.modal-content{
    border-radius: 15px;
    padding: 15px;
}
.time-text-footer{
    color: var(--gold);
}
input[type='time']::-webkit-calendar-picker-indicator {
    filter: invert(100%);
}
input[type='date']::-webkit-calendar-picker-indicator {
    filter: invert(100%);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
}





@media(max-width:1100px){
    .title-menu {
        margin-right: 40px;
        letter-spacing: .1em;
        font-size: 10px;
        text-transform: uppercase;
    }
    .title-bold {
        font-size: 15px;
        font-weight: 500;
    }
}


@media(max-width:992px){
    .img-main{
        height: 350px;
    }
    .menubtn {
        margin-right: 10px;
        font-size: 1.2rem;
        transition: all .3s ease-in-out;
        z-index: 1000;
    }
    .mob-menu{
        transition: all .3s ease-in-out;
        background-color: rgba(12, 12, 12, 0.60) ;
        position: fixed;
        left: 0;
        top: 0;
        z-index:900 ;
        transform: translateX(-100%);
        overflow: scroll;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);

    }
    body.show-menu .menubtn {
        transform: rotate(90deg);
    }
    body.show-menu .mob-menu {
        transform: translateX(0%);
    }
    body.show-menu  {
        overflow: hidden;
    }
    .main-title{
        font-size:30px ;
    }
    .main-title-page{
        font-size: 27px;
    }
    .map-mariupol{
        height: 400px;
    }
    .number-room{
        font-size: 24px;
        background-color: rgba(128, 128, 128, 0.209);
        padding: 6px 10px;
        border-radius:4px ;
    }
    .timer li{
        margin-right: 6px;
    }
    .timer li .big-number-room{
        margin-right: 6px;
    }
    .text-number{
        font-size: 36px;
    }
    .sub-title{
        font-size: 30px;
    }

    .plate .line {
        transition: all .3s linear;
        fill: none;
        stroke: var(--black);
        stroke-width: 3px;
        stroke-linecap: round;
        stroke-linejoin: round;
        transform-origin: 50%;
        transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;

    }
    .x {
        transform: scale(0);
        transition: transform 400ms;

    }
    .x .line {
        stroke-width:4px;
        stroke: #f1f1f1;
    }
    /* Die vierte teller */
    .plate svg {
        min-height: max-content;
        position: absolute;
        min-width: max-content;

    }
    .plate4 .x {
        transition: all 300ms;
    }

    .line6 {
        display: none;
    }

    .plate4 .line {
        transform-origin: 50%;
        transition: transform 400ms 100ms;
    }

    .active.plate4 .line {
        transition: transform 400ms;
    }

    .active.plate4 .line1 {
        transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(.7);
    }

    .active.plate4 .line2 {
        transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(.7);
    }

    .active.plate4 .line3 {
        transform: translateY(0px) rotate(45deg) scale(.7);
    }

    .active.plate4 .line4 {
        transform: translateY(0px) rotate(-45deg) scale(.7);
    }

    .active.plate4 .line5 {
        transform: translateX(18px) translateY(3px) rotate(45deg) scale(.7);
    }

    .active.plate4 .line6 {
        display: block;
        transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(.7);
    }

    .active.plate4 .x {
        transition: transform 400ms 100ms;
        transform: scale(.75);
    }
    .plate {
        scale: 0.6;
        height: 50px;
        aspect-ratio: 1/1;
    }

    .title-menu a  {
        color: #f1f1f1;
        font-size: 21px;

    }
    .title-menu{
        margin-right: 0px;
        margin-bottom: 8px;
        font-weight: 600;
    }
    .for-inline-form{
        margin-top: 30px;

    }
    .nav-link {

        padding: 5px   12px;

    }

    .IPINN{
        font-size: 10px;
    }
    .cookie-banner{
        left: 10px;
        right: 10px;
        bottom: 92px;
        width: auto;
    }
    .cookie-banner__content{
        padding: 14px;
    }
    .cookie-banner__text{
        font-size: 13px;
    }
    .cookie-banner__button{
        font-size: 15px;
        padding: 9px 16px;
    }

}
@media(max-width:420px){
    .title{
        font-size: 28px;
    }
}

/***************************************************
 * Generated by SVG Artista on 3/23/2026, 5:36:16 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,198,211)}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,198,211)}}.svg-elem-1{-webkit-animation:animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both;animation:animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}@-webkit-keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-2{-webkit-animation:animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both;animation:animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}@-webkit-keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-3{-webkit-animation:animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both;animation:animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both}@-webkit-keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-4{-webkit-animation:animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s both;animation:animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s both}@-webkit-keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-5{-webkit-animation:animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2000000000000002s both;animation:animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2000000000000002s both}@-webkit-keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-6{-webkit-animation:animate-svg-fill-6 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.3s both;animation:animate-svg-fill-6 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.3s both}@-webkit-keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-7{-webkit-animation:animate-svg-fill-7 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.4000000000000001s both;animation:animate-svg-fill-7 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.4000000000000001s both}@-webkit-keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-8{-webkit-animation:animate-svg-fill-8 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.5s both;animation:animate-svg-fill-8 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.5s both}@-webkit-keyframes animate-svg-fill-9{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-9{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-9{-webkit-animation:animate-svg-fill-9 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.6s both;animation:animate-svg-fill-9 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.6s both}@-webkit-keyframes animate-svg-fill-10{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-10{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-10{-webkit-animation:animate-svg-fill-10 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.7000000000000002s both;animation:animate-svg-fill-10 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.7000000000000002s both}@-webkit-keyframes animate-svg-fill-11{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-11{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-11{-webkit-animation:animate-svg-fill-11 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.8s both;animation:animate-svg-fill-11 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.8s both}@-webkit-keyframes animate-svg-fill-12{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-12{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-12{-webkit-animation:animate-svg-fill-12 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.9000000000000001s both;animation:animate-svg-fill-12 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.9000000000000001s both}@-webkit-keyframes animate-svg-fill-13{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-13{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-13{-webkit-animation:animate-svg-fill-13 0.7s cubic-bezier(0.47,0,0.745,0.715) 2s both;animation:animate-svg-fill-13 0.7s cubic-bezier(0.47,0,0.745,0.715) 2s both}@-webkit-keyframes animate-svg-fill-14{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-14{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-14{-webkit-animation:animate-svg-fill-14 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.1s both;animation:animate-svg-fill-14 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.1s both}@-webkit-keyframes animate-svg-fill-15{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-15{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-15{-webkit-animation:animate-svg-fill-15 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.2s both;animation:animate-svg-fill-15 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.2s both}@-webkit-keyframes animate-svg-fill-16{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-16{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-16{-webkit-animation:animate-svg-fill-16 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.3s both;animation:animate-svg-fill-16 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.3s both}@-webkit-keyframes animate-svg-fill-17{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-17{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-17{-webkit-animation:animate-svg-fill-17 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.4000000000000004s both;animation:animate-svg-fill-17 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.4000000000000004s both}@-webkit-keyframes animate-svg-fill-18{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-18{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-18{-webkit-animation:animate-svg-fill-18 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.5s both;animation:animate-svg-fill-18 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.5s both}@-webkit-keyframes animate-svg-fill-19{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-19{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-19{-webkit-animation:animate-svg-fill-19 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.6s both;animation:animate-svg-fill-19 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.6s both}@-webkit-keyframes animate-svg-fill-20{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-20{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-20{-webkit-animation:animate-svg-fill-20 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.7s both;animation:animate-svg-fill-20 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.7s both}@-webkit-keyframes animate-svg-fill-21{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-21{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-21{-webkit-animation:animate-svg-fill-21 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.8s both;animation:animate-svg-fill-21 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.8s both}@-webkit-keyframes animate-svg-fill-22{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-22{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-22{-webkit-animation:animate-svg-fill-22 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.9000000000000004s both;animation:animate-svg-fill-22 0.7s cubic-bezier(0.47,0,0.745,0.715) 2.9000000000000004s both}@-webkit-keyframes animate-svg-fill-23{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-23{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-23{-webkit-animation:animate-svg-fill-23 0.7s cubic-bezier(0.47,0,0.745,0.715) 3s both;animation:animate-svg-fill-23 0.7s cubic-bezier(0.47,0,0.745,0.715) 3s both}@-webkit-keyframes animate-svg-fill-24{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-24{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-24{-webkit-animation:animate-svg-fill-24 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.1000000000000005s both;animation:animate-svg-fill-24 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.1000000000000005s both}@-webkit-keyframes animate-svg-fill-25{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-25{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-25{-webkit-animation:animate-svg-fill-25 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.2s both;animation:animate-svg-fill-25 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.2s both}@-webkit-keyframes animate-svg-fill-26{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-26{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-26{-webkit-animation:animate-svg-fill-26 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.3s both;animation:animate-svg-fill-26 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.3s both}@-webkit-keyframes animate-svg-fill-27{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-27{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-27{-webkit-animation:animate-svg-fill-27 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.4000000000000004s both;animation:animate-svg-fill-27 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.4000000000000004s both}@-webkit-keyframes animate-svg-fill-28{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-28{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-28{-webkit-animation:animate-svg-fill-28 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.5s both;animation:animate-svg-fill-28 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.5s both}@-webkit-keyframes animate-svg-fill-29{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-29{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-29{-webkit-animation:animate-svg-fill-29 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.6000000000000005s both;animation:animate-svg-fill-29 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.6000000000000005s both}@-webkit-keyframes animate-svg-fill-30{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-30{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-30{-webkit-animation:animate-svg-fill-30 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.7s both;animation:animate-svg-fill-30 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.7s both}@-webkit-keyframes animate-svg-fill-31{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-31{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-31{-webkit-animation:animate-svg-fill-31 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.8s both;animation:animate-svg-fill-31 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.8s both}@-webkit-keyframes animate-svg-fill-32{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-32{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-32{-webkit-animation:animate-svg-fill-32 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.9000000000000004s both;animation:animate-svg-fill-32 0.7s cubic-bezier(0.47,0,0.745,0.715) 3.9000000000000004s both}@-webkit-keyframes animate-svg-fill-33{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-33{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-33{-webkit-animation:animate-svg-fill-33 0.7s cubic-bezier(0.47,0,0.745,0.715) 4s both;animation:animate-svg-fill-33 0.7s cubic-bezier(0.47,0,0.745,0.715) 4s both}@-webkit-keyframes animate-svg-fill-34{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-34{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-34{-webkit-animation:animate-svg-fill-34 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.1000000000000005s both;animation:animate-svg-fill-34 0.7s cubic-bezier(0.47,0,0.745,0.715) 4.1000000000000005s both}

.preloader {
  z-index: 9999999;
  width: 100vw;
  background-color: white;
  backdrop-filter: blur(20px);
  height: 100vh;
  position: fixed;
  display: flex;
  top: 0;
  justify-content: center;
  align-items: center;
}
/* .img-preloader-buffer{
  
  position:relative;
  width:500px;
  animation:.6s scale-img;
} */

.preloader.hide {
  animation: 2s prehide;
}

#preloaderSvg {
  animation: show 1s;
}

@media (max-width: 992px) {
  #preloaderSvg {
     width: 90%;
     height: 90%;
  } 
}

@media(max-width:398px){
    .number-heder-mob{
        font-size: 14px;
    }
}

@keyframes prehide {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

select:not(:-internal-list-box):not([multiple])::picker {
    padding-right: 30px;
}
