/*.row {
    --bs-gutter-x: 0;
}*/
.catalog {
	margin-bottom:100px;
}
.col {
    padding: 0;
}
.catalog > .container {
	max-width: 1420px;
	padding: 0;
}
.catalog_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog h1 {
	font-size: 30px;
	font-family: Montserrat;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 40px !important;
}
.under_h1 {
    font-size: 15px;
    font-weight: 500;
    max-width: 600px;
    margin-bottom: 30px;
}
.catalog-section-list-item-img {
    border: 0;
}
.catalog-section-list-tile-list {
    display: flex;
    justify-content: space-between;
}
.catalog-section-description {
    text-align: left;
    margin-bottom: 30px;
}
.catalog-section-list-item {
	padding: 0;
	box-shadow: 0 0 8px #00000050;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 30px;
	display: inline-block;
	flex: auto;
	max-height: 250px;
}
.catalog-section-list-item-inner {
    background: #fff;
    text-decoration: none;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
	min-height: 70px;
}
.catalog-section-list-item-title {
    text-align: left;
}
.catalog-section-list-item-inner a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.catalog-section-list-item-img {
    border: 0;
    height: 100%;
    padding-top: 70%;
    background-position: top center;
	transition: background 0.3s;
}
.catalog-section-list-item:hover .catalog-section-list-item-img {
    background-position: center center;
}
.smart-filter-title {
    background: #D79B1C;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-size: 15px;
    line-height: 20px;
}
.smart-filter {
    width: 215px;
    box-shadow: 0 0 8px #00000050;
    border-radius: 8px;
}
.smart-filter-form {
    padding: 15px;
}
.col.smart-filter-button-box {
    margin-top: 20px;
}
#set_filter {
    background: #D79B1C;
    width: 80%;
    border: 0;
    color: #231F20;
    font-size: 15px;
}
#del_filter {
    color: #231F20;
    text-decoration: navajowhite;
    font-size: 15px;
    background: #B8BABB;
    width: 80%;
    margin-top: 10px;
}
.smart-filter-parameters-box-title {
    text-align: left;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}
.smart-filter-input-group-checkbox-list .form-check {
    text-align: left;
}
.form-check .form-check-input {
    margin-right: 15px;
}
.form-check {
    display: flex;
}
/*.product-item-detail-slider-container {
    max-width: 400px;
}*/
.catalog_text {
    margin-top: 50px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.catalog_text__inner {
    margin-right: 50px;
}
.catalog_text__inner_h2 {
    font-size: 18px;
    color: #231F20;
    font-weight: 600;
    margin-bottom: 20px;
}
.catalog_text__inner_text {
    font-size: 15px;
    line-height: 25px;
}
.product-item-image-original, .product-item-image-alternative {
	background-size:cover;
}
.element_detail__text {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 20px;
	font-weight:300;
	max-height:130px;
	overflow: hidden;
	position: relative;
}
/*.element_detail__text::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(to top, #FFF, #FFFFFF50);
}*/
.product-item-line-card .product-item-title a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
.product-item-image-wrapper {
	width: 100%;
	padding-top: 100%;
}
.product-item-line-card .product-item {
    padding-bottom: 20px;
}
.justify-content-between .col-md-3 {
    width: 20%;
}
.product-item-line-card .product-item {
    padding: 20px;
}
.product-item-line-list {
    box-shadow: 0 2px 5px #00000050;
    background: #fff;
}
.row.product-item-line-list:first-child {
    border-radius: 8px 8px 0 0;
	padding-top: 10px;
}
.catalog-section .row.product-item-line-list:nth-child(3) {
    border-radius: 0 0 8px 8px;
	padding-bottom: 10px;
}
.catalog-section .row.product-item-line-list:nth-child(3) .product-item-line-card .product-item {
	border:none;
}
.product-item-list-col-4 {
    margin-top: 25px;
    box-shadow: 0 2px 8px #00000050;
    border-radius: 8px;
	margin-bottom: 20px;
}
.product-item-list-col-4 .product-item-small-card {
    border-right: 1px solid #dadada;
}
.product-item-list-col-4 .product-item-small-card:last-child {
    border: none;
}
.element_detail__mid {
    width: 60%;
}
.product-item-price-current {
    font-size: 26px;
	font-weight: 500;
}
.product-item-info-container .product-item-amount {
    float: right;
    overflow: hidden;
    margin-bottom: 20px;
}
.product-item-amount-description-container {
    display: none;
}
.product-item-price-container {
    text-align: right;
}
.product-item-info-container .btn-primary, .catalog_element__price .product-item-detail-buy-button {
    background-color: #fff;
    background-image: url(../images/mini_cart.svg);
    background-repeat: no-repeat;
    color: #231F20;
    border-color: #707070;
    padding: 0 20px 0px 50px;
    background-position-y: center;
    background-position-x: 20px;
    border-radius: 8px;
    transition: background 0.5s;
    height: 40px;
    line-height: 40px;
    text-transform: none;
}
.product-item-info-container .btn-primary:hover, .catalog_element__price .product-item-detail-buy-button:hover {
	background-color:#231F20;
	background-image: url(../images/mini_cart_white.svg);
	color:#fff;
}
.row.catalog_element__top {
    box-shadow: 0 2px 8px #00000050;
    border-radius: 8px;
    padding: 40px;
    --bs-gutter-x: 0;
	margin-bottom: 40px;
}
.row.catalog_element__top .col-md {
    max-width: 400px;
}
.catalog_element__top .catalog_lement__mid {
	display: flex;
	margin-left: 40px;
	justify-content: space-between;
	width: 51%;
}
.row.catalog_element__price {
    flex-direction: column;
    align-content: start;
	padding: 0 20px 0;
}
.row.catalog_element__price .col-lg-5 {
    width: 100%;
}
.row.catalog_element__price .col-lg-7 {
    width: 100%;
}
.catalog_elemnt_rating {
	display:none;
}
.product-item-detail-pay-block {
    box-shadow: 0 2px 8px #00000050;
    border-radius: 8px;
    margin-top: 0px;
	margin-bottom: 30px;
    padding: 15px 30px 0;
}
.product-item-detail-pay-block__top {
    display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 90px;
	padding: 0;
}
.catalog_element__brand img {
    min-width: 160px;
}
.catalog_element__brand {
	width:160px;
    margin-left: 60px;
}
.catalog_element__brand .col-md-3 {
    width: 100%;
}
.brandblock-item {
    padding: 0;
    border: none;
}
.product-item-detail-info-container-title.text-center {
    display: none;
}
.product-item-amount-field-btn-minus {
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #B8BABB;
    border-radius: 8px 0 0 8px;
}
.product-item-amount-field-btn-plus {
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #B8BABB;
    border-radius: 0 8px 8px 0;
}
.product-item-amount-field-block {
    background: #DDDEDF;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item-detail-pay-block__top .mb-3 {
    margin-bottom: 0 !important;
}
.product-item-amount-field-container {
    margin-bottom: 0 !important;
}
.catalog_element__price div[data-entity="quantity-block"] {
    margin-left: auto;
    margin-right: 40px;
}
.product-item-detail-price-current {
    color: #231F20;
	margin-bottom: 0 !important;
}
.product-item-amount {
    padding: 0;
}
.product-item-small-card .product-item-price-container {
    text-align: left;
}
.product-item-small-card .product-item-amount {
    float: none;
    margin-top: 20px;
}
.product-item-small-card .product-item-price-current {
    line-height: 40px;
}
.btn-primary, .list-group-item.active {
    color: #231F20;
    border-color: #707070;
    background-color: #fff;
}
.product-item-properties {
    display: grid;
    margin: 0;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    text-align: left;
}
.product-item-properties dt {
    position: relative;
    width: 100%;
}
.product-item-properties dt::before {
	content: "";
	position: absolute;
	width: 50%;
	border-bottom: 1px dotted #a5a5a5;
	height: 100%;
	bottom: 4px;
	left: calc(100% - 55%);
}
.catalog .catalog_catname {
	font-size:44px;
}
.catalog_catname_h2 {
	display:none;
}
.catalog_sort_item {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
}
.catalog_sort_item a {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
	border-bottom: 1px dotted #a5a5a5;
	text-decoration: none;
}
.col-lg-3.col-md-4.col-sm-5 {
    width: 280px;
}
.element_detail__props {
    opacity: 0;
    height: 0;
   /* transition: 0.5s;*/
}
.product-item:hover .element_detail__props {
    opacity: 1;
    height: 100%;
}
.row.mb-4 {
    margin-bottom: 0 !important;
}
.product-item-detail-compare-container {
    border-top: 0;
    margin: 0;
    background: #fff;
    box-shadow: none;
    padding: 20px 0;
	margin-right: 40px;
}
.product-item-detail-compare input {
    display:none;
}
.product-item-detail-compare label {
    height: 40px;
    background-image: url(../images/grafik.svg);
    display: flex;
    align-items: center;
    padding-left: 60px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
	cursor:pointer;
}
.product-item-detail-compare input[type=checkbox]:checked + label {
	background-image: url(../images/grafik_yellow.svg);	
}
.product-item-detail-compare label span {
    font-size: 15px;
    font-weight: 500;
    color: #6D6E71;
}
.product-item-detail-pay-block__bottom {
    display: flex;
    align-items: center;
    border-top: 1px solid #B8BABB;
}
.product-item-detail__soc_link {
	height: 40px;
    background-image: url(../images/soc_link.svg);
    display: flex;
    align-items: center;
    padding-left: 60px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
	cursor:pointer;
}
.product-item-detail__soc_link a {
	text-decoration:none;
	font-size: 15px;
    font-weight: 500;
    color: #6D6E71;
}
.catalog_element__dop_item_tab {
    display: inline-block;
    padding: 5px 15px;
    background: #E0E1E1;
    border-radius: 8px 8px 0 0;
    border-top: 1px solid #B8BABB;
    border-left: 1px solid #B8BABB;
    border-right: 1px solid #B8BABB;
	position: relative;
	bottom: -1px;
}
.catalog_element__dop_item_tab a {
    color: #231F20;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.catalog_element__dop_item_content {
    padding: 15px 15px 10px;
    background: #E0E1E1;
    border-radius: 0 8px 8px 8px;
    border: 1px solid #B8BABB;
	max-width: 660px;
}
#cat_el_access {
    display: flex;
    justify-content: left;
    overflow-y: hidden;
    scrollbar-width: thin;
    padding-bottom: 10px;
}
.catalog_element__dop_item_content__top {
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}
.catel_h4 {
    max-width: 130px;
    overflow: hidden;
    max-height: 70px;
}
.catalog_element__dop_item_content__top .catel_h4 a {
    font-size: 12px;
    font-weight: 300;
    color: #231F20;
    text-decoration: none;
}
.catalog_element__dop_item_content__top .catel_h4 a:hover {
	text-decoration:underline;	
}
.catalog_element__dop_item_content__top img {
    max-width: 56px;
    height: 100%;
    margin-left: 10px;
}
.catalog_element__dop_item_content__bottom {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.catalog_element__dop_item_content__bottom .catel_href {
    text-decoration: none;
    color: #231F20;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #231F20;
    border-radius: 8px;
    padding: 5px 20px;
}
.catalog_element__dop_item_content__bottom .catel_href:hover {
    color: #fff;
	background: #231F20;
}
.catalog_element__dop_item_content__bottom span {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}
.col-lg {
    flex: 0 0 0;
}
.karp_tabs {
    margin-bottom: 40px;
}
.karp_tabs > .col {
    display: flex;
}
.karp_tabs, .karp_tabs .row {
    --bs-gutter-x: 0;
/*    margin: 0;*/
	flex: initial;
}
.karp_tabs__left {
	width: 338px;
	margin-right: 30px;
}
.karp_tabs .product-item-detail-tabs-container {
    width: 338px;
    box-shadow: 0 2px 8px #00000050;    
}
.karp_tabs .product-item-detail-tabs-list {
    display: flex;
    flex-direction: column;
}
.karp_tabs .product-item-detail-tabs-list .product-item-detail-tab a {
    border-bottom: 1px solid #B8BABB;
    display: block;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    text-decoration: none;
    background-position: 27px 24px;
    background-repeat: no-repeat;
    padding-left: 60px;
}
.karp_tabs .product-item-detail-tab a.href_opisanie {
	background-image: url(../images/href_opisanie.svg);	
}
.karp_tabs .product-item-detail-tab a.href_props {
	background-image: url(../images/href_props.svg);	
}
.karp_tabs .product-item-detail-tab a.href_comment {
	background-image: url(../images/href_comment.svg);	
}
.karp_tabs .product-item-detail-tabs-list .product-item-detail-tab:last-child a {
	border-bottom:0;
}
.karp_tabs .product-item-detail-tabs-list .product-item-detail-tab.active a, .karp_tabs .product-item-detail-tabs-list .product-item-detail-tab:hover a {
    border-bottom: 0;
}
.product-item-detail-tab-content {
    padding: 0;
    width: 70%;
    min-width: 500px;
	font-size: 15px;
	line-height: 25px;
}
.catalog_element__dop_item_li {
    width: 30%;
    margin-right: 5%;
    min-width: 30%;
}
.catalog_element__dop_item_li:last-child {
    margin-right: 0;
}
.catalog-section-list-item:hover .catalog-section-list-item-link {
    color: #DF4D12;
}
.catalog-section-list__dop {
	position: absolute;
	background: #ffffffd6;
	width: 100%;
	height: calc(100% - 65px);
	top: 65px;
	left: 0;
	padding: 10px 20px;
	text-align: left;
	display: none;
}
.catalog-section-list-item:hover .catalog-section-list__dop {
	display:block;
}
.catalog-section-list__dop_ul {
    padding: 0;
}
.catalog-section-list__dop_a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dashed #999;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
}
.catalog-section-list__dop_a:hover {
	color:#DF4D12;	
}
.catalog_button__a {
	color:#DA9E1C !important;
}