:root {
  --main-color: #fff5d7;
  --main-bg-color: #3d3941;
  --second-color: #aea9b3;
  --second-bg-color: #645e6a;
  --active-color: #fec002;
  --light-active-color: #ffac00;
  --menu-img-size: 73px; 
  --link-color: #428bca;
  --light-color:#fff5d7;
}
body {
	font-family: Helvetica, sans-serif;
	font-size: 14px; 
	color: #333;
	line-height: 17px;
}
body.blocked {
	overflow-y: hidden;
}
.text-secondary {
    color: var(--second-bg-color)!important;
}
strong,b,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	color: #222;
}
.user-selectable, .x-user-selectable { 
	user-select: auto !important;
}
h2 { 
    border-top: 4px solid #fec002;
    padding: 10px 0;
    text-align: center;
    font-size: 25px;
    color: #3d3941;
    /* text-transform: uppercase; */
    font-weight: 300;
    margin: 0;
}
.rem1 {
	font-size: 1rem;
}
.product-container h2 {
	border-top: none; 
	text-align: left;
	
}
.like-h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    border-top: 4px solid #fec002;
    padding: 10px 0;
    text-align: center;
}
  

.header {
	color: #fff5d7; color: var(--main-color);
	background-color: #3d3941; background-color: var(--main-bg-color);
}
.logo-container {
	position: relative;
}
.logo-container .messengers {
	position: absolute;
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-left: 80px;
	margin-top: 54px;
}
.logo-container .messengers {
	position: absolute;
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-left: 90px;
	margin-top: 89px;
	padding: 10px 16px 10px 16px;
	background: #4c4650;
	border-radius: 16px 16px 0 0;
}
.messenger-mobile-icon img {
	width: 32px;
	height: 32px;
}
.logo-container .messengers .item img {
	width: 32px;
	height: 32px;
}
.xsd-basket-block {
	color: var(--second-bg-color); 
	position: relative;
}
.xsd-basket-block span {
	width: 18px;
    height: 18px;
    position: absolute;
    right: 12px;
    bottom: 0px;
	font-size: 14px;
    line-height: 18px;
}

.logo {
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}



.footer { 
	background-color: #645e6a; background-color: var(--second-bg-color);
	color: #aea9b3; color: var(--second-color);
}
.footer a {color: #aea9b3; color: var(--second-color); }
.footer .f-logo  {
	position: relative;
}
.footer .f-logo img {
	position: absolute;
}


.copyright {
	background-color: #3d3941; background-color: var(--main-bg-color);
	color: #aea9b3; color: var(--second-color);
}

.nav-short .nav-link {
	padding: 0.5rem 0.5rem;
}

.mainmenu {
	z-index: 100 !important;
}

/* menu styles */
.menu-main li a {
	color: var(--main-bg-color);
}
.menu-main li a.active {
	color: var(--active-color);
}
.menu-main li a:hover {
	text-decoration: underline;
}


.menu-catalog {
	display: flex;
	flex-direction: row;
}
.menu-catalog .link-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 32px 0 8px 0;
	color: #fff5d7; color: var(--main-color);
	
	align-items: center;
	
	font-size: 13px;
	line-height: 15px;
	
	text-decoration: none;
    text-transform: uppercase;
    
	position: relative;
}

.menu-catalog .link-item .img {
	flex: none;
	width: 73px;
	height: 73px;
	border: 2px solid #fff5d7;
	border: 2px solid var(--main-color);
	background-size: 69px 69px;
	background-position: center center;
	position: relative;
} 
.menu-catalog .link-item .img .hover {
	width: 73px;
	height: 73px;
	background-color: #fec002;
	background-color: var(--active-color);
	background-size: 69px 69px;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
}

.menu-catalog .link-item .title {
	text-align: center;
}

.menu-catalog .link-item:hover, .menu-catalog .link-item.active {
	text-decoration: none;
	color: #3d3941;
	background-color: #fec002;
	color: var(--main-bg-color);
	background-color: var(--active-color);
}
.menu-catalog .link-item:hover .img,.menu-catalog .link-item.active .img {
	border-color: #fec002;
	border-color: var(--active-color);
}
.menu-catalog .link-item:hover .img .hover, .menu-catalog .link-item.active .img .hover {
	display: block;
}

.menu-catalog .link-item:hover { background-color: var(--light-active-color);}
.menu-catalog .link-item:hover .img { border-color: var(--light-active-color);}
.menu-catalog .link-item:hover .img .hover { background-color: var(--light-active-color);}
.menu-catalog .link-item:hover i { display: none; }
.menu-catalog .sub-menu {
	position: absolute;
	background-color: #3d3941; background-color: var(--main-bg-color);
	margin-top: 100px;
	left: 0;
	z-index: 10;
	display: none;
	width: 200px;
	border: var(--second-bg-color) 2px solid;
}
.menu-catalog .sub-menu .sub-link-item {
	color: #fff5d7; color: var(--main-color);
}

.menu-catalog .link-item:hover .sub-menu {
	display: block;
}

/* catalog section.list */
.product-item-line-list .product-item {
	background-color: #fff5d7; color: var(--main-color);
}
.product-item-line-list .product-item-title {
	font-size: 24px;
	color: #fff5d7; color: var(--main-color);
	background-color: #3d3941; background-color: var(--main-bg-color);
}
.product-item-line-list .product-item-title a {
	color: #fff5d7; color: var(--main-color);
}

.product-item-line-list .product-item-image-original {
	display: block;
	width: 175px;
	height: 175px;
	background-size: contain;
	background-position: center center;
}

.product-container {
	font-size: 16px;
    line-height: 22px;
	color: var(--main-bg-color);
}

.section-price {
	font-size: 140%;
	line-height: 120%;
	font-weight: bold;
	color: #428bca; color: var(--link-color);
}
.main-price {
	color: #428bca; color: var(--link-color);
}

.card-price {
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
	min-height: 2rem;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-price .pack { 
	font-size: 65%; 
	font-weight: normal;
}
.buy-link,
.buy-link-mobile {
	cursor: pointer;
}
.form-control.xsd-quantity {
	display: inline-block;
	width: auto;
}

.product-header {
	/* border-bottom: 4px solid var(--active-color); */
}
.product-price-table {
	border-top: 4px solid var(--active-color);
}

.feedback-container {
    background: var(--second-bg-color);
	color: #aea9b3; color: var(--second-color);
}
.xsd-star { cursor: pointer; }

.xsd-similar-new {
    border-top: 1px solid #e2e2e2;
}
.xsd-similar-title {
    font-size: 14px;
    color: var(--bg-color);
    line-height: 16px;
    font-weight: bold;
}
.xsd-similar-price {
    color: #428bca; color: var(--link-color);
}
p.xsd-clip {
    max-height: 48px;
    font-size: 14px;
    color: var(--bg-color);;
    line-height: 16px;
    overflow: hidden;
}

/* */
.card-header .h3 {
	font-size: 24px;
	font-weight: bold;
	color: #428bca; color: var(--link-color); 
    text-decoration: none;
}
.card-header .h3:hover {
	text-decoration: underline;
} 
/*
.product-tabs ul.nav {
	border-bottom: var(--active-color) 4px solid;
	margin-bottom: 16px;
}
.product-tabs ul.nav .nav-link {
	color: var(--main-bg-color);
}
.product-tabs ul.nav .nav-link.active {
	background: var(--active-color);
	border-radius: 0.25rem 0.25rem 0 0;
}
*/


.buy-link,
.buy-link-mobile {
	background: var(--active-color);
	color: var(--main-bg-color);
}
.buy-link:hover,
.buy-link-mobile:hover {
	color: var(--main-bg-color);
}

/* side list news */
.sidelist a {
    font-size: 14px;
    color: #3d3941;
    line-height: 16px;
    font-weight: bold;
}
.sidelist .date {
	font-size: 16px;
    color: #d5d3d3;
    font-weight: 600;
    margin: 0 0 5px;
}
.sidelist .item {
	border-top: 1px solid #e2e2e2;
    padding: 12px 0 0;
    margin: 0 0 15px; 
}
.sidelist .text{
	margin: 8px 0 0 0;
    max-height: 48px;
    font-size: 14px;
    color: #656565;
    line-height: 16px;
    overflow: hidden;
}

/* tables */ 
.card table th {
	border-right: 1px solid #e2e2e2;
}
.card table th:last-child { border-right: none; }

.card table span {
    font-size: 18px;
    color: #428bca; color: var(--link-color); 
    font-weight: bold;
    padding: 0 0 0 10px;
    border-left: 1px solid #e2e2e2;
    margin: 0 0 0 -10px;
}

.labels-container {
    position: absolute;
    z-index: 100;
    left: -16px;
	
}
.labels-container div {
	background: var(--main-bg-color);
	color: white;
}



/* media desktop only main */ 

@media (min-width: 574px)
{
.product-tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.product-tabs h2 {
	order: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	padding: 10px 16px 12px;
	cursor: pointer;
	border-radius: 4px;
}
.product-tabs h2.active {
	background: var(--active-color);
}
.product-tabs .block-body{
	order: 2;
	width: 100%;
	border-top: var(--active-color) 4px solid;
	display: none;
	margin-top: -4px;
}
.product-tabs .block-body.active {
	display: block;
}
}

/* media mobile only main */
@media (max-width: 574px)
{
.mainmenu {
	color: #fff5d7; color: var(--main-color); 
	background-color: #3d3941; background-color: var(--main-bg-color);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	height: 54px;
	overflow: hidden;
	box-shadow: rgba(0,0,0,0.75) 0 0 16px;
}
.mainmenu .first-row {
	background-image: url(/bitrix/templates/gumbit/images/logo.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 72px 10px;

}


.mainmenu.admin-mode {
	top: 40px;
}
.mainmenu.opened {
	height: auto;
	overflow-y: auto;
	bottom: 0;
}
.mainmenu li.nav-item {
	width: 50%;
}
.mainmenu li.nav-item a.nav-link {
	color: #fff5d7; color: var(--main-color); 
}

.mainmenu .menu-container { 
	order: 2; 
	
	border-top: var(--main-color) 1px solid;
    margin-top: 32px;
    margin-bottom: 32px;
    border-bottom: var(--main-color) 1px solid;
}
.mainmenu .menu-container .nav-link {
	text-align: center;
}
.mainmenu .func-container { 
	order: 1; 
	
	/* background-color: #3d3941; background-color: var(--main-bg-color); */
	color: #fff5d7; color: var(--main-color); 
}

.menu-catalog {
	flex-wrap: wrap;
}
.menu-catalog a{
    min-width: 50%;
	
}

.product-tabs h2 { 
	border-bottom: var(--active-color) 4px solid
}

.footer .f-logo img {
    position: relative;
    display: block;
	margin: auto;
}


#search .btn-group-sm>.btn, .btn-sm {
	border-radius: .2rem !important;
}
.contacts-container {
	padding-right: 0px;
	padding-left: 0px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;


}
.contacts-container {
	display: flex;
}

.prom-container {
	width: calc(100% - 30px);
    flex: none;
}



}
/* end media main */

/* custom */
.seo-text {
    font-size: 11px;
    color: #656565;
    line-height: 120%;
    padding: 25px 0 0 0;
}
.seo-text h2 {
    font-size: 19px;
    border: none;
    margin: 0;
    text-align: left;
}
.seo-text p {
    font-size: 12px;
    margin-bottom: 10px;
} 



/* media custom */ 
@media (min-width: 768px)
{
	 
}

@media (max-width: 768px)
{
	.btn-xs-100 {
		width: 100%;
		margin-bottom: 1rem;
	}
}

/* table hovered*/

table.col-row-hover {
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
}

table.col-row-hover td, 
table.col-row-hover th, 
table.col-row-hover .table-row, 
table.col-row-hover .col {
    cursor: pointer;
    padding: 10px 0px;
    position: relative;
	text-align: center;

}
table.col-row-hover .col, 
table.col-row-hover .table-row 
{
	font-weight: bold;
}

table.col-row-hover td:hover::before { 
    background-color: #ffa;
    content: '\00a0';  
    height: 100%;
    left: -5000px;
    position: absolute;  
    top: 0;
    width: 10000px;   
    z-index: -1 ;        
	min-height: 38px;
}

table.col-row-hover td:hover::after{ 
    background-color: #ffa;
    content: '\00a0';  
    height: 10000px;    
    left: 0;
    position: absolute;  
    top: -5000px;
    width: 100%;
    z-index: -1 ;        
}

.container {
	z-index: 0;
}
table.col-row-hover th{border: 2px solid #3d3941;}
table.col-row-hover td{border: 1px solid #3d3941;}
table.col-row-hover th.col{
    writing-mode: tb-rl;
    /*transform: rotate(290deg);*/
    font-size: 13px;
		color: #fec003;
    height: 150px;
}
table.col-row-hover th.col:nth-child(2) {
	writing-mode: horizontal-tb;
}
.prom-container {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0 15px;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
	text-decoration: none;
	color: var(--light-active-color);
}
.prom-container img {
	transition: all 1s ease-out;
}
.prom-container:hover {
	text-decoration: none;
}
.prom-container:hover img {
	transform: scale(1.12);
	
}
.prom-title {
    background: var(--main-bg-color);
    color: var(--light-color);
	flex: 1;
	font-weight: bold;
	margin-top: -16px;
	
} 
.prom-container:hover .prom-title {
	color: white;
}

table.floor-calc td:last-child {
	min-width: 120px;
}

.section-reviews a {
	color: #478ecb;
}
.section-reviews p {
	font-size: 1rem !important;
} 


/* slider */ 
.xsd-content-slider-container {
	position: relative;
	overflow: hidden;
	height: calc(100vw / 3 * 2 / 4 * 2);
}
.xsd-content-slider-container img {
	position: absolute;
	height: calc(100vw / 3 * 2 / 4 * 2);
	width: 100%;
	object-fit: cover;
	transition: 0.2s;
}
.xsd-content-slider-container img.next { transform: translateX(100%); }
.xsd-content-slider-container img.prev { transform: translateX(-100%); }
.xsd-content-slider-container ul {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	color: white;
	z-index: 1;
}
.xsd-content-slider-container ul li {
	display: inline-block;
	margin: 0 0.5em;
	cursor: pointer;
	width: 2em;
	height: 0.9em;
	background: #ffc008;
}
.xsd-content-slider-container ul li.active {
	background: var(--main-color);
}
span.ajaxload {
    background: #f5f5f5;
    display: inline-block;
    min-width: 8rem;
    border-radius: 0.2rem;
    padding: 0 0.4rem;
	margin: 0 -0.4rem;
	animation: ajaxload-ani 1s infinite;
	color: #555;
	cursor: default;
}
@media (max-width: 768px) {
	.rest {
		display: flex;
		flex-wrap: wrap;
	}
	.rest a {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		height: 48px;
		padding: 0 12px;
		flex: 1;
		margin: 0 2px 4px;
	}
}

@keyframes ajaxload-ani {
  0%  { background: linear-gradient(to right, #f5f5f5 0%, #f9f9f9 1%, #f9f9f9 10%, #f5f5f5 20%, #f5f5f5 100%);}
  10% { background: linear-gradient(to right, #f5f5f5 0%, #f9f9f9 10%, #f9f9f9 20%, #f5f5f5 30%, #f5f5f5 100%); }
  20% { background: linear-gradient(to right, #f5f5f5 0%, #f9f9f9 20%, #f9f9f9 30%, #f5f5f5 40%, #f5f5f5 100%); }
  40% { background: linear-gradient(to right, #f5f5f5 0%, #f9f9f9 30%, #f9f9f9 40%, #f5f5f5 50%, #f5f5f5 100%); }
  50% { background: linear-gradient(to right, #f5f5f5 0%, #f9f9f9 40%, #f9f9f9 50%, #f5f5f5 60%, #f5f5f5 100%); }
  60% { background: linear-gradient(to right, #f5f5f5 0%, #f9f9f9 50%, #f9f9f9 60%, #f5f5f5 70%, #f5f5f5 100%); }
  70% { background: linear-gradient(to right, #f5f5f5 0%, #f9f9f9 60%, #f9f9f9 70%, #f5f5f5 80%, #f5f5f5 100%); }
  80% { background: linear-gradient(to right, #f5f5f5 0%, #f9f9f9 70%, #f9f9f9 80%, #f5f5f5 90%, #f5f5f5 100%); }
  90% { background: linear-gradient(to right, #f5f5f5 0%, #f9f9f9 80%, #f9f9f9 90%, #f5f5f5 100%, #f5f5f5 100%); }
  100% { background: linear-gradient(to right, #f5f5f5 0%, #f9f9f9 90%, #f9f9f9 99%, #f5f5f5 100%, #f5f5f5 100%); }
}

.not-available {
	opacity: 0.4;
	transition: opacity 250ms ease-in-out;
}
.not-available:hover {
	opacity: 1;
}
.toggle-menu {
	font-size: 32px;
}
.tg-link-icon {
	width: 24px;
}

.contacts-container {
	
	display: flex;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
	gap: 1rem;
}
.contacts-container .btn{
	white-space: nowrap;
}
.file-item-title {
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 768px)
{
	.contacts-container {
		padding-right: 15px;
		justify-content: flex-end;
	}
	.contacts-container a.btn.btn-warning.py-2 {
		order: 1;
	}
}

@media (min-width: 768px) {
	.tg-link {
		background: #3d3941;
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: none;
		border-radius: 4px;
	}
}
.contacts-container {
	justify-content: flex-end;
}
.word-break-all {
	word-break: break-word;
}
.section-price {
	gap: 4px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.old-price {
	color: #888;
	display: inline-flex;
	flex-direction: column;
	padding: 3px 6px;
	border-radius: 4px;
}
.old-price .title {
	font-size: 10px;
	line-height: 1;
}
.old-price .value {
	text-decoration: line-through;
}
.hot-price {
	display: inline-flex;
	background: red;
	color: white;
	padding: 3px 6px;
	border-radius: 4px;
}

.element-price-unit-block {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
}
.profit-title {
	color: red;
	font-weight: 600;
}
.profit-value {
	color: red;
	font-weight: 600;
}
.privacy-link {
	color: #645e6a;
	font-size: 13px;
}
.privacy-link:hover {
	color: #9c92a4;
}