@font-face {
 font-family: 'IstokWeb';
 src: url(/assets/fonts/IstokWeb-Regular.ttf);
 font-display: swap;

}
@font-face {
 font-family: 'rubik';
 src: url(/assets/fonts/Rubik-Regular.ttf);
 font-display: swap;

}
@font-face {
 font-family: 'rubik';
 font-weight: 500;
 src: url(/assets/fonts/Rubik-Medium.ttf);
 font-display: swap;

}
@font-face {
 font-family: 'rubik';
 font-weight: 600;
 src: url(/assets/fonts/Rubik-SemiBold.ttf);
 font-display: swap;

}
@font-face {
 font-family: 'rubik';
 font-weight: 300;
 src: url(/assets/fonts/Rubik-Light.ttf);
 font-display: swap;

}
@font-face {
 font-family: 'rubik';
 font-weight: 300;
 font-style: italic;
 src: url(/assets/fonts/Rubik-LightItalic.ttf);
 font-display: swap;

}
:root {
  --darkbgcolor: #343434;
  --main-color: #45AD5C;
  --main-color-old: #FFCE24;
}
.container{
	max-width:1200px;
	color:#262626;
}
html,body{
	overflow-x: hidden;
	/*overflow-y: hidden;*/
}
.carousel {
	/*display:none;*/
}
@keyframes zoom-in {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
*{
	font-family:"rubik";
}
.content{
	width:100%;

	background:white;
	padding-top:30px;
}
.breadcrumb-item.active {
	color:#A8A8A8!important;
}
.breadcrumb-item ,
.breadcrumb-item a{
	font-size:16px;
	font-weight:300;
	color:#525252!important;
	text-decoration: none;
}

.breadcrumb{
	margin-top:40px;
}
.left-submenu label{
	color:#A8A8A8;
	font-size:18px;
	font-weight:300;
	margin-bottom:20px;
}
.left-submenu ul {
	padding-left: 20px;
}
.left-submenu ul li,
.left-submenu ul li a{
	color:#232323;
	font-size:22px;
	text-decoration: none;
	margin-bottom:17px;
	line-height:26px;
}
.left-submenu{
	background:#F4F9FA;
	padding:30px 20px;
	border-radius: 10px;
	margin-right: calc(100vw / 12 * 0.2);
}
.pinned-links{
	margin-right: calc(100vw / 12 * 0.7);
}

.carlist {
	padding-top:75px;
	padding-bottom:95px;
	background:#F4F9FA;
}
#autopark .carlist {
  padding-top: 0px;
  padding-bottom: 30px;
}
#autopark.car-listing{
	padding-bottom:0px;
}
.autolist h3,
.articles h3{
	color:#232323;
	font-size:40px;
	margin-bottom:40px;
	font-weight: 400;
}
.articles-card__image{
	width:100%;
	height: 170px;
	object-fit:cover;
	border-radius:10px;
}
.articles-card__time{
	color:#A8A8A8;
	font-size:16px;
	font-weight: 300;
}
.articles-card__title:hover{
	color:#A8A8A8!important;
}
.articles-card__title{
	color:#232323!important;
	font-size:24px;
	margin-top:15px;
	margin-bottom:20px;
	text-decoration: none;
	display: block;
	line-height: 26px;
}
.articles-card {
	margin-bottom:40px;
}
.articles-card p{
	color:#707070;
	font-size:18px;
	font-weight: 300;
	line-height: 26px;
}
.article-show__title{
	color:#232323;
	font-size:40px;
	line-height: 44px;
	margin-bottom:25px!important;
}
.article-show__shortdesc{
	color:#232323;
	font-size:20px;
	line-height: 28px;
	margin-bottom:30px;
}
.article-show__time{
	color:#A8A8A8;
	font-size:16px;
	font-weight: 300;
	margin-bottom:25px;
}
.article-show__image{
	max-height:460px;
	height:auto;
	width:100%;
	object-fit:contain;
	border-radius:10px;
	margin-bottom:30px;
}

.article-show__text p{
	margin-bottom:30px;

}
.article-show__text p:last-of-type{
	margin-bottom:0px;

}
.article-show__text > *,
.article-show__text{
	color:#707070;
	font-size:20px;
	line-height: 28px;
	font-weight: 300;

}
.article-show__text a{
	color:#232323;
	font-size:20px;
	line-height: 28px;
	font-weight: 300;
}
.article-show__text{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #CBCBCB;
}

.car-show__title{
	color:#232323;
	font-size:40px;
	line-height: 44px;
	font-weight: 400;
	margin-bottom:30px;
}
.car-show__body .send-req{
	margin-bottom:40px;
}
.car-show__body{
	border-top:1px solid #CBCBCB;
	padding-top:30px;
}
.car-show__imgs img.active {
	border:1px solid var(--main-color);
}
.car-show__imgs {

}
.car-show__params table{
	margin-top:30px;
}

.car-buy-after-rent h3{
	margin-bottom:39px;
}
.car-buy-after-rent{
	margin-bottom:40px;
}
.car-buy-after-rent .car-buy__variants .table {
	margin-bottom: 0px;
}
.car-buy-after-rent .car-buy__variants .table td{
	color:#3B5974;
	font-size:20px;
	line-height: 26px;
	font-weight: 400;
}
.car-buy-after-rent .car-buy__variants .table > :not(caption) > * > *,
.car-buy-after-rent .car-buy__variants table>*{
	border:0px;
	box-shadow: none;
	border-bottom-width: 0px;
}
.car-buy-after-rent h3,
.car-show__rentprices h3{
	font-size:30px;
	line-height: 26px;
	font-weight: 400;
	color:#232323;
}
.car-show__rentprices table tbody tr:first-of-type td{
	padding-top:30px;

}
.new-driver__tablebox .table-striped tr,
.new-driver__tablebox .table-striped td,
.new-driver__tablebox .table-striped > tbody > tr:nth-of-type(2n+1),
.new-driver__tablebox .table-striped th{
	background: transparent;
	--bs-table-accent-bg: transparent;
}
.new-driver__tablebox .table-striped > tbody > tr:nth-of-type(2n){
	background:#E2F8F2;
}
.car-show__rentprices table{
	margin-top:30px;
	margin-bottom:20px;
}
.car-show__rentprices {
	border:1px solid #CBCBCB;
	border-radius:10px;
	margin-top:30px;
	padding:30px;

}
.new-driver__tablebox td{
	background:transparent;
}
.new-driver__tablebox h3 img{
	margin-top:-3px;
}
.new-driver__tablebox h3{
	color:#1CA53A;
	font-size:20px;
	line-height: 26px;
}
.new-driver__tablebox{
	padding:28px 20px 5px;;
	background:#EEFFFB;
	border-radius:5px;
}
.car-buy-after-rent{
	border:1px solid #B1D3F2;
	background:#EEF7FF;
	border-radius:10px;
	padding:40px 30px;
	margin-top:30px;
}

.car-show__params small{
	color:#A8A8A8;
	font-size:16px;
	line-height: 26px;
	font-weight: 300;
}
.car-show__pname{
	color:#232323;
	font-size:18px;
	line-height: 40px;
	font-weight: 300;
}
.car-show__vpvalue{
	color:#232323;
	font-size:18px;
	line-height: 40px;
	padding-left:50px;
}
.car-show__static {
	margin-bottom:52px;
}
.car-show__static p{
	padding-left:44px;
	position:relative;
	color:#707070;
	font-size:18px;
	line-height: 30px;
	font-weight: 300;
}
.car-show__static p::before{
	content:"";
	width: 24px;
	background: url(/assets/imgs/check.svg);
	display: block;
	height: 24px;
	position: absolute;
	left: 0px;
}
.car-show__static{

	margin-top:40px;
}
.car-show__imgs img{
	height:77px;
	border-radius:10px;
	object-fit: cover;

	width:calc((100% - 22px * 4) / 5 );
}
.car-show__mainimg{
	width:100%;
	height:460px;
	object-fit: contain;
	border-radius:10px;
	margin-bottom:20px;
}









.steps-section{
	background:white;
	padding-top:63px;
	padding-bottom:63px;
}
.step-card p{
	font-size:18px;
	line-height: 26px;
	font-weight: 300;

	color:#707070;
	margin-bottom:0px;
}
.step-card h4{
	font-size:24px;
	color:#232323;
	margin-bottom:20px;
}
.step-card>div.w-100{
	padding-left:66px;
	padding-right:66px;
}
.step-card.active{
	display:flex;
	justify-content: space-between;
}
.step-card>img{
	width:40px;
}
.step-card{
	border:2px solid var(--main-color);
	border-radius: 10px;
	padding:40px 50px;
	cursor:pointer;
	display:none;
	height:230px;
}
.step-card__number{
	font-size:60px;
	color:#232323;
	margin-bottom:30px;
	text-align:center;
}
.step-card__sublegend img{
	width:24px;
	float:right;
	margin-left:14px;
}
.step-card__sublegend{
	font-size:20px;
	width: 100px;
	line-height: 26px;
	color:#232323;
}
.step-card__text{

}
.condition-card{
	border-radius:10px;

}
.col-md-9 .condition-card .condition-card__img{
	margin-right:70px;
}
.col-md-9 .condition-card.bg-gor1 ,
.col-md-9 .condition-card.bg-gor2 {
	height: calc(100% - 20px);
}
.col-md-9 .condition-card.bg-gor1 .condition-card__img,
.col-md-9 .condition-card.bg-gor2 .condition-card__img{
	margin-right:50px;
}
.col-md-9 .row .condition-card{
	padding:60px 25px 60px 50px;
	margin-top:20px;
}

.col-md-3 .condition-card .condition-card__img{
	text-align:center;
	margin-bottom:60px;
}
.col-md-3 .condition-card{
	padding:100px 30px;
	height: 100%;
	background: url("/assets/imgs/vertical.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}

.bg-gor1{
	background: url("/assets/imgs/gor1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bg-gor2{
	background: url("/assets/imgs/gor2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.col-md-9>.condition-card{
	padding:100px;
	background: url("/assets/imgs/gor.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.condition-card__body{
	font-size:18px;
	line-height: 26px;
	color:#CBCBCB;
	font-weight: 300;
}
.condition-card__title{
	font-size:32px;
	line-height: 30px;
	color:white;
	margin-bottom:30px;
}


.navbar{
	position:relative;
	border-bottom: 1px solid #232323;
}
.navbar-brand{
	margin-left: 40px;
}
.navbar-toggler{
	margin-right: 0px;
	box-shadow: none!important;
}

.navbar::after{
    content: "";
    display: block;
    position: absolute;
    background: var(--main-color);
    z-index: -1;
	right: 0px;
	transform: rotateZ(-55deg) translateX(200px);
	height: 1400px;
	top: -50px;
	width: 1700px;
}
/*
@media (min-width: 1700px) and (max-width: 1900px) {
  .navbar::after {
    left: 670px;
  }
}*/
.navbar-container{
    z-index: 1;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}


#navbarToggler a.nav-phone {
	font-weight: 500!important;
	color:#232323;
}
#navbarToggler .nav-item a{
	font-family: rubik;
	display:flex;
	font-weight: 300;
	justify-content: center;
	align-items: center;
	font-size:18px;
}
#navbarToggler .navbar-second .nav-item img{
	width:30px;
	height:30px;
}
#navbarToggler .navbar-second .nav-item {
	width:auto;
	margin-left:20px;
	margin-right:0px;
	padding:0px;
}
#navbarToggler .nav-item{
	padding-left:10px;
	padding-right:10px;
	margin-left:20px;
	margin-right:20px;
	width:100%;
	display:flex;
	justify-content: center;
	align-content: center;
	text-align:center;
}
#navbarToggler{

	margin-left:30px;
	margin-right:30px;

}
.navbar-light .navbar-toggler-icon {
  background-image: url('/assets/imgs/burger.png');
}
.hidden-menu{
	width:100%;
	position:absolute;
	top:84px;
	height:300px;
	display:none;
	z-index:1000;
}
.hidden-menu .container{
	background:white;
	height:100%;


}
.hidden-menu.active{
	display:block;
}
.nav-toggle{
	width:50px;
}
.nav-toggle >span {
  background: #222;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .2s ease all;
          transition: .2s ease all;

  /*
   * ENLARGED FOR PRESENTATION
   * Keep these values at the same proportion
   * for it to look correct
  */
  border-radius: 8px;
  height: 3px;
  width: 27px;
  margin-bottom: 6px;

  /*
   * Practical values:
   * border-radius: 2px;
   * height: 2px;
   * width: 25px;
   * margin-bottom: 4px;
  */
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}
.nav-toggle .bar-mid {
	width:10px;
	margin-left:auto;
}


.opened .bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 90%;
		  width: 30px;
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 13% 50%;
		  width: 30px;
}





.requirements-section .row,
.requirements-section .container{
	height:100%;
}
.requirements-section{
	height:260px;
	background:#5B5B5B;
}
.requirements-section .row>div{
	padding-top:48px;
	padding-bottom:48px;
	display:flex;
	align-items: center;
	justify-content: center;
	height:100%;
	flex-direction: column;
}
.requirements-section .row>div:first-of-type{
	color:white;
	font-size:40px;
}
.requirements-section .row>div:not(:first-of-type) label{
	color:#CBCBCB;
	margin-top:30px;
	font-size:18px;
}
.requirements-section .row>div:not(:first-of-type){
	text-align:center;


}
.header-section{
	height:500px;
	position:relative;
}
.main-desc{
	position: absolute;
	top:50%;
	z-index:5;
	transform: translateY(-50%);
}
.header-section h3{
	color:#232323;
	font-size: 50px;
	font-family: rubik;
	font-weight: 300;
	margin-bottom:50px;
}

.btn.send-req img{
	margin-top: -4px;
}
.btn.send-req,
.btn.send-req:focus {
	box-shadow: none;
}
.btn.send-req {
  /*background: #EE4A37;*/
  background: var(--main-color);
  padding: 0 44px;
  color: white;
  font-size: 23px;
  font-family: rubik;
  border-radius: 10px;
  height: 70px;

}

.rentform .form-options label{
	background: transparent;
	color: #CBCBCB;
	font-size:18px;
	font-weight:300;
	margin-left: 0px;
	border: 1px solid #CBCBCB;
	padding-left:20px;
	padding-right:20px;
	box-shadow: none!important;
}
.rentform .form-options .btn-check:checked + .btn{
	background:var(--main-color);
	border-color:var(--main-color);
}

.header-section>.container{
	position:relative;
	height: 100%;
}
.header-section .rentform{
	border: 1px solid #e7e7e7;
	border-radius: 10px;
}
.rentform h3{
	color:white;
	font-size:40px;
	margin-bottom:47px;
}
.rentform form .form-control{
	height:70px;
	border-radius:10px;
	background:#232323;
	color:#A8A8A8;
	border:1px solid #525252;
	margin-bottom:20px;
}
.rentform form button img{
	margin-top:-4px;
	width:20px;
	height:20px;
}
.rentform form button{
	/*background:#EE4A37;*/
	background:var(--main-color);
	width:100%;
	font-size:23px;
	color:white!important;
	border-radius:10px;
	height:70px;
}
.rentform .form-check label a,
.rentform .form-check label{
	color:#A8A8A8;
	font-size:16px;
	line-height: 18px;
	font-weight:300;
}
.rentform .form-check .form-check-input{
	height: 26px;
	width: 26px;
	background: #232323;
	border: 1px solid #525252;
}
.rentform .form-check{
	margin-bottom:40px;

}
 .carousel{
	width: calc(100% - 280px);
	position:absolute;
	top:40px;
	right:80px;
	height:510px;
	z-index:3;
}
.rentform form label{
	margin-left: 8px;

}
.rentform form label,
.rentform form label a{
	color:white;
	font-size:12px;
	font-family:"IstokWeb";
}
.owl-dots{
	position: absolute;
	bottom: 40px;
	left: 230px;
	/*left: 50%;transform: translateX(-50%);*/
	z-index:3;

}
.legend .text-white{
	font-size:20px;
	font-weight:500;
}
.legend .text-carousel-price{
	color:var(--main-color);
	font-size:30px;
	font-weight: 600;
}
.legend .text-carousel-grey{
	color:#D9D9D9;
	font-size:16px;
}
.owl-dot{
	width: 15px;
	height: 15px;
	/*border: 1px solid #343434!important;*/
	border-radius: 10px;
	margin-left:10px;
	margin-right:10px;
	border-radius: 0px;
	width: 70px;
	height: 4px;
	background:white!important;
	opacity:0.6;
}
.owl-dot.active{
	background:#343434!important;
	opacity:1;
}
.main-slide{
	position:relative;
}
.legend{
	background: var(--darkbgcolor) !important;
	border-radius: 100%;
	width: 250px;
	height: 250px;
	color: white;
	font-size: 20px;
	font-family: "rubik";
	position: absolute;
	top: -130px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.owl-carousel .owl-item img {
	z-index:2;
	margin-top:130px;
	position:relative;
	width: 87%;
	max-height:320px;
	object-fit: contain;
	margin-left: auto;
	margin-bottom: 30px;
	margin-right:-50px;
}









.benefits-section{
	background:white;
	padding-top:100px;
}
.benefits-section h3{
	text-align: center;
	font-size:40px;
	margin-bottom:40px;
}
.benefits-section .row>div{
	padding-bottom:20px;
}
.benefits-card{
	margin-bottom: 20px;
	padding:17px 20px;
	border-radius:10px;
	border:1px solid #CBCBCB;
	height: 100%;

}
.benefits-card__title img{
	width:86px;
	height:86px;
	margin-right:24px;
	float:left;
}

.benefits-card__title svg{
    width:86px;
    height:86px;
    margin-right:24px;
    float:left;
}


.benefits-card__title{
	font-size:24px;
	display: flex;
	line-height: 26px;
	align-items: center;
	margin-bottom:20px;
}
.benefits-card__body{
	font-size:16px;
	color:#707070;
}

.yandex-partner-card{
	border:2px solid var(--main-color);
	padding:36px 60px;
	border-radius:10px;
	margin-bottom: 100px;
}
.yandex-partner-card img{
	float:left;
	margin-right:60px;
}
.yandex-partner-card h3{
	font-size:24px;
	text-align: left;
	margin-bottom:20px;

}
.yandex-partner-card p{
	font-size:16px;
	color:#707070;
	font-weight:300;
}

.car-listing h3{
	font-size:40px;
	text-align: center;
	margin-bottom:40px;
	font-weight:400;
	line-height: 60px;
}
.car-listing{
	padding-top:100px;
	background:#F4F9FA;
	padding-bottom:30px;
}
.car-listing__filter{
	display:flex;
	justify-content: center;
	margin-bottom:40px;
}
.car-listing__filter .btn-check:checked + .btn{
	background:var(--main-color);
	border:2px solid var(--main-color);
	/*color:#232323;*/
}
.car-listing__filter .btn{
	border:2px solid #CBCBCB;
	border-radius: 10px;
	background:transparent;
	color:#232323;
	margin-left:15px;
	font-size:22px;
	line-height:24px;
	height:40px;
	margin-right:15px;
	padding:7px 20px;
	box-shadow: none !important;
}








.car-elem .new-driver{
	color:#1CA53A;
	font-weight: 300;
	font-size:11px;
	line-height:12px;
	padding-top:0px;
	padding-bottom:0px;
}
.car-elem{
	margin-bottom:20px;
	height:498px;
}
.carlist.autolist .car-elem{
	height:unset;
}
.car-show__rentprices thead tr,
.car-show__rentprices th,
.car-elem thead tr,
.car-elem th{
	color:#707070;
	font-weight: 300;
	background:white;
	padding:7px 9px;
	font-size:14px;
	line-height: 14px;
}
.car-show__rentprices th{
	font-size:16px;
}
.car-show__rentprices td:first-of-type,
.car-elem td:first-of-type{
	font-weight: 400;
}

.car-show__rentprices td,
.car-elem td{
	border-bottom-width:0px;
	font-size:16px;
	line-height:16px;
	padding:9px 6px 10px;
	font-weight: 500;

}
.car-show__rentprices td{
	font-size:20px;
	line-height:26px;
	font-weight: 400;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	--bs-table-accent-bg:white;
	background:white;
}
.table-striped > tbody > tr:nth-of-type(2n) {
	background:#F6F9FA;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #CBCBCB;
}
.car-elem:hover img{
	transform: scale(1.1);
	/*animation: zoom-in-zoom-out 1s ease;*/
}
.car-elem img{
	transition: transform .2s;
	width:245px;
	margin-top:18px;
	margin-bottom:18px;
	height:204px;
	margin-left: auto;
	margin-right: auto;
	object-fit:contain;
}
.car-elem .car-elem__minprice{
	font-size: 16px;
	line-height: 105%;
	display: flex;
	align-items: center;
}
.car-elem .car-elem__type{
	color:#CBCBCB;
	border:1px solid #CBCBCB;
	padding:0px 16px;
	height:24px;
	font-size:14px;
	border-radius:5px;
}
.car-elem .car-elem__name{
	font-size:20px;
	margin-top:20px;
	line-height:20px;
}
.carlist .car-elem__img img{
	margin:0px;
}
.carlist .car-elem__img{
	padding: 0px;
}


@keyframes movingFlare {
  0% {
    top: -30px;
    margin-left: 0px;
  }

  100% {
    top: 110%;
    margin-left: 0px;
  }
}
/*
.car-elem__body:hover::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	background: #fff9;
	top: 0px;
	z-index: 2;
}
.car-elem__body:hover::after{
	content: "";
  display: block;
  width: 140%;
  height: 50px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(
      to bottom,
      rgba(200, 255, 255, 0.5) 0%,
      rgba(200, 255, 255, 1) 50%,
      rgba(200, 255, 255, 0.5) 100%
  );
  left: -70px;
  top: -100px;
  z-index: 3;
  transform: rotate(25deg);
  position: absolute;
  animation: movingFlare 3s ease-in-out 0.05s infinite;
}*/
.car-elem__body table{
	 margin-bottom:0px;
}
.car-elem__body{
	height:100%;
	border-radius:10px;
	padding: 18px 20px;
	background:white;
	overflow:hidden;
	position:relative;
	border: 1px solid transparent;
}
.car-elem__hover{
	display:none;
}
.car-elem:hover{
	position:relative;
	overflow:hidden;
}
.car-elem:hover .car-elem__hover button{
	background:var(--main-color);
	height:40px;
	color:#232323;
	border-radius:10px;
	border:none;
	font-size:18px;
	padding-left:40px;
	padding-right:40px;
	border: 1px solid #45ad5c;
	border-radius: 10px;
}
.car-elem:hover .car-elem__hover{
	width:100%;
	height:100%;
	position:absolute;
	display:flex;
	justify-content: center;
	align-items: center;
	background:#fffc;
	top: 0px;
	left: 0px;
	
}
/*.car-elem__body::after{
	display:block;
	width:100%;
	height:100%;

	background:red;
}*/
.carlist{
	margin-left: -10px;
	margin-right: -10px;
}
.carlist>div{
	padding: 10px;
}

.hours-count-select,
.days-count-select{
	display:flex;
}

.hours-count-select div,
.days-count-select div{

	width:60px;
	display:flex;
	justify-content: center;
	align-items: center;
	height:60px;
	cursor:pointer;
	margin-right:20px;
}
.hours-count-select div.active,
.days-count-select div.active{
	/*background:#ffb21f;*/
	background:var(--main-color);
}
#calcapp .select-wrapper:last-of-type{
	margin-top: 76px;
}
#calcapp select{
	height:70px;
	border:1px solid #CBCBCB;
	font-size:24px;
	font-weight:400;
	line-height: 26px;
	margin-top:55px;
	border-radius:10px;
	padding-left:30px;
}
#calcapp h4:last-of-type{
	margin-top:30px;
}
#calcapp h4{
	margin-bottom:30px;
	font-size:20px;
	font-weight:400;
	line-height: 26px;
}
/*
.calc-tarif-1{
	background:#E7E7E7;
	border-radius:10px;
}
.calc-tarif-2{
	background:#DEEFFF;
	border-radius:10px;
}
.calc-tarif-3{
	background:#FFE99E;
	border-radius:10px;
}*/
.calc-tarif h5{
	font-size:26px;
	font-weight:400;
	line-height: 26px;
	color:#232323;
}
.calc-tarif__legend_detail{
	font-size:18px;
}
.calc-tarif.active{
	background:#FFE99E;
}
.calc-tarif{
	border-radius:10px;
	margin-top:50px;
	margin-bottom:70px;
	height:250px;
	padding:30px 30px 41px;
	position:relative;
	background:#E7E7E7;
}
.calc-tarif__legend small{
	font-size:18px;
	font-weight:300;
	line-height: 26px;
	color:#232323;
	margin-bottom:20px;
	display:block;
}
.calc-tarif__legend {
	font-size:40px;
	font-weight:500;
	line-height: 26px;
	color:#232323;
	position: absolute;
	bottom: 40px;
}

.cacl-sub-sq{
	border-radius: 10px;
	border:#CBCBCB 1px solid;
	font-size:30px;
	font-weight:400;
	line-height: 26px;
}

.cacl-sub-sq.active{
    color:#FFFFFF;
}

.calculator-section .calculator-title {
	margin-bottom:50px;
}
.calculator-section .calculator-title p{
	color:#707070;
	font-weight:300;
	font-size:18px;
}
.calculator-section h3{
	font-weight:300;
	width:calc(100% / 12 * 4);
}
.calculator-section{
	background:#F4F9FA;
	padding:100px 0px;
}

.conditions-section{
	padding-bottom:88px;
}


.conditions-section h3{
	margin-top:23px;
	margin-bottom:50px;
}
.faq{
	padding-top:100px;
	padding-bottom:130px;
}
.faq h3{
	text-align: center;
	margin-bottom:50px;
}
.faq h3,
.calculator-section h3,
.conditions-section h3,
.reviews-section h3{
	font-size:40px;

}
.reviews-section{
	background:white;
	padding-top:100px;
	padding-bottom:100px;
}
.review-card__body{
	padding:30px;
	font-size:16px;
	line-height: 26px;
	font-weight: 300;
}
.review-card{
	border-radius:20px;
	position:relative;
}
.review-card-green{
	background:#EEFFFB;
	width:285px;
	min-height:340px;
	margin-top:70px;
	padding-bottom:40px;
}
.review-card__stars {
	padding-left:30px;
	margin-bottom:0px;
}
.review-card__stars img{
	width:26px;
	min-height:24px;
	margin-right:12px;
}
.review-card-yellow{
	background:#FFFBEE;
	width:586px;
	align-self: flex-start;
	padding-bottom: 40px;
	height:unset;
}
.review-card-blue{
	width:386px;
	min-height:234px;
	background:#EEF7FF;
	padding-bottom:40px;
	margin-bottom:40px;
	margin-right: calc(100vw / 12);
}
.review-card-green .review-driver,
.review-card-blue .review-driver
{
	position:absolute;
	right:-50px;
	bottom:-50px;

}
.review-card-yellow .review-driver
{
	position:absolute;
	left:-50px;
	bottom:-50px;
}
.review-card__name{
	color:#232323;
	font-size:22px;
	line-height: 22px;
	margin-bottom:10px;
	margin-left:30px;
}
.reviews-grey-link:hover,
.reviews-grey-link{
	font-size:20px;
	text-decoration: none;
	color:#CBCBCB;
	margin-top:-31px;
}
.reviews-grey-link img{
	margin-top:-3px;
	width:24px;
}
.review-driver{
	border-radius:100%;
	width:100px;
	object-fit: cover;
	height:100px;
}















.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
}

.accordion-item{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.accordion-header{
	border-bottom: 1px solid #e3e3e3;
}
.accordion-button:not(.collapsed),
.accordion-button:focus{
	border:0px;
	box-shadow: none;
}
.accordion-body,
.accordion-button{
	padding-left:0px;
}


.greyblock{
	background:var(--darkbgcolor);
}


.map-container{
	position: relative;
}


.map-container .container{
	position:absolute;
	top:0px;
	width:100wh;

	height:100%;
	display:flex;
	left:50%;
	transform: translateX(-50%);
}
.map-container .rentform{

	height:600px;
}
.rentform{
	background:var(--darkbgcolor);
	border-radius:0px;

	padding:72px 95px;
}











footer{
	background:#F4F9FA;
	padding: 30px 0 31px;
}
footer .navbar-brand{
	margin-left:calc(100vw / 12);
}
.copyright{
	font-size:14px;
	font-weight: 300;
	color:#707070;
	margin-left:calc(100vw / 12);
	margin-top:20px;
}
footer a,
.footer-navs a{
	color:#232323!important;
	font-size:18px;
	font-weight: 500;
}
footer .nav-item img{
	width:25px;
	height:25px;
}
footer .nav-item{
	display:flex;
	align-items: center;
}
footer .nav-item:not(:last-of-type){
	margin-right:22px;
}
.footer-navs a{
	margin-right:30px;
	margin-left:30px;

	font-weight: 300;
	text-transform: none;
	text-decoration: none;
}

#accordionFAQ{
	margin-bottom:24px;
}

#accordionFAQ .accordion-item{
	margin: 0 auto 8px;
}
#accordionFAQ .accordion-item,
#accordionFAQ .accordion-header{
	border:0px;
}
#accordionFAQ .accordion-body{
	color:#707070;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	padding: 16px 0px 24px;
}

#accordionFAQ .accordion-button{
	background: transparent;
	padding: 24px 104px 24px 0px;
	border-radius:10px;
	color: #232323;
	font-size: 24px;
}

#accordionFAQ .accordion-item {
  background: transparent;
  border-radius: 12px;
  margin: 0 auto 8px;
  /*max-width: 880px;*/
}






.pinned-links label{
	margin-bottom: 20px;
	margin-top: 40px;
	color:#A8A8A8;
	font-weight: 300;
	width:100%;
}
.pinned-links a{
	display:block;
	width:100%;
	margin-bottom:20px;
	color:#232323;
	text-decoration: none;
}
.pinned-links{
	font-size: 18px;
	line-height: 26px;
}

#calcapp .select-wrapper{
	position:relative;
}
#calcapp .select-wrapper::before{
	content:"";
	background:url(/assets/imgs/arrow-bottom-light.svg);
	position:absolute;
	top: 19px;
	right: 30px;
	width: 32px;
	height: 32px;
}
.reviews-block h3{
	font-size:40px;
	color:#232323;
	line-height: 60px;
	font-weight:400;
	margin-bottom:40px;
}
.reviews-block{
	margin-bottom:100px;
}
.reviews-block .review-card-yellow{
	height:auto;
	margin-left:0px;
	padding-bottom: 40px;
	margin-bottom: 80px;
	max-width: 80%;
	min-width:30%;
	width:auto;
}
.reviews-block .review-card-yellow .review-card__name {
	margin-right:30px;
}
.reviews-block .review-card-yellow .review-driver {
  position: absolute;
  left: -50px;
  bottom: -70px;
}

.reviews-block div.d-flex div.w-100{
	display: flex;
}
.reviews-block div.d-flex div:nth-child(2n+1) .review-card-yellow .review-driver{
	left:unset;
	right: -50px;
}
.reviews-block div.d-flex div:nth-child(2n+1) .review-card-yellow {
	width:auto;
	background:#EEF7FF;
	padding-bottom:40px;
	margin-bottom:40px;
	margin-left: auto;
	margin-right: 0px;

}
.reviews-block  div.d-flex div:nth-child(3n+1) .review-card-yellow {

	background:#EEFFFB;
	width:auto;
	padding-bottom:40px;
}
.faq-container h3{
	margin-bottom:40px;
	font-size:40px;
	line-height:60px;
	font-weight: 400;
}
.faq-container{
	margin-bottom:76px;
}
/*
.reviews-block .review-card-yellow .review-driver{
	left: 0px;
}
.reviews-block .review-card-yellow .review-driver{
	bottom: -70px;
}*/
.rentform .form-check .form-check-input:checked{
	background:url(/assets/imgs/ok.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.article-show__imagetitle{
	font-size:16px;
	font-weight: 300;
	font-style: italic;
	color:#A8A8A8;
	margin-bottom:25px;
}

.articles-container .articles-card p{
	margin-bottom:0px;
}

.article-show__source a,
.article-show__source{
	color:#A8A8A8;
	font-size:18px;
	line-height:18px;
	font-weight: 300;
	margin-bottom: 40px;
}

.modal .modal-header .btn-close,
#orderModal_result .modal-header .btn-close,
#orderModal .modal-header .btn-close{
	position: absolute;
	right: 30px;
	top: 30px;
}
.modal .modal-header,
#orderModal_result .modal-header,
#orderModal .modal-header{
	padding: 0px;
	position: relative;
	border: 0px;
}
.modal .modal-footer,
#orderModal_result .modal-footer,
#orderModal .modal-footer{
	display:none;
}
.modal .modal-body,
#orderModal_result .modal-body{
	padding:127px 40px!important;
	line-height:60px;
	font-size:35px;
	color:white;
	background: var(--darkbgcolor);
}


@media(min-width: 576px) {
	.modal-dialog {
	  max-width: 430px;

	}
	.modal .rentform{
		  padding:41px 44px;
	}
	.modal  .rentform .form-options label{
		padding-left: 12px;
		padding-right: 12px;
	}
	.modal  .rentform h3{
		font-size: 35px;
		text-align:center;
	}
	.modal .rentform form .form-control{
		height:60px;
	}
	.modal .rentform h3{
		margin-bottom:33px;
	}
	.modal .rentform form button{
		height:60px;
	}
	.modal .modal-dialog .modal-body,
	#orderModal_result .modal-dialog .modal-body,
	#orderModal .modal-dialog .modal-body{
		border-radius: 15px;
		overflow: hidden;
	}

	.modal .modal-content,
	#orderModal_result .modal-content,
	#orderModal .modal-content{
		background:transparent;
		border: 0px;
	}
}
.modal .modal-body,
#orderModal_result .modal-body,
#orderModal .modal-body{
	padding:0px!important;
}
.modal .modal-header .btn-close ,
#orderModal_result .modal-header .btn-close ,
#orderModal .modal-header .btn-close {
	position: absolute;
	right: -10px;
	top: -10px;
	width:50px;
	height:50px;
	background:#232323;
	border-radius: 100%;
	padding: 0px;
	border:1px solid #525252;
	z-index: 100;
	opacity: 1;
	background-image:url(/assets/imgs/Х.svg);
	background-repeat:no-repeat;
	background-position: 14px 15px;
}
#orderPromoModal_result.modal .modal-body{
	padding: 40px 40px !important;
	font-size:30px;
	line-height:40px;
}
@media(min-width:768px){
	.modal-dialog{
		height: 100vh;
		margin: 0px auto;
	}
	.modal-content{
		position: fixed;
		top: 50%;
		width: 430px;
		transform: translate(0%, -50%);
	}
	#orderPromoModal_result .modal-dialog {
		max-width: 600px;
	  }
	  #orderPromoModal_result.modal .modal-body{
		  font-size:25px;
		  line-height:30px;
	  }
	#orderPromoModal_result .modal-content{
		max-width: 100%;
		width: 600px;
	}
	.submenu a,
	.menu-cat a{
		text-decoration: none;
		font-size: 20px;
		font-weight:100;
		line-height:21px;
		width:100%;
		margin-bottom:0px;
		display:block;
		color:white;
	}
	.submenu a:hover,
	.menu-cat h5:hover{
		background:#4F4F4F;
	}
	.submenu a,
	.menu-cat h5{
		font-size:20px;
		line-height:21px;
		color:white;
		font-weight:100;
		margin-bottom:0px;
		padding-right: 21px;
		padding-left: 44px;
		text-align: right;
		padding-top:7px;
		padding-bottom:7px;
	}
	.menu-cat{
		border-left:1px solid #707070;
		padding:0px 0px;
		margin-right:30px;
	}
	.hidden-menu .container{
		background:transparent;

	}
	.hidden-menu .container>div{
		width: 300px;
		padding:16px 0px;
		margin-left: auto;
		flex-wrap: wrap;
		border-radius:5px;
		background:#232323;
	}
	.menu-cat{
		width:100%;
		position:relative;
		border: none;
		margin-right: 0px;
		cursor:pointer
	}
	.submenu a{
		text-align: left;
		padding-right: 21px;
		padding-left: 30px;

	}
	.submenu{
		display: none;

	}
	.menu-cat:hover h5+.submenu{
		display: block;
		position: absolute;
		transform: translateX(-100%);
		background:#232323;
		padding: 23px 0px;
		left: 0px;
		top:0px;
		width:212px;
		border-radius:5px;
		margin-left:-1px;
	}

}
.other-car-by-class h3{
	font-size:40px;
	line-height: 44px;
	margin-bottom:56px;
}
.page-link:last-of-type{
	/*arrow-right-grey.png*/
}
.page-link img{
	margin-top: 3px;
}
.page-link{
	border:none;
	box-shadow: none!important;
}

.page-item.active .page-link,
.pagi-block a{
	font-size:20px;
	color:#A8A8A8;
	font-weight: 300;
}
.page-link:hover {
  z-index: 2;
  color: #232323;
  background-color:transparent;
  border-color: transparent;
}
.page-item.active .page-link:hover,
.page-item.active .page-link{
	color:#232323;
	background-color:transparent;
}
.pagi-block{
	padding-top: 40px;
	border-top:1px solid #CBCBCB;
}



.formcard{
	border:1px solid #CBCBCB;
	padding:30px;
	border-radius:10px;
	margin-bottom:40px;
}


.form-field input:focus-visible,
.form-field input:focus,
.form-field input:active{
	border:none;
	box-shadow:none;
	border-color:transparent;
	outline: none;
}
.form-field input[type=text]{
	border:none;
	font-weight: 300;
	width:calc(100% - 28px);
	margin-left:calc( 28px + 19px );
}
.form-field::before{
	content:"";
	background: url(/assets/imgs/user1.svg);
	width:24px;
	height:24px;
	display:block;
	position:absolute;
}
.form-field.form-phone-field::before{
	background: url(/assets/imgs/phone.svg);
}
.form-field.form-email-field::before{
	background: url(/assets/imgs/at-sign.svg);
}
.form-field.form-docs-field::before{
	background: url(/assets/imgs/file.svg);
}
.form-file-field__legend,
.form-field{
	border:1px solid #CBCBCB;
	border-radius:10px;
}
.form-field{
	position:relative;
	width:70%;
	padding:16px 21px;
	margin-bottom:22px;
}




.form-file-field label{
	width:100%;
	font-size:20px;
	line-height: 24px;
	color:#232323;
	font-weight: 300;
	margin-bottom:16px;
}
.form-file-field{
	display:flex;
	flex-wrap: wrap;
	margin-bottom:35px;
	font-weight: 300;
}
.form-file-field__legend>*{
	height:50px;
	padding-left: 21px;
	padding-right: 21px;
	line-height:50px;
	font-weight: 300;
}
.form-file-field__legend{
	display:flex;
	width:100%;
	color:#A8A8A8;
	font-size:20px;
	cursor:pointer;
}

.form-file-field__sublegend::before{
	content:"";
	width:24px;
	height:24px;
	background: url(/assets/imgs/upload.svg);
	background-repeat: no-repeat;
	display:block;
	margin-top: 12px;
	margin-right: 20px;
}
.form-file-field__sublegend{
	display:flex;
	color:#272727;
	border-radius:10px;
	background:var(--main-color);
	font-size:20px;
	line-height: 50px;
	font-weight:300;
	border-right:1px solid #CBCBCB;
}
.formcard__body h3{
	margin-bottom:37px;
	color:#232323;
	font-size:30px;
}
.form > h3{
	font-size:40px;
	line-height:44px;
	color:#232323;
	padding-bottom:40px;
	margin-bottom:58px;
	border-bottom: 1px solid #CBCBCB;
}
.form p{
	font-size:20px;
	line-height: 26px;
	color:#232323;
	margin-bottom:51px;
	font-weight:300;
}
.form .green-btn{
	font-size:23px;
	line-height: 40px;
	color:white;
	text-transform: uppercase;
	border-radius:10px;
	background: #1CA53A;
	border:0px;
	height:70px;
	width:530px;
	margin:0px auto;
	margin-bottom:91px;
}


.static-page-block h3{
	font-size:40px;
	font-weight:400;
	line-height:60px;
	margin-bottom:40px;
}
.static-page-block{
	min-height:70vh;
}
.privacy-links a{
	display:block;
	color:#232323!important;
	font-size:13px;
	font-weight:300;
	text-decoration: none;
}
.privacy-links{
	width:264px;
	margin-left:auto;
}

.flags-container {
	width:calc(68px * 4 + 20px * 3);
	display:flex;
	margin-bottom:30px;
	justify-content: space-between;
}
.flags-container img{
	width:68px;
	height:34px;
	border:1px solid #CBCBCB;
}

.car-elem:hover .car-elem__body,
.car-elem__body:hover{
	box-shadow: 1px 1px 14px 1px #cacaca;
	border: 1px solid #45ad5c;
	border-radius: 10px;
}
.bottom-indi-vikup{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	font-family:Rubik;
	font-weight:300;
	color:#232323;
}

@media(min-width:1260px) and (max-width:1446px){
	.navbar::after{
		left: 460px;
	}
}
@media(min-width:1446px) and (max-width:1540px){
	.navbar::after{
		left: 490px;
	}
}
@media(min-width:1540px) and (max-width:1700px){
	.navbar::after{
		left: 610px;
	}
}
@media(min-width:1700px) and (max-width:1900px){
	.navbar::after{
		left: 670px;
	}
}
@media(min-width:1700px) and (max-width:1900px){
	.navbar::after{
		left: 670px;
	}
}
@media(min-width:1900px) and (max-width:2200px){
	.navbar::after{
		left: 670px;
	}
}
@media(min-width:2200px) and (max-width:2400px){
	.navbar::after{
		left: 798px;
	}
}
@media(min-width:2400px) and (max-width:2600px){
	.navbar::after{
		left: 868px;
	}
}
@media(min-width:2600px) {
	.navbar::after{
		left: 938px;
	}
}
.carousel::before{
	display:none!important;
}
