@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus, :active {
	outline: none;
}

a:focus, a:active {
	outline: none;
}

nav, footer, header, aside {
	display: block;
}

html, body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input, button, textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	font-style: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: 400;
}

.icon-viber {
	background: url("../img/viber.svg");
}
.icon-vodafone {
	background: url("../img/vodafone.svg");
}
.icon-lifecell {
	background: url("../img/lifecell.svg");
}
.icon-visa {
	width: 69px;
	height: 20px;
	background: url("../img/visa.svg");
}
.icon-mastercard {
	width: 34px;
	height: 20px;
	background: url("../img/mastercard.svg");
}
.icon-google-pay {
	width: 53px;
	height: 20px;
	background: url("../img/google-pay.svg");
}
.icon-apple-pay {
	width: 49px;
	height: 20px;
	background: url("../img/apple-pay.svg");
}
.icon-liqpay {
	width: 97px;
	height: 20px;
	background: url("../img/liqpay.svg");
}
.icon-socials {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.icon-socials-facebook {
	background: url("../img/facebook.svg");
}
.icon-socials-instagram {
	background: url("../img/instagram.svg");
}
.icon-socials-youtube {
	background: url("../img/youtube.svg");
}
.icon-socials-skype {
	background: url("../img/skype.svg");
}
.icon-socials-telegram {
	background: url("../img/telegram.svg");
}
.icon-socials-viber {
	background: url("../img/socials-viber.svg");
}
.icon-socials-messenger {
	background: url("../img/messenger.svg");
}
.icon-socials-whatsapp {
	background: url("../img/whatsapp.svg");
}

@media (hover: hover) {
	.icon-socials:hover {
		-webkit-filter: grayscale(0);
		        filter: grayscale(0);
	}
}
.icon {
	display: inline-block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

* {
	font-family: "Rubik", sans-serif;
}

h1, h2, h3, h4 {
	color: #313131;
}

h1, h2 {
	font-size: 40px;
	line-height: 47px;
	font-weight: 500;
}

h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
}

h4 {
	font-size: 26px;
	line-height: 31px;
}

@media (max-width: 767.5px) {
	h1, h2 {
		font-size: 32px;
		line-height: 39px;
	}
	h3 {
		font-size: 26px;
		line-height: 31px;
	}
	h4 {
		font-size: 22px;
		line-height: 26px;
	}
}
@media (max-width: 575.5px) {
	h1, h2 {
		font-size: 25px;
		line-height: 32px;
	}
	h3 {
		font-size: 21px;
		line-height: 25px;
	}
	h4 {
		font-size: 19px;
		line-height: 22px;
	}
}
.content-container {
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px;
}

@media (max-width: 575px) {
	.content-container {
		padding: 0 10px;
	}
}
.header__ad {
	background: #34D186;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-webkit-transition: grid-template-rows 0.2s ease-out;
	transition: grid-template-rows 0.2s ease-out;
	transition: grid-template-rows 0.2s ease-out, -ms-grid-rows 0.2s ease-out;
}
.header__ad .content-container {
	overflow: hidden;
}
.header__ad-container {
	position: relative;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: url("../img/wheel.png") no-repeat;
	background-size: 367px 367px;
	background-position: right 12.21% top -51px;
	overflow: hidden;
}
.header__ad-text-btn {
	position: relative;
	z-index: 2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 42px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.header__ad-text-btn p {
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	color: #FFF;
}
.header__ad-text-btn a {
	display: inline-block;
	padding: 11px 23px 12px 22px;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #FFF;
	border-radius: 8px;
	background: #313131;
}
.header__ad-close {
	position: relative;
	z-index: 2;
	width: 24px;
	height: 24px;
	background: url("../img/close.svg") no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.header__top {
	background: #272727;
}
.header__top-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 9px 0;
}
.header__top-menu-tels-lang {
	width: calc(100% - (3.5% + 119px));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header__top-menu ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.header__top-menu ul li a {
	font-size: 12px;
	line-height: 1;
	color: #FFF;
}
.header__top-tels {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.header__top-tels li a {
	display: inline-block;
	padding-left: 24px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	background: url("../img/tel.svg") no-repeat;
	background-size: 16px 16px;
	background-position: left;
}
.header__top-lang {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.header__top-lang span, .header__top-lang a {
	display: inline-block;
	padding: 6px 11px 6px 10px;
	font-size: 12px;
	line-height: 1;
	color: #FFF;
	font-weight: 500;
	border-radius: 6px;
}
.header__top-lang span {
	background: #34D186;
}
.header__top-cart a {
	position: relative;
	display: inline-block;
	padding-right: 32px;
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
	font-weight: 500;
	background: url("../img/cart.svg") no-repeat;
	background-size: 24px 24px;
	background-position: right;
}
.header__top-cart a span {
	color: #989898;
	font-weight: 400;
}
.header__top-cart a span:before {
	content: "(";
}
.header__top-cart a span:after {
	content: ")";
}
.header__center {
	background: #313131;
}
.header__center-container {
	padding: 20px 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 44px 1fr 44px auto;
	grid-template-columns: auto 1fr auto;
	gap: 44px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
}
.header__center-logo {
	display: inline-block;
}
.header__center-logo img {
	height: 80px;
}
.header__center-search {
	position: relative;
}
.header__center-search input {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 15px 53px 15px 17px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border-radius: 10px;
	background: #464646;
}
.header__center-search button {
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: url("../img/search.svg") no-repeat;
	background-size: 100% 100%;
}
.header__center-account {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 14px 1fr;
	grid-template-columns: auto 1fr;
	gap: 8px 14px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
}
.header__center-account img {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	width: 36px;
	height: 36px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.header__center-account span:nth-child(2) {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	font-weight: 500;
}
.header__center-account span:nth-child(3) {
	font-size: 12px;
	line-height: 14px;
	color: #989898;
}
.header__center-account span:nth-child(3) span {
	text-decoration: underline;
}
.header__bottom {
	background: #FFF;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
	        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
}
.header__bottom-burger {
	display: none;
	padding: 15px 0;
}
.header__bottom-burger button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	width: 35px;
	height: 35px;
	background: transparent;
}
.header__bottom-burger button span {
	display: inline-block;
	height: 5px;
	width: 100%;
	background: #313131;
	border-radius: 5px;
}
.header__bottom-menu {
	position: relative;
}
.header__bottom-menu > ul:nth-child(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header__bottom-menu > ul:nth-child(1) > li > span, .header__bottom-menu > ul:nth-child(1) > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 11px 10px 13px 10px;
	height: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #313131;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
}
.header__bottom-menu-sub {
	position: absolute;
	top: 100%;
	left: auto;
	z-index: 10;
	padding: 0 20px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0 20px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 890px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.18);
	        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.18);
	visibility: hidden;
	-webkit-transition-delay: 0.25s;
	        transition-delay: 0.25s;
}
.header__bottom-menu-sub div {
	width: 270px;
}
.header__bottom-menu-sub div span {
	display: inline-block;
	margin: 20px 0 15px 0;
	font-size: 14px;
	line-height: 18px;
	color: #313131;
	font-weight: 600;
}
.header__bottom-menu-sub div ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.header__bottom-menu-sub div ul li a {
	font-size: 14px;
	line-height: 1;
	color: #313131;
}
.header__bottom-menu-sub_right {
	left: auto;
	right: 0;
}

@media (hover: hover) {
	.header__top-menu ul li a:hover {
		color: #32BB78;
		text-decoration: underline;
	}
	.header__bottom-menu-sub div ul li a:hover {
		opacity: 0.85;
	}
}
@media (min-width: 991.6px) {
	.header__bottom-menu > ul:nth-child(1) > li:hover > span {
		color: #FFF;
		background: #313131;
	}
	.header__bottom-menu > ul:nth-child(1) > li:hover .header__bottom-menu-sub {
		visibility: visible;
	}
}
@media (max-width: 1199.5px) {
	.header__ad-container {
		background-position: right 7% top -51px;
	}
	.header__top-tels li:nth-child(3) {
		display: none;
	}
}
@media (max-width: 1099.5px) {
	.header__ad-container {
		background-size: 300px 300px;
		background-position: right 5% top -41px;
	}
	.header__ad-text-btn {
		gap: 25px;
	}
}
@media (max-width: 1060px) {
	.header__top-tels li:nth-child(2) {
		display: none;
	}
}
@media (max-width: 991.5px) {
	.header__ad {
		display: none;
	}
	.header__top-container {
		position: relative;
		padding: 15px 0;
	}
	.header__top-menu-tels-lang {
		width: auto;
		gap: 0;
	}
	.header__top-menu {
		display: none;
	}
	.header__top-lang {
		position: absolute;
		top: 11px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
	.header__center-container {
		padding: 15px 0;
		gap: 30px;
	}
	.header__center-logo img {
		height: 60px;
	}
	.header__bottom-burger {
		display: block;
	}
	.header__bottom-menu {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: 0fr;
		grid-template-rows: 0fr;
		-webkit-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}
	.header__bottom-menu > ul:nth-child(1) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 8px;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: stretch;
		    -ms-flex-pack: stretch;
		        justify-content: stretch;
		overflow: hidden;
	}
	.header__bottom-menu > ul:nth-child(1) > li {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: 28px 0fr;
		grid-template-rows: 28px 0fr;
		-webkit-transition: grid-template-rows 0.5s ease-out;
		transition: grid-template-rows 0.5s ease-out;
		transition: grid-template-rows 0.5s ease-out, -ms-grid-rows 0.5s ease-out;
	}
	.header__bottom-menu > ul:nth-child(1) > li > span, .header__bottom-menu > ul:nth-child(1) > li > a {
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: stretch;
		    -ms-flex-pack: stretch;
		        justify-content: stretch;
		padding: 5px 0;
		height: auto;
		font-size: 16px;
		line-height: 21px;
		text-align: left;
	}
	.header__bottom-menu > ul:nth-child(1) > li.open {
		-ms-grid-rows: 28px 1fr;
		grid-template-rows: 28px 1fr;
	}
	.header__bottom-menu > ul:nth-child(1) > li.open .header__bottom-menu-sub {
		visibility: visible;
		margin-top: 0;
		padding: 0 15px 15px 15px;
		border-top-color: #313131;
	}
	.header__bottom-menu_open {
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		padding-bottom: 15px;
	}
	.header__bottom-menu-sub {
		position: static;
		width: auto;
		padding: 0 15px;
		margin-top: -6px;
		display: block;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border-top: 1px solid rgba(0, 0, 0, 0);
		-webkit-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
		overflow: hidden;
	}
	.header__bottom-menu-sub div {
		width: auto;
	}
	.header__bottom-menu-sub div span {
		margin: 15px 0 11px 0;
		font-size: 16px;
		line-height: 21px;
	}
	.header__bottom-menu-sub div ul {
		gap: 8px;
	}
	.header__bottom-menu-sub div ul li a {
		font-size: 16px;
		line-height: 19px;
	}
}
@media (max-width: 767.5px) {
	.header__center-container {
		padding: 15px 0;
		-ms-grid-columns: auto 0 1fr;
		grid-template-columns: auto 1fr;
		gap: 15px 0;
	}
	.header__center-logo img {
		height: 50px;
	}
	.header__center-search {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	.header__center-account {
		-ms-grid-column-align: right;
		    justify-self: right;
	}
	.header__bottom-burger {
		padding: 10px 0;
	}
}
@media (max-width: 575.5px) {
	.header__top-tels li a {
		padding-left: 21px;
	}
	.header__top-lang {
		top: 13px;
	}
	.header__top-lang span, .header__top-lang a {
		padding: 4px 6px 4px 6px;
	}
	.header__top-cart a {
		padding-right: 28px;
	}
	.header__center-search input {
		padding: 10px 40px 10px 11px;
	}
	.header__center-search button {
		right: 10px;
		top: 10px;
	}
}
.p_18-21 {
	font-size: 18px;
	line-height: 21px;
}

@media (max-width: 767.5px) {
	.p_18-21 {
		font-size: 17px;
		line-height: 19px;
	}
}
@media (max-width: 575.5px) {
	.p_18-21 {
		font-size: 16px;
		line-height: 18px;
	}
}
.car-choice {
	position: relative;
	z-index: 5;
}
.car-choice__container {
	padding: 70px 0;
}
.car-choice__container > p {
	margin: 16px 0 50px 0;
	color: #313131;
}
.car-choice__container_tabs2-only {
	padding: 0 0 70px 0;
}
.car-choice__container_tabs2-only .car-choice__tabs2 {
	padding: 0;
}
.car-choice__tabs1-btns {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 11px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.car-choice__tabs1-btns button {
	width: 256px;
	padding: 15px 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 12px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 10px;
	background: #F4F4F4;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.car-choice__tabs1-btns button svg {
	width: 20px;
	height: 20px;
}
.car-choice__tabs1-btns button svg path {
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.car-choice__tabs1-btns button span {
	font-size: 16px;
	line-height: 19px;
	color: #313131;
	font-weight: 500;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.car-choice__tabs1-btns button:nth-child(1) svg path {
	fill: #313131;
}
.car-choice__tabs1-btns button:nth-child(2) svg path,
.car-choice__tabs1-btns button:nth-child(3) svg path {
	stroke: #313131;
}
.car-choice__tabs1-btns button.active,
.car-choice__tabs1-btns button:hover {
	background: #34D186;
}
.car-choice__tabs1-btns button.active span,
.car-choice__tabs1-btns button:hover span {
	color: #FFF;
}
.car-choice__tabs1-btns button:nth-child(1).active svg path,
.car-choice__tabs1-btns button:nth-child(1):hover svg path {
	fill: #FFFFFF;
}
.car-choice__tabs1-btns button:nth-child(2).active svg path,
.car-choice__tabs1-btns button:nth-child(2):hover svg path,
.car-choice__tabs1-btns button:nth-child(3).active svg path,
.car-choice__tabs1-btns button:nth-child(3):hover svg path {
	stroke: #FFFFFF;
}
.car-choice__tabs1-content {
	display: none;
}
.car-choice__tabs1-content.open {
	display: block;
}
.car-choice__tabs2 {
	padding: 10px 0 0 0;
}
.car-choice__tabs2-btns {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.car-choice__tabs2-btns button {
	position: relative;
	width: 190px;
	padding: 15px 44px 15px 20px;
	font-size: 16px;
	line-height: 19px;
	color: #FFF;
	font-weight: 500;
	text-align: left;
	border-radius: 10px;
	background: #313131;
}
.car-choice__tabs2-btns button:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 16px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/arrow_white.svg") no-repeat;
	background-size: 100% 100%;
}
.car-choice__tabs2-btns button:disabled {
	color: #989898;
	background: #F4F4F4;
	cursor: not-allowed;
}
.car-choice__tabs2-btns button:disabled:after {
	background: url("../img/arrow_grey.svg") no-repeat;
	background-size: 100% 100%;
}
.car-choice__tabs2-content {
	margin-top: 10px;
	-webkit-filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.14));
	        filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.14));
	background: #F4F4F4;
}
.car-choice__tabs2-content button {
	padding: 13px 20px 20px 21px;
	font-size: 14px;
	line-height: 20px;
	color: #313131;
	text-align: left;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	background: #fff;
}
.car-choice__tabs2-content button:hover {
	color: #34D186;
	text-decoration: underline;
	background: #F4F4F4;
}
.car-choice__tabs2-content button:disabled {
	color: #DCDCDC;
	text-decoration: none;
	background: #F4F4F4;
	cursor: not-allowed;
}
.car-choice__tabs2-content_table6 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 0;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.car-choice__tabs2-content_engine div {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
	gap: 0;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.car-choice__tabs2-content_engine div p {
	padding: 13px 20px 20px 21px;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	font-size: 14px;
	line-height: 20px;
	color: #313131;
	background: #fff;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	cursor: not-allowed;
}
.car-choice__tabs2-content_mod {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.car-choice__tabs2-content_mod button {
	position: relative;
}
.car-choice__tabs2-content_mod button p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.car-choice__tabs2-content_mod button span {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.car-choice__tabs2-content_mod button div {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	padding: 13px 20px 20px 21px;
	background: #F4F4F4;
}
.car-choice__tabs2-content_mod button:hover {
	text-decoration: none;
}
.car-choice__v-n {
	padding: 20px 0 0 0;
}
.car-choice__v-n p {
	display: inline-block;
	margin-right: 30px;
	color: #313131;
}
.car-choice__v-n-input {
	display: -ms-inline-grid;
	display: inline-grid;
	-ms-grid-columns: 1fr 0 auto;
	grid-template-columns: 1fr auto;
	gap: 0;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
	width: 100%;
	max-width: 376px;
}
.car-choice__v-n-input input {
	width: 100%;
	padding: 15px 17px;
	font-size: 16px;
	line-height: 20px;
	color: #313131;
	text-align: center;
	border-radius: 10px 0 0 10px;
	background: #F4F4F4;
}
.car-choice__v-n-input button {
	padding: 15px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	border-radius: 0 10px 10px 0;
	background: #34D186;
}

@media (hover: hover) {
	.car-choice__tabs2-content_mod button:hover div {
		display: block;
	}
}
@media (max-width: 1020px) {
	.car-choice__container {
		padding: 50px 0;
	}
	.car-choice__container > p {
		margin: 14px 0 40px 0;
	}
	.car-choice__container_tabs2-only {
		padding: 0 0 50px 0;
	}
	.car-choice__container_tabs2-only .car-choice__tabs2 {
		padding: 0;
	}
	.car-choice__tabs1-btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.car-choice__tabs2 {
		padding: 25px 0 0 0;
	}
	.car-choice__tabs2-btns {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.car-choice__tabs2-content_engine div p {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
		grid-column: 1/-1;
	}
	.car-choice__v-n {
		text-align: center;
	}
	.car-choice__v-n p {
		display: block;
		margin: 0 0 10px 0;
	}
}
@media (max-width: 767.5px) {
	.car-choice__container {
		padding: 40px 0;
	}
	.car-choice__container > p {
		margin: 12px 0 30px 0;
	}
	.car-choice__container_tabs2-only {
		padding: 0 0 40px 0;
	}
}
@media (max-width: 575.5px) {
	.car-choice__container {
		padding: 30px 0;
	}
	.car-choice__container > p {
		margin: 10px 0 25px 0;
	}
	.car-choice__container_tabs2-only {
		padding: 0 0 30px 0;
	}
	.car-choice__tabs1-btns button {
		width: auto;
	}
	.car-choice__tabs2-btns button {
		width: auto;
	}
	.car-choice__tabs2-content_table6 {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.car-choice__tabs2-content_mod {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}
.swiper-fullwidth {
	height: 496px;
}
.swiper-fullwidth .owl-stage-outer,
.swiper-fullwidth .owl-stage,
.swiper-fullwidth .owl-item {
	height: 100%;
}
.swiper-fullwidth__slide {
	position: relative;
	height: 100%;
}
.swiper-fullwidth__slide-container {
	position: relative;
	z-index: 2;
	max-width: 1178px;
	padding: 0 80px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 28px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.swiper-fullwidth__slide-container p span {
	color: #34D186;
}
.swiper-fullwidth__image {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.swiper-fullwidth__image img {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.swiper-fullwidth__image:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.swiper-fullwidth__title {
	max-width: 750px;
	font-size: 60px;
	line-height: 71px;
	color: #FFF;
	font-weight: 500;
}
.swiper-fullwidth__text {
	max-width: 750px;
	font-size: 30px;
	line-height: 36px;
	color: #FFF;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	z-index: 2;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	padding: 15px;
	margin: 0;
	border-radius: 100px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.owl-carousel .owl-nav button.owl-prev img,
.owl-carousel .owl-nav button.owl-next img {
	width: 20px;
	height: 20px;
}
.owl-carousel .owl-nav button.disabled {
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.5) !important;
}
.owl-carousel .owl-nav button.owl-prev {
	left: calc((100% - 1280px) / 2);
}
.owl-carousel .owl-nav button.owl-next {
	right: calc((100% - 1280px) / 2);
}
.owl-carousel .owl-nav button.owl-next img {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.owl-carousel .owl-nav [class*=owl-]:hover {
	background: rgba(52, 209, 134, 0.7);
}

@media (max-width: 1310px) {
	.owl-carousel .owl-nav button.owl-prev {
		left: 15px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 15px;
	}
}
@media (max-width: 991px) {
	.swiper-fullwidth {
		height: 400px;
	}
	.swiper-fullwidth__slide-container {
		gap: 22px;
	}
	.swiper-fullwidth__title {
		max-width: 650px;
		font-size: 50px;
		line-height: 60px;
	}
	.swiper-fullwidth__text {
		max-width: 650px;
		font-size: 26px;
		line-height: 31px;
	}
}
@media (max-width: 767.5px) {
	.swiper-fullwidth {
		height: 300px;
	}
	.swiper-fullwidth__slide-container {
		gap: 16px;
	}
	.swiper-fullwidth__title {
		max-width: 470px;
		font-size: 36px;
		line-height: 43px;
	}
	.swiper-fullwidth__text {
		max-width: 470px;
		font-size: 20px;
		line-height: 24px;
	}
}
@media (max-width: 575px) {
	.swiper-fullwidth__slide-container {
		gap: 12px;
		margin: 0;
		padding: 10px 30px 60px 30px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.swiper-fullwidth__title {
		max-width: 370px;
		font-size: 29px;
		line-height: 37px;
	}
	.swiper-fullwidth__text {
		max-width: 370px;
		font-size: 17px;
		line-height: 21px;
	}
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		top: calc(100% - 50px - 10px);
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: 10px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 10px;
	}
}
.h2_pt75-pb50 {
	padding-top: 75px;
	padding-bottom: 50px;
}

@media (max-width: 991.5px) {
	.h2_pt75-pb50 {
		padding-top: 54px;
		padding-bottom: 40px;
	}
}
@media (max-width: 767.5px) {
	.h2_pt75-pb50 {
		padding-top: 43px;
		padding-bottom: 30px;
	}
}
@media (max-width: 575.5px) {
	.h2_pt75-pb50 {
		padding-top: 32px;
		padding-bottom: 20px;
	}
}
.category-cards-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 25px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.category-cards-grid a {
	position: relative;
	display: inline-block;
	height: 300px;
	border-radius: 16px;
	overflow: hidden;
}
.category-cards-grid a img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.category-cards-grid a p {
	position: absolute;
	z-index: 4;
	bottom: 36px;
	left: 50%;
	width: calc(100% - 50px);
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.category-cards-grid a:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: inline-block;
	height: 46%;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.category-cards-grid a:before {
	content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	display: inline-block;
	height: 100%;
	width: 100%;
	background: url("../img/category-card-hover-arrow.svg") no-repeat, -webkit-gradient(linear, left bottom, left top, from(rgba(52, 209, 134, 0.7)), to(rgba(52, 209, 134, 0.7)));
	background: url("../img/category-card-hover-arrow.svg") no-repeat, linear-gradient(0deg, rgba(52, 209, 134, 0.7) 0%, rgba(52, 209, 134, 0.7) 100%);
	background-size: 100px 100px, 100% 100%;
	background-position: top 76px center, center;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.category-cards-grid a:hover p {
		text-decoration-color: #FFF;
	}
	.category-cards-grid a:hover:before {
		opacity: 1;
	}
}
@media (max-width: 490px) {
	.category-cards-grid {
		grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
		gap: 10px;
	}
	.category-cards-grid a {
		height: 236px;
	}
	.category-cards-grid a p {
		bottom: 25px;
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width: 360px) {
	.category-cards-grid {
		-ms-grid-columns: 236px;
		grid-template-columns: 236px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 15px;
	}
	.h2_mw360-center {
		text-align: center;
	}
}
.pt-pb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 991.5px) {
	.pt-pb-80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media (max-width: 767.5px) {
	.pt-pb-80 {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}
@media (max-width: 575.5px) {
	.pt-pb-80 {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
.pt-80_pb-70 {
	padding-top: 80px;
	padding-bottom: 70px;
}

@media (max-width: 991.5px) {
	.pt-80_pb-70 {
		padding-top: 60px;
		padding-bottom: 55px;
	}
}
@media (max-width: 767.5px) {
	.pt-80_pb-70 {
		padding-top: 48px;
		padding-bottom: 43px;
	}
}
@media (max-width: 575.5px) {
	.pt-80_pb-70 {
		padding-top: 35px;
		padding-bottom: 30px;
	}
}
.contact-us__container {
	position: relative;
	padding: 39px 48px 46px 48px;
	border-radius: 16px;
	background: radial-gradient(822.23% 104.73% at 69.34% 0%, #5EF8AE 0%, #32BB78 100%);
}
.contact-us__container h2, .contact-us__container p, .contact-us__container a {
	position: relative;
	z-index: 2;
}
.contact-us__container h2, .contact-us__container p {
	max-width: 39.7%;
	color: #FFF;
}
.contact-us__container p {
	margin: 14px 0 36px 0;
	color: #FFF;
}
.contact-us__container a {
	display: inline-block;
	width: 280px;
	padding: 15px 25px 16px 25px;
	font-size: 16px;
	line-height: 19px;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	border-radius: 10px;
	background: #313131;
}
.contact-us__container img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 62.5%;
	pointer-events: none;
}

@media (max-width: 991.5px) {
	.contact-us__container {
		padding: 30px 40px 35px 40px;
	}
	.contact-us__container h2 {
		max-width: 65%;
		min-width: 465px;
	}
	.contact-us__container p {
		margin: 12px 0 28px 0;
		max-width: 45%;
	}
	.contact-us__container img {
		width: 55%;
	}
}
@media (max-width: 767.5px) {
	.contact-us__container {
		padding: 20px 20px 0px 20px;
		text-align: center;
	}
	.contact-us__container h2 {
		margin: 0 auto;
		min-width: auto;
		max-width: 440px;
	}
	.contact-us__container p {
		max-width: none;
		margin: 10px 0 20px 0;
	}
	.contact-us__container img {
		position: relative;
		display: block;
		margin: 20px auto 0 auto;
		width: 400px;
	}
}
@media (max-width: 575.5px) {
	.contact-us__container {
		padding: 20px 15px 0px 15px;
	}
	.contact-us__container h2 {
		max-width: 400px;
	}
	.contact-us__container a {
		width: auto;
	}
	.contact-us__container img {
		width: 100%;
		max-width: 300px;
		margin: 15px auto 0 auto;
	}
}
.bg_F4F4F4 {
	background: #F4F4F4;
}

.pb-78 {
	padding-bottom: 78px;
}

@media (max-width: 991.5px) {
	.pb-78 {
		padding-bottom: 59px;
	}
}
@media (max-width: 767.5px) {
	.pb-78 {
		padding-bottom: 47px;
	}
}
@media (max-width: 575.5px) {
	.pb-78 {
		padding-bottom: 34px;
	}
}
.pb-113 {
	padding-bottom: 113px;
}

@media (max-width: 991.5px) {
	.pb-113 {
		padding-bottom: 80px;
	}
}
@media (max-width: 767.5px) {
	.pb-113 {
		padding-bottom: 60px;
	}
}
@media (max-width: 575.5px) {
	.pb-113 {
		padding-bottom: 40px;
	}
}
.pb-50 {
	padding-bottom: 50px;
}

@media (max-width: 991.5px) {
	.pb-50 {
		padding-bottom: 40px;
	}
}
@media (max-width: 767.5px) {
	.pb-50 {
		padding-bottom: 30px;
	}
}
@media (max-width: 575.5px) {
	.pb-50 {
		padding-bottom: 20px;
	}
}
.pb-70 {
	padding-bottom: 70px;
}

@media (max-width: 991.5px) {
	.pb-70 {
		padding-bottom: 55px;
	}
}
@media (max-width: 767.5px) {
	.pb-70 {
		padding-bottom: 43px;
	}
}
@media (max-width: 575.5px) {
	.pb-70 {
		padding-bottom: 30px;
	}
}
.pt-70 {
	padding-top: 70px;
}

@media (max-width: 991.5px) {
	.pt-70 {
		padding-top: 55px;
	}
}
@media (max-width: 767.5px) {
	.pt-70 {
		padding-top: 43px;
	}
}
@media (max-width: 575.5px) {
	.pt-70 {
		padding-top: 30px;
	}
}
.pb-90 {
	padding-bottom: 90px;
}

@media (max-width: 991.5px) {
	.pb-90 {
		padding-bottom: 65px;
	}
}
@media (max-width: 767.5px) {
	.pb-90 {
		padding-bottom: 50px;
	}
}
@media (max-width: 575.5px) {
	.pb-90 {
		padding-bottom: 40px;
	}
}
.car-parts-cards-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 25px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}

@media (max-width: 510px) {
	.car-parts-cards-grid {
		-ms-grid-columns: 260px;
		grid-template-columns: 260px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 0;
	}
	.h2_mw510-center {
		text-align: center;
	}
}
.car-parts-card {
	position: relative;
	height: 90px;
	padding: 0 35px 0 19px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border-radius: 12px;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.car-parts-card img {
	width: 40px;
	height: 40px;
	-o-object-fit: contain;
	   object-fit: contain;
}
.car-parts-card__txt-container {
	color: #313131;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.car-parts-card__text {
	font-size: 14px;
	line-height: 22px;
}
.car-parts-card__car-name {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}
.car-parts-card:after {
	content: "";
	position: absolute;
	top: 35px;
	right: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/arrow_grey.svg") no-repeat;
	background-size: 100% 100%;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

@media (hover: hover) {
	.car-parts-card:hover {
		background: #FFF;
		-webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
		        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
	}
	.car-parts-card:hover .car-parts-card__txt-container {
		color: #34D186;
		text-decoration-color: #34D186;
	}
}
.car-model-link {
	position: relative;
	height: 80px;
	padding: 0 35px 0 17px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 18px;
	line-height: 24px;
	color: #313131;
	text-decoration: underline;
	text-decoration-color: transparent;
	border-radius: 12px;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.car-model-link:after {
	content: "";
	position: absolute;
	top: 30px;
	right: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/arrow_grey.svg") no-repeat;
	background-size: 100% 100%;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

@media (hover: hover) {
	.car-model-link:hover {
		color: #34D186;
		text-decoration-color: #34D186;
		background: #FFF;
		-webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
		        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
	}
}
.helpful-info-cards-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
	gap: 27px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}

@media (max-width: 1150px) {
	.helpful-info-cards-grid {
		-ms-grid-columns: 340px 340px;
		grid-template-columns: 340px 340px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.h2_helpful-center {
		text-align: center;
	}
}
@media (max-width: 767.5px) {
	.helpful-info-cards-grid {
		grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
		gap: 20px;
	}
	.h2_helpful-center {
		text-align: left;
	}
}
@media (max-width: 575.5px) {
	.helpful-info-cards-grid {
		-ms-grid-columns: 200px 15px 200px;
		grid-template-columns: 200px 200px;
		gap: 15px;
	}
	.h2_helpful-center {
		text-align: center;
	}
}
@media (max-width: 440px) {
	.helpful-info-cards-grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 10px;
	}
	.h2_helpful-center {
		text-align: left;
	}
}
@media (max-width: 360px) {
	.helpful-info-cards-grid {
		-ms-grid-columns: 200px;
		grid-template-columns: 200px;
		gap: 15px;
	}
	.h2_helpful-center {
		text-align: center;
	}
}
.helpful-info-card {
	position: relative;
	padding: 244px 41px 42px 41px;
	background: url("../img/helpful-info_shadow.svg") no-repeat, #32BB78;
	background-position: top 265px right 30px, center;
	border-radius: 16px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	overflow: hidden;
}
.helpful-info-card:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: -94px;
	right: -195px;
	display: inline-block;
	width: 390px;
	height: 390px;
	border-radius: 390px;
	background: #5EF8AE;
	-webkit-filter: blur(100px);
	        filter: blur(100px);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.helpful-info-card:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -149px;
	left: -95px;
	display: inline-block;
	width: 386px;
	height: 386px;
	border-radius: 386px;
	background: #2A9461;
	-webkit-filter: blur(150px);
	        filter: blur(150px);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.helpful-info-card__image {
	position: absolute;
	z-index: 2;
	pointer-events: none;
}
.helpful-info-card__image_1 {
	top: 64px;
	right: 28px;
	width: 189px;
	height: 148px;
}
.helpful-info-card__image_2 {
	top: 40px;
	right: -10px;
	width: 285.173px;
	height: 177.98px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.helpful-info-card__image_3 {
	top: 45px;
	right: 25px;
	width: 192px;
	height: 170px;
}
.helpful-info-card__image_4 {
	top: 43px;
	right: 34px;
	width: 195px;
	height: 189px;
}
.helpful-info-card svg, .helpful-info-card__title, .helpful-info-card__text {
	position: relative;
	z-index: 2;
}
.helpful-info-card svg {
	width: 70px;
	height: 70px;
}
.helpful-info-card__title {
	margin: 24px 0 12px;
	font-size: 30px;
	line-height: 36px;
	color: #FFF;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.helpful-info-card__text {
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
}

@media (hover: hover) {
	.helpful-info-card:hover {
		background: url("../img/helpful-info_shadow.svg") no-repeat, #313131;
		background-position: top 265px right 30px, center;
	}
	.helpful-info-card:hover:before {
		background: #696969;
	}
	.helpful-info-card:hover:after {
		background: #434343;
	}
	.helpful-info-card:hover .helpful-info-card__title {
		color: #34D186;
		text-decoration-color: #34D186;
	}
}
@media (max-width: 767.5px) {
	.helpful-info-card {
		padding: 244px 20px 21px 20px;
	}
	.helpful-info-card__title {
		font-size: 26px;
		line-height: 31px;
	}
	.helpful-info-card__text {
		font-size: 17px;
		line-height: 22px;
	}
}
@media (max-width: 575.5px) {
	.helpful-info-card {
		padding: 150px 15px 16px 15px;
		background-position: top 155px right -10px, center;
	}
	.helpful-info-card:before, .helpful-info-card:after {
		-webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
	.helpful-info-card:before {
		top: -150px;
		right: -350px;
	}
	.helpful-info-card:after {
		bottom: -150px;
		left: -150px;
	}
	.helpful-info-card__image {
		-webkit-transform: scale(0.6);
		        transform: scale(0.6);
	}
	.helpful-info-card__image_1 {
		top: 0;
		right: -10px;
	}
	.helpful-info-card__image_2 {
		top: -10px;
		right: -60px;
		-webkit-transform: scale(0.6) rotate(45deg);
		        transform: scale(0.6) rotate(45deg);
	}
	.helpful-info-card__image_3 {
		top: -8px;
		right: -15px;
	}
	.helpful-info-card__image_4 {
		top: -13px;
		right: -15px;
	}
	.helpful-info-card svg {
		width: 50px;
		height: 50px;
	}
	.helpful-info-card__title {
		margin: 16px 0 8px;
		font-size: 22px;
		line-height: 26px;
	}
	.helpful-info-card__text {
		font-size: 16px;
		line-height: 20px;
	}
}
.text p, .text li {
	font-size: 14px;
	line-height: 22px;
}
.text ol li {
	list-style-position: inside;
}
.text ul li:before {
	content: "· ";
	font-weight: 700;
}
.text a {
	color: #34D186;
}
.text .links_separator a:after {
	content: "|";
	padding-left: 4px;
}
.text .links_separator a:last-child:after {
	content: "";
	padding-left: 0;
}
.text .links_clr989898 a {
	color: #989898;
}
.text_clr696969 {
	color: #696969;
}
.text_clr696969 h3, .text_clr696969 h4 {
	color: #696969;
}

@media (hover: hover) {
	.text a:hover {
		text-decoration: underline;
	}
}
@media (max-width: 575.5px) {
	.text p, .text li {
		font-size: 13px;
		line-height: 20px;
	}
	.text .links_separator a:after {
		padding-left: 3px;
	}
}
.breadcrumb {
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.breadcrumb li {
	font-size: 14px;
	line-height: 20px;
	color: #696969;
	font-weight: 300;
}
.breadcrumb li:after {
	content: "/";
	display: inline-block;
	padding: 0 3.56px;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	color: inherit;
	text-decoration-line: underline;
}

@media (max-width: 1020px) {
	.breadcrumb {
		padding: 30px 0;
	}
}
@media (max-width: 767.5px) {
	.breadcrumb {
		padding: 25px 0;
	}
}
@media (max-width: 575.5px) {
	.breadcrumb {
		padding: 25px 0 20px 0;
	}
}
.car-models-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 27px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.car-models-grid a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	min-height: 220px;
	padding-top: 18px;
	border-radius: 16px;
	background: #FFF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.car-models-grid a img {
	width: 190px;
	height: 130px;
	-o-object-fit: contain;
	   object-fit: contain;
}
.car-models-grid a span {
	display: block;
	padding: 0 15px 15px 15px;
	font-size: 18px;
	line-height: 24px;
	color: #383F41;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.car-models-grid a:hover {
		-webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
		        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
	}
	.car-models-grid a:hover span {
		color: #34D186;
		text-decoration-color: #34D186;
	}
}
@media (max-width: 575.5px) {
	.car-models-grid {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-grid-columns: 165px 15px 165px;
		grid-template-columns: 165px 165px;
		gap: 15px;
	}
	.car-models-grid a {
		min-height: 170px;
	}
	.car-models-grid a img {
		width: 133px;
		height: 91px;
	}
	.h2_mw575-center {
		text-align: center;
	}
}
@media (max-width: 366px) {
	.car-models-grid {
		-ms-grid-columns: 200px;
		grid-template-columns: 200px;
	}
}
.search-art {
	padding-bottom: 80px;
}
.search-art__grid {
	margin-top: 50px;
}
.search-art__grid-row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 16.774% 0 18.145% 0 1fr 0 auto;
	grid-template-columns: 16.774% 18.145% 1fr auto;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	justify-items: start;
	padding: 7px 22px 6px 18px;
	border-bottom: 1px solid #DCDCDC;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.search-art__grid-row p {
	display: none;
}
.search-art__grid-row p, .search-art__grid-row a {
	font-size: 14px;
	line-height: 17px;
	color: #313131;
}
.search-art__grid-row a {
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.search-art__grid-row div:last-child a {
	display: inline-block;
	padding: 9px 12px 10px 12px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	background: #34D186;
}
.search-art__grid-row_title {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 16.774% 0 18.145% 0 1fr;
	grid-template-columns: 16.774% 18.145% 1fr;
	gap: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	padding: 16px 22px 17px 18px;
	border-radius: 16px 16px 0px 0px;
	background: #313131;
}
.search-art__grid-row_title p {
	display: block;
	color: #FFF;
	text-transform: uppercase;
}

@media (hover: hover) {
	.search-art__grid-row:hover {
		background: #F4F4F4;
	}
	.search-art__grid-row_title:hover {
		background: #313131;
	}
	.search-art__grid-row a:hover {
		color: #34D186;
		text-decoration-color: #34D186;
	}
	.search-art__grid-row div:last-child a:hover {
		color: #fff;
		background: #313131;
	}
}
@media (max-width: 991.5px) {
	.search-art {
		padding-bottom: 60px;
	}
	.search-art__grid {
		margin-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 20px;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: stretch;
		    -ms-flex-pack: stretch;
		        justify-content: stretch;
	}
	.search-art__grid-row {
		padding: 0px;
		justify-items: stretch;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		border: 1px solid #DCDCDC;
	}
	.search-art__grid-row p {
		display: block;
	}
	.search-art__grid-row p, .search-art__grid-row a {
		font-size: 16px;
		line-height: 19px;
	}
	.search-art__grid-row div {
		padding: 14.1px 18px 14.1px 18px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: auto 20px 1fr;
		grid-template-columns: auto 1fr;
		gap: 20px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
		-webkit-box-pack: left;
		    -ms-flex-pack: left;
		        justify-content: left;
		border-bottom: 1px solid #DCDCDC;
	}
	.search-art__grid-row div a {
		text-align: right;
		-ms-grid-column-align: end;
		    justify-self: end;
		text-decoration-color: #313131;
	}
	.search-art__grid-row div:last-child {
		border-bottom: 0px;
		padding: 5px 18px 5px 18px;
	}
	.search-art__grid-row div:last-child p {
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
	}
	.search-art__grid-row_title {
		display: none;
	}
}
@media (max-width: 767.5px) {
	.search-art {
		padding-bottom: 50px;
	}
	.search-art__grid {
		margin-top: 30px;
	}
}
@media (max-width: 575.5px) {
	.search-art {
		padding-bottom: 35px;
	}
	.search-art__grid {
		margin-top: 20px;
	}
	.search-art__grid-row div, .search-art__grid-row div:last-child {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.search-art-brand {
	padding-bottom: 80px;
}
.search-art-brand h3 {
	margin: 50px 0 30px 0;
	font-size: 36px;
	line-height: 43px;
}
.search-art-brand .content-container > :last-child {
	margin-bottom: 0;
}
.search-art-brand__item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(490px, 42.96875%) 0 1fr;
	grid-template-columns: minmax(490px, 42.96875%) 1fr;
	gap: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	margin-bottom: 20px;
	border-radius: 16px;
	background: #FFF;
	border: 1px solid #DCDCDC;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.search-art-brand__item-left {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 200px 30px 1fr;
	grid-template-columns: 200px 1fr;
	gap: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	min-height: 320px;
	padding: 20px 35px 20px 35px;
}
.search-art-brand__item-left img {
	width: 100%;
	height: 200px;
	-o-object-fit: contain;
	   object-fit: contain;
}
.search-art-brand__item-left div a {
	font-size: 16px;
	line-height: 22px;
	color: #313131;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.search-art-brand__item-left div ul {
	margin-top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.search-art-brand__item-left div ul li {
	font-size: 14px;
	line-height: 20px;
	color: #696969;
	font-weight: 300;
}
.search-art-brand__item-left div ul li span {
	color: #313131;
}
.search-art-brand__item-right {
	border-left: 1px solid #DCDCDC;
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}
.search-art-brand__item-right div {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 26.02% 0 28.655% 0 1fr 0 auto;
	grid-template-columns: 26.02% 28.655% 1fr auto;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	padding: 7px 20px 6px 25px;
	border-bottom: 1px solid #DCDCDC;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.search-art-brand__item-right div p, .search-art-brand__item-right div a {
	font-size: 14px;
	line-height: 17px;
	color: #313131;
}
.search-art-brand__item-right div p {
	padding-right: 10px;
}
.search-art-brand__item-right div a {
	display: inline-block;
	padding: 9px 9px 10px 10px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	background: #34D186;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.search-art-brand__item-right > :first-child {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 26.02% 0 28.655% 0 1fr;
	grid-template-columns: 26.02% 28.655% 1fr;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	min-height: 50px;
	background: #313131;
	border-bottom: 0;
}
.search-art-brand__item-right > :first-child p {
	color: #FFF;
	text-transform: uppercase;
}
.search-art-brand__item-right div.search-art-brand__item-right-load {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
	height: 68px;
	border-bottom: 0;
}
.search-art-brand__item-right div.search-art-brand__item-right-load button {
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
	color: #34D186;
	text-decoration: underline;
	text-decoration-color: transparent;
	background: transparent;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.search-art-brand__item-right div.search-art-brand__item-right-none {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
	min-height: 268px;
	border-bottom: 0;
}
.search-art-brand__item-right div.search-art-brand__item-right-none button {
	width: 260px;
	padding: 15px 20px 16px 20px;
	font-size: 16px;
	line-height: 19px;
	color: #313131;
	font-weight: 500;
	border-radius: 10px;
	background: #F4F4F4;
}

@media (hover: hover) {
	.search-art-brand__item:hover {
		-webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
		        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
	}
	.search-art-brand__item-left div a:hover {
		color: #34D186;
		text-decoration-color: #34D186;
	}
	.search-art-brand__item-right div a:hover {
		color: #fff;
		background: #313131;
	}
	.search-art-brand__item-right div:hover {
		background: #F4F4F4;
	}
	.search-art-brand__item-right > :first-child:hover {
		background: #313131;
	}
	.search-art-brand__item-right div.search-art-brand__item-right-load:hover {
		background: transparent;
	}
	.search-art-brand__item-right div.search-art-brand__item-right-load button:hover {
		text-decoration-color: #34D186;
	}
	.search-art-brand__item-right div.search-art-brand__item-right-none:hover {
		background: transparent;
	}
}
@media (max-width: 991.5px) {
	.search-art-brand {
		padding-bottom: 60px;
	}
	.search-art-brand h3 {
		margin: 40px 0 25px 0;
		font-size: 30px;
		line-height: 36px;
	}
	.search-art-brand__item {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.search-art-brand__item-left {
		min-height: 240px;
	}
	.search-art-brand__item-right div.search-art-brand__item-right-load button {
		text-decoration-color: #34D186;
	}
	.search-art-brand__item-right div.search-art-brand__item-right-none {
		min-height: 90px;
	}
}
@media (max-width: 767.5px) {
	.search-art-brand {
		padding-bottom: 48px;
	}
	.search-art-brand h3 {
		margin: 30px 0 20px 0;
		font-size: 26px;
		line-height: 31px;
	}
}
@media (max-width: 575.5px) {
	.search-art-brand {
		padding-bottom: 35px;
	}
	.search-art-brand h3 {
		margin: 20px 0 15px 0;
		font-size: 21px;
		line-height: 25px;
	}
	.search-art-brand__item-left {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		padding: 30px 15px 15px 15px;
	}
	.search-art-brand__item-left img {
		width: 175px;
		height: 175px;
		margin: 0 auto;
	}
	.search-art-brand__item-left div ul {
		margin-top: 10px;
	}
	.search-art-brand__item-right div {
		padding: 7px 15px 6px 15px;
		-ms-grid-columns: minmax(95px, 30%) 1fr auto;
		grid-template-columns: minmax(95px, 30%) 1fr auto;
	}
	.search-art-brand__item-right div p:nth-child(2) {
		display: none;
	}
	.search-art-brand__item-right div p {
		padding-right: 6px;
	}
	.search-art-brand__item-right > :first-child {
		-ms-grid-columns: minmax(95px, 30%) 1fr;
		grid-template-columns: minmax(95px, 30%) 1fr;
	}
	.search-art-brand__item-right div.search-art-brand__item-right-load {
		height: 50px;
	}
	.search-art-brand__item-right div.search-art-brand__item-right-none {
		min-height: 80px;
	}
}
.titles-category-сards h2, .titles-category-сards h4 {
	margin-bottom: 50px;
}
.titles-category-сards h3 {
	margin-bottom: 30px;
}
.titles-category-сards .category-cards-grid {
	margin-bottom: 70px;
}
.titles-category-сards .content-container > :last-child {
	margin-bottom: 0;
}

@media (max-width: 991.5px) {
	.titles-category-сards h2, .titles-category-сards h4 {
		margin-bottom: 40px;
	}
	.titles-category-сards h3 {
		margin-bottom: 25px;
	}
	.titles-category-сards .category-cards-grid {
		margin-bottom: 55px;
	}
}
@media (max-width: 767.5px) {
	.titles-category-сards h2, .titles-category-сards h4 {
		margin-bottom: 30px;
	}
	.titles-category-сards h3 {
		margin-bottom: 20px;
	}
	.titles-category-сards .category-cards-grid {
		margin-bottom: 43px;
	}
}
@media (max-width: 575.5px) {
	.titles-category-сards h2, .titles-category-сards h4 {
		margin-bottom: 20px;
	}
	.titles-category-сards h3 {
		margin-bottom: 15px;
	}
	.titles-category-сards .category-cards-grid {
		margin-bottom: 30px;
	}
}
@media (max-width: 360px) {
	.titles-category-сards h2, .titles-category-сards h3, .titles-category-сards h4 {
		text-align: center;
	}
}
.car-part-for-models {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 27px 1fr 27px 1fr 27px 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 27px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.car-part-for-models__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.car-part-for-models__group p {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 24px;
	color: #313131;
	font-weight: 500;
}
.car-part-for-models__group a {
	font-size: 14px;
	line-height: 30px;
	color: #313131;
}

@media (hover: hover) {
	.car-part-for-models__group a:hover {
		text-decoration: underline;
	}
}
@media (max-width: 991.5px) {
	.car-part-for-models__group p {
		margin-bottom: 13px;
	}
}
@media (max-width: 767.5px) {
	.car-part-for-models {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.car-part-for-models__group p {
		margin-bottom: 10px;
	}
}
@media (max-width: 575.5px) {
	.car-part-for-models {
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.car-part-for-models__group p {
		margin-bottom: 7px;
	}
}
.products-grid-4 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	gap: 27px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}

@media (max-width: 575.5px) {
	.products-grid-4 {
		gap: 25px;
	}
}
.product {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto auto 1fr;
	grid-template-rows: auto auto 1fr;
	padding: 27px 32px 32px 32px;
	border-radius: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product__name {
	font-weight: 500;
}
.product__name, .product__category a {
	font-size: 16px;
	line-height: 22px;
	color: #313131;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.product__image {
	margin: 20px 0;
	display: block;
	width: 100%;
	height: 236px;
}
.product__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.product__image_no {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.product__image_no img {
	width: 94.167px;
	height: 80px;
}
.product__price-buy-btn {
	margin: 30px 0 24px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 5px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.product__price-buy-btn p {
	font-size: 26px;
	line-height: 36px;
	color: #313131;
	font-weight: 500;
}
.product__price-buy-btn p:after {
	content: " " attr(data-currency);
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
}
.product__price-buy-btn button {
	padding: 15px 15px 16px 15px;
	font-size: 16px;
	line-height: 19px;
	color: #FFF;
	font-weight: 500;
	border-radius: 10px;
	background: #34D186;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.product__term {
	font-size: 14px;
	line-height: 17px;
	color: #696969;
	font-weight: 300;
}
.product__term span {
	margin-left: 3.6px;
	color: #313131;
}
.product__check-btn {
	margin: 30px 0 24px 0;
	display: block;
	width: 100%;
	padding: 15px 15px 16px 15px;
	font-size: 16px;
	line-height: 19px;
	color: #313131;
	font-weight: 500;
	border-radius: 10px;
	background: #F4F4F4;
}

@media (hover: hover) {
	.product:hover {
		-webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
		        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
	}
	.product__name:hover, .product__category a:hover {
		color: #34D186;
		text-decoration-color: #34D186;
	}
	.product__price-buy-btn button:hover {
		background: #313131;
	}
}
.products-pagination {
	margin-top: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.products-pagination__nav {
	display: inline-block;
	width: 128px;
	padding: 15px 0 16px 0;
	font-size: 16px;
	line-height: 19px;
	color: #313131;
	font-weight: 500;
	text-align: center;
	border-radius: 10px;
	background: #F4F4F4;
}
.products-pagination__nav_disabled {
	color: #DCDCDC;
	background: #F4F4F4;
}
.products-pagination__pages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 19px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.products-pagination__pages a {
	font-size: 16px;
	line-height: 19px;
	color: #313131;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

@media (hover: hover) {
	.products-pagination__pages a:hover {
		color: #34D186;
		text-decoration-color: #34D186;
	}
}
@media (max-width: 991.5px) {
	.products-pagination {
		margin-top: 25px;
	}
}
@media (max-width: 767.5px) {
	.products-pagination__nav {
		display: none;
	}
}
.links-grid-4 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 27px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.links-grid-4 div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.links-grid-4 div a {
	font-size: 16px;
	line-height: 30px;
	color: #313131;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

@media (hover: hover) {
	.links-grid-4 div a:hover {
		color: #34D186;
		text-decoration-color: #34D186;
	}
}
@media (max-width: 575.5px) {
	.links-grid-4 {
		-ms-grid-columns: 1fr 15px 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 20px 15px;
	}
}
.category-car-models-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 27px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}

@media (max-width: 526.5px) {
	.category-car-models-grid {
		-ms-grid-columns: 300px;
		grid-template-columns: 300px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 20px;
	}
	.h2_mw526-center {
		text-align: center;
	}
}
.category-car-model {
	position: relative;
	display: -ms-grid;
	display: grid;
	justify-items: start;
	-ms-grid-rows: auto 1fr auto;
	grid-template-rows: auto 1fr auto;
	padding: 19px 17px 27px 19px;
	border-radius: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.category-car-model:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 31px;
	right: 17px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/arrow_grey.svg") no-repeat;
	background-size: 100% 100%;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.category-car-model__img-title {
	position: relative;
	z-index: 2;
	-ms-grid-column-align: stretch;
	    justify-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
	padding: 0 20px 0 2px;
}
.category-car-model__img-title img {
	width: 40px;
	height: 40px;
	-o-object-fit: contain;
	   object-fit: contain;
}
.category-car-model__img-title div p {
	color: #313131;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.category-car-model__img-title div p:nth-child(1) {
	font-size: 14px;
	line-height: 19px;
}
.category-car-model__img-title div p:nth-child(2) {
	font-size: 16px;
	line-height: 22px;
}
.category-car-model__models {
	margin-top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.category-car-model__models a {
	font-size: 14px;
	line-height: 30px;
	color: #313131;
}
.category-car-model__open-all {
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #34D186;
	text-decoration: underline;
	background: transparent;
}

@media (hover: hover) {
	.category-car-model:hover {
		background: #FFF;
		-webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
		        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
	}
	.category-car-model__img-title:hover div p {
		color: #34D186;
		text-decoration-color: #34D186;
	}
	.category-car-model__models a:hover {
		text-decoration: underline;
	}
}
.garage {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 190px 10px 1fr 10px 190px;
	grid-template-columns: 190px 1fr 190px;
	gap: 10px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.garage button {
	min-height: 50px;
	text-align: left;
	border-radius: 10px;
}
.garage__my, .garage__add {
	position: relative;
	padding: 0 44px 0 20px;
	font-size: 16px;
	line-height: 19px;
	color: #FFF;
	font-weight: 500;
}
.garage__my:after, .garage__add:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 16px;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.garage__my {
	background: #313131;
}
.garage__my:after {
	background: url("../img/arrow_white.svg") no-repeat;
	background-size: 100% 100%;
}
.garage__car {
	padding: 8px 18px;
	background: #F4F4F4;
}
.garage__car span {
	display: block;
}
.garage__car span:nth-child(1) {
	font-size: 14px;
	line-height: 17px;
	color: #313131;
}
.garage__car span:nth-child(2) {
	margin-top: 2px;
	font-size: 12px;
	line-height: 14px;
	color: #696969;
}
.garage__add {
	background: #34D186;
}
.garage__add:after {
	background: url("../img/plus.svg") no-repeat;
	background-size: 100% 100%;
}

@media (max-width: 991.5px) {
	.garage__car {
		padding: 8px 10px;
	}
}
@media (max-width: 767.5px) {
	.garage {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.garage__car {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
}
@media (max-width: 410px) {
	.garage {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.garage__car {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
}
.sorting {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 16px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.sorting p {
	padding-top: 12px;
	font-size: 14px;
	line-height: 17px;
	color: #313131;
}
.sorting__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 10px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.sorting__btn {
	position: relative;
	min-height: 40px;
	padding: 10px 40px 10px 14px;
	font-size: 14px;
	line-height: 17px;
	color: #313131;
	font-weight: 500;
	border-radius: 8px;
	background: transparent;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.sorting__btn:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 14px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/sorting_arrow.svg") no-repeat;
	background-size: 100% 100%;
}
.sorting__btn_active {
	background: #F4F4F4;
}
.sorting__btn_mode2:after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@media (max-width: 575.5px) {
	.sorting {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 10px;
	}
	.sorting__btns {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.current-car {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 23.4375% 30px 1fr 30px 1fr;
	grid-template-columns: 23.4375% 1fr 1fr;
	gap: 0 30px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.current-car__image-model {
	padding-top: 18px;
	text-align: center;
}
.current-car__image-model img {
	width: 190px;
	height: 130px;
}
.current-car__image-model p {
	margin-top: 10px;
	font-size: 18px;
	line-height: 24px;
	color: #313131;
}
.current-car__table-row {
	padding: 16px 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border-bottom: 1px solid #DCDCDC;
}
.current-car__table-row p {
	width: calc(50% - 10px);
	font-size: 14px;
	line-height: 17px;
}
.current-car__table-row p:nth-child(1) {
	color: #696969;
	font-weight: 300;
}
.current-car__table-row p:nth-child(2) {
	color: #313131;
}

@media (max-width: 991.5px) {
	.current-car {
		-ms-grid-columns: 31.2% 1fr;
		grid-template-columns: 31.2% 1fr;
	}
	.current-car__table:nth-child(3) {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
	}
}
@media (max-width: 767.5px) {
	.current-car {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.current-car__image-model {
		padding-top: 0;
		margin-bottom: 30px;
	}
	.current-car__table:nth-child(2) .current-car__table-row:first-child {
		border-top: 1px solid #DCDCDC;
	}
	.current-car__table:nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
}
@media (max-width: 575.5px) {
	.current-car__image-model {
		margin-bottom: 20px;
	}
	.current-car__table-row {
		padding: 12px 10px;
	}
}
.footer {
	margin-top: 100px;
	background: #313131;
}
.footer__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 21.4% 0 18.82% 0 16.96% 0 23.99% 0 18.83%;
	grid-template-columns: 21.4% 18.82% 16.96% 23.99% 18.83%;
	gap: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
	padding: 62px 0 73px 0;
}
.footer__tels-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.footer__tels-items a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 12px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.footer__tels-items a span:nth-child(1) {
	width: 20px;
	height: 20px;
}
.footer__tels-items a span:nth-child(2) {
	font-size: 18px;
	line-height: 21px;
	color: #989898;
	font-weight: 500;
}
.footer__title {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 19px;
	color: #FFF;
	font-weight: 500;
}
.footer__time {
	margin-bottom: 47px;
}
.footer__time p:nth-child(2) {
	font-size: 14px;
	line-height: 15.5px;
	color: #989898;
}
.footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 12px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.footer__links a {
	font-size: 14px;
	line-height: 17px;
	color: #989898;
	font-size: 14px;
}
.footer__payment-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 18px 12px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 190px;
}
.footer__logo {
	height: 96px;
}
.footer__copy {
	margin: 24px 0;
	font-size: 14px;
	line-height: 22px;
	color: #989898;
}
.footer__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 10px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.footer__socials a {
	width: 20px;
	height: 20px;
}

@media (hover: hover) {
	.footer__tels-items a:hover span:nth-child(2) {
		text-decoration: underline;
	}
	.footer__links a:hover {
		color: #34D186;
		text-decoration: underline;
	}
}
@media (max-width: 991.5px) {
	.footer {
		margin-top: 80px;
	}
	.footer__container {
		padding: 50px 0 60px 0;
		-ms-grid-columns: minmax(189px, 1fr) 15px 1fr 15px 1fr 15px 1fr;
		grid-template-columns: minmax(189px, 1fr) 1fr 1fr 1fr;
		gap: 15px;
	}
	.footer__payment {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		grid-column: 2/4;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
}
@media (max-width: 767.5px) {
	.footer {
		margin-top: 60px;
	}
	.footer__container {
		padding: 40px 0 50px 0;
		-ms-grid-columns: minmax(165px, 1fr) 15px 1fr 15px 1fr;
		grid-template-columns: minmax(165px, 1fr) 1fr 1fr;
		gap: 35px 15px;
	}
	.footer__tels-items {
		gap: 14px;
	}
	.footer__tels-items a {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.footer__tels-items a span:nth-child(2) {
		font-size: 16px;
		line-height: 19px;
	}
	.footer__title {
		margin-bottom: 20px;
	}
	.footer__time {
		margin-bottom: 35px;
	}
	.footer__clients {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	.footer__payment {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	.footer__logo-copy-socials {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	.footer__logo {
		height: 70px;
	}
}
@media (max-width: 575.5px) {
	.footer {
		margin-top: 40px;
	}
	.footer__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 40px;
		text-align: center;
	}
	.footer__tels-items {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.footer__tels-items a {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.footer__tels-items a span:nth-child(2) {
		font-size: 18px;
		line-height: 21px;
	}
	.footer__time {
		margin-bottom: 40px;
	}
	.footer__links {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.footer__payment-items {
		max-width: none;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer__logo {
		height: 96px;
	}
	.footer__socials {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer__logo-copy-socials {
		padding-top: 20px;
	}
	.footer__clients, .footer__payment, .footer__logo-copy-socials {
		grid-column: auto;
		grid-row: auto;
	}
}