/*Colors*/
/*Styles*/
* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 320px;
	height: 100%;
	font-family: "Jost", sans-serif;
}

a,
span,
svg use,
ul li {
	transition: 0.3s;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

div:focus,
span:focus,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.button:focus {
	outline: none;
}

input,
textarea {
	box-shadow: none !important;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	padding: 0;
	list-style: none;
}

.container {
	max-width: 1740px;
	padding: 0 20px;
	margin: auto;
	box-sizing: border-box;
}

h1 {
	text-transform: uppercase;
	margin: 0 0 22px;
	font-weight: 500;
	line-height: 100%;
	font-size: clamp(32px, 2.74vw, 44px);
}

h2 {
	margin: 0 0 22px;
	font-weight: 400;
	line-height: 100%;
	font-size: clamp(32px, 3.75vw, 60px);
	text-align: center;
}

@media (max-width: 768px) {
	h2 {
		margin: 0 0 15px;
	}
}

h3 {
	margin: 0 0 35px;
	font-weight: 400;
	line-height: 100%;
	font-size: clamp(24px, 2.75vw, 44px);
	text-align: center;
}

.descr {
	margin: 0 0 35px;
	text-align: center;
}

@media (max-width: 991px) {
	h3, .descr {
		margin: 0 0 25px;
	}
}

img {
	max-width: 100%;
}

.btn {
	display: inline-flex;
	align-items: center;
	padding: 20px 40px;
	box-sizing: border-box;
	border-radius: 12px;
	border: 1px solid #151515;
	line-height: 120%;
	font-size: clamp(20px, 1.75vw, 28px);
	color: #fff;
	background: #151515;
	cursor: pointer;
}

.btn-mouse {
	width: 300px;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
}

@media (max-width: 991px) {
	.btn {
		padding: 14px 30px;
	}
}

@media (max-width: 768px) {
	.btn {
		padding: 10px 25px;
	}
}

.btn-mouse img {
	max-width: inherit !important;
	width: 83px !important;
	display: block;
	position: absolute;
	top: 37px;
	right: -35px;
	z-index: 2
}

@media (max-width: 991px) {
	.btn-mouse img {
		width: 53px !important;
		top: 30px;
		right: -14px
	}
}

.btn:hover {
	background: transparent;
	color: #000;
}

.btn-bord-min {
	font-size: clamp(14px, 1.125vw, 18px);
	padding: 7px 7px 7px 15px;
	font-weight: 500;
	color: #000;
	border-radius: 6px;
	background: transparent;
}

.btn-bord-min span {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	background: #000;
	border-radius: 4px;
}

@media (max-width: 768px) {
	.btn-bord-min span {
		width: 20px;
		height: 20px;
	}

	.btn-bord-min span img {
		width: 12px;
	}
}

.btn-gr {
	color: #000;
	background: #f8f6e9;
}

.btn-gr:hover {
	border-color: #fff;
	color: #fff;
}

p {
	margin: 0;
	line-height: 130%;
	font-size: clamp(14px, 1.5vw, 24px);
}

section {
	margin-top: 110px;
}

@media (max-width: 991px) {
	section {
		margin-top: 80px;
	}
}

@media (max-width: 768px) {
	section {
		margin-top: 50px;
	}
}

.header {
	padding: 15px 0;
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo {
	display: inline-block;
	margin-right: 10px;
}

@media (max-width: 991px) {
	.header__logo img {
		width: 115px;
	}
}

@media (max-width: 385px) {
	.header__logo img {
		width: 75px;
	}
}

.banner {
	margin-top: 0;
}

.banner__tx {
	margin-bottom: 35px;
	line-height: 95%;
	font-size: clamp(18px, 3vw, 48px);
}

@media (max-width: 768px) {
	.banner__tx {
		margin-bottom: 25px;
	}
}

.banner__inner {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.banner__inner .btn {
	margin-top: 45px;
}

@media (max-width: 768px) {
	.banner__inner .btn {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.banner__inner {
		display: block;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.banner__inner {
		padding: 30px 0 0;
	}
}

.banner__bg {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.banner__bg img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	object-fit: cover;
}

.banner__l {
	width: 49%;
	margin-left: 60px;
}

@media (max-width: 1300px) {
	.banner__l {
		margin: 40px 0 40px 40px;
	}
}

@media (max-width: 991px) {
	.banner__l {
		width: calc(100% - 40px);
		margin: 40px 20px;
	}
}
}

@media (max-width: 768px) {
	.banner__l {
		margin: 0 20px;
	}
}

@media (min-width: 1300.1px) {
	.banner__l {
		padding: 60px 0;
	}
}

.banner__l,
.banner__r {
	position: relative;
	z-index: 3;
}

.banner__l img,
.banner__r img {
	width: 100%;
}

.banner__r {
	display: flex;
	margin-top: auto;
	align-items: center;
	justify-content: center;
}

@media (min-width: 991.1px) {
	.banner__r {
		max-width: 50%;
	}
}

.info__tt {
	margin-bottom: 45px;
	text-align: center;
	line-height: 130%;
	font-size: clamp(20px, 2.5vw, 40px);
	color: #505470;
}

@media (max-width: 768px) {
	.info__tt {
		margin-bottom: 15px;
	}
}

.info__all {
	padding: 80px;
	box-sizing: border-box;
	border-radius: 12px;
	background: #f4eee3;
}

@media (max-width: 1300px) {
	.info__all {
		padding: 40px;
	}
}

@media (max-width: 991px) {
	.info__all {
		padding: 40px 20px;
	}
}

@media (max-width: 768px) {
	.info__all {
		padding: 30px 20px;
	}
}

.info__all+.info__all {
	margin-top: 20px;
}

.info__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px 10px 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 12px;
	border: 1px solid transparent;
	cursor: pointer;
}

@media (max-width: 991px) {
	.info__item {
		display: block;
		padding: 22px;
	}
}

@media (max-width: 768px) {
	.info__item {
		padding: 17px;
	}
}

.info__item+.info__item {
	margin-top: 10px;
}

.info__item.check {
	border-color: #000;
}

.info__item.not_changeable {
	pointer-events: none;
	opacity: 0.5;
}

.info__item-tt {
	line-height: 130%;
	font-size: clamp(14px, 1.375vw, 22px);
}

.info__item-tt span {
	font-weight: 500;
}

.info__item-tx {
	margin-top: 5px;
	line-height: 130%;
	font-size: clamp(10px, 1vw, 16px);
	color: #505470;
}

.info__item-l {
	width: 55%;
	padding-left: 40px;
	position: relative;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.info__item-l {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.info__item-l {
		padding-left: 25px;
	}
}

.info__item-l:before {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 4px;
	border: 1px solid #BABABA;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.info__item-l:before {
		width: 16px;
		height: 16px;
		background-size: 8px 8px;
	}
}

.check .info__item-l:before {
	border-color: #000;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjk1MSAxLjkxMTIzTDQuNTEwNyA5LjM1MTU3QzQuNDQ1MTYgOS40MTcxMSA0LjMzOTA1IDkuNDE3MTEgNC4yNzM2NyA5LjM1MTU3TDAuMDQ5MDM3MiA1LjEyNjc5Qy0wLjAxNjM0NTggNS4wNjE1NiAtMC4wMTYzNDU4IDQuOTU1NDQgMC4wNDkwMzcyIDQuODg5OTFMMS4wNzU1NyAzLjg2MzM4QzEuMTQxMSAzLjc5OCAxLjI0NzIyIDMuNzk4IDEuMzEyNiAzLjg2MzM4TDQuMzkyMzQgNi45NDI5N0wxMC42ODc2IDAuNjQ3NjdDMTAuNzUzMyAwLjU4MjI4NyAxMC44NTkxIDAuNTgyMjg3IDEwLjkyNDcgMC42NDc2N0wxMS45NTEgMS42NzQyQzEyLjAxNjYgMS43Mzk1OCAxMi4wMTY2IDEuODQ1NTQgMTEuOTUxIDEuOTExMjNaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
}

.info__item-r {
	width: 43%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.info__item-r {
		width: 100%;
		margin-top: 15px;
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.info__item-r {
		display: block;
	}
}

.info__item-bl {
	display: inline-block;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #FFF1E3;
	border-radius: 12px;
}

@media (max-width: 768px) {
	.info__item-bl {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px 15px;
		width: 100%;
		border-radius: 6px;
	}
}

.info__item-bl+.info__item-bl {
	margin-left: 15px;
}

@media (max-width: 768px) {
	.info__item-bl+.info__item-bl {
		margin-left: 0;
		margin-top: 5px;
	}
}

.info__item-bl_bg {
	background: #FFE0B4;
}

.info__item-numb {
	font-weight: 500;
	line-height: 120%;
	font-size: clamp(20px, 2vw, 32px);
	white-space: nowrap;
}

@media (max-width: 768px) {
	.info__item-numb {
		margin-right: 10px;
	}
}

.info__item-x {
	margin-top: 3px;
	color: #505470;
	line-height: 130%;
	font-size: clamp(10px, 0.875vw, 14px);
}

@media (max-width: 768px) {
	.info__item-x {
		margin-top: 0;
	}
}

.info__item-tb .info__item {
	display: none;
}

.info__item-tb .info__item:nth-of-type(1),
.info__item-tb .info__item:nth-of-type(2),
.info__item-tb .info__item:nth-of-type(3),
.info__item-tb .info__item:nth-of-type(4),
.info__item-tb .info__item:nth-of-type(5),
.info__item-tb .info__item:nth-of-type(6),
.info__item-tb .info__item:nth-of-type(7),
.info__item-tb .info__item:nth-of-type(8),
.info__item-tb .info__item:nth-of-type(9),
.info__item-tb .info__item:nth-of-type(10) {
	display: flex;
}

@media (max-width: 991px) {

	.info__item-tb .info__item:nth-of-type(1),
	.info__item-tb .info__item:nth-of-type(2),
	.info__item-tb .info__item:nth-of-type(3),
	.info__item-tb .info__item:nth-of-type(4),
	.info__item-tb .info__item:nth-of-type(5),
	.info__item-tb .info__item:nth-of-type(6),
	.info__item-tb .info__item:nth-of-type(7),
	.info__item-tb .info__item:nth-of-type(8),
	.info__item-tb .info__item:nth-of-type(9),
	.info__item-tb .info__item:nth-of-type(10) {
		display: block;
	}
}

.info__item-tb.all .info__item {
	display: flex;
}

@media (max-width: 991px) {
	.info__item-tb.all .info__item {
		display: block;
	}
}

.info__item-tb.all+.info__item-btn {
	display: none;
}

.info__item-btn {
	margin-top: 40px;
	text-align: center;
}

.tabs {
	margin-bottom: 13px;
}

.tabs li {
	margin-right: 3px;
	margin-bottom: 7px;
	display: inline-block;
	vertical-align: top;
	padding: 1px 7px;
	box-sizing: border-box;
	line-height: 130%;
	font-size: clamp(10px, 1.375vw, 22px);
	border-radius: 6px;
	background: #DADADA;
	cursor: pointer;
}

.tabs li.active {
	background: #151515;
	color: #fff;
}

.tab_content {
	display: none;
}

.tab_content.active {
	display: block;
}

.bottom {
	position: fixed;
	width: 100%;
	bottom: 20px;
	left: 0;
	z-index: 10;
}

.bottom .container {
	max-width: 1780px;
}

.bottom__inner {
	padding: 15px 10px 15px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 12px;
	background: #000;
}

@media (max-width: 991px) {
	.bottom__inner {
		display: block;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.bottom__inner {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.bottom__r {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 768px) {
	.bottom__r {
		margin-top: 3px;
	}
}

.bottom__r .btn {
	margin-left: 22px;
}

@media (max-width: 768px) {
	.bottom__r .btn {
		display: flex;
		width: 100%;
		justify-content: center;
		margin-left: 0;
	}
}

.bottom__tx {
	color: #fff;
	line-height: 130%;
	font-size: clamp(18px, 2vw, 32px);
}

.bottom__tx span {
	color: #f8f6e9;
}

@media (max-width: 768px) {
	.bottom__tx span {
		display: block;
	}
}

.bottom__price {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.bottom__price {
		position: absolute;
		top: 13px;
		right: 30px;
		z-index: 2;
	}
}

.bottom__price-old {
	display: inline-block;
	vertical-align: middle;
	text-decoration: line-through;
	color: rgba(255, 255, 255, 0.4);
	line-height: 130%;
	font-size: clamp(12px, 1.75vw, 28px);
}

@media (max-width: 768px) {
	.bottom__price-old {
		display: block;
	}
}

.bottom__price-now {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: 130%;
	color: #fff;
	font-size: clamp(22px, 2.75vw, 44px);
}

@media (max-width: 768px) {
	.bottom__price-now {
		display: block;
		margin-left: 0;
	}
}

/*# sourceMappingURL=style.css.map */

.info__item {
	cursor: default;
}

.info__item-l {
	cursor: pointer;
}

.request .info__item-l:before {
	display: none;
}

.request .info__item-l {
	padding-left: 0;
	pointer-events: none;
}

.details-btn,
.info__item:not(.raising) .btn-request {
	text-align: center;
	white-space: nowrap;
	padding: 25px 35px;
	margin-left: 15px;
	background: #151515;
	color: #fff;
	border-radius: 12px;
	cursor: pointer;
}

.details-btn {
	background: #a27754;
}

.details-btn:hover,
.info__item:not(.raising) .btn-request:hover {
	background: #f4eee3;
	color: #000;
}

.md.details .md-content {
	width: 95%;
	max-width: 720px;
	padding: 15px 0;
	border-radius: 12px;
}

.md.request .md-content {
	padding-top: 15px;
}

.md.details .md-head,
.md.request .md-head {
	display: flex;
	background: #FFF1E3;
	border-radius: 8px;
	margin: 0 15px;
}

.md.request .md-head {
	width: calc(100% - 60px);
	margin: 15px auto 25px;
	background: transparent;
}

.md.details .title,
.md.request .title {
	margin: auto 18px;
	color: #201B1B;
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
}

.md.request .title {
	margin: 0 10px 0 0;
}

.md.details .close-md,
.md.request .close-md {
	height: 18px;
	width: 18px;
	padding: 18px;
}

.md.request .close-md {
	padding: 0;
}

.md.details .text {
	margin: 15px 15px 0;
}

.md.details .text,
.md.details .text p {
	font-size: 18px;
	font-weight: normal;
}

.md.details ul {
	margin: 10px 0;
}

.md.details ol {
	margin: 10px 0;
}

.md.details ul li {
	list-style: inside;
	margin-left: 10px;
}

.md.details ol li {
	list-style: decimal;
	margin-left: 30px;
}

@media(min-width: 991.1px) {

	.info__item-l,
	.info__item-r {
		width: auto;
	}

	.request .info__item-l {
		width: 75%;
	}

	.info__item-r {
		margin-left: 20px;
	}

	.info__item-x {
		white-space: nowrap;
	}
}

@media(max-width: 991px) {

	.details-btn,
	.info__item:not(.raising) .btn-request {
		padding: 10px 25px;
		margin: 10px 0 0;
	}

	.md.details .title,
	.md.request .title {
		font-size: 18px;
	}
}

.info__item-bl_grey {
	background: #FFF;
	border: 1px solid #000;
}

.info__item-bl_grey .info__item-numb {
	text-decoration: line-through;
}

.banner .container {
	position: relative;
}

.banner .container .anchors {
	position: absolute;
	top: 60px;
	z-index: 9;
}

.anchors {
	scale: 0.8;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

@media (max-width: 991px) {
	.banner .container .anchors {
		display: none;
	}

	.anchors {
		margin-bottom: -40px;
	}
}

@media (min-width: 991.1px) {
	section.anchors {
		display: none;
	}

	.anchors {
		max-width: 55%;
		margin-left: 50%;
	}
}

@media (max-width: 1300px) {
	.banner .container .anchors {
		top: 20px;
	}
}

.rotate {
	margin-top: 20px;
	margin-bottom: -40px;
	scale: 0.8;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.rotate a {
	background: transparent;
	color: #000;
}

.rotate a:hover, .rotate a.active {
	background: #151515;
	color: #fff;
}

.rotate a.active {
	pointer-events: none;
}

.rotate a img {
	margin-right: 10px;
}

@media (max-width: 1120px) {
	.rotate a img {
		height: 30px;
	}
}

@media (max-width: 991px) {
	.rotate a img {
		height: 20px;
	}
}

.badge {
	display: flex;
	gap: 3px;
	font-weight: 500;
	font-size: 90%;
}

.badge img {
	width: 22px;
}

@media (max-width: 768px) {
	.badge {
		font-size: 80%;
	}
	.badge img {
		width: 18px;
	}
}

.feedback_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #83817A url(../img/feedback_form.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 20px;
	padding: 50px;
	margin-top: 20px;
	color: #fff;
}

.feedback_form .feedback_form_col {
	width: 39%;
	padding-top: 100px;
}

.feedback_form .title {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 20px;
}

.feedback_form .subtitle {
	width: 80%;
	font-size: 28px;
	line-height: 1;
}

.feedback_form form {
	background: rgba(43, 20, 1, 0.7);
	padding: 20px;
	border-radius: 20px;
}

.feedback_form form input {
	background: #a49e96 !important;
	color: #fff !important;
	border-color: transparent !important;
	opacity: 0.9;
}

.feedback_form form input::placeholder {
	color: #fff !important;
}

.feedback_form form button {
	background: #000;
	color: #fff;
	border-color: transparent !important;
}

.feedback_form form button:hover {
	background: #f8f6e9 !important;
	color: #000;
}

.feedback_form form a {
	color: #fff;
	text-decoration: underline;
}

@media(max-width: 1740px) {
	.feedback_form .feedback_form_col {
		width: 42%;
	}
}

@media(max-width: 1630px) {
	.feedback_form .feedback_form_col {
		width: 45%;
	}
}

@media(max-width: 1480px) {
	.feedback_form .feedback_form_col {
		width: 47%;
	}
	.feedback_form .title {
		font-size: 44px;
	}

	.feedback_form .subtitle {
		width: 90%;
		font-size: 24px;
	}
}

@media(max-width: 1240px) {
	.feedback_form .feedback_form_col {
		padding-top: 50px;
		width: 49%;
	}
	.feedback_form .title {
		font-size: 34px;
	}
	.feedback_form .subtitle {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.feedback_form {
		padding: 20px;
	}
	.feedback_form .feedback_form_col {
		padding-top: 0;
		width: 100%;
	}
	.feedback_form .title {
		font-size: 26px;
	}
	.feedback_form .subtitle {
		font-size: 16px;
	}
	.feedback_form form {
		width: auto;
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.feedback_form {
		background-image: none;
	}
}