
.html{
    box-sizing: border-box;
}

    *, *::after, *::before{
        box-sizing: inherit;
        margin: 0;
        padding: 0;
    }


body{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #f3f2f1;
}
a {
    color: inherit;
    text-decoration: none;
  }
button {
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    color: black;
  }
input {
  -webkit-appearance: none;
  border-radius: 0;
}
/*==========NAVBAR==========*/

.header{
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
}
.header-burger{
    display: none;
}
.header-menu{
    display: none;
}
.row-numb{
    display: none;
}
.logo-bg{
    background-color: #202023;
    padding-left: 20px;
    padding-top: 10px;
}

.logo{
    height: 105px;
    width: auto;
}

.row{
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.up-menu{display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(227, 104, 10);
    padding-bottom: 13px;
}

.up-center{
    padding: 0px 30px;
}

.center{
    background-color: #202023;
    padding-right: 20px;
    width:80%;
    height: auto;
}
.menu-btn{
    display: none;
}
.numbers{display: flex;
    float: right;
color:#CCCCCC;
align-items: center;
margin-top: 10px;
margin-right: 20px;
}

.name{
    color: #CCCCCC;
}

strong {
    font-size: large;
}

.r1{    
    text-decoration: none;
    color: #CCCCCC;
}

.center-menu{margin-top: 15px;}

.right-number{
    padding-left: 20px;
}

.down-center{
    margin-top: 18px;
    padding-bottom: 18px;
}

.top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 0px;
    transition: all 0.2s ease-in;
}

.top a{text-decoration: none;
}
.nav-line ul{
    list-style: none;
}

.text{
    padding: 20px;
    color: #CCCCCC;
    transition: color 0.2s linear;
    font-weight: 400;
    text-align: center;
}

.text:hover{
    color: rgb(227, 104, 10);
}

.menu {
    position: absolute;
    background-color: #e4e0e0;
    padding: 0;
    margin-top: 10px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}

.menu li::after{
    content: "";
    display: block;
    width: 30px;
    height: 0.2px;
    background-color: #8686866f;
    border-radius: 20px;
}

.menu a, .menu-fixed a{
    display: block;
    transition: background-color 0.3s ease-in-out;
    line-height: 40px;
    color: #000000;
    padding: 0px 20px;
    padding-right: 70px;
    text-align: left;
}

.menu a:hover, .menu-fixed a:hover{
    background-color:  rgba(227, 104, 10, 0.848);
}

/*---Breadcrumbs---*/

.breadcrumps{
    margin-left: 150px;
    padding: 16px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.main{
    font-weight: 400;
    text-decoration: none;
    color: #000000;
}
.arrow{
    color: #4f4f4f;
}
.cont{
    font-weight: 400;
    color: #4f4f4f;
}
.main-title{
    text-align: center;
    margin: 20px 0px;
    font-weight: 800;
    font-size: 40px;
}


.maintitle{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 600;
}

.back-img{
    background:linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url(../images/gor.jpg);
    background-size: cover;
    background-position:center;
    width: 100%;
    height: 250px;
    text-align: center;
}
h1{
    color: #ececec;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 500;
    margin-top: 170px;
}
.containerss{
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}



/*---cards---*/
.containers{
        max-width: 1400px;
        padding: 0 30px;
        margin: 0 auto;
}
.card img{
    width: 320px;
    height: 230px;
    object-fit: cover;
}
.card{
    background-color: #e2e2e2;
    width: 320px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
.box{
        margin-bottom: 40px;
}
.card:hover{
    box-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.1), 0 0.4rem 1rem rgba(0,0,0,0.1);
}
.underline{
    background-color: #D9D9D9;
    display: flex;
    justify-content: space-around;
    padding: 10px 0px;
}
.cost{
    font-weight: 500;
    font-size: 17px;
}
.headline{
    font-weight: 700;
    font-size: 18px;
}
.desc{
    font-weight: 500;
    font-size: 14px;
}
.itemdesc{
    font-weight: 500;
    font-size: 14px;
    width: 110px;
}
.itembox{
    display: grid;
    grid-template-columns:repeat( 2, 60% );
    margin-bottom: 15px;
}
.itembox:first-child{
    margin-top: 20px;
}
.itembox:last-child{
    margin-bottom: 10px;
}
.conent{
    padding-left: 20px;
    margin-top: 12px;
    margin-bottom: 18px;
}
.dog{
    color: #00810D;
}
.line{
    display: grid;
    grid-template-columns:repeat( 3, auto );
    justify-content: center;
    column-gap: 40px;
    flex-wrap: wrap;
}


/*==========FILTER==========*/

.categories li{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.categories{
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.cat-back{
    width: 260px;
    background-color: #e2e2e2b4;
    height: 250px;
    padding: 30px 20px;
    position: sticky;
    top: 80px;
}
.cat-title{
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.custom-checkbox{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2.5px solid #000000ac;
    border-radius: 2px;
    vertical-align: sub;
    margin-right: 5px; 
    position: relative;
    z-index: 10;
}
.custom-checkbox:hover{
    border: 2.5px solid #000000;
}
.sell-wrap{
    display: grid;
    grid-template-columns:repeat( 2, auto );
    column-gap: 10px;
}
.custom-checkbox::before{
    content: '';
    display: inline-block;
    background-image: url(../images/checkbox.png);
    height: 20.5px;
    border-radius: 2.5px;
    background-color: #dfb021;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s ease-in;
    z-index: 10;
}
.real-checkbox{
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
}
.real-checkbox:checked + .custom-checkbox::before{
    transform: translate(-50%, -50%) scale(1);
}
/*==========SEcdcscs==========*/
.containers{

}
.rent-txt{
    text-align: center;
    width: 900px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 30%; 
}
@media(max-width: 1300px){
    .rent-txt{
        margin: 0 auto; 
        width: 100%;
    }
}
.title-txt::after{
content: "";
display: block;
width: 100px;
height: 0.5px;
background-color: #dfc521;
margin: 30px auto 0;
}
.title-txt{
    margin-bottom: 30px;
    margin-top: 30px;
    color: #333333;
}
.rent-txt-base{
    color: #333333;
}
.rent-txt-base:last-child{
    margin-bottom: 30px;
}


/*==========FOOTER==========*/

.footer {
    color:#CCCCCC;
}
.footer-top {
    background-color: #333333;
    padding: 50px 0px  0px;
}
.container {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}
.header-container{
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}
.footer-top-inner {
    display: grid;
    grid-template-columns:repeat( 4, auto );
}
.footer-top-col:first-child {
    margin-left: 60px;
    max-width: 250px;
}

.footer-top-col{
    z-index: 10;
}

.footer-top-col:last-child {
    max-width: 500px;
}

.footer-title {
    margin-bottom: 25px;
    font-weight: 500;
    color: #CCCCCC;
}
.footer-top-text {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 15px;
    color: #CCCCCC;
}

.footer-icons {
    display: flex;
    list-style: none;
    padding-left: 0px;
}
.footer-icon{
    margin-right: 40px;
}

.footer-icon svg{
    width: 40px;
    height: 40px;
}

.footer-icon:last-child{
    margin-right: 0px;
}

.footer-link path{
    transition: all .3s;
}

.footer-link:hover path{
    fill:rgb(227, 104, 10);
}

.info-title {
    font-weight: 500;
    margin-bottom: 25px;
    color: #CCCCCC;
}
.info-menu {
    list-style: none;
    padding-left: 0px;
}
.text-info {
    color: #CCCCCC;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    transition: text-decoration 1s;
}

.text-info svg{
    width: 12px;
    height: 12px;
}

.text-info:hover{
    text-decoration: underline;
}

.footer-contact-title {
    margin-bottom: 25px;
    font-weight: 500;
    color: #CCCCCC;
}
.footer-contacts {
    list-style: none;
    padding-left: 0px;
}

.footer-contact a{
    text-decoration: none;
    color: #CCCCCC;
    line-height: 40px;
    font-weight: 300;
    font-size: 15px;
}

.footer-contact a:hover{
    text-decoration: underline;
}

.footer-contact svg{
    vertical-align: middle;
    padding-right: 15px;
}

.footer-title-map {
    font-weight: 500;
    margin-bottom: 25px;
    color: #CCCCCC;
}
.footer-text-map {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 15px;
    color: #CCCCCC;
}

.footer-text-map svg{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.footer-text-map path{
    fill: #CCCCCC;
}

.footer-down {
    background-color: #222222;
}
.footer-down-inner {
    padding: 30px 0 20px;
    display: flex;
    justify-content: space-between;
}
.footer-copy {
    font-size: 13px;
    padding-left: 140px;
}
.footer-go-top {
    padding-right: 140px;
    font-size: 18px;
    text-decoration: none;
    color: #CCCCCC;
    transition: 0.3s;
}

.footer-go-top:hover{
    color: rgb(227, 104, 10);
}

.map{
    margin-bottom: 0px;
}

.footer-logo-img{
    justify-content: center;
}
.imgimg{
    width: 250px;
}

.wrapper-bottom {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 15px;
}

html,
body{
    height: 100%;
}

.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.main{
    flex-grow: 1;
}






  /*---adaptive---*/
  @media(max-width: 1300px){
    .line{
        grid-template-columns:repeat( 2, auto );
    }
  }

  @media(max-width: 1170px){
    .text{
        padding: 7px;
    }
  }
  @media(max-width: 1100px){
    .footer-top-inner{
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        padding-left: 25px;
    }
    .logo-img{
        padding-right: 0;
    }
    .footer-top-col{
        padding-bottom: 20px;
    }
}




@media(max-width: 1000px){
    .row{
        display: block;
    }
    .logo{
        height: 80px;
    }
    .logo-bg{
        display: block;
         display: flex;  
         padding: 0;
         justify-content: center;
    }
    .center{
        width: 100%;
        padding: 0;
    }
    .header-container{
        padding: 0;
    }
    .center-menu{
        margin-top: 0px;
    }
    .scroll{
        top:60%;
    }
}
@media(max-width: 970px){
    .line{
        grid-template-columns:repeat( 1, auto );
    }
  }
  @media(max-width: 677px){
    .sell-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cat-back{
        margin-bottom: 30px;
    }
  }
  @media(max-width: 373px){
      h1{
          font-size: 28px;
      }
  }
  @media(max-width: 360px){
    .card img{
        width: 280px !important;
        height: 198px;
    }
    .cat-back {
        width: 240px;
    }
    .card{
        width: 280px !important;
    }
    .itembox{
        grid-template-columns:repeat( 1, auto );
    }
    .box{
        width: 100%; 
    }
    .line{
        width: 100%;
    }
  }
  @media(max-width: 317px){
    .card img{
        width: 240px !important;
        height: 178px;
    }
    .cat-back {
    width: 200px;
    height: 300px;
    }
    h1{
        font-size: 25px;
    }
    .card{
        width: 240px !important;
    }
  }




@media(max-width: 775px){
    .back-img{
        height: 350px;
    }
    .footer-top-col:first-child{
        max-width: 500px;
    }
    .title-text{
        padding-bottom: 70px;
    }
    .prtitle{
        margin-left: 32px;
        padding-bottom: 30px;
    }

    .footer-top-inner{
    flex-direction: column;
    }

.footer-top-inner{
    justify-content: left;
}

.footer-top-col:first-child{
    margin-left: 0;
}

.footer-copy{
    padding-left: 0;
}
.footer-go-top{
    padding-right: 0;
}
iframe{
    width: 90%;
    height: 200px;
}
.logo-bg{
    padding: 0;
}

.center{
    display: none;
}


.top li{
    padding-bottom: 20px;
    padding-left: 20px;
}

@keyframes showAnimation {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }


    .border {
        font-size: 22px;
        font-weight: 700;
    }

    .logo {
        height: 80px;
        width: auto;
      }
      .breadcrumbs-bg{
        margin-top: 100px;
    }
    .breadcrumps{
        margin-left: 0;
    }
}

@media(max-width: 730px){
    .company-wrapper {
        flex-wrap: wrap;
    }
    .company-img {
        width: 60%;
    }
    .company{
        text-align: center;
        padding-bottom: 20px;
    }


}


@media(max-width: 680px){
    .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        display: none;
      }
    
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
      }
    
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after {
        display: none;};
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        display: none;
    }
    .scroll{
        display: none;
    }
}
    @media(max-width: 440px){
        .slide-box{
            left: 7%;
        }

    }
  @media(max-width: 410px){

    .footer-copy{
        max-width: 200px;
    }
    .logo-bg {
        display: flex;
        justify-content: center; /* Выравнивание по горизонтали */
        margin: 0;
      }
      
      .logo {
        height: 70px;
        width: auto;
      }
      .servitem img{
        max-width: 100%;
      }

}
@media(max-width: 390px){
    .slide-box{
        max-width: 200px;
    }
    .servtext{
        max-width: 280px;
    }
    .servbtn{
        top:160px;
    }
}






@media(max-width: 775px){
    
    .row-flex{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 50;
    }
    .row-flex::before{
        content: '';
        top: -5px;
        left: 0;
        width: 100%;
        position: absolute;
        height: 107%;
        background-color: #202023;
        z-index: 70;
    }
    .row{
        position: relative;
        display: flex;
        height: 60px;
        justify-content: space-between;
    }
    .header-burger{
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 90;
        top: 19px;
        left:20px;
    }
    .header-burger::before{
        content: '';
        background-color: #CCCCCC;
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        top: 0;
        border-radius: 5px;
        transition: all 0.3s ease 0s;
    }
    .header-burger.active::before{
        transform: rotate(45deg);
        top:9px;
    }
    .header-burger.active::after{
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header-burger.active span{
        transform: scale(0);
    }

    .header-burger::after{
        content: '';
        background-color: #CCCCCC;
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        bottom: 0;
        border-radius: 5px;
        transition: all 0.3s ease 0s;
    }
    .header-burger span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #CCCCCC;
        top: 8px;
        border-radius: 5px;
        transition: all 0.3s ease 0s;
    }
    .logo{
        height: 50px;
    }
    .logo-bg{
        position: relative;
        z-index: 90;
        right: 20px;
        top: 5px;
        background-color: transparent;
    }
    .header-menu{
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 260px;
        background-color: #191919ed;
        display: block;
        padding: 95px 0px 0px 0px;
        transition: all 1s ease-out 0s;
        font-family: 'Cuprum', sans-serif;
        letter-spacing: 1px
    }
    .header-menu.active{
        top:0;
    }

    .header-menu li {
        margin: 20px 20px;
        list-style: none;
        display: flex;
        color: #dfb021;
    }
    .header-item{
        color: #CCCCCC;
        text-decoration: none;
        padding-left: 10px;
    }

    .header-item::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #333333, #dfb021, #333333);
    margin-top: 5px;
    }
    .row-numb{
        position: relative;
        z-index: 100;
        padding-top:10px ;
        display: flex;
        justify-content: space-around;
        border-bottom: 2px solid transparent; /* Устанавливаем прозрачную нижнюю границу */
        border-image: linear-gradient(to right, #333333, #dfb021, #333333) 1;
        padding-bottom: 10px;
    }
    .rnumb a,
    .lnumb a{
        display: flex;
        color: #fff;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
    }
    .rnumb a svg,
    .lnumb a svg{
        padding-right: 10px;
    }
    .breadcrumbs-bg{
        margin-top: 100px;
    }
    .breadcrumps{
        margin-left: 0;
    }
    .item-bg{
        display: block;
    }
}
@media(max-width: 370px){
    .header-menu{
        padding: 110px 0 0 0;
    }
}






