

/* Start:/bitrix/components/sotbit/regions.choose/templates/.default/style.css?16754075026494*/
.select-city-wrap {
	position: relative;
}

.select-city__block__text {
	color: #919294;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 30px;
}

.select-city__block__text-city {
	color: #414141;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 30px;
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: pointer;
}

.select-city__dropdown__title {
	color: #414141;
	font-size: 13px;
	line-height: 30px;
	font-family: "NotoSans";
	display: block;
	margin-bottom: 10px;
}


.select-city__dropdown {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 211px;
	text-align: center;
	padding: 11px 5px 17px 5px;
}

.select-city__dropdown-wrap {
	z-index: 99;
	position: absolute;
}

.select-city__dropdown__choose {
	display: inline-block;
	height: 32px;
	width: 82px;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: 'ProximaNova';
	text-align: center;
	cursor: pointer;
}

.select-city__dropdown__choose:hover, .select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: .7;
}

.select-city__dropdown__choose__yes {
	color: #919294;
	border: 1px solid #d3d3d3;
	margin-right: 15px;
}

.select-city__dropdown__choose__no {
	color: #ffffff;
	background: #333333;
}

.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.select-city__modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
}

.modal__overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2500;
}

.select-city__modal-wrap {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 684px;
	padding: 37px 53px 40px 53px;
	position: relative;
	margin: 30vh auto;
	transition: width .2s;
}

.select-city__modal__title {
	color: #000000 !important;
	font-family: 'ProximaNova' !important;
	line-height: 30px;
	font-size: 25px !important;
	margin-bottom: 20px !important;
}

.select-city__modal__list {
	columns: 3;
	margin-bottom: 23px;
}

.select-city__modal__list__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 11px;
}

.select-city__modal__list__item {
	color: #414141 !important;
	font-family: 'ProximaNova' !important;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0 !important;
	cursor: pointer;
}

.select-city__modal__list__item:hover, .select-city__modal__list__item:focus,
.select-city__modal__list__item:active {
	color: #0978c6 !important;
	text-decoration: underline;
	text-decoration-color: #c1ddf1;
}

.select-city__modal__submit__block-wrap {
	background: #eceef1;
	padding: 21px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 42px);
}

.select-city__modal__submit__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

.select-city__modal__submit__input {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	box-shadow: none;
	height: 32px;
	width: calc(100% - 32px);
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	margin-right: 15px;
	padding: 0 15px;
}

.select-city__modal__submit__btn {
	background: #000000;
	border: none !important;
	box-shadow: none !important;
	width: 147px;
	height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'ProximaNova';
	font-size: 12px;
}

.select-city__modal__submit__btn:hover, .select-city__modal__submit__btn:active,
.select-city__modal__submit__btn:focus {
	opacity: .7;
}

.select-city__close {
	background: url("/bitrix/components/sotbit/regions.choose/templates/.default/img/select-city__close.png") no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -30px;
	cursor: pointer;
}

.select-city__close:hover {
	opacity: .7;
}

@media ( max-width : 768px) {
	.select-city__modal-wrap {
		width: 484px;
		padding: 37px 25px 40px 25px;
	}
	.select-city__modal__list {
		columns: 2;
	}
}

@media ( max-width : 575px) {
	.select-city__modal-wrap {
		width: 80%;
		padding: 27px 20px 30px 20px;
	}
	.select-city__modal-wrap {
		margin: 20vh auto;
	}
	.select-city__modal__title {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.select-city__close {
		top: 15px;
		right: 15px;
	}
	.select-city__modal__list__item {
		font-size: 13px !important;
	}
}

@media ( max-width : 400px) {
	.select-city__modal__list {
		columns: unset;
		max-height:100px;
		overflow:auto;
	}
	.select-city__modal-wrap {
		margin: 5vh auto;
	}
	.select-city__modal__list__title {
		line-height: 20px;
	}
	.select-city__modal__submit__block-wrap {
		display: block;
	}
	.select-city__modal__submit__input {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.select-city__modal-wrap {
		padding: 15px 20px;
	}
	.select-city__modal__submit__btn
	{
		width:100%;
	}
}
.select-city__modal__submit__block-wrap__input_wrap
{
	position:relative;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-container
{
	position:absolute;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list
{
	padding-left:0;
	margin:0;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list li
{
	list-style:none;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item
{
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background: #ffffff;
	height: 32px;
	width: 100%;
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	padding: 0 15px;
	line-height:32px;
	margin:0!important;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-hide
{
	display:none;
}
.select-city__modal__submit__block-wrap__input_wrap_error
{
	color:red;
	position:absolute;
	top:-20px;
}

.select-city__modal__submit__vars {
	position: absolute;
	top: 100%;
	left: 0px;
	background-color: #fff;
	box-shadow: 2px 3px 3px #a0a0a0;
	padding: 3px;
	cursor: pointer;
}

.select-city__modal__submit__vars .regions_vars:hover {
	background-color: #f0f0f0;
}
/* End */


/* Start:/local/templates/fontarm.ru/components/bitrix/search.form/head-search/style.css?1675265336694*/
.search-form{
    margin-top: 5px;
	position: relative;
}
.search-form input.header-form{
    border: 1px solid #dfdfdf;
    padding-right: 50px;
    height: 50px;
    border-radius: 0;
}
.search-form input.header-form:focus{
    border: 1px solid #dfdfdf;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.search-form #icon-search{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: auto;
}
.search-submit-block{
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #222222;
    display: flex;
    cursor: pointer;
    transition: background-color .6s ease-out;
}
.search-submit-block:hover{
    background-color: #363636;
}

/* End */


/* Start:/local/templates/fontarm.ru/components/bitrix/sale.basket.basket.line/cart-head/style.min.css?15907555733712*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/fontarm.ru/components/bitrix/menu/topmenu-new/style.css?15921332043493*/
/**Top menu**/
.topmenu,
.topmenu ul{
	margin:0;padding:0;
	width:100%;
	list-style:none;
	font-size:14px;
	float:left;
	height: 40px;
}
.menu-delimiter{
	position: absolute;
	top: 4px;
	color: white;
	margin-left: -2px;
}
.topmenu li:first-child .menu-delimiter{
	display: none;
}
.topmenu{
	background-color: #222222;
}

/*Links*/
.topmenu a{
	display:flex;
	padding:10px 15px;
	text-decoration:none;
	text-align:center;
	height: 100%;
	/*transition: all .3s ease-out;*/
}
.header-outer-cont.header-outer-clone .topmenu a{
	padding:5px 15px;
}

.topmenu li{
	float:left;
	height: 100%;
}

/*Root items*/
.topmenu li a.root-item, .topmenu li a.root-item-selected{
	color: white;
	padding: 5px 0 4px 0;
}

/*Root menu selected*/
.topmenu li a.root-item-selected{
	background-color: #ffcc00;
	color:#222222;
}

/*Root items: hover*/
.topmenu li:hover a.root-item,
.topmenu li.jshover a.root-item{
	background:#ffcc00;
	color:#222222;
}

/*Child-items: hover*/
.topmenu li:hover,
.topmenu li.jshover{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
.topmenu li.item-selected{
	background:#D6D6D6;
	color:#fff;
}
.menu-header-link {
	margin: auto;
	padding-bottom: 2px;
}
/*Sub-menu box*/
.topmenu li ul{
	position:absolute;
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	width:250px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
.topmenu li li{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
.topmenu li ul a{
	text-align:left;
}

/*Items text color & size */
.topmenu li a,
.topmenu li:hover li a,
.topmenu li.jshover li a,
.topmenu li:hover li:hover li a,
.topmenu li.jshover li.jshover li a,
.topmenu li:hover li:hover li:hover li a,
.topmenu li.jshover li.jshover li.jshover li a,
.topmenu li:hover li:hover li:hover li:hover li a,
.topmenu li.jshover li.jshover li.jshover li.jshover li a,
.topmenu li:hover li:hover li:hover li:hover li:hover li a,
.topmenu li.jshover li.jshover li.jshover li.jshover li.jshover li a{
	color:#4F4F4F;
}

/*Items text color & size: hover*/
.topmenu li:hover li:hover a,
.topmenu li.jshover li.jshover a,
.topmenu li:hover li:hover li:hover a,
.topmenu li.jshover li.jshover li.jshover a,
.topmenu li:hover li:hover li:hover li:hover a,
.topmenu li.jshover li.jshover li.jshover li.jshover a
.topmenu li:hover li:hover li:hover li:hover li:hover a,
.topmenu li.jshover li.jshover li.jshover li.jshover li.jshover a
.topmenu li:hover li:hover li:hover li:hover li:hover li:hover a,
.topmenu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{
	color:#4F4F4F;
}

.topmenu li ul ul{
	margin:-27px 0 0 132px;
}

.topmenu li:hover ul ul,
.topmenu li.jshover ul ul,
.topmenu li:hover ul ul ul,
.topmenu li.jshover ul ul ul,
.topmenu li:hover ul ul ul ul,
.topmenu li.jshover ul ul ul ul,
.topmenu li:hover ul ul ul ul ul,
.topmenu li.jshover ul ul ul ul ul{
	display:none;
}

.topmenu li:hover ul,
.topmenu li.jshover ul,
.topmenu li li:hover ul,
.topmenu li li.jshover ul,
.topmenu li li li:hover ul,
.topmenu li li li.jshover ul,
.topmenu li li li li:hover ul,
.topmenu li li li li.jshover ul,
.topmenu li li li li li:hover ul,
.topmenu li li li li li.jshover ul{
	display:block;
}

div.menu-clear-left{
	clear:left;
}

@media(min-width:992px){
	.topmenu{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.topmenu li{
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
	}
}
/* End */


/* Start:/local/templates/fontarm.ru/components/bitrix/menu/mobile-top-menu/style.css?1598620394720*/
.mobile-topmenu__outer.active{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f7f7f7;
	z-index: 901;
	padding-top: 5%;
	opacity: 1;
	overflow-y: scroll;
	position: fixed;
	transition: all .3s ease-out;
}
.mobile-topmenu__outer{
	z-index: 0;
	height: 100%;
	width: 100%;
	left: -100%;
	top: 0;
	overflow: hidden;
	position: absolute;
	transition: all .3s ease-out;
}
.mobuleMenu-openIcon{
	cursor: pointer;
}
.mobileMenu-close {
	position: absolute;
	right: 30px;
	font-size: 40px;
	top: 0;
}

ul.mobile-topmenu>li{
	color: #ffcc00;
}
ul.mobile-topmenu a, ul.mobile-topmenu a:hover{
	text-decoration: none;
	color: #333;
	font-weight: 700;
	font-size: 14px;
}
/* End */


/* Start:/local/templates/fontarm.ru/components/bitrix/breadcrumb/fontarm/style.css?1590792025764*/
.bx-breadcrumb {
	margin: 35px 0;
}
.bx-breadcrumb-item{
	color: rgb(136,136,136);
}
.bx-breadcrumb i {
	color: rgb(136,136,136);
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb a{
	color: rgb(51,51,51);
}
.bx-breadcrumb a:hover{
	color: rgb(51,51,51);
	text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	/*font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/fontarm.ru/components/bitrix/menu/footer-menu/style.min.css?1590914077490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/fontarm.ru/components/bitrix/menu/footer-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/fontarm.ru/styles.css?17375330861124*/
a.product-title-link{
    color: #333333;
}
a.product-title-link:hover{
    text-decoration: none;
    color: #333333;
}
.modal-btn-close{
    right: 10px;
    top: 0;
    position: absolute;
    cursor: pointer;
    font-weight: bold;
    color: #444444;
    z-index: 100;
    font-size: 22px;
}
.one-click-modal-btn.catalog-element-one-click{
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #dddd;
    display: block;
    padding: 11px 10px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    color: #222222;

}
.one-click-modal-btn.catalog-element-one-click.detailpageclick{
    width: max-content;
    width: -moz-max-content;
    display: unset;
}
.main__catalog__icon-down{
    height: .7em;
    width: .7em;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 5px;
    transition: all .2s ease-out;
}
.main__catalog__icon-down.inverted{
    transform: rotate(180deg);
}
.show-all-sections-text {
    color: #ffcc00;
    text-decoration: underline;
    font-weight: 600;
    font-size: 13px;
}
.showAllFilterProps{
    cursor: pointer;
}
/* End */


/* Start:/local/templates/fontarm.ru/template_styles.css?173753308623669*/
@font-face {
    font-family: Geometria;
    src: url(/upload/assets/fonts/Geometria.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Geometria;
    src: url(/upload/assets/fonts/Geometria-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Geometria;
    src: url(/upload/assets/fonts/Geometria-ExtraBold.ttf);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Geometria;
    src: url(/upload/assets/fonts/Geometria-Medium.ttf);
    font-weight: 600;
    font-style: normal;
}

body{
    color: #404040;
    font-family: Geometria, sans-serif;
    font-size: 14px;
}
.upper-head{
    background-color: #f7f7f7;
    margin-left: 0;
    margin-right: 0;
    min-height: 50px;
    font-size: 14px;
    display: flex;
}
.upper-head__row{
    height: 100%;
}
.upper-head__block{
    margin-top: auto;
    margin-bottom: auto;
}
.upper-head__icons{
    max-width: 18px;
    max-height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.upper-head__lk{
    background-color: #ffcc00;
    text-align: center;
    display: flex;
    transition: background-color .6s ease-out;
    cursor: pointer;
    min-height: 50px;
}
.upper-head__lk:hover{
    background-color: #f0bd00;
}
.lk-link{
    margin: auto;
}
.upper-head__lk a{
    text-decoration: none;
    color: #222222;
    font-weight: 600;
}
.upper-head__lk a:hover{
    text-decoration: none;
    color: #222222;
}
.upper-head span.fas{
    color: #ffcc00;
}
.upper-head .city__selected-title{
    margin: unset;
}
.middle-head__search{
    max-width: 650px;
    text-align: right;
}
.upper-head .phone{
    font-weight: 700;
}
.upper-head .city__selected-title a span{
    border-bottom: none;
    white-space: normal;
}
.select-city{
    cursor: pointer;
}
.upper-head .fa-phone-alt, .upper-head .fa-map-marker-alt, .upper-head .fa-envelope{
    font-size: 22px;
    vertical-align: middle;
}
.middle-head{
    min-height: 135px;
    display: flex;
}
.middle-head__container{
    margin-top: auto;
    margin-bottom: auto;
}
.middle-head__advantages-list{
    padding: 0;
    margin-top: 10px;
    text-align: right;
}
.logo-column{
    margin-top: -20px;
}
.middle-head__advantages-list li{
    display: inline;
    font-weight: 600;
    list-style-type: none;
}
.middle-head__advantages-list li:not(:first-child){
    margin-left: 10px;
}
.li-disc{
    background: #ffcc00;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.middle-head__cart{
    display: flex;
    padding-top: 18px;
}
.middle-head__cart-link{
    margin-left: auto;
    margin-right: auto;
    color: #222222;
	position: relative;
}
.middle-head__cart-link:hover, .middle-head__cart-link:focus{
    color: #222222;
    text-decoration: none;
}

#cart-icon{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
#head img.logo{
    width: 100%;
    max-width: 245px;
    max-height: 90px;
    object-fit: contain;
}

.head-cart__num-products{
    font-size: 12px;
    font-weight: 600;
    background-color: #ffcc00;
    border-radius: 100px;
    padding: 5px 8px;
    text-align: center;
    position: absolute;
    top: -20px;
	left: 0;
    margin-left: 20px;
    white-space: nowrap;
}
.head-cart__total_price{
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -2px;
}
#cart_line{
    margin-left: auto;
}





#menu{
    margin-left: 0;
    margin-right: 0;
    background-color: #222222;
    border-bottom: 2px solid #ffcc00;
}

.h2.main__section-name, .main__section-name{
    font-size: 30px;
    font-weight: 700;
    color: #404040;
    padding-left: 35px;
    margin-top: 40px;
    margin-bottom: 60px;
}
.main__section-name-delimiter {
    position: absolute;
    width: 4px;
    height: calc(1em + 20px);
    margin-left: -35px;
    background-color: #ffcc00;
    margin-top: -10px;
}


.user-section-head{
    font-weight: bold;
    font-size: 16px;

}
.user-section-head a{
    color: #333333;
}
.user-section-head a:hover{
    color: #333333;
    text-decoration: none;
}
p.user-section{
    margin: 0;
}
p.user-section span.fas{
    color: #bf9000;
    font-size: 21px;
}
div.user-section{
    padding-top: 10px;
}
.merits-block .merits-text:not(:last-child){
    padding-right: 5px;
}
.section-block{
    padding-top: 20px;
    padding-bottom: 10px;
}
.tablebodytext{
    display: none;
}
.fa-chevron-down{
    margin-right: 5px;
}
a.buy-icon{
    color: #ffcc00;
}
a.buy-icon i{
    vertical-align: top;
}
.product-items-table thead{
    background-color: #ffcc00;
}
h1.h2.main__section-name{
    border-left: 4px solid #ffcc00;
}
h1.h2.main__section-name.product_title_h1{
    margin-top: 10px;
}
.btn.btn-primary.add-to-basket{
    background-color: #ffcc00;
    border-color: #ffcc00;
    vertical-align: baseline;
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 5px 7px 5px;
}
.btn.btn-primary.basket-btn-checkout, .btn.btn-primary.btn-sm{
    background-color: #ffcc00;
    border-color: #ffcc00;
    color: #222222;
    font-weight: 600;
}
.btn.btn-primary.basket-btn-checkout:hover, .btn.btn-primary.btn-sm:hover{
    background-color: #f8c500;
    border-color: #E7B700;
}
/*input[type="checkbox"].compare-list-check.form-check-input:checked{

}*/
/*.bx_catalog-compare-list .compare-itemsa{
    color: #222222;
    font-weight: 600;
}*/
.section-novelty, .detail-novelty{
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.section-novelty:before, .detail-novelty:before{
    content: "Новинка";
}
.type-of-show{
    cursor: pointer;
}
.catalog-compare-item-title{
    color: #222222;
    font-weight: 600;
}
img.mfp-img{
    background-color: white;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder button.mfp-close {
    color: #222222;
    right: 5px;
}
.fontarm-compare-list a{
    font-weight: 600;
    color: #327ab7;
}
.fontarm-compare-list{
    background-color: white;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
}

div.mfp-counter{
    right: 10px;
}
.main-bx_catalog_tile_slider_arrow_left, .main-bx_catalog_tile_slider_arrow_right{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    background-image: url(/upload/assets/img/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-position: center;
    cursor: pointer;
    position: absolute;
    z-index: 801;
    top: calc(50% - 20px);
    outline: none;
}
.main-bx_catalog_tile_slider_arrow_left:hover, .main-bx_catalog_tile_slider_arrow_right:hover{
    background-image: url(/upload/assets/img/icon-arrow-yellow.svg);
}
.main-bx_catalog_tile_slider_arrow_left{
    transform: rotate(180deg);
    left: 0;
}
.main-bx_catalog_tile_slider_arrow_right{
    right: 0;
}
.main-products-card-inner, .main__news-slider__inner, .partners__card-img-top{
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
}
.main-products-card-inner__section-picture {
    padding: 25px 20px 20px 20px;
    background-color: #f8f8f8;
}
.main-products-card-inner__section-text {
    padding: 0 20px 30px 20px;
}

.main-products-card-photo-inner{
    background-color: #f8f8f8;
    width: 100%;
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.main-product-compare{
    position: absolute;
    top: 10px;
    right: 25px;
}

.main-product-compare .main-top__label-for-compare{
    background-image: url("/upload/assets/img/icon-comparison.svg");
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.main-product-compare input[type=checkbox]{
    display: none;
}

.main-product-compare input[type=checkbox]:checked + label{
    background-image: url("/upload/assets/img/icon-comparison-checked.svg");
}


.main-product-wishlist{
    position: absolute;
    top: 50px;
    right: 25px;
}

.main-product-wishlist .main-top__label-for-wishlist{
    background-image: url("/upload/assets/img/icon-heart.svg");
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.main-product-wishlist input[type=checkbox]{
    display: none;
}

.main-product-wishlist input[type=checkbox]:checked + label{
    background-image: url("/upload/assets/img/icon-heart-checked.svg");
}
.main-products-card-name {
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    padding-top: 25px;
}
.main-products-card-name a{
    color: #404040;
    text-decoration: none;
}
.main-products-card-sku{
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    color: #888888;
}
.main-products-card-price{
    text-align: center;
    font-size: 15px;
    color: #333333;
    padding-top: 25px;
}
.main-products-card-price-num{
    font-size: 18px;
    font-weight: 800;
}
.main-products-card-inner .product-item-buy{
    color: #222222;
    text-align: center;
    width: 100%;
    margin-top: 25px;
}
.main-products-card-inner .product-item-buy a{
    color: #222222;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #ffcc00;
    font-weight: 600;
}
.section-block .card-img-top{
    border-bottom: 5px solid #ffcc00;
}
.main__news-slider__inner .card-img-top{
    height: 230px;
    object-fit: cover;
}
.section-block .card-body{
    padding: 16px 14px 14px 18px;
}
.section-block .news-list-param{
    padding-left: 0;
    font-size: 13px;
    color: #888888;
}
.news-list .card-title {
    min-height: 7rem;
}
.section-block .card-title, .section-block .card-text{
    margin-top: 17px;
    margin-bottom: 0;
}
.section-block .card-title a{
    font-size: 16px;
    color: #404040;
    text-decoration: none;
    offset: none;
    font-weight: 800;
}
.section-block .card-text{
    font-size: 14px;
}
.section-block .news-list-more{
    margin-top: 20px;
}
.main__news-list__news-list-more, .main__news-list__news-list-more:hover{
    color: #ffc601;
    text-decoration: underline;
}
.bx-yellow .btn.btn-primary{
    background-color: #ffcc00;
    color: #222222;
    border-color: #ffcc00;
}
.bx-yellow .bx-soa-editstep, .bx-yellow .bx-soa-item-title a{
    color: #222222;
}

.underBlock__nav-buttons{
    padding-top: 22px;
    text-align: center;
}
.dark-slide-next, .dark-slide-prev{
    width: 40px;
    height: 40px;
    background-color: #222222;
    background-image: url("/upload/assets/img/icon-arrow-yellow.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.dark-slide-next:hover, .dark-slide-prev:hover{
    background-image: url("/upload/assets/img/icon-arrow-white.svg");
    background-color: #2e2e2e;
}
.dark-slide-prev{
    transform: rotate(180deg);
}
.partners__card-img-top{
    height: 70px;
    object-fit: contain;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.main-partners__inner{
    position:relative; padding-left: 30px; padding-right: 30px;
}
.container.workarea{
    padding-bottom: 100px;
}
.footer__bottom-menu{
    padding: 0;
    margin: 0;
}
.footer__bottom-menu li{
    list-style-type: none;
}
.footer__bottom-menu li a, .footer__bottom-menu li{
    color: white;
    text-decoration: none;
    line-height: 36px;
    font-size: 14px;
}
.footer__block-title{
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 0;
}
footer{
    padding-bottom: 30px;
    padding-top: 80px;
    background-image: url("/upload/assets/img/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}
footer hr{
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 60px;
    margin-bottom: 30px;
}
.footer-rules{
    color: #ffcc00;
    text-decoration: underline;
    offset: 0;
    font-size: 13px;
}
.footer-rules:hover{
    color: #ffcc00;
}
.footer-right-block{
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
}
.footer__download-price{
    margin-top: 25px;
    margin-bottom: 0;
}
.footer__download-price_link{
    color: white;
    text-decoration: none;
    border-bottom: 1px dashed white;
    outline: none;
}
.footer__download-price_link:hover{
    color: white;
    text-decoration: none;
}
.footer__middle-block{
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.footer__social{
    margin-top: 48px;
}
.footer__social a:hover{
    text-decoration: none;
}
.footer__social svg{
    display: inline-block;
    margin-right: 18px;
    max-width: 24px;
    max-height: 24px;
}


.icon-vk__cls-1{fill:#fff; opacity: .5}
.icon-vk__cls-3{fill:#54769b; opacity: 0}
.icon-vk__cls-4{fill:#fff; opacity: 0}
.footer__icon-vk:hover .icon-vk__cls-3, .footer__icon-vk:hover .icon-vk__cls-4{opacity: 1;}

.footer__icon-insta .insta-gradient_circle, .footer__icon-insta .insta-gradient_white{opacity: 0;}
.footer__icon-insta .insta-white{opacity: .5;}
.footer__icon-insta:hover .insta-gradient_circle, .footer__icon-insta:hover .insta-gradient_white{opacity: 1;}
.footer__icon-insta:hover .insta-white{opacity: 0;}

.footer__icon-fb .facebook-blue__fill, .footer__icon-fb .facebook-white__fill-1{opacity: 0;}
.footer__icon-fb:hover .facebook-blue__fill, .footer__icon-fb:hover .facebook-white__fill-1{opacity: 1;}
.footer__icon-fb .facebook-white__fill{opacity: .5;}
.footer__icon-fb:hover .facebook-white__fill{opacity: 0;}

.footer__icon-twitter .icon-twitter__cls-1{opacity: .5;}
.footer__icon-twitter .icon-twitter__cls-2{opacity: 0;}
.footer__icon-twitter:hover .icon-twitter__cls-1, .footer__icon-twitter:hover .icon-twitter__cls-2{opacity: 1;}

.footer__icon-youtube .icon-youtube__white__fill-cls-1{opacity: .5;}
.footer__icon-youtube .icon-youtube__red-cls-1,.footer__icon-youtube .icon-youtube__red-cls-2, .footer__icon-youtube .icon-youtube__red-cls-3, .footer__icon-youtube .icon-youtube__red-cls-4{opacity: 0;}
.footer__icon-youtube:hover .icon-youtube__red-cls-1,.footer__icon-youtube:hover .icon-youtube__red-cls-2{opacity: 1;}
.footer__icon-youtube:hover .icon-youtube__red-cls-3{opacity: 0.05;}
.footer__icon-youtube:hover .icon-youtube__red-cls-4{opacity:0.07;}

.footer__social path, .footer__social circle{
    transition: opacity .3s ease-out;
}
button.mfp-prevent-close:focus, button.mfp-close:focus{
    outline: none;
}

/*витрина - отображение сеткой*/
.catalog-section-card .product-item-container{
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.catalog-section-card .product-item-inner{
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    padding-bottom: 25px;
}

.catalog-section-card .product-item-img__inner{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
}
.catalog-section-card .product-item-col-img{
    background-color: #f8f8f8;
    padding: 25px 20px 20px 20px;
}
.catalog-section-card .product-item-col-title{
    padding-top: 25px;
    text-align: center;
}
.catalog-section-card .product-name h3{
    font-weight: 800;
    font-size: 15px;
    color: #404040;
    text-decoration: none;
}
.catalog-section-card .item-price{
    font-size: 15px;
}

.catalog-section-card .item-amount{
    display: none;
}
.catalog-section-card .product-item-col-controls{
    text-align: center;
    padding-top: 25px;
}
.catalog-section-card .catalog-section__buy-btn, .send-one-click{
    color: #222222;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 20px;
    background-color: #ffcc00;
    font-weight: 600;
    border-radius: 3px;
    display: block;
}
.send-one-click{
    margin: auto;
}
.catalog-section-card .product-item-list-col-4{
    clear: left;
}
.clearboth{
    clear: both;
}
.modal-one-click-product-img{
    max-width: 200px;
    object-fit: contain;
}

/*витрина - отображение таблицей*/
.catalog-section-table .product-item-container{
    width: 100%;
    display: table;
}

.catalog-section-table .product-item-inner{
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
}
.catalog-section-table .product-item-img__inner{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
}
.catalog-section-table .product-item-col-title{
    vertical-align: middle;
    padding: 10px 15px;
}

.catalog-section-table .product-item-col-img{
    background-color: #f8f8f8;
    padding: 5px;
    width: 130px;
    display: table-cell;
}
.catalog-section-table .product-item-col-title__name{
    width: 200px;
    display: table-cell;
}
.catalog-section-table .product-item-col-title__properties{
    vertical-align: middle;
    padding: 10px 15px;
    width: 320px;
    display: table-cell;
}
.catalog-section-table .product-item-col-title__price{
    width: 275px;
    display: table-cell;
}
.catalog-section-table .product-item-col-controls{
    text-align: center;
    display: table-cell;
    width: 200px;
    vertical-align: middle;
    padding: 10px 15px;
}



.catalog-section-table .product-name h3{
    font-weight: 800;
    font-size: 15px;
    color: #404040;
    text-decoration: none;
}
.catalog-section-table .item-price{
    font-size: 15px;
}

.catalog-section-table .item-amount{
    display: none;
}
.catalog-section-table .catalog-section__buy-btn{
    color: #222222;
    text-decoration: none;
    font-size: 12px;
    padding: 8px 10px;
    background-color: #ffcc00;
    font-weight: 600;
    border-radius: 3px;
    display: block;
}
.catalog-section-table .product-item-list-col-4{
    /*clear: left;*/
}
.catalog-section-table .main-product-compare{
    right: 5px;
}
.change-view__catalog-section{
    width: 20px;
    height: 20px;
    object-fit: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
    cursor: pointer;
    margin-bottom: 5px;
}
.change-view__catalog-section.view-card{
    background-image: url("/upload/assets/img/icon-card.svg");
}
.change-view__catalog-section.view-table{
    background-image: url("/upload/assets/img/icon-table.svg");
}
.mobuleMenu-openIcon{
    display: none;
}
.catalog-items__price{
    font-weight: 800;
    font-size: 18px;
}

.one-click-product-modal-form.modal-content{
    border: none;
    border-radius: 0;
}
.modal-content input.header-form:focus{
    border: 1px solid #dfdfdf;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.modal-content input.header-form{
    border: 1px solid #dfdfdf;
    height: 50px;
    border-radius: 0;
}
.modal-oneclick-form-result, .modal-oneclick-form-error{
    text-align: center;
    font-size: 16px;
}
.news-detail-page img{
    max-width: 100%;
    object-fit: contain;
}
.news-detail-page{
    overflow-x: auto;
}

tbody td {
    border: 1px solid #ccc;
}

thead td {
    background-color: #222;
    color: #fc0;
    font-weight: 700;
    border: 1px solid #4d4d4d;
    text-align: center;
    padding-top: 12px;
}
tbody td {
    text-align: center;
    padding-top: 14px;
}


@media(max-width: 1199px){
    .catalog-section-table .catalog-section__buy-btn{
        font-size: 12px;
        padding: 10px 20px;
    }
    .catalog-section-table .product-item-col-img{
        width: 12%;
    }
}
@media(max-width: 991px){
    .mobuleMenu-openIcon {
        display: unset;
        position: absolute;
        top: -60px;
        left: 3%;
    }
    .upper-head__block.phone{
        font-size: 12px;
    }
    .head-cart__total_price{
        display: none;
    }
    .head-cart__num-products{
        padding: 5px 7px;
    }
    .footer__middle-block{
        margin-left: unset;
    }
    .footer__middle-block, .footer-right-block{
        margin-top: 20px;
    }
    #menu{
        background-color: unset;
    }
    .big-top-menu{
        display: none;
    }
    .catalog-section-card .product-item-container{
        width: 48%;
    }


    .catalog-section-table .product-item-col-img {
        width: 10%;
        vertical-align: middle;
    }
    .catalog-section-table .product-item-col-title__name{
        width: 20%;
        text-align: center;
    }
    .catalog-section-table .product-name h3{
        font-size: 14px;
    }
    .catalog-section-table .product-item-col-title{
        padding: 5px;
    }
    .catalog-section-table .item-price{
        font-size: 12px;
    }
    .catalog-items__price{
        font-size: 14px;
        font-weight: 600;
    }
    .catalog-section-table .product-item-container{
        margin-bottom: 5px;
    }
    .add-quantity input{
        margin-bottom: 10px;
    }
    .tab-pane{
        overflow-x: scroll;
    }
}
@media (max-width: 830px) {
    .mobuleMenu-openIcon{
        left: 20px;
    }
    img.logo{
        padding-left: 20px;
        margin-top: 10px;
    }
}
@media(max-width: 767px){
    #cart_line{
        margin-left: unset;
    }
    .mobuleMenu-openIcon{
        margin-top: -20px;
    }
    .catalog-section-card .product-item-container{
        width: 100%;
    }
    .catalog-section-table .product-item-col-title__properties{
        display: block;
        width: 100%;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-item-col-controls{
        text-align: right;
    }
    .catalog-section-table .product-item-col-title__price{
        padding-left: 15px;
    }
    .catalog-section-card .product-item-img__inner{
        width: 70%;
        padding-top: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .right-info-outer{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-right-info{
        margin-top: 10px;
    }
    .manager-photo{
        margin-top: 0;
    }
}
@media(max-width: 575px){
    .logo-column{
        margin-top: 8px;
        order: 1;
    }
    img.logo{
        max-width: 200px;
    }
    .middle-head__cart{
        order: 2;
        margin-top: auto;
        margin-bottom: auto;
    }
    .mobuleMenu-openIcon {
        margin-top: -37px;
    }
    #cart_line {
        margin-left: auto;
        margin-right: 45px;
    }
    .middle-head__search{
        order: 3;
    }
    .search-submit-block{
        right: 10px;
    }
    .footer__middle-block, .footer-right-block{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .footer__left-column, .footer__social{
        text-align: center;
    }
    .catalog-section-table .product-item-col-controls{
        width: 2%;
    }
    .catalog-section-card .product-item-img__inner{
        width: 50%;
        padding-top: 50%;
    }
    .catalog-section-card .product-item-col-title{
        padding-top: 15px;
    }
    .catalog-section-table .product-item-col-title{
        padding-right: 20px;
    }
table {
    overflow-x: scroll;
    width: 98%;
    margin: 0 auto;
padding-top: 14px;
}

tbody td {
    font-size: 10px;
    text-align: center;
}
}

.tag-cloud {
    display: flex;
    /* overflow-x: auto; */
    flex-wrap: wrap;
}
.tag-cloud .tag-item {
    display: inline-block;
    color: #000;
    text-decoration: none;
    text-align: center;
    border: 1px solid #a0a0a0;
    padding: 15px 10px;
    min-width: 250px;
    margin-right: 15px;
    border-radius: 10px;
    box-shadow: -2px 4px 8px -6px #a0a0a0;
    margin-bottom: 15px;
}

.bx-catalog-element {
	position: relative;
}
/* End */
/* /bitrix/components/sotbit/regions.choose/templates/.default/style.css?16754075026494 */
/* /local/templates/fontarm.ru/components/bitrix/search.form/head-search/style.css?1675265336694 */
/* /local/templates/fontarm.ru/components/bitrix/sale.basket.basket.line/cart-head/style.min.css?15907555733712 */
/* /local/templates/fontarm.ru/components/bitrix/menu/topmenu-new/style.css?15921332043493 */
/* /local/templates/fontarm.ru/components/bitrix/menu/mobile-top-menu/style.css?1598620394720 */
/* /local/templates/fontarm.ru/components/bitrix/breadcrumb/fontarm/style.css?1590792025764 */
/* /local/templates/fontarm.ru/components/bitrix/menu/footer-menu/style.min.css?1590914077490 */
/* /local/templates/fontarm.ru/styles.css?17375330861124 */
/* /local/templates/fontarm.ru/template_styles.css?173753308623669 */
