@font-face {
	font-family: HelvNeue;
	src: url(../fonts/75-Bold.ttf);
}

@font-face {
	font-family: FiraBook;
	src: url(../fonts/FIRAGO-BOOK.TTF);
}

@font-face {
	font-family: Helvetica Neue;
	src: url(../fonts/MyriadGEOMtavruliMedium.ttf);
}

@font-face {
	font-family: FiraRegular;
	src: url(../fonts/FiraGO-Regular.ttf);
}

@font-face {
	font-family: FiraBold;
	src: url(../fonts/FiraGO-Bold.ttf);
}

@font-face {
	font-family: FiraMedium;
	src: url(../fonts/FIRAGO-MEDIUM2.TTF);
}

@font-face {
	font-family: HelvNeue;
	src: url(../fonts/75-Bold.ttf);
}

@font-face {
	font-family: FiraBook;
	src: url(../fonts/FIRAGO-BOOK.TTF);
}

@font-face {
	font-family: Helvetica Neue;
	src: url(../fonts/MyriadGEOMtavruliMedium.ttf);
}

@font-face {
	font-family: FiraRegular;
	src: url(../fonts/FiraGO-Regular.ttf);
}

@font-face {
	font-family: FiraBold;
	src: url(../fonts/FiraGO-Bold.ttf);
}

@font-face {
	font-family: FiraMedium;
	src: url(../fonts/FIRAGO-MEDIUM2.TTF);
}

* {
	font-family: HelvNeue;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: none;
}

body {
	background: #ebebeb;
	color: #18191a;
}

body.active {
	overflow: hidden;
}

body.active::after {
	content: "";
	background: #363636;
	position: absolute;
	z-index: 12;
	width: 100vw;
	height: 1000vh;
	right: 0;
	top: 0;
	opacity: 96.5%;
}

.container {
	max-width: 1156px;
	margin: 0 auto;
	padding: 0 15px;
}

main.container,
article.container {
	min-height: calc(100vh - 428px);
}

@media screen and (min-width: 768px) {
	main.container,
	article.container {
		min-height: calc(100vh - 370px);
	}
}

@font-face {
	font-family: HelvNeue;
	src: url(../fonts/75-Bold.ttf);
}

@font-face {
	font-family: FiraBook;
	src: url(../fonts/FIRAGO-BOOK.TTF);
}

@font-face {
	font-family: Helvetica Neue;
	src: url(../fonts/MyriadGEOMtavruliMedium.ttf);
}

@font-face {
	font-family: FiraRegular;
	src: url(../fonts/FiraGO-Regular.ttf);
}

@font-face {
	font-family: FiraBold;
	src: url(../fonts/FiraGO-Bold.ttf);
}

@font-face {
	font-family: FiraMedium;
	src: url(../fonts/FIRAGO-MEDIUM2.TTF);
}

header.container {
	margin-bottom: 40px;
}

.header-top {
	height: 50px;
	color: #b0b3b8;
	font-size: 14px;
	line-height: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.header-top {
		font-size: 18px;
		line-height: 20px;
	}
}

.fb_dialog {
    z-index: 9 !important;
}

.default-infos {
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.default-infos > span {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.default-infos > span::before {
	content: "";
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
}

.default-infos > span > span {
	margin: 0 5px;
}

.default-infos-numbers {
	margin-right: 25px;
}

.default-infos-numbers::before {
	background: url(../images/mob.svg);
	height: 28px !important;
}
.default-infos-mail {
	display: none !important;
}
@media screen and (min-width: 768px) {
	.default-infos-mail {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
.default-infos-mail::before {
	background: url(../images/mail.svg);
}

.header-socials-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-socials-ul::after {
	content: "";
	position: absolute;
	right: 0;
	background: #18191a;
	height: 50px;
	width: 100%;
	z-index: -1;
}

.header-socials-ul .header-socials-li {
	width: 48px;
	height: 48px;
}

.header-socials-ul .header-socials-li:nth-child(2) {
	margin: 0 0 0 15px;
}

.header-socials-ul .header-socials-li a {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* .header-socials-ul .header-socials-li a path[stroke="#b0b3b8"],
.header-socials-ul .header-socials-li a rect[stroke="#b0b3b8"],
.header-socials-ul .header-socials-li a circle[stroke="#b0b3b8"] {
  -webkit-transition: stroke 400ms;
  transition: stroke 400ms;
}

.header-socials-ul .header-socials-li a:hover path[stroke="#b0b3b8"],
.header-socials-ul .header-socials-li a:hover rect[stroke="#b0b3b8"],
.header-socials-ul .header-socials-li a:hover circle[stroke="#b0b3b8"] {
  stroke: #3690E6;
}

.header-socials-ul .header-socials-li a:hover path[fill="#b0b3b8"]{
  fill: #3690E6;
}
.header-socials-ul .header-socials-li.map a path{
  -webkit-transition: stroke 400ms;
  transition: stroke 400ms;
} */

.header-bottom {
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 14px;
}

.header-bottom::after {
	content: "";
	position: absolute;
	right: 0;
	background: #fafafa;
	height: 90px;
	width: 100%;
	z-index: -1;
}

@media screen and (min-width: 768px) {
	.header-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.header-logo {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.header-logo {
		width: unset;
	}
}

.header-logo svg {
	width: 100%;
}

.header-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-nav-ul {
	width: 420px;
	display: none;
}

@media screen and (min-width: 768px) {
	.header-nav-ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.header-nav-ul .header-nav-ul-li {
	cursor: pointer;
	border-radius: 22px;
}

.header-nav-ul .header-nav-ul-li:hover {
	color: #3690e6;
}

.header-nav-ul .header-nav-ul-li.active {
	padding: 13px 27px 14px 28px;
	background: #3690e6;
	color: white;
}

@font-face {
	font-family: HelvNeue;
	src: url(../fonts/75-Bold.ttf);
}

@font-face {
	font-family: FiraBook;
	src: url(../fonts/FIRAGO-BOOK.TTF);
}

@font-face {
	font-family: Helvetica Neue;
	src: url(../fonts/MyriadGEOMtavruliMedium.ttf);
}

@font-face {
	font-family: FiraRegular;
	src: url(../fonts/FiraGO-Regular.ttf);
}

@font-face {
	font-family: FiraBold;
	src: url(../fonts/FiraGO-Bold.ttf);
}

@font-face {
	font-family: FiraMedium;
	src: url(../fonts/FIRAGO-MEDIUM2.TTF);
}

footer {
	height: 258px;
	font-size: 14px;
	line-height: 14px;
	color: #18191a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
}

footer.container {
	margin-top: 40px;
	margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
	footer.container {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	footer {
		height: 150px;
	}
}

footer > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

footer::after {
	content: "";
	width: 100vw;
	height: 258px;
	position: absolute;
	right: 0;
	z-index: -1;
	background: #fafafa;
}

@media screen and (min-width: 768px) {
	footer::after {
		height: 150px;
	}
}

.footer-inside-top {
	display: none;
}

@media screen and (min-width: 768px) {
	.footer-inside-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.footer-inside-top .footer-nav {
	width: 364px;
}

@media screen and (min-width: 768px) {
	.footer-inside-top .footer-nav {
		margin: 0 auto;
	}
}

.footer-inside-top .footer-nav-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-inside-top .footer-nav-ul-li {
	-webkit-transition: color 400ms;
	transition: color 400ms;
}

.footer-inside-top .footer-nav-ul-li:hover {
	color: #2185e1;
}

.footer-infos {
	-webkit-box-ordinal-group: -1;
	-ms-flex-order: -2;
	order: -2;
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.footer-infos {
		-webkit-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
		margin-top: 0;
	}
}

.footer-infos .default-infos-mail::before {
	background: url(../images/mail-black.svg);
}

.footer-infos .default-infos-numbers::before {
	background: url(../images/mob.svg);
	background-repeat: no-repeat;
}

.footer-inside-bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-inside-bottom .default-infos {
	font-size: 16px;
	line-height: 17px;
	color: #3a3b3c;
	height: unset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 390px) {
	.footer-inside-bottom .default-infos {
		font-size: 12px;
	}
}
@media screen and (min-width: 720px) {
	.footer-inside-bottom .default-infos {
		font-size: 18px;
		line-height: 20px;
	}
}

.footer-inside-bottom .default-infos .default-infos-numbers {
	margin-right: 0;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.footer-inside-bottom .default-infos .default-infos-numbers {
		margin-right: 25px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.footer-inside-bottom .default-infos {
		height: 46px;
		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-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (min-width: 768px) {
	.footer-inside-bottom {
		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-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.footer-inside-bottom::after {
	content: "";
	position: absolute;
	top: 108px;
	height: 1px;
	width: 100%;
	background: #b0b3b8;
	opacity: 0.2;
}

@media screen and (min-width: 768px) {
	.footer-inside-bottom::after {
		top: 0;
	}
}

.creator a {
	color: #3690e6;
}

.header-socials-ul.footer-socials-ul {
	margin-bottom: 30px;
}

.header-socials-ul.footer-socials-ul::after {
	content: none;
}

@media screen and (min-width: 768px) {
	.header-socials-ul.footer-socials-ul {
		display: none;
	}
}

.header-socials-ul.footer-socials-ul .header-socials-li:nth-child(2) {
	margin: 0 10px;
}

.creator-respo {
	padding-top: 30px;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

@media screen and (min-width: 768px) {
	.creator-respo {
		display: none;
		-webkit-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
	}
}

.creator-respo span {
	color: #3690e6;
}

.rights-reserved {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.rights-reserved {
		margin-bottom: unset;
	}
}

@media screen and (min-width: 768px) {
	.respo-fixed-menu {
		display: none;
	}
}

.respo-fixed-menu.container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: white;
}

.respo-fixed-ul {
	padding: 0 5px;
	width: 100%;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 14px;
	font-family: HelvNeue;
}

.respo-fixed-ul-li {
	margin-right: 20px;
}

.respo-fixed-ul-li:last-child {
	margin-right: 0;
}

.respo-fixed-ul-li a.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 16px;
	background: #3690e6;
	border-radius: 20px;
}

.respo-fixed-ul-li a.active svg {
	margin-right: 10px;
}

.respo-fixed-ul-li a.active svg path[stroke="#b0b3b8"],
.respo-fixed-ul-li a.active svg rect[stroke="#b0b3b8"],
.respo-fixed-ul-li a.active svg circle[stroke="#b0b3b8"] {
	stroke: white;
}

.respo-fixed-ul-li a.active span {
	display: inline;
}

.respo-fixed-ul-li a span {
	display: none;
	color: white;
}

@font-face {
	font-family: HelvNeue;
	src: url(../fonts/75-Bold.ttf);
}

@font-face {
	font-family: FiraBook;
	src: url(../fonts/FIRAGO-BOOK.TTF);
}

@font-face {
	font-family: Helvetica Neue;
	src: url(../fonts/MyriadGEOMtavruliMedium.ttf);
}

@font-face {
	font-family: FiraRegular;
	src: url(../fonts/FiraGO-Regular.ttf);
}

@font-face {
	font-family: FiraBold;
	src: url(../fonts/FiraGO-Bold.ttf);
}

@font-face {
	font-family: FiraMedium;
	src: url(../fonts/FIRAGO-MEDIUM2.TTF);
}

@media only screen and (max-width: 768px) {
	main.home {
		padding: 0;
	}
}

main.home h1 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 7px;
	padding-left: 15px;
	display: none;
}

@media screen and (min-width: 768px) {
	main.home h1 {
		display: block;
		margin-bottom: 9px;
		font-size: 26px;
		line-height: 31px;
		padding-left: 0;
	}
}

main.home > p {
	font-size: 12px;
	line-height: 14px;
	font-family: FiraBook;
	margin-bottom: 30px;
	padding-left: 15px;
	display: none;
}

@media screen and (min-width: 768px) {
	main.home > p {
		display: block;
		padding-left: 0;
	}
}

.home-main-ul {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (140px) [auto-fit];
	grid-template-columns: repeat(auto-fit, 140px);
	grid-gap: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px;
}

@media screen and (min-width: 350px) {
	.home-main-ul {
		grid-gap: 15px;
	}
}

@media screen and (min-width: 768px) {
	.home-main-ul {
		-ms-grid-columns: (164px) [auto-fit];
		grid-template-columns: repeat(auto-fit, 164px);
		grid-gap: 26px;
		padding: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1024px) {
	.home-main-ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.home-main-ul-li a {
	width: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.home-main-ul-li a {
		width: 164px;
	}
}

.home-main-ul-li-divForImg {
	height: 110px;
	width: 100%;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 17px;
}

.home-main-ul-li-divForImg img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.home-main-ul-li-divForImg img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.4s ease-in;
	transition: -webkit-transform 0.4s ease-in;
	transition: transform 0.4s ease-in;
	transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}

.home-main-ul-li-brandname {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
}

.home-main-ul-li-quantity {
	font-size: 12px;
	line-height: 14px;
	font-family: FiraRegular;
	font-weight: 100;
}

.home-main-ul-li-quantity span {
	font-family: inherit;
}

article.about h1 {
	margin-bottom: 39px;
	font-size: 18px;
	line-height: 21px;
}

@media screen and (min-width: 768px) {
	article.about h1 {
		font-size: 26px;
		line-height: 31px;
	}
}

article.about p,
article.about .about-p {
	font-size: 14px;
	line-height: 20px;
	font-family: FiraBook;
	padding-top: 30px;
}

@media screen and (min-width: 768px) {
	article.about p,
	article.about .about-p {
		padding: 40px 96px 0;
	}
}

article.about .about-p * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

article.about .about-p li {
	list-style-type: initial;
	list-style-position: inside;
}

article.about img {
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
	article.about img {
		height: 190px;
	}
}

main.contact h1 {
	margin-bottom: 29px;
	font-size: 18px;
	line-height: 21px;
}

@media screen and (min-width: 768px) {
	main.contact h1 {
		font-size: 26px;
		line-height: 31px;
		margin-bottom: 39px;
	}
}

.map-div {
	width: 100%;
	height: 200px;
	margin-bottom: 29px;
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.map-div {
		height: 200px;
		margin-bottom: 39px;
	}
}

iframe {
	width: 100%;
	height: 100%;
}

.contact-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.contact-ul {
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.contact-ul-li {
	max-width: 168px;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.contact-ul-li {
		margin-bottom: unset;
	}
}

.contact-li-heading {
	margin-bottom: 15px;
	color: #242526;
	font-size: 16px;
	line-height: 16px;
	opacity: 0.5;
	font-family: HelvNeue;
}

.contact-li-element {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 13px;
	line-height: 14px;
	color: #18191a;
	font-family: FiraBold;
}

.contact-li-element span:first-child {
	margin-bottom: 8px;
}

main.products h1 {
	font-family: HelvNeue;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 7px;
}

@media screen and (min-width: 768px) {
	main.products h1 {
		font-size: 26px;
		line-height: 31px;
		margin-bottom: 9px;
	}
}

main.products p {
	font-family: FiraBook;
	font-size: 12px;
	line-height: 14px;
}

.products-insider-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.products-insider-div {
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset;
	}
}

.respo-categories-dropdown {
	position: relative;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.respo-categories-dropdown {
		display: none;
	}
}

.respo-categories-dropdown .car-name {
	margin-right: 7.5px;
	left: 0;
}

.respo-categories-dropdown .model-name {
	margin-left: 7.5px;
	right: 0;
}

.respo-categories-dropdown input[type="hidden"] {
	display: none;
}

.respo-categories-dropdown .car-name,
.respo-categories-dropdown .model-name {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-webkit-box-shadow: 0px 0px 20px #1717170d;
	box-shadow: 0px 0px 20px #1717170d;
	position: absolute;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-radius: 10px;
	background: white;
	min-height: 55px;
	max-height: 55px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	overflow: hidden;
	-webkit-transition: all 0s;
	transition: all 0s;
	z-index: 0;
}

.respo-categories-dropdown .car-name li,
.respo-categories-dropdown .model-name li {
	font-size: 12px;
	line-height: 14px;
	position: relative;
	font-family: FiraBold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 10px;
}

.respo-categories-dropdown .car-name li:first-of-type,
.respo-categories-dropdown .model-name li:first-of-type {
	margin-bottom: 20px;
}

.respo-categories-dropdown .car-name li:last-child,
.respo-categories-dropdown .model-name li:last-child {
	margin-bottom: 0;
}

.respo-categories-dropdown .car-name.show,
.respo-categories-dropdown .model-name.show {
	max-height: calc(100vh - 270px);
	border-bottom: 1px solid grey;
	overflow: auto;
	z-index: 99;
}

aside {
	max-width: 262px;
	width: 100%;
	border-radius: 10px;
	margin-right: 26px;
	display: none;
}

@media screen and (min-width: 768px) {
	aside {
		display: block;
	}
}

aside .products-ul {
	background: white;
	padding: 30px;
	border-radius: 10px;
}

.products-ul-li {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 17px;
	font-family: FiraBold;
	color: #242526;
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 10px;
}

.products-ul-li.active .products-a-outter {
	color: #3690e6;
}

.products-ul-li.active .products-a-outter::after {
	content: url(../images/arrow-active.svg);
}

.products-ul-li .products-a-outter::after {
	position: absolute;
	content: url(../images/arrow-down.svg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 7px;
	top: 11px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.products-ul-li .products-a-outter:hover {
	color: #3690e6;
}

.products-ul-li:last-child {
	margin-bottom: 0;
}

.products-ul-li .products-li-inside-ul-li {
	font-size: 12px;
	line-height: 14px;
	font-family: HelvNeue;
	margin-bottom: 9px;
}

.products-ul-li .products-li-inside-ul-li:last-child {
	margin-bottom: 0;
}

.products-ul-li .products-li-inside-ul-li:first-of-type {
	margin-top: 8px;
}

.products-li-inside-ul-li:hover .products-a-inner,
.products-li-inside-ul-li.active .products-a-inner {
	color: #3690e6;
}

.products-li-inside-ul-li.active .products-a-inner {
	position: relative;
}

.products-li-inside-ul-li.active .products-a-inner::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background: #3690e6;
	left: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

section {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.section-ul.cars-ul {
	-ms-grid-columns: (165px) [auto-fit];
	grid-template-columns: repeat(auto-fit, 165px);
}

@media screen and (min-width: 768px) {
	.section-ul.cars-ul {
		-ms-grid-columns: (205px) [auto-fit];
		grid-template-columns: repeat(auto-fit, 205px);
	}
}

@media screen and (min-width: 1024px) {
	.section-ul.cars-ul {
		-ms-grid-columns: (262px) [auto-fit];
		grid-template-columns: repeat(auto-fit, 262px);
	}
}

.section-ul {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (262px) [auto-fit];
	grid-template-columns: repeat(auto-fit, 262px);
	grid-gap: 15px;
}

@media screen and (min-width: 768px) {
	.section-ul {
		-ms-grid-columns: (205px) [auto-fit];
		grid-template-columns: repeat(auto-fit, 205px);
	}
}

@media screen and (min-width: 1024px) {
	.section-ul {
		grid-gap: 26px;
		-ms-grid-columns: (262px) [auto-fit];
		grid-template-columns: repeat(auto-fit, 262px);
	}
}

.section-ul-li.cars-li {
	width: 165px;
}

@media screen and (min-width: 768px) {
	.section-ul-li.cars-li {
		width: 205px;
	}
}

@media screen and (min-width: 1024px) {
	.section-ul-li.cars-li {
		width: 262px;
	}
}

.section-ul-li.cars-li img {
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.section-ul-li.cars-li img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.section-ul-li {
	width: 262px;
}

@media screen and (min-width: 768px) {
	.section-ul-li {
		width: 205px;
	}
}

@media screen and (min-width: 1024px) {
	.section-ul-li {
		width: 262px;
	}
}

.section-ul-li .section-ul-li-divForImg {
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
	background: white;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.section-ul-li .section-ul-li-divForImg img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media screen and (min-width: 768px) {
	.section-ul-li .section-ul-li-divForImg img {
		padding: 0 40px;
	}
}

.section-ul-li h2 {
	font-family: FiraBold;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #242526;
}

.products-li-inside-ul {
	padding-left: 20px;
	color: #242526;
	display: block;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height -200ms 300ms ease-out,
		margin-top 0.1s ease-in-out 0s;
	transition: max-height -200ms 300ms ease-out, margin-top 0.1s ease-in-out 0s;
}

.products-li-inside-ul.active {
	max-height: 9999px;
	-webkit-transition: max-height 400ms ease-in;
	transition: max-height 400ms ease-in;
}

section {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.section-ul.parts-section-ul {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (100%) [auto-fit];
	grid-template-columns: repeat(auto-fit, 100%);
	grid-gap: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.section-ul.parts-section-ul {
		-ms-grid-columns: (235px) [auto-fit];
		grid-template-columns: repeat(auto-fit, 235px);
	}
}
.card-options {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
	padding: 10px;
}
.card-options span {
	cursor: pointer;
	padding: 8px;
    border: 1px solid #999;
	border-radius: 6px;
	opacity: 0.7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-options span:hover,.card-options span.active {
	background-color: #7fc1ff;
	opacity: 1;
}
.card-options span img {
	flex-shrink: 0;
}

.products-listiong-section .btns-wrapper.one-column {
	display: none;
}
.section-ul.parts-section-ul.one-column {
	grid-gap: 26px;
	-ms-grid-columns: (100%) [auto-fit];
	grid-template-columns: repeat(auto-fit, 100%);
	row-gap: 26px;
}
.section-ul.parts-section-ul.three-column {
	grid-gap: 1%;
	-ms-grid-columns: (32%) [auto-fit];
	grid-template-columns: repeat(auto-fit, 32%);
	row-gap: 10px;
}
.section-ul.parts-section-ul.two-column {
	grid-gap: 2%;
	-ms-grid-columns: (49%) [auto-fit];
	grid-template-columns: repeat(auto-fit, 49%);
	row-gap: 16px;
}
.section-ul.parts-section-ul.four-column {
	grid-gap: 1%;
	-ms-grid-columns: (24%) [auto-fit];
	grid-template-columns: repeat(auto-fit, 24%);
	row-gap: 6px;
}
.section-ul.parts-section-ul.one-column .btns-wrapper.one-column {
	display: grid;
	margin-top: auto;
}
.section-ul.parts-section-ul.one-column .btns-wrapper.columns {
	display: none;
}
.products-listiong-section
	.section-ul.parts-section-ul.one-column
	.section-ul-li {
	display: grid;
	grid-template-columns: 43% 55%;
	gap: 0;
}
.products-listiong-section
	.section-ul.parts-section-ul.one-column
	.prod-info-wrap {
	height: 100%;
	justify-content: space-evenly;
	display: flex;
	flex-direction: column;
}
.products-listiong-section
	.section-ul.parts-section-ul.one-column
	.section-ul-li:has(.other-offers.active .offer-card)
	.prod-main-wrapper {
	top: 8px;
	width: calc(55% - 9px);
	left: unset;
	right: 8px;
	padding: 0;
}
.section-ul.parts-section-ul.one-column .d-flex-wrapper {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 1024px) {
	.card-options {
		display: flex;
	}
	.section-ul.parts-section-ul {
		grid-gap: 26px;
		-ms-grid-columns: (262px) [auto-fit];
		grid-template-columns: repeat(auto-fit, 262px);
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.search-block-wrapper {
	    justify-content: flex-start !important;
	}
	.search-block {
	    margin-left:182px;
	}
	.card-options {
	    justify-content: start;
	    margin-left:276px;
	}
	.search-block-wrapper .search-block {
	    width:300px;
	}
}

.section-ul.parts-section-ul .section-ul-li {
	width: 100%;
}

.parts-section-ul-li {
	background: white;
	border-radius: 10px;
	padding: 30px;
	padding-top: 20px;
	min-height: 354px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.parts-section-ul-li {
		width: 235px;
		min-height: 304px;
	}
}

@media screen and (min-width: 1024px) {
	.parts-section-ul-li {
		width: 262px;
	}
}

.parts-section-ul-li .parts-section-li-divForImg {
	margin: 0 auto;
	margin-bottom: 2px;
	background: unset;
	border-radius: 10px;
	overflow: hidden;
	height: 165px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media screen and (max-width: 767px) {
    .products-a-outter {
        margin-top: -8px;
    }
	.parts-section-ul-li .parts-section-li-divForImg {
		height: 240px;
	}
	.two-column .parts-section-ul-li .parts-section-li-divForImg {
		height: 200px;
	}
	.three-column .parts-section-ul-li .parts-section-li-divForImg {
		height: 140px;
	}
	.four-column .parts-section-ul-li .parts-section-li-divForImg {
		height: 120px;
	}
    .parts-section-ul-li .parts-info-div {
    	flex-direction: column;
    }
    .three-column .parts-section-ul-li .parts-info-div span,.four-column .parts-section-ul-li .parts-info-div span {
        font-size:11px;
    }
    .products-listiong-section .one-column .btns-wrapper,.products-listiong-section .two-column .btns-wrapper,.products-listiong-section .three-column .btns-wrapper,.products-listiong-section .four-column .btns-wrapper {
        grid-template-columns:repeat(1, 1fr) !important;
        text-align: center;
    }
    .products-listiong-section .four-column .btns-wrapper {
        padding: 5px 3px;
    }
    .products-listiong-section .four-column .btns-wrapper > div {
        flex-direction: column;
    }
    .products-listiong-section .four-column .parts-section-ul-li .parts-price {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .products-listiong-section .three-column .section-ul-li,.products-listiong-section .four-column .section-ul-li {
        padding: 5px !important;
    }
    .products-listiong-section .three-column .prod-info-wrap,.products-listiong-section .four-column .prod-info-wrap {
        padding: 5px;
    }
    .three-column .section-ul-li h2,.four-column .section-ul-li h2 {
        font-size:12px;
        overflow-wrap: anywhere;
    }
}

@media screen and (min-width: 768px) {
	.parts-section-ul-li .parts-section-li-divForImg {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
	}
}

.parts-section-ul-li .parts-section-li-divForImg img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.parts-section-ul-li .parts-section-li-divForImg img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.4s ease-in;
	transition: -webkit-transform 0.4s ease-in;
	transition: transform 0.4s ease-in;
	transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}

.parts-section-ul-li h2 {
	font-family: FiraMedium;
	color: #3a3b3c;
	margin-bottom: 2px;
	text-align: unset;
	height: 34px;
	overflow: hidden;
}

.parts-section-ul-li .parts-price {
	margin-bottom: 2px;
	font-family: Helvneue;
	font-size: 18px;
	line-height: 21px;
	color: #242526;
}

.parts-section-ul-li .parts-price .part-price-discount {
	font-size: 12px;
	line-height: 14px;
	color: #b0b3b8;
	margin-left: 10px;
	text-decoration: line-through;

	color: #f70000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.parts-section-ul-li .parts-info-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.parts-section-ul-li .parts-info-div span {
	font-size: 12px;
	line-height: 14px;
	color: #242526;
}

.parts-section-ul-li .parts-info-div span:first-child {
	font-family: HelvNeue;
	/* opacity: 0.5; */
}

.parts-section-ul-li .parts-info-div span:last-child {
	font-family: FiraBold;
}

.parts-section-ul-li .parts-info-div:first-child {
	margin-bottom: 7px;
}

.parts-section-ul-li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pagination {
	margin: 0 auto;
	margin-top: 40px;
	height: 34px;
	width: 268px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.pagination {
		margin: unset;
		margin-top: 40px;
	}
}

.pagination a {
	height: 100%;
	width: 34px;
	border-radius: 50%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: white;
}

.pagination a:hover,
.pagination a.active {
	background: #3690e6;
	color: white;
}

.pagination span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.pagination span a {
	font-size: 14px;
	line-height: 16px;
	font-family: HelvNeue;
	font-weight: 600;
}

.pagination span a.active {
	background: #3690e6;
	color: white;
}

.pagination .left-prev::after {
	content: url(../images/parts/left-arrow.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pagination .left-prev:hover::after {
	content: url(../images/parts/left-arrow-white.svg);
}

.pagination .right-next::after {
	content: url(../images/parts/right-arrow.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pagination .right-next:hover::after {
	content: url(../images/parts/right-arrow-white.svg);
}

@font-face {
	font-family: HelvNeue;
	src: url(../fonts/75-Bold.ttf);
}

@font-face {
	font-family: FiraBook;
	src: url(../fonts/FIRAGO-BOOK.TTF);
}

@font-face {
	font-family: Helvetica Neue;
	src: url(../fonts/MyriadGEOMtavruliMedium.ttf);
}

@font-face {
	font-family: FiraRegular;
	src: url(../fonts/FiraGO-Regular.ttf);
}

@font-face {
	font-family: FiraBold;
	src: url(../fonts/FiraGO-Bold.ttf);
}

@font-face {
	font-family: FiraMedium;
	src: url(../fonts/FIRAGO-MEDIUM2.TTF);
}

.singleProd-top-line-price {
	display: none;
	position: relative;
}

@media screen and (min-width: 768px) {
	.singleProd-top-line-price {
		display: unset;
	}
	.singleProd-top-line-price::after {
		position: relative;
		margin-left: 8px;
		content: "";
		display: inline-block;
		border-radius: 5px;
		width: 3px;
		height: 31px;
		top: 5px;
		background: #3690e6;
	}
}

.singleProd-top-line-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 7px;
	color: #242526;
	font-size: 18px;
	line-height: 21px;
}

@media screen and (min-width: 768px) {
	.singleProd-top-line-div {
		font-size: 26px;
		line-height: 31px;
	}
}

.singleProd-top-line-div h1 {
	font-size: inherit;
	line-height: inherit;
}

.singleProd-car-name-p {
	margin-bottom: 30px;
	color: #242526;
	font-size: 12px;
	line-height: 14px;
}

@media screen and (min-width: 768px) {
	.singleProd-car-name-p {
		margin-bottom: 40px;
	}
}

.singleProd-product-div {
	background: white;
	border-radius: 10px;
	min-height: 460px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
}

@media screen and (min-width: 768px) {
	.singleProd-product-div {
		min-height: 411px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.table-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.table-container {
		height: 275px;
		padding: 0 30px;
	}
}

.singleProd-slider,
.singleProd-description-ul,
.table-container {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.singleProd-slider,
	.singleProd-description-ul,
	.table-container {
		width: 50%;
	}
}

.singleProd-slider {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.singleProd-slider {
		margin-bottom: 0;
	}
}

.turn-off-zoomed {
	display: none;
	position: absolute;
}

table {
	color: #242526;
	width: 100%;
	border-collapse: collapse;
}

table .part-price-discount {
	margin-left: 10px;
	color: #b0b3b8;
	text-decoration: line-through;
}
table .part-price-discount,
.z-product-code,
.z-product-model {
	font-weight: bold;
}
th {
	text-align: start;
	width: 50%;
	padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
	th {
		padding-bottom: 16px;
	}
}

tr {
	font-size: 12px;
	line-height: 14px;
}

tr:last-child th {
	padding-bottom: 0;
	vertical-align: top;
}

@media screen and (min-width: 768px) {
	tr {
		font-size: 14px;
		line-height: 16px;
	}
}

td {
	font-family: FiraBold;
	text-align: end;
}

@media screen and (min-width: 768px) {
	td {
		font-family: FiraBook;
		text-align: start;
		line-height: 20px;
	}
}

.singleProd-slider-mainPhoto {
	display: block;
	height: 182px;
	border-radius: 10px;
	border: 1px solid #b0b3b84d;
	margin-bottom: 8px;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.singleProd-slider-mainPhoto {
		height: 275px;
		margin-bottom: 16px;
	}
}

.singleProd-slider-mainPhoto img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	padding: 8px 10px;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.singleProd-slider-mainPhoto img.opacity-effect {
	opacity: 0;
}

.singleProd-slider-photoList ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.singleProd-slider-photoList ul li {
	margin-right: 15px;
}

.singleProd-slider-photoList ul li:last-child {
	margin-right: 0;
}

.singleProd-slider-photoList ul li a {
	border: 1px solid #b0b3b84d;
	border-radius: 6px;
	width: 60px;
	height: 60px;
	display: block;
}

.singleProd-slider-photoList ul li a img {
	padding: 3px;
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.singleProd-slider-photoList ul li a.active {
	border: 1px #000 solid;
}

#singleProd-slider.zoomed {
	width: calc(100% - 30px);
	height: 345px;
	position: fixed;
	overflow: visible;
	background: white;
	padding: 50px 50px;
	z-index: 13;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
	#singleProd-slider.zoomed {
		width: 60%;
		height: 500px;
		min-width: 700px;
		max-width: 742px;
		padding: 4% 5%;
	}
}

#singleProd-slider.zoomed .singleProd-slider-mainPhoto {
	height: calc(100% - 60px - 10%);
}

#singleProd-slider.zoomed .turn-off-zoomed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 5px;
	right: 5px;
	z-index: 12;
	padding: 5px;
	border-radius: 3px;
}

@media screen and (max-width: 768px) {
	#singleProd-slider.zoomed .singleProd-slider-photoList {
		position: absolute;
		bottom: -70px;
	}
	#singleProd-slider.zoomed .singleProd-slider-photoList ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#singleProd-slider.zoomed .singleProd-slider-photoList li {
		background: white;
		overflow: hidden;
		border-radius: 6px;
	}
}

.first-car::after {
	position: absolute;
	content: url(../images/arrow-down.svg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 0;
	top: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.first-model::after {
	position: absolute;
	content: url(../images/arrow-down.svg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 0;
	top: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.products-a-inner {
	cursor: pointer;
}
.langbar-socials-wrapper {
	display: flex;
	align-items: center;
}
.langbar-socials-wrapper .langbar {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-right: 15px;
	position: relative;

	/* width: 75px; */
	flex-direction: row-reverse;
	height: 32px;
	justify-content: space-between;
	align-items: flex-start;
}
.langbar-socials-wrapper .langbar.active {
	border-radius: 2px;
	background: #343434;
}
.langbar-socials-wrapper .langbar > div {
	/* gap: 5px; */
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.langbar-socials-wrapper .langbar.active div {
	overflow: visible;
	/* width: auto; */
	/* gap: 5px; */
	/* margin-left: 7px; */
}
.langbar-socials-wrapper .langbar.active p {
	transform: rotate(180deg);
	margin-top: 8px;
}
.langbar-socials-wrapper .langbar p {
	font-size: 40px;
	/* margin-top: -10px; */
	/* transform: rotate(90deg); */
	cursor: pointer;
	color: #fff;
}
.langbar-socials-wrapper .langbar a {
	text-transform: capitalize;
	font-size: 13px;
	display: flex;
	padding: 7px;
	gap: 5px;
	color: #18191a;
}
.langbar-socials-wrapper .langbar a.active {
	order: -1;
	color: #fff;
	margin-bottom: 4px;
}
.langbar-socials-wrapper .langbar a:not(.active) {
	border-radius: 2px;
	background: #fff;
}
.langbar-socials-wrapper .langbar a:not(.active):hover {
	/* color: #fff; */
	background: #f2f2f2;
}
.not-active-languages {
	visibility: hidden;
	overflow: hidden;
	padding: 3px;
	position: absolute;
	top: 35px;
	width: 100%;
	left: 0;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(157, 157, 157, 0.25);
	height: fit-content;
}
.langbar-socials-wrapper .langbar.active .not-active-languages {
	visibility: visible;
	overflow: visible;
}
.section-ul.parts-section-ul .section-ul-li {
	position: relative;
}
.other-offers {
	display: none;
	/* position: absolute; */
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 5;
}
.other-offers.active {
	display: block;
}
.other-offers-wrapper {
	/* border-radius: 10px;
	background: #fff;
	box-shadow: 0px 4px 14px 0px rgba(93, 93, 93, 0.25); */
	/* margin-top: 10px; */
}

.other-offers:has(.offer-card)::before {
	/* content: ""; */
	width: 15px;
	display: block;
	height: 10px;
	background: #fff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 2px;
}
.offer-card {
	padding: 16px;
	border-radius: 10px;
	border: 1px solid #858585;
	margin-top: 8px;
}
.offer-card:not(:last-child) {
	/* border-bottom: 1px solid #e6e6e6; */
}

.open-video-slider {
	cursor: pointer;
	z-index: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}
.open-video-slider svg {
	width: 20px;
}
.prod-sider-wrapper {
	display: none;
	z-index: -5;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.prod-sider-wrapper.active {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.8);
}
.prod-sider-wrapper .singleProd-slider-mainPhoto video,
.prod-sider-wrapper .singleProd-slider-mainPhoto img,
.prod-sider-wrapper .singleProd-slider-mainPhoto iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	border: none;
	display: block;
}
.prod-sider-wrapper .singleProd-slider-mainPhoto img {
	object-fit: contain;
}
.prod-sider-wrapper.active .singleProd-slider {
	padding: 24px;
	background-color: #fff;
	border-radius: 12px;
	max-height: 95%;
    overflow: hidden;
}
.prod-sider-wrapper.active .singleProd-slider-photoList ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
	gap: 8px;
}
.prod-sider-wrapper.active .singleProd-slider-photoList ul li a {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	max-height: 200px;
}

.prod-sider-wrapper.active .singleProd-slider-photoList ul li {
	margin: 0;
}

.prod-sider-wrapper .singleProd-slider-mainPhoto {
	transition: opacity 0.4s;
	height: 360px;
}

.prod-sider-wrapper .singleProd-slider-mainPhoto.opacity-effect {
	opacity: 0;
}
.prod-sider-wrapper.active .singleProd-slider-photoList ul li a > * {
	width: 100%;
	height: 100%;
}
.prod-sider-wrapper.active .singleProd-slider-photoList ul li a > iframe {
	pointer-events: none;
	display: block;
	border-radius: 6px;
	border: none;
}
.load-offers-mobile {
	display: none;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #e8d02b;
	border: 1px solid black;
	width: 100%;
	padding: 4px;
}
.load-offers-mobile svg {
	transform: rotate(0);
	flex-shrink: 0;
}
.load-offers-mobile.active svg {
	transform: rotate(180deg);
}
.slide-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.slide-top .d-flex {
	display: flex;
	align-items: center;
	gap: 8px;
}
.slide-top svg {
	flex-shrink: 0;
}
.slide-top .close-sider {
	cursor: pointer;
    zoom: 1.5;
}

.products-listiong-section .section-ul.parts-section-ul .section-ul-li {
	padding: 8px;
}
.products-listiong-section .section-ul.parts-section-ul .section-ul-li a {
}
.products-listiong-section .shipping {
	display: flex;
	align-items: center;
	gap: 8px;
}
.products-listiong-section .prod-info-wrap {
	border-radius: 10px;
	border: 1px solid #858585;
	padding: 16px;
}
.products-listiong-section .btns-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	margin-top: 15px;
}
.products-listiong-section .btns-wrapper > div {
	border-radius: 8px;
	border: 1px solid #858585;
	padding: 12px 6px;
	align-items: center;
	justify-content: center;
	display: flex;
	background: #efefef;
	color: #3a3b3c;
	font-family: HelvNeue;
	text-transform: uppercase;
	font-size: 10px;
}
.products-listiong-section
	.section-ul.parts-section-ul
	.section-ul-li:has(.other-offers.active .offer-card)
	.prod-main-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 8px;
	padding-top: 0;
	top: 175px;
	background: white;
	border-radius: 10px;
}
.parts-model-name {
	margin-left: 5px;
}
.langbar-socials-wrapper .langbar img {
	width: 24px;
	height: 18px;
	object-fit: contain;
	pointer-events: none;
}
.products-listiong-section .parts-section-ul-li .parts-price {
	display: flex;
	align-items: center;
}
.products-listiong-section .parts-section-ul-li .parts-price .quant {
	color: #3a3b3c;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.products-listiong-section
	.parts-section-ul-li
	.parts-price
	.quant:not(:empty) {
	margin-right: 12px;
}
.products-listiong-section
	.section-ul.parts-section-ul
	.section-ul-li:has(.other-offers.active) {
	z-index: 9;
}
.prod-sider-wrapper .singleProd-slider-photoList {
	max-height: 400px;
	overflow-y: scroll;
}
.mobile-block {
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 9;
}
.mobile-block > .icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #86ce3f;
	cursor: pointer;
}
#fb-root iframe {
	right: 0 !important;
}
.mobile-block .mobile-popup {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 75px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}
.mobile-block:hover .mobile-popup {
	visibility: visible;
	opacity: 1;
}
.mobile-block .mobile-popup a {
	display: block;
	width: max-content;
}
.mobile-block .icon svg {
	height: 60%;
	margin-top: 7px;
}
.map-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ef482a;
	position: fixed;
	bottom: 180px;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9;
}
.map-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);

	align-items: center;
	justify-content: center;
	z-index: 150;
}
.map-popup-content {
	max-width: 400px;
	width: 90%;
	box-shadow: 0px 4px 14px 0px rgba(91, 91, 91, 0.25);
	background-color: #fff;
	padding: 24px;
	border-radius: 12px;
}
.map-popup.active {
	display: flex;
}
.map-popup .body {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.map-popup .body a {
	display: flex;
	align-items: center;
	gap: 8px;
}
.map-popup .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.map-popup svg {
	flex-shrink: 0;
}
.close-map-popup {
	cursor: pointer;
}
.current-price {
	margin-right: 5px;
}
.desktop-phone-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.products-a-outter {
	display: flex;
	align-items: center;
	gap: 10px;
}
.products-a-outter img {
	width: 30px;
	flex-shrink: 0;
}
.search-block-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.search-block-wrapper .search-block {
	max-width: 300px;
}
.search-block-wrapper .search-block input {
	outline: none;
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

@media (max-width: 1024px) {
	.search-block-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	.search-block-wrapper .search-block {
		width: 100%;
	}

	header .default-infos-numbers {
		margin-right: 0;
	}

	.products-a-outter img {
		width: 25px;
	}
	.other-offers {
		position: static;
		display: block;
		margin-top: 10px;
	}
	.products-listiong-section
		.section-ul.parts-section-ul
		.section-ul-li:has(.other-offers.active)
		.prod-main-wrapper {
		position: static !important;
		padding: 0;
	}
	.other-offers.active {
		/* display: none; */
	}
	.prod-sider-wrapper .singleProd-slider-mainPhoto {
		height: 350px;
	}
	.other-offers.mobile-active {
		display: none;
		margin-top: 0;
	}
	.prod-sider-wrapper.active .singleProd-slider-photoList ul li a {
		max-height: 120px;
	}
	.other-offers:has(.offer-card)::before {
		display: none;
	}
	.section-ul.parts-section-ul
		.section-ul-li:has(.offer-card)
		.load-offers-mobile {
		display: flex;
		margin-top: 24px;
	}
	.offer-card {
		/* padding: 20px 0; */
	}

	.other-offers-wrapper {
		border-radius: 0;
		background: transparent;
		box-shadow: unset;
		margin-top: 0;
	}
	.other-offers:has(.offer-card) .other-offers-wrapper {
		/* border-top: 1px solid #e6e6e6; */
	}
	.prod-sider-wrapper.active {
		align-items: center;
	}
	.prod-sider-wrapper.active .singleProd-slider {
		margin-bottom: 0;
	}

	.prod-sider-wrapper.active .singleProd-slider-photoList ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.prod-sider-wrapper.active .singleProd-slider-photoList ul {
		grid-template-columns: 1fr;
	}
	.prod-sider-wrapper .singleProd-slider-photoList {
		max-height: 350px;
	}
	.desktop-phone-wrapper span {
		display: none;
	}
	.header-socials-ul .header-socials-li:nth-child(2) {
		margin: 0;
	}
	.langbar-socials-wrapper .langbar {
		margin-right: 8px;
	}
	.search-block-wrapper .search-block {
		width: 100%;
		max-width: 100%;
	}
}
/*# sourceMappingURL=style.css.map */
