:root {
	--primary-blue-black: #0b2234;
	--primary-blue: #3c5573;
	--primary-blue-white: #7d9ab8;
	--primary-beige: #ece4d9;
	--primary-grey: #92918d;
}

img {
	opacity: 1;
	transition: opacity 0.3s;
}
img[data-src] {
	opacity: 0;
}

#map {
	filter: grayscale(0%);
}

.ymaps-2-1-79-ground-pane {
	filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

iframe:nth-of-type(1) {
	filter: grayscale(100%);
}

/*@font-face {
 font-family: 'Montserrat';
 src: local("Montserrat-ExtraLight"),
	url(../fonts/Montserrat-ExtraLight.ttf) format(truetype);
 font-weight: 400;
 font-style: normal;
 font-stretch: normal;
 font-variant: normal;
}

@font-face {
 font-family: 'Montserrat';
 src: local("Montserrat-Bold"), 
	url(../fonts/Montserrat-Bold.ttf) format(truetype);
 font-weight: 500;
 font-style: normal;
 font-stretch: normal;
 font-variant: normal;
}

@font-face {
 font-family: 'Montserrat';
 src: local("Montserrat-ExtraBold"), 
	url(../fonts/Montserrat-ExtraBold.ttf) format(truetype);
 font-weight: 700;
 font-style: normal;
 font-stretch: normal;
 font-variant: normal;
}

@font-face {
 font-family: 'Montserrat';
 src: local("Montserrat-Black"), 
	url(../fonts/Montserrat-Black.ttf) format(truetype);
 font-weight: 900;
 font-style: normal;
 font-stretch: normal;
 font-variant: normal;
}*/

body {
	background: #192229;
	overflow-x: hidden;
	font-family: 'Montserrat';
}

.container {
	width: 90%;
	margin: 0 auto;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: unset;
}

.select2-container--default .select2-results__option--disabled {
	display: none;
}

.btn {
	width: 100%;
	background: none;
	border-bottom: 0.8px solid var(--primary-beige);
	color: var(--primary-beige);
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Montserrat';
	padding-bottom: 3px;
}

.mob-hide {
	display: none;
}

.section-text {
	display: grid;
	grid-row-gap: 10px;
	text-align: center;
}

.section-text__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: var(--primary-beige);
}

.section-text p {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--primary-beige);
}

.header {
	padding: 15px 0;
	top: 0;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 2;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-nav {
	position: fixed;
	right: -100%;
	top: 0;

	width: 100%;
	height: 100%;

	padding: 20px;

	background: var(--primary-blue);

	transition: all 0.4s;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header-nav__grid {
	display: grid;
	grid-row-gap: 41px;
}

.header-btn.desk-hide {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ece4d9;
	border-top: 1px solid #ece4d9;
}

.header-tel {
	font-size: 13px !important;
}

.header-btn.desk-hide button {
	padding: 20px 0;
	background: none;
	display: flex;
	gap: 10px;
	align-items: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #ece4d9;
	font-family: 'Montserrat';
}

.header-container.active .header-nav {
	right: 0;
}

.header-container.active .burger {
	z-index: 5;
	position: fixed;
	right: 18.7px;
}

/* .header-container.active .burger span {
    width: 28px;

    transition: all .4s;
}

.header-container.active .burger span:nth-child(1) {
    transform: rotate(45deg);
}

.header-container.active .burger span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -2px;
}

.header-container.active .burger span:nth-child(3) {
    opacity: 0;
} */

.header-nav__list {
	display: grid;
	grid-row-gap: 50px;
}

.header-nav__list-item {
	border-bottom: 1px solid #ece4d9;
	padding-bottom: 14px;
	position: relative;
}

li.header-nav__list-item.anchor::after {
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	background: #ece4d9;
	left: -20px;
	bottom: -1px;
}

.header-nav__header-nav__list-item__link {
	text-decoration: none;
	color: #ece4d9;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
}

.burger {
	display: grid;
	grid-row-gap: 8px;
}

.burger span {
	display: block;
	height: 2px;

	margin-left: auto;

	background: var(--primary-beige);
}

.burger span:nth-child(1) {
	width: 28px;
}

.burger span:nth-child(2) {
	width: 25px;
}

.burger span:nth-child(3) {
	width: 21px;
}

.pop-up__closed {
	background: none;
	margin-left: auto;
	cursor: pointer;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

.pop-up__closed span {
	display: block;
	width: 30px;
	height: 2px;

	background: var(--primary-beige);
}

.pop-up__closed span:nth-child(1) {
	transform: rotate(45deg);
}

.pop-up__closed span:nth-child(2) {
	margin-top: -2px;

	transform: rotate(-45deg);
}

#popup-success {
	display: none;
}

#popup-success span {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}

#popup-success .pop-up__text-head {
	font-size: 30px;
}

#popup-success.show {
	display: block;
	opacity: 1;
	top: 20%;
}

/***=======================Swiper default========================***/

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

/***=============================================================***/

/***=======================Main banner========================***/

.main-banner__info {
	position: absolute;
	top: 94px;
	z-index: 1;

	width: 100%;
}

.main-banner__info-text {
	display: grid;
	grid-row-gap: 10px;
}

.main-banner__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	text-transform: uppercase;
	color: var(--primary-beige);
}

.main-banner__info-text__sub {
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: var(--primary-beige);
}

.main-banner__info-text__btn {
	width: 265px;

	padding-top: 10px;
}

.main-banner__info-text__btn button {
	width: 100%;
	height: 65px;
	font-family: 'Montserrat';
	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(125, 154, 184, 0.5);
	backdrop-filter: blur(10px);

	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: var(--primary-beige);
	text-transform: uppercase;
}

.main-banner {
	height: auto;

	position: relative;
}

.banner-swiper .swiper-slide img {
	height: 100%;
	width: 100%;
}

.banner-swiper .swiper-pagination-bullet {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: var(--primary-beige);
	background: none;
	width: auto;
	height: auto;
}

.banner-swiper .swiper-pagination-bullet-active {
	background: none;
	font-size: 32px;
	line-height: 39px;
	color: var(--primary-beige);
}

.banner-swiper .swiper-pagination-bullet-active.scroll::after {
	height: 55px;
}

.banner-swiper .swiper-pagination-bullet-active::after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 1px;
	height: 155px;
	transition: all 0.4s;
	background: var(--primary-beige);
}

.main-banner__shadow-right {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;

	background: linear-gradient(
		235.98deg,
		rgba(0, 0, 0, 0.6) 27.44%,
		rgba(0, 0, 0, 0) 87.21%
	);
}

.main-banner__shadow-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;

	width: 100%;
	height: 180px;

	background: linear-gradient(180deg, #192229 20.84%, rgba(0, 0, 0, 0) 100%);
	transform: rotate(-180deg);
}

.main-banner__action-text {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--primary-blue-white);
	text-align: center;

	padding: 15px 0 5px;
}

.main-banner__action-line {
	width: 95%;
	height: 1px;

	background: var(--primary-beige);
}

.intro__inner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 20px;
	color: #fff;
	align-items: center;
	margin-top: 25px;
}

.intro__inner .countdown {
	order: 1;
}

.intro__inner > p {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	order: 0;
}

.intro__inner > button {
	width: 100%;
	max-width: 350px;
	height: 42px;
	text-transform: uppercase;
	background: rgba(125, 154, 184, 0.5);
	backdrop-filter: blur(10px);
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: inherit;
	order: 2;
}

/***=======================Models style========================***/

.models {
	padding-top: 100px;

	position: relative;

	overflow-x: hidden;
}

.models-ball {
	/* background: url(../img/models-ball.webp) no-repeat; */

	background: var(--primary-beige);
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 851px;
	z-index: -1;
	top: 156px;

	top: 203px;
	left: -73%;
}

.models-ball .ball {
	background: var(--primary-blue);
	width: 503px;
	height: 503px;
	border-radius: 50%;
	margin-top: 50px;

	position: relative;
}

.models.active .models-ball .ball {
	animation-name: circle-base;
	/*animation-duration: 2s;*/
	animation-fill-mode: forwards;
}

.models-ball .ball-anim {
	position: absolute;
	background: var(--primary-blue);
	width: 503px;
	height: 503px;
	border-radius: 50%;
	top: 0;
	left: 0;
	/*animation-name: circle;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;*/
}

.models-ball .ball-anim-2 {
	position: absolute;
	background: var(--primary-blue);
	width: 503px;
	height: 503px;
	border-radius: 50%;
	top: 0;
	left: 0;
	/*animation-name: circle-2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    animation-timing-function: ease-in;*/
}

.models-ball .ball-anim-3 {
	position: absolute;
	background: var(--primary-blue);
	width: 503px;
	height: 503px;
	border-radius: 50%;
	top: 0;
	left: 0;
	/*animation-name: circle-3;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-delay: 3s;
    animation-timing-function: ease-in;*/
}

@keyframes circle-base {
	from {
		margin-left: 0;
		transform: scale(0);
	}

	to {
		transform: scale(1);
		margin-left: 286px;
	}
}

@keyframes circle {
	from {
		transform: scale(0);
		background-color: #97b7de;
	}

	to {
		transform: scale(1);
		background-color: #3c5573;
	}
}

@keyframes circle-2 {
	from {
		transform: scale(0);
		background-color: #a4bed2;
	}

	to {
		transform: scale(1);
		background-color: #3c5573;
	}
}

@keyframes circle-3 {
	from {
		transform: scale(0);
		background-color: #a4bed2;
	}

	to {
		transform: scale(1);
		background-color: #3c5573;
	}
}

.models-container__list {
	display: grid;
	grid-row-gap: 40px;

	padding-top: 50px;
}

.models-container__list-item {
	background: rgba(125, 154, 184, 0.5);
	backdrop-filter: blur(8.05897px);
	-webkit-backdrop-filter: blur(8.05897px);
	padding: 24px 0;
	position: relative;
}

.models-container__fee {
	position: absolute;
	border-radius: 50%;
	background: #192229;
	width: 81px;
	height: 81px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #ece4d9;
	left: 23px;
	top: 83px;
}

.models-container__fee span {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

.models-container__rate {
	position: absolute;
	right: 9px;
	top: 56px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #7d9ab8;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #ece4d9;
	width: 127px;
	height: 127px;
}

.models-container__rate span {
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
}

.models-container__list-item__text {
	display: grid;
	grid-row-gap: 9px;
	margin-bottom: 15px;
	text-align: center;
}

.models-container__list-item__text-head {
	font-weight: 300;
	font-size: 29.0123px;
	line-height: 35px;
	text-transform: uppercase;
	color: var(--primary-beige);
}

.models-container__list-item__text-head b {
	font-weight: 700;
}

.models-container__list-item__text-info {
	font-weight: 700;
	font-size: 12.8943px;
	line-height: 16px;
	color: var(--primary-grey);
}

.models-container__list-item__img {
	position: relative;
	margin-top: 55px;
}

.models-container__list-item__img img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.models-container__list-item__price {
	font-weight: 700;
	font-size: 25.7887px;
	line-height: 31px;
	text-align: center;
	color: var(--primary-beige);
	margin-top: 4px;
}

.models-container__list-item__btns {
	display: grid;
	grid-row-gap: 18px;

	width: 273px;

	margin: 26px auto 0;
}

.models-btn button {
	display: flex;
	align-items: center;

	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--primary-beige);
	gap: 25px;

	background: none;

	white-space: nowrap;

	margin-top: 30px;
}

.models-btn__img {
	width: 100px;
}

/***=========================================================***/

/***===================Complections style====================***/

.complections {
	overflow-x: hidden;
	position: relative;
}

.complections.section {
	padding-top: 102px;
}

.complections-ball {
	position: absolute;
	z-index: -1;
	top: 200px;
	right: -50%;
	border-radius: 50%;
	background: var(--primary-blue-white);
	width: 1600px;
	height: 1600px;
}

.ball-position-section {
	position: relative;

	overflow-x: hidden;
}

.complections-ball__bottom {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: -208%;

	border-radius: 50%;
	background: var(--primary-blue-white);

	width: 745px;
	height: 735px;
}

.complections.active .complections-ball {
	animation-name: circle-compl;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.complections.active .complections-ball__bottom {
	animation-name: circle-credit;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}

@keyframes circle-compl {
	from {
		left: -204%;
		transform: scale(0);
	}

	to {
		transform: scale(1);
		left: -119%;
	}
}

@keyframes circle-credit {
	from {
		right: -208%;
		transform: scale(0);
	}

	to {
		transform: scale(1);
		right: -112%;
	}
}

@keyframes shake {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(50px);
	}

	100% {
		transform: translateY(0);
	}
}

.shake {
	animation-name: shake;
	animation-duration: 7s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.complection-selects {
	padding: 40px 0;
	display: grid;
	grid-row-gap: 20px;
}

.select2-container--default .select2-selection--single {
	background: none;
	border: none;
	border-bottom: 1px solid var(--primary-beige);
	border-radius: 0;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered,
#complecation .filter .select ul li {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--primary-beige);
}

.select2-container--open .select2-dropdown--below {
	background: none;
	border: none;
	border-radius: 0;
	background: var(--primary-blue);
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border: none;

	background: url(../img/arrow-select.svg) no-repeat;

	width: 20px;
	height: 20px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: -1px;
	right: 10px;
}

.select2-search--dropdown {
	display: none;
}

.select2-container--open .select2-dropdown--above {
	background: var(--primary-blue);
	border: none;
	border-radius: 0;
}

.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable,
#complecation .filter .select ul {
	background: var(--primary-blue-white);
	color: var(--primary-beige);
}

.select2-container--default .select2-results__option--selected {
	background: var(--primary-blue-white);
}

.select2-results__option--selectable,
#complecation .filter .select span {
	color: var(--primary-beige);
	font-size: 16px;
	line-height: 20px;
}

.select2-container--default .select2-results__option--disabled {
	font-size: 16px;
	line-height: 20px;
}

.complection-list__item {
	padding: 30px 20px;
	background: #ece4d978;
	border-bottom: 1px solid var(--primary-beige);
	backdrop-filter: blur(5px);
	/*  backdrop-filter: blur(8.05897px); */
	-webkit-backdrop-filter: blur(8.05897px);
}

.complection-list__item:last-child {
	border: none;
}

.complection-list__item-info {
	display: grid;
	grid-row-gap: 10px;
}

.complection-list__item-info__head {
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	color: var(--primary-blue-black);
	text-transform: uppercase;
}

.complection-list__item-info__head b {
	font-weight: 700;
}

.complection-list__item-info__compl {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--primary-beige);
}

.complection-list__item-info__info {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--primary-beige);
}

.complection-list__item-info__recprice {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #0b2234;
	margin-top: 10px;
}

.complection-list__item-info__price {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: var(--primary-blue-black);
}

.complection-list__item-info__payment {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #0b2234;
}

.complection-list__item-img {
	width: 380px;
	max-width: 100%;
}

.complection-list__item-img img {
	width: 100%;
}

.complection-list__item-btns {
	display: grid;
	grid-row-gap: 18px;
}

/***=========================================================***/

/***===================Credit style====================***/

.credit {
	padding-top: 50px;
}

.credit-info__head {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: var(--primary-beige);
	text-align: center;

	margin-top: 40px;
}

.credit-info__text {
	margin-top: 27px;

	display: grid;
	grid-row-gap: 30px;

	position: relative;
	z-index: 1;
}

.credit-info__text-item {
	display: flex;
	align-items: center;
	gap: 20px;

	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: var(--primary-beige);
}

.credit-info__text-item b {
	font-weight: 700;
}

.credit-info__img {
	margin-top: -600px;
	margin-left: -100%;

	transition: all 2s;
}

.credit.active .credit-info__img {
	margin-left: 0;
}

.credit-info__form {
	margin-top: 300px;

	position: relative;
	z-index: 10;
}

.credit-info__text.mob-hide {
	display: none;
}

.credit-info__form-inputs {
	display: grid;
	grid-row-gap: 20px;
}

.credit-info__form-inputs__input {
	width: 100%;
	height: 45px;
	font-family: 'Montserrat';
	background: var(--primary-beige);
	border: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--primary-blue);

	padding-left: 18px;
}

.credit-info__form-inputs__input::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--primary-blue);
}

.credit-info__form-btn {
	width: 100%;
	height: 45px;
	font-family: 'Montserrat';
	background: var(--primary-blue-white);

	border: none;

	font-weight: 600;
	font-size: 16px;
	line-height: 20px;

	color: var(--primary-beige);
	margin-top: 30px;
}

.block-checkbox label {
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;

	color: var(--primary-beige);

	display: flex;
	align-items: center;
	position: relative;

	padding-top: 14px;
}

.block-checkbox label input[type='checkbox'] {
	opacity: 0;
	z-index: 2;
	margin-top: 0;
}

.block-checkbox label input[type='checkbox'] + .checkbox-custom {
	position: absolute;
	left: 0;
	top: 17px;

	width: 10px;
	height: 10px;

	display: block;
	border-radius: 50%;
	border: 1px solid #ece4d9;
}

.block-checkbox label input[type='checkbox']:checked + .checkbox-custom {
	background: url(../img/ball-pop.svg) no-repeat;
	background-position: center;
	background-size: 4px;
}

/***=========================================================***/

/***=======================Contacts style========================***/

.contacts {
	padding-top: 400px;
}

.bottom-circle {
	position: relative;
	overflow: hidden;
}

.contacts__circle {
	position: absolute;
	width: 1700px;
	height: 1700px;
	border-radius: 50%;
	background: #0b2234;
	z-index: -1;
	right: -10%;
	bottom: -500px;
}

.contacts-info {
	padding: 20px 0 40px;
}
.contacts-info__item-wrap {
	padding: 20px 0 10px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.contacts-info__item {
	display: flex;
	align-items: center;
	gap: 26px;

	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--primary-beige);

}

.contacts-info__item a {
	color: var(--primary-beige);
	text-decoration: none;
}

.contacts-info__line {
	width: 94%;
	height: 1px;

	background: var(--primary-beige);
}

.contacts-map {
	height: 620px;
}

.contacts-map img {
	height: 100%;
}

/***=========================================================***/

/***=======================Footer style========================***/

.footer {
	margin-top: 100px;

	border-top: 1px solid var(--primary-beige);

	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: var(--primary-beige);

	padding: 30px 10px;

	font-size: 10px;
	line-height: 12px;
}

.text-1 {
	display: flex;
	flex-direction: column;
}

.text-margin__small {
	margin-bottom: 6px;
	color: #fff;
}

.text-margin__big {
	margin-top: 20px;
}

.js-text-show {
	cursor: pointer;
}

.text-hidden {
	position: absolute;
	left: -100%;

	z-index: -1;
	opacity: 0;
	width: 100%;

	transition: all 0.3s;
}

.footer-grid.show .text-hidden {
	position: static;
	z-index: 1;
	opacity: 1;
}

/***=========================================================***/

/***=======================Pop-up style========================***/

.pop-up {
	width: 97%;
	padding: 0 8px 2px;
	background: url(../img/pop-up.webp) no-repeat;
	background-size: cover;
	background-position: center;
	transition: all 0.4s;
}

.pop-up .carousel__button.is-close {
	top: 0;
}

.pop-up__text {
	padding: 30px 0;
	width: 100%;
	margin: 0 auto;
}

.pop-up__text-head {
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	color: var(--primary-beige);
	text-align: center;
}

.pop-up__form-inputs {
	width: 243px;
	margin: 0 auto;

	display: grid;
	grid-row-gap: 4px;
}

.pop-up__form-inputs__input {
	height: 47px;

	background: #7d9ab885;
	/* opacity: 0.5; */
	/* backdrop-filter: blur(10px); */

	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: var(--primary-beige);
	padding-left: 17px;

	border: none;
}

.pop-up__form-inputs__input::placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: var(--primary-beige);

	opacity: 0.5;
	backdrop-filter: blur(10px);
}

.pop-up__form-checkbox {
	padding-top: 8px;
}

.pop-up__form-checkbox button {
	width: 243px;
	margin: 0 auto 8px;
	display: block;
	font-size: 14px;
	height: 45px;
	margin-left: 41px;
}

.pop-up__form-checkbox__text {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: 300;
	font-size: 10px;
	line-height: 12px;
	color: var(--primary-beige);
}

.pop-up__form-checkbox__text span {
	font-weight: 300;
}

.pop-up__form-checkbox__text a {
	color: inherit;
}

.pop-up__form-checkbox__text input[type='checkbox'] {
	opacity: 0;
	z-index: 1;
}

.pop-up__form-checkbox__text input[type='checkbox'] + .pop-up__custom-checkbox {
	display: block;

	width: 11px;
	height: 11px;

	border-radius: 50%;
	border: 1px solid var(--primary-beige);

	margin-left: -20px;
	margin-right: 7px;
}

.overlay {
	position: fixed;
	top: 0;
	opacity: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	background: #192229a1;
}

.pop-up__form-checkbox__text
	input[type='checkbox']:checked
	+ .pop-up__custom-checkbox {
	background: url(../img/ball-pop.svg) no-repeat;
	background-position: center;
	background-size: 5px;
}

#complecation .filter .select {
	position: relative;
}

#complecation .filter .select span {
	background: var(--primary);
	/* color: #fff; */
	/*   border-radius: 10px; */
	height: 26px;
	width: 260px;
	outline: none;
	border: none;
	/*padding: 20px;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-bottom: 1px solid #ece4d9;
	width: 100%;
	justify-content: center;
}

#complecation .filter .select span:after {
	content: '';
	background: url('../img/arrow-select.svg');
	padding: 0 8px;
	font-size: 12px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	text-align: center;
	cursor: pointer;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#complecation .filter .select span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#complecation .filter .select ul li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	padding: 5px 0;
}

#complecation .filter .select ul {
	/*  background: #e0e5eb; */
	z-index: 3;
	/* -webkit-box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
  border-radius: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; */
	margin-top: 5px;
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
}

#complecation .filter .select ul {
	/*  background: #e0e5eb; */
	z-index: 3;
	-webkit-box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
	box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
	/*   border-radius: 10px; */
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	width: 100%;
}

/* #complecation .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto;
  -webkit-box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.15s ease 20ms;
  -o-transition: all 0.15s ease 20ms;
  transition: all 0.15s ease 20ms;
  padding: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--primary);
}
 */
#complecation .item .car {
	position: relative;
	max-width: 22%;
	min-width: 22%;
}

#complecation .item .ad_info {
	position: relative;
	max-width: 18%;
	min-width: 18%;
}

#complecation .item .car img {
	display: block;
	max-width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
}

#complecation .item .car .brand-cars__item-discount {
	background: url(../img/icons/Group_42_dark.svg) no-repeat center;
	background-size: contain;
	width: 64px;
	height: 64px;
	position: absolute;
	color: #fff;
	right: 0;
	top: 30%;
	margin-top: -32px;
	font-size: 24px;
	font-weight: 100;
	line-height: 64px;
	text-align: center;
}

#complecation .item .stock,
#complecation .item .color {
	cursor: pointer;
	font-weight: 400;
}

#complecation .item .color span,
#complecation .item .stock {
	color: var(--primary);
	font-weight: 400;
}

#complecation .item .feat {
	max-width: 20%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#complecation .item .feat .speed,
#complecation .item .feat .horse,
#complecation .item .feat .start_speed,
#complecation .item .feat .amount {
	font-family: Arial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 7px auto;
	font-weight: 400;
}

#complecation .item .feat .icons span:before {
	content: '';
	height: 20px;
	width: 20px;
	background-size: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 7px;
}

#complecation .item .feat .speed:before {
	background: url(../img/icons/feat/speed.svg) no-repeat;
	/*   content: "";
height: 20px;
width: 20px;
background-size: contain;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 7px; */
}

#complecation .item .feat .horse:before {
	background: url(../img/icons/feat/horse.svg) no-repeat;
	/*   content: "";
height: 20px;
width: 20px;
background-size: contain;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 7px; */
}

#complecation .item .feat .start_speed:before {
	background: url(../img/icons/feat/seconds.svg) no-repeat;
	/*   content: "";
height: 20px;
width: 20px;
background-size: contain;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 7px;
-webkit-filter: invert(1);
filter: invert(1); */
}

#complecation .item .feat .amount:before {
	background: url(../img/icons/feat/oil.svg) no-repeat;
	/*   content: "";
height: 20px;
width: 20px;
background-size: contain;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 7px;
-webkit-filter: invert(1);
filter: invert(1); */
}

#complecation .item .price {
	text-align: right;
	font-family: Arial;
	font-weight: bold;
}

#complecation .item .ad_info .title,
#complecation .item .ad_info .model {
	font-size: 22px;
}

#complecation .item .ad_info .title {
	margin-bottom: 14px;
}

#complecation .item .price .sklad {
	text-decoration: line-through;
	color: #9a9a9a;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-align: left;
}

#complecation .item .price .skidka {
	margin: 15px 0;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}

#complecation .item .price .sale-price {
	font-size: 24px;
	color: var(--primary);
	font-weight: bold;
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#complecation .item .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 22%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}

#complecation .item .buttons .order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-color: var(--primary);
	-webkit-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	padding: 15px;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
}

#complecation .item .buttons .trade-in,
#complecation .item .buttons .credit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 47%;
	background-color: rgba(34, 34, 34, 0.12);
	-webkit-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	padding: 8px 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	font-weight: 400;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	color: #000;
}

.pop-up {
	width: 340px;
	background-position: right;
	height: 450px;
}

/***=======================Media style========================***/

@media screen and (min-width: 360px) {
	.models-btn__img {
		width: 100%;
	}
}

@media screen and (min-width: 414px) {
	.pop-up {
		width: 340px;
	}

	.section-text p {
		font-size: 18px;
	}
}

@media screen and (min-width: 450px) {
	.models-container__list-item {
		width: 414px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 600px) {
	.main-banner {
		height: auto;
	}

	.credit-info__form {
		width: 414px;
		margin: 300px auto 0;
	}
}

@media screen and (max-width: 768px) {
	.complections-ball {
		width: 160vw;
		height: 160vw;
		right: -100%;
		top: 400px;
	}

	.contacts__circle {
		width: 1450px;
		height: 1450px;
		right: -10%;
		bottom: 0;
		left: 0;
	}

	.complection-list__item-info {
		margin-bottom: 45px;
	}

	.complection-list__item-btns {
		margin: 18px auto 0;
		max-width: 200px;
	}

	.complection-list__item-img img {
		height: 144px;
		display: block;
		margin: 0 auto;
		width: unset;
	}
}

.filtered-show,
.showmore-show {
	display: block;
	opacity: 1;
	transition: 0.3s;
}

.filtered-hide,
.showmore-hide {
	display: none;
	opacity: 0;
}

.js--show-more {
	display: block;
	margin: 20px auto;
	max-width: 200px;
}

.js--show-more.hidden {
	display: none;
}
