.flex-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
header .flex-wrap{
    justify-content: space-between;
    align-items: center;
}
.pos-relative{
    position: relative;
}
.content-wrap{
    max-width:100%;
    overflow: hidden;
    padding-bottom: 65px;
}
.bold-text{
    font-weight: 700;
}

.ubtn{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 17px;
    line-height: 35px;
    text-decoration: none;
    /* width: 200px; */
    width: 100%;
    height: 45px;
    cursor: pointer;
    transition: all 0.5s;
}
.viewblock .ubtn {
	margin-top: 192px;
	margin-bottom: 12px;
	margin-top: auto;
}
.ubtn.ubtn-black-border{
    border: 2px solid #4B535E;
    color: #4B535E;
}
.ubtn.ubtn-black-border:hover{
    background:  #4B535E;
    color: #fff;
}
.item-catalog-main{
    width: 17.6%;
    margin: 0 1.5%;
}
.item-catalog-main:nth-child(5n+1){
    margin-left: 0;
}
.item-catalog-main:nth-child(5n+5){
    margin-right: 0;
}
.item-catalog-main .thumbnail {
    margin-bottom: 10px;
    height: unset;
    position: relative;
}
.item-catalog-main .thumbnail .caption{
    text-align: center;
    padding: 15px 0px;
}
.item-catalog-main .thumbnail .caption a{
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-decoration: none;
    color: #1695A3;
}
.item-catalog-main .thumbnail:hover .caption a{
    color: #4B535E;
}
.item-catalog-main .product-img {
    border-radius: 10px;
    height: 200px;
    display: flex;
    align-items: center;
    position: static;
}
.item-catalog-main .thumbnail .product-img img {
    height: auto;
    border-radius: 10px;
}
.item-catalog-main .thumbnail:hover .producters {
    display: block;
    top:100%;
    padding: 20px;
    background: #1695A3;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    z-index: 1000;
}
.item-catalog-main .thumbnail .producters ul li a{
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    text-transform: none;
}
.item-catalog-main .thumbnail .producters ul li a:hover{
    text-decoration: underline;
}
.main-slide-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.main-slide-block #mainCarousel{
    margin-bottom: 0;
}
.main-slide-block .left-wrap{
    width: 74%;
    margin-right: 1%;
}
.main-slide-block .right-wrap{
    width:25%;
}
.main-slide-block .mini-slide-wrap {
    height: calc(50% - 5px);
    padding: 24px 18px;
	position:relative;
}
.main-slide-block .mini-slide-wrap a{
	text-decoration:none;
}
.main-slide-block .mini-slide-wrap:first-child {
    margin-bottom: 10px;
    border: 2px solid #EB7F00;
}
.main-slide-block .mini-slide-wrap:first-child:before {
    content:"";
	display:inline-block;
	position:absolute;
	bottom:15px;
	right:15px;
	width:10px;
	height:20px;
	background:url(./img/arrow-right-white.svg) no-repeat center;
}
.main-slide-block .mini-slide-wrap:first-child .title-mini-slide{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #4B535E;
    margin-bottom: 8px;
}
.main-slide-block .mini-slide-wrap:first-child .subtitle-mini-slide{
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #4B535E;
}
.main-slide-block .mini-slide-wrap:last-child {
    background: #1695A3;
}
.main-slide-block .mini-slide-wrap:last-child:before {
    content:"";
	display:inline-block;
	color:#EB7F00;
	position:absolute;
	bottom:15px;
	right:15px;
	width:10px;
	height:20px;
	background:url(./img/arrow-right-orange.svg) no-repeat center;	
}
.main-slide-block .mini-slide-wrap:last-child .title-mini-slide{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.top-head-line{
    background: #CDD1D8;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4B535E;
    padding: 10px;
}
.top-head-line .close-head-mess{
    color: #03335A;
    text-decoration-line: underline;
    display: inline-block;
    margin-left: 14px;
    cursor: pointer;
}
.middle-head-wrap{
    background: #1C7E88;
}

.middle-head-wrap.fixed{
    width: 100%;
    position: fixed;
    top:0;
    z-index: 1001;
}

.menuItem:before{
    display: inline-block;
    margin-right: 4px;
    content:'';
    width: 13px;
    height: 13px;
    background: url(./img/menuSpriteblack.png);
}
.menuItem.menuItem-sale:before{
    background-position: -111px -4px;
}
.menuItem.menuItem-deliv:before{
    background-position: -42px -2px;
    width: 17px;
    height: 14px;
    margin-bottom: -1px;
}
.menuItem.menuItem-soft:before{
    background-position: -26px 0px;
    width: 16px;
    height: 15px;
    margin-bottom: -2px;
}
.menuItem.menuItem-blog:before{
    background-position: -95px -3px;
    height: 14px;
    margin-bottom: -1px;
}
.menuItem.menuItem-forum:before{
    background-position: -72px -3px;
    width: 12px;
    height: 13px;
    margin-bottom: -1px;
}
.menuItem.menuItem-vacancies:before{
    background-position: -59px -2px;
}
.menuItem.menuItem-contacts:before{
    background-position: -84px -3px;
    width: 11px;
    height: 13px;
}

.contact-head-line .left-wrap {
    color: #4B535E;
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    line-height: 24px;
    padding: 14px 0;
    align-items: center;
}
.contact-head-line .left-wrap a{
    color: #4B535E;
}
.contact-head-line  .left-wrap .fb-link-h{
    text-decoration: underline;
    display: inline-block;
    margin-right: 30px;
    cursor:pointer;
}
.contact-head-line  .left-wrap .fb-link-h:hover{
    text-decoration: none;
}
.contact-head-line .left-wrap .time-work-h{
    margin-right: 30px; 
}
.contact-head-line .right-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.auth-link-h a{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #03335A;
}
.auth-link-h ul.menu-h {
    display: flex;
    margin-bottom: 0;
    list-style-type: none;
    margin-right: 20px;
    padding-left: 0;
}
.auth-link-h ul.menu-h li{
    padding: 0px 10px;
}
.auth-link-h ul.menu-h li:not(:last-child){
    border-right: 2px solid #03335A;
}
.translit-block-h .goog-te-gadget-simple{
    background-color: #fff!important;
    border-color: transparent!important;
}
.translit-block-h .goog-te-menu-value > span{
    color: #1C7E88;
    border-bottom:1px dashed #1695A3;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
}
.translit-block-h .goog-te-gadget-icon{
    display: none;
}
.contact-head-line .phone-item{
    margin-right: 30px;
}
.contact-head-line .phone-item a{
    font-weight: 700;
}
.contact-head-line .phone-wrap-dropdown{
    margin-right: 30px;
    position: relative;
    width: 165px;
    padding-right: 10px;
    overflow: hidden;
    height:22px;
    background: url(./img/arrow-bottom-blue.svg) no-repeat right center;
}
.contact-head-line .phone-wrap-dropdown:hover{
    overflow: visible;
}
.phone-wrap-dropdown:hover .abs-wrap{
    position: absolute;
    top: 0;
    height: 55px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    padding: 0 2px;
}
.phone-wrap-dropdown:hover .abs-wrap .phone-item:first-child{
    margin-bottom: 5px;
}
.catalog-head-wrap .catalog-menu-h{
    display: none;
    width: 100%;
    column-count: 3;
    column-gap: 70px;
    padding: 60px 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(93, 128, 147, 0.25);
    border-radius: 10px;
    z-index: 200;
    position: absolute;
    top: 85%;
    left:0;
}
.catalog-head-wrap .catalog-menu-h ul{
    padding: 0;
}
.catalog-head-wrap:hover .catalog-menu-h{
    display: block;
}
.catalog-head-wrap {
    padding: 30px 0px;
}
.catalog-head-wrap .catalog-btn-h{
    display: flex;
    background: #EB7F00;
    border-radius: 30px;
    width:160px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #FFFFFF;      
    cursor: pointer;
    text-transform: uppercase;
}
.catalog-head-wrap:hover .catalog-btn-h,.catalog-btn-h:hover{
    background: #EB7F00;
}
.catalog-menu-h li a{
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #4B535E;
    text-decoration: none;
}
.catalog-menu-h li a:hover{
    color: #1695A3;
}
.catalog-menu-h li {
    margin-bottom:25px;
}
.menu-head-line{
    background: #EBEBEB;
    padding: 15px 0;
}
.menu-head-line .menu-wrap-h {
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.menu-wrap-h a{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #03335A;
    text-transform: uppercase;
}
.menu-wrap-h a:hover{
    color: #1695A3;
    text-decoration: none;
}
.search-form-h{
    width: 30%;
}
.search-form-h form.search{
    position: relative;
}
.search-form-h form.search input{
    background: #33A1AD;
    border-radius: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    padding: 8px 40px 8px 24px;
    border: none;
    outline: none;
    width: 100%;
}
.search-form-h form.search input::placeholder{
    color: #66CAD5;
}
.search-form-h form.search button[type="submit"]{
    position: absolute;
    right: 14px;
    top: 12px;
    width: 24px;
    height: 24px;
    border: none;
    box-shadow: none;
    background: url(./img/search-grey-icon.svg) no-repeat center;
}
.middle-head-wrap .prichini-h {
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    margin: 0 20px;
    text-align: right;
    padding-top: 5px;
}
.middle-head-wrap .logo img{
    width: 220px;
}
.middle-head-wrap .prichini-h span{
	font-weight: 700;
	font-size: 25px;
	line-height: 18px;
	color: #EB7F00;
	text-decoration:none;
}
.middle-head-wrap .cart_block {
    background: transparent;
    border-color: transparent;
    padding: 0px;
}
.cart-wrap-h{
    padding: 0 0 0 50px;
    background: url(./img/cart-white-icon.svg) no-repeat left center;
    display: flex;
    flex-direction: column;
	height:40px;
	justify-content: center;
}
.cart-wrap-h #shpcrtgc {
    margin-left: 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
}
.cart-wrap-h .cart-link-h{
    height: 20px;
    display: none;
}
.cart-wrap-h .cart-link-h.show-link{
    display: block;
}
.cart-link-h a{
    font-size: 15px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #FFFFFF;
}
.cart-link-h a:hover{
    text-decoration-line: none;
}

.product_addToCart .prdbrief_add2cart button[name="add2cart"],.prdbrief_meta .prdbrief_add2cart button[type="submit"],.productItem.custom-item-wrap .category_btn_bye {
	background: transparent;
    border: 2px solid #1695A3;
    border-radius: 5px;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    width: 161px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.product_addToCart .prdbrief_add2cart button[name="add2cart"] span,.prdbrief_meta .prdbrief_add2cart button[type="submit"] span{
	display: block;
}
.product_addToCart .prdbrief_add2cart button[name="add2cart"] span:before,.prdbrief_meta .prdbrief_add2cart button[type="submit"] span:before,.productItem.custom-item-wrap .prdbrief_add2cart .category_btn_bye:before{
	content:"";
	background: #1695A3;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.product_addToCart .prdbrief_add2cart button[name="add2cart"]:after,.prdbrief_meta .prdbrief_add2cart button[type="submit"]:after,.productItem.custom-item-wrap .prdbrief_add2cart .category_btn_bye:after{
	content:"";
	background: #1C7E88;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.7s;
}
.product_addToCart .prdbrief_add2cart button[name="add2cart"]:hover:after,.prdbrief_meta .prdbrief_add2cart button[type="submit"]:hover:after,.productItem.custom-item-wrap .prdbrief_add2cart .category_btn_bye:hover:after{
    left: 0;
}

.prdbrief_meta .prdbrief_add2cart{
    /* margin-top: 0; */
}

.product_addToCart .prdbrief_add2cart button[name="add2cart"]:before,.prdbrief_meta .prdbrief_add2cart button[type="submit"]:before,.productItem.custom-item-wrap .category_btn_bye:before{
	display:none;
}
.product_adventage_block{
	padding: 20px 40px;
    background: #F9F9F9;
    margin: 0 0 30px 0;
	column-count: 2;
}
.product_adventage_block .adv_item .adv_text{
    display:inline-block;
    text-align: left;
}
.product_adventage_block .adv_item:before{
	content:"";
	display:inline-block;
	margin-right:10px;
	width:18px;
	height:14px;
	background:url(./img/ok-icon.svg) no-repeat center;
}
.product_strock_block .b_title{
    color: #000000;
}
.cpt_product_name h1 {
    margin-top: 0;
    font-size: 36px;
    line-height: 38px;
    color: #4B535E;
}
.prdbrief_meta .price_label {
    border-bottom: none;
    color: #4B535E;
}
.product_info_images {
    padding-top: 25px;
    padding-right: 5px;
}
.prdbrief_meta .prdbrief_price{
    background: none;
    padding: 0px;
    display: flex;
}
.prdbrief_meta .prdbrief_price strong{
    font-size: 19px;
    line-height: 35px;
    color: #4B535E;
}
.viewtable .prdbrief_price strong{
    font-size: 15px;
    line-height: 35px;
    color: #4B535E;
}
.prdbrief_meta .prdbrief_price strong b {
    font-size: 17px;
    line-height: 35px;
}
.prdbrief_meta .prdbrief_price .convertable {
    font-size: 24px;
    line-height: 35px;
    color: #EB7F00;
    vertical-align: unset;
}
.prdbrief_meta .prdbrief_price .convertable b {
    font-size: 17px;
    line-height: 35px;
    color: #EB7F00;
    vertical-align: unset;
}
.prdbrief_meta .prdbrief_price .asymp {
    font-size: 24px;
    line-height: 35px;
    color: #EB7F00;
    margin-left: 15px;
    vertical-align: top;
}
.viewtable .prdbrief_price .asymp {
    color: #EB7F00;
}
.product_info_description .product_strock_block {
    border-bottom: none;
    padding: 10px 0 10px 0;
}
.product_info_description .justify_product_block .inside_block {
    display: block;
}
.one-click-bay-wrap{
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    margin-left: 20px;
}
.one-click-bay,.quickorder-button.one-click-bay{
    border: 2px solid #1695A3;
    border-radius: 5px;
    width: 160px;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 17px;
    line-height: 35px;
    color: #1695A3;
    cursor: pointer;
    background:transparent;
    padding: 0;
    z-index: 10;
    overflow: hidden;
    position: relative;
}
.one-click-bay,.quickorder-button.one-click-bay:after{
	content:"";
	background: #1695A3;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.7s;
}
.one-click-bay,.quickorder-button.one-click-bay:hover{
    color:#fff;
}
.one-click-bay,.quickorder-button.one-click-bay:hover:after{
    left: 0;
}
.product_info_description .quickorder-button.one-click-bay{
    width: 200px;
}
.one-click-bay:hover,.quickorder-button.one-click-bay:hover{
    background: inherit;
}
.prdbrief_meta .product_addToCart .prdbrief_add2cart {
    margin-left: 20px;
	margin: 10px 0;
}
.productList .productItem{
    padding: 10px;
}
.productList .productItem.viewtable{
    padding: 0 10px;
}
.productList .productItem.viewblock{
    padding: 0 12px;
	max-height: 660px;
	min-height: 660px;
}
.prdbrief_meta .prdbrief_price .orange-text{
    color:#EB7F00;
}
.viewtable .prdbrief_price .orange-text{
    color:#EB7F00;
}
.product-slider-two-item .bx-wrapper .bx-viewport {
    box-shadow: none;
    left: -5px;
    background: transparent;
}
.product-slider-two-item .prdbrief_item .prdbrief_thumbnail {
    margin-right: 0px;
    border-right: none;
    padding: 30px 10px;
	min-height: 245px;
}
.product-slider-two-item .prdbrief_meta {
    padding: 20px;
    background: #EBEBEB;
    border: none;
}
.product-slider-two-item .prdbrief_item{
    margin-left: 0px;
    margin-right: 0px;
    border: 2px solid #EBEBEB;
    border-radius: 10px;
    background: #fff;
}
.product-slider-two-item .prdbrief_info {
    border-left: none;
    padding: 25px;
}
.product-slider-two-item .prdbrief_meta .prdbrief_price .asymp{
    margin-left: 0;
}

.product-slider-two-item .prdbrief_item .prdbrief_name a,.prdbrief_item .prdbrief_name a{
    font-size: 14px;
    line-height: 22px;
    color: #4B535E; 
    text-decoration: none;
    outline: none;
/* 	text-transform: capitalize; */
}
.viewtable .prdbrief_name a{
    font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    color: #4B535E; 
    text-decoration: none;
    outline: none;
}

.viewblock .prdbrief_name a{
    font-size: 14px;
	font-weight: 700;
    line-height: 1;
    color: #4B535E; 
    text-decoration: none;
    outline: none;
}
.product-slider-two-item .prdbrief_item .prdbrief_name a{
    word-wrap: break-word;
}
.prdbrief_item .prdbrief_name a:hover{
    color: #1695A3; 
}
.product-slider-two-item .prdbrief_item .prdbrief_name,.prdbrief_item .prdbrief_name {
    margin-bottom: 10px;
    margin-top: 0;
	/* max-height: 94px; */
}
.product-slider-two-item .prdbrief_item.viewblock .prdbrief_name {
    min-height: 92px;
}
.viewtable .prdbrief_name {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
/* 	justify-content: center; */
}

.product-slider-two-item .prdbrief_item .prd_catnumber,.prdbrief_item .prd_catnumber{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #03335A;
    border-bottom: none;
}
.prdbrief_brief_description {
    font-size: 15px;
    line-height: 22px;
    color: #4B535E;
}
.product-slider-two-item .prdbrief_meta form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product-slider-two-item .prdbrief_meta .prdbrief_price {
    background: none;
    padding: 0px;
    display: block;
}
.product-slider-two-item h3,.product-slider-two-item .h3{
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #4B535E;  
}
.product-slider-two-item .slick-next.slick-arrow,.product-slider-two-item .slick-prev.slick-arrow {
    background: url(img/sliderControl.png);
    width: 12px;
    height: 23px;
    z-index: 2;
    top: calc(50% - 10px);
    border: none;
    font-size: 0;
    position: absolute;
}
.product-slider-two-item .slick-next.slick-arrow {
    background-position: -12px 0px;
    right: -10px;
}
.product-slider-two-item .slick-prev.slick-arrow {
    background-position: 0px 0px;
    left: -10px;
}
.img-bg-block{
    margin: 0 calc(-50vw + 50%);
    background: url(./img/pattern-bg-3.png) repeat ;
    padding: 30px 0;
    border-top: 5px solid #EB7F00;
    margin-bottom: -65px;
}

.productItem.custom-item-wrap .prdbrief_info {
    border-left: none;
    padding: 25px;
}
.productItem.custom-item-wrap .viewtable .prdbrief_info {
    border-left: none;
    padding: 5px;
}
.productItem.custom-item-wrap .viewblock .prdbrief_info {
    border-left: none;
    padding: 0 25px;
	min-height: 165px;
}
.productItem.custom-item-wrap .prdbrief_item {
    border: 2px solid #EBEBEB;
    border-radius: 10px;
    display: flex;
}
.productItem.custom-item-wrap .prdbrief_item.viewblock {
    border: 2px solid #EBEBEB;
    border-radius: 10px;
    display: flex;
	flex-direction: column;
}

.productItem.custom-item-wrap .prdbrief_item .prdbrief_thumbnail {
    border-right: none;
    padding: 25px 10px;
	max-height: 655px;
}
.productItem.custom-item-wrap .prdbrief_item.viewtable .prdbrief_thumbnail {
    padding: unset;
}

.productItem.custom-item-wrap .prdbrief_item.viewblock .prdbrief_thumbnail {
	min-height: 209px;
	padding-bottom: 0px;
}

.productItem.custom-item-wrap .prdbrief_item.viewtable .prdbrief_thumbnail a {
	/* padding: unset; */
	display: flex;
/* 	width: 100%; */
	height: 100%;
	align-items: center;
 	justify-content: center; 
/*     border-right: none;
    
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
 	justify-content: center; */
}
/*.viewtable .prdbrief_name {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
 	justify-content: center; 
}*/
.productItem.custom-item-wrap .prdbrief_meta{
    background: #EBEBEB;
    padding: 25px 15px;
    border-radius: 0;
    flex-grow: 2;
}
.productItem.custom-item-wrap .viewblock .prdbrief_meta{
	padding-bottom: 0px;	
}
.productItem.custom-item-wrap .viewtable .prdbrief_meta, .productItem.custom-item-wrap .viewblock .prdbrief_meta{
    background: none;
}
.productItem.custom-item-wrap.viewtable .prdbrief_meta{
    padding: 0px;
/* 	min-height: 282px; */
}
.productItem.custom-item-wrap .prdbrief_meta .prdbrief_price{
    display: block;
    margin-bottom: 20px;
}
.productItem.custom-item-wrap.viewblock .prdbrief_meta .prdbrief_price{
    min-height: 74px;
	margin-bottom: 0px;
}
.productItem.custom-item-wrap .category_btn_bye{
    width: 100%;
}
.productItem.custom-item-wrap .one-click-bay{
    width: 100%;
    margin-bottom: 0;
}
.productItem.custom-item-wrap.viewblock .one-click-bay{
    width: 100%;
	margin-bottom: 10px;
}
.productItem.custom-item-wrap .prdbrief_meta form{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.productItem.custom-item-wrap .prdbrief_meta .prdbrief_add2cart {
    /* margin-top: auto; */
}
.productItem.custom-item-wrap.viewblock .prdbrief_meta .prdbrief_add2cart {
    min-height: 110px;
}

.slick-slider .slick-track{
    margin: 0;
}
footer {
    margin-top: 0px;
}
#cart_title{
    border-bottom: none;
    margin-left: 0;
    margin-bottom: 45px;
}
#cart_title h2.title-cart{
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    color: #4B535E; 
}
#cart_body table tbody {
    border: 2px solid #EBEBEB;
}
#cart_body table tr {
    border-top: none;
    border-bottom: 2px solid #EBEBEB;
}
#cart_body table tbody td {
    border-left: none;
}
.cart input.product_qty.qnt_input{
    text-align: center;
}
.cart_order_info {
    padding: 15px;
    margin-top: 0px;
    background: #EBEBEB;
}
.cart_order_info .cart_total {
    font-size: 20px;
    line-height: 35px;
}
.cart-table-items .name-cart-item{
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    color: #4B535E;  
    margin-bottom: 10px;
    display: inline-block;
}
.cart-table-items .name-cart-item:hover{
    color: #1695A3;  
}
.cart-table-items .prd_catnumber{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #03335A;
    border-bottom: none;
}
.cart-table-items  .price-cart-item{
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #EB7F00;
}
#cart_body .cart-table-items .remove-wrap{
    padding: 35px;
}
.cart-table-items .remove-wrap .delete{
    background: #EBEBEB;
    border-radius: 5px;
    padding: 8px 8px;
    display: inline-block;
}
.cart-table-items .remove-wrap .delete:hover{
    background: #d1d0d0;
}
input.btn_checkout{
    border: 2px solid #EB7F00;
    border-radius: 5px;
    display: flex;
    width:220px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    color: #EB7F00;  
    background: transparent;
    outline:none;
}
input.btn_checkout:hover,input.btn_checkout:active{
    opacity: 0.7;
    color: #EB7F00;  
    outline:none;
}
.cart-table-items .product_qunity_block {
    width: 120px;
    margin-right: 0;
}
.quickorder-form{
    padding: 50px 40px;
    width: 100%;
}
.quickorder-form .quickorder-row{
    margin: 15px 0;
}
.quickorder-form .title-one-click{
    text-transform: none;
}
.ig-dialog-wrap.is-full-screen.q-loaded .w-dialog-wrapper .w-dialog-block {
    border-radius: 10px;
}
[data-quickorder-pf] .quickorder-form-head [data-quickorder-close] {
    right: 0px;
    top: -10px;
}
.w-dialog-block.compact-header{
    width:500px;
    max-width: 100%;
    border-radius: 10px;
}
.mob-catalog-block,.mob-contact-block,.btn-show-mob-menu,.mob-contact-block.only-contact{
    display: none;
}
.btn-search-mob,.btn-login-mob,.btn-cart-mob{
    display: none;
}
.pop_up_backgorund {
    z-index: 200;
}
.pop_up_cart_window{
	width: 500px;
	height: 350px;
	max-width:100%;
	background:#fff;
	padding:30px;
    border-radius: 10px;
}
.pop_up_cart_window .title-pop-up-cart-window{
	padding-top:90px;
	text-align:center;
	background:url(./img/ok-cart-icon.svg) no-repeat center top;
	font-size: 24px;
	line-height: 35px;
	color: #1695A3;
	margin-bottom:15px;
}
.pop_up_cart_window .total_block p {
    width:250px;
	margin:auto;
	border-bottom: none;
}
.pop_up_cart_window .btn_back.pa-popup-back{
	border: 2px solid #EB7F00;
	border-radius: 5px;
	font-size: 17px;
	line-height: 35px;
	color:#EB7F00;
	display:inline-block;
	width:48%;
	margin-right:2%;
	font-weight:400;
	background:transparent;
		height:45px;
	    line-height: 44px;	
}
.pop_up_cart_window .btn_cart.pa-popup-tocart{
	background: #EB7F00;
	border: 2px solid #EB7F00;
	border-radius: 5px;	
	font-size: 17px;
	line-height: 35px;
	color:#fff;
	display:inline-block;
	width:48%;
	font-weight:400;
	height:45px;
	    line-height: 44px;
}
.pop_up_cart_window .btn_cart.pa-popup-tocart:before{
	display:none;
}
.pop_up_cart_window .close-icon{
    position: absolute;
    right: 50px;
    top: 25px;
    cursor: pointer;
}
.pop_up_cart_window .close-icon:before, .pop_up_cart_window .close-icon:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 24px;
    width: 1px;
    background-color: #4B535E;
}
.pop_up_cart_window .close-icon:before {
    transform: rotate(45deg);
}
.pop_up_cart_window .close-icon:after {
    transform: rotate(-45deg);
}

.cat_sections_list li a,.cat_sections_list li div{
	font-size: 15px;
	line-height: 30px;
    color: #33A1AD;
	text-decoration:none;
}
.cat_sections_list li a:hover,.cat_sections_list li div:hover{
    color: #4B535E;
}
.breadcrumbs-outer {
    margin-bottom: 20px;
}
.breadcrumbs {
    background: #EBEBEB;
    padding: 8px 20px;
    display: inline-block;
}
.breadcrumbs a{
	font-size: 15px;
	line-height: 30px;
	color: #1695A3;
}
.breadcrumbs .rarr{
	font-size:0;
	width:10px;
	height:10px;
	line-height: 20px;
    margin: 0 10px;
	display:inline-block;
	background:url(./img/arrow-breadcr.svg) no-repeat center;
}
.category-name.page-header{
	font-weight: 700;
	font-size: 36px;
	line-height: 30px;
    margin-top: 0;
	color: #4B535E;
	border-bottom:none;
}
h2.aqu_browse {
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    color: #4B535E;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}
#cat_product_sort{
    font-size: 15px;
    line-height: 30px;
    color: #4B535E;
}
@media screen and (max-width: 600px) {
  .sort_btn  {
    visibility: hidden;
    display: none;
  }
}
.maincontent{
    padding-bottom: 30px;
}
.pop_up_cart_window {
    left: 50%;
    transform: translate(-50%, 0px);
}

.fb-form input[type="submit"] {
    background: #1695a3;
    color:#fff;
    padding:7px;
    border:none;
    }
    
.fb-form  .wa-form p {
    margin: 0px 0px 5px;
}
.fb-form .wa-captcha-img {
    margin-bottom:4px;
}
.fb-form  input[type=text],.fb-form  input[type=email],.fb-form  textarea {
    width:100%;
    margin-bottom:7px;
    padding:7px;
}
.fb-form  input[name="captcha"] {
    width: 47%;
    background:none;
    border:none;
    border-bottom: 1px solid #9d9d9d;
}
.fb-form .wa-captcha-refresh {
    font-size:13px;
    display:block;
    margin-bottom:16px;
}
.fb-popup-wrap{
    display: none;
}

.dszvonok form{
    padding: 40px;
    background-color: #fff;
    width: 520px;
    max-width: 100%;
    border-radius: 10px;
}
.dszvonok form input[type="submit"].btn_orange{
    background: #EB7F00;
    border: 2px solid #EB7F00;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    padding: 0;
}
.dszvonok form input[type="submit"].btn_orange:hover{
    opacity: 0.7;
}
.dszvonok .person_dan{
    font-size: 15px;
    line-height: 22px;
    color: #4B535E; 
}
.dszvonok .form-head{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #4B535E;
    margin-bottom: 15px;
    text-align: center;
}
.dszvonok .sub-form-head{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4B535E;
    margin-bottom: 30px;
    text-align: center;
}
.dszvonok div[class^="field-"]{
    margin-bottom:20px;
}
.dszvonok div[class^="field-"] input,.dszvonok div[class^="field-"] textarea{
    background: #EBEBEB;
    border-radius: 5px;
    border-color:#EBEBEB;
    outline:none;
    width: 100%;
    resize: none;
    padding: 8px 20px;
    font-size: 17px;
    line-height: 35px;
}
.dszvonok div[class^="field-"] input{
    height: 50px;
}
.dszvonok div[class^="field-"] textarea{
    height: 150px;
}
div.dspopup-modal {
    z-index: 1005;
}
div.dspopup-modal-bg {
    z-index: 1002;
}

.subscribeBlock{
    background: #f8fafb;
    padding: 20px;
    box-shadow: none;
}
.subscribeBlock h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
    color: #000;
}
.subscribeBlock input[type="text"]{
    width: 100%;
    margin-bottom: 20px;
}
.subscribeBlock .subscribeButton{
    font-size: 15px;
    background: #1695a3;
    color: #fff;
    border: none;
    padding: 6px 10px;
    width: 100%;
    height: 34px;
    border-radius: 0;
    outline: none;
    transition: all 0.5s;
}
.subscribeBlock .subscribeButton:hover{
    background: #1C7E88;
}
.f-s-22{
    font-size: 22px!important;
}
.viewtable .f-s-22{
    font-size: 15px!important;
}
.prdbrief_meta .price_label {
    line-height: 22px;
}
.viewtable .prdbrief_meta .price_label {
    line-height: 15px;
}
.category-desc.category-description img{
    height: auto;
}

.productItem.custom-item-wrap .prdbrief_meta .prdbrief_price_fb{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.productItem.custom-item-wrap.viewblock .prdbrief_meta .prdbrief_price_fb {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	/* min-height: 253px; */
	/* margin-bottom: 12px; */
	margin-top: 202px;
}

.category_filter_block_toggle_btn {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
    padding: 5px;
    width: 100%;
    height: 55px;
    background: #EBEBEB;
    font-size: 17px;
    color: #1695A3;
    text-align: center;
    cursor: pointer;
}
.category_filter_block_toggle_btn_text {
    margin-right: 15px;
}
.category_filter_block_toggle_btn_i svg {
    display: block;
    fill: currentColor;
    transform: rotate(90deg);
}
.category_filter_block_toggle_btn.active .category_filter_block_toggle_btn_i svg {
    transform: rotate(-90deg);
}

@media screen and (min-width: 700px){
    .mob-contact-block.only-contact{
        display: none!important;
    }
}
@media screen and (max-width: 1200px){
    .search-form-h{
        width: 20%;
    }
    .main-slide-block .mini-slide-wrap {
        height: calc(50% - 5px);
        padding: 15px;
    }
    .main-slide-block .mini-slide-wrap:first-child .title-mini-slide {
        font-size: 16px;
        line-height: 20px;
    }
    .main-slide-block .mini-slide-wrap:last-child .title-mini-slide {
        font-size: 16px;
        line-height: 20px;
    }
    .main-slide-block .mini-slide-wrap:first-child .subtitle-mini-slide {
        font-size: 14px;
        line-height: 22px;
    }
    .product-slider-two-item .prdbrief_meta {
        padding: 15px;
    }
    .product-slider-two-item .prdbrief_item .prdbrief_name a,.prdbrief_item .prdbrief_name a {
        font-size: 18px;
    }
    .product-slider-two-item .prdbrief_info {
        padding: 15px;
    }
    .product_addToCart .prdbrief_add2cart button[name="add2cart"], .prdbrief_meta .prdbrief_add2cart button[type="submit"] {
        width: 120px;
    }
    .cart-table-items .name-cart-item {
        font-size: 18px;
    }
    .contact-head-line .email-item,.contact-head-line .left-wrap .fb-link-h{
        display: none;
    }
    .menu-wrap-h a {
        font-size: 15px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1024px){
    .search-form-h{
        width: 100%;
        order:5;
        margin-bottom: 20px;
    }
    .main-slide-block .left-wrap {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .main-slide-block .mini-slide-wrap {
        height: unset;
        display: flex;
        align-items: center;
    }
    .main-slide-block .right-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .main-slide-block .mini-slide-wrap:first-child{
        margin-bottom: 0;
        margin-right: 20px;      
    }
    #cart_body .cart-table-items .remove-wrap {
        padding: 10px;
    }
    .cart-table-items .name-cart-item {
        font-size: 14px;
    }
    .catalog-head-wrap {
        padding: 20px 0px;
    }
    .middle-head-wrap.fixed .search-form-h {
        display: none;
    }
    .contact-head-line .left-wrap .time-work-h {
        margin-right: 10px;
        display: none;
    }
    .contact-head-line .left-wrap {
        padding: 8px 0;
    }
    .contact-head-line .phone-wrap-dropdown {
        margin-right: 20px;
    }
    .menu-wrap-h a{
        font-size: 14px;
    }
	.item-catalog-main:nth-child(n) {
		width: 23%;
		margin-right:1%;
		margin-left:1%;
	}
    .product_adventage_block {
        padding: 20px 20px;
        column-count: 1;
    }

}
@media screen and (max-width: 768px){
    .mob-catalog-block,.mob-contact-block{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .mob-contact-block .fb-link-h{
        text-decoration-line: underline;    
        color: #4B535E;
    }
    .menu-head-line{
        display: none;
    }
    .menu-head-line.show{
        display: block;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        background: #fff;
        padding-top: 0;
    }
    .catalog-head-wrap .catalog-btn-h {
        display: none;
    }
    .btn-show-mob-menu {
        display: flex;
        background: #EB7F00;
        border-radius: 30px;
        width: 160px;
        height: 45px;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 17px;
        line-height: 30px;
        color: #FFFFFF;
        cursor: pointer;
        text-transform: uppercase;
        padding-left: 30px;
        position: relative;
    }
    .btn-show-mob-menu:before {
        content: "";
        width: 16px;
        height: 14px;
        background: url(./img/burger-white-icon.svg) no-repeat center;
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translate(0, -50%);
        transition: all 0.5s;
    }  
    .btn-show-mob-menu.active:before {
        background: url(./img/close-white-icon.svg) no-repeat center;
    }        
    .middle-head-wrap .logo{
        margin: 20px 0;
    }
    .menu-head-line.show .flex-wrap{
        flex-direction: column;
        align-items: start;
        width: 100%;
        padding: 0;
    }
    .menu-head-line.show *{
        color:#4B535E;
    }
    .mob-catalog-block .catalog-btn-h-mob{
        background: url(./img/arrow-right-blue.svg) no-repeat 95% center #EBEBEB;
        padding: 10px 20px;
        color: #1695A3;
        font-weight: 700;
        font-size: 17px;
        line-height: 30px;
        text-transform: uppercase;
    }
    .mob-catalog-block .catalog-btn-h-mob.active{
        background: url(./img/arrow-back-icon.svg) no-repeat 20px center #EBEBEB;
        padding: 10px 50px;
        font-weight: 400;
        text-transform: none;
    }    
    .mob-catalog-block .catalog-btn-h-mob .back-text{
        color: #1695A3; 
    }
    .catalog-btn-h-mob .back-text,.catalog-btn-h-mob.active .cat-text{
        display: none;
    }
    .catalog-btn-h-mob.active .back-text,.catalog-btn-h-mob .cat-text{
        display: inline;
    }
    .catalog-menu-h-mob ul, .menu-wrap-h a{
        color: #4B535E;
        font-weight: 700;
        font-size: 17px;
        line-height: 30px;
        text-transform: none;
        padding: 10px 20px;
        list-style-type: none;
        display: inline-block;
    }
    .catalog-menu-h-mob ul{
        padding: 10px 30px;
        max-height: 70vh;
        overflow: auto;
    }
    .catalog-menu-h-mob{
        padding: 20px;
    }
    .catalog-menu-h-mob ul::-webkit-scrollbar{
        background: #EBEBEB;
        border-radius: 30px;
        width: 6px;
    }    
    .catalog-menu-h-mob ul::-webkit-scrollbar-thumb {
        background: #EB7F00;
        border-radius: 30px;
    }
    .catalog-menu-h-mob ul li{
        padding: 10px 0;
    }
    .menu-head-line.show .catalog-menu-h-mob ul li a{
           color: #1695A3;
    }
    .mob-contact-block{
        padding: 10px 20px;
        border-top: 1px solid #D2D2D2;
		font-size: 17px;
		line-height: 30px;
    }
	.mob-contact-block .phone-mob{
		font-weight: 700;
	}
    .mob-contact-block > a,.mob-contact-block > div{
        margin-bottom:8px;
    }	
	.middle-head-wrap .cart_block {
		 display: flex;
	}
    .cpt_product_name h1 {
        font-size: 26px;
    }
    .product-slider-two-item h3, .product-slider-two-item .h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .productItem.custom-item-wrap .prdbrief_item {
        flex-direction: column;
    }
    .main-slide-block .mini-slide-wrap {
        width: calc(50% - 10px);
    }
    .prdbrief_meta .prdbrief_add2cart {
        margin-left: 0;
    }
    .menuItem:before{
        display: none;
    }
    .product_info_description .aux {
        padding: 0;
    }
    .product_info_description .block_in_stock{
        margin-bottom: 10px;
    }
	.middle-head-wrap .prichini-h {
        display: none;
	}
}
@media screen and (max-width: 700px){
    .btn-show-mob-menu{
        width:110px;
		margin: 10px 0;
    }
    .contact-head-line,.search-form-h,.middle-head-wrap .cart_block{
        display: none;
    }
    .btn-search-mob,.btn-login-mob,.btn-cart-mob,.btn-phone-mob{
        display: block;
        width: 26px;
        height: 26px;
    }
	.catalog-head-wrap {
		display: none;
	}
    .btn-search-mob{
       background: url(./img/search-mob-icon.svg) no-repeat center;
    }   
    .btn-login-mob{
        background: url(./img/login-mob-icon.svg) no-repeat center;
    }
    .btn-cart-mob{
        background: url(./img/cart-mob-icon.svg) no-repeat center;
        position: relative;
        margin-right: 20px;
    }
    .mob-contact-block.only-contact {
        position: absolute;
        width: auto;
        padding: 15px;
        top: 100%;
        right: -10px;
        z-index: 200;
        color: #000;
        width: 190px;
        background: #fff;
        box-shadow: 0px 0px 15px rgba(93, 128, 147, 0.25);
    }
    .mob-contact-block.only-contact .phone-mob{
        border-bottom:  1px solid #E6E6E6;
        padding-bottom: 6px;
        margin-bottom: 8px;
        display: block;
    }
    .mob-contact-block.only-contact .time-work-h{
        margin-bottom: 0;
    }
    .mob-contact-block.only-contact a{
        color: #000;
        font-weight: 500;
    }    
    .btn-phone-mob{
        background: url(./img/phone-mob-icon.svg) no-repeat center;
        position: relative;
    }    
    .count-mob-cart{
        position: absolute;
        background: #EB7F00;
        border-radius: 100%;
        padding: 2px;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 18px;
        top: -10px;
        right: -18px;
    }
	.middle-head-wrap .logo {
		text-align:center;
		width: 100%;
		margin: 10px 0;
	}
    .middle-head-wrap.fixed .logo {
		display:none;
	}
	.item-catalog-main:nth-child(n) {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	}
    .prdbrief_meta .prdbrief_add2cart button[type="submit"] {
        width: 90px;
        font-size: 14px;
    }
    .product_info_description .quickorder-button.one-click-bay,.q-percentage-width[data-quickorder-product-button] {
        font-size: 14px;
    }
    .cat_sections_list li a, .cat_sections_list li div {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .productItem.custom-item-wrap .prdbrief_meta {
        flex-grow: 0;
    }
	.pop_up_cart_window .btn_back.pa-popup-back {
		width: 100%;
	}
	.pop_up_cart_window .btn_cart.pa-popup-tocart {
		width: 100%;
	}
	.pop_up_cart_window {
		width: 310px;
		height: 390px;
	}
    .btn-show-mob-menu:before {
        left: 19px;
    }
    .dszvonok form {
        padding: 25px;
    }
	.product-slider-two-item .prdbrief_item .prdbrief_brief_description{
		max-height: 110px;
		overflow: hidden;
		position:relative;
	}
	.product-slider-two-item .prdbrief_item .prdbrief_brief_description:before{
		content: '';
		width: 100%;
		height: 50px;
		background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,1) 100%);
		position: absolute;
		display: block;
		bottom: 0;
	}
}

@media screen and (max-width: 767px){
    .category_filter_block.mob-hidden {
        display: none;
    }
    .category_filter_block_toggle_btn {
        display: flex;
    }
}

@media screen and (max-width: 540px){
    .main-slide-block .right-wrap {
        flex-direction: column;
    }
    .main-slide-block .mini-slide-wrap:first-child {
        margin-bottom: 10px;
        margin-right: 0;
    }
    #cart_body table tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #cart_body table tbody td:first-child {
        width: 100%;
    }
    #cart_body .cart-table-items .remove-wrap {
        padding: 10px;
    }
    .cart-table-items .price-cart-item {
        line-height: 30px;
        text-align: left;
    }
    .productItem.custom-item-wrap .prdbrief_item {
        flex-direction: column;
    }
    .product-slider-two-item .prdbrief_meta .prdbrief_add2cart {
        margin-left: 0px;
        width: 100%;
    }
    .product-slider-two-item .prdbrief_meta .prdbrief_add2cart button[type="submit"]{
        width: 100%;
    }
    .one-click-bay-wrap {
        margin-left: 0px;
        width: 100%;
    }
    .main-slide-block .mini-slide-wrap {
        width: 100%;
    }
	.w-dialog-block.compact-header {
		width: 90%;
	}
	.middle-head-wrap .logo img {
		width: 100%;
	}
}

.product_strock_block {
	padding: 0px;
}