

/* Start:/bitrix/templates/snovazdorovo/catalog.css?167660742812538*/
/* common styles for catalog list and detail */
.product-item-button-container .availability {
	font-size:14px;
	margin-top:5px;
	line-height: 1.2;
	cursor:pointer;
}
.product-item-button-container .availability.gray {
	color:#a2a2a2;
}
.product-item-button-container .availability.green {
	color:#a1be06;
}
.product-item-button-container .availability.red {
	color:#e25c12;
	margin-top: 30px !important;
	margin-bottom: 5px;
}
.product-item-button-container .availability span.time-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    background: url(/images/icon-clock.png) no-repeat center center;
}
.availabilityLink {
	text-decoration:underline;
	text-align:center;
	color:#f2ab00;
}
.availabilityLink:hover {
	text-decoration:none;
}
.message-for-product{
	display: none;
	padding-bottom: 10px;
}
.message-for-product.availability{
	display: inline-block;
	color: #a1be06;
	font-size: 16px;
	position: relative;
	margin-top: 7px;
}
.product-item-properties dd{
	min-height: auto;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.message-for-product.availability .sale-icon{
	position: absolute;
	top: 2px;
	left: 5px;
	background-image: url(/images/sprite.png);
	background-position: -24px -72px;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-right: 10px;
}
.message-for-product.availability .sale-name{
	padding-left: 25px;
}
.popup-window-buttons .btn-rounded-cart {
	background:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media(max-width:575px) {
	.popup-window-buttons .btn-rounded-cart {
	    margin: 10px 10px 5px;
	    width: 100%;
	}
}
.popup-window-buttons .btn-rounded-cart:last-child:before,
.popup-window-buttons .btn-rounded-cart:last-child:after {
	display:none;
}

.popup-window-buttons .btn-rounded-cart:last-child {
    padding: 15px 32px 15px 32px;
    border: 2px solid #007158;
}

.popup-window-buttons .btn-rounded-cart:last-child:hover {
    background-color: #007158;
    box-shadow: 0 6px 16px rgba(0, 113, 88, .4);
}
.btn-rounded-cart {
	position:relative;
	display: inline-block;
	cursor:pointer;
	font-size: 14px;
	line-height: 100%;
	font-weight: 600;
	padding: 15px 32px 15px 65px;
	border-radius: 40px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #007158;
	border: 2px solid #007158;
}
.btn-rounded-cart:before,
.btn-rounded-cart:after {
	content:'';
	position: absolute;
	top: 15px;
    left: 36px;
	background-image:url(/images/sprite.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
    transition: .3s;
}
.btn-rounded-cart.product-item-detail-buy-button.in-cart:after{
	background-position: -72px 0;
}
.btn-rounded-cart.product-item-detail-buy-button:before{
	background-position: -72px 0;
}
.btn-rounded-cart:before {
	background-position: -72px 0;
}
.btn-rounded-cart:after {
	opacity:0;
	background-position: -72px 0;
}
.btn-rounded-cart:hover {
    /*background-color: #f2ab00;*/
    color: #fff;
    box-shadow:  0 6px 16px #00715861;
    text-decoration: none;
}
.btn-rounded-cart:hover:before {
	opacity:0;
}
.btn-rounded-cart:hover:after {
	opacity:1;
}
.btn-rounded-cart.in-cart{
	color: #000!important;
	background-color: #fff!important;
	border: 2px solid #f2ab00!important;
}
.btn-rounded-cart.in-cart:hover {
	color: #000!important;
	background-color: #fff!important;
	border: 2px solid #f2ab00!important;
	box-shadow: 0 6px 16px rgb(188 132 0 / 40%);
}


/* favourite */
a.fav {
    position: absolute;
    z-index: 15;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
}
a.fav .heart {
	display: block;
    width: 20px;
    height: 18px;
    margin-top: 12px;
    margin-left: 10px;
	background:url(/images/sprite.png) 0 -48px no-repeat;
}
a.fav:hover .heart {
    background: url(/images/sprite.png) -24px -48px no-repeat;
}
a.fav.active .heart {
	background:url(/images/sprite.png) -48px -48px no-repeat;
}



/*Amount*/
.product-item.list .product-item-amount-field-container {     
    overflow: hidden;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    min-width: 50px;
    height: 48px;
    color: #fff;
    text-align: center;
    cursor: pointer;
	transition: all 300ms ease;
	border: 1px solid #e8e8e8;
   	background: #fff;
}
.product-item-amount-field-btn-plus {
  	border-radius: 0 25px 25px 0;
}
.product-item-amount-field-btn-minus {
    border-radius: 25px 0 0 25px;
}

/*.product-item-amount-field-btn-plus:hover,*/
/*.product-item-amount-field-btn-minus:hover { background: #f2ab00; border-color: #f2ab00;}*/

.product-item-amount-field-btn-plus:before,
.product-item-amount-field-btn-minus:before,
.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	opacity: .8;
	transition: all 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

/*.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,*/
/*.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {*/
/*	background-color: #f2f2f2;*/
/*	border-color: #f2f2f2;*/
/*}*/

.product-item-amount-field-btn-plus:after
{
	background: url(/images/sprite.png) -47px -118px no-repeat;
	width: 25px;
	height: 25px;
	top: 16px;
	left: 15px;
}
/*.product-item-amount-field-btn-plus:before {*/
/*	background:url(/images/sprite.png) 0 -120px no-repeat;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    top: 16px;*/
/*    left: 15px;*/
/*}*/

.product-item-amount-field-btn-minus:after {
	background: url(/images/sprite.png) -74px -127px no-repeat;
	width: 25px;
	height: 5px;
	left: 20px;
	top: 23px;
}
.product-item-amount-field-btn-minus:before {
	background: url(/images/sprite.png) -74px -127px no-repeat;
	width: 25px;
	height: 25px;
	left: 20px;
	top: 23px;
}

/*.product-item-amount-field-btn-plus:hover:after,*/
/*.product-item-amount-field-btn-minus:hover:after { opacity: 0; }*/

.product-item-amount-field-btn-plus:hover:before,
.product-item-amount-field-btn-minus:hover:before { opacity: 1; }

.product-item-amount-field {
	background: #fff;
    padding: 0;
    border: none;
    /*border-top: 1px solid #e8e8e8;*/
    /*border-bottom: 1px solid #e8e8e8;*/
    text-align: center;
    transition: border 300ms ease;
    width: calc(100% - 100px);
    height: 48px;
    display: block;
    font-size: 32px;
	font-weight: 600;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span,
.bx-pagination .bx-pagination-container ul li.bx-active span {
	background: #f2ab00;
}

.popup-window.popup-window-with-titlebar {
    background: url(/bitrix/templates/snovazdorovo/images/addToCartBg.png);
    background-size: cover;
    box-shadow: none;
}
@media(max-width:575px) {
	.popup-window.popup-window-with-titlebar {
	    background: #ecf1cf;
	}
}
.popup-window-with-titlebar .popup-window-content {
	background-color: transparent;
}
.popup-window-with-titlebar .popup-window-buttons{
	padding: 0px 10px 15px !important;
}
.popup-window-with-titlebar .popup-window-buttons .btn:focus{
	box-shadow:none !important;
}
.popup-window-titlebar {
    height: auto;
}
.popup-window-titlebar-close-icon {
    top: 10px;
}
.popup-window-close-icon:after {
    width: 14px;
    height: 14px;
}

@media(max-width:991px) {
	.btn-rounded-cart:before, .btn-rounded-cart:after {
	    left: 21px;
	}
	.btn-rounded-cart {
	    padding: 15px 20px 15px 53px;
	}
}
.product-item-price-old{
	display: inline-block;
}
.slider-title{
	text-transform: uppercase;
	font-size: 20px;
	color: #e25b11;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
}
.list-product-cart button.slick-arrow{
	background-image: url("/images/prev-icon.png");
	border: none;
	cursor: pointer;
	background-color: transparent;
	outline: 0;
	font-size: 0;
	width: 50px;
	height: 50px;
	background-size: contain;
	position: absolute;
	z-index: 9;
	top: 36%;
	left: 0;
	padding: 0;
}
.list-product-cart button.slick-arrow.slick-next{
	left: auto;
	right: 0;
	transform: rotate(180deg);
}
.list-product-cart .catalog-section{
	padding: 0 50px;
}
 div[data-entity="quantity-block"] .product-item-amount-field-container .product-item-amount-description-container{
	display: none;
}
 div[data-entity="quantity-block"] .product-item-amount-field-container{
	display: flex;
	width: 141px;
	margin: 0 auto;
}
 div[data-entity="quantity-block"] .product-item-amount-field-container >*{
	height: 50px;
}
 div[data-entity="quantity-block"] .product-item-amount-field-container > span{
	border-radius: 0;
	background-color: #f7f7f7;
}
 div[data-entity="quantity-block"] .product-item-amount-field-container > span.product-item-amount-field-btn-minus:before,
 div[data-entity="quantity-block"] .product-item-amount-field-container > span.product-item-amount-field-btn-minus:after{
	 top: 21.5px;
	 left: 11px;
}
 div[data-entity="quantity-block"] .product-item-amount-field-container > span.product-item-amount-field-btn-plus:before,
 div[data-entity="quantity-block"] .product-item-amount-field-container > span.product-item-amount-field-btn-plus:after{
	 top: 12.5px;
	 left: 12px;
}
.product-item-small-card div.product-item-info-container[data-entity="quantity-block"]{
	margin-bottom: 10px;
}
 .product-item-info-container[data-entity="price-block"] .availability {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.2;
    font-weight: bold;
	color: #e25c12;
}
 div[data-entity="quantity-block"] .product-item-amount-field-container > span.product-item-amount-field-btn-disabled{
	cursor: pointer;
}
 div[data-entity="quantity-block"] .product-item-amount-field-container > span:not(.product-item-amount-field-btn-disabled):hover{
	background-color: #f2ab00;
}
 .availability span.time-icon {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 5px;
	background: url(/images/icon-clock.png) no-repeat center center;
}
.product-item-button-container button.btn-rounded-cart.in-cart:before{
	opacity: 1;
}
.product-item-button-container button.btn-rounded-cart.in-cart:after{
	opacity: 0;
}
.product-item-button-container button.btn-rounded-cart.in-cart{
	color: #000;
	background-color: #fff;
	border: 2px solid #f2ab00;
}
.product-item-button-container button.btn-rounded-cart:before{
	opacity: 0;
}
.product-item-button-container button.btn-rounded-cart:after{
	opacity: 1;
}
.product-item-button-container button.btn-rounded-cart{
	color: #fff;
	background-color: #007158;
	border: 2px solid #007158;
	line-height: 1.2;
}
.product-item-price-container .product-item-amount-description-container{
	font-size: 24px;
	color: black;
}
.product-item-button-container .availability.availability-product-info{
	color: #027157;
}
@media (max-width: 540px) {
	.catalog-section .product-item-small-card{
		width: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.message-for-product.availability{
		display: block;
		width: 229px;
		margin: 7px auto 0;
	}
	.product-item-title a {
		font-size: 20px;
	}
	.product-item-title{
		margin-bottom: 0;
	}
	.product-item-button-container button.btn-rounded-cart:before,
	.product-item-button-container button.btn-rounded-cart:after{
		display: block!important;
	}
}

.circle {
	border-radius: 50px!important;
	height: 50px!important;
	border: 2px solid #e25c12;
	background: none!important;
}

.product-item-amount-field-btn-minus.circle.no-select.product-item-amount-field-btn-disabled:after {
	background: url(/images/sprite.png) -45px -146px no-repeat;
	width: 25px;
	height: 25px;
	left: 9px;
	top: 12px;
	opacity: .3 !important;
}

.product-item-amount-field-btn-minus.circle.no-select.product-item-amount-field-btn-disabled:before {
	background: url(/images/sprite.png) -45px -146px no-repeat;
	width: 25px;
	height: 25px;
	left: 9px;
	top: 12px;
	opacity: .3 !important;
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/js/fotorama/fotorama.css?156655286115141*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/bitrix/templates/snovazdorovo/js/fotorama/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/bitrix/templates/snovazdorovo/js/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* End */


/* Start:/bitrix/templates/snovazdorovo/bootstrap/bootstrap.css?1566552860173442*/
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #e25c12;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #e25c12;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #e25c12;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #e25c12;
  border-color: #e25c12;
}

.btn-primary:hover {
  color: #fff;
  background-color: #c7500f;
  border-color: #c7500f;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 92, 17, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #e25c12;
  border-color: #e25c12;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c7500f;
  border-color: #c7500f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 92, 17, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #e25c12;
  background-color: transparent;
  background-image: none;
  border-color: #e25c12;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #e25c12;
  border-color: #e25c12;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 92, 17, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #e25c12;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e25c12;
  border-color: #e25c12;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 92, 17, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #e25c12;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e25c12;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #e25c12;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e25c12;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #e25c12;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(226, 92, 17, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(226, 92, 17, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e25c12;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(226, 92, 17, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #e25c12;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e25c12;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e25c12;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e25c12;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e25c12;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e25c12;
  border-color: #e25c12;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #e25c12;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c7500f;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e25c12;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #e25c12;
  border-color: #e25c12;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #e25c12 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #c7500f !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #e25c12 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #e25c12 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #c7500f !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* End */


/* Start:/bitrix/templates/snovazdorovo/js/owlcarousel/owl.carousel.css?15665528614744*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/snovazdorovo/js/owlcarousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/bitrix/templates/snovazdorovo/js/fancybox/jquery.fancybox.min.css?156655286113724*/
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);/*font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif*/}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/snovazdorovo/js/isotope/isotop.css?15665528611608*/
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/js/slick/slick.css?15665528611776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/snovazdorovo/js/formstyler/jquery.formstyler.css?15665528612193*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
	    width: 100%;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/js/formstyler/jquery.formstyler.theme.css?156655286110622*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
   	padding: 11px 45px 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-family: 'MontserratMedium';
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.jq-selectbox__select:hover {
	/*background: linear-gradient(#F6F6F6, #E6E6E6);*/
	/*border-color: #ccc;;*/
	 -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.jq-selectbox__select:active {
	    outline: none;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #ccc;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 20px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	    box-sizing: border-box;
    width: 100%;
    margin: -1px 0 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    background: #FFF;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 8px 20px 7px;
   	font-family: 'MontserratMedium';
}
.jq-selectbox li.selected {
	/*background-color: #A3ABB1;
	color: #FFF;*/
}
.jq-selectbox li:hover {
	color: #fa3001;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/js/tooltipe/tooltipster.bundle.css?15670341779710*/
/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
    background: #fff;
    border-radius: 60px;
    padding: 0;
    line-height: 1;
    color: #000;
    text-align: center;
    border: 2px solid #ececec;
    border:none;
    text-decoration: none!important;
    background:#ececec;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: #000;
	line-height: 16px;
	font-size:14px;
	padding: 12px 10px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #ececec;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #ececec;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #ececec;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #ececec;
	left: 0;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #ececec;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #ececec;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #ececec;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #ececec;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/menu/top_menu/style.css?15665528601003*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/snovazdorovo/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}

.topMenu li a.favoriteIconMobile:before {
    content: "";
    display: inline-block;
    margin-bottom: -3px;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    background: url(/bitrix/templates/snovazdorovo/components/bitrix/menu/top_menu/../../../../images/favoriteIconMob.png) top center no-repeat;
}

.topMenu li a.favoriteIconMobile.selected:before {
    background: url(/bitrix/templates/snovazdorovo/components/bitrix/menu/top_menu/../../../../images/favoriteIconMob.png) top center no-repeat;
    background-position-y: -16px;
}




/* End */


/* Start:/bitrix/components/rasa/search.title/templates/.default/style.css?167652914611923*/
.title-search-result .close {
    opacity: .27;
    cursor: pointer;
    transition: all 300ms ease;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    z-index: 10;
    background: url(/bitrix/components/rasa/search.title/templates/.default/images/close_search.png?1) center center no-repeat;
}

div#search {
    margin-bottom: 24px;
}
.bx-searchtitle input[type="text"].form-control
{
	border: 2px solid #e25c12;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 11px 25px;
	box-shadow: none!important;
}
button.btn.search-title-button svg {
	fill: #fff;
	width: 29px;
	height: 39px;
}
.searchBtn
{
	position: absolute;
	top: 0px;
	right: 15px;
}
.searchBtn .btn {
	background-color: #e25c12!important;
	border: 0px;
	outline: none!important;
	height: 50px;
	box-shadow: none!important;
	border-radius: 30px;
	width: 50px;
}
.search-title-button {
	/* background-image: url(/bitrix/components/rasa/search.title/templates/.default/images/search.svg)!important; */
	background-repeat: no-repeat;
	background-position: center;
	min-width: 40px;
}
.search-title-button.preloader-s{
	background-image: url(/bitrix/components/rasa/search.title/templates/.default/images/searchPreloadIcon.png)!important;
	animation: rotation 5s linear infinite;
}
@keyframes rotation {   
  0% {     
    transform: rotate(0deg); 
  }   
  100% {
    transform: rotate(360deg); 
   }
}

.title-search-result{
	border: 1px solid #c6c6c6;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.bx_item_block{
	font-size: 14px;
	margin-bottom: 5px;
	/*border-bottom:1px solid #ddd;*/
}
.others_result .btn-rounded {
	margin:20px auto 0 !important;
}
.others_result .bx_item_element {
	text-align:center;
	margin-left: 0 !important;
    margin-right: 0 !important;
}
.others_result .btn-rounded:hover {
	color:#fff !important;
}

.all_result,
.others_result { border: none; }

.all_result { margin-bottom: 0;}

@media(max-width:991px){
	.bx-searchtitle input[type="text"].form-control {
	    padding: 11px 53px 11px 25px;
	}
}
@media(max-width:767px){
	div#search {
	    margin-bottom: 16px;
	}
}


.bx_searche .bx_item_block.section_result
{
	min-height: auto!important;
}

.bx_searche .seachSectionHead
{
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.bx_searche .section_result .bx_item_element
{
	    margin-left: 15px;
    margin-right: 15px;
   	padding: 0px 12px 5px 0px;
    min-height: auto;
    line-height: 100%;
}

.bx_searche .others_result .bx_item_element
{
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px 10px;
}

.bx_searche .section_result .bx_item_element a,
.bx_searche .others_result .bx_item_element
{
	margin-top: 0px;
	display: block;
	width: 100%;
}

.section_result .countSectionElements
{
    float: right;
    color: #7b7b7b;
    font-size: 14px;
}

.bx-searchtitle {
	/*margin: 0px 0 10px;*/
}
.bx-searchtitle .bx-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border: 1px solid #7c7c7c;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	border: none!important;
	position: relative;
	font-weight: 300;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: table-cell;
	width: 100%;
	height: 50px;
	padding: 17px 20px 13px 20px;
	font-size: 14px;
	line-height: 1;
	color: #000;
	background: transparent!important;
	border-right: none;
	outline: none;
	box-shadow: none !important;
	text-transform: uppercase;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	    letter-spacing: 0.5px;
}

@media(max-width:575px) {
	.section_result .countSectionElements {
	    float: none;
	    display: block;
	}
}

.bx-searchtitle .bx-input-group .bx-form-control:focus
{
	/*padding: 14px 20px;*/
}


.bx-searchtitle .bx-input-group .bx-form-control::-webkit-input-placeholder       {opacity: 1; transition: opacity 0s ease; color:#000; }
.bx-searchtitle .bx-input-group .bx-form-control::-moz-placeholder                {opacity: 1; transition: opacity 0s ease; color:#000; }
.bx-searchtitle .bx-input-group .bx-form-control:-moz-placeholder                 {opacity: 1; transition: opacity 0s ease; color:#000;}
.bx-searchtitle .bx-input-group .bx-form-control:-ms-input-placeholder            {opacity: 1; transition: opacity 0s ease; color:#000;}
.bx-searchtitle .bx-input-group .bx-form-control:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0s ease; color:#000;}
.bx-searchtitle .bx-input-group .bx-form-control:focus::-moz-placeholder          {opacity: 0; transition: opacity 0s ease; color:#000; }
.bx-searchtitle .bx-input-group .bx-form-control:focus:-moz-placeholder           {opacity: 0; transition: opacity 0s ease; color:#000;}
.bx-searchtitle .bx-input-group .bx-form-control:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0s ease; color:#000;}



.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}

.bx-searchtitle .bx-input-group-btn button i
{
	margin-right: 5px;
}
.bx-searchtitle .bx-input-group-btn button {
	outline: none;
    position: relative;
    border: none;
    background: transparent;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    padding: 5px 28px 5px 35px;
    border-radius: 0px;
    color: #000;
    font-size: 18px;
    height: 32px;
    line-height: 1.45;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 1px solid #7c7c7c;
    
}
.bx-searchtitle .bx-input-group-btn button:hover,
.bx-searchtitle .bx-input-group-btn button:focus
{
	background: transparent!important;
}


div.title-search-result {
	border:1px solid #eae9e9;
	display:none;
	overflow:hidden;
	z-index:205;
    overflow: hidden;
    z-index: 997;
    min-width: 370px;
    margin-top: 10px;
    background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/components/rasa/search.title/templates/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{
	padding: 0px 0px;
}
.bx_searche .bx_img_element{
	float: left;
	width: 110px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 85px;	
    position: relative;
    transition: 0.3s;
}

.bx_searche .bx_item_block.itemSearch:hover
{
	background: #f6f6f6;
    transition: 0.3s;
}

.bx_searche .searchItemName span
{
	display: block;
	font-size: 14px;
}

.bx_searche .bx_item_element a.searchItemName 
{
    text-decoration: none;
    font-size: 16px;
    margin-top: 0;
    max-width: 200px;
    vertical-align: middle;
}
.bx_searche .bx_image{
	width: 75px;
	height: 75px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 130px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{/*color: #000;font-weight: normal;*/}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{
	
}
.bx_searche .bx_item_element a:hover {
	color:#e25c12;
}
.bx_searche .bx_price{
    font-size: 18px;
    float: right;
    margin-right: 30px;
    font-weight: bold;
    
}
.bx_searche .bx_price .avilibe{
    font-size: 14px;
    margin-top:-4px;
    font-weight:400;
}
.bx_searche .bx_price .avilibe.gray{
    color:#a2a2a2;
}
.bx_searche .bx_price .avilibe.green{
    color:#9eb910;
}

.bx_searche .bx_price .avilibe .time-icon {
	margin-right:5px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/images/icon-clock.png) no-repeat center center;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #abbdc1;
	line-height: 18px;
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}





@media screen and (max-width: 991px)
{
	.bx_searche
	{
		overflow-y: auto;
		    overflow-x: hidden;
	   /* height: 200px;*/
	}
	
	.bx_searche .bx_item_element
	{
		margin-left: 110px;
	}
	
	.bx-searchtitle .bx-input-group-btn button
	{
		padding: 5px 10px 5px 15px;
	}
	
	div.title-search-result
	{
		/*width: 100%!important;
		min-width: 320px;
		margin-left: -15px!important;
		margin-right: -15px!important;
		margin-top: 0px;
		-webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;*/
	}
	
	.bx-searchtitle
	{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.bx_searche .bx_price{
		font-size:24px;
		float: right;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.bx_searche .bx_price .old{
		font-weight:normal;
		text-decoration: line-through;
		color: #abbdc1;
		line-height: 18px;
	}
	.bx_searche .bx_price .avilibe{
	    font-size: 16px;
	}
	
}

@media screen and (max-width: 767px)
{
	
	div.title-search-result
	{
		width: 100%!important;
		max-width:calc(100% - 40px);
		min-width: auto;
		margin-left: 0!important;
		margin-right: 0!important;
		margin-top: 0px;
		-webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}

}
@media(min-width: 769px) and (max-width:992px){
	.no-padding-right-sm {
		padding-right:0;
	}
}
@media(max-width: 768px){
	.input-wrapp:after {
		content:none;
	}
	.no-padding-left-xs {
		padding-left:0;
	}

	.no-padding-right-sm {
		padding-right:10px;
	}
}
@media(max-width:575px) {
	.bx_searche .bx_price {
	    float: none;
	    margin-right: 0px;
	    margin-bottom: 4px;
	    margin-top: 0px !important;
	    font-size: 18px;
   		line-height: 20px;
	}
	.bx_searche .bx_image {
	    width: 65px;
	    height: 65px;
	}
	.bx_searche .bx_item_element {
	    margin-left: 100px;
	}
	.bx_searche .bx_img_element {
	    width: 100px;
	}
	div.title-search-result
	{
		width: calc(100% - 10px)!important;
		max-width: calc(100% - 40px)!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.bx_searche .bx_price .old {
	    line-height: 14px;
	    font-size: 16px;
	    display: inline;
    	padding-right: 6px;
	}
	.bx_searche .bx_item_element a.searchItemName {
	    line-height: 16px;
	    max-width:none;
	    padding-right:20px;
	}
	.title-search-result {
	    padding-top: 15px;
	}
}
@media(max-width:339px) {
	.bx_searche .seachSectionHead {
	    font-size: 17px;
	}
}

/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/sale.basket.basket.line/.default/style.css?15916016923186*/
.basketIcon
{
	width: 22px;
	height: 22px;
	background: url("/bitrix/templates/snovazdorovo/components/bitrix/sale.basket.basket.line/.default/images/cartIcon.png") top center no-repeat;
	display: block;
	position: relative;
}

.basketIcon,
.favoriteIcon
{
	margin: 0 auto;
}

.basketIcon.active
{
	background-position: 0 -26px;
}

.basketIcon span
{
	background: #e35c12;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    right: -16px;
    position: absolute;
    top: -8px;
    line-height: 20px;
    font-size: 13px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basket-line-block {
	position: relative;
	white-space: nowrap;
	font-size: 14px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 9px;
}

/*.basket-line-block-icon-profile
{
	border-right: 1px solid #a2a2a2;
	padding-right: 10px;
}
*/
.basket-line a
{
	color: #e35c12;
}

.basket-line a.basket-line-block-icon-profile.yes {
    color: #000;
}
.basket-line a.logout {
	color: #a2a1a1;
}

.basket-line-block.auth-block {
	/*margin-left:20px;*/
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basket-line-block.basketIcon-wrap {
    margin-right: 15px;
}

.favoriteIcon
{
	width: 24px;
	height: 19px;
	margin-top: 3px;
	background: url("/bitrix/templates/snovazdorovo/components/bitrix/sale.basket.basket.line/.default/images/favoriteIcon.png") top center no-repeat;
	display: block;
	position: relative;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.favoriteIcon:before
{
	content: url("/bitrix/templates/snovazdorovo/components/bitrix/sale.basket.basket.line/.default/images/favoriteIconActive.png") top center no-repeat;
	display: none;
}
.favoriteIcon.active
{
	background: url("/bitrix/templates/snovazdorovo/components/bitrix/sale.basket.basket.line/.default/images/favoriteIconActive.png") top center no-repeat;
}

.favoriteIcon span {
    background: #e35c12;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    right: -11px;
    position: absolute;
    top: -11px;
    line-height: 20px;
    font-size: 13px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* .basket-line from topBar*/
.topBar .basket-line {
	padding:  0;
}
.topBar .basket-line-block.auth-block {
    margin-left: 0px;
}

@media(max-width:991px){
	.topBar .basket-line-block.auth-block {
	    width: 200px;
	    overflow: hidden;
	}
	.topBar .basket-line-block.auth-block > a {
	    max-width: 120px;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	}
}
@media(max-width:767px) {
	.basket-line a {
		display: block;
	    font-size: 16px;
	}
	.basket-line-block-icon-profile {
	    border-right: none;
	    /*padding-bottom: 10px;*/
	}
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/menu/catalog_menu/style.css?161459641311750*/
.catalog-title a {
	text-align: center;
   background: #fff;
    border: 1px solid #e9e9e9;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 100%;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #000!important;
    text-decoration: none!important;
}


.catalog-title a .fa-bars
{
	color: #f2ab00;
}

.barIcons
{
	width: 18px;
	height: 18px;
	background: url("/bitrix/templates/snovazdorovo/components/bitrix/menu/catalog_menu/images/barIcon.png") center center no-repeat;
	display: inline-block;
	margin-bottom: -4px;
}

.bx_vertical_menu_advanced .catalogMenu
{
	top: -18px;
	margin-left: 0;
	z-index: 999;
	display: none;
	position: absolute;
	padding: 32px;
	/*background: #fff;*/
	width: 100%;
	/*-webkit-box-shadow: 0px 0px 20px 5px rgba(0,4,9,0.12);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,4,9,0.12);
	box-shadow: 0px 0px 20px 5px rgba(0,4,9,0.12);*/
}

/*.bx_vertical_menu_advanced:hover .catalogMenu
{
	display: block!important;
}*/

.catalogMenu ul
{
	margin: 0px;
	padding: 0px;
}


.catalog-title span{
    padding-left: 15px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.catalog-title .fa-angle-down,
.catalog-title .fa-angle-up
{
    float: right;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
li.dropdown i {
    text-align: right;
    position: absolute;
    right: 10px;
    top: calc(50% - 9px);
    font-size: 18px;
}

.bx_vertical_menu_advanced{
	border-top: none;
	margin-bottom:20px;
}
.bx_vertical_menu_advanced.dropdown-wrapp {
	border-bottom:0;
}

.bx_vertical_menu_advanced.dropdown-wrapp ul.open {
	border-bottom:1px solid #eae9e9;
}
.bx_vertical_menu_advanced>ul{
	display: block;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    background: #fff;
    list-style: none;
}

/* 1 ������� */
.bx_vertical_menu_advanced .bx_hma_one_lvl{
	display:block;
	padding:0;
    position: inherit;
    width: 30%;
    padding-right: 10px;
    outline: none;
}


.bx_vertical_menu_advanced .bx_hma_one_lvl ul ul
{
	display:none;
}



.bx_vertical_menu_advanced .bx_hma_one_lvl>a{
	position: relative;
    z-index: 105;
    display: block;
    padding: 12px 20px 10px 20px;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    line-height: 14px;
    line-height: 130%;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child>a{border-radius:0 4px 0 0}
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child>a {border-radius:0 0 4px 0}
.bx_vertical_menu_advanced ul:last-child .bx_hma_one_lvl:last-child>a{border-bottom:none}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a{
	-webkit-transition: border-color 0s ease;
	-moz-transition: border-color 0s ease;
	-o-transition: border-color 0s ease;
	-ms-transition: border-color 0s ease;
	transition: border-color 0s ease;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover{
	
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover>a{
	color: #e25c12;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover{}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover>a{z-index:1500}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a:active,
.bx_vertical_menu_advanced .bx_hma_one_lvl.current>a{}
/* // 1� ������� */
/* ���������*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container{
	position: absolute;
    top: 0px;
    padding-top:30px;
    height: 100%;
    left: 31%;
    width: 69%;
    padding-left: 10px;
    padding-right: 30px;
    z-index: 1300;
    display: none; 
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
   	min-height: calc(100% - 30px);
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover .bx_children_container{display:block}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 0px;
	min-width:130px;
	max-width: 50%%;
	background:#fff;
}
.bx_shadow_fix{display:none}

/*.bx_vertical_menu_advanced .dropdown:hover .bx_shadow_fix,*/
.bx_vertical_menu_advanced .dropdown.hover .bx_shadow_fix
{
   	position: absolute;
    top: 9px;
    right: -31px;
    bottom: 0;
    z-index: 1500;
    display: block;
    width: 33px;
    height: 13px;
    opacity: 1;
    border: 13px solid transparent;
    border-right: 27px solid #ffffff;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1{min-width:540px;    }
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2{min-width:540px; }
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3{min-width:540px; width: calc(100% * 3);}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4{min-width:720px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block:first-child{border-left:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{min-width:540px;}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block.advanced{
	border-left:none;
	background:#f7fafb;
	box-shadow:inset 5px 0 7px -5px rgba(0,0,0,.12);
}
/*// ���������*/
/* 2� �������*/
.bx_vertical_menu_advanced .bx_hma_one_lvl ul{
	display:block;
	margin:0;
	padding:0 0 14px 0;
	list-style:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{
	display:block;
	padding:5px 10px;
	margin-right: 22px;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a span {
    
}
/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a:hover{
	color: #366181;
}*/
/* //2� �������*/
/* 3� ������� */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a{
	display:block;
	padding:5px 10px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul
{
	padding-left: 15px;
}


/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a:hover{
	background:#f0f6f8;
	box-shadow:inset 0 1px 1px 0 #e3e9eb;
}*/
/* // 3� ������� */

/* ������ */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_advanced_panel{
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block !important}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel img{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
	max-height:220px;
	border:1px solid #e7e9ea;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{
	max-width:100%;
	max-height:220px;
	color:#000;
	text-align:left;
	white-space:normal;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}

/* // ������*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{
	display:block;
	background:#fff;
	position: relative;
	margin-bottom: 0px;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{
	display:block;
	
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	line-height:23px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a:hover
{
	color: #e25c12;
}

.showChildMenu
{
	font-size: 30px;
   
    position: absolute;
    right: 11px;
    top: 0px;
    cursor: pointer;
    color: #e35c12;
}

.bx_vertical_menu_advanced ul li a
{
	color: #000000;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl a
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl ul li ul li a{
	color:#000;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl ul li ul li a:hover
{
	color: #73bd81;
}


@media (max-width:569px) {
	.bx_vertical_menu_advanced{
		/*display:none*/
	}
	.header_inner_bottom_line{
		overflow:hidden;
		height:auto;
	}
}
@media(min-width:992px) and (max-width:1200px) {
	.bx_vertical_menu_advanced .bx_hma_one_lvl>a {
		    padding: 12px 25px 10px 20px;
	}
}
@media(max-width:992px){
	.bx_vertical_menu_advanced{
	    margin-bottom: 10px;
	    border:none;
	}
	.bx_vertical_menu_advanced ul.lvl-one {
        border: 1px solid #eae9e9;
    	border-bottom: none;
	}
	.bx_vertical_menu_advanced ul {
		display:none;
		margin-top: 15px;
        padding-top: 0;
        padding-bottom: 0;
	    margin-bottom: -1;
	}
	.catalog-title {
		text-align:center;
		/*border-left: 1px solid #eae9e9;
    	border-right: 1px solid #eae9e9;*/
	}
	.bx_vertical_menu_advanced .bx_hma_one_lvl>a {
	    border-bottom: 1px solid #eae9e9;
	}
	.catalog-title i {
	    padding-left: 10px;
	    font-family: 'Open Sans', sans-serif;
		font-weight: 700;
	}
	.catalog-title .fa-angle-down, .catalog-title .fa-angle-up {
		float:none;
	}
	.bx_vertical_menu_advanced.dropdown-wrapp ul.open {
	    border-bottom: none;
	}
	.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container {
       position: relative;
	    left: 0;
	    width: 100% !important;
	    border: none;
	    border-bottom: 1px solid #eae9e9;
	}
	.mobileOpen, .bx_children_block {
	    min-width: 100% !important;
		max-width:100% !important;
	}
	.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container {
	    height: auto;
    	min-height: auto;
	}
	.bx_vertical_menu_advanced .bx_hma_one_lvl ul {
		padding:0;
	}
	.bx_shadow_fix {
		display:none !important;
	}
	.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1 {
		border:none;
		border-bottom:1px solid #eae9e9;
	}
}

@media(max-width:767px){
	.bx_vertical_menu_advanced{
	    margin-bottom: 10px;
	}
	.bx_vertical_menu_advanced ul {
		    margin-top: 15px;
		   padding-bottom: 0;
		   margin-bottom: -1;
		   padding-top:0;
	}
	.bx_vertical_menu_advanced ul.open {
		border-top: 1px solid #eae9e9;
	}
	.bx_vertical_menu_advanced .bx_hma_one_lvl>a {
	    border-bottom: 1px solid #eae9e9;
	}
	.catalog-title a {
	    padding: 11px 20px;
	    font-size: 14px;
	    border-left: none; 
    	border-right: none; 
	}
	.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li:last-child {
	    margin-bottom: 15px;
	}
	.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li {
		margin-bottom: 7px;
	}
}

/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/news.list/slider/style.css?15665528601096*/
.slider-item
{
	position: relative;
	z-index: 20;
}

.slider-item a
{
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

.main-slider .owl-dots
{
	text-align: center;
}
.main-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none;
}

.main-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: url("/bitrix/templates/snovazdorovo/components/bitrix/news.list/slider/images/sliderDotBg.png") -1px 3px no-repeat;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.main-slider .owl-dots .owl-dot:nth-child(2n) span
{
	background-position-x: -28px;
}

.main-slider .owl-dots .owl-dot:nth-child(3n) span
{
	background-position-x: -55px;
}

.main-slider .owl-dots .owl-dot:nth-child(4n) span
{
	background-position-x: -82px;
}

.main-slider .owl-dots .owl-dot:nth-child(5n) span
{
	background-position-x: -109px;
}


.main-slider .owl-dots .owl-dot.active span
{
	 background-position-y: -22px;
}

@media(max-width:991px) {
	.main-slider .owl-nav {
	    display: none;
	}
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/menu/catalog_mobile/style.css?15665528601569*/
.catalog-mobile-menu-wrapp {
    margin-bottom: 25px;
    margin-left: -20px;
    margin-right: -20px;
}
.catalog-mobile-menu-wrapp:after {
	content: '';
    display: block;
    margin-left: 20px;
    margin-right: 20px;
	border-bottom: 1px solid #e5e5e5;
}


.openCatalog {
    position: relative;
    padding: 17px 15px 17px 60px;
    line-height: 1;
}
.openCatalog span.icon.cart {
	background:url(/images/sprite.png) -72px -24px no-repeat;
    width: 18px;
    height: 21px;
    display: block;
    position: absolute;
    top: 14px;
    left: 30px;
}
.openCatalog span.fa {
    position: absolute;
    right: 30px;
}
.openCatalog.open {
    background-color: #f4f4f4;
    border-bottom: none;
}


ul#catalog-mobile-menu {
	display:none;
    position: relative;
    padding: 10px 30px 15px 30px;
    overflow: hidden;
    width: 100%;
    margin-left: 0;
    list-style-type: none;
    background: #fff;
        margin-bottom: 0;
}

ul#catalog-mobile-menu li a {
	position:relative;
    color: #000;
    padding: 5px 0;
    display: block;
    width: 100%;
}

ul#catalog-mobile-menu li a > span.fa {
	position: absolute;
    top: 0;
    right:0;
}

.level-two {
    margin-left: 100%;
    background: #fff;
    width: 100%;
    list-style-type: none;
    padding-left: 5px;
    z-index: 1;
    display: none;
}

li.openPrevLevel span {
    padding-right: 15px;
    font-weight: bold;
}

li.openPrevLevel {
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: bold;
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/news.list/main_goods/style.css?15768166391045*/
.mainGoodsTabs 
{
	position:relative;
	z-index:2;
	border-bottom: 2px solid #f0f0f0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mainGoodsTabContent  .owl-carousel .owl-stage-outer
{
	width: 100%;
}

.mainGoodsTabs li a
{
	padding: 8px 13px;
	display: block;
	font-size: 20px;
	color: #a5a5a5!important;
	text-decoration: none!important;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom:-2px;
}

.mainGoodsTabs li a.active
{
	color: #000!important;
	border-color: #000;
}

.mainGoodsTabContent
{
	display: none;
}

.mainGoodsTabContent.active
{
	display: block;
}

@media(max-width:767px) {
	.mainGoodsTabs li a {
	    font-size: 16px;
	}
}
@media(max-width:575px) {
	.mainGoodsTabs li a {
	    padding: 8px 20px;
	}
	
	.mainGoodsTabContent .row {
	    margin: 0;
	}
	
	.mainGoodsTabContent .col {
	    padding: 0;
	}
	.mainGoodsTabs {
	    margin:0 20px 16px;
	}
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/catalog.section/.default/style.css?15979127407563*/
#subscribe-price-down-form {
	padding: 45px 40px;
	width: 500px;
}
#subscribe-price-down-form .description {
	margin-bottom: 26px;
	line-height: 1.2;
	margin-top: 10px;
	text-align: center;
}
#subscribe-price-down-form .description.succsess {
	font-size: 18px;
	color: #007158;
	font-weight: bold;
	text-align: left;
	margin-top: 40px;
}
#subscribe-price-down-form .btn-rounded {
	width:300px;
}
#subscribe-price-down-form .form-group {
	margin-bottom:35px;
}
#subscribe-price-down-form .form-group label.name {
	margin-right: 45px;
	margin-bottom: 0;
}
#subscribe-price-down-form .form-group input[type=text] {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 60px 0 30px;
	font-size: 16px;
	background: #fff;
	border: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: none!important;
	outline: none !important;
	border: 1px solid #e8e8e8;
}
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

/* сортировка */
.sortLine {
	margin-bottom:30px;
}

/* переключатели вида */
a.viewBtn {
    display: block;
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin-left: 12px;
    -webkit-transition: .0s ;
    -moz-transition: .0s ;
    -ms-transition: .0s ;
    -o-transition: .0s ;
    transition: .0s ;
}
a.viewBtn:hover, a.viewBtn:focus {
	-webkit-transition: .0s ;
    -moz-transition: .0s ;
    -ms-transition: .0s ;
    -o-transition: .0s ;
    transition: .0s ;
}
a.viewBtn.list {
	background-position: 0 0;
}
a.viewBtn.list:hover, a.viewBtn.list.active {
    background-position: -24px 0;
}
a.viewBtn.table {
    background-position: 0px -24px;
}
a.viewBtn.table:hover, a.viewBtn.table.active {
    background-position: -24px -24px;
}

@media(max-width:767px){
	.catalog-section {
        margin-right: -4px !important;
    	margin-left: -4px !important;
	}
	.product-item-small-card {
        padding-right: 4px !important;
    	padding-left: 4px !important;
	}
	.product-item-title a {
	    font-size: 16px;
	    line-height: 1.2;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
}


.products-catalog-section-owl.owl-carousel {
	display:flex !important;
    width: auto !important;
}
@media(max-width:575px) {
	.products-catalog-section-owl .owl-stage {
		margin-left:-50px !important;
	}
	.products-catalog-section-owl .owl-item .col-6 {
		width:100% !important;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.products-catalog-section-owl {
	    margin-right: 0px !important;
	    margin-left: 0px !important;
	}
	.products-catalog-section-owl .product-item-small-card {
	    padding-right: 0px !important;
	    padding-left: 0px !important;
	}
}
.description-text h3 {
	text-transform: none;
	color: #000;
}
.content_toggle{
	cursor: pointer;
	text-decoration: none;
	color: #a2a2a2;
}
.content_toggle:focus, .content_toggle:hover{
	color: #a2a2a2;
	text-decoration: none;
}
.content_toggle:after{
	content: '';
	background: url('/bitrix/templates/snovazdorovo/components/bitrix/catalog.element/bootstrap_v4/');
	padding: 0px 10px;
	margin-left: 5px;
	background-size: contain;
	background-repeat: no-repeat;
}
.instruction.hide + .content_toggle:after{
	background: url('/bitrix/templates/snovazdorovo/components/bitrix/catalog.element/bootstrap_v4/images/arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.instruction{
	height:auto;
	overflow: hidden;
	position: relative;
}
.instruction.hide{
	height: 300px;
}
.instruction.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/catalog.item/admin/style.css?166986010725436*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	background: #fff;
}
.product-item.list {
	background: transparent;
}
.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #e5e5e5;
   	padding: 20px 0;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -10px;
	left: -10px;
	padding: 15px 10px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 5px 26px 0 rgba(0, 0, 0, .1);
}

.bx-touch .product-item {
	padding: 15px 0 15px;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -10px;
		right: -10px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 5px 26px 0 rgba(0, 0, 0, .1);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 95%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item.list .product-item-image-wrapper {
	width: 170px;
	margin-bottom:0;
}
.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper {/* margin-bottom: 25px;*/margin-bottom: 10px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	    overflow: hidden;
   	margin-bottom: 12px;
    height: 38px;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    text-align: center;
        line-height: 1;
    text-transform: none;
}
.product-item-container.hover .product-item-title {
	height: auto!important;
	min-height:40px;
}

.product-item.list .product-item-title {
    text-align: left;
    margin-bottom: 23px;
    margin-top: 37px;
    height: 40px;
    overflow: hidden;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	/*overflow: auto;
	white-space: normal;*/
}

.product-item-title a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.product-item-title a:hover {
	color:inherit;
	text-decoration:none;
}
.product-item-big-card .product-item-title a {     
	font-size: 18px;
    font-weight: bold; }

.product-item-line-card .product-item-title a { font-size: 18px; }


@media(max-width:991px) {
	.product-item-title {
	    height: 32px;
		font-size:16px;
	}
	.product-item-title a {
		font-size:14px;
	}
	.product-item-container.hover .product-item-title {
	    height: 32px;
		min-height:32px;
	}
	.product-item-properties dd {
		overflow:hidden;
		max-height:24px;
	}
	.product-item-line-card .product-item-title a {
	    font-size: 14px;
	}
}
@media(max-width:575px) {
	.product-item-title {
	    height: 46px;
	}
	.product-item-container.hover .product-item-title {
	    height: 46px;
		min-height:46px;
	}
	.availabilityLink {
	    font-size: 14px;
	}
}
/*Price*/
.product-item-price-container { 
	color: #000;
    white-space: nowrap;
    /*font-weight: bold;*/
    font-size: 24px;
    line-height: 1;

}

.product-item-price-current {
	margin-left: 20px;
    }
.product-item-price-current.sale-price {
    color: #e25c12;
    /*margin-bottom: 8px;*/
    display: inline-block;
}
.product-item-price-old {
    color: #a2a2a2;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: line-through;
    white-space: nowrap;
    display: inline-block;
}
@media(max-width:575px) {
	.product-item-price-old {
	    display: block;
	    margin-left:0px;
	}
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 25px;     text-align: center;     line-height: 1;}

.product-item-big-card .product-item-price-current { font-size: 20px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
/*.product-item-line-card .product-item-info-container { text-align: center; }*/

.product-item-info-container { margin-bottom: 20px; text-align: center; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

.availability.red.not-avalebal {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.2;
	cursor: unset;
	font-weight: bold;
	color: #e25c12;
}

.product-item-amount-description-container {

}

.product-item-big-card .product-item-amount-field-container { text-align: left;     display: none;}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item.list .product-item-amount {
   	padding: 0;
    width: 170px;
    margin-top: 12px;
    margin-bottom: -5px;
}
.product-item-quantity {
	color: #333;
	
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
	height: 15px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
    line-height: 1;
}

.product-item-properties dd {
	float: right;
	max-width: calc(100% - 90px);
    line-height: 1;
    text-align: right;
	margin-bottom: 3px;
	margin-left: 5px;
	min-height: 24px;
	color: #a5a5a5;
}

.product-item-line-card .product-item-properties dd {
	float: left;
    text-align: left;
}
.product-item-line-card .product-item-info-container {
    margin-bottom: 0;
    margin-top: 10px;
}
.product-item-line-card .product-item-title {
    margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
	
	.product-item.list .product-item-image-wrapper {
	    width: 140px;
	}
	.product-item-line-card .product-item.list .product-item-title {
	    margin-bottom: 20px;
    	margin-top: 15px;
   	    height: auto;
   	    padding-right: 40px;
	}
	.product-item.list .product-item-amount {
		 margin-top: 0px; 
	}
	.product-item.list .product-item-image-wrapper {
	    width: 120px;
	}
	.product-item.list .product-item-amount {
		width: 150px;
		margin-right: 15px;
	}
	.product-item.list a.fav {
	    right: 0;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.btn-rounded-cart.in-cart {
	color : #fff;
	background-color : #007158;
	border : 2px solid #007158;
}
.btn-rounded-cart.in-cart:after {
	opacity: 1;
}
.btn-rounded-cart.in-cart:before {
	opacity: 0;
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/catalog.section.list/glav_section_list/style.css?17072025717151*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/news.list/main_sale/style.css?16825598512693*/
.mainSale
{
	position: relative;
}

.mainSale .sale-item
{
	margin-bottom: 25px;
}

.mainSale .sale-item img
{
	width: 100%;
}
.mainSale .sale-item .imgWrap
{
	margin-bottom: 15px;
	-webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.mainSale .sale-item .date
{
	font-size: 14px;
}

.mainSale .sale-item a
{
	font-size: 17px;
	color: #e25b11!important;
	text-decoration: none!important;
	font-weight: bold;
	line-height: 120%;
}

.mainSale .sale-item:hover a
{
	color: #f2ab00!important;
}

.mainSale .sale-item:hover .imgWrap 
{
	opacity:0.7;
	-webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
	
}

.mainSale .sale-item a span
{
	display: inline-block;
}

.mainSale .sale-item .imgWrap
{
	position: relative;
}

.mainSale:before
{
	content: "";
	display: block;
    right: -51px;
    top: -107px;
	width: 130px;
	height: 128px;
	position: absolute;
	background: url("/bitrix/templates/snovazdorovo/components/bitrix/news.list/main_sale/images/mainSaleBg.png") center center no-repeat;
}


@media(max-width:1280px) {
	.mainSale:before {
	    right: 10px;
	}
}
@media(max-width:991px) {
	.mainSale .sale-item a {
	    font-size: 18px;
	}
	.mainSale .left-item-md {
	    max-width: 50%;
	    padding-right:15px;
	}
	.mainSale .right-item-md {
	    max-width: 50%;
	    padding-left:15px;
	}
}
@media(max-width:767px) {
	.mainSale:before {
	    display: none;
	}
}
@media(max-width:575px) {
	.mainSale .sale-item .imgWrap
	{
		margin-bottom: 0px;
	}
	.mainSale .sale-item .date {
	    margin: 46px 30px 0;
	}
	.mainSale .sale-item .name-href {
	    margin: 0 30px;
	    display:block;
	}
	.mainSale .sale-item {
	    margin-bottom: 0px;
	}
	
	.mainSale .owl-dots
	{
		position:absolute;
		width:100%;
		top:210px;
		text-align: center;
	}
	.mainSale .owl-dots .owl-dot {
	    display: inline-block;
	    zoom: 1;
	    outline: none;
	}
	
	.mainSale .owl-dots .owl-dot span {
	    width: 20px;
	    height: 20px;
	    margin: 5px 7px;
	    background: url("/bitrix/templates/snovazdorovo/components/bitrix/news.list/main_sale/images/sliderDotBg.png") -1px 3px no-repeat;
	    display: block;
	    -webkit-backface-visibility: visible;
	    transition: opacity .2s ease;
	    border-radius: 30px;
	}
	
	.mainSale .owl-dots .owl-dot:nth-child(2n) span
	{
		background-position-x: -28px;
	}
	
	.mainSale .owl-dots .owl-dot:nth-child(3n) span
	{
		background-position-x: -55px;
	}
	
	.mainSale .owl-dots .owl-dot:nth-child(4n) span
	{
		background-position-x: -82px;
	}
	
	.mainSale .owl-dots .owl-dot:nth-child(5n) span
	{
		background-position-x: -109px;
	}
	
	
	.mainSale .owl-dots .owl-dot.active span
	{
		 background-position-y: -22px;
	}
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/catalog.products.viewed/main/style.css?1566552860497*/
.catalog-products-viewed {
	padding-bottom:0px;
	padding-top:20px;
}
.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.catalog-products-viewed .products-viewed-owl.owl-carousel {
	display:flex !important;
    width: auto !important;
}

@media(max-width:575px) {
	.catalog-products-viewed .products-viewed-owl.owl-carousel .owl-stage {
		margin-left:-30px !important;
	}
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/subscribe.edit/subscribe/style.css?15665528603094*/
div.subscribe-edit .red {
	color: #d00303!important;
}
div.subscribe-edit .green,
font.notetext {
    color: #007158;
}
div.subscribe-edit .errorcolor {
	color:red;
}
div.subscribe-edit .successcolor {
	color: #007158;
}
.subscribe-edit {
    color: #fff;
}
.subscribeBlock font.errortext {
    color: #d00303!important;
}
.subscribe-edit .subscribe-text {
    margin-bottom: 20px;
    position: absolute;
    top: -30px;
    margin-left: 25px;
}

.subscribe-edit input[type="text"] {
    background: #d98807;
    border: none;
    padding: 7px 25px 8px;
    color: #fff;  
    width: calc(100% - 60px);
    max-width: 412px;
    height: 50px;
    font-size:18px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px; 
	outline: none;
}


.subscribe-edit input[type="submit"]
{
	background: #fff;
	border: none;
    font-size:18px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px; 
	min-width: 218px;
	margin-left: 30px;
	cursor: pointer;
	outline: none;
}


.subscribe-edit input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.subscribe-edit input[type="text"]::-moz-placeholder {
  color: #fff;
}
.subscribe-edit input[type="text"]:-ms-input-placeholder { 
  color: #fff;
}
.subscribe-edit input[type="text"]:-moz-placeholder {
  color: #fff;
}

input.text-hide {
    background: #ffcc2a;
    padding: 0;
    margin: 0;
    width: 60px;
    display: inline-block;
    cursor:pointer;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
input.text-hide:hover {
	background-color: #ffd656;
	-webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
input.text-hide:focus {
	background-color: #ffc223;
}

@media(max-width:1199px) {
	.subscribe-edit .subscribe-text {
	    width: 100%;
	    margin-left: 0;
	    text-align: center !important;
	}
}

@media(max-width:991px){
	.subscribe-edit {
	    margin-bottom: 0px;
    	padding-bottom: 0;
	}
	.subscribe-edit input[type="submit"] {
	    min-width: 180px;
	    width:100%;
	    margin:20px 0 0;
	    height:50px;
	}
	.subscribe-edit input[type="text"] {
	    width: 100%;
        position: relative;
    	z-index: 1;
	}
	
}
@media(max-width:767px) {
	.subscribe-edit input[type="submit"] {
	    margin: 20px 0 0px 15px;
	}
	.subscribe-edit input[type="text"] {
	    margin: 20px 15px 0 0;
	}
	.subscribe-edit .subscribe-text {
	    top: -8px;
	}
}
@media (max-width: 575px) {
	.subscribe-edit {
	    margin-bottom: 50px;
	}
	.form-field {
	    margin: 0 auto;
	    width: 100%px;
	    max-width: 100%;
	}
	.subscribe-edit input[type="submit"] {
	    margin: 20px 0 0px 0px;
	}
	.subscribe-edit input[type="text"] {
	    margin: 25px 0px 0 0;
	    max-width: none;
	}
	.subscribe-edit .subscribe-text {
		margin-bottom: 30px;
	}
	.subscribe-edit .subscribe-text {
	    text-align: center !important;
	    top: 155px;
	    margin-left: 0;
	    line-height: 1;
	    margin-bottom: 0;
	}
}	
/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/menu/footer_menu/style.css?1566552860493*/
.footerMenuHead
{
	font-weight: bold;
	font-size: 16px;
}

.footerMenu
{
	list-style: none;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.footerMenu li
{
	margin-top: 10px;
}
.footerMenu a,
.footerMenu a:hover
{
	color: #000;
}
.footerMenu a.active
{
	text-decoration: underline;
}
/* End */


/* Start:/bitrix/components/rasa/smsauth/templates/.default/style.css?16710643584314*/
.rasa-smsauth-form
{
	max-width:500px;
	width:100%;
	padding:40px 40px 60px !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.rasa-smsauth-form label
{
	margin:0;
	line-height:1;
}
.rasa-smsauth-form .btn-rounded
{
	max-width:300px;
	height:50px;
	margin:35px auto 0;
	text-align:center;
	display:block;
	width:100%;
	font-weight:400;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}

.rasa-smsauth-form h2
{
	text-align:center;
	margin:0;
	margin-bottom:40px;
}

.rasa-smsauth-form .reg-menu
{
	margin-bottom:30px;
}
.rasa-smsauth-form .form-group {
	margin-bottom:10px;
}

.rasa-smsauth-form input
{
	height:50px;
	border:1px solid #e8e8e8;
	outline:none !important;
    max-width: 300px;
	border-radius:50px;
	width:100%;
	padding:0 20px;
}

.rasa-smsauth-form .reg-menu a {
	min-width:50%;
	color:#a5a5a5;
	font-size:20px;
	line-height:1;
	padding-bottom:15px;
	border-bottom:2px solid #f0f0f0;
	text-decoration:none;
}

.rasa-smsauth-form .reg-menu a.active {
	color:#111111;
	border-bottom:2px solid #030303;
}

.rasa-smsauth-form .regBtnText
{
	margin: 20px 0 0 0;
	padding: 20px 0 0px 0;
	border-top: 1px solid #ccc;
}

.rasa-smsauth-form .regBtnText p
{
	font-size: 16px;
	text-align: center;
}

.rasa-smsauth-form .has-error input
{
	border-color: #e25c12!important;
}

.rasa-smsauth-form .fz152
{
	text-align: center;
	padding-top: 20px;
}

.rasa-smsauth-form .repeateCode.active span
{
	display: none;
}

.rasa-smsauth-form .repeateCode i
{
	font-style: normal;
}

.rasa-smsauth-form .error
{
	padding-top: 0;
    padding-bottom: 15px;
    color: #e25c12;
    text-align: center;
    font-size: 14px;
}
.rasa-smsauth-form .regBtn.repeateCode {
    cursor: pointer;
    padding-top: 15px;
    display: inline-block;
    line-height: 1;
    text-align:center;
}
.rasa-smsauth-form .regBtn.repeateCode.active {
    border-bottom:1px dashed;
    color:#e25c12;
}

.rasa-smsauth-form .autorizeForm a {
	margin-left:140px;
	line-height:1;
	text-decoration:none !important;
	border-bottom:1px dashed;
}
.rasa-smsauth-form .autorizeForm a:hover {
	border-color:#fff;
}

.error a.restorePass {
	font-family: montserrat-bold;
    border-bottom: 1px solid;
}
.error a.restorePass:hover {
	border-color: transparent;
}
.rasa-smsauth-form .confirmForm {
	text-align:center;
}

.rasa-smsauth-form label.form-check-label {
	margin-top:24px;
}

.rasa-smsauth-form label.form-check-label a {
	border-bottom:none;
	margin-left:0;
}
.rasa-smsauth-form .checkbox-custom-block.error span.checkbox-custom {
	border: 1px solid;
}
.rasa-smsauth-form .checkbox-custom-block.error {
	padding-bottom: 0px;
}

.rasa-smsauth-form .agree-block {
    margin: 28px auto 0px;
    width:420px;
    max-width:100%;
}
.rasa-smsauth-form .btn-rounded .error-phone {
	display:none;
	position:absolute;
	width:126px;
	height:56px;
	padding:6px 10px;
	color:#fff;
	font-size:10px;
	line-height:11px;
	text-align:left;
	background:url('/images/error-order-message.png');
    top: -60px;
    left:44px;
    z-index: 30;
}
.rasa-smsauth-form .btn-rounded.disabled,
.rasa-smsauth-form .btn-rounded.disabled:hover {
	cursor:default;
	border-color:#dddddd;
	background:#f7f7f7;
	color:#7e7e7e;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.rasa-smsauth-form .btn-rounded {
	position:relative;
	max-width: 190px;
    min-width: 190px;
    height: 36px;
    padding: 0;
    line-height: 32px;
    margin: 0px 0 0px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 575px) {
	.rasa-smsauth-form h2 {
	    margin-right: 0px;
	    margin-left: 0;
	    font-size:20px;
	}
	.rasa-smsauth-form {
	    padding: 45px 20px 40px !important;
	}
	.rasa-smsauth-form input {
	    max-width: 100%;
	    margin: 0;
	}
	.rasa-smsauth-form .form-group.textarea-wrap {
	    margin-top: 0;
	}
	.rasa-smsauth-form .send-file {
	    margin-top: 30px;
	}
	.rasa-smsauth-form .btn-rounded {
	    margin: 20px auto 0;
	}
	.rasa-smsauth-form .file-name {
	    width: 100%;
	    margin-left: 0;
	    padding-top: 10px;
	    text-align: center;
	}
	.rasa-smsauth-form .autorizeForm a {
	    margin-left: 0;
	}
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/components/bitrix/news.list/pharm_list_map/style.css?1613460373280*/
#showMapOnMobile {
	font-weight: bold;
    text-align: center;
    display: block;
}
@media screen and (min-width: 890px) {
	#showMapOnMobile {
		display: none;
	}
}
.mapBlockMobile #map_list {
	display: none;
}
.mapBlockMobile #map_list.loaded {
	display: block;
}
/* End */


/* Start:/bitrix/templates/snovazdorovo/styles.css?168257559510566*/
@font-face {
    font-family: 'Calibri2';
    src: url('/bitrix/templates/snovazdorovo/fonts/calibri/Calibri.ttf'), url('/bitrix/templates/snovazdorovo/fonts/calibri/Calibri.eot'), url('/bitrix/templates/snovazdorovo/fonts/calibri/Calibri.woff'), url('/bitrix/templates/snovazdorovo/fonts/calibri/Calibri.woff2'), url('/bitrix/templates/snovazdorovo/fonts/calibri/Calibri.svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*
Слишком много весит, заменен на 'Open Sans' font-weight: 700
@font-face{
	font-family: 'Calibri2';
	src: url('/bitrix/templates/snovazdorovo/fonts/calibri/Calibri-Bold.ttf'),
	url('/bitrix/templates/snovazdorovo/fonts/calibri/Calibri-Bold.eot'),
	url('/bitrix/templates/snovazdorovo/fonts/calibri/Calibri-Bold.woff'),
	url('/bitrix/templates/snovazdorovo/fonts/calibri/Calibri-Bold.woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
*/

@font-face {
    font-family: 'ALSRubl';
    src: url('/bitrix/templates/snovazdorovo/fonts/alsrubl/rouble.ttf'), url('/bitrix/templates/snovazdorovo/fonts/alsrubl/rouble.eot'), url('/bitrix/templates/snovazdorovo/fonts/alsrubl/rouble.woff'), url('/bitrix/templates/snovazdorovo/fonts/alsrubl/rouble.woff2');
    font-display: swap;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

h1#pageTitle,
.pageTitle {
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #e25c12;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
    outline: none !important;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

a {
    color: #e35c12;
}

a:hover {
    color: #f2ab00;
}

.btn-link:hover {
    color: #f2ab00;
}

span.rub {
    font-family: ALSRubl;
    font-size: .86em;
    text-transform: lowercase;
}

h2 {
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    z-index: 0;
}

h2.orange {
    color: #e25c12;
}

h2:before {
    z-index: -1;
}

.orange {
    color: #e25c12;
}

.white {
    color: #fff;
}

form,
.no-touch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* кнопки, выпадушки */

.bodrederList {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 50px 16px 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 25px;
    line-height: 1;
    color: inherit;
}

.bodrederList .icons {
    position: absolute;
    right: 20px;
    top: 17px;
}

.simpleSwitcher {
    cursor: pointer;
}

.simpleSwitcher .list {
    display: none;
}

.simpleSwitcher.active .list {
    display: block;
    position: absolute;
    z-index: 21;
    background: url(/bitrix/templates/snovazdorovo/images/list-bg.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    top: -6px;
    left: -17px;
    padding: 25px 40px;
    width: 260px;
    list-style-type: none;
}

.simpleSwitcher.active .list li a {
    position: relative;
    color: #000;
    padding-bottom: 18px;
    display: block;
}

.simpleSwitcher.active .list li a:hover {
    color: #e25c12;
    text-decoration: none;
}

.simpleSwitcher.active .list li:last-child a {
    padding-bottom: 0px;
}

.simpleSwitcher.active .list li a.active:after {
    content: '';
    position: absolute;
    z-index: 19;
    top: 2px;
    right: 0px;
    width: 15px;
    height: 10px;
    background: url(/images/sprite.png) -48px 0% no-repeat;
}

.btn-rounded {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #f2ab00;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    font-weight: 600;
    outline: none;
    padding: 15px 32px 15px 32px;
    border-radius: 40px;
    background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-rounded:hover {
    background-color: #f2ab00;
    color: #fff;
    border-color: #f2ab00;
    outline: none;
    box-shadow: 0 6px 16px rgba(188, 132, 0, .4);
    text-decoration: none;
}


/* checkbox */

label.form-check-label {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-custom-block {
    display: inline-block;
}

.checkbox-custom-block input[type=checkbox] {
    display: none;
}

.checkbox-custom-block .checkbox-custom {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: #e8e8e8;
}

.checkbox-custom-block span.checkbox-custom i {
    font-size: 10px;
    line-height: 14px;
    display: none;
    text-align: center;
}

.checkbox-custom-block .checkbox:checked+span.checkbox-custom {
    display: block;
    /* background: #e25b12;*/
}

.checkbox-custom-block .checkbox:checked+span.checkbox-custom i {
    display: block;
    color: #e25b12;
}


/* fancybox */

.fancybox-close-small {
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .27;
    cursor: pointer;
    transition: all 300ms ease;
}

.fancybox-close-small:after {
    display: none;
}

.fancybox-bg {
    background: #007158;
}

.fancybox-is-open .fancybox-bg {
    opacity: .5;
}


/* text decoration */

.bg-text {
    background-image: url(/bitrix/templates/snovazdorovo/images/bg-text.png);
    padding: 35px 40px;
    background-size: 100%;
}

p {
    margin-bottom: 15px;
}

.basket-basket-block .order-btn-block {
    order: -1;
    padding-right: 0;
}

.phone-mobile-block {
    display: none;
}

@media(max-width:992px) {
    .product-item-detail-slider-container {
        margin-bottom: 54px;
    }
    .product-item-line-card .d-flex {
        display: -ms-flexbox !important;
        display: flex !important;
        flex-direction: column;
    }
}

@media(max-width:767px) {
    h1#pageTitle,
    .pageTitle {
        font-size: 22px;
        line-height: 1.3;
    }
    h2,
    .mainViewedProduct h2 {
        font-size: 22px;
    }
    .phone-mobile-block {
        display: block;
        position: relative;
        z-index: 9;
    }
    .phone-mobile-block a {
        display: block;
        cursor: pointer;
        background-image: url("/bitrix/templates/snovazdorovo/images/telefon.png");
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0;
        height: 31px;
        width: 28px;
        background-size: contain;
    }
    .header .headBar.fix .row div.phone-mobile-block {
        display: block!important;
    }
    .product-item-detail-slider-container {
        margin-bottom: 50px!important;
    }
}

@media(max-width:575px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding-right: 20px;
        padding-left: 20px;
    }
    .row {
        margin-right: -20px;
        margin-left: -20px;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    h2 {
        margin-right: 0px;
        margin-left: 10px;
    }
}

@media(max-width:340px) {
    .bodrederList {
        padding-right: 35px;
    }
}

@media(max-width:332px) {
    .product-item-detail-slider-container {
        margin-bottom: 68px!important;
    }
}


/* text block glav */

@media(min-width:1200px) {
    .row.glav-text-bloc {
        height: 210px;
    }
    img.mama-s-dochkoj {
        position: relative;
        right: 20px;
        bottom: 160px;
    }
    .release.release-basket:before {
        left: 125px!important;
    }
}

@media(max-width:1200px) {
    .row.glav-text-bloc {
        height: 210px;
    }
    img.mama-s-dochkoj {
        position: relative;
        right: 20px;
        bottom: 88px;
    }
    .release.release-basket {
        padding-left: 30px!important;
    }
    .release.release-basket:before {
        left: 115px!important;
    }
}

@media(max-width:992px) {
    .row.glav-text-bloc {
        height: auto;
    }
    img.mama-s-dochkoj {
        position: relative;
        right: 0px;
        bottom: 50px;
    }
    .release.release-basket:before {
        left: 0px!important;
    }
}

@media(max-width:768px) {
    .release.release-basket:before {
        left: 118px!important;
    }
}

.contacts_left .d-flex {
    flex-direction: column;
}

.contacts_left img {
    padding: 2px;
}

.release:before {
    background: url(/bitrix/templates/snovazdorovo/images/order-ready-text-icon.png) no-repeat;
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 15px
}

.release {
    color: #e25c12;
    width: 165px;
    padding-left: 25px;
}

.release.release-basket {
    margin-top: 10px;
}

.release.release-basket:before {
    left: 125px;
}

.btn-сancel {
    border-color: #ff0000;
    padding: 15px 54px 15px 54px;
}

.btn-сancel:hover {
    background-color: #dc3545;
    color: #fff;
    border-color: #dc3545;
    outline: none;
    box-shadow: 0 6px 16px #dc3545;
    text-decoration: none;
}

span.amount {
    display: block!important;
}

#storeSelect.modal-select .listWrap {
    max-height: 350px;
}

.availabilityLink {
    text-decoration: underline;
    text-align: center;
    color: #f2ab00;
    display: inline-block;
    font-size: 16px;
    position: relative;
    margin-top: 7px;
}

/* End */


/* Start:/bitrix/templates/snovazdorovo/template_styles.css?1748585870100523*/
body {
    font-family: Calibri2, sans-serif;
    color: #000;
    font-size: 16px;
}

body:after {
    content: url(/bitrix/templates/snovazdorovo/images/addToCartBg.png);
    display: none;
}

#modal-app .modal-app-close {
    width: 34px;
    height: 34px;
    background: #fff;
    position: fixed;
    bottom: -44px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    z-index: 100;
    -webkit-box-shadow: -3px -5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -3px -5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -3px -5px 5px rgba(0, 0, 0, 0.1);
    font-weight: 800;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#modal-app .modal-app {
    line-height: 1;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.4px;
    cursor: pointer;
    display: block;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -120px;
    height: auto;
    padding: 16px 0 14px;
    z-index: 99;
    font-weight: 800;
    font-size: 18px;
    color: #000;
    text-decoration: none !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#modal-app .modal-app .modal-app-wrap {
    max-width: 290px;
    margin: 0 auto;
}

#modal-app.active .modal-app {
    bottom: 0px;
}

#modal-app.active .modal-app-close {
    bottom: 75px;
}

#modal-app.active.no-show .modal-app {
    bottom: -110px;
}

#modal-app.active.no-show .modal-app-close {
    bottom: -44px;
}

#modal-app img {
    max-width: 140px;
    display: block;
}

.footerWrap .app-links {
    padding-left: 30px;
    position: relative;
    z-index: 3;
}

.footerWrap .app-links img {
    max-width: 100%;
}

.footerWrap .app-links a {
    width: calc(50% - 10px);
    display: block;
    max-width: 140px;
    margin: 6px 5px 0 0;
}

.footerWrap .app-links a:last-child {
    margin: 6px 0px 0 5px;
}

@media (max-width: 1199px) {
    .footerWrap .app-links a {
        width: 100%;
        max-width: 140px;
        margin: 6px 0 0 0;
    }

    .footerWrap .app-links a:last-child {
        margin: 6px 0px 0 0;
    }
}

@media (max-width: 991px) {
    .footerWrap .app-links {
        padding-left: 0px;
    }

    .footerWrap .app-links a {
        width: calc(50% - 10px);
        margin: 6px 5px 0 0;
    }

    .footerWrap .app-links a:last-child {
        margin: 6px 0px 0 5px;
    }
}

.header:before {
    content: "";
    display: block;
    left: 0px;
    top: 0px;
    width: 132px;
    height: 174px;
    position: absolute;
    background: url("/bitrix/templates/snovazdorovo/images/headerBgLeft.png") center center no-repeat;
}

.header:after {
    content: "";
    display: block;
    right: 0px;
    top: 0px;
    width: 196px;
    height: 157px;
    position: absolute;
    background: url("/bitrix/templates/snovazdorovo/images/headerBgRight.png") center center no-repeat;
    z-index: -1;
}

.header .topMenu a.social {
    display: block;
    margin: 0 5px;
    height: 24px;
    width: 16px;
}

#map_list * {
    touch-action: auto;
}

.topMenu.float-none li {
    margin: 0;
}

.topMenu a.social {
    display: block;
    margin: 0 5px;
    height: 24px;
    width: 16px;
    background: url("/bitrix/templates/snovazdorovo/images/social.png") no-repeat;
    transition: none;
}


#requared-block .text {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 20px;
    margin-top: 0px;
}

#requared-block .text span {
    font-weight: 700;
    color: #007158;
}

#requared-block .listWrap {
    margin: 20px 0 0px;
    max-height: 230px;
    overflow-y: auto;
}

#requared-block .btn-rounded {
    margin: 30px auto 20px;
}

.topMenu li:last-child a.social {
    margin: 0 0 0 5px;
}

.topMenu li:first-child a.social {
    margin: 0 5px 0 0;
}

.topMenu a.social.vk {
    background-position: -40px 0px;
}

.topMenu a.social.vk:hover {
    background-position: -40px -30px;
}

.topMenu a.social.ok {
    background-position: -75px 0px;
}

.topMenu a.social.ok:hover {
    background-position: -75px -30px;
}

.topMenu a.social.inst {
    background-position: -110px 0px;
}

.topMenu a.social.inst:hover {
    background-position: -110px -30px;
}

.topMenu a.social.fb {
    background-position: -145px 0px;
}

.topMenu a.social.fb:hover {
    background-position: -145px -30px;
}

.topMenu a.social.tw {
    background-position: -5px 0px;
}

.topMenu a.social.tw:hover {
    background-position: -5px -30px;
}

.btn-rounded.green {
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #e8e8e8;
    box-shadow: none;
}

.btn-rounded.green:hover {
    color: #007158;
    border-color: #007158;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

/*тень в input на iphone*/
input:not([type=checkbox]):not([type=radio]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*Модалки с выбором города и аптеки START*/
.modal-select#citySelect {
    width: 300px;
}

.modal-select#citySelect .listWrap {
    font-size: 18px;
}

.modal-select {
    padding: 40px 30px 30px;
}

.modal-select#storeSelect {
    padding: 0px 0px 0px 30px;
}

.modal-select#storeSelect .listBlock {
    padding: 40px 30px 30px 0;
}

.modal-select #map_list {
    height: 100%;
}

.modal-select .listBlock {
    width: 376px;
}

.modal-select .mapBlock {
    width: 480px;
    display: none;
}

.modal-select .btn-rounded {
    margin: 0 auto;
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    display: block;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal-select#storeSelect .btn-rounded,
.modal-select .btn-rounded.green {
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #e8e8e8;
    box-shadow: none;
}

.modal-select#storeSelect .btn-rounded.opened-map {
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #f2ab00;
    color: #fff;
    background: #f2ab00;
    box-shadow: none;
}

.modal-select .btn-rounded.green {
    margin-left: 15px;
}

.modal-select#storeSelect .btn-rounded:hover,
.modal-select .btn-rounded.green:hover {
    color: #007158;
    border-color: #007158;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.modal-select#storeSelect .btn-rounded.opened-map:hover {
    font-weight: 400;
    box-shadow: 0 6px 16px rgba(188, 132, 0, .4);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #f2ab00;
    color: #fff;
    background: #f2ab00;
}

.modal-select#firstTimeSelect .btn-rounded {
    margin-top: 25px;
}

.modal-select h3 {
    font-size: 21px;
    padding: 0;
    text-align: center;
}

.modal-select .listWrap {
    margin: 20px 0 30px;
    max-height: 230px;
    overflow-y: auto;
}

#pharmChange.modal-select {
    max-width: 478px;
}

#pharmChange.modal-select .checkedCity {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
    margin-top: 0;
    /* text-transform: uppercase;*/
    line-height: 1.2;
}

#pharmChange.modal-select .listWrap {
    margin: 20px 0 0px;
    max-height: 230px;
    overflow-y: auto;
}

.modal-select .checkedCity {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
    margin-top: 15px;
}

.modal-select .checkedCity span {
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    border-bottom: 1px dashed #000;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal-select .checkedCity span:hover {
    border-color: #fff;
}

.modal-select .itemWrap {
    cursor: pointer;
    padding: 7px 14px 9px;
    border-top: 1px solid #e5e5e5;
    line-height: 1.3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal-select .itemWrap.active {
    background: #fffce7;
    cursor: pointer;
}

.modal-select .itemWrap:hover {
    background: #fffce7;
}

.modal-select .itemWrap .address {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.modal-select .itemWrap .time {
    font-weight: 300;
    padding-left: 15px;
    margin-top: 5px;
    display: block;
    position: relative;
}

.modal-select .itemWrap .time:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #e25c12;
    display: block;
    position: absolute;
    margin-top: 6px;
    margin-left: -15px;
}

.modal-select .itemWrap .time.open:before {
    background: #a1be06;
}

.modal-select .itemWrap .time.sup {
    top: -.3em;
}

.modal-select .itemWrap:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.modal-select .itemInfoContainer {
    display: flex;
    flex-direction: column;
}

.modal-select .itemDescTrigger {
    line-height: 1;
    margin-top: 8px;
    color: #E25B11;
}

.modal-select .itemDescContainer {
    font-size: 14px;
    font-weight: 300;
    margin-top: 4px;
    line-height: 1;
    color: #777;
}

.modal-select .gray-text {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    color: #e25c12;
    font-weight: 300;
    line-height: 1.3;
}

.modal-select#storeSelect .gray-text {
    margin-top: 10px;
    font-weight: 400;
}

.modal-select#firstTimeSelect .listWrap {
    padding: 0px 0 10px;
}

.price-info {
    width: 100%;
    height: auto;
    background: #faf2e4;
    margin: 0 auto;
    color: #e35c12;
    padding: 10px;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.price-info i {
    width: 20px;
    min-width: 20px;
    margin-right: 15px;
    height: 20px;
    background: url(/bitrix/templates/snovazdorovo/images/cart-info-icon.png);
    margin-left: -30px;
}

.modal-select span.amount {
    color: #9eb910;
    display: block;
    position: relative;
    text-align: right;
    line-height: 1;
    margin-top: 7px;
}

.modal-select span.amount span {
    font-size: 14px;
    font-weight: 300;
}

.modal-select span.amount.tomorrow {
    color: #a2a2a2;
    padding-left: 20px;
}

.modal-select span.amount.red {
    color: #e25c12;
}

.modal-select span.amount.tomorrow:before {
    content: '';
    width: 14px;
    min-width: 14px;
    height: 14px;
    display: block;
    background: url(/bitrix/templates/snovazdorovo/images/icon-clock.png) no-repeat center center;
    position: absolute;
    margin-top: 2px;
    margin-left: -20px;
}

@media (max-width: 889px) {
    #storeSelect .mapBlock,
    #storeSelect .show-map {
        display: none !important;
    }

    #storeSelect .show-map.opened-map {
        display: block !important;
    }

    .modal-select #map_list {
        height: 300px;
        margin-top: 15px;
    }

    .modal-select .listWrap {
        margin: 20px 0 5px;
        max-height: none;
        overflow-y: none;
    }
}

@media (max-width: 767px) {
    .modal-select#storeSelect .price-info i {
        display: none;
    }
}

@media (max-width: 575px) {
    .modal-select .btn-rounded.green {
        margin-left: auto;
    }

    .modal-select#firstTimeSelect .btn-rounded {
        margin-top: 15px;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 439px) {
    .modal-select#firstTimeSelect {
        padding: 40px 15px 30px;
    }
}

@media (max-width: 413px) {
    .modal-select .listBlock {
        width: 100%;
    }

    .modal-select#storeSelect .listBlock {
        padding: 40px 20px 20px 0;
    }

    .modal-select#storeSelect {
        padding: 0px 0px 0px 20px;
    }
}

/*Модалки с выбором города и аптеки END*/

/*Личный кабинет (временные стили) START*/
.sale-personal-section-index-block {
    border-radius: 20px !important;
    background-color: #007158 !important;
}

.main-profile-block-shown input {
    height: 40px;
    border-radius: 40px !important;
    padding: 0 20px !important;
}

.main-profile-block-shown input:focus {
    color: #000 !important;
    border-color: #ced4da !important;
    outline: none !important;
    box-shadow: none !important;
}

/*Личный кабинет (временные стили) END*/

.topBar {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.topMenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.topMenu li {
    margin-right: 38px;
}

.topMenu li a {
    color: #a2a2a2;
}

.topMenu li a span {
    padding-left: 10px;
}

.topMenu li a.sale:before,
.topMenu li a.time:before,
.topMenu li a.howto:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    background: url("/bitrix/templates/snovazdorovo/images/topMenuIcon.png") no-repeat;
}

.topMenu li a.sale:before {
    background-position: -5px -5px;
}

.topMenu li a.time:before {
    background-position: -40px -5px;
}

.topMenu li a.howto:before {
    background-position: -75px -5px;
}

.topMenu li a:hover,
.topMenu li a:active,
.topMenu li a:focus,
.topMenu li a.selected {
    color: #000000;
    text-decoration: none;
}


.topMenu li a.sale:hover:before,
.topMenu li a.sale.selected:before {
    background-position: -5px -35px;
}

.topMenu li a.time:hover:before,
.topMenu li a.time.selected:before {
    background-position: -40px -35px;
}

.topMenu li a.howto:hover:before,
.topMenu li a.howto.selected:before {
    background-position: -75px -35px;
}


.headBar {
    padding: 15px 0;
    position: relative;
    z-index: 9;
    transition: position 3s ease-in-out;
}


/** Фиксированная шапка **/
@keyframes lds-fix {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.headBar.fix {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    left: 0;
    -webkit-animation: lds-fix .7s;
    animation: lds-fix .7s;
    z-index: 20;
}

/*.headBar.fix #search-header .searchBtn .btn{*/
/*    background-color: white!important;*/
/*    border-radius: 15px;*/
/*}*/

.headBar.fix .row.align-items-center {
    margin: auto;
    max-width: 1200px;
}

.headBar.fix .row div.col:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
}

.headBar.fix .row div:nth-child(4) {
    display: none !important;
}

.headBar.fix .row div:nth-child(7) {
    display: block !important;
}

.headBar.fix .row div:nth-child(7) #search-header {
    margin-bottom: 0;
}

.headBar.fix .row div:nth-child(7) #search-header #search {
    margin-bottom: 0;
}

#icon_search {
    display: none;
}

.headBar.fix .row div.col-auto:last-child {
    max-width: 150px;
}

.headBar.fix .basket-line > .row > div:last-child {
    display: none !important;
}

@media screen and (max-width: 886px) {
    .headBar.fix .row div:nth-child(7) {
        max-width: 30%;
    }
}

@media screen and (max-width: 575px) {
    .headBar.fix {
        left: -10px;
    }
}

@media screen and (max-width: 450px) {
    .headBar.fix {
        padding: 0;
    }

    .headBar.fix .row div:nth-child(7) #search-header {
        display: none;
    }

    .headBar.fix .row div.col:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }

    .headBar.fix .row div:nth-child(7) {
        max-width: 90%;
        position: absolute;
        top: 8px;
        display: block !important;
        z-index: 9;
    }

    .headBar.fix #icon_search {
        background: url(/bitrix/components/rasa/search.title/templates/.default/images/searchIcon.png);
        padding: 10px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        background-position: right;
    }
}

/* Закончили фиксацию шапки */

.burger-btn {
    display: block;
    background: url(/images/sprite.png) 0 -144px no-repeat;
    width: 18px;
    height: 15px;
}


/***Заявка на рекламу START***/

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #007158;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.preloader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 5;
}

.preloader-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.4;
    z-index: 4;
}

a.footerLogo:hover {
    text-decoration: none;
}

.footer-form.load h2,
.footer-form.load form {
    opacity: 0.3;
}

.footer-form.load .btn-rounded {
    cursor: default;
}

.footer-form.load .btn-rounded:hover {
    background-color: #fff;
    color: #000;
    border-color: #f2ab00;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    cursor: default;
}

.footer-form {
    max-width: 490px;
    width: 100%;
    padding: 45px 40px 50px;
}

.footer-form form {
    margin-top: 30px;
}

.footer-form .form-group {
    margin-bottom: 10px;
}

.footer-form .form-group.textarea-wrap {
    margin-top: 20px;
}

.footer-form label {
    margin: 0;
    line-height: 1;
}

.footer-form input {
    height: 50px;
    border: 1px solid #e8e8e8;
    outline: none !important;
    max-width: 270px;
    border-radius: 50px;
    width: 100%;
    padding: 0 20px;
}

.footer-form input.error {
    border-color: #e25c12;
}

.footer-form textarea.error {
    border-color: #e25c12;
}

.footer-form textarea {
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    display: block;
    margin: 10px 0 20px;
    outline: none;
    padding: 15px 20px;
    line-height: 1;
    resize: none;
}

.footer-form .btn-rounded {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 50px;
    text-align: center;
    margin: 40px auto 0;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-form .send-file {
    display: block;
    width: 100%;
    min-width: 200px;
    line-height: 46px;
    height: 50px;
    text-align: center;
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-form .send-file:hover {
    color: #007158;
    border-color: #007158;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-form input.typefile {
    display: none;
}

.footer-form .file-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px);
    margin-left: 20px;
    display: inline-block;
    line-height: 1;
}

@media (max-width: 575px) {
    .footer-form h2 {
        margin-right: 0px;
        margin-left: 0;
        font-size: 20px;
    }

    .footer-form {
        padding: 45px 20px 40px;
    }

    .footer-form input {
        max-width: 100%;
        margin: 9px 0 0;
    }

    .footer-form .form-group.textarea-wrap {
        margin-top: 0;
    }

    .footer-form .send-file {
        margin-top: 30px;
    }

    .footer-form .btn-rounded {
        margin: 20px auto 0;
    }

    .footer-form .file-name {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
        text-align: center;
    }
}

/***Заявка на рекламу END***/

/***Блок доставки (шаг 2) START***/
.delivery-select {
    margin-left: 3px;
}

.delivery-select li {
    font-size: 16px;
    color: #a2a2a2;
    width: 243px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    height: 60px;
    padding-bottom: 8px;
    cursor: pointer;
}

.delivery-select li.active {
    color: #000;
    background: url(/bitrix/templates/snovazdorovo/images/delivery-select-li.png) top center no-repeat;
}

.delivery-form-block {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding: 15px 0;
    position: relative;
    max-width: 1158px;
    margin: 0px auto;
    color: #000;
    font-size: 16px;
    margin-bottom: 45px;
}

.delivery-form-block ul li {
    line-height: 54px;
}

.delivery-form-block:before {
    content: '';
    width: 100%;
    height: 15px;
    position: absolute;
    top: -15px;
    left: 0;
    background: url(/bitrix/templates/snovazdorovo/images/delivery-bg-top.png) center center no-repeat;
}

.delivery-form-block:after {
    content: '';
    width: 100%;
    left: 0;
    height: 15px;
    position: absolute;
    bottom: -15px;
    background: url(/bitrix/templates/snovazdorovo/images/delivery-bg-bottom.png) center center no-repeat;
}

.delivery-form-block .select-delivery-info i {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(/bitrix/templates/snovazdorovo/images/deliveryt-info-icon.png) center center no-repeat;
}

.select-delivery-info {
    margin-bottom: 20px;
}

.delivery-form-block input {
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #f4f4f4;
    display: block;
    margin: 7px 0;
    outline: none;
    padding: 0 20px;
}

.delivery-form-block input[name="DATE_DELIVERY"] {
    background: #fff url(/bitrix/templates/snovazdorovo/images/date-input-icon.png) no-repeat center right 20px;
    cursor: pointer;
}

.link-delivery-info {
    text-align: center;
    margin-left: 27px;
}

.link-delivery-info:before {
    content: '';
    width: 20px;
    height: 14px;
    background: url(/bitrix/templates/snovazdorovo/images/delivery-icon.png);
    display: inline-block;
    position: absolute;
    margin-top: 5px;
    margin-left: -29px;
}

.delivery-form-block input.error,
.delivery-form-block textarea.error {
    border-color: #e25c12;
}

.delivery-form-block textarea {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f4f4f4;
    display: block;
    margin: 7px 0;
    outline: none;
    padding: 9px 20px;
    line-height: 1;
    resize: none;
}

.textarea-count {
    color: #c6c6c6;
    font-size: 12px;
}

.delivery-form-block .filterSelect {
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    padding: 0 20px;
    margin: 7px 0px;
    cursor: pointer;
    position: relative;
}

.delivery-form-block .filterSelect span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 20px);
    display: inline-block;
}

.delivery-form-block .filterSelect span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 20px);
    display: inline-block;
}

.delivery-form-block .filterSelect ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 21;
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    top: 0px;
    left: 0px;
    padding: 15px 30px 15px 20px;
    padding-bottom: 18px;
    min-width: 100%;
    width: 100%;
    list-style-type: none;
}

.delivery-form-block .filterSelect ul li {
    line-height: normal;
}

.delivery-form-block .filterSelect ul a {
    position: relative;
    color: #000;
    padding-bottom: 18px;
    display: block;
    text-decoration: none;
}

.delivery-form-block .filterSelect.active ul {
    display: block;
}

.delivery-form-block .filterSelect ul a.active:after {
    content: '';
    position: absolute;
    z-index: 19;
    top: 7px;
    right: -20px;
    width: 15px;
    height: 10px;
    background: url(/images/sprite.png) -48px 0% no-repeat;
}

#delivery-personal-bttn {
    width: 200px;
    margin: 24px auto 140px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#delivery-personal-bttn:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#delivery-personal-info .checkbox-custom-block .checkbox-custom {
    background: #dcdcdc;
}

@media (max-width: 1199px) {
    .delivery-select {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .delivery-wrap {
        margin-top: -5px;
    }

    .delivery-form-block:before {
        background: url(/bitrix/templates/snovazdorovo/images/delivery-bg-top.png) right -140px center no-repeat;
    }

    .delivery-form-block {
        padding: 15px 20px;
    }

    .select-delivery-info {
        max-width: 400px;
        margin: 5px auto 25px;
    }

    .delivery-form-block .filterSelect ul {
        padding-bottom: 0px;
    }

    .delivery-form-block {
        margin-bottom: 30px;
    }

    #delivery-personal-bttn {
        margin: 20px auto 80px;
    }

    .wrapper.personal-wrap {
        background: #fff !important;
    }
}

@media (max-width: 767px) {
    .delivery-select li {
        width: 50%;
        background-size: cover !important;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .delivery-select {
        margin: 0;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: 25px;
    }

    .delivery-select li {
        width: 50%;
        background-size: cover !important;
        text-align: center;
    }

    .delivery-wrap .delivery-form-block {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .delivery-wrap .delivery-form-block:before {
        top: -6px;
        background: url(/bitrix/templates/snovazdorovo/images/delivery-bg-top.png) right center no-repeat;
    }
}

@media (max-width: 439px) {
    .delivery-select li {
        padding: 0 30px 3px;
    }
}

/***Блок доставки (шаг 2) END***/

/***Опрос откуда узнали об аптеке START***/
#interview-block {
    max-width: 570px;
    width: 100%;
    padding: 45px 55px 50px;
}

#interview-block label {
    margin: 0;
    display: block;
    margin-bottom: 10px;
    line-height: 1.3;
    cursor: pointer;
}

#interview-block h2 {
    max-width: 570px;
    padding: 0 65px;
}

#interview-block form {
    margin-top: 35px;
}

#interview-block .btn-rounded {
    font-weight: 400;
    display: block;
    height: 50px;
    width: 300px;
    text-align: center;
    margin: 30px auto 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#interview-block input[type=radio] {
    display: none;
}

#interview-block span.radio-custom {
    width: 16px;
    min-width: 16px;
    display: block;
    float: left;
    margin: 4px 16px 0 0;
    height: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 16px;
}

#interview-block input[type=radio] + span.radio-custom i {
    display: none;
}

#interview-block input[type=radio]:checked + span.radio-custom i {
    display: block;
    background: #e25b12;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

@media (max-width: 575px) {
    #interview-block {
        padding: 45px 20px 50px;
    }

    #interview-block h2 {
        padding: 0;
        margin: 0;
    }

    #interview-block .btn-rounded {
        max-width: 100%;
    }
}

/***Опрос откуда узнали об аптеке END***/

/***Финальная страница оформления заказа START***/
#order-created-head {
    width: 100%;
    height: 150px;
    padding: 30px 40px;
    position: relative;
    background: url(/bitrix/templates/snovazdorovo/images/filter-pharmacy-bg.png) center center no-repeat;
}

#order-created-head span {
    font-size: 18px;
    font-weight: 700;
}

#order-created-head a {
    color: #e35c12;
}

#order-created-head a.link-delivery-info,
#order-created-head a.link-print-order {
    text-decoration: none !important;
    border-bottom: 1px dashed;
    line-height: 1;
    margin: 15px 30px 10px;
    display: inline-block;
}

#order-created-head a:hover {
    border-color: #f4f4f4;
}

#order-created-head .link-delivery-info:before {
    content: '';
    width: 20px;
    height: 14px;
    background: url(/bitrix/templates/snovazdorovo/images/delivery-icon.png);
    display: inline-block;
    position: absolute;
    margin-top: 3px;
    margin-left: -29px;
}

#order-created-head .link-print-order:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/bitrix/templates/snovazdorovo/images/print-icon.png);
    display: inline-block;
    position: absolute;
    margin-top: 2px;
    margin-left: -25px;
}

#order-created-head .head-text-h3 {
    position: absolute;
    width: 462px;
    height: 313px;
    background: url(/bitrix/templates/snovazdorovo/images/order-created-head.png?1) no-repeat center center;
    bottom: -105px;
    right: 55px;
    padding: 0px 83px 40px 106px;
}

#order-created-head .head-text-h3 h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #fff;
}

.order-created-img {
    height: 160px;
}

h2.order-created-head {
    font-size: 30px;
    margin: 60px 0 65px;
}

.order-created-text {
    margin: 25px auto 140px;
    max-width: 200px;
    line-height: normal;
}

.order-created-text.step-2 {
    max-width: 270px;
}

.order-created-str-down {
    position: absolute;
    width: 172px;
    height: 48px;
    top: 50px;
    right: -77px;
    background: url(/bitrix/templates/snovazdorovo/images/order-created-str-down.png) no-repeat;
}

.order-created-str-up {
    position: absolute;
    width: 172px;
    height: 48px;
    top: 50px;
    right: -85px;
    background: url(/bitrix/templates/snovazdorovo/images/order-created-str-up.png) no-repeat;
}

.bttn-wrap-login {
    width: 100%;
    max-width: 380px;
    margin: 30px auto;
}

.bttn-wrap-login .btn-rounded {
    font-weight: 4000;
}

.bttn-wrap-login .btn-rounded.green {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #e8e8e8;
    box-shadow: none;
}

.bttn-wrap-login .btn-rounded.green:hover {
    color: #007158;
    border-color: #007158;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

@media (max-width: 575px) {
    .bttn-wrap-login .btn-rounded {
        text-align: center;
        width: 200px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    #order-created-head .head-text-h3 {
        right: -5px;
    }
}

@media (max-width: 991px) {
    .order-created-str-down {
        width: 100px;
        top: 60px;
        right: -40px;
        background: url(/bitrix/templates/snovazdorovo/images/order-created-str-down.png) no-repeat;
        background-size: contain;
    }

    .order-created-str-up {
        width: 100px;
        top: 70px;
        right: -55px;
        background: url(/bitrix/templates/snovazdorovo/images/order-created-str-up.png) no-repeat;
        background-size: contain;
    }
}

@media (max-width: 767px) {
    #order-created-head {
        padding: 18px 40px;
    }

    .order-created-str-up,
    .order-created-str-down {
        display: none;
    }

    h2.order-created-head {
        font-size: 22px;
        margin: 45px 0 50px;
    }

    .order-created-text {
        margin: 5px auto 60px;
        max-width: 200px;
        line-height: normal;
    }
}

@media (max-width: 575px) {
    .order-created-text {
        margin: 0px auto 40px;
    }

    #order-created-head {
        width: calc(100% + 40px);
        margin-left: -20px;
        height: auto;
        padding: 18px 20px;
        background: #f4f4f4;
    }

    #order-created-head a.link-delivery-info {
        margin: 20px 30px 0px;
    }

    #order-created-head a.link-print-order {
        margin: 15px 30px 0px;
    }
}

/***Финальная страница оформления заказа END***/

/***Меню оформления заказа START***/
.wrapper.personal-wrap > .container {
    background: none;
}

.wrapper {
    min-height: calc(100vh - 449px);
}

.wrapper.personal-wrap {
    background: url(/bitrix/templates/snovazdorovo/images/apple.png) left -260px bottom no-repeat;
}

.order-make-menu {
    margin: 14px 0 35px;
    position: relative;
    z-index: 2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.order-make-menu .menu-item a {
    text-decoration: none !important;
}

.order-make-menu .menu-item span {
    color: #a2a2a2;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    display: block;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 15px;
    cursor: default;
}

.order-make-menu .menu-item a span {
    cursor: pointer;
}

.order-make-menu .menu-item.active span {
    color: #000;
    border-color: currentColor;
}

.order-make-menu .menu-item.checked span {
    color: #a1be06;
    border-color: currentColor;
}

@media (max-width: 767px) {
    .order-make-menu {
        margin: -10px 0 16px;
    }

    .order-make-menu .menu-item {
        display: none;
    }

    .order-make-menu .menu-item span {
        padding-bottom: 6px;
    }

    .order-make-menu .menu-item.active {
        display: block;
    }

    .order-make-menu .menu-item.active span:before {
        content: 'Шаг ';
        display: inline;
    }
}

/***Меню оформления заказа END***/

/***Выбранная аптека, 1 шаг оформления заказа START***/
.selected-store-wrap {
    width: 100%;
    height: auto;
    /*background:url(/bitrix/templates/snovazdorovo/images/selected-store-bg.png) no-repeat center center;*/
    background: #fef6e5;
    padding: 22px 40px 27px;
    font-size: 16px;
    line-height: 30px;
    transition: .5s;
}

.selected-store-wrap span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.selected-store-wrap a {
    color: #e35c12;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.selected-store-wrap a:hover {
    border-color: #f4f4f4;
}

#store-info-howtofind-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: unset;
    background-image: unset;
    background: #F4F4F4;
    margin: 10px 0;
    padding: 10px 40px 10px 40px !important;
}

#store-info-howtofind-wrap span b {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #E25C12;
    margin-right: 8px;
}

#store-info-howtofind-wrap span {
    font-size: 14px;
    text-transform: unset;
    font-weight: unset;
    line-height: 1.2;
}

#store-info-howtofind-wrap i {
    width: 24px;
    min-width: 24px;
    margin-right: 8px;
    height: 24px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAO1UlEQVR4nO2df3Bc1XXHP+e+ldbCli2tZGxAkm0cLBO3kwQzkzaB2CEkDGkMTaiIrV+YX2baGU8aoGD+IKVt0klISqBDmAyUX/plB4VMgQxMGvMjrWkZoIVmxuBfIMmr2Niyfll28Uq79/QPrY0lS3vf7r5dy5Y+Mx5pds+75/h9dd97975zzxWmON2NxWVxW1BtlOUiskyx1SALgdnJf6XJnwBHgf7kz6PAfkF2qeouK+wImZGdFU1DvaflP+ITOd0BjKdj/fyFJpG43ChXKnwVWBKwi/0C26ywNZGwv7mwbaAr4PazYkoI0tlQdrEHjap6HXBRnt3vQvVZa0zz4ube9/Ps+xROmyD71hWXj4QKa0W1Abj0dMUxjrdEpdmzw5vP3zx06HQEkHdB9jWWViUScocKtwDn5Nu/PyQm6NMmzvcv2NIXzavnfDnqbJi3xLPeX6uwAZiVL79ZMiKqW4x4P7ig5dDOfDjMuSAfNSyYPaLxexW9Awjl2l+OiIvyyDG496LWvsO5dJRTQboaSteIyiNARS795JH9imyqaultFtBcOMiJIJ0N85YI5nFR+XKAzSoQRdkFulON9Br0qEUGjNUjANbIHIOWWGS2qJSjugxhGVAVYBwIvDxi7c25eGQOXJBoXdk3VfQJoCTLpo4A/wG8gsrvCk3ovYXNB45m0tBHDQtmjyTiKzB2lSJfBi4H5mQZXz9Wbqxq630uy3bGEJgguzcSntUXuV+FjVm0O6BCu8G2VkQHXpfXiAcV38noakLdFeWXWWydQA0wL9OmEB4aOtZ394p2hoOILRBBOuvLzzPY58lwPCHwsoVHbWju80ue6jwWREx+6Vi/eJaJH77GwG0KV2TUiPBmPB665sLNBw9kG0/WgnQ2zFti1PsNmYywla0G7q1o7Xsj2ziCoLOx5HOeNfco/AXpn5sOsd5VlW09u7OJIStBOuvLLzHYF4EFaR2obBVP76hs6v99Nv5zRXd9yWcSIj/N4KHkgDX26sVNA+9k6jtjQaINJatUzfPA3DQO24foHVXN/Vsy9ZtPonWltSryE+C8NA47jLVrqtoG/j0TnxkJkuwZr5KOGCo/j6F353pgFTQf1JTOKwzL/Qob0jjssDV2dSY9JW1B9t4wbykJbxuw0OchhxG97UzpFZMRbSj7lqo+ju/HeekxRi6raDq0Kx0/aQmSfJraBlzos/X/xiS+XfX04Afp+JmqRGvnX2RN4hmBz/o7Qj6IJ7wvpvP0Zfwa7t5IOPlo608MeKmQglVnixgAlW09u4ti3uXAv/k7QpeGvPhz22so9OvDtyCFA6U/xu84Q6Tt4Dl912Y6sp7KnNvec2Qo1rcG2OzzkM8XhyM/9Nu+r0tW8vr5S1/2qj+rbO3fmKvJt6mC3oeJ7il7GPQv/Zhj5Zt+plmcJ3hfY2lVXOUdlIjTrUhb5dLeBrkP6yPIMx4FidZHngRu8GE+YCVxyeLmwY5URikvWQoyojzlSwx46WBR7/rpIgaAgA7F+jbg755S4qn3mMsopSDddaXr/I1W9X8KpaDm0kcZ8RHYWcWKdoZnxbzrgP912Sp8ZW9D6dpUNpNesj6oKZ1XEJYduMcbg3iJlfl+mtp/45z58ZHCv1LlTzGUA2DpFyNvJ1T+eXHLof35jKe7sXxZwtq3BYodpvtjyvLJBsiT9pDCQvl7fAz+VLg132J01ZavHBkJb1e4D+EqlJUoKxGuVNVNBvv7zvryS/IZU0XToV2C3ubD9Lyw4e8m+3LCHhKtnX+RmsT7gJeyaZWfV7X2+nnKCIztNRQWh8veA12a2lL3DMX6VwT1nsIvXfWRxwRucZjFBe/iypaePeO/mLCHqJfYhEsM2FcUlrt8xhkYxYWR1W4xAORTxeGyr+c8oHHEY3on8JHDLGRJ3D3RF6cI8oe1kUqUeqdn5fb5Txwa8hVlgKiR5f6NdWUOQ5mQpe39g6L6Ny47gRs+rC1ZNP7zUwRJhPQucAz1la1VrX2/SCfQoBBV/6lEciIJO69UtPa3gr7mMCsoEHP7+A/HCLL/xjnzQW52NKTi6R1pxhgg6vvpSdG8JLeNR0Ct0dtxzFaocGt3Y3HZyZ+NESQ+HF4LFKV2py+czjd9BQUjW4GPfZh+nEgU/Guu45mMxU0D7wi86DArslo4ZlwyRhAVbXQ5EjH/mEF8gXHek0d6FO5x2anIpiCSDrJBDD9wGo0mm39yzPFfuuoinxZhe0oH8HJlS9+VGUcYIF11pd8QkY3ASuB4tx8EeRd4sKql97T1jpPpaih9xTXbYYypPv4iK/TJh9KgmnqC1sKjgUQZAIta+38N/Bqg56by4oGYlan4elhGz1lKQWzCNgD3wkmXrORimVQM2NDc57OOMAfMf+LQ0FQUA0COzX4OSB2bcOLcG4BoY9kFOPKqBJ7JdxLb2UBle/fHCL90mF2c1GBUEGv5irNlsW3Zhzc9MQnT4jSydjUk7yGi+uVUr6oUhg4WDfxnMOFlR1ftvFIx3tt+bNUmLl3UNtif65hcDI4cer04HDkKkw9UVeQKoHX0pi6pc1oFtk2Vdx0Far04nq9EiwK1rvm4vLCineG9dWxDuGpSIx298Zt964rLca+feCXA+KYl6p5KWRKtmRsxIyZU7W5NfhdIVNMYY8yrLhspClUbQVyC6Kxhc9rXb5/phI+Z7TjmthIJWWbULUj03PaeI8GFNj1JnsN9qWwEW21E7LKULSlp5abOMDkCjtlnqTaqknpth8iMIAGh6jiXwgIjkjpLQtGeQKOa1qirXEexcaWtyOhq2BkCQIy6XnkXG3X3kLy/Nz9bUcUtCJp6vbaZ6SGBIU5BpNj3coQZ8oNBUvcAm33FgxmSuG4PoEPG1Y0EceWqzuAT1xMtMGSU1ILoTA8JDLXOP+4h47rzCzI/wJimOVLuMBgyIpo6VUY19dTKDL4RcZxL5YBRNamH8wb39PwMvlBw5CXrTiOudEul4mDN/Jn7SJb03FRejKNEh2J2GivscLQlsQL76eBCm57EYnYFjkW2HrrTeLG4SxAwdlVQgU1XEuhql40Ox3eZyvbDfQIpawcmy+LNkAUiznPYUdl+uM8AqOJ633v52xsoCCa06UeytMYXU9kovAzJRDk14soqmbPg45IvBBPe9GP2rLLLSJGTBWBUX4WkIDIiL7satZi6QKKbhhhV1xJBTYj3iSBVWw7tg9TvzkW5vmP94jOlRPiUIVpTUQS4EtnfP76u/pPpd9VnHQfNM/HD12QX3vRDw0f/HEflPT0pGfuEINaYZlfjBvwsjJ9hLM7SgJ6Y1uO/nxAkuZnJW6kOVLiisz4yc3P3SXdd5E9AVjvM3ji5DOCYN4ai4qOXyKbMwpt+WOF7TiPVMed8jCCeHd6Mc4WrfqO7tsRnzcHpS1dt+UrgaofZ/xkvPma9/xhBRrf50ccdjYg15iGdIvtXTUUUBC/xY5edwGPjd407JcnBi8v94CzY8qVofeq6T9OZvfVlDT7qjI14Rh8Y/+EpgiT3XHLeS0Ae6Fhfku2WFGcdu+sicwV1Fr0UePL8pv694z+fMA1I8H4Izq0iFpqEud9fmNOHsPAg7tLkcWsTP5roiwkFqWzp2YPwsMu5KLdG60tnplSSJMv33eg0FB5a1Db44URfTVpZJ2b527BwPXB+qrYVeSRaO//NbLdp8IsJnfOxaHzCv66JbB1JNYHRsa5sOarOIpfAH4oKTHoV5Y6zt6F0LSrOgsEK7xbFvMun68Ke3XWRuWFhG/DHLluFby9q6Xtmsu9TppJWNfdvkeQ8fSoEPnssnHg2nZLaZwu7NxKeJfwKH2IAv00lBvgoNW7i3Aj42WH5a8XhyNN6n//y5Wc6eh8m3B9pUnwUXoD+RMg657WcJ++CLX1RrNyMv9Lha6N7yh6eDqKMlhqPPAJc78dcRW9Y8tRAp8vQ92g7Wh95UOE7voyVXyUK5tadrbVRRiujRp4G/A2OhX+qau6704+p77/kw7G+uxDe9BnAt7z44efPxnyu3XWRuXPDkRfxKwa8cbCoz1lw7Ti+BVnRznA8HroGxG/R5K8eCye2dTeWnzWpqB3rypaHhW0+7xmA7hmWgmvTKUuS1rX+ws0HD6iNfw13XdrjfCZh7dvRutLadPxMRaJ1pfWep2/h72kKkB6xoa9/qvnAwXT8ZLYpWGPJ54w1r5HGpmAK/xKP6Z1L2/sHM/F5uuhYX1Lixc0D+BmBf8KgsXZ1RdvAu+n6y+hpaHHTwDtYuwZXpbSTELilICw7ovWldWfC1L2CdNWXNXpxs4M0xQBdk4kYkO3GkqM95UX879iWRF+zRm/PZgPGXNJVW75SjH0A+FKah35krL06UzFgKmy96vG9iqa+/8o2jiDorI98wRO5R1X/jDNx69XjfLju3AUhL/4c8PlMjlfRVwUelWOzn6ts7/ZTJDkwojUVRclUnQ0+EhIm441hKbg23Rv4RAR2Ld9eQ2HxrMiPUL6TRbuDCM+ahGkZHDn0eq62mtheQ+HsWWWXJTMKryO97WNPRoGfHjynb1NQFfcCv7nurS27FqNPAqVZNnUUZZuKvmrEvBY+ZrZnOpvcc1N5cSxmVyREVwlyBXAZcE5W0Ql9iq5f1Nz/QlbtnNJsDviwtmRRgTGP+x9A+aZbYKciu1DtVdEjiPQb1aNwYk19iajMQaRM0GqFauCCgOP4bcjoLRO9gs2WnD5+djWUrhHkZyiVufSTR/YrsmlRS29TrhzkdFZ2UXP/CzHLHzH6ntn1jn4qEwceKCo01bkUA/I4QOtYX7I4NGK+q8IG4EzJoh8W1V+I530/3V2fMyXvI+YP1527oMBLfFfRjWR7Y80ZEhP0aVH+oaK1rzuvnvPp7GS6G4vLrBauTe6fkdH4JQe8gUiLkeEt4zMK88WUmFPqbixfZhO2IblLwMV5dv8e8KwxpiVfl6VUTAlBTmZPw4JzCxhZZZQrFa7E//7tftkvsM0KW0MjvJTM1JwyTDlBxhOtmRuRwtAya2S5QLVaXSbCQh1dRFmMUHKiKp5wBGWA0WSsIygHQHdizC5jdUdCEzunQnH+VPw/fdVW7bF9KIgAAAAASUVORK5CYII=');
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -32px;
}


@media (max-width: 1199px) {
    .selected-store-wrap font {
        line-height: 1.1;
        display: block;
    }
}

@media (max-width: 991px) {
    .selected-store-wrap {
        background: #f4f4f4;
        height: auto;
        margin: 10px 0;
        padding: 22px 30px 27px;

    }
}

@media (max-width: 767px) {
    .selected-store-wrap span {
        font-size: 18px;
    }

    .selected-store-wrap {
        padding: 17px 20px 22px;
        line-height: 26px;
    }

    .selected-store-wrap font {
        line-height: 1.2;
    }
}

/***Выбранная аптека, 1 шаг оформления заказа END***/

@media (max-width: 991px) {

    .header:before,
    .header:after {
        background: none;
        display: none;
    }

    .topMenu li {
        margin-right: 20px;
    }

    .wrapper {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .topMenu li {
        margin-bottom: 5px;
    }

    .topMenu li a {
        color: #000;
    }
}

@media (max-width: 767px) {
    .header:before {
        background: url(/bitrix/templates/snovazdorovo/images/apple.png) 0 0 no-repeat;
        background-size: 170px;
        top: 92px;
        right: 0;
        left: auto;
    }
}

.citySelector {
    font-size: 13px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 100%;
    margin-top: 2px;
}

.citySelector .fa-map-marker {
    color: #EB1A2C;
    font-size: 20px;
    bottom: 2px;
    position: relative;
}

.citySelector .fa {
    bottom: 2px;
    position: relative;
    color: #000;
    padding-left: 5px;
    cursor: pointer;
}

.citySelector a:hover,
.citySelector a:focus,
.citySelector a:active,
.citySelector a {
    text-decoration: none;
}

.citySelector a:hover {
    border-color: #fff;
}

.citySelector .checkCity {
    color: #000;
    border-bottom: 1px dashed #919191;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 20px);
    display: inline-block;
    line-height: 17px;
}

.citySelector .cityList {
    list-style: none;
    padding: 0px;
    margin: 5px 0;
}

.citySelector .cityList li::before {
    content: "";
}

.citySelector .cityListWrap {
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 99;
    display: none;
    width: auto;
}


.citySelector .cityList li a {
    display: block;
    height: 28px;
    line-height: 15px;
    padding: 5px 15px;
    color: #000;
    font-weight: normal;
}

.citySelector .cityList li a:hover {
    background: #eee;
}

.smallHead {
    line-height: 1;
    font-size: 12px;
    color: #a2a2a2;
}

.geoWrap {
    padding: 10px 0px 10px 35px;
    background: url("/bitrix/templates/snovazdorovo/images/geoIcon.png") center left no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 991px) {
    .citySelector {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .citySelector {
        font-size: 13px;
    }
}

.phoneWrap {
    padding: 10px 0px 10px 35px;
    background: url("/bitrix/templates/snovazdorovo/images/phoneIcon.png") center left no-repeat;
}

.phoneWrap a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

@media (max-width: 1199px) {
    .geoWrap {
        padding: 10px 0px 10px 28px;
    }

    .phoneWrap {
        padding: 10px 0px 10px 28px;
    }

    .smallHead {
        font-size: 10px;
        line-height: 1;
    }

    .phoneWrap a {
        font-size: 13px;
    }
}

.basket-line {
    padding: 20px 0;
}

.bx_vertical_menu_advanced .catalogMenu {
    background: #fff;
    background-size: cover;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 4, 9, 0.12);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 4, 9, 0.12);
    box-shadow: 0px 5px 20px 0px rgba(0, 4, 9, 0.12);
}

.footerWrap {
    min-height: 238px;
    width: 100%;
    background: #f7f7f7 url("/bitrix/templates/snovazdorovo/images/footerBg-optimized.png?2") top center no-repeat;
    background-size: 100% auto;
    position: relative;
}

.footerWrap:before {
    content: "";
    display: block;
    left: 0px;
    bottom: 0px;
    width: 181px;
    height: 124px;
    position: absolute;
    background: url("/bitrix/templates/snovazdorovo/images/footerLeftBg.png") center center no-repeat;
}

.footerWrap:after {
    content: "";
    display: block;
    right: 20px;
    bottom: 0px;
    width: 193px;
    height: 245px;
    position: absolute;
    background: url("/bitrix/templates/snovazdorovo/images/footerRightBg.png") center center no-repeat;
}

.main-slider:after {
    content: "";
    display: block;
    right: 5%;
    bottom: -65px;
    width: 437px;
    height: 115px;
    position: absolute;
    background: url("/bitrix/templates/snovazdorovo/images/sliderBg.png") center center no-repeat;
    z-index: -1;
}

.main-slider .owl-nav {
    position: absolute;
    z-index: 200;
    top: 50%;
    margin-top: -40px;
    width: 100%;
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url("/bitrix/templates/snovazdorovo/images/sliderArrow.png?p=2") 0 0 no-repeat !important;
    outline: none;
    text-indent: -999999px;
    transition: 0s !important;
}

.main-slider .owl-nav .owl-prev {
    background-position: 0 0 !important;
    left: 10%;
}

.main-slider .owl-nav .owl-next {
    background-position: -98px 0 !important;
    right: 10%;
}


.main-slider .owl-nav .owl-prev:hover {
    background-position: 0 -90px !important;
}

.main-slider .owl-nav .owl-next:hover {
    background-position: -98px -90px !important;
}

.block-shadow {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
}

.brandsBlock {
    padding: 90px 0 90px;
}

.brandsBlock .brands-nav div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #e8e8e8;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.brandsBlock .brands-nav:before {
    content: url(/bitrix/templates/snovazdorovo/images/str-prev-hov.png),
    url(/bitrix/templates/snovazdorovo/images/str-next-hov.png);
    display: none;
}

.brandsBlock .brands-nav div:hover {
    border-color: #007158;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.brandsBlock .brands-nav .brands-prev {
    background: url(/bitrix/templates/snovazdorovo/images/str-prev.png) center center no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.brandsBlock .brands-nav .brands-next {
    background: url(/bitrix/templates/snovazdorovo/images/str-next.png) center center no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.brandsBlock .brands-nav .brands-next:before {
    content: url(/bitrix/templates/snovazdorovo/images/str-next-hov.png);
    display: none;
}

.brandsBlock .brands-nav .brands-prev:before {
    content: url(/bitrix/templates/snovazdorovo/images/str-prev-hov.png);
    display: none;
}

.brandsBlock .brands-nav .brands-prev:hover {
    background: url(/bitrix/templates/snovazdorovo/images/str-prev-hov.png) center center no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.brandsBlock .brands-nav .brands-next:hover {
    background: url(/bitrix/templates/snovazdorovo/images/str-next-hov.png) center center no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.footerContent {
    padding-top: 70px;
}

.footerContent .phoneWrap a {
    color: #000;
    font-weight: 400;
    text-decoration: none !important;
}

.footerContent .phoneWrap {
    position: relative;
    z-index: 3;
}

.footerHead {
    font-size: 13px;
    color: #c5c5c5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.rasa {
    padding-left: 35px;
    color: #a2a2a2;
    font-size: 16px;
    margin-top: 30px;
    position: relative;
    z-index: 3;
}

.rasa a {
    color: #a2a2a2 !important;
    text-decoration: underline;
}

.headCarrot,
.headApple,
.mainViewedProduct h2 {
    margin-top: 50px;
}

.headCarrot:before {
    content: "";
    position: absolute;
    top: -38px;
    left: -37px;
    width: 87px;
    height: 99px;
    display: block;
    background: url("/bitrix/templates/snovazdorovo/images/headCarrot.png") center center no-repeat;
}

.headCarrotBig:before {
    content: "";
    position: absolute;
    top: -56px;
    left: -74px;
    width: 158px;
    height: 102px;
    display: block;
    background: url("/bitrix/templates/snovazdorovo/images/headCarrotBig.png") center center no-repeat;
}

.headApple:before {
    content: "";
    position: absolute;
    top: -58px;
    left: -50px;
    width: 118px;
    height: 106px;
    display: block;
    background: url("/bitrix/templates/snovazdorovo/images/headApple.png") center center no-repeat;
}

.headHearth:before {
    content: "";
    position: absolute;
    top: -60px;
    left: -40px;
    width: 99px;
    height: 105px;
    display: block;
    background: url(/bitrix/templates/snovazdorovo/images/headHearth.png) center center no-repeat;
}

h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #e25b11;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.subscribeBlock {
    min-height: 135px;
    position: relative;
    background: #f29c13;
    margin-top: 140px;
    margin-bottom: 115px;
}

.subscribeBlock:before {
    height: 15px;
    width: 100%;
    position: absolute;
    display: block;
    content: '';
    background: url("/bitrix/templates/snovazdorovo/images/subscribeBg-top.png") left center repeat-x;
    top: -15px;
}

.subscribeBlock:after {
    height: 8px;
    width: 100%;
    position: absolute;
    display: block;
    content: '';
    background: url("/bitrix/templates/snovazdorovo/images/subscribeBg-bottom.png") left center repeat-x;
    bottom: -8px;
}


.subscribeBlock .container {
    position: relative;
}

.subscribeBlock .container:before {
    content: "";
    position: absolute;
    top: -128px;
    right: 223px;
    width: 159px;
    height: 50px;
    display: block;
    background: url("/bitrix/templates/snovazdorovo/images/subsrcibeBg2.png") center center no-repeat;
}

.subscribeHead {
    font-size: 24px;
    line-height: 120%;
}

.subscribe-edit {
    margin-top: 3px;
    position: relative;
}

.subscribe-edit form {
    position: relative;
}

.alphabetBlock {
    min-height: 210px;
    position: relative;
    padding: 45px 0 40px;
    width: 100%;
    background: #faf2e4;
    margin-top: 25px;
}

.alphabetBlock:before {
    height: 6px;
    content: '';
    position: absolute;
    top: -6px;
    display: block;
    width: 100%;
    background: url("/bitrix/templates/snovazdorovo/images/alphabetBg-top.png") left center repeat-x;
}

.alphabetBlock:after {
    height: 7px;
    content: '';
    position: absolute;
    bottom: -7px;
    display: block;
    width: 100%;
    background: url("/bitrix/templates/snovazdorovo/images/alphabetBg-bottom.png") left center repeat-x;
}

.alphabetBlock .container {
    position: relative;
}

.alphabetBlock .container:after {
    content: "";
    z-index: 1;
    position: absolute;
    right: -49px;
    top: -49px;
    width: 347px;
    height: 218px;
    display: block;
    background: url("/bitrix/templates/snovazdorovo/images/alphabetBg2.png") center center no-repeat;
}

.alphabetHead {
    margin-bottom: 20px;
}

.alphabetBlock ul {
    z-index: 2;
    position: relative;
    cursor: default;
    margin-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.alphabetBlock .list-inline-item:not(:last-child) {
    margin-right: 12.5px;
}

.alphabetBlock a {
    font-size: 22px;
    cursor: default;
    color: #d6cab5 !important;
    text-decoration: none !important;
}

.alphabetBlock a.active {
    color: #e25c12 !important;
    cursor: pointer;
}

.alphabetBlock a.active:hover {
    color: #f2ab00 !important;
}

.mainGoods {
    margin-top: 50px;
}


.mainViewedProduct {
    margin: 30px 0;
}

.mainViewedProduct h2 {
    margin-bottom: 20px;
}

.mainSale {
    margin-top: 50px;
}

.mainSaleWrap .show-all-actions {
    width: 170px;
    height: 50px;
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    text-align: center;
    line-height: 1;
    color: #000 !important;
    text-decoration: none !important;
    margin-top: 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mainSaleWrap .show-all-actions i {
    width: 18px;
    height: 11px;
    margin-top: 3px;
    margin-left: 13px;
    background: url(/bitrix/templates/snovazdorovo/images/str-show-all-sale.png);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainSaleWrap .show-all-actions i:before {
    content: url(/bitrix/templates/snovazdorovo/images/str-show-all-sale-hov.png);
    display: none;
}

.mainSaleWrap .show-all-actions:hover i {
    background: url(/bitrix/templates/snovazdorovo/images/str-show-all-sale-hov.png);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainSaleWrap .show-all-actions:hover {
    color: #007158 !important;
    border-color: #007158;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

{
    margin-top: 50px
;
}

.wrapper > .container {
    background: url(/bitrix/templates/snovazdorovo/images/apple.png) 525px 0 no-repeat;
}

.wrapper.main img {
    max-width: 100%;
}

.wrapper.main,
.wrapper.main > .container {
    background: none;
    margin-bottom: 70px;
}

.bx-opened {
    position: fixed;
    height: 100vh !important;
    width: 100%;
}

.mobileOverlay {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 998;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 113, 88, .5);
    transition: 0.3s;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 80%;
    height: 100vh;
    overflow: hidden;
    margin-left: -100%;
    padding: 10px 20px 20px;
    background: #fff;
}

.mobile-menu.open {
    display: block;
    overflow: visible;
}

.mobile-menu .geoWrap {

}

.mobile-menu .mobile-menu-block {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

.mobile-menu .mobile-menu-block:last-child {
    border-bottom: none;
}

@media (max-width: 1300px) {
    .alphabetBlock .container:after {
        right: 10px;
    }
}

@media (max-width: 1200px) {
    .wrapper > .container {
        background: url(/bitrix/templates/snovazdorovo/images/apple.png) 100% 0 no-repeat;
        background-size: 400px;
    }
}

@media (max-width: 1199px) {
    .alphabetBlock .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
}

@media (max-width: 991px) {
    .alphabetBlock .list-inline-item:not(:last-child) {
        margin-right: 20px;
    }

    .alphabetBlock .list-inline-item a {
        line-height: 1.9;
    }

    .alphabetBlock .container:after {
        display: none;
    }

    .wrapper > .container {
        background: none;
    }

    .mainSale:before {
        right: -30px;
    }

    .subscribeBlock {
        min-height: 190px;
        margin-bottom: 70px;
    }

    .subscribeBlock .container:before {
        top: -120px;
    }

    .wrapper.main, .wrapper.main > .container {
        margin-bottom: 10px;
    }

    .footerContent {
        padding-bottom: 40px;
    }

    .footerWrap:before {
        width: 74px;
        height: 100%;
        background: url(/bitrix/templates/snovazdorovo/images/footerLeftMobBg.png) left 60% no-repeat;
    }

    .footerlogo {
        margin-bottom: 20px;
        display: inline;
    }

    .pobeda-logo {
        margin: 0 0 0 121px !important;
    }

    .pobeda-logo .img-fluid {
        max-width: 163px;
    }

    .footerHead {
        text-align: center;
    }

    .footerMenu {
        text-align: center;
        margin-bottom: 25px;
    }

    .footerWrap .phoneWrap {
        margin-top: 10px;
        text-align: center;
        padding: 30px 0px 10px 0px;
        background-position: top center;
    }

    .rasa {
        padding-left: 0px;
        text-align: center;
    }

    .footerWrap:after {
        background: url(/bitrix/templates/snovazdorovo/images/footerRightMobBg.png) right bottom no-repeat;
        right: 0;
        height: 100%;
        z-index: 0;
    }

    .footerContent {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .main-slider:after {
        display: none;
    }

    .headCarrot:before,
    .headApple:before,
    .headHearth:before {
        left: -30px;
    }

    .headCarrotBig:before {
        top: -17px;
        left: -68px;
    }

    .subscribeHead {
        font-size: 22px;
    }

    .subscribeBlock .container:before {
        top: -104px;
        right: 70px;
    }
}

@media (max-width: 575px) {
    .headBar {
        margin: 0 10px;
    }

    .brandsBlock .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .brandsBlock .container {
        padding: 0;
    }

    .brandsBlock h2 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .alphabetBlock {
        padding: 25px 0 20px;
    }

    .brandsBlock {
        padding: 50px 0 40px;
    }

    .alphabetBlock ul {
        margin-left: 10px;
        margin-right: 10px;
    }

    .subscribeHead {
        margin: 40px 10px 0;
    }

    .subscribeBlock .container:before {
        top: -78px;
    }

    .headApple:before {
        top: -44px;
    }

    .mainSale {
        margin-top: 24px;
    }

    .mainSaleWrap .container {
        padding: 0;
    }

    .mainSaleWrap h2 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .headBar .col.text-center {
        padding: 0;
    }

    .mainGoodsWrap .container {
        padding: 0;
    }

    .mainGoodsWrap h2 {
        margin-right: 20px;
        margin-left: 30px;
    }

    .mainSaleWrap .show-all-actions {
        width: calc(100% - 40px);
        margin: 28px 20px 0;
        max-width: 100%;
    }

    .headHearth:before {
        left: -55px;
    }

    .footerlogo {
        display: block !important;
    }

    .pobeda-logo {
        margin: 0 auto 15px auto !important;
    }
}

/* Карта на странице контактов */
#map * {
    touch-action: auto;
}

.contacts_map {
    width: 100%;
    height: 600px;
    position: relative;
    bottom: 55px;
    margin-top: 70px;
}

@media (max-width: 991px) {
    .contacts_map {
        padding: 0 0 0 10px;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .contacts_map {
        bottom: 0;
        margin-top: 0;
    }
}

/* Конец карты на странице контактов */
.pobeda-logo {
    width: 55%;
    margin: auto;
}

/*Упрощённое оформление заказа*/
.selected-store-wrap {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.selected-store-wrap b {
    color: #e25c14;
    font-size: 14px;
    font-weight: 400;
    min-width: 120px;
}

.selected-store-wrap .pharm-contacts-wrap .phone-wrap {
    margin-bottom: 18px;
}

.selected-store-wrap .pharm-info-wrap b {
    margin-right: 34px;
}

#store-info-wrap {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding-left: 32px;
}

#store-info-wrap .order-ready-text {
    margin-bottom: 8px;
}

#store-info-wrap font {
    display: block;
    padding-left: 40px;
    position: relative;
}

#store-info-wrap font:before,
#authorize-user-block font:before,
#register-user-block font:before,
#success-block font:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 2px;
}

#success-block font:before {
    top: 4px;
}

#store-info-wrap font.order-ready-text:before,
#authorize-user-block font.order-ready-text:before,
#register-user-block font.order-ready-text:before,
#success-block font.order-ready-text:before {
    background: url('/bitrix/templates/snovazdorovo/images/order-ready-text-icon.png');
}

#store-info-wrap font.order-sms-text:before,
#success-block font.order-sms-text:before {
    background: url('/bitrix/templates/snovazdorovo/images/order-sms-text-icon.png');
}

#authorize-user-block font.order-ready-text,
#register-user-block font.order-ready-text,
#success-block font {
    position: relative;
    padding-left: 40px;
}

#success-block font.order-ready-text {
    padding-bottom: 10px;
}

#store-info-wrap span {
    color: #e25b11;
    font-size: 20px;
    line-height: 16px;
    text-transform: none;
}

.selected-pharm-wrap {
    color: #e25c14;
    font-size: 14px;
    line-height: 1;
    margin: 44px 0 34px;
}

.selected-pharm-wrap span {
    display: block;
    color: #1d1c1c;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin: 2px 0 6px;
}

.selected-pharm-wrap .btn-rounded {
    min-width: 200px;
    height: 36px;
    margin-left: 66px;
    font-size: 13px;
    font-weight: 400;
    padding: 9px 0;
    text-align: center;
}

.order-btn-wrap {
    margin-top: 26px;
}

.order-btn-wrap .btn-rounded-cart {
    position: relative;
}

.order-btn-wrap .btn-rounded-cart.disabled,
.order-btn-wrap .btn-rounded-cart.disabled:hover {
    cursor: default;
    border-color: #dddddd;
    background: #f7f7f7;
    color: #7e7e7e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.order-btn-wrap .btn-rounded-cart .error-phone {
    display: none;
    position: absolute;
    width: 126px;
    height: 56px;
    padding: 6px 10px;
    color: #fff;
    font-size: 10px;
    line-height: 11px;
    text-align: left;
    background: url('/bitrix/templates/snovazdorovo/images/error-order-message.png');
    top: -60px;
    left: 44px;
    z-index: 30;
}

input#user-phone,
input#user-phone-head {
    width: 190px;
    min-width: 190px;
    height: 36px;
    display: block;
    margin-right: 30px;
    background: #f7f7f7;
    border: none;
    border-radius: 36px;
    border: 2px solid #f1ab01;
    outline: none;
    box-shadow: none !important;
    padding: 0 20px;
    -webkit-appearance: none;
}

#authorize-user-block h3,
#register-user-block h3 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

#authorize-user-block .order-delivery-info,
#register-user-block .order-delivery-info {
    font-size: 18px;
    margin-bottom: 32px;
}

#authorize-user-block .order-delivery-info span,
#register-user-block .order-delivery-info span {
    font-weight: 700;
    color: #e25b11;
}

#authorize-user-block .order-delivery-info .order-sms-text,
#register-user-block .order-delivery-info .order-sms-text {
    display: none;
}

#success-block .listWrap span {
    font-weight: 700;
    color: #e25b11;
}

#success-block .listWrap font {
    display: block;
}

#success-block {
    font-size: 18px;
    color: #0f0f0f;
    width: auto;
    max-width: 100%;
    padding: 40px 30px 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#success-block .btn-rounded {
    margin-top: 28px;
}

#success-block h3 {
    position: relative;
    margin-top: 10px;
}

#success-block h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 76px;
    height: 74px;
    left: 8px;
    margin-top: -26px;
    background: url(/bitrix/templates/snovazdorovo/images/thx-for-order.png?1) no-repeat center center;
    background-size: cover;
}

#authorize-user-block #user-pass,
#register-user-block #user-code {
    position: absolute;
    opacity: 0;
    z-index: -1;
    text-align: center;
    font-size: 26px;
    letter-spacing: 8px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#authorize-user-block #user-pass {
    opacity: 1;
    z-index: 0;
    left: 50%;
    margin-top: -54px;
    margin-left: -90px;
}

#authorize-user-block input[name=LOGIN],
#register-user-block input[name=LOGIN] {
    display: none;
}

.code-input {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    -webkit-appearance: none;
    background: #f8f8f8;
    border: none;
    border: 1px solid #e8e8e8;
    font-size: 18px;
    width: 180px;
    height: 40px;
    border-radius: 40px;
    margin: 4px auto 14px;
}

.code-input .code-block {
    width: 20px;
    font-size: 20px;
    margin: 0 2px;
    line-height: 1.6;
    height: 30px;
    border-bottom: 1px solid #7c7c7c;
    text-align: center;
}

.code-input .code-block.fill {
    border-bottom: none;
}

.code-input.inFocus .code-block.focus {
    border-color: #e25b11;
    animation: focus-codeinput 1.4s infinite steps(1, end);
}

.code-input.error {
    border-color: #e25b11;
}

@keyframes focus-codeinput {
    0% {
        border-color: #e25b11;
    }
    50% {
        border-color: transparent;
    }
}

#authorize-user-block #user-pass.error,
#register-user-block #user-code.error {
    border-color: #e25b11;
}

#authorize-user-block,
#register-user-block {
    font-size: 14px;
    color: #0f0f0f;
    text-align: center;
    width: 412px;
    padding: 30px 30px 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#authorize-user-block .repeatePass,
#register-user-block .repeatePass {
    font-size: 12px;
}

#authorize-user-block .repeatePass.active,
#register-user-block .repeatePass.active {
    color: #e1590c;
    cursor: pointer;
    text-decoration: underline;
}

#authorize-user-block .repeatePass.active span,
#register-user-block .repeatePass.active span {
    display: none;
}

#authorize-user-block .repeatePass.active:hover,
#register-user-block .repeatePass.active:hover {
    text-decoration: none;
}

#authorize-user-block .repeatePass .smsTimer,
#register-user-block .repeatePass .smsTimer {
    font-weight: 700;
    font-style: normal;
    color: #e1590c;
}

#authorize-user-block .forgotPass a {
    text-decoration: underline;
}

#authorize-user-block .forgotPass a:hover {
    text-decoration: none;
}

#register-user-block input,
#authorize-user-block input {
    outline: none;
    box-shadow: none !important;
    padding: 0 20px;
    -webkit-appearance: none;
    background: #f8f8f8;
    border: none;
    border: 1px solid #e8e8e8;
    font-size: 18px;
    width: 180px;
    height: 40px;
    border-radius: 40px;
    display: block;
    margin: 0 auto;
}

#authorize-user-block .btn-rounded,
#register-user-block .btn-rounded {
    margin-top: 26px;
}

#authorize-user-block .listWrap,
#register-user-block .listWrap,
#success-block .listWrap {
    margin: 20px 0 0px;
    padding-bottom: 24px;
    max-height: none;
}

#authorize-user-block input,
#register-user-block input {
    margin: 4px auto 14px;
}

.agree-block {
    font-size: 10px;
    line-height: 12px;
    margin: 28px auto 50px;
    width: 520px;
}

.personal-wrap {
    position: relative;
}

.personal-wrap .preloader-bg {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    backgsound: #fff;
    z-index: 10;
    opacity: 0.5;
    display: none;
}

@media (max-width: 1199px) {
    .selected-store-wrap .pharm-info-wrap b {
        margin-right: 3px;
    }
}

@media (max-width: 991px) {
    .selected-store-wrap {
        background: #fef6e5;
        padding: 30px;
        margin: 0;
    }

    .selected-store-wrap .pharm-info-wrap b {
        margin-right: 0px;
    }

    .selected-store-wrap .pharm-info-wrap {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .selected-store-wrap b {
        min-width: 130px;
        padding-right: 10px;
    }

    #store-info-wrap {
        padding-left: 0;
        margin-top: 24px;
    }

    .selected-store-wrap span {
        display: inline;
    }

    .selected-pharm-wrap .btn-rounded {
        margin-left: 0;
        margin-top: 14px;
    }

    .basket-checkout-section {
        padding: 23px 0px 0;
    }
}

@media (max-width: 575px) {
    .selected-store-wrap span {
        display: block;
    }

    .selected-store-wrap b {
        font-size: 16px;
        display: block;
        margin-bottom: 2px;
    }

    .selected-store-wrap {
        padding: 20px;
    }

    .selected-pharm-wrap {
        font-size: 16px;
    }

    .agree-block {
        width: 100%;
        padding: 0 15px;
    }

    input#user-phone,
    input#user-phone-head {
        margin-right: 0px;
        margin-bottom: 44px;
    }

    input#user-phone-head {
        margin-bottom: 0px;
    }

    .order-btn-wrap .btn-rounded-cart .error-phone {
        top: -50px;
    }

    #authorize-user-block,
    #register-user-block,
    #success-block,
    #error-block {
        max-width: 100%;
        padding: 30px 15px 20px;
    }
}

@media (max-width: 414px) {
    #authorize-user-block .order-delivery-info,
    #register-user-block .order-delivery-info {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #authorize-user-block font.order-ready-text,
    #register-user-block font.order-ready-text, #success-block font {
        padding-left: 34px;
    }

    #authorize-user-block font.order-ready-text:before,
    #register-user-block font.order-ready-text:before {
        top: 0;
    }
}

.alphabetBlock span {
    font-size: 22px;
    cursor: default;
    color: #d6cab5 !important;
    text-decoration: none !important;
}

/* scroll */
/* width */
#storeSelect ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#storeSelect ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#storeSelect ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#storeSelect ::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.manufacturer-empty {
    height: 27px;
}

.product-item-detail-slider-image.active p {
    position: relative;
    top: 100%;
    color: #a2a2a2;
    text-align: left;
}

/*.col-12 .product-item-line-card .availability.red.not-avalebal {*/
/*    margin-top: 58%;*/
/*    padding: 0px 10px 0px 10px;*/
/*}*/

.availability.red.not-avalebal {
    margin-bottom: 68px;
}

/*.col-12 .product-item-line-card .availability.red.not-avalebal {*/
/*    margin-top: 38%;*/
/*    width: 170px;*/
/*    text-align: center;*/
/*}*/

.product-item-line-card .availability-product-info.availability.green {
    text-align: center;
}

/*.col-12 .product-item-line-card .availability.red.not-avalebal {*/
/*    margin-top: 38%!important;*/
/*    width: 170px;*/
/*}*/
.product-item-line-card .product-item-info-container {
    margin-bottom: 0;
    margin-top: 0px;
}

.product-item-button-container .availability.red {
    color: #e25c12;
    margin-top: 0px !important;
    margin-bottom: 44px !important;
}

.product-item-line-card .product-item.list .product-item-title {
    height: 38px;
}

.product-item-line-card .message-for-product.availability {
    color: #a1be06 !important;
    float: right;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image.active p {
    top: 140%;
    text-align: center;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span, .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #f2ab00 !important;
}

.basket-items-list-item-container.disabled img.basket-item-image {
    filter: grayscale(100%);
}

.basket-items-list-item-container.disabled h3.basket-item-info-name, .basket-items-list-item-container.disabled h3.basket-item-info-name a {
    color: #b4b4b4 !important;
}

.basket-items-list-item-container.disabled .basket-items-list-item-discount {
    display: none;
}

.basket-items-list-item-container.disabled td.basket-items-list-item-price.basket-items-list-item-price-for-one.hidden-xs {
    display: none;
}

.basket-items-list-item-container.disabled .basket-items-list-item-amount {
    display: none;
}

.basket-items-list-item-container.disabled .basket-items-list-item-price {
    display: none;
}

.basket-items-list-item-container.disabled .basket-items-list-item-availability {
    display: none;
}

.basket-items-list-item-container.disabled .basket-items-list-item-availability.not-out-of-stock {
    display: table-cell !important;
    color: #E25C12;
    font-weight: bold;
    padding-left: 20px;
}

.basket-items-list-item-container.disabled .basket-items-list-item-descriptions {
    width: 40%;
}

.basket-items-list-item-container.disabled .basket-items-list-item-warning-container {
    display: none;
}

td.basket-items-list-item-disabled {
    display: none;
}

.basket-items-list-item-container.disabled td.basket-items-list-item-disabled {
    display: block;
}

.basket-item-block-disabled {
    text-align: center;
}

.basket-items-list-item-container.disabled td.basket-items-list-item-disabled {
    display: table-cell;
}

/*.basket-items-list-item-container {*/
/*    display: flex;*/
/*    align-content: stretch;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*}*/
/*.basket-items-list-item-availability {*/
/*    font-size: 20px;*/
/*    width: 110px;*/
/*}*/
.basket-item-block-disabled p {
    font-size: 18px;
    color: #b4b4b4;
}

@media (max-width: 768px) {
    .basket-items-list-table {
        width: 100%;
    }

    .basket-items-list-item-container.disabled td.basket-items-list-item-disabled {
        width: 100%;
    }

    .basket-items-list-item-container.disabled .basket-items-list-item-descriptions {
        width: 100%;
    }
}

/*  cart  */
.block-stock-balances {
    position: absolute;
    height: auto;
    background-color: #eaeaea;
    width: 190px;
    padding: 10px 10px 10px 10px;
    top: 88%;
    margin-left: 54%;
    z-index: 9;
    text-align: left;
    display: none;
}

.block-stock-balances-title {
    font-size: 18px;
    font-weight: 600;
    color: #909090;
}

.block-stock-balances ul {
    list-style: none;
    padding: 0;
}

.block-stock-balances-price {
    margin-left: 25px;
}

/*  search  */

.bx_searche .bx_item_element a.searchItemName {
    text-decoration: none;
    font-size: 16px;
    margin-top: 0;
    max-width: 200px;
    vertical-align: middle;
}

.bx_price.ml-0.ml-sm-auto.mt-3.mt-sm-0 {
    color: #000;
}

.bx_searche .bx_item_element span.searchItemName {
    text-decoration: none;
    font-size: 16px;
    margin-top: 0;
    max-width: 200px;
    vertical-align: middle;
}

.bx_item_block.itemSearch.d-flex.align-items-center a {
    display: contents;
    color: #000;
    text-decoration: none;
}

.modal-block {
    padding: 30px 20px 30px 20px;
    max-width: 768px;
}

.description-text H3 {
    margin-top: 15px;
}

.product-item-detail-properties-value {
    text-align: left !important;
    max-width: 100% !important;
}

@media (max-width: 992px) {
    .product-item-detail-properties-value {
        max-width: 50% !important;
    }
}

.in-store-btn {
    width: 268px !important;
    text-align: center;
}

.in-store-btn span {
    background: #e25c12 !important;
}

.new.item-delivery.align-items-center.in-store-btn span {
    width: 240px;
}

/*  */
#cookie_note {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 40%);
    z-index: 999;
}

#cookie_note p {
    margin: 0;
    font-size: 18px;
    text-align: left;
    color: black;
    width: 100%;
}

/*.cookie_accept {*/
/*    width: 10%;*/
/*}*/
@media (min-width: 576px) {
    #cookie_note.show {
        display: block;
    }
}

@media (max-width: 575px) {
    #cookie_note.show {
        display: block;
        text-align: left;
    }
}

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

.display-flex {
    display: flex !important;
}

.availability-product-info.availability.green {
    height: 39px;
}

.availability-product-info.availability.gray.d-flex.align-items-center.justify-content-center {
    height: 39px;
}

div#epilogPriceWrap .col-lg-2.col-md-12.col-sm-2.font-bold {
    font-weight: 600;
    color: #e25b11;
    text-align: center;
}

div#epilogPriceWrap .col-lg-3.col-md-12.col-sm-3.font-bold {
    font-weight: 600;
    color: #e25b11;
    text-align: center;
}

/* Store Select list */

#storeSelectCart {
    padding: 0px 0px 0px 30px;
}

.listWrapCart {
    margin: 20px 0 30px;
    max-height: 230px;
    overflow-y: auto;
}

.itemWrapCart {
    cursor: pointer;
    padding: 7px 14px 9px;
    border-top: 1px solid #e5e5e5;
    line-height: 1.3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.itemWrapCart.active {
    background: #fffce7;
    cursor: pointer;
}

#storeSelectCart span.address {
    text-align: center;
}

span.availability-info-orange {
    color: #e25c12;
}

span.availability-info-black {
    color: #000;
}

span.availability-info-green {
    color: #9eb910;
}

.aptekaListAvailable {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
}

#storeSelectCart .itemWrapCart .address {
    display: block;
    font-weight: 700;
    font-size: 24px;
}

#storeSelectCart span.amount {
    color: #9eb910;
    display: block;
    position: relative;
    text-align: right;
    line-height: 1;
    margin-top: 7px;
    width: 170px;
    font-size: 18px;
}

#storeSelectCart span.amount span {
    font-size: 14px;
    font-weight: 600;
}

.left {
    float: left;
}

.right {
    float: right;
}

#storeSelectCart.itemInfoContainer {
    font-size: 14px;
    line-height: 1.2;
}

span.availability-info-black.right {
    text-transform: uppercase;
}

.itemWrapCart {
    /*width: 255px!important;*/
    background: #f2f2f2;
    margin: 0 24px 0 24px;
    border-radius: 10px;
}

.slider .slick-arrow {
    position: absolute;
    top: 28%;
    z-index: 2;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: none;
    transition: none;
}

.slider {
    position: relative;
    padding: 0px 60px;
/ / поля между стрелкой и краем слайдера
}

.slider .slick-arrow.slick-prev {
    left: 0;
    width: 80px;
    height: 80px;
    background: url(/bitrix/templates/snovazdorovo/images/sliderArrow.png) 0 0 no-repeat !important;

}

.slider .slick-arrow.slick-next {
    right: 0;
    width: 80px;
    height: 80px;
    background: url(/bitrix/templates/snovazdorovo/images/sliderArrow.png);
    background-position-x: 82px;
}

.slider .slick-arrow.slick-next:hover {
    background-position: -98px -90px !important;
}

.slider .slick-arrow.slick-prev:hover {
    background-position: 0 -90px !important;
}

hr.delitel-one {
    border: 1px solid #a2a2a233;
    width: 80%;
    margin: 0 auto;
}

hr.delitel-two {
    border: 1px solid #a2a2a233;
    width: 80%;
    margin: 3px auto 5px auto;
}

#storeSelectCart .itemInfoContainer {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    color: #6c757d;
    text-align: center;
}

span.amount .order-ready-text {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

span.amount .order-ready-text span {
    color: #e25c12;
    font-size: 16px !important;
}

.cart-activ-apteka {
    display: none;
}

.cart-activ-apteka h3 {
    line-height: 2;
}

.main-slider .owl-height {
    max-height: 379px;
    height: auto !important;
}

@media (max-width: 991px) {
    #storeSelectCart {
        padding: 0px 0px 0px 10px;
    }

    .cart-activ-apteka {
        display: block;
        margin-top: 35px;
        text-align: center;
    }
}

@media (max-width: 420px) {
    #storeSelectCart .itemWrapCart .address {
        font-size: 18px;
    }

    span.amount .order-ready-text span {
        font-size: 14px !important;
    }

    .slider {
        position: relative;
        padding: 0px 10px;
    }

    .slider .slick-arrow.slick-prev:hover {
        background-position: 0px -55px !important;
        background-size: 110px !important;
    }

    .slider .slick-arrow.slick-prev {
        left: 0;
        width: 40px;
        height: 50px;
        background: url(/bitrix/templates/snovazdorovo/images/sliderArrow.png) !important;
        background-size: 110px !important;
    }

    .slider .slick-arrow {
        top: 34%;
    }

    .slider .slick-arrow.slick-next {
        right: 0;
        width: 40px;
        height: 50px;
        background: url(/bitrix/templates/snovazdorovo/images/sliderArrow.png);
        background-position-x: 43px !important;
        background-size: 110px !important;
    }

    .slider .slick-arrow.slick-next:hover {
        background-position: -67px -55px !important;
    }

    .listWrapCart {
        margin: 0;
    }

}

.col.info-cancel-sale-order {
    color: #ff0018;
    text-align: center;
}

/*   delayed klick btn  */

.basket-item-block-delayed-click {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #10ff00;
}

span.delayed-btn {
    width: 100%;
    height: 100%;
    display: block;
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    user-select: none;
    width: 16px;
    height: 16px;
    margin-right: 20px;
}

.custom-checkbox::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #e35c12;
    /*border-radius: 0.25em;*/
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked):hover::before {
    border-color: #b3d7ff;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active::before {
    background-color: #e35c12;
    border-color: #e35c12;
}

/* стили для чекбокса, находящегося в фокусе */
/*.custom-checkbox:focus::before {*/
/*    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
/*}*/
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
/*.custom-checkbox:focus:not(:checked)::before {*/
/*    border-color: #80bdff;*/
/*}*/
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled::before {
    background-color: #e35c12;
}

.custom-checkbox:checked::before {
    border-color: #e35c12;
    background-color: #e35c12;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.basket-items-list-item-descriptions-inner input[type="checkbox"] {
    display: inline-flex;
    align-items: center;
    user-select: none;
    width: 16px;
    height: 16px;
    margin-right: 20px;
}

.availabilityLink {
    font-size: 14px;
}

.btn-rounded-cart {
    width: 174px;
}

@media (max-width: 1199px) {
    .product-status-bloc .order-ready-text p {
        font-size: 13px !important;
    }
}

@media (min-width: 991px) {
    .product-item-button-container button.btn-rounded-cart {
        margin-top: 12px;
    }
}

@media (max-width: 991px) {
    .product-item-button-container .availability.red {
        margin-bottom: 48px !important;
    }

    .release {
        font-size: 12px;
        line-height: 2;
    }

    .product-item.list .product-item-amount {
        margin-right: 0 !important;
    }

    .product-item-line-card .product-item-info-container {
        margin-top: 10px !important;
    }

    .product-item.list .product-item-amount {
        margin-top: 12px;
    }
}

@media (max-width: 856px) {
    .btn-rounded-cart {
        width: 150px;
    }

}

.product-item.list .product-item-top-title {
    margin-bottom: 20px;
    text-align: left;
    margin-top: 17px;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
    width: 100%;
    height: 38px;
    display: none;
}

.product-item-top-title a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}


.catalog-section-top {
    display: flex;
    justify-content: end;
}

.mainGoodsTabContent .catalog-section-top {
    display: none;
}

.catalog-section-top__block {
    display: flex;
    margin-right: 45px;
    cursor: pointer;
}

.catalog-section-top__block-values {
    margin-left: 5px;
    position: relative;
}

.catalog-section-top__block-values-title {
    font-weight: 400;
    color: #E25C12;
    cursor: pointer;
}

.catalog-section-top__block-values-title::after {
    position: relative;
    content: "";
    background: url(/images/catalog-section-arrow.png) center center no-repeat;
    background-repeat: no-repeat;
}

.catalog-section-top__block-values-values ul {
    display: none;
}

.catalog-section-top__block-values-title::before {
    position: relative;
    content: "";
    background: url(/images/catalog-section-arrow.png) center center no-repeat;
    background-repeat: no-repeat;
}

.catalog-section-top__block-values-list {
    position: absolute;
    white-space: nowrap;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 10px 20px;
    line-height: 1;
    right: 0px;
    z-index: 100;
    display: none;
}

.catalog-section-top__block-values-list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.catalog-section-top__block-values-list ul a {
    color: #2F2F2F;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0px;
}

.catalog-section-top__block:hover .catalog-section-top__block-values-list {
    display: block;
}

.catalog-section-top__block-values-list a:hover {
    color: #E25C12;
}


@media (max-width: 768px) {
    .product-item-small-card .product-item-amount {
        margin-top: 0px !important;
    }

    .product-item.list .product-item-amount {
        margin-top: 0px;
    }

    .subscribeBlock {
        display: none !important;
    }

    .wrapper.main {
        margin-top: 30px;
    }

    .product-item-button-container .availability.red {
        margin-bottom: 36px !important;
    }

    .product-item.list .product-item-amount {

        width: 100%;
    }

    .product-item.list .product-item-title {
        display: none;
    }

    .product-item.list .product-item-top-title {
        display: block;
    }

    .price-btn-bloc {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-around !important;
    }

    .product-item-line-card .product-item-info-container {
        margin-top: 0px !important;
    }

    .product-item.list .product-item-amount {
        width: 140px !important;
    }

    .product-item-detail-pay-block {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

}

@media (max-width: 575px) {
    .product-item-button-container .availability.red {
        margin-bottom: 56px !important;
    }

    .product-item-info-container.product-item-price-container.availability {
        margin-top: 10px;
    }

    .product-img-bloc {
        padding: 0;
    }

    .product-item-price-sale-val {
        margin-left: 5px !important;
    }

    .product-item-line-card .release {
        color: #e25c12;
        width: 165px;
        padding-left: 34px;
        font-size: 10px;
        line-height: 1.5;
    }

    .product-item-line-card .release:before {
        background-size: 70%;
    }

    .product-item-line-card .release:before {
        background-size: 70%;
    }

    .catalog-section-top {
        flex-wrap: wrap;
        flex-direction: column;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .product-item-properties {
        height: 20px !important;
    }
}

@media (max-width: 355px) {
    .product-status-bloc .order-ready-text p {
        font-size: 12px !important;
    }
}

.another-pharm {
    font-weight: 600;
    color: #e25b11;
    text-align: center;
    float: right;
}

span.no-ava {
    line-height: 2.9;
}

.product-item-detail-price-both {
    height: 50px;
}

.product-item-detail-price-both {
    height: 50px;
}

.alter-price {
    display: flex;
}

.alter-price span {
    padding: 0 5px;
}

.product-item-info-container.product-item-price-container.availability {
    margin: 0;
}

.price-btn-bloc {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
}

.product-item-price-current.sale-price {
    line-height: 1.8;
}

.price-btn-bloc .col-auto {
    padding: 0;
}

.btn-rounded-cart {
    padding: 15px 15px 15px 35px;
    width: 141px;
    height: 50px;
}

.btn-rounded-cart:before, .btn-rounded-cart:after {
    left: 16px;
}

.product-item-price-current {
    margin-left: 0px !important;
}

.product-item-price-sale-val {
    margin-left: 20px;
    font-size: 0.6em;
    padding: 0px 5px;
    background: #9FC005;
    border-radius: 20px;
    color: #fff;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.product-item-line-card .product-item.list .product-item-title {
    height: auto;
    padding: 0 0 5px 0;
}

.product-item-line-card .availability-product-info.availability.green {
    text-align: left;
}

.product-item-small-card .product-item-title {
    height: 55px;
}

.product-status-bloc .order-ready-text p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
}

.order-ready-text {
    margin-bottom: 0 !important;
}

.product-item.list .product-item-price-container {
    text-align: center;
}

.product-item-line-card .product-item-info-container.availability {
    margin: 0 !important;
    text-align: left !important;
}

.alter-price span {
    padding: 0px 10px 0px 0px;
    font-size: 16px;
    font-family: 'Calibri2';
    color: #828282;
}

.product-item-small-card div.product-item-info-container[data-entity="quantity-block"] {
    margin-bottom: 0px;
}

.product-item-small-card .product-item-amount {
    margin-top: 12px;
}

.product-item-price-current.sale-price .cstm-currency {
    font-size: 18px;
}

.product-item-price-old .cstm-currency {
    font-size: 14px;
}

.product-item-detail-price-current .cstm-currency {
    font-size: 28px;
}

.product-item-detail-price-old .cstm-currency {
    font-size: 20px;
}

span.cstm-currency {
    font-size: 18px;
}

.footerHead.menu-two {
    margin-top: 15px;
}

.availability-detail-product-info {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: bold;
    color: #e25c12;
}

.product-item-detail-information-top {
    margin-bottom: 60px;
}

.product-item-detail-information-top .alter-price {
    margin: 20px 0 20px 0px;
}

.product-item-detail-pay-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product-item-detail-information-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-item-detail-price-current.sale-price {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.product-item-detail-information-top .product-status-bloc {
    margin: 10px 0px;
}

.product-item-detail-price-current .cstm-currency {
    font-size: 18px;
}

.order-ready-text.not-available p {
    font-size: 13px;
    width: 130px;
}

.order-ready-text.not-available.block-one p {
    margin-bottom: 10px;
}


/* ========   get-review-modal   =========*/

.get-review-modal-block {
    width: 668px;
    height: 607px;
}

.get-review-modal-block h2.orange.text-center {
    font-size: 40px;
    text-align: center;
}

.get-review-modal-block .description-top {
    font-size: 24px;
    text-align: center;
}

.get-review-modal-block .description-middle {
    font-size: 24px;
    font-weight: 600;
    color: #DE5910;
    text-align: center;
}

.get-review-modal-block .description-bottom {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.get-review-modal-block span.not-review-modal {
    text-decoration-line: underline;
    color: #DE5910;
    text-align: center;
    cursor: pointer;
}

.get-review-modal-block .description div {
    padding: 25px 0;
}

.get-review-modal-block .get-review-modal-btn {
    background: #FFFFFF;
    border: 3px solid #F2994A;
    border-radius: 40px;
    width: 190px;
    padding: 8px 25px;
    cursor: pointer;
}

.get-review-modal-block .modal-btn {
    display: flex;
    justify-content: space-around;
}


@media (max-width: 678px) {
    .get-review-modal-block {
        width: 420px !important;
        height: auto !important;
    }

    .get-review-modal-block h2.orange.text-center {
        font-size: 22px !important;
    }

    .get-review-modal-block .description-top {
        font-size: 16px !important;
    }

    .get-review-modal-block .description div {
        padding: 14px 0 !important;
    }

    .get-review-modal-block .description-middle {
        font-size: 16px !important;
    }

    .get-review-modal-block .description-bottom {
        font-size: 14px !important;
    }
}

@media (max-width: 420px) {
    .get-review-modal-block {
        width: 320px !important;
        height: auto !important;
    }

    .get-review-modal-block h2.orange.text-center {
        font-size: 14px !important;
    }

    .get-review-modal-block .description-top {
        font-size: 14px !important;
    }

    .get-review-modal-block .description div {
        padding: 10px 0 !important;
    }

    .get-review-modal-block .description-middle {
        font-size: 14px !important;
    }

    .get-review-modal-block .description-bottom {
        font-size: 12px !important;
    }
}

.mainGoodsTabContent .product-item-properties {
    height: 25px;
}

.product-item-properties {
    height: auto !important;
}

#basket-root .cstm-currency {
    font-size: 14px;
}

#epilogPriceWrap .cstm-currency {
    font-size: 14px;
}

.basket-coupon-block-total-price-current.text-center .cstm-currency {
    font-size: 16px !important;
}

@media (max-width: 388px) {
    .smallHead {
        font-size: 12px;
    }
}

/*==================  корректировка верстки фильтра  ==================== */

.smart-filter-popup-result.left {
    right: unset!important;
    position: fixed!important;
    margin-left: -125px!important;
}

label.smart-filter-checkbox-text.form-check-label {
    display: flex!important;
    align-items: center!important;
}

/*==================  end  корректировка верстки фильтра  ==================== */


/*==================  выравнивание блока mainGoodsTabContent на главной  ==================== */
.mainGoodsTabContent .product-item-properties, .mainViewedProduct .product-item-properties{
    height: 39px!important;
}

/*==================  скрываем подсказку поиска  ==================== */

/*.title-search-result.search {*/
/*    display: none!important;*/
/*}*/


/*.mainGoodsTabContent .product-item-price-current {*/
/*    line-height: 1.8;*/
/*}*/

/*.availability-product-info.availability.gray.align-items-center.justify-content-center {*/
/*    height: 39px;*/
/*}*/

/*.mainGoodsTabContent .d-flex {*/
/*    display: -ms-flexbox !important;*/
/*    display: block!important;*/
/*}*/


.alter-price {
    display: flex;
    flex-direction: column;
}

span.product-item-price-old.product-item-price-apteka {
    text-decoration: none;
}


.bx-404-block {
    text-align: center;
    margin-bottom: 25px;
}

.bx-404-container {
    margin-bottom: 20px;
}

.title-search-result.search, .title-search-result.search1 {
    display: none!important;
}
#modal_1 {
    margin: 0 10px;
}
#storeSelect {
    margin: 0 10px;
}

.alarm-block {
    width: 100%;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border: 3px solid #f00;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

span.cartFarmActiv {
    display: none;
}
.itemWrapCart.active.slick-slide.slick-current.slick-active span.cartFarmActiv {
    display: block;
    padding: 10px;
    color: #e25c12;
}
.itemWrapCart.active.slick-slide.slick-current.slick-active .cartFarmNotActive {
    display: none;
}
.cartFarmNotActive {
    display: block;
    padding: 10px;
}
.repeatBlockInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}


.product-item.list a:hover {
    text-decoration: none;
}

/*  ============== section-list ==============  */

.gl-section-list .img-item {
    width: 100%;
}
.gl-section-list .title-item {
    text-align: center;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #e25c12;
    font-size: 14px;
    line-height: 1.2;
    margin: 30px 0;
}

.gl-section-list .title-item a:hover {
    text-decoration: none;
}
.gl-section-list img.img-item {
    width: 180px;
}
.gl-section-list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.gl-section-list .title-item a {
    color: #212529;
}
.gl-section-list-title {
    margin-top: 25px;
    margin-bottom: 15px;
}

.alphabetHead {
    color: #e25c12;
}

.availInfo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    min-height: 65px;
    width: 165px;
}
#modal_action img {
    width: 100%;
}

#modal_action {
    margin: 0 10px;
}
/* End */
/* /bitrix/templates/snovazdorovo/catalog.css?167660742812538 */
/* /bitrix/templates/snovazdorovo/js/fotorama/fotorama.css?156655286115141 */
/* /bitrix/templates/snovazdorovo/bootstrap/bootstrap.css?1566552860173442 */
/* /bitrix/templates/snovazdorovo/js/owlcarousel/owl.carousel.css?15665528614744 */
/* /bitrix/templates/snovazdorovo/js/fancybox/jquery.fancybox.min.css?156655286113724 */
/* /bitrix/templates/snovazdorovo/js/isotope/isotop.css?15665528611608 */
/* /bitrix/templates/snovazdorovo/js/slick/slick.css?15665528611776 */
/* /bitrix/templates/snovazdorovo/js/formstyler/jquery.formstyler.css?15665528612193 */
/* /bitrix/templates/snovazdorovo/js/formstyler/jquery.formstyler.theme.css?156655286110622 */
/* /bitrix/templates/snovazdorovo/js/tooltipe/tooltipster.bundle.css?15670341779710 */
/* /bitrix/templates/snovazdorovo/components/bitrix/menu/top_menu/style.css?15665528601003 */
/* /bitrix/components/rasa/search.title/templates/.default/style.css?167652914611923 */
/* /bitrix/templates/snovazdorovo/components/bitrix/sale.basket.basket.line/.default/style.css?15916016923186 */
/* /bitrix/templates/snovazdorovo/components/bitrix/menu/catalog_menu/style.css?161459641311750 */
/* /bitrix/templates/snovazdorovo/components/bitrix/news.list/slider/style.css?15665528601096 */
/* /bitrix/templates/snovazdorovo/components/bitrix/menu/catalog_mobile/style.css?15665528601569 */
/* /bitrix/templates/snovazdorovo/components/bitrix/news.list/main_goods/style.css?15768166391045 */
/* /bitrix/templates/snovazdorovo/components/bitrix/catalog.section/.default/style.css?15979127407563 */
/* /bitrix/templates/snovazdorovo/components/bitrix/catalog.item/admin/style.css?166986010725436 */
/* /bitrix/templates/snovazdorovo/components/bitrix/catalog.section.list/glav_section_list/style.css?17072025717151 */
/* /bitrix/templates/snovazdorovo/components/bitrix/news.list/main_sale/style.css?16825598512693 */
/* /bitrix/templates/snovazdorovo/components/bitrix/catalog.products.viewed/main/style.css?1566552860497 */
/* /bitrix/templates/snovazdorovo/components/bitrix/subscribe.edit/subscribe/style.css?15665528603094 */
/* /bitrix/templates/snovazdorovo/components/bitrix/menu/footer_menu/style.css?1566552860493 */
/* /bitrix/components/rasa/smsauth/templates/.default/style.css?16710643584314 */
/* /bitrix/templates/snovazdorovo/components/bitrix/news.list/pharm_list_map/style.css?1613460373280 */
/* /bitrix/templates/snovazdorovo/styles.css?168257559510566 */
/* /bitrix/templates/snovazdorovo/template_styles.css?1748585870100523 */
