* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: none;
	outline: 0
}

body {
	line-height: 1.35;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust--ms-text-size-adjust: 100%;
	-webkit-text-size-adjust--ms-text-size-adjust-text-size-adjust: 100%
}

body,
html {
	height: 100%;
	font-size: 100%
}

li,
ul {
	list-style: none
}

sup {
	font-size: smaller;
	vertical-align: super
}

img {
	vertical-align: bottom
}

a {
	text-decoration: none;
	color: inherit
}

a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

input {
	-webkit-appearance: none
}

.tted {
	width: 45%;
}

.nw_ls {
	width: 62% !important;
}

input::ms-clear {
	display: none
}

input[type=submit] {
	cursor: pointer
}

input[type=number] {
	-moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

textarea {
	overflow: hidden
}

button {
	cursor: pointer
}

.footer-innercs {
	display: none;
}

body {
	background-color: #0f0f0f;
	font-family: Gilroy;
	font-weight: 300;
	color: #fff;
	width: 100%;
	overflow-x: hidden;
	position: relative
}

main {
	position: relative;
	overflow-x: hidden
}

.container {
	width: 1230px;
	margin: 0 auto;
	padding: 0 30px
}

@media screen and (max-width:1230px) {
	.container {
		width: 100%
	}

	.nw_ls {
		width: 69% !important;
	}

	.ccs-ld {
		margin-top: 15px;
		max-width: 100% !important;
	}
}

header {
	color: #fff;
	position: fixed;
	top: 40px;
	width: 100%;
	z-index: 20;
	padding: 10px 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

@media screen and (max-width:1200px) {

	.fnt-cl {
		font-size: 26px !important;
	}
}

@media screen and (max-width:1080px) {
	header {
		top: 0
	}
}

.header_active {
	background: #000;
	top: 0
}

.header-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:860px) {
	.logo {
		width: 200px
	}
}

.header-rigt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:1080px) {
	.header-rigt {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: inline-block;
		height: 100%;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		padding-top: 100px;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		background: #000
	}
}

@media screen and (max-width:860px) {
	.header-rigt {
		padding-top: 80PX
	}
}

.header-rigt_active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.header-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 20px
}

@media screen and (max-width:1080px) {
	.header-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}
}

.header-menu__item {
	font-size: 17px;
	margin-right: 14px;
	position: relative
}

.header-menu__item:hover {
	color: #b20104;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

@media screen and (max-width:1080px) {
	.header-menu__item {
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 18px
	}
}

.headerphone {
	font-family: Optima;
	font-size: 24px
}

@media screen and (max-width:1080px) {
	.headerphone {
		font-size: 20px;
		text-align: center
	}
}

.burger {
	display: none;
	cursor: pointer
}

@media screen and (max-width:1080px) {
	.burger {
		display: block
	}
}

.burger_line {
	width: 26px;
	height: 3px;
	margin-bottom: 6px;
	background-color: #fff
}

.greeting {
	background-image: url(../img/new/greeting_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	min-height: 520px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 400px) and (max-height: 700px) {
	.greeting {
		height: 110vh;
	}
}

.greeting-inner {
	padding-top: clamp(80px, 10vh, 210px);
	position: relative;
}

@media screen and (max-width: 860px) {
	.greeting-inner {
		text-align: center;
	}
}

@media screen and (max-width: 700px) {
	.fnt-cl {
		font-size: 22px !important;
	}

	.nw_ls {
		width: 100% !important;
	}
}

.greeting-title {
	font-family: Optima-bold;
	font-size: 38px;
	line-height: 58px
}

@media screen and (max-width:860px) {
	.greeting-title {
		font-size: 32px;
		line-height: 1.35
	}
}

@media screen and (max-width:570px) {
	.greeting-title {
		font-size: 22px
	}

	.tted {
		width: 100%;
		max-width: 100% !important;
	}

	.imgtdt {
		width: 100%;
		max-width: 100% !important;
	}
}

.greeting-description {
	font-size: 18px;
	padding-top: 4px
}

@media screen and (max-width:570px) {
	.greeting-description {
		font-size: 16px
	}
}

.btn {
	display: inline-block;
	font-size: 18px;
	background-color: #bf0003;
	padding: 16px 98px;
	font-family: Optima;
	border: 1px solid transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.btn:hover {
	background-color: transparent;
	border: 1px solid #bf0003
}

@media screen and (max-width:860px) {
	.btn {
		padding: 15px 60px
	}
}

.greeting-btn {
	margin-top: 35px
}

@media screen and (max-width:860px) {
	.greeting-btn {
		margin-top: 20px
	}
}

.greeting-advantages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	bottom: 15px
}

@media screen and (max-width:860px) {
	.greeting-advantages {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.greeting-advantages__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30%
}

@media screen and (max-width:860px) {
	.greeting-advantages__item {
		width: 380px;
		margin-bottom: 10px;
		text-align: left
	}
}

@media screen and (max-width:420px) {
	.greeting-advantages__item {
		width: 260px
	}
}

.greeting-advantages__img img {
	height: 50px;
	width: auto;
	max-width: initial;
	margin-right: 5px
}

.shampoo {
	background-image: url(../img/new/img.webp);
	background-position: left;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #000;
	width: 1170px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 auto;
	margin-top: -60px;
	position: relative;
	z-index: 5
}

@media screen and (max-width:1200px) {
	.shampoo {
		width: 700px;
		text-shadow: 0 0 20px #000
	}
}

@media screen and (max-width:740px) {
	.shampoo {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 90%
	}
}

.nomera {
	padding-bottom: 80px
}

.shampoo-info {
	padding: 55px 100px 80px 20px
}

@media screen and (max-width:740px) {
	.shampoo-info {
		padding: 20px
	}
}

@media screen and (max-width:400px) {
	.shampoo-info {
		line-height: normal;
		padding: 10px
	}
}

.shampoo-title {
	font-family: Optima-bold;
	font-size: 29px
}

@media screen and (max-width:1200px) {
	.shampoo-title {
		text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000
	}
}

@media screen and (max-width:400px) {
	.shampoo-title {
		font-size: 24px
	}
}

.shampoo-description {
	font-size: 18px;
	padding-top: 5px
}

@media screen and (max-width:1200px) {
	.shampoo-description {
		text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000
	}
}

@media screen and (max-width:400px) {
	.shampoo-description {
		font-size: 16px
	}
}

.shampoo-btn {
	color: #fff;
	margin-top: 45px
}

@media screen and (max-width:740px) {
	.shampoo-btn {
		margin: 0 auto;
		margin-top: 30px;
		width: 240px;
		padding: 15px 0;
		text-align: center;
		display: block
	}
}

@media screen and (max-width:400px) {
	.shampoo-btn {
		margin-top: 15px
	}
}

.games {
	background-color: #0f0f0f;
	padding-bottom: 140px
}

@media screen and (max-width:1440px) {
	.games {
		padding-bottom: 50px
	}
}

.games-inner {
	background-image: url(../img/toys.webp);
	background-position: right bottom;
	background-repeat: no-repeat
}

@media screen and (max-width:860px) {
	.games-inner {
		background-image: none
	}
}

.games-top {
	margin-top: 50px
}

.games-top img {
	width: 100%
}

@media screen and (max-width:800px) {
	.games-top {
		margin-top: 25px
	}
}

.games-bottom {
	margin-top: 40px;
	max-width: 475px;
}

@media screen and (max-width:800px) {
	.games-bottom {
		margin-top: 25px
	}
}

.games-subtitle {
	font-size: 15px;
	color: #bf0003
}

.games-title {
	font-size: 30px;
	color: #c8c8c8;
	max-width: 410px;
	line-height: normal
}

@media screen and (max-width:800px) {
	.games-title {
		margin-top: 10px
	}
}

@media screen and (max-width:400px) {
	.games-title {
		font-size: 24px
	}
}

.games-description {
	display: inline-block;
	font-size: 16px;
	color: #c8c8c8
}

.games-title {
	font-size: 25px;
}

.games-description p {
	color: #c8c8c8;
	padding-top: 20px
}

@media screen and (max-width:800px) {
	.games-description p {
		padding-top: 25px
	}
}

.games-btn {
	border-color: #c8c8c8;
	color: #c8c8c8;
	background-color: transparent;
	margin: 0 auto;
	margin-top: 50px;
	padding: 16px 0;
	width: 300px;
	text-align: center
}

.games-btn:hover {
	color: #bf0003;
	border-color: #bf0003
}

@media screen and (max-width:500px) {
	.games-btn {
		margin: 0 auto;
		margin-top: 40px;
		display: block
	}
}

@media screen and (max-width:400px) {
	.games-btn {
		width: 100%
	}
}

.promo {
	background-color: #fff
}

.promo-inner {
	padding-top: 115px
}

@media screen and (max-width:1440px) {
	.promo-inner {
		padding-top: 40px
	}
}

.promo-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.promo-info-left-suptitle {
	font-size: 15px;
	color: #bf0003
}

@media screen and (max-width:860px) {
	.promo-info-left-suptitle {
		font-size: 14px
	}
}

.promo-info-left-title {
	font-family: Optima-bold;
	font-size: 30px;
	color: #0f0f0f
}

@media screen and (max-width:860px) {
	.promo-info-left-title {
		font-size: 22px
	}
}

.promo-info-right {
	font-family: Yeseva;
	font-size: 100px;
	color: #dddcdc;
	margin-top: -35px
}

@media screen and (max-width:860px) {
	.promo-info-right {
		font-size: 60px;
		margin-top: 0
	}
}

@media screen and (max-width:580px) {
	.promo-info-right {
		font-size: 40px
	}
}

@media screen and (max-width:480px) {
	.promo-info-right {
		display: none
	}
}

.promo-offers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px
}

.promo-offer {
	width: 30%;
	margin: 0 1%;
	background-color: #0f0f0f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px
}

@media screen and (max-width:860px) {
	.promo-offer {
		width: 48%
	}
}

@media screen and (max-width:580px) {
	.promo-offer {
		width: 100%
	}
}

.promo-offer_very_big {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.promo-offer_big {
	width: 64%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.promo-offer_big .promo-offer-info {
	padding-left: 25px;
	padding-top: 45px
}

@media screen and (max-width:960px) {
	.promo-offer_big .promo-offer-info {
		padding-top: 15px;
		padding-left: 10px
	}
}

.promo-offer_big .promo-offer-title {
	font-size: 30px;
	line-height: 30px
}

@media screen and (max-width:960px) {
	.promo-offer_big .promo-offer-title {
		font-size: 22px;
		line-height: normal
	}


	.promo-offer_very_big {
		flex-direction: column;
	}
}

@media screen and (max-width:860px) {
	.promo-offer_big {
		width: 98%
	}
}

@media screen and (max-width:580px) {
	.promo-offer_big {
		width: 100%
	}
}

.promo-offer_big .promo-offer-description {
	max-width: 260px;
	padding-top: 7px
}

@media screen and (max-width:480px) {
	.promo-offer_big {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.promo-offer_reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.promo-offer_reverse .promo-offer-info {
	padding-top: 30px
}

.promo-offer-info {
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 35px;
	min-height: 160px
}

@media screen and (max-width:960px) {
	.promo-offer-info {
		padding-top: 15px;
		padding-left: 10px
	}
}

.promo-offer-title {
	font-family: Optima-bold;
	font-size: 22px;
	color: #c8c8c8;
	line-height: normal;
	position: relative
}

.promo-offer-title::before {
	left: 0;
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #b20104;
	-webkit-transform: rotate(-30deg) translate(-15px, 0);
	-ms-transform: rotate(-30deg) translate(-15px, 0);
	transform: rotate(-30deg) translate(-15px, 0);
	z-index: 0
}

.promo-offer-title span {
	position: relative
}

.promo-offer-description {
	font-size: 16px;
	line-height: 23px;
	padding-top: 15px
}

@media screen and (max-width:960px) {
	.promo-offer-description {
		padding-top: 10px
	}
}

.promo-offer-img img {
	width: 100%
}

.rules {
	background-color: #fff
}

.rules-inner {
	padding-top: 65px;
	padding-bottom: 65px
}

@media screen and (max-width:1024px) {
	.rules-inner {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.rules-suptitle {
	font-size: 15px;
	color: #bf0003
}

@media screen and (max-width:860px) {
	.rules-suptitle {
		font-size: 14px
	}
}

.rules-title {
	font-family: Optima-bold;
	font-size: 30px;
	color: #0f0f0f
}

@media screen and (max-width:860px) {
	.rules-title {
		font-size: 22px
	}
}

.rules-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 38px
}

@media screen and (max-width:860px) {
	.rules-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 20px
	}
}

.rules-block-left {
	padding-right: 70px;
	border-right: 1px solid #b9b9b9
}

@media screen and (max-width:1024px) {
	.rules-block-left {
		padding-right: 40px
	}
}

@media screen and (max-width:860px) {
	.rules-block-left {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 0;
		border: 0;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media screen and (max-width:580px) {
	.rules-block-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.rules-block-left__item {
	cursor: pointer;
	font-family: Optima-bold;
	font-size: 22px;
	color: #0f0f0f;
	background-color: #fff;
	padding: 22px 80px 21px 15px;
	margin-bottom: 8px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative
}

.rules-block-left__item:hover {
	background-color: rgba(0, 0, 0, .15)
}

@media screen and (max-width:1024px) {
	.rules-block-left__item {
		padding: 20px 20px 20px 15px;
		font-size: 20px
	}
}

@media screen and (max-width:860px) {
	.rules-block-left__item {
		width: 33%;
		text-align: center;
		padding: 20px 10px
	}
}

@media screen and (max-width:580px) {
	.rules-block-left__item {
		width: 250px
	}
}

.rules-block-left__item_active {
	color: #fff;
	background-color: #0f0f0f
}

.rules-block-left__item_active:hover {
	background-color: #000
}

.rules-block-right {
	display: none;
	color: #0f0f0f;
	font-size: 16px;
	line-height: 24px;
	margin-left: 31px;
	margin-top: 11px;
	min-height: 305px
}

@media screen and (max-width:1024px) {
	.rules-block-right {
		min-height: 360px
	}
}

@media screen and (max-width:860px) {
	.rules-block-right {
		margin-top: 20px;
		min-height: 350px;
		margin-left: 0
	}
}

.rules-block-right_active {
	display: block
}

.rules-block-right__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 670px;
	margin-bottom: 43px
}

.rules-block-right__item:before {
	content: url(../img/new/check.png);
	margin-right: 15px
}

.rules-block-right__item:last-child {
	margin-bottom: 5px
}

footer {
	position: relative
}

.footer-inner {
	height: 170px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:860px) {
	.footer-inner {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 60px
	}
}

@media screen and (max-width:860px) {
	.footer-menu-wrapp {
		display: none
	}

	.footer-innercs {
		display: block;
	}
}

.footer-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-menu__item {
	color: #c8c8c8;
	font-size: 17px;
	margin-right: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.footer-menu__item:hover {
	color: #bf0003
}

.footerphone {
	font-family: Optima-bold;
	font-size: 24px;
	color: #bf0003
}

@media screen and (max-width:1440px) {
	.footerphone {
		font-size: 20px;
		width: 170px;
		text-align: right
	}
}

.footer-contacts {
	position: absolute;
	z-index: 10;
	background-color: rgba(0, 0, 0, .9);
	padding: 54px 115px 50px 43px;
	left: 20%;
	top: 46px
}

@media screen and (max-width:800px) {
	.footer-contacts {
		padding: 30px 40px 30px 40px;
		left: 50%;
		margin-left: -192px
	}
}

@media screen and (max-width:420px) {
	.footer-contacts {
		padding: 0;
		margin-left: 0;
		position: initial;
		width: 90%;
		margin: 0 auto;
		text-align: center
	}

	.footer-contacts .logo {
		margin: 0 auto
	}
}

.footer-contacts-phone {
	font-size: 24px;
	font-family: Optima-bold;
	color: #c8c8c8;
	padding-top: 40px
}

.footer-contacts-mail {
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	padding-top: 8px
}

.footer-contacts-address {
	font-size: 17px;
	color: #c8c8c8;
	padding-top: 25px
}

@media screen and (max-width:420px) {
	.footer-contacts-address {
		font-size: 16px;
		padding-top: 20px
	}
}

.footer-contacts-time {
	font-size: 15px;
	color: #bf0003
}

.footer-contacts-smm__vk {
	margin-left: 15px;
}

.footer-contacts-smm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	width: 100px;
	padding-top: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:420px) {
	.footer-contacts-smm {
		margin: 0 auto
	}
}

.footer-contacts-btn {
	padding: 16px 80px;
	margin-top: 35px;
	font-size: 18px
}

@media screen and (max-width:420px) {
	.footer-contacts-btn {
		display: block;
		margin: 0 auto;
		margin-top: 35px;
		width: 250px;
		padding: 16px 0
	}
}

#map {
	width: 100%;
	height: 580px
}

@media screen and (max-width:420px) {
	#map {
		margin-top: 30px;
		height: 400px
	}
}

.flickity-button {
	background: 0 0 !important
}

.flickity-button svg {
	fill: #bf0003
}

.flickity-prev-next-button.next {
	right: -55px !important
}

.flickity-prev-next-button.previous {
	left: -55px !important
}

.flickity-prev-next-button .flickity-button-icon {
	top: -20px !important;
	height: 80px !important;
	width: 60% !important
}

@media screen and (max-width:1100px) {
	.flickity-prev-next-button .flickity-button-icon {
		display: none
	}
}

.modal1 {
	display: none;
	background-color: #0b0b0b;
	background-image: url(../img/new/modal1-bg.webp);
	background-repeat: no-repeat;
	background-position: right;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	width: 1169px;
	padding: 50px 0 30px 100px
}

@media screen and (max-width:1400px) {
	.modal1 {
		width: 800px
	}
}

@media screen and (max-width:900px) {
	.modal1 {
		width: 500px;
		padding: 20px 0 20px 30px
	}
}

@media screen and (max-width:580px) {
	.modal1 {
		width: 300px;
		background-image: none;
		padding: 10px
	}
}

@media screen and (max-width:374px) {
	.modal1 {
		width: 100%
	}
}

.modal1.modal-room {
	display: block;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 50px 50px 30px 100px
}

.modal1.modal-room .modal1-block {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.modal1.modal-room input {
	width: 250px
}

@media screen and (max-width:1400px) {
	.modal1.modal-room {
		width: 80%
	}
}

@media screen and (max-width:1200px) {
	.modal1.modal-room {
		padding: 30px
	}

	.modal1.modal-room input {
		width: 350px
	}

	.modal1.modal-room .modal1-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.modal1.modal-room .modal1-block div {
		margin: 0;
		margin-top: 20px
	}
}

@media screen and (max-width:580px) {
	.modal1.modal-room input {
		width: 100%
	}

	.modal1.modal-room .modal1-block {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 0
	}
}

.modal1-title {
	font-family: Optima-bold;
	font-size: 29px;
	color: #c8c8c8;
	line-height: normal
}

@media screen and (max-width:580px) {
	.modal1-title {
		font-size: 24px
	}
}

.modal1-description {
	font-family: Optima-bold;
	font-size: 18px;
	color: #c8c8c8;
	padding-top: 13px
}

@media screen and (max-width:580px) {
	.modal1-description {
		font-size: 16px;
		padding-top: 5px
	}
}

.modal1-subdescription {
	font-size: 16px;
	color: #c8c8c8
}

@media screen and (max-width:580px) {
	.modal1-subdescription {
		font-size: 14px
	}
}

.modal1-room {
	margin-right: 30px
}

@media screen and (max-width:580px) {
	.modal1-room {
		margin-right: 0;
		margin-bottom: 20px
	}
}

.modal1-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px
}

@media screen and (max-width:580px) {
	.modal1-block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.modal1-date {
	margin-right: 30px
}

@media screen and (max-width:580px) {
	.modal1-date {
		margin-right: 0
	}
}

.modal1-startTime {
	margin-right: 30px
}

@media screen and (max-width:580px) {
	.modal1-startTime {
		margin-right: 0;
		margin-bottom: 20px
	}
}

.modal-btn {
	color: #fff;
	font-family: Optima-bold;
	text-align: center;
	display: block;
	padding: 16px 0;
	width: 210px;
	margin-top: 30px
}

@media screen and (max-width:900px) {
	.modal-btn {
		margin: 0 auto;
		margin-top: 30px
	}
}

.modal-error {
	padding-top: 10px;
	color: #bf0003;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.modal3 {
	display: none;
	background-color: #0b0b0b;
	padding: 30px;
	width: 400px
}

@media screen and (max-width:580px) {
	.modal3 {
		width: 300px;
		padding: 10px
	}
}

@media screen and (max-width:374px) {
	.modal3 {
		width: 250px
	}
}

.modal3 form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.modal3 input {
	width: 100%;
	margin-bottom: 20px
}

.modal3 .btn {
	margin: 0 auto;
	margin-top: 30px
}

.modal2 {
	display: none;
	background-color: #0b0b0b;
	background-image: url(../img/new/modal2-bg.webp);
	background-repeat: no-repeat;
	background-position: right;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	width: 1169px;
	padding: 50px 0 50px 100px
}

@media screen and (max-width:1400px) {
	.modal2 {
		width: 800px
	}
}

@media screen and (max-width:900px) {
	.modal2 {
		width: 500px;
		padding: 20px
	}
}

@media screen and (max-width:580px) {
	.modal2 {
		width: 300px;
		background-image: none;
		padding: 10px
	}

	.map {
		display: none;
	}
}

@media screen and (max-width:374px) {
	.modal2 {
		width: 250px
	}
}

.modal2-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width:900px) {
	.modal2-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.modal2-block input {
		width: 100%
	}
}

.modal2-name {
	margin-right: 20px
}

@media screen and (max-width:900px) {
	.modal2-name {
		margin-right: 0
	}
}

.modal2-tel {
	margin-right: 20px
}

@media screen and (max-width:900px) {
	.modal2-tel {
		margin-top: 20px;
		margin-right: 0
	}
}

@media screen and (max-width:1400px) {
	.modal2-time {
		margin-top: 20px
	}
}

.modal2-check input {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	width: auto;
	height: auto
}

.modal2-check label {
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
	color: #c8c8c8
}

.modal2-check label a {
	display: inline-block;
	text-decoration: underline
}

.modal2-check1,
.modal2-check2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

label {
	font-size: 18px;
	font-family: Optima-bold;
	color: #fff;
	display: block;
	padding-bottom: 10px
}

input,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #2a2a2a;
	color: #fff;
	border: 1px solid #3d0809;
	padding: 20px 20px 20px;
	height: 60px;
	width: 300px
}

@media screen and (max-width:900px) {

	input,
	select {
		width: 200px
	}
}

@media screen and (max-width:580px) {

	input,
	select {
		width: 240px
	}
}

@media screen and (max-width:374px) {

	input,
	select {
		width: 220px
	}
}

textarea {
	background-color: #2a2a2a;
	color: #fff;
	border: 1px solid #3d0809;
	resize: none
}

.fancybox-skin {
	background: 0 0
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	box-shadow: none
}

.ymaps-2-1-73-copyright__content {
	display: none !important
}

.fancybox-close {
	background-image: url(close.png);
	width: 20px;
	height: 20px;
	top: 20px;
	right: -10px;
	-webkit-background-size: auto auto;
	background-size: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.fancybox-close:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

@media screen and (min-width:1081px) {
	.slider[data-v-dc3f35a0] {
		padding-top: 150px
	}
}

.otzivi#otzivi {
	background-color: #000
}

.modal_thanks {
	display: none;
	font-size: 18px;
	font-family: Optima-bold;
	max-width: 500px;
	background-color: #000;
	color: #fff;
	padding: 20px
}

.sofa-opacity {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4)
}

.sofa[data-v-a882e232] {
	background-position: 50% 0;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-color: #000
}

.sofa-block[data-v-a882e232] {
	padding-bottom: 40px
}