.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.icon-odn {
	width: 0.7138671875em;
}

.icon-vk {
	width: 1.0927734375em;
}

.icon-arrow-right_s {
	width: 1em;
}

.icon-arrow-right {
	width: 0.438em;
}

.icon-arrow-left {
	width: 0.438em;
}

.icon-studio {
	width: 3.125em;
	height: 1.375em;
}

.icon-map {
	width: 0.6611328125em;
}

.icon-cart {
	width: 1.048828125em;
}

.icon-logo {
	width: 13.813em;
	height: 3.125em;
}

.icon-logo20 {
	width: 13.813em;
	height: 3.125em;
}

.icon-logosmall {
	width: 2.500em;
	height: 2.500em;
}

.button .icon-med, .icons-menu .icon {
	width: 1.2em;
	height: 1.2em;
	margin-top: -2px;
	margin-right: 10px;
}

.block-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.header {
	position: absolute;
	z-index: 201;
}

.header .logo-hr {
	border-left: 1px solid #f0f3f5;
	height: 70px;
}

.header .logo-hr span, .header_phone span {
	display: block;
}

.header .menu li a {
	font-weight: 600;
}

.header.is-fixed .is-inset-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header.is-fixed .icon-logo, .header.is-fixed .icon-logo20 {
	width: 11.406em;
}

.header.is-fixed .icon-logo, .header.is-fixed .icon-logo20, .header.is-fixed .logo_city {
	height: 2.500em;
}

.notice__block,
.notice__link {
	display: block;
	width: 100%;
	z-index: 201;
}

.notice__block.is-fixed {
	top: inherit;
	bottom: 0;
}

.notice__block.is-fixed.kube-slideInDown {
	animation: none;
}

.notice__link::after,
.notice__link::before {
	position: absolute;
	top: -20px;
	display: none;
	content: "";
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1;
}

.notice__link::before {
	background-image: url(../img/bg_notice_left.png);
	background-position: left center;
	background-size: 500px 127px;
	left: -50px;
	height: 127px;
	width: 500px;
}

.notice__link::after {
	background-image: url(../img/bg_notice_right.png);
	background-position: right center;
	background-size: 449px 127px;
	right: -50px;
	height: 127px;
	width: 449px;
}

@media (min-width: 768px) {
	.notice__link::after,
	.notice__link::before {
		display: block;
	}
}

.notice__wrapper {
	background: url(../img/bg_notice.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 70px;
	align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
	padding: 10px;
}

.notice__wrapper span {
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .is-navbar li {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 768px) {
	.header_phone {
		display: none;
	}

	.notice__wrapper span.is-h4 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.header .logo_small, .header .logo-hr, .header.is-fixed .logo-hr {
		width: auto;
		height: 2.223em;
	}

	.header .logo_city, .header.is-fixed .logo_city {
		height: 2.223em;
	}

	.header {
		border-bottom: 1px solid #dbe4eb;
	}

	.header.is-fixed {
		border: none;
	}
}

.hamburger {
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	line-height: 12px;
	overflow: visible;
}

.hamburger-box {
	width: 20px;
	height: 19px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -4px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 20px;
	height: 2px;
	background-color: #1c1c1c;
	border-radius: 2px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -8px;
}

.hamburger-inner::after {
	bottom: -8px;
}

.hamburger--elastic .hamburger-inner {
	top: 6px;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
	top: 8px;
	transition: opacity 0.15s 0.3s ease;
}

.hamburger--elastic .hamburger-inner::after {
	top: 16px;
	transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-menu-active .hamburger--elastic .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.1s;
}

.is-menu-active .hamburger--elastic .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.is-menu-active .hamburger--elastic .hamburger-inner::after {
	transform: translate3d(0, -16px, 0) rotate(-270deg);
	transition-delay: 0.1s;
}

.is-menu-active .hamburger-inner, .is-menu-active .hamburger-inner::before, .is-menu-active .hamburger-inner::after {
	background-color: #1c1c1c;
}

.menu .is-active, .menu-mobile .is-active {
	color: #0078d7;
}

@media only screen and (max-width: 767px) {
	.is-offcanvas {
		width: 100% !important;
	}
}

.page-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,15,27,.55);
	width: 100%;
	height: 100%;
}

.hero-top_height {
	position: relative;
	min-height: 768px;
}

.hero-top_bg {
	min-height: 50vh;
	background: transparent;
}

.hero-top_bg__text, .mouse {
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.hero-top_bg__text {
		text-align: center;
	}

	.hero-top_height {
		position: relative;
		min-height: 520px;
	}

	.hero-top_bg__button .button {
		width: 100%;
	}
}

div.circle {
	width: 40px;
	height: 40px;
	overflow: hidden;
	padding-top: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: #fff 1px solid;
	display: inline-table;
}

.mouse {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -12px;
	width: 25px;
	height: 45px;
	border: 2px solid #fff;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(51, 51, 51, 0.1);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(51, 51, 51, 0.1);
	box-shadow: inset 1px 1px 5px 0px rgba(51, 51, 51, 0.1);
}
.rotate{-webkit-animation-name:rotate;animation-name:rotate}
@-webkit-keyframes rotateplane {
  0%{-webkit-transform:translateY(-2px)}
  100%{-webkit-transform:translateY(7px)}
}
@keyframes rotateplane {
  0%{transform:translateY(-2px);-webkit-transform:translateY(-2px)}
  100%{transform:translateY(7px);-webkit-transform:translateY(7px)}
}

.mouse:after {
	content: "";
	position: absolute;
	height: 7px;
	width: 4px;
	background-color: #fff;
	border-radius: 100%;
	left: 50%;
	margin-left: -2px;
	top: 10px;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

@media (max-width: 767px) {
	.mouse {
		display: none;
	}
}

.close:before, .icon-kube-close:before {
	padding-left: 2px;
}

.block-form {
	position: relative;
	border: 4px solid #0078d7;
	z-index: 1;
}

.block_reply {
	background: #fff url('../img/linzi.png') no-repeat;
	background-position: right -20% center;
}

.block-form__reply {
}

.block_reply #form-item__strelka::before {
	content: '';
	position: absolute;
	background: url('../img/strelka.png') no-repeat;
	background-position: center;
	width: 469px;
	height: 151px;
	bottom: 5px;
	left: 400px;
}

@media (max-width: 960px) {
	#form-item__strelka::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.block_reply {
		background-position: right -20% bottom;
	}
}

.block-form__reply.js-block__off {
	background-color: #fcf3f9;
}

.block-form__reply.js-block__on {
	background-color: #f0fbf4;
}

.block-lists .icon-ok, .block-lists .icon-ok_red {
	width: 32px;
	height: 32px;
}

.block-lists__min .icon-ok, .block-lists__min .icon-ok_red {
	width: 24px;
	height: 24px;
}

.block-lists .icon-pdf {
	width: 32px;
	height: 40px;
}

.number-icon .is-text-blue {
	height: 30px;
}

.number-icon_big {
	font-family: "lato", Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 5em;
	line-height: 1.2;
}

.history-map .history-map_item {
	min-width: 200px;
}

.history-map .history-map_item.history-map_critical::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	border: 1px dashed #e5053a;
	height: 275px;
	top: -20px;
	bottom: -20px;
	right: -1px;
	z-index: 1;
}

.history-maps .history_critical {
	display: block;
	position: absolute;
	color: #e5053a;
	width: 180px;
	bottom: -63px;
	left: -90px;
	z-index: 2;
	line-height: 1;
	white-space: normal;
}

.history-map_item.history-map_bottom {
	padding-top: 130px;
}

.history-map_item .is-inset-bottom-16::before, .history-map_item .is-inset-top-16::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #eef5fa;
	width: 100%;
	height: 3px;
}

.history-map_item.history-map_top .is-inset-bottom-16::before {
	bottom: -12px;
}

.history-map_item.history-map_bottom .is-inset-top-16::before {
	top: -15px;
}

.history-map_item .is-inset-bottom-16::after, .history-map_item .is-inset-top-16::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	border: 4px solid #0078d7;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.history-map_item.history-map_top .is-inset-bottom-16::after {
	bottom: -21px;
}

.history-map_item.history-map_bottom .is-inset-top-16::after {
	top: -24px;
}

.history-map_item__end .is-inset-bottom-16::after {
	border: 4px solid #e5053a;
}

.history-map_text {
	position: relative;
	display: block;
	border-radius: 2px;
	height: 90px;
	line-height: 80px;
}

.history-map_text div {
	line-height: 1.2;
	display: inline-block;
	white-space: normal;
}

.history-map_text::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
}

.history-map_top .history-map_text::after {
	bottom: 0;
	margin-bottom: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 8px solid #0078d7;
}

.history-map_bottom .history-map_text::after {
	top: 0;
	margin-top: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 8px solid #0078d7;
}

.history-map_top .history-map_text.is-bg-red::after, .history-map_bottom .history-map_text.is-bg-red::after {
	border-top-color: #e5053a;
}

@media only screen and (max-width: 767px) {
	.number-icon_big {
		font-size: 4.5em;
	}

	.block-icons .icon {
		width: 50px;
		height: 50px;
	}
}

.block-advantage_item {
	width: 60%;
}

@media only screen and (max-width: 1024px) {
	.block-advantage_item {
		width: 100%;
	}
}

.block-lists_num {
	position: relative;
	width: 50px;
	height: 50px;
}

.block-lists_num span {
	z-index: 1;
}

.block-lists_num .is-h4 {
	line-height: 50px;
}

.block-lists_num::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #dfedfa;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	z-index: 0;
}

@media only screen and (max-width: 1023px) {
	.block-opening {
		background-image: none;
	}
}

.block-icons, .block-slider__content {
	display: none;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
	position: relative;
	display: block;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: inline-block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.block-slider__content.slick-initialized, .slick-initialized .slick-slide, .b-slider__sale.slick-initialized, .b-slider__offer.slick-initialized {
	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;
}

.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 40px;
	height: 40px;
	min-height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	color: transparent;
	outline: none;
	background: transparent;
	border: 0;
	z-index: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover .icon, .slick-prev:focus .icon, .slick-next:hover .icon, .slick-next:focus .icon {
	color: #0078d7;
}

.slick-prev.slick-disabled .icon, .slick-next.slick-disabled .icon {
	opacity: .25;
}

.slick-prev .icon, .slick-next .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -2px;
	color: #8c9194;
	vertical-align: middle;
	z-index: 1;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.slick-prev:after, .slick-next:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	border: 2px solid #e3e9ec;
	border-radius: 100px;
}

.slick-prev {
	left: 1px;
}

[dir='rtl'] .slick-prev {
	right: 1px;
	left: auto;
}

.slick-next {
	right: -4px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -4px;
}

.slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 5;
	margin: 0;
	padding: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	list-style-type: none;
}

.slick-dots li {
	display: inline-block;
	margin-right: 8px;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li button {
	display: block;
	background: transparent;
	font-size: 0;
	padding: 0;
	height: 14px;
	width: 14px;
	min-height: 14px;
	border: 2px solid #dbe4eb;
	border-radius: 50%;
	outline: none;
	transition: border .3s ease, color .3s ease, background .3s ease;
	-webkit-appearance: none;
}

.slick-dots li button:hover, .slick-dots li.slick-active button {
	background-color: #0078d7;
	border: 2px solid #0078d7;
}

.block-icons .block-icons__icon .icon {
	width: 6.250em;
	height: 6.250em;
}

@media only screen and (max-width: 767px) {
	.block-icons .block-icons__icon .icon {
		width: 4.375em;
		height: 4.375em;
	}
}

.block-icons__title {
	display: block;
	font-size: 5em;
	line-height: 1;
	font-weight: 800;
}

/*.lable-gift::after {
	content: '';
	position: absolute;
	top: 170px;
	right: 0;
	display: block;
	background: url(../img/pechat.png) no-repeat center center;
	background-size: 100%;
	width: 122px;
	height: 80px;
	z-index: 0;
}
*/
.lable-gift .is-container-row {
	z-index: 1;
}

/*@media only screen and (max-width: 767px) {
	.lable-gift::after {
		display: none;
	}
}
*/
.block-image-container img {
	display: block;
}

.block-image-label {
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	padding: 0.5em;
	background-color: rgba(28, 28, 28, 0.5);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
	-moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
	transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.block-image-label.hidden {
	visibility: hidden;
}

.is-visible .block-image-label {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.block-resize-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-right: 2px solid #fff;
}

.block-resize-img img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
}

.block-resize-img .block-image-label {
	right: auto;
	left: 0;
	width: 220px;
}

@media only screen and (max-width: 767px) {
	.block-image-label {
		font-size: 12px;
	}

	.block-resize-img .block-image-label {
		width: auto;
	}
}

.is-visible .block-resize-img {
	width: 50%;
	-webkit-animation: block-bounce-in 0.7s;
	-moz-animation: block-bounce-in 0.7s;
	animation: block-bounce-in 0.7s;
}

@-webkit-keyframes block-bounce-in {
	0% {
		width: 0;
	}

	60% {
		width: 55%;
	}

	100% {
		width: 50%;
	}
}

@-moz-keyframes block-bounce-in {
	0% {
		width: 0;
	}

	60% {
		width: 55%;
	}

	100% {
		width: 50%;
	}
}

@keyframes block-bounce-in {
	0% {
		width: 0;
	}

	60% {
		width: 55%;
	}

	100% {
		width: 50%;
	}
}

.block-handle {
	position: absolute;
	height: 44px;
	width: 44px;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border-radius: 50%;
	background: url("../img/block-arrows.svg") no-repeat center center;
	cursor: move;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(0);
	-moz-transform: translate3d(0, 0, 0) scale(0);
	-ms-transform: translate3d(0, 0, 0) scale(0);
	-o-transform: translate3d(0, 0, 0) scale(0);
	transform: translate3d(0, 0, 0) scale(0);
}

.block-handle::after {
	content: '';
	margin-left: 17px;
	display: block;
	width: 8px;
	height: 44px;
	background-color: #fff;
	border-radius: 4px;
}

.block-handle.draggablephoto::after {
	background-color: #eef5fa;
}

.dargphoto-title {
	width: 50% !important;
	min-width: 50%;
}

.is-visible .block-handle {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	-moz-transform: translate3d(0, 0, 0) scale(1);
	-ms-transform: translate3d(0, 0, 0) scale(1);
	-o-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
	-moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
	transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.product {
	border-radius: 5px;
}

.product_image {
	height: 200px;
    line-height: 200px;
}
.product_content .product_title a{
	font-size: 14px;
	font-weight: 600;
}
.product_image img {
	display: inline-block;
	vertical-align: middle;
}
#lenses .product_image {
	height: auto;
}
#lenses .product_image img {
	object-fit: contain;
}
@media only screen and (max-width: 767px) {
	.dargphoto-title {
		font-size: 15px;
	}

	.product_image img {
		height: 100%;
	}

	.block-handle {
		top: 85%;
	}
}

.product_title {
	height: 50px;
}

.rub {
	font-family: 'ALSRubl-Tahoma', Tahoma, sans-serif;
	line-height: normal;
}

.stars_container {
	position: relative;
	width: 100px;
	height: 30px;
	background: #dadada;
	background-size: 100% 100%;
}

.stars_container .stars_container__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: url(../img/stars.png) no-repeat center;
}

.stars_container__progress {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #ffc651;
}

.accordion__item.accordion__item--is-open {
	box-shadow: 0 6px 24px rgba(6,67,117, 0.12);
}

.accordion__item:first-child {
}

.accordion__header {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	line-height: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #1c1c1c;
}

.accordion__header:hover, .accordion__item--is-open .accordion__header {
	color: #0078d7;
}

.accordion__header-title {
	font-size: 21px;
	font-weight: 700;
	text-align: left;
}

.accordion__header-icon, .footer_toggle-icon {
	float: right;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: .75em;
	display: none;
}

.accordion__header-icon i, .footer_toggle-icon i {
	position: relative;
	width: 1em;
	height: 1em;
	display: block;
	will-change: transform;
}

.accordion__header-icon i::before,.accordion__header-icon i::after, .footer_toggle-icon i::before,.footer_toggle-icon i::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 80%;
	background: currentColor;
	top: 0;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	will-change: transform;
	transition: -webkit-transform .1s;
	transition: transform .1s;
	transition: transform .1s,-webkit-transform .1s;
}

.accordion__header-icon i::before, .footer_toggle-icon i::before {
	left: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.accordion__header-icon i::after, .footer_toggle-icon i::after {
	left: calc(50% - 1px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordion__item--is-open>.accordion__header>.accordion__header-icon i::before {
	-webkit-transform: translateY(-80%) rotate(-135deg);
	-ms-transform: translateY(-80%) rotate(-135deg);
	transform: translateY(-80%) rotate(-135deg);
}

.accordion__item--is-open>.accordion__header>.accordion__header-icon i::after {
	-webkit-transform: translateY(-80%) rotate(135deg);
	-ms-transform: translateY(-80%) rotate(135deg);
	transform: translateY(-80%) rotate(135deg);
}

.accordion__header-icon .icon {
	width: 1em;
	height: 1em;
	color: inherit;
}

.accordion__panel-content {
}

.accordion__header-icon, .footer_toggle-icon {
	display: block;
}

.accordion__panel {
	display: none;
	overflow: hidden;
	will-change: height;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
}

.accordion__item--is-open>.accordion__panel {
	display: block;
}

.block-bg-form {
	background-image: url(../img/bg_form.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.tabs-cust .link {
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	text-align: center;
	font-family: inherit;
	font-size: 0.9375em;
	font-weight: 600;
	text-decoration: none;
	text-transform: none;
	color: #1c1c1c;
	background: #eef5fa;
	border-radius: 0;
	border: 1px solid rgba(17, 17, 19, 0.07);
	min-height: 2.66667em;
	padding: 0.5em 1.6em;
	box-shadow: none;
	cursor: pointer;
	line-height: 1.2;
}

.tabs-cust .link:hover {
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s;
	outline: none;
	color: #8c9194;
	text-decoration: none;
	background-color: #eef5fa;
}

.tabs-cust .link.is-active {
	background: #0078d7;
	color: rgba(255, 255, 255, 0.95);
	border: 1px solid #0078d7;
}

.tabs-cust .link.is-active:hover {
	background: #0370c7;
	border: 1px solid #0370c7;
}

.tabs-cust .link:first-child {
	border-radius: 4px 0 0 4px;
}

.tabs-cust .link:last-child {
	border-radius: 0 4px 4px 0;
}

.block-salon_item {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition: box-shadow .5s ease,-webkit-transform .5s ease;
	transition: transform .5s ease,box-shadow .5s ease;
	transition: transform .5s ease,box-shadow .5s ease,-webkit-transform .5s ease;
	will-change: transform,box-shadow;
	height: 100%;
}

.block-salon_item:hover, .block-pack_item:hover {
	-webkit-transform: translate(0,-5px);
	transform: translate(0,-5px);
	box-shadow: 0 10px 16px 0 rgba(17, 17, 19,.1);
}

.block-docs_item {
	min-height: 140px;
}

.block-footer a {
	text-decoration: none;
}

.footer__link_button a {
	margin-left: 8px;
}

.footer_phone span {
	display: block;
}

.footer_toggle {
	display: none;
}

.block-footer .is-border-top, .block-footer .is-border-bottom {
	border-color: rgba(17,17,19,.1);
}

@media only screen and (max-width: 767px) {
	.block-footer .footer_corp.is-border-top {
		border: 0;
		line-height: 1.4;
	}

	.footer__link_button a {
		margin-left: 0;
		width: 100%;
	}

	.contact-main a.button {
		width: 100%;
	}

	.footer_toggle {
		display: block;
		border-bottom: 1px solid rgba(17,17,19,.1);
		color: #dbe4eb;
	}

	.footer_toggle .footer_toggle-icon {
		margin-top: 8px;
		margin-right: 8px;
	}

	.footer_toggle .footer_toggle-icon i {
		width: 0.5em;
		height: 0.5em;
	}

	.footer_menu__mob {
		border-top: 1px solid rgba(17,17,19,.1);
		border-bottom: 1px solid rgba(17,17,19,.1);
	}

	.footer_menu__mob-link {
		font-size: 1.125em;
		line-height: 1.45;
	}
}

.block-footer .icon-lak {
	position: relative;
	top: 8px;
	margin-left: 5px;
}


/* default end */
/* 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: #1c1c1c;
	border-radius: 4px;
	max-width: 320px
}

.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: #fff;
	line-height: 18px;
	padding: 15px 20px;
}

/* .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: #1c1c1c;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #1c1c1c;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #1c1c1c;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #1c1c1c;
	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: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* 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;
}


.saloni {
	height: 450px;
	overflow-y: scroll;
}

.saloni::-webkit-scrollbar {
	width: 4px;
}

.saloni::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #0078d7;
}

.l-plus {
	position: fixed;
	top: 50%;
	right: 20px;
	left: inherit;
	min-height: 50px;
	background-color: #fff;
	box-shadow: 0 7px 15px rgba(0,0,0,0.1);
	z-index: 110;
	border-radius: 50px;
}

.l-plus .button {
	color: #ee0e3d;
	padding: 2px!important;
	border-radius: 50px;
}

.l-plus-border {
	border: 4px solid #ee0e3d;
	padding: 5px 10px;
	border-radius: 50px;
}

.l-plus .button i {
	width: 30px;
	height: 30px;
	font-size: 30px;
}

.l-plus .button span {
	display: inline-block;
	max-width: 180px;
	min-width: 180px;
  margin-right: 0;
}

.l-plus .button.is-inverted:hover {
	color: #fff;
	background-color: #ee0e3d;
	box-shadow: none;
}
.l-plus .button.is-inverted:hover .is-muted {
  color: #fff;
}

.l-plus .button.is-inverted:hover .l-plus-border {
	border: 4px solid #fff;
}

@media (max-width: 767px) {
	.l-plus {
		top: auto;
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

	.l-plus .button, .l-plus-border, .l-plus .button span {
		width: 100%;
		max-width: 100%;
	}

	.l-plus-border {
		border: 3px solid #ee0e3d;
		padding: 5px 20px;
	}

	.l-plus .button.is-inverted:hover .l-plus-border {
		border: 3px solid #fff;
	}
}
