.mainscreen {
	padding-bottom: 20px;
	font-family: 'Lato', sans-serif;
	line-height: 1.4;
	font-size: 16px;
}

.mainscreen img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.mainscreen__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mainscreen__wrap1 {
	width: calc(58.8% - 8px);
	display: flex;
}

.mainscreen__slider {
	position: relative;
	width: 100%;
	display: flex;
}

.mainscreen__slider .swiper1 {
	width: 100%;
	display: flex;
}

.mainscreen__slider .swiper-slide {
	height: auto;
	display: flex;
}

.mainscreen-item1 {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 40px 290px 100px 40px;
	color: #fff;
}

.mainscreen-item1__bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mainscreen-item1__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainscreen-item1__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 484px;
}

.mainscreen-item1__title {
	max-width: 260px;
	width: 100%;
	font-family: 'Unbounded', sans-serif;
	font-weight: 600;
	font-size: 50px;
	line-height: 1.1;
	margin-bottom: 20px;
}

.mainscreen-item1__title b {
	display: block;
	color: #fa6579;
	font-weight: 900;
}

.mainscreen-item1__title span {
	display: block;
	font-size: 28px;
	text-transform: none;
	margin-top: 6px;
}

.mainscreen-item1__btn-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.btn1 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	background-color: #e1354c;
	padding: 6.5px 22px;
	transition: background-color 0.3s;
}

.no-touch .btn1:hover {
	background-color: #cf1f36;
}

.mainscreen-item1__btn-wrap .btn1 {
	margin-right: 27px;
}

.mainscreen-item1__text1 {
	max-width: 115px;
	width: 100%;
	font-weight: 600;
	line-height: 1.3;
	font-family: 'Inter', sans-serif;
}

.mainscreen-item1__text1 b {
	color: #fa6579;
	font-weight: 600;
}

.mainscreen__wrap2 {
	width: calc(41.2% - 8px);
}

.mainscreen__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px -10px;
	margin-top: -20px;
}

.mainscreen__col {
	display: flex;
	width: 100%;
	padding: 0px 10px;
	margin-top: 20px;
}

.mainscreen__col:nth-child(2) {
	width: 59.5%;
}

.mainscreen__col:nth-child(3) {
	width: 40.5%;
}

.mainscreen-item2 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #380b2f;
	padding: 24px 24px 24px 24px;
	color: #fff;
	transition: background-color 0.3s;
}

.mainscreen-item2:hover {
	background-color: #160412;
}

.mainscreen-item2__icon {
	position: absolute;
	z-index: -1;
	width: 90px;
	top: 17px;
	right: 31px;
}

.mainscreen-item2__title {
	max-width: 305px;
	width: 100%;
	font-family: 'Unbounded', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.3;
	margin-bottom: 7px;
}

.mainscreen-item2__subtitle {
	color: #D4CBD2;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 22px;
}

.mainscreen-item2__text1-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -6px;
	margin-top: -8px;
}

.mainscreen-item2__text1 {
	font-weight: 700;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 300px;
	background-color: #603C59;
	margin: 0px 6px;
	margin-top: 8px;
}

.mainscreen-item3 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: #e1354c;
	padding: 22px 24px 18px 24px;
	color: #fff;
	min-height: 180px;
	transition: background-color 0.3s;
}

.no-touch .mainscreen-item3:hover {
	background-color: #cf1f36;
}

.mainscreen-item3__title {
	font-family: 'Unbounded', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.mainscreen-item3__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-top: auto;
}

.mainscreen-item3__link-icon {
	display: flex;
	margin-left: 9px;
}

.mainscreen-item3__link-icon svg {
	width: 7px;
	height: 11px;
	fill: #fff;
}

.mainscreen-item4 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: #1d181f;
	color: #fff;
	padding: 20px 20px 14px 20px;
}

.mainscreen-item4__title {
	font-family: 'Unbounded', sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}

.mainscreen-item4__val {
	margin-top: auto;
	font-size: 42px;
	line-height: 1.2;
	font-weight: 600;
}

.mainscreen-item5 {
	width: 100%;
	display: flex;
	transition: transform 0.6s;
}

.no-touch .mainscreen-item5:hover {
	transform: scale(1.02);
}

.mainscreen-item5__img {
	width: 100%;
	height: 100%;
	padding-top: 50%;
}

.mainscreen-item5__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	left: 21px;
	right: 21px;
	width: auto;
	margin: 0px -3px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style1 .swiper-pagination-bullet {
	position: relative;
	opacity: 1;
	margin: 0px 3px;
	border-radius: 10px;
	height: 2px;
	flex-grow: 1;
	background-color: rgba(255, 255, 255, 0.6);
	transition: background-color 0.3s;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style1 .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: 0;
	right: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style1 .swiper-pagination-bullet-active {
	background-color: #fff;
}

.no-touch .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style1 .swiper-pagination-bullet:hover {
	background-color: #fff;
}

.slider-nav1 {
	position: absolute;
	left: 39px;
	bottom: 39px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 104px;
}

.swiper-button-next-style1,
.swiper-button-prev-style1 {
	position: static;
	margin-top: 0;
	width: 48px;
	height: 48px;
	border-radius: 56px;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(52px);
}

.swiper-button-next-style1::after,
.swiper-button-prev-style1::after {
	display: none;
}

.swiper-button-next-style1 svg,
.swiper-button-prev-style1 svg {
	width: 10px;
	height: 16px;
	fill: #fff;
}

.swiper-button-prev-style1 {
	transform: rotate(180deg);
}

.btn2 {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	background-color: #1f2131;
	border-radius: 300px;
	padding: 7px 8px;
	transition: transform 0.3s;
}

.no-touch .btn2:hover {
	transform: translateY(1px);
}

@media (max-width: 1200px) {
	.mainscreen__wrap1 {
		width: 100%;
		margin-bottom: 20px;
	}

	.mainscreen__wrap2 {
		width: 100%;
	}
}

@media (max-width: 750px) {
	.mainscreen-item1__img {
		width: 350px;
	}

	.mainscreen-item1 {
		padding-right: 150px;
	}

	.mainscreen-item1__title {
		font-size: 44px;
	}

	.mainscreen-item1__title span {
		font-size: 25px;
	}

	.mainscreen-item4__val {
		font-size: 36px;
	}
}

@media (max-width: 600px) {
	.mainscreen-item1__title {
		max-width: 125px;
		font-size: 22px;
		margin-bottom: 10px;
	}

	.mainscreen-item1__title span {
		font-size: 12px;
	}

	.mainscreen .btn1 {
		font-size: 11px;
		padding: 4.5px 15.5px;
		margin-bottom: 17px;
		margin-right: 0;
	}

	.mainscreen-item1__btn-wrap {
		max-width: 180px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.mainscreen-item1__text1 {
		max-width: 85px;
		margin-left: auto;
		font-size: 12px;
	}

	.mainscreen-item1 {
		padding: 18px;
	}

	.mainscreen-item1__img {
		width: 221px;
	}

	.slider-nav1 {
		left: 18px;
		bottom: 19px;
		width: 70px;
	}

	.mainscreen .swiper-button-next-style1,
	.mainscreen .swiper-button-prev-style1 {
		width: 32px;
		height: 32px;
	}

	.mainscreen .swiper-button-next-style1 svg,
	.mainscreen .swiper-button-prev-style1 svg {
		width: 8px;
		height: 10px;
	}

	.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style1 {
		bottom: 7px;
		left: 16px;
		right: 16px;
		margin: 0px -2px;
	}

	.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style1 .swiper-pagination-bullet {
		height: 1px;
		margin: 0px 2px;
	}

	.mainscreen-item2 {
		padding: 24px 16px;
	}

	.mainscreen-item2__title {
		font-size: 18px;
	}

	.mainscreen-item2__subtitle {
		margin-bottom: 15px;
	}

	.mainscreen-item2__text1 {
		font-size: 12px;
	}

	.mainscreen-item2__icon {
		top: auto;
		right: 10px;
		bottom: 5px;
	}

	.mainscreen-item3 {
		padding: 24px 16px;
	}

	.mainscreen-item4 {
		padding: 24px 16px;
	}

	.mainscreen__wrap1 {
		margin-bottom: 10px;
	}

	.mainscreen__list {
		margin: 0px -5px;
		margin-top: -10px;
	}

	.mainscreen__col {
		padding: 0px 5px;
		margin-top: 10px;
	}

	.mainscreen-item3__title {
		font-size: 18px;
	}

	.mainscreen-item4__title {
		font-size: 18px;
	}

	.mainscreen-item4__val {
		font-size: 24px;
	}

	.mainscreen__col:nth-child(2) {
		width: 54.5%;
	}

	.mainscreen__col:nth-child(3) {
		width: 45.5%;
	}
}



.headertopblock {
	background-color: #f42b46;
}

.headertopblock .inner {
	max-width: 1410px;
	min-height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.headertopblock__img {
	width: 100%;
	display: block;
	text-align: center;
}

.headertopblock__img img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

@media (max-width: 1100px) {
	.headertopblock .inner {
		min-height: 32px;
	}
}

@media (max-width: 960px) {
	.headertopblock__img {
		max-width: 706px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.headertopblock .inner {
		align-items: center;
	}
}

.mobilemenu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 60;
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	padding: 16px;
	display: none;
	box-shadow: 0 -1px 8px 0 rgba(134, 129, 153, 0.15);
}

.mobilemenu img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.mobilemenu__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mobilemenu-item {
	width: 19%;
}

.mobilemenu-item.active .mobilemenu-item__text {
	color: #380B2F;
}

.mobilemenu-item.active .mobilemenu-item__icon svg {
	fill: #380B2F;
}

.mobilemenu-item__link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.mobilemenu-item__icon {
	position: relative;
	display: flex;
	width: 24px;
	height: 24px;
	margin-bottom: 8px;
}

.mobilemenu-item__icon svg {
	width: 100%;
	height: 100%;
	fill: #868199;
	transition: fill 0.3s;
}

.mobilemenu-item__text {
	width: 100%;
	color: #979797;
	font-size: 12px;
	letter-spacing: -0.03em;
	transition: color 0.3s;
}

.mobilemenu-item__val {
	position: absolute;
	top: -9px;
	right: -14px;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e1354c;
	border-radius: 50%;
	color: #fff;
	font-weight: 800;
	font-size: 12px;
}

@media (max-width: 1000px) {
	.mobilemenu {
		display: block;
	}
}

.info1 {
	padding: 50px 0;
	font-size: 16px;
	line-height: 1.4;
	color: #1f2131;
}

.info1 img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.info1__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -20px;
}

.info1__col {
	width: 16.6666%;
	padding: 0px 10px;
	margin-top: 20px;
}

.info1-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #f0f0f3;
	margin-bottom: 16px;
}

.info1-item__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
}

.info1-item__text {
	color: #63646F;
	font-weight: 500;
	font-size: 14px;
}

.info2 {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
	line-height: 1.4;
}

.info2 img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.info2__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -20px;
}

.info2__col {
	display: flex;
	width: 33.3333%;
	padding: 0px 10px;
	margin-top: 20px;
}

.info2-item1 {
	width: 100%;
	padding: 36px 30px;
	background-color: #1d181f;
	color: #fff;
}

.info2-item1__title1 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 18px;
}

.info2-item1__list {
	font-weight: 500;
	margin-bottom: 24px;
}

.info2-item1__list li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
}

.info2-item1__list li:last-child {
	margin-bottom: 0;
}

.info2-item1__list li::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 9px;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
}

.info2-item2 {
	width: 100%;
	background-color: #4c1052;
	color: #fff;
	padding: 36px 30px;
}

.info2-item1__list+.info2-item1__title1 {
	margin-top: 39px;
}

.info2-item2__tel-wrap {
	text-align: center;
}

.info2-item2__tel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}

.info2-item2__tel-icon {
	display: flex;
	margin-right: 8px;
	margin-top: -4px;
}

.info2-item3 {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	background-color: #f22440;
	color: #fff;
	padding: 36px 30px;
}

.info2-item3__img {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 268px;
}

.info2-item3__title {
	font-family: 'Unbounded', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 23px;
}

.info2-item3__subtitle {
	max-width: 220px;
	width: 100%;
	font-family: 'Unbounded', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 15px;
}

.btn3 {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #e1354c;
	background-color: #fff;
	padding: 6.5px 22px;
	transition: transform 0.3s;
}

.no-touch .btn3:hover {
	transform: translateY(1px);
}

.info2-item3 .btn3 {
	margin-top: auto;
}

.btn4 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	border: 2px solid #4C1052;
	background-color: #4C1052;
	padding: 10px 22px;
	transition: all 0.3s;
}

.no-touch .btn4:hover {
	border: 2px solid #4C1052;
	color: #4C1052;
	background-color: #fff;
}

.btn5 {
	color: #4C1052;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	border: 2px solid #4C1052;
	background-color: #fff;
	padding: 10px 22px;
	transition: all 0.3s;
}

.no-touch .btn5:hover {
	border: 2px solid #4C1052;
	color: #fff;
	background-color: #4C1052;
}

@media (max-width: 1300px) {
	.info2-item3__title {
		font-size: 34px;
	}

	.info2-item3__subtitle {
		font-size: 22px;
	}
}

@media (max-width: 1200px) {

	.info1,
	.info2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.info1__col {
		width: 33.3333%;
	}

	.info2__col {
		width: 50%;
	}

	.info2-item3 {
		min-height: 387px;
	}

	.info2-item3__subtitle {
		font-size: 20px;
		max-width: 175px;
	}
}

@media (max-width: 750px) {

	.info2-item1,
	.info2-item2,
	.info2-item3 {
		padding: 24px 16px;
	}

	.info2-item3__title {
		font-size: 27px;
	}

	.info2-item3__subtitle {
		font-size: 18px;
	}

	.info2-item3__img {
		width: 220px;
	}
}

@media (max-width: 600px) {
	.info1__col {
		width: 50%;
	}

	.info2__col {
		width: 100%;
	}

	.info2-item3__img {
		width: 268px;
	}

	.info2-item1__title1 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.info2-item1__list {
		margin-bottom: 20px;
	}

	.info2-item1__list+.info2-item1__title1 {
		margin-top: 30px;
	}

	.info2-item2__tel {
		font-size: 18px;
	}
}

.section {
	padding-top: 30px;
	padding-bottom: 50px;
	color: #1f2131;
	font-size: 16px;
	line-height: 1.4;
}

.title1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 32px;
}

.text1--maw900 {
	max-width: 900px;
	width: 100%;
}

.text1 h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.text1>*:first-child {
	margin-top: 0;
}

.text1>*:last-child {
	margin-top: 0;
}

.text1 a {
	color: #380B2F;
	text-decoration: underline;
}

.text1 a:hover {
	text-decoration-color: transparent;
}

.text1 h2,
.text1 h3,
.text1 h4,
.text1 h5,
.text1 h6 {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 16px;
	margin-top: 32px;
}

.text1 p {
	margin: 16px 0;
}

.text1 ul {
	list-style: none;
	margin-top: 16px;
	margin-bottom: 32px;
}

.text1 ul li {
	position: relative;
	padding-left: 14px;
}

.text1 ul li:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #1f2131;
}

@media (max-width: 900px) {
	.text1 ul {
		margin-bottom: 24px;
	}

	.title1 {
		font-size: 28px;
	}

	.text1 h1,
	.text1 h2,
	.text1 h3,
	.text1 h4,
	.text1 h5,
	.text1 h6 {
		font-size: 24px;
		margin-top: 24px;
	}
}

.fancybox__backdrop {
	background: rgba(29, 24, 31, 0.6);
}

.popup--dn {
	display: none;
}

.fancybox__content.popup {
	max-width: 464px;
	width: 100%;
	padding: 24px;
	border-radius: 8px;
	background-color: #fff;
	color: #1f2131;
	font-size: 16px;
	line-height: 1.4;
}

.fancybox__content.popup img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.popup__img {
	margin-bottom: 24px;
}

.popup__title {
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 12px;
}

.popup__subtitle {
	text-align: center;
	color: #4C4D5A;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.01em;
	margin-bottom: 24px;
}

html body .popup.fancybox__content .input {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

.popup.fancybox__content .podbor_left {
	width: 100%;
	padding-right: 0;
}

.popup.fancybox__content .box_podbor {
	margin-bottom: 0;
}

.popup.fancybox__content .podbor_left .callbox2 {
	display: block;
	max-width: none;
	padding-top: 0;
}

.popup.fancybox__content .actions .btn6 {
	background-color: #1f2131;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	min-height: initial;
}

.popup.fancybox__content .form_cur .input label input {
	display: block;
	color: #1f2131;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 14px;
	min-height: 49px;
	background: #f0f0f3;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.form_cur .input label input.error {
	border: 1px solid red;
}

.form_cur .input label input::placeholder {
	color: #8a8a9e;
}

.form_cur input[type="text"],
.form_cur input[type="email"],
.form_cur input[type="tel"] {
	font-size: 16px;
	border: none;
	width: 100%;
	max-width: 100%;
	padding: 0 20px;
	outline: none;
	transition: all 0.1s ease-out;
}

.label-checkbox-wrap {
	margin-top: 23px;
	margin-bottom: 16px;
}

.label-checkbox-wrap .label-checkbox {
	position: relative;
	display: inline-block;
	padding-left: 32px;
	cursor: pointer;
	text-transform: none;
}

.label-checkbox__icon-wrap {
	position: absolute;
	top: -1px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #8a8a9e;
}

.label-checkbox__icon {
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 11px;
	line-height: 0;
	transition: opacity 0.3s;
}

.label-checkbox__text {
	display: block;
	color: #8a8a9e;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.label-checkbox__text a {
	color: #8a8a9e;
	text-decoration: underline;
	transition: text-decoration 0.3s;
}

.no-touch .label-checkbox__text a:hover {
	text-decoration-color: transparent;
}

.input-checkbox1 {
	display: none;
}

.input-checkbox1:not(:checked)~.form-checkbox .btn6,
.input-checkbox1:not(:checked)~.form-checkbox .send-butn,
.input-checkbox1:not(:checked)~.form-checkbox .submit_center input {
	color: #000;
	background-color: #ccc;
	pointer-events: none;
}

.input-checkbox1:not(:checked)~.form-checkbox .label-checkbox__icon {
	opacity: 0;
}

.btn6 {
	display: inline-block;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	background-color: #1f2131;
	padding: 13px 30px;
	transition: all 0.3s;
}

.no-touch .btn6:hover {
	transform: translateY(1px);
}

.actions .btn6 {
	display: block;
	text-align: center;
	width: 100%;
	padding: 13px 10px;
}

#promocode .actions .btn6 {
	font-size: 14px;
	padding: 14.5px 10px;
}

.fancybox__content>.carousel__button.is-close {
	top: -48px;
	right: -40px;
	width: 32px;
	height: 32px;
	background: #f0f0f3 url(/local/media2/img/close2.svg) center no-repeat;
	border-radius: 50%;
}

.fancybox__content>.carousel__button.is-close svg {
	display: none;
}

@media (max-width: 700px) {
	.fancybox__content>.carousel__button.is-close {
		right: 0;
	}

	.popup.fancybox__content {
		margin: 0px -8px;
		margin-bottom: -70px;
		border-radius: 16px 16px 0 0;
		max-width: none;
		width: calc(100% + 16px);
		padding: 24px 15px;
	}

	.popup__title {
		max-width: 290px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 22px;
	}

	.popup__img {
		display: none;
	}

	.popup__subtitle {
		max-width: 310px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		margin-bottom: 16px;
	}

	.label-checkbox__text {
		font-size: 12px;
	}

	.popup.fancybox__content .actions .btn6 {
		font-size: 14px;
		padding-top: 14.5px;
		padding-bottom: 14.5px;
	}

	.form_cur .input label input {
		font-size: 13px;
	}
}

.breadcrumbs {
	position: relative;
	z-index: 10;
	padding: 0 0 12px;
	margin-bottom: 7px;
}

.breadcrumbs>li {
	vertical-align: top;
	font-size: 13px;
}

.breadcrumbs>li, .breadcrumbs>li>a {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #8A8A9E;
	display: inline-block;
}

.breadcrumbs>li>a {
	position: relative;
	color: #8A8A9E;
	display: inline-block;
}

.breadcrumbs>li:not(:first-child):before {
	display: inline-block;
	content: "—";
	margin: 0 5px;
}

.title h1 {
	font-size: 26px;
	font-weight: 600;
	color: #1D2126;
	margin-bottom: 14px;
}

.box_title {
	font-family: 'Unbounded', sans-serif;
	font-size: 34px;
	color: \#1d2126;
	margin-bottom: 40px;
	font-weight: 700;
}

.line1 {
	padding: 50px 0;
	color: #1f2131;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}

.line1 img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.line1__container {
	overflow: hidden;
	padding: 24px 0;
	background-color: #f22440;
}

.line1__text-wrap .js-marquee {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 24px !important;
}

.line1__text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #fff;
	margin-right: 24px;
}

.line1__text::after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 24px;
}

.line1__text:last-child {
	margin-right: 0;
}

.adresses1 {
	padding: 50px 0;
	color: #1f2131;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}

.adresses1 img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.adresses1__container {
	color: #fff;
	background-color: #380b2f;
	padding: 72px 74px 100px 74px;
}

.adresses1__title {
	max-width: 685px;
	width: 100%;
	font-family: "Unbounded", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 32px;
}

.adresses1__list {
	max-width: 1070px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -30px;
}

.adresses1__col {
	display: flex;
	max-width: 509px;
	width: calc(50% - 27px);
	margin-top: 30px;
}

.adresses1-item1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #f0f0f3;
	color: #1f2131;
}

.adresses1-item1__wrap1 {
	padding: 17px 20px 8px 20px;
}

.adresses1-item1__title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
}

.adresses1-item1__title-icon {
	width: 24px;
	line-height: 0;
	margin-right: 4px;
}

.adresses1-item1__text-wrap1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.adresses1-item1__schedule {
	color: #686984;
	font-weight: 500;
	font-size: 12px;
	margin-right: 5px;
}

.adresses1-item1__frame {
	margin-top: auto;
}

.adresses1-item1__frame iframe {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	height: 800px;
}

.link1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	color: #f22440;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.01em;
}

.link1__icon {
	width: 7px;
	line-height: 0;
	margin-left: 9px;
	transition: transform 0.3s;
}

.no-touch .link1:hover .link1__icon {
	transform: translateX(2px);
}

.info3 {
	overflow: hidden;
	padding-top: 56px;
	padding-bottom: 51px;
	margin: 50px 0;
	color: #1f2131;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	background: linear-gradient(135deg, #f5ede3 0%, #f7eeeb 100%);
}

.info3 img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.info3__container {
	position: relative;
	z-index: 1;
	padding-right: 200px;
}

.info3__wrap1 {
	max-width: 760px;
	width: 100%;
}

.info3__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 26px;
}

.info3__text-wrap {
	max-width: 520px;
	width: 100%;
	margin-bottom: 42px;
}

.info3__text-wrap p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.01em;
	margin-bottom: 15px;
}

.info3__text-wrap p:last-child {
	margin-bottom: 0;
}

.info3__wrap2 {
	position: absolute;
	z-index: -1;
	top: -128px;
	right: -1px;
	width: 572px;
}

.brands1 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.title-wrap1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 13px;
	border-bottom: 1px solid #E9E9EB;
	margin-bottom: 40px;
}

.title-wrap1--nobd {
	padding-bottom: 0;
	border: none;
}

.title-wrap1 .title1 {
	margin-bottom: 0;
}

.brands1__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -20px;
}

.brands1__col {
	width: 25%;
	padding: 0px 10px;
	margin-top: 20px;
}

.brands1-item {
	display: block;
}

.brands1-item__img {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 103px;
	background-color: #f0f0f3;
	padding: 10px;
	transition: background-color 0.3s;
}

.no-touch .brands1-item:hover .brands1-item__img {
	background-color: #d9d9e1;
}

@media (max-width: 1200px) {
	.adresses1__container {
		padding: 30px 15px;
	}

	.adresses1 {
		padding: 30px 0;
	}

	.info3 {
		padding-top: 30px;
		padding-bottom: 0;
		margin: 30px 0;
	}

	.brands1 {
		padding: 30px 0;
	}

	.line1 {
		padding: 30px 0;
	}

	.adresses1__title {
		font-size: 28px;
	}

	.info3__title {
		font-size: 28px;
	}

	.info3__wrap2 {
		position: static;
		max-width: 400px;
		width: 100%;
		margin-top: 30px;
	}

	.adresses1-item1__title {
		font-size: 18px;
	}

	.link1 {
		font-size: 14px;
	}

	.adresses1__col {
		width: calc(50% - 10px);
	}

	.info3__container {
		max-width: 540px;
		width: 100%;
		padding-right: 0;
	}
}

@media (max-width: 750px) {
	.adresses1__col {
		width: 100%;
	}

	.adresses1__title {
		font-size: 23px;
	}

	.adresses1-item1__text-wrap1 {
		flex-wrap: wrap;
	}

	.adresses1-item1__schedule {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.info3__title {
		font-size: 24px;
	}

	.brands1__col {
		width: 50%;
	}

	.line1__container {
		padding: 18px 0;
	}

	.line1__text {
		font-size: 18px;
		margin-right: 16px;
	}

	.line1__text-wrap .js-marquee {
		margin-right: 16px !important;
	}

	.line1__text::after {
		margin-left: 16px;
	}

	.title-wrap1 {
		flex-wrap: wrap;
	}

	.title-wrap1 .title1 {
		width: 100%;
		margin-bottom: 15px;
	}
}