.top {
	background-image: url(../img/new-bg.jpeg);
}

.top {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;

	-o-object-fit: cover;
	object-fit: cover;
}

.top__inner {
	padding: 800px 0px 0px 0px;
}

.top__title {
	font-family: Neucha;
	font-weight: 400;
	font-size: 80px;
	line-height: 123.75%;
	/* color: #ebebeb; */
	color: transparent;
	padding-top: 198px;
	padding-bottom: 132px;
	/* text-shadow: 0 0 10px #000; */
	/* -webkit-text-stroke: 1px #000 */
}

.top__buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 45px;
	padding: 75px 10px;
}

.about {
	padding-top: 150px;
	text-align: center;
}

.about__items {
	padding-top: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 85px;
}

.about__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	font-weight: 300;
	font-size: 35px;
	line-height: 134.28571%;
	color: #eee;
	text-align: left;
	padding-right: 95px;
}

.about__item-text {
	padding-bottom: 25px;
}

.advantages {
	padding-top: 220px;
}

.advantages__items {
	padding-top: 120px;
	padding-right: 15px;
	padding-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.advantages__item {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 505px;
	flex: 0 1 505px;
	max-width: 505px;
	padding-bottom: 83px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.advantages__item:last-child {
	max-width: 385px;
}

.advantages__item::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 255px;
	background-color: #f7ac2a;
	top: 0;
	left: -38px;
}

.advantages__subtitle {
	font-weight: 700;
	font-size: 35px;
	line-height: 131.42857%;
	color: #fff;
	padding-bottom: 20px;
	padding-top: 30px;
}

.advantages__text {
	font-weight: 300;
	font-size: 30px;
	line-height: 133.33333%;
	color: #fff;
}

.sale {
	padding-top: 220px;
}

.sale__grid {
	padding-top: 48px;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1920px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
}

.sale__items {
	display: contents;
}

.sale__item {
	display: flex;
	text-align: center;
	min-width: 0;
}

.sale__link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.sale__item picture {
	display: block;
	overflow: hidden;
	border-radius: 16px;
}

.sale__img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
}

.sale__text {
	margin-top: auto;
	padding-top: 14px;
	font-weight: 500;
	color: #ebebeb;
	font-size: 22px;
	line-height: 1.3;
	min-height: 3.9em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.qwestions {
	padding-top: 160px;
}

.qwestions__inner {
	padding-top: 100px;
	max-width: 1072px;
	margin: 0 auto;
	padding-bottom: 240px;
}

.spollers-block {
	margin: 0 0 50px 0;
}

.spollers-block__item {
	margin: 0 0 20px 0;
}

.spollers-block__item:last-child {
	margin: 0;
}

.spollers-block__title {
	padding: 20px 50px 20px 20px;
	cursor: pointer;
	position: relative;
	font-weight: 500;
	font-size: 35px;
	line-height: 114.28571%;
}

.spollers-block__title::before {
	content: '';
	width: 20px;
	background-color: #fff;
	height: 2px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	right: 15px;
	top: 50%;
}

.spollers-block__title::after {
	content: '';
	width: 2px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	height: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	right: 24px;
	top: 50%;
}

.spollers-block__title._active::before {
	content: '';
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.spollers-block__title._active::after {
	content: '';
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.spollers-block__body {
	display: none;
	color: grey;
	padding: 20px 40px 20px 0;
	font-weight: 300;
	font-size: 30px;
	line-height: 116.66667%;
}

.bottom {
	background-image: url(../bc-form.jpeg);
}

.bottom {
	position: relative;
	min-height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bottom__inner {
	max-width: 1920px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bottom__item {
	-webkit-box-flex: 50%;
	-ms-flex: 50% 0 1;
	flex: 50% 0 1;
	background: rgba(48, 48, 48, 0.8);
}

.bottom__text {
	font-weight: 500;
	font-size: 25px;
	line-height: 23px;
	padding: 72px 58px 25px 75px;
}

.bottom .bottom__social {
	padding-left: 75px;
	padding-bottom: 20px;
}

.left-item {
	-ms-flex-preferred-size: 596px;
	flex-basis: 596px;
	margin-left: 94px;
}

.right-item {
	-ms-flex-preferred-size: 734px;
	flex-basis: 734px;
	margin: 40px 130px 40px 100px;
}

@media (min-width: 991.98px) {
	.sale__img:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.sale__text:hover {
		color: #f7ac2a;
	}
}

@media (max-width: 1920px) {
	.top__title {
		font-size: calc(53px + 27 * ((100vw - 320px) / 1600));
	}

	.about {
		padding-top: calc(30px + 120 * ((100vw - 320px) / 1600));
	}

	.about__items {
		padding-top: calc(35px + 75 * ((100vw - 320px) / 1600));
	}

	.about__item {
		font-size: calc(28px + 7 * ((100vw - 320px) / 1600));
	}

	.advantages {
		padding-top: calc(30px + 190 * ((100vw - 320px) / 1600));
	}

	.advantages__items {
		padding-top: calc(30px + 90 * ((100vw - 320px) / 1600));
	}

	.advantages__item {
		padding-bottom: calc(30px + 53 * ((100vw - 320px) / 1600));
	}

	.advantages__subtitle {
		font-size: calc(28px + 7 * ((100vw - 320px) / 1600));
	}

	.advantages__text {
		font-size: calc(18px + 12 * ((100vw - 320px) / 1600));
	}

	.sale {
		padding-top: calc(50px + 170 * ((100vw - 320px) / 1600));
	}

	.sale__grid {
		padding-top: calc(20px + 28 * ((100vw - 320px) / 1600));
		gap: calc(12px + 12 * ((100vw - 320px) / 1600));
	}

	.sale__text {
		font-size: calc(16px + 9 * ((100vw - 320px) / 1600));
	}

	.qwestions {
		padding-top: calc(35px + 125 * ((100vw - 320px) / 1600));
	}

	.qwestions__inner {
		padding-bottom: calc(10px + 230 * ((100vw - 320px) / 1600));
	}

	.spollers-block__title {
		font-size: calc(22px + 13 * ((100vw - 320px) / 1600));
	}

	.spollers-block__body {
		font-size: calc(18px + 12 * ((100vw - 320px) / 1600));
	}
}

@media (max-width: 1620px) {
	.advantages__item {
		max-width: 400px;
	}

	.top__inner {
		padding: 300px 0px 0px 0px;
	}
}

@media (max-width: 1370px) {
	.bottom__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 25px;
	}

	.left-item {
		-ms-flex-preferred-size: 734px;
		flex-basis: 734px;
		margin: 0 auto;
	}

	.right-item {
		margin: 40px auto;
	}
}

@media (max-width: 1360px) {
	.about__items {
		display: block;
		text-align: center;
		margin: 0 auto;
	}

	.about__item {
		padding: 0;
		text-align: center;
	}

	.advantages__items {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: center;
	}

	.advantages__item {
		max-width: 300px;
	}

	.advantages__item::before {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.about__item img {
		display: none;
	}

	.advantages__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sale__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 18px;
	}
}

@media (max-width: 860px) {
	.top {
		padding: 0 10px;
	}
	.top__inner {
		padding: 100px 0px 0px 0px;
	}
	.top__buttons {
		padding: 250px 0px 0px 0px;
	}
}

@media (max-width: 767.98px) {
	.top__inner {
		padding: 50px 0px 0px 0px;
	}

	.top__buttons {
		gap: 25px;
		margin: 0px 16px;
	}
	.bottom {
		background-color: #292929;
		background-position: 0 -360px;
	}

	.bottom__inner {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
		padding: 24px 65px;
	}

	.bottom__text {
		padding-right: 15px;
		padding-left: 15px;
	}

	.bottom .bottom__social {
		padding-left: 0;
	}

	.bottom__extra-text.big {
		color: #daa520;
		margin-bottom: 0;
	}

	.left-item {
		background: 0 0;
		text-align: center;
	}

	.left-item p {
		padding: 10px;
	}

	.sale__grid {
		gap: 14px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.sale__text {
		padding-top: 10px;
		line-height: 1.25;
		min-height: 3.75em;
	}
}

@media (max-width: 625px) {
	.sale__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bottom__inner {
		padding: 15px;
	}

	.top__inner {
		padding: 0px 0px 0px 0px;
	}
	.top__btn {
		padding: 10px;
		font-size: 18px;
	}
}

@media (max-width: 479.98px) {
	.sale__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.sale__img {
		aspect-ratio: 4 / 3;
	}

	.top__buttons {
		margin: 0px 0px 0px 0px;
		padding: 170px 0px 0px 0px;
	}

	.top__title {
		padding: 0;
		line-height: 100%;
	}

	.bottom__text {
		padding: 15px 0;
		margin: 0 auto;
	}

	.bottom .bottom__social {
		padding-bottom: 5px;
	}
	.about__item {
		font-size: 16px;
	}
	.advantages__subtitle {
		font-size: 20px;
		padding-top: 15px;
	}
	.advantages__text {
		font-size: 16px;
	}
}
@media (max-width: 380px) {
	.top__btn {
		padding: 5px;
		font-size: 14px;
		max-width: 300px;
	}
}

@media (max-width: 360px) {
	.sale__text {
		min-height: 0;
	}

	.top__buttons {
		gap: 10px;
		padding: 130px 0px 0px 0px;
	}
}

.bottom {
	background-image: url(../bc-form.jpeg);
}
