@font-face {
	font-family: 'AA Higherup';
	src: url('../fonts/aa_higherup.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/aa_higherup.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/aa_higherup.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/aa_higherup.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/aa_higherup.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/aa_higherup.svg#aa_higherup') format('svg'); /* Chrome < 4, Legacy iOS */
}
*:focus,
*:focus-visible,
*:active {
    outline: none !important;
}

a, button, input, textarea, select, img, [tabindex] {
    -webkit-tap-highlight-color: transparent;
}

a::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}
.container{
    width: 1366px;
    margin: 0 auto;
}
img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li{
    margin: 0;
    padding: 0;
}
.navbar{
    margin-bottom: 0;
    min-height: 0;
}
.product_option-itemcat{
    display: flex;
    align-items: center;
    line-height: 0;
}
.product_option-itemcat p{
    margin-bottom: 0;
}
.product_option-itemcat img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.product_option-itemcat p {
    font-size: 13px;
    color: #248fc3;
    padding: 15px 0;
    font-weight: 600;
    margin-bottom: 0;
}
.footer h5{
    display: inline;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    border-bottom:2px solid #248fc3;
}
.footer_info{
    margin-right: 60px;
}
.footer_info #logo{
    margin-bottom: 10px;
}
.footer_nav{
    margin-right: 160px;
}
#logo{
    width: 162px;
}
footer.footer{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 50px;
    line-height: 30px;
}
.creator{
    margin-top: 30px;
    width: 100%;
    padding: 10px 0;
    background: #ddd;
}
.create a{
    color: black;
}

.category_tab{
    position: relative;
    margin-top: -100px;
    z-index: 1;
}
.category_tab-title span{
    font-size: 24px;
    font-weight: 600;
    color: white;
}
.product_hourprice{
    opacity: 0;
}
.category_tab-subtitle span{
    font-size: 16px;
    color: white;
}
.category_tab-head{
    display: flex;
    align-items: center;
}
#toTop {
    width:40px;
    height: 40px;
    border:1px solid #ccc;
    background:black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px;
    position:fixed;
    bottom:15px; /* отступ кнопки от нижнего края страницы*/
    left:15px;
    cursor:pointer;
    display:none;
    z-index: 9999;
    }
.nav-tabs{
    border:none
}
.category_tab-tabs{
    margin-left: 75px;
}
ul li.category_tabs-tab a{
    color: #a9a9a9;
    padding: 20px 25px;
}
.product-block-inner{
    display: flex;
    align-items: center;
}
.product-block-title{
    margin: 0 0 25px 0;
}
.product-block-buttons{
    margin-top: 35px;
}
.product-block-info{
    padding-left: 25px;
    flex: 1 1 40%;
}
.cat_description{
    padding: 15px 0;
}
.category_mainpage-item{
    position: relative;
}
.category_mainpage-item .category_mainpage-item-image a img{
    transition: 0.5s;
}
.category_mainpage-item:hover .category_mainpage-item-image a img{
    transform: scale(1.1);
    transition: 0.5s;
}
#popup-send-button{
    cursor: pointer;
}
.nav-tabs>li.category_tabs-tab>a:hover{
    background: transparent;
    border-radius: 30px;
    color: #a9a9a9;
    text-shadow: 0 0 .9px #a9a9a9, 0 0 .9px #a9a9a9, 0 0 .9px #a9a9a9;
    border: 1px solid #a9a9a9;
    text-decoration: underline;
}
.product_name h1{
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}
.product_info-card .product_name{
    margin-bottom: 25px;
}
.product_info-card .product_name h1{
    color: #000;
}
.product_title{
    margin-top: 10px;
}
.product_title h1{
    margin: 0;
    color: #000;
    font-size: 32px;
    font-weight: 600;
}
#product-product{
    position: relative;
    margin-top: 0;
    z-index: 1;
}
#product-product .breadcrumb > li a{
    color: #000;
}
h2.hourprice{
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    text-align: right;
}
h2.minprice{
    margin: 0;
    color: #fff;
    font-size: 14px;  
    text-align: right;  
    padding-top: 20px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    z-index: 1;
}
.product_head{
    margin-bottom: 50px;
}
.product_media-column,
.product_info-card{
    margin-top: 25px;
}
.btn_order-box{
    margin: 30px 0;
}
.btn-zakaz{
    cursor: pointer;
}
.product_option-box{
display: flex;
justify-content: space-around;
align-items: flex-start;
}
.product_info-card .product_option-box{
    margin-top: 25px;
}
h2.product_pricesorder{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.border_btm{
    border-bottom: 1px dotted black;
}
.product_description{
    padding-top: 30px;
    line-height: 30px;
    font-size: 16px;
}
.thumbnail{
    border:none;
}
.product_prices-item{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}
.product_option-item{
    max-width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dropdown-menu.dropdown-menunew{
    min-width: 30px;
    background-color:black ;
    z-index: 99;
}
.open>.dropdown-menu.dropdown-menunew{
    display: flex;
    z-index: 9999;
}
.product_option-item img{
    width: 33px;
    height: 33px;
    object-fit: contain;
}
.product_option-item p{
    font-size: 13px;
    color:#248fc3;
    padding: 15px 0;
    font-weight: 600;
    margin-bottom: 0;
}
h2.category_title{
    margin-top: 10px;
    font-weight: 600;
    color: white;
}
.btn_order-box a{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border: 1px solid black;
    border-radius: 30px;
    color:black;
    width: 100%;
    height: 50px;
}
.product_info-card .btn_order-box a{
    background: #248fc3;
    border-color: #248fc3;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.product_info-card .btn_order-box a:hover,
.product_info-card .btn_order-box a:focus{
    background: #35a4da;
    border-color: #35a4da;
    color: #fff;
    text-decoration: none;
}
.product-block-image{
    flex: 1 1 auto;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
}
.btn_buy a,
.btn_more a{
    display: inline-block;
    padding: 15px 35px;
    border-radius: 30px;
    color: #000;
}
.btn_buy{
    margin-right: 10px;
}
.product-block-buttons{
    display: flex;
}
.btn_buy a{
    border:2px solid #0ea5de;
}
.btn_more a{
    border:2px solid #a9a9a9;
}
p.price{
    color: #0ea5de;
    font-size: 24px;
    font-weight: 600;   
}
.list-groupnew{
    display: flex;
    align-items: center;
}
.category_cat{
    display: flex;
}
.product-block-info h4 a{
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.nav-tabs>li.category_tabs-tab.active>a, .nav-tabs>li.category_tabs-tab.active>a:focus, .nav-tabs>li.category_tabs-tab.active>a:hover{
    background: transparent;
    border-radius: 30px;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
    text-decoration: none;
}
.category_cat{
    margin-left: 75px;
}
.category_tab-textnew{
    width: 200px;
    height: 100px;
    background-color: rgba(255,255,255, 0.25);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 40px;
    text-align: center;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);   
}
.category_tab-text{
    width: 200px;
    height: 100px;
    background-color: rgba(255,255,255, 0.25);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 30px;
    padding-left: 40px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
#information-information{
    line-height: 30px;
}
.album-wall{
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.fa-facebook-f{
    width: 20px;
    height: 15px;
}
.fa-instagram{
    width: 15px;
    height: 15px;
}
#information-information iframe{
    width: 100%;
    margin: 20px 0;
}
.section_titlenew{
position: absolute;
bottom: 0;
}
.footer_soc-item a {
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    line-height: 1;
}
.footer_soc-item a img{
    border-radius: 50%;
}
header.main{
    display: flex;
    align-items: center;
    height: 140px;
    padding: 10px 0;
    background: transparent;
    position: relative;
    z-index: 1;
    transition: 0.2s;
}
.main.main_fixed{
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0, 0.8);
    z-index: 9999;
    transition: 0.2s;
    -webkit-box-shadow: 4px 12px 27px 9px rgba(34, 60, 80, 0.46);
-moz-box-shadow: 4px 12px 27px 9px rgba(34, 60, 80, 0.46);
box-shadow: 4px 12px 27px 9px rgba(34, 60, 80, 0.46);
}
.nav>li>a:focus, .nav>li>a:hover{
    background: transparent;
}
header.contactss{
    display: flex;
    align-items: center;
    height: 140px;
    padding: 10px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contactss.contacts_fixedd{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0, 0.8);
    z-index: 9999;
    transition: 0.2s;
    -webkit-box-shadow: 4px 12px 27px 9px rgba(34, 60, 80, 0.46);
-moz-box-shadow: 4px 12px 27px 9px rgba(34, 60, 80, 0.46);
box-shadow: 4px 12px 27px 9px rgba(34, 60, 80, 0.46);
}
.bordered{
    border-bottom: 1px solid #c9c9c9;
    transition: 0.2s;
    padding-bottom: 10px;
}
header.sub{
    display: flex;
    align-items: center;
    height: 300px;
    padding: 10px 0;
    background: transparent;
    padding-bottom: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s;
}
.sub.sub_fixed{
    position: fixed;
    top: 0;
    width: 100%;
    height: 140px;
    padding: 10px 0;
    background-color: rgba(0,0,0, 0.8);
    z-index: 999;
    transition: 0.2s;
    -webkit-box-shadow: 4px 12px 27px 9px rgba(34, 60, 80, 0.46);
-moz-box-shadow: 4px 12px 27px 9px rgba(34, 60, 80, 0.46);
box-shadow: 4px 12px 27px 9px rgba(34, 60, 80, 0.46);
}
.headerbanner_wrap{
    position: relative;
    margin-top: -140px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.header_banner-wrap{
    width: 790px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header_banner-link{
    position: relative;
    width: 245px;
    height: 60px;
    border-radius: 50px;
    background-image: url(/image/btn.png);
    margin: 40px auto;
}
.header_banner-link a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding-left: 40px;
    text-transform: uppercase;
    align-items: center;
    color: #fff;
    font-weight: 700;
}
.header_banner-text span{
    font-family: 'Forum', cursive;
    font-size: 32px;
    color: #fff;
    text-shadow: 3px 0px 7px rgba(0,0,0,1), 
    -3px 0px 7px rgba(0,0,0,1), 
    0px 4px 7px rgba(0,0,0,1);
}
.header_banner-title h2{
    font-family: 'Forum', cursive;
    color: #fff;
    font-size: 72px;
    line-height: 1;
    text-shadow: 3px 0px 7px rgba(0,0,0,1), 
    -3px 0px 7px rgba(0,0,0,1), 
    0px 4px 7px rgba(0,0,0,1);
}
header a{
    color: #fff;
}

.header_soc{
    margin-left: auto;
}
.header_lang{
    margin-left: auto;
}
.dropdown-menu.lang{
    min-width: 25px;
    background-color: rgba(0,0,0, .2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.dropdown-menu.menu{
    text-align: center;
    background: rgba(0,0,0, 0.7);
    min-width: 210px;
    padding: 15px 0;
}
#menu .dropdown-inner li a{
    color: #fff;
}
.header_contacts{
    margin-left: auto;
}
.header_logo{
    margin-right: 20px;
}
.header_contacts a{
    margin-left: 10px;
    padding: 10px 0;
}
.header_wrap{
    display: flex;
    align-items: center;
}
.header_nav-wrap{
    display: flex;
    align-items: center;
    width: 100%;
}
.btn-link:focus, .btn-link:hover{
    color: #ddd;
    text-decoration: none;
}
header a:hover{
    color: #ddd;
}
.footer_soc-item{
    margin-left: 10px;
}
.footer_social-list{
    display: flex;
}
.category_mainpage-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: -110px;
}
.category_mainpage-item-image{
    width: 500px;
    height: 300px;
}
.category_mainpage-item-texteven{
    text-align: left;
    position: relative;
    transition: 0.5s;
}
.category_mainpage-item-texteven:after{
    position: absolute;
    content:'';
    width: 90%;
    height: 5px;
    background: #248fc3;
    left: 0;
    bottom: -10;
    transition: 0.5s;
}
.borderedcard{
    border-left: 1px solid #c9c9c9;
}
.category_mainpage-item-textodd:after{
    position: absolute;
    content:'';
    width: 90%;
    height: 5px;
    background: #248fc3;
 right: 0;
    bottom: -10;
    transition: 0.5s;
}
.category_mainpage-item-textodd{
    text-align: right;
    position: relative;
    transition: 0.5s;
}
.category_mainpage-item-all a{
    text-decoration: underline;
}
.category_mainpage-item-title h4{
    font-weight: 700;
    font-size: 24px;
}
.category_mainpage-item-title h4 a{
    color: #333333;
}
.category_mainpage-item{
    margin-bottom: 40px;
}
.category_mainpage-item:hover .category_mainpage-item-texteven:after{
    width: 50%;
}
.category_mainpage-item:hover .category_mainpage-item-textodd:after{
    width: 50%;
}
.footer_wrap{
    display: flex;
    justify-content: space-between;
}
.comment{
    max-width: 250px;
}
footer.footer ul li span.addr{
    line-height: 30px;
}
.comment p{
    font-size: 12px;
    line-height: 30px;
}
.our_clients{
    padding-bottom: 80px;
}
.swiper-slide{
    border-radius: 50%;
}
.swiper-slide img{
    border-radius: 50%;
    margin: 0 auto;
}
.aboutus_clients{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.aboutus_clients:after{
    content: '';
    position: absolute;
    top: 30px;
    right: 50px;
    width: 436px;
    height: 295px;
    background-image: url(../image/qual.png);
    background-position: center;
    background-size: cover;
}
.about_us-block{
    color: #fff;
    line-height: 30px;
}
h2.about_us-blocktitle{
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin-top: 215px;
}
.about_us-blocktext{
    max-width: 620px;
    margin-bottom: 230px;
}
.our_clients-title h2{
    color: #fff;
    font-size: 36px;
    margin-bottom: 50px;
}
.header_banner{
    height: 850px;
    display: flex;
}
.header_banner-wrap{
    padding-top: 180px;
}
.header_banner-title{
    padding-bottom: 20px;
}
.advantages{
    padding-top: 100px;
}
.advantages_ico{
    width: 120px;
    height: 120px;
    margin: auto;
}
.advantages_ico img{
border-radius: 50%;
}
.advantages_item{
    width: 250px;
    margin: 10px;
}
.advantages_wrap{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.advantages_text{
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.category_mainpage-header{
    text-align: center;
}
.category_mainpage-header h4{
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.section_title h4{
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 700;
}
.category_mainpage-header a{
    color: #fff;
}
.category_mainpage-header{
    padding-top: 80px;
    padding-bottom: 120px;
}

.category_mainpage-black{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: #000;
    z-index: -1;
}
#information-contact{
    padding-top: 100px;
}
span.contacts {
    padding-bottom: 15px;
    display: block;
    font-size:16px;
    line-height: 25px;
}
h1.contact_title{
    font-weight: 600;
}
textarea.form-controlnew{
    height: auto;
    padding: 20px 0 10px 15px;
    resize: none;
}
.btn_contactsubmit{
    width: 250px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #c9c9c9;
    background-color: white;
}
.map{
    padding-top: 20px;
}
.form-controlnew{
    width: 100%;
    height: 50px;
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    padding: 10px 0 10px 15px;
}
span.ttitle {
    display: block;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.parthners_title h2{
    font-size: 24px;
    color: #666;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.parthners_slider-item{
 display: flex;
 justify-content: center;
 align-items: center;
}
.parthners{
    padding-bottom: 100px;
}
.header_burger{
    display: none;
    width: 25px;
    height: 20px;
    position: relative;
    margin: 5px;
}
.btn-group{
    margin: 5px;
}
span.first,
span.second,
span.thirth{
    display: block;
    background: #fff;
position: absolute;
width: 100%;
height: 4px;
}
span.first{
    top: 0;
    transition: 0.5s;
}
span.second{
    right: 0;
    top: calc(50% - 2px);
    transition: 0.5s;
}
span.thirth{
    bottom: 0;
    transition: 0.5s;
}
@media screen and (max-width: 1366px){
.container{
    width: 100%;
}
.advantages {
    padding-top: 80px;
}
.category_cat{
    overflow-x: auto;
    margin-left: 25px;
}
h2.category_title{
    margin-top: 0;
}
.list-group a{
    padding: 10px 15px;
}
}
@media screen and (max-width: 1365px){
    .header_contacts a{
        margin-left: 5px;
    }
    #menu .nav > li > a{
        padding: 10px 5px;
    }
    #logo{
        width: 140px;
    }
}
@media screen and (max-width: 1280px){
    .category_tab-textnew{
        height: 100px;
    }
    .category_tab-text{
        width: 160px;
        height: 100px;
        padding-left: 20px;
    }
    .category_tab{
        margin-top: -120px;
    }
}
@media screen and (max-width: 1279px){
    .breadcrumb{
        display: flex;
        overflow-y: scroll;
        margin-top: 20px;
    }
    .category_tab-title span{
        font-size: 20px;
    }
    .category_tab-tabs{
        margin-left: 20px;
    }
    ul li.category_tabs-tab a{
        padding: 10px;
    }
    .product_option-item p,
    h2.product_pricesorder{
        font-size: 14px;
        text-align: center;
    }
}
@media screen and (max-width: 1230px){
    .footer_social-list {
        display: flex;
        width: 110px;
        flex-wrap: wrap;
        justify-content: end;
    }
    .header_contacts {
        margin-left: auto;
        display: flex;
        flex-direction: column;
    }
    .footer_soc-item{
        margin: 5px;
    }
}
@media screen and (max-width: 1080px){
    .category_mainpage-item-texteven:after{
        height: 2px;
    }
    .category_mainpage-item-textodd:after{
        height: 2px;
    }
    .footer h5{
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .category_mainpage-item-image{
        width: 400px;
        height: 240px;
    }
}
@media screen and (max-width: 1023px){
    .product-block-info{
        flex: 1 1 100%;
    }
    .aboutus_clients:after{
        top: 30px;
        right: 50px;
        width: 236px;
        height: 195px;
        background-size: contain;
    }
    .category_cat.active{
        padding-bottom: 10px;
    }
    header.sub {
        display: flex;
        align-items: center;
        height:140px;
        padding: 10px 0;
        background: transparent;
        padding-bottom: 10px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: 0.2s;
    }
    .parthners_title h2{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .parthners{
        padding-bottom: 0;
    }
    .category_cat{
        padding: 0 20px;
    }
    .category_title.category_titleblack{
        color: black;
        text-align: center;
    }
    .popup-heading img{
        width: 100px !important;
    }
    h2.hourprice{
        padding-top: 20px;
        font-size: 20px;
    }
    h2.minprice{
        padding-top: 10px;
    }
    .category_tab-head.category_tab-headblack{
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    .breadcrumb>li a{
        color: black;
    }
    .category_tab-products{
        margin-top: 10px;
    }
    .category_tab-title.category_tab-titleblack span,
    .category_tab-subtitle.category_tab-subtitleblack span{
color: black;
    }
    .category_tab-textnew{
        width: 100%;
        text-align: left;
    }
    .category_cat{
        margin-left: 0;
        margin-top: 20px;
    }
    .list-group a{
        color: black;
    }
    .list-group a.active, .list-group a.active:hover, .list-group a:hover{
        color: black;
        border-color: black;
    }
    .list-groupnew{
        flex-direction: column;
        -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
        -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
        border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    }
    .category_tab-title{
        position: relative;
    }
    .category_tab-title:after{
        position: absolute;
        top: 0;
        right: 10px;
        display: block;
        content: "\2771";
        font-size: 30px;
        transform: rotate(90deg);
        transition: 0.2s;
    }
    .category_tab-title.active:after{
        transform: rotate(-90deg);
        transition: 0.2s;
    }
    .category_tab-textnew,
    .category_tab-text{
        height: 100px;
    }
    ul.category_cat,
    .category_tab-tabs{
        height: 0;
        overflow: hidden;
        transition: 0.2s;
    }
    ul.category_cat.active,
    .category_tab-tabs.active{
        height: auto;
        overflow: unset;
        transition: 0.2s;
    }
    .product-block-inner{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .category_tab{
        position: unset;
        margin-top: unset;
    }
    .category_tab-textnew,
    .category_tab-text{
        -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.category_tab-head{
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
}
.nav-tabs>li.category_tabs-tab.active>a, .nav-tabs>li.category_tabs-tab.active>a:focus, .nav-tabs>li.category_tabs-tab.active>a:hover{
    color: black;
    border-color: black;
}
ul li.category_tabs-tab a{
    color: black;
}
    #product-product {
        position: unset;
        margin-top: unset;
    }
    .product_head{
        margin-top: 15px;
        margin-bottom: 0;
    }
    .product_media-column,
    .product_info-card{
        margin-top: 15px;
    }
    .product_name h1,
    h2.hourprice,
    h2.minprice{
        color: black;
    }

    .section_title h4{
        margin-bottom: 20px;
    }
    footer.footer{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 959px){
    footer.footer{
        background-image: url('../image/footer.jpg') !important;
    }
    .category_cat{
       flex-wrap: wrap;
    }
    .header_banner{
        height: 500px;
    }
    .header_banner-wrap{
        width: 100%;
    }
    h2.about_us-blocktitle{
        margin-top: 50px;
    }
    .about_us-blocktext{
        margin-bottom: 50px;
    }
    .our_clients{
        margin-bottom: 0;
    }
    .footer_wrap{
        flex-wrap: wrap;
    }
    .footer_info{
        width: 100%;
    }
    .advantages_text{
        font-size: 12px;
    }
}
@media screen and (max-width: 860px){
    .aboutus_clients:after{
        top: -40px;
        right: 10px;
    }
    .product-block-info{
        padding-left: 0;
    }
    .category_mainpage-item-image{
        width: 300px;
        height: 180px;
    }
    .product_name{
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 767px){
    .borderedcard{
        border: none;
    }
}
@media screen and (max-width: 629px){
    .headerbanner_wrap {
        background-position: 78% 56%;
    }
    .category_mainpage-item-image{
        width: 250px;
        height: 150px;
    }
}
@media screen and (max-width: 560px){
    .main.main_fixed .header_logo,
.contactss.contacts_fixedd .header_logo,
.sub.sub_fixed .header_logo{
    display: none;
}
    header.main,
    header.contactss,
    header.sub{
        height: 170px;
    }
    header.main.main_fixed,
    header.contactss.contacts_fixedd,
    header.sub.sub_fixed{
        height: 72px;
    }
    header.main.main_fixed .header_wrap,
    header.contactss.contacts_fixedd .header_wrap,
    header.sub.sub_fixed .header_wrap{
        padding: 0;
    }
    header.main.main_fixed .header_wrap .header_nav-wrap,
    header.contactss.contacts_fixedd .header_wrap .header_nav-wrap,
    header.sub.sub_fixed .header_wrap .header_nav-wrap{
        padding-top: 6px;
    }
    header.main.main_fixed .header_wrap .header_nav-wrap .header_soc,
    header.contactss.contacts_fixedd .header_wrap .header_nav-wrap .header_soc,
    header.sub.sub_fixed .header_wrap .header_nav-wrap .header_soc{
        margin-right: 30px;
    }
    .footer_social img{
        margin-left: auto;
    }
    header.contacts{
        height: 200px;
    }
    .header_lang{
        display: flex;
        align-items: center;
    }
    .header_burger{
        order: 2;
    }
    .header_logo{
        margin-right: 0;
    }
    .header_wrap{
        padding-top: 15px;
    }
    header.main.main_fixed .header_nav-wrap,
    header.contactss.contacts_fixedd .header_nav-wrap,
    header.sub.sub_fixed .header_nav-wrap{
        padding-top: 40px;
    }
    .header_nav-wrap{
        padding-top: 30px;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }
    .footer_social-list{
        width: 100%;
    }
    .header_lang{
        position: absolute;
    top: 15px;
    right: 15px;
    }
    .header_wrap{
        flex-direction: column;
    }
    .header_contacts{
        margin-left: unset;
    }
    .advantages_item{
        width: 40%;
    }
    .headerbanner_wrap{
       padding-top: 120px;
    }
    .category_mainpage-header h4{
        font-size: 24px;
    }
    #logo{
        width: 117px;
    }
    .header_banner-title h2{
        font-size: 38px;
    }
    .header_banner-title h2,
    .header_banner-text span{
        background: none;
    }
    .header_banner-text span{
        font-weight: unset;
    }
    .header_banner-linkwrap{
        margin-top: 210px;
    }
}
@media screen and (max-width: 530px){
    .category_mainpage-item-image{
        width: 200px;
        height: 120px;
    }
    .category_mainpage-wrap{margin-top: -60px;}
}
@media screen and (max-width: 465px){
    .product_option-item p, h2.product_pricesorder{
        font-size: 13px;
        
    }
    .section_title h4{
        font-size: 24px;
    }
    .header_banner-title h2{
        font-size: 30px;
        line-height: 30px;
    }
    .header_banner {
        height: 500px;
        align-items: start;
    }
    .header_banner-text span{
        font-size: 20px;
    }
    .category_mainpage-item-image{
        width: 150px;
        height: 90px;
    }   
    .category_mainpage-item-title h4{
        font-size: 12px;
    }
}
@media screen and (max-width: 356px){
    .category_mainpage-item-image{
        width: 125px;
        height: 75px;
    }
}
