@font-face {
	font-family: Manrope;
	src: url('/fonts/Manrope-Regular.ttf');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Manrope;
	src: url('/fonts/Manrope-Bold.ttf');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

body {
	margin: 0;
	background: #fff;
	font-family: Manrope;
}

.centerilize {
	margin: 0 auto;
}

.headerMenu > a {
	color: #000416;
	text-decoration: none;
	font-size: 16px;
	margin: 0 50px;
	user-select: none;
	background-image: linear-gradient(
	to right,
	#021D8E,
	#021D8E 50%,
	#000 50%
	);
	background-size: 200% 100%;
	background-position: -100%;
	display: inline-block;
	padding: 5px 0;
	position: relative;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-in-out;
 font-weight: bolder;
}

.headerMenu > a:before{
	content: '';
	background: #021D8E;
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 3px;
	transition: all 0.3s ease-in-out;
}

.headerMenu > a:hover {
 background-position: 0;
}

.headerMenu > a:hover::before{
	width: 100%;
}

.phone {
	font-weight: bolder;
	color: #021D8E;
	text-decoration: none;
	font-size: 17px;
}

.callTime {
	font-size: 16px;
	user-select: none;
}

.logo {
	background: url('/images/logo.webp');
	background-size: 100%;
	background-repeat: no-repeat;
}

.headerLogo {
	width: 180px;
	height: 56px;
	cursor: pointer;
}

.headerMenuBlock {
	display: flex;
	width: 1180px;
	height: 100px;
	align-items: center;
}

.headerContacts {
	text-align: right;
}

.mainBlock {
	height: 700px;
	display: flex;
	justify-content: flex-end;
	user-select: none;
}

.main > .filledButton {
	width: 266px;
	height: 72px;
	font-size: 16px;
	background: #021D8E;
	color: white;
	align-items: center;
	border: none;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.2s;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.filledButton span {
	display: block;
	margin-left: 0.3em;
	transition: all 0.3s ease-in-out;
}

.filledButton svg {
	display: block;
	transform-origin: center center;
	transition: transform 0.3s ease-in-out;
	transform: scale(1.2);
	fill: #fff;
}

.filledButton:hover .svg-wrapper {
	animation: fly-1 0.6s ease-in-out infinite alternate;
}

.filledButton:hover svg {
	transform: translateX(5.6em) rotate(0deg) scale(1.8);
}

.filledButton:hover span {
	transform: translateX(15em);
}

.filledButton:active {
	transform: scale(0.95);
}

@keyframes fly-1 {
	from {
	transform: translateY(0.1em);
	}

	to {
	transform: translateY(-0.1em);
	}
}

.blue {
	color: #021D8E;
}

.mainTitle {
	font-size: 56px;
	font-weight: bolder;
	line-height: 52px;
}

.mainText {
	font-size: 20px;
	margin: 50px 0;
}

.main {
	width: 580px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mainPic {
	background: url(/images/mainPic.webp);
	height: 100%;
	width: 50vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aboutBlock {
	padding: 40px 0;
	background-color: #F6F7FF;
	display: flex;
	user-select: none;
	align-items: center;
	justify-content: center;
}

.about {
	width: 500px;
}

.aboutTitle {
	font-size: 56px;
	font-weight: bolder;
	margin-bottom: 20px;
}

.aboutText {
	font-size: 20px;
}

.aboutPic {
	background: url(/images/aboutPic.webp);
	width: 580px;
	height: 580px;
	border-radius: 20px;
	margin-right: 5vw;
	background-position: center;
	background-size: cover;
}

.advantagesBlock {
	padding: 40px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	user-select: none;
}

.advantageSubblock {
	display: flex;
	margin-top: 40px;
}

.advantagesTitle {
	font-size: 56px;
	font-weight: bolder;
}

.advantage {
	max-width: 240px;
	padding: 0 70px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 11px #021D8E1F;
	margin: 0 10px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 22px;
	flex-direction: column;
}

.advantageIcon {
	width: 56px;
	height: 56px;
	margin-bottom: 24px;
}

.carsBlock {
    padding: 40px 0;
    background-color: #F6F7FF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
    margin: 0 auto;
}

.carsTitle {
	font-size: 56px;
	font-weight: bolder;
	margin-bottom: 40px;
}

.availibleCarsBlock {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    flex-direction: column;
}

.availibleCarsBlock ol li {
	list-style-type: none;
}

.rs-carousel-pagination-link a {
	color: #00000000;
}

.rs-carousel-pagination-link {
    width: 10px;
    height: 10px;
    background-color: #021d8e52;
    border-radius: 25px;
    margin: 10px 5px 0 5px;
}

.rs-carousel-pagination-link.rs-carousel-pagination-link-active {
    background-color: #021d8e;
}

.rs-carousel-pagination {
    z-index: 10;
    display: flex;
    padding: 0;
    margin: 0 auto
}

.rs-carousel-mask {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.rs-carousel-horizontal .rs-carousel-item {
    float: left;
}

.rs-carousel-runner {
    position: relative;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.rs-carousel-transition .rs-carousel-runner {
    -moz-transition: -moz-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -ms-transition: -ms-transform .4s;
    transition: transform .4s;
}

.car {
    background-color: #fff;
    width: 340px;
    height: calc(100% - 40px);
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 10px;
    transition: 0.3s;
}

.owl-item.active.center .car {
    box-shadow: inset 0px 0px 5px #021D8E;
}

.carIcon {
	width: 340px;
	height: 240px;
	background-position: center;
    background-size: cover;
    margin-bottom: 24px;
    background-repeat: no-repeat;
}
.carName {
	font-weight: bolder;
	font-size: 22px;
	margin-bottom: 12px;
}
.carDescription {
	font-size: 16px;
	margin-bottom: 24px;
	padding-left: 10px;
}
.carPrice {
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: bolder;
}

.borderButton {
    border: 1px solid #021D8E;
    color: #021D8E;
    height: 54px;
    width: 340px;
    display: flex;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    box-shadow: inset 0 0 0 0 #021D8E;
}

.borderButton:hover {
	color: white;
	box-shadow: inset 0 -100px 0 0 #021D8E;
}

.borderButtonon:active {
	transform: scale(0.9);
}

.orderCarBlock {
	height: 492px;
}

.orderCarBlock {
    height: 492px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orderCarForm {
    width: 1060px;
    height: 212px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 11px #021D8E1F;
    border-radius: 20px;
    user-select: none;
}

.orderCarLeft {
    margin-right: 20px;
    width: 520px;
}

.orderCarTitle {
    font-size: 56px;
    font-weight: bolder;
}

.orderCarDesc {
    font-size: 20px;
    width: 400px;
}

.orderCarRight {
    width: 520px;
}

h2 {
	display: inline-block;
	font-size: 20px;
	font-weight: initial;
}

.orderCarInputs > input {
    color: #5F626F;
    font-size: 20px;
    padding: 20px;
    width: 210px;
    height: 24px;
    border: 0;
    background-color: #F6F7FF;
    border-radius: 8px;
    outline-color: #021D8E;
}

.rComment {
    width: 475px !important;
    margin-top: 15px;
}

.orderCarInputs > input:first-child {
    margin-right: 15px;
}

.policyPrivacy {
	margin-top: 8px;
	margin-bottom: 20px;
}

.policyPrivacy > a {
	text-decoration: none;
}

.policyPrivacy > a:hover {
	text-decoration: underline;
}

.orderCarForm .filledButton {
	width: 520px;
	height: 72px;
	font-size: 16px;
	background: #021D8E;
	color: white;
	align-items: center;
	border: none;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.2s;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.orderCarForm .filledButton:hover span {
	transform: translateX(25em);
}

footer {
	height: 188px;
	font-size: 16px;
}

.bottomBlock {
	display: flex;
	width: 1180px;
	height: 100%;
	align-items: center;
}

.bottomLogo {
	width: 180px;
	height: 56px;
}

.bottomInfo {
	display: flex;
}

.bottomInfoLine {
	display: flex;
}

.bottomInfoLine:first-child {
	margin-bottom: 20px;
}

.bottomInfoLine > svg {
	margin-right: 8px;
}

.bottomInfoLeft {
	padding-right: 32px;
}
.bottomInfoRight {
	padding-left: 32px;
	border-left: 2px solid #F6F7FF;
}

.years {
	user-select: none;
}

.wrapper {
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.contactForm {
    width: 1060px;
    height: 212px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 11px #021D8E1F;
    border-radius: 20px;
    background: #fff;
    user-select: none;
    display: none;
}

.contactForm .filledButton {
	width: 520px;
	height: 72px;
	font-size: 16px;
	background: #021D8E;
	color: white;
	align-items: center;
	border: none;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.2s;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.contactForm .filledButton:hover span {
	transform: translateX(25em);
}

.availibleCarsBlock ul:not(.carDescription) {
    display: flex;
    padding: 0;
    margin: 0;
}

.availibleCarsBlock ul:not(.carDescription) li {
    list-style-type: none;
    margin: 0 10px;
}

.carDescription li {
    list-style-type: disc !important;
    text-align: left;
}

.burger {
	display: none;
}
.mobileMenuBlock {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
}

.content {
    min-height: calc(100vh - 100px - 188px);
}

.privacy {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.privacyTitle {
    font-size: 46px;
    font-weight: bolder;
    text-align: center;
}

.privacySubtitle {
    font-size: 32px;
    text-align: center;
    font-weight: bolder;
    margin: 40px 0 20px 0;
}

.privacy .text {
    text-indent: 30px;
}

.conditionsBlock {
    display: flex;
    background-color: #F6F7FF;
    padding: 40px 5vw;
    flex-direction: column;
}

.conditionsTitle {
    font-size: 56px;
    font-weight: bolder;
    margin-bottom: 40px;
    text-align: center;
}

.conditionsSubtitle {
    font-size: 30px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.conditionsBlock ul {
	width: calc(90% - 40px);
    max-width: 1160px;
    margin: 10px auto 20px auto;
}

.toTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #021d8e;
    color: #fff;
    border-radius: 35px;
    opacity: 0.75;
    transition: 0.3s;
    user-select: none;
    cursor: pointer;
    z-index: 99;
}

.toTop:hover {
	opacity: 1;
}

.owl-stage {
    display: flex;
}

.owl-drag {
	cursor: grab;
}

.owl-grab {
	cursor: grabbing;
}

.owl-nav.disabled {
    display: none;
}

.owl-dots {
    z-index: 10;
    display: flex;
    padding: 0;
    margin: 10px auto 0 auto;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #021d8e52;
    border-radius: 25px;
    margin: 10px 5px 0 5px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.owl-dot.active {
    background-color: #021d8e;
}

.owl-stage-outer {
	min-width: 400px;
	width: 90vw;
	max-width: 1200px;
}

@media (min-width: 1024px) and (max-width: 1220px) {

	.headerMenuBlock {
		justify-content: space-around;
	}

	.headerMenuBlock, .content, footer {
		width: 100%;
	}

	.headerMenu.centerilize {
		margin: initial;
	}

	.headerMenu > a {
		margin: 0 20px;
	}

	.main, .about {
		width: 45%;
	}

	.aboutPic {
		width: 45vw;
		background-position: center;
	}

	.advantage {
		width: 15vw;
	}

	.bottomBlock {
	    width: 100%;
	    justify-content: space-around;
	}

	.orderCarForm, .contactForm {
	    width: 80vw;
	}

	.orderCarTitle {
	    font-size: 48px;
	}

	.bottomInfo {
		margin: initial;
	}

}

@media (max-width: 1024px) {
	.car {
	    width: 240px;
	}

	.carIcon {
	    width: 240px;
	    height: 160px;
	}

	.borderButton {
	    width: 240px;
	}
}

@media (max-width: 1023px) {
	.headerMenu, .headerContacts {
		display: none;
	}

	.mainBlock {
		flex-direction: column;
		align-items: center;
	}

	.main {
		width: 80%;
		align-items: center;
		text-align: center;
		margin-bottom: 40px;
	}

	.mainPic {
		width: 100%;
		background-position: center;
	}

	.aboutBlock {
		width: 100%;
		flex-direction: column-reverse;
	}

	.about {
		width: 80vw;
	}

	.aboutTitle {
		text-align: center;
	}

	.aboutPic {
		width: 80vw;
		height: 80vw;
		margin: 40px 0;
	}

	.advantageSubblock {
		flex-direction: column;
		margin-bottom: 40px;
	}

	.advantage {
		max-width: 80vw;
		width: 80vw;
		padding: 0 5vw;
		height: 100px;
		justify-content: flex-start;
		margin: 12px 0;
		flex-direction: row;
	}

	.advantageIcon {
		margin-bottom: 0;
		margin-right: 24px;
	}

	.advantage .text {
		text-align: left;
	}

	.availibleCarsBlock {
			width: 90%;
			padding: 0 5%;
		}

	.headerMenuBlock {
		width: 90vw;
	}

	.carsTitle {
		text-align: center;
		width: 100%;
	}

	.carsBlock {
		align-items: flex-start;	
	}

	.orderCarForm, .contactForm {
			flex-direction: column;
			width: 80vw;
			padding: 30px 0;
			height: initial;
		}

	.orderCarLeft {
		width: 90%;
		padding: 0 5%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.orderCarDesc {
		width: initial;
	}

	.orderCarRight {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.orderCarInputs {
		display: flex;
		flex-direction: column;
		width: 90%;
	}

	.orderCarInputs > input, .rComment {
		width: calc(100% - 40px) !important;
		margin-bottom: 10px;
		margin-top: 0;
	}

	.orderCarInputs > input:first-child {
		margin-right: 0;
	}

	.orderCarBlock {
		height: initial;
		padding: 40px 0;
	}

	.policyPrivacy {
		padding: 0 5%;
	}

	.contactForm .filledButton, .orderCarForm .filledButton {
		width: 90%;
	}

	footer {
		height: initial;
	}

	.bottomBlock {
			width: 90%;
			align-items: flex-start;
			flex-direction: column;
			padding: 0 5%;
			margin: 40px 0;
		}

		.bottomInfo {
		display: flex;
		flex-direction: column;
		margin: 32px 0;
	}

	.bottomInfoLeft {
		padding-right: 0;
		padding-bottom: 12px;
	}

	.bottomInfoRight {
		padding-left: 0;
		border-left: none;
		border-top: 2px solid #F6F7FF;
		padding-top: 12px;
	}

	.mobileMenuBlock{
		justify-content: center;
		flex-direction: column;
		width: 80%;
		background: #fff;
		border-bottom-left-radius: 20px;
		padding: 10px 20px 32px 20px;
	}

	.mobileMenuElements {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}

	.mobileMenuContacts {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.mobileMenuElements > a {
		color: #000416;
		text-decoration: none;
		margin: 16px 0;
		font-size: 16px;
		user-select: none;
		background-image: linear-gradient(
		to right,
		#021D8E,
		#021D8E 50%,
		#000 50%
		);
		background-size: 200% 100%;
		background-position: -100%;
		display: inline-block;
		padding: 5px 0;
		position: relative;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		transition: all 0.3s ease-in-out;
		font-weight: bolder;
	}

	.mobileMenuElements > a:before{
		content: '';
		background: #021D8E;
		display: block;
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 0;
		height: 3px;
		transition: all 0.3s ease-in-out;
	}

	.mobileMenuElements > a:hover {
	 background-position: 0;
	}

	.mobileMenuElements > a:hover::before{
		width: 100%;
	}

	.mobileMenuLogo {
		width: 130px;
		height: 40px;
	}

	.burger {
		background: #F6F7FF;
		width: 36px;
		height: 36px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		user-select: none;
		cursor: pointer;
		transition: 300ms;
		border-radius: 4px;
		position: absolute;
		top: 18px;
		right: 18px;
	}
	.burger.open {
		z-index: 99;
	}
	.burger input[type="checkbox"] {
		appearance: none;
		transition: 300ms;
	}

	.burger::before,
	.burger::after {
		content: "";
		transition: 300ms;
		transform-origin: center center;
	}

	.bBurger {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.burger::before {
		transform: translateY(8px);
	}
	.burger::after {
		transform: translateY(-8px);
	}
	.burger .line,
	.burger::before,
	.burger::after {
		width: 25px;
		height: 2.1px;
		display: block;
		background-color: black;
		border-radius: 5px;
		position: absolute;
		cursor: pointer;
	}

	.burger.open .line {
		width: 0;
		transition-delay: 100ms;
	}
	.burger.open:has(.line)::before {
		animation: animation1 400ms ease-out 0s 1 both;
	}
	.burger.open:has(.line)::after {
		animation: animation2 400ms ease-out 0s 1 both;
	}

	.burger:hover {
		background: #aeaeae;
		border-radius: 50%;
	}

	.burger:hover .line,
	.burger:hover::before,
	.burger:hover::after {
		background: #e8e8e8;
	}

	.burger:active {
		scale: 0.95;
	}
	@keyframes animation1 {
		0% {
		transform: translateY(8px) rotate(0deg);
		}
		50% {
		transform: translateY(0px) rotate(0deg);
		}
		100% {
		transform: translateY(0px) rotate(45deg);
		}
	}
	@keyframes animation2 {
		0% {
		transform: translateY(-8px) rotate(0deg);
		}
		50% {
		transform: translateY(0px) rotate(0deg);
		}
		100% {
		transform: translateY(0px) rotate(-45deg);
		}
	}

	.text a {
		font-weight: bolder;
		text-decoration: none;
	}

	.text a:hover {
		text-decoration: underline;
	}

	.carDescription, .borderButton, footer, .headerMenu > a, .callTime, .policyPrivacy {
		font-size: 3vw;
	}

	.carPrice, .phone, .conditionsBlock li {
		font-size: 3.1vw;
	}

	.mainText, .aboutText, .orderCarDesc, .orderCarInputs > input, .mobileMenuElements > a {
		font-size: 3.6vw;
	}

	.advantage, .carName {
		font-size: 3.9vw;
	}

	.conditionsSubtitle {
		font-size: 4.2vw;
	}

	.privacySubtitle {
		font-size: 4.6vw;
	}

	.privacyTitle {
		font-size: 5.6vw;
	}

	.mainTitle, .aboutTitle, .advantagesTitle, .carsTitle, .orderCarTitle, .conditionsTitle {
		font-size: 6vw;
	}

}