:root {
	--primary-color: #388200;
	--secondary-color: #323136;
}

html {
	scrollbar-color: var(--primary-color) var(--secondary-color);
	scroll-padding-top: 100px;
	background-color: #1e1e1e;
}


html,
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

body {
	background-color: #1e1e1e;
}

.row {
	width: 100%;
	margin: 0;
}

header {
	z-index: 999;
	top: 0;
	position: relative;
	width: 100%;
	max-width: 1320px;
	transition: 0.3s ease;
}


#app {
	padding-top: 50px;
}

.top-header {
	padding: 19px 0;
	background-color: #1e1e1e;
}

.top-header-title {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}

.top-header-social {
	display: flex;
	gap: 8px;
}

.top-header-social a,
.offcanvas-social a {
	text-decoration: none;
}

.top-header-phone,
.offcanvas .header-phone {
	margin-left: 11px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.worktime-block {
	display: flex;
	justify-content: space-between;
}

.worktime-block span {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}

.header-row {
	align-items: center;
	padding: 17px 25px;
	border-radius: 15px;
	background: var(--secondary-color);
}

.navbar-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.navbar-link {
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.navbar-link:hover {
	color: var(--primary-color);
}

.btn {
	border-radius: 7px;
	padding: 12px 0;
	font-weight: 700;
	height: 50px;
	font-size: 16px;
	max-width: 151px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.primary-btn {
	border: 1px solid var(--primary-color);
	color: #fff;
	background-color: var(--primary-color);
}

.secondary-btn {
	color: #fff;
	border: 1px solid #fff;
}

.primary-btn:hover,
.primary-btn:disabled,
.primary-btn:active,
.primary-btn:focus {
	color: #fff !important;
	background-color: #2a6002 !important;
	border-color: #2a6002 !important;
}

.secondary-btn:hover,
.secondary-btn:focus,
.secondary-btn:active {
	border-color: var(--primary-color) !important;
	color: var(--primary-color) !important;
}

h1 {
	font-weight: 700;
	font-size: 36px;
	color: #fff;
}


.cars-section h1 {
	margin-left: 100px;
	margin-bottom: 67px;
}

.car-item .phone {
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 25px;
}

.car-wrapper {
	margin-bottom: 45px;
}

.car-item {
	border-radius: 15px;
	background: var(--secondary-color);
	height: 100%;
	padding-bottom: 22px;
}

.car-item-info {
	padding-left: 20px;
	padding-right: 20px;
}

.car-item-images {
	height: 285px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.car-item-images img {
	border-radius: 15px 15px 0 0;
}

.car-item-price span.value {
	font-weight: 700;
}

.car-item .phone {
	color: var(--primary-color)
}

.car-item .title {
	display: flex;
	margin-top: 19px;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin-bottom: 26px;
	text-decoration: none;
}

.car-item .title:hover {
	color: var(--primary-color)
}

.car-item-spec {
	margin-bottom: 28px;
}

.car-item-spec {
	font-weight: 400;
	font-size: 17px;
	color: #fff;
}

.spec-item {
	margin-bottom: 6px;
	padding-bottom: 7px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #46454c;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
	color: none;
}

.owl-theme .owl-dots {
	display: none;
}

.owl-prev,
.owl-next {
	width: 45px !important;
	height: 45px !important;
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	display: block !important;
	border: 0px solid black !important;
}

.owl-prev {
	left: 0px;
}

.owl-next {
	right: 0px;
}

.carpage-section .owl-prev {
	left: -70px;
}

.carpage-section .owl-next {
	right: -70px;
}

.car-item-images .owl-carousel {
	height: 285px;
}

.features-section {
	padding-top: 79px;
	padding-bottom: 79px;
}

.features-section .feature-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 59px;
}

.features-section .feature-item .icon {
	margin-bottom: 22px;
}

.features-section .feature-item .title {
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.contact-form-section .form-row {
	border-radius: 15px;
	padding: 56px 50px 39px;
	background: var(--secondary-color);
}

.contact-form-section h3 {
	font-weight: 500;
	font-size: 28px;
	color: #fff;
}

.form-control {
	margin-bottom: 23px;
}

.contact-form .button-block .btn {
	margin-left: auto;
}

.contact-form p {
	font-weight: 400;
	font-size: 13px;
	color: #a2a2a2;
}

.contact-form label {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin-bottom: 7px;
	margin-left: 17px;
	display: inline-block;
}

.form-control::placeholder {
	font-weight: 400;
	font-size: 16px;
	color: #8f8f8f;
}

.form-control {
	border: 1px solid #4d4d4d;
	border-radius: 7px;
	background: var(--secondary-color);
	width: 100%;
	font-weight: 400;
	color: #fff !important;
	font-size: 16px;
	height: 43px;
}

.form-control:focus,
.form-control:active {
	background: var(--secondary-color);
	border: 1px solid var(--primary-color);
	outline: none;
	box-shadow: none;
}

.services-section h2,
.conditions-section h2 {
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 37px;
	color: #fff;
}

.conditions-section {
	padding-top: 96px;
	padding-bottom: 37px;
}

.services-section {
	padding-bottom: 53px;
}

.services-section ul,
.conditions-section ul {
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	padding-left: 0;
}

.services-section,
.conditions-section {
	padding-left: 100px;
}

footer {
	border-radius: 15px 15px 0 0;
	padding-top: 28px;
	background: var(--secondary-color);
	padding-bottom: 28px;
}

footer .service-info {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

footer .footer-logo {
	margin-top: 50px;
	display: inline-block;
}

footer .company-text {
	text-align: center;
	font-weight: 400;
	font-size: 17px;
	color: #fff;
}

footer .copyright {
	margin-top: 20px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}

footer .footer-phone {
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
}

.footer-social {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.privacy-link,
.developer {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.privacy-link:hover {
	text-decoration: underline;
	color: var(--primary-color)
}

.developer .green {
	color: #006d2d;
	transition: 0.3s ease;
}

.developer:hover .green {
	transform: rotate(180deg);
}

.scroll-top {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	cursor: pointer;
	opacity: .7;
	right: 25px;
	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;
}

.scroll-top img {
	transform: rotate(90deg);
}

#offcanvasMenu {
	background-color: var(--secondary-color);
}

.offcanvas-header .btn-close {
	filter: invert(1);
	opacity: 1;
}

.offcanvas-body .navbar-nav {
	display: block;
}

.offcanvas-body .navbar-link {
	font-size: 20px;
}

.mobile-menu-btn {
	background: none;
	border: none;
}

.offcanvas-title {
	color: #fff;
}

.acceptCookie {
	position: fixed;
	border: 1px solid var(--primary-color);
	padding: 25px;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
	background: var(--secondary-color);
	text-align: center;
	font-size: 13px;
	width: 100%;
	bottom: 20px;
	z-index: 10000;
	max-width: 540px;
	left: 50%;
	transform: translateX(-50%);
}

.acceptCookie a {
	color: var(--primary-color);
}

.acceptCookie .btn {
	margin-left: auto;
	margin-right: auto;
}

.link-success {
	color: var(--primary-color) !important;
}

.section-title {
	margin-bottom: 70px;
}

.main-slide {
	margin-bottom: 36px;
}

/* .blur-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
	filter: blur(10px);
} */

#sync2 {
	margin-bottom: 52px;
}

.carpage-section .car-name {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.car-spec-block {
	max-width: 350px;
}

.car-spec-block.left {
	margin-right: auto;
}

.car-spec-block.right {
	margin-left: auto;
}

.car-rental-info h4 {
	margin-top: 82px;
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.car-rental-info a {
	display: flex;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	color: #388200;
	margin-bottom: 55px;
	justify-content: center;
	text-decoration: none;
}

.car-description {
	font-weight: 400;
	font-size: 18px;
	line-height: 156%;
	color: #cacaca;
}

.privacy-section p,
.privacy-section b,
.section-404 p {
	font-weight: 400;
	font-size: 18px;
	line-height: 156%;
	color: #cacaca;
}

.section-404 a {
	color: var(--primary-color);
}

.mobile-phone-btn {
	width: 45px;
	height: 45px;
	position: fixed;
	background: #28d231 url('/images/phone_white.svg') center center no-repeat;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	border-radius: 50%;
	bottom: 40px;
	left: 25px;
	z-index: 99999;
}

.carpage-section #sync1 .owl-stage-outer {
	overflow: hidden
}

.carpage-section #sync1 .owl-item img {
	width: 100%;
	height: 560px;
	object-fit: cover;
	object-position: center;
}


.carpage-section #sync2 .owl-stage-outer {
	overflow: hidden;
}

.carpage-section #sync2 .owl-item img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center;
}