
*{box-sizing: border-box;}


.fl{
	display: block;
	float: left;
}

.fr{
	display: block;
	float: right;
}

.clear{
	clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.hvr__images {
  position: relative;

}

.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.hvr__sector {
  flex-grow: 1;
}


.images {
  
  display: flex;
  overflow: hidden;
}

.image {
  display: block;
}

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

.hvr__dot {
  width: 5px;
  height: 5px;
  margin: 10px 2px 0;
  border-radius: 50%;
  background: #d6dbe0;
}

.hvr__dot--active {
  background: #000;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style-type: none; /* Убирает буллиты */
}

p {
    padding: 0 0 14px 0;
    margin: 0;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    line-height: 1;
    font: 14px "Roboto", "Helvetica","Arial", sans-serif;

}

table {
    width: 100%;
    box-sizing: border-box;
    border: 1px;
    margin: 15px 0 0 0;
    border-collapse: collapse;
}

.header-mobile{
    display: none;
}



header{
    box-shadow: 0px 5px 5px -5px rgba(184, 188, 191, 0.6);
    padding-bottom: 1px;
}

.top-line {
    height: 35px;
    background-color: #eee;
    
}

.top-line-box {
	display: flex;
    justify-content: space-between;
    position: relative;
    background-position: bottom;
 	/*padding-top: 8px;*/
    margin:0 20px;
}
.box {
    max-width: 1400px;
    margin: auto;
}


.top-line-box .block_city{

	position: relative;
	padding-top: 8px
	}



.top-line-box a.city{
	border-bottom: 1px dashed;
	width: 100%;
}

.top-line-box ul.selectcity{
	z-index: 5;
	display: none;
	position: absolute;
	width: 154px;
	height:auto;
	box-shadow: 0px 5px 33px 0px rgba(53, 62, 74, 0.24);
	background: #fff;
	top:22px;
	padding-left: 0;
}

ul.selectcity li{
	float: left;
	height: 40px;
	width: 100%;
	text-align: left;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0px 0px;
	line-height: 40px;
}



ul.selectcity li a{
	display: block;
	color: #000;
	height: 36px;

	width: 154px;
	padding: 0px 10px;
}

ul.selectcity li a:hover{
	background: #ddf0ff;
	color: #222;
}

.main-container{
/*	display: flex;
    justify-content: space-between;*/
    margin: 0 20px 0 20px;
}

.main-container h1{
    margin: 0 0 20px 0;
}

.mnu-top {
	list-style: none;
	display: flex;
	margin: 0 auto 15px auto;
    /*justify-content: space-between;*/
}

.mnu-top li {
   
    margin-right: 40px;
}

.mnu-top li a {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: bold;
}

.soc-sety li {
    float: left;
    margin-right: 35px;
}

.soc-sety li a {
    display: block;
    background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite-socsety.png);
}

.soc-sety li:nth-child(1) a {
    width: 15px;
    height: 15px;
    background-position: 0 0;
}

.soc-sety li:nth-child(2) a {
    width: 16px;
    height: 14px;
    background-position: -50px 0;
}

.soc-sety li:nth-child(3) a {
    width: 21px;
    height: 14px;
    background-position: -97px 0px;
}

.header-main {
    padding: 10px 0px 12px 0px;
    position: relative;
    margin: 0 20px;
}

.header-main-box {
    display: flex;
    justify-content: space-between;

}

.logo {
    margin-right: 30px;
/*    padding: 8px 10px;*/
}

.logo img{
    height: 40px;
    margin-top: 5px;
}

.header-main-box .category_header{
	display: block;
    margin-right: 15px;
}

.header-main-box .category_header a{
	display: block;
	background: #555;
	color: #fff;
	line-height: 40px;
	border-radius: 10px;
	
	margin-top: 5px;
	text-align: center;
	font-size: 18px;
	height: 40px;
	width: 100px;
}


header .phone-box {
    background: url(../img/tel36.png) 5px 5px no-repeat;
    padding-left: 48px;
    min-height: 40px;
    padding-top: 8px
    
}

header .phone-box a{
    font-weight: bold;
}

header .phone-box a.email{
    padding-left: 48px;
}








header .email-box {
    background: url(../img/email36.png) 5px 5px no-repeat;
    /*padding-left: 48px;*/
    min-height: 40px;
    padding-top: 8px
    
}

header .email-box a{
    font-weight: bold;
}

header .email-box a.email{
    padding-left: 48px;
}




header .address-box {
    background: url(https://tman.su/vrb_project/themes/tman/images/background/address-bg.png) no-repeat;
    padding-left: 48px;
    min-height: 40px;
}

.cart-wrap, .like-wrap {
    position: relative;
    padding-top: 0px;
    margin-left: 15px;
}

.cart-box {
    position: relative;
    display: block;
    padding-top: 28px;
    width: 100%;
    background: url(/img/cartsb1.png) 50% 0 no-repeat;
}

.like-box {
    position: relative;
    display: block;
    padding-top: 28px;
    width: 100%;
    background: url(/img/like.png) 50% 0  no-repeat;
}

.cart-box span {
    position: absolute;
    top: -6px;
    right: 0;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #ff6600;
    padding-top: 3px;
    color: #fff;
    font: 13px/13px "RobotoSlabBold";
}

.account-box {
    background: url(https://tman.su/vrb_project/themes/tman/images/background/accaunt-bg.png) center 0 no-repeat;
}
.account-wrap {
    position: relative;
    /* padding-top: 45px; */
    min-width: 40px;
    margin-top: 10px;
}

.account-wrap > a {
    padding-top: 42px;
    text-align: center;
    font-size: 13px;
    color: #5f5f5f;
    display: block;
}


.search-box {
    position: relative;
    z-index: 5;
    background: #ff6600;
}


.search-wrap {
    position: relative;
    padding: 5px 0px 5px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 100%;
}

.search-wrap-contain {
    display: flex;
    justify-content: space-between;
    position: relative;
    /*z-index: 4;*/
    height: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


.search_ul {
    display: none;
    position: absolute;
    box-shadow: 0px 5px 33px 0px rgba(53, 62, 74, 0.24);
    background: #fff;
    z-index: 2;
    top: 40px;
    left: 0px;
    height: auto;
    width: 100%;
    font-style: normal !important;
    /*border-bottom: 4px solid #ffbe00;*/
    border-radius: 6px;
}

.search_li {
    border: 1px solid #ccc;
    padding: 0 10px 0 10px;
    height: 40px;
    line-height: 40px;
    border-top: none;
    background: #fff;
    width: 100%;
}

.search_li a{
    display: block;
}

.search_li:hover{
    background: #ddd;
}


.mnu-slide {
    position: relative;
    background: #fff;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background-color: #fff;
}









.promo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.promo .item{

    position: relative;
    border-radius: 10px;
    overflow:hidden;
    border: 2px solid #fff;
    border-bottom-width: 1px;
    background: #ddf0ff;

}

.promo .item img{
    width: 100%;
     -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 -webkit-transition: all .5s ease-out;

}

.promo .item img:hover{
    -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);

}

.promo .wide50{
    width: 50%
}

.promo .wide25{
    width: 25%
}

.promo .item .wrap_tizer{
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 15px;
    padding: 5px;
    margin-right: 10px;
    background: #ff0000;
    color: #fff;

}



.img_index img{
    width: 100%;
    border-radius: 10px;

}






.catalog_h2{
    font-size: 24px;
    padding: 10px 0 10px 0;
}






.catalog-link {
    display: block;
    width: 262px;
    height: 50px;
    padding: 17px 0px 17px 22px;
    border-right: 1px solid #e7e7e7;
}

.catalog-link span {
	display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 18px;
    background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -2px -88px;
}

.catalog-link p {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #ff6600;
    font: 15px/15px"RussoOneRegular";
    text-transform: uppercase;
}

.mnu-slide .menu-left, .menu-left.sub-mnu-parrent {
    position: absolute;
    width: 262px;
    top: 100%;
    left: 0;
    z-index: 4;
    border-top: 0;

}
.menu-left {
    position: relative;
    padding: 0 0 18px 0;
    border: 1px solid #e7e7e7;
    list-style: none;
    border-bottom: 4px solid #ffbe00;
    -webkit-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background: #f5f5f5;
}

.line-before {
    height: 6px;
    background: #ff6600;
}

.menu-left li a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 15px;
    color: #343434;
    line-height: 18px;
}

.menu-left li a img{
    width: 40px;
    height: 40px;
    float: left;
    padding: 4px 4px 4px 4px;
    margin-right: 10px;
}

.menu-left li a:hover,
.menu-left li:hover{
    background-color: #fff;
    color: #feba16;
}

.menu-left.menu-left-slide li > .sub-mnu {
    top: 5px;
}

.menu-left li:hover > .sub-mnu {
	display:block;
}

.menu-left li > .sub-mnu {
    position: absolute;
    display: none;
    z-index: 20;
    top: 0;
    left: 100%;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    width: 262px;
    height: 100%;
    background-color: #fff;
    border-bottom: 4px solid #ffbe00;
}

.sub-mnu-last.sub-mnu-one-attach {
    width: 878px !important;
}

.column-menu-sub {
    border-right: 1px solid #e7e7e7;
}

.w33 {
    width: 33.3%;
}

.search-cell {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    /*margin-left: 15px;*/
}

.search-cell form{
    display: flex;
    justify-content: space-between;
    width: 100%;
 
}

.search-cell .cell-input-box {
    width: calc(100% - 67px);
    border: 1px solid #ff6600;
    background: #ff6600;
    border-radius: 10px 0 0 10px;
}

.cell-input-box input {
    border-radius: 10px;
    border: 1px solid #ff6600;
    padding-left: 22px;
    height: 38px;
    width: 100%;
    font-size: 15px;
}

.search-link-box {
    display: block;
    padding: 0;
    cursor: pointer;
    width: 67px;
    height: 100%;
    border: none;
    border-radius:0 10px 10px 0;
    background: #ff6600;
}

.search-link {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    top: 4px;
    left: 26px;
/*    background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -27px -88px;*/
}

.sub-mnu-last.sub-mnu-one-attach .column-menu-sub li a {
    padding: 15px;
}
.menu-left li > .sub-mnu li a {
    padding-right: 35px;
    padding-left: 20px;
}


.column-menu-sub .info {
    width: 144px;
}

.column-menu-sub .info .title {
    display: block;
    font: 14px "RobotoRegular";
    color: #242424;
}

.column-menu-sub .info .quan {
    position: absolute;
    bottom: 15px;
    color: #cbcbcb;
    font-size: 14px;
}

.column-menu-sub .info .quan:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    width: 16px;
    height: 11px;
    background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) 0 -206px;
}


.breadcrumbs{
	width: 100%;
	margin: 10px auto 10px auto;
	font-size:14px;
}

.breadcrumbs_fix{
	margin:0 auto;
	position:relative;
}



.breadcrumbs_fix ul{
	line-height: 40px;
	margin: 0;
	padding: 0;
}

.breadcrumbs_fix li{
	display: inline-block;
	padding: 0 10px;
}

.breadcrumbs_fix li:first-child {
  padding: 0 10px 0 0;
}

.breadcrumbs_fix li a{
	display: block;
	height: 40px;
	padding: 0;
	color: #333;
  transition: 0.2s;
}


.breadcrumbs_fix li a:hover{
	color: #000;
}



.reasons {
    background-size: cover;
    width: 100%;
    padding: 15px 0 0px 0;
}


.reasons_fix{
text-align: center;
    height: 100%;
    /*max-width: 1024px;*/
margin: 0 auto 0px auto;
    }



.reasons_fix h2, .slidecontainerbox h2, .product_info_pop h2{
color: #000;
        font-size: 28px;
        padding:20px 0 20px 0;
        text-align: left;
    }



.reasons_fix .reson{
    width:260px;
    display:inline-block;
    margin:0 20px 15px 20px;
    }

    .reasons_fix .reson .namber{
    border-radius: 50%;
    width:100px;
    height:100px;
    border:4px solid #ffd941;
    margin:0 auto;
    font-size:80px;
    color:#ffd941;
    }


.reasons_fix .reson span{
    
    color:#9999ff;
    display:block;
    font-size:20px;
    padding:10px 0;
    }

.reasons_fix .reson p{
    font-size:16px;
    color:#222;
    }










.slidecontainer {

    width: calc(100% - 120px);
    margin: 20px auto;
    position: relative;
}

.icons {
    width: 100%;
}

.slide {
    margin: 0 20px;
}

.slide img {
    width: auto;
    height: 60px; /* Set logo height */
}

.slick-prev {
    left: -40px;
    right: auto;
}

.slick-next {
    right: -40px;
    left: auto;
}

.slick-prev, .slick-next {
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.slick-prev {
    border-top: 2px solid #585858;
    border-left: 2px solid #585858;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
}

:focus {
    outline: 0;
}

.slick-next {
    border-bottom: 2px solid #585858;
    border-right: 2px solid #585858;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translate(5px, calc(-50% + 5px));
}

.slick-prev:before, .slick-next:before {
    content: '';
}





/* 
    Slick generated items
    Extracted from their CSS file
*/

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

:focus {
    outline: none;
}

.slick-list.draggable {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track  {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    max-width: 150px;
    object-fit: contain;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
    max-width: 150px;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}










.osn_100{
    margin: 0 20px;
}


.osn {
    /*width: 1140px;*/
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0px auto 0 auto;
    background: #fff;
    max-width: 1400px;
}

.filter_link{
    display: none;
    width: 100%;
    padding: 15px;
    border: 1px solid #ff6600;
    margin: 5px 0 10px 0;
    text-align: center;
}

.osn .sid {
    display: block;
    width: 262px;
    margin-right: 0px;
}

.sid_block {
    padding-left: 0px;
    /*background: #f5f5f5;
    border: 1px solid #e7e7e7;*/
}

.left_filter {
    padding: 0 0 20px 0;
    /* border-bottom: solid 1px #ddd; */
}

.left_filter .block_filter {
    margin: 15px 0 0px 0px;
}

.block_filter h3 {
    font-size: 14px;
    margin: 5px 0 5px 0px;
}


.block_filter_dop{
    margin-bottom: 25px;
}



.block_filter_dop span {
    display: inline-block;
    border:1px solid #ff6600;
    color: #333;
    height: 30px;
    padding: 7px 10px 7px 10px;
    margin: 0 8px 8px 0;
    border-radius: 15px;
}

.block_filter_dop span.aktiv {

    border:1px solid #ff6600;
    background-color: #ff6600;
}

.block_filter_dop span:hover {

    border:1px solid #ff6600;
    background-color: #ff6600;

}

a.option_filter_no{
    pointer-events: none;
}


.block_filter_dop span.no {

    border:1px solid #ddd;
    background-color: #ddd;
}


.option_filter a{
    display: inline-block;
    height: 20px;
    line-height: 21px;
    position: relative;
    background: #fff;
    /*border: 1px solid #ccc;*/
    color: #444;
    border-radius: 12px;
    margin: 3px 5px 3px 0px;
    padding: 0 6px 4px 30px;
}


.heckbox_box{
    left: 0px;
    top: 3px;
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 4px;
    box-sizing: border-box;
    height: 16px;
   
    position: absolute;
   
    transition: all .25s cubic-bezier(.4,0,.23,1);
    width: 16px;
}

.option_filter a:hover .heckbox_box{
    border: 1px solid #444;
}





.option_filter_no .link {
    display: inline-block;
    height: 20px;
    line-height: 21px;
    position: relative;
    background: #fff;
    /*border: 1px solid #ccc;*/
    color: #ccc;
    border-radius: 12px;
    margin: 3px 5px 3px 0px;
    padding: 0 6px 4px 30px;
}


.option_filter_no .link .heckbox_box{
    left: 0px;
    top: 3px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 16px;
   
    position: absolute;
   
    transition: all .25s cubic-bezier(.4,0,.23,1);
    width: 16px;
}



.filter_num{
    color: #aaa;
}




.input_filter {
    width: 107px;
    height: 32px;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    border: 1px solid #ccc;
}

.submit_filter {
    width: 225px;
    height: 40px;
    border-radius: 20px;
    margin-top: 10px;
    background: #ff6600;
    color: #fff;
    cursor: pointer;
    border: none;
}


.osn .content {
    width: 100%;
    /*padding: 10px 0px 0 0px;*/
    background: #fff;
    border-radius: 10px;
}

.osn .content h1 {
    padding: 25px 0 20px 0;
    margin: 0;
    font-size: 28px;
    text-align: left;
}

.osn .block_filter {
    margin:0 0 15px 0;
}

.cat_flex{
    display: flex;
    flex-flow:column;
}


.menu_catalog {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0;
    padding: 0;
}

.menu_catalog .catalogs_block {
    display: block;
    position: relative;
    width: calc(100%/4 - 12px);
    /*height: 280px;*/
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    margin: 0px 16px 16px 0px;
    padding: 0;
}

.menu_catalog .catalogs_block a{
    display: flex;
    justify-content: space-between;
}

.menu_catalog .catalogs_block:nth-child(4n+4) {
    margin: 0 0 16px 0;
}

.menu_catalog .catalogs_block:hover {
    box-shadow: 0px 0px 19px rgb(0 0 0 / 15%);
    border: 1px solid #ddd;
}

.menu_catalog .catalogs_block .img {
    position: relative;
    width: 30%;
    padding-bottom: 30%;
}

.menu_catalog .catalogs_block .img .container__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu_catalog .catalogs_block img {
    z-index: 1;
    object-fit: contain;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px 0 0 10px;
}

.menu_catalog .catalogs_block .desc {
    position: relative;
    width: 60%;
}

.menu_catalog .catalogs_block h3 {
    padding: 8px 8px;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #222;
}




.menu_catalog .catalogs_block span.add {
    position: absolute;
    width: calc(100% - 16px);
    bottom: 10px;
    font-size: 16px;
    text-align: center;
    left: 10px;
    /*background: #ff6600;*/
    color: #ff6600;
    font-weight: bold;
    transition: 0.2s;
}





.option_filter_on a {
    display: inline-block;
    height: 20px;
    line-height: 21px;
    position: relative;
    background: #fff;
    /* border: 1px solid #ccc; */
    border-radius: 12px;
    margin: 3px 5px 3px 0px;
    padding: 0 6px 4px 30px;
}


.option_filter_on a .heckbox_box{
    background: #ff6600;
    border: 1px solid #ff6600; 

}


.option_filter_on a .heckbox_box:after {
    animation: checkbox-check 125ms cubic-bezier(.4,0,.23,1) .25s forwards;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: content-box;
    content: "";
    height: 7px;
    left: 2px;
    position: absolute;
    top: -1px;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    width: 3px;
    }








.selectsortproduct {
    width: 250px;
    height: 30px;
    padding-left: 7px;
    font-size: 14px;
    border: 1px solid #ccc;
    font-family: "Roboto", sans-serif;
}




.products_box{
        display: flex;
    justify-content: space-between;
    /*margin-top: 20px;*/
}


.products_body{


    width: calc(100% - 265px);
    margin:0;
    padding: 0;
}


.products{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
	margin:0;
	padding: 0;
}

.products .products_dop{
    display:block;
    position:relative;
    width: calc(100%/5 - 12px);
    border:1px solid #ddd;
    /*border-right: none;*/
    text-align:center;
    margin:0 15px 15px 0;
    padding: 0;
}

.products .products_dop:nth-child(5n+5){

    border-right: 1px solid #ddd;
    margin:0 0 15px 0;
}



.products .products_block{
    display:block;
    position:relative;
    max-width: 300px;
    border:1px solid #ddd;
    /*border-right: none;*/
    text-align:center;
    padding: 0;
    display: flex;
    flex-direction: column;
}


.products .products_block:hover, .products .products_dop:hover{
    box-shadow: 0px 0px 19px rgba(0,0,0,.15);
    border: 1px solid #eee;
}



/* Кнопки в карточке товара (НОВЫЕ - без absolute) */
.products .products_block .edit_cart.add,
.products .products_block .oneclick-btn {
    position: relative;
    width: calc(100% - 30px);
    height: 38px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #ff6600;
    border-radius: 19px;
    background: #ff6600;
    color: #fff;
    font-weight: bold;
    transition: 0.2s;
    cursor: pointer;
    display: block;
}

.products .products_block .oneclick-btn {
    margin-bottom: 15px;
    margin-top: 10px;
    color: #ff6600;
    background: #fff;
    border: 2px solid #ff6600;
}

.products .products_block .edit_cart.add:hover,
.products .products_block .oneclick-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.products .products_block .edit_cart.add:hover {
    background: #fff;
    color: #ff6600;
}

.products .products_block .oneclick-btn:hover {
    background: #ff6600;
    color: #fff;
}

/* Контейнер для кнопок */
.products .products_block .product-buttons {
    margin-top: auto;
}

/* Ссылка на карточку товара */
.products .products_block .product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Убираем старый блок .top если он пустой */
.products .products_block .top {
    display: none;
}

/* Обеспечиваем правильную высоту карточки */
.products .products_block {
    display: flex;
    flex-direction: column;
    height: 100%;
}



.products .products_block .edit_favorites, .products .products_dop .edit_favorites{
    position:absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    z-index: 1;
    opacity: 0.7;
    color: #444;
    font-size: 20px;
    cursor: pointer;
}

.products .products_block .edit_favorites:hover, .products .products_dop .edit_favorites:hover{
    position:absolute;
    right: 10px;
    top: 9px;
    width: 30px;
    height: 30px;
    z-index: 1;
    opacity: 0.7;
    color: #444;
    font-size: 22px;

}



.products .products_block .pop, .products .products_dop .pop{
    position:absolute;
    left: 10px;
    top: 10px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    background: #0000ff;
    z-index: 1;
    opacity: 0.7;
    color: #fff;
    font-weight: bold;
}

.products .products_block .new, .products .products_dop .new{
    position:absolute;
    left: 10px;
    top: 10px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    background: #00cc00;
    z-index: 1;
    opacity: 0.7;
    color: #fff;
    font-weight: bold;
}

.products .products_block .sale, .products .products_dop .sale{
    position:absolute;
    left: 10px;
    top: 10px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    background: #ff0000;
    z-index: 1;
    color: #fff;
    font-weight: bold;
}



.products .products_block .img, .products .products_dop .img{
    position: relative;
    width: 100%;
    padding-bottom: 100%;

}

.products .products_block .img .container__content, .products .products_dop .img .container__content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.products .products_block img, .products .products_dop img{
    /*display: none;*/
     margin: 0 auto;
    /*z-index: 1;*/
    object-fit: contain;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin-top: 15px;


}

.container__content img {
  display: none;
}

.container__content:first-child img {
  display: block;
}

.products .products_block .article_block, .products .products_dop .article_block{
    text-align: left;
    display:block;
    color:#222;
    margin:5px 15px;
}

.products .products_block .article_block .article, .products .products_dop .article_block .article{
    
    color:#3e90d1;
}


.products .products_block .price_block, .products .products_dop .price_block{

    text-align:left;
    display:block;
    font-size:20px;
    font-weight: 600;
    color:#000;
    margin:12px 10px 10px 15px;
}

.products .products_block .price_block .price_old, .products .products_dop .price_block .price_old{

    font-size:14px;
    color: #f00;
    text-decoration: line-through;
    font-weight: normal;
    padding-left: 5px;
}

.products .products_block .top{

    height: 105px;

}

.products .products_block h3, .products .products_dop h3{

    width:calc(100% - 30px);
    text-align:left;
    display:flex;
    /*font-weight:normal;*/
    font-size:15px;
    color:#000;
    margin:10px 15px;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #ccc;*/
}


.products .products_block .item_status, .products .products_block .item_status_z{
    margin: 15px 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #0f8ec5;
}

.products .products_block .item_status:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../img/stockin-icon.png) 0 0 no-repeat;
    margin-right: 10px;
}

.products .products_block .item_status_z:before {
    content: "\0021";
    font-weight: bold;
    font-size: 12px;
    color: #e74c24;
    background: none;
    border: 1px solid #e74c24;
    border-radius: 50%;
    display: inline-block;
    margin-top: unset;
    margin-right: unset;
    /* margin: -4px 10px 0 0; */
    margin: 0px 10px 0 0;
    line-height: 10px;
    padding: 3px 1px 3px 5px;
    width: 8px;
    height: 8px;
}

.products .products_block .desc table.param, .products .products_dop .desc table.param{
    width: calc(100% - 30px);
    margin: 15px 15px 10px 15px;
    font-size: 14px;
    text-align: left;
    border: none;
}

.products .products_block .desc table.param td, .products .products_dop .desc table.param td{
    
    padding-bottom: 5px;
}

.products .products_block .desc table.param .value, .products .products_dop .desc table.param .value{

    text-align: right;
}





.products .products_block span.add:hover, .products .products_dop span.add:hover{
  cursor:pointer;
  background: #fff;
  color: #ff6600;
}








.products_analog, .products_pop{
    display: flex;
    flex-wrap: wrap;
    margin:15px 0;
    padding: 0;
}

.products_analog .products_block{
    display:block;
    position:relative;
    width: 200px;
    border:1px solid #ddd;
    /*border-right: none;*/
    text-align:center;
    margin:0 15px 15px 0;
    padding: 0;
}

.products_pop .products_block{
    display:block;
    position:relative;
    width: calc(100%/4 - 12px);
    border:1px solid #ddd;
    /*border-right: none;*/
    text-align:center;
    margin:0 15px 15px 0;
    padding: 0;
}

/*.products_analog .products_block:nth-child(2n+2){

    border-right: 1px solid #ddd;
    margin:0 0 15px 0;
}*/


.products_pop .products_block:nth-child(4n+4){

    border-right: 1px solid #ddd;
    margin:0 0 15px 0;
}

.products_analog .products_block:hover, .products_pop .products_block:hover{
    box-shadow: 0px 0px 19px rgba(0,0,0,.15);
    border: 1px solid #eee;
}

.products_analog .products_block .pop, .products_pop .products_block .pop{
    position:absolute;
    left: 10px;
    top: 10px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    background: #0000ff;
    z-index: 1;
    opacity: 0.7;
    color: #fff;
    font-weight: bold;
}

.products_analog .products_block .new, .products_pop .products_block .new{
    position:absolute;
    left: 10px;
    top: 10px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    background: #00cc00;
    z-index: 1;
    opacity: 0.7;
    color: #fff;
    font-weight: bold;
}

.products_analog .products_block .sale, .products_pop .products_block .sale{
    position:absolute;
    left: 10px;
    top: 10px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    background: #ff0000;
    z-index: 1;
    color: #fff;
    font-weight: bold;
}



.products_analog .products_block .img, .products_pop .products_block .img{
    position: relative;
    width: 100%;
    padding-bottom: 100%;

}

.products_analog .products_block .img .container__content, .products_pop .products_block .img .container__content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.products_analog .products_block img, .products_pop .products_block img{
    z-index: 1;
    object-fit: contain;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    margin-top: 8px;


}

.products_analog .products_block .article_block, .products_pop .products_block .article_block{
    text-align: left;
    display:block;
    color:#222;
    margin:5px 15px;
}

.products_analog .products_block .article_block .article, .products_pop .products_block .article_block .article{
    
    color:#3e90d1;
}


.products_analog .products_block .price_block, .products_pop .products_block .price_block{

    text-align:center;
    display:block;
    font-size:20px;
    font-weight: 600;
    color:#000;
    margin:5px 0 0 0;
}

.products_analog .products_block .price_block .price_old, .products_pop .products_block .price_block .price_old{

    font-size:14px;
    color: #f00;
    text-decoration: line-through;
    font-weight: normal;
}

.products_analog .products_block .top, .products_pop .products_block .top{

    height: 58px;

}

.products_analog .products_block h3, .products_pop .products_block h3{

    width:calc(100% - 10px);
    text-align:center;
    display:flex;
    /*font-weight:normal;*/
    font-size:12px;
    color:#000;
    margin:5px 8px;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #ccc;*/
}


.products_analog .products_block .item_status, .products_pop .products_block .item_status{
    margin: 15px 0 0 0px;
    font-size: 14px;
    text-align: center;
    color: #0f8ec5;
}

.products_analog .products_block .item_status:before, .products_pop .products_block .item_status:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../img/stockin-icon.png) 0 0 no-repeat;
    margin-right: 10px;
}

.products_analog .products_block span.add{
  display: block;
  width:calc(100% - 16px);
  height: 38px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  border:none;
  border: 2px solid #ff6600;
  border-radius: 19px;
  /*padding: 5px 15px;*/
  margin: 5px auto 10px auto;
  background: #ff6600;
  color: #fff;
  font-weight: bold;
   transition: 0.2s;
}


.products_pop .products_block span.add{
  position:absolute;
  width:calc(100% - 30px);
  height: 38px;
  bottom:15px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  left:15px;
  border:none;
  border: 2px solid #ff6600;
  border-radius: 19px;
  background: #ff6600;
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
}




.products_analog .products_block span.add:hover, .products_pop .products_block span.add:hover{
  cursor:pointer;
  background: #fff;
  color: #ff6600;
}




.description_cat{
    line-height: 28px;
    font-size: 16px;
}

.description_cat h2{
    margin: 24px 0 10px 0;
}

.description_cat ul { 
    list-style-type: circle;
}

.description_cat li{
    margin-left: 30px;
   }

.description_cat li::marker {
    color: #ff6600;
   }




.product {
    padding: 0 0 20px 0;
}

.product_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.product .product_img {
    width: 40%;
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
}

.product .product_img img {
    display: block;
    width: 100%;
}

.product .product_img img {
    display: block;
    width: 100%;
}

.product .productphoto {
/*    height: 120px;*/
}

.product .productphoto .productphoto_list {
    width: 106px;
    height: 106px;
    margin-bottom: 5px;
/*    border: solid 1px #ddd;*/
}

.product .productphoto .productphoto_list img {
    width: 100px;
    height: 100px;
}

.product .product_img_osn{
    width: 100%;
}

.product .product_sed {
    width: 100%;
    margin: 0 0 10px 0;
}

.product .product_sed {
    width: 100%;
    margin: 0 0 10px 0;
}

.product .product_sed .sed {
    width: calc(50% - 5px);
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.product .product_sed .red {

    margin-right: 10px;
  
}





.product .product_param_box {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

.product .product_param {
    width: 350px;
    margin-right: 20px;
}

.product .product_param .param_group {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
    /*width: 300px;*/
}

.product .product_param h3 {
    margin-bottom: 10px;
}

.product .product_param .param_group a{
    display: block;
    /*width: 100%;*/
    border: 1px solid #888;
    padding: 5px 10px;
    margin:0 10px 10px 0;
    border-radius: 13px;
}

.product .product_param .param_group a:hover{
    background: #ddd;
}

.product .product_param .param_group a.aktiv{
    background: #ccc;
}















.product-card {
            background: white;
            box-shadow: 0px 0px 22px -2px rgba(34, 60, 80, 0.2);
    border-radius: 15px;
            overflow: hidden;
            max-width: 390px;
            width: 100%;
            padding: 15px;
        }
        
        .product-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }
        
        .product-sku {
            font-size: 14px;
            color: #666;
        }
        
        .wishlist-btn {
            background: none;
            border: none;
            color: #ccc;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .wishlist-btn.active {
            color: #ff0033;
        }
        
        .price-section {
            margin: 15px 0;
        }
        
        .old-price {
            text-decoration: line-through;
            color: #999;
            font-size: 14px;
        }
        
        .current-price {
            font-size: 24px;
            font-weight: bold;
            color: #ff0033;
            margin-right: 10px;
        }
        
        .savings {
            display: inline-block;
            background-color: #ffeeee;
            color: #ff0033;
            padding: 0px 8px 4px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: bold;
        }
        
        .action-buttons {
            display: flex;
            gap: 8px;
            margin: 20px 0;
        }
        
        .btn {
            flex: 1;
            padding: 12px;
            border: none;
            border-radius: 8px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .btn-primary {
            background-color: #ff6600;
            color: white;
        }
        
        .btn-secondary {
            background-color: white;
            color: #ff6600;
            border: 1px solid #ff6600;
        }
        
        .btn:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }
        
        .availability {
            margin: 15px 0;
        }
        
        .availability-title {
            font-weight: bold;
            margin-bottom: 8px;
        }
        
        .store-list {
            list-style: none;
        }
        
        .store-item {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            font-size: 14px;
        }
        
        .store-name {
            color: #666;
        }
        
        .store-qty {
            font-weight: bold;
        }
        
        .delivery-options {
            margin: 15px 0;
        }
        
        .delivery-title {
            font-weight: bold;
            margin-bottom: 8px;
        }
        
        .delivery-item {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-size: 14px;
        }
        
        .delivery-icon {
            width: 24px;
            height: 24px;
            margin-right: 8px;
            color: #ff0033;
        }
        
        .price-match {
            background-color: #f5f5f5;
            padding: 12px;
            border-radius: 8px;
            margin: 15px 0;
            text-align: center;
            font-size: 14px;
        }
        
        .price-match a {
            color: #ff0033;
            text-decoration: none;
            font-weight: bold;
        }
        
        .brand-logo {
            text-align: center;
            margin-top: 15px;
        }
        
        .brand-logo img {
            /*max-height: 40px;*/
            max-width: 100%;
        }



        /* Блок "Купили N раз" */
        .purchased-count {
            background-color: #e7eefa;
            padding: 12px 15px;
            border-left: 4px solid #0f8ec5;
            margin: 20px 0;
            display: flex;
            align-items: center;
        }
        
        .purchased-count i {
            color: #0f8ec5;
            margin-right: 10px;
            font-size: 20px;
        }

















.product .product_info{
	width: 320px;
    box-shadow: 0px 0px 22px -2px rgba(34, 60, 80, 0.2);
    border-radius: 15px;
    padding: 15px;
}


.product .product_info .product_card_header {
    display: flex;  
    flex-direction: row;  
    justify-content: space-between;
    margin-bottom: 15px;
}

.product .product_info .product_card_header .product_article{
    font-weight: 600;
    font-size: 20px;
}

.product .product_info .product_card_header .edit_favorites{

    font-size: 20px;
    cursor: pointer;
}

.product .product_info .product_card_header .edit_favorites:hover{

    font-size: 22px;
    margin-bottom: -2px;

}




.product a.product_passport_box {
	display: flex;
    justify-content: space-between;
    margin: 10px 0 20px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px;
}

.product a.product_passport_box:hover {
    box-shadow: 0px 0px 19px rgb(0 0 0 / 15%);
    border: 1px solid #bbb;
}

.product a.product_passport_box .product_passport_pdf{
	display: block;
	width: 32px;
	height: 32px;
    background: url(../img/ext_pdf_filetype_icon_176234.png) 0 0 no-repeat;
  
}

.product a.product_passport_box .product_passport{
	display: block;
	width: calc(100% - 32px);
}


.product .product_info .product_block_brand {
    width: 30%;
}

.product_img_brand{
    width: 100%;
    margin-bottom: 15px;
}

.product .item_status {
    margin: 15px 0 10px 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #0f8ec5;
}

.product .item_status:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../img/stockin-icon.png) 0 0 no-repeat;
    margin-right: 7px;
}

.product .product_info span.price {
    position: relative;
    line-height: 36px;
    font-size: 26px;
    display: block;
    color: #222;
    font-weight: bold;
}

.product .product_info span.call {
    padding: 10px 0 10px 0;
    font-size: 18px;
    display: block;
    color: #222;
    font-weight: bold;
}

.product .product_info .order a, .product .product_info .order span.edit_cart {
    margin: 7px 0 15px 0;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    border: none;
    border-radius: 23px;
    background: #ff6600;
    color: #fff;
    transition: 0.2s;
    cursor: pointer;
}

.product .product_info .param_block {
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
    row-gap: 10px;
    margin: 15px 0;
}

.product .product_info .param {
    display: flex;
}

.product .product_info .param_name_block {
    position: relative;
    width: 50%;
}

.product .product_info .param_name_block:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 3px;
    border-bottom: 1px dotted #666;
}

.product .product_info .param_name {
    position: relative;
    display: inline;
    color: #666;
    padding-right: 4px;
    background: #fff;
}


.product .product_info .param_value_block {
    position: relative;
    width: 50%;
}

.product .product_info .param_value_block:before {
    content: "";
    position: absolute;
    width: 99%;
    bottom: 3px;
    border-bottom: 1px dotted #666;
}

.product .product_info .param_value {
    position: relative;
    float: right;
    display: inline;
    color: #666;
    padding-right: 4px;
    background: #fff;
}



.product .product_info span.price .price_old{

    font-size:16px;
    text-decoration: line-through;
}

.product .product_info span.price .price_red{

    color:#ff0000;
    /*padding-left: 5px;*/
}

.product_info .pop{
    width: 180px;
    height: 35px;
    margin: 10px 0 20px 0;
    line-height: 35px;
    border-radius: 0 18px 18px 0;
    background: #0000ff;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.product_info .new{
    width: 180px;
    height: 35px;
    margin: 10px 0 20px 0;
    line-height: 35px;
    border-radius: 0 18px 18px 0;
    background: #00cc00;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.product_info .sale{
    width: 180px;
    height: 35px;
    margin: 10px 0 20px 0;
    line-height: 35px;
    border-radius: 0 18px 18px 0;
    background: #ff0000;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: bold;
}


.product .product_info table{
        border-collapse: collapse;
    width: 100%;
    margin: 5px 0 15px 0;
}

.product .product_info table td{
    border:1px solid #ccc;
    height: 15px;
    padding: 8px 10px;
}

.product .product_info_table{
    margin-top: 20px;
    width: 100%;

  
}

.product .product_info_table h2{
       
    display: inline;
  
}



.product .product_info_table table{
        border-collapse: collapse;
    width: 100%;
    margin: 0px 0 15px 0;
}

.product .product_info_table table td{
    border-bottom:1px solid #ccc;
    height: 15px;
    padding: 8px 5px 8px 0;
}


.product .product_info_table table td a{
    color: #ff6600;
}

.product .product_info_analog{
       
    width: 100%; 
  
}













.product .param_block {
    display: flex;
    flex-direction: column;
    width: 100%;
    grid-row-gap: 10px;
    row-gap: 10px;
    margin: 15px 30px 0 0;
}

.product .param {
    display: flex;
}

.product .param_name_block {
    position: relative;
    width: 50%;
}

.product .param_name_block:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 3px;
    border-bottom: 1px dotted #666;
}

.product .param_name {
    position: relative;
    display: inline;
    color: #666;
    padding-right: 4px;
    background: #fff;
}


.product .param_value_block {
    position: relative;
    width: 50%;
}

.product .param_value_block:before {
    content: "";
    position: absolute;
    width: 99%;
    bottom: 3px;
    border-bottom: 1px dotted #666;
}

.product .param_value {
    position: relative;
    float: right;
    display: inline;
    color: #666;
    padding-right: 4px;
    background: #fff;
}











.comment_osn{
	padding: 5px 0 15px 0;
}

.comment_osn h2.comment{
	padding: 10px 0;
}

.comment_osn .new{
	background: #99ff99;
}

.comment_box{
	border: 1px solid #555;
	margin: 10px 0;
	padding: 10px;
}

.comment_box .sub-title{
	font-style: italic;
	padding-bottom: 6px;
}

.comment_osn h3.entry-title{
	font-size: 18px;
	margin-bottom: 5px;
}


.commentyou{
	display: block;
	font-size: 18px;
}


.createcomment{
	border:1px solid #00ff00;
	background: #99ff99;
	padding: 5px;
	margin-top: 10px;
}


.input_comment{
	box-sizing: border-box;
	border: 1px solid #555;
	padding: 10px;
	margin: 10px 0;
	width: 49%;
	height: 40px;
}

.textarea_comment{
	box-sizing: border-box;
	border: 1px solid #555;
	padding: 10px;
	margin: 10px 0;
	width: 100%;
	height: 80px;
}


#create_comment{
display:block;
     width: 225px;
    height: 40px;
    border-radius: 20px;
    margin-top: 10px;
    background: #ff6600;
    color: #fff;
    cursor: pointer;
    border: none;
	 transition: 0.2s;
	}

.products_wrap {
    width: 100%;
    border: 1px solid #FD4C00;
    margin: 0 0 15px 0;
    border-collapse: collapse;
}

.products_wrap tr{
	border:1px solid #ccc;
}

.products_wrap tr th{
	border:1px solid #ccc;
	background: #ddd;
	padding:5px;

}

.products_wrap tr td{
	border:1px solid #ccc;
}

.products_wrap tr:hover td{
	background: #e5e5e5;
}

.products_wrap tr .img {
	width:40px;
	height:40px;
	margin-right: 10px;
}


.products_wrap tr .option {
	text-align: center;
}

.products_wrap tr .price {
	text-align: center;
	line-height:40px;
	width: 120px;
}

.products_wrap tr .price span {
	font-size: 20px;
	font-weight:600;
}

div.products_wrap tr .name a{
	color:#333;
	font-size: 16px;
}

.products_wrap tr .more{
	width: 100px;
}


.products_wrap tr .more span{
    cursor: pointer;
    display:block;
    width: 100px;
  height: 30px;
  line-height: 30px;
  margin-top:4px;
  font-size: 16px;
  text-align: center;
  border-bottom: 4px solid #6666ff;
  background: #9999ff;
  color: #fff;
  user-select: none;
	 transition: 0.2s;
}

.products_wrap tr .more a:hover{
	background: #6666ff;
}





























#new_pop {
  z-index: 102;
  font-size: 18px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}


#new_pop .form{
position: fixed;
  width: 800px;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -150px;
  background: #fff;
  padding: 13px 13px 10px 13px;
}

#new_pop .form .img{
  width: 260px;
}

#new_pop .form .info{
  width: 510px;
}

#new_pop .form .info .product{
    display:block;
  height:40px;
}

#new_pop .form .info .product .ok_order{
    color:green;
    font-size:26px;
}

#new_pop #close_pop{
position: absolute;
  width: 34px;
  height: 34px;
  right: -15px;
  top: -15px;
  background: url(../img/fancybox_sprite.png) 0px 0px no-repeat;
}


#new_pop .zakaz_name {
    font-family: Arial Narrow, Impact, BebasNeue, Arial;
    border-radius: 0px;
    color: #333;
    height: 43px;
    width: 480px;
    font-size: 20px;
    border: solid 1px #999;
    margin: 18px auto 0 auto;
    padding: 0 10px 0 10px;
}

#new_pop .zakaz_submit {
    cursor:pointer;
    margin:15px 0 10px 0;
    display: block;
    width: 500px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    border: none;
    border-bottom: 4px solid #c70000;
    border-radius: 100px;
    background: #ff0000;
    color: #fff;
    transition: 0.2s;
}

#new_pop .zakaz_submit:hover {
    
    background: #c70000;
}

















.pagination{
width:100%;
margin: 0 0 10px 0;
float:left;
text-align:center;
}

.pagination ul{
width:100%;
float:left;
padding:0px;
}

.pagination ul li{
float:left;
display:inline-block;
list-style:none;
margin:3px 3px;
font-size:12pt;
padding: 0;
}

.pagination ul li a, .pagination ul li a:visited{
display:block;
padding:5px 10px;
text-decoration:none;
}

.pagination ul li a:hover{
display:block;
padding:5px 10px;
text-decoration:none;
}


/***** Ãâ€“ÃÂµÃÂ»Ã‘â€šÃ‘â€¹ÃÂ¹ *****/
.pagination ul li a:link, .pagination ul li a:visited{
background: #ffd941;
color:#333;
text-shadow:none !important;
}

.pagination ul li a:hover{
background: #a9332f;
color:#fff;
text-shadow:none !important;
}

.pagination ul li a:link.active, .pagination ul li a:visited.active{
background: #9999ff;
color:#000;
text-shadow:none !important;
}

.pagination ul li a:hover.active{
background: #9999ff;
color:#000;
text-shadow:none !important;
}






.basket_items .count_block {
    display: flex;
}

.basket_items .fa_minus {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px 0 0 15px;
    border: 1px solid #999;
    cursor: pointer;
    background: #eee;
    color: #222;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
}

.basket_items .product_count {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 20px;
}

.basket_items .fa_plus {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 0 15px 15px 0;
    border: 1px solid #999;
    cursor: pointer;
    background: #eee;
    color: #222;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
}

.basket_items tr .more a {
    color: #fff;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
    font-size: 16px;
    text-align: center;
    border-bottom: 4px solid #cc5500;
    background: #ff6600;
    color: #fff;
    user-select: none;
    transition: 0.2s;
}

.input_cart {
    border: 1px solid #555;
    padding: 10px;
    margin: 10px 7px 10px 0;
    width: 49%;
    height: 40px;
}

.button_cart, .button_invoice {
    display: block;
    width: 207px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border: none;
    border-bottom: 4px solid #cc5500;
    background: #ff6600;
    color: #fff;
    user-select: none;
    transition: 0.2s;
}

.button_cart:hover, .button_invoice:hover {
    cursor: pointer;
    background: #cc5500;
}


























.bottom-line {
    height: 50px;
    background-color: #ccc;
    
}
























@media (max-width: 1240px) {

header .address-box {
    display: none;
}


.menu_catalog .catalogs_block {
 	width: calc(100%/3 - 11px);
}


.menu_catalog .catalogs_block:nth-child(4n+4) {
    margin: 0 16px 16px 0;
}

.menu_catalog .catalogs_block:nth-child(3n+3) {
    margin: 0 0px 16px 0;
}


.products .products_dop:nth-child(5n+5){

    margin:0 15px 15px 0;
}


.product .product_param_box {
    display: block;
/*    justify-content: space-between;*/
    /*width: 300px;*/
}


.product .product_param {
    /*width: 310px;*/
     margin-right: 0; 
}

.product .product_img{
    width: 70%;
}



}










@media (max-width: 1000px) {

/*.osn .sid {
    display: none;
}
*/
.osn .content {
    width: 100%;
    /*padding: 10px;*/
}

#slider{
    display: none;
}

header .location-info{
    margin-right: 0;
}

.osn .content img {
    max-width: 100%;
}

.menu_catalog .catalogs_block {
    width: calc(50% - 10px);
}

.menu_catalog .catalogs_block:nth-child(3n+3) {
    margin: 0 16px 16px 0;
}

.menu_catalog .catalogs_block:nth-child(2n+2) {
    margin: 0 0 16px 0;
}



}















@media only screen and (max-width : 750px) {

header.header {
    display: none;
}

.menu-left {
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 2;
}

.header-mobile{
    display: block;
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
    height: 50px;
    background: #ff6600;
    color: #fff;
    
}

.header-mobile a.logo{
    font-size: 18px;
    line-height: 16px;
    margin-left: 10px;
    font-weight: bold;
    color: #fff;
    margin: 5px 22px 0 10px;
}


.header-mobile .phone-box {
    background: none;
    padding: 4px 2px 0 6px;
    min-height: 40px;
    font-size: 10px;
    margin: 5px 0 0 0;
}

.header-mobile .phone-box a{
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.header-mobile .cart-wrap{
    width: 50px;
    height: 50px;
    padding-top: 5px;
    
}

.header-mobile .cart-box {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 42px;
    width: 100%;
    background: url(/img/cart-bg.png) no-repeat;
}


.breadcrumbs{
	margin: 62px auto 10px auto;
}

.img_index{
	margin-top: 60px;
}

.reasons_fix h2, .slidecontainerbox h2 {

    font-size: 20px;

}

.osn_100 {
    margin-top: 50px;
    margin: 0 10px;
}

.main-container {
    margin: 0 10px;
}

.breadcrumbs_fix ul{
    line-height: 20px;
}

.breadcrumbs_fix li a{
    height: 20px;
}

.breadcrumbs_fix li{
	display: inline-block;
	padding: 0 2px;
}

.breadcrumbs_fix li:first-child {
  padding: 0 2px 0 0;
}


.filter_link{
    display: block;

}

.osn .sid {
    display: none;
    z-index: 110;
    width: 100%;
    position: fixed;
    background: #fff;
    inset: 0;
    padding: 15px;
    transition: width .2s step-start;
    overflow: auto;
    top: 0;
    left: 0;
}

.submit_filter{
    width: 100%;
}

.products_body {
    width: 100%;
    margin: 0;
    padding: 0;
}

.products{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    margin:0;
    padding: 0;
}



.product .product_sed {
    display: none;
}

.logo img{
    height: 34px;
    padding-top: 5px;
}

.product_flex {
    display: block;
}

.product .product_info_table {
    width: 100%;
}

.product .product_info_analog {
     width: 100%; 
}


.products_pop .products_block{

    width: calc(100%/3 - 12px);

}


.products_pop .products_block:nth-child(4n+4){

    border-right: 1px solid #ddd;
    margin:0 15px 15px 0;
}

.products_pop .products_block:nth-child(3n+3){

    border-right: 1px solid #ddd;
    margin:0 0 15px 0;
}

.product .product_param {
    width: 100%;
     /*margin-right: 0; */
}


.product .product_info {
    width: 100%;
    box-shadow: none;
    padding: 0;
     /*margin-right: 0; */
}

.product .product_img{
    width: 100%;
}


#new_pop {
  z-index: 102;
  font-size: 18px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}


#new_pop .form{

width: 100%;
top: 0;
left: 0;
margin:0;

}

#new_pop .form .img{
  max-width: 300px;
}

#new_pop .form .info{
  width: 100%;
}

#new_pop .form .info .product{
    display:block;
  height:40px;
}

#new_pop .form .info .product .ok_order{
    color:green;
    font-size:26px;
}

#new_pop #close_pop{
position: absolute;
  width: 34px;
  height: 34px;
  right: -15px;
  top: -15px;
  background: url(../img/fancybox_sprite.png) 0px 0px no-repeat;
}


#new_pop .zakaz_name {
  width: 100%;
}

#new_pop .zakaz_submit {
  width: 100%;
}




}








@media (max-width : 499px) {





.menu_catalog .catalogs_block {
    width: 100%;
    margin: 0 0 15px 0;
}

.menu_catalog .catalogs_block:nth-child(3n+3) {
    margin: 0 0 15px 0;
}


.osn .content h1 {
    padding: 5px 0 10px 0;
    font-size: 20px;
}

.products_pop .products_block{

    width: calc(100%/2 - 12px);

}


.products_pop .products_block:nth-child(3n+3){

    border-right: 1px solid #ddd;
    margin:0 15px 15px 0;
}


.products_pop .products_block:nth-child(2n+2){

    border-right: 1px solid #ddd;
    margin:0 0 15px 0;
}

.product_flex{
    display: block;
}



}




   /* Шапка блога */
    .blog-header-section {
        margin-bottom: 50px;
        text-align: center;
        padding: 20px 20px;
        background: linear-gradient(135deg, #fff8f2 0%, #fff 100%);
        border-radius: 20px;
        border: 1px solid #ffe8d6;
    }

    .blog-main-title {
        font-size: 48px;
        font-weight: 800;
        color: #1a1a1a;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .blog-description {
        font-size: 18px;
        color: #666;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.6;
    }

    /* Сетка статей */
    .blog-posts-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 30px;
        margin-bottom: 60px;
    }

    /* Карточка статьи */
    .blog-post-card {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        border: 1px solid #f0f0f0;
    }

    .blog-post-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(255, 102, 0, 0.15);
        border-color: #ff6600;
    }

    .blog-post-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
    }

    .blog-post-content {
        padding: 25px;
    }

    .blog-post-category {
        display: inline-block;
        background: #fff8f2;
        color: #ff6600;
        padding: 6px 15px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 15px;
        text-decoration: none;
        transition: all 0.3s;
    }

    .blog-post-category:hover {
        background: #ff6600;
        color: white;
    }

    .blog-post-title {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 15px 0;
        line-height: 1.3;
    }

    .blog-post-title a {
        color: #1a1a1a;
        text-decoration: none;
        transition: color 0.3s;
    }

    .blog-post-title a:hover {
        color: #ff6600;
    }

    .blog-post-excerpt {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .blog-post-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        border-top: 1px solid #f0f0f0;
        font-size: 13px;
        color: #999;
    }

    .blog-post-stats {
        display: flex;
        gap: 15px;
    }

    .blog-post-stat {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .blog-post-date {
        font-weight: 500;
    }

    /* Сайдбар */
    .blog-sidebar {
        margin-top: 40px;
    }

    .sidebar-widget {
        background: white;
        border-radius: 16px;
        padding: 25px;
        margin-bottom: 30px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        border: 1px solid #f0f0f0;
    }

    .widget-title {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 20px 0;
        color: #1a1a1a;
        position: relative;
        padding-bottom: 15px;
    }

    .widget-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 3px;
        background: #ff6600;
        border-radius: 2px;
    }

    /* Список категорий */
    .categories-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .category-item {
        margin-bottom: 12px;
    }

    .category-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        background: #f8f9fa;
        border-radius: 10px;
        text-decoration: none;
        color: #444;
        transition: all 0.3s;
    }

    .category-link:hover {
        background: #ff6600;
        color: white;
        transform: translateX(5px);
    }

    .category-count {
        background: white;
        color: #666;
        padding: 3px 10px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 600;
        transition: all 0.3s;
    }

    .category-link:hover .category-count {
        background: rgba(255,255,255,0.2);
        color: white;
    }

    /* Список популярных статей */
    .popular-posts-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .popular-post-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .popular-post-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .popular-post-link {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        text-decoration: none;
        color: inherit;
        transition: color 0.3s;
    }

    .popular-post-link:hover {
        color: #ff6600;
    }

    .popular-post-image {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .popular-post-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        margin: 0 0 5px 0;
    }

    .popular-post-views {
        font-size: 12px;
        color: #999;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    /* Теги */
    .tags-cloud {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .tag-link {
        display: inline-block;
        padding: 8px 16px;
        background: #f8f9fa;
        color: #666;
        border-radius: 20px;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.3s;
    }

    .tag-link:hover {
        background: #ff6600;
        color: white;
        transform: translateY(-2px);
    }

    /* Комментарии */
    .recent-comments-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .recent-comment-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .recent-comment-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .recent-comment-content {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 8px;
        color: #555;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .recent-comment-meta {
        font-size: 12px;
        color: #999;
        display: flex;
        justify-content: space-between;
    }

    .recent-comment-author {
        font-weight: 600;
    }

    /* Пагинация */
    .blog-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 50px 0 30px;
    }

    .pagination-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: white;
        border: 1px solid #e0e0e0;
        color: #666;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s;
    }

    .pagination-link:hover,
    .pagination-link.active {
        background: #ff6600;
        color: white;
        border-color: #ff6600;
    }

    .pagination-link.prev,
    .pagination-link.next {
        width: auto;
        padding: 0 20px;
    }

    .pagination-ellipsis {
        color: #999;
        padding: 0 5px;
    }

    /* Информация о количестве статей */
    .blog-info {
        text-align: center;
        color: #666;
        margin-bottom: 30px;
        font-size: 15px;
    }

    /* Адаптивность */
    @media (max-width: 768px) {
        .blog-main-container {
            padding: 15px;
        }
        
        .blog-main-title {
            font-size: 32px;
        }
        
        .blog-posts-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .blog-post-card {
            margin-bottom: 0;
        }
        
        .blog-post-image {
            height: 200px;
        }
    }

    @media (min-width: 769px) and (max-width: 1024px) {
        .blog-posts-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* Дополнительные стили для страницы категории */
    .category-header {
        margin-bottom: 40px;
        padding: 40px;
        background: linear-gradient(135deg, #fff8f2 0%, #fef6e6 100%);
        border-radius: 20px;
        border: 1px solid #ffe8d6;
        text-align: center;
    }

    .category-title {
        font-size: 42px;
        font-weight: 800;
        color: #1a1a1a;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .category-description {
        font-size: 18px;
        color: #666;
        max-width: 800px;
        margin: 0 auto 30px;
        line-height: 1.6;
    }

    .category-stats {
        display: inline-flex;
        gap: 30px;
        background: white;
        padding: 15px 30px;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .category-stat {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        color: #666;
    }

    .category-stat i {
        background: #ff6600;
        color: white;
        width: 36px;
        height: 36px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-size: 14px;
    }

    /* Подкатегории */
    .subcategories-section {
        margin-bottom: 50px;
    }

    .subcategories-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
        color: #1a1a1a;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .subcategories-title::after {
        content: '';
        flex: 1;
        height: 2px;
        background: linear-gradient(90deg, #ff6600 0%, transparent 100%);
    }

    .subcategories-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }

    .subcategory-card {
        background: white;
        border-radius: 15px;
        padding: 25px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        border: 1px solid #f0f0f0;
        transition: all 0.3s ease;
        text-decoration: none;
        color: inherit;
        display: block;
    }

    .subcategory-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(255, 102, 0, 0.1);
        border-color: #ff6600;
    }

    .subcategory-name {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #1a1a1a;
    }

    .subcategory-description {
        font-size: 14px;
        color: #666;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .subcategory-count {
        display: inline-block;
        background: #fff8f2;
        color: #ff6600;
        padding: 5px 15px;
        border-radius: 15px;
        font-size: 13px;
        font-weight: 600;
    }

    .subcategory-card:hover .subcategory-count {
        background: #ff6600;
        color: white;
    }

    /* Сообщение об отсутствии статей */
    .no-posts-message {
        grid-column: 1/-1;
        text-align: center;
        padding: 60px 20px;
        background: white;
        border-radius: 20px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }

    .no-posts-icon {
        font-size: 48px;
        margin-bottom: 20px;
        color: #ff6600;
    }

    .no-posts-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #1a1a1a;
    }

    .no-posts-text {
        color: #666;
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto 25px;
        line-height: 1.6;
    }

    .no-posts-link {
        display: inline-block;
        padding: 12px 30px;
        background: #ff6600;
        color: white;
        text-decoration: none;
        border-radius: 10px;
        font-weight: 600;
        transition: all 0.3s;
    }

    .no-posts-link:hover {
        background: #e55a00;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
    }

    /* Адаптивность для страницы категории */
    @media (max-width: 768px) {
        .category-header {
            padding: 25px 20px;
        }
        
        .category-title {
            font-size: 32px;
        }
        
        .category-description {
            font-size: 16px;
        }
        
        .category-stats {
            flex-direction: column;
            gap: 15px;
            width: 100%;
            padding: 15px;
        }
        
        .subcategories-grid {
            grid-template-columns: 1fr;
        }
    }


    .delivery-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}
.delivery-table th,
.delivery-table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.delivery-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}















/* Стили для блока видео в категории */
.category-videos-section {
    margin: 30px 0;
    padding: 25px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    order: 2; /* Располагаем между описанием и товарами */
}

.category-videos-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-videos-title i {
    color: #ff6600;
    font-size: 28px;
}

.category-videos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.category-video-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.category-video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 102, 0, 0.15);
    border-color: #ff6600;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 соотношение сторон */
    height: 0;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-wrapper .video-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.video-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 102, 0, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.video-wrapper:hover .play-button {
    background: #ff6600;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.5);
}

.video-info {
    padding: 15px;
    background: white;
}

.video-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Адаптивность для планшетов */
@media (max-width: 992px) {
    .category-videos-grid {
        gap: 20px;
    }
    
    .category-videos-title {
        font-size: 22px;
    }
    
    .play-button {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .category-videos-section {
        margin: 20px 0;
        padding: 20px 0;
    }
    
    .category-videos-grid {
        grid-template-columns: 1fr; /* Одно видео в ряд на мобильных */
        gap: 15px;
    }
    
    .category-videos-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .play-button {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .video-title {
        font-size: 14px;
    }
}

/* Адаптивность для маленьких экранов */
@media (max-width: 480px) {
    .category-videos-section {
        margin: 15px 0;
        padding: 15px 0;
    }
    
    .category-videos-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .play-button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}



/* Блок наличия и доставки */
.availability-delivery {
    background: #ffffff;
    border-radius: 16px;
    margin: 20px 0;
    border: 1px solid #eef2f6;
}

.availability-delivery-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #1a1a2e;
    padding: 16px 10px;
    border-bottom: 1px solid #eef2f6;
    background: #fafbfc;
    border-radius: 16px 16px 0 0;
}

/* Общие стили для карточек */
.stock-card,
.order-card,
.delivery-card,
.empty-card {
    border-bottom: 1px solid #eef2f6;
    padding: 5px 10px;
}

.stock-card:last-child,
.order-card:last-child,
.delivery-card:last-child,
.empty-card:last-child {
    border-bottom: none;
}

/* Заголовки карточек */
.stock-card__header,
.order-card__header,
.delivery-card__header,
.empty-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stock-card__icon,
.order-card__icon,
.delivery-card__icon,
.empty-card__icon {
    color: #ff6600;
    flex-shrink: 0;
}

.stock-card__title,
.order-card__title,
.delivery-card__title,
.empty-card__title {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: -0.2px;
}

/* Список складов/регионов */
.stock-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stock-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f4f8;
}

.stock-list__item:last-child {
    border-bottom: none;
}

.stock-list__address {
    font-size: 13px;
    color: #4a5568;
    line-height: 1.4;
}

.stock-list__quantity {
    font-size: 13px;
    font-weight: 600;
    color: #ff6600;
    background: #fff5ed;
    padding: 2px 8px;
    border-radius: 20px;
}

/* Информационная заметка */
.info-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 20px;
    background: #f8fafc;
    border-top: 1px solid #eef2f6;
    font-size: 12px;
    color: #5a6e8a;
}

.info-note__icon {
    color: #94a3b8;
    flex-shrink: 0;
    margin-top: 1px;
}

.info-note__text {
    line-height: 1.4;
}

/* Блок "Под заказ" */
.order-card__message {
    font-size: 13px;
    color: #4a5568;
    line-height: 1.5;
    margin-left: 30px;
}

.order-card__message strong {
    color: #ff6600;
    font-weight: 600;
}

/* Список доставки */
.delivery-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.delivery-list__item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px solid #f0f4f8;
    flex-wrap: wrap;
    gap: 8px;
}

.delivery-list__item:last-child {
    border-bottom: none;
}

.delivery-list__name {
    font-size: 13px;
    color: #2c3e50;
    font-weight: 500;
}

.delivery-list__days {
    font-size: 12px;
    color: #7f8c8d;
    background: #f8fafc;
    padding: 2px 8px;
    border-radius: 20px;
}

/* Пустое состояние */
.empty-card__message {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
    margin-left: 30px;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .availability-delivery-title {
        font-size: 15px;
        padding: 14px 0;
    }
    

    
    .delivery-list__item {
        flex-direction: column;
        gap: 4px;
    }
    
    .delivery-list__days {
        align-self: flex-start;
    }
    
    .order-card__message {
        margin-left: 30px;
    }
    
    .empty-card__message {
        margin-left: 30px;
    }
}















/* ========== КНОПКА ОБРАТНОГО ЗВОНКА ========== */
.callback-btn {
    display: inline-block;
    background: #ff6600;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    margin-left: 15px;
    line-height: 24px;
}

.callback-btn:hover {
    background: #e55a00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
}



/* ========== ЛИПКИЙ БЛОК ПРИ СКРОЛЛЕ ========== */
.sticky-callback {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.sticky-callback.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sticky-callback-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ff6600;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.sticky-callback-btn:hover {
    background: #e55a00;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.4);
}

.sticky-callback-btn svg {
    width: 20px;
    height: 20px;
    fill: white;
}

/* ========== POPUP ОБРАТНОГО ЗВОНКА ========== */
.callback-popup {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
}

.callback-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    max-width: 450px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: callbackSlideIn 0.3s ease;
}

@keyframes callbackSlideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.callback-popup-header {
    padding: 20px 25px 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.callback-popup-header h3 {
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0;
}

.callback-close {
    font-size: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1;
}

.callback-close:hover {
    color: #ff6600;
}

.callback-popup-body {
    padding: 25px;
}

.callback-form-group {
    margin-bottom: 20px;
}

.callback-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.callback-form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.callback-form-group input:focus {
    outline: none;
    border-color: #ff6600;
    box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.1);
}

.callback-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
}

.callback-checkbox input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
}

.callback-checkbox label {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    cursor: pointer;
}

.callback-checkbox a {
    color: #ff6600;
    text-decoration: none;
}

.callback-checkbox a:hover {
    text-decoration: underline;
}

.callback-submit {
    width: 100%;
    background: #ff6600;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.callback-submit:hover {
    background: #e55a00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
}

.callback-success {
    text-align: center;
    padding: 30px 20px;
}

.callback-success svg {
    width: 60px;
    height: 60px;
    fill: #4caf50;
    margin-bottom: 20px;
}

.callback-success h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.callback-success p {
    color: #666;
    margin-bottom: 20px;
}

.callback-success .callback-close-success {
    background: #ff6600;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .callback-btn {
        padding: 6px 15px;
        font-size: 12px;
        margin-left: 8px;
    }
    
    .sticky-callback {
        bottom: 20px;
        right: 20px;
    }
    
    .sticky-callback-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
    
    .callback-popup-content {
        width: 95%;
        max-width: 400px;
    }
    
    .callback-popup-header h3 {
        font-size: 18px;
    }
}









/* ========== КУПИТЬ В 1 КЛИК ========== */
.oneclick-popup {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
}

.oneclick-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    max-width: 550px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: oneclickSlideIn 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes oneclickSlideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.oneclick-popup-header {
    padding: 15px 25px 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.oneclick-popup-header h3 {
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0;
}

.oneclick-close {
    font-size: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1;
}

.oneclick-close:hover {
    color: #ff6600;
}

.oneclick-popup-body {
    padding: 15px;
}

/* Блок товара */
.oneclick-product-info {
    display: flex;
    gap: 15px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #eef2f6;
}

.oneclick-product-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #eef2f6;
}

.oneclick-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.oneclick-product-details {
    flex: 1;
}

.oneclick-product-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 8px;
}

.oneclick-product-price {
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
    margin-bottom: 8px;
}

.oneclick-product-price .old-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 8px;
}

.oneclick-product-article {
    font-size: 12px;
    color: #666;
}

/* Форма */
.oneclick-form-group {
    margin-bottom: 15px;
}

.oneclick-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.oneclick-form-group label .required {
    color: #ff6600;
}

.oneclick-form-group label .optional {
    color: #999;
    font-weight: normal;
    font-size: 12px;
}

.oneclick-form-group input,
.oneclick-form-group select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.oneclick-form-group input:focus,
.oneclick-form-group select:focus {
    outline: none;
    border-color: #ff6600;
    box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.1);
}

/* Блок количества */
.oneclick-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.oneclick-quantity .quantity-input {
    width: 80px;
    text-align: center;
    padding: 12px 10px;
}

.oneclick-quantity .quantity-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: #f8f9fa;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    transition: all 0.2s;
}

.oneclick-quantity .quantity-btn:hover {
    background: #ff6600;
    color: #fff;
    border-color: #ff6600;
}

.oneclick-quantity .quantity-btn:active {
    transform: scale(0.95);
}

/* Чекбокс */
.oneclick-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
}

.oneclick-checkbox input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
}

.oneclick-checkbox label {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    cursor: pointer;
}

.oneclick-checkbox a {
    color: #ff6600;
    text-decoration: none;
}

.oneclick-checkbox a:hover {
    text-decoration: underline;
}

/* Кнопка отправки */
.oneclick-submit {
    width: 100%;
    background: #ff6600;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.oneclick-submit:hover {
    background: #e55a00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
}

/* Блок успеха */
.oneclick-success {
    text-align: center;
    padding: 30px 20px;
}

.oneclick-success svg {
    width: 60px;
    height: 60px;
    fill: #4caf50;
    margin-bottom: 20px;
}

.oneclick-success h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.oneclick-success p {
    color: #666;
    margin-bottom: 20px;
}

.oneclick-success .oneclick-close-success {
    background: #ff6600;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .oneclick-popup-content {
        width: 95%;
        max-width: 450px;
    }
    
    .oneclick-popup-header h3 {
        font-size: 18px;
    }
    
    .oneclick-product-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }
    
    .oneclick-product-image {
        width: 100px;
        height: 100px;
    }
    
    .oneclick-quantity {
        justify-content: center;
    }
}






 
        .reviews-container {
            max-width: 1400px;
            margin: 30px auto;
            padding: 0 15px;
            overflow: hidden;
        }
        
        .reviews-title {
            text-align: center;
            font-size: 28px;
            margin-bottom: 30px;
            color: #2c3e50;
        }
        
        .reviews-slider {
            position: relative;
        }
        
        .reviews-track {
            display: flex;
            transition: transform 0.5s ease;
            width: 100%;
        }
        
        .review-card {
            flex: 0 0 33.333%;
            max-width: 33.333%;
            padding: 15px;
            box-sizing: border-box;
        }
        
        .review-content {
            background: white;
            padding: 25px;
            border-radius: var(--border-radius);
            box-shadow: var(--box-shadow);
            height: 100%;
        }
        
        .review-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .review-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
            border: 3px solid var(--colorbase);
        }
        
        .review-author {
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 5px;
        }
        
        .review-date {
            color: #7f8c8d;
            font-size: 14px;
        }
        
        .review-rating {
            color: #f39c12;
            font-size: 18px;
            margin: 10px 0;
        }
        
        .review-text {
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 15px;
        }
        
        .review-source {
            display: inline-block;
            font-size: 14px;
            color: #7f8c8d;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .review-source:hover {
            color: var(--primary-color);
        }
        
        .review-source::before {
            content: "Источник: ";
        }
        
        .slider-nav {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #bdc3c7;
            margin: 0 5px;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .slider-dot.active {
            background: var(--primary-color);
        }
        
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            z-index: 10;
            opacity: 0.8;
            transition: opacity 0.3s;
            font-size: 20px;
            user-select: none;
        }
        
        .slider-arrow:hover {
            opacity: 1;
        }
        
        .slider-arrow.prev {
            left: -20px;
        }
        
        .slider-arrow.next {
            right: -20px;
        }
        
        @media (max-width: 992px) {
            .review-card {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }
        
        @media (max-width: 768px) {
            .review-card {
                flex: 0 0 100%;
                max-width: 100%;
                padding: 10px;
            }
            
            .review-content {
                padding: 20px;
            }
            
            .review-avatar {
                width: 50px;
                height: 50px;
            }
            
            .slider-arrow {
                width: 30px;
                height: 30px;
            }
        }
        
        @media (max-width: 480px) {
            .review-header {
                flex-direction: column;
                text-align: center;
            }
            
            .review-avatar {
                margin-right: 0;
                margin-bottom: 10px;
            }
        }




/* FAQ Section Styles */
.faq-section {

    padding: 20px 0;
    border-top: 2px solid #e9ecef;
    clear: both;
}

.faq-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #2c3e50;
    display: flex;
    align-items: center;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: #f8f9fa;
    padding: 20px 25px;
    transition: all 0.2s ease;
    border-left: 4px solid #007bff;
}

.faq-item:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.faq-answer {
    font-size: 16px;
    line-height: 1.5;
    color: #4a5568;
    display: flex;
    align-items: flex-start;
}

.faq-answer > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

@media (max-width: 768px) {
    .faq-section {
        margin-top: 30px;
        padding: 15px 0;
    }
    
    .faq-title {
        font-size: 20px;
    }
    
    .faq-item {
        padding: 15px 18px;
    }
    
    .faq-question {
        font-size: 16px;
    }
    
    .faq-answer {
        font-size: 14px;
    }
}





/* ========== НОВЫЙ ФУТЕР ========== */
.footer {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    margin-top: 40px;
    padding: 40px 0 20px;
    font-size: 14px;
    color: #495057;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.footer-col h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #ff6600;
}

.footer-logo img {
    max-width: 120px;
    height: auto;
    margin-bottom: 15px;
}

.footer-about {
    margin-bottom: 20px;
    line-height: 1.5;
    color: #6c757d;
}

.footer-copyright {
    font-size: 12px;
    color: #6c757d;
    line-height: 1.5;
}

.footer-contacts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contacts li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #495057;
}

.footer-contacts svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    stroke: #ff6600;
    stroke-width: 1.5;
    fill: none;
}

.footer-contacts a {
    color: #495057;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-contacts a:hover {
    color: #ff6600;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #495057;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #ff6600;
    padding-left: 5px;
}

.footer-callback-wrap {
    margin-bottom: 25px;
}

.footer-callback-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff6600;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
}

.footer-callback-btn:hover {
    background: #e55a00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
}

.footer-social h4 {
    margin-top: 10px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    font-size: 12px;
    color: #6c757d;
}

/* Адаптив */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-callback-btn {
        width: auto;
        min-width: 220px;
    }
}