.catalog {
	font-size: 10px;
	padding: 9.6em 0;
}

.cars-gallery__popup {
	position: fixed;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1003;
	display: none;
}

.js-cars-gallery-popup {
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	margin: auto;
}

.cars-gallery__popup .swiper-wrapper {
	width: 70%;
}

.catalog-models-slider {
	overflow: hidden;
	margin-bottom: 6.4em;
}

.catalog-model {
	display: flex;
	flex-direction: column;
	gap: 2.4em;
	cursor: pointer;
}

.catalog-model__image {
	width: 100%;
	flex: 0 0 auto;
	height: 17em;
	transition: all 0.3s ease;
}

.catalog-model__image img {
	object-fit: contain;
}

.catalog-model:hover .catalog-model__image {
	transform: scale(1.05);
}

.catalog-model__name {
	font-weight: 700;
	font-size: 2.4em;
	text-align: center;
	line-height: 110%;
	transition: all 0.3s ease;
}

.catalog-model:hover .catalog-model__name {
	color: #00657b;
}

.catalog__list {
	display: flex;
	flex-direction: column;
	gap: 4em;
}

.catalog .card__wrapper {
	display: flex;
	flex-direction: row;
	position: relative;
	gap: 0em;
	max-height: 71em;
}

/*left*/

.catalog .card__left {
	display: flex;
	flex-direction: column;
	width: 62%;
	flex: 0 0 auto;
	position: relative;
}

.catalog .card__title {
	font-size: 4em;
	line-height: 110%;
	color: #ffffff;
	position: absolute;
	font-weight: 700;
	z-index: 3;
	left: 0.5em;
	top: 0.5em;
}

.catalog .card-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
}

.catalog .card-content .card-gallery {
	background: #cccccc;
	height: 100%;
	max-height: 49em;
	position: relative;
}

.catalog .card-content__image img,
.catalog .card-content__image picture img {
	object-fit: contain;
}

.catalog .card-content-slider {
	overflow: hidden;
}

.catalog .card-gallery {
	display: flex;
	flex-direction: row;
	gap: 0rem;
	
}

.catalog .card-gallery__main {
	width: 80%;
	height: 100%;
	overflow: hidden;
	flex: 0 0 auto;
}

.catalog .card-gallery__image {
	width: 100%;
	height: 100%;
}

.catalog .card-gallery__image img,
.catalog .card-gallery__image picture img {
	object-fit: cover;
}

.catalog .card-gallery__thumbs {
	width: 20%;
	padding: 1em;
	height: 100%;
	overflow: hidden;
}

.catalog .card-gallery__thumbs .swiper-slide {
	width: 100% !important;
	border-radius: 2em;
	overflow: hidden;
	height: auto !important;
}

.catalog .card-gallery__thumbs .swiper-slide-thumb-active .card-gallery__thumb {
	opacity: 1;
}

.catalog .card-gallery__thumb {
	cursor: pointer;
	/*opacity: 0.4;*/
	transition: all 0.3s ease;
}

.catalog .card-gallery__thumb:hover {
	opacity: 0.7;
}

.catalog .card-content__footer {
	position: absolute;
	left: 2em;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 1em;
	bottom: 4em;
}

.catalog .card-content__chars {
	display: flex;
	gap: 2em;
	padding-top: 1em;
	color: #ffffff;
}

.catalog .card-content .char {
	border-right: 1px solid #ffffff;
	padding-right: 2em;
}

.catalog .card-content .char:last-child {
	border: none;
}

.catalog .card-content .char__name {
	font-size: 1.8em;
	color: #ffffff;
	text-align: center;
}

.catalog .card-content .char__text {
	font-size: 3.4em;
	text-align: center;
	color: #ffffff;
}

.catalog .card-content__bullets {
	display: flex;
	background: #ffffff;
	padding: 1em;
	border-radius: 2.5em;
	width: fit-content;
	gap: 0.8em;
}

.catalog .card-content__bullet {
	width: 2.4em;
	height: 2.4em;
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.catalog .card-content__bullet.active {
	-webkit-transform: scale(1.33);
	transform: scale(1.33);
	position: relative;
}

.catalog .card__btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.2em;
	padding: 2em;
	margin: 0;
	background: #f6f7f7;
	box-shadow: 0px 0px 100px 0px #00000040;
}

.catalog .card__btn {
	width: 100%;
}

.catalog .card__btn img {
	width: auto;
}

/*right*/

.catalog .card__right {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	flex: 1;
	gap: 1.6em;
	background: #f6f7f7;
	padding: 2em ;
	box-shadow: 0px 0px 100px 0px #00000040;
	position: relative;
}

.catalog .card__advantages {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.6em;
}

.catalog .card-benefit {
	width: 100%;
	max-width: 100%;
	display: flex;
	/*flex-direction: column;*/
	gap: 0.5em;
	font-size: 3em;
	justify-content: center;
	color: #fff;
	background-color: #00657b;
	padding: 0.5em 1em;
}

.catalog .card-benefit__title {
	font-size: inherit;
	line-height: 120%;
	color: inherit;
}

.catalog .card-benefit__val {
	font-size: inherit;
	font-weight: 600;
	line-height: 120%;
	font-size: inherit;
	color: inherit;
}

.catalog .card-benefit__val span {
	font-family: Arial, sans-serif;
	font-weight: 600;
	line-height: 120%;
	font-size: inherit;
	color: inherit;
}

.catalog .card-month {
	width: 100%;
	display: flex;
	/*flex-direction: column;*/
	gap: 0.5em;
	text-align: center;
	font-size: 2.6em;
	color: #00657b;
	padding: 0.5em 1em;
	justify-content: center;
	align-items: center;
}

.catalog .card-month__title {
	font-size: inherit;
	line-height: 120%;
	color: inherit;
}

.catalog .card-month__val {
	font-size: inherit;
	font-weight: 600;
	line-height: 120%;
	font-size: inherit;
	color: inherit;
}

.catalog .card__advantage {
	display: flex;
	align-items: center;
	gap: 1.2em;
	padding: 0 1.5em;
}

.catalog .card__advantage-ico {
	width: 2.4em;
	height: 2.4em;
	flex: 0 0 auto;
	object-fit: contain;
}

.catalog .card__advantage-ico svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.catalog .card__advantage-text {
	font-size: 2.4em;
	line-height: 120%;
}

.catalog .card__advantage-text b {
	color: #000000;
}

@media (max-width: 1500px) {
	.catalog {
		font-size: 7px;
	}
}

@media (max-width: 1200px) {
	.catalog {
		font-size: 6px;
	}

	.catalog .card__left {
		display: flex;
		flex-direction: column;
		width: 65%;
		flex: 0 0 auto;
		position: relative;
	}
}

@media (max-width: 800px) {
	.catalog {
		font-size: 10px;
		padding: 9.6em 0;
	}

	.catalog-model {
		gap: 0.5em;
	}

	.catalog-model__image {
		width: 100%;
		height: auto;
	}

	.catalog-model__name {
		font-size: 1.5em;
	}

	.catalog__list {
		gap: 4em;
	}

	.catalog .card__wrapper {
		flex-direction: column;
		gap: 2.4em;
		max-height: 100%;
	}

	/*left*/

	.catalog .card__left {
		width: 100%;
	}

	.catalog .card__title {
		font-size: 4em;
		line-height: 110%;
		color: #000000;
		position: relative;
		position: static;
		text-align: center;
		left: 0em;
		top: 0em;
	}

	.catalog .card-content .card-gallery {
		max-height: 100%;
	}

	.catalog .card-gallery {
		display: flex;
		height: 100%;
		max-height: 100%;
		flex-direction: column;
		gap: 0rem;
	}

	.catalog .card-gallery__main {
		width: 100%;
		height: 100%;
		height: calc(100vw * (241 / 360));
	}

	.catalog .card-gallery__main .swiper-slide {
		width: 100% !important;
		height: 100% !important;
	}

	.catalog .card-gallery__image {
		width: 100%;
		height: 100%;
	}

	.catalog .card-gallery__thumbs {
		width: 100%;
		padding: 1em;
		gap: 0.5em;
		height: 12em;
	}

	.catalog .card-gallery__thumbs .swiper-slide {
		width: 23.7% !important;
		border-radius: 1em;
		height: 100% !important;
	}

	.catalog .card-gallery__thumbs .swiper-slide img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	}

	.catalog .card-gallery__thumb {
		height: 100%;
		width: 100%;
	}

	.catalog .card-content__footer {
		z-index: 1;
		bottom: 14em;
	}

	.catalog .card-content__chars {
		display: flex;
		gap: 2em;
		padding-top: 1em;
		color: #ffffff;
	}

	.catalog .card-content .char {
		border-right: 1px solid #ffffff;
		padding-right: 2em;
	}

	.catalog .card-content .char:last-child {
		border: none;
	}

	.catalog .card-content .char__name {
		font-size: 1.8em;
		color: #ffffff;
		text-align: center;
	}

	.catalog .card-content .char__text {
		font-size: 3.7em;
		text-align: center;
		color: #ffffff;
	}

	.catalog .card-content__bullets {
		display: flex;
		background: #ffffff;
		padding: 1em;
		border-radius: 2.5em;
		width: fit-content;
		gap: 0.8em;
	}

	.catalog .card-content__bullet {
		width: 2.4em;
		height: 2.4em;
		border-radius: 50%;
	}

	/*right*/

	.catalog .card__right {
		font-size: 1.6em;
		padding-bottom: 4em;
	}

	.catalog .card-benefit {
		width: 100%;
		text-align: center;
		justify-content: center;
		font-size: 2.3em;
	}

	.catalog .card-month {
		width: 100%;
		text-align: center;
		justify-content: center;
		font-size: 2.3em;
	}

	.catalog .card__btns {
		gap: 1.2em;
		flex-direction: column;
		padding: 0em;
		margin-top: auto;
	}

	.catalog .card__advantage-text {
		font-size: 1.7em;
		line-height: 120%;
	}
}

@media (max-width: 600px) {
	.catalog {
		font-size: 5.5px;
	}
}

@media (max-width: 400px) {
	.catalog .card-content {
		font-size: 5px;
	}
}

/* @media (min-width:768px) and (max-width:1280px) {
    .catalog {
        padding: 6rem 0
    }
}

@media (max-width:767px) {
    .catalog {
        padding: 4rem 0
    }
}


@media (max-width:767px) {
    .catalog-models-slider {
        margin-bottom: 3.2rem
    }
}


@media (max-width:767px) {
    .catalog-model__image {
        height: auto
    }
}


@media (max-width:767px) {
    .catalog-model__name {
        font-size: 1.6rem
    }
}


@media (max-width:1280px) {
    .catalog__list {
        gap: 2rem
    }
}

.catalog .card {
    background-color: #f6f7f7;
    padding: 3.2rem
}

@media (max-width:767px) {
    .catalog .card {
        padding: 2.4rem
    }
}


@media (max-width:1280px) {
    .catalog .card__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .catalog .card__wrapper {
        gap: 1.2rem
    }
}


@media (max-width:1280px) {
    .catalog .card__left {
        width: 100%;
        padding: 0
    }
}


@media (max-width:1280px) {
    .catalog .card__right {
        width: 100%;
        gap: 1.2rem
    }
}


@media (min-width:768px) and (max-width:1280px) {
    .catalog .card__title {
        font-size: 3.2rem
    }
}

@media (max-width:767px) {
    .catalog .card__title {
        font-size: 2.4rem;
        text-align: center
    }
}

.catalog-brands__list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding-bottom: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.catalog-brand{
    cursor: pointer;
    padding: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    border-bottom:10px solid #E9E9E9;
}

.catalog-brand.active{
    border-bottom-color: #00657b;
}

.catalog-brand.active .catalog-brand__name{
color:#00657b;
}


@media (max-width:1280px) {
    .catalog .card__btns {
        width: 100%
    }
}

.catalog .card__btn:nth-child(1) {
    width: 27.7rem
}

@media (max-width:1280px) {
    .catalog .card__btn:nth-child(1) {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.catalog .card__btn:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:1280px) {
    .catalog .card__btn {
        width: 100%
    }
}

.card__right-top {
    display: flex;
    align-self: flex-end;
    font-size: 2.5em;
    margin-top: 2.5em;
}

.card__count {
    font-size: inherit;
    font-weight: bold;
    border: 1px solid #00657b;
    padding: 0.5em 1em;
}

.card__date {
    font-size: inherit;
    color: #fff;
    background-color: #00657b;
    padding: 0.5em 1em;
}

@media (max-width:767px) {
    .card__right-top {
        font-size: 1.3em;
    }
}

.catalog .card-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53.8rem;
    border-bottom: 8px solid #cdd3d9
}

@media (max-width:1280px) {
    .catalog .card-tabs {
        width: 100%
    }
}

@media (max-width:767px) {
    .catalog .card-tabs {
        border-bottom: 4px solid #cdd3d9
    }
}

.catalog .card-tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.4rem;
    font-weight: 400;
    font-size: 1.6rem;
    width: 33.3333333333%;
    line-height: 110%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:1281px) and (max-width:1680px) {
    .catalog .card-tab {
        font-size: 2rem
    }
}

@media (max-width:1280px) {
    .catalog .card-tab {
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

.catalog .card-tab.active {
    position: relative
}

.catalog .card-tab.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    right: 0;
    width: 100%;
    background: #00657b;
    height: 8px;
    z-index: 1
}

@media (max-width:767px) {
    .catalog .card-tab.active:after {
        bottom: -4px;
        height: 4px
    }
}

.catalog .card-tab:not(.active):hover {
    color: #00657b
}

@media (max-width:1280px) {
    .catalog .card-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .5rem
    }
}

@media (min-width:768px) and (max-width:1280px) {
    .catalog .card-content {
        min-height: unset
    }
}

@media (max-width:767px) {
    .catalog .card-content {
        min-height: 16rem
    }
}

.catalog .card-content.active {
    display: block;
    margin: auto 0;
}

@media (max-width:1280px) {
    .catalog .card-content.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:1280px) {
    .catalog .card-content__bullets {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: unset;
        top: unset;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:768px) and (max-width:1280px) {
    .catalog .card-content__bullet {
        width: 3.2rem;
        height: 3.2rem
    }
}

@media (min-width:1281px) {
    .catalog .card-content__bullet.active {
        margin: .4rem 0
    }
}

@media (min-width:768px) and (max-width:1280px) {
    .catalog .card-content__bullet.active {
        margin: 0 .8rem
    }
}

@media (max-width:767px) {
    .catalog .card-content__bullet.active {
        margin: 0
    }
}



@media (max-width:1280px) {
    .catalog .card-content-slider {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1280px) {
    .catalog .card-content-slider {
        height: auto
    }
}

@media (max-width:767px) {
    .catalog .card-content-slider {
        height: 16rem
    }
}



@media (max-width:767px) {
    .catalog .card-benefit {
        margin: 1.2rem 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: .6rem;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        font-size: 1.6em;
    }
}



@media (max-width:767px) {
    .catalog .card-benefit__val {
       
    }
}


@media (max-width:767px) {
    .catalog .card-benefit__val span {

    }
}



@media (max-width:1280px) {
    .catalog .card__advantages {
        margin: 1.2rem 0 0;
        gap: 1.2rem
    }
}


@media (max-width:767px) {
    .catalog .card__advantage-text {
        font-size: 1.6rem
    }
}

@media (max-width:1280px) {
    .catalog .card__advantage-text br {
        display: none
    }
}


@media (min-width:768px) and (max-width:1280px) {
    .catalog .card-gallery {
        height: 36rem
    }
}

@media (max-width:767px) {
    .catalog .card-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}


@media (min-width:768px) and (max-width:1280px) {
    .catalog .card-gallery__main {
        width: calc(100% - 10.5rem - 1rem);
        height: auto
    }
}

@media (max-width:767px) {
    .catalog .card-gallery__main {
        width: 100%;
        height: 20rem
    }
}



@media (max-width:1280px) {
    .catalog .card-gallery__thumbs {
        width: 100%;
        height: auto
    }
}

*/
