body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.btn-none {
	border: 0 !important;
	box-shadow: none !important;
}
.pagelink a{
    margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
    height: 60px;
    width: 256px;
    background: #1756E3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 15px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
}
.list{
	display: flex;
	justify-content: center;
	padding: 50px 0;
}
.item{
	position: relative;
	width: calc(25% - 20px);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 30px;
	overflow: hidden;
}
.item_start{
	position: relative;
	width: 100%;
	height: 90px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background: rgb(140,57,249);
	background: linear-gradient(280deg, rgba(140,57,249,1) 0%, rgba(255,166,166,1) 100%);
}
.item_start a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.telephone-footer a{
	font-size: 18px;
	color: #1756E3;
	margin-right: 10px;
	font-weight: 600;
}
.telephone-footer i{
	font-size: 18px;
}
.item_title{
	font-size: 14px;
	color: #4D4D4D;
	padding-top: 45px;
	padding-left: 30px;
	text-transform: lowercase;
}
.item_name{
	font-size: 24px;
	color: #4D4D4D;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1;
}
.item_rate-box{
	display: flex;
	align-items: flex-end;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 70px;
	padding-bottom: 70px;
	min-height: 190px;
}
.page-information h1{
	text-align: center;
}
.item_rate{
	font-size: 36px;
	color: #8C39F9;
	margin-right: 10px;
	line-height: 1;
}
.item_rate-text{
	font-size: 14px;
	line-height: 1;
}
.item_note{
	font-size: 14px;
	line-height: 1;
	height: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.item_best{
	position: absolute;
	top: 15px;
	left: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: rgb(255,166,166);
	background: linear-gradient(280deg, rgba(230,220,25,1) 0%, rgba(255,166,166,1) 60%);
	transform: rotate(45deg);
}
.box-best {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 165px;
}
form#form-car-reservation {
	display: flex;
	align-items: flex-end;
	position: relative;
}
form#form-car-reservation input {
	border: 0;
	box-shadow: none;
}
form#form-car-reservation .time {
	margin-bottom: 15px;
}
#reservation .date-block input{
	width: 50%;
}
/* Анимируем наш прелоадер */
@keyframes animate{
	0%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(360deg);
	}
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
	position: absolute;
	right: 0;
}
*:focus-visible{outline: none !important;}
*:focus{outline: none !important;}
.form-control {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 24px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #E6E6E6;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.date-block input:focus, .date-block select:focus, .date-block input:focus-visible, .date-block select:focus-visible{
	outline: none;
	border:0;
	box-shadow: none;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #1756e3;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	.balans {
		flex-direction: column;
	}
	.balans_count {
		margin-bottom: 30px;
	}
	/*.agrees_cont.agrees_contnew, .send_sum {*/
	.send_sum {

		flex-direction: column;
		text-align: center;
		margin-bottom: 15px;
	}
	.agree-box {
		display: flex;
		margin-bottom: 15px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
.container-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #fff;
	color: #000;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer .navbar{margin: 0}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background:none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a {
	color: #000;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background: #1756e3;
	border-radius: 25px;
	border:none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #1756e3;

}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
.error-input- {
	position: absolute;
	top: 300px;
	left: 300px;
	width: 150px;
	padding-bottom: 15px;
	display: block;
	z-index: 5000;
}
.error-input-content {
	position: absolute;
	right: 0px;
	bottom: 3px;
	background: #000;
	color: #fff;
	font-size: 10px;
	box-shadow: 1px 1px 6px #000;
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	min-width: 250px;
	z-index: 9;
}
.error-input-arrow {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 15px;
	height: 15px;
}
.relative {
	position: relative;
}
.error-message {
	position: relative;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.car-thumb .image img, .car-layout .car-thumb {
	width: 100%;
	border-radius: 14px 14px 0 0;
	/* height: 100%; */
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.title-car-item .rating .fa {
	color: #E69500;
	margin-left: 2px;
}
.title-car-item .rating {
	display: flex;
}
.home-page-btn {
	text-align: center;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	.btn-group-information, .btn-start {
		flex-direction: column;
	}
	.btn-group-information a, .btn-start a {
		margin-bottom: 20px;
		text-align: center;
	}
	#content .box-start {
		margin: 0 !important;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
/*img category*/
.imgcategory .product-thumb.transition > h4 {
	padding-left: 10px;
}


/* new code */
.car-layout {
	margin-bottom: 15px;

}
.car-thumb {
	box-shadow: 0 0 16px -5px rgb(0 0 0 / 22%);
}
/* step 1 */
.box-form-data {
	background: #fff;
	padding: 10px 20px;
}
p.title-search {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}
.box-form-data .form-control, .form-information .form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	box-shadow: none;
	border:0px;
	border-radius: 0px;
}
/*.search-content input.date {
	width: 100%;
	float: left;
	height: 55px;
	border: 1px solid #ccc;
}*/
.box-form-data select.time {
	height: 35px;
	border: 1px solid transparent;
}
select.time {
	border: transparent;
	font-size: 12px;
	background: none;
	/* border-left: 0 !important; */
	background: #fff;
	text-align: center;
	text-align-last: center;
}
span.old_price {
	text-decoration: line-through;
}
.row-klass {
	margin: 0px;
	display: flex;
	overflow: hidden;
	padding: 0;
	height: 40px;
	align-items: center;
}
.box-name-klass {
	border: 1px solid transparent;
	text-align: center;
	background: #fff;
	width: 110px;
	margin-left: 15px;
	display: block;
	flex-basis: auto;
	flex-grow: 1;
	white-space: nowrap;
}
.box-name-klass a {
	color: #fff;
	padding: 10px 10px;
	display: block;
	background: #ff6471;
	border-radius: 4px;
}

.box-name-klass.active_klass a {
	padding: 10px 10px;
	color: #000;
	background: #e6e6e6;
	border-radius: 4px;
}
.mainpage_video,
.mainpage_video iframe{
	border-radius: 30px;
}

/* modal */
.modal.in .modal-dialog
{
	-webkit-transform: translate(0, calc(50vh - 50%));
	-ms-transform: translate(0, 50vh) translate(0, -50%);
	-o-transform: translate(0, calc(50vh - 50%));
	transform: translate(0, 50vh) translate(0, -50%);
}

#select-location-btn {
	background-color: #1756E3;
	    background-image: none;
	border-radius: 50px;
	display: flex;
	align-items: center;
	color: #fff;
	text-shadow: none;
	border: 1px solid transparent;
	width: 100%;
	justify-content: center;
}
select#location-list {
	border: none;
	box-shadow: none;
}
/* modal */
/* new code */
.f-v {
	display: flex;
	/* align-items: center; */
}
.f-e {
	display: flex;
	align-items: self-end;
}
.nav>li>a:focus, .nav>li>a:hover{background: none}
header .flex-row {
	height: 100px;
	justify-content: space-between;
	margin: 24px 0px;
}
.main-header{
	display: flex;
	background: #fff;
	padding: 0px 35px;
	border-radius: 50px;
	align-items: center;
}
div#logo {
	margin-right: 35px;
}
.line-header {
	position: absolute;
	height: 72px;
	width: 100%;
	background-color: #1756E3;
	z-index: -1;
}
.flex-row {
	display: flex;
}
.slogan {
	color: #1756E3;
	font-weight: bold;
}
.box-user {
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right-header {
	display: flex;
	align-items: center;
}
.box-start{
	background: #E5BE01;
	border-radius: 50px;
	display: flex;
	align-items: center;
}
.group-button-start .box-start{
	background: #1756E3 !important;
}
a.start-img {
	color: #fff;
	padding: 0px 40px;
}
.wrapper-img img {
	left: -12px;
	position: relative;
}
.box-language {
	margin-left: 40px;
	margin-top: -30px;
}
.box-language .dropdown-menu li button{
	color:#1756E3;
}
.box-language .dropdown-menu li button:hover{
	background:#1756E3;
	color: #fff;
}

.box-language .btn-link:hover, .box-language .btn-link:focus{
	color: #fff;
	text-decoration: none;
}
.box-start .wrapper-img {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 100%;
	position: relative;
}
.box-start span {
	padding: 0px 30px 0px 20px;
	font-size: 14px;
}
.box-language button {
	font-size: 14px;
	color: #fff;
}
.box-language button svg path{
	fill: #fff;
}
.main-header, .box-start, .box-user {
	box-shadow: 0px 4px 10px -6px hsl(0deg 0% 0% / 18%);
}
.section-html.smile_text {
	text-align: center;
}
/* reservation form */
.form-reservation {
	background: #fff;
	position: relative;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 50px;
	width: 90%;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 85px;
}
.common-home .form-reservation {
	top: -50px;
}
.date-block {
	display: flex;
}
button.btn-rent {
	border-radius: 100%;
	height: 66px;
	width: 66px;
	background: #1756E3;
	border:0;
}
.date-block input {
	border: 1px solid transparent;
	box-shadow: none;
	background: #fff;
}
form#reservation .flex-row {
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
#location {
	height: 50px;
	font-size: 18px;
	min-width: 250px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.date-block input, .date-block select {
	font-size: 18px !important;
}
img.arrow-down {
	margin-left: 15px;
}
button.close {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 15px;
	top: 15px;
}
/* reservation form */

/* catalog car */
.car-thumb .caption {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.no-car img {
	margin: 0 auto;
}

.title-car-item a {
	font-size: 18px;
	color: #000;
}
.car-thumb .image{
	border-radius:14px 14px 0 0;
}
.car-thumb .caption {
	height: 75px;
	background: #fff;
	border-radius: 0 0 14px 14px;
	padding: 0px 15px;
}
.caption span.new_price {
	font-size: 20px;
	font-weight: 600;
	color: #1756e3;
}
.price-car-item {
	font-size: 13px;
}
/* footer */
div.pulse_button {
	display: inline-block;
	position: fixed;
	bottom: 125px;
	right: 30px;
	transform: scale(1.3);
	z-index:9999;
	opacity: 0;
	cursor: pointer;
}
.description-main {
	margin-bottom: 25px;
}
ul.pulse_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

button.pulse_butt {
	position: relative;
	z-index: 1;
	outline: 0;
	cursor: pointer;
}
button.pulse_butt svg{
	width: 20px;
	height: 20px;
	fill: #fff;
}
button.pulse_butt,
ul.pulse_list li.pulse_item a {
	background: #1756E3;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	text-align: center;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 50px;
}

ul.pulse_list li.pulse_item a svg {
	height: 20px;
	width: 20px;
	line-height: 1;
}

ul.pulse_list li.pulse_item {
	display: inline-block;
	position: absolute;
	top: 0;
	opacity: 0;
	transform: translate(0 0);
	left: 0;
	transition: .5s
}

input.checkme {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
	opacity: 0;
	border-radius: 50%;
	cursor: pointer;
}
.btn-group-information {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.btn-group-information a {
	margin-left: 15px;
	margin-right: 15px;
}
input.checkme:checked~ul li:nth-child(1) {
	transform: translate(0, -60px);
}

input.checkme:checked~ul li:nth-child(2) {
	transform: translate(-45px, -45px);
}

input.checkme:checked~ul li:nth-child(3) {
	transform: translate(-65px, -50%);
	top: 50%;
}

input.checkme:checked~ul li:nth-child(4) {
	transform: translate(-45px, 45px);
}

input.checkme:checked~ul li {
	opacity: 1
}

input.checkme:checked~ul li:nth-child(5) {
	transform: translate(0, 65px);
}

button.pulse_butt:after,
button.pulse_butt:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #1756E3;
	border-radius: 100%;
	z-index: -1;
	animation: falsh 1.5s infinite linear;
}
.item-box {
	height: 46px;
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.no-car-text {
	color: #9743f1;
	font-size: 16px;
	text-align: center;
}
.btn-href {
	background: #ffa6a6;
	background: -moz-linear-gradient(45deg, #ffa6a6 0%, #8c39f9 100%);
	background: -webkit-linear-gradient(45deg, #ffa6a6 0%,#8c39f9 100%);
	background: linear-gradient(45deg, #ffa6a6 0%,#8c39f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa6a6', endColorstr='#8c39f9',GradientType=1 );
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 15px;
	border: 0;
}
.section-html {
	margin-top: 45px;
}
.btn-href:hover{
	color: #fff;
}
.section-html.smile_text p:nth-child(1) {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}
.section-html.smile_text p:nth-child(2) {
	color: #E5BE01;
	font-size: 16px;
}
.content-partner img.img-responsive {
	width: 100%;
}

@keyframes falsh {
	from {
		opacity: 1;
		transform: scale(1)
	}
	to {
		opacity: 0;
		transform: scale(2)
	}
}
.ocf-content {
	margin-top: 40px;
}
.popup-center p {
	color: #fff;
	text-align: center;
}
@media(max-width: 1920px){
	.slogan {
		font-size: 16px;
	}
}
@media(max-width: 1540px){
	.slogan {
		font-size: 14px;
		white-space: pre;
	}
	#logo {
		width: 155px;
	}
	#logo {
		margin-right: 15px;
	}
	.box-language {
		margin-left: 10px;
	}
	.main-header{
		padding: 0px 20px;
	}
}
@media(max-width: 1400px){
	.nav>li>a {    padding: 10px 10px;}
	.form-reservation{width: 100%;padding-left: 35px;}

}
@media(max-width: 1200px){
	.slogan {
		white-space: normal;
	}
}
@media(max-width: 992px){
	.slogan{display: none}

}