:root {
	--green-color: #2E7D7C;
	--lightgrey-color: #F0F0F0;
	--green-color-hover: #20605F;
}
*, ::after, ::before {
	box-sizing: border-box;
}
html {
	scroll-padding: 100px;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-family: 'Inter', sans-serif;
}
a, svg {
	text-decoration: none;
	position: relative;
	transition: 0.3s ease;
}
input:focus, textarea:focus, .ss-main:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--green-color) !important;
}
button:hover {
	cursor: pointer;
}
p {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	font-family: 'Bebas Neue Cyrillic';
}
.row {
	margin: 0;
	width: 100%;
}
.not-homepage-page header.container-xxl {
	max-width: 100%;
	top: 0;
}
.not-homepage-page .app {
	margin-top: 150px;
}
header {
	position: absolute;
	top: 0;
	z-index: 999;
	transform: translateX(-50%);
	left: 50%;
	top: 24px;
	padding: 16px 24px !important;
	border-radius: 10px; 
	background-color: #fff;
}
header.fixed {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	border-radius: 0;
	position: fixed;
	top: 0;
	left: 0;
	transform: none;
	width: 100%;
	z-index: 999;
}
.call-btn {
	width: 50px;
	height: 50px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 10px;
	bottom: 10px;
	z-index: 99999;
	background: var(--green-color);
	padding: 15px;
	border-radius: 50%;
}
.call-btn img {
	width: 30px;
}
.scroll-top {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	cursor: pointer;
	opacity: .7;
	right: 40px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	
	bottom: 40px;
	z-index: 99999;
	background: var(--green-color);
	padding: 15px;
	border-radius: 50%;
}
.scroll-top.hide {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.lightgrey-bg {
	background-color: var(--lightgrey-color);
}
.white-text {
	color: #fff !important;
} 
header .navbar-nav {
	list-style: none;
	padding: 0;
	gap: 16px;
	display: flex;
}
header .navbar-nav .navbar-link {
	text-decoration: none;
	font-size: 16px;
	color: #5F5F5F;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
header .navbar-nav .navbar-link:hover {
	text-decoration: underline;
}

.btn {
	transition: 0.3s ease;
	position: relative;
	display: flex;
	padding: 16px 0;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	font-family: Inter;
}
.menu-close-btn {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 24px;
	top: 24px;
	z-index: 9999;
	cursor: pointer;
}
.menu-close-btn svg, .menu-btn svg {
	transform: scale(1.5);
}
.green-btn {
	color: #fff;
	border: 1px solid var(--green-color);
	background-color: var(--green-color);
}
.green-btn:hover {
	border-color: var(--green-color-hover);
	background-color: var(--green-color-hover);
}

.green-text {
	color: var(--green-color);
}
.green-bg {
	background-color: var(--green-color) !important;
}
.header-phone, .header-email {
	color: #222;
	font-family: 'Roboto';
	font-size: 20px;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}

.callme-btn {
	max-width: 210px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
	text-decoration: none;
}
.callme-btn span {
	display: inline-block;
	margin-right: 8px;
}

.main-slider__section {
	background-repeat: no-repeat;

}
.main-slider__section-title, .content__section h1 {
	color: #FFF;
	font-size: 56px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 32px;
}
.content__section h1 {
	color: #222;
}

.content__section p {
	color: #222;
	margin-bottom: 10px;
}
.content__section h2 {
	margin-bottom: 25px;
}
.main-slider__section .subtitle-text {
	padding-top: 256px;
	color: #A5A8AD;
	font-family: Roboto;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 16px;
	line-height: 120%;
}
.main-slider__section .subtitle-text span {
	display: inline-block;
	margin-left: 8px;
}
.swiper-pagination-bullet {
	background-color: #fff !important;
	width: 16px;
	height: 16px;
	opacity: 1;
	transform: none !important;
}
.swiper-pagination-bullet-active {
	background-color: #FC1F06 !important;
	width: 16px;
	height: 16px;
}
.menu-btn {
	display: block;
	background: none;
	cursor: pointer;
	border: none;
}

.main-slider__section .btn {
	max-width: 226px;
	margin-bottom: 175px;
}
.main-slider__section .btn span {
	margin-right: 4px;
}
.main-slider__section .swiper-slide .container {
	margin-bottom: 32px;
}
.main-slider__section .container-xxl {
	margin-bottom: 24px;
}
.main-slider__section .location {
	color: #FFF;
	text-align: right;
	font-family: Roboto;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.main-slider__section .location span {
	margin-left: 6px;
	display: inline-block;
}
.main-slider-pagination {
	bottom: 35px !important;
	left: 33% !important;
	top: initial !important;
}
.main-cooperation__section {
	padding-top: 72px;
	padding-bottom: 32px;
}
.main-cooperation__section .section-title h2 {
	color: #222; 
}
.section-title {
	display: flex;
	gap: 52px;
	align-items: flex-end;
	justify-content: space-between;
}
.section-title span:not(.green-text) {
	color: #505050;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
}
.main-cooperation__section-text {
	color: #999;
	margin-top: 8px;
	margin-bottom: 32px;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.section-title {
	margin-bottom: 32px;
}
.section-title h2, .content__section h2 {
	font-family: Bebas Neue Cyrillic;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 52.8px */
	letter-spacing: 0.24px;
}
.main-cooperation__section-item {
	border-radius: 10px;
	border: 1px solid #CFCFCF;
	background: #FFF; 
	height: 136px;
	padding: 24px;
}
.main-cooperation__section-item.green-bg  {
	border-color: var(--green-color);
}
.main-cooperation__section-item .title {
	color: var(--green-color);
	font-family: Bebas Neue Cyrillic;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 4px;
	line-height: 100%;
}

.main-cooperation__section-item .text {
	color: #999;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
}
.main-cooperation__section-item.green-bg  .title, .main-cooperation__section-item.green-bg  .text {
	color: #fff;
}
.main-trust__section {
	padding-top: 32px;
	padding-bottom: 32px;
}

.main-trust__section .trust-item {
	border-radius: 10px;
	padding: 24px;
	border: 1px solid #CFCFCF;
	margin-bottom: 24px;
	display: flex;	
	flex-direction: column;
	justify-content: space-between;
	
}
.main-trust__section .trust-item .title {
	font-family: Bebas Neue Cyrillic;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	color: #999; 
	line-height: 100%;
}
.main-trust__section .trust-item .text {
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	color: #999; 
}

.main-trust__section #trust-item-1, .main-trust__section #trust-item-4 {
	height: 427px;	
}
.main-trust__section #trust-item-1 .title, .main-trust__section #trust-item-4 .title {
	color: #fff;
}
.main-trust__section #trust-item-1 .text, .main-trust__section #trust-item-4 .text {
	color: #fff;
}

.main-trust__section #trust-item-2, .main-trust__section #trust-item-3 {
	height: 178px;	
}



.main-form__section {
	background-image: url('/images/main-form-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 70px;
	padding-bottom: 70px;
}

.main-form__section  h2 {
	color: #fff;
	margin-top: 32px;
}
.main-form__section .section-title p {
	color: #FFF;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	margin-top: 8px;
	font-weight: 400;
	line-height: 130%;
}

.main-form .main-form__title {
	color: #353535;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 24px;
	line-height: 130%;
}

.main-form__wrapper {
	background: #fff;
	padding: 32px;
	border-radius: 10px; 
	max-width: 364px;
}


.main-form label {
	color: #828582;
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	display: block;
	margin-bottom: 8px;
	text-align: left;
	line-height: 100%;
}

input.form-control {
	border-radius: 5px;
	border: 1px solid #CDD0CD;
	background: #FFF; 
	padding: 12px;
	font-size: 16px;
	display: block;
	height: 40px;
	width: 100%;
}
select.form-control {
	height: 40px;
}
input::placeholder {
	color: #B2B2B2; 
	font-family: 'Roboto';
	font-size: 16px;

}
.form-group {
	position: relative;
}
.main-form .col-12:not(:last-child) {
	margin-bottom: 24px;
}
.main-form button {
	width: 100%;
	cursor: pointer;
}

.main-form button span {
	margin-right: 8px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
	display: inline-block;
}
.ss-search {
	display: none !important;

}
.main-form .main-form__date {
	color: #B2B2B2;
	font-family: 'Roboto';
	position: relative;
	background-image: url('/images/Calendar.svg');
	background-repeat: no-repeat;
	background-position: center right 12px;
}

.ss-main {
	height: 40px;
	color: #b2b2b2;
	padding-left: 12px;
	padding-right: 12px;
}
.main-support__section {
	padding-top: 72px;
	text-align: center;
	padding-bottom: 36px;
}
.main-support__section .container-xxl {
	border-radius: 10px;
	background-color: #FFF; 
	padding: 40px 24px;
	background-image: url('/images/setting-1.svg'), url('/images/setting-2.svg');
	background-repeat: no-repeat;
	background-position: bottom left, top right;
}
.main-support__section p {
	margin-bottom: 32px;
}
.main-support__section p:first-child {
	color: #222;
	margin-bottom: 0;
	text-align: center;
	font-family:  Bebas Neue Cyrillic;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 52.8px */
	letter-spacing: 0.24px; 
}
.main-support__section p:nth-child(2) {
	color: #2E7D7C;
	font-family:  Bebas Neue Cyrillic;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0.24px; 
}
.main-support__section p:nth-child(3) {
	color: #222;
	font-family: Bebas Neue Cyrillic;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.main-support__section .btn {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
	margin-left: auto;
	margin-right: auto;
	max-width: 222px;
	background: #222;
	backdrop-filter: blur(10px); 
}
.main-support__section .btn  span {
	margin-right: 8px;
}

.main-approach__section {
	padding-bottom: 36px;	
}
.main-approach__item {
	border-radius: 10px;
	background: #FFF; 
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.main-approach__item .title {
	color: #222;
	font-family: Bebas Neue Cyrillic;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.main-approach__item .text {
	color: #999;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.main-approach__item .subtitle {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}

.main-approach__item .btn span {
	color: #181818;
	font-family: Inter;
	margin-right: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.main-approach__item img {
	width: 32px;
}
.main-approach__item .btn {
	border-radius: 5px;
	background: #FFF;
	max-width: 156px;
	height: 35px;
	margin-top: 12.5px;
	backdrop-filter: blur(10px); 
}

#main-approach__item-1 {
	height: 217px;
	margin-bottom: 24px;
	justify-content: space-between;
}
#main-approach__item-2 {
	border: 1px solid #CFCFCF;
	justify-content: space-between;
	height: 338px;
	border-radius: 10px;
	padding: 24px;
}
#main-approach__item-3 {
	height: 324px;
	margin-bottom: 24px;
}
#main-approach__item-3 .title {
	margin-top: auto;
}
#main-approach__item-4 {
	justify-content: space-between;
	height: 324px;
	margin-bottom: 24px;
}
#main-approach__item-5 {
	height: 230px;
}
#main-approach__item-6 {
	justify-content: space-between;
	height: 230px;
}

.main-services__section {
	padding-top: 36px;
	padding-bottom: 11px;	
}
.main-service__wrapper {
	margin-bottom: 24px;	
}
.main-service__item {
	position: relative;
	transition: 0.3 ease;
	height: 364px;	
	padding: 24px;	
	border-radius: 10px; 
	display: flex;	
	flex-direction: column;
	justify-content: space-between;
}
.main-service__item-number {
	color: #FFF;
	position: relative;
	transition: 0.3s ease;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; 
}

.main-service__item .title, .cardFlip-back-content {
	color: #FCFCFC;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.main-service__item a {
	color: #FFF;
	margin-top: 8px;	
	font-family: Inter;
	justify-content: flex-start;
	display: flex;	
	align-items: center;
	font-size: 16px;
	padding-bottom: 0;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.main-service__item a > span {
	margin-right: 8px;	
}
.main-autoparts__section {
	padding-top: 36px;	
	padding-bottom: 36px;
}

.main-autopart__item {
	border-radius: 10px;
	background: #FFF; 
	padding: 24px;
	height: 290px;
}
.main-autopart__item .image {
	height: 126px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-autopart__item .image img {
	object-fit: cover;
	max-width: 100%	;
}
.main-autopart__item .title {
	color: #222;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 8px;
}

.main-autopart__item .text {
	color: #999;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.main-qrcode__section {
	padding-top: 36px;
	padding-bottom: 36px;
}

.main-qrcode__section .main-qrcode__item {
	border-radius: 10px;
	background: #FFF; 
	height: 396px;
	position: relative;
	padding: 24px;
}
.main-qrcode__section .main-qrcode__item .image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(15deg) translateX(-50%) translateY(-50%);
}
.main-qrcode__section .subtitle-text {
	display: flex;
	color: #A5A8AD;
	font-family: Roboto;
	font-size: 20px;
	margin-bottom: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	align-items: center;
}
.main-qrcode__section .btn {
	background-color: #222;
	border-radius: 5px; 
	margin-top: 24px;
	max-width: 235px;
}
.main-qrcode__section .btn span {
	margin-right: 8px;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.main-qrcode__section .subtitle-text span {
	margin-left: 8px;
}
.main-qrcode__section .section-title {
	display: block;
}

.main-qrcode__section .qrcode-image {
	position: absolute;
	transform: translateY(-80%) translateX(-50%);
	top: 50%;
	left: 50%;
	max-width: 140px;
}
footer {
	margin-top: 36px;
	padding-top: 104px;
	padding-bottom: 103px;
	background-image: url('/images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
footer .footer-info__row {
	border: 1px solid #6B6B6B; 
	padding: 24px;
}
footer .footer-item .text-with-icon, footer .footer-item .or-text {
	color: #A5A8AD;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	position: relative;
	margin-bottom: 8px;
	font-weight: 400;
	line-height: 120%; 
	display: flex;
	align-items: center;
}
footer .footer-item .or-text {
	margin-left: 104px;
}
footer .footer-item .text-with-icon span {
	margin-left: 8px;
}

footer a:hover > img, .mobile-info .social-media__block img {
	filter: invert(46%) sepia(26%) saturate(979%) hue-rotate(130deg) brightness(85%) contrast(83%);
}

footer .footer-item .text {
	color: #FCFCFC;
	font-family: Bebas Neue Cyrillic;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 44px */
	letter-spacing: 0.2px; 
}

.footer-info__row .col-lg-4:nth-child(2) {
	border-left: 1px solid #6B6B6B;
	border-right: 1px solid #6B6B6B;
}
.footer-info__row .col-lg-4:not(:first-child) .footer-item {
	margin-left: 25px;
}
footer .copyright {
	margin-top: 24px;
}
footer .footer-links {
	display: flex;
}
footer .footer-links a {
	display: flex;
	align-items: center;
	color: #fff;
	margin-right: 24px;
}
footer .footer-links span {
	margin-right: 8px;
}

footer .copyright-text {
	color: #A5A8AD;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-right: 24px;
	line-height: normal; 
}

footer .privacy-link a {
	color: #A5A8AD;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-right: 24px;
	line-height: normal; 
	text-decoration: underline;
}

footer .dev-block a {
	color: #A5A8AD;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}

footer .dev-block span {
	color: #46ED2A;
	display: inline-block;
	transition: 0.3s ease;
}
footer .footer-copyright__info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

footer .dev-block a:hover span {
	transform: rotate(180deg);
}

.privacy-label {
	display: flex !important;
	align-items: center !important;
	font-size: 11px !important;
}
.privacy-label a {
	color: var(--green-color);
}
.privacy-label #main-form__privacy-checkbox {
	accent-color: var(--green-color);
}


.modal {
	display: none;
}

.modal.is-open {
	display: block;
}

.modal__container {
	max-width: 400px;
	width: 100%;
	padding: 24px;
}
.modal .main-form__wrapper {
	padding: 0;
}
#success-modal .modal__header {
	justify-content: flex-end;
}

.text-center {
	text-align: center;
}

.modal__close::before {
	content: none !important;
}



.main-service__item-info {
	visibility: visible;
	position: relative;
	transition: 0.3s ease;
}
.cardFlip {
	height: 364px;
}

.cardFlip-content {
	width: 100%;
	height: 100%;
	transition: transform 1s;
	transform-style: preserve-3d;
	cursor: pointer;
	position: relative;
}

.cardFlip-content.is-flipped {
	transform: rotateY(180deg);
}

.cardFlip-inside {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	border-radius: 16px;
}

.cardFlip-inside--front {
	display: flex;
	padding: 24px;
	flex-direction: column;
	justify-content: space-between;
}

.cardFlip-inside--back {
	background-color: #2E7D7C;
	transform: rotateY(180deg) scale(-1, 1);;

}

.cardFlip-back-content {
	width: 100%;
	height: 100%;
	color: #fff;
	transform: scale(-1, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}
