@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;1,300;1,400;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&display=swap');


*{
    padding: 0;
   margin: 0;
   box-sizing: border-box;
   font-family: 'Poppins', sans-serif;
   text-decoration: none;
   list-style: none;
   scroll-behavior: smooth; 
}
:root{
    --black:#000;
    --white:#fff;
    --bg-primary:#b38648;
    --second-color:#ccc;
    --red:#ff0000; 
    --green: #0fc485;
    --bok-cvet: #eae7c8;
    --perv-bukva: #e78712;
}

/* //////////////////////////////////////// */
html{
    height: 100%;
}
body{
    /* background: var(--bok-cvet); */
    background: linear-gradient(to right, var(--bok-cvet), var(--white), var(--bok-cvet));
    margin: 0;
    height: 100%;
    min-height: 100vh;
}
.teloind{
    min-height: 100%;
    width: 100%;
}
.telo {/*для всей страницы */
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
    
}
.section{
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
         padding-top: 40px;
}
/* меню */
.header_1 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 80px;
    background: var(--bg-primary);
    align-items: center;
    justify-content: space-between;
}
.top-menu {
        background: var(--bg-primary);
        height: 75px;
        display: flex;
        justify-content: inherit;
        align-items: center;
    }
    .logotip{
        margin-left: 25px;
        display: grid;
        color: var(--white);
    }
    .logotip h1{
        color: var(--white);
        font-size: 32px;
        font-weight: 800;
    }
    .h1sp{
        /* color: var(--red); */
        /* color: #eeec44; */
        /* color: #969c93; */
        color: var(--second-color);
    }
    .logotiptxt{
        font-size: 16px;
    }
    .logotiptxt span{
        /* color: var(--red); */
        /* color: #eeec44; */
        /* color: #969c93; */
        color: var(--second-color);
        
    }
    .menu1 {
        margin-left: auto;
        margin-right: 0;
    }
    .header-page__ul {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
    }
    .header-page__ul li {
        display: inline-block;
    }
    .header-page__ul li {
        display: inline-block;
    }
    .header-page__ul a {
        color: var(--second-color);
        text-decoration: none;
        display: block;
        padding: 15px 15px;
        /* font-family: 'Montserrat', sans-serif; */
        font-weight: 900;
        font-size: 18px;
        position: relative;
        transition: background var(--transition), color var(--transition);
    }
    .header-page__ul a:hover{
        color: var(--white);
    }
    .phone-num{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    }
    .phone-num a{
        color: var(--second-color);
        vertical-align: middle;
        font-size: 20px;
    }
    .phone-num img{
        /* height: 20px; */
        padding-right: 5px;
    }
    #menu-btn {
        font-size: 2rem;
        align-items: center;
        justify-content: center;
        color: var(--second-color);
        cursor: pointer;
        display: none; 
    }
    .div-right{
        display: flex;
        padding-right: 10px;
        justify-content: center;
        justify-content: center;
    }
    /* меню */
    /* шапка */
    .home{
        /* height: 100vh; */
        height: 400px;
        width: 100%;
        /* background-size: cover;
        background-position: center; */
        display: flex;
        justify-content: flex-start;
        /* z-index: 100; */
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        /* background-image: url(asset/img/blokverh.jpg); */
    }
    .home-txt{
        padding-top: 150px;
        /* padding-left: 40px; */
        width: 100%;
        font-weight: 700;
        text-align: center;
    }
    .alt{
        font-size: 50px;
        /* color: var(--white)!important; */
        color: #d77d31;
        text-shadow: 1px 1px 1px var(--black);
       
    }
    .exp{
        font-size: 45px;
        color: var(--white)!important;
        text-shadow: 1px 1px 1px var(--black);
    }
    #printed-text{
        font-size: 45px;
        color: var(--white);
        text-shadow: 1px 1px 1px var(--black);

    }
    /* шапка */
    /* о нас */
    @media (min-width: 1000px)
    {
    .text-image{
        padding: 1rem .5rem 7rem .5rem;
        position: relative;
        display: grid;
        grid-template-columns: 40% 60%;
    }
 }
    .text-image {
        position: relative;
        display: grid;
        width: 100%;
    }
   
    .img{
        text-align: center;
    }
    .img img{
        width: 24rem;
        height: auto;
        padding: .5rem;
    }
    .text h3{
        font-size: 1.8rem;
        padding: 1rem;
        color: var(--bg-primary);
    }
    .text p{
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 15px;
        text-indent: 10px;
        text-align:justify
    }
    .divc{
            text-align: center;
            padding: 2rem;
    }
   
    .nashi_preim{
        width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 280px);
    justify-content: center;
    padding: 1rem;
    }
    
    /*
    .nashi_preim{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
        }
    */
    .odno_pr{
        font-weight: 500;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    .img_odno_pr{
        margin-bottom: 24px;
    }

    .btn {
        background: var(--bg-primary);
        padding: 1rem 2rem;
        font-size: 1.3rem;
        color: white;
        text-decoration: none;
        border-radius: 1rem;
        transition: .2s linear;
    }
    .btn:hover{
        text-decoration: underline;
        font-weight: 700;
        letter-spacing: .2rem;
      }
      .preim_span{
        color: var(--bg-primary);
        font-weight: 600;
      }
    /* о нас */
    /* Услуги */
    .zagh3{
        font-size: 1.8rem;
        padding: 1rem;
        color: var(--bg-primary);
        text-align: center;
    }
    .usl{
        padding: 1rem;
    }
    .usl h3{
        font-size: 1.2rem;
        padding-top: 2rem;
        color: #969c93;
    }
     .spanh3{
        /* color: var(--perv-bukva); */
        color: #c0814f;
        font-size: 1.3rem;
    }
    .ulusl li{
        margin-bottom: 1rem;
    }

    .ulusl li a{
        color: var(--bg-primary);
        font-weight: 600;
        text-decoration: underline;
        font-size: 17px;
    }
    .ulusl li a:hover{
        text-decoration: none;

    }
	.faq01{
        /* padding: 20px; */
        display: flex;
        border-radius: 8px;
        align-items: center;
        margin: 15px;
        height: fit-content;
        /* border: 1px solid var(--perv-bukva); */
        cursor: pointer;
    }
    .faq0{
        /* padding: 20px; */
        display: flex;
        border-radius: 8px;
        align-items: center;
        margin: 15px;
        height: fit-content;
        /* border: 1px solid var(--perv-bukva); */
        cursor: pointer;
    }
    .faq__icon0
    {
        align-self: flex-start;
        padding:3px;
        font-size: 15px;
        border-radius: 50%;
        color: var(--white);
        background-color: #c0814f;
        margin: 5px;
    }
    .question__answer0 h3 {

        font-weight: 600;
        padding-top: 0;
        padding-left: 10px;
    }
   .faq0 .faqs_kont{
       display: none; 
    }
    .faq0.open0 .faqs_kont{/*это реализуется на js*/
        display: block;
    }
    .faq0 .faq1 ul {
        padding-left: 20px;
        margin: 25px 5px 0 10px;
        display: block;
    }
    /********/
    .faq1 {
        padding: 20px;
        display: flex;
        border-radius: 8px;
        align-items: center;
        margin: 15px;
        height: fit-content;
        border: 1px solid var(--perv-bukva);
        cursor: pointer;
    }
    .faq__icon
    {
        align-self: flex-start;
        padding:3px;
        font-size: 15px;
        border-radius: 50%;
        color: var(--white);
        background-color: var(--perv-bukva);
        margin: 5px;
    }
    .question__answer h4 {
        font-size: 24px;
        font-weight: 500;
    }
    .faq1 ul {
        margin: 25px 5px 0 10px;
        display: block;
    }
    .faq1 ul li{
        list-style-image: url(../img/check1.png);
        font-weight: 400;
        font-size: 16px;
        padding-bottom: 10px;
        text-align: left;
    }
    /* прайс */
   
    @media (min-width: 1000px){
    .price-txt-kart{
        padding: 1rem 0.5rem 3rem 0.5rem;
        position: relative;
        display: grid;
        grid-template-columns: 60% 40%;
    }
}
.price-txt-kart
{
    padding: 1rem 0.5rem 3rem 0.5rem;
    position: relative;
    display: grid;
    width: 100%;
}
.price-kart{
   text-align: center;
}
.price-kart img{
    width: 24rem;
    height: auto;
    padding: .5rem;
}
    .tbl-price{
        width: 98%;
        border-collapse: collapse;
        margin:  auto;
    }
    .tbl-price td{
        border: 2px solid var(--bg-primary);
        
    }
    .td-nazv{
        width: 70%;
        font-weight: 700;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        }
    .td-price{
        width: 30%;
        font-weight: 700;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nazv_razd{
        font-weight: 600;
        /* text-align: center; */
        padding: 10px 5px 5px 5px;
    }
    .price-name{
         padding: 10px 5px 5px 5px;
        /* text-align: center; */

    }
    .price-cena{
        padding: 10px 5px 5px 5px;
        text-align: center;
        font-weight: 700; 
    }
    /* прайс */
/*
    .faq1.open ul{
        display: block;
    }
    */
    /* Услуги */
    /* отзывы */
 .slide img{
    width: 100px;
    border-radius: 8px;
 }
 .slide h3{
    font-size: 16px;
 }
    
    .swiper-pagination-bullet-active{
        background-color: var(--perv-bukva);
    }
    .swiper-button-next, .swiper-button-prev{
        color: var(--perv-bukva);
    }
    .slide{
        margin-bottom: 4rem;
        border: 2px solid var(--perv-bukva);
        border-radius: .5rem;
        padding: 2rem;
        text-align: center;
        height: 350px;
    }
    /* отзывы */
    /* отзывы в картинках*/
    .otz2-1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .otz2-1 a{
        display: block;
        margin-bottom: 30px;
        transition: 0.3s;
    }
    .otz2-1 a img{
    width: 200px;
    border: 2px solid var(--bg-primary);
    margin: 5px;
    }
    /* отзывы в картинках*/
    /* нам доверяют */
    .nam-dover{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, 250px);
        justify-content: center;
        text-align: center;
    }
    .firma{
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 10px 10px;
        border: 2px solid var(--green);
    }
    .firma img{
        width: 200px;
        height: 200px;
    }
    /* нам доверяют */
/* Адрес */
@media (min-width: 1000px)
{
.address {
    grid-template-columns: 2fr 1fr;
}
}
.maps{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .address {
    position: relative;
    display: grid;
  
    
  }
  .txtaddress {
    /* text-align: center; */
    font-size: 1.4rem;
    padding: 1rem;
  }
  .txtaddress span{
    font-weight: 700;
  }
  .mapya {
    align-self: center;
    justify-self: center;
    width: 100%;
    /* padding:  1rem; */
  }
  .txtaddress a{
    color: var(--perv-bukva);
    text-decoration: none;
  }
  .txtaddress a:hover{
    text-decoration: underline;
  }
  /* Адрес */
  /* новости */
  .news{
    padding-top: 80px;
    flex: 1 0 auto;
  }
  .new1{
    position: relative;
    display: flex;
    width: 100%;
  }
  .new_img{
    width: 300px;
    padding: 10px;
    text-align: center;
  }
  .new_img img{
    width: 250px;
    height: auto;
  }
  .new_txt{
    padding: 10px 15px;
 
  }
  .divh4{
    font-size: 22px;
    color: var(--perv-bukva);
  }
  .divtxt{
    padding: 10px;
    font-size: 16px;
  }
  /* новости */
  /* 404 */
  .error{
    text-align: center;
    padding-top: 50px;
  }
  .error img{
    width: 100%;
  }
  .txterror{
    width: 100%;
    text-align: center;
    color: var(--bg-primary);
    font-size: 30px;
  }
  /* 404 */
  /*пагинация*/
  .screen-reader-text{
    display: none;
  }
.pagin{
    width: 100%;
    position: absolute;
    bottom:0;
}
ul.page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
    justify-content: center !important;
}

ul.page-numbers li:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

ul.page-numbers li:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: var(--white);
    background: var(--perv-bukva);
}
ul.page-numbers li a:hover{
    color: var(--bok-cvet);
    background: var(--bg-primary);
    text-decoration: underline;
}
a.page-numbers,
span.current {
    position: relative;
    display: block;
    padding: 5px 8px;
    margin-left: -1px;

    line-height: 1.25;
    color: var(--main-color);
    background-color: var(--color-white);
    border: 1px solid var(--second-color);
    text-decoration: none;
}



span.current {
    color: var(--bok-cvet);
    background: var(--bg-primary);
    
    cursor: default;
}

nav.navigation {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*пагинация*/

  /* футер */
  .footer{
    background: var(--bg-primary);
    padding: .5rem 1rem .5rem;
    left: 0;
    right: 0;
    bottom: 0;
    flex: 0 0 auto;
  }
  .footer__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}
.footer__container h4{
    color: var(--white);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.permalinks a img{
    padding-right: 5px;
}
.cont, .cont a{
    font-size: 14px;
    font-weight: 200;
    color: var(--white);
}
.footer__3{
    display: flex;
    justify-content:flex-end;
    align-items: flex-end;
}
.footer__3 div{
    text-align:end;
}
.footer__3 div a{
    color:var(--second-color);
}
/* футер */

    /*попап*/
.popup_site{
    z-index: 1001;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    /*background: linear-gradient(to right, var(--bok-cvet), var(--white), var(--bok-cvet));*/
    top: 0;
    left: 0;
    opacity: 0;/*скрываем попап*/
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.8s ease 0s;
  }
  
  .popup_site:target{
  
    opacity: 1;
    visibility: visible;
  }
  .popup_site:target .popup_content{
    transform: translate(0px, 0px);
    opacity: 1;
  }
  
  
  .popup_body{
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    z-index: 100;
  }
  .popup_content{
    z-index: 2;
  /* background-color: var(--second-color); */
  background: linear-gradient(to right, var(--bok-cvet), var(--white), var(--bok-cvet));
  border-radius: 0.5rem;
  border: 2px solid var(--perv-bukva);
    /*max-width: 800px;*/
    max-width: 600px;
    padding: 30px;
    position: relative;
  transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0px,-100%);
  }
  
  .popup_close{
    position: absolute;
     right: -15px;
    top: -15px; 
    font-size: 20px;
    color: var(--white);
    background: var(--perv-bukva);
    padding: 0.2rem 0.45rem 0.2rem 0.45rem;
    border-radius: 50%;
    border: solid var(--bg-primary) ;
    text-decoration: none;
  }
  .phone{
    text-align: center;
  }
  .phone-forma{
    display: grid;
  }
  .subm{
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1.4rem;
   width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1.4rem;
    /* text-align: center; */
    text-transform: uppercase;
    background-color: var(--bg-primary);
  color: var(--white);
  border-radius: 1rem;
  }
  .popup_title{
    font-size: 40px;
    margin: 0 0 2rem 0;
   text-align: center;
  }
  .maska-nomera,.name{
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1.4rem;
    border: var(--perv-bukva) solid 2px;  
  }
  input[type='checkbox']{
	  width: 1.2rem;
	  height: 1.2rem;
  }
  /*попап*/

  
    /* ///////////////////////////////////// */
    @media (max-width: 1000px)
    {
        .top-menu {
            height: 68px;
        }
        #menu-btn{
            display: inline-block;
        }
        .menu1{
            position: absolute;
            top: 99%;
            left: 0;
            right: 0;
            background-color: var(--bg-primary);
            /* background-color: var(--green); */
            text-align: center;
            border-top: .1rem solid rgba(255, 255,255, .2);
            clip-path: polygon(0 0, 100% 0,100% 0, 0 0);
        }
        .header-page__ul a{
            padding: 10px 5px;
        }
        /* ///////////////////// */
       .active{
            clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 0 100%);
    
        }
        /* ///////////////////// */
        .header-page__ul {
            display: block;
        }
        .header-page__ul li {
            display: block;
            margin: 5px 0 0 0
        }
        .phone-num a {
            color: var(--second-color);
            vertical-align: middle;
            font-size: 20px;
        }
        .phone-num a img {
 
            padding-right: 5px;
        }
      
        .footer__container {
            grid-template-columns: repeat(3, 1fr);

        }
    }
    

   
        @media (max-width: 600px)
        {
            .logotip h1 {
                font-size: 16px;
            }
            .logotiptxt{
                font-size: 12px;
            }
            .phone-num, #menu-btn{
                padding-top: 25px;
            }
            
            .phone-num a i {
                visibility: hidden;
            }
            .phone-num a img {
                float: right;
            }
            .btn {
                padding: 1rem 1.5rem;
                font-size: 1rem;
           
            }
            .btn:hover{
                font-weight: 500;
                letter-spacing: .1rem;
              }
              .alt, .exp, #printed-text{
                font-size: 24px;
            }
            .footer__container {
                grid-template-columns: repeat(2, 1fr);
    
            }
            .new1{
                display: grid;
            }
            .new_img{
                width: 100%;
            }
            
        }
        @media (max-width: 400px){
            .logotip img{
                width: 180px;
            }
            .logotip h1 {
                font-size: 14px;
            }
            .logotiptxt{
                font-size: 12px;
            }
            .home-txt{
                padding-top: 130px;
                padding-left: 10px;
                padding-right: 10px;
            }
            .alt, .exp, #printed-text{
                font-size: 18px;
            }
            .img_odno_pr{
                margin-bottom: 10px;
            }
            .footer__container {
                grid-template-columns: repeat(1, 1fr);
    
            }
            .maska-nomera, .name{
                font-size: 1.1rem;
            }
           
        }
        @media (max-width: 360px){
            #menu-btn {
                font-size: 1.5rem;
            }
            .phone-num img{
                width: 24px;
            }
            .logotip img{
                width: 140px;
            }
            .img img {
                width: 300px;
            }
            .price-kart img{
                width: 300px;
            }
        }
