@font-face {
    font-family: 'Inter';
    src: url(/assets/fonts/Inter/Inter-Bold.otf) ;
    font-weight: 700;
    font-display:wrap;
}
@font-face {
    font-family: 'Inter-ital';
    src: url(/assets/fonts/Inter/Inter-Italic.otf) ;
    font-weight: 400;
    font-display:wrap;
}
@font-face {
    font-family: 'Inter-reg';
    src: url(/assets/fonts/Inter/Inter-Regular.otf) ;
    font-weight: 700;
    font-display:wrap;
}
@font-face {
    font-family: 'Inter-l';
    src: url(/assets/fonts/Inter/Inter-Light.otf) ;
    font-weight: 300;
    font-display:wrap;
}



body{
    font-family:var(--Int) ;
    background-color: var(--bg);
   
    margin: 0;
    padding: 0;
    color: var(--black);
}




:root {
    --bg: rgba(242, 242, 242, 1);
    --gold: rgba(242, 126, 7, 1);
    --red: #E62E31;
    --white: rgba(242, 242, 242, 1);
    --gray:rgb(228, 227, 227);
    --black:rgba(0, 0, 0, 1);


    --Int:'Inter';
    --Int-R:'Inter-reg';
    --Int-I:'Inter-ital';
    --Int-L:'Inter-l';
}


.section-main {
    background-image: url(../images/Main.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 100vh;
    
}
a{
    text-decoration: none;
    outline: none;
    list-style: none;
    color: var(--black);
    transition: all .2s ease-in-out;
}

a:hover{
    color:var(--red) ;
    transition: all .2s ease-in-out;
}

header a:hover{
    color:var(--red) ;
    transition: all .2s ease-in-out;
}
header a{
    color:var(--black) ;
    transition: all .2s ease-in-out;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
.btn{
    background-color: var(--bg); 
    font-size: 16px;
    color: var(--white);
    transition: all .4s ease-in-out;
    border-radius: 0;
    padding: 10px  20px;
    border: 1px solid var(--red);
}
.btn a{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--red);
    
}
.btn {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--red);
    
}
.btn:hover
 {
    background-color: var(--red);
    color: var(--white);
    transition: all .4s ease-in-out;
}
.btn:hover  a
 {
    
    color: var(--white);
    transition: all .4s ease-in-out;
}
.btn-map{
    background: transparent;
    transition: all .4s ease-in-out;
    color: var(--red);
    border-left: 1px solid var(--red);
    margin-right: 30px;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
}
.btn-map:hover{
    background: var(--red);
    transition: all .4s ease-in-out;
    color: var(--white);
    border: 1px solid var(--red);
    
}
.a-btn-map{
    cursor: pointer;
}
header.bg {
    transition: .4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 500
}
header{
    background-color:var(--bg);
    z-index: 500;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.logo{
    padding: 10px 0 10px 0;
    width: 140px;
}
.logo-footer{
    width: 100px;
}
.title-menu{
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}
.tel-header:hover  svg path{
    stroke: var(--red);
    transition: .2s ease-in-out
}
.tel-header  svg path{
   
    transition: .2s ease-in-out
}
.tel-header  svg {
   
    margin-right: 7px;
}
.info-icons :hover svg path {
    fill: var(--red);
    transition: .3s ease-in-out
}
.info-icons  svg path {
    fill: var(--black);
    transition: .3s ease-in-out
}
.title-main{
    font-size: 78px;
    text-transform: uppercase;
}
.title-main-mini{
    font-size: 16px;
    text-transform: uppercase;
}
.container-main{
    min-height: 100vh;
}
.row-main{
    min-height: 100vh;
}

.splide_1 .splide__arrow {
    background: 0 0;
    top: 68%;
}

.splide_1 .splide__arrow--next {
    right: 54%;
   
}
.splide_1 .splide__arrow--prev {
    left:  40px;
    opacity: 0;
} body {
      display: flex;
      min-height: 100vh;
      flex-direction: column;
  }

main {
    flex: 1 0 auto;
}

.splide_1 .splide__arrow svg {
    fill: rgba(255, 255, 255, 1);
    height:25px;
    width: 25px;
    padding: 4px;
    background: var(--red);
    border-radius: 50%;
}
.title-teach{
    margin-left: 35px;
}


.map {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.info-icons {
    margin-right: 10px;
}
footer{
    background: var(--gray);
}
.slide-main{
    background-image: url(../images/main.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 75vh;
    

}
.block-main{
    
    color: var(--bg);
}
.block-main-span {
    background-image: url(../images/tochka.png);
    max-width: max-content;
    background-repeat: no-repeat;
    
}
.splide__pagination{
    bottom: 25%;
    right: 1170px;
} 
.splide__pagination__page{
    width: 45px;
    border-radius: 0;
    background: var(--bg);
    opacity: 1;
    height: 7px;
    margin: 7px;
}
.splide__pagination__page.is-active{
    transform:scale(1);
    background: var(--red);
}
.ceramo-1{
    background-image: url(../images/ceramo-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ceramo-2{
    background-image: url(../images/ceramo-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ceramo-3{
    background-image: url(../images/ceramo-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ceramo-4{
    background-image: url(../images/ceramo-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ceramo-5{
    background-image: url(../images/ceramo-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ceramo-6{
    background-image: url(../images/ceramo-6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.head-logo{
    width: 100%;
}
.block-ceramo{
    overflow: hidden;
    position: relative;
    height: 250px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.block-ceramo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: auto;
    background: rgba(0, 0, 0, 0.4); /* Это затемнение. Его степень можно отрегулировать... */
    width: 100%;
    height: 100%;
}

.title-main-ceramo{
    font-size: 36px;
    color: var(--bg);
    text-transform: uppercase;
    z-index: 99;
    position: relative;
}
.title-mini-ceramo{
    font-size: 8px;
    color: var(--bg);
    text-transform: uppercase;
}
.block-rez{
    font-size: 14px;
    font-family: var(--Int-R);
}
.rez-title-mini{
    font-size: 12px;
    color: rgba(128, 128, 128, 0.711);
}
.fa-star{
    color: var(--red);
}
.rating{
    font-size: 12px;
}
.photo{
    border: 1px solid  var(--red);
    width: 90px;
    height: 90px;
    margin-right: 20px;
    
}
.title-review{
    font-size: 26px;
    font-family: var(--Int-I);
}
.splide_2{
    font-family: var(--Int-R);
}
.sec-title{
    font-size: 26px;
    text-transform: uppercase;
}
.sec-review{
    background-color: var(--gray);
}
.splide_2 .splide__arrow{
    background: transparent;
}
.splide_2 .splide__arrow--next {
    right: -10px;
}
.splide_2 .splide__arrow--prev {
    left:  -10px;;
    
}
.about-block{
    font-family: var(--Int-L);
}
.ab-photo{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.catalog-sec{
    background-color: var(--gray);
}
.splide_3 .splide__arrow{
    background: transparent;
}
.splide_3 .splide__arrow--next {
    right: -10px;
}
.splide_3 .splide__arrow--prev {
    left:  -10px;
}
.block-map{
    background: var(--bg);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    height: 100%;
    padding: 30px 50px;
}
.form-control-name{
    border: none;
    border-bottom: 2px solid var(--red) ;
    border-radius: 0;
    width: 75%;
   }
   .form-control:focus {
       color: #212529;
       background-color: transparent;
       border-color: var(--red);
       outline: none;
       box-shadow: none;
   }
   .form-control-text{
       border: 2px solid var(--red) ;
       border-radius: 5px;
       height: 170px;
   }
   .btn-feedb{
       padding: 10px ;
       font-size: 14px;
       text-transform: uppercase;
       color: var(--red);
       background-color: transparent;
       border: 2px solid var(--red);
       transition: all .3s ease-in-out;
   }
   .btn-feedb:hover{
    
    color: var(--white);
    background-color: var(--red);
   
}
.hakunaMatata{
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.hakunaMatata:hover{
    transition: all .3s ease-in-out;
    color: var(--red);
}
















/* Фиксед Иконка ЗВОНКА */

@keyframes pulse{
    0%, 100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.share {
    position: fixed;
    z-index: 99;
    bottom: 40px;
    right: 40px;
    z-index: 999;
}

.share:before, .share:after {
    content: '';
    will-change: transform;
}
.share, .share:before, .share:after {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    position: fixed;
    cursor: pointer;
}
.share:after {
    background: var(--red);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
    -webkit-transition: .39s;
    transition: .39s;
}
.share:hover:after{
    background: var(--white);
    -webkit-transition: .39s;
    transition: .39s;
}
.pulse::before {
    animation: pulse 2s infinite;
    box-shadow: 0px 0px 1px 1px var(--red);
}
.share-svg{
    z-index: 10000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}
.share:hover .share-svg svg{
    width: 25px;
    height: 25px;
    fill: var(--red);
    animation: pulse 2s infinite;
    -webkit-transition: .39s;
    transition: .39s;

}
.share-svg svg{
    width: 25px;
    height: 25px;
    fill: white;
    animation: pulse 2s infinite;
    -webkit-transition: .39s;
    transition: .39s;
}
@media(max-width:992px){
    .share {
        bottom: 30px;
        right: 30px;
    }
}



/* Контейнер прогресса (серый фон) */
.progress-container {
    width: 100%;
    height: 3px;
    z-index: 1000;

}
  /* Индикатор прогресса (индикатор прокрутки) */
.progress-bar {
    height: 3px;
    background: var(--red);
    width: 0%;
    z-index: 1000;
}
/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
  /* Handle */
::-webkit-scrollbar-thumb {
    background: var(--red); 
    border-radius: 10px;
}
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background:  var(--red); 
}

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:1400px){
    .splide_1 .splide__arrow {
        background: 0 0;
        top: 70%;
    }
    
    .splide_1 .splide__arrow--next {
        right: 50%;
       
    }
    .splide_1 .splide__arrow--prev {
        left:  40px;
        opacity: 0;
    }
    .splide_1 .splide__arrow svg {
        fill: rgba(255, 255, 255, 1);
        height:25px;
        width: 25px;
        padding: 4px;
        background: var(--red);
        border-radius: 50%;
    }
    .splide__pagination{
        bottom: 140px;
        right: 72%;
    } 
    .splide__pagination__page{
        width: 35px;
        border-radius: 0;
        background: var(--bg);
        opacity: 1;
        height: 5px;
        margin: 7px;
    }
    .splide__pagination__page.is-active{
        transform:scale(1);
        background: var(--red);
    }
}
@media(max-width:1100px){
    .splide_1 .splide__arrow {
        background: 0 0;
        top: 68%;
    }
    
    .splide_1 .splide__arrow--next {
        right: 40%;
       
    }
    .splide_1 .splide__arrow--prev {
        left:  40px;
        opacity: 0;
    }
    .splide_1 .splide__arrow svg {
        fill: rgba(255, 255, 255, 1);
        height:25px;
        width: 25px;
        padding: 4px;
        background: var(--red);
        border-radius: 50%;
    }
    .splide__pagination{
        bottom: 120px;
        right: 75%;
    } 
    .splide__pagination__page{
        width: 35px;
        border-radius: 0;
        background: var(--bg);
        opacity: 1;
        height: 5px;
        margin: 7px;
    }
    .splide__pagination__page.is-active{
        transform:scale(1);
        background: var(--red);
    }
    header{
        font-size: 12px;
    }
    .title-main-ceramo{
        font-size: 26px;
    }
}

@media(max-width:992px){
    .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: rgba(228, 227, 227, 0.421);
       backdrop-filter: blur(16px) saturate(120%);
       -webkit-backdrop-filter: blur(16px) saturate(120%);
       position: fixed;
       left: 0;
       top: 0;
       z-index:-1 ;
       transform: translateX(-100%);
       overflow: scroll;
       width: 100%;
       height: 100%;
       margin-top:50px;
       padding-left:  18px;
     }
   
     
     body.show-menu .menubtn {
       transform: rotate(90deg);
     }
     body.show-menu .mob-menu {
       transform: translateX(0%); 
     }
     body.show-menu  {
       overflow: hidden;
     }
     .active.plate4 .line,
     .x {
         transition: transform .4s
     }
     
     .plate .line {
         transition: .3s linear;
         fill: none;
         stroke: var(--black);
         stroke-width: 3px;
         stroke-linecap: round;
         stroke-linejoin: round;
         transform-origin: 50%;
         transition: stroke-dasharray .5s .2s, stroke-dashoffset .5s .2s, transform .5s .2s
     }
     .x {
         transform: scale(0)
     }
     .x .line {
         stroke-width: 4px
     }
     .plate svg {
         min-height: max-content;
         position: absolute;
         min-width: max-content
     }
     .plate4 .x {
         transition: .3s
     }
     .line6 {
         display: none
     }
     .plate4 .line {
         transform-origin: 50%;
         transition: transform .4s .1s
     }
     .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(0) rotate(45deg) scale(.7)
     }
     .active.plate4 .line4 {
         transform: translateY(0) 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 .4s .1s;
         transform: scale(.75)
     }
     .plate {
         scale: 0.6;
         height: 50px;
         aspect-ratio: 1/1
     }
     .contacts-header {
        padding: 0px 20px;
     }
     .info-icons-block{
        padding: 0px 12px;
        margin-top: 12px;
        margin-bottom: 7px;

     }
     .info-icons{
        margin: 7px;
     }
     .logo{
        padding: 10px 0 10px 0;
        width: 80px;
    }
    .logo-footer{
        width: 170px;
    }
    .title-menu{
        margin-bottom: 15px;
        font-size: 24px;
     }
     .block-main{
        padding-left: 0px;
        color: var(--bg);
    }
    .title-main{
        font-size: 46px;
        text-transform: uppercase;
    }
    .title-main-mini{
        font-size: 12px;
        text-transform: uppercase;
    }
    .splide_1 .splide__arrow {
        background: 0 0;
        top: 70%;
    }
    
    .splide_1 .splide__arrow--next {
        right: 15%;
       
    }
    .splide_1 .splide__arrow--prev {
        left:  40px;
        opacity: 0;
    }
    .splide_1 .splide__arrow svg {
        fill: rgba(255, 255, 255, 1);
        height:25px;
        width: 25px;
        padding: 4px;
        background: var(--red);
        border-radius: 50%;
    }
    .splide__pagination{
        bottom: 120px;
        right: 250px;
    } 
    .splide__pagination__page{
        width: 35px;
        border-radius: 0;
        background: var(--bg);
        opacity: 1;
        height: 5px;
        margin: 7px;
    }
    .splide__pagination__page.is-active{
        transform:scale(1);
        background: var(--red);
    }
     header{
        font-size: 16px;
    }
    .title-main-ceramo{
        font-size: 32px;
    }
    .photo{
        margin-right: 0px;
        
    }
    .form-control-name{
        border: none;
        border-bottom: 2px solid var(--red) ;
        border-radius: 0;
        width: 100%;
       }
}

@media(max-width:768px){
    .head-logo{
        width: auto;
        height: 15px;
    }
    .splide_1 .splide__arrow {
        background: 0 0;
        top: 72%;
    }
    
    .splide_1 .splide__arrow--next {
        right: 50%;
       
    }
    .splide_1 .splide__arrow--prev {
        left:  40px;
        opacity: 0;
    }
    .splide_1 .splide__arrow svg {
        fill: rgba(255, 255, 255, 1);
        height:25px;
        width: 25px;
        padding: 4px;
        background: var(--red);
        border-radius: 50%;
    }
    .splide__pagination{
        bottom: 140px;
        right: 78%;
    } 
    .splide__pagination__page{
        width: 35px;
        border-radius: 0;
        background: var(--bg);
        opacity: 0;
        height: 5px;
        margin: 7px;
    }
    .splide__pagination__page.is-active{
        transform:scale(1);
        background: var(--red);
    }
    .btn-map{
        background: transparent;
        transition: all .4s ease-in-out;
        color: var(--red);
        border-left: 1px solid var(--red);
        margin-right: 0px;
        padding: 3px 7px;
        font-size: 10px;
    }
    .slide-main{
        background-image: url(../images/main.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        min-height: 25vh;
        
    
    }
}









@media(max-width:430px){
    .title{
        font-size: 28px;
    }
    .splide_1 .splide__arrow {
        background: 0 0;
        top: 70%;
    }
    
    .splide_1 .splide__arrow--next {
        right: 15%;
       
    }
    .splide_1 .splide__arrow--prev {
        left:  40px;
        opacity: 0;
    }
    .splide_1 .splide__arrow svg {
        fill: rgba(255, 255, 255, 1);
        height:25px;
        width: 25px;
        padding: 4px;
        background: var(--red);
        border-radius: 50%;
    }
    .splide__pagination{
        bottom: 120px;
        right: 250px;
    } 
    .splide__pagination__page{
        width: 35px;
        border-radius: 0;
        background: var(--bg);
        opacity: 1;
        height: 5px;
        margin: 7px;
    }
    .splide__pagination__page.is-active{
        transform:scale(1);
        background: var(--red);
    }

}
@media(max-width:375px){
    .title{
        font-size: 28px;
    }
    .splide_1 .splide__arrow {
        background: 0 0;
        
    }
    
    .splide_1 .splide__arrow--next {
        right: 35px;
       
    }
    .splide_1 .splide__arrow--prev {
        left:  40px;
        opacity: 0;
    }
    .splide_1 .splide__arrow svg {
        fill: rgba(255, 255, 255, 1);
        height:25px;
        width: 25px;
        padding: 4px;
        background: var(--red);
        border-radius: 50%;
    }
    .splide__pagination{
        bottom: 90px;
        right: 240px;
    } 
    .splide__pagination__page{
        width: 35px;
        border-radius: 0;
        background: var(--bg);
        opacity: 1;
        height: 5px;
        margin: 7px;
    }
    .splide__pagination__page.is-active{
        transform:scale(1);
        background: var(--red);
    }
}

.modal-review {
    max-width: 660px;
}

.modal-review-container {
    display: flex;
    flex-direction: column;
    padding: 25px;
    padding-top: 0;
    background: #fff;
}

.custom-close {
    background: none;
    border: none;
    padding: 0;
}

.custom-close::before {
    display: none;
}

.custom-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
}

.modal-title {
    color: #212733;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 15px;
}

.modal-sub-title {
    color: #212733;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cookie-banner {
    position: fixed;
    left: 24px;
    bottom: 24px;
    width: min(560px, calc(100% - 48px));
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    background: var(--white);
    border: 1px solid var(--red);
    box-shadow: rgba(0, 0, 0, 0.2) 0 8px 30px;
    z-index: 1200;
}

.cookie-banner.is-visible {
    display: flex;
}

.cookie-banner__text {
    margin: 0;
    font-family: var(--Int-R);
    font-size: 14px;
    line-height: 1.4;
}

.cookie-banner__button {
    border: 1px solid var(--red);
    background: var(--red);
    color: var(--white);
    padding: 8px 20px;
    font-size: 13px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    white-space: nowrap;
}

.cookie-banner__button:hover {
    background: var(--black);
    border-color: var(--black);
}

@media (max-width: 768px) {
    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .cookie-banner__button {
        width: 100%;
    }
}
