@font-face {
    font-family: 'timesnewromanpsmt';
    src: url(/assets/fonts/timesnewromanpsmt/timesnewromanpsmt.ttf) ;
    font-weight: 700;
    font-display:wrap;
}



body{
    font-family:var(--Bow) ;
    background-color: var(--bg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    color: var(--black);
    font-size: 18px;
}


:root {
    --bg: #FFFFFF;
    --gold: rgba(242, 126, 7, 1);
    --red: #BB2C2C;
    --white: #FFFFFF;
    --gray:rgb(228, 227, 227);
    --black:rgba(0, 0, 0, 1);
    --green: #01D4BA;


    --Bow:'timesnewromanpsmt';
    
}

.section-main {
    background-image: url(../images/Main.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 90vh;
}

.slide-main{
    max-height: 90vh;
    max-width: 100vw;
}
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;
}
.ul-stroyka{
    list-style-type: disc;
    margin-left: 15px;
}
p{
    margin: 0;
}
.btn{
    background-color: var(--bg); 
    font-size: 18px;
    color: var(--black);
    transition: all .4s ease-in-out;
    border-radius: 20px;
    padding: 10px  20px;
    border: 2px solid var(--red);
}
.btn-header{
    padding: 5px  30px;
}

.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;
}
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: 110px;
}
.logo-footer{
    width: 170px;
}
.title-menu{
    text-transform: uppercase;
    padding-right: 20px;
    font-size: 21px;
}
.link{
    background-color: var(--red);
    padding: 10px 15px;
    border-radius: 60px;
    color: var(--white);
    transition: all .4s ease-in-out;
}
.link:hover {
    color: var(--black);
    transition: all .4s ease-in-out;
}
.brend-photo{
    border-radius: 60px;
}
.tel-header:hover  svg path{
    stroke: var(--red);
    transition: .2s ease-in-out
}
.tel-header  svg path{
    stroke: var(--white);
    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(--white);
    transition: .3s ease-in-out
}
.info-icons svg rect {
    fill: var(--red);
    transition: .3s ease-in-out
}
.info-icons:hover svg rect {
    fill: var(--white);
    transition: .3s ease-in-out
}
.text-red{
    color: var(--red);
}
.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;
}
.modal-header{
    border: transparent;
    padding: 15px ;
}
.modal-body{
    padding: 2px;
}
.modal-footer{
    border: transparent;
}
.modal-content{
    border-radius: 20px;
}
.feedbackForm .modal-content{
    padding: 10px;
}
.btn-close{
    width: 30px;
    height: 30px;
    
}
.close-btn-modal{
    background: transparent;
   border: none;
}
.img-close-modal{
    width: 30px;
    height: 30px;
}

.title-review{
    text-transform: uppercase   ;
    font-size: 18px;
}

.map {
    
    border-radius: 20px;
}
.info-icons {
    margin-left: 10px;
}

.img-main{
    border-radius: 40px;
}
.block-main{
    
    color: var(--bg);
}




.title-mini{
    font-size: 21px;
}
.fa-star{
    color: var(--gold);
}
.rating{
    font-size: 12px;
}
.ab-photo{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 60px;
}
.f-photo{
    border-radius: 20px;
}


.sec-title{
    font-size: 36px;
    text-transform: uppercase;
    color: var(--red);
}
.splide__pagination {
    bottom: -35px;

}
.splide__pagination__page {
    background: transparent;
    border: 2px solid var(--red);
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 5px;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 15px;
}
.splide__pagination__page.is-active {
    background: var(--red);
    transform: scale(1);
    z-index: 1;
}


.splide_1 .splide__arrow--next {
    right: -40px;
}
.splide_1 .splide__arrow--prev {
    left:  -40px;;   
}
.splide_1 .splide__arrow{
    background: transparent;
}
.splide_2 .splide__arrow{
    background: transparent;
}
.splide_2 .splide__arrow--next {
    right: -10px;
}
.splide_2 .splide__arrow--prev {
    left:  -10px;;   
}
.splide_3 .splide__arrow{
    background: transparent;
}
.splide_3 .splide__arrow--next {
    right: -10px;
}
.splide_3 .splide__arrow--prev {
    left:  -10px;
}
.splide_4 .splide__arrow{
    background: transparent;
}
.splide_4 .splide__arrow--next {
    right: -10px;
}
.splide_4 .splide__arrow--prev {
    left:  -10px;
}
.splide_2 .splide__pagination {
    bottom: -20px;
}
.splide__arrow path{
    fill: var(--red);
    width: 32px;
    height: 32px;
}
.splide__arrow svg{
    width: 1.8em;
    height: 2em;
}

.form-control{
    background-color: var(--white);
    color: var(--black);
    border-radius: 15px;
}
.form-control-name{
    border-radius: 20px;
    border: 2px solid var(--red) ;
    
    
   }
   .form-control:focus {
       color: var(--black);
       background-color: transparent;
       border-color: var(--red);
       outline: none;
       box-shadow: none;
   }
   .form-control-text{
       border: 2px solid var(--red) ;
       
       height: 170px;
       
   }
   .btn-feedb{
       padding: 10px ;
       font-size: 18px;
       
       color: var(--black);
       background-color: transparent;
       border: 2px solid var(--red);
       transition: all .3s ease-in-out;
       border-radius: 20px;
   }
   .modal-content{
    background: var(--bg);
   }
   .btn-feedb:hover{
    
    color: var(--white);
    background-color: var(--red);
   
}
.rat{
    font-size: 12px;
}

.text-review{
    text-transform: uppercase   ;
    display: -webkit-box;
    -webkit-line-clamp: 3 ;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .7s ease-in-out;
    
    }
.text-review.expanded {
    -webkit-line-clamp: unset; /* убираем ограничение по строкам */
    max-height: none; /* убираем ограничение по высоте */
    transition: all .7s ease-in-out;
}


.read-more-btn {
    padding: 5px  10px;
    font-size: 12px;
    color: var(--black);
    background-color: transparent;
    border: 1px solid var(--red);
    transition: all .3s ease-in-out;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.read-more-btn:hover
 {
    background-color: var(--red);
    color: var(--white);
    transition: all .4s ease-in-out;
}
.slide-review{
    background-color: var(--white);
    border-radius: 20px;
    color: var(--black);
    padding: 20px 10px;
    border: 2px solid var(--red);
}
.shadow-block {
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}
.shadow-block-ad {
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}
.title-advanc{
    font-size: 32px;
    color: var(--red);
}
.title-error{
    font-size: 28px;

}
.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;
    }
}







/* Звезды рейтинга */
.star {
    color: var(--gold);
    font-size: 24px;
    
}
.star.grey {
    color: rgb(167, 167, 167);
}

.star-rev {
    font-size: 24px;
    cursor: pointer;
    color: rgb(167, 167, 167);
    transition: all .3s ease-in-out;
}
.star-rev.filled {
    color: var(--gold);
    transition: all .3s ease-in-out;
}
.star-rev.hover {
    
    color: var(--gold);
    transition: all .3s ease-in-out;
}



/* Контейнер прогресса (серый фон) */
.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:1200px){
    
    header{
        font-size: 12px;
    }

}

@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: var(--white);
       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:60px;
       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: 25px;
        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;
    }
    
     header{
        font-size: 16px;
    }

    .form-control-name{
        
        border: 2px solid var(--red) ;
        border-radius: 20px;
        width: 100%;
       }
    .contacts-header{
        font-size: 21px;
    }
    .splide_1 .splide__arrow--next {
        right: 20px;
    }
    .splide_1 .splide__arrow--prev {
        left:  20px;;   
    }
    .shadow-block-ad {
        padding: 40px 20px;
        border-radius: 20px;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    }
}










@media(max-width:430px){
    .title{
        font-size: 28px;
    }
   
}
@media(max-width:375px){
    .title{
        font-size: 28px;
    }
}