/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&display=swap');
@font-face {
	font-family: 'Conv_GothaProReg';
	src: url('fonts/GothaProReg.eot');
	src: local('☺'), url('fonts/GothaProReg.woff') format('woff'), url('fonts/GothaProReg.ttf') format('truetype'), url('fonts/GothaProReg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} */
@font-face {
    font-family: Circe-Light;
    src: url(/bitrix/templates/broilclub/fonts/2B998C_0_0.eot);
    src: url(/bitrix/templates/broilclub/fonts/2B998C_0_0.eot?#iefix) format('embedded-opentype'),url(/fonts/CirceLight.woff2) format('woff2'),url(/bitrix/templates/broilclub/fonts/2B998C_0_0.woff) format('woff'),url(/bitrix/templates/broilclub/fonts/2B998C_0_0.ttf) format('truetype');
    font-display: swap
}
@font-face {
	font-family: 'Circe-Regular';
	src: url('/bitrix/templates/broilclub/fonts/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('/bitrix/templates/broilclub/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/broilclub/fonts/Circe-Regular.woff') format('woff'),
		url('/bitrix/templates/broilclub/fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
       font-display: swap
}
@font-face {
	font-family: 'Circe-light';
	src: url('/bitrix/templates/broilclub/fonts/Circe-Light.eot');
	src: local('Circe'), local('Circe-Light'),
		url('/bitrix/templates/broilclub/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/broilclub/fonts/Circe-Light.woff') format('woff'),
		url('/bitrix/templates/broilclub/fonts/Circe-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.navbar-collapse {
	padding:0px;
}
body {
	/* font-family: 'Montserrat', sans-serif; 	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-size: 12px;*/
	font-weight: 400;
	color: #222;
    font-family: Circe-Regular,sans-serif;

	line-height: 20px;
	width: 100%;

}
body *{
    font-family: Circe-Regular,sans-serif;
}
body * :not(nav *, .fa, .fas) {
    font-family: Circe-Regular,sans-serif!important;
}
/*body div,
body span
body label,
body button{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}*/
ol {
	font-size:16px;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
}
strong{
	font-weight: 600;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 26px;
	margin: 0;
	font-weight: 600;
}
:root {
    --a-color: #252525;
    --a-color-hover: #bc241a;
    --a-color-hover-dark: #901911;
  }
h2 {
	font-size: 23px;
	margin: 0;
}
h3 {
	font-size: 20px;
	margin: 0;
}
h4,div.h4 {
	font-size: 16px;
	margin: 0;
}
h5 {
	font-size: 12px;
	margin: 0;
}
h6 {
	font-size: 10.2px;
	margin: 0;
}
a {
	
	 color: #bc241a; 
}

a:hover {
	text-decoration: none;
}
a:focus, a:hover{
  color: #333; 
    
}
legend {
	font-size: 16px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
hr{
	margin-top: 10px;
    margin-bottom: 10px;
}
.fa-star, .fa-star-o {color:gold}
.fa-stack{width: 14px;height: 14px;}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	border: 0;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
}
/* Fix some bootstrap issues */
/*
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}*/

.description-area{
    position: relative;
    margin-bottom: 20px;
}
.description-area:before{
    content: '';
    width: 100%;
    height: 44px;
    display: block;
    position: absolute;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}
#tab-description iframe{
    max-width: 100%;
}
.nav-tabs {
	margin-bottom: 20px;
    border-bottom: none;
}
.nav-tabs>li a{
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    color: var(--a-color);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.nav-tabs>li:not(.active):hover a{
    color: var(--a-color-hover);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;

}
.text-danger{
	color: #a94442;
    font-size: 17px;
    float: right;
}

.nav-drop{
	display: none;
	clear: both;
    background: white;
    position: absolute;
    z-index: 4;
    top: 40px;
    width: 790px;
    padding: 10px;
    list-style: none;
    border: 4px solid #337ab7;
    border-top: 0;
	z-index:999;
}
.nav-drop div{
	display: inline-block;
    vertical-align: top;
    padding: 5px;
	width:250px;
}
/* top */
#top {
    display:none;
    padding: 4px 0px 3px 0;
    min-height: 40px;
    width: 100%;
    top: 0;
    z-index: 200;
    background: url('../images/teks.jpg');
}
.official{
    font-size: 14px;
    padding: 5px 0 5px;
    font-weight: 600;
    /* color: #bc241a; */
    color: #fff;
    text-align: center;
}
header{
  padding: 10px 0 20px;
  width: 100%;
  top: 0;
  background: url('../images/teks.jpg');
  color: #fff;
  z-index: 200;
  /*transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;*/
}

header.scroll{
    /* position: fixed; */
    padding-top: 10px;
    position: fixed;
    top:0;
    height: 70px;
    border-bottom: 1px solid #ddd;
  
}

header.scroll #menu{
    opacity: 0;
}
header.scroll .btn-navbar{
    display: inline-block;
    float: left;
    padding: 5px;
		margin: 3px 10px 0 0;
}
header.scroll .btn-navbar:hover,
header.scroll .btn-navbar.focus,
header.scroll .btn-navbar:focus{
    color: #bc241a;
}

header.scroll .btn-navbar i{
    font-size: 24px;
}
header.scroll #menu-collapse{
    position: fixed;
    top: 69px;
    display: none;
    margin-left: -8px;
		border: none;
}
header.scroll #menu-collapse .inav .isub li:not(:last-child){
	border-bottom: 1px solid #b3b4b4;
}
header.scroll #menu-collapse .inav .isub li img{
	margin-right: 10px;
}
header.scroll #menu-collapse .inav .isub li a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 12px 20px;
}
header.scroll #menu-collapse .inav .isub li a:hover{
	font-weight: 600;
}
header.scroll #menu-collapse .see-all{
	display: block;
  text-align: center;
  margin-top: 5px;
  border-top: 1px solid #bc241a;
  padding: 5px 10px 0 10px;
}
header.scroll #menu-collapse .inav li:last-child{
    border-right: 0;
}
header.scroll #menu-collapse .navbar-collapse{
    padding: 0;
    width: 1149px;
}
header.scroll #menu-collapse .icontent{
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
}
header.scroll #menu-collapse .inav li:hover .dropdown-menu{
	display: block;
	width: 320px;
	padding: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

/* header *{
    transition: 0.1s linear !important;
    -webkit-transition: 0.1s linear !important;
    -moz-transition: 0.1s linear !important;
    -ms-transition: 0.1s linear !important;
    -o-transition: 0.1s linear !important;
} */
/* header.scroll .modal-call, header.scroll .rejim-pole,
header.scroll .tel-pole span:first-child, header.scroll .messengers,
header.scroll .cart-pole .cart-h, header.scroll .official{
    height: 0;
    width:0;
    opacity: 0;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
} */

header.scroll .modal-call, header.scroll .rejim-pole,
header.scroll .tel-pole span:first-child, header.scroll .messengers,
header.scroll .cart-pole .cart-h, header.scroll .official{
    display: none;
}
header.scroll #logo{
    width: 50%;
    margin-top: -5px;
    display: inline-block;
}
header.scroll #search{
    margin-top: 7px;
}
header.scroll .address{
    width: 455px;
    margin-left: -65px;
}
header.scroll .social{
	display: none;
}

header.scroll .tel-pole{
    margin-top: 12px;
    margin-left: 50px;
    font-size: 17px;
    width: 300px;
    line-height: 23px;
		margin-top: -3px;
}
header.scroll .mail-link{
    margin-top: 2px;
		margin-left: 50px;
}
header.scroll .cart-pole{
    padding-top: 0;
    margin-top: 5px;
}
header.scroll #cart > .btn{
    height: 30px;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
}
header.scroll .cart-pole i{
	font-size: 29px;
}

header.scroll .tel-pole i{
	left: -20px;
	top: 2px;
}
header.scroll .tel-pole .phone{
	position: relative;
}

header.scroll #menu-collapse{
	background: #bc241a;
}

header.scroll .isub ul{
	display: block;
}

header.scroll .cart-pole #cart-total{
    line-height: 13px;
    margin-top: -8px;
    margin-left: 30px;
}
.address{
        padding: 5px 0px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.address i{
    margin-right: 5px;
    color: #bc241a;
}
.dropdown-menu{
	z-index: 103;
	width: 100%;
	margin: 0;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bc241a), to(#1f90bb));
	background-image: -webkit-linear-gradient(top, #bc241a, #1f90bb);
	background-image: -moz-linear-gradient(top, #bc241a, #1f90bb);
	background-image: -o-linear-gradient(top, #bc241a, #1f90bb);
	background-image: linear-gradient(to bottom, #bc241a, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
#top .btn-link:hover, #top-links a:hover {
	text-decoration: underline;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #333;
}
#top .btn-link strong {
	font-size: 14px;
  line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/*--header--*/
.list-inline li, .list-inline li a{
	text-decoration: none!important;
}
.fa-lock {
	color: #6ebb3e;
}
.top-links-left{
	padding: 0;
    height: 100%;
	list-style: none;
}
.top-links-left li {
	float: left;
    height: 100%;
	margin-right: 20px;
}
.top-links-left .isub.ilists li {
	    width: 100%;
	margin-right: 0;
}

.tel-pole {
	font-family: 'Montserrat', sans-serif;
  font-size: 16px;
	padding-top: 3px;
	font-weight:600;
	width: 190px;
}

.tel-pole a{
	color: #fff;
}
.tel-pole a:hover{
	color: #bc241a;
}
.tel-pole a.mail{
	font-size: 16px;
    display: block;
}

.tel-pole i,
.rejim-pole i{
	position: absolute;
	left: -5px;
	font-size: 20px;
	color: #bc241a;
}
.rejim-pole span{
    color:white!important
}
.mail-link {
	font-size: 14px;
	margin-top: 10px;
	padding-left: 4px;
	position: relative;
}
.mail-link i{
	position: absolute;
	left: -20px;
    font-weight: 600;
	font-size: 18px;
	color: #bc241a;
}
.mail-link a{
  color: #fff;
  font-weight: 600;
}
.mail-link a:hover{
	color: #bc241a;
}
span.stock__need__wait{
    font-size: 12px;
}
.product-grid .stock span.stock__need__wait:before {
    content: '';
    background: var(--a-color-hover);
}
.messengers a{
	width: 30px;
  height: 32px;
  display: inline-block;
  color: transparent;
  margin-right: 5px;
}
.modal-open .modal{
    top: 50%;
    left: 50%;
    min-width:300px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.modal-call{
    padding: 8px 10px;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: 15px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    background: #bc241a;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
}
#modal-call{
    padding: 8px 10px;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: -5px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    margin-left: -15px;
    background: #bc241a;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
}
#modal-call:hover{
	background: #333;
	color: #fff;
}
.modal-call:hover{
	background: #333;
	color: #fff;
}
#banner0 .item img{
    margin: auto;
}

.tel-nmb{font-family: 'Montserrat', sans-serif;}
.rejim-pole {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	font-weight:600;
	background-repeat: no-repeat;
	background-position-y: 2px;
	 width: 190px;
	 color: #fff;
}
@media(min-width:1200px) and (max-width:1400px){
    .main_section > .container > .row > .col-lg-2{
        width:235px;
    }
    .main_section > .container > .row > .col-lg-10.catalog_main_col{
        width:calc(100% - 235px);
    }
}
.sticky {
  position: fixed;
  top: 0px;  /* если ноль заменить на число (и в скрипте тоже), то блок будет прилипать до того, как верхний край окна браузера дойдёт до верхнего края элемента. Может быть отрицательным числом. Применим, например, при фиксированном сверху меню */
  z-index: 999;
  background: #fff!important;    
}
#modal-fos, #find-modal, #modal-form-product{
	position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    top: 0;
    background: rgba(0, 0, 0, 0.30);
}
#modal-fos .block, #find-modal .block, #modal-form-product .block{
	width: 320px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 20px 10px;
}
#find-modal.find .block{
	width: 400px;
    max-width: 100%;
    height: auto!important;
}
#modal-fos .block h3, #modal-form-product .block h3,#modal-form-product .block div.h3{
	margin-bottom: 10px;
}
#modal-fos .block input, #find-modal.find .block input, #modal-form-product .block input{
    width: 100%;
    margin: 10px 0;
    padding: 7px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #ccc;
    color: #666;
}
#modal-fos .block button, #find-modal.find .block button, #modal-form-product .block button{
	border: 1px solid #ccc;
    padding: 5px 10px;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    background: #bc241a;
}
#modal-fos .modal-close, #modal-form-product .modal-close {
	position: absolute;
    right: 5px;
    top: 10px;
    cursor: pointer;
}
#find-modal .modal-close{
	position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
#modal-fos .modal-close i, #find-modal .modal-close i, #modal-form-product .modal-close i{
	font-size: 22px;
    color: #666;
}
#right-links{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#right-links ul{
	margin-bottom: 0;
}
#right-links ul a{
	color: #fff;
}
#right-links ul a:hover{
	color: #bc241a;
}

/* НАЧАЛО блок преимуществ на главной */
.advantages__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.advantages__item{
    display: flex;
    flex-direction: column;
    width:24%;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.short__advantages .advantages__item{
	    width: calc(100% / 6);
	    margin-bottom: 45px;
}
.advantages__item__text,.advantages__item__title{
    text-align: center;
    padding: 0 15px;
}
.advantages__item img{
    max-width: 120px!important;
    height: auto!important;
}
.advantages__item__title{
    font-weight: bold;
    height: 40px;
}
.advantages__item__title{
    margin:5px 0;
}
.advantages__item__img{
    height: 110px;
    display: flex;

    justify-content: center;
    align-items: center;
}
.advantages__wrapper{
    margin-top: 30px;
    /* display: none; */
}
.product-slide.category.wishlist__page .product-layout{
	height: 400px;
	    box-shadow: none!important;
}
.product-slide.category.wishlist__page .icons__wrapper {
    top: 12px;
    left: 10px;
}
.product-slide.category.wishlist__page .hidden__btn { box-shadow: none!important;
    bottom: 6px;}
.prod-module .product-layout{
	border:none!important;
}


#slideshow23 .category__banner__btn {
    background: var(--a-color-hover);
	border-radius: 20px;
    top: 32.9%;
    right: 27%;
    transform: translateX(50%);
}
#slideshow23 .category__banner__btn.first__banner{
	top: 51%;
	    right: 17%;
	    transform: translateX(-50%);
}
.TINKOFF_BTN_YELLOW{    padding: 6.5px 19px!important;
	background-color: #ffdd2d!important;
font-family: haas,pragmatica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;
}
.TINKOFF_BTN_YELLOW:hover {      background: var(--a-color)!important;
	color:white
}
.TINKOFF_BTN_YELLOW:empty:before {
    content: "Купить в кредит";
	font-size: 15px;
	font-weight: 400!important;
}


/* КОНТакты, редизайн НАЧАЛО */
.contact__grid{
        display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 130px;
    margin-top: 40px;    align-items: center;
}
.contact__grid iframe{
    margin-top: 30px;
    width: 100%!important;
}
.contact__grid__item_about_list{
    display: flex;
    flex-wrap: wrap;
}
.contact__grid ._grid_about_img img{
    max-width: 50px;
    margin: 0;
}

.contact__grid__item_about_list{
    display: flex;flex-direction: column;
}
.contact__grid__item.contact__grid__item_about{
        display: grid;
    grid-template-columns: 1fr 1fr;
}
.contact__grid__item_about_list_item._grid_about{
display: flex;
}
.contact__grid__item_about_list_item{
    margin-bottom: 40px;
}
.contacts_text a{
    font-size: 20px;
}
.contacts_title{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
._grid_about_img{
    margin-right: 20px;
}
.contacts_text{
    line-height: 1.5;
}



@media (max-width:1550px) {
    .contact__grid {
    gap: 30px;
}
}
@media (max-width:1350px) {
.contact__grid__item.contact__grid__item_about {
    grid-template-columns: 1fr;
    justify-items: center;
}
.contact__grid__item_about_list {
    width: 70%;
}
}
@media (max-width:900px) {
.contact__grid {
    grid-template-columns: 1fr;
}
.contact__grid__item.contact__grid__item_about {
    grid-template-columns: 1fr  1fr;
    justify-items: center;
}
.contact__grid__item_about_list {
    width: 100%;
}
}
@media (max-width:560px) {
   .contact__grid {

    margin-top: 20px;
} 
.contact__grid__item.contact__grid__item_about {
    grid-template-columns: 1fr;
    justify-items: center;
}
.contact__grid__item_about_list {
    width: 100%;
}
.contact__grid ._grid_about_img img{
    width: 35px;
}
.contact__grid__item_about_list .contacts_title{
        font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.contact__grid__item_about_list_item._grid_about {
    display: flex;
    align-content: center;
    align-items: center;
}
.contact__grid iframe {
    margin-top: 12px;}
    .contact__grid__item_about_list_item {
    margin-bottom: 21px;
}
.contact__grid__item_about_list{
}
}
/* КОНТакты, редизайн КОНЕЦ */












@media (max-width:1800px){
    #slideshow23 .category__banner__btn {
        top: 32.4%;
        right: 24%;
    }
}
@media (max-width:1550px){
    #slideshow23 .category__banner__btn {
        top: 31.4%;
        right: 24%;
    }
	.categories-bottom .cats-item .item p{
		font-size: 17.5px!important;
	}
}
.categories-bottom .cats-item .item img{
	height: auto;
}
@media (max-width:1550px){
    #slideshow23 .category__banner__btn {
        top: 31.4%;
        right: 24%;
    }
	#slideshow23 .category__banner__btn.first__banner {
	    top: 50%;
	    right: 15%;
	    transform: translateX(-50%);
	}
}
@media (max-width:1420px){
    #slideshow23 .category__banner__btn {
        top: 31.4%;
        right: 21%;
    }
}
@media (max-width:1300px){
	#slideshow23 .category__banner__btn.first__banner {
	    top: 32%;
	    right: 12%;
	    transform: translateX(-50%);
	}
}
@media (max-width:1200px){
    .grid__wrapper{
        gap: 38px;
    }
    #slideshow23 .category__banner__btn {
        top: 28.4%;
        right: 21%;
    }
	.content-btm{
		padding: 0!important
	}
	#slideshow23 .category__banner__btn {
        top: 31.4%;
        right: 21%;
    }
	#slideshow23 .category__banner__btn.first__banner {
    top: 24%;
    right: -2%;
    transform: translateX(-50%);
}

}
@media (max-width:1050px){
    #slideshow23 .category__banner__btn {
        top: 30.4%;
        right: 17%;
    }
}
@media (max-width:1000px){
    #slideshow23 .category__banner__btn {
		top: 30.4%;
		right: 17%;
    }
}
@media (max-width:800px){
	#slideshow23 .category__banner__btn.first__banner {
	    top: 71%;
	    right: -7%;
	    transform: translateX(-50%);
	}
}

@media(max-width:500px){
    #slideshow23 .owl-controls .owl-buttons div{
        top: 50% !important;
    }
    #slideshow23 .category__banner__btn {
        top: 46.4%;
		right: 50%;
    transform: translateX(50%);
    }
    #slideshow23 .category__banner {
       margin-bottom: 0;
    }
    .common-home .advantage-area {
        margin: -1px 0 0!important;
    }
}
@media(max-width:330px){
    #slideshow23 .category__banner__btn {
        top: 46.4%;
	
    }
}

.delivery_order__notification {
    background: rgb(245 245 245);
    border-radius: 5px;
    padding: 14px 9px;
    display: flex;
    align-items: center;
    font-size: 14px;
   flex-wrap:wrap;
}
.delivery_order__notification div{
    line-height: 1.5;
    font-size: 15px;
    margin-left: 15px;
}

@media(max-width:800px){
    .advantages__list {
        justify-content: space-between;
    }
    .advantages__item {
        width: 33%;
    }
    .short__advantages .advantages__item {
        width: 29%;
    }
}
@media(max-width:500px){
    .hide_for_pc.clearfix{
    display: block!important;
}
    .short__advantages .advantages__item {
        width:100%;
        margin-bottom: 25px;
    }
    .advantages__item img {
        max-width: 72px!important;
    }
    .advantages__item {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
   
        }
        
    .advantages__item__img { grid-area: 1 / 1 / 4 / 2; }
    .advantages__item__title { grid-area: 1 / 2 / 2 / 3; }
    .advantages__item__text { grid-area: 2 / 2 / 3 / 3; }
    .advantages__item__text, .advantages__item__title{
        text-align: left;
        height: auto;
    }
    .advantages__item__text, .advantages__item__title{
        padding-right: 5px;
    }
    .advantages__item__title{
        text-align: left;
        font-size: 14px;
    }
    .advantages__item__text{
        text-align: justify;
    }
}
/* КОНЕЦ блок преимуществ на главной */


/* logo */
#logo {
	margin: -30px 0 0 0;
    width: 85%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
/* search */

#search .input-lg {
	height: 29px;
	line-height: 20px;
	padding: 0 10px;
	-webkit-border-top-left-radius: 4px;
	   -moz-border-radius-topleft: 4px;
	        border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	   -moz-border-radius-bottomleft: 4px;
	        border-bottom-left-radius: 4px;
}
#search .btn-lg {
	font-size: 15px;
    padding: 5px 10px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-border-top-right-radius: 4px;
       -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	   -moz-border-radius-bottomright: 4px;
	        border-bottom-right-radius: 4px;
    background: #bc241a;
}
#search .btn-lg i{
	font-size: 17px;
    color: white;
}
#search .btn-lg:hover {
	background: #333;
}




#content{
    min-height: 29vh;
}



/* НАЧАЛО ШАПКА новый дизайн */
    .header_{
        background:white;
        position: fixed;
        width: 100vw;
    }
    .header_.sticky{
        position: sticky;
      display: none;
    }
    .header_wrapper span#cart-total{
        display:none!important
    }
    .header_wrapper  .cart-pole{
        cursor: pointer;
    }
    #menu.collapse.navbar-collapse{
        background-color:unset;
    }
    .header_wrapper .row{
    /* border-bottom: 1px solid #f2f2f2; */
    }
    .header_wrapper{
        position: relative;
    }
    .header_wrapper:after{
    content:'';
    display: block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    position: absolute;
    bottom: -12px;
    }

    #menu{
        position: relative;
    }
    #menu:after {
        content: '';
        display: block;
        border-bottom: 1px solid #bc241a3d;
        width: 100%;
        position: absolute;
        bottom: -1px;
    }
  .header_wrapper #logo{
    margin:0
  }
  .header_wrapper #logo span{
    margin: 5px 10px;
    display: block;
  }
  .header_ *,.header__mobile *{
      color:var(--a-color)!important
  }
  .header_,.header__mobile{
    padding:0;
    /* background:unset; */
  }
  .header_ .social ul{
   margin-top:0
  }
  .header_ .inav > li > a:before{
	  /* иконки */
    /* background: url(../images/top-icon-gray.png)no-repeat; */
  }
  .header_wrapper .header_list{
      display: flex;
      justify-content: space-between;
  }
  .header_wrapper__item__links_and_search{
    width: 86%;
    max-width: 1160px;
    margin-right: 20px;
  }
  .header_wrapper__item__links{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
    .header_wrapper__item__links .social ul li:last-child{
        margin-right: 0;
  }
  .header_wrapper__item__links .social ul,.header_wrapper__item__links .top-links-left{
  margin-bottom: 0;
  }
  .header_wrapper__item__links #top-links  {
    display: flex;
    align-self: center;
      padding: 0;
      /* min-width: 362px;
      width: 52%; */
      /* margin-top: 20px; */
      height: 40px;
      align-items: center;
  }
  .header_wrapper__call__back .modal-call,footer .modal-call{
    margin-top:0;
    background: none;
    color: var(--a-color)!important;
    text-transform: none;
    padding: 0;
    font-size: 14px;
    text-align: left;
    position: relative;
  }
   .header_wrapper__call__back .modal-call{
           top: 6px;
   }
  .header_wrapper__call__back .modal-call:after,.buy_one_click__btn span:after,footer .modal-call:after{
    content: '';
    display: block;
    border-bottom: 1px dashed #0f0f0f;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .header_wrapper__call__back .tel-pole{
        width:auto;
        font-size: 25px;
    }
    .buy_one_click__btn{
        margin:15px 0;
        text-align: center;
    }
    .buy_one_click__btn span{
        position: relative;
        cursor: pointer;
        font-size: 14px;
    }
	footer .modal-call{
		    width: -webkit-fit-content; width: -moz-fit-content; width: fit-content;
				font-size: 15px;
			    margin-top: 40px;
	}
	footer .modal-call:hover{
	background: unset!important;

	
	}
  .header_wrapper__call__back .rejim-pole:hover .modal-call:after,.buy_one_click__btn:hover span:after,footer .modal-call:hover:after {
        content: "";
        position: absolute;
        left: auto;
        right: 0;
        width: 0;
		
    }
  .header_wrapper__call__back .rejim-pole{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
  }
  .header_wrapper__item__links .top-links-left li {
    display: flex;
    align-items: center;
    line-height: 1;
    }
  .header_wrapper__item__links  .social a{
    align-items: center;
    display: flex;
    
    text-align: center;
    padding:0;
  }
  .header_wrapper__item__links form  {
      
      width: 100%;
  }
  .header_wrapper__call__back{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .header_wrapper__call__back .seach_input_cont{
    width: 60%;
  }
  .header_ a:hover,.header_ a:hover div,.header__mobile a:hover{
      color:var(--a-color-hover)!important
  }
  .header_wrapper__logo{
    width: 20%;
    text-align: center;
    
    
    /* Новое */
    width: 14%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
    top: 9px;
  }
  .header_wrapper__logo img{
    /* margin-bottom: -15px; */
	max-width: 92px;
height: auto;
	
	
  }
  .header_wrapper__logo span{
    /* margin-left: 41px; */
  }
  .header_ #search input,.header_ #search .btn-lg{
    background: #f5f5f5;
    height: 29px;
    border: 1px solid #eeeeee;
  }
  .header_ #search .btn-lg{
   border-left:none;
  }
  .header_ .tel-pole i{
    position: relative;
    left:0;
    margin-right: 7px;
  }
  .header_ .phone a:hover  i{
  color:var(--a-color-hover)!important
  }
  .header_wrapper__cart .fa {
    font-size: 20px;
    }
    .header_wrapper__cart .cart-pole i {
        font-size: 34px;
        color: #bc241a;
       
    }
    .header_wrapper__cart .cart-pole #cart-totals {
        position: absolute;
        top: -3px;
        text-align: center;
        display: flex;
        color:white!important;
        justify-content: center;
        background: var(--a-color-hover);
        align-items: center;
        left: 15px;}
    .header_wrapper__cart #cart .btn {
        width: 40px;
        padding: 0;
        height: 35px;
    }
    .header_wrapper__cart #cart  {
     margin-bottom:0;
    }
    .header_wrapper__cart {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 86px;
      
    }
    .header_ #search .btn-lg:hover i{
        color:var(--a-color-hover)!important
    }
    .header_ .cart-pole:hover .fa-shopping-cart{
        color:var(--a-color-hover)!important
    }
    .header_ .cart-pole:hover  #cart-totals{
        background:var(--a-color)!important;
        color:white!important;
    }
    .header_  .inav > li > a {
        font-size: 18px;

    }
    .fa-heart-o:hover{
        color:var(--a-color-hover)!important
    }
    .header_  #menu .dropdown:hover .dropdown-menu {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .top-links-left  .dropdown:hover .dropdown-menu {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .top-links-left .dropdown-inner ul{
        display: flex;
        width: 103%;
        max-width: 157px;
        flex-direction: column;
        align-items: end;
    }
    .top-links-left .dropdown-menu{
        min-width:unset!important;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;

    }
    .header_  .form-control {
      box-shadow:none
    }

    .header_ #menu{
        margin-top:13px
    }
 
    .header_ .inav > li:hover > a:before{
		/* иконки */
        /* background: url(../images/top-icon-red.png) no-repeat; */
    }
    .header_ .inav > li:nth-child(1) > a:before{
        /* background-position: 4px 1px; */
        background-position: -192px 2px;
    }
    .header_ .inav > li:nth-child(2) > a:before{
        background-position: -47px 2px;
    }
    .header_ .inav > li:nth-child(3) > a:before{
        background-position: -96px 2px;
    }
    .header_ .inav > li:nth-child(4) > a:before{
        background-position: -143px 2px;
    }
    .header_ .inav > li:nth-child(5) > a:before{
        /* background-position: -192px 2px; */
        background-position: 4px 1px;
    }
    .header_ .inav > li:nth-child(6) > a:before{
        background-position: -248px 1px;
    }
    .favourite__icon{
    }
    .cart-pole:hover svg{
        fill: var(--a-color-hover);
      
    }
    .header_wrapper__cart svg:hover path{
        stroke: var(--a-color-hover);
      
    }
    .header_wrapper__cart svg,
    .header_wrapper__cart img
    {
        position: absolute;
        bottom: 3px;
        height: auto;
    }
    .basket__icon{
        max-width:35px
    }
    .favourit__icon{
        max-width:25px
    }


.ham{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform 400ms;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
.hamRotate.active{transform:rotate(45deg);}
.hamRotate180.active{transform:rotate(180deg);}
.line{fill:none;transition:stroke-dasharray 400ms,stroke-dashoffset 400ms;stroke:black;stroke-width:5.5;stroke-linecap:round;}
.ham8 .top{stroke-dasharray:40 160;}
.active .line{stroke:var(--a-color-hover);}
.ham8 .middle{stroke-dasharray:40 142;transform-origin:50%;transition:transform 400ms;}
.ham8 .bottom{stroke-dasharray:40 85;transform-origin:50%;transition:transform 400ms,stroke-dashoffset 400ms;}
.ham8.active .top{stroke-dashoffset:-64px;}
.ham8.active .middle{/*stroke-dashoffset:-20px;*/transform:rotate(90deg);}
.ham8.active .bottom{stroke-dashoffset:-64px;}
.header__mobile_wrapper{
    display:flex;
    
    justify-content: space-between;
    border-bottom:2px solid #f2f2f2
}
.header__mobile{
    background:white;
}
/* КОНЕЦ ШАПКА новый дизайн */

.main_section{
    margin-top: 215px;
}
@media(max-width:767px){
    .main_section{
        margin-top: unset;
    }
}

#menu-collapse{
    display: none
}


		.menu_catalog_main_menu:after {
			content:"";
			position:absolute;
			left:0px;
			top:0px;
			bottom:0px;
			display:block;
			width:100%;
			box-shadow: 0px 0px 59px 9px #2d2d2d69;
			border: 1px solid #efcac8;
			-webkit-clip-path: inset(0px -80px -80px -80px);
			        clip-path: inset(0px -80px -80px -80px);
		}
		/*.is_sauna {
			position:unset!important;
		}*/
		.is_sauna:hover .menu_catalog_main_menu {
			height:auto;
			padding-top: 15px;
			padding-bottom: 15px;			
			overflow:visible;
		}
		#menu > .container {
			background: #fff;
			z-index: 3;
			position: relative;
		}
		.menu_catalog_main_menu {
			height:0px;
			overflow:hidden;	
			
			max-width: 1190px;
			margin: 0 auto;
			position: absolute;
			width: 100%;
			padding-left: 15px;
			padding-right: 15px;
			
			
			left: 0px;
			right: 0px;
			background: #fff;
			
			z-index: 2;
			border-radius: 0px 0px 6px 6px;					
		}
		.menu_catalog_main_menu h2 {
			position: relative;
			font-weight: bold;
			font-size: 40px;
			line-height: 120%;
			text-align: center;
			letter-spacing: -0.015em;
			color: #252525;			
			margin-bottom: 30px;
			font-family: 'Circe' !important;
		}
		.menu_catalog_main_menu.active {
			height:auto;
			padding-top: 15px;
			max-width: 1220px;
			margin: 0 auto;
			position: absolute;
			overflow:visible;
			width: 100%;
			padding-left: 15px;
			padding-right: 15px;
			padding-bottom: 15px;
			border: 1px solid #efcac8;
			left: 0px;
			right: 0px;
			background: #fff;			
			z-index: 2;
			border-radius: 0px 0px 6px 6px;
		}
		.menu_catalog_parent_item {
			height: 240px;
			position: relative;
			max-width: 550px;
			border-radius: 5px;
			margin: 0 auto;
			
			margin-bottom: 20px !important;
			box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20) !important;
			margin-top: 20px !important;
		}
		.menu_catalog_parent_item_pic {
			height:100%;
			max-height:380px;
			overflow: hidden;
			border-radius: 4px;			
		}
		.menu_catalog_parent_item_pic img {				
			max-height:100%;				
			transition:transform ease 0.3s ;				
		}
		.menu_catalog_parent_name_cont {
			position: absolute;
			bottom: 20px;		
			left:-10px;
			z-index: 99;							
		}
		.menu_catalog_parent_name {
			
			background: #fff;								
			font-size: 20px;
			background-color: #fff;
			
		}	
		.menu_catalog_parent_name a {
			color: #000;
			display:inline-block;
			padding: 10px 10px 10px 20px;
			width:100%;
		}	
		.menu_catalog_parent_name:not(.no_l):hover {
			background: #202020;
			transition: background-color 0.3s ease, border-color 0.3s ease;			
		}	
		.menu_catalog_parent_name:not(.no_l):hover a {
			color: #fff!important;
			text-decoration: none !important;					
		}	
		.menu_catalog_parent_name:hover a {
			color: #252525!important;
		}		
		.menu_catalog_parent_childs {
			position: absolute !important;
			bottom: 20px;
			right: 20px;
			background: rgba(255,255,255,0.5) text-align:left;
			z-index: 2;
			width: 274px;
			display: block !important;
			-moz-box-align: unset !important;
		}	
		.menu_catalog_child_item {
			border-left:3px solid #bc241a;
			background:#fff;
			color:#000;			
			font-size:17px;
			margin-top:9px;
			background-color: #f0f0f0;
		}	
		.menu_catalog_child_item a {
			color: #000;
			padding:3px 15px 3px 15px;
			display:inline-block;
			width:100%;
		}	
		
		.menu_catalog_child_item:hover {
			background: #202020;
			transition: background-color 0.3s ease, border-color 0.3s ease;			
		}	
		.menu_catalog_child_item:hover a {
			color: #fff!important;
			text-decoration: none !important;					
		}				
		.menu_catalog_parent_item:hover img {
			transform:scale(1.03);
			transition:ease transform 0.3s ;
		}
		.menu_catalog_parent_item:after {
			content:"";
			position: absolute;
			right: 0px;
			height: 100%;
			width: 100%;
			top: 0px;
			z-index: 1;
			background: linear-gradient(to left, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.6) 47%, rgba(255, 255, 255, 0.4) 49%, rgba(255, 255, 255, 0) 55%);		
		}	
		@media(max-width:1350px){
			.menu_catalog_main_menu {
				max-width: 1130px;
				padding-left:20px;
				padding-right:20px;				
			}
			.is_sauna:hover .menu_catalog_main_menu {
				padding-top: 0px;
				padding-bottom: 5px;				
			}
			.menu_catalog_parent_item {
				margin-top: 10px !important;
				margin-bottom: 10px !important;	
			}
			.menu_catalog_child_item {
				margin-top: 7px;
			}
			.menu_catalog_parent_item {
				height: 225px;
			}
			.menu_catalog_main_menu .col-lg-6.col-md-6.col-sm-6.col-xs-12{
				padding-left:10px!important;
				padding-right:10px!important;
			}
		}
		@media(max-width:1200px){
			.menu_catalog_parent_name_cont {
				bottom:unset;
				top:15px;
			}
		}
		@media(max-width:1000px){
			.menu_catalog_parent_name {
				font-size:18px;
			}		
			.is_sizes .menu_catalog_parent_childs {
				width:220px;
			}					
		}
		@media(max-width:840px){
			.is_sizes .menu_catalog_parent_childs {
				width:180px;
			}				
		}
		@media(max-width:767px){
			.menu_catalog_main_menu .container {
				width:auto;
			}
			.menu_catalog_parent_item_pic img {
				max-width: unset!important;
			}
			.menu_catalog_parent_item {
				height: auto;
				position: relative;
				border-radius: 0px;
				overflow: hidden;
				margin-bottom: 30px;
				box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20) !important;
				min-height: 364px;
			}		
			.menu_catalog_parent_item_pic {
				height: 100%;
				max-height: 380px;					
			}
			.menu_catalog_parent_name_cont {
				position: absolute;
				bottom: unset;
				left: 5px;
				z-index: 99;					
				top: 16px;
				padding:10px;
				overflow:hidden;	
				background: rgba(255,255,255,0.1); 	
				z-index: 2;				
			}	
			.menu_catalog_parent_name_cont:after {
				content: "";
				filter: blur(10px);
				position: absolute;
				left: 0px;
				top: 0px;
				width: 100%;
				height: 100%;
				background: #ffffff82;
				box-shadow: inset 0 0 2000px rgba(241, 241, 241, 0.2);
				z-index: -1;					
			}				
			.menu_catalog_parent_name {
				border-left: 3px solid #bc241a;
				background: #fff;				
				font-size: 24px;
				background-color: #f0f0f0;
				box-shadow: 0px 0px 5px -1px #000;
			}	
			.menu_catalog_parent_childs {
				position: absolute;
				bottom: 10px;
				
				background: rgba(255,255,255,0.1); 
				text-align:left;
				z-index: 2;
				width: auto;
				top: unset;
			
				padding: 10px;				
				padding-top: 0px;
				overflow: hidden;
				max-width: 320px;
			}	
			.menu_catalog_parent_childs:after {
				content: "";
				filter: blur(10px);
				position: absolute;
				left: 0px;
				top: 0px;
				width: 100%;
				height: 100%;
				background: #ffffff82;
				box-shadow: inset 0 0 2000px rgba(241, 241, 241, 0.2);
				z-index: -1;					
			}	
			.menu_catalog_child_item {										
				color: #000;				
				font-size: 18px;
				margin-top: 10px;
				background-color: #f4f4f4;
				box-shadow: 0px 0px 5px -1px #000;
			}
		}	
		
		@media(max-width:650px){
			.menu_catalog_main_menu h2 {
				font-size:26px;
			}
		}
		
		@media(max-width:550px){
			.menu_catalog_parent_item:after {
				display:none;
			}
			.menu_catalog_parent_childs {
				right:unset;
				left:5px;
			}
		}








/*--slider--*/
.slider-top{
	margin-top: 2px;
	position: relative;
    margin-bottom: 5px;
}
.owl-carousel .owl-wrapper-outer{
	max-width: 1920px;
    margin: 0 auto;
}
#slideshow0{
	margin: 0 -15px;
}
.owl-carousel .owl-buttons div i{
    /* font-size: 54px!important; */
    color: var(--a-color)!important;
 
}
#slideshow1.owl-carousel .owl-buttons div {
    /* font-size: 54px!important; */
  opacity: 0.7;
  
}
#slideshow1.owl-carousel.owl-carousel:hover .owl-buttons div{
opacity: 1;
}
.owl-controls .owl-buttons .owl-prev {
    top: 50%!important;
    transform: translateY(-50%)!important;;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.owl-controls .owl-buttons .owl-next {
    top: 50%!important;
    transform: translateY(-50%)!important;;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.banner-text{
    position: absolute;
    top: 35%;
    left: 25%;
    font-size: 22px;
    line-height: 24px;
}
.banner-text h3{
	font-size: 42px;
    font-weight: 600;
    color: #000;
}

.buy-button{
	width: 270px;
    height: 65px;
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 22px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    color: #fff;
    background: rgba(247,217,48,1);
    background: -moz-linear-gradient(top, rgba(247,217,48,1) 0%, rgba(238,151,20,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,217,48,1)), color-stop(100%, rgba(238,151,20,1)));
    background: -webkit-linear-gradient(top, rgba(247,217,48,1) 0%, rgba(238,151,20,1) 100%);
    background: -o-linear-gradient(top, rgba(247,217,48,1) 0%, rgba(238,151,20,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247,217,48,1)), to(rgba(238,151,20,1)));
    background: linear-gradient(to bottom, rgba(247,217,48,1) 0%, rgba(238,151,20,1) 100%);
}
.buy-button:hover{
	background: rgba(247,217,48,1)!important;
	color: #fff;
}
/*oform*/
.oform{
    max-width: 510px;
    float: right;
    width: 100%;
    background: #0d81b4;
    padding: 15px 60px 9px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 60px;
}
.oform p{
    margin: 8px 0;
}
.oform h3{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.oform h3 i{
    color: #fff;
    font-size: 21px;
}

.oform .fos-input{
    display: block;
}
.oform p span.green{
    color: #28d606;
}
.oform .agreement a{
    color: #fff;
    text-decoration: underline;
}
.oform .agreement a:hover{
    color: #fff;
    text-decoration: none;
}
.oform .fos-input input{
    display: block;
    width: 100%;
    margin: auto;
    padding: 10px 10px;
    font-size: 15px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #fff;
    color: #000;
}
.oform .submit{
    width: 50%;
    border: none;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #20b802;
    padding: 7px;
    font-size: 15px;
    margin: 7px 0;
}

/*--bottom-slider-block--*/
.home-top-block #column-right {padding:0;position: relative;}

.product-right-block h3{color:#bc241a}
.distrib-block.home-top{
	background: #f6f6f6;
	padding: 15px 0;
}
.distrib-block.home-top .container div {
	float: left;
    width: 25%;
	font-size: 12.3px;
}
.distrib-block.home-top .container div h5 {
	color: #bc241a;
    font-weight: 600;
	    font-size: 15px;
}
.distrib-block.home-top .container div img {
	float: left;
}
.distrib-block.home-top .container div span {
	padding-top: 15px;
    display: inline-block;
    padding-left: 10px;
	width: 68%;
	color: #777777
}
.form-group{
	margin: 0;
}
.related-area{
    background: #eee;
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

.accessories-area{
    margin-bottom: 30px;
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

.related.col-sm-12 {
	margin-top: 0;
    padding: 30px 0;
}

.related .slick-slide{
	outline: none!important;
}
.related .product-thumb{
    padding: 5px;
    margin: 0;
    border: 1px solid #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.related .product-thumb:hover{
    border: 1px solid #bc241a;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px #cacaca;
       -moz-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
}
.related-title{
    margin-bottom: 20px;
    font-weight: 600;
}
.related .image{
	margin: 0!important;
    width: 35%;
    display: inline-block;
    max-height: 100%;
    overflow: hidden;
}

.related .caption{
	height: 100%!important;
    width: 62%;
    display: inline-block;
    vertical-align: top;
    float: right;
    padding: 5px 0!important;
}
.related .caption h4{
    height: 55%;
    min-height: auto;
    color: #bc241a;
}
.related .slick-prev, .related .slick-next, .featured .slick-prev, .featured .slick-next{
    width: 45px;
    top: -30px;
    left: 300px;
    margin: 0;
    height: 35px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #e2e1e1;
}
.related .slick-prev:before, .related .slick-next:before, .featured .slick-prev:before, .featured .slick-next:before{
    content: '';
    width: 15px;
    height: 15px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    display: block;
    position: absolute;
    top: 10px;
    left: 12px;
}
.related .slick-prev:before, .featured .slick-prev:before{-webkit-transform: rotate(315deg);-moz-transform: rotate(315deg);-ms-transform: rotate(315deg);-o-transform: rotate(315deg);transform: rotate(315deg);left: 20px;}
.related .slick-next:before, .featured .slick-next:before{-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);}
.related .slick-prev:hover, .related .slick-next:hover, .featured .slick-prev:hover, .featured .slick-next:hover{
    background: #bc241a;
}
.related .slick-prev:hover::before, .related .slick-next:hover::before,
.featured .slick-prev:hover::before, .featured .slick-next:hover::before{
    border-color: #fff;
}
.related .slick-prev, .featured .slick-prev{
	margin-left: -50px;
}

.related .caption button{
    background: none;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    color: #32ba17;
    width: 50px!important;
    height: 25px;
    vertical-align: top;
    float: right;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    position: relative;
}
.related .caption button span{
    position: relative;
}
.related .caption button span:before{
    content: '';
    display: block;
    width: 22px;
    height: 24px;
    position: absolute;
    background: url(../images/sprite-icon.png)no-repeat;
    background-position: -8px -243px;
    top: -2px;
    left: -26px;
}
.related .caption button:before{
    content: '';
    width: 1px;
    background: #eee;
    height: 22px;
    left: -28px;
    position: absolute;
    top: 3px;
}

.related .caption button i{
	font-size: 23px;
}
.related .price-cur{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #ff8103!important;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    margin-bottom: 0;
    position: relative;
}

.produt-bottom .prod-module .container{
	width: auto;
	padding: 0;
}
.prod-module.featured{
	padding-bottom: 0;
    padding: 60px 1px 30px 0;
    margin-right: 0;
}
.prod-module.featured.prod-to-cat{
	border-top: 0;
}
.prod-module.featured .slick-slide {

    margin: 0 1px!important;
}
.bottom-module .prod-module.featured{
	border: none;
	padding-top: 30px;
}
.prod-module .h3_title{
        font-size: 20px;
            margin: 0;
}
.prod-module .h3_title{
	margin-bottom: 20px;
	font-weight: 600;
}
.prod-module .product-layout{
    background: #fff;
    padding: 0;
    border: 1px solid #ddd;
    /* margin-right: -1px; */

    outline: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.prod-module .product-layout.p4, .prod-module .product-layout.p5,
.prod-module .product-layout.p6, .prod-module .product-layout.p7{
	margin-top: -1px;
}

.prod-module .product-layout:hover{
    /* border: 1px solid var(--a-color); */
    z-index: 9;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.prod-module .row{
	margin: 0 -5px;
}


.prod-module .product-layout .product-thumb .caption button{
	text-align: left;
    padding: 0;
    font-size: 16px;
}
.prod-module .product-layout .product-thumb{
	overflow: unset;
    position: relative;
    height: 100%;
}
.prod-module .product-layout .product-thumb .caption button:last-child{
	text-align: right;
}
.prod-module .product-layout .product-thumb .caption button i{
	font-size: 18px;
}

.prod-module .product-layout .button.btn-block.order{
	margin: 10px 0;
    -webkit-box-shadow: 0 0 10px #f8d92bba;
       -moz-box-shadow: 0 0 10px #f8d92bba;
            box-shadow: 0 0 10px #f8d92bba;
	background: #bc241a;
}
.prod-module .product-layout .button.btn-block.order:hover{
	-webkit-box-shadow: inset 0 0 10px #f8d92bba;
	   -moz-box-shadow: inset 0 0 10px #f8d92bba;
	        box-shadow: inset 0 0 10px #f8d92bba;
}

.category-home-block{
	margin: 0 -13px 0 -20px;
}
.category-home-block table{
	width: 100%;
	border-spacing: 20px;
	border-collapse: unset;
}
.category-home-block table td{
    height: 300px;
    background: #dbdbdb;
    width: 33.33%;
    text-align: center;
}
.category-home-block table td a{
	color: #343230;
    text-decoration: none;
    font-size: 16px;
}
.category-home-block table td a:hover{
    text-decoration: underline;
}
.category-home-block table td p{
	margin-top: 30px;
}

.home-bottom{
	margin-bottom: 30px;
    overflow: auto;
}
.home-bottom .banner-text{
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 18px;
    line-height: 30px;
}
.home-bottom .banner-text h3{
	color: #fff;
	font-size: 26px;
}
.home-bottom .banner-text a{
	margin: 0 auto;
	text-transform: none;
	width: 100%;
    height: 400px;
    margin-top: -120px;
    background: transparent;
}
.home-bottom .item{
    background: #f6f1f1;
}

.home-bottom .banner-text a:hover{
	background: #ffffff1f!important;
}
.news-homepage{
	padding: 30px 0;
	background: #e6e6e6;
}
.news-homepage h3{
	margin: 20px 0 15px;
	font-size: 26px;
	text-align: center;
}
.news-homepage h3:before{
	content: '';
	display: block;
	background: url(../images/sky.png)no-repeat;
	background-position: 50% 0;
	height: 70px;
}
.news-homepage div.description{
	    text-align: center;
    font-size: 14px;
    color: #787a77;
    margin-bottom: 20px;
}
.news-homepage .product-layout{
    width: 275px!important;
    height: 280px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    background: #fff;
    padding: 15px;
}
.news-homepage .product-layout .product-thumb .caption{
	height: 200px;
}
.news-homepage .product-layout .product-thumb .caption h4{
	margin: 20px 0;
}
.news-homepage .product-layout .product-thumb .caption h4 a{
	color: #3a3b40;
}
.news-homepage .product-layout .product-thumb .caption p{
	font-size: 14px;
    line-height: 22px;
}
.news-homepage .product-layout .product-thumb .news-viewed{
	float: right;
}












/*--conten-bottom--*/
#home .content-btm .featured{
	/* display: none; */
}

#content .content-btm{background:none;}
.content-btm{
	/* background: #f6f1f1; */
    padding: 20px;
    margin-bottom: -30px;
    position: relative;
}
.categories-bottom:before{
    content: '';
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    border-bottom: 3px solid #f6f1f1;
    top: -8px;
}
.categories-bottom,.categories-bottom{
    position: relative;
}
.categories-bottom:after{
    content: '';
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    border-bottom: 3px solid #f6f1f1;
    top: 24px;
}
.content-btm h2 {
	font-size: 26px;
    margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.btm-ctn .content-btm{
    background: #fff;
    margin-bottom: 30px;
    margin: 0 -5px;
}
.pay-banner{
	margin-bottom: 15px;
}
.btm-ctn .brand-ttl{
    font-size: 24px;
    margin: 0 0 20px;
    display: inline-block;
    font-weight: 600;
}
.brand-href{
    float: right;
    font-size: 20px;
    font-weight: 600;
}
.btm-ctn img{
    width: 100%;
}
.brand-block table{
    width: 100%;
    border-collapse: unset;
}
.brand-block table td{
    border: 1px solid #e4e4e4;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    -moz-transition: 0.1s;
    transition: 0.1s
}
.brand-block table td:hover{
    border: 1px solid #bc241a;
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0 5px #a7a7a7;
       -moz-box-shadow: 0 0 5px #a7a7a7;
            box-shadow: 0 0 5px #a7a7a7;
}
/* cart */
#cart {
    margin-bottom: 10px;
}
.cart-pole {
    padding-top: 5px;
    font-weight:600;
}
.cart-pole .cart-h {
    margin: -7px 0 0 65px;
    position: absolute;
    z-index:9;
    font-size: 15px;
    color: white;
    cursor: pointer;
}
.cart-pole #cart-total {
    color: #fff;
    margin-left: 53px;
    display: block;
    margin-top: 2px;
    font-size: 14px;
    font-weight:600;
}
.cart-pole:hover #cart-total,
.cart-pole #cart-total:hover {
    color: #bc241a;
}
.cart-pole i{
	position: absolute;
  font-size: 50px;
  color: #bc241a;
}
#cart > .btn {
    border: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    height: 50px;
    text-align: left;
}
#cart > .btn i {
    display: none;
}
#cart.open > .btn {
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #ddd;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}

.delivery-title, .payment-title, .t-head{
    font-size: 20px;
    margin: 15px 0;
}

.cart-img img{
    height: auto!important;
    padding: 0;
    max-width: 120px!important;
}
.shipping_method, .payment_select{
    width: 100%;
    display: block;
    padding: 10px 5px;
    border: 1px solid #ddd;
    margin: 0;
    border-bottom: 0;
    position: relative;
}
.shipping_method:last-child, .payment_select:last-child{
    border-bottom: 1px solid #ddd;
}
.shipping_method span, .payment_select span{
    font-size: 16px;
    margin: 0 5px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    display: inline-block;
}
.shipping_method p.ship-cost{
    font-size: 16px;
    color: #8b8a8a;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
}
.ship-desr {
    padding: 5px;
}
.ship-desr p{
    font-size: 14px;
    color: #8b8a8a;
    margin-bottom: 0;
}
.fields-group{
    margin: 10px 0;
}
.fields-group.mail{
    width: 48%;
    float: left;
}
.fields-group.telephone{
    width: 48%;
    float: right;
}
.fields-group .error{
    color: red!important;
}
.fields-group input, .fields-group textarea{
    padding: 20px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.fields-group textarea{
    padding: 10px 15px;
    resize: none;
    height: 150px;
}
.fields-group label{
    font-size: 14px;
    color: #8b8a8a;
    margin-bottom: 5px;
}
.cart-info{
    margin-top: 30px;
}
.cart-info .fa-times{
    color: #ff305c;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.cart-info .fa-times:hover{
    color: #000;
}
.cart-info td{
    padding: 10px 15px!important;
}
.cart-info td, .cart-info td a{
    font-size: 20px;
    color: #222;
}
.cart-info thead td{
    font-size: 14px;
}
.cart-info td .p-model, .cart-info td .cart-option{
    font-size: 14px;
    color: #8b8a8a;
}


.shipping_method input, .payment_select input{
    display: none;
}
.shipping_method span:before, .payment_select span:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}
.shipping_method input:checked + span:before, .payment_select input:checked + span:before{
    border: 3px solid #f84103;
}
.checkout table td{
    border: 1px solid #ddd!important;
}
.payment-data table td{
    padding: 10px 15px!important;
    color: #8b8a8a;
    font-size: 16px;
}
.payment-data table td.shop-total{
    font-weight: 600;
    color: #000;
    text-align: center;
    min-width: 110px;
}
.payment-data table tr.green, .payment-data tr:last-child{
    background: #f84103;
}
.payment-data table tr.green td, .payment-data tr:last-child td {
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #f84103!important;
}

.contact_form{
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.about-tpl.contacts h3#tel {
    background: url(../images/Kontakty.png)no-repeat 0px 0px!important;
}
.container.information span{
    font-size: 16px!important;
    line-height: 1.4!important;
}

.container.information>b
{
    font-size: 24px!important
}
table.fr-solid-borders td, table.fr-solid-borders th{
    padding: 10px;
        font-size: 16px!important;
}
.about-tpl.samovyvoz,
.about-tpl.samovyvoz span{
font-size: 16px!important;
}
.contact__wrapper{
    display: flex;
      justify-content: space-evenly;
}
.contact__item:last-child{
    display: flex;
    width: 51%;
}




.fos-bottom form.contact_form .text-rght{
    margin-left: 0;
}
.text-left{max-width: 180px;}
.col-sm-6.text-left{max-width:100%}
.text-center img{height:180px;border:0;}
.table-bordered{margin-top:15px;}
/*-----category----*/

.products-in-cat{
    position: relative;
    margin-bottom: 20px;
}
.products-in-cat .col-lg-3{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
@media(min-width:768px) and (max-width: 900px){
    .products-in-cat .col-lg-3{
        width: 50%;
        float: left;
        padding-bottom: 30px;
    }
}
@media (min-width:901px) and (max-width:1199px){
    .products-in-cat .col-lg-3{
        width: 33.3333%;
        float: left;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width:1200px){
    .products-in-cat .col-lg-3{
        width: 25%;
        float: left;
        padding-bottom: 0px;
    }
}

.go_to_product{
    display: flex;
    height: 100%;
    width: 100%;
    height: 27px;
    align-items: center;
    justify-content: center;
    background: var(--a-color-hover);
    color: white;
    
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}
.go_to_product:hover{
    color:white;
    /* font-weight: bold; */
    background: var(--a-color-hover-dark);
}

.category-title {
	font-size: 22px;
  color: #222;
  font-weight: 600;
	margin-bottom: 10px;
}
.manf .category-title{
    margin: 20px 0;
    height: 30px;
}
.manf  .row.featured.category{
margin-top: 40px;
}
.category .product-thumb{
    height: 100%;
}
.category .product-layout{
    width:100%;
    padding: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
    cursor: pointer;
    position: relative;
}
.category .product-layout:hover{
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 9;
    /* border: 1px solid #131313; */
    /* -webkit-box-shadow: 0px 2px 15px #a5a5a5;
       -moz-box-shadow: 0px 2px 15px #a5a5a5;
            box-shadow: 0px 2px 15px #a5a5a5; */
            /* box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%); */
            box-shadow: 0 3px 16px 1px rgb(0 0 0 / 50%);
}
.child-list{
    /* border: 1px solid #555555; */
    margin: 10px 0;
}
.child-list .category__item a img{
    max-width: 19px;
    height: auto;
    margin-right: 8px;
}
.h3{
    font-size: 20px;
    margin: 0;   
}
.child-list .h3{
	border-bottom: 1px solid #555555;
	padding: 10px;
	font-weight: 600;
}
.child-list ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 10px 10px 5px;
	margin: 0;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.child-list ul li{
	margin-right: 30px;
	margin-bottom: 5px;
   
}
.child-list ul li a{
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
.child-list ul li a:hover{
    color: #bc241a;
}
.sort-box {
    display: none;
  background-color: #e8e9ea;
  padding: 7px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.form-control {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.sort-box  .form-control{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.sort-box div {
	text-align: center;
    padding-left: 24.2%;
}
.advantage-area.hide__for__pc{
    display: none!important
}
.sort-box div span {
	font-size: 12px;
    height: 30px;
    border: 0;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
}
.main_page_text{
   margin-top:30px
}
.main_page_text,
.main_page_text span{
    font-size: 16px;
}
.main_page_text h1{
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
}
#list-view {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
    background: white;
    border: 1px solid;
    margin-right: 5px;
	margin-left: 10px;
    color: #87909d;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
#grid-view {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
    background: white;
    border: 1px solid;
    color: #87909d;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
#grid-view.active{
	color: #ff8001!important;
	border: 1px solid #87909d;
}
#list-view.active{
	color: #ff8001!important;
	border: 1px solid #87909d;
}
.product-layout .product-thumb {
	border: 0;
}





.category-page .price{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #ff8103;
	font-weight: 600;
}
.product-grid .stock{
    text-align: center;
    font-size: 14px;
    color: #888;
    padding: 2px 5px 9px;
    margin: 0;
    position: relative;
}
.product-grid .stock span{
    position: relative;
}
.product-grid .stock span:before{
    content: '';
    background: #27a449;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    display: block;
    position: absolute;
    left: -15px;
    top: 5px;
}
.category-page button {
	border: 0;
    background: 0;
    color: #6dade5;
}
.category-page button i {
	color: #ff8206;
}
/*--column-left--*/
.category-block {
	    border: 5px solid #c5cdd8;
}
.category-block h4 {
	text-align: center;
    margin: 15px 15px 0 15px;
    border-bottom: 1px solid #c5cdd8;
    padding-bottom: 15px;
    font-weight: 700;
}
.category-block li {
	list-style: none;
	position: relative;
}
.cat-3lvl{
	position: absolute;
    margin-left: 260px;
    margin-top: -40px;
    background-color: #fff;
    z-index: 3;
    border: 4px solid #337ab7;
	display: none;
}
.cat-3lvl ul{
	padding: 0;
    margin: 0;
}
.cat-3lvl ul li a{
	margin: 0;
}
#manufacturer-fast-filt span{
	padding: 5px;
	display: inline-block;
    border: 1px solid #f6a427;
    margin: 0px 5px 5px 0px;
    background: #bc241a;
}
#manufacturer-fast-filt span a{
	color: #000;
}
#manufacturer-fast-filt span a:hover{
	text-decoration: underline;
}
#manufacturer-fast-filt .stop.hide, #manufacturer-fast-filt .btn-danger{
	display: none;
}
#manufacturer-fast-filt .show-all{
	cursor: pointer;
	text-decoration: underline;
	font-size: 16px;
	display: inline-block;
    clear: both;
}
#manufacturer-fast-filt .show-all:hover{
	text-decoration: none;
}


.category-block li a:hover ~ .cat-3lvl{display:block}
.cat-3lvl:hover{display:block;}

/*-- contact-page --*/
.contact-left{
	font-size: 14px;
	display: inline-block;
    width: 45%;
	margin-bottom: 20px;
}
.contact-left iframe{
    max-width: 100%;
}
.contact-right{
	display: inline-block;
    /* width: 53%; */
    width: 100%;
    /* float: right; */
}
.contact-right .ya-maps{
	margin-top: 32px;
}
.contact-block{
	margin-top: 20px;
	display: inline-block;
}
.contact-block div{
	display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e8e3;
    margin-bottom: 15px;
    width: 100%;
}
.contact-block div:last-child{
	border:0;
}
.contact-block div img{
	vertical-align: top;
    margin-top: 7px;
}
.contact-block div span{
	display: inline-block;
    margin: 0 10px;
	line-height: 1.5em;
}
/*.information h1{display:none}*/
h1#prodname span{
    /* font-size: 19px;
    color: #e3bdae;
    margin-left:5px; */
    display:none!important;
}
h1#prodname {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}
.show_for_moobile{
    display: none;
}
@media (max-width: 478px) {


	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}

    .sborka_zero_rouble__icon {

        /* max-width: 35px; */
    }



}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.nav-drop{display:none}
.nav.navbar-nav li:hover ~ .nav-drop{display:block}
.nav-drop:hover{display:block;}
.nav-drop li{font-weight:600;}
.nav-drop li a:hover{color:#ff8103;}
.nav-drop-2lvl{list-style:none;}
.nav-drop-2lvl li{font-weight:100;}
#menu {
	background-repeat: repeat-x;
	min-height: 40px;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	background-color: #bc241a;
}
#menu .nav > li > a {
    color: #fff;
    padding: 12px 6px 11px 6px;
    min-height: 15px;
    background-color: transparent;
    font-size: 14px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background: #333;
    color: #fff;
}
#menu .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	width: 320px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
#menu .dropdown-inner,.top-links-left .dropdown-inner {
	display: block;
}
#menu .dropdown-inner ul {
	display: block;
	width: 100%;
}

#menu .dropdown-inner .iparent.irel>div {
	cursor:pointer;
}
#menu .dropdown-inner .iparent.irel>div:hover .link-href {
	color: var(--a-color-hover) !important;
}

#menu .dropdown-inner a, .top-links-left .dropdown-inner a, #menu .dropdown-inner a, #menu .dropdown-inner .iparent.irel>div {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-weight: 600;
    line-height: 20px;
    color: var(--a-color);
    font-size: 16px;
		text-align: left;
        font-weight: 500;
}
.top-links-left .dropdown-inner a{
    padding: 5px 10px
}
#menu .dropdown-inner a img{
	margin-right: 10px;
}
.dropdown-inner .link-href{
	min-width:250px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#menu .dropdown-inner li:not(:last-child){
	border-bottom: 1px solid #b3b4b4;
}
#menu .dropdown-inner li a:hover {
	color: var(--a-color-hover);
	background: #fff;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #bc241a;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bc241a), to(#1f90bb));
	background-image: -webkit-linear-gradient(top, #bc241a, #1f90bb);
	background-image: -moz-linear-gradient(top, #bc241a, #1f90bb);
	background-image: -o-linear-gradient(top, #bc241a, #1f90bb);
	background-image: linear-gradient(to bottom, #bc241a, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
		color: #fff;
	}
}
p{
    font-size: 14px;
}


@media (max-width:900px){
#filter_vier{
    display: none;
}
.header_wrapper__call__back .tel-pole {
    width: auto;
    font-size: 21px;
}
}
@media (min-width:900px){

    #column-left{
    max-width: 306px;
    width: 100%;
}
.container.grid__wrapper:after,
.container.grid__wrapper:before{
content:unset;
content:none;
}
.grid__wrapper{
    display: grid;
    grid-template-columns: 306px auto;
        gap: 50px;
    padding: 0;
}
}
#content.information{
	margin-bottom: 40px;
    font-size: 17px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
    background: #f6f6f7;
	/* background: url('../images/teks.jpg'); */
	border-top: 1px solid #ddd;
	/* color: #fff; */
	color: var(--a-color);
	font-weight: 600;	
}
.powered {
    border-top: 1px solid #ddd;
	/* background: url('../images/teks.jpg'); */
  margin-top: 20px;
  height: 65px;
  vertical-align: middle;
  padding-top: 5px;
  font-size: 14px;
  color: var(--a-color);
}
.powered span {margin-left:15px;font-weight: 100}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
    /* color: #fff; */
    color: var(--a-color);
    font-weight: 100;
    text-decoration: none;
}
footer a:hover {
	color: var(--a-color-hover);
	text-decoration:none;
}
footer h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--a-color);
	margin-bottom: 10px;
}
footer i {
	color:#bc241a;
	margin-right: 5px;
}
.social{border:0;}
.social ul{
	list-style: none;
    padding: 0;margin-top: 9px;
    /* margin: 10px -10px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: flex-start;
}
.social ul li{margin: 0px 8px;}

/*.rejim-footer li{width: 115px;}*/
footer .payments{list-style: none;}
footer .payments li{float: left; margin:0 3px 10px 0}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 40px 0 0 0;
	padding: 8px 0;
	background: none;
    font-size: 15px;
}
.category.breadcrumb {
    padding-left: 15px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px 0 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:last-child a{
	color: var(--a-color-hover)!important;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '›';
	color:var(--a-color);
    POSITION: RELATIVE;
    left: 6px;
}
.breadcrumb > li:last-child:after {
	content: unset;

}
.pagination {
	margin: 10px -15px 0;
}
.pagination .prevnext a{
    color: var(--a-color);
}
.pagination .prevnext a:hover{
    color: var(--a-color-hover);
}
.pagination>li>a, .pagination>li>span{
    padding: 7px 15px;
    color: #222;
    font-weight: 600;
    font-size: 16px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #bc241a;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background: var(--a-color);
    color: #fff;
    border: 1px solid #ddd;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 10px 12px;
	font-size: 12px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #000000;
    background: #bc241a;
    border: 0;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
	        border-radius:0;
    display: block!important;
}
.btn-default:hover{
	background: #333;
    color: #fff;
}
.btn-primary {
	border: none;
    display: inline-block;
    color: #fff;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
    line-height: 19px;
    text-align: center;
		max-width: 220px;
    background: #bc241a;
}
.min-info .btn-primary{
width: 100%;
max-width: unset;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	/*background-color: #1f90bb;
	background-position: 0 -15px;*/
		color: #fff;
    background: #333;
    text-decoration: none;
    cursor: pointer;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	max-width: 220px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    width: 100%;
    max-width: 300px;
    font-weight: 600;
    clear: both;
    border: 0;
    color: #222;
    font-size: 18px;
    padding: 15px 0px 15px 25px;
    position: relative;
    background: #bc241a;
}
.payment .btn-success{
    margin-top: 10px;
    padding: 15px;
    text-transform: uppercase;
    max-width: 200px;
    float: right;
}
.payment .btn-success:hover, .payment .btn-success:active{
    background: #bc241a;
    color: #000;
}
/*.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}*/
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
	background-image: -webkit-linear-gradient(top, #e06342, #dc512c);
	background-image: -moz-linear-gradient(top, #e06342, #dc512c);
	background-image: -o-linear-gradient(top, #e06342, #dc512c);
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #bc241a;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.cart-pole #cart-totals{
    position: absolute;
    top: -9px;
    left: 36px;
    width: 23px;
    height: 23px;
    line-height:23px;
    /* border: 1px solid black; */
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    /* display: flex; */
    background: var(--a-color-hover);
}
header.scroll .cart-pole #cart-totals{
    width: 23px;
    top: -11px;
    left: 17px;
    height: 19px;
}

.cart-pole #cart{
    position: relative;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	background-image: -webkit-linear-gradient(top, #333333, #111111);
	background-image: -moz-linear-gradient(top, #333333, #111111);
	background-image: -o-linear-gradient(top, #333333, #111111);
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group li a {
	color: #0b7fb1;
	padding: 10px 0;
	border: 0;
	-webkit-border-radius: 0!important;
	   -moz-border-radius: 0!important;
	        border-radius: 0!important;
	background: transparent;
	border-top: 1px solid #c5cdd8!important;
}
/*
.list-group a.active, .list-group a.active:hover, .list-group a:hover, .list-group li.lvl1:active a, .list-group li.lvl1:hover a {
	color: #ddd;
	border-top: 1px solid #6ebc45!important;
	padding: 10px 0;
	background: #6ebc45;
    color: #ffffff;
}*/
.list-group li.lvl1:active .dropdown a, .list-group li.lvl1:hover .dropdown a{
	background: transparent;
	color: #0b7fb1;
	border-top: 1px solid #c5cdd8!important;
}
.category-block li.lvl1 a{
	margin: 0 15px;
}
.category-block li.lvl3 a{
	padding-right: 15px;
}
.category-block li:hover, .category-block li:active, .category-block li.active{
	background: #6ebc45;
	color: #ffffff;
}
.category-block li.lvl2:hover a.lvl2{
	color: #fff;
}
.lev3 a{
	display: block;
}
#load{
    display: block;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.5) url(../images/load.gif)no-repeat;
    width: 103%;
    margin: auto;
    line-height: 29px;
    position: absolute;
    z-index: 99;
    top: 140px;
    bottom: 70px;
    left: -15px;
    right: 0;
    text-align: center;
    background-position: 50%;
    -webkit-background-size: 100px 100px;
       -moz-background-size: 100px;
            background-size: 100px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.sec0 .featured.category{
	position: relative;
}
.sec0 .featured.category #load{
	top: 0;
	bottom: 0;
}
.lev3 .load{
    background: url(../images/load.gif)no-repeat;
    display: block;
    width: 70px;
    height: 40px;
    margin: auto;
    background-position: 0 -15px;
}
.child-m{
	background: #333!important;
	color: #fff!important;
}
.lvl1 .dropdown{
	display: none;
	position: absolute;
    right: -290px;
    width: 290px;
    top: 0;
    background: #fff;
    z-index: 4;
    border: 5px solid #c5cdd8;
}
.lvl1 .dropdown ul{
	padding: 0;
	margin: 0;
}
#column-left li.lvl2:first-child a.lvl2,
#column-left .lev3 li:first-child a{
	border-top: 0!important;
}
#column-left .lev3 li a:hover{
	color: #fff;
}


/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-block-top{
	margin-left: 15px;
    margin-right: -15px;
}
.product-block-top h1{
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.product-header{
    margin-bottom: 10px;
}
.product-izbrn{
/* margin-top: 40px; */
}
.product-block-top .review-art{
	display: block;
}
.review-art .rating{
    /* margin-right: 50px; */
}
.review-art .rating .fa-stack {
  
    margin: 0 1px;
}
.product-block-cl{
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    position: relative;
}
.img-note{
    position: absolute;
		background: -webkit-gradient(linear, left top, right top, from(#ababab), to(#e6e6e6));
		background: -webkit-linear-gradient(left, #ababab 0%, #e6e6e6 100%);
		background: -moz-linear-gradient(left, #ababab 0%, #e6e6e6 100%);
		background: -o-linear-gradient(left, #ababab 0%, #e6e6e6 100%);
		background: linear-gradient(to right, #ababab 0%, #e6e6e6 100%);
    padding: 10px 0;
    font-size: 16px;
    color: #131313;
    cursor: default;
    z-index: 3;
    top: 6px;
    text-align: center;
    width: 120px;
}
.img-note:before{
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-left: 5px solid #e6e6e6;
    right: -25px;
    top: 0;
}
.img-note.xit{
    top: 50px;
    background: #ff0000;
		color: #fff;
}
.img-note.xit:before{
    border-left: 5px solid #ff0000;
}


.common-home .advantage-area{
    margin: 30px 0 0;
		padding: 0;
}
.common-home .advantage-area .row{
    margin:  0;
}
.common-home .advantage{
    /* border-top: 1px solid #dddddd; */
}
.advantage{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.advantage .block-item{
    width: 25%;
    padding: 15px 15px 15px 70px;
    font-size: 14px;
    position: relative;
}
.advantage .block-item:before{
    content: '';
    width: 55px;
    height: 45px;
    background: url(../images/home-icon.png)no-repeat;
    left: 10px;
    top: 15px;
    display: block;
    position: absolute;
}
.advantage .block-item:nth-child(1)::before{background-position: 0px 0px;}
.advantage .block-item:nth-child(2)::before{background-position: -86px 0px;}
.advantage .block-item:nth-child(3)::before{background-position: -183px 0px;}
.advantage .block-item:nth-child(4)::before{background-position: -277px 0px;}

.advantage .block-item:after{
	content: '';
	width: 1px;
	height: 50px;
	background: #ddd;
	right: 5px;
	top: 30px;
	display: block;
	position: absolute;
}
.advantage .block-item:last-child::after{
    content: none;
}

.advantage .block-item .ttl{
    color: #bc241a;
    font-weight: 600;
    font-size: 15px;
}
.advantage .block-item:last-child .ttl{
	white-space: nowrap;
}
.advantage .block-item .dscr{
    margin-top: 5px;
    line-height: 20px;
    margin-bottom: 0;
		font-size: 13px;
}
.advantage .block-item .dscr span{
    display: block;
		white-space: nowrap;
}
.advantage .block-item .dscr span.green{
    color: #bc241a;
    font-weight: 600;
}

.product-block-cr .min-info .left-side ul{
	list-style: none;
    font-size: 16px;
    color: #222;
    line-height: 25px;
    padding: 0;
    margin-bottom: 0;
		margin-top: 15px;
}
.product-block-cr .min-info .left-side{
	display: inline-block;
}
.product-block-cr .min-info .left-side ul li{
	padding-left: 30px;
	position: relative;
    margin-bottom: 5px;
    font-weight: 600;
}
.product-block-cr .min-info .left-side ul li:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	background: url(../images/prod-icon.png)no-repeat;
}
.product-block-cr .min-info .left-side ul li:nth-child(1)::before{
	background-position: 2px 1px;
}
.product-block-cr .min-info .left-side ul li:nth-child(2)::before{
	background-position: 1px -26px;
}
/* .product-block-cr .min-info .left-side ul li:nth-child(3)::before{
	background-position: -4px -108px;
    height: 30px;
    margin-top: -2px;
}
.product-block-cr .min-info .left-side ul li:nth-child(4)::before{
	background-position: -4px -140px;
}
.product-block-cr .min-info .left-side ul li:nth-child(5)::before{
    background-position: 1px -200px;
    -webkit-background-size: 24px 24px;
       -moz-background-size: 24px;
            background-size: 24px;
}
.product-block-cr .min-info .left-side ul li:nth-child(6)::before{
    background-position: 1px -171px;
    -webkit-background-size: 24px 24px;
       -moz-background-size: 24px;
            background-size: 24px;
} */
.product-block-cr .min-info .left-side ul li.del, .product-block-cr .min-info .left-side ul li.npay{
    color: #ff426a;
}
.product-block-cr .min-info .right-side{
	float: right;
}
.product-block-cr .min-info .right-side{
	position: relative;
}
.brand-img img{
    max-height: 60px;
}

.nalichie:before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 25px;
	position: absolute;
	left: 0;
	background: url(../images/prod-sprite.png)no-repeat;
	background-position: -31px -45px;
}
#find.nalichie:before{
	background-position: -31px -79px;
}












/*.slick-list{min-height: 300px!important;}*/
.product-right-block {
	float: right;
	border-top: 1px solid #e5e3e3;
    padding-top: 30px;
    padding-right: 0;
    margin-right: 0;
	max-height: 335px;
	font-size:14px;
}
/*расцветка товара*/
#colors .radio{
	display: inline-block;
	vertical-align: top;
    margin: 0;
    width: 120px;
}
#colors .radio.hid{
	display: none;
}
#colors .control-label{
	font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 20px 0;
}
#colors .radio label{
	padding-left: 0;
    width: 100%;
	font-size: 16px;
}
#colors .radio label span{
	width: 100%;
    display: block;
    padding: 5px;
	font-weight: 600;
	position: relative;
    text-align: center;
}
.gift-name{
    max-height: 45px;
    overflow: hidden;
}
#colors .radio input[type=radio]{
	display: none;
}
#colors .radio img{
	display: block;
	max-height: 100px;
    margin: auto;
}
#colors .radio img:hover, #colors .radio input:checked + img{
	border-color: #bc241a;
}

#colors .input-block{
	padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.product-block-bt {
	border-right: 1px solid #ddd;
    margin-left: 15px;
    padding-top: 30px;
}
.product-block-bt h3{
	font-weight: 600;
}
.product-right-block div ul {
	list-style: none
}
.product-right-block div ul li h3 {
	font-size: 16px;
	font-weight:600;
}
.dostavka-block ul li:first-child {
	padding-left: 45px;
    padding-bottom: 20px;
    padding-top: 5px;
	background-repeat: no-repeat;
}
.oplata-block ul li:first-child {
	padding-left: 45px;
    padding-bottom: 20px;
    padding-top: 5px;
	background-repeat: no-repeat;
}
.garanty-block ul li:first-child {
	padding-left: 45px;
    padding-bottom: 20px;
    padding-top: 5px;
	background-repeat: no-repeat;
}
.distrib-block ul li:first-child {
	padding-left: 45px;
    padding-bottom: 20px;
    padding-top: 5px;
	background-repeat: no-repeat;
}
/*модальное окно расцветки*/
.modal-color{
	position: fixed;
    top: 0;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 0;
    z-index: 333;
    overflow: auto;
}
.color-slider .slick-prev, .color-slider .slick-next{
	width: 40px;

}
.color-slider .slider{
	/*max-width: 600px;
	height: 600px;*/
}
.color-slider .slick-slide img{
	margin: auto;
    max-width: 100%;
    max-height: 600px;
}
.slider-img.slick-slide{
	min-height: 600px;
	outline: none;
}
.color-slider .slick-next{
	-webkit-transition: rotate(90deg);
	-o-transition: rotate(90deg);
	-moz-transition: rotate(90deg);
	transition: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(90deg);
    top: 10px;
    right: 0;
    margin: 0;
}
.color-slider .slick-prev{
	-webkit-transition: rotate(90deg);
	-o-transition: rotate(90deg);
	-moz-transition: rotate(90deg);
	transition: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(90deg);
    top: 10px;
    right: 20px;
    margin: 0;
}
.color-info .h1{
	font-size: 26px;
	font-weight: 600;
	margin-top: 0;
}
.color-info .color-h1{
	font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.color-info .price{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}
.color-info .color-brand img{
	max-width: 200px
}
.modal-color .modal-close{
	position: absolute;
    right: 24px;
    top: 20px;
    cursor: pointer;
    z-index: 3;
}
.modal-color .modal-close i{
	font-size: 34px;
}
.header_wrapper__logo span{
    font-size: 15px;
    color: #da4c4c !important;
}
@media (max-width: 1200px){
	.color-slider .slick-slide{
		min-height: 597px;
	}
    .header_wrapper__logo span {
    font-size: 12px;
}
}

@media (max-width: 487px){
	.color-slider .slick-slide{
		min-height: 307px;
	}
	.color-slider .slick-prev, .color-slider .slick-next{
		top: 110%;
		margin-right: -10px;
	}
	.modal-color{
		padding-bottom: 100px!important;
	}
	.related-title{
		margin: 20px 0 30px;
	}
	.show-room{
		margin-top: 20px;
	}
	.color-slider .slider{
		max-width: 100%;
    	height: auto;
	}
}
.h5_title{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--a-color);
    margin-bottom: 10px; 
}
@media (max-width: 767px){
    .h5_title {
    font-size: 18px !important;
    margin-bottom: 5px;
}
}


[data-id="distrib-block"]{background-image: url(../images/logo-min.png);}
[data-id="oplata-block"]{background-image: url(../images/box-png.png);}
[data-id="garanty-block"]{background-image: url(../images/kolyaska.png);}
[data-id="dostavka-block"]{background-image: url(../images/car.png);}
.product-img {
	float: left;
    width: 79%;
}
.complect-prod {
	display: block;
    float: left;
}
.complect-prod div:first-child {
	width: 120px;
	text-align: center;
}

/*.checkbox label span {
	display: block;
    width: 120px;
}

.checkbox label span:hover, .checkbox input:checked + span {
	background-color: #e6e6e6;
}*/
.select-options {
	background: url(../images/button/arrow.png);
    height: 50px;
    border: 1px solid #e5e3e3;
    background-repeat: no-repeat;
    width: 81.5%;
    background-position-x: 100.2%;
    background-position-y: -1px;
}
#product .form-group select {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
    border: 0;
    height: 50px;
    background: transparent;
    -webkit-appearance: none;
	font-size: 16px;
	cursor:pointer;
}
#product .order{display:none}
/*.checkbox label {
	padding: 0;
	font-weight: 600;
	border: 1px solid #e5e3e3;
}*/
.product-thumb {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
    background: #fff;
	overflow: unset;
    height: 100px;
}
.product-thumb .image {
	text-align: center;
	margin: -15px -15px 15px -15px;
}
.product-thumb .image a {
	display: table-cell;
    vertical-align: middle;
    display: block;
    outline: none!important;
}

.product-thumb .image img {
	margin-left: auto;
    margin-right: auto;
    max-height: 210px;
    min-height: 210px;
    margin-bottom: 10px;
    outline: none!important;
}
.call__me__whatsApp{
    display: none;
}
.product-grid .product-thumb .image {
    float: none;
    display: table;
    margin: auto;
    height: 200px;
}
.product-grid .product-thumb .image .img-note{
	left: 0;
    padding: 3px 0;
    font-size: 13px;
    width: 100px;
}
.product-grid .product-thumb .image .img-note.xit{
    top: 35px;
}
.product-grid .product-thumb .image .img-note:before{
    content: '';
    position: absolute;
    border: 13px solid transparent;
    border-left: 6px solid #e6e6e6;
    right: -18px;
    top: 0;
}
.product-grid .product-thumb .image .img-note.xit:before{
    border-left: 6px solid #ff0000;
}
.rating{
	display:inline-block;
}
.rating a{
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 6px;
}
.art {
	display: inline-block;
    font-size: 14px;
    /* margin: 10px 0 10px 0; */
    margin: 0;
}
.call-button{
    margin: 0 30px;
    display: inline-block;
}
.call-button .button{
    padding: 5px 15px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: #bc241a;
}
.call-button .button:hover{
    background: #333;
}
.product-price-block {
	display: block;
	clear: both;
}
.product-price-block .price{
	padding-left: 30px;
	margin: 20px 0;
}
.product-price-block .price p{
    margin: 0;
    color: #b3b3b3;
    font-size: 16px;
}
.product-price-block .price i{
  font-size: 25px;
}
#toTop{
    display:none;
    position: fixed;
    bottom: 50px;
    cursor: pointer;
    left: 40px;
    opacity: 0.4;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}
#toTop:hover{
    opacity: 1;
}
.product-price-block .price_card{
    padding: 7px 0;
    font-size: 14px;
}
.product-price-block .price_card p{
    margin: 0;
    font-weight: 800;
    font-size: 16px;
}
.product-price-block .price_card span{
    background: #ff305c;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.min-info #button-cart,
.min-info #button-cart+button{
	margin-left: 30px;
}

#button-cart:hover ~ #button{
    background:var(--a-color-hover)
}
.product-layout .price_card{
    display: block;
    padding: 4px 5px 4px 25px;
    background: #bc241a;
    color: #fff;
    font-weight: 600;
    width: 95%;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    font-size: 16px;
    position: relative;
}
.product-layout .price_card:before{
    content: '';
    display: block;
    background: url(../images/icon/card_icon.png)no-repeat;
    width: 19px;
    height: 12px;
    position: absolute;
    left: 12px;
    top: 8px;
}
.product-layout .price_card p{
    margin: 0;
}

.list-unstyled.price {
    height: 35px;
    margin: 0;
}
div.h2 {
    font-size: 23px;
    margin: 0;
}

.price div.h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 28px;
}
.product-price-block ul li:first-child {
	float:left;
	margin: 7px 7px 0 0;
}
.product-price-block .list-unstyled .price{
	float: left;

}
.product-price-block .list-unstyled .price li:first-child {
	float: left;
    margin: 7px;
}
.product-price-block .form-group #input-quantity {
	max-width: 150px;
    float: left;
	margin-top: 15px;
}
.product-price-block .form-group .btn-cart-1, #button-color-cart {
    width: 100%;
    max-width: 300px;
    font-weight: 600;
    clear: both;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    position: relative;
    background: #bc241a;
	}
.product-price-block .form-group .btn-cart-1 span, .product-price-block .form-group .btn-cart-2 span,
#button-color-cart span{
    position: relative;
}
.product-price-block .form-group .btn-cart-1 span:before, #button-color-cart span:before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/sprite-icon.png)no-repeat;
    background-position: -4px -206px;
    top: -3px;
    left: -35px;
}
.product-price-block .form-group .btn-cart-1:hover, #button-color-cart:hover{
	background: var(--a-color-hover);
}
.product-price-block .form-group .btn-cart-2 {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 300px;
    clear: both;
    color: var(--a-color-hover);
    font-weight: 600;
    border: 0;
    font-size: 18px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    background: none!important;
    display: block!important;
    outline: none!important;
}
.product-price-block .form-group .btn-cart-2 span:before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/sprite-icon.png)no-repeat;
    background-position: 0px -169px;
    top: 2px;
    left: -35px;
}
.product-price-block .form-group .btn-cart-2 span{
    border-bottom: 2px dotted #bc241a;
    padding-bottom: 3px;
}
.product-price-block .form-group .btn-cart-2:hover span{
    border-bottom: 0;
}

.button.btn-block.order{
	color: #000000;
	background: #bc241a;
	border: 0;
	display:block!important;
	font-size: 15px;
	margin-top: 3px;
}
.button.btn-block.order:hover{
	background: #333;
	color:#fff;
}

.btn-cart-2-fixed {
	width: 245px;
    color: #000000;
    background: #bc241a;
    border: 0;
	margin-left: 41px;
	display:block!important;
}

.btn-cart-2-fixed:hover {
	background: #333;
	color: #fff;
}
.nalichie{
    margin-top: 5px;
    position: relative;
    padding-left: 30px;
}
.nalichie p{
	color: #27a44f;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
}
.prod-mes{
		color: #bc241a;
	font-weight: 600;
	font-size: 16px;
}
.prod-mes span{
	display: inline-block;
    line-height: 29px;
}
.prod-mes span .whatsapp{
    width: auto;
    height: 31px;
    background: none;
    display: inline-block;
    
    color:#262626;;
    margin-right: -4px;
    position: relative;
    padding-left: 31px;
}
.prod-mes span .whatsapp:hover{
    color: #bc241a;
}
.prod-mes span .whatsapp:before{
	content: '\f232';
	position: absolute;
	left: 0;
	font: normal normal normal 24px/1 FontAwesome;
	color: #27a449;
}

#find, #gar-info{
	cursor: pointer;
	display: inline-block;
	margin-top: 0;
}
#find{
	margin-top: 5px;
}
#gar-info-before{
	display: none;
    position: absolute;
    border: 2px solid #ccc;
    background: #fff;
    z-index: 3;
    width: 500px;
    padding: 10px;
    margin-left: -160px;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    color: #333;
    margin-top: 10px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
#gar-info-before.active{
	display: block;
}
#gar-info-before:before{
	content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
#gar-info-before .h3{
  font-size: 18px;
	margin: 0;
}
#gar-info-before p{
	line-height: 14px;
	font-size: 12px;
	margin: 10px 0 20px;
}
#find p, #gar-info{
	text-decoration: underline;
}
#gar-info:hover, #find p:hover{
	text-decoration: none;
}

.breadcrumb a,.see_reviwes{
    color: var(--a-color);
}
.breadcrumb a:hover,.see_reviwes:hover{
    color: var(--a-color-hover);
}
.product-izbrn i{
    position: relative;
    /* padding-left: 25px; */
		color: #bc241a;
		color: var(--a-color);
}
button:hover  i{

		color: var(--a-color-hover);
}

.product-izbrn button {
	border: 0;
    background: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
	padding: 0;
	padding-right: 20px;
}
.alert-success{
	position: fixed;
bottom:0;
	z-index: 999;
  max-width: 90%;
}
.product-izbrn button:hover,
.product-izbrn button:active,
.product-izbrn button:focus {
	background: none!important;
	color: #bc241a!important;
	outline: none!important;
	-webkit-box-shadow: none!important;
	   -moz-box-shadow: none!important;
	        box-shadow: none!important;
}
.modal-header {
    border-bottom: 5px solid white;
    background: #bc241a;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.social ul {
	list-style: none;
	padding: 0;
	/* margin: 10px -10px; */
}

.social ul li {
	float:left;
	margin: 0px 8px;
}
.social ul li:first-child{
    margin-left: 0;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.featured .product-thumb h4,.featured .product-thumb div.h4 {
    /* height: 50px; */
    height: 36px;
    font-weight: 600;
    padding: 0 20px;
    text-align: center;
}
@media(max-width:767px){
    .featured .product-thumb h4,.featured .product-thumb div.h4 {
        height:auto;
    }
}
.featured .product-thumb h4{
    height: 34px;
}
.featured .product-thumb h4 a,.featured .product-thumb div.h4 a{
	color: #000;
    outline:none;
}
.featured .product-thumb h4 a:hover,.featured .product-thumb div.h4 a:hover{
	color: #bc241a;
}
.el-top{
  /* height: 290px; */
  /* height: 277px; */
  /* height: 269px; 
  height: 260px;*/
 	height: 300px;
	position: relative;
	padding-bottom: 15px;
	/* margin-bottom: 5px; */
}
.el-top div.h4 a{

    overflow: hidden;
   
    white-space: unset;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.a_brand{
    color:var(--a-color)
}
.a_brand:hover{
    color:var(--a-color-hover)
}
.product-thumb .el-top .size{

  text-align: center;
  font-size: 14px;
	line-height: 14px;
    
}
.prod-module .product-thumb .el-top .size{

    display: none;
}
.category .el-top .size{
    display: none;
}
.review-art{
    display: flex;
    align-items: center;
    
}
.info-area .review-art{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.review-art .art{
    margin-right:10px
}
.review-art .rating p{
    margin-bottom: 3px;
}

.featured .product-thumb .caption {
    width: 100%;
    display: inline-block;
		padding: 0 0 0px 10px;
    /* text-align: center; */
    position: relative;
    height: auto;
    max-width: 230px;
    top:-10px;
}
.overlay{
	position: fixed;
	width: 100%;
	justify-content: center;
align-items: center;
color: white;
font-size: 31px;
font-family: 'Proxima Nova Regular';
	height: 100%;    z-index: 998;
    background-color: rgba(0,0,0,0.7);
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%)
}
.el-bot{
    display: flex;
    align-items: center;
    padding-bottom:20px;
    align-items: flex-end;
    align-items: flex-start;
    flex-direction: column;
}
.product-thumb .caption button{
	width: 49%;
    display: inline-block;
}
.xar-cat{
	display: none!important;
    margin-top: 5px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #ff8103;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.cert__fancy{
    margin-top: 15px;
    border: unset!important;
}

.product-slide .el-bot{
    display: flex;
    align-items: center;
    padding-bottom:20px;
    align-items: flex-end;
    flex-direction: row;
}

.products-in-cat .product-thumb .price,
.search__page .product-thumb .price,
.wishlist__page .product-thumb .price
{
    height: 34px;
}
.products-in-cat .product-thumb .price-old,
.search__page .product-thumb .price-old,
.wishlist__page .product-thumb .price-old

{
    position:static;
    margin-right: 5px;
    margin-top:0
}
.products-in-cat .sale__block,
.wishlist__page .sale__block,
.search__page .sale__block{
 display: inline-block;
}
.search__page .product-thumb .price,
.wishlist__page .product-thumb .price,
.products-in-cat .product-thumb .price{
 display:flex;
 align-items: center;
}
.wishlist__page .sale__block svg ,
.search__page .sale__block svg ,
.products-in-cat .sale__block svg {
    width: 42px;
    height: 21px;
}
.wishlist__page .sale__block ,
.search__page .sale__block ,
.products-in-cat .sale__block {
    margin-left: 5px;
}
.wishlist__page .sale__block span,
.search__page .sale__block span,
.products-in-cat .sale__block span{
    font-family: Circe-Light,sans-serif!important;
    font-weight: 100;
    top: 41.6%;
}
.modal-title{
    color:white;
    font-weight: 700;
}

#order-form .btn-block{
    color:white;

}
@media(max-width:767px){
	.el-top div.h4 a{
	    -ms-line-clamp: 3;
	    -webkit-line-clamp: 3;
	    line-clamp: 3;
	}    
}
@media(min-width:900px){

    .short__advantages .advantages__item img {
        max-width: 64px!important;
        height: auto!important;
        margin: 0;
    }
    
    .short__advantages .advantages__item__title {
        margin: 10px 0;
        height: 18px;
		font-size: 15px;
    }
    .short__advantages .advantages__item__img {
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .short__advantages.advantages__wrapper {
        margin-top: 44px;
    }
    
}


.footer__form{
	margin-top: 40px;	
}
#footer__callback{

	position: relative;
	width: 200px;
}
#footer__callback *{
	transition: all 0.3s linear
}
#footer__callback input[type="email"]{
	width: 100%;
height: 40px;
padding-left: 8px;
    border: 1px solid black;
	border-radius: 5px;
}
#footer__callback button:hover svg path{
stroke:black!important;
}
.thank_for_callback{
	position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
height: 90px;
width: 250px;
min-width: 340px;
background: #f0f2f4;
border-radius: 3px;
z-index: 12321312312321;
box-shadow: -3px 4px 23px 8px black;
display: none;
align-items: center;
justify-content: CENTER;
font-size: 18px;
color: black;
}
#footer__callback button:hover{
	background: white;
}
#footer__callback button{
	position: absolute;
	right:0;
	top:0;
	    width: 45px;
	height: 100%;
	display: flex;
align-content: center;
justify-content: center;
align-items: center;
background: black;
border:1px solid black;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;


}



/* форма нижняя */

.form_bottom .form__head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.catalog_bottom_callback .submit_form {
    width: 32%;
}

.catalog_header_form_input, .register.catalog_page .flex-wrapepr .form_submit {
    height: 45px !important;
}

.catalog_header_form_input {
    margin-bottom: 0;
}

.catalog_header_form_input input, .register.catalog_page .flex-wrapepr .form_submit>.btn_reg {
    height: 100% !important;
}

.catalog_header_form_input input {
    padding-left: 15px;
}

.form_inputs .p-floating-container:nth-child(3) {
    display: none !important;
}

.catalog_bottom_callback .form_inputs .p-floating-container input, .catalog_header_form_input input {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    border-radius: 3px;
    box-shadow: none;
    background: #ededf5;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    /* identical to box height, or 16px */
    color: rgba(65, 83, 100, 0.49);
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
}

.catalog_bottom_callback .form_inputs .p-floating-container input::placeholder, .catalog_header_form_input input::placeholder {
    color: rgba(65, 83, 100, 0.49) !important;
}

.catalog_bottom_callback .form_inputs {
    width: 66.7%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.catalog_bottom_callback .form_inputs .p-floating-container {
    width: 49%;
    height: 60px;
    margin-bottom: 0;
}

.catalog_bottom_callback .submit_form input {
    height: 56px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 100%;
    /* identical to box height, or 16px */
    box-shadow: none;
    outline: none;
    border: none;
    background: black;
	border:2px solid black;
    border-radius: 5px;
    text-shadow: unset !important;
    font-weight: 400 !important;
    align-items: center;
    color: #FFFFFF;
}

.catalog_bottom_callback {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog_bottom_callback .licence_popup {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    color: #252C34;
}

.catalog_bottom_callback .licence_popup .agree_for_poup {}

.my_spec_checkmark.checkmark {
    border: 2px solid #01ADEE;
    cursor: pointer;
    top: 4px;
}

.custom .my_spec_checkmark.checkmark::after {
    left: 3px;
    top: 0px;
}

.custom {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.custom label {
    cursor: pointer;
}

/* Hide the browser's default checkbox */
.custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 7px;
    height: 19px;
    width: 19px;
    background-color: black;
    border-radius: 3px;
    border-color: #01ADEE;
    transform: scale(0.7);
}

/* On mouse-over, add a grey background color */
.custom:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom input:checked~.checkmark {
    background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom input:checked~.checkmark:after {
    display: block;
}

.catalog_bottom_callback .form_inputs .p-floating-container input:focus,.catalog_bottom_callback .form_inputs .p-floating-container input:focus-visible {
    border-color: var(--a-color-hover) !important;
    color: #F27D00;
    outline: none;
}

.catalog_bottom_callback .form_inputs .p-floating-container input:not(:placeholder-shown) {
    color: black;
}



.catalog_bottom_callback .form_inputs .p-floating-container input:focus:not(:placeholder-shown)+label {
    background: #ededf5;
    padding: 0 5px;
    color: black !important;
}

.category__form {
        background: #ededf5;
    border-radius: 5px;
    max-width: 1000px;
    margin: 0 auto
}

.form__head_title {
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    line-height: 100%;
    /* identical to box height, or 42px */
    margin-bottom: 15px;
    width: 40%;
    color: #252C34;
}

.form__head .catalog_title div {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 18px */
    text-transform: lowercase;
    color: #000033;
}

.bottom_form_callback.catalog_page .form_bottom {
    width: 100%;
    max-width: 100%;
    padding: 40px 60px 30px 60px;
}

.bottom_form_callback.catalog_page {
    display: flex
}
/* Style the checkmark/indicator */
.catalog_bottom_callback .custom .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.catalog_bottom_callback .form_inputs {
    display: flex;
    
}

.catalog_bottom_callback .input__control {
    height: 40px;
    max-width: 900px;
    width: 100%;
    border: none;
    font: inherit;
    font-size: 14px;
    color: #000;
    width: calc(100% - 15px) !important;
    padding-left: 15px;
}

.catalog_bottom_callback .models_gallery-item_bottom {
    width: 30%;
}

.catalog_bottom_callback .p-floating-container {
    position: relative;
    margin-bottom: 5px;
}

.catalog_bottom_callback .p-floating-container label {
    z-index: 23412312312;
    /* Position the label */
left:0;
    position: absolute;
        top: -9px;
    width: unset;
    font-size: 13px;
	background: #ededf5;
    opacity: 0;
	padding: 0 5px;
    transition: 0.2s linear all;
}

/* Show the label at desired position when the placeholder of input isn't shown */
.catalog_bottom_callback .p-floating-container input:not(:placeholder-shown)+label,.catalog_bottom_callback .form_inputs .p-floating-container input:focus+label {
    
    left: 20px;
    opacity: 1;
    display: block;
	
	
}

.catalog_bottom_callback .licence_popup a {
    margin-left: 5px;
    text-decoration: dashed;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    border-bottom: dashed 1px #252C34;
    color: #252C34;
}

.catalog_bottom_callback .licence_popup a:hover {
    border-bottom: dashed 1px #252C34 !important;
}

/**/
.catalog_bottom_callback .submit_form input {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    transition: 0.4s;
}

.form__head_phone a {
    font-size: 30px;
}

#we_helping {
    color: var(--a-color-hover);;
}

.catalog_bottom_callback .licence_popup {
    padding-left: 68%;
}

.form__head_title {
    margin-bottom: 0;
}

.form_head_phone {
    align-self: flex-end;
}

.form__head_phone a {
    line-height: normal;
}

.form__head {
    margin-bottom: 30px;
}

.form_bottom .form__head {
    align-items: flex-end;
}

#pay__and__delivery .delivery_order {
    margin-bottom: 50px;
}

#pay__and__delivery .container {
    margin-bottom: 50px;
}

#pay__and__delivery .pay_order:first-child {
    padding-top: 0px;
    margin-bottom: 50px;
}

#pay__and__delivery:last-child .container {
    margin-bottom: 0px;
}

#pay__and__delivery .pay_order:last-child .container {
    padding-top: 0;
    margin-bottom: 0px;
}

.product__line {
    margin: 30px 0 40px;
}

.slide_swiper {
    display: none;
}

.catalog_bottom_callback .submit_form input:hover {
    transition: 0.4s;
    background: var(--a-color-hover);;
    border: 2px solid var(--a-color-hover);;
    color: white;
	font-weight: bold
}

@media screen and (min-width: 1000px) {
    .form__head_phone a {
        font-size: 41px;
    }

    .form__head_title {
        font-size: 40px;
    }

    #we_helping {
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    #we_helping {
        margin-top: 10px;
    }

    .form__head_phone a {
        font-size: 21px;
    }

    .form__head_title {
        font-size: 21px;
    }

    .catalog_bottom_callback .form_inputs .p-floating-container {
        height: 50px;
    }

    .catalog_bottom_callback .submit_form input {
        font-size: 16px !important;
    }

    .catalog_bottom_callback .form_inputs .p-floating-container input {
        font-size: 16px;
    }

    .catalog_bottom_callback .licence_popup {
        font-size: 14px;
    }
}

@media screen and (max-width: 747px) {
    .bottom_form_callback.catalog_page .form_bottom {
        padding: 35px 30px 30px 30px;
    }

    .catalog_bottom_callback .input__control {
        width: 100% !important;
    }

    .catalog_bottom_callback {
        flex-direction: column;
    }

    .catalog_bottom_callback .form_inputs {
        flex-direction: column;
        width: 100%
    }

    .catalog_bottom_callback .submit_form {
        width: 100%;
    }

    .catalog_bottom_callback .submit_form input {
        height: 50px;
    }

    .catalog_bottom_callback .form_inputs .p-floating-container {
        width: 100%;
        margin-bottom: 17px;
    }

    .catalog_bottom_callback .licence_popup {
        padding-left: 0;
        justify-content: flex-start;
    }

    .form_bottom .form__head {
        align-items: start;
        flex-direction: column;
    }

    .form__head_phone {
        margin-top: 15px;
    }

    .form__head_title {
        font-size: 28px;
        width: 100%;
    }
    .popmake-obratnyj-zvonok.pum-trigger {
    padding: 7px;
    background: #ededf5;
    border-radius: 5px;
    height: 100%;
    width: 100%;}
}




/* аксесуары у товаров */
.sales__for__product.category{
	display: flex;
flex-wrap: wrap;
}
.sales__for__product.category .product-grid{
margin-bottom: 40px;
}
.sales__for__product.category .el-top {
    padding: 0 20px;
    height: 240px;}
.sales__for__product.category .hidden__btn {
	padding-top: 71px;
    bottom: -44px;
    }
.sales__for__product.category .price__title {
margin-bottom: 0;}
.sales__for__product.category .caption  {    z-index: 2;
padding: 0 20px;}
.sales__for__product.category .button-group button {
    width: 48%;    height: 27px;

}
.sales__for__product.category  .product-thumb .button-group button span{
		font-size: 12px;font-weight: 400;
}
.sales__for__product.category .go_to_product {
	width: 48%;
	margin: 0;
}
.sales__for__product.category .product-thumb .button-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
	
.sales__for__product.category .product-thumb div.h4{
	padding: 0;height: 32px;
}
.sales__for__product.category .caption.category-page{
	height: 42px;
}
	
	
	
	
	
/* форма нижняя */


@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	/* min-height: 210px; */
	padding: 0 10px;
}

.sales__for__product.category .hidden__btn {
    padding-top: 20px;
    bottom: -34px;
}
.sales__for__product.category {

    padding: 0 20px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
    height: 14px;
	/* padding: 0;
    position: absolute;*/
    z-index: 3; text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
    /* right: 10px;
    top: 5px; */
    /* right: 50%;
    top: 232px;
    transform: translateX(50%); */
}
.prod-module .product-thumb .rating{
    margin-top: 3px;
}
.rating .fa-stack {
	font-size: 8px;margin: 0 2px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 17px;
}
.rating .fa-star {

    color: #2f2f2f;color: hsl(40deg 61% 51%);
	font-size: 17px;
}
.rating .fa-star + .fa-star-o {
	color: #bc241a;
	color: hsl(40deg 61% 51%);
}
h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
  font-size: 21px;
  margin-bottom: 0;
  /* margin-top: 6px; */
	white-space: nowrap;
}
.product-slide .product-thumb .price{
    font-size: 18px;

}
.product-slide .fa {
    font-size: 16px;
}
.product-thumb .price.with_card{
    margin-top: 0;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old, .gift-price .old-price {
    color: #b3b3b3!important;
    text-decoration: line-through;
    position: absolute;
    margin-top: -15px;
    font-size: 14px;
}
.gift-price{
    color: #bc241a;
}
.gift-price .old-price{
    margin-top: 0;
    padding: 0!important;
}
.gift-price .old-price span:after{
    content: ' руб.';
    display: inline-block;
    margin-left: 3px;
}
.gift-block{
    text-align: center;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
    width: 50%;
    display: inline-block;
    padding: 0 7px;
    vertical-align: top;
    margin-top: 5px;
    /* opacity: 0; */
    width: 100%;
    background: white;
    
   
    
    /* height: 0; */
}
.category .product-layout:hover .product-thumb .button-group{
     opacity: 1;
    /*height: auto; */
  
}
.category .product-layout:hover .product-thumb .hidden__btn{
     display: block;
    /*height: auto; */
    
  
}
.payment__method__item__content__text{
    font-size: 15px;
}
.tab-content
{
        font-size: 16px;
    line-height: 1.4;
}
.tab-content p {
	font-size: 16px;
}
.control-label{
    font-size: 15px;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.hidden__btn{
    /* height: 53px; */
    padding: 15px 10px;
    bottom: -60px;
    /* bottom: -45px; */
    box-shadow: 0px 18px 18px -1px rgba(0, 0, 0, 0.5);
    width: 100%;
    background:white;
    display: none;
    position: absolute;
}
.hidden__btn .size{
    position: relative;
}
/*.product-thumb .size:before{
   content:'Размеры: ';   
}*/
.go_to_product{
    width: 65%;
    width: 135px;
    margin: 0 auto;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 30%);
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
    border: none;
    display: inline-block;
    float: left;
    color: #fff;
    line-height: 17px;
		height: 38px;
    text-align: center;
    background: var(--a-color);
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
.product-thumb .button-group button span {
		font-size: 14px;
    position: relative;
    font-weight: 600;
}
.product-thumb .button-group button + button {
	color: #000000;
    background: #bc241a;
    border: 0;
    display: block!important;
}
.product-thumb .button-group button + button:hover{
	background: #333;
    color: #fff;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background: var(--a-color-hover);
	text-decoration: none;
	cursor: pointer;
}
.product-block-cl a.thumbnail{
    border: none;
    text-align: center;
}
.certificates__list {
    margin-top: 30px;
}
.certificates__list  a{
    outline:none;
    text-align: center;
}
.thumbnails {
	list-style: none;
    position: relative;
	padding: 0 0 1px 0;
	margin: 0;
	display: inline-block;
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    vertical-align: top;
}
.thumbnail{
    margin-bottom: 0;
    padding: 0;
}
.thumbnails > li:first-child {
	float:left;

}
.thumbnails > li:first-child {
	width: 100%;
}
.thumbnails > li:first-child img {
	width: auto;
    height: 430px;
}
.thumbnails > li {
	/*margin-left: 20px;*/
	float:right;
}
.thumbnails > img {
	width: 100%;
}


 .icons__wrapper{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
       -moz-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    top:15px;
    left: 15px;
}
.product-thumb  .icons__wrapper{
    top:5px;
    left: 8px;
}
.icons__wrapper div:not(.icons__notation){
    /* width: 50px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
}
.icons__wrapper div img{
    width: 40px;
    height: auto;
}
.warranty__icon__text{
    position: absolute;
    top: 50%;
       left: 50%;
    font-size: 1.7em;
    font-weight: 600;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);

}

.footer__phone{
    font-size: 17px;
}
.thumbnails__sale__icon{
    z-index: 1;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
    /* background: hsl(40deg 61% 51%); */
    /* background: -webkit-gradient(linear, left top, right top, from(#eded00), color-stop(#e3e308), color-stop(#d8d80e), color-stop(#cece12), to(#c4c415));
    background: -webkit-linear-gradient(left, #eded00, #e3e308, #d8d80e, #cece12, #c4c415);
    background: -moz-linear-gradient(left, #eded00, #e3e308, #d8d80e, #cece12, #c4c415);
    background: -o-linear-gradient(left, #eded00, #e3e308, #d8d80e, #cece12, #c4c415); */
    background: linear-gradient(to right top, #000000, #371b1f, #69302d, #9a4b31, #c56e2c, #d57925, #e58419, #f39000, #f77b00, #fa6300, #fd4500, #ff0000);

    /* color: #1d1d1d; */
    font-weight: 700;
    -webkit-border-radius: 12px 0;
       -moz-border-radius: 12px 0;
            border-radius: 12px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 6px;
    right: 0;
    padding: 5px 11px;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin-left: 2px;
}
.product-thumb .thumbnails__sale__icon{
    top: 4px;
    right: 4px;
    font-size: 13px;
    padding: 3px 10px;
}
.sborka_zero_rouble__icon span{
    margin-left:5px;
}
.icons__wrapper .sborka_zero_rouble__icon {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
       -moz-box-align: center!important;
        -ms-flex-align: center!important;
            align-items: center!important;
}



.icons__notation {
   font-size: 16px;
   padding: 8px 25px;
   background-color: #fff;
   -webkit-box-shadow: 0 6px 16px 0 rgb(0 0 0 / 30%);
      -moz-box-shadow: 0 6px 16px 0 rgb(0 0 0 / 30%);
           box-shadow: 0 6px 16px 0 rgb(0 0 0 / 30%);
   position: absolute;
   top: 50%;
   left: 75px;
   border-radius:5px;
   white-space: nowrap;
   line-height: normal;
   visibility: hidden;
   -webkit-transform: translate(0,-50%);
      -moz-transform: translate(0,-50%);
       -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
           transform: translate(0,-50%);
   -webkit-transition: opacity .4s;
   -moz-transition: opacity .4s;
   -o-transition: opacity .4s;
   transition: opacity .4s;
   z-index: 23213123;
   opacity: 0;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   -ms-border-radius:5px;
   -o-border-radius:5px;
}
.icons__wrapper div:not(.icons__notation):hover .icons__notation {
    visibility: visible;
    opacity: 1;    z-index: 23213123;
}
.product-thumb .icons__notation {
    font-size: 14px;
    padding: 4px 12px;
    -webkit-box-shadow: 0 6px 16px 0 rgb(0 0 0 / 30%);
       -moz-box-shadow: 0 6px 16px 0 rgb(0 0 0 / 30%);
            box-shadow: 0 6px 16px 0 rgb(0 0 0 / 30%);
    left: 43px;
}
.product-thumb .icons__wrapper div img {
    width: 33px;
    height: auto;
}

.product-thumb .icons__wrapper div:not(.icons__notation){
    margin-bottom: 10px;
}

.thumbnails .icons__notation::before {
    top: 50%;
    display: block;
    content: '';
    border: 16px solid transparent;
    z-index: 1001;
    border-left-width: 0;
    border-right-color: #fff;
    transform: translate(0, -50%);
    position: absolute;
    left: -15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.sborka_zero_rouble__icon{

    /* position: absolute;
    top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; */
}
.warranty__icon,.best_price__icon{
    /* position: absolute;
    top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 20px;    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .5px;
    background: white;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 2px solid #83f40b; */

}
#order-form #order_popup_message{
    display: none
}
.new__icon{
       z-index: 1;
    /* top:100px;
    left: 18px;
    position: absolute; */
}
.product-thumb .new__icon,.product-thumb .warranty__icon,.product-thumb .best_price__icon{
    /* left:10px; */
}
.product-thumb .sborka_zero_rouble__icon{
    /* right:7px; */
}
.best_price__icon{
    /* top: 60px;
    border: 2px solid #bc241a; */
}
.caro{
	display: inline-block;
    float: right;
}
.image-additional a {
	padding: 5px;
    border: 1px solid #ddd;
    width: 107px;
    display: table-cell;
    height: 107px;
    vertical-align: middle;
}
.image-additional a img{
	max-height: 60px;
}
.image-additional{
	max-width: 107px;
    float: none;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
}
.image-additional:first-child{
    border-top: 0;
}
.image-additional:last-child{
    border-bottom: 1px solid #ddd;
}
.image-additional:nth-child(4){
    border-bottom: 0;
}

.thumbnails .image-additional {
	/*margin-left: 20px;*/
}
.category__banner{
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.category__banner img,.product__banner img{
    max-width: 100%;
    height: auto;
}
.product__banner {
    text-align: center;
    margin:30px 0;
    position: relative;
    cursor: pointer;
   
}
#we_helping img{
	margin-left: 25px;
}
.product__banner__btn,.category__banner__btn{
    position: absolute;
    padding: 9px 24px;
    font-weight: 700;
    font-size: 13px;
    color:white
}
.bottom__form__wrapper{
	margin: 40px 0;
}
.product__banner__btn:hover,.category__banner__btn:hover{
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 30%);
   
}
.product__banner__btn{
    background: var(--a-color-hover);
border-radius: 25px;
    transform: translateX(50%);
top: 25.8%;
    right: 24%;
}

.category__banner__btn{
    background: var(--a-color-hover);
border-radius: 20px;
top: 29%;
right: 6%;
}

#content .category__banner__btn {
    background: var(--a-color-hover);
    border-radius: 20px;
    top: 29%;
       /* right: 25%; */
       left:880px;
    width: -webkit-min-content;width: -moz-min-content;width: min-content;
    text-align: center;
    line-height: 1;
}

.price__title{    
    display: block;
}






/* страница оплата и доставка */
.order__wrapper,.payment__wrapper{
margin-top: 40px;
font-size: 14px;
}
.order__wrapper .category-title,.payment__wrapper .category-title{
margin-bottom: 20px;
line-height: 1.3;
}
.order__wrapper  p{
    font-size: 16px;
    margin-bottom: 20px;
}
.payment__method,.order__items{
display: flex;
flex-direction: column;
}
.payment__method__item,.order__item{
    display:flex;
    align-items: center;
    margin-bottom: 40px;
}
.payment__method__item__img{
    width: 100px;
}
.payment__method__item__img img{
    max-width: 100%;
    height: auto;
}
.payment__method__item__content{
    width: calc(100% - 150px);
}
.order__item__text{
    font-size: 15px;
}
.payment__method__item__content__title{
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}
.order__item__content{
width:calc(100% - 70px)
}
.order__item__number{
    width: 86px;
    
    display: flex;
    align-self: center;
    justify-content: center;
}
.order__item__title span{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 30px;
}
.order__item__title {
    
    margin-bottom: 10px;
}





/* наши работы */

.our__works__item{
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.our__works__item__title,.our__works__item__author{
    width: 100%;
    font-size: 17px;
}
.our__works__item__inner{
    display: flex;
 width:90%;
 align-items: center;
}
.our__works__item__text{
    width: calc(100% - 140px);
}
.our__works__item__img{
    width: 140px;
    z-index: 3;
    margin-right: 20px;
}
.our__works__wrapper{
    margin-top: 40px;
}
.our__works__item__img a{
    background-size: auto;
    display: block;
    background-position-x: center!important;
    width: 100%;
    height: 150px;
    transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
}
.our__works__item__text{
    font-size:16px;
}
.our__works__item__img:hover a{
    cursor: pointer;
    background-position-y: bottom!important;
    transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
}
.our__works__item__title a{
    color:var(--a-color);
   
}
.our__works__item__title{
    text-align: center;
}
.our__works__item__title a b{
    color:var(--a-color-hover)
}
.our__works__item:nth-child(even){
    flex-direction: row-reverse;
   
}
.our__works__item:nth-child(even) .our__works__item__author{
text-align: right;
}
.our__works__item:nth-child(even) .our__works__item__inner{
    margin: 0px 25px 7px 0px;
}
.our__works__item:nth-child(even) .our__works__item__inner:before{
    bottom: -2px;
    left:unset;
    transform: rotate( 270deg )!important;
    width: 37px!important;
    height: 30px!important;
    right: 0!important;
    -webkit-transform: rotate( 270deg );
    -moz-transform: rotate( 270deg );
    -ms-transform: rotate( 270deg );
    -o-transform: rotate( 270deg );
}
.our__works__item__inner{
    padding:20px;
    background: #f5f5f5c4;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    position:relative;
    margin-left: 30px;
    margin: 0px 0 7px 25px;
}
.our__works__item__inner:before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='31' viewBox='0 0 37 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.23439 30.541C0.245902 30.5384 6.23437 29.1581 6.23437 20.541V0.541016H36.2344V30.541C28.9374 30.541 22.2205 27.8871 17.0006 23.5001C16.5558 24.1287 16.2344 24.541 16.2344 24.541C16.2344 24.541 10.9358 30.5355 0.249146 30.541H0.23439Z' fill='%23F5F5F5'/%3E%3C/svg%3E%0A");
    position: absolute;
    bottom: 0px;
    left: -5px;
    width: 37px;
    height: 30px;
}



@media (max-width: 1660px) {
.product__banner__btn {
 
    right: 20%;
}
}

@media (max-width: 1450px) {
.product__banner__btn {
  right: 130.3px;
}
}














@media (max-width: 1400px) {
#content .category__banner__btn{
    left:unset;
    
}
}



@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*information-page*/
.about-tpl{
	font-family: 'Conv_GothaProReg';
}
#catch__number__form{
    display:none
}
.about-tpl img{
    width: 80px;
    height: auto;
	margin: 15px 0;
}
.about-tpl img{
    width: 80px;
    height: auto;
	margin: 15px 0;
}
.samovyvoz p img{
    max-width: 30px;
    margin:0 !important;
    margin-right: 10px!important;
}
.samovyvoz p{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.about-tpl p{
	color: #131313 ;
	font-size: 19px;
}
.about-tpl ul{
	list-style: none;
    background: url(../images/icon/num.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
	height: 168px;
	margin-bottom: 40px;
}
.about-tpl ul li{
	padding-bottom: 20px;
    font-size: 15px;
	color: #131313 ;
}
.about-tpl ul li:nth-child(2){margin-top: 9px;}
.about-tpl ul li:nth-child(3){margin-top: 8px;}
.about-tpl ul li:nth-child(4){margin-top: 8px;}
.about-tpl h2, .about-tpl h3{
	color: #000;
	font-weight: 700;
}
.about-tpl.oplata .text-center h2, .about-tpl.dostavka .text-center h2{
	width: 870px;
	margin: 0 auto;
}
.about-tpl h3{
	font-size: 18px;
	margin-bottom: 30px;
}
.about-tpl.samovyvoz h3, .about-tpl.samovyvoz h2 {
	margin-bottom: 10px;
	margin-top: 30px;
}
.about-tpl.samovyvoz h3.big{
	font-size: 21px;
}
.about-tpl.oplata h3, .about-tpl.oplata h2{
	margin-top:30px;
}
.about-tpl.oplata img.oplata{
	width: auto;
	margin-top: -20px;
}
.about-tpl.oplata .icon-msk{
	padding-left: 50px;
    background: url(../images/icon/city.png);
    background-repeat: no-repeat;
    padding-bottom: 8px;
    margin-top: 0;
    padding-top: 13px;
}
.about-tpl.oplata .icon-marker{
	padding-left: 50px;
    background: url(../images/icon/marker.png);
    background-repeat: no-repeat;
    padding-bottom: 15px;
    padding-top: 13px;
}
.about-tpl.oplata .visa-icon{
	padding-left: 90px;
    background: url(../images/icon/visa.png);
    background-repeat: no-repeat;
    padding-top: 0px;
    background-position-y: 3px;
    margin: 20px 0;
}
.about-tpl.oplata .mc-icon{
	padding-left: 90px;
    background: url(../images/icon/MC.png);
    background-repeat: no-repeat;
    padding-top: 0px;
    background-position-y: 13px;
    margin: 20px 0;
}
.about-tpl.dostavka p{
	margin: 5px 0;
}
.about-tpl.dostavka h3 {
	margin-bottom: 0;
}
.about-tpl.dostavka h3.gray{
	color: #818f9a;
}
.about-tpl.dostavka h2.dost-box{
	padding-left: 50px;
    background: url(../images/icon/dost.png);
    background-repeat: no-repeat;
    padding-bottom: 8px;
    padding-top: 6px;
    margin: 20px 0;
}
.about-tpl.dostavka h2.dost-car{
	padding-left: 50px;
    background: url(../images/icon/dost2.png);
    background-repeat: no-repeat;
    padding-bottom: 8px;
    padding-top: 6px;
    margin: 20px 0;
}
.about-tpl.garanty .text-center{
	margin: 0 auto;
    width: 870px;
}
.about-tpl.garanty h2.vzvrt{
	padding-left: 50px;
    padding-bottom: 8px;
    padding-top: 6px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.about-tpl.garanty h2.frst{background: url(../images/icon/vozvrat.png)no-repeat;}
.about-tpl.garanty h2.sec{background: url(../images/icon/obmen.png)no-repeat;}
.about-tpl.garanty h2.trd{background: url(../images/icon/warning.png)no-repeat;}
.about-tpl.contacts h3{
	padding-left: 65px;
    padding-top: 7px;
    padding-bottom: 25px;
    margin-bottom: -20px;
    margin-top: 25px;
}

.about-tpl.contacts .req h3{
	padding-left: 0;
}
.about-tpl.contacts .req p{
	margin-left: 0;
}
.about-tpl.contacts h3#tel{background: url(../images/Kontakty.png)no-repeat 0px 4px;}
.about-tpl.contacts h3#svyaz{background: url(../images/Kontakty.png)no-repeat 0px -47px}
.about-tpl.contacts h3#open{background: url(../images/Kontakty.png)no-repeat 0px -95px}
.about-tpl.contacts h3#adr{background: url(../images/Kontakty.png)no-repeat 0px -145px;
    padding-bottom: 40px;
    margin-bottom: -30px;}
.about-tpl.sborka h3{
    padding-bottom: 10px;
    padding-top: 6px;
    margin: 20px 0;
}
.about-tpl.sborka h3.coast{
	padding-left: 40px;
    background: url(../images/icon/coast.png);
    background-repeat: no-repeat;
}
.about-tpl.sborka .coast table{
	width: 585px;
	height: 100px;
}
.about-tpl.sborka .coast table tbody tr{
	border: 1px solid #e4e3e4;
}
.about-tpl.sborka .coast table tbody tr td:first-child{
	width: 100px;
    height: 100px;
    font-size: 40px;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.about-tpl.sborka .coast table tbody tr td:nth-child(2){
	background-color: #f7f7f7;
    padding-left: 30px;
    font-size: 16px;
    color: #131313;
}
.about-tpl.sborka .coast{
	margin: 10px 0;
}

/*FOS*/
.fos-bottom{
	padding: 25px 0;
    background-color: #f3f8fd;
    margin-bottom: -30px;
	margin-top: 20px;
}
.fos-bottom .text-lft, .fos-bottom .text-rght{
	display: inline-block;
	    vertical-align: middle;
}
.fos-bottom .text-rght{
	    margin-left: 50px;
}
.fos-bottom .text-lft h3.h1{
	 margin: 10px 0;
}
.fos-bottom .text-lft p{
	    font-size: 16px;
}
.fos-bottom .text-rght input{
	    width: 400px;
    height: 40px;
    font-size: 18px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border-style: none;
    border: 1px solid #dbe4eb;
    padding-left: 10px;
}
.fos-zamer .fos-input input{
	width: 280px;
    margin-right: 15px;
    padding: 8px;
    background-color: #f6f6f6;
    font-size: 15px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.fos-zamer button{
	padding: 10px 60px;
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    background-color: #000;
    border: 0;
	    margin-bottom: 30px;
}
.fos-bottom .text-rght button{
	font-size: 15px;
    padding: 11px 20px 9px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border-style: none;
    background-color: #000;
    color: #fff;
}
.fos-bottom .text-rght button:hover{
	background-color: #6599b1;
}
.formaps, .mapsfordost{
	margin-top: -20px;
    margin-bottom: 20px;
}
.contact-right .fos h3, .contact-right .fos p{
	padding-left: 0;
	margin-left: 0;
}
.contact-right .fos form input{
	width: 280px;
    margin-right: 15px;
    padding: 8px;
	background-color: #f6f6f6;
    font-size: 15px;
	border: 1px solid #e9e9e9;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.contact-right .fos form textarea{
	width: 575px;
    padding: 10px;
    margin-top: 15px;
	background-color: #f6f6f6;
    font-size: 15px;
	border: 1px solid #e9e9e9;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
	height: 260px;
}
.contact-right .fos form button{
    padding: 10px 60px;
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    background-color: #000;
    border: 0;
}
#review .table.table-striped.table-bordered tr b:nth-child(1){
	color: #bc241a;
}
#review .table.table-striped.table-bordered tr b:nth-child(2){
	color: #FF0000;
}
#review .table.table-striped.table-bordered tr b:nth-child(3){
	color: #bc241a;
}

#tab-specification table tr td strong{
    font-size: 16px;
		font-weight: 600;
}

.bottom-module{
    border-bottom: 1px solid #ddd;
}
.produt-bottom:before {
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100vw;
    margin-left: -webkit-calc(-50vw + 48%);
    margin-left: -moz-calc(-50vw + 48%);
    margin-left: calc(-50vw + 48%);
    top: 0;
}

.product-slide, .featured.prod-module .slick-list{
	display: block;
    width: 100%;
}
.featured.prod-module .slick-list{
    /* padding-right: 3px; */
}
.accessories-area .featured.prod-module .slick-list{
    padding: 0!important;
}
.show_all{
	float: right;
    margin-right: 5px;
    margin-top: -40px;
    font-size: 16px;
    font-weight: 600;
}
.show_more{
	display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    color: #34b0d8;
}
.show_more span{
	cursor: pointer;
	text-decoration: underline;
}
.show_more span:hover{
	text-decoration: none;
}
.hide_for_pc.clearfix{
    display: none;
}
.rassilka{
	clear: both;
    display: block;
    width: 223px;
    height: 115px;
    font-size: 14px;
    background: #333333;
    padding: 10px;
    color: #7cafdb;
    font-weight: 100;
}
.rassilka input{
	width: 100%;
    background: #333333;
    border: 0;
    padding: 5px 10px;
    margin-bottom: 5px;
    color: #fff;
}
.rassilka input::-webkit-input-placeholder {
	color: #fff;
	font-weight: 100;
}
.rassilka input:-moz-placeholder {
	color: #fff;
	font-weight: 100;
}
.rassilka input::-moz-placeholder {
	color: #fff;
	font-weight: 100;
}
.rassilka input:-ms-input-placeholder {
	color: #fff;
	font-weight: 100;
}
.rassilka input::-ms-input-placeholder {
	color: #fff;
	font-weight: 100;
}
.rassilka input::placeholder {
	color: #fff;
	font-weight: 100;
}
.rassilka button{
    background: #2a3440;
    border: 0;
    padding: 5px 20px;
    margin-top: 3px;
    color: #fff;
}
.checkout-cart #content{
	min-height: 500px;
}
footer .list-unstyled{
	font-weight: 100;
	    font-size: 16px;
    line-height: 22px;
}
.social a{
	width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}
.social a i{
	margin: 0;
    font-size: 20px;
    color: #fff;
}
/* .social li:nth-child(1) a{ background: #6896c7;} */
.social li a img{
    max-width: 100%;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.social__header li a img{

}
.social__header li a:hover img{
    box-shadow: 3px -1px 15px 1px rgba(227, 19, 81, 0.77);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
/* .social li:nth-child(2) a{background: #496194; padding: 8px 0;}
.social li:nth-child(3) a{
    background: url(../images/inst-logo.png)no-repeat;
    -webkit-background-size: 118% 118%;
       -moz-background-size: 118%;
            background-size: 118%;
    padding: 0;
    background-position: -4px -5px;
    height: 36px;
    width: 36px;
}
.social li:nth-child(3) a i{
    display: none;
}
.social li:nth-child(4) a{background: #ff4343}

.social a:hover i{
	    color: #f7a92b;
} */
#tab-showroom .container.information{
	width: 100%;
}
/*new menu*/
.inav, .inav ul,.top-links-left ul{
	padding: 0;
	list-style: none;
	margin: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.iparent .isub{
	display: none;
	position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 15px 0 20px;
    margin-top: 1px;
    border: 1px solid #131313;
    border-top: 0;
    margin-left: 0!important;
}
.iparent.sub-open .isub{
	display: block;
}
.inav > li > a {
    color: #fff;
		font-weight: 600;
    padding: 15px 30px;
    min-height: 15px;
    background-color: transparent;
    font-size: 18px;
    display: block;
    cursor: pointer;
		position: relative;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: auto;
}
.red_link {
	text-decoration:underline;
	text-decoration-color: #da4c4c;
}
@media (max-width: 1350px) {
	.inav > li > a {
		padding: 15px 0px;
	}
	.header_ .inav > li > a {
		font-size:17px;
	}
}
@media (max-width: 1200px) {
	.header_ .inav > li > a {
		font-size:16px;
	}	
}
.inav > li.open > a,
.inav > li:hover > a{
	color: #262626;
}


.inav > li > a:before{
	display:none;
	
	/*content: '';
	width: 30px;
	height: 30px;
	left: 0;
	top: 11px;
	display: block;
	position: absolute;
	background: url(../images/top-icon.png)no-repeat;*/
}
.inav > li:hover > a:before{
	/* иконки */
	/* background: url(../images/top-icon-gray.png)no-repeat; */
}

.inav > li:nth-child(1) > a:before{
    /* background-position: 4px 1px; */
    background-position: -192px 2px;
}
.inav > li:nth-child(2) > a:before{
    background-position: -47px 2px;
}
.inav > li:nth-child(3) > a:before{
    background-position: -96px 2px;
}
.inav > li:nth-child(4) > a:before{
    background-position: -143px 2px;
}
.inav > li:nth-child(5) > a:before{
    /* background-position: -192px 2px; */
    background-position: 4px 1px;
}
.inav > li:nth-child(6) > a:before{
    background-position: -248px 1px;
}



.ilists ul:last-child li:last-child{
	border-right: 0;
}
.isub .iparent .itoggle .ititle{
	padding: 5px 0;
    font-size: 14px;
    color: #333;
    font-weight: 600
}
.isub .iparent .ilist li{
	display: block;
    font-size: 14px;
    padding: 3px 0;
}
.ilist a{
	color: #333;
}
.ilist a:hover{
	color: #bc241a;
}
/*adaptive*/
.collapse.in .inav{
	display: block;
}
.collapse.in .inav > li{
	display: block;
}
.collapse.in .inav > li > a{
	color: #333;
	border-bottom: 1px solid #bc241a;
    border-top: 0;
}
.collapse.in .inav > li:last-child > a{
    border: none;
}
.collapse.in .icontent{
	display: block!important;
}
.collapse.in .iparent .isub{
	display: none!important;
}

.categories-bottom .cats-item{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
      margin: 30px 0;
}
.categories-bottom .cats-item .item{
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px;
	text-align: center;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
/* .categories-bottom .cats-item .item:hover{
	-webkit-box-shadow: 0 3px 15px #00000042;
	   -moz-box-shadow: 0 3px 15px #00000042;
	        box-shadow: 0 3px 15px #00000042;
} */
.categories-bottom .cats-item .item:hover{
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

@media (max-width: 1200px) and (min-width:500px) {


.inav > li > a:before{
	content:none
}
.inav > li > a {
    padding: 15px 0px;
}
}
.categories-bottom .cats-item .item a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.categories-bottom .cats-item .item img{
	margin-bottom: 20px;
}
.categories-bottom .cats-item .item p{
	font-size: 21.5px;
  text-transform: uppercase;
	width: 100%;
}
.categories-bottom .cats-item a{
    color:var(--a-color);
}
.categories-bottom .cats-item a:hover{
    color:var(--a-color-hover);
}
.categories-bottom .cats-item .item:hover p{
	font-weight: 600;

}


/*new filter*/
#ocfilter, .ocfilter-option{
    border: none;
    margin: 0;
}
.sort-input{
    width: 260px;
    margin-right: -11px;
    position: absolute;
    right: 0;
    top: 46px;
}
.ocfilter-option{
    margin: 0 -15px;
}
#option-m{
    padding: 0;
}
#option-m .option-values{
    margin-bottom: 10px;
}
#ocfilter-content input, .ocfilter-option .option-name,
#ocfilter h4, .selected-options{
    display: none;
}
.option-values p{
    display: inline-block;
}

#ocfilter-content label {
    padding: 5px;
    display: inline-block;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
    margin: 0px 5px 5px 0px;
    background: #333;
}
#ocfilter-content label:hover{
	text-decoration: none;
    background: #bc241a;
}
#ocfilter-content a{
    color: #fff;
}
#ocfilter-mobile{
    display: none!important;
}
#tab-serc img{
        max-width: 50%;
    display: block;
    margin: auto;
}
.timer{
    text-align: left;
    position: absolute;
    z-index: 99;
    margin-top: 297px;
    left: 0;
    right: 0;
}
.ista-popup{
    cursor: pointer;
}
.modal.inst-modal{
    background: rgba(0, 0, 0, 0.50);
}
.inst-modal .container{
    background: #fff;
    max-width: 1100px;
    width: 100%;
    padding: 30px;
    margin: 5% auto 0;
    font-size: 16px;
    position: relative;
    max-height: 100%;
    overflow: auto;
}
.inst-modal .container img{
    width: 100%;
}
.inst-modal .container p{
    max-height: 500px;
    overflow-y: auto;
}
.inst-modal .container .liked{
    position: absolute;
    bottom: 10px;
    left: 25px;
    background: #ffffff8a;
    color: #000;
    padding: 10px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-weight: 600;
}
.inst-modal .container .liked i{
    font-size: 40px;
    color: #f00;
    vertical-align: middle;
}
.inst-modal .container a{
    margin: 0 30px;
    padding: 4px 13px;
    color: #fff;
    background: #3897f0;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.inst-modal .close-modal{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 3;
    cursor: pointer;
}
.inst-modal .close-modal:before{
    content: '';
    width: 2px;
    height: 20px;
    background: #000;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    display: block;
    top: 4px;
    left: 15px;
    position: absolute;
}
.inst-modal .close-modal:after{
    content: '';
    width: 2px;
    height: 20px;
    background: #000;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg);
    display: block;
    top: 4px;
    left: 15px;
    position: absolute;
}
.inst-modal .logo-inst{
    padding: 10px 0 10px 50px;
    background: url(../images/logo-inst.jpg)no-repeat;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0;
}
.product-price-block button:after,.product-header .button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
#filter_vier{
    background:white;
    border:1px solid #e8e9ea;
}
#filter_vier .btn_fv:hover{
    background: var(--a-color-hover-dark);
}
#button{
    background:var(--a-color);
}
#button:hover{
    background:var(--a-color-hover);
}
#messengers_whatsapp{
    position: relative;
    z-index: -1;
}
#messengers_whatsapp:before{
    content: '\f232';
    position: absolute;
    left: 0;
    font: normal normal normal 24px/1 FontAwesome;
    color: #bc241a;
    font-size: 50px;
}
#filter_vier .btn_fv{
	/* background: #bc241a; */
	background: #333;
	    display: flex;
    height: 100%;
    width: 100%;
    height: 27px;
    align-items: center;
    justify-content: center;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
    position: relative;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;

            display: flex;
            height: 100%;
            margin:0 auto;
            height: 27px;
            align-items: center;
            justify-content: center;
           
            background: var(--a-color-hover);
            color: white;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            width: 135px;
           
}

.product-header .button{
    position: relative;
    background: var(--a-color);
}
.product-price-block button{
    position: relative;
    background: var(--a-color-hover);
}
.product-price-block button:hover{
    background: var(--a-color);
}
.product-header .button:hover{
   
    background: var(--a-color-hover);
}
.product-price-block button:after,.product-header .button:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f5f5f5;
    z-index: 234;

}
.product-price-block button:hover:after,.product-header .button:hover:after {
    width: 100%;
    opacity: 0.2;
}

#filter_vier .input_slider span{
	background: none;
	padding: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
#filter_vier .input_slider span:before{
	content: '—';
}
#filter_vier .irs-bar{
	background: #bc241a;
}
#filter_vier .form-control{
	padding: 5px 12px;
  height: auto;
}

/*
    responsive.css
*/
#column-right .product-layout {
    width: 100% !important;
}

.news-homepage .col-lg-4 {
    margin-bottom: 55px !important;
}

#filter_vier .block_fv{
	width: 100%;
	/* padding: 20px; */
    padding: 5px 10px;
	/* margin-bottom: 10px; */
	/* background: #e8e9ea; */
}
#filter_vier .block_param .title_filter{
	font-weight: 600;
    font-size: 15px;
}
.text_param{
     font-size: 14px;
}
#filter_vier .block_param .onli_param{
	padding: 10px;
}
#filter_vier a{
    color:#333
}
#filter_vier a:hover{
    color:#bc241a
}
#filter_vier .block_param .hidis{
	display: none;
}

#head_filter{
  padding-left: 0;
  padding-right: 0;    
  display: flex;
  justify-content: space-between;
}
.arrow__filter{
    display: inline-block
}

.fa-chevron-right{
    color:var(--a-color-hover)
}
#product_next .fa-chevron-right{
    color:var(--a-color)
}
#product_next[aria-disabled="true"] .fa-chevron-right,#product_prev.slick-disabled .fa-chevron-left{
    opacity: 0.2;
}


@media (max-width: 767px) {
    .header_{
        display: none;
    }
    .navbar-header{
        width: 40px;
    }
    .navbar-header .btn{
        margin: 5px;
        padding: 5px;
    }
    .navbar-header .btn i{
        font-size: 26px;
        color: var(--a-color);
    }
    .slider-top, .slider-top picture, #membership-nearest-discount-panel{
        display: none!important;
    }
    .timer{
    margin-top: 235px;
    }
    .timer .etSeconds, .timer .eTimer .etSep:last-child, .timer .eTimer .etSep:nth-last-child(2){
        display: none!important;
    }
    #top{
        display: block;
        position: fixed;
        z-index: 999;
        background: #fff;
		    border-bottom: 1px solid #bc241a;
    }
    header{
        position: relative;
        background: #fff;
    }
    header{
        border-bottom: none;
        margin-top: 40px;
    }
    .container {
        overflow: visible;
    }
    #ocfilter{
        padding: 0 15px;
    }
    img {
        max-width: 100% !important;
    }
		#head_filter{
			border: 1px solid #333;
		}

		#block_filter_vier #filter_vier{
			display: none;
			position: relative;
		}
		#block_filter_vier #head_filter .arrow_n_f{
			position: absolute;
	    right: 10px;
	    width: 7px;
	    height: 7px;
	    top: 17px;
	    margin: auto;
	    border: 7px solid transparent;
	    border-top: 10px solid #333;
		}

		.collapse.in .inav > li > a{
			width: 100%;
		}
		.inav > li > a:before{
			background: url(../images/top-icon-gray.png)no-repeat;
		}

		.mobile-navs{
			display: -webkit-box;
			display: -webkit-flex;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-webkit-align-items: center;
			   -moz-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			   -moz-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}
		.mobile-search-button{
			width: 30px;
	    height: 30px;
	    margin-right: 30px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	       -moz-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	       -moz-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    font-size: 33px;
	    padding-bottom: 5px;
		}
		.mobile-search-button i{
			font-size: 22px;
			color: #bc241a;
		}

		.mobile-search{
			position: absolute;
			bottom: -50px;
			left: 0;
			right: 0;
			width: 90vw;
			   left: -17%;
		    bottom: -41px;
			    transform: translateY(-100%);
			width: 100vw;z-index: 2;
		}
		.mobile-search.active{
			transform: translateY(0);
			
		}
		#top{
			z-index: 1000;
		}
		.mobile-search form{
			    height: 91px;
			background: white;
		    z-index: 10;
		    display: flex;
		    align-content: center;
		    justify-content: center;
		    align-items: center;
		}
		.mobile-search .input-lg{
			height: 50px;
			padding: 0px 16px;
			font-size: 15px!important;
border: none!important;
box-shadow:none!important;
		}
		.mobile-search  .input-group-btn{
			width: auto;
		}
		.mobile-search button{
			background: none!important;
		}
		.mobile-search  .btn-group{
			width: auto;
		}
		.mobile-search{
			align-content: center;
		justify-content: center;
		align-items: center;
		}
		.mobile-search .input-group.search{
			display: flex;
border-collapse: separate;
align-content: center;
justify-content: center;
align-items: center;    width: 100%;
		}
		
		
		.mobile-search button{
			margin: 0;
	    height: 46px;
		}
		.mobile-search button i{
			font-size: 18px;
	    color: #fff;
		}
		.mobile-cart{
			display: -webkit-box;
			display: -webkit-flex;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	       -moz-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	       -moz-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    padding: 8px 0 0!important;
		}
		.callback-icon{
			margin-left: 30px;
		}
		.callback-icon i{
			font-size: 24px;
			color: #bc241a;
		}
		.mobile-cart #cart{
			margin-bottom: 0;
		}

    ul#mobile-ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    ul#mobile-ul li a {
        padding-bottom: 5px;
        padding-top: 5px;
        display: block;
    }
		.advantage .block-item .dscr span{
			white-space: normal;
		}
    .news-homepage .col-lg-4 {
        margin-bottom: 10px !important;
    }

    .row, .news-homepage .product-layout {
        margin: 0 !important;
    }

    .pay-banner img, .modal-call, .rassilka button, .tel-pole, .distrib-block.home-top .container div, .about-tpl.garanty .text-center {
        width: 100% !important;
    }

    #logo {
        width: 50% !important;
        margin: 20px auto !important;
    }

    footer h5 {
        font-size: 18px !important;
        margin-bottom: 5px;
    }

    .rassilka {
        margin: auto !important;
    }

    .mob-payments {
        width: 219px;
        margin: auto auto 50px auto;
    }

    .social {
        width: 160px;
        margin: auto;
    }

    #header-desktop, #top-links, .modal-call, #right-links {
        display: none !important;
    }

    #mobile-header, #top-nav-mobile {
        display: block !important;
    }
    #top-nav-mobile i{
        color:var(--a-color)
    }
    #top-nav-mobile>.row{
            display: flex;
    align-content: center;
    align-items: center;
       
    }
    [class*='col'] {
        padding: 0;
    }
    #top-nav-mobile .moble_header_phone{
        display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; color: #252525!important;
    font-size: 17px;
    }
    #top-nav-mobile .moble_header_phone a{
     color: #252525!important;
    }
    #top-nav-mobile .moble_header_phone a img{
     margin-right: 5px;
    }
    #menu .nav > li > a {
        color: inherit !important;
    }

    .container {
        padding: 0;
        margin: 0;
        width: 90%;
        margin: auto;
    }

    #modal-call {
        margin: 0 !important;
        margin-top: 5px !important;
        width: 80% !important;
        border: 0 !important;
        padding: 5px !important;
    }

    .tel-pole, .rejim-pole {
        background-position-y: 9px !important;
    }


    #top .container {
        padding: 0 !important;
    }

    #menu {
        -webkit-border-radius: 0 !important;
           -moz-border-radius: 0 !important;
                border-radius: 0 !important;
    }

    .owl-controls .owl-buttons .owl-prev {
        left: 5% !important;
        top: 30% !important;
    }

    .owl-controls .owl-buttons .owl-next {
        right: 5% !important;
        top: 30% !important;
    }

    .slider-top, .navbar {
        margin: 0 !important;
    }

    header {
        padding: 0 !important;
    }

    /*
        Product card
    */
    .product-izbrn{
        margin-top: 0;
    }
    .product-right-block {
        display: none !important;
    }

    .breadcrumb, .art, .product-block-top, .product-block-cl {
        margin: 0 !important;
    }

    .product-block-top {
        border: 0 !important;
    }

    .art {
        float: right !important;
    }

    .product-block-cl {
        padding: 0 !important;
    }

    .thumbnails{
        width: -webkit-calc(100% - 72px);
        width: -moz-calc(100% - 72px);
        width: calc(100% - 72px);
        height: 283px;
    }

    .thumbnails > li:first-child img{
        height: auto;
        max-height: 283px;
    }

    .image-additional a{
        height: 70px;
        width: 70px;
    }

    .image-additional a img{
        max-height: 70px;
    }

    #colors, .product-block-cr, .product-block-bt {
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .product-price-block .price {
        padding: 0 !important;
    }

    .min-info .left-side {
        width: 100% !important;
        margin-top: 10px !important;
    }

    .advantage{
        display: block;
        margin-bottom: 20px;
    }

    .advantage .block-item{
        width: 100%;
    }

    .advantage .block-item:after{
        width: 190px;
        height: 1px;
        right: 0;
        top: auto;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .related .slick-prev, .related .slick-next, .featured .slick-prev, .featured .slick-next{
        left: auto;
        right: 0;
    }
    .related .slick-prev, .featured .slick-prev{
        right: 50px;
    }

    .product-grid .product-thumb .image .img-note{
        width: 110px;
    }

    .text-center img{
        height: auto!important;
    }

    .related{
        padding-top: 0!important;
    }
    .related .container{
        width: 100%;
    }

    .nalichie, .product-block-cl {
        margin-left: -2px !important;
    }

    .product-price-block .form-group .btn-cart-1, .product-price-block .form-group .btn-cart-2 {
        width: 100% !important;
        margin: 0 !important;
        margin-top: 10px !important;
    }

    #colors .input-block {
        padding-bottom: 15px !important;
        margin: auto !important;
        text-align: center;
    }

    #colors .radio label {
        padding: 2px !important;
    }

    #colors {
        margin-top: 20px !important;
    }

    .nav-tabs>li.active>a {
        border-bottom-color: #ddd !important;
    }

    .nav-tabs {
        background: #fff !important;
        border: 0 !important;
    }


    #social_product_mobile {
        display: block !important;
    }


    #social_product_mobile a {
        width: 35px;
        height: 35px;
        display: inline-block;
        text-align: center;
        padding: 7px 0;
        -webkit-border-radius: 30px;
           -moz-border-radius: 30px;
                border-radius: 30px;
    }

    /*
        Category
    */
    .sort-input{
        display: none;
    }

    .sort-box {
        width: 100%!important;
    }

    .category-title {
        margin: 20px auto !important;
    }

    .sort-box .col-sm-3 {
        display: none !important;
    }

    .product-grid .product-thumb .image .img-note {
        bottom: auto;
    }
    .pagination{
        margin: 10px 1px;
    }
    .pagination>li>a, .pagination>li>span{
        padding: 5px 12px;
    }
    .product-grid .product-thumb .caption{
        padding: 6px 0 0;
    }
    .featured .product-thumb .caption:after{
        top: 8px;
    }

    .featured .show_all{
        display: none;
    }

    /*
        О магазине
    */
    #content {
        width: 100% !important;
    }

    .fos-bottom .text-rght {
        margin: 0 !important;
    }

    .contact_form #phone {
        width: 100% !important;
        margin-bottom: 5px !important;
    }


    /*
        Доставка
    */
    .about-tpl.oplata .text-center h2, .about-tpl.dostavka .text-center h2 {
        width: 100% !important;
    }

    /*
        Самовывоз
    */

    .formaps, .mapsfordost {
        margin-top: 0 !important;
    }

    /*
        Оплата
    */

    .about-tpl.oplata img.oplata  {
        width: 100% !important;
    }

    /*
        Подъем и сборка
    */

    .about-tpl.sborka .coast table, .fos-zamer button {
        width: 100%;
    }

    .fos-zamer .fos-input input {
        margin: 5px auto !important;
        width: 100% !important;
    }

    /*
        Шоу-Рум
    */

    .contact-left, .contact-right {
        width: 100% !important;
    }

    .contact-right .fos form input, .contact-right .fos form textarea {
        margin: 5px auto !important;
        width: 100% !important;
    }

    .contact-right .fos form button {
        margin: 0 !important;
        width: 100% !important;
    }

    #contact-right {
        margin-bottom: 15px !important;
    }

    .mobile_feautures {
        display: block !important;
    }

    .mobile_feautures .btn-cart-2-fixed {
        margin: 0 !important;
        width: 100% !important;
    }
    #menu .nav > li > a {
        padding: 10px 15px !important;
    }
    .about-tpl.contacts h3#tel {
        background: url(../images/Kontakty.png)no-repeat 0px 18px !important;
    }

}
@media (max-width: 330px) {
#top-nav-mobile .moble_header_phone {
  
    font-size: 12px;
}
}

@media (max-width: 320px) {
    .about-tpl.samovyvoz h3, .about-tpl.samovyvoz h2 {
        margin: 0 !important;
        font-size: 18px !important;
    }
    #ymaps1533215350226556948 {
        height: 200px !important;
    }
}
@media (max-width: 1710px){
    .container {
        max-width: 1710px;
        width: 100%
    }
}
@media (max-width: 1710px){
    .container {
        max-width: 1710px;
        width: calc(100% - 30px)
    }
}

@media (max-width: 478px) {
    .icons__wrapper div:not(.icons__notation) {
        margin-bottom: 7px;
    }

    .icons__wrapper div img {
        width: 36px;
        height: auto;
    }
    .thumbnails .icons__wrapper .warranty__icon img{
        width: 32px;

        margin-left: 3px;
    }
    .product-thumb .icons__wrapper  .warranty__icon img {
        width: 29px;
        margin-left: 3px;
    }

    .product-thumb .icons__wrapper div:not(.icons__notation) {
        margin-bottom: 4px;
    }
    .icons__wrapper {
        top: 6px;
        left: 5px;
    }
    .product-thumb .icons__wrapper {
        top: 1px;
        left: 2px;
    }
}
.iframe__wrapper{
	text-align: center;
    padding: 30px 0;
}
.iframe__wrapper iframe{
	    box-shadow: 5px 8px 7px -3px #000000;
}

/*animate*/
/*
@media(min-width:1101px){
    .category .product-layout:hover .product-thumb .hidden__btn {
        display: block;
        height: 82px;
        transition: top 0.1s 0.05s ease, opacity 0.1s ease;
        opacity: 1;
        top: 345px;
      }
      .hidden__btn {
        height: 82px;
        padding: 15px 10px;
        box-shadow: 0px 18px 18px -1px rgba(0, 0, 0, 0.5);
        width: 100%;
        background: white;
        display: block;
        position: absolute;
        opacity: 0;
        transition: top 0.1s ease;
        top: 290px;
      }
      .product-thumb .button-group {
        width: 50%;
        display: inline-block;
        padding: 0 7px;
        vertical-align: top;
        margin-top: 5px;
        opacity: 0;
        width: 100%;
        background: white;
      }
      .category .product-layout:hover, .category .product-layout {
        transition: 0.2s !important;
      }
      .category .product-layout {
        width: 100%;
        padding: 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        transition: 0.1s;
        background: #fff;
        cursor: pointer;
      }
      .featured .product-thumb .caption {
        width: 100%;
        display: inline-block;
        padding: 0 0 0px 10px;
        position: relative;
        height: auto;
        max-width: 100%;
        z-index: 9;
        background: #fff;
      }
      .category .product-layout:hover .product-thumb .button-group{
        transition: opacity 0.2s 0.05s ease;
      }
}*/