.form-control::placeholder {
	color: #0B3970;
	opacity: 0.5;
}
.form-control:-ms-input-placeholder {
	color: #0B3970;
	opacity: 0.5;
}
.form-control::-ms-input-placeholder {
	color: #0B3970;
	opacity: 0.5;
}
.form-control::-webkit-input-placeholder {
	color: #0B3970;
	opacity: 0.5;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #FFFFFF;
}
.datepicker.dropdown-menu {
	background-color: #FFFFFF;
}
.datepicker-days {
	font-size: 14px;
	line-height: 22px;
}
.hidden {
	display: none;
}
.grecaptcha-badge {
	display: none !important;
}
.lang-description {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
}
.car-info-reservation-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3567AE;
    border-radius: 8px;
    margin: 0 0 30px 0;
    padding: 14px 16px;
    min-height: 76px;
    background-image: url('../img/reservation-btn-bg.svg');
}
a {
	color: #0B3970;
}
body {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
body {
	background-color: transparent;
	background-image: url('../img/header-bg.png');
	background-size: auto;
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: right;
}
body.pages {
	background-color: transparent;
	background-image: url('../img/body-pages.png');
	background-size: auto;
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: right;
}
body header.header {
	background-color: transparent;
	border-bottom: 1px solid rgba(30, 54, 82, 0.1);
}
body.pages header.header {
	background-color: #3567AE;
	background-image: url('../img/header-blue-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}
header.header nav {
	max-width: 1500px;
}
header.header nav ul.navbar-nav {
	align-items: center;
}
header.header nav ul.navbar-nav .nav-item.active .nav-link {
    font-weight: 500;
}
header.header.blue-header nav ul.navbar-nav .nav-item .nav-link {
	color: rgb(255, 255, 255);
	font-weight: 300;
}
header.header.blue-header nav ul.navbar-nav .nav-item.active .nav-link {
    color: rgb(255, 255, 255);
    font-weight: 500;
}
header.header nav ul.navbar-nav li.local-phone .phone {
	font-weight: 600;
}
header.header nav ul.navbar-nav li.divider-vertical {
	height: 50px;
    border-left: 1px solid rgba(53, 103, 174, .2);
}
header.header.blue-header nav ul.navbar-nav li.divider-vertical {
	height: 50px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: .8rem;
	    padding-left: .8rem;
	}
}
.navbar {
    min-height: 98px;
}
@media (max-width: 600px) {
	.navbar {
		min-height: 70px;
	}
}
.nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: transparent;
}
.nav .divider-vertical {
    height: 50px;
    margin: 0 25px;
    border-left: 1px solid rgba(53, 103, 174, .2);
}
.navbar-nav > li > a {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}
.navbar-nav.export > li > a {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}
.navbar-nav.export > li.active > a {
	font-weight: bold;
	border-bottom: 3px solid red;
}
.navbar-nav.export > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu {
	border-radius: 4px;
}
.navbar-dark .navbar-text {
	color: #FFFFFF;
}
.navbar-light .navbar-text {
	color: #0B3970;
}
.navbar-light .navbar-nav .nav-link {
	color: #0B3970;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #0B3970;
	font-weight: 600;
}
.dropdown-menu {
	background-color: #24559B;
	padding: 10px 0;
	margin: 0;
	min-width: 190px;
}
.dropdown-menu > a {
	color: #FFFFFF;
	background-color: #3261A3;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	padding: 15px 16px 15px 20px;
}
@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
li.local-phone svg {
	height: 25.6px;
	width: 25.6px;
}
li.social-abilities svg {
	height: 30px;
	width: 30px;
}
li.languages img {
	height: 20px;
	width: 20px;
}
#contactIcon {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
    cursor: pointer;
    position: fixed;
    right: 34px;
    bottom: 19px;
    background: #3869AC;
    border-radius: 8px;
    padding: 12px 0;
    z-index: 99;
}
#contactIcon svg {
	display: block;
}
#contactIcon p {
    margin-top:4px;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}
.fixed-form {
    position: fixed;
    right: 34px;
    bottom: 19px;
    width: 431px;
    z-index: 1000;
    background: #FFFFFF;
    box-shadow: 0px 14px 24px rgba(26, 85, 165, 0.1);
    border-radius: 8px;
    padding: 35px;
}
#fixedForm input {
	color: #0E294E;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	background-color: #F5F7FA;
    border: none;
    border-radius: 4px;
    padding: 14px;
    width: 100%;
}
#fixedForm textarea {
	color: #0E294E;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
    height: 109px;
    background-color: #F5F7FA;
    border: none;
    border-radius: 4px;
    padding: 14px;
    width: 100%;
}
#fixedForm button {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.fixed-form .title {
	color: #3869AC;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
#fixedForm {
    margin-top: 23px;
}
#fixedForm .button-wrapper div {
    float: left;
    width: 50%;
}
#fixedForm button.cancel-fixedForm {
    padding-left:21px;
    padding-right: 26px;
    color: #0E294E;
    background-color: white;
    border: 1px solid #3869AC;
    box-sizing: border-box;
    border-radius: 6px;
}
#sendFixForm {
	color: #FFFFFF !important;
    font-family: 'Roboto', sans-serif;
    width: 180px;
    padding-left:27px;
    padding-right: 30px;
    color: white;
    float: right;
    height: 45px;
    background-color: #3869AC !important;
    border-radius: 4px;
}
#contactIcon ul {
    list-style: none;
    padding-left: 30px;
    margin-top: 28px;
}
#contactIcon ul li.contact-icon-star {
    height:40px;
    width:40px;
    float: left;
}
.ribbon {
	width: 97px;
	height: 97px;
	overflow: hidden;
	position: absolute;
}
.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 2px solid #B11B1B;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 164px;
	padding: 5px 0;
	background-color: #F35047;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font: 400 12px/1 'Roboto', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
}
.ribbon-top-right {
	top: -4px;
	right: -4px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
}
section .wrapper {
	margin: 0 auto;
	max-width: 1920px;
}
section .wrapper .content {
	margin: 0 auto;
	max-width: 1500px;
}
section .wrapper .content h1 {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 47px;
	text-align: center;
	padding: 0;
	margin: 0;
}
section .wrapper .content .breadcrumbs {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
	opacity: 0.5;
}
.button-white {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #0B3970;
	border: 1px solid #0B3970;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 14px;
	font-size: 18px;
	line-height: 21px;
	border-radius: 4px;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.button-white:hover,
.button-white:focus {
	color: #FFFFFF;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
.button-red {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border-color: #F35047;
	background-color: #F35047;
	text-align: center;
	vertical-align: middle;
	padding: 14px;
	font-size: 18px;
	line-height: 21px;
	border-radius: 4px;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.button-red:hover,
.button-red:focus {
	color: #FFFFFF;
	background-color: #DE3931;
	text-decoration: none;
}
.button-transparent-blue {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #0B3970;
	border: 1px solid #0B3970;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	padding: 14px 30px;
	font-size: 18px;
	line-height: 21px;
	border-radius: 4px;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.button-transparent-blue:hover,
.button-transparent-blue:focus {
	color: #3567AE;
	border: 1px solid #3567AE;
	text-decoration: none;
}
.mainblock {
	margin: 67px 0 0 0;
	padding-bottom: 67px;

	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.mainblock .wrapper .content {
	max-width: 1440px;
}
.mainblock .wrapper .content .flex_container .columns div.button {
	min-width: 171px;
	width: 100%;
}
.mainblock .wrapper .content .flex_container .columns div.img.money svg {
	height: 59.76px;
	width: 59.88px;
}
.mainblock .wrapper .content .flex_container .columns div.img.cars svg {
	height: 54.09px;
	width: 85.11px;
}
.mainblock .wrapper .content .flex_container .columns div.img.magnifier svg {
	height: 55.44px;
	width: 87.72px;
}
.mainblock .wrapper .content .flex_container .columns div.block-wrapper .title {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
}
.mainblock .wrapper .content .flex_container .columns div.block-wrapper .intro {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	opacity: 0.7;
	padding: 9px 0 0 0;
}
.mainblock .wrapper .content .flex_container .columns div.block-wrapper .button {
	margin: 37.14px 0 0 0;
}
.mainblock .wrapper .content .flex_container .columns div.block-wrapper .button a {
	min-width: 171px;
}
.cars-desktop {
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
@media (max-width: 575px) {
	.cars-desktop {
		padding: 45px 0 0 0;
	}
}
.cars-desktop .title-blue {
	font-size: 26px !important;
	line-height: 30px;
	color: #0B3970;
	font-family: "Roboto Bold";
}
.cars-desktop .wrapper .content {
	max-width: 1440px;
}
@media only screen and (max-width: 1440px) {
	.cars-desktop .wrapper .content {
		max-width: 1065px;
	}
}
.cars-desktop .wrapper .content .gray-background__title {
	max-width: 1440px;
}
.cars-desktop .wrapper .gray-background__content {
	max-width: 1560px;
}
.cars-desktop .wrapper .gray-background__content .owl-carousel-cars-mobile {
	margin: 0 auto;
	width: 1440px;
}
.cars-desktop .wrapper .title-blue {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
}
.cars-desktop .wrapper .horizontal-carousel {
	position: relative;
	justify-content: space-between;
	padding: 0 60px;
}
.cars-desktop .wrapper .horizontal-carousel .arrow {
	position: absolute;
	width: 24px;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
}
.cars-desktop .wrapper .horizontal-carousel .arrow.left {
	left: 10px;
}
.cars-desktop .wrapper .horizontal-carousel .arrow.right {
	right: 10px;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt {
	display: inline-block;
	text-align: left;
	cursor: pointer;
	margin-bottom: 20.43px;
	max-width: 334px;
	width: 100%;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text {
	color: #162944;
	background-color: #FFF;
	text-align: left;
	padding: 20.2px 14px 20.16px 14px;
	width: 100%;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .img-wrapper .image {
	width: 100%;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .title {
	color: #0B3970;
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 12.8px 0 0 0;
	width: 100%;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div {
	display: table;
}
@media only screen and (max-width: 1440px) {
	.cars-desktop .wrapper .gray-background__content {
		max-width: 1185px;
	}
	.cars-desktop .wrapper .gray-background__content .owl-carousel-cars-mobile {
		width: 1065px;
	}
	.cars-desktop .wrapper .horizontal-carousel .img-txt {
		max-width: 251px;
		width: 100%;
	}
	.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div {
		display: inline-flex;
		flex: 1 50%;
		align-items: center;
	}
	.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div:nth-child(3),
	.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div:nth-child(4) {
		padding: 12px 0 0 0;
	}
	.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div:nth-child(3) span:nth-child(2) {
		margin: 0 0 0 3px;
	}
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div span svg {
	vertical-align: middle;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div:nth-child(1) span svg {
	height: 17px;
	width: 23px;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div:nth-child(2) span svg {
	height: 18px;
	width: 18px;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div:nth-child(3) span svg {
	height: 17px;
	width: 17px;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div:nth-child(4) span svg {
	height: 17px;
	width: 17px;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div span:nth-child(2) {
	color: #162944;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	opacity: 0.6;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div:nth-child(1) span:nth-child(2),
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div:nth-child(4) span:nth-child(2) {
	padding: 0 0 0 7px;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div:nth-child(2) span:nth-child(2),
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro div:nth-child(3) span:nth-child(2) {
	padding: 0 0 0 5px;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .intro span {
	display: table-cell;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .price {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 26px;
	padding: 20px 0 0 0;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .price .main {
	color: #0B3970;
}
.cars-desktop .wrapper .horizontal-carousel .img-txt .text .price .pmt {
	color: #3567AE;
}
.subscribe {
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.subscribe .wrapper {
	padding: 31px 0 0 0;
}
.subscribe .wrapper .content {
	margin: 0 auto;
	width: 1065px;
}
.subscribe .wrapper .content form {
	margin: 0 auto;
	text-align: center;
}
.subscribe .wrapper .content form label {
	color: #0B3970;
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 20px 0 0;
	vertical-align: top;
	text-align: right;
	max-width: 300px;
}
.subscribe .wrapper .content form input[type=email] {
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 14px;
	border: 1px solid rgba(11, 57, 112, 0.3);
	border-radius: 4px;
	margin: 0 20px 0 0;
	height: 49px;
	width: 359px;
}
.subscribe .wrapper .content form input[type=submit] {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	background-color: #F35047;
	padding: 12px 26px;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
}
.delivery-prices {
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.blogs-jarelmaks {
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;

	padding: 57px 0 0 0;
}
.blogs-jarelmaks .wrapper .content {
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-height: 440px;
	max-width: 1262px;
}
.blogs-jarelmaks .wrapper .content .tingbox {
	background-size: cover;
	background-image: url('../img/tingbox.png');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	height: auto;
	width: 100%;
}
.webp.blogs-jarelmaks .wrapper .content .tingbox {
	background-image: url('../webp/tingbox.webp') !important;
}
.blogs-jarelmaks .wrapper .content .tingbox .header {
	font-size: 26px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	padding: 49px 0 57px 0;
}
@media only screen and (max-width: 1440px) {
	.blogs-jarelmaks .wrapper .content {
		max-height: 414px;
		max-width: 1065px;
	}
	.blogs-jarelmaks .wrapper .content .tingbox .header {
		font-size: 26px;
		font-weight: bold;
		line-height: 38px;
		text-align: center;
		padding: 45px 0 35px 0;
	}
}
.blogs-jarelmaks .wrapper .content .tingbox ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
}
.blogs-jarelmaks .wrapper .content .tingbox ul li {
	flex-basis: 25%;
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.blogs-jarelmaks .wrapper .content .tingbox ul li:last-child {
	border: none;
}
.blogs-jarelmaks .wrapper .content .tingbox .title {
	margin-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
.blogs-jarelmaks .wrapper .content .tingbox ul li .description {
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	margin: 0 45px;
	text-align: center;
}
.blogs-jarelmaks .wrapper .content .tingbox .blogs-button {
	padding: 45px 0;
	text-align: center;
}
.blogs-jarelmaks .wrapper .content .tingbox .blogs-button a {
	color: #0B3970;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	padding: 16px 31px;
	border-radius: 4px;
	background-color: #FFFFFF;
}
.partners {
	padding: 30px 0 0 0;
	position: relative;

	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.partners:before {
	position: absolute;
	top: -318px;
	left: 0;
	width: 100%;
	height: 440px;
	content: "";
	border-top: 1px solid rgba(11, 57, 112, .2);
	background: rgba(53, 103, 174, .05);
	border-bottom: 1px solid rgba(11, 57, 112, .2);
	z-index: -1;
}
.partners .wrapper {
	padding: 0 0 30px 0;
}
.partners .wrapper .content {
	display: flex;
	justify-content: center;
	max-width: 1262px;
}
@media only screen and (max-width: 1440px) {
	.partners .wrapper .content {
		display: flex;
		justify-content: center;
		max-width: 1065px;
	}
}
.partners .wrapper .content ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
}
.partners .wrapper .content ul li {
	flex-basis: auto;
	margin-right: 36px;
}
.partners .wrapper .content ul li:last-child {
	margin-right: 0;
}
.partners .wrapper .content svg,
.partners .wrapper .content img {
	max-height: 62px;
}
.popular {
	padding: 43px 0 0 0;

	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.popular .wrapper .content {
	max-width: 1440px;
}
.popular .wrapper .content .header {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
@media only screen and (max-width: 375px) {
	.popular .wrapper .content .header {
		justify-content: center;
	}
	.popular .wrapper .content .header .right {
		display: none;
	}
}
.popular .wrapper .content .header .left span {
	color: #0B3970;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
}
.popular .wrapper .content .catalog-cars__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 43px 0 0 0;
}
@media only screen and (max-width: 375px) {
	.popular .wrapper .content .catalog-cars__list {
		justify-content: center;
	}
}
.popular .wrapper .content .catalog-cars__list .img-txt {
	display: inline-block;
	text-align: left;
	cursor: pointer;
	margin-bottom: 20.43px;
	max-width: 334px;
	width: 100%;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text {
	color: #162944;
	text-align: left;
	padding: 20.2px 14px 20.16px 14px;
	width: 100%;
}
.popular .wrapper .content .catalog-cars__list .img-txt .img-wrapper .image {
	width: 100%;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .title {
	color: #0B3970;
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro {
	justify-content: space-between;
	align-items: center;
	margin: 12.8px 0 0 0;
	width: 100%;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div {
	display: table;
}
@media only screen and (max-width: 1440px) {
	.popular .wrapper .content {
		max-width: 1065px;
	}
	.popular .wrapper .content .catalog-cars__list {
		padding: 70px 0 0 0;
	}
	.popular .wrapper .content .catalog-cars__list .img-txt {
		max-width: 251px;
		width: 100%;
	}
	.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div {
		display: inline-flex;
		flex: 1 50%;
		align-items: center;
	}
	.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(3),
	.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(4) {
		padding: 12px 0 0 0;
	}
	.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(3) span svg {
		margin: 0 0 0 5px;
	}
	.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(3) span:nth-child(2) {
		margin: 0 0 0 3px;
	}
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div span svg {
	vertical-align: middle;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(1) span svg {
	height: 17px;
	width: 23px;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(2) span svg {
	height: 18px;
	width: 18px;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(3) span svg {
	height: 17px;
	width: 17px;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(4) span svg {
	height: 17px;
	width: 17px;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div span:nth-child(2) {
	color: #162944;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	opacity: 0.6;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(1) span:nth-child(2),
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(4) span:nth-child(2) {
	padding: 0 0 0 7px;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(2) span:nth-child(2),
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro div:nth-child(3) span:nth-child(2) {
	padding: 0 0 0 5px;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .intro span {
	display: table-cell;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .price {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 26px;
	line-height: 30px;
	padding: 23.41px 0 0 0;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .price .main {
	color: #0B3970;
}
.popular .wrapper .content .catalog-cars__list .img-txt .text .price .pmt {
	color: #3567AE;
}
.lisainfo {
	padding: 91.43px 0 0 0;

	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.lisainfo .wrapper {
	background-image: url('../img/ark_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 4px;
	padding: 78px 91px 86px 91px;
	max-width: 1440px;
}
.lisainfo .wrapper .content .row:nth-child(2) {
	padding: 70px 0 0 0;
}
.lisainfo .wrapper .content .img img {
	border-radius: 10px;
}
.lisainfo .wrapper .content .img .illustration {
	height: 127px;
	width: 127px;
	top: -28px;
	left: -11px;
	position: absolute;
	background-size: 100%;
}
.lisainfo .wrapper .content .text {
	margin-left: 26px;
	max-width: 255px;
}
.lisainfo .wrapper .content .text .title {
	color: #0B3970;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 9px;
}
.lisainfo .wrapper .content .text .maintext {
	color: #0B3970;
	opacity: 0.7;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 20px;
}
.lisainfo .wrapper .content .text .more {
	color: #3567AE;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	text-decoration: underline;
}
@media only screen and (max-width: 1440px) {
	.lisainfo .wrapper,
	.lisainfo .wrapper .content .img img {
		border-radius: unset;
	}
	.lisainfo .wrapper .content {
		width: 1065px;
	}
}
.questions {
	padding: 75px 0 0 0;

	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.questions .wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	max-width: 1440px;
}
.questions .wrapper .title {
	font-size: 30px;
	line-height: 35px;
	color: #F35047;
	margin-bottom: 26px;
}
.questions .wrapper .bullets {
	font-size: 18px;
	font-weight: 300;
	line-height: 230%;
}
.questions .wrapper .bullets .text-only {
	text-decoration: none;
}
@media only screen and (max-width: 1440px) {
	.questions {
		padding: 0;
	}
}
.shopping-places {
	padding: 70px 0;

	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.shopping-places .wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	max-width: 1440px;
}
.shopping-places .wrapper .content {
	width: 100%;
}
.shopping-places .content .left {
	color: #0B3970;
	padding: 50px 285px 50px 50px;
	max-width: 922px;
	width: 100%;
}
.shopping-places .content .left .title,
.shopping-places .content .right .right-wrapper .title {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
}
.shopping-places .content .left .info .information .descrtiption-text,
.shopping-places .content .right .right-wrapper .text {
	font-size: 16px;
	font-weight: normal;
	line-height: 170%;
	margin: 26px 0 0 0;
}
.shopping-places .content .left .info .information .cars-counter {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #F35047;
	text-align: center;
	vertical-align: middle;
	margin: 26px 0 0 0;
	padding: 6px 10px;
	font-size: 20px;
	line-height: 23px;
}
.shopping-places .content .left .info .information .info-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 38px 0 0 0;
}
.shopping-places .content .left .info .information .info-footer div {
	
}
.shopping-places .content .left .info .information .info-footer div ul {
	list-style: none;
	margin: 32px 0 0 0;
	padding: 0;
}
.shopping-places .content .right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFFFFF;
	background-image: url('../img/shops_form_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 8px;
	padding: 43px 58px 43px 53px;
	width: 493px;
}
.webp.shopping-places .content .right {
	background-image: url('../webp/shops_form_bg.webp') !important;
}
.shopping-places .content .right .right-wrapper .button-white {
	margin: 48px 0 0 0;
	padding: 14px 25.20px;
}
@media only screen and (max-width: 1440px) {
	.shopping-places .content .left {
		color: #0B3970;
		padding: 50px;
		max-width: 660px;
		width: 100%;
	}
}
.stats {
	background-color: rgba(53, 103, 174, 0.05);
	max-height: 219px;

	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.stats .wrapper {
	padding: 60px 0 60px 0;
}
.stats .wrapper .content {
	max-width: 1048px;
}
.stats .wrapper .content ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
}
.stats .wrapper .content ul li {
	flex-basis: 25%;
	margin-left: 45px;
	padding-right: 45px;
	border-right: 1px dashed rgba(11, 57, 112, 0.1);
}
.stats .wrapper .content ul li:first-child {
	margin-left: unset;
}
.stats .wrapper .content ul li:last-child {
	padding-right: unset;
	border: none;
}
.stats .wrapper .content ul li .number {
	color: #3567AE;
	font-size: 40px;
	font-weight: bold;
	line-height: 47px;
}
.stats .wrapper .content ul li .text {
	color: #0B3970;
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
}
.places {
	display: flex;
	flex-flow: row nowrap;

	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.places a {
	flex: auto;
	width: 20%;
}
.places a img {
	width: 100%;
	height: auto;
}
.places .mfp-image-holder .mfp-content {
	max-width: 60%;
}
.places .image-source-link {
	color: #98C3D1;
}
.places .mfp-with-zoom .mfp-container,
.places .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.places .mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.places .mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.places .mfp-with-zoom.mfp-removing .mfp-container,
.places .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.places .mfp-title,.image-source-link {
	display: none;
}
.cars-on-sale {
	background-image: url('../img/on-sale-background.png');
	background-position: center;
	background-size: cover;
	opacity: 0.9;
	max-height: 254px;

	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.webp.cars-on-sale {
	background-image: url('../webp/on-sale-background.webp') !important;
}
.cars-on-sale .wrapper {
	padding: 0;
}
.cars-on-sale .wrapper .content {
	align-items: center;
	padding: 68px 0 69px 0;
}
.cars-on-sale .wrapper .content div {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.cars-on-sale .wrapper .content div:nth-child(1) {
	font-size: 36px;
	line-height: 42px;
	margin: 0 28px 0 0;
}
.cars-on-sale .wrapper .content div:nth-child(2) {
	font-size: 100px;
	line-height: 117px;
}
.cars-on-sale .wrapper .content div:nth-child(3) {
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 0 28px;
}
.cars-on-sale .wrapper .content div button {
	border-radius: 4px;
}
.contact-form {
	padding: 77px 0 0 0;
}
.contact-form .wrapper .content {
	width: 100%;
	max-width: 1440px;
}
.contact-form .separator {
	border-left: 1px solid #E8E8E8;
	margin-right: 44px;
}
.contact-form .wrapper .content .block {
	flex: 1;
}
.contact-form .block .title {
	color: #2D5592;
	font-size: 27px;
}
.contact-form .block .info-block {
	font-size: 20px;
	margin-top: 18px;
	margin-bottom: 30px;
}
.contact-form .block .info-block:last-child {
	margin-bottom: 0px;
}
.contact-form .block .info-block title {
	color: #2D5592;
	display: block;
	margin-bottom: 16px;
}
.contact-form .block .info-block .info-row {
	color: #000;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 8px;
}
.contact-form .block .info-block .info-row .img {
	display: flex;
	align-items: center;
	width: 26px;
	flex-direction: column;
	margin-right: 14px;
}
.contact-form .block .info-block .info-row .img svg {
	width: 21px;
}
.contact-form .block .info-block .info-row .img.hash svg {
	width: 13px;
}
.contact-form .block .info-block .info-row .img.map svg {
	width: 16px;
}
.contact-form .block .info-block .info-row .img.att svg {
	width: 26px;
}
.contact-form .block .info-block .info-row .img.ph svg {
	width: 24px;
}
.contact-form .block .info-block .info-row .img.web svg {
	width: 24px;
}
.contact-form .block form {
	background: #F6F7F9;
	padding: 20px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}
.contact-form .block form input {
	height: 49px;
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 14px;
	border: 1px solid #CCCCCC;
}
.contact-form .block form textarea {
	height: 144px;
	padding: 20px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
}
.contact-form .block form .bottom {
	align-items: center;
	margin-top: 14px;
}
.contact-form .block form .bottom .button-wrapper {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.contact-form .separator {
	margin-right: 81px;
}
.contact-form .block .title {
	color: #0B3970;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
}
.contact-form .block .info-block title {
	color: #0B3970;
	font-size: 14px;
	font-weight: bold;
	line-height: 170%;
}
.contact-form .block .info-block .info-row {
	color: #0B3970;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}
.contact-form .block .info-block .info-row .img {
	margin-right: 4px;
}
.contact-form .block .info-block .info-row .img i {
	color: #f35047;
	font-size: 15px;
}
.contact-form .form {
	padding: 63px 58px 39px 60px;
}
@media only screen and (max-width: 1440px) {
	.contact-from .wrapper {
		max-width: 1440px;
	}
	.contact-form .wrapper .content {
		max-width: 1065px;
		width: 100%;
	}
	.contact-form .form {
		padding: 24px 22px 39px 26px;
	}
}
.contact-form .form .button-red {
	padding: 14px 30px;
}
.pricing {
	padding: 70px 0 135px 0;
}
.pricing .wrapper .content {
	margin: 0 auto;
	width: 1065px;
}
.pricing .wrapper .content .description {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.pricing .wrapper .content .description {
	margin-top: 59px;
}
.pricing .wrapper .content .description .block {
	border: 1px solid rgba(43, 94, 166, .3);
	border-radius: 8px;
	padding: 40px;
}
.pricing .wrapper .content .description .block:nth-child(even) {
	margin: 0 0 0 40px;
}
.pricing .wrapper .content .description .block .title {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
}
.pricing .wrapper .content .description .block .text {
	display: table;
}
.pricing .wrapper .content .description .block .text .line {
	margin: 14px 0 0 0;
}
.pricing .wrapper .content .description .block .text .line span {
	display: table-cell;
	vertical-align: top;
}
.pricing .wrapper .content .description .block .text .line span:nth-child(even) {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	padding: 0 0 0 10px;
}
.pricing .wrapper .content h3 {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 135px;
}
.exchange {
	padding: 70px 0 76px 0;
}
.exchange .wrapper .content {
	width: 100%;
	max-width: 1304px;
}
.exchange .wrapper .content .exchange_more {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 33px 0 0 0;
}
.exchange .wrapper .content .exchange_more > * {
	flex: 0 0 48%;
}
.exchange .wrapper .content .exchange_more .block {
	height: 303px;
	padding: 40px 16px 40px 40px;
}
.exchange .wrapper .content .exchange_more .block:nth-child(2) {
	height: 343px;
	text-align: center;
	padding: 0;
}
.exchange .wrapper .content .exchange_more .block.w-border {
	border: 1px solid rgba(43, 94, 166, 0.3);
	border-radius: 8px;
}
.exchange .wrapper .content .exchange_more .block .title {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 150%;
}
.exchange .wrapper .content .exchange_more .block .text {
	display: table;
}
.exchange .wrapper .content .exchange_more .block .text .line {
	margin: 14px 0 0 0;
}
.exchange .wrapper .content .exchange_more .block .text .line span {
	display: table-cell;
	vertical-align: top;
}
.exchange .wrapper .content .exchange_more .block .text .line span:nth-child(even) {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	padding: 0 0 0 10px;
}
.pricing-form {
	padding: 0;
}
.pricing-form .wrapper .content {
	max-width: 1104px;
	width: 100%;
}
.pricing-form .wrapper .content h1 {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	margin: 0 0 45px 0;
}
.pricing-form .wrapper .content .form_wrapper {
	position: relative;
	margin: 0 0 50px 0;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	width: 100%;
}
.pricing-form .wrapper .content .form_wrapper .wpb_wrapper {

}
.pricing-form .wrapper .content .form_wrapper div.xwpcf7 .ajax-loader {
	visibility: hidden;
    display: inline-block;
    background-image: url('../img/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
.pricing-form .wrapper .content .form_wrapper div.xwpcf7 .ajax-loader.is-active {
    visibility: visible;
}
@media only screen and (max-width: 1440px) {
	.pricing-form .wrapper {
		max-width: 1440px;
	}
	.pricing-form .wrapper .content {
		max-width: 1065px;
		width: 100%;
	}
}
.autoregister {
	padding: 70px 0;
}
.booking {
	background-image: url('../img/booking_car.png');
	background-repeat: no-repeat;
	background-position-x: 1045px;
	background-position-y: 95px;
	padding: 70px 0 0 0;
}
.booking .wrapper .content h1 {
	text-align: left;
}
.booking .wrapper .content .breadcrumbs {
	text-align: left;
}
.booking .wrapper .content ul.positions {
	list-style: none;
	padding: 0;
	margin: 33px 0 0 0;
	width: 100%;
	max-width: 698px;
}
@media only screen and (max-width: 1440px) {
	.booking {
		background-position-x: 880px;
	}
	.booking .wrapper {
		max-width: 1440px;
	}
	.booking .wrapper .content {
		max-width: 1065px;
	}
}
.booking .wrapper .content ul.positions li {
	display: table;
	border-bottom: 1px solid rgba(11, 57, 112, 0.12);
	padding: 28px 0 28px 0;
	width: 100%;
}
.booking .wrapper .content ul.positions li:last-child {
	border: 0;
}
.booking .wrapper .content ul.positions li span {
	display: table-cell;
}
.booking .wrapper .content ul.positions li span.icon {
	color: #2F80ED;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 47%;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width: 23px;
}
.booking .wrapper .content ul.positions li span.text {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	padding: 0 0 0 23px;
	margin: 0;
}
.booking .wrapper .content ul.positions li span.text .bank {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(11, 57, 112, 0.3);
	border-radius: 8px;
	margin: 27px 0 0 0;
	padding: 25px;
	width: 100%;
}
.booking .wrapper .content ul.positions li span.text .bank .card {
	vertical-align: middle;
}
.booking .wrapper .content ul.positions li span.text .bank .text {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	width: 100%;
}
.booking .wrapper .content ul.positions li span.text .warning {
	margin: 32px 0 0 0;
}
.booking .wrapper .content ul.positions li span.text .warning span {
	color: #F35047;
}
.booking .wrapper .content .booking_price,
.booking .wrapper .content .additional_payment_types {
	display: table;
	border: 1px solid rgba(11, 57, 112, 0.3);
	border-radius: 8px;
	margin: 27px 0 0 0;
	padding: 32px 50px;
	width: 100%;
}
.booking .wrapper .content .booking_price .heading,
.booking .wrapper .content .additional_payment_types .heading {
	display: table-cell;
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 150%;
	padding: 0;
	margin: 0;
	width: 545px;
}
.booking .wrapper .content .booking_price ul.prices,
.booking .wrapper .content .additional_payment_types ul.payment_types {
	list-style: none;
	padding: 0;
	margin: 0;
}
.booking .wrapper .content .additional_payment_types ul li {
	padding: 0 20px;
}
.booking .wrapper .content .booking_price ul.prices li {
	display: table-cell;
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	border-right: 1px solid rgba(11, 57, 112, 0.3);
	padding: 0 20px;
	margin: 0;
}
.booking .wrapper .content .booking_price ul.prices li:last-child {
	border-right: none;
}
.booking .wrapper .content .special {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid rgba(11, 57, 112, 0.3);
	border-radius: 8px;
	margin: 40px 0 0 0;
	padding: 47px 50px;
}
.booking .wrapper .content .special .block .title {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 150%;
}
.booking .wrapper .content .special .block .text {
	display: table;
}
.booking .wrapper .content .special .block .text .line {
	margin: 14px 0 0 0;
}
.booking .wrapper .content .special .block .text .line span {
	display: table-cell;
	vertical-align: top;
}
.booking .wrapper .content .special .block .text .line span:nth-child(even) {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	padding: 0 0 0 10px;
}
.booking .wrapper .content .buttons {
	display: flex;
	justify-content: center;
	margin: 40px 0 0 0;
}
.booking .wrapper .content .buttons a {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	padding: 14px 24px;
}
.booking .wrapper .content .buttons a:nth-child(odd) {
	color: #FFFFFF;
	background-color: #F35047;
}
.booking .wrapper .content .buttons a:nth-child(even) {
	color: #0B3970;
	background-color: #FFFFFF;
	border: 1px solid #0B3970;
	margin: 0 0 0 20px;
}
.warranty {
	padding: 70px 0 100px 0;
}
.warranty {
	background-image: url('../img/skoda_bg.png');
	background-repeat: no-repeat;
	background-position: right 10em top 20em;
}
.warranty .wrapper .content .description {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.warranty .wrapper .content .description .list {
	max-width: 700px;
}
.warranty .wrapper .content .description div.image {
	margin-top: 80px;
	margin-left: 133px;
}
.warranty .wrapper .content .description .list p {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	margin: 45px 0 11px;
}
.warranty .wrapper .content .description .list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.warranty .wrapper .content .description .list ul li:before {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	color: #F35047;
	content: "\002B";
	position: absolute;
	left: -20px;
}
.warranty .wrapper .content .description .list ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 150%;
	position: relative;
	margin-left: 20px;
}
.booking-process .wrapper {
	margin-top: 42px;
}
.booking-process .wrapper .content {
	max-width: 1065px;
}
.booking-process .wrapper .content .car-data {
	border-bottom: 1px solid rgba(53, 103, 174, .21);
}
.booking-process .wrapper .content h1 {
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}
.booking-process .wrapper .content table {
	margin-bottom: 19px;
}
.booking-process .wrapper .content table tbody tr:nth-of-type(odd)
{
	background-color: #F5F7FB;
}
.booking-process .wrapper .content table tbody tr td:nth-of-type(odd)
{
	color: #0B3970;
	opacity: 0.5;
}
.booking-process .wrapper .content table tbody tr td:nth-of-type(even)
{
	color: #0B3970;
	font-size: 16px;
}
.booking-process .wrapper .content .price,
.booking-process .wrapper .content .pmt {
	font-size: 30px;
	font-weight: 900;
	line-height: 35px;
}
.booking-process .wrapper .content .price span,
.booking-process .wrapper .content .pmt span {
	font-size: 16px;
	font-weight: 400;
	vertical-align: bottom;
	opacity: 0.5;
}
.booking-process .wrapper .content .carousel {
	width: 546px;
}
.booking-process-cards {
	background-color: #F5F7FB;
	margin-top: 27px;
	margin-bottom: -77px;
}
.booking-process-cards .wrapper {
	margin: 0 auto;
	padding: 61px 0 66px 0;
	max-width: 1065px;
	width: 100%;
}
.booking-process-cards .wrapper .content .steps .calendar {
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(7, 20, 39, 0.1);
	padding: 25px 26px 28px 37px;
}
.booking-process-cards .wrapper .content .steps .calendar .sign:after {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	content: '1';
	position: absolute;
	background-color: #3567AE;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #3567AE;
	top: -2.6rem;
	left: -3.4rem;
	height: 2rem;
	width: 2rem;
}
.booking-process-cards .wrapper .content .steps .calendar .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}
.booking-process-cards .wrapper .content .steps .calendar .small-title {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	margin-bottom: 9px;
}
.booking-process-cards .wrapper .content .steps .calendar select:nth-child(1) {
	width: 95px;
}
.booking-process-cards .wrapper .content .steps .calendar select:nth-child(2) {
	width: 126px;
}
.booking-process-cards .wrapper .content .steps .calendar select:nth-child(3) {
	width: 112px;
}
.booking-process-cards .wrapper .content .steps .results {
	background-color: #3567AE;
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(7, 20, 39, 0.1);
	margin-left: 22px;
	padding: 25px 26px 26px 36px;
}
.booking-process-cards .wrapper .content .steps .results .title {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	padding-bottom: 12px;
}
.booking-process-cards .wrapper .content .steps .results .price {
	font-size: 40px;
	font-weight: 600;
	line-height: 47px;
}
.booking-process-cards .wrapper .content .steps .description {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #3567AE;
}
.booking-process-cards .wrapper .content .steps .user-data {
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(7, 20, 39, 0.1);
	margin-top: 40px;
	padding: 45px 26px 41px 37px;
}
.booking-process-cards .wrapper .content .steps .user-data .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}
.booking-process-cards .wrapper .content .steps .sign {
	width: 36px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.booking-process-cards .wrapper .content .steps .user-data .sign:after {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	content: '2';
	position: absolute;
	background-color: #3567AE;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #3567AE;
	top: -3.8rem;
	left: -3.4rem;
	height: 2rem;
	width: 2rem;
}
.booking-process-cards .wrapper .content .steps .calendar .form-control {
	color: rgba(11, 57, 112, .5);
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	border: 1px solid #D0D8E2;
	border-radius: 4px;
	height: 48px;
	width: 170px;
}
.booking-process-cards .wrapper .content .steps .user-data .form-row .form-control {
	color: rgba(11, 57, 112, .5);
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	border: 1px solid #D0D8E2;
	border-radius: 4px;
	height: 48px;
	width: 244px;
}
.booking-process-cards .wrapper .content .steps .user-data .form-row>.col,
.booking-process-cards .wrapper .content .steps .user-data .form-row>[class*=col-] {
	padding-left: 10px;
	padding-right: 10px;
}
.booking-process-cards .wrapper .content .steps .user-data .form-row.one {
	margin-top: 38px;
}
.booking-process-cards .wrapper .content .steps .user-data .form-row.two {
	margin-top: 20px;
}
.booking-process-cards .wrapper .content .steps .user-data .form-row.three {
	margin-top: 29px;
}
.booking-process-cards .wrapper .content .steps .user-data .form-row.three .form-check-label {
	color: #3567AE;
	font-family: 'Lato', sans-serif;
	line-height: 19px;
}
.booking-process-cards .wrapper .content .steps .payment-methods {
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(7, 20, 39, 0.1);
	margin-top: 58px;
	padding: 45px 26px 41px 37px;
}
.booking-process-cards .wrapper .content .steps .payment-methods input[type=radio] {
	display: none;
	margin: 10px;
}
.booking-process-cards .wrapper .content .steps .payment-methods input[type=radio] + label {
	display: inline-block;
	border: 2px solid #f3f3f3;
	border-radius: 4px;
	margin: -2px;
	padding: 12px;
	filter: grayscale(100%);
}
.booking-process-cards .wrapper .content .steps .payment-methods input[type=radio]:checked + label {
	border: 2px solid #3567AE;
	border-radius: 4px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	filter: grayscale(0%);
}
.booking-process-cards .wrapper .content .steps .payment-methods .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}
.booking-process-cards .wrapper .content .steps .payment-methods .sign:after {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	content: '3';
	position: absolute;
	background-color: #3567AE;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #3567AE;
	top: -3.8rem;
	left: -3.4rem;
	height: 2rem;
	width: 2rem;
}
.booking-process-cards .wrapper .content .steps .cta {
	margin-top: 58px;
}
.booking-process-cards .wrapper .content .steps .cta .button-red {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	padding: 15px 0;
	min-width: 335px;
}
.booking-modal .modal-body .text .line {
	margin: 14px 0 0 0;
}
.booking-modal .modal-body .text .line span {
	display: table-cell;
	vertical-align: top;
}
.booking-modal .modal-body .text .line span:nth-child(even) {
	color: #0B3970;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	padding: 0 0 0 10px;
}
footer {
	background-color: #0B3970;
	margin: 77px 0 0 0;

	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
footer .wrapper {
	max-width: 1440px;
	padding: 23px 0;
}
footer .wrapper .content {
	align-items: center;
	color: #FFFFFF;
	display: flex;
	font-size: 16px;
	font-weight: normal;
	justify-content: space-between;
	line-height: 19px;
	margin: 0 auto;
	max-width: 1065px;
}
