

/* Start:/local/templates/landings/template_styles.css?175386140517676*/
@font-face {
	font-family: 'LatoLight';
	font-weight: normal;
	font-style: normal;
	src: url('/local/templates/landings/../Lash&Brow/css/fonts/LatoLight/LatoLight.woff2') format("woff2"),
	url('/local/templates/landings/../Lash&Brow/css/fonts/LatoLight/LatoLight.woff') format("woff");
}

@font-face {
	font-family: 'LatoRegular';
	font-weight: normal;
	font-style: normal;
	src: url('/local/templates/landings/../Lash&Brow/css/fonts/LatoRegular/LatoRegular.woff2') format("woff2"),
	url('/local/templates/landings/../Lash&Brow/css/fonts/LatoRegular/LatoRegular.woff') format("woff");
}

.sl--scrollable {
	-webkit-overflow-scrolling: touch;
}
label.record-form__inp-block input,
.form-group input
{
	-webkit-appearance: none;
	border-radius: 0;
}
.section-deposit {
	overflow: hidden
}
#progress {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: transparent;
	z-index: 9999;
}

#bar {
	width: 0;
	height: 3px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 36, 56, 0.56)), to(#ff0a21));
	background: -webkit-linear-gradient(left, rgba(255, 36, 56, 0.56), #ff0a21);
	background: -o-linear-gradient(left, rgba(255, 36, 56, 0.56), #ff0a21);
	background: linear-gradient(to right, rgba(255, 36, 56, 0.56), #ff0a21);
}

input:focus {
	outline: none;
}

.popup-enrollment {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 999;
	background: rgba(0, 0, 0, .5)
}

.popup-enrollment__content {
	position: absolute;
	top: 10%;
	left: calc(50% - 485px);
	display: block;
	width: 970px;
	margin-bottom: 5%;
	background: #fff
}

.popup-enrollment__header {
	position: relative;
	display: table;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #e2e7ea
}

.popup-enrollment__header a.close {
	line-height: 48px;
	position: absolute;
	top: calc(50% - 20px);
	right: 20px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center
}

.popup-enrollment__header a.close:before {
	display: inline-block;
	width: 18px;
	height: 18px;
	content: '';
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: url(/local/templates/Lash&Brow/css/img/icon_close.png) no-repeat;
	background-size: cover
}

.popup-enrollment__header a.close:hover:before {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9)
}

.popup-enrollment__header h2 {
	display: block;
	font: 400 32px/40px LatoLight;
	margin: 30px
}

.popup-enrollment__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row
}

.popup-enrollment__body p {
	font: 14px/20px 'LatoRegular', sans-serif;
	color: #3e4856;
}

.enrollment-calendar__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0 20px;
	border-bottom: 1px solid #e2e7ea;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.enrollment-calendar {
	width: 307px;
	padding: 30px;
	border-right: 1px solid #e2e7ea
}

.enrollment-calendar__title {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1.1px;
	font-family: "LatoRegular", "sans-serif";
	text-transform: uppercase
}

.enrollment-calendar__name-month {
	font-size: 18px;
	width: 50%
}

.enrollment-calendar__btn-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.enrollment-calendar__btn-month-prev {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.enrollment-calendar__btn-month-prev::before {
	display: table;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: 0;
	border-top: 2px solid #3e4856;
	border-left: 2px solid #3e4856
}

.enrollment-calendar__btn-month-next {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.enrollment-calendar__btn-month-next::before {
	display: table;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 0;
	border-top: 2px solid #3e4856;
	border-right: 2px solid #3e4856
}

.enrollment-calendar__days-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.enrollment-calendar__days-list [tooltip-lb]::after {
    width: auto;
}

.enrollment-calendar__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 32px;
	height: 32px;
	margin: 5px;
	cursor: pointer;
	color: #3e4856;
	border-radius: 100%;
	background-color: rgba(207, 148, 153, .2);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.enrollment-calendar__off {
	cursor: inherit !important;
	opacity: .2
}

.enrollment-calendar__item_no-lessons {
	cursor: inherit;
	border-color: transparent;
	background: none
}

.enrollment-calendar__item_no-lessons:hover {
	cursor: inherit !important;
	background: none !important
}

.enrollment-calendar__item_no-seats{
    background-color: rgba(150, 150, 150, .2);
}

.record-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}

.record-form__block {
	width: 100%;
	margin-bottom: 30px
}

.record-form__block_horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.record-form__inp-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column
}

.record-form__inp-block_phone {
	width: 50%
}

.record-form__inp-block_birth {
	width: 50%;
	margin-left: 30px
}

.record-form__title {
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
	font-family: "LatoRegular", "sans-serif";
	letter-spacing: 1.1px;
	text-transform: uppercase
}

.record-form__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 21px);
	height: 38px;
	padding: 0 10px;
	border: solid 1px #e2e7ea;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .09);
	font: 400 13.3333px Arial;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .09)
}

.record-form__error {
	font-size: 12px;
	position: absolute;
	top: 74px;
	color: #ff453b
}

.ic-calendar {
	position: absolute;
	top: 44px;
	right: 20px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(/local/templates/landings/img/ic-calendar.svg) no-repeat;
	background-size: contain
}

.popup-enrollment__footer {
	padding: 20px 30px;
	border-top: 1px solid #e2e7ea
}

.enrollment-calendar__item_check {
	font-weight: normal;
	color: #fff;
	background-color: #cf9499
}

.popup-enrollment__record-payment {
	display: none;
	opacity: 0
}

.popup-enrollment__payment-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 503px;
	padding: 30px;
	border-right: 1px solid #e2e7ea;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.popup-enrollment__price-block {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2
}

.popup-enrollment__total-title {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1.1px;
	text-transform: uppercase
}

.popup-enrollment__total {
	font-size: 18px;
	font-weight: bold;
	font-family: 'LatoRegular', sans-serif;
	margin-top: 5px
}

.popup-enrollment__percent-block {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2
}

.popup-enrollment__percent-title {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1.1px;
	text-transform: uppercase
}

.popup-enrollment__percent {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px
}

.popup-enrollment__info-block {
	font-size: 14px;
	line-height: 18px;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3
}

.popup-enrollment__public-offer {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.popup-enrollment__offer-description {
	height: 360px;
	margin: 10px 8px 10px 0
}

.popup-enrollment__offer-description p {
	margin: 15px 0
}

.popup-enrollment__offer-description p strong {
	font-size: 11px;
	letter-spacing: 1.1px;
	text-transform: uppercase
}

.popup-enrollment__nano-content {
	margin: 10px 30px;
	outline: none
}

.public-offer__label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.public-offer__inp {
	display: none
}


.news-images-list {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin-top: -40px;
	margin-left: 0 !important;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news-images-list__item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	flex-direction: column;
	width: 32%;
	height: 180px;
	margin: 0 2% 2% 0 !important;
	background-color: #f6f9fb;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.news-images-list__item:nth-child(3n) {
	margin-right: 0 !important
}

.news-images-list__link {
	display: block
}

.news-images-list__img {
	display: inherit;
	max-width: 100%;
	max-height: 100%
}

.payment-result {
	background-color: #f6f9fb
}

.order-result {
	position: relative;
	top: -160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 60px;
	padding: 100px 0;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 15px 0 rgba(159, 169, 176, .1);
	box-shadow: 0 10px 15px 0 rgba(159, 169, 176, .1);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.order-result__icon {
	margin-bottom: 20px
}

.order-result__img {
	display: inline-block
}

.order-result__description p {
	font: 28px/34px 'LatoLight';
	margin: 30px 0
}

.order-result__description a {
	text-decoration: underline;
	color: #4990e2
}

.notice-block {
	position: fixed;
	z-index: 1000;
	top: -80px;
	left: calc(50% - 140px);
	display: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	border: 8px solid rgba(0, 0, 0, .2);
	border-radius: 50px;
	background-color: transparent;
	-webkit-box-shadow: 0 0 100px rgba(255, 255, 255, .6);
	box-shadow: 0 0 100px rgba(255, 255, 255, .6)
}

.notice-block.error {
	border-color: rgba(213, 49, 62, .6)
}

.notice-block.success {
	border-color: rgba(0, 128, 0, .6)
}

.notice-block .notice-block__content {
	display: block;
	width: 280px;
	padding: 15px 20px;
	border-radius: 50px;
	background-color: #fff
}

.notice-block .content__message {
	font-size: 16px;
	line-height: 22px;
	text-align: center
}

.js-form-disabled.off {
	position: relative
}

.js-form-disabled.off::before {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(207, 148, 153, .2)
}

.cloudpay_button.cloudpay_button-big.btn-default-wall {
	height: auto;
	padding: 6px 20px;
	line-height: normal;
	font-size: 20px;
}

p.agreement {
	color: #8c96a3;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
	font-family: "LatoRegular", "sans-serif";
}

p.agreement a {
	color: #CF9499;
	font-family: "LatoRegular", "sans-serif";
}

.btn-default-wall {
	line-height: 40px;
	display: inline-block;
	height: 38px;
	padding: 0 20px;
	cursor: pointer;
	border: 2px solid;
	border-radius: 50px
}


.notice-block {
	position: fixed;
	z-index: 1000;
	top: -80px;
	left: calc(50% - 140px);
	display: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	border: 8px solid rgba(0, 0, 0, .2);
	border-radius: 50px;
	background-color: transparent;
	-webkit-box-shadow: 0 0 100px rgba(255, 255, 255, .6);
	box-shadow: 0 0 100px rgba(255, 255, 255, .6)
}

.notice-block.error {
	border-color: rgba(213, 49, 62, .6)
}

.notice-block.success {
	border-color: rgba(0, 128, 0, .6)
}

.notice-block .notice-block__content {
	display: block;
	width: 280px;
	padding: 15px 20px;
	border-radius: 50px;
	background-color: #fff
}

.notice-block .content__message {
	font-size: 16px;
	line-height: 22px;
	text-align: center
}

.js-form-disabled.off {
	position: relative
}

.js-form-disabled.off::before {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(207, 148, 153, .2)
}


.public-offer__label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.public-offer__inp {
	display: none
}

.public-offer__check {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 12px;
	box-sizing: content-box;
	border: 2px solid #ddd;
	border-radius: 4px
}

.public-offer__inp:checked ~ .public-offer__check {
	line-height: 10px;
	position: relative;
	top: -1px;
	text-align: center;
	border-color: #4990e2;
	background-color: #4990e2
}

.public-offer__inp:checked ~ .public-offer__check:before {
	font: 400 10px FontAwesome;
	position: relative;
	top: -.3px;
	left: -.2px;
	content: '\f00c';
	color: #fff
}

.btn-default-wall {
	display: inline-block;
	height: 38px;
	padding: 0 20px;
	cursor: pointer;
	border: 2px solid;
	box-sizing: content-box;
	border-radius: 50px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font: 14px/40px 'LatoRegular', sans-serif;
	border-color: #cf9499;
	background: #cf9499;
}

.btn-default-wall:hover {
	text-decoration: none;
	color: #fff;
	border-color: #e39da3;
	background: #e39da3;
}

.btn-default-wall:active {
	text-decoration: none;
	color: #fff;
	border-color: #c58c91;
	background: #c58c91;
}
.popup-enrollment__payment-info a {
	font: 14px/40px 'LatoRegular', sans-serif;
	color: #3e4856;
	text-decoration: none;
}

.popup-enrollment__payment-info label {
	font: 14px/40px 'LatoRegular', sans-serif;
	color: #3e4856;
}

.btn-default {
	color: #e39da3;
	border-color: rgba(207, 148, 153, .3);
}
.btn-default:hover {
	text-decoration: none;
	color: #e39da3;
	border-color: rgba(207, 148, 153, .4);
}

.btn-default {
	font: 14px/40px 'LatoRegular', sans-serif;
	display: inline-block;
	height: 38px;
	padding: 0 20px;
	cursor: pointer;
	border: 2px solid;
	border-radius: 50px;
	box-sizing: content-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width: 1199px) {
	.popup-enrollment {
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%
	}

	.popup-enrollment__content {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin: 0
	}

	.popup-enrollment__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.enrollment-calendar {
		border: 0;
		border-bottom: 1px solid #e2e7ea;
		width: calc(100% - 40px);
		padding: 20px
	}

	.popup-enrollment__form {
		width: 100%
	}

	.record-form__block_horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.record-form__inp-block_phone {
		width: 100%
	}

	.record-form__inp-block_birth {
		width: 100%;
		margin: 30px 0 0
	}

	.popup-enrollment__footer a {
		width: 100%;
		text-align: center;
		padding: 0
	}

	.popup-enrollment__payment-info {
		width: 100%;
		border: none
	}

	.popup-enrollment__price-block {
		margin-bottom: 20px
	}

	.js-record-course-percent-block {
		margin-bottom: 20px
	}

	.popup-enrollment__info-block {
		margin-bottom: 20px
	}

	.notice-block {
		width: calc(100% - 40px);
		left: 12px
	}
	.record-form__input {
		width: 100%;
	}
	.record-form__title {
		line-height: 20px;
	}
	.record-form {
		padding: 20px 20px 0;
	}
	.btn-default {
		border-color: #ff453b;
		color: #fff;
		background: #ff453b;
	}
	.popup-enrollment__body p {
		margin: 0;
		line-height: 22px;
	}
	.popup-enrollment__payment-info a {
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.popup-enrollment__header h2 {
		font: 24px/40px LatoLight
	}
}

.dop-info{
	color: #ff0a21;
	font-size: 1rem;
	margin-bottom: 0;
}
.dop-info span:nth-child(1){
	display: block;
}
@media only screen and (max-width: 460px) {
	.dop-info span:nth-child(2){
		display: block;
	}
}

/* End */
/* /local/templates/landings/template_styles.css?175386140517676 */
