

/* Start:/bitrix/templates/.default/components/bitrix/news.list/slider/style.css?16750712101680*/
.nslider{
	background: #fff;
	line-height: 1.3;
	min-height: 360px;
}

.nslider__list{
	max-height: 800px;
	overflow-y: hidden;
}

.nslider__item{
	position: relative;
	min-height: 360px;
	max-height: 400px;
}

.nslider__item-text{
	max-width: 60%;
	position: absolute;
	right: 0;
	top: 5%;
	background: #e31b19;
	color: #fff;
	padding: 30px 60px 30px 100px;
	background: linear-gradient(100deg, transparent 50px, #e31b19 0);
}

.nslider__item-text-shadow{
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	height: 10px;
	width: 100%;
	background: #003c73;
	background: linear-gradient(100deg, transparent 50px, #003c73 0);
}
.nslider__item-text-big{
	font-size: 52px;
	font-weight: bold;
	line-height: 1;
}
.nslider__item-text-small{
	font-size: 24px;
	margin-top: 10px;
}
.nslider__item-img{

}
.nslider__item-img img{

}
.nslider .bx-pager{
	display: none;
}
.nslider.bx-new-slider .bx-wrapper .bx-controls-direction .bx-prev{
	left: -56px;
}
.nslider.bx-new-slider .bx-wrapper .bx-controls-direction .bx-next{
	right: -56px;
}
@media (max-width: 1240px) and (min-width: 921px) {
	.nslider__item-text-big{
		font-size: 26px;
	}
	.nslider__item-text-small{
		font-size: 18px;
	}
}
@media (max-width: 920px) and (min-width: 621px) {
	.nslider__item-text-big{
		font-size: 26px;
	}
	.nslider__item-text-small{
		font-size: 18px;
	}
	.nslider__item-text{
		padding: 20px 40px 20px 80px;
	}
}
@media (max-width: 620px) {
	.nslider .bx-pager{
		display: block;
	}
	.nslider .bx-wrapper .bx-controls-direction{
		display: none;
	}

	.nslider__item-text-big-mobile {
		margin-bottom: 20px;
	}

	.nslider__item-text-big-mobile h1 {
		text-align: center;
		width: 100%;
	}
}

/* End */


/* Start:/bitrix/components/custom/calculator.form/templates/on-slider/style.css?15857283475715*/
.calc-container{
		position: relative;
}
#delivery-order {
    min-height: 0;
    padding: 0 !important;
}
#delivery-order.calculated{
    padding: 20px !important;
}
.calculator-wr{
	background-color: rgba(255,255,255,0.8);
	position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    max-width: 50%;
    height: 100%;
	padding: 30px 34px;
	color: #5c5c5c;
	font-size: 15px;
}
.calculator-wr .btn.blue2{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 175px;
	margin-bottom: 10px;
}
.calculator-wr .btn.btn-red{
	float: right;
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 920px) {
	.calculator-wr .order-buttons .btn{
		width: 100%;
	}
}
#calc_modal{
	width:280px;
	/* height:160px; */
	overflow:auto;
	font-size: 18px;
	line-height:1.5;
	padding:25px;
}

.form-group{
	background-color:#c0cfda;
	margin:0 !important;
	padding:20px !important;
}



.group:after {
	content: "";
	display: table;
	clear: both;
}
.form-group#delivery-order {
	padding: 0 20px;
}
.form-group#delivery-order .delivery-help {
	width: 576px;
	max-width: 100%;
	float: right;
	padding: 69px 20px 37px;
	font-size:14px;
}
.form-group#delivery-order .bottom-buttons .col-4.third{
	margin-left: 0;
}
.form-group#delivery-order .map-wrapper {
	padding-top:20px;
}
.form-group#delivery-order .main-delivery-maps {
	float: none;
	margin: 10px auto;
}
.form-group#delivery-order .col-4 {
	/*width: auto;*/
}
.calculator-wr .col-4 {
	margin-right: 10px !important;
	margin-left: 0;
}

.calculator-wr .col-4.empty {
	height: 54px;
}

.calculator-wr .destination-block {

}

.calc_ext .delivery-calc-holder {
	padding: 0;
	margin-bottom: 10px;
}
.calculator-wr .delivery-calc-holder .font-18 {
	line-height: 22px;
}


.calculator-wr .cargo-group-wr {
	display: none;
}

.calculator-wr .total-block .right-text {
	line-height: 40px;
}
.calculator-wr .cargo {
 margin-bottom: 18px;
}

.calculator-wr .cargo-border-top {
	height: 6px;
	border: 1px solid #c6c6c6;
	border-bottom: none;
	margin-bottom: 12px;
	position: relative;
}

.calculator-wr .cargo-title {
	position: absolute;;
	top:-9px;
	left: 11px;
	background: #fff;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	padding: 0 10px;
}

.calculator-wr .cargo-border-bottom {
	height: 6px;
	border: 1px solid #c6c6c6;
	border-top: none;
}

.calculator-wr input {
	width: 260px;
	margin: 0 0 14px 0;
	float: left;
}
.calculator-wr input[type="text"]{
	background: #fff;
	border: 1px solid #bdcfdd;
	width: 100%;
}

.calculator-wr .add-cargo {
	margin: 23px 0;
}
.calculator-wr .total-block{
	margin: 10px -5px;
}
.calculator-wr .total-block .col-4{
	width: 50%;
	margin: 0 !important;
	padding: 0 5px;
	position: relative;
}
.calculator-wr .total-block .col-4 .right-text{
	position: absolute;
	right: 15px;
	top: 0;
}
.calculator-wr .total-block .col-4 input{
	padding-right: 30px
}
.calculator-wr .add-cargo-border-top {
	height: 6px;
	border: 1px solid #c6c6c6;
	border-bottom: none;
	margin-bottom: 12px;
}

.calculator-wr .add-cargo-border-bottom {
	height: 6px;
	border: 1px solid #c6c6c6;
	border-top: none;
	margin-top: 12px;
}

.calculator-wr .add-cargo-btn {
	margin-left: 21px;
	cursor: pointer;
}

.calculator-wr .add-cargo-btn-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #003c73;
	color: #fff;
	text-align: center;
	line-height: 14px;
	font-size: 32px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 5px;
}

.calculator-wr .add-cargo-btn-text {
	color: #003c73;
	font-size: 14px;
	border-bottom: 1px solid #d4d9e1;
}

.calculator-wr .cargo-measure {
	font-size: 14px;
	display: inline-block;
	margin-left: 4px;
	margin-top: 7px;
}

.calculator-wr .cargo-detail.hidden {
	display: none;
}

.calculator-wr .cargo-detail-show {
	display: none !important;
	cursor: pointer;
	margin-bottom: 17px;
	line-height: 15px;
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 315px;
	/*border: 1px solid blue;*/
}

.calculator-wr .cargo-detail-show-text {
	font-size: 14px;
	display: inline-block;
	color:#003c73;
	border-bottom: 1px dashed #003c73;
}

.calculator-wr .cargo-detail-show-arr {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #003b73 transparent transparent transparent;
	position: absolute;
	right: 10px;
	top: 15px;
}

.calculator-wr .cargo-detail-show-arr.top {
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #003b73 transparent;
}

.calculator-wr .cargo-del.hide {
	display: none;
}

.calculator-wr .cargo-del {
	 font-size: 14px;
	 color: #003b73;
	 cursor: pointer;
	 display: inline-block;
	 margin-left: 5px;
	 border-bottom: 1px dashed #003c73;

}
.hint {
	display: inline-block;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 1em;
 /* border: 1px solid blue;*/
}
.calculator-wr__head{
	display: none;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #dd2b1c;
	background: linear-gradient(90deg, rgba(124,24,15,1) 0%, rgba(221,43,28,1) 20%, rgba(221,43,28,1) 80%, rgba(124,24,15,1) 100%);
	position: relative;
}
.calculator-wr__head:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8.5px 0 8.5px;
	border-color: #dd2c1c transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -4px;
	z-index: 2;
}
@media (max-width: 620px) {
	.calculator-wr__head{
		display: block;
	}
	.calculator-wr{
		background: #e2eff5;
		position: relative;
		width: 100%;
		max-width: 100%;
	}
	.calculator-wr .btn.btn-blue2{
		width: 100%;
	}
}


/* End */


/* Start:/bitrix/components/pixelplus/order.form/templates/popup/style.css?15863397691443*/
.order-add{
    padding: 15px;
    width: 310px;
    line-height: 1.3;
}
.order-add__title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
body .order-add input,
body .order-add textarea{
    width: 100%;
    border: 1px solid #bdcfdd;
    background: #fff;
    border-radius: 3px;
}
body .order-add .form-control{
    margin-top: 15px;
}
body .order-add .btn{
    width: 100%;
    margin-top: 15px;
}
.order-add__row{
    margin-bottom: 15px;
}
.order-add-values{
    font-size: 16px;
    line-height: 1.5;
}
.order-add input[type="radio"],
.order-add input[type="checkbox"]{
    display: none;
}
.order-add input[type="radio"] + label,
.order-add input[type="checkbox"] + label{
    padding-left: 37px;
    position: relative;
    user-select: none;
    display: block;
    font-size: 16px;
    line-height: 2;
}
.order-add input[type="radio"] + label:before,
.order-add input[type="checkbox"] + label:before{
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background: #fff;
    border: 1px solid #c8d0d7;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.order-add input[type="checkbox"] + label:before{
    border-radius: 0;
}
.order-add input[type="radio"]:checked + label:before,
.order-add input[type="checkbox"]:checked + label:before {
    border: 4px solid #76a0c3;
}

.form-control__secondName {
    display: none !important;
}
/* End */


/* Start:/bitrix/components/custom/catalog.section/templates/.default/style.css?149457175827004*/
/* catalog.section */
.bx_catalog_list_home{
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
@media (max-width:640px) {.bx_catalog_list_home {border-bottom:1px solid #e5e5e5;}}

.bx_catalog_list_home .bx_catalog_item{
	position:relative;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
	margin-bottom:30px;
}
@media (min-width:960px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0   ;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col4 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:23%}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1){clear:both}
}

@media (min-width:760px) and (max-width:960px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px  ;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item,
	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
	.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px ;width:100%}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1){clear:both}
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
	position:absolute;
	z-index:990;
	top:0;
	left:0;
	right:0;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	border-radius:3px;
	border:1px solid #d3d3d3;
	background:#fff;
	-webkit-animation:borderview 0.5s;
	animation:borderview 0.5s;
}
@media (min-width:960px){.bx-no-touch  .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}
@media (max-width:960px){.bx-no-touch  .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}

@keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_catalog_list_home .bx_catalog_item_articul{
	color:#a5a5a5;
	font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_title{
	overflow:hidden;
	height:34px;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title{
	overflow:auto;
	height:auto !important;
}
.bx_catalog_list_home .bx_catalog_item_title a{
	color:#3f3f3f;
	text-decoration:none;
	font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_price{
	color:#3f3f3f;
	font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_price span{
	color:#a5a5a5;
	font-size:12px;
	font-weight:normal;
	white-space:nowrap;
	text-decoration:line-through;
}
.bx_catalog_list_home .bx_catalog_item_controls{
	padding-top:10px;
	text-align:center;
	opacity:0;
}
@media (min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_catalog_item_controls{height:auto}}
@media (max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {height:auto}}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
	width:100%;
	white-space:nowrap;
	text-align:center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
	color:#3f3f3f;
	font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
	width:100%;
	text-align:center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
	margin:1%;
	width: 48%;
	min-width:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
	height: 25px;
}

@media (max-width:640px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none;}
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center;}
}
.bx_catalog_list_home .bx_catalog_item_controls input[type=text]{border:none;}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_catalog_list_home .bx_cnt_desc{
	text-align:left;
	position:absolute;
	right:-45px;
	top:2px;
	width:40px;
}
@media (min-width:641px) and (max-width:960px){

}
.bx_catalog_list_home .bx_catalog_item_controls a{margin-bottom:10px;}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{font-size:15px;padding-top: 5px;}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images{
	position:relative;
	z-index:910;
	display:block;
	padding-top:135%;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double{
	z-index:900;
	margin-top:-135%;
	opacity:0;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images{
	opacity:0;
	-webkit-animation:rotateimgfirst 0.5s;
	animation:rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double{
	opacity:1;
	-webkit-animation:rotateimglast 0.5s;
	animation:rotateimglast 0.5s;
}
@keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@-webkit-keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_catalog_list_home .bx_stick{
	position:absolute;
	width:123px;
	height:35px;
	background:url(/bitrix/components/custom/catalog.section/templates/.default/images/stick.png) left center no-repeat;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	line-height:35px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.bx_catalog_list_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{
	position:absolute;
	width:72px;
	height:74px;
	background:url(/bitrix/components/custom/catalog.section/templates/.default/images/stick_disc.png) no-repeat center;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:23px;
	line-height:74px;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right{right:0;}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top{top:15px;}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom{bottom:5px;}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle{top:49%;}
@media (min-width:641px) and (max-width:960px){
	.bx_catalog_list_home .bx_stick{
		width:90px;
		height:30px;
		background-size:100%;
		line-height:30px;
	}
	.bx_catalog_list_home .bx_stick.short {font-weight:normal;font-size:14px}
	.bx_catalog_list_home .bx_stick.average {font-weight:normal;font-size:11px}
	.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
	.bx_catalog_list_home .bx_stick_disc{
		width:64px;
		height:65px;
		background-size:100%;
		font-size:	20px;
		line-height:65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_catalog_list_home .bx_stick{
		width:70px;
		height:30px;
		background-size:100%;
		font-size:	11px;
		line-height:30px;
	}
	.bx-touch .bx_catalog_list_home .bx_stick_disc{
		width:48px;
		height:49px;
		background-size:100%;
		font-size:	16px;
		line-height:49px;
	}
}
@media (max-width:479px) {
	.bx-touch .bx_catalog_list_home .bx_stick{
		width:70px;
		height:30px;
		background-size:100%;
		font-size:	11px;
		line-height:30px;
	}

	.bx-touch .bx_catalog_list_home .bx_stick_disc{
		width:37px;
		height:38px;
		background-size:100%;
		font-size:13px;
		line-height:38px;
	}
}

/* buttons */
.bx_catalog_list_home .bx_bt_button,
.bx_catalog_list_home .bx_bt_button_type_2{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	white-space:nowrap;
}

.bx_catalog_list_home .bx_bt_button_type_2 				{
	border:1px solid #e9e9e9;
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
	background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	color:#656565;
	text-shadow:0 1px 0 #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:hover{background:#fff;}
.bx_catalog_list_home .bx_bt_button_type_2:active 	{
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
	background-image:-webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	background-image:   -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	background-image:     -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	background-image:        linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_catalog_list_home .bx_bt_button  				{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background: -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:  -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:   -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:      linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
	color:#fff;
	text-shadow:0 1px 0 #006cae;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:hover  		{
	background:#21afe4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:active  		{
	background:#21afe4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}


.bx_catalog_list_home .bx_small.bx_bt_button{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:18px;
	line-height:18px;
}

.bx_catalog_list_home .bx_small.bx_bt_button_type_2 		{}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:hover 	{}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:active 	{}


.bx_catalog_list_home .bx_medium.bx_bt_button{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2		{
	padding:0 13px;
	height:23px;
	font-weight:bold;
	line-height:23px;
}

.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 		{font-weight:bold;}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover  {}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {}

.bx_catalog_list_home .bx_col_input{
	display:inline-block;
	width:40px;
	text-align:center;
}

/* scu_detail_size */
.bx_catalog_list_home .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/bitrix/components/custom/catalog.section/templates/.default/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/bitrix/components/custom/catalog.section/templates/.default/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/bitrix/components/custom/catalog.section/templates/.default/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left:   0;background:url(/bitrix/components/custom/catalog.section/templates/.default/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:  0;background:url(/bitrix/components/custom/catalog.section/templates/.default/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_list_home .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/bitrix/components/custom/catalog.section/templates/.default/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/components/custom/catalog.section/templates/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/bitrix/components/custom/catalog.section/templates/.default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/bitrix/components/custom/catalog.section/templates/.default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/bitrix/components/custom/catalog.section/templates/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/bitrix/components/custom/catalog.section/templates/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

.bold__red{
	font-weight: bold;
	color: red;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/block-popular-cities/style.css?16750717561587*/
.popular-city{
	background: #fff;
	padding: 50px 34px 34px;
	line-height: 1.3;
}

.popular-city__title{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 24px;
	border: 0;
	color: #1D1D1D;
}

.popular-city__title:hover, .popular-city__title:focus, .popular-city__title:active {
	border: 0;
	color: #1D1D1D;
}

.popular-city__list{
	max-height: 200px;
	overflow-y: hidden;
	margin: 0 -4px;
}
.popular-city__list:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.pl__item{
	width: 386px;
	min-height: 107px;
	border: 1px solid #ededed;
	background: #f5faff;
	padding: 20px 17px 15px 20px;
	display: block;
	float: left;
	margin: 0 4px;
}
.pl__item:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.pl__item-name{
	font-size: 28px;
	margin-bottom: 12px;
	line-height: 1;
	font-weight: bold;
	color: #003c73;
	display: block;
	float: left;
	text-decoration: none;
}
.pl__item-price{
	float: right;
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-top: 8px;
}
.pl__item-price span{
	font-size: 30px;
	line-height: 0.3;
	white-space: nowrap;
}
.pl__item-period{
	font-size: 16px;
	clear: left;
	color: #003c73;
	margin-top: 8px;
	float: left;
}
.pl__item-period svg{
	vertical-align: top;
	margin-right: 4px;
}


.popular-city .bx-pager{
	display: none;
}

@media (max-width: 620px) {
	.popular-city{
		padding: 35px 0 20px;
	}
	.popular-city__title{
		text-align: center;
		font-size: 24px;
	}
	.popular-city .bx-pager{
		display: block;
	}
	.popular-city .bx-wrapper .bx-controls-direction{
		display: none;
	}


}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/news-carousel/style.css?17217476711414*/
.cnews{
	background: #fff;
	padding: 50px 34px 34px;
	line-height: 1.3;
}

.cnews__title{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 24px;
	border: 0;
	color: #1D1D1D;
}

.cnews__title:hover, .cnews__title:focus, .cnews__title:active {
	border: 0;
	color: #1D1D1D;
}

.cnews__list{
	max-height: 400px;
	overflow-y: hidden;
	margin: 0 -9px;
}
.cnews__list:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.cnews__item{
	margin: 0 9px;
	border-bottom: 1px solid #d4d4d4;
	text-align: left;
	padding: 0;
	height: 330px;
	min-height: 270px;
}
.cnews__item-name{
	display: block;
	font-size: 18px;
	color: #003b73;
	margin-bottom: 10px;
}
.cnews__item-text{
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.cnews__item-date{
	font-size: 12px;
	color: #b8b8b8;
	margin-bottom: 10px;
}
.cnews__item-tags{
	margin-bottom: 10px;
}

.cnews .btn.cnews-list-link{
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.cnews .bx-pager{
	display: none;
}


@media (max-width: 620px) {
	.cnews{
		padding: 35px 0 20px;
	}
	.cnews__title{
		text-align: center;
		font-size: 24px;
	}
	.cnews__list{

	}
	.cnews__list{
		margin: 0;
	}
	.cnews__item{
		margin: 0 20px;
		width: 280px !important;
	}
	.cnews-list-link{
		width: 100% !important;
	}
	.cnews .bx-pager{
		display: block;
	}
	.cnews .bx-wrapper .bx-controls-direction{
		display: none;
	}



}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/Industry-solutions/style.css?16945093092370*/
.isol{
	background: #fff;
	padding: 50px 34px 34px;
	line-height: 1.3;
}
.isol__title{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 24px;
	border: 0;
	color: #1D1D1D;
}

.isol__title:hover, .isol__title:focus, .isol__title:active {
	border: 0;
	color: #1D1D1D;
}

.isol__list{
	overflow-y: hidden;
	margin: 0 -7px;
}
.isol__list:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.isol__item{
	margin: 0 7px 14px;
	border-bottom: 1px solid #d4d4d4;
	text-align: left;
	padding: 0;
	width: 284px;
	height: 284px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.isol__item-img{

}
.isol__item-img img{
	width: 100%;
}
.isol__item-text{
	position: absolute;
	padding: 10px 25px;
	top: 180px;
	left: 0;
	max-width: 80%;
	font-size: 16px;
	color: #4f4f4f;
	background: rgba(255,255,255,0.8);
	transition: top 0.5s;
}

.isol__item:hover .isol__item-text,
.isol__item--active .isol__item-text{
	top: 0;
	width: 100%;
	max-width: 100%;
	height: 101%;
	padding: 25px 25px 60px;
}
.isol__item-name{
	display: block;
	font-size: 24px;
	font-weight: bold;

	text-decoration: none !important;
	color: inherit !important;
	line-height: 1.2;
}
.isol__item-ptext{
	margin-top: 10px;
	line-height: 1.4;
	display: none;
}
.isol__item-detail-link{
	position: absolute;
	bottom: 30px;
	color: #e31b19;
	display: none;
}
.isol__item:hover .isol__item-ptext,
.isol__item:hover .isol__item-detail-link,
.isol__item--active .isol__item-ptext,
.isol__item--active .isol__item-detail-link{
	display: block;
}

@media (max-width: 620px) {
	.isol__list {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.isol{
		padding: 35px 0 20px;
	}
	.isol__title{
		text-align: center;
		font-size: 24px;
	}
	.isol__item{
		width: 145px;
		height: auto;
		margin: 0 0 14px;
		display: flex;
		flex-direction: column;
		border-bottom: unset;
	}
	.isol__item-name{
		font-family: HeliosCond;
		font-size: 16px;
		font-weight: 400;
		line-height: 19px;
		letter-spacing: 0em;
		text-align: left;

	}
	.isol__item-text{
		top: unset;
		font-size: 10px;
		padding: 10px 0px !important;
		bottom: 0;
		max-width: 100%;
		width: 100%;
		position: relative;
	}
	.isol__item-ptext{
		max-height: 72px;
		overflow: hidden;
	}
	.isol__item-detail-link{
		bottom: 10px;
	}
	.isol__item-img {
		max-height: 107px;
		overflow: hidden;
	}
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/advantages/style.css?16750717561002*/
.advantages{
	background: #fff;
	padding: 50px 34px 34px;
	line-height: 1.3;
}

.advantages__title{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 24px;
	border: 0;
	color: #1D1D1D;
}

.advantages__title:hover, .advantages__title:focus, .advantages__title:active {
	border: 0;
	color: #1D1D1D;
}

.advantages__list{
	max-height: 300px;
	overflow-y: hidden;
	margin: 0 -5px;
}
.advantages__list:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.al__item{
	width: 224px;
	min-height: 260px;
	display: block;
	margin: 0 5px;
	text-align: center;
}

.al__item-img{
	margin-bottom: 20px;
}
.al__item-name{
	font-size: 20px;
	color: #003c73;
}

.advantages .bx-pager{
	display: none;
}

@media (max-width: 620px) {
	.advantages{
		padding: 35px 0 20px;
	}
	.advantages__title{
		text-align: center;
		font-size: 24px;
	}
	.al__item{
		width: 320px !important;
	}
	.advantages .bx-pager{
		display: block;
	}
	.advantages .bx-wrapper .bx-controls-direction{
		display: none;
	}



}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/reviews-carousel/style.css?16757027411592*/
.creviews{
	background: #fff;
	padding: 50px 34px 34px;
	line-height: 1.3;
}

.creviews__title{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 24px;
}
.creviews__list{
	max-height: 400px;
	overflow-y: hidden;
	margin: 0 -9px;
}
.creviews__list:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.creviews__item{
	margin: 0 9px;
	border: 1px solid #ededed;
	text-align: left;
	padding: 32px 24px;
	min-height: 250px;
	background: #f5faff;
}
.creviews__item-name{
	display: inline-block;
	margin-bottom: 5px;
	font-size: 16px;
}
.creviews__item-text{
	font-size: 14px;
	font-style: italic;
	line-height: 1.4;
}
.creviews__item-date{
	font-size: 12px;
	color: #b8b8b8;
	margin-bottom: 5px;
	display: inline-block;
}
.creviews__item-tags{
	margin-bottom: 10px;
}

.creviews-list-link{
	margin-top: 30px;
	width: 280px !important;
	vertical-align: top !important;
	margin-right: 18px;
}
body .creviews .btn{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.creviews .bx-pager{
	display: none;
}


@media (max-width: 620px) {
	.creviews{
		padding: 35px 0 20px;
	}
	.creviews__title{
		text-align: center;
		font-size: 24px;
	}
	.creviews__list{

	}
	.creviews__list{
		margin: 0;
	}
	.creviews__item{
		margin: 0 20px;
		width: 280px !important;
	}
	.creviews-list-link{
		display: flex;
		justify-content: center;
		margin: 10px auto;
		/* width: 100% !important; */
	}
	.creviews-list-link + .creviews-list-link{
		margin-top: 10px;
	}
	.creviews .bx-pager{
		display: block;
	}
	.creviews .bx-wrapper .bx-controls-direction{
		display: none;
	}



}

/* End */


/* Start:/bitrix/components/pixelplus/review.add/templates/.default/style.css?1586339929492*/
.review-add{
    padding: 15px;
    width: 310px;
    line-height: 1.3;
}
.review-add__title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
body .review-add input,
body .review-add textarea{
    width: 100%;
    border: 1px solid #bdcfdd;
    background: #fff;
    border-radius: 3px;
}
body .review-add .form-control{
    margin-top: 15px;
}
body .review-add .btn{
    width: 100%;
    margin-top: 15px;
}

.form-control__secondName {
    display: none !important;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/doc-list/style.css?15853114161096*/
.doc-list{
	background: #fff;
	padding: 50px 34px 34px;
	line-height: 1.3;
}

.doc-list__title{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 24px;
}
.doc-list__list{
	max-height: 400px;
	overflow-y: hidden;
	margin: 0 -33px;
}
.doc-list__list:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.doc-list__item{
	margin: 0 33px;
	border: 1px solid #ededed;
	border-radius: 3px;
	text-align: center;
	padding: 33px 38px;
}

.doc-list__item-img{
	margin-bottom: 20px;
	width: 175px;
	display: table-cell;
	vertical-align: middle;
	height: 246px;
}
.doc-list__item-img img{
	max-width: 100%;
	height: auto;
}

.doc-list .bx-pager{
	display: none;
}

@media (max-width: 620px) {
	.doc-list{
		padding: 35px 0 20px;
	}
	.doc-list__title{
		text-align: center;
		font-size: 24px;
	}
	.doc-list__list{
		margin: 0 -5px;
	}
	.doc-list__item{
		width: 150px !important;
		margin: 0 5px;
		padding: 20px;
	}
	.doc-list__item-img{
		width: 110px;
		height: 150px;
	}
	.doc-list .bx-pager{
		display: block;
	}
	.doc-list .bx-wrapper .bx-controls-direction{
		display: none;
	}



}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/partners/style.css?15853114161068*/
.partners{
	background: #fff;
	padding: 50px 34px 34px;
	line-height: 1.3;
}

.partners__title{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 24px;
}
.partners__list{
	max-height: 300px;
	overflow-y: hidden;
	margin: 0 -22px;
}
.partners__list:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.partners__item{
	margin: 0 22px;
	border: 1px solid #ededed;
	text-align: center;
	padding: 15px;
}

.partners__item-img{
	margin-bottom: 20px;
	width: 160px;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
}
.partners__item-img img{
	max-width: 100%;
	height: auto;
}

.partners .bx-pager{
	display: none;
}

@media (max-width: 620px) {
	.partners{
		padding: 35px 0 20px;
	}
	.partners__title{
		text-align: center;
		font-size: 24px;
	}
	.partners__list{
		margin: 0 -3px;
	}
	.partners__item{
		margin: 0 3px;
		width: 102px !important;
		padding: 10px;
	}
	.partners__item-img{
		width: 77px;
		height: 77px;
	}
	.partners .bx-pager{
		display: block;
	}
	.partners .bx-wrapper .bx-controls-direction{
		display: none;
	}



}

/* End */


/* Start:/bitrix/components/custom/moscow.tarifs/templates/service/style.css?160829150926457*/
/* catalog.section */
 .bx_catalog_list_home{margin-bottom:20px;border-bottom:1px solid #e5e5e5}
.main-content ul{padding:0;padding-left:0!important;margin:0 0 15px}
.filter{padding:0!important;margin:20px 0 0 0}
.filter .btn{margin-left:0!important;margin-right:0!important}
.filter .s-filter{margin:10px 0 0 0!important}
.btn-filter{font-size:16px;line-height:20px;color:#0093cb;font-weight:400;text-decoration:none;margin:10px 0 0 0;display:inline-block;border-bottom:1px dotted;position:relative}
.btn-filter:hover{border-bottom:0}
.btn-filter:after{content:'';background:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/arrow-filter.png) no-repeat center center;width:8px;height:8px;display:block;position:absolute;right:-15px;top:8px}
.btn-filter.open:after{transform:rotate(180deg)}
@media (max-width:620px){.responsive-table td,.responsive-table .delivery-variants th,.delivery-variants .responsive-table th{display:block;width:100%;border:0!important;border-right:1px solid #ededed!important;border-left:1px solid #ededed!important}
.airport-filter #filter_city_name{width:100%!important}
.airport-filter li:nth-child(1){width:100%!important}
.device-android .btn.blue2{width:100%}
}
@media (max-width:640px){.bx_catalog_list_home{border-bottom:1px solid #e5e5e5}
}
.bx_catalog_list_home .bx_catalog_item{position:relative;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;margin-bottom:30px}
@media (min-width:960px){.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0;width:100%}
.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}
.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}
.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}
.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}
.bx_catalog_list_home.col4 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:23%}
.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1){clear:both}
.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}
.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1){clear:both}
}
@media (min-width:760px) and (max-width:960px){.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}
.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}
.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}
.bx_catalog_list_home.col4 .bx_catalog_item,.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}
.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}
.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}
.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}
.bx_catalog_list_home.col3 .bx_catalog_item,.bx_catalog_list_home.col4 .bx_catalog_item,.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px;width:100%}
.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}
.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}
.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1){clear:both}
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{position:absolute;z-index:990;top:0;left:0;right:0;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);border-radius:3px;border:1px solid #d3d3d3;background:#fff;-webkit-animation:borderview 0.5s;animation:borderview 0.5s}
@media (min-width:960px){.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}
}
@media (max-width:960px){.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}
}
@keyframes borderview{from{border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0)}
to{border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18)}
}
@-webkit-keyframes borderview{from{border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0)}
to{border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18)}
}
.bx_catalog_list_home .bx_catalog_item_articul{color:#a5a5a5;font-size:13px}
.bx_catalog_list_home .bx_catalog_item_title{overflow:hidden;height:34px}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title{overflow:auto;height:auto !important}
.bx_catalog_list_home .bx_catalog_item_title a{color:#3f3f3f;text-decoration:none;font-size:13px}
.bx_catalog_list_home .bx_catalog_item_price{color:#3f3f3f;font-weight:bold}
.bx_catalog_list_home .bx_catalog_item_price span{color:#a5a5a5;font-size:12px;font-weight:normal;white-space:nowrap;text-decoration:line-through}
.bx_catalog_list_home .bx_catalog_item_controls{padding-top:10px;text-align:center;opacity:0}
@media (min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_catalog_item_controls{height:auto}
}
@media (max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}
}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;display:block}
}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{height:auto}
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{width:100%;white-space:nowrap;text-align:center}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{color:#3f3f3f;font-size:13px}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{text-align:left;font-size:12px;font-weight:bold;display:inline-block;border:1px solid #E4E4E4;background:#F3F3F3;white-space:normal;line-height:normal;padding:5px 15px;margin-bottom:10px}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{width:100%;text-align:center}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{margin:1%;width:48%;min-width:100px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px;height:25px}
@media (max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center}
}
.bx_catalog_list_home .bx_catalog_item_controls input[type=text]{border:none}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_catalog_list_home .bx_cnt_desc{text-align:left;position:absolute;right:-45px;top:2px;width:40px}
@media (min-width:641px) and (max-width:960px){}
.bx_catalog_list_home .bx_catalog_item_controls a{margin-bottom:10px}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{font-size:15px;padding-top:5px}
.bx_catalog_list_home .bx_catalog_item_images_double,.bx_catalog_list_home .bx_catalog_item_images{position:relative;z-index:910;display:block;padding-top:135%;width:100%;background-position:center;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain}
.bx_catalog_list_home .bx_catalog_item_images_double{z-index:900;margin-top:-135%;opacity:0}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images{opacity:0;-webkit-animation:rotateimgfirst 0.5s;animation:rotateimgfirst 0.5s}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double{opacity:1;-webkit-animation:rotateimglast 0.5s;animation:rotateimglast 0.5s}
@keyframes rotateimgfirst{from{opacity:1}
to{opacity:0}
}
@-webkit-keyframes rotateimgfirst{from{opacity:1}
to{opacity:0}
}
@keyframes rotateimglast{from{opacity:0}
to{opacity:1}
}
@-webkit-keyframes rotateimglast{from{opacity:0}
to{opacity:1}
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls,.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_articul,.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,.bx-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important}

/* Stickers */
 .bx_catalog_list_home .bx_stick{position:absolute;width:123px;height:35px;background:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/stick.png) left center no-repeat;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;line-height:35px;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}
.bx_catalog_list_home .bx_stick.short{font-weight:bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average{font-weight:bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{position:absolute;width:72px;height:74px;background:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/stick_disc.png) no-repeat center;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;font-weight:bold;font-size:23px;line-height:74px}
.bx_catalog_list_home .bx_stick.left,.bx_catalog_list_home .bx_stick_disc.left{left:-2px}
.bx_catalog_list_home .bx_stick.right,.bx_catalog_list_home .bx_stick_disc.right{right:0}
.bx_catalog_list_home .bx_stick.top,.bx_catalog_list_home .bx_stick_disc.top{top:15px}
.bx_catalog_list_home .bx_stick.bottom,.bx_catalog_list_home .bx_stick_disc.bottom{bottom:5px}
.bx_catalog_list_home .bx_stick.middle,.bx_catalog_list_home .bx_stick_disc.middle{top:49%}
@media (min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_stick{width:90px;height:30px;background-size:100%;line-height:30px}
.bx_catalog_list_home .bx_stick.short{font-weight:normal;font-size:14px}
.bx_catalog_list_home .bx_stick.average{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{width:64px;height:65px;background-size:100%;font-size:20px;line-height:65px}
}
@media (max-width:640px){.bx-touch .bx_catalog_list_home .bx_stick{width:70px;height:30px;background-size:100%;font-size:11px;line-height:30px}
.bx-touch .bx_catalog_list_home .bx_stick_disc{width:48px;height:49px;background-size:100%;font-size:16px;line-height:49px}
}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_stick{width:70px;height:30px;background-size:100%;font-size:11px;line-height:30px}
.bx-touch .bx_catalog_list_home .bx_stick_disc{width:37px;height:38px;background-size:100%;font-size:13px;line-height:38px}
}

/* buttons */
 .bx_catalog_list_home .bx_bt_button,.bx_catalog_list_home .bx_bt_button_type_2{display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer;white-space:nowrap}
.bx_catalog_list_home .bx_bt_button_type_2{border:1px solid #e9e9e9;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));background-image:-webkit-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:-moz-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:-o-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:linear-gradient(#fcfcfc 0,#f1f1f1 100%);color:#656565;text-shadow:0 1px 0 #fff}
.bx_catalog_list_home .bx_bt_button_type_2:hover{background:#fff}
.bx_catalog_list_home .bx_bt_button_type_2:active{background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));background-image:-webkit-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:-moz-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:-o-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:linear-gradient(#f1f1f1 0,#fcfcfc 100%);box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05)}
.bx_catalog_list_home .bx_bt_button{background:#00a2df;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-moz-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-ms-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-o-linear-gradient(top,#00a2df 0,#006fcb 100%);background:linear-gradient(to bottom,#00a2df 0,#006fcb 100%);color:#fff;text-shadow:0 1px 0 #006cae;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 )}
.bx_catalog_list_home .bx_bt_button:hover{background:#21afe4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-moz-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-ms-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-o-linear-gradient(top,#21afe4 0,#006fcb 100%);background:linear-gradient(to bottom,#21afe4 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 )}
.bx_catalog_list_home .bx_bt_button:active{background:#21afe4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-moz-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-ms-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-o-linear-gradient(top,#21afe4 0,#006fcb 100%);background:linear-gradient(to bottom,#21afe4 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 )}
.bx_catalog_list_home .bx_small.bx_bt_button{display:inline-block;min-width:20px;line-height:20px}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2{display:inline-block;min-width:18px;line-height:18px}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2{}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:hover{}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:active{}
.bx_catalog_list_home .bx_medium.bx_bt_button{padding:0 13px;height:25px;font-weight:bold;line-height:25px}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2{padding:0 13px;height:23px;font-weight:bold;line-height:23px}
.bx_catalog_list_home .bx_medium.bx_bt_button,.bx_catalog_list_home .bx_medium.bx_bt_button_type_2{font-weight:bold}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover{}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active{}
.bx_catalog_list_home .bx_col_input{display:inline-block;width:40px;text-align:center}

/* scu_detail_size */
 .bx_catalog_list_home .bx_item_detail_size{position:relative;margin-bottom:10px;padding:0;max-width:100%;width:100%}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full{position:relative;margin-left:-5%;padding:0 5%}

/*----*/
 .bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{color:#9e9e9e;vertical-align:middle;font-size:11px;line-height:11px}

/*----*/
 .bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position:relative}
.bx_catalog_list_home .bx_item_detail_size .bx_size{position:relative;overflow:hidden;margin:0;width:100%}
.bx_catalog_list_home .bx_item_detail_size ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x:auto}
.bx_catalog_list_home .bx_item_detail_size ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left:0 !important}
.bx_catalog_list_home .bx_item_detail_size ul li{position:relative;display:block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:25px}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{cursor:pointer;position:absolute;top:0;right:2px;bottom:2px;left:2px;display:block;overflow:hidden;border:1px solid #c0cfda;background:#fff;color:#3f3f3f;text-align:center;text-decoration:none;font-weight:normal;font-size:10px;line-height:22px}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{border:none;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border.png) 2 stretch;-moz-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border.png) 2 stretch;-o-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border.png) 2 stretch;border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border.png) 2 fill stretch}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border:1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{border:2px solid #006cc0}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{border:none;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border_active.png) 2 fill stretch}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border:1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{cursor:not-allowed;position:absolute;display:block;top:0;right:2px;bottom:2px;left:2px;z-index:11;background:rgba(255,255,255,.79) url(/bitrix/components/custom/moscow.tarifs/templates/service/images/missing.png) no-repeat center}
 .bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover{opacity:1.0}
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{position:absolute;top:0;bottom:4px;width:5%;max-width:11px;cursor:pointer}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left{left:-5%;background:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/arr_left.png) no-repeat left center;background-size:100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/arr_right.png) no-repeat right center;background-size:100% auto}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left{left:0;background:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/fade_left.png) repeat-y left center;background-size:100% auto}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:0;background:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/fade_right.png) repeat-y right center;background-size:100% auto}
 .bx_catalog_list_home .bx_item_detail_scu{position:relative;margin-bottom:10px;padding:0;max-width:100%;width:100%}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full{position:relative;margin-left:-5%;padding:0 5%}
.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{color:#9e9e9e;vertical-align:middle;font-size:11px;line-height:11px}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position:relative}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu{position:relative;overflow:hidden;margin:0;width:100%}
.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x:auto}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}
.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left:0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{position:relative;display:block;float:left;height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{cursor:pointer;position:absolute;top:0;right:2px;bottom:4px;left:2px;display:block;overflow:hidden;border:1px solid #c0cfda;background:#fff;z-index:10}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{border:none;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border.png) 2 stretch;-moz-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border.png) 2 stretch;-o-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border.png) 2 stretch;border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border.png) 2 fill stretch}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border:1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{padding:3px;border:2px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border:1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{cursor:not-allowed;position:absolute;display:block;top:0;right:2px;bottom:4px;left:2px;z-index:11;background:rgba(255,255,255,.79) url(/bitrix/components/custom/moscow.tarifs/templates/service/images/missing.png) no-repeat center}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{border:none;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/x2border_active.png) 2 fill stretch}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{position:absolute;top:6%;right:6%;bottom:6%;left:6%;background-size:contain;background-repeat:no-repeat}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{width:auto;height:25px}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{position:absolute;top:0;bottom:4px;width:5%;max-width:11px;cursor:pointer}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left{left:-5%;background:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/arr_left.png) no-repeat left center;background-size:100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/arr_right.png) no-repeat right center;background-size:100% auto}
.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left{left:0;background:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/fade_left.png) repeat-y left center;background-size:100% auto}
.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:0;background:url(/bitrix/components/custom/moscow.tarifs/templates/service/images/fade_right.png) repeat-y right center;background-size:100% auto}
/* End */


/* Start:/bitrix/components/pixelplus/order.form/templates/.default/style.css?17647454812536*/
.order-form-index{
    background: #f5faff;
    padding: 50px 34px 34px;
    line-height: 1.3;
}
.ofi__title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 24px;
}
body .ofi__cont input,
body .ofi__cont textarea{
    width: 100%;
    border: 1px solid #bdcfdd;
    background: #fff;
    border-radius: 3px;
}
body .ofi__cont .form-control{
    margin-top: 5px;
    margin-bottom: 10px;
}
body .ofi__cont .btn{
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}
.ofi__row{
    margin: 0 -10px 15px;
}
.ofi__row:after{
    content: "";
    display: block;
    clear: both;
    width: 100%;
}
.ofi__col{
    position: relative;
    width: 25%;
    float: left;
    padding: 0 10px;
    min-height: 1px;
}

.ofi__row-title{
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.ofi__file{
    margin-top: 10px;
    margin-bottom: 10px;
}
.ofi__link-load-file{
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #006cc0;
    text-decoration: underline;
    display: inline-block;
    margin-right: 12px;
}
.ofi__file-list{
    display: inline-block;
}
.ofi-values{
    font-size: 16px;
    line-height: 1.5;
}
.ofi__cont input[type="radio"],
.ofi__cont input[type="checkbox"]{
    display: none;
}
.ofi__cont input[type="radio"] + label,
.ofi__cont input[type="checkbox"] + label{
    padding-left: 37px;
    position: relative;
    user-select: none;
    display: block;
    font-size: 16px;
    line-height: 2;
}
.ofi__cont input[type="radio"] + label:before,
.ofi__cont input[type="checkbox"] + label:before{
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background: #fff;
    border: 1px solid #c8d0d7;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.ofi__cont input[type="checkbox"] + label:before{
    border-radius: 0;
}
.ofi__cont input[type="radio"]:checked + label:before,
.ofi__cont input[type="checkbox"]:checked + label:before {
    border: 4px solid #76a0c3;
}

@media (max-width: 620px){
    .ofi__col{
        width: 100%;
        float: none;
    }
    .ofi__file{
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.form-control__secondName {
    display: none !important;
}

.form-control__error, .form-control__info {
    display: none;
    position: absolute;
    bottom: -7px;
    font-size: 12px;
    color: red;
}
.form-control__info {
    position: static;
    display: block;
    color: inherit;
    margin: 0 0 5px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/faq-list-2/style.css?16750717561493*/
.faq-list{
	background: #fff;
	padding: 50px 34px 34px;
	line-height: 1.3;
}

.faq-list__title{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 24px;
	border: 0;
	color: #1D1D1D;
}

.faq-list__title:hover, .faq-list__title:focus, .faq-list__title:active {
	border: 0;
	color: #1D1D1D;
}

.faq-list__list{
}
.faq-list__list:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.faq-list__item{
	margin-bottom: 18px;
	padding: 24px 36px;
	border: 1px solid #ededed;
}
.faq-list__item-name{
	font-size: 24px;
	color: #333333;
	display: inline;
	border-bottom: 1px dotted #333333;
	text-decoration: none !important;
}
.faq-list__item-text{
	display: none;
	margin-top: 20px;
	color: #333333;
	font-size: 16px;
	line-height: 1.4;
}
.faq-list__item--active{
	background: #f5faff;
}
.faq-list__item--active .faq-list__item-text{
	display: block;
}

.faq-list .btn.faq-list-list-link{
	margin-top: 30px;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.faq-list .bx-pager{
	display: none;
}


@media (max-width: 620px) {
	.faq-list{
		padding: 35px 0 20px;
	}
	.faq-list__title{
		text-align: center;
		font-size: 24px;
	}
	.faq-list__list{

	}
	.faq-list__item {
		padding: 24px 12px;
	}
	.faq-list__item-name{
		font-size: 18px;
	}
	.faq-list__item-text{
		font-size: 14px;
	}
	.faq-list-list-link{
		width: 100% !important;
	}
	.faq-list .bx-pager{
		display: block;
	}
	.faq-list .bx-wrapper .bx-controls-direction{
		display: none;
	}



}

/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/slider/style.css?16750712101680 */
/* /bitrix/components/custom/calculator.form/templates/on-slider/style.css?15857283475715 */
/* /bitrix/components/pixelplus/order.form/templates/popup/style.css?15863397691443 */
/* /bitrix/components/custom/catalog.section/templates/.default/style.css?149457175827004 */
/* /bitrix/templates/.default/components/bitrix/news.list/block-popular-cities/style.css?16750717561587 */
/* /bitrix/templates/.default/components/bitrix/news.list/news-carousel/style.css?17217476711414 */
/* /bitrix/templates/.default/components/bitrix/news.list/Industry-solutions/style.css?16945093092370 */
/* /bitrix/templates/.default/components/bitrix/news.list/advantages/style.css?16750717561002 */
/* /bitrix/templates/.default/components/bitrix/news.list/reviews-carousel/style.css?16757027411592 */
/* /bitrix/components/pixelplus/review.add/templates/.default/style.css?1586339929492 */
/* /bitrix/templates/.default/components/bitrix/news.list/doc-list/style.css?15853114161096 */
/* /bitrix/templates/.default/components/bitrix/news.list/partners/style.css?15853114161068 */
/* /bitrix/components/custom/moscow.tarifs/templates/service/style.css?160829150926457 */
/* /bitrix/components/pixelplus/order.form/templates/.default/style.css?17647454812536 */
/* /bitrix/templates/.default/components/bitrix/news.list/faq-list-2/style.css?16750717561493 */
