h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}
p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	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(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;
}

ul.star li:before,
ul#sozvezdoi li:before
{
	top: 5px;
	width: 24px;
	height: 20px;
	background-image: url(../img/star.png);
	border-radius: 0;
	background-color: transparent;
}
nav.main .menu-toggle, nav.main ul li a {padding:20px 15px 20px 5px !important;}

.outer_order_right_panel {font-size:14px;}
.map_wrapper>div {height:300px;}

.order_form {}
.order_form .switcher_btn {padding:0 20px; background: #FFF; color: #000; font-size:13px; line-height:40px; height:40px;}
.order_form .switcher_btn.active {background: rgb(41, 150, 89); color: #FFF;}
.order_header {background:#ffca28; text-align: center; color:#000; text-transform: uppercase; font-size:18px; padding:8px 30px; border-radius:30px;}
.order_content {background:#f9f9f9; padding:15px 10px;}
.order_content_block {width:100%;}
.order_content_prop_name {font-weight:bold;}
.order_content_prop_value {white-space:nowrap;}
.order_content_after {
	height:10px;
	margin-bottom:20px;
	background-image:
        linear-gradient(to top right, transparent 50.5%, #ffca28 50.5%),
        linear-gradient(to top left, transparent 50.5%, #ffca28 50.5%);
	background-repeat: repeat-x, repeat-x;
	background-position: 0 -10px, 0 -10px;
	background-size: 20px 20px, 20px 20px;
}
.order_btn_block input[type=submit] {
	background: #ed1c24;
    color: #FFFFFF;
    padding: 0 15px;
	border-radius:20px;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0 0 0;
	line-height:40px;
	height:40px;
	border:none;
}
.order_btn {
	background: #ed1c24;
    color: #FFFFFF;
    padding: 0 15px;
	border-radius:20px;
    text-transform: uppercase;
    display: inline-block;
	line-height:40px;
	height:40px;
	border:none;
}

/*.order_table_block h4 {text-transform:uppercase;}*/
.order_table {border:1px solid #29975a;}
.order_table_block {padding:20px;}
.order_table_block+.order_table_block {border-top:1px dashed #29975a;}
.feedback_post .order_table_block {padding:5px 10px;}
.bx_ordercart_order_pay {}
.bx_ordercart_header {background:#19357f; color:#ffc513; text-transform: uppercase; font-size:18px; padding:8px 30px;}
.bx_ordercart_content {background:#ebebeb; padding:15px 30px;}
.bx_ordercart_content_after {
	height:10px;
	margin-bottom:20px;
	background-image:
        linear-gradient(to top right, transparent 50.5%, #1a347f 50.5%),
        linear-gradient(to top left, transparent 50.5%, #1a347f 50.5%);
	background-repeat: repeat-x, repeat-x;
	background-position: 0 -10px, 0 -10px;  /*  Ð½Ð°Ñ‡Ð¸Ð½Ð°ÐµÐ¼ Ð½Ðµ Ñ Ð¾Ð±Ñ€ÐµÐ·Ð°Ð½Ð½Ð¾Ð³Ð¾ ÑƒÐ³Ð»Ð°  */
	background-size: 20px 20px, 20px 20px;
}
.order_table {border:1px solid #ffca28; border-radius:20px;}
.order_table_block {padding:20px;}
.order_table_block+.order_table_block {border-top:1px dashed #29975a;}
.bx_order_make .bx_section h4 {border-bottom:none;}
.bx_ordercart_order_sum {width:100%;}
.custom_t1 {font-weight:bold;}
.list_item {border-radius: 30px; background:#ffca28; display:inline-block; width:50px; line-height:30px; height:30px; text-align:center; color:#000000; margin-right:20px;}
.bx_section h4 {text-transform:uppercase;}
.order_form_element_item input[type=radio] + label {border:1px solid #d5d5d5; padding:5px; display:inline-block; font-weight:normal; cursor:pointer;}
.order_form_element_item input[type=radio] + label:before{content:""; display:inline-block; border:1px solid #000; width:15px; height:15px; margin-right:15px; line-height:20px;}
.order_form_element_item input[type=radio]:checked + label:before{background:#ffc414;}
.order_form_element_item input[type=radio]:checked + label {background: #d5d5d5;}
.order_form_element_item input[type=radio] + label .bx_description {display:inline-block; color:#000; font-size:14px; line-height:20px; vertical-align:text-bottom;}

.bx_filter .bx_filter_parameters_box_container {margin:0px;}
.checkbox:not(.adm-designed-checkbox)  {margin:0; padding:0;}
.checkbox:not(.adm-designed-checkbox) label {width:100%;}
input[type=checkbox]:not(.adm-designed-checkbox) {position:absolute; z-index:-1; opacity: 0; margin:10px 0 0 10px;}
input[type=checkbox]:not(.adm-designed-checkbox)+label {border-radius: 30px; position: relative; padding: 7px 0 7px 30px; cursor: pointer; width:100%;}
input[type=checkbox]:not(.adm-designed-checkbox)+label.disabled {opacity:0.2; cursor:not-allowed;}
input[type=checkbox]:not(.adm-designed-checkbox)+label:before {border-radius: 30px; content: ''; position: absolute; top: 10px; left: 10px; border:1px solid #000; width: 15px; height: 15px; background: #FFF; transition: .2s;}
input[type=checkbox]:not(.adm-designed-checkbox):checked + label:before {background:#FEC514;}
input[type=checkbox]:not(.adm-designed-checkbox):checked + label {background:#D2D2D2;}
input[type=radio] + label {position: relative; border-radius:20px; display:inline-block; line-height: 20px; padding:7px; width:100%; vertical-align: text-bottom; cursor:pointer; border: 1px solid #d5d5d5;}
.owl-carousel input[type=radio] + label {border: none !important;}
input[type=radio] + label {padding: 7px 0 7px 30px;}
input[type=radio] + label:before{position: absolute; left:10px; top:10px; border-radius: 20px; display:inline-block; height:15px; width:15px; margin-right: 15px; content:""; border: 1px solid #000; line-height:20px; vertical-align: text-bottom;}
input[type=radio]:checked + label {background: #d5d5d5;}
input[type=radio]:checked + label:before {background: #ffc414;}
input[type=checkbox] + label {display:inline-block; line-height: 20px; padding:7px; width:100%; vertical-align: text-bottom; cursor:pointer; border: 1px solid #d5d5d5;}
input[type=checkbox] + label:before{display:inline-block; height:15px; width:15px; margin-right: 15px; content:""; border: 1px solid #000; line-height:20px; vertical-align: text-bottom;}
input[type=checkbox]:checked + label {background: #d5d5d5;}
input[type=checkbox]:checked + label:before {background: #ffc414;}
.order_table_block .row>div {padding:15px 15px 0 15px;}
.measureRation {line-height:30px;}
.text-center {text-align:center;}

@media screen and (max-width:767px){
	.footer .more {width:100%; margin:10px 0; text-align: center;}
}
input[type=text].input, textarea.input, select.input{
	width:100%;
	background: #fff;
    border: 1px solid #c1c5c8;
	border-radius: 30px;
    color: #000;
    box-shadow: inset 2px 2px 2px -1px rgba(180,188,191,0.5);
    display: inline-block;
    outline: none;
    vertical-align: middle;
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 3px;
}
textarea.input {border-radius:2px !important;}
label+div[data-from] {padding-left:30px !important;}

.outer_calendar_item a {display:block;}
.calendar_item {padding:20px 20px !important; text-align:center; border:1px solid #CCC; display:block;}
.calendar_item .day {font-size:34px; margin-bottom:5px; display:block; font-weight: normal;}
.calendar_item .month {display:block; padding:5px 0; font-weight: normal;}
.outer_calendar_item input[type=radio] {display:none;}
.outer_calendar_item input[type=radio] + label {display:inline-block; line-height: 20px; padding:7px; width:100%; vertical-align: text-bottom; cursor:pointer; border: 1px solid #d5d5d5;}
.outer_calendar_item input[type=radio] + label:before{display:none;}
.outer_calendar_item input[type=radio]:checked + label {background: #d5d5d5;}
.outer_calendar_item input[type=radio] + label:after{display:block; margin:0 auto; height:15px; width:15px; content:""; border: 1px solid #000; line-height:20px; vertical-align: text-bottom;}
.outer_calendar_item input[type=radio]:checked + label:after {background: #ffc414;border-radius: 20px;}
.outer_calendar_item input[type=radio]:disabled + label {opacity: .75; color: red; cursor: not-allowed;}
.outer_calendar_item input[type=radio]:disabled + label::after,
.d-none {display:none;}
@media (min-width: 990px) {
	.d-md-block {display:flex !important;}
}
.owl-carousel .owl-controls {position:relative;}
.owl-carousel .owl-prev {content:" "; font-size:7px; color:transparent; position:absolute; border-radius: 30px !important; left:-50px; top:-90px !important; display:block !important; border:1px solid #a0a0a0 !important; width:40px !important; height:40px !important;}
.owl-carousel .owl-prev:hover {background:transparent !important; border-color:#193580 !important;}
.owl-carousel .owl-prev::after {display:block;content:"";margin-left:15px;font-size:0;width:15px;border-top:1px solid #a0a0a0;border-left:1px solid #a0a0a0;height:15px;transform: rotate(-45deg);}
.owl-carousel .owl-prev::after:hover {border-color:#193580 !important;}
.owl-carousel .owl-next {content:" "; font-size:7px; color:transparent; position:absolute; border-radius: 30px !important; right:-50px; top:-90px !important; display:block !important; border:1px solid #a0a0a0 !important; width:40px !important; height:40px !important;}
.owl-carousel .owl-next:hover {background:transparent !important; border-color:#193580 !important;}
.owl-carousel .owl-next::after  {display:block; content:""; margin-left:9px; font-size:0; width:15px; border-bottom:1px solid #a0a0a0; border-left:1px solid #a0a0a0; height:15px; transform: rotate(-135deg)}
.owl-carousel .owl-next::after:hover {border-color:#193580 !important;}
#MonthCarousel .owl-prev {top:-65px !important;}
#MonthCarousel .owl-next {top:-65px !important;}
#main_carousel.owl-carousel .owl-next,
#main_carousel.owl-carousel .owl-prev {top:-190px !important;}
/*@media screen and (max-width:991px){
	.owl-carousel .owl-next,
	.owl-carousel .owl-prev {display:none !important;}
}*/
.map_carriage {display:flex;}
.map_carriage>a {display:block; flex-grow:1; height:200px; padding-top:100px; background-size:100px; text-align: center; cursor:pointer;}
.map_carriage label {background-size:70px !important;}
.map_carriage [data-action="self"]{background:url('/bitrix/templates/rusean/images/delivery/self.png') no-repeat center center;}
.map_carriage [data-action="self"].active,
.map_carriage [data-action="self"]:hover{background:url('/bitrix/templates/rusean/images/delivery/selfh.png') no-repeat center center;}
.map_carriage [data-action="500"]{background:url('/bitrix/templates/rusean/images/delivery/05.png') no-repeat center center;}
.map_carriage [data-action="500"].active,
.map_carriage [data-action="500"]:hover{background:url('/bitrix/templates/rusean/images/delivery/05h.png') no-repeat center center;}
.map_carriage [data-action="1500"]{background:url('/bitrix/templates/rusean/images/delivery/15.png') no-repeat center center;}
.map_carriage [data-action="1500"].active,
.map_carriage [data-action="1500"]:hover{background:url('/bitrix/templates/rusean/images/delivery/15h.png') no-repeat center center;}
.map_carriage [data-action="3500"]{background:url('/bitrix/templates/rusean/images/delivery/35.png') no-repeat center center;}
.map_carriage [data-action="3500"].active,
.map_carriage [data-action="3500"]:hover{background:url('/bitrix/templates/rusean/images/delivery/35h.png') no-repeat center center;}
.map_carriage [data-action="5000"]{background:url('/bitrix/templates/rusean/images/delivery/5.png') no-repeat center center;}
.map_carriage [data-action="5000"].active,
.map_carriage [data-action="5000"]:hover{background:url('/bitrix/templates/rusean/images/delivery/5h.png') no-repeat center center;}
.map_carriage [data-action="10000"]{background:url('/bitrix/templates/rusean/images/delivery/10.png') no-repeat center center;background-size:120px !important;}
.map_carriage [data-action="10000"].active,
.map_carriage [data-action="10000"]:hover{background:url('/bitrix/templates/rusean/images/delivery/10h.png') no-repeat center center;background-size:120px !important;}

.carousel_wrapper_outer {padding:20px 50px;}
.owl-carousel button.owl-next {right:-50px;}
.owl-carousel button.owl-prev {left:-50px;}
.map_carriage2 {}
.map_carriage2 .deliveryWeight{height:230px; padding-top:50px; padding-left:0; background-size:100px; text-align: center; cursor:pointer;}
.map_carriage2 label {background-size:70px !important;}
.map_carriage2 [data-action="self"]{background:url('/bitrix/templates/rusean/images/delivery/self.png') no-repeat center top;}
.map_carriage2 input:checked+[data-action="self"],
.map_carriage2 [data-action="self"]:hover{background:url('/bitrix/templates/rusean/images/delivery/selfh.png') no-repeat center top;}
.map_carriage2 [data-action="1"]{background:url('/bitrix/templates/rusean/images/delivery/05.png') no-repeat center 5px; background-size:70px !important;}
.map_carriage2 input:checked+[data-action="1"],
.map_carriage2 [data-action="1"]:hover{background:url('/bitrix/templates/rusean/images/delivery/05h.png') no-repeat center top;}
.map_carriage2 [data-action="1.5"]{background:url('/bitrix/templates/rusean/images/delivery/15.png') no-repeat center top;}
.map_carriage2 input:checked+[data-action="1.5"],
.map_carriage2 [data-action="1.5"]:hover{background:url('/bitrix/templates/rusean/images/delivery/15h.png') no-repeat center top;}
.map_carriage2 [data-action="3"]{background:url('/bitrix/templates/rusean/images/delivery/35.png') no-repeat center top;}
.map_carriage2 input:checked+[data-action="3"],
.map_carriage2 [data-action="3"]:hover{background:url('/bitrix/templates/rusean/images/delivery/35h.png') no-repeat center top;}
.map_carriage2 [data-action="10"]{background:url('/bitrix/templates/rusean/images/delivery/5.png') no-repeat center top;}
.map_carriage2 input:checked+[data-action="10"],
.map_carriage2 [data-action="10"]:hover{background:url('/bitrix/templates/rusean/images/delivery/5h.png') no-repeat center top;}
.map_carriage2 [data-action="14"]{background:url('/bitrix/templates/rusean/images/delivery/10.png') no-repeat center top; background-size:120px !important;}
.map_carriage2 input:checked+[data-action="14"],
.map_carriage2 [data-action="14"]:hover{background:url('/bitrix/templates/rusean/images/delivery/10h.png') no-repeat center top; background-size:120px !important;}

.map_carriage2 .owl-item>div {height:170px;}
.map_carriage2 input {display:none;}
.map_carriage2 label::before {display:none !important;}

section#cart .cart td.title {line-height:0px !important;}
section#cart .cart thead th {line-height:20px !important; padding-top:15px !important; padding-bottom:15px !important; vertical-align:top;}
@media screen and (max-width: 767px){section#cart .cart td.quantity:before {content: "Кол-во (шт.):" !important;}}
.order_content_block i {font-style: normal;}
.order_table_block h4 {margin:0;}

@media screen and (min-width:992px){
	.table.cart td.price>div,
	.table.cart td.sum>div,
	.table.cart td.weight>div,
	.table.cart td.quantity>input {font-size:25px !important;}
	section#cart .cart td.quantity a {vertical-align: super !important; width:25px !important; height:25px !important; line-height: 25px !important;}
}
.DP_search_form .help {margin-left:0 !important;}


.clearDeliveryField {
	position: absolute;
	right: 22px;
	top: 20px;
	width: 22px;
	height: 22px;
	opacity: 0.3;
}
.clearDeliveryField:hover {
	opacity: 1;
}
.clearDeliveryField:before, .clearDeliveryField:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 22px;
	width: 2px;
	background-color: #333;
}
.clearDeliveryField:before {
	transform: rotate(45deg);
}
.clearDeliveryField:after {
	transform: rotate(-45deg);
}

.errorText {
	color: red;
}