.stickers .sticker .txt.show {
	display: block !important;
}

.sticker .txt a:first-child {
	border: 0;
}

.sticker .txt a {
	border-top: 1px solid #dbd7d7;
	display: flex;
	width: unset !important;
	height: 30px !important;
	align-items: center;
	justify-content: start;
	text-align: left;
	padding: 5px 0;
}

.first-time-block .first-time {
	font-weight: bold;
}

.first-time-block {
	margin: 7px 0;
}

.preloader__item::before,
.preloader__item::after {
	content: "";
	grid-area: 1/1;
	border-radius: 50%;
	background: inherit;
	opacity: 0.915;
	transform: rotate(30deg);
}

.preloader__item::after {
	opacity: 0.83;
	transform: rotate(60deg);
}

@keyframes l23 {
	100% {
		transform: rotate(1turn)
	}
}

.preloader {
	/*фиксированное позиционирование*/
	position: absolute;
	/* координаты положения */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* фоновый цвет элемента */
	background: #fff;
	/* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
	z-index: 1001;
}

.preloader__row {
	position: relative;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
}

.preloader__item {
	width: 50px;
	aspect-ratio: 1;
	display: grid;
	border-radius: 50%;
	background:
		linear-gradient(0deg, rgb(0 0 0/50%) 30%, #0000 0 70%, rgb(0 0 0/100%) 0) 50%/8% 100%,
		linear-gradient(90deg, rgb(0 0 0/25%) 30%, #0000 0 70%, rgb(0 0 0/75%) 0) 50%/100% 8%;
	background-repeat: no-repeat;
	animation: l23 1s infinite steps(12);
}

.preloader__item:last-child {
	top: auto;
	bottom: 0;
	animation-delay: -1s;
}

@keyframes preloader-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes preloader-bounce {

	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.loaded_hiding .preloader {
	transition: 0.3s opacity;
	opacity: 0;
}

.loaded .preloader {
	display: none;
}

#modal-sale_element .info-block .sale-link {
	font-weight: bold;
	display: block;
	margin-top: 7px;
	font-size: 15px;
}

#modal-sale_element .privacy a {
	text-decoration: underline;
}

#modal-sale_element .privacy {
	padding: 10px 20px;
}

#modal-sale_element .info-block {
	padding: 5px 20px;
	text-align: center;
}

.feedback_smile_btn {
	display: block;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #261f43;
	font-weight: 700;
	font-size: 24px;
	padding: 16px 0;
	text-transform: uppercase;
}

.feedback_smile {
	display: flex;
	justify-content: space-around;
}

.feedback_smile [type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* IMAGE STYLES */
.feedback_smile [type=radio]+img {
	cursor: pointer;
}

/* CHECKED STYLES */
.feedback_smile [type=radio]:checked+img {
	outline: 2px solid #f00;
	border-radius: 50px;
}

.err-gosnomer a {
	text-decoration: underline;
}

.shiny-take-check .tooltip.show {
	display: flex;
}

.shiny-take-check .tooltip {
	display: none;
	border: 2px solid #e63329;
	padding: 10px;
	background-color: #fff;
	margin-left: 10px;
	border-radius: 10px;
	position: absolute;
	left: 230px;
}

.services>.service-item {

	width: 94% !important;

}

.shiny-take-check {
	position: relative;
}

.shiny-take-check .tooltip {
	display: none;
}

.checkbox-shiny .checkbox-item input {
	accent-color: #FF3A3F;
	width: 20px;
	height: 20px;

}

.checkbox-shiny .checkbox-item {
	margin-bottom: 11px;
}

.checkbox-shiny .checkbox-item label {
	margin-left: 6px;
	display: flex;
	align-items: center;
	font-size: 17px;
}

.checkbox-shiny .checkbox-item {
	display: flex;
	align-items: center;
}

.checkbox-shiny input {
	display: block !important;
}

.menu-bottom .menu-item .icon img {
	/* width: 100%;
	height: 100%; */
	width: 36px;
	height: 36px;
}

.menu-bottom .menu-item .icon {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2px;
}

.menu-bottom .menu-item .title {
	font-family: Roboto;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;

}

.menu-bottom .menu-item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.menu-bottom {
	background-color: #2F2F31;
	/*border-top: 2px solid #C52328;*/
	display: flex;
	height: 70px;
	align-items: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 999;
}

.wrapper {
	min-height: 100vh;
	position: relative;
}

.mobile-index-container .menu-bottom {
	max-width: 510px;
}

.service-row .service-item .circle .title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 30px 20px 34px 30px;
	max-width: 160px;
	line-height: 23px;
}

#index_slider_v2 {
	margin: 0;
	padding: 0;
}

#index_slider_v2>div {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	height: 276px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

#index_slider_v2 a img {
	height: 100%;
	width: 100%;
}

#index_slider_v2 a {
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;

}

.service-row .service-item .circle {
	background-color: #C52328;
	width: 64%;
	border-top-right-radius: 50%;
	height: 350px;
	border-bottom-right-radius: 50%;
	display: flex;
	align-items: center;
}

.service-row .service-item img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.service-row .service-item {
	align-items: center;
	overflow: hidden;
	display: flex;
	height: 107.5px;
	background-color: #2F2F31;
	border-radius: 20px;
	margin: 2px;
	position: relative;
}

.service-row {
	display: flex;
	flex-direction: column;
}


.mobile-index-container {
	max-width: 510px;
	margin: 0 auto;
}

/*INDEX*/

.sale-warning {
	background-color: #4DFE00;
	font-size: 20px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fa-minus,
.fa-plus {
	cursor: pointer;
}

.wa.icon img {
	width: 35px;
	height: 35px;
}

.wa.icon {
	background-color: #25D366;
}

.vk.icon {
	background-color: #1976D2;
}

.tg.icon {
	background-color: #29B6F6;
}

.soc-seti-widget.hide {
	max-height: 56px;
}

.soc-seti-widget {
	max-height: 300px;
	transition: max-height 0.25s ease-in;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	bottom: 145px;
	right: 55px;
	z-index: 99999;
}

.soc-seti-widget {
	visibility: visible;
	animation: b24-widget-button-visible 1s ease-out forwards 1;
}

@keyframes b24-widget-button-visible {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}


	30.001% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	62.999% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.soc-seti-widget .close {
	background-color: #d6d6d6;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}

.soc-seti-widget.hide .item {
	display: none;
}

.soc-seti-widget.hide .item.current {
	display: block;
}

.soc-seti-widget .item.open a {
	z-index: 99999;
}

.soc-seti-widget .icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	position: relative;
	z-index: -22;
}

.wa-icon img {
	width: 35px;
	height: 35px;
}

.wa-icon {
	position: fixed;
	bottom: 140px;
	right: 57px;
	width: 56px;
	height: 56px;
	background-color: #25D366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.uk-button.uk-button-primary {
	text-decoration: underline;
}

.bottom_stickers .sticker a {
	text-decoration-line: underline;
	font-size: 15px;
	color: #c4c4c4;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999
}

.modal .modal-back {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
	z-index: 10000
}

.modal .modal-window {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
}

.modal .modal-window .modal-wrap .button-head {
	background: -webkit-linear-gradient(top, #313131 0, #110200 125%);
	font-size: 24px;
	display: block;
	color: #fff;
	padding: 15px 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1;
	font-weight: 500;
}

.modal .modal-window .modal-wrap .fields .thx {
	font-size: 26px;
	line-height: 40px;
}

.modal .modal-window .modal-wrap .fields .btn-submit {
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	padding: 16px 9px;
	color: #fff;
	margin: 10px 20px;
	font-size: 16px;
	background: #313131;
	background: -moz-linear-gradient(top, #313131 0, #110200 125%);
	background: -webkit-linear-gradient(top, #313131 0, #110200 125%);
}

.modal .modal-window .modal-wrap .fields textarea {
	margin: 10px 20px;
	padding: 8px 10px;
	border-radius: 5px;
	border: 1px solid #cbcbcb;
	height: 40px;
}

.modal .modal-window .modal-wrap .fields input {
	margin: 10px 20px;
	padding: 6px 10px;
	border-radius: 5px;
	border: 1px solid #cbcbcb;
	height: 40px;
}

.modal .modal-window .modal-wrap .fields {
	display: flex;
	flex-direction: column;
}

.modal .modal-window .modal-wrap {
	position: relative;
	background: #fff;
	height: 100%;
	width: 100%;
}

.modal .modal-window .modal-wrap .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	color: #fff
}

.modal .modal-window .modal-wrap form {
	padding: 0 20px 20px
}

.modal .modal-window .modal-wrap .feed-inputs {
	width: 100%
}

.modal .modal-window .modal-wrap .feed-text {
	width: 100%
}

.modal .modal-window .modal-wrap .feed-inputs input,
.modal .modal-window .modal-wrap .feed-text textarea {
	width: calc(100% - 22px) !important
}

body {
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #011111;
	position: relative;
	visibility: visible !important;
	min-height: 100vh;
}

body.sidepanel-opened {
	overflow: hidden
}

a {
	color: #000;
	text-decoration: none;
	outline: 0
}

.clear::after {
	display: block;
	content: "";
	clear: both
}

.header {
	height: 24px;
	padding: 16px;
	overflow: hidden;
	text-align: center;

}

.mobile-header_call-button {
	display: inline-block;
	background: url(../images/mobile-phone.gif);
	background-size: cover;
	background-position: center;
	height: 30px;
	width: 30px;
	cursor: pointer
}

.header #menu-hamburger {
	font-size: 30px;
	line-height: 24px;
	display: inline-block;
	float: left;
	color: #333;
	cursor: pointer;
	margin-right: 16px
}

.header #menu-search {
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	color: #333;
	cursor: pointer;
	float: left
}

.header .mobile-phone {
	background: #ff3a3f;
	display: block;
	width: 24px;
	height: 24px;
	color: #fff;
	border-radius: 12px;
	float: right;
	position: relative;
	cursor: pointer
}

.header .mobile-phone i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}

.header #smallbasket_container {
	float: right
}


.phone-popup {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	top: 90px;
	right: 2%;
	transform: none;
	background: white;
	border-radius: 15px;
	border: 1px solid #ddd;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
	z-index: 9999;
	padding: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #333;
	max-width: 90vw;
	max-height: 90vh;
}
.phone-popup .phone-section {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.phone-popup .phone-section > div {
	flex: 1;
	text-align: left;
	margin-right: 10px;
	padding-right: 20px;
}
.phone-popup .phone-section:last-child > div {
	margin-right: 0;
}
.phone-popup .phone-section:last-child {
	border-bottom: none;
}
.phone-popup .phone-number {
	font-weight: 700;
	text-decoration: none;
}
.phone-popup .phone-number:hover {
	text-decoration: underline;
}
.phone-popup .phone-label {
	font-size: 12px;
	/*color: #666;*/
}
.phone-popup .close-popup {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	font-size: 30px;
	color: #999;
}

.header .bask {
	font-size: 0 !important;
	margin-left: 8px;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	cursor: pointer;
	background: #333;
	margin-top: -4px;
	position: relative;
	float: right
}

.header .bask i {
	font-size: 20px !important;
	line-height: 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}

.header .bask .mob-bas {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #ff3a3f;
	color: #fff;
	top: -12px;
	right: -2px;
	text-align: center;
	vertical-align: top;
	font-size: 11px !important
}

.header .mobile-logo {
	display: inline-block;
	margin-top: -10px;
}

.header .mobile-logo img {
	max-height: 50px
}

.index_slider_container+.mobile-menu-main {
	margin-top: -4px
}

.mobile-menu-main ul {
	margin: 0;
	padding: 0
}

.mobile-menu-main .index_menu li .fa-chevron-right {
	display: none
}

.mobile-menu-main .index_menu ul li a {
	padding: 12px 12px 12px 17px;
	display: flex;
	align-items: center
}

.mobile-menu-main .index_menu ul li a img {
	margin-right: 10px;
	opacity: .3
}

.mobile-menu-main ul li {
	position: relative;
	font-size: 20px;
	border-bottom: 1px solid #999;
	list-style: none;
	text-align: left
}

.mobile-menu-main ul li:first-child {
	border-top: 1px solid #999
}

.mobile-menu-main ul li a {
	display: flex;
	align-items: center;
	padding: 12px 12px 12px 17px;
	color: #333
}

.mobile-menu-main ul li a img {
	opacity: .7;
	margin-right: 14px;
	scale:120%;
}

.mobile-menu-main ul li a[href="/akcii/"] img {
	opacity: 1
}

.mobile-menu-main ul svg {
	position: absolute;
	top: 9px;
	left: 16px
}

.mobile-menu-main ul svg path {
	fill: rgba(0, 0, 0, .3)
}

.mobile-menu-main ul li.akcii svg path {
	fill: #ff3a3f
}

.mobile-menu-main ul li:hover svg path {
	fill: #ff3a3f
}

.mobile-menu-main ul li i {
	content: '<i class="fa fa-chevron-right" aria-hidden="true"></i>';
	display: block;
	position: absolute;
	right: 16px;
	top: 15px;
	font-size: 12px;
	color: #999
}

.mobile-menu-main ul li:hover a {
	color: #ff3a3f;
	text-decoration: none
}

.mobile-menu-main ul li:hover i {
	color: #ff3a3f
}

.header.sidepanel {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 20000;
	top: 0;
	left: -100%;
	overflow-x: hidden;
	transition: .5s;
	padding: 0;
	overflow-y: auto;
	background: #f8f8f8
}

.header.sidepanel.open {
	left: 0
}

.header.sidepanel.open.supOpen {
	overflow-y: hidden
}

.header.sidepanel .head {
	overflow: hidden;
	height: 24px;
	padding: 16px;
	border-bottom: 1px solid #999;
	background: #fff
}

.header.sidepanel .head .close {
	cursor: pointer;
	float: left;
	font-size: 24px;
	line-height: 24px;
	margin-right: 16px
}

.header.sidepanel .head .close .fa-times {
	color: #ff3a3f
}

.header.sidepanel .head>p {
	float: left;
	font-size: 24px;
	line-height: 24px;
	line-height: 26px;
	margin: 0;

	font-weight: 700
}

.header.sidepanel .body {
	background: #fff
}

.header.sidepanel .foot {
	width: 100%;
	padding: 30px 0
}

.header.sidepanel .subpanel {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	height: 100%;
	z-index: 10;
	transition: .5s;
	left: -100%;
	overflow-y: auto
}

.header.sidepanel .subpanel.open {
	left: 0;
	display: block
}

.header.sidepanel .subpanel i {
	color: #999
}

.header.sidepanel .subpanel ul a {
	padding-left: 20px;
	color: #333
}

.header.sidepanel .subpanel .head p {
	margin-left: 30px
}

.header.sidepanel .subpanel .head .close i {
	left: 20px;
	top: 22px;
	color: #333
}

.services_menu {
	margin: 34px 20px 27px 20px
}

.service-page_item {
	display: block;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer
}

.service-page_item_image-container {
	height: 120px;
	background-position: center !important;
	background-size: cover !important
}

.service-page_item_text {
	font-size: 20px;
	line-height: 27px;
	color: #333;
	padding: 20px 21px 15px 21px
}

.socials {
	background: 0 0;
	box-shadow: none
}

.socials ul {
	padding: 0;
	margin: 0
}

.socials ul li {
	margin: 0 15px;
	display: inline-block
}

.socials ul li a {
	border: none;
	background: 0 0;
	box-shadow: none;
	font-size: 24px;
	color: #aaa
}

.socials ul li a:hover {
	color: #000
}

.header.search_container {
	display: none;
	position: fixed;
	z-index: 20000;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 0;
	height: 56px
}

.header.search_container.open {
	display: block
}

.header.search_container input {
	padding: 20px;
	border: 0;
	width: 100%;
	font-size: 16px;
	outline: 0
}

.header.search_container .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	font-size: 30px;
	cursor: pointer
}

.index_slider_container {
	position: relative;
	margin-bottom: 10px !important;
}

.index_slider_container #index_slider {
	margin: 0;
	padding: 0
}

.index_slider_container #index_slider img {
	max-width: 100%;
}

.index_slider_container .bx-wrapper {
	position: relative;
	width: 100%;
	max-width: initial !important
}

.index_slider_container .bx-wrapper li {
	width: 100% !important;
	text-align: center
}

.index_slider_container .bx-controls {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 99;
}

.index_slider_container .bx-controls .bx-pager {
	text-align: center
}

.index_slider_container .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
	font-size: 0;
	line-height: 0
}

.index_slider_container .bx-controls .bx-pager .bx-pager-item a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer
}

.index_slider_container .bx-controls .bx-pager .bx-pager-item a.active {
	background: #ff3a3f
}

.title-search-result {
	width: 100% !important;
	left: 0 !important;
	top: 56px !important;
	background: #fff;
	border: none !important;
	position: fixed !important;
	border-bottom: 1px solid #999 !important;
	z-index: 10000 !important
}


.index_slider_container_v2 .bx-wrapper {
	position: relative;
}

.index_slider_container_v2 .bx-controls {
	position: absolute;
	bottom: 15px;
	width: 100%;
	z-index: 10000
}

.index_slider_container_v2 .bx-controls .bx-pager {
	text-align: center
}

.index_slider_container_v2 .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
	font-size: 0;
	line-height: 0
}

.index_slider_container_v2 .bx-controls .bx-pager .bx-pager-item a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer
}

.index_slider_container_v2 .bx-controls .bx-pager .bx-pager-item a.active {
	background: #ff3a3f
}

.title-search-result {
	width: 100% !important;
	left: 0 !important;
	top: 56px !important;
	background: #fff;
	border: none !important;
	position: fixed !important;
	border-bottom: 1px solid #999 !important;
	z-index: 10000 !important
}

.title-search-result a {
	display: block;
	font-size: 16px;
	margin-top: 14px;
	padding: 0 20px
}

.title-search-result a.title-search-all {
	padding-bottom: 10px
}

.title-search-result p.no_results {
	color: red;
	font-size: 16px;
	padding: 20px;
	margin: 0
}

.index_service-booking-button {
	display: block;
	margin: 24px 15px;
	background: linear-gradient(180deg, #fdda46 0, #f3ce39 100%);
	border-radius: 5px;
	padding: 18px 24px;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #333;
	cursor: pointer
}

.footer {
	/*background: #333;*/
	text-align: center;
	padding-top: 5px;
	padding-bottom: 70px;
	width: 100%;

}

.footer .socials {}

.footer .socials a:hover {
	color: #fff
}

.footer a.fullsite {
	color: #999;
	font-size: 14px;
	margin-bottom: 5px;
	display: block
}

.footer .copyright {
	background: #fff;
	padding: 8px 0
}

.content {
	overflow: hidden;
	padding: 16px;
}

.content.grey {
	/* background: #f8f8f8 */
}

h1 {
	margin: 0;
	font-size: 24px;
	display: block;
	color: #fff;
	padding: 18px 20px;
	text-transform: uppercase;
	background: #261f43;
	text-align: center;
	font-weight: 700;
	line-height: 24px
}

ul.section_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.section_list li {
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-left: 100px;
	padding: 30px 0 30px 100px;
	background-position: left center;
	background-size: 70px auto
}

ul.section_list li a {
	font-size: 24px
}

.smartfilter.index .filtren {
	padding: 0;
	font-size: 16px
}

.smartfilter.index .filtren .required_text {
	margin: 5px 0 20px;
	padding: 0 10px 0 25px
}

.smartfilter.index .filtren .required_text .required_subtext {
	color: #333;
	position: relative
}

.smartfilter.index .filtren .required_text .required_subtext span {
	color: #ff3a3f;
	font-weight: 600
}

.smartfilter.index .filtren .required_text .required_subtext .required_symbol {
	position: absolute;
	left: -15px
}

.smartfilter.index .filtren .prop_name {
	display: block;
	font-weight: 700
}

.smartfilter.index .filtren .prop_name .required {
	color: #ff3a3f
}

.smartfilter.index .filtren select {
	width: 100%;
	margin: 4px 0 10px;
	padding: 6px;
	border: 1px solid #e7e7e7;
	background: #fff
}

.smartfilter.index .filtren a.obj-season {
	width: 50%;
	/* border: 1px solid #dfdfdf; */
	display: block;
	box-sizing: border-box;
	float: right;

	padding: 10px 0;
	/* background: #e8e8e8; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 50%;
	text-align: center;
	cursor: pointer
}



.smartfilter.index .filtren a.obj-season.summer {
	border-right: 0;


}

.smartfilter.index .filtren a.obj-season.active {
	background-color: #ebecee;
}

.smartfilter.index .filtren a.obj-season.active.summer svg path {
	fill: #e7cd00
}

.smartfilter.index .filtren a.obj-season.active.winter svg path {
	fill: #00aeef
}

.smartfilter.index .filtren #set_filter {
	margin: 0;
	background: #fff;
	border: 0;
	outline: 0;
	border-radius: 5px;
	width: 100%;
	display: block;
	font-size: 20px;
	color: #000;
	font-weight: 700;
	padding: 15px 0;
	margin-top: 10px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #333;
	border-radius: 3px
}

.smartfilter.index .filtren option.disabled {
	color: #d3d3d3
}

.smartfilter.index .filtren #resultByCar p.podbor-result-head {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	text-align: center
}

.smartfilter.index .filtren #resultByCar div.sizeBlock {
	width: 100%;
	text-align: center
}

.smartfilter.index .filtren #resultByCar .name {
	display: block;
	font-weight: 700;
	margin: 16px 0 7px 0
}

.smartfilter.index .filtren #resultByCar .size {
	display: block;
	margin-top: 4px;
	font-size: 18px;
	line-height: 20px
}

.smartfilter.index .filtren #resultByCar .size a {
	text-decoration: underline;
	color: #ff3a3f
}

.smartfilter.index .filtren #resultByCar .size.w2 {
	width: 50%;
	float: left;
	margin-top: 10px
}

.smartfilter.index .filtren #resultByCar .size.w2 span:first-child {
	color: #707070;
	font-weight: 700;
	text-transform: uppercase
}

@media (max-width: 450px) {
	.sale-warning {
		font-size: 16px;
	}

}

@media (max-width: 350px) {
	.smartfilter.index .filtren #resultByCar .size.w2 {
		width: 100%
	}
}

.articul-container .articul {
	display: none !important;
}

.smartfilter.index .filtren #resultByCar .size.link a {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 10px;
	text-decoration: none;
	border-radius: 5px;
	font-style: italic;
	background: #ff3a3f;
	color: #fff;
	font-weight: 700;
	padding: 10px 0
}

.catalog_section {
	margin-bottom: 15px
}

.catalog_section .catalog-item .main-element {
	display: flex;
	position: relative;
	padding: 20px 15px;


}

.catalog_section .catalog-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #8d8d8d;
	position: relative;
	border-radius: 10px;
}

.catalog_section .catalog-item .info-container {
	display: flex;
	flex-direction: column;
	width: 60%;
	margin-right: 10px
}

.catalog_section .catalog-item .info-container .brand {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #ff3a3f;
	margin-bottom: 10px;
	width: 125px
}

.catalog_section .catalog-item .info-container .brand img {
	width: 100%
}

.catalog_section .catalog-item .info-container .name {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px
}

.catalog_section .catalog-item .info-container .articul-container {
	display: flex;
	flex-direction: row
}

.catalog_section .catalog-item .info-container .articul-container .articul {
	font-size: 10px;
	line-height: 23px;
	color: #333;
	opacity: .5;
	margin-right: 25px
}

.catalog_section .catalog-item .info-container .articul-container .stock {
	color: #1f9705;
	font-size: 10px;
	line-height: 23px
}

.catalog_section .catalog-item .info-container .price-container {
	display: flex;
	align-items: flex-end;
	flex: 1;
	margin-top: 20px
}

.catalog_section .catalog-item .info-container .price-container .old-price {
	font-size: 16px;
	color: #999;
	text-decoration-line: line-through;
	margin-right: 10px
}

.catalog_section .catalog-item .info-container .price-container .price {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #ff3a3f
}

.catalog_section .catalog-item .picture-container {
	width: 40%
}

.catalog_section .catalog-item .picture-container img {
	max-width: 100%
}

.catalog_section .catalog-item .picture-container .stickers {
	position: absolute;
	top: 14px;
	right: 10px
}

.catalog_section .catalog-item .picture-container .stickers .sticker.montazh.anim {
	background-image: url(/local/templates/mobile/images/podarok.gif) !important;
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;

}

.catalog_section .catalog-item .picture-container .stickers .sticker.montazh {
	background-image: url(/local/templates/mobile/images/podarok_mob.svg);
	position: relative;
	cursor: pointer;
	width: 38px;
	margin-bottom: 6px
}

.catalog_section .catalog-item .picture-container .stickers .sticker.montazh .txt {
	top: 30px !important;
}

.catalog_section .catalog-item .picture-container .stickers .sticker .txt {
	display: none;
	background: #fff none repeat scroll 0 0;
	border: 2px solid red;
	padding: 10px;
	position: absolute;
	right: 43px;
	top: 10px;
	-webkit-border-radius: 7px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topright: 0;
	border-radius: 7px;
	border-top-right-radius: 0;
	z-index: 15;
	color: #343948;
	width: 133px
}

.catalog_section .catalog-item .picture-container .stickers .sticker.garant {
	background-position: 38px -45px;
	height: 58px
}

.catalog_section .catalog-item .picture-container .stickers .sticker.montazh {
	background-position: 38px 0;
	height: 41px
}

.catalog_section .catalog-item .picture-container .catalog_links {
	position: absolute;
	bottom: 20px;
	right: 13px;
	font-size: 32px
}

.catalog_section .catalog-item .picture-container .catalog_links a {
	position: relative;
	color: #219653
}

.catalog_section .catalog-item .picture-container .catalog_links a:before {
	content: '+';
	position: absolute;
	font-weight: 700;
	color: #219653;
	left: -13px;
	top: 11px;
	font-size: 25px
}

@media (max-width: 450px) {
	.catalog_section .catalog-item .info-container .price-container {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end
	}

	.catalog_section .catalog-item .info-container .price-container .old-price {
		margin-bottom: 4px
	}
}

.catalog_section .catalog_item:not(.detail) {
	height: 320px !important;
	border: 1px solid #e7e7e7;
	float: left;
	width: calc(50% - 8px);
	box-sizing: border-box;
	padding: 16px 10px;
	margin-bottom: 16px;
	position: relative;
	background: #fff
}

@media (max-width: 570px) {
	.catalog_section .catalog_item:not(.detail) {
		width: 100%
	}
}

.catalog_section .catalog_item .catalog_picture {
	text-align: center;
	margin-bottom: 15px;
	position: relative
}

.catalog_section .catalog_item .catalog_picture img {
	width: auto;
	height: 120px
}

.catalog_section .catalog_item.detail .catalog_picture img {
	height: auto;
	max-height: 350px;
	max-width: 100%
}

.catalog_section .catalog_item .catalog_articul {
	float: left;
	margin-right: 15px;
	font-size: 20px;
	color: #b1b1b1
}

.catalog_section .catalog_item .catalog_stock {
	font-size: 20px
}

.catalog_section .catalog_item .catalog_stock.yes {
	color: #15a21b !important
}

.catalog_section .catalog_item .catalog_stock.no {
	color: red !important
}

.catalog_section .catalog_item .catalog_brand {
	display: block;
	font-size: 24px;
	line-height: 22px;
	color: #ff4b39;
	text-align: left;
	margin: 14px 0;
	font-weight: 700
}

.catalog_section .catalog_item .catalog_name {
	text-align: center
}

.catalog_section .catalog_item:not(.detail) .catalog_bottom_part {
	position: absolute;
	bottom: 10px;
	width: 100%
}

.catalog_section .catalog_item .catalog_price {
	text-align: center;
	margin-bottom: 6px;
	margin-top: 20px;
	padding: 16px;
	background: #f3f3f3;
	width: calc(100% + 32px);
	margin: 20px -16px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap
}

.catalog_section .catalog_item .catalog_price .price_container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 50%
}

.catalog_section .catalog_item .catalog_price .old_price {
	text-decoration: line-through;
	display: inline-block;
	margin-right: 8px;
	font-size: 20px;
	line-height: initial;
	color: #f82d29
}

.catalog_section .catalog_item .catalog_price .price_container .price {
	color: #333;
	font-size: 34px;
	font-weight: 700;
	line-height: initial
}

.catalog_section .catalog_item .catalog_price .price span {
	font-weight: 400;
	font-size: 16px
}

.catalog_section .catalog_item .catalog_price .quantity-container {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.catalog_section .catalog_item .catalog_price .quantity-container input {
	background: 0 0;
	border: 0;
	text-align: center;
	font-size: 32px;
	width: 60px;
	margin: 0 10px
}

.catalog_section .catalog_item .catalog_links {
	text-align: center;
	font-size: 16px;
	line-height: 40px
}

.catalog_section .catalog_item .catalog_links>a {
	text-transform: uppercase;
	text-decoration: underline;
	margin-right: 4px
}

.catalog_section .catalog_item .catalog_links>a,
.catalog_section .catalog_item .catalog_links>div {
	display: inline-block
}

.catalog_section .catalog_item .buy_link {
	padding: 9px 10px;
	background: #ff3a3f;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	margin-top: 10px;
	font-size: 24px;
	font-weight: 700;
	width: 100%
}

.catalog_section .catalog_item .buy_link i {
	margin-right: 6px
}

.catalog_section .catalog_item .kredit {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 16px;
	width: 100%
}

.catalog_section .catalog_item .kredit a {
	color: #f82d29;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration-line: underline;
	font-weight: 700
}

.catalog_section .catalog_item .catalog_props {
	margin-top: 20px;
	font-size: 16px
}

.catalog_section .catalog_item .catalog_prop {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.catalog_section .catalog_item .catalog_prop .prop_name {
	font-weight: 700;
	margin-right: 10px;
	margin-top: 8px
}

.catalog_section .catalog_item .catalog_prop .prop_name {
	margin-top: 8px
}

.catalog_section .catalog_item .bottom_stickers {
	margin: 20px 0
}

.catalog_section .catalog_item .bottom_stickers .sticker {
	position: relative;
	padding-left: 50px;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 4px
}

.catalog_section .catalog_item .bottom_stickers .sticker:before {
	content: '';
	background-image: url(/local/templates/mobile/css/../images/icons.png);
	position: absolute;
	cursor: pointer;
	width: 38px;
	left: 0;
	top: 0
}

.catalog_section .catalog_item .bottom_stickers .sticker.sale-want {
	height: 40px;
	background-image: url("/bitrix/templates/.default/images/catalog/sale-big-icon.png") !important;
	background-repeat: no-repeat;
}

.catalog_section .catalog_item .bottom_stickers .sticker.montazh {
	min-height: 41px
}

.catalog_section .catalog_item .bottom_stickers .sticker.montazh:before {
	background-position: 38px 0;
	height: 41px
}

.catalog_section .catalog_item .bottom_stickers .sticker.garant {
	min-height: 58px
}

.catalog_section .catalog_item .bottom_stickers .sticker.garant:before {
	background-position: 38px -45px;
	height: 58px
}

.catalog_section .related-products {
	width: calc(100% + 32px);
	margin: 20px -16px -30px;
	padding: 16px;
	box-sizing: border-box;
	background: #f8f8f8
}

.catalog_section .related-products h2 {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 5px 0 12px
}

.catalog_section .related-products .catalog_section {
	margin-bottom: 0
}

.catalog_section .related-products .catalog_section .catalog-item:last-child {
	margin-bottom: 0
}

.stickers {
	position: absolute;
	top: 10px;
	right: 10px
}

.stickers .sticker {
	background-image: url('/local/templates/mobile/images/podarok_mob.svg');
	position: relative;
	cursor: pointer;
	width: 38px
}

.stickers .sticker.sticker-sale-want {
	background-image: url("/local/templates/mobile/images/skidka_mob.svg") !important;
	height: 42px;
	left: -3px;

}

.stickers .sticker.montazh {
	background-position: 38px 0;
	height: 41px
}

.stickers .sticker.garant {
	background-position: 38px -45px;
	height: 58px
}

.stickers .txt {
	background: #fff none repeat scroll 0 0;
	border: 2px solid red;
	display: none;
	padding: 10px;
	position: absolute;
	right: 43px;
	top: 10px;
	-webkit-border-radius: 7px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topright: 0;
	border-radius: 7px;
	border-top-right-radius: 0;
	z-index: 15;
	color: #343948;
	width: 133px
}

.stickers .txt span {
	display: block;
	text-transform: uppercase;
	color: #ff4122;
	margin-bottom: 8px;
	text-align: center
}

.pager {
	text-align: center;
	font-weight: 300
}

.pager a,
.pager span {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 5px;
	margin-right: 3px;
	background: #fff
}

.pager a {
	box-shadow: inset 0 2px 11px -5px #000
}

.pager span {
	color: #fff;
	background: #393e4f
}

.pager a.to-begin,
.pager a.to-end {
	width: 78px;
	font-size: 12px;
	color: #000;
	box-shadow: 0 0;
	border: 1px solid #cbcbcb;
	box-shadow: 0 1px 5px -2px #000
}

.btn.orange {
	background: #ff3a3f;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 5px;
	text-decoration: none !important;
	display: block;
	cursor: pointer
}

.btn.grey {
	background: #e6e6e6;
	color: #000;
	cursor: pointer
}

.tabs ul.tabHead {
	margin: 0;
	padding: 0;
	/* background: #e8e8e8; */
	list-style: none;
	font-size: 16px;
	overflow: hidden;
	display: flex;
	text-align: center;
	/* border: 1px solid #dbdbdb;
    margin: 16px;
    padding: 5px;
    border-radius: 10px; */
}



.tabs ul.tabHead li {
	padding: 16px;
	width: 50%;
	cursor: pointer;
	border-radius: 10px;
}

.tabs ul.tabHead li.current {
	background: #ebecee;
}

.tabs .tabBody {
	box-shadow: 0 4px 2px -2px gray;
	position: relative
}

.contacts .cont-subj-head {
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px
}

.contacts .item-1 .cont-subj-head {
	margin: 35px 0 20px
}

.contacts .area-content {
	line-height: 24px;
	margin-bottom: 12px;
	font-size: 16px
}

.contacts .area-content.phone {
	margin: 20px 0
}

.contacts .area-content.phone a {
	text-decoration: none;
	font-weight: 700;
	font-size: 22px
}

.contacts .area-content.email a {
	text-decoration: underline
}

.contacts .area-content.email b {
	margin-right: 10px
}

.contacts .contacts-shops h2 {
	text-transform: uppercase;
	line-height: 24px
}

.contacts .contacts-shops a {
	display: flex;
	text-decoration: none;
	margin-bottom: 18px;
	font-size: 16px;
	line-height: initial
}

.contacts .contacts-shops a i {
	color: #ff3a3f;
	margin-right: 10px;
	font-size: 20px;
	margin-top: -1px
}

.contacts.shop img {
	width: 100%;
	margin-bottom: 10px
}

.contacts.shop a {
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: left center;
	display: block;
	padding: 6px 20px 6px 32px;
	width: 50%;
	box-sizing: border-box;
	float: left
}

.contacts.shop .area-content {
	overflow: hidden
}

.contacts .area-content a {
	width: 100%
}

.callback_link {
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #261f43;
	font-weight: 700;
	font-size: 24px;
	padding: 16px 0;
	text-transform: uppercase
}

.callback_link.orange {
	background: #ff3a3f;
	color: #fff;
	border-radius: 10px;
}

.callback_link.orange.mapBalloon {
	padding: 10px;
	margin-top: 4px;
	display: block
}

.news_list {
	padding-bottom: 10px;
	overflow: hidden
}

.news_list .news_item {
	position: relative;
	margin-bottom: 10px;
	background: #fff
}

.news_list .news_item img {
	width: 100%
}

.news_list .news_item .date {
	position: absolute;
	top: 16px;
	left: 16px;
	color: #fff;
	text-align: center;
	padding: 18px;
	border-radius: 100%;
	background: rgba(0, 0, 0, .7)
}

.news_list .news_item .date span:first-child {
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-bottom: 6px
}

.news_list .news_item .name {
	font-size: 18px;
	padding: 16px
}

.news_list.oil .news_item {
	float: left;
	width: calc(50% - 8px);
	box-sizing: border-box;
	margin-bottom: 16px;
	position: relative;
	background: #fff;
	margin-right: 16px;
	text-align: center
}

.news_list.oil .news_item:nth-child(2n) {
	margin-right: 0
}

.news_list.oil .news_item img {
	padding: 0;
	max-height: 350px;
	width: auto
}

@media (max-width: 350px) {
	.news_list.oil .news_item {
		width: 100%;
		margin-right: 0
	}
}

.news_detail {
	margin-bottom: 20px
}

.news_detail>img {
	width: 100%
}

.news_detail div.content img {
	margin-right: 10px
}

.news_detail div.content h1 a {
	color: #fff
}

.news_detail div.content a {
	text-decoration: underline
}

.header.back {
	background: #f8f8f8;
	text-align: left;
	position: relative
}

.header.back i {
	position: absolute;
	top: 24px;
	left: 20px;
	font-size: 12px
}

.header.back a {
	padding-left: 30px;
	line-height: 28px;
	font-size: 24px;
	display: block;
	font-weight: 700
}

#price_calc {
	background: #f8f8f8
}

#price_calc .body {
	display: none
}

#price_calc select {
	width: 100%;
	margin: 4px 0 10px;
	padding: 6px
}

#price_calc .price_name {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 4px;
	color: #fff
}

#price_calc .body_header {
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 10px
}

#price_calc .body_val {
	width: 50%;
	float: left;
	text-align: center
}

#price_calc .body_val span:nth-child(1) {
	color: #999;
	display: block
}

#price_calc .body_val span:nth-child(2) {
	font-size: 24px;
	margin-top: 10px;
	display: block
}

#price_calc.table.select div.body>div,
#price_calc.table>div:not(.body_container) {
	overflow: hidden
}

#price_calc.table.select div.body>div:last-child,
#price_calc.table>div:not(.body_container):last-child {
	margin-bottom: 0
}

#price_calc.table.select div.body>div span,
#price_calc.table>div:not(.body_container) span {
	float: left;
	display: block
}

#price_calc.table.select div.body>div span:first-child,
#price_calc.table>div:not(.body_container) span:first-child {
	width: 70%
}

#price_calc.table.select div.body>div span:last-child,
#price_calc.table>div:not(.body_container) span:last-child {
	width: 30%;
	text-align: right
}

.search_page {
	overflow: hidden
}

.search_page .search_item {
	width: calc(50% - 8px);
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
	text-align: center
}

.search_page .search_item img {
	height: 100px;
	margin-bottom: 4px
}

.search_page .search_item a {
	display: block
}

.search_page .search_item:nth-child(2n) {
	margin-right: 0
}

.zapis .header {
	font-size: 28px;
	position: relative;
	line-height: 26px;
	font-weight: 700;
}

.zapis .header i {
	position: absolute;
	top: 22px;
	left: 16px;
	font-size: 14px
}

.zapis .zapis_selector {
	text-align: center
}

.zapis .zapis_selector .head {
	margin-top: 20px;
	line-height: 48px;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px
}

.zapis .zapis_selector .zapis_tab_btn {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
	border-radius: 5px;
	margin: 20px;
	padding: 0;
	overflow: hidden;
	cursor: pointer
}

.zapis .zapis_selector .zapis_tab_btn .button-image-container {
	height: 126px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.zapis .zapis_selector .zapis_tab_btn .button-text {
	font-size: 20px;
	line-height: 27px;
	color: #333;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: initial;
	padding: 20px 20px 15px 20px;
	text-align: left
}

.zapis .zapis_body {
	display: none
}

.zapis_body .hidden-map {
	display: none
}

.zapis ul.map_radio {
	padding: 0;
	margin: 0;
	list-style: none
}

.zapis ul.map_radio li {
	margin-bottom: 16px;
	padding-left: 30px;
	position: relative
}

.zapis ul.map_radio li input {
	position: absolute;
	top: 2px;
	left: 0;
	margin-right: 16px;
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2)
}

.zapis ul.map_radio li label {
	font-size: 16px
}

.zapis .zapis_body .subhead {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 16px
}

.zapis .datepicker {
	position: initial;
	opacity: 1;
	box-shadow: none;
	border: 0;
	width: 100%;
	margin-bottom: 16px
}

.zapis .datepicker .datepicker--nav {
	background: #3d365f;
	color: #fff
}

.zapis .datepicker .datepicker--nav-title {}

.zapis .datepicker .datepicker--nav-title i {
	color: #fff
}

.zapis .datepicker .datepicker--nav-action:hover,
.zapis .datepicker .datepicker--nav-title:hover {
	background: inherit
}

.zapis .datepicker .datepicker--nav-action path {
	stroke: #fff
}

.zapis .datepicker .datepicker--day-name {
	color: #0b0a54;
	font-weight: 700;
	font-size: 14px
}

.zapis .datepicker .datepicker--cell-day.-disabled- {
	background-color: #f6f7f9 !important;
	font-weight: 600;
}

.datepicker--nav-title {
	font-family: Roboto Condensed;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -3%;

}

/* .datepicker--nav-action[data-action="prev"] {
	display: none;
} */

/* .datepicker--cell.datepicker--cell-day.-other-month- {
	opacity: 0;
} */
.datepicker--cell.datepicker--cell-day.-other-month-.-disabled- {
	color: #b5aeae;
}

.zapis .datepicker .datepicker--cell {
	font-size: 14px
}

.zapis .datepicker .datepicker--cell.-current-,
.zapis .datepicker .datepicker--cell.-selected- {
	background: inherit;
	color: inherit
}

.zapis .datepicker .datepicker--cell.-selected- {
	background: inherit;
	color: inherit;
	border: 1px solid #000;
	border-radius: 0;
	font-weight: 700
}

.zapis .datepicker .datepicker--cell.-focus- {
	background: inherit
}

.zapis ul.time {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden
}

.zapis ul.time li {
	width: 50%;
	float: left;
	font-size: 16px;
	margin-bottom: 10px
}

.zapis ul.time li.time-busy {
	color: #ff3a3f
}

.zapis ul.time li input {
	height: 22px;
	width: 22px
}

.zapis ul.time li label {
	vertical-align: super;
	margin-left: 10px
}

.zapis p.time_busy {
	color: #ff3a3f
}

.zapis .input_label {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px
}

.zapis input[type=text] {
	border: 1px solid #e7e7e7;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 16px;
	padding: 16px;
	box-sizing: border-box
}

.zapis select {
	border: 1px solid #e7e7e7;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 16px;
	padding: 12px;
	font-size: 18px
}

.zapis .confirm {
	position: relative;
	padding-left: 30px;
	margin-bottom: 16px
}

.zapis .confirm input {
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px
}

.zapis .confirm label {
	font-size: 16px;
	line-height: 24px
}

.zapis .confirm span a {
	color: #ff3a3f;
	text-decoration: underline
}

.zapis .result {
	font-size: 16px;
	line-height: 22px
}

.zapis textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	margin-top: 4px;
	padding: 16px;
	margin-bottom: 16px
}

.bx_ordercart_order_pay_right {
	margin-bottom: 20px
}

.bx_ordercart_order_pay_right td {
	width: 50%;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px
}

@media (max-width: 425px) {
	.zapis .header {
		font-size: 22px
	}
}

@media (max-width: 375px) {
	.zapis .header {
		font-size: 20px
	}
}

.bx_ordercart_order_pay_right td.ordered-2-full {
	text-align: right
}

.popup-window-titlebar {
	height: 30px !important
}

.popup-window-titlebar-close-icon {
	top: 7px !important;
	right: 4px !important
}

.popup-window-with-titlebar .popup-window-content {
	padding: 0 !important
}

.popup-window-buttons {
	padding: 0 !important
}

.popup-window-buttons>span {
	display: block;
	margin-top: 10px !important
}

.ui-widget {
	font: inherit !important
}

.ui-selectmenu-button {
	width: 100% !important;
	box-sizing: border-box;
	margin: 4px 0 10px !important;
	background: #fff !important;
	/* border: 1px solid #e7e7e7 !important; */
	border: 1px solid #8d8d8d !important;
	border-radius: 0 !important;
	line-height: 21px !important;
	padding: 13px 10px !important
}

.ui-selectmenu-open {
	width: calc(100% - 34px)
}

.ui-selectmenu-menu .ui-menu {
	width: 100% !important;
	height: 200px
}

.empty-basket-message {
	margin: 40px auto;
	max-width: 320px;
	font-size: 20px;
	line-height: 24px;
	text-align: center
}

.empty-basket-message .catalog-link {
	color: #ff3a3f
}

.empty-basket-message .search-link {
	color: #3c800e
}

.ui-selectmenu-icon.ui-icon {
	width: 20px
}

@media (max-width: 375px) {
	.catalog_section .catalog_item .catalog_price {
		display: flex;
		align-items: center;
		justify-content: center
	}
}

.stock-detail-page_form {
	margin-top: 25px
}

.stock-detail-page_form .callback_link {
	width: 100%;
	margin-top: 15px;
	border: 0
}

.desktop-type-result {
	display: none;
	opacity: 0;
	transition: opacity 2s;
	padding: 30px 15px;
	width: 310px;
	margin: 0 auto;
	box-sizing: border-box
}

.mobile-search-form {
	display: flex
}

.mobile-search-form .mobile-search-form__input {
	flex: 2;
	margin-right: 10px
}

.mobile-search-form .mobile-search-form__submit {
	flex: 1
}

.map .bx-yandex-view-map .ymaps-image-with-content {
	background-image: url(/bitrix/templates/.default/images/location.svg) !important;
	background-size: 57px 57px !important;
	width: 57px !important;
	height: 57px !important;
	left: -18px !important
}

.booking-body_error-message {
	text-align: center;
	margin-top: 10px;
	color: red;
	font-weight: 700
}

.zapis input[name=author_auto_gosnomer] {
	text-transform: uppercase
}

.alert {
	padding: 20px;
	background: #03ab32;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: 500
}

.header-zapis {
	border-bottom: 0
}

.zapis .header-zapis {
	font-weight: 700;
	font-size: 20px;
	font-style: normal;
	padding: 24px 0
}

.zapis .header-zapis i {
	position: relative;
	top: 0;
	left: 0;
	font-size: 21px
}

.zapis_tabs ul.tabHead li {
	padding: 13px;
	width: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #cbcbcb;
	background: #fff
}

.zapis_tabs ul.tabHead li i {
	color: rgba(0, 0, 0, .2);
	margin-right: 10px;
	font-size: 25px
}

.zapis_tabs ul.tabHead {
	margin-right: 20px;
	margin-left: 20px
}

.zapis_tabs ul.tabHead li:nth-child(1) {
	border-radius: 5px 0 0 5px
}

.zapis_tabs ul.tabHead li:nth-child(2) {
	border-radius: 0 5px 5px 0
}

.zapis_tabs ul.tabHead li.current {
	background: #ff3a3f;
	border: 1px solid #ff3a3f;
	color: #fff
}

.zapis_tabs ul.tabHead li.current i {
	color: #fff
}

.zapis_tabs ul.map_radio li {
	background: #fff;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 23px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	padding-right: 23px
}

.zapis_tabs ul.map_radio li input {
	display: none
}

.zapis_tabs ul.map_radio li .map-block .fa {
	font-size: 25px;
	margin-right: 16px;
	color: #ff3a3f;
	margin-top: 5px
}

.zapis_tabs ul.map_radio li .address-block .address {
	font-size: 14px;
	line-height: 21px;
	margin-top: 4px
}

.zapis_tabs ul.map_radio li .address-block .phone {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: rgba(0, 0, 0, .2)
}

.zapis_tabs ul.map_radio li .address-block label {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	color: #fc4832;
	text-decoration-line: underline
}

.zapis_tabs .content {
	padding-top: 14px;
	padding-left: 0;
	padding-right: 0
}

.zapis_tabs .content[data-id=filter-by-list] {
	padding-left: 20px;
	padding-right: 20px
}

.zapis_tabs .tabBody {
	box-shadow: none
}

.zapis_tabs ul.tabHead {
	background: 0 0
}

.contact-page_local-service_photo {
	width: 100%;
	height: auto
}

.services {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
	flex-direction: column;
	align-items: center
}

.services>.service-item {
	font-size: 20px;
	cursor: pointer;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	text-decoration: none !important;
	width: 100%
}

.services>.service-item>.name {
	font-size: 20px;
	line-height: 27px;
	padding: 15px 20px;
	color: #000
}

.services>.service-item>.image {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
	align-items: center
}

.services>.service-item>.image img {
	max-width: 100%;
	width: 100%;
	height: 180px
}

.service-detail>h2 {
	padding: 0 15px;
	text-transform: uppercase
}

.service-detail .zapis_body {
	margin-top: 25px
}

.service-detail .gallery {
	display: flex;
	flex-direction: column;
	align-items: center
}

.service-detail .gallery .gallery-item {
	display: flex;
	width: 100%
}

.service-detail .gallery .gallery-item img {
	max-width: 100%;
	width: 100%;
	height: 100%
}

.service-detail a {
	text-decoration: underline
}

.service-detail .table.select {
	margin-top: 25px
}

.service-detail .table.select .title-select {
	display: flex;
	padding: 15px 20px;
	font-size: 16px;
	align-items: flex-start;
	flex-direction: column;
	background: linear-gradient(to bottom, #474069 0, #3e3760 50%, #322b54 100%)
}

.service-detail .table.select .body_container .body>div {
	background-color: #f8f8f8;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	font-size: 18
}

.service-detail .table.select .body_container .body>div>span {
	width: 55%
}

.service-detail .table.select .title-select .price_name {
	margin-right: 15px
}

.service-detail .table.select .title-select select {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 3px
}

.service-detail .price-list-table {
	display: flex;
	flex-direction: column
}

.service-detail .price-list-table .header {
	display: flex;
	background: linear-gradient(to bottom, #474069 0, #3e3760 50%, #322b54 100%);
	padding: 15px 20px;
	color: #fff;
	font-size: 16px;
	align-items: center;
	justify-content: space-between
}

.service-detail .price-list-table .header>.price {
	width: 25%;
	text-align: left
}

.service-detail .price-list-table .row {
	display: flex;
	font-size: 14px;
	background-color: #e5e5e5;
	padding: 10px 15px;
	justify-content: space-between
}

.service-detail .price-list-table .row .price {
	width: 25%
}

.service-detail .price-list-table .row .name {
	width: 50%
}

.service-detail .text-after-gallery {
	margin: 25px 0;
	font-size: 16px;
	padding: 0 15px
}

.service-detail .seo-text-container {
	margin-top: 25px;
	font-size: 16px;
	display: flex;
	padding: 0 15px
}

.zapis-app .choose>div {
	cursor: pointer
}

.zapis-app .result .map_radio {
	margin: 0
}

.zapis-app .result .map_radio li {
	border: 1px solid rgba(178, 178, 178, .6);
	margin-bottom: 15px;
	cursor: pointer;
	list-style-type: none;
	background-color: #e8e8e8
}

.zapis-app .result .map_radio li:hover {
	border-color: #ff3a3f
}

.zapis-app .result .map_radio li label {
	margin: 20px;
	padding: 0;
	width: calc(100% - 40px);
	display: flex;
	align-items: center;
	justify-content: space-between
}

.zapis-app .result .map_radio li label .name {
	width: 50%;
	font-size: 18px;
	font-weight: 700
}

.zapis-app .result .map_radio li label .name i {
	margin-right: 10px;
	color: #ff3a3f
}

.zapis-app .result .map_radio li label .date span {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #333;
	opacity: .3
}

.zapis-app .result .map_radio li label .date span.number {
	font-size: 20px;
	line-height: 24px;
	opacity: 1
}

.zapis-app .result .map_radio li label .phone {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	opacity: .3
}

.zapis-app .result .map_radio li label .btn {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #fc4832
}

.service-map {
	position: relative;
	margin-top: 25px
}

.service-map .modal-map {
	position: absolute;
	top: 101%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	width: 100%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.service-map .modal-map .head {
	padding: 15px
}

.service-map .modal-map .head img {
	position: absolute;
	top: 20px;
	left: 20px
}

.service-map .modal-map .head .close-modal-map {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 27px;
	color: #fc4832;
	z-index: 1;
	cursor: pointer
}

.service-map .modal-map .body .phone {
	font-weight: 700;
	font-size: 13px;
	line-height: 28px;
	margin-bottom: 20px
}

.icons-phone-map .icons img {
	margin-bottom: 5px
}

.service-map .modal-map .body .pay {
	margin-bottom: 20px
}

.service-map .modal-map .body .pay>div {
	display: flex;
	align-items: center
}

.service-map .modal-map .body .btns {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column
}

.service-map .modal-map .body .btns .zapis-mod {
	padding: 10px;
	margin-top: 4px;
	background: #ff3a3f;
	color: #fff;
	font-style: italic;
	font-weight: 700;
	font-size: 24px;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center;
	width: 80%
}

.service-map .modal-map .body .btns .geo {
	width: 100%;
	display: flex;
	justify-content: center
}

.service-map .modal-map .body .btns .geo a {
	padding: 10px;
	margin-top: 4px;
	background: #ff3a3f;
	color: #fff;
	font-style: italic;
	font-weight: 700;
	font-size: 24px;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center;
	width: 80%;
	display: block;
	margin-bottom: 15px
}

.service-map #shop_list {
	list-style-type: none
}

.service-map #shop_list li:hover {
	border-color: #ff3a3f
}

.service-map #shop_list li .fluid_link {
	position: absolute;
	height: 100%;
	width: 100%;
	margin-bottom: -15px;
	top: 0
}

.service-map #shop_list li label {
	margin: 10px 20px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.service-map #shop_list li label .btn {
	background: #f5d021;
	color: #000;
	font-weight: 400;
	padding: 10px 40px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	margin-right: 20px;
	cursor: pointer;
	box-shadow: 0 1px 5px -2px #000;
	border-radius: 5px;
	text-decoration: none
}

.service-map #shop_list li label .name i {
	margin-right: 10px;
	color: #ff3a3f
}

.service-map #shop_list li label .name {
	width: 50%;
	font-size: 16px
}

.service-map #shop_list li {
	border: 1px solid rgba(178, 178, 178, .6);
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
	font-size: 16px
}

@media (max-width: 768px) {
	.service-detail .seo-text-container {
		flex-direction: column
	}

	.service-detail .seo-text-container .video {
		margin-top: 20px
	}
}

@media {
	.service-detail .seo-text-container .video iframe {
		width: 100%
	}

	.service-map #shop_list li label .name {
		font-size: 14px
	}

	.service-map #shop_list li label .btn {
		padding: 10px 25px;
		font-size: 13px
	}
}

.inner-content .content-txt p {
	margin: 10px 0
}

.accord-container {
	width: 100%;
	margin: 15px auto
}

button.accord {
	position: relative;
	width: 100%;
	padding: 5px 20px;
	text-align: left;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .8);
	line-height: 33px;
	font-weight: 700;
	font-size: 18px;
	border: 1px solid #dbdbdb;
	background-color: #e8e8e8;
	color: #000;
	transition: .4s
}

button.accord::after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	border-top-color: #a9a9a9;
	border-right-color: #a9a9a9;
	transform: rotate(45deg);
	transition: transform ease .3s 0s
}

button.accord.active::after {
	transform: rotate(135deg)
}

.accord:hover,
.active {
	border-color: #ff3a3f;
}

.panel {
	padding: 0 18px;
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-out
}

.panel ul {
	margin-bottom: 10px
}

.content-txt ul li,
.panel ol li,
.panel ul li {
	line-height: 21px
}

.content-txt .panel p {
	margin: 10px 0
}

.seo-text-container h2,
.text-after-gallery h2 {
	line-height: 24px
}

.whatsapp-icon {
	width: 25px;
	margin: 0 20px 0 10px
}

.contacts .area-content a.whatsapp-link {
	display: flex;
	align-items: center
}

.bx-yandex-view-map .ymaps-image-with-content {
	background-image: url(/upload/pin.png) !important;
	background-size: 57px 42px !important;
	width: 50px !important;
	left: -18px !important
}

.ymaps-2-1-71-inner-panes .ymaps-2-1-71-places-pane .ymaps-2-1-71-placemark-overlay .ymaps-2-1-71-islets_dot-icon-with-caption>ymaps>ymaps,
.ymaps-2-1-71-inner-panes .ymaps-2-1-71-places-pane .ymaps-2-1-71-placemark-overlay .ymaps-2-1-71-islets_icon-with-caption>ymaps>ymaps,
.ymaps-2-1-77-inner-panes .ymaps-2-1-77-places-pane .ymaps-2-1-77-placemark-overlay .ymaps-2-1-77-islets_icon-with-caption>ymaps>ymaps {
	background-image: url(/upload/pin.png) !important;
	background-size: 57px 42px !important;
	width: 50px !important;
	left: -18px !important
}

.ymaps-2-1-77-islets_icon-with-caption__caption-block .ymaps-2-1-77-islets_icon-caption {
	padding-left: 0 !important
}

.ymaps-2-1-77-islets_icon-caption {
	padding: 0 !important
}

.ymaps-2-1-71-inner-panes .ymaps-2-1-71-places-pane .ymaps-2-1-71-placemark-overlay .ymaps-2-1-71-islets_dot-icon-with-caption>ymaps>ymaps.ymaps-2-1-71-islets_icon-caption,
.ymaps-2-1-71-inner-panes .ymaps-2-1-71-places-pane .ymaps-2-1-71-placemark-overlay .ymaps-2-1-71-islets_icon-with-caption>ymaps>ymaps.ymaps-2-1-71-islets_icon-caption {
	background-image: none !important;
	display: none !important
}

.ymaps-2-1-71-copyrights-pane {
	display: none !important
}

.ymaps-2-1-71-controls-pane {
	display: none !important
}

.bx-yandex-view-map .ymaps-image-with-content {
	background-image: url(/upload/pin.png) !important;
	background-size: 57px 42px !important;
	width: 50px !important;
	left: -18px !important
}

.warning-block {
	padding: 20px 15px;
	font-size: 18px;
	color: #333;
	background: linear-gradient(180deg, #fdda46 0, #f3ce39 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 25px;
	margin: 0 20px 20px 20px
}

.warning-block .warning {
	font-size: 65px;
	font-weight: 700;
	margin-right: 15px
}

.warning-block a {
	text-decoration: underline
}

.warning-block .underline {
	text-decoration: unset;
	padding: 0 5px
}

.section-desc-mobile p {
	margin: 0
}

.sticker-sale {
	background-image: url('/local/templates/mobile/images/procent_mob.svg') !important;
	width: 38px;
	height: 38px
}

.info-color-text {
	display: none;
}

.pager-sort a,
.pager-sort span,
.variable-sort div,
.variable-sort span {
	display: inline-block
}

.pager-sort span,
.variable-sort span {
	font-size: 12px;
	margin-right: 5px
}

.pager-sort .p-link.active,
.pager-sort .p-link:hover,
.pager-sort a.active,
.pager-sort a:hover {
	text-decoration: none;
	background: #393e4f;
	color: #fff
}

.pager-sort .p-link,
.pager-sort a {
	color: #000;
	width: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 5px;
	box-shadow: inset 0 2px 11px -5px #000;
	cursor: pointer
}

.pager-sort .p-link {
	margin-right: 0
}

.change-view .hidden-view-href,
.pager-sort .hidden-href,
.variable-sort .var-sort .hidden-sort-href {
	display: none
}

.variable-sort {
	position: relative;
	margin-bottom: 17px;
}

.variable-sort .var-sort {
	position: absolute;
	width: 110px;
	top: 0;
	left: 100px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px 0 5px 15px;
	background: #fff;
	z-index: 15
}

.variable-sort .var-sort:before {
	content: "";
	display: block;
	position: absolute;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #303030;
	right: 13px;
	top: 13px
}

.variable-sort span {
	margin-top: 5px;
	font-size: 16px;
}

.variable-sort .var-sort .v-sort.active,
.variable-sort .var-sort a.active,
.variable-sort .var-sort:hover .v-sort,
.variable-sort .var-sort:hover a {
	display: block
}

.variable-sort .var-sort .v-sort,
.variable-sort .var-sort a {
	display: none;
	color: #000
}

.variable-sort .var-sort .v-sort {
	margin-right: 0;
	margin-top: 0;
	font-size: 14px;
	cursor: pointer
}

.variable-sort .var-sort .v-sort:hover {
	text-decoration: underline
}

.mobile-menu-main .index_menu ul li a {
	height: 20px;
}

.mobile-menu-main .index_menu ul li a img {
	width: 20px;
	height: 20px;
}

.index_service-booking-button {
	height: 28px;
}

.index_slider_container #index_slider img {
	aspect-ratio: 2 / 1;
	width: 640px;
	max-height: 320px;
}

@media (max-width: 640px) {
	.index_slider_container {
		aspect-ratio: 2 / 1;
		overflow: hidden;
		width: 100%;
		margin-bottom: 10px !important;

	}

	.index_slider_container .bx-wrapper li {
		aspect-ratio: 2 / 1;
	}
}

@media (min-width: 641px) {
	.index_slider_container {
		overflow: hidden;
		text-align: center;
	}
}

a.fa.fa-instagram {
	width: 21px;
}

a.fa.fa-vk {
	width: 26px;
}

h1,
.zapis .zapis_selector .head {
	font-family: 'Roboto Condensed', Impact, sans-serif;
}

.catalog_section .catalog-item .picture-container .stickers {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.sticker-keshbek {
	display: block;
	width: 48px;
	height: 41px;
	background-size: 100% 100% !important;
	background-position: unset !important;
	cursor: pointer;
	margin-bottom: 6px;
	transform: translateX(11%);
	background: url(https://shina35.ru/bitrix/templates/.default/images/cashback2023.png);
}

.news_list .news_item .description p {
	margin: 0 !important;
	padding: 0 !important;
}

.news_list .news_item .description {
	font-size: 16px;
	padding: 0 16px 16px 16px;
	margin-top: -8px;
}

.related {
	padding: 45px 16px;
	background: #eee url(/bitrix/templates/.default/images/shadow.png) no-repeat center top;
}

.related>span {
	line-height: 28px;
	font-size: 24px;
	/* font-style: italic; */
	font-weight: 700;
	display: block;
	margin-bottom: 1em;
}

.b24-widget-button-wrapper {z-index: 101150!important;} 