* {
    outline: none;
}
.menuBlock{
	background: #424242;
}
.menuBlock .new-menu>ul {
    width: 100%;
}
.menuBlock .new-menu>ul>li.h-catalog {
    background: #F15A25;
    padding: 0 92px;
}

.menuBlock .new-menu>ul>li:hover {
    background: #F15A25;
}
.main div.forfixed.fixhead {
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%;
    top: 0px;
    left:0;
	transition: height 2s, top 1s;
	    box-shadow: 0px 2px 9px rgba(0,0,0,0.3);
}
.bg{
	z-index: 100;
    position: relative;
    background: #fff;
}
.bg-overlay:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
}
.forfixed {
    top: -166px;
    transition: top 2s;
}

.forfixed.fixhead .h-logo img{width:218px;}
.forfixed.fixhead .time-wrap{display:none;}
.forfixed.fixhead .contact-wrap {
    align-items: center;
	flex-direction:row;
}
.fix-btn-fb,.button_burger{display:none;}
.fix-btn-fb{
	background: url(./img/phone-icon.svg);
    width: 50px;
    height: 49px;
	background-color: #F4F4F4;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 9px;
    border-radius: 50px;
}
.forfixed.fixhead .fix-btn-fb, .forfixed.fixhead .button_burger{
    display: flex;

}
.menuBlock .new-menu>ul>li:not(.h-catalog):hover>ul {
    top: 51px;
}
.button_burger{
	background: url(./img/burger-icon.svg);
    width: 50px;
    height: 49px;
	background-color: #F4F4F4;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 9px;
    border-radius: 50px;
	margin-left: 9px;
}
.option .search {
    margin-right: 9px;
}
.main .head .option .personal a {
    margin-left: 0px;
}

.forfixed.fixhead .backCall.orange-btn-bord{display:none;}
.personalmenu__link{text-transform:uppercase; font-weight:500;width:230px}
.btn-black-bord.personalmenu__link,.btn-black-bord.personalmenu__button-clear{font-weight:500;text-transform:uppercase;border: 2px solid #464646;background-color:transparent;color:#464646;
	font-size: 14px;
    line-height: 16px;}
	.btn-black-bord.personalmenu__link:hover,.btn-black-bord.personalmenu__button-clear:hover{border: 2px solid #F15A25;color:#F15A25;}
.btn-black-bord .button__ico-l-arrow {
    margin-right: 3px;
    background-image: url(/assets/build/img/icons/long_arrow_left.png);
    filter: invert(1);
}
.forfixed.fixhead .tel-wrap {
    margin-right: 40px;
}
.forfixed.fixhead .header-wrap.head {
    padding-top: 16px!important;
    padding-bottom: 16px;
}
.head .btn-fb{
    margin:0;
    width: 180px;
}
.head .orange-btn-bord {
    margin-top: 0;
    width: 100%;
    margin-bottom: 0px;
}
.head .mail-wrap{
    display: block;
    text-align: center;
}
.h-catalog:hover ul.catalog-child {
    background-color: #fff;
    padding: 15px 60px;
	z-index:10;
}/*
.h-catalog:hover:after {
    content: "";
    width: calc(100vw - 12px);
    height: 100vh;
    display: block;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 51px;
	left: 50%;
	margin-left: -50vw;
    z-index: 2;
}*/
.menuBlock .new-menu>ul>li>a {
    display: inline-block;
    color: #ffffff;
	font-weight: normal;
	font-size: 14px;
    text-transform: uppercase;
    line-height: 51px;
}
.main-wrap {
    margin: 0 auto;
    width: 1270px;
    position: relative;
	padding-top:0!important;
}
.main .header-wrap.head {
    display: flex;
    justify-content: space-between;
    height: auto;
    padding-top: 22px!important;
	padding-bottom:22px;
}
.main .header-wrap.head .option {
   position: relative;
   right: unset;
   top: unset;
}
.partnerSlider div.partnersBlocksOnMain {
    background: #fff; 
}
.partnerSlider .partnersBlocksOnMain .el div.img {
    border: 10px solid #fff;
    border-radius: 12px;
}
div.partnerSlider {
    border-top: none;
}
.mainSlider .slick-dots {
    padding-bottom: 15px;
}
.contact-wrap{
    display: flex;
	padding-left:20px;
	flex-direction: column;
}
.tel-wrap {
    text-align: right;
}
.tel-wrap a{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000;
	text-decoration:none;
}
.time-wrap{
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	padding-left: 22px;
    position: relative;
}
.mail-wrap {
font-weight: bold;
font-size: 15px;
line-height: 24px;
color: #F15A25;
}
.time-wrap:before {
    content: url(./img/watch-i.svg);
    margin-right: 15px;
	position: absolute;
    left: 0px;
    top: 3px;
}
.tel-wrap a:before {
    content: url(./img/phone-i.svg);
    margin-right: 8px;
	top: 2px;
    position: relative;
}
.mail-wrap:before {
    content: url(./img/mail-outline.svg);
    margin-right: 8px;
    top: 2px;
    position: relative;
}
/*.backCall{
	font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #F15A25;
    width: 180px;
    border: 2px solid #F15A25;
    padding: 0px;
    height: 49px;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 11px;
}*/
.wrap-adv{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.title-adv,.news-block-wrap ._title{
    text-align: center;
    font-weight: 700;
    margin-bottom: 29px;
    color: #f15a25;
    text-transform: uppercase;
    line-height: .573;
	font-size: 22px;
	    margin-top: 55px;
}
.item-advent{
	padding:10px 10px 10px 70px;
	font-size: 16px;
	line-height: 24px;
	flex: 0 25%;
	position:relative;
}
.item-advent:before{
	content:"";
	width:40px;
	height:40px;
	position:absolute;
	left:10px; 
	top:15px;
	display:inline-block;
}
.item-advent.item-a-1:before{
	background:url(./img/item-1.svg) center;
	background-size:cover;
}
.item-advent.item-a-2:before{
	background:url(./img/item-2.svg) center;
	background-size:cover;	
}
.item-advent.item-a-3:before{
	background:url(./img/item-3.svg) center;
	background-size:cover;	
}
.item-advent.item-a-4:before{
	background:url(./img/item-4.svg) center;
	background-size:cover;	
}
.bottom-form-wrap{
	background: #424242;
}
.bottom-form-wrap form#bottomform-form{
	text-align: center;
	padding-bottom:60px;
}
.white-title-form{
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
    margin-bottom: 35px;
    margin-top: 35px;
}
.bottom-form-block.ds-form input[type="text"]{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 5px;
	width:253px;
	height:49px;
	display:inline-block;
	padding: 10px 20px;
}
.bottom-form-block.ds-form form > div{
	display:inline-block;
	margin:0 15px;
	position: relative;
}
.bottom-form-block.ds-form form > div.field-0{
	display:block;
}
.bottom-form-block.ds-form form > div.field-4{
    display: block;
    margin: 0 auto;
    width: 340px;
    text-align: left;
    font-size: 12px;
}
.bottom-form-block.ds-form .p-policy, .bottom-form-block.ds-form .p-policy a{
    color: #fff;
}
.bottom-form-block.ds-form label{
	font-size: 14px;
	line-height: 24px;
	color:#000;
    top: 12px;
    position: absolute;
    padding-left: 15px;
    font-weight: 500;
    text-align: left;
	transition: top 0.5s;
	    background: #fff;
    width: 80%;
    margin-left: 5px;
}
.bottom-form-block.ds-form .input_data label,.bottom-form-block.ds-form .not_empty label{
    font-size: 11px;
    line-height: 14px;
    top: 5px;
	color: #7C7C7C;
	    width: auto;
    background: none;
}

.bottom-form-block.ds-form .buttonform input{
	background: #F15A25;
	border-radius: 5px;
	color:#fff;
	text-align:center;
	display:inline-block;
	width:261px;
	vertical-align:middle;
	text-transform:uppercase;
	opacity: 1;
	height:49px;	
}
.bottom-form-block.ds-form .buttonform input:hover{
	background: #FF571D;
}
#bottomformformmessagereport{
	color: #fff;
    text-align: center;
}
#bottomformformmessagereport .ask-head {
    margin-bottom: 0px;
    padding: 30px 0 10px;
    color: #fff;
}
#bottomformformmessagereport .ask-subhead {
    margin-bottom: 0;
    padding: 10px 0 30px;
	color: #fff;
}
.orange-btn-bord{
	border: 2px solid #F15A25;
	box-sizing: border-box;
	border-radius: 5px;
	color: #F15A25;
	width:223px;
	height:49px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #F15A25;
	margin: 0 auto 75px;
	justify-content:center;
	text-decoration:none;
}
.orange-btn-bord:hover{
	border: 2px solid #FF571D;
	cursor:pointer;
}
.catalogOnMain.hidden-item .item:nth-child(n+16),.hidden-btn{
	display:none;
} 
.news-block-wrap .news__link {
    border-bottom: none;
}.news-block-wrap .news-list {
    margin-bottom: 20px;
}
span.catalog-section__name,.main .catalogOnMain div.item a span.label {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
	text-transform:none;
    white-space: break-spaces;
}
.main .catalogOnMain div.item {
    height: 249px;
    width: 223px;
    margin-bottom: 17px;
    margin-right: 11px;
    margin-left: 11px;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}
.main div.catalogOnMain .item a {
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    flex-flow: column nowrap;
    height: 249px;
    width: 224px;
}
.main div.catalogOnMain .item a .picture_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	    bottom: unset;
    width: 146px;
    height: 140px;
margin: 5px auto 0px;	
}
.main div.catalogOnMain .item a .label {
    bottom: unset;
	padding-left: 20px;
    padding-right: 20px;
    margin: auto 0;
    display: flex;
    font-size: 15px;
	justify-content:center;
    line-height: 20px;
    color: #000;
    position: relative;	
}
.footer {
    background-color: #7C7C7C;
}

div.popup__head{
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #2F2F2F;
	justify-content: center;
}
div.cart-item__content {
    padding: 30px 10px 20px;
    min-height: 100px;
    background: #fff;
	display: flex;
}
.cart-item__img-block {
    width: auto;
	margin-bottom: 0px;
}
.cart-item__name {
    line-height: 20px;
}
div.popup--buy>.popup__box {
    width: 483px;
	max-width:90%;
}
div.ds-form form {
	font-family:Trebuchet MS,sans-serif;
}

/*oneclick*/

.dspopup-modal.dsoneclick div.oncl-head {
    line-height: 23px;
    margin-bottom: 40px;
    
    font-weight: 700;
    text-transform: uppercase;
    font-family: Trebuchet MS;
    color: #2F2F2F;
}
.dspopup-modal.dsoneclick  .close-dspopup-modal.dsclose-button {
    background: url(/local/templates/ctpl/img/close.png) no-repeat 0 0 transparent;
    top: 10px;
    right: 10px;
    background-size: 100%;
	}	

form#dsoneclick-form {
     padding: 52px 35px 22px;
}

div.dspopup-modal.dsoneclick {
    width: 480px;
	max-width:90%;
}
.dspopup-modal.dsoneclick input[type="submit"] {
    background: #F15A25;
    border-radius: 5px;
    width: 253px;
    height: 49px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: Trebuchet MS;
}

.dspopup-modal.dsoneclick .product_info_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.dspopup-modal.dsoneclick .product_info_block .product_image {
    margin-right: 42px;
}

.dspopup-modal.dsoneclick .product_info_block .product_image img {
    height: 75px;
    width: auto;
}

.dsoneclick .product_name {
    font-size: 15px;
}
.dspopup-modal.dsoneclick .buttonform {
    margin-top: 24px;
}
 #dsoneclick-form > div{
	display:inline-block;
	margin:0 15px;
	position: relative;
}
 #dsoneclick-form > div.field-0{
	display:block;
}
 #dsoneclick-form > div.field-3, #dsoneclick-form > div.field-4, #dsoneclick-form > div.field-6, #dsoneclick-form > div.field-5{
    display: block;
    margin: 10px auto;
    width: 290px;
    text-align: left;
    font-size: 12px;
}
 #dsoneclick-form label{
	font-size: 14px;
	line-height: 24px;
	color:#000;
    top: 12px;
    position: absolute;
    padding-left: 15px;
    font-weight: 500;
    text-align: left;
	transition: top 0.5s;
	background: #fff;
    width: 80%;
    margin-left: 5px;
}
 
 #dsoneclick-form input[type="text"]{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 5px;
	width:100%;
	height:49px;
	display:inline-block;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 24px;
	color:#000;
	    box-shadow: none;
}
div.ds-form input.improper-value{
	border: 1px solid red!important;
}
span.dsform-field-error > span::before {
    content: none;
}
 #dsoneclick-form .input_data label, #dsoneclick-form .not_empty label{
    font-size: 11px;
    line-height: 14px;
    top: 5px;
	color: #7C7C7C;
	    width: auto;
    background: none;
}
 #dsoneclick-form .dsform-field-error > span {
    background-image: none;
    border-radius: 10px;
    color: red;
    display: block;
    font-size: 85%;
    font-weight: 700;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    top: -8px;
}
.BlockSuccess .ask-subhead:after {content: "";background: url(/local/templates/ctpl/img/success.svg);width: 80px;height: 80px;display: block;background-size: contain;margin: 5px auto 0;}
.btn-black-bord.personalmenu__link {
    width: auto;
}
div.ask-subhead {
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

div.dspopup-modal.dsoneclick #dsoneclickformmessagereport .ask-head {
    text-transform: uppercase;
    color: #000;
    line-height: 30px;
    margin-bottom: 17px;
}

div.dspopup-modal.dsoneclick #dsoneclickformmessagereport {
    padding-top: 30px;
}
/*end oneclick*/
/*callback*/
div.backCallBlock {
    padding: 42px 20px 26px;
    width: 483px;
    border-radius: 5px;
}

div.backCallBlock .close {
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
}

div.backCallBlock ._title {
    color: #2F2F2F;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
}

form.backCallBlock__form .el {
    margin-bottom: 24px;
    width: 290px;
	position:relative;
}

div.backCallBlock .backCallInner .el input[type=text] {
    width: 100%;
    height: 49px;
    border-radius: 5px;
    padding: 14px 22px;
    font-size: 14px;
    color: #000000;
	margin:0;
	outline: unset;
}
div.backCallBlock .backCallInner .el input[type=text]:focus {
    border: 1px solid #2296F3;
}
.backCallBlock .backCallBlock__form .el_sub {
    margin-top: 0px;
}

.backCallBlock .backCallInner .el {
    margin-bottom: 24px;
}
.backCallBlock .backCallBlock__form .el_sub input {
    height: 49px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
	    outline: unset;
}
form.backCallBlock__form label{
	font-size: 14px;
	line-height: 24px;
	color:#000;
    top: 12px;
    position: absolute;
    padding-left: 20px;
    font-weight: 500;
    text-align: left;
	transition: top 0.5s;
}
form.backCallBlock__form .input_data label,form.backCallBlock__form .not_empty label{
    font-size: 11px;
    line-height: 14px;
    top: 5px;
	color: #7C7C7C;
}

.backCallBlock .backCallInner .el span {
    display: none;
}

.backCallBlock .backCallInner .el.showerror span {
    display: block;
    font-size: 10px;
    color: #f00;
    margin-top: 5px;
}

.backCallBlock .backCallInner .el.showerror input {
    border-color: #f00;
}


.backCallBlock .BlockSuccess {
    display: none;
}


div.ask-head {
    color: #2F2F2F;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.backCallBlock.success {
    padding: 42px 20px 12px;
}




/*end callback*/

/*addtocart*/
.jqibuttons.cart-item__popup-row {
    display: flex;
    flex-direction: column;
    width: 214px;
    margin: 0 auto;
}



a.button.cart-item__popup-btn {
    background: #F15A25;
    border-radius: 5px;
    height: 49px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    text-transform: uppercase;
    margin: 0 0 20px;
}

a.button.cart-item__popup-btn:hover {
    background: #FF571D;
}

button.button.cart-item__popup-btn {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    background: none;
    margin: 0;
}

div.popup__head {
    padding: 0;
}


.popup__close:after {
   
    width: 16px;
    height: 16px;
}

.popup__box--shown .popup__form {

    border-radius: 5px;
}

/*end addtocart*/

/*preview */

.product:hover .button.product__buy.zkvocl {
    display: block;
}

div.catalog-list div.product:hover {
    left: 0;
    top: 0;
    overflow: overlay;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.js-catalog-list:not(.catalog-view-list) .product:hover .product__buy-block {
    position: absolute;
    background: #fff;
    overflow: visible;
    height: 140px; /*135px; /*131px;*/
    z-index: 9;
    padding: 0px 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 233px;
    left: 1px;
}
.catalog-list.js-catalog-list .slick-list{
    height: 400px;
}



.product:not(.product--empty) {
    display: block;
    padding: 10px;
    width: 235px;
    height: 326px;
    border: 1px solid #EEEEEE;
    box-shadow: none;
}

.button.product__buy.zkvocl {
    display: none;
}

.quantity__ico {
    background: none;
    color: #4F4F4F;
    font-size: 25px;
    line-height: 17px;
}

.quantity__ico_minus {
    font-size: 17px;
    line-height: 16px;
}

.product__quantity,.quantity{
    width: 97px;
    margin: 10px 0;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}


.product__block_with_quantity {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.product__block_with_quantity a.button.product__buy.js-product-buy {
    display: flex;
    flex: 0 0 45%;
    justify-content: center;
	text-transform: uppercase;
    font-weight: 500;
	padding: 0 7px;
}

.product__block_with_quantity .quantity.product__quantity {
    display: flex;
    flex: 0 0 50%;
}
.quantity__ico {
    background: #eee;
    color: #4F4F4F;
}

.quantity__form {
    background: #eee;
}

.quantity__num {
    height: 36px;
    width: 33px;
    margin: 0 5px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}
span.quantity__ico.quantity__ico_plus.js-quantity-plus {
    font-size: 25px;
}
span.quantity__ico.quantity__ico_minus.js-quantity-minus {
    font-size: 17px;
    text-align: center;
}

.product__buy-block {
    padding: 0;
    margin-right: 0;
    height: 90px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product {
    display: block;
    padding: 10px;
    width: 215px;
    height: 326px;
}
/*end preview*/ 

ul.left-sitebar-menu li{
	
	    padding: 4px 14px;
	
}
ul.left-sitebar-menu li:hover>a{

    color:#fff;

}
ul.left-sitebar-menu li:hover{

    background:#f15a25;

}
ul.left-sitebar-menu li:hover>a>img{filter: invert(1);}
/*header*/

span.basket_count {
    background: #E5E5E5;
    text-decoration: none;
    width: 16px;
    display: flex;
    height: 17px;
    border-radius: 50px;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 7px;
    top: 7px;
}

a.basket_ico {
    text-decoration: none;
    color: #464646;
    position: relative;
}

a.basket_ico {background: url(/local/templates/ctpl/img/cart-outline.svg);width: 50px;height: 49px;display: inline-block;background-color: #f15a25;border-radius: 50%;background-position: center;background-repeat: no-repeat;}

.main .head .option .personal a {
    background: url(/local/templates/ctpl/img/%D0%B2%D1%85%D0%BE%D0%B4.svg);
    width: 50px;
    height: 49px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 9px;
}

.main .head .option .search{
   background: url(/local/templates/ctpl/img/%D0%BF%D0%BE%D0%B8%D1%81%D0%BA.svg);
    width: 50px;
    height: 49px;
    background-position: center;
    background-repeat: no-repeat;
}
.main .head .option .search .personal-form__item{
   background: none;
}
.main .head .option .search {
    display: flex;
    align-self: center;
}

.main .head .option .personal {
    align-self: center;
}
.main .header-wrap.head .option {
    align-items: center;
}
.bg .menuBlock.block_visable{
	
	position: fixed;
    top: 85px;
    z-index: 999;
    width: 100%;
	
}
.product-page__info .price-block__buy.button.zkvoc {
    background: transparent;
    border: 2px solid #f15a25;
    color: #f15a25;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    box-sizing: content-box;
	text-transform:uppercase;
	font-size: 14px;
}
.catalog-list.js-catalog-list .product .button.product__buy.zkvocl {
    background: transparent;
    border: 2px solid #f15a25;
    color: #f15a25;
    line-height: normal;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px 10px;
    margin-top: 2px;
	text-transform: uppercase;
}
.catalog-list.js-catalog-list .product:hover .button.product__buy.zkvocl {
    display: flex;
}
.product-page__info button.price-block__buy.button.js-product-buy {
    background: #f15a25;
    border: 2px solid #f15a25;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    box-sizing: content-box;
	text-transform: uppercase;
    font-weight: 500;
	font-size: 14px;
}

.product-page__info .quantity__form {
    height: 50px;
}

.product-page__info .quantity__num {
    height: 50px;
    width: 45px;
}
.product-page__info .price-block__article {
    font-weight: 700;
}

.product-page__info .price-block__article span {
    font-weight: 100;
}
.product-page__info .price-block {
    background-color: #F8F8F8;
    border-radius: 3px 3px 0 0;
}
.left-sitebar-menu li img {
    height: 32px;
    margin-right: 12px;
}

.left-sitebar-menu li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
}
.cart.js-mini-cart {
    margin-right: 7px;
}
 .centerBlock .grid__item.grid__item--last-at-desktop.hidden-mob {
    margin-top: 8px;
}

/*end header*/
.partnerSlider {
    padding-left: 5px;
    padding-right: 5px;
}

.price-block__row.js-quantity {
    width: 100%;
    align-items: center;
}
.unity_block-items-limiter {
    text-align: center;
}

.prices--clr-black .prices__price {
    font-size: 25px;
    line-height: 29px;
/* identical to box height */
    display: flex;
    align-items: center;
    color: #00569B;
}
.sort-links {
    text-align: left;
}
.centerBlock .grid__item:last-child {
    padding: 0;
}
.bx-breadcrumb-item a {
    color: #000;
}
.bx-breadcrumb-item:not([itemprop="child"]) span {
    color: #666B65;
}

input#del_filter {
    font-weight: normal;
    background: none;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #424242;
}
div.filter__buttons {
    width: 100%;
}
input#set_filter {
    height: 49px;
}

.bx-breadcrumb-item:first-child span {
    color: #000;
}

/*pagin*/
.pagination .pagination__link--next, .pagination .pagination__link--prev{height: 40px;background: none;background-image: none !important;color: #828282;display: flex;width: auto;text-decoration: none;align-items: center;}



.pagination .pagination__link--prev:before {content: "";display: inline-block;border: 1px solid #828282;transform: rotate(45deg);padding: 3px;border-right-color: transparent;border-top-color: transparent;position: relative;top: 0px;}


.pagination .pagination__link--prev:after {
    content: "Назад";
    font-size: 14px;
    line-height: 16px;
    font-weight: 100;
    display: flex;
    margin-left: 8px;
    align-items: center;
    color: #828282;
    font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
}



.pagination__link.pagination__link--next:before {

content: "Вперед";

font-size: 14px;

line-height: 16px;

font-weight: 100;

display: flex;

margin-right: 8px;

align-items: center;

color: #828282;

font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
}
.pagination .pagination__link--next:after {content: "";display: inline-block;border: 1px solid #828282;transform: rotate(45deg);padding: 3px;border-left-color: transparent;border-bottom-color: transparent;position: relative;top: 1px;}

.pagination .pagination__link--cur {
    background: #F15A25!important;
    color: #F2F2F2 !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
  
    align-items: center;
    text-align: center;
   
}

.pagination__link {
    width: 36px;
    height: 40px;
    margin-right: 1px;
}

a.pagination__link {
    background: #F2F2F2;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    text-align: center;
    

/* Gray 2 */
    color: #4F4F4F;
    text-decoration: none;
}

.pagination .pagination__link {
    border-radius: unset;
}

.pagination .pagination__link:nth-child(2) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination .pagination__link:nth-last-child(2) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

span.pagination__dots {
    background: #f2f2f2;
    height: 40px;
    width: 36px;
    margin-right: 1px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;

/* Gray 2 */
    color: #4F4F4F;
    justify-content: center;
}

.pagination__link:hover {
    background-color: #f15a25;
}
/*pagin end*/


.price-block__buy-block {
    width: 100%;
}

input#ORDER_PROP_51 {
    width: 760px;
    max-width:100%;
}

.order [type="text"] {
    width: 360px;
    max-width:100%;
	    margin-bottom: 8px;
}
.order__text_notifications {
    margin-top: 0;
}

.order__input-row.order__input-row_submit {
    margin-top: 0;
}

#order_form_div label.styledbox__label {
    margin-bottom: 12px;
}

.search .personal-form__item button.search-btn{
	display:none;
	background: #F15A25;
	border-radius: 5px;
	color: #fff;
    text-align: center;
    width: 165px;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: 1;
	justify-content:center;
	align-items:center;
    height: 49px;
    position: absolute;
    right: 130px;
    top: 20px;
	border: none;
}
.search .personal-form__item button.search-btn:hover{
	background: #FF571D;
	cursor:pointer;
}
.personal-form__item .close-search-form{
	background: url(/local/templates/ctpl/img/close.png) no-repeat 0 0 transparent;
	background-color: #F4F4F4;
    border-radius: 50px;
    width: 48px;
    background-size: 50%;
    background-position: center;
    height: 48px;
	position: absolute;
    right: 20px;
    top: 21px;
	display:none;
}
.personal-form__item.personal-form_open .close-search-form{
	display:flex;
}
.search .personal-form__item.personal-form_open button.search-btn{
	display:flex;
}
.main .head .option .search .personal-form__item.personal-form_open {
    position: fixed;
    top: 115px;
    left: 10%;
    color: #000;
    background-color: #fff;
    width: 80%;
    height: 90px;
    z-index: 100;
    border: 1px solid #ddd;
}
.main .fixhead .head .option .search .personal-form__item.personal-form_open{
    top: 85px;
}


.main .head .option .search .personal-form__item.personal-form_open .personal-form__input_open {
    width: 100%;
	height: 90px;
	color:#000;
	background-color:#fff;
			    position: static;
				
}
.filter__popup{ background: #FFFFFF;left: 50%!important;
    margin-left: -399px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
border-radius: 5px;font-size: 14px;
line-height: 16px;
color: #7C7C7C;
padding: 24px 10px; border-color:#fff;
width: 253px;
    height: 66px;}
.filter__popup span{font-weight: bold;
color: #000000;}
.filter__popup span.filter__popup--link{background: #F15A25;
border-radius: 5px;color:#fff;padding:14px 22px;
align-items: center;
text-align: center;
text-transform: uppercase;}
.filter__popup:after {
    content: ''; 
    position: absolute; 
    left: -20px;
    bottom: 21px;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
   }

div.cart-item__info-block {
    margin-left: 42px;
    margin-right: 0px;
}
div.popup__content {
    padding: 46px 30px 30px;
}
.left-sitebar {
    padding-left: 14px;
}
span.prices__price-measure.not-mobile {
    margin-left: 10px;
    display: inline!important;
}
.slick-list .product:hover .product__buy-block{width:233px;}
.slick-list .catalog-list__container {
    margin-bottom: 60px;
}

.not-desktop.filter__btn{
    border: 2px solid #F15A25;
    border-radius: 2px;
    position: relative;
}
.grid__item.grid__item--20p-1col.grid__item--last-at-desktop{
    padding-right: 5px;
}
.not-desktop.filter__btn:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: 110px;
}
.cat-view-icons{
    float: right;
}
.cat-view-icons div:hover{
    opacity: 0.8;
    cursor: pointer;
}
.cat-view-icons .cat-view-list {
    background: url(/local/templates/ctpl/img/list.png) no-repeat;
    width: 100px;
    height: 24px;
    background-size: 35px;
    float: left;
    margin: 0 8px 0 0;
    padding-left: 45px;
    line-height: 22px;
}
.cat-view-icons .cat-view-grid{
    background: url(/local/templates/ctpl/img/grid.png) no-repeat;
    width: 100px;
    height: 24px;
    background-size: 22px;
    float: left;
    margin: 0;
    padding-left: 30px;
    line-height: 22px;
}
.menuBlock .new-menu>ul>li:not(.h-catalog):hover>ul{
    min-width: 225px;
}
.catalog-view-list .catalog-list__container,.catalog-view-list .product:not(.product--empty){
    width: 100%;
    height: auto;
}

.catalog-view-list .product__img-block {
    height: auto;
    width: 25%;
    display: block;
    float: left;
}
.catalog-view-list .product__title {
    height: auto;
    display: block;
    width: 50%;
    float: left;
}
.catalog-view-list .product__buy-block {
    padding: 0;
    display: block;
    float: left;
    margin-right: 0;
    height: auto;
    width: 25%;
}
.catalog-view-list .product__block_with_quantity {
    flex-direction: column;
}
.catalog-view-list .product__name {
    height: auto;
}
.catalog-list.js-catalog-list.catalog-view-list .product .button.product__buy.zkvocl{
    display: block;
    padding: 0 10px;
    height: 0;
    line-height: 32px;
    opacity: 0;
}
.catalog-list.js-catalog-list.catalog-view-list .product:hover .button.product__buy.zkvocl{
    height: 36px;
    opacity: 1;
}
.catalog-view-list .product__labels{
    height: auto;
}


@media (min-width:48em){
	
.main-wrap {
    width: 698px;
}
.title-adv{
    font-size: 18px;
}
}
@media (min-width:79.375em){
.main-wrap {
    width: 1270px;
}
.mainSlider {
    margin-bottom: 140px;
}
.title-adv{
    font-size: 22px;
}
div.grid__item--last-at-desktop {
    -ms-flex-order: 110;
    order: 10;
}
.partnerSlider {
    margin-top: 40px;
    margin-bottom: 90px;
}
.grid__item--23p-1col {
    width: 23.5%;
}
.grid__item--76p-1col {
    width: 76%;
}
}
@media (max-width: 47.999em) and (min-width: 0em){
.main-wrap  {
    width: 320px;
}
.footer .main-wrap{
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.item-advent{
	flex: 0 100%;
}
}
@media (max-width:1270px) and (min-width: 48em){

    .time-wrap {
        display: none;
    }

    .contact-wrap {
        display: none;
    }

    .main {
        width: 768px;
    }
    a.backCall.orange-btn-bord.btn-fb {
		display:none;
    }
	.fix-btn-fb{
		display:flex;				
	}

    .h-logo img {
        max-width: 295px;
    }
    .main .forfixed {
        height: auto;
    }
	
	li.h-catalog {
		display: flex;
		justify-content: center;
		align-items: center;
	    width: 100%;
	}
	.menuBlock .new-menu>ul>li:not(.h-catalog) {
		display: none;
	}
	.menuBlock {
		background: #f15a25;
	}
	.button_burger {
		display: flex;
	}
	.h-catalog:hover .catalog-child {
		top: 50px;
	}
	.h-catalog:hover:after {
    
		height: 200vh;
	}

    .grid__item--23p-1col.hidden-mob{
		display:none;
	}
}
@media (max-width:960px){
	.bg .menuBlock.block_visable{
		position: static;
	}
    .catalog-list.js-catalog-list.catalog-view-list .product .button.product__buy.zkvocl{
        height: 36px;
        opacity: 1;
    }
}


@media (max-width:767px){
    .catalog-view-list .product__img-block {
        width: 40%;
    }
    .catalog-view-list .product__title {
        width: 60%;
    }
    .catalog-view-list .product__buy-block{
        width: 100%;
    }



	.product:not(.product--empty) {
	width:100%;
   height: 420px;
    display: block;
    flex-direction: column;
	}
	.slick-list .product:hover .product__buy-block {
    width: 313px;
}
	.catalog-list.js-catalog-list .product .button.product__buy.zkvocl {
		display: none;
	}

	div.product__block_with_quantity {
		margin-top: auto;
	}

	.product__buy-block {
		width: 100%;
	}
	.search .personal-form__item button.search-btn {
		right: 50px;
		top: 75px;
	   
	}
	.main .siteMenu {
		border: none;
	}
	.main .siteMenu .listMenu ul li:last-child {
		border: none;
	}
	.product__buy-block, .product__title {
		height: unset;
		overflow: hidden;
	}
		
	.menuBlock .new-menu>ul>li:not(.h-catalog) {
		display: none;
	}
	.product .product__name {

		height: 95px;
	}
	.hidden-mob{display:none;}
	.h-logo {
		width: 100%;
		text-align: center;
	}

	.time-wrap {
		display: none;
	}

	.contact-wrap {
		display: none;
	}
	a.backCall.orange-btn-bord.btn-fb {
	 display:none;
    }
	.fix-btn-fb{
		display:flex;				
	}
	
	.forfixed.fixhead .fix-btn-fb {
    background: url(./img/phone-icon.svg);
    width: 50px;
    height: 49px;
    background-color: #F4F4F4;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    margin-right: 9px;
    border-radius: 50px;
}
	
    .main .head .option {
        display: flex;
    }

    .main .header-wrap.head {
        flex-direction: row;
        justify-content: center;
        align-items: center;
		width: 100%;
    }
	.new-menu>ul {
		flex-direction: column;
	}
    .h-logo img {
        margin-bottom: 26px;
        width: 220px;
    }
	.main .forfixed {
		height: auto;
	}
	.button_burger{
		display: flex;

	}
	
	.h-catalog:hover ul.catalog-child {
		padding: 15px 10px;
		column-count: 1;
	}

	.catalog-child a {
		font-size: 14px;
        line-height: normal;
        display: block;
        text-align: left;
	}

	.catalog-child li {
		border-bottom: 1px solid #eee;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	.menuBlock {
		background: #f15a25;
	}

	.menuBlock .new-menu>ul>li.h-catalog {
		background: #F15A25;
		padding: 0;
		text-align: center;
	}
	.h-catalog:hover:after {
    
		height: 250vh;
	}
	.main div.catalogOnMain .item a {
    flex-flow: row;
	height: auto; 
	width: 252px;
}
	.main .catalogOnMain div.item {
    	height: auto; 
    width: 100%;
}
	.main div.catalogOnMain .item a .picture_wrapper {
    width: 40px;
    height: 32px;
     margin:0; 

}	.main div.catalogOnMain .item a .label {
    margin: 0;
	padding-left: 0px;
    padding-right: 0px;
}

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
 .main .head .option{
	 
	 
	top:0px !important;
 }
 .product__block_with_quantity a.button.product__buy.js-product-buy{
	 
	 flex:0 0 38%;
 }
}
.openerMul {

}
.main .siteMenu .listMenu ul.sub-menu-mobile {
    display: none;
    margin-left: auto; 
    margin-right: auto;
    max-width: 320px;
}
.sub-menu-mobile li {
    border: none!important;
}
.main .siteMenu .listMenu .active ul.sub-menu-mobile {
    display: block;
}

.openUl {
    transition: ease all .3s;
    position: relative;
    margin-left: 15px;
    width: 18px;
    top:-1px;
    height: 18px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/bitrix/templates/phystech/images/arrow-menu.png);
    background-size: contain;
    display: inline-block;
}

.openUl::before {
    transform: rotate(45deg);
    top: 7px;
}
.openUl::before, .openUl::after {
    content: " ";
    left: 5px;
    position: absolute;
    width: 7px;
    background-color: #6d6e70;
    height: 1px;
}

.openUl::after {
    transform: rotate(-45deg);
    top: 12px;
}
.openUl::before, .openUl::after {
    content: " ";
    left: 5px;
    position: absolute;
    width: 7px;
    background-color: #6d6e70;
    height: 1px;
}
.openerMul {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.active .openUl {
    transform: rotate(90deg);
}

.qual p{
    margin: 30px 0;
}

.qual a{
    text-decoration: unset;
    color: black;
}

.qual a:hover{
    text-decoration: underline;
}

.q_title{
    font-weight: bold;
    margin-bottom: 20px;
}

.quality_slide .slick-next.slick-arrow{
    color: #F15A25;
    top: 105%;
    left: 50%;
}

.quality_slide .slick-prev.slick-arrow{
    color: black;
    top: 105%;
    left: 45%;
}


.quality_slide .slick-prev:before, .quality_slide .slick-next:before {
    color: unset;
    opacity: unset;
}

.partnerSlider .partnersBlocksOnMain .el .img{
    background: transparent;
}
.b_f_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.b_f_wrap.b_f_wrap_s_5 {
    justify-content: flex-start;
}
.b_f_wrap a {
    width: 150px;
    text-align: center;
    text-decoration: none;
}
.b_f_wrap img {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    padding: 5px 15px;
}
.b_f_wrap.b_f_wrap_df_img img {
    width: auto;
    height: 50px;
    max-width: 100%;
}
.b_f_wrap.b_f_wrap_df_img a {
    margin-bottom: 10px;
}
.b_f_wrap a:hover img{
    border: 1px solid  #FF5A1A;
}
.b_f_wrap a span{
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    margin: 5px 0;
}
.b_f_wrap a:hover span{
    color: #FF5A1A;   
}

.b_f_show,.b_f_hide{
    display: none;
    margin-bottom: 30px;
    text-align: center;
        color: #00569b;
        font-weight: 700;
        text-decoration: underline;
        background: #F15A25;
    max-width: 190px;
    padding: 5px;
    margin: 0 auto 40px;
    color: #fff;
}
.b_f_wrap_ov_6 .show_more_desctop{
    display: none;
}
.b_f_wrap_ov_6 .show_more_desctop:hover{
    cursor: pointer;
    text-decoration: none;
}
.product-description__tab {
    width: auto;
    font-size: 16px;
    padding: 0px 5px;
    margin-right: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    display: table-cell;
}

.product-description__tab.product-description__tab--current{
    background: #F8F8F8;
}

.product-description__tab:first-child{
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #C4C4C4;
}
.product-description__tab:last-child{
    border-radius: 0 3px 3px 0;
}
.programma-loyalnosty p{
    margin-bottom: 15px;
    line-height: 24px;
}
.pl_title{
    font-weight: bold;
}
.pl-icon-1{
    background: url(/img/1706/1.jpg) no-repeat 0 center;
    padding: 0 0 0 50px;
}
.pl-icon-2{
    background: url(/img/1706/2.jpg) no-repeat 0 center;
    padding: 0 0 0 50px;
}
.pl-icon-3{
    background: url(/img/1706/3.jpg) no-repeat 0 center;
    padding: 8px 0 8px 50px;
}
.pl-icon-4{
    text-align: right;
}
.pl-orange{
    color: #F75A1A;
    font-weight: bold;
}
.pl-star{
    padding: 0 0 0 50px;
}

.rev_popur_wrap {
    display: block;
    position: fixed;
    width: 600px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 1px 1px #ddd;
    top: 150px;
    left: 50%;
    margin-left: -300px;
    z-index: 211;
    padding: 20px 30px 60px 30px;
    border-radius: 5px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.rev_p_title{
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin: 10px 0 20px;
}
.c_b_wrap img.rev_p_img {
    position: relative;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    display: block;
}
.rev_p_overlay{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 210;
}
.rev_p_c_b_name{
      text-align: center;
    font-size: 18px;
    margin: 20px 0 5px;
}
.rev_p_c_b_d{
    text-align: center;
    color: #F15A25;
    font-size: 14px;
    margin-bottom: 20px;
}
.rev_p_s_item_text{
    font-size: 14px;
    color: #000;
}
.rev_p_s_item_name{
      font-size: 16px;
    text-align: right;
    margin-top: 20px;
}
.rev_p_slider .slick-prev, .rev_p_slider .slick-next{
    top: 115%;
}
.rev_p_slider .slick-prev:before, .rev_p_slider .slick-next:before{
    display: none;
}
.rev_p_slider .slick-next {
    right: 45%;
    background: url(/img/ar_g-1.png) no-repeat center;
}
.rev_p_slider .slick-next:hover {
    background: url(/img/ar_o.png) no-repeat center;
}
.rev_p_slider .slick-prev {
    left: 45%;
    background: url(/img/ar_g.png) no-repeat center;
}
.rev_p_slider .slick-prev:hover {
    background: url(/img/ar_o-1.png) no-repeat center;
}
.rev_p_close{
    color: #666;
    text-align: right;
}
.rev_p_close:hover{
    cursor: pointer;
    color: #000;
}
.c_b_show_r:hover{
    cursor: pointer;
}
.no-rev{
    text-align: center;
}
.product-description__content .name{
    font-size: 13px;
    line-height: 21px;
    color: #3f3f3f;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 20px 0px 0;
}
.product-description__content .text {
    font-size: 13px;
    line-height: 20px;
    color: #3f3f3f;
    padding: 0 0 20px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.p-policy{
    font-size: 14px;
}
#dsotziv_c-form .p-policy{
    margin-bottom: 15px;
}
.obrabotkap {
  vertical-align: middle;
}
.ds-form form#bottomform-form input[type="submit"].policy-improper,
#dsoneclick-form input[type="submit"].policy-improper,
#dsotziv_c-form input[type="submit"].policy-improper,
#dsotzivstars-form input[type="submit"].policy-improper,
.policy-improper {
  opacity: 0.2;
}
.backCallBlock .messBlock{
    margin-bottom: 30px;
}
.inst_footer{
    background: url(/local/templates/ctpl/img/instagram.png) no-repeat 0 8px;
    padding-bottom: 5px;
    background-size: 20px;
    padding-left: 27px
}
.prevnext{
    font-size: 16px;
    line-height: 18px;
}
.prevnext .nexn{
    float: right;
}
.product-description__content .article_block{
    margin: 0;
}
.product-description__content .article_block:hover{
    opacity: 0.8;
}
.product-description__content .articles_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 50px;
    justify-content: space-between;
}
.product-description__content .article_block .article_img {
    width: 100%;
    height: 220px;
    border: 1px solid #F15A25;
    padding: 20px;
}
.product-description__content .article_block .article_title {
    font-weight: bold;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    line-height: 1.1em;
}
.prod_brand_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 255px;
    margin-bottom: 0;
    margin-top: 20px;
    align-items: center;
}
.prod_brand_img{
    width: 40%;
}
.prod_brand_links {
    width: 55%;
    line-height: 18px;
}
.prod_brand_img img{
    max-width: 100%;
}
.prod_brand_links a {
    color: #999;
    font-size: 13px;
    position: relative;
    display: inline;
    line-height: 16px;
}
.prod_brand_links a:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: -12px;
    top: 5px;
    background: url(/img/g.png) no-repeat;
}
.product-page__info .product-description__head{
    display: table;
    width: 100%;
}
.c_b_show_r{
    display: block;
    text-align: center;
}
.c_b_show_r:hover{
    text-decoration: underline;
}
.cart-wrap_success .opros_cart_btn {
    background: #F15A25;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 261px;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: 1;
    height: 49px;
    line-height: 49px;
    margin-top: 20px;
    text-decoration: none;
}
.cart-wrap_success .opros_cart_btn:hover {
    background: #FF571D;
    cursor: pointer;
    text-decoration: none;
}


@media screen and (min-width:767px){

    .b_f_wrap_ov_6 .show_more_desctop{
        display: block;
        height: 80px;
        padding-top: 15px;
        font-size: 15px;
        color: #00569b;
        text-decoration: underline;
    }
    .b_f_wrap_ov_6 a:nth-child(n+7){
        display: none;
    }
    
}


@media screen and (max-width:1530px){
    div.footer.footer6352133 div.menu-in-footer div.links.links2{
        padding-left: 0;
        display: block;
        padding-top: 0;
    }    
}
@media screen and (max-width:1270px){

    .product-page__info .product-description__head{
        display: block;
    }
    .product-page__info .product-description__tab {
        width: 100%;
        margin-bottom: 5px;
        border: 1px solid #C4C4C4;
        display: block;
    }
    .product-description__content img{
        max-width: 100%;
        height: auto;
    }
    .product-description__content .article_block {
        margin-bottom: 30px;
        width: 100%;
    }
    .product-description{
        padding: 20px;
    }
}

@media screen and (max-width:767px){
    .bc_catalog_wrap{
        margin-bottom: 20px;
    }
    .rev_popur_wrap {
       width: 100%;
    left: 0;
    margin-left: 0;
    }
    .b_f_wrap {
        justify-content: space-around;
    }
    .b_f_wrap a:nth-child(n+3){
        display: none;
    }
    .b_f_show{
        display: block;
    }
    .bx-breadcrumb{
            display: block;
        }
        .bc_wrap{
            max-width: 100%;
            overflow-x: scroll;
        }
        .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2){
            display: none!important;
        }
        .bx-breadcrumb-item{
            margin-left: 15px;
            margin-right: 0px;
        }
}

    .articles_wrapper{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .article_block{
        width: 30%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 20px 20px;
    }
    .article_link{

    }
    .article_img{
        position: relative;
        width: 380px;
        height: 220px;
        display: flex;
    }
    .article_img img{
        display: block;
        margin: 0 auto;
        max-width: 100%;
        object-fit: contain;
    }
    .article_date{
        position: absolute;
    }
    .article_title{
        font-weight: bold;
        margin: 10px 0;
    }
    .article_title a{
        text-decoration: none;
        color: black;
    }
    .article_title a:hover{
        text-decoration: underline;
    }
    .article_preview_text{

    }
    .article_date{
        position: absolute;
        background: #F15A25;
        color: white;
        padding: 10px;
        top: 15px;
    }
    .more_link{
        position: absolute;
        bottom: 10px;
        right: 15px;
        color: white;
        text-decoration: underline;
        display: none;
    }

    @media screen and (max-width: 1270px){
        .articles_wrapper{
            justify-content: space-between;
        }
    }

    @media screen and (max-width: 767px){
        .article_block{
            width: 100%;
            margin-top: 10px;
        }
        .article_img{
            width: unset;
            height: 190px;
        }
    }
@media screen and (max-width: 767px) {
    .search .personal-form__item.personal-form_open button.search-btn {
        display: block;
        position: static;
        margin-left: 30px;
        margin-bottom: 10px;
    }
    .main .head .option .search .personal-form__item.personal-form_open {
        height: auto;
    }
    div.backCallBlock{
        max-width: 320px;
        margin-left: -160px;
    }
}

.social {
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 9px;
}

.social img {
    width: 100%;
    height: 100%;
}

.social-btn {
    margin-top: 10px;
    margin-bottom: 0;
    border-color: #159D0B;
    color: #fff;
    background: #159d0b;
    border: 1px solid #fff;
}

.social-btn:hover {
    border-color: #159D0B;
}

@media only screen and (min-width: 1024px) {
    .social-btn {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.footer-icon-wh {
    display: block;
    width: 30px;
    margin-left: 10px;
}

.insta_link{
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 1024px){
    .insta_link{
        text-align: center;
    }
}

.product-page__images{
    position: relative;
}
.hit_label {
    position: absolute;
    background: #f15a25;
    color: white;
    width: 40px;
    text-align: center;
    right: 0;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    padding: 0;
}
.price-block__analog{
    background: transparent;
    border: 2px solid #f15a25;
    color: #f15a25;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    box-sizing: content-box;
    text-transform: uppercase;
    font-size: 14px;
    height: 36px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 25px;
    max-width: 214px;
    width: 100%;
    box-sizing: border-box;
}
.price-block__buy-block .price-block__analog{
    max-width: 199px;
}
.catalog-list .price-block__analog{
    max-width: 100%;
}
@media (max-width: 1200px){
    .head .btn-fb{
        display: none;
    }
}
@media (max-width: 640px){
    .price-block__analog{
        max-width: 100%; /*214px;*/
    }
}