

/* Start:/bitrix/templates/tm_razborkino/css/fonts.css?17510421831968*/
@font-face {
	font-family: "PT Sans";
	src: url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Regular.eot");
	src: local("PT Sans"), local("PTSans-Regular"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Regular.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Regular.woff2") format("woff2"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Regular.woff") format("woff"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PT Sans";
	src: url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Bold.eot");
	src: local("PT Sans Bold"), local("PTSans-Bold"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Bold.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Bold.woff2") format("woff2"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Bold.woff") format("woff"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PT Sans";
	src: url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Italic.eot");
	src: local("PT Sans Italic"), local("PTSans-Italic"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Italic.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Italic.woff2") format("woff2"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Italic.woff") format("woff"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "PT Sans";
	src: url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-BoldItalic.eot");
	src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-BoldItalic.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-BoldItalic.woff2") format("woff2"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-BoldItalic.woff") format("woff"),
		url("/bitrix/templates/tm_razborkino/css/../fonts/pt_sans/PTSans-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

/* End */


/* Start:/bitrix/templates/tm_razborkino/components/bitrix/search.title/header/style.css?1525780434907*/
.search {
	height: 40px;
}

.search__form.navbar-form {
	border: none;
	box-shadow: none;
}

@media (min-width: 768px) {
	.search__form.navbar-form {
		padding: 0;
	}
}


.search__form .input-group {
	width: 100%;
}

.search__form .input-group .input-group-btn {
	width: 34px;
}

.search .input-group .search-input {
	width: 100%;
	height: 34px;
	transition: 0.5s;
}

.search .btn {
	border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
	border-style: solid;
	border-width: 1px;
}

/*@media (min-width: 992px) {*/
	/*.search .input-group .search-input {*/
		/*position: absolute;*/
	/*}*/
/*}*/


/*@media (min-width: 992px) {*/
	/*.search .input-group .search-input:focus {*/
		/*width: 495px;*/
		/*transition: width 0.5s;*/
	/*}*/
/*}*/

/*@media (min-width: 1200px) {*/
	/*.search .input-group .search-input:focus {*/
		/*width: 425px;*/
		/*transition: width 0.5s;*/
	/*}*/
/*}*/




/* End */


/* Start:/bitrix/templates/tm_razborkino/components/srlab/companycontacts.detail/header-contacts/style.css?173920610134*/
@media (max-width: 768px) {
  
}
/* End */


/* Start:/bitrix/templates/tm_razborkino/components/bitrix/sale.basket.basket.line/header/style.css?15254811914619*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}

.trash-shopping-cart-price {
	margin-bottom: 10px;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.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{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.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;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.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;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}

.nav-cart-qt {
	position: absolute;
	display: inline-block;
	height: 18px;
	width: 18px;
	border: 1px solid #fff;
	font-size: 10px;
	line-height: 18px;
	background: #D02738;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	top: 2px;
	right: 0;
	transition: 0.5s;
}

@media (min-width: 768px) {
	.nav-cart-qt {
		top: 6px;
	}
}
/* End */


/* Start:/bitrix/templates/tm_razborkino/components/bitrix/menu/header/style.css?16360427361404*/
.header-menu {
	width: auto;
	transition: 0.5s;
}
/*@media (max-width:768px) {*/
/*	.header-menu {*/
/*		display: none;*/
/*	}*/
/*}*/

@media (min-width: 992px) {
	.header-menu {
		padding-left: 99px;
	}

	.header-menu {
		padding-top: 10px;
	}

	.main-header__menu{
		margin-bottom: 50px;
	}
}

@media (min-width: 1200px) {
	.header-menu {
		padding-left: 87px;
	}
}

.header-menu__list {
	margin: 0;
}

.header-menu .header-menu__list > .header-menu__item {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.header-menu__item + .header-menu__item{
	border-left: 1px solid #4b4c53;
}

.header-menu__link {
	padding: 12px 18px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	transition: 0.5s;
}

@media (max-width: 1200px) {
	.header-menu__link{
		padding: 12px 9px;
		font-size: 14px;

	}
}

@media (max-width: 991px) {
	.header-menu__link{
		padding: 12px 10px;
		font-size: 10px;


	}
}

.header-menu__link:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.header-menu {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.header-menu__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		border: 1px solid #4b4c53;
	}

	.header-menu__item {
		flex-grow: 1;
		border: 1px solid #4b4c53;
		text-align: center;
	}

	.header-menu__link {
		display: block;
		padding: 10px 10px;
		font-size: 14px;
		letter-spacing: 1px;
	}
}
/* End */


/* Start:/bitrix/templates/tm_razborkino/components/srlab/filtermenu2/top/style.css?15254811912149*/
.filter-menu__wrapper {
	width: 100%;
	background-color: #333;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.filter-menu__wrapper {
		padding-right: 216px;
	}
}

.filter-menu {
	padding-top: 10px;
}

@media (min-width: 992px) {
	.filter-menu {
		/*padding-left: 108px;*/

		position: absolute;
		bottom: -38px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.filter-menu {
		bottom: -46px;
	}
}

.filter-menu__select {
	height: 28px;
	font-size: 13px;
	color: #e2e3ef;
	/*border: 1px solid #bfbfbf;*/
	border: none;
	padding: 2px 10px;
	background: #4b4c53;
	outline: 0;
	width: 100%;
	line-height: 14px;
	text-align: left;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	/*z-index: 900;*/
	/*position: relative;*/
}
select.filter-menu__select{
	background: #e77702;
	color: #fff;
}


.filter-menu__select-box {
	display: inline-block;
	float: left;
	padding: 0 2px;
}

.filter-menu__select-box a{
	display: block;
	float: left;
	padding: 0 10px;
	font-size: 13px;
	line-height: 28px;
	background: #129be2;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	color: #fff;
}

.filter-menu__select-box a > *{
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
	display: inline-block;

}

.filter-menu__select-box a:hover{
	background: #4b4c53;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.filter-menu__select-box {
		display: block;
		margin-bottom: 8px;
	}
	.filter-menu__select-box select{
		min-width: 100px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.filter-menu__select-box  {
		margin-bottom: 8px;
	}
}

#sr_nav_chain {
    float: left;
    margin-top: 20px;
}

.sr_hidden{
    display: none;
}
.sr_show{
    display: block !important;
}
#container_model_select, #container_category_select, #container_detail_select{
    display: none;
}
#container_marka_select, #container_model_select, #container_category_select, #container_detail_select{
    color: white !important;
}
/* End */


/* Start:/bitrix/templates/tm_razborkino/components/bitrix/menu/top_service/style.css?1525481191832*/
.top-service-menu {
	position: absolute;
	bottom: -35px;
	right: 18px;
}

@media (max-width: 991px) {
	.top-service-menu {
		bottom: 30px;
		right: 0;
	}
}

@media (max-width: 768px) {
	.top-service-menu {
		bottom: 13px;
		width: 100%;
		left: 0;
		right: 0;
	}
}

.top-service-menu__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {
	.top-service-menu__list {
		justify-content: center;
	}
}

.top-service-menu__item:not(:last-child) {
	margin-right: 10px;
}

.top-service-menu__link {
	padding: 1px 5px;
	border: 1px solid #e77702;
	border-radius: 5px;
	background-color: #e77702;
	color: #fff;
	transition: 0.3s;
}

.top-service-menu__link:hover {
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
	border: 1px solid #4b4c53;
	background-color: #4b4c53;
}
/* End */


/* Start:/bitrix/templates/tm_razborkino/components/bitrix/system.auth.form/header/style.css?15254811922079*/
.auth-form {
	position: absolute;
	right: -52px;
	top: 48px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 200;
	border-radius: 5px;
}

@media (min-width: 768px) {
	.auth-form {
		right: 9px;
		top: 17px;
	}
}

.auth-form__inner {
	width: 350px;
	background: #f8f8f8;
	padding: 20px;
	padding-bottom: 12px;
	margin: auto;
	z-index: 201;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
	.auth-form__inner {
		width: 280px;

	}
}

.auth-form__heading {
	font-size: 16px;
	text-transform: uppercase;
	color: #d02738;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}

.auth-form input[type="text"],
.auth-form input[type="password"] {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 10px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background-color: #fff;
}

.auth-form input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: middle;
}

.auth-form input[type="submit"] {
	width: 100%;
	padding: 5px;
	background-color: #fd8405;
	border: 1px solid #e77702;
	border-radius: 4px;
	color: #fff;
}

/*.auth-form input[type="submit"]:hover {*/
	/*background: transparent;*/
	/*color: #D02738;*/
/*}*/

.auth-form__note {
	text-align: left;
	margin-top: 10px;
}

.row-border-top {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.row-border-bottom {
	border-top: 1px solid #fff;
	padding-top: 5px;
}

.auth-form__checkbox {
	text-align: left;
	padding-top: 5px;
}

/*@media (max-width: 991px) {*/
	/*.auth-form__checkbox {*/

		/*padding-top: 0;*/
	/*}*/
/*}*/

.auth-form__checkbox input {
	margin-top: 2px;
}

.auth-form__checkbox label {
	vertical-align: middle;
	margin-bottom: 0;
	font-weight: normal;
}

.auth-form__new-reg a,
.auth-form__forgot-pass a {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #fd8405;
}

.auth-form__new-reg a:hover,
.auth-form__forgot-pass a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: transparent;
	text-decoration: none;
	color: #fd8405;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/tm_razborkino/components/bitrix/menu/bottom/style.css?15254811911067*/
.footer-menu {
	width: auto;
	padding: 0;
}

@media (max-width:768px) {
	.footer-menu {
		margin-bottom: 40px;
	}
}


.footer-menu .row {
	margin-top: 20px;
}

.footer-menu__list {
	margin-left: -5px;
}

@media (max-width: 1200px) {
	.footer-menu__list {
		text-align: center;
	}
}

.footer-menu__list .footer-menu__item {
	display: block;
	position: relative;
	margin-bottom: 15px;
	/*padding-left: 10px;*/
	/*padding-right: 15px;*/
}


@media (max-width:768px) {
	.footer-menu__list .footer-menu__item {
		display: inline-block;
		margin-bottom: 10px;
		vertical-align: top;
	}
}

@media (max-width:480px) {
	.footer-menu__list .footer-menu__item {
		display: block;
	}
}



/*.footer-menu__item:not(:last-child)::after {*/
	/*display: block;*/
	/*content: '';*/
	/*position: absolute;*/
	/*top: 5px;*/
	/*right: 0;*/
	/*width: 1px;*/
	/*height: 64%;*/
	/*background-color: #777;*/

/*}*/

.footer-menu__link {
	color: #fd8405;
	font-size: 14px;
	line-height: 1.42857;
}

.footer-menu__link:hover {
	text-decoration: none;
	/*color: #b45d01;*/
	color: #a2a3ac;
}



/* End */


/* Start:/bitrix/templates/tm_razborkino/components/srlab/companycontacts.detail/footer-contacts/style.css?15254811912918*/
.feedback__heading > * {
	margin-top: 6px;
}

.filial-cart {
	margin-bottom: 35px;
}

@media (max-width: 1200px) {
	.filial-cart--footer {
		float: right;
		clear: right;
	}
}

@media (max-width: 768px) {
	.filial-cart--footer {
		float: none;
	}
}


@media (max-width: 768px) {
	.filial-cart--footer .filial-cart__list {
		text-align: center;
	}
}

.filial-cart__list {
	list-style: none;
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px) {
	.filial-cart__list {
		align-items: center;
	}
}


.filial-cart__list .filial-cart__item {
	position: relative;
	margin-bottom: 7px;
}

.filial-cart__list .filial-cart__item:before {
	display: block;
	position: absolute;
	font-size: 20px;
	font-family: FontAwesome;
	color: #fd8405;
	width: 20px;
	height: 20px;
	top: -3px;
	left: -30px;
	text-align: center;
}

.filial-cart__list .filial-cart__item--adress:before {
	content: "\f041";
}

.filial-cart__list .filial-cart__item--work-time:before {
	content: "\f017";
}

.filial-cart__list .filial-cart__item--telefon:before {
	content: "\f095";
}

.filial-cart__list .filial-cart__item--mail:before {
	content: "\f0e0";
}


.filial-cart .fa {
	font-size: 20px;
	line-height: 20px;
	color: #bbb;
}

.filial-cart--footer .fa {
	color: #fd8405;
}

.filial-cart__list a {
	color: #000;
	vertical-align: middle;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}

.filial-cart__list a {
	color: #a2a3ac;
	border: none;
}

.filial-cart__list a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-color: transparent;
}

.filial-cart__list a:hover {
	color: #fd8405;
}

.filial-cart__list .filial-cart__item--adress a {
	color: #fd8405;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #fd8405;
}

.filial-cart--footer .filial-cart__item {
	color: #a2a3ac;
}

.filial-cart__list .filial-cart__item--adress a:hover {
	border-bottom-color: transparent;
}

.filials__heading > * {
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.1;
	border-bottom: 1px solid #eee;

}

/*.filial-cart .filial-cart__list dt {*/
/*width: 27px;*/
/*text-align: center;*/
/*}*/

/*@media (max-width: 768px) {*/
/*.filial-cart .filial-cart__list dt {*/
/*float: left;*/
/*}*/
/*}*/

/*@media (max-width: 768px) {*/
/*.filial-cart--footer .filial-cart__list dt {*/
/*float: none;*/
/*display: inline-block;*/
/*}*/
/*}*/

/*.filial-cart .filial-cart__list dd {*/
/*margin-left: 35px;*/
/*margin-bottom: 10px;*/
/*}*/

/*@media (min-width:768px) {*/
/*.filial-cart .filial-cart__list dd {*/
/*padding-right: 40px;*/
/*}*/
/*}*/


/*@media (max-width:768px) {*/
/*.filial-cart--footer .filial-cart__list dd {*/
/*display: inline-block;*/
/*margin-left: 0;*/
/*padding-right: 0;*/
/*vertical-align: top;*/
/*}*/
/*}*/


/* End */


/* Start:/bitrix/components/srlab/sale.location.selector.search/templates/main/style.min.css?16394776915463*/
.bx-sls .dropdown-block{border:1px solid #bdbdbd;border-radius:2px;-webkit-box-shadow:inset 0 1px 2px #ebebeb;box-shadow:inset 0 1px 2px #ebebeb;font-size:14px;padding:0 22px 0 30px;position:relative;background-color:#fff}.bx-sls .dropdown-block-ui{font-size:14px;padding:0 22px 0 30px;position:relative;background-color:#fff;margin-top:5px}.bx-sls .dropdown-arrow{background:url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;height:100%;top:0;right:0;position:absolute;width:22px}.bx-sls .bx-ui-sls-container{overflow:hidden;min-height:25px}.bx-sls .bx-ui-sls-pane{border:1px solid #bdbdbd;border-radius:2px;-webkit-box-shadow:0 2px 3px #c7c7c7;box-shadow:0 2px 3px #c7c7c7;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none;max-height:200px;overflow-y:auto;left:0;top:35px;padding:5px 5px 3px 5px;position:absolute;width:100%}.bx-sls .dropdown-active .bx-ui-sls-pane{display:block}.bx-sls .bx-ui-sls-variants{list-style:none;margin:0;padding:0}.bx-sls .dropdown-item{border-radius:2px;padding:7px 4px 7px 10px;margin-bottom:2px}.bx-sls .dropdown-item:hover{background-color:#f1f3f5;cursor:pointer}.bx-sls .dropdown-img{border:0;display:inline-block;height:12px;margin:3px 12px 0 0;vertical-align:top;width:16px}.bx-sls .dropdown-item-text{color:#aba8ac;display:inline-block;vertical-align:top}.bx-sls .dropdown-item-text span{color:#25282c}.bx-sls .dropdown-list-title{border-bottom:1px solid #e5e5e5;height:37px;line-height:37px;padding-left:8px}.bx-sls .dropdown-icon{background:url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;height:14px;left:10px;position:absolute;top:10px;width:14px}.bx-sls .quick-locations{margin-bottom:5px}.bx-sls .quick-location-tag{background-color:#f2f5f8;border:1px solid #cad3dc;border-radius:3px;color:#1e55b9;display:inline-block;font-size:15px;height:27px;line-height:26px;margin:0 3px;padding:0 14px;text-decoration:none;margin-bottom:10px}.bx-sls .quick-location-tag:hover{background-color:#fafafa}.bx-sls .dropdown-fade2white{width:46px;height:31px;position:absolute;top:2px;right:0;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(30%,rgba(255,255,255,1)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1)}.bx-sls .bx-ui-sls-clear{background:url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;width:30px;height:30px;cursor:pointer;cursor:hand;margin-top:2px;position:absolute;top:0;right:0;display:block}.bx-sls .bx-ui-sls-clear:hover{background-position:6px -3418px}.bx-sls .bx-ui-sls-loader{background-image:url(/bitrix/panel/main/images/waiter-white.gif)!important;background-repeat:no-repeat!important;background-position:right -1px!important;width:30px;height:30px;position:absolute;top:3px;right:2px;display:none}.bx-sls .bx-ui-sls-go-edit{display:none}.bx-sls .bx-ui-sls-pane{max-height:300px}.bx-sls input::-ms-clear{display:none}.bx-sls input[type="text"]{position:relative}.bx-sls .bx-ui-sls-fake,.bx-sls .bx-ui-sls-route{position:absolute!important;top:0;left:0;color:#000!important;opacity:1!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:0 22px 0 0!important;background-position:right 1px;background-repeat:no-repeat;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;height:33px;width:100%;outline:0;z-index:10}.bx-sls .bx-ui-sls-route{color:#aba8ac!important;z-index:5}.bx-sls .bx-ui-sls-pane{background-color:#fff;z-index:999;border:1px solid #87919c}.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,.bx-sls .bx-ui-sls-error{padding:10px 10px}.bx-sls .bx-ui-sls-error{color:#f22;padding-left:30px;position:relative}.bx-sls .bx-ui-sls-error div{position:absolute;top:0;left:0;width:25px;height:25px;background:url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll}.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,.bx-sls .bx-ui-sls-variant-active{background-color:#e0e8ea}.adm-sls-edit-link{margin-top:10px}.bx-admin-mode .bx-sls-go-edit{margin-left:10px;display:none}.bx-admin-mode .dropdown-block{border-color:#87919c #959ea9 #9ea7b1;border-radius:4px;-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3),0 2px 2px -1px rgba(180,188,191,0.7) inset;box-shadow:0 1px 0 0 rgba(255,255,255,0.3),0 2px 2px -1px rgba(180,188,191,0.7) inset;height:25px}.bx-sls.bx-admin-mode .bx-ui-sls-fake,.bx-sls.bx-admin-mode .bx-ui-sls-route{height:25px}.bx-admin-mode .dropdown-icon{top:7px}.bx-admin-mode .dropdown-fade2white{height:22px}.bx-admin-mode .dropdown-fade2white{right:1px}.bx-admin-mode .bx-ui-sls-clear{background-position:6px -3389px;height:22px}.bx-admin-mode .bx-ui-sls-clear:hover{background-position:6px -3421px}.bx-admin-mode .bx-ui-sls-loader{background-position:right -4px!important;height:21px}.bx-admin-mode .bx-ui-sls-pane{top:27px}
/* End */


/* Start:/bitrix/templates/tm_razborkino/styles.css?15901705375404*/
body{
	font-family: 'PT Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 500;}
p{
	font-size: 14px;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
  	font-family: Georgia, "Helvetica Neue", Arial,  Helvetica, sans-serif;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
hr.bxe-normal{}
hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}
.bg-danger{}
/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #81641F;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(/bitrix/templates/tm_razborkino/images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul{

 }
.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}

@media (max-width: 767px) {
	h1 {
		font-size: 22px;
		line-height: 1.1;
	}
	h2 {
		font-size: 20px;
		line-height: 1.1;
	}

	h3 {
		font-size: 18px;
		line-height: 1.1;
	}
}
/* End */


/* Start:/bitrix/templates/tm_razborkino/template_styles.css?173920630743116*/
html, body {
  height: 100%;
}

a {
  color: #FD8405;
}

a:hover {
  color: #B45D01;
}

.btn-default,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-default:visited,
.btn-default[disabled]:hover,
.btn-primary,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:visited,
.btn-primary[disabled]:hover {
  color: #FFFFFF;
  border-color: #E77702;
  background-color: #FD8405;
}

i.fa-rub {
  font-size: 0.8em;
}


.page-wrapper {
  min-height: 100%;
  margin: 0 auto -60px;
  padding-bottom: 60px;
}

.page-heading {
  margin: 5px 0 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}

.page-heading > * {
  /*padding-bottom: 10px;*/
  /*padding-left: 10px;*/
  /*margin: 5px 0 20px;*/
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  /*border-bottom: 1px solid #eee;*/
}

@media (max-width: 767px) {
  .page-heading,
  .spares-heading > *,
  .page-heading > * {
    font-size: 22px;
    line-height: 1.1;
  }

  .main-header__search {
    order: 1;
  }

  .filter-menu__wrapper {
    order: 2;
  }

  .header-menu {
    order: 3;
  }

  .top-service-menu {
    order: 4;
  }

  .main-header__control {
    order: 5;
  }

  .main-header__user {
    order: 6;
  }
}

a:hover,
a:active,
a:focus,
a:visited {
  outline: none;
}

.workarea {
  margin-top: 10px;
  margin-bottom: 50px;
}


/*HEADER*/
.main-header {
  position: fixed;
  z-index: 11;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  transition: 0.5s;
  background-color: #333333;
}

/*@media (max-width: 768px) {*/
/*.main-header {*/
/*position: fixed;*/
/*width: 100%;*/
/*top: 0;*/
/*}*/
/*}*/


/*накинул везде + 45px из-за высоты баннера*/
@media (max-width: 768px) {
  .header-outer-wrap {
    /*padding-bottom: calc(50px + 64px);*/
    padding-bottom: calc(50px);
  }
}

@media (min-width: 768px) {
  .header-outer-wrap {
    /*padding-bottom: 255px;*/
    padding-bottom: 215px;
  }
}

@media (min-width: 992px) {
  .header-outer-wrap {
    padding-bottom: 160px;
  }
}


@media (min-width: 768px) {
  .main-header {
    background-color: #F8F8F8;
  }
}


.main-header__inner {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .main-header__inner {
    flex-wrap: wrap;
  }
}

.main-header__top-panel {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .main-header__top-panel {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .main-header__top-panel {
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    /*padding-top: 10px;*/
    /*padding-bottom: 8px;*/
    transition: 0.5s;
    background-color: #F8F8F8;
    justify-content: flex-start;
  }
}


/*LOGO*/
.logo {
  display: block;
  padding-top: 10px;
  padding-left: 5px;
  color: #FD8405;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .logo {
    width: 160px;
    margin-right: 20px;
    padding-top: 8px;
    padding-left: 0;
    flex-grow: 0;
  }
}

@media (min-width: 992px) {
  .logo {
    width: 223px;

  }
}

@media (min-width: 1200px) {
  .logo {
    width: 295px;
    padding-top: 0;

  }
}

.logo:hover {
  color: #FD8405;
}

.logo > img {
  position: relative;
  z-index: 10;
  float: left;
  max-height: 30px;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .logo > img {
    max-height: 40px;
  }
}

@media (min-width: 992px) {
  .logo > img {
    position: absolute;
    height: 89px;
    max-height: none;
  }
}

@media (min-width: 1200px) {
  .logo > img {
    height: 100px;
  }
}


.logo__title {
  display: inline-block;
  margin-left: 5px;
  transition: 0.5s;
  font-size: 18px;
  line-height: 33px;
}

@media (min-width: 768px) {
  .logo__title {
    padding-top: 6px;
    font-size: 21px;
    line-height: 25px;
  }
}

@media (min-width: 992px) {
  .logo__title {
    padding-top: 13px;
    padding-left: 104px;
  }
}

@media (min-width: 1200px) {
  .logo__title {
    padding-top: 18px;
    padding-left: 95px;
    font-size: 33px;
  }
}


/*SEARCH*/

.main-header__search {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 2px;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .main-header__search {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .main-header__search {
    position: absolute;
    top: -53px;
    right: 277px;
    width: 152px;
  }
}

@media (min-width: 1200px) {
  .main-header__search {
    position: absolute;
    right: 287px;
    width: 235px;
  }
}

/*js class resize search field in header*/

@media (min-width: 992px) {
  .js-search-field-resize {
    width: 450px !important;
    transition: 0.5s;
  }
}

@media (min-width: 1200px) {
  .js-search-field-resize {
    width: 570px !important;
    transition: 0.5s;
  }
}

/*js resize header elements onscroll*/


@media (min-width: 992px) {

  .js-resize-header.main-header {
    transition: 0.5s;
    background-color: rgba(248, 248, 248, 0.9);
    box-shadow: 0px -7px 21px 6px #000000;
  }

  .js-resize-header .main-header__phone-location {
    transition: 0.5s;
    opacity: 0;
  }

  .js-resize-header .main-header__phones-list {
    padding-top: 8px;
    padding-bottom: 0;
    transition: 0.5s;
  }

  .js-resize-header .input-group .search-input {
    height: 26px;
    transition: 0.5s;
  }

  .js-resize-header .main-header__search {
    top: -39px;
    transition: 0.5s;
  }

  .js-resize-header .main-header__control {
    top: -36px;
    transition: 0.5s;
  }

  .js-resize-header .search__form .btn-navbar {
    padding: 2px 7px;
    transition: 0.5s;
  }

  .js-resize-header .logo__title {
    padding-top: 0;
    padding-left: 91px;
    transition: 0.5s;
    font-size: 21px;
  }

  .js-resize-header .main-header__control-btn .fa {
    transition: 0.5s;
    font-size: 16px;
  }

  .js-resize-header .main-header__basket .btn-info {
    margin-top: 4px;
    margin-bottom: 0;
    padding: 3px 11px;
    transition: 0.5s;
  }

  .js-resize-header .nav-cart-qt {
    top: 0;
    right: -7px;
    transition: 0.5s;
  }

  .js-resize-header .main-header__user {
    top: -34px;
    margin-top: 0;
    transition: 0.5s;
  }

  .js-resize-header .main-header__top-panel {
    height: 36px;
    transition: 0.5s;
  }

  .js-resize-header .logo > img {
    height: 56px;
  }

  .js-resize-header .main-header__menu-inner {
    padding-bottom: 6px;
    transition: 0.5s;
  }

  .js-resize-header .header-menu__link {
    padding: 9px 12px;
    transition: 0.5s;
    font-size: 12px;
  }

  .js-resize-header .header-menu {
    padding-top: 5px;
    padding-left: 83px;
    transition: 0.5s;
  }

  .js-resize-header .auth-form {
    top: 8px;
    transition: 0.5s;
  }

  .js-resize-header .main-header__menu {
    margin-bottom: 38px;
  }

  .js-resize-header .filter-menu {
    bottom: -41px;
  }

  .js-resize-header .top-service-menu {
    bottom: -30px;
  }


}

@media (min-width: 1200px) {
  .js-resize-header .logo__title {
    padding-top: 5px;
    padding-left: 91px;
    transition: 0.5s;
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .js-resize-header .logo > img {
    height: 64px;
    transition: 0.5s;
  }

  .js-resize-header .header-menu__link {
    padding: 9px 21px;
    transition: 0.5s;
    font-size: 12px;
  }

  .js-resize-header .main-header__menu {
    margin-bottom: 38px;
  }

  .js-resize-header .filter-menu {
    bottom: -33px;
  }
}


/*HEADER MENU*/
.main-header__menu {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  background-color: #333333;
  box-shadow: 0px 11px 11px -7px #000000 inset;
}

@media (min-width: 768px) {
  .main-header__menu {
    position: relative;
    top: 0;
    display: block;
    box-shadow: none;
  }
}

.main-header__menu.visible {
  display: block;

}

.main-header__menu-inner {
  display: flex;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  transition: 0.5s;
  flex-wrap: wrap;
  justify-content: space-between;
}


@media (min-width: 768px) {
  .main-header__menu-inner {
    position: relative;
    width: 750px;
    margin: 0 auto;
    padding-bottom: 12px;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .main-header__menu-inner {
    width: 970px;
    margin: 0 auto;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .main-header__menu-inner {
    width: 1170px;
  }
}

.main-header__menu-btn {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
  outline: none;
  background-color: transparent;
}

@media (min-width: 768px) {
  .main-header__menu-btn {
    display: none;
  }
}

.main-header__menu-btn.open {
  background-color: #DDDDDD;
}

.main-header__menu-btn span {
  position: absolute;
  left: 10px;
  display: block;
  width: 30px;
  height: 2px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  background: #FFFFFF;
}

.main-header__menu-btn.open span {
  background: #333333;
}

.main-header__menu-btn span:nth-child(1) {
  top: 15px;
}

.main-header__menu-btn span:nth-child(2) {
  top: 25px;
}

.main-header__menu-btn span:nth-child(3) {
  top: 35px;
}

.main-header__menu-btn.open span:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.main-header__menu-btn.open span:nth-child(2) {
  left: -60px;
  opacity: 0;
}

.main-header__menu-btn.open span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/*MOBILE SEARCH*/
.main-header__search-mobile-btn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 7px;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 29px;
}

#title-search-mobile {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  height: 62px;
  padding: 0 10px;
  transition: all 0.5s 0.8s ease;
  background-color: #333333;
  align-items: center;
  justify-content: center;
}

#title-search-mobile .search__form.navbar-form {
  width: 100%;
}

#title-search-mobile.search__form-mobile .input-group-btn .btn.btn-navbar {
  background-color: #EFEFEF;
}

#title-search-mobile.search__form-mobile .input-group-btn .btn.btn-navbar:active,
#title-search-mobile.search__form-mobile .input-group-btn .btn.btn-navbar:hover,
#title-search-mobile.search__form-mobile .input-group-btn .btn.btn-navbar:focus {
  outline: none;
}

.search__form-mobile {
  display: none;
}

@media (max-width: 767px) {

  button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .main-header__menu {
    z-index: 2;
  }

  .main-header__search-mobile {
    display: block;
  }

  #title-search-mobile.search__form-mobile.mobile-search-active {
    display: flex;
  }

  .search__form.navbar-form .btn.btn-navbar {
    background-color: #EFEFEF;
  }

  .search .input-group .search-input {
    font-size: 16px;
    background-color: #EEEEEE;
  }
}

@media (min-width: 768px) {
  .main-header__search-mobile {
    display: none;
  }
}

.main-header__search-mobile-btn.open {
  background-color: #DDDDDD;
}

.main-header__search-mobile-btn .fa {
  position: absolute;
  top: 13px;
  left: 14px;
  color: #FFFFFF;
}

.main-header__search-mobile-btn.open {
  background-color: #ddd;
}

.main-header__search-mobile-btn.open .fa {
  color: #222222;
}


/*PHONES*/
.main-header__phones-btn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 7px;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 29px;
}

@media (min-width: 768px) {
  .main-header__phones-btn {
    display: none;
  }
}

.main-header__phones-btn.open {
  background-color: #DDDDDD;
}

.main-header__phones-btn .fa {
  position: absolute;
  top: 13px;
  left: 14px;
  color: #FFFFFF;
}

.main-header__phones-btn.open .fa {
  color: #222222;
}


.main-header__phones-list {
  position: absolute;
  z-index: -1;
  right: 0;
  /* top: 56px; */
  left: 0;
  display: none;
  width: 100%;
  padding: 20px 5px;
  color: #FFFFFF;
  background-color: #333333;
  box-shadow: 0px 11px 11px -7px #000000 inset;
  justify-content: space-around;
  flex-wrap: wrap;
}

.main-header__phones-list.visible {
  display: flex;
}

@media (min-width: 768px) {
  .main-header__phones-list {
    position: static;
    display: block;
    width: 325px;
    padding: 10px 5px;
    color: #333333;
    background-color: transparent;
    box-shadow: none;
  }
}


.main-header__phone {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  color: #FFFFFF;
}

.main-header__phone:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.main-header__phone:visited {
  text-decoration: none;
  color: #FFFFFF;
}

.main-header__phone:focus {
  text-decoration: none;
  color: #FFFFFF;
}


.main-header__phone-location {
  display: block;
  transition: 0.5s;
  opacity: 1;
  font-size: 11px;
}

@media (min-width: 768px) {
  .main-header__phone {
    color: #333333;
  }

  .main-header__phone:hover {
    color: #333333;
  }

  .main-header__phone:visited {
    color: #333333;
  }

  .main-header__phone:focus {
    color: #333333;
  }
}

@media (min-width: 768px) {
  .main-header__phone:first-child {
    margin-right: 15px;
  }
}

.main-header__phones-contact-link {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.main-header__phones-contact-link a {
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .main-header__phones-contact-link {
    display: none;
  }
}


/*PRODUCT CONTROL*/
.main-header__control {
  height: 40px;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .main-header__control {
    position: absolute;
    top: -49px;
    right: 107px;
  }
}

@media (min-width: 992px) {
  .main-header__control {
    position: absolute;
    right: 174px;
  }
}

.main-header__control-wish,
.main-header__control-compare {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  /*   border: 1px solid #ccc; */
}

.main-header__control-wish {
  margin-right: 10px;
}

.main-header__control-btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

.main-header__control-btn .fa {
  padding-top: 12px;
  transition: 0.5s;
  color: #6D6D6D;
  font-size: 20px;
}

.main-header__control-qt {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 50%;
  background: #D02738;
  font-size: 10px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .main-header__control-qt {
    border: 1px solid #F8F8F8;
  }
}

.main-header__control-btn--set-aside .fa,
.main-header__control-btn--compared .fa {
  color: #D02738;
}

.main-header__control-btn--delayed,
.main-header__control-btn--compare {
  /*   display: none; */
}

.main-header__control-btn--set-aside,
.main-header__control-btn--compared {
  cursor: pointer;
  /*   display: none; */
}

.main-header__control-btn + .tooltip > .tooltip-inner {
  color: #000000;
  background-color: #E5E5E5;
}


.main-header__control-btn + .tooltip > .tooltip-arrow {
  border-bottom-color: #E5E5E5;
}


/*BASKET*/
.main-header__basket {
  height: 48px;
}

@media (min-width: 768px) {
  .main-header__basket {
    display: flex;
    padding-right: 45px;
    flex-grow: 1;
    justify-content: flex-end;
  }
}


.main-header__basket .btn-info {
  margin: 0;
  padding: 8px 10px;
  transition: 0.5s;
  border-radius: 0;
  font-size: 23px;
}

@media (min-width: 768px) {
  .main-header__basket .btn-info {
    margin-top: 10px;
    margin-bottom: 8px;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main-header__basket .dropdown-menu {
    top: 96%;
    width: 100vw;
    padding: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

@media (min-width: 768px) {
  .main-header__basket .dropdown-menu {
    min-width: 350px;
    padding: 15px;

  }
}

/*.main-header__basket i.fa-rub {*/
/*font-size: 0.9em;*/
/*}*/


/*USER CONTROLS*/
.main-header__user {
  position: relative;
  width: 40px;
  height: 33px;
  margin-top: 8px;
  transition: 0.5s;
  text-align: right;
  font-size: 13px;
}

@media (min-width: 768px) {
  .main-header__user {
    position: absolute;
    top: -49px;
    right: 18px;
    margin-top: 6px;
  }
}

@media (min-width: 992px) {
  .main-header__user {
    position: absolute;
  }
}


.main-header__user-info {
  position: absolute;
  top: -5px;
  right: 55px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .main-header__user-info {
    top: 26px;
    right: 9px;
    width: 360px;

  }
}

.main-header__user-name {
  max-width: 150px;
  /*padding-right: 10px;*/
  /*padding-left: 10px;*/
}

.main-header__user-show-btn {
  width: 33px;
  height: 33px;
  padding: 0;
  color: #6D6D6D;
  border-radius: 5px;
  background-color: transparent;
  font-size: 18px;
  line-height: 18px;
}

@media (max-width: 768px) {
  .main-header__user-show-btn {
    width: 40px;

  }
}

.main-header__user-show-btn:hover {
  color: #6D6D6D;
}

.main-header__user-show-btn:focus {
  color: #6D6D6D;
}

.main-header__user-exit-btn {
  float: right;
}


/*GARANTY PAGE*/
.garanty__header > * {
  margin: 5px 0 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 25px;
}

.garanty__container {
  padding-right: 120px;
  padding-left: 120px;
}

@media screen and (max-width: 900px) {
  .garanty__container {
    padding-right: 0;
    padding-left: 0;
  }
}


.garanty__list {
  display: block;
  max-width: 940px;
  margin: 15px auto 17px;
  padding-left: 0;
  list-style: none;
}

.garanty__item {
  margin: 0;
  padding: 0;
}

.garanty__item:nth-child(odd) {
  background: linear-gradient(to right, #FFFFFF 0, #ECEFF0 100%);
}

.garanty__item:nth-child(even) {
  background: linear-gradient(to right, #ECEFF0 0, #FFFFFF 100%);
}

.garanty__item:nth-child(odd) .garanty__item-inner {
  display: inline-block;
  vertical-align: middle;
  background: url("/bitrix/templates/tm_razborkino/images/dot_r.png") right top repeat-y;
}

.garanty__item:nth-child(even) .garanty__item-inner {
  display: inline-block;
  width: 100%;
  min-height: 191px;
  text-align: right;
  vertical-align: middle;
  background: url("/bitrix/templates/tm_razborkino/images/dot_r.png") left top repeat-y;
  line-height: 191px;
}

@media screen and (max-width: 900px) {
  .garanty__item-inner {
    padding-bottom: 15px;
  }
}

.garanty__item:nth-child(odd) .garanty__item-inner::before {
  display: inline-block;
  width: 27%;
  height: 211px;
  margin-bottom: -20px;
  margin-left: -120px;
  content: "";
  vertical-align: middle;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .garanty__item:nth-child(odd) .garanty__item-inner::before {
    display: block;
    width: 170px;
    height: 150px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}

.garanty__item:nth-child(even) .garanty__item-inner::after {
  display: inline-block;
  width: 27%;
  height: 211px;
  margin-right: -120px;
  margin-bottom: -20px;
  content: " ";
  vertical-align: middle;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .garanty__item:nth-child(even) .garanty__item-inner::before {
    display: block;
    width: 170px;
    height: 150px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    content: " ";
    background-size: contain;
  }
}

@media screen and (max-width: 900px) {
  .garanty__item:nth-child(even) .garanty__item-inner::after {
    display: none;
  }
}


.garanty__item .icon-1::before {
  background: url("/bitrix/templates/tm_razborkino/images/icon_1.png") no-repeat center center;
}

.garanty__item .icon-2::after,
.garanty__item .icon-2::before {
  background: url("/bitrix/templates/tm_razborkino/images/icon_2.png") no-repeat center center;
}

.garanty__item .icon-3::before {
  background: url("/bitrix/templates/tm_razborkino/images/icon_3.png") no-repeat center center;
}

.garanty__item .icon-4::after,
.garanty__item .icon-4::before {
  background: url("/bitrix/templates/tm_razborkino/images/icon_4.png") no-repeat center center;
}

.garanty__item .icon-5::before {
  background: url("/bitrix/templates/tm_razborkino/images/icon_5.png") no-repeat center center;
}

.garanty__item .icon-6::after,
.garanty__item .icon-6::before {
  background: url("/bitrix/templates/tm_razborkino/images/icon_6.png") no-repeat center center;
}


.garanty__item p {
  display: inline-block;
  width: 72%;
  padding-right: 20px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 25px;
}

.garanty__item:nth-child(odd) p {
  text-align: left;
}

.garanty__item:nth-child(even) p {
  text-align: right;
}

@media screen and (max-width: 1125px) {
  .garanty__item:nth-child(even) p {
    padding-right: 10px;
  }
}

@media screen and (max-width: 900px) {
  .garanty__item:nth-child(odd) p {
    display: block;
    width: initial;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .garanty__item:nth-child(even) p {
    display: block;
    width: initial;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
}

.garanty__item b {
  text-transform: uppercase;
}

/*DELIVERY PAGE*/

.delivery__heading {
  height: 20px;
  margin-top: 33px;
  text-align: center;
  font-size: 23px;
}

@media screen and (max-width: 830px) {
  .delivery__heading {
    height: auto;
  }
}

.delivery__slogan {
  min-height: 75px;
  margin: 20px 75px -13px;
  padding-top: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #4D4D4D;
  background: linear-gradient(
          to right,
          rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .57) 4%, #FDFEFE 7%, #F2F5F6 25%, #FFFFFF 50%, #F2F5F6 75%, #E7E8E8 93%, rgba(229, 229, 229, .43) 97%, rgba(229, 229, 229, 0) 100%);
  box-shadow: 0 8px 8px -8px #696868, 0 -8px 8px -8px #696868;
  font-weight: 700;
}

@media screen and (max-width: 830px) {
  .delivery__slogan {
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: 15px;
  }
}

.steps__list {
  margin-left: -15px;
  padding-left: 0;
  list-style: none;
  text-align: center;
  color: #4D4D4D;
}

@media screen and (max-width: 1025px) {
  .steps__list {
    margin: 0;
  }
}


.steps__item {
  display: inline-block;
  width: 381px;
  vertical-align: top;
}

@media screen and (max-width: 1025px) {
  .steps__item {
    width: 335px;
  }
}

@media screen and (max-width: 830px) {
  .steps__item {
    width: 100%;
    margin: auto;
  }
}

.steps__text {
  position: relative;
  z-index: 10;
  width: 297px;
  margin-top: -54px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1025px) {
  .steps__text {
    margin-left: 25px;
  }
}

@media screen and (max-width: 830px) {
  .steps__text {
    width: auto;
    margin-right: 15px;
    margin-left: 2px;
    text-align: center;

  }
}

.steps__image {
  position: relative;
  width: 435px;
  height: 271px;
}

.steps__text strong {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

.steps__image--phone {
  z-index: 10;
  background: url("/bitrix/templates/tm_razborkino/images/phone.png") center center no-repeat;
  background-size: contain;
}

.steps__image--pay {
  z-index: 9;
  background: url("/bitrix/templates/tm_razborkino/images/pay.png") center center no-repeat;
  background-size: contain;
}

.steps__image--get {
  z-index: 8;
  background: url("/bitrix/templates/tm_razborkino/images/get.png") center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1025px) {
  .steps__image {
    width: inherit;
  }
}

@media screen and (max-width: 830px) {
  .steps__image {
    width: auto;
  }
}


.promo {
  min-height: 75px;
  margin: 20px 75px -13px;
  margin-top: 100px;
  margin-bottom: 10px;
  padding-top: 4px;
  vertical-align: middle;
  text-transform: none;
  color: #000000;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .57) 4%, #FDFEFE 7%, #F2F5F6 25%, #FFFFFF 50%, #F2F5F6 75%, #E7E8E8 93%, rgba(229, 229, 229, .43) 97%, rgba(229, 229, 229, 0) 100%);
  box-shadow: 0 8px 8px -8px #696868, 0 -8px 8px -8px #696868;
  font-weight: 400;
}

@media screen and (max-width: 830px) {
  .promo {
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: 15px;
  }
}

.promo__inner {
  margin-right: -30px;
  margin-left: -30px;
}

@media screen and (max-width: 1239px) {
  .promo__inner {
    margin-right: -70px;
    margin-left: -70px;
  }
}

@media screen and (max-width: 830px) {
  .promo__inner {
    margin: auto;
  }
}

@media screen and (max-width: 1239px) {
  .promo__text-container {
    display: table-cell;
    vertical-align: middle;
  }
}

.promo__text--left {
  display: inline-block;
  width: 400px;
  text-align: left;
}

.promo__text--right {
  display: inline-block;
  width: 400px;
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 1239px) {
  .promo__text {
    width: auto;
    text-align: center;
  }
}

.promo__img-container--middle {
  display: inline-block;
  width: 233px;
  height: 208px;
  margin-top: -34px;
  margin-bottom: -24px;
  vertical-align: top;
  background: url("/bitrix/templates/tm_razborkino/images/hands.png") center center no-repeat;
}


@media screen and (max-width: 1239px) {
  .promo__img-container {
    display: table-cell;
    width: 233px;
    background: url("/bitrix/templates/tm_razborkino/images/hands.png") center center no-repeat;
  }
}

@media screen and (max-width: 830px) {
  .promo__img-container {
    display: none;
  }
}

@media screen and (max-width: 1239px) {
  .promo__img-container--middle {
    display: none;
  }
}

@media screen and (max-width: 1239px) {
  .promo__img-container--left {
    height: 200px;
    content: " ";
    vertical-align: middle;
  }
}

@media screen and (max-width: 1239px) {
  .promo__img-container--right {
    height: 195px;
  }
}

.warning {
  min-height: 75px;
  margin-top: 54px;
  margin-right: 75px;
  margin-bottom: 112px;
  margin-left: 75px;
  padding-top: 12px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  color: #4D4D4D;
  background: linear-gradient(
          to right,
          rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .57) 4%, #FDFEFE 7%, #F2F5F6 25%, #FFFFFF 50%, #F2F5F6 75%, #E7E8E8 93%, rgba(229, 229, 229, .43) 97%, rgba(229, 229, 229, 0) 100%);;
  box-shadow: 0 8px 8px -8px #696868, 0 -8px 8px -8px #696868;
  font-weight: 700;
}

@media screen and (max-width: 830px) {
  .warning {
    margin: 10px;
    padding: 10px;
  }
}

.warning__img-container {
  width: 205px;
  height: 183px;
  background: url("/bitrix/templates/tm_razborkino/images/warning.png") center center no-repeat;
}

.warning__img-container--right {
  float: right;
  margin-top: -35px;
  margin-right: -40px;
  margin-bottom: -21px;
}

.warning__img-container--left {
  display: inline-block;
  float: left;
  margin-top: -35px;
  margin-bottom: -21px;
  margin-left: -54px;
}

@media screen and (max-width: 830px) {
  .warning__img-container {
    display: none;
  }
}

.warning__text {
  min-height: 103px;
  margin: 0 130px;
  padding-top: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  color: red;
  font-weight: 700;
}

@media screen and (max-width: 1025px) {
  .warning__text {
    padding-top: 0;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 830px) {
  .warning__text {
    display: inline-block;
    height: auto;
    min-height: inherit;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 0;
    vertical-align: middle;
  }
}

/*FOOTER*/

.main-footer {
  position: relative;
  z-index: 0;
  min-height: 60px;
  margin-top: -60px;
  padding-top: 20px;
  padding-bottom: 72px; /* place for online radio*/

  background-color: #4B4C53;
}

.main-footer .row {
  margin-top: 20px;
}

.main-footer__bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2B2C30;
}

.footer__copyright {
  float: right;
}

.footer__ogrn {
  float: left;
}

.contacts-telefon {
  margin-bottom: 10px;
}

/*SOCIAL*/
.social {
  margin-bottom: 25px;
}

.social__list {
  display: flex;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  list-style: none;
  justify-content: flex-end;
}

.social__item--fb .social__link,
.social__item--ok .social__link {
  text-align: left;
}

.social__link {
  display: inline-block;
  width: 28px;
  height: 28px;
  transition: 0.3s;
  text-align: center;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: top;
  /*line-height: 28px;*/
  background-position-x: center;
  background-position-y: top;
  background-size: 22px;
}

.social__link:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.social__link img {
  width: 19px;

}

.social__item--vk img {
  /*width: 27px;*/
}

.title-search-result {
  z-index: 100;
  display: none;
  padding: 10px;
  padding-left: 26px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background-color: #F8F8F8;
}

@media (max-width: 768px) {
  .title-search-result {
    padding-left: 13px;
  }
}

.bx_item_block {
  margin-bottom: 5px;
}

.sr-fluid {
  width: 100%;
}
/* Показать/Скрыть */
.sr-hide {
	/* .sr-hide-desk */
	display: none !important;
}
.sr-show-mob,
.sr-show-mob-flex,
.sr-show-mob-grid {
	display: none !important;
}
@media (max-width: 768px) {
	.sr-show-mob {
		display: block !important;
	}
	.sr-show-mob-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
	}
	.sr-show-mob-grid {
		display: -ms-grid !important;
		display: grid !important;
	}
	.sr-hide-mob {
		display: none !important;
	}
}
.sr-hg-list {
  margin-bottom: 40px;
  border: 1px solid #DDDDDD;
  border-bottom: none;
}

.sr-dict .sr-hg-list {
  margin-bottom: 0;
}

.sr-hg-list__panel {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-hg-list__item-link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px;
  transition: all 0.3s ease-in 0.3s;
  color: #555555;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
}

.sr-hg-list__item-link:visited,
.sr-hg-list__item-link:active,
.sr-hg-list__item-link:focus {
  text-decoration: none;
  color: #555555;
}

.sr-hg-list__item-link:hover,
.sr-hg-list__item--active .sr-hg-list__item-link {
  cursor: pointer;
  text-decoration: none;
  color: #555555;
  background-color: #ECECEC;
}

.sr-hg-list__item-link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 100%;
  content: '';
  transition: all 0.3s ease-in;
  transform: translateX(-8px);
  background-color: #FD8405;
}

.sr-hg-list__item-link:hover::before,
.sr-hg-list__item--active .sr-hg-list__item-link::before {
  transform: translateX(0);
}

.sr-hg-list__item-link span {
  display: block;
  transition: all 0.3s ease-in;
  transform: translateX(0);
}

.sr-hg-list__item-link:hover span,
.sr-hg-list__item--active .sr-hg-list__item-link span {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .sr-dict .row {
    display: flex;
    flex-direction: column;
  }

  .sr-dict__content {
    order: 2;
  }

  .sr-dict__sidebar {
    margin-bottom: 20px;
    order: 1;
  }
}

@media (max-width: 1199px) {
  .social__list {
    padding-right: 0;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer__copyright,
  .footer__ogrn {
    float: none;
    text-align: center;
  }

  .footer__copyright {
    padding-top: 5px;
  }
}

.footer-city {
  padding-right: 13px;
  text-align: right;
  color: #A2A3AC;
}

@media (max-width: 1199px) {
  .footer-city {
    padding-right: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-city {
    padding-bottom: 15px;
  }
}

/*.page--site_base
на body

стили только для базового сайта razborkino.ru
*/

.page--site_base .main-header__contacts .fa {
  width: 20px;
  padding-right: 3px;
  text-align: center;
  opacity: 0.6;
}

.page--site_base .main-header__city-nameby-ip {
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s;
  transform: translateY(0);
  text-decoration: underline;
}

.page--site_base .main-header__city-nameby-ip:hover {
  text-decoration: none;
}

.page--site_base .main-header__worktime {
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .page--site_base .main-header__contacts {
    display: flex;
    min-width: 320px;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .page--site_base .main-header__phones-list {
    width: auto;
    height: 100%;
    padding: 0;
    padding-top: 1px;
  }

  .page--site_base .main-header__city-info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    justify-content: center;
  }

  .page--site_base .main-header__city-nameby-ip {
    padding-bottom: 0;
  }

  .page--site_base .main-header__worktime {
    padding-bottom: 0;
    transition: all 0.3s;
    opacity: 1;
  }

  .page--site_base .main-header__city-nameby-ip + .main-header__worktime {
    margin-top: 3px;
  }

  .page--site_base .main-header__phone {
    padding-left: 15px;
    font-size: 20px;
  }

  .page--site_base .main-header__contacts--2-phones .main-header__phone {
    font-size: 13px;
  }

  .page--site_base .main-header__phone .fa {
    display: none;
  }
}

@media (min-width: 992px) {
  .page--site_base .logo {
    width: 205px;
    margin-right: 0;
  }

  .page--site_base .logo__title {
    padding-top: 8px;
    padding-left: 79px;
  }

  .page--site_base .js-resize-header .logo__title {
    padding-top: 0;
    padding-left: 79px;
  }

  .page--site_base .js-resize-header .main-header__worktime {
    opacity: 0;
  }

  .page--site_base .main-header__contacts {
    min-width: unset;
  }

  .page--site_base .main-header__city-info {
    font-size: 11px;
  }

  .page--site_base .main-header__phone {
    font-size: 18px;
  }

  .page--site_base .js-resize-header .main-header__city-nameby-ip {
    /*transform: translateY(9px);*/
  }

  .page--site_base .js-resize-header .main-header__phones-list {
    padding-top: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page--site_base .main-header__contacts--2-phones .main-header__phone {
    padding-left: 10px;
    letter-spacing: -1px;
  }
}

@media (min-width: 1200px) {
  .page--site_base .logo__title {
    padding-top: 14px;
    padding-left: 95px;
  }

  .page--site_base .logo {
    width: 295px;
  }

  .page--site_base .main-header__phone {
    font-size: 20px;
  }


  .page--site_base .main-header__contacts--2-phones .main-header__phone {
    font-size: 14px;
  }

  .page--site_base .main-header__worktime {
    font-size: 9px;
  }

  .page--site_base .main-header__phone {
    font-size: 27px;
  }

  .page--site_base .main-header__search {
    width: 195px;
  }

  .page--site_base .main-header__contacts .fa {
    width: 12px;
  }

  .page--site_base .main-header__phone {
    transition: all 0.3s;
  }

  .page--site_base .js-resize-header .main-header__contacts--2-phones .main-header__phone {
    font-size: 14px;
  }

  .page--site_base .js-resize-header .main-header__city-nameby-ip {
    /*transform: translateY(7px);*/
  }

  .page--site_base .js-resize-header .logo__title {
    padding-top: 7px;
  }
}

.sr-modal .modal-title {
  float: left;
}

.sr-modal .modal-header .close {
  width: 21px;
}

.sr-modal--type_city-change .modal-dialog {
  width: 420px;
}

.sr-city-changer__list {
  display: flex;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

.sr-city-changer__city {
  display: inline-block;
  width: 33.33%;
  margin: 0;
  padding: 0;
  color: #E77702;
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sr-city-changer__city:focus {
  color: #B65B02;
}

.sr-city-changer__city:hover {
  text-decoration: underline;
}

@media (max-width:768px) {
  .main-header__contacts.main-header__contacts--2-phones {
    text-align: center;
  }

  .main-header__contacts.main-header__contacts--2-phones .main-header__city-info {
    margin-bottom: 10px;
  }

  .main-header__phone {
    font-size: 24px;
    padding: 7px 20px;
    border: 1px solid #4b4c53;
  }

  .main-header__phone:not(:last-child) {
    margin-bottom: 10px;
  }

  .main-header__phones-contact-link a {
    font-size: 16px;
  }

  .main-header__user-show-btn i {
    font-size: 30px;
  }

  .main-header__control-btn .fa {
    font-size: 26px;
  }

  .top-service-menu__link {
    padding: 5px 16px;
  }
}

@media (max-width: 500px) {
  .sr-modal--type_city-change .modal-dialog {
    width: auto;
    margin-top: 60px;
  }
}

@media (max-width: 400px) {
  .sr-city-changer__city {
    width: 50%;
  }
}

.sr-city-changer__search-wrap {
  display: flex;
  padding-top: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.sr-city-changer__search {
  flex-grow: 1;
}

.sr-city-changer__submit {
  padding: 5px 12px 6px;
  transform: translateX(-1px);
  border-radius: 2px;
}

.main-header__banner {
  width: 100%;
}

/*.sr-banner--position_top-width_full {*/
/*	display: block;*/
/*	background-color: #F44336;*/
/*	color: #fff;*/
/*	padding: 10px;*/
/*	font-size: 16px;*/
/*	text-align: center;*/
/*	transition: all 0.3s;*/
/*}*/

/*.sr-banner--position_top-width_full img {*/
/*	max-width: 100%;*/
/*	max-height: 25px;*/
/*	margin-right: 10px;*/
/*	position: relative;*/
/*	top: -1px;*/
/*	transition: all 0.3s;*/
/*}*/

.sr-banner--position_top-width_full {
  position: relative;
  display: block;
  padding: 18px 10px;
  transition: all 0.3s;
  text-align: center;
  color: #333333;
  border-bottom: 1px solid #E5E5E5;
  background-color: #F1FCFF;
  font-size: 16px;
}

.sr-banner--position_top-width_full::before,
.sr-banner--position_top-width_full::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  content: '';
  -webkit-animation: animatedBackground 10s linear infinite;
  -moz-animation: animatedBackground 10s linear infinite;
  -ms-animation: animatedBackground 10s linear infinite;

  -o-animation: animatedBackground 10s linear infinite;
  animation: animatedBackground 10s linear infinite;
  background-image: url("/bitrix/templates/tm_razborkino/images/cristmas_bg_pattern.jpg");
  background-repeat: repeat-x;
  background-size: 60px;
}

.sr-banner--position_top-width_full::after {
  top: auto;
  bottom: 0;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

.sr-banner--position_top-width_full img {
  position: relative;
  top: -8px;
  max-width: 100%;
  max-height: 34px;
  margin-right: 10px;
  transition: all 0.3s;
}


.sr-banner--position_top-width_full img:last-child {
  margin-left: 10px;
}

/*.sr-banner--position_top-width_full:hover {*/
/*	text-decoration: underline;*/
/*	color: #fff;*/
/*}*/

.main-header.js-resize-header .sr-banner--position_top-width_full {
  padding: 10px 5px;
  font-size: 14px;
}

.main-header.js-resize-header .sr-banner--position_top-width_full::before,
.main-header.js-resize-header .sr-banner--position_top-width_full::after {
  height: 4px;
}

.main-header.js-resize-header .sr-banner--position_top-width_full img {
  top: -4px;
  max-width: 100%;
  max-height: 18px;
}

@media (max-width: 540px) {
  .sr-banner--position_top-width_full {
    position: relative;
  }

  .sr-banner--position_top-width_full img {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    transform: translateY(-50%);
  }

  .sr-banner--position_top-width_full img:last-child {
    right: 10px;
    left: auto;
  }

  .sr-banner--position_top-width_full span {
    display: inline-block;
    width: 100%;
  }

  .sr-banner__text {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.brands + .product-list {
  padding-top: 40px;
}

.table-shopping-cart td:last-child {
  width: 100px;
}

.sr-personal-menu {
  position: absolute;
  z-index: 200;
  top: calc(100% + 3px);
  right: 2px;
  min-width: 150px;
  transition: all 0.3s;
  transform: translateY(0);
  border-radius: 5px;
  background: #F8F8F8;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}

.js-resize-header .sr-personal-menu {
  transform: translateY(-3px);
}

.sr-personal-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-personal-menu li {
  list-style: none;
  text-align: left;
}

.sr-personal-menu li + li {
  border-top: 1px solid #DDDDDD;
}

.sr-personal-menu li a {
  display: block;
  padding: 10px 15px;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
}

.sr-personal-menu li a:hover {
  color: #FFFFFF;
  background-color: #333333;
}

/*@media (max-width: 767px) {*/
/*	.sr-personal-menu {*/
/*		width: 150px;*/
/*	}*/

/*	.sr-personal-menu li a {*/
/*		display: block;*/
/*		padding: 5px;*/
/*		font-size: 16px;*/
/*	}*/
/*}*/

.sr-ny-mess {
  margin: 25px 0 45px;
  padding: 30px 30px;
  text-align: center;
  border: 1px solid #ABD7FA;
  border-radius: 4px;
  background-color: #F1FCFF;
}

.sr-ny-mess__inner {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.sr-ny-mess__title {
  margin-bottom: 10px;
  color: #E77703;
  font-size: 20px;
  font-weight: bold;
}

.sr-ny-mess p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.4;
}

p.sr-ny-mess__footer {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}


/* End */
/* /bitrix/templates/tm_razborkino/css/fonts.css?17510421831968 */
/* /bitrix/templates/tm_razborkino/components/bitrix/search.title/header/style.css?1525780434907 */
/* /bitrix/templates/tm_razborkino/components/srlab/companycontacts.detail/header-contacts/style.css?173920610134 */
/* /bitrix/templates/tm_razborkino/components/bitrix/sale.basket.basket.line/header/style.css?15254811914619 */
/* /bitrix/templates/tm_razborkino/components/bitrix/menu/header/style.css?16360427361404 */
/* /bitrix/templates/tm_razborkino/components/srlab/filtermenu2/top/style.css?15254811912149 */
/* /bitrix/templates/tm_razborkino/components/bitrix/menu/top_service/style.css?1525481191832 */
/* /bitrix/templates/tm_razborkino/components/bitrix/system.auth.form/header/style.css?15254811922079 */
/* /bitrix/templates/tm_razborkino/components/bitrix/menu/bottom/style.css?15254811911067 */
/* /bitrix/templates/tm_razborkino/components/srlab/companycontacts.detail/footer-contacts/style.css?15254811912918 */
/* /bitrix/components/srlab/sale.location.selector.search/templates/main/style.min.css?16394776915463 */
/* /bitrix/templates/tm_razborkino/styles.css?15901705375404 */
/* /bitrix/templates/tm_razborkino/template_styles.css?173920630743116 */
