

/* Start:/bitrix/templates/carforrent_levelup/template_styles.css?162745567749960*/
@import "../../../../carforrent_levelup/page-style.css@v=5.css";
/* General style */
@font-face {
    font-family:'HelveticaNeueCyr-Light';
    src:url(../../../../carforrent_levelup/webfonts/HelveticaNeueCyr-Light.otf);
}
@font-face {
    font-family:'HelveticaNeueCyr-Medium';
    src:url(../../../../carforrent_levelup/webfonts/HelveticaNeueCyr-Medium.otf);
}
@font-face {
    font-family:'HelveticaNeueCyr-Roman';
    src:url(../../../../carforrent_levelup/webfonts/HelveticaNeueCyr-Roman.otf);
}

*{
	margin:0px;
	padding:0px;

	font-family:'HelveticaNeueCyr-Light' ;
	/* color:#ffffff; */

	font-size:  14px;
}

p {
	margin-bottom:  20px;
}

.main-content h2,
.main-content h3 {
    margin: 40px 0px !important;
    text-transform: none;
    font-size: 18px;
}
a.button-empty, a.b24-web-form-popup-btn-5, a.b24-web-form-popup-btn-7 {
cursor: pointer;
}
.main-content strong,
.main-content span {
	color: #f7941d;
	font-weight: inherit;
}

.main-content a {
	text-decoration: underline;
	color: #1391ce;
}
.main-content a span {
	color: #1391ce;
}
.m-b .uk-width-1-1 {
	margin-bottom: 10px;
}
html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
}
.flex{
	display:flex;
}

.container{
	width:1200px;
	min-width:300px;
	margin:0 auto;
	/*height:100%;*/
}
.page{
	flex-direction:column;
	width:100%;
	height:100%;
}
header *,footer *{
	color:#ffffff;
}
.uppercase{
	text-transform:uppercase;
}
.lowercase{
	text-transform:lowercase;
}
.center{
	text-align:center;
}
.button-empty{
	font-size:15px;
	color:#000000;
	display:inline-block;
	line-height:20px;
	padding:15px 5px 12px 5px;
	margin:5px 15px;
	border-bottom:3px solid #fec818;
	text-decoration:none;
	font-family:HelveticaNeueCyr-Roman;
}
.button-box{
	border:2px solid #fec818;
	font-size:15px;
	color:#000000 !important;
	display:inline-block;
	line-height:20px;
	padding:10px 20px;
	margin:5px;
	border-radius:5px;
	background-color:#fec818;
	text-decoration:none;
	font-family:HelveticaNeueCyr-Roman;
	text-decoration: none !important;
}
.button-news{
	position:absolute;
	bottom:-2px;
	right:20px;
	display:block;
	min-width:100px;
	border-bottom:2px solid #fec818;
	font-size:11px;
	color:#000000;
	line-height:16px;
	padding:3px 0px;
	text-decoration:none;
	font-family:HelveticaNeueCyr-Roman;
	z-index:1;
}
@media screen and (max-width:1360px){
.container{
	width:100%;
}	
}

.car-make {
    padding: 50px 25px;
    background: #f5f5f5;
    border: solid 1px #FFF;
    transition: all 0.2s ease;
}
.car-make:hover {
	background: #FFF;
}
.car-make div {
    text-align: center;
    overflow: hidden;
    position:relative;
}
.car-make img:not(.mark) {
	max-width: 100%;
}
.car-make.m img:not(.mark) {
	width: 100%;
}
.car-make .mark {
	max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
/* END General style */



/* Header style */
header{
	width:100%;
	height:70px;
	background-color:#27303f;
	flex:0 0 auto;
	z-index: 111;
}
#more-soc-btn img {
	width: 29px;
    height: 29px;
    margin-top: 4px;
}
.header-cont{
	height:100%;
}
.header--left{
	flex:0 0 170px;
	height:100%;
	/*background-color:#27303f;*/
	background-color:#18212a;
	align-content:flex-start;
	align-items:center;
	z-index:2000;
}
.header--left a{
	margin:0px auto 0px 0px;
}
.header--center{
	flex:1 0 auto;
	height:100%;
	z-index:1000;
	background-color:#18212a;
}
.header--right{
	flex:0 0 170px;
	height:100%;
	/*background-color:#27303f;*/
	background-color:#18212a;
	z-index:2000;
}
.header--item{
	flex-grow:1;
	align-items:center;
	align-content:center;
}
.header--item a{
	margin:auto;
} 





.header--menu{
	width:100%;
	height:50%;
}
.header--menu  li{
	cursor:pointer;
	list-style:none;
}
.header--menu > li{
	text-align:center;
	flex-grow:1;
	padding:7px 4px 15px 4px;
	border-top:1px solid transparent;
	list-style:none;
	position: relative;
}
.header--menu > li > a{
	font-size:15px;
	line-height:20px;
	color:#ffffff;
	text-decoration:none;
}
.header--menu > li:hover{
	border-color:#fec818;
}
.header--menu > li:hover > ul{
	display:block;
}
.header--menu >li > ul > li:hover > ul{
	display:block;
}
/* level 1*/
.header--menu > li > ul{
	position:absolute;
	top:30px;
	left:-50px;
	display:none;
	z-index:1000;
	-webkit-box-shadow: 4px 4px 14px -7px rgba(0,0,0,0.82);
	-moz-box-shadow: 4px 4px 14px -7px rgba(0,0,0,0.82);
	box-shadow: 4px 4px 14px -7px rgba(0,0,0,0.82);
}
.header--menu > li > ul > div.arrow{
	margin-left:80px;
	border: 10px solid transparent;	
	border-bottom:10px solid white;
	width:0px;
	height:0px;
}
.header--menu > li > ul > li{
	white-space: nowrap;
	background-color:white;
	font-family:HelveticaNeueCyr-Light;
	font-size:15px;
	text-align:left;
	border-left:4px solid white;
	padding:15px;
}
.header--menu > li > ul > li:nth-child(2){
	border-radius:4px 4px 0 0;
}
.header--menu > li > ul > li:last-child{
	border-radius:0 0 4px 4px;
}
.header--menu > li > ul > li:hover{
	border-left:4px solid #fec818;
	background-color:#f4f4f4;
}
.header--menu > li > ul > li > a{
	color:#989797;
	text-decoration:none;
}
.header--menu > li > ul > li:hover > a{
	color:#000000;
}
.header--menu > li > ul > li.arrow-right{
	background-image:url(../../../../carforrent_levelup/images/arrow-right.png);
	background-repeat:no-repeat;
	background-position:right center;
} 
/* end level 1*/
/* level 2*/
.header--menu > li > ul > li > ul{
	position:absolute;
	top:0px;
	left:100%;
	display:block;
	padding-left:15px;
	display:none;
	columns:auto 2;
	column-gap:0px;
	-webkit-box-shadow: 4px 4px 14px -7px rgba(0,0,0,0.82);
	-moz-box-shadow: 4px 4px 14px -7px rgba(0,0,0,0.82);
	box-shadow: 4px 4px 14px -7px rgba(0,0,0,0.82);
}
.header--menu > li > ul > li > ul > div.arrow{
	left:-5px;
	top:15px;
	border: 10px solid transparent;	
	border-right: 10px solid white;
	width:0px;
	height:0px;
	position:absolute;
}
.header--menu > li > ul > li > ul > li{
	white-space: nowrap;
	background-color:white;
	font-family:HelveticaNeueCyr-Light;
	font-size:15px;
	text-align:left;
	border-left:4px solid white;
	padding:15px;
	min-height:47px;
}
.header--menu > li > ul > li > ul > li:hover{
	border-left:4px solid #fec818;
	background-color:#f4f4f4;
}
.header--menu > li > ul > li > ul > li > a{
	color:#989797;
	text-decoration:none;
}
.header--menu > li > ul > li > ul > li:hover > a{
	color:#000000;
}
.header--menu > li > ul > li > ul > li.arrow-right{
	background-image:url(../../../../carforrent_levelup/images/arrow-right.png);
	background-repeat:no-repeat;
	background-position:right center;
}

@media screen and (max-width: 1100px) {
.header--menu > li:hover > ul{
	display:none;
}
.header--menu >li > ul > li:hover > ul{
	display:none;
}
.header--menu > li.arrow-right > a:before{
	content:"+";
	color:green;
	font-size:16px;
	line-height:16px;
	margin-right:5px;
	font-family:HelveticaNeueCyr-Medium;
}
.header--menu > li.arrow-right > a.minus:before{
	content:"-";
	color:red;
}  
.header--menu{
	display:block;
	position:absolute;
	width:100vw;
	height:auto;
	background-color:#18212a;
	border-top:1px solid #27303f;
	top:70px;
	overflow:hidden;
	transition:max-height 0.5s;
	max-height:0px;
	z-index:100;
	max-width: none;
}
.header--menu > li:hover{
	border-color:transparent;
}
.header--menu > li:hover > a{
	color:#fec818;
	transition:color 0.5s;
}
/* level 1*/
.header--menu > li > ul{
	position:relative;
	top:0;
	left:0;
	display:none;
	padding:10px;
	background-color:#27303f;
	border-radius:4px;
	margin-top:10px;
}
.header--menu > li > ul > div.arrow{
	display:none;
}
.header--menu > li > a{
	display:block;
}
.header--menu > li > ul > li{
	background-color:transparent;
	text-align:center;
	border-left:0px solid white;
	padding:10px;
}
.header--menu > li > ul > li:nth-child(2){
	border-radius:0;
}
.header--menu > li > ul > li:last-child{
	border-radius:0;
}
.header--menu > li > ul > li:hover{
	border-left:0px solid #fec818;
	background-color:transparent;
}
.header--menu > li > ul > li > a{
	color:#f1f1f1;
	text-decoration:none;
	font-family:HelveticaNeueCyr-Light;
	line-height:16px;
	font-size:14px;
}
.header--menu > li > ul > li:hover > a{
	color:#fec818;
	
}
.header--menu > li > ul > li.arrow-right{
	background-image:none;
}
.header--menu > li > ul > li.arrow-right > a:before{
	content:"+";
	color:green;
	font-family:HelveticaNeueCyr-Medium;
	font-size:16px;
	line-height:16px;
	margin-right:5px;
}
.header--menu > li > ul > li.arrow-right > a.minus:before{
	content:"-";
	color:red;
}  
/* end level 1*/
/* level 2*/
.header--menu > li > ul > li > ul{
	position:relative;
	top:0;
	left:0;
	display:none;
	padding-left:0;
	columns:auto;
	background-color:#434c5a;
	border-radius:4px;
	margin-top:20px;
}
.header--menu > li > ul > li > ul > div.arrow{
	display:none;
}
.header--menu > li > ul > li > ul > li{
	white-space: nowrap;
	background-color:transparent;
	text-align:center;
	border-left:0px solid transparent;
	padding:15px;
}
.header--menu > li > ul > li > ul > li:hover{
	border-left:0px solid #fec818;
	background-color:transparent;
}
.header--menu > li > ul > li > ul > li > a{
	color:#989797;
	text-decoration:none;
	font-family:HelveticaNeueCyr-Light;
	font-size:13px;
	line-height:16px;
}
.header--menu > li > ul > li > ul > li:hover > a{
	color:#ffffff;
}
.header--menu > li > ul > li.arrow-right{
	background-image:none;
}
.header--menu > li > ul > li.arrow-right > a:before{
	content:"+";
	font-size:16px;
	line-height:16px;
	margin-right:5px;
} 
}

.header--text{
	width:100%;
	height:50%;
}
.header--text div{
	text-align:center;
	flex-grow:1;
	font-size:15px;
	line-height:18px;
	padding:10px 4px;
}
.header--text div span{
	color:#9cafc2;
}
.header--text div a{
	text-decoration:none;
	color:#fec818;
	border-bottom:1px dashed #fec818;
}
@media screen and (min-width:1100px){
.header--text div.align-left, .header--menu > li.align-left{
	text-align:left;
	margin-left:20px;
}
.header--text div.align-right, .header--menu > li.align-right{
	text-align:right;
	margin-right:20px;
}
.header--item:nth-of-type(6){
	display:none;
}
.header--item:nth-of-type(1){
	display:none;
}
.header--item:nth-of-type(2){
	display:none;
}
}
@media screen and (max-width:1099px){
.header--item:nth-of-type(3){
	display:none;
}
.header--item:nth-of-type(4){
	display:none;
}
.header--item:nth-of-type(5){
	display:none;
}

}
@media screen and (max-width:1200px){
.header--text div:nth-of-type(1){
	display:none;
}

.header--text div{
	padding:16px 3px;
}
}
@media screen and (max-width:1100px){
.header--center{
	flex:1 1 auto;
}
.header--text{
	height:100%;
	flex-wrap:wrap;
}
.header--text div{
	height:50%;
}
.header--text div:nth-of-type(1){
	flex-basis:150px;
	flex-grow:0;
	display:block;
	order:1;
}
.header--text div:nth-of-type(2){
	order:4;
	min-width: 312px;
}
.header--text div:nth-of-type(3){
	min-width: 312px;
	order:2;
}
.header--text div:nth-of-type(4){
	flex-basis:150px;
	flex-grow:0;
	order:3;
}
}
@media screen and (max-width:970px){
.header--text div:nth-of-type(1), .header--text div:nth-of-type(4){
	text-align:left;
	padding-left:10px;
}
.header--text div:nth-of-type(2), .header--text div:nth-of-type(3){
	text-align:right;
	padding-right:10px;
}
}
@media screen and (max-width:850px){
.header--text div:nth-of-type(2), .header--text div:nth-of-type(3),.header--text div:nth-of-type(1), .header--text div:nth-of-type(4){
	flex-basis:auto;
	min-width:auto;
}
}
@media screen and (max-width:790px){
.header--text div:nth-of-type(1){
	display:none;
}
.header--text div:nth-of-type(2){
	text-align:center;
}
.header--text div:nth-of-type(3){
	text-align:center;
}
.header--text div:nth-of-type(4){
	display:none;
}
}
@media screen and (max-width:667px){
.header--text{
	display:none;
}
.header--center{
	flex:0 0 auto;
	background-color:#27303f;
	position:absolute;
	width:auto;
}
.header--left{
	flex:1 0 auto;
	align-content:flex-start;
}
.header--right{
	flex:1 0 auto;
	align-content:flex-start;
}
}
/* END Header style */


/* Footer style */
footer{
	flex:0 0 auto;
	min-height:100px;
	background-color:#131313;
}
footer .container{
	padding:30px 60px;
	flex-wrap:wrap;
}
@media screen and (max-width:400px){
footer .container{
	padding:30px;
}	
}
.footer--item{
	flex-grow:1;
	padding:20px;
	width:160px;
}
.footer--item ul{
	list-style:none;
}
.footer--item a{
	text-decoration:none;
}
.footer--item div{
	margin-bottom:20px;
}
.footer--item div span,
.footer--item div a{
	font-size:18px;
	line-height:30px;
}
.footer--item li a{
	font-size:14px;
	line-height:24px;
	font-family:HelveticaNeueCyr-Light, Arial;
}
.footer--item a:hover{
	color:#fec818;
	transition:color 0.3s;
}
.footer--link{
	min-height:60px;
	width:100%;
	background-color:#27303f;
}
.footer--link .f--left{
	display: flex;
    flex: 1 0 auto;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    min-height: 60px !important;
	min-width:200px;
}
.footer--link .f--left img{
	max-height:60px;
}
.footer--link .f--center{
	display: flex;
    flex: 1 0 auto;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    min-height: 60px !important;
	min-width:200px;
	padding-left: 100px;
}
.footer--link .f--right{
    flex: 1 0 auto;
	display:flex;
	justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
	min-width:200px;
}
.footer--link .f--right p{
	font-size:13px;
	line-height:20px;
	font-family:HelveticaNeueCyr-Light;
	color:#ffffff;
	margin-bottom: 0;
}
.footer--link .container{
	padding: 0 !important;
    min-height: 60px !important;
	padding:0 20px !important;
}
.footer--link .f--center a{
    width: 34px;
    height: 34px;
    background-color: #26282c;
    border-radius: 50%;
    display: block;
    margin: 0px 3px;
	transition:background-color 0.3s;
}
.footer--link .f--center a:hover{
	background-color:#cccccc;
	transition:background-color 0.3s;
}

.footer--link .f--center img{
	width: 30px;
    height: 30px;
    margin: 2px;
    filter: brightness(0) invert(1);
	transition:filter 0.3s;
}
.footer--link .f--center a:hover img{
	filter:none;
	transition:filter 0.3s;
}
@media screen and (max-width:768px){
.footer--link .f--center{
	padding-left: 25px;
}
.footer--link .f--left{
    justify-content: center;
	padding:20px 0 !important;
}
.footer--link .f--right{
	justify-content: center;
	padding:20px !important;
}
.footer--link .container{
	flex-direction:column;
}
}
@media screen and (min-width:1200px){
	.header--left{
		    flex: 0 0 200px;
	}
	.header--right{
		flex: 0 0 200px;
	}
	.header--left a img{
		margin-left:15px;
	}
}
/* END Footer style */

.max_container {
	width: 1200px;
    min-width: 300px;
    margin: 0 auto;
    max-width: 100%;
	position: relative;
}

@media (max-width: 1200px) {
	.max_container {
		padding: 0px 15px;
	}
}

.max_head_title{
	height: 210px;
	background-size: cover;
	padding-top: 40px;
}
.max_head_title_h{
	font-size: 30px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 180px;
}
.max_head_title_h span {
	color: #fec818;
}
.hl_breadcrumb, .hl_breadcrumb a{
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	font-family:'HelveticaNeueCyr-Light';
}
.partner-icon .title{
	color: #27303f;
	font-size: 13px;
	padding: 0;
}
.partner-icon a, .partner-block{
	height: 70px;
	justify-content: left;
}
.absolute-bread {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

.max_head_title_h h1 {
	font-size: inherit;
	margin: inherit;
	color: inherit;
}

.huge-back {
	height: auto;
	background-size: cover !important;
	background-position: center !important;
	padding: 80px 0px 60px 0;
}
.huge-back .max_head_title_h {
	line-height: inherit;
}
.huge-back .slogan {
	line-height: inherit;
	font-size: 20px;
	color: #FFF;
	margin-top: 20px;
}
.btns .buttom-item-empty,
.grey-bg .buttom-item-empty {
		position: static;
}
.buttom-item-empty.black {
	color: #000 !Important;
}
.huge-back .buttom-item-empty:not(.no-margin) {
	position: static;
}
.btns {
	margin-top: 30px;
}
.huge-back .btns {
	margin-top: 30px;
}
.benefits-holder {
	background-size: cover !important;
	background-position: center !important;
	padding: 75px 0px;
	color: #FFF;
	padding-bottom: 40px;
}
.benefit {
	padding: 10px;
	font-family: HelveticaNeueCyr-Light;
	margin-bottom: 30px;
}
.benefit-title {
	font-size: 16px;
	margin: 10px 0px;
}
.benefit-text {

}
.diff-btn .buttom-item-empty {
	position: static;
	margin: 30px 0px;
	color: #000 !important;
}
.no-bottom-margin {
	margin-bottom: 0px;
}
.fat-and-up {
	text-transform: uppercase;
}

.grey-bg {
	background: #f5f5f5;
	padding: 50px 0px;
}
.grey-bg-max {
	padding: 0px 0px;
	background: #fff;
}
.grey-bg.colored-theme {
	padding: 20px 0px;
	background: #fff;
}
.tarif-h2 {
	margin-top: 0;
}

.pre_title {
    color: #d4a302;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 45px;
}

.pre_title a {
	color: #000;
	text-decoration: none;
}

.pre_title a:hover {
	text-decoration: none;
}

.pre_title img {
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}

h3.underline {
	font-weight: 400;
    border-bottom: solid 2px #fec818;
    display: inline-block;
    padding-bottom: 5px;
    font-size : 25px;
    font-family: HelveticaNeueCyr-Roman;
}
h3.underline.normal-transform {
	text-transform: none;
}

.margin-50,
h3.underline.margin-50 {
	margin: 50px 0px;
}

.btn {
    font-size: 15px;
    display: inline-block;
    line-height: 20px;
    padding: 10px 20px;
    text-decoration: none;
    font-family: HelveticaNeueCyr-Roman;
    transition: all 0.2s ease;
    text-align: center;
}

.btn.anywidth {
	padding: 10px 0px;
}

.btn.radius {
    border-radius: 5px;
}

.btn.yellow {
	color: #000;
    border: 1px solid #fec818;
    background-color: #fec818;
}

.btn.yellow:hover {
	color: #000;
	text-decoration: none;
    border-color: #ffc300;
    background-color: #ffc300;
}

.btn.white {
	color: #000;
	text-decoration: none;
    border: 1px solid #fec818;
    background-color: #FFF;
}

.btn.white:hover {
	color: #000;
	text-decoration: none;
    border-color: #ffc300 !important;
    background-color: #fbfbfb !important;
}

.slide:focus {
	outline: none;
}

.btn-div {
	margin: 50px 0px;
}
.button-wide {
	padding-left: 75px;
	padding-right: 75px;
}

.medium-div {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	font-family: HelveticaNeueCyr-Light;
}
.medium-div .card-tarifs {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.max-transform-l:first-letter {
	text-transform: uppercase;
}

.small-div {
	width: 100%;

	margin: 0 auto;
	font-size: 14px;
	font-family: HelveticaNeueCyr-Light;
}

@media (max-width: 1000px) {
	.medium-div {
		padding: 0px 15px;
	}
}

.cars {
	margin: 0 auto;
	font-family: HelveticaNeueCyr-Light;
	width: 100%;
	max-width: 1200px;
}

.small-div h1,
.small-div h2,
.small-div h3,
.medium-div h1,
.medium-div h2,
.medium-div h3 {
	    /* text-transform: uppercase; */
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-family: HelveticaNeueCyr-Light;
    font-size: 25px;
}


.small-div h2,
.small-div h3,
.medium-div h2,
.medium-div h3 {
	margin: 20px 0px;
}

.grey {
	background-color: #f5f5f5;
    border: 1px solid #dadada;
}

.card-image-holder {
	position: relative;
	height: 215px;
	overflow: hidden;
}

.car_card {
	border: solid 0px #f0f0f0;
	height: 100%;
	border-top: none;
	border-right: none;
	cursor: pointer;
}

.uk-width-1-3\@l:last-of-type .car_card,
.uk-width-1-4\@l:last-of-type .car_card {
	border-right: solid 0px #f0f0f0;
}

.uk-width-1-3\@l:nth-child(3n)>.car_card {
	border-right: solid 0px #f0f0f0;
}
.uk-width-1-4\@l:nth-child(4n)>.car_card {
	border-right: solid 0px #f0f0f0;
}

@media (max-width: 1080px) {
	.uk-width-1-3\@l:nth-child(2n)>.car_card {
		border-right: solid 1px #f0f0f0;
	}
	.uk-width-1-4\@l:nth-child(3n)>.car_card {
		border-right: solid 1px #f0f0f0;
	}
}

@media (max-width: 576px) {
	.uk-width-1-3\@l>.car_card {
		border-right: solid 1px #f0f0f0;
	}
	.uk-width-1-4\@l>.car_card {
		border-right: solid 1px #f0f0f0;
	}
}

.card-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center !important;
	z-index: 0;
}

.card-btn-block {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    transform: translateY(50px);
    transition: all .2s ease;
    z-index: 2;
    background: #FFF;
}

.card-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 1;
	transition: all 0.1s ease;
}

.car-section {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #FFF;
	font-size: 14px;
	z-index: 4;
	opacity: 0;
	transition: all 0.1s ease;
}

.badge {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #FFF;
    font-size: 22px;
    font-weight: 200;
}

.badge.sale {
    background: rgba(255, 200, 1, 0.7);
}

.badge.hit {
    background: rgba(255, 1, 1, 0.7);
}

.badge.new {
    background: rgba(18, 193, 24, 0.7);
}

.small-logo {
    padding: 3px;
	display: none;
}

.small-logo img {
	max-width: 100px;
}

.info-part {
	padding: 10px 20px 30px 20px;
}
.uk-flex-no-between {
	justify-content: start;
}
.car-title,
.car-year {
	margin-bottom: 5px;
	margin-top: 15px;
}

.car-title a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

.car-title a:hover {
	color: #000;
	text-decoration: none;
}

.car-year span {
	padding: 3px 5px;
    border: solid 1px #e3e3e3;
    border-radius: 3px;
    font-size: 14px;
}

.car-chars {
	color: #898989;
	font-size: 14px;
}

.car-prices {
	font-size: 16px;
    font-weight: 700;
}

.sale-price {
	color: #898989;
    font-weight: 400;
    text-decoration: line-through;
}

.car_card:hover .card-overlay{
	opacity: 0;
}

.car_card:hover .card-btn-block{
	transform: translateY(0px);
}

.car_card:hover .car-section{
	opacity: 1;
}

.tabby_head {
	margin-bottom: 40px;
	
}

.tabby_btn {
    padding: 10px;
    border-bottom: solid 1px #dadada;
    cursor: pointer;
	color: #8d8d8d;
	flex-grow: 1;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.1s ease;
    margin-top: 10px;
    text-align: center;
    font-family: HelveticaNeueCyr-Roman;
}
.tabby_btn:first-of-type {
	text-align: left;
}
.tabby_btn:last-of-type {
	text-align: right;
}
.tabby_btn:hover,
.tabby_btn.active:active,
.tabby_btn.active {
	color: #000;
	border-color: #fec818;
}


.main-content ul {
	list-style-type: none;
}
.main-content ul li:before {
	content: '-';
	display: inline-block;
	margin-right: 5px;
}

.main-content {
	font-size: 14px;
}
.main-content ul,
.main-content p {
    margin-bottom: 20px;
}

.max-hide-mob {
	display: none;
}

.tabby_tab {
	display: none;
	max-width: 1920px;
	margin: 0 auto;
	position:  relative;
}
.the-cat-holder {
	box-shadow: inset 0 0px 1px #dadada;
}
.tabby_more_btn {
	display: none;
}
.tabby_tab.shown {
	display: flex;
	margin: 0 -15px;
}
.tabby_more_btn.shown {
	display: block;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

.flex1 {
	flex: 1;
}

.flex0 {
	flex: 0;
}


/* MAP */
.map_block {
	margin-top: 0px;
}
.map_block_info_cont_d{
	font-size: 16px;
	font-family:'HelveticaNeueCyr-Light';
	line-height: 22px;
	margin-top: 50px;
}
.map_block_info_cont_d a, .b_col{
	color: #608cb8;
	font-family:'HelveticaNeueCyr-Light';
	line-height: 22px;
}
.map_block_info_cont_i a{
	color: #608cb8;
	font-family:'HelveticaNeueCyr-Light';
	line-height: 22px;
	
}
.map_block_info_cont_i{
	margin-top: 15px;
	font-size: 16px;
	font-family:'HelveticaNeueCyr-Light';
	line-height: 22px;
}
.map_block_info_cont_t{
	font-size: 18px;
	font-family:'HelveticaNeueCyr-Roman';
}
.map_block_info_cont{
	width: 100%;
	padding: 20px 0 20px 20px;
}
.map_block_hide{
	width: 33px;
	height: 350px;
	border-left: 4px solid #fec818;
	background: url(../../../../map-str.png) 50% no-repeat;
	cursor: pointer;
	
}
.map_block_info{
	position: absolute;
    top: 0;
    left: 85px;
	width: 380px;
	height: 350px;
	background: #FFF;
	display: -webkit-box;display: -ms-flexbox;display: flex;
	margin-top: 25px;
}
.container_abs{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 0;
	position: absolute;
}
.map_block{
	position: relative;
}
.contact-map{
	height: 400px;
}

.filter-bar {
    border: solid 1px #f0f0f0;
    height: 100%;
    font-family:'HelveticaNeueCyr-Light';
    position: relative;
    border-right: none;
}
.filter-bar label {
	padding: 20px 30px;
	text-align: left;
}
.filter-bar label span{
	display: block;
	margin-bottom: 5px;
}
.filter-bar input,
.filter-bar select {
	width: 100%;
	display: block;
	border: solid 1px #dedede;
	border-radius: 3px;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 0px 20px;
}

.button-full {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	width: 100%;
	display: block;
	text-align: center;
	cursor: pointer;
}

.reset-btn {
	color: #ddb859;
	position: absolute;
	left: 10px;
	top: 10px;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	z-index: 10;
}

@media (max-width: 960px) {
	.filter-bar {
		display: none;
	}
	.map_block_info {
		position: static;
		width: 100%;
	}
	.map_block_hide {
		display: none;
	}
}

@media (max-width: 640px) {
	.small-div {
		padding: 0px 15px;
	}
}

.backed_banner {
	font-size: 14px;
    line-height: 23px;
	padding:  20px;
	padding-top: 10px;
	padding-bottom: 15px;
	position: relative;
	background-size: cover !important;
	background-position: center top !important;
	color: #000;
	font-family:'HelveticaNeueCyr-Light';
}

.backed_banner h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.backed_banner .medium-div {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.backed_banner .banner-more {
	color: #fec818;
    position: absolute;
    left: calc(50% - 120px);
    bottom: 10px;
    width: 240px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

.whitecolor {
	color: #FFF;
}

.yellow-h {
	color: #fec818;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.mark-links a {
	text-decoration: underline;
	color: #FFF;
	padding: 5px 0px;
	font-size: 16px;
}
.yellow-color {
	color: #fec818 !important;
}

.width-270 {
	width: 270px;
}

.wedd-info {
	max-width: 1920px;
	margin: 0 auto;
}

.back-image {
	background-size: cover !important;
	background-position: center !important;
}
.back-image img {
	width: 100%;
}

.middle-text {
	padding: 30px 50px;
    font-family: 'HelveticaNeueCyr-Light';
    font-size: 14px;
    line-height: 23px;
}
.no-margin-top {
	    margin-top: 0px !important;
}
.pre_title.underlined {
	border-bottom: solid 1px #fec818;
    padding-bottom: 10px;
}

.tarif-block {
	font-family: 'HelveticaNeueCyr-Light';
}
.tarif-title {
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
}
.tarif-title span {
	border-bottom: solid 1px transparent;
	color: #000;
	padding-bottom: 5px;
}
.tarif-title img {
    display: inline-block;
    margin-left: 10px;
}
.tarif-title img.rotated {
    transform: rotate(180deg);
}

.tarif-title:hover span,
.tarif-title.active span{
	border-bottom: solid 1px #fec818;
}
.tarif-table .old-price {
	color: #ff0000;
	text-decoration: line-through;
}
.t-table {
	width: 100%;
	font-size: 14px;
}
.car-t {
	font-size: 16px;
}
.tarif-table {
	margin: 20px 0px;
}
.t-table .btn {
	width: 100%;
	text-align: center;
	height:100%;
	color: #000;
	text-decoration: none;
}
.no-padding {
	padding: 0px !important;
}
.t-table .btn:hover {
	background: #f6f6f6;
}
.t-table th,
.t-table td {
	padding: 10px;
}
.t-table td {
	text-align: center;
}
.t-table tr th,
.t-table tr td {
	border-bottom: solid 1px #fbfbfb;
	border-top: solid 1px #fbfbfb;
}
.t-table tr th:first-of-type,
.t-table tr td:first-of-type {
	border-left: solid 1px #fbfbfb;
}
.t-table tr th:last-of-type,
.t-table tr td:last-of-type {
	border-right: solid 1px #fbfbfb;
}
.t-table tr:hover td:first-of-type {
	border-left: solid 1px #fec818;
}
.t-table tr:hover td:last-of-type {
	border-right: solid 1px #fec818;
}
.t-table tr:hover td {
	border-top: solid 1px #fec818;
	border-bottom: solid 1px #fec818;
}
.t-table th {
	font-size: 12px;
}
.car-t {
	overflow: hidden;
	position: relative;
	width: 320px;
}
.car-t .c-link {
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateX(-140px);
    height: 100%;
    width: 140px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: #000;
    background: #FFF;
    transition: all 0.2s ease;
    font-size: 14px;
}
.car-t .c-title {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    padding: 10px;
    transition: all 0.2s ease;
    text-align: left;
}
.car-t .c-title a {
	color:  #000;
	text-decoration:  none;
}
.t-table tr:hover .car-t .c-title {
	transform: translateX(140px);
	background: #fec818;
	background: rgb(254,200,24); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(254,200,24,1) 79%, rgba(251,251,251,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(254,200,24,1) 79%,rgba(251,251,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(254,200,24,1) 79%,rgba(251,251,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec818', endColorstr='#fbfbfb',GradientType=1 );
	width: calc(100% - 140px);
    overflow: hidden;
    white-space: nowrap;
}
.t-table tr:hover .car-t .c-link {
	transform: translateX(0px);
}
.t-table tbody tr:hover {
	background: #fbfbfb;
}
.t-table .zalog {
	background: #fec818;
}

.hidden_th {
	display: none;
}

@media (max-width: 1000px) {
	.hidden_th {
		display: block;
	}
	.t-table thead {
		display: none;
	}
	.t-table tbody tr {
	    display: flex;
	    flex-wrap: wrap;
	    margin-bottom: 10px;
	    justify-content: space-evenly;
	    border: solid 1px #fec818 !important
	}
	.t-table .zalog {
		background: transparent;
	}
	.t-table .btn,
	.t-table .c-link {
		background: #fec818;
	}
	.t-table tbody tr td {
		border: none !important;
		display:block;
		width: 50%;
	}
	.t-table tbody tr .car-t {
		width: 100%;
		display: flex;
		background: #FFF;
		border-bottom: solid 1px #fec818 !important
	}
	.t-table tbody tr .c-title {
		width: calc(100% - 140px);
	}
	.t-table tbody tr .c-title, 
	.t-table tbody tr .c-link {
	    transform: none !important;
    	position: static !important;
	}

	.t-table tbody tr:hover .c-title{
	    white-space: normal !important;
	    transform: none !important;
	}
	.t-table tbody tr:hover .c-title {
		background: transparent !important;
	}
	.t-table tbody tr:hover .c-link,
	.t-table tbody tr:hover .c-title {
		transform: none !important;
	}
	.t-table tbody tr .no-padding {
		width: 100%;
	}
}
.margin {
	margin-bottom: 30px;
}

.unselecter {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	text-decoration: none;
	z-index: 2;
	    color: #d4a302;
}

.the_mark {
    position: relative;
    height: 80px;
    border-bottom: solid 1px #dadada;
    cursor: pointer;
    flex-grow: 1;
}
.the_mark img {
	max-width: 70%;
	max-height: 70%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.the_mark.active {
	border-bottom: solid 1px #fec818;
}

.the_mark.active img {
	opacity: 1;
}

.the_mark.inactive img {
	opacity: 0.5;
}

.the_mark.active .unselecter {
	display: block;
}
.blackbreads .hl_breadcrumb,
.blackbreads a,
.blackbreads {
	color: #000;
}
.blackbreads {
    min-height: 100px;
    height: auto;
}


.blackbreads .max_head_title_h {
	color: #000;
	text-transform: none;
	margin-top: 50px;
	line-height: 40px;
	margin-top: 20px !important;
	font-family: "HelveticaNeueCyr-Light";
	font-style: normal;
}

.darkgrey-bg {
	background: #d1d1d1;
}

.white-bg {
	background: #FFF;
    padding: 50px 0px;
}


.gallery-holder {
	padding: 20px 50px;
	position: relative;
	margin-bottom: 30px;
}

.normal-price {
	font-size: 30px;
	font-weight: 900;
}
.normal-price span {
	color: #d4a302;
	font-size:  30px;
}

.card-price-holder .sale-price {
	text-decoration: line-through;
	font-size: 24px;
	font-weight: 900;
	color: #cbcbcb;
}

.card-price-holder {
	margin-bottom: 10px;
}

.char-table {
	color: #000;
	font-weight: 900;
	font-size: 14px;
}
.char-row {
	margin-bottom: 5px;
}
.right-block {
	padding: 20px 50px;
}
.char-table span {
	color: #000;
	font-weight: 400;
}

.product-gallery {
	height: 400px;
}

.product-gallery .owl-stage,
.product-gallery .owl-item,
.product-gallery .owl-stage-outer {
	height: 100%
}

.product-image {
	background-size: cover !important;
	background-position: center !important;
	height: 100%;
	width: 100%;
}

.product-gallery .owl-dots {
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
}

.product-gallery .owl-dot {
	height: 2px;
    width: 50px;
    margin: 2px;
    background: #c6c6c7;
    display: inline-block;
}
.card-btns {
	margin-top: 20px;
}
.card-btns a {
	width: 100%;
}
.only-border {
	background: #FFF;
}
.product-gallery .owl-dot.active {
	background: #fec818;
}

.product-gallery .owl-nav .owl-next, .product-gallery .owl-nav .owl-prev {
	position: absolute;
}
.product-gallery .owl-nav .owl-next {
    right: -30px;
    top: calc(50% - 20px);
}
.cars-carousel .owl-nav,
.product-gallery .owl-nav {
	position: static;
}
.product-gallery .owl-nav .owl-prev {
    left: -30px;
    top: calc(50% - 20px);
}

.cars-carousel .owl-nav .owl-next, .cars-carousel .owl-nav .owl-prev {
	position: absolute;
	width: 56px;
	height: 56px;
	background: #FFF;
	line-height: 56px;
	text-align: center;
}
.cars-carousel .owl-nav .owl-next:hover, .cars-carousel .owl-nav .owl-prev:hover {
	background: #fec818;
}
.cars-carousel .owl-nav .owl-next:hover img, .cars-carousel .owl-nav .owl-prev:hover img {
filter: brightness(0) invert(1);
}
.cars-carousel .owl-nav .owl-prev {
    left: 0px;
    top: calc(50% - 80px);
}
.cars-carousel .owl-nav .owl-next {
    right: 0px;
    top: calc(50% - 80px);
}
.row-btns a {
	width: 230px;
}
.cars-carousel .owl-stage {
	display: flex;
}

.colored-theme h2,
.colored-theme h3 {
	color: #dbab0e;
}
.colored-theme h2 {
	color: #000;
	font-family: 'HelveticaNeueCyr-Medium' !important;
	font-style: italic;
	font-size: 25px;
	text-align: center;
	margin: 10px 0 20px 0 !important;
}

.grey-row {
	background: #f9f9f9;
}
.white-row {
	background: #FFF;
}
.the-tar {
	width: 100%;
	margin-bottom: 10px;
	border-spacing: 2px 0px;
}
.the-tar td {
	padding: 10px;
}
.the-tar tr:nth-child(odd) {
	background: #f9f9f9 !important;
}
.the-tar tr:nth-child(odd) td {
	background: #f9f9f9 !important;
}
.the-tar tr:nth-child(even) {
	background: #fff !important;
}
.the-tar tr:nth-child(even) td {
	background: #fff !important;
}
.the-tar .top-lined {
	background: #FFF;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
}

.yellow-cell span {
	color: #000;
	text-shadow: none;
}
.grey-row td {
	border-bottom: solid 1px #f9f9f9;
}
.the-tar span {
	color: #000;
	display: none;
}
@media (max-width: 700px) {

	.the-tar:not(.prettified) tr {
		display: flex;
		flex-direction: column;
		margin: 10px;
	}
	.the-tar .hidden-m {
		display: none !important;
	}
	.text-center-m,
	.the-tar {
		text-align: center;
	}
	.the-tar span {
		display: block;
		color: #000;
		font-weight: 600;
	}
}

.icons-line .uk-width-1-2 {
	padding: 15px;
}

.white-section {
	    border-top: solid 1px #f3f3f3;
    margin-top: -68px;
    padding: 20px 0px;
}

.order-form {
	text-align: left;
	padding: 0px;
}

.order-form .height label:not(.round-check) {
display: block;
    margin-bottom: 5px;
    padding: 5px 25px !important;
    margin-right: 0px !important;
}

.order-form label .label {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.order-form label select,
.order-form label textarea,
.order-form label input[type="number"],
.order-form label input[type="input"],
.order-form label input[type="text"] {
    border: solid 1px #dadada;
    padding: 10px 15px;
    max-width: 100%;
    border-radius: 2px;
    font-size: 12px;

}

.order-form label textarea {
	height: 100px;
	resize: none;
}

.order-form .full {
	width: 100%;
}
.order-form .small-p {
	padding: 10px 2px;
}

.inputs .height {
	height: 80px;
}

.inputs .big-height {
	height: 130px;
}

.bx-calendar-icon {
	padding: 10px 5px;
}

.round-check{
appearance: unset !important;
    width: 0px;
    height: 0px;
    background: transparent;
    position: relative;
    display: inline-block;
    margin-right: 40px;
}
.round-check:after{
	content:'';
	background: white;
	border: 1px solid #dadada;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	display:inline-block;
	margin-top: -6px;
    margin-left: 10px;
}
.round-check:checked{

}
.round-check:checked:after{
  left:23px;
  background: #FFF url('../../../../check-back.png');
  background-position: center !Important;
  background-repeat: no-repeat;
}

.height .label.check {
	line-height: 29px;
	margin-bottom: -10px !important;
    font-size: 15px !important;
}
.blue-message {
    font-size: 13px;
    margin-left: 40px;
    color: #03b3d2;
}
.blue-message.black {
	color: #000;
}

.highlight {
	color: #fec818;
}
.orderimage {
	min-height: 200px;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.orderimage a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.orderimage img {
	max-height: 100%;
	max-width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	position: absolute;
}
.small-padding {
	padding: 15px 0px;
}

.no-border {
	border: none !important;
}
.no-margin {
	margin: 0px !Important;
}
.pictog {
	height: 50px;
	text-align: center;
}
.pictog img {
	max-width: 100%;
	max-height: 100%;
}

.pictogs span {
	display: block;
	margin-top: 10px;
	color: #000;
	text-align: center;
}

.sht,
.ttt,
.tars,
.pictogs {
	margin-bottom: 50px;
}

.order-info {
	max-width: 1000px !important;
}

.order-info h4 {
	margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    font-family: HelveticaNeueCyr-Light;
}

.order-info .tar {
	margin: 5px 15px;
	padding-bottom: 5px;
    border-bottom: solid 2px #fec818;
}

.order-info h5 {
	text-align: left;
    padding-bottom: 5px;
    border-bottom: solid 2px #fec818;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-size: 14px;
    font-family: HelveticaNeueCyr-Light;
    margin-bottom: 10px;
}

.ttt {
	text-align: left;
}

.sht {
	text-align: left;
}

.sht span {
    color: #000;
    padding-bottom: 5px;
    border-bottom: solid 2px #fec818;
    display: inline-block;
}

.sht p {
	line-height: 25px;
}

.price-div {
	width: 130px !important;
    flex-shrink: 0;
    text-align: right;
}
.dop-info {
	text-align: left;
}

.dop-info span {
	color: #000;
}

.fin-col {
	padding: 20px;
}

#dopsserial {
	padding: 0px;
	width:100%;
}

.fin-col span {
	color: #000;
}

.fin-col h5 {
	    text-align: left;
    margin: 15px 0px;
    font-size: 16px;
    font-weight: 600;

}

.fin-col label {
	padding: 0px !important;
    text-align: left;
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.fin-col .round-check:after {
	height: 20px;
	width: 20px;
    margin-top: -10px;
}

.fin-col {
	text-align: left;
}

.mt {
	margin-top: 50px !important;
}

.price-holder {
	    font-weight: 400;
    border-bottom: solid 2px #fec818;
    display: inline-block;
    padding-bottom: 5px;
    /* font-size: 25px; */
    font-family: HelveticaNeueCyr-Roman;
}

.card-check {
	display: block !important
}

.card-check .label.check {
	font-size: 16px;
}

.card-check .blue-message {
	color: #a09f9f;
}

.fin-col .button-box {
    width: 100%;
}

.pad-col {
	padding: 0px 50px;
}
.blackbreads .in900 .max_head_title_h{
	width: 949px;
	max-width: 100%;
	min-width: 300px;
	margin: 0 auto;
	font-family: "HelveticaNeueCyr-Medium";
	font-style: italic;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.medium-div .tarif-h2 {
	font-family: 'HelveticaNeueCyr-Medium' !important;
	margin: 10px 0px 20px 0px !important;
	font-style: italic;
}

.filter-bar .button-box {
	margin: 0px;
	width: 100%;
	cursor: pointer;
	text-align: center;
}

.main-content.otz ul li:before {
	display: none;
}

.text-div ,
.small-div {
	padding: 50px;
	    font-size: 14px;
    line-height: 23px;
}

.ttt .uk-width-1-1 {
	padding: 15px;
}
.ttt h3 {
	text-align: left;
}

.enabled-badge {
	position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
    transform: rotate(-20deg);
    padding: 5px 15px;
    border: solid 2px;
    color: #0ec43f;
    background: #ffffff78;
    text-transform: uppercase;
    font-weight: 600;
}
.enabled-badge.disabled {
	color:  #c40e0e;
}

.disabled-now {
	color:  #c40e0e;
	padding: 5px 15px;
    border: solid 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.the-margin-bottom-button {
	    position: absolute;
    z-index: 10;
    left: calc(50% - 146px);
    top: -27px;
    border: solid 2px #fff;
}
.the-margin-top-button {
	    position: absolute;
    z-index: 10;
    left: calc(50% - 146px);
    bottom: 24px;
    border: solid 2px #fff;
}

@media (max-width: 960px) {
	.right-to-left-mobile {
		flex-direction: column-reverse;
	}
	.filter-bar,
	.the-cat-holder label .button-full {
		margin-bottom:  50px;
	}
	.filter-bar label {
		display:  block;
	}
	.wedd-info .middle-text {
		padding:  10px;
	}
}

@media (max-width: 700px) {
	.review,
	.home-slider {
		display:  none;
	}
}

.prettified td {
	border-bottom:  solid 1px #ededed;
}

.prettified tr:not(.grey-row) {
	transition:  all 0.3s cubic-bezier(0.25, 0.1, 0.1, 0.49);
}

.prettified tr:not(.grey-row):hover td {
	background:  #e9e9e9;
	border-color:  #e9e9e9;
}

.prettified tr:not(.grey-row) td:first-of-type {
	font-weight:  900;
}

.prettified tr:not(.grey-row):hover {
	transform: scale(1.02);
    box-shadow: 0 3px 10px #7473714a;
    z-index: 5;
}

.uk-overflow-auto {
	overflow: visible !important;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 700px) {
	.uk-overflow-auto {
		overflow: auto !important;
	}
}

@media (max-width: 800px) {
	.gallery-holder {
		padding: 20px 0px;
	}
	.product-gallery {
		height: 550px;
	}
	.product-gallery .owl-nav .owl-next {
		right: 10px;
	}
	.product-gallery .owl-nav .owl-prev {
		left: 10px;
	}
}

@media (max-width: 600px) {
	.max-hide-mob {
		display: none;
	}
	.product-gallery {
		height: 290px;
	}
	.card-image-holder {
		margin-bottom: 42px;
		overflow: visible;
	}
	.card-btn-block {
		bottom: 0;
		transform: translateY(42px) !important;
		-webkit-transform: translateY(42px) !important;
		-moz-transform: translateY(42px) !important;
		-ms-transform: translateY(42px) !important;
		-o-transform: translateY(42px) !important;
	}
	.tabby_head {
		justify-content: center;
	}
	
	.tabby_btn {
		flex-grow: 0;
	}

	.car-prices div {
		font-weight: bold;
		font-size: 16px;
		font-family: 'HelveticaNeueCyr-Medium';
	}
	.blackbreads .max_head_title_h,
	.max_head_title_h {
		line-height: 32px;
		margin-top: 20px;
		font-size: 22px;
	}
	.tarif-h2 {
		margin: 5px 0px !important;
	}
	.grey-bg {
		padding: 15px 0px;
	}
	.main-content h2, .main-content h3 {
		margin: 15px 0px !important;
	}
	.main-content ul, .main-content p {
		margin-bottom: 15px;
	}
	.the-tar {
		margin-bottom: 25px;
	}
	.mob-center-tarif .text-center {
		display: flex;
		justify-content: space-evenly;
	}
	.backed_banner {
		padding-top: 0px;
    	padding-bottom: 0px;
	}
	.max_head_title {
		padding-top: 20px;
	}
	.huge-back {
		padding: 65px 0px 25px 0;
	}
}
@media (max-width: 400px) {
	.product-gallery {
		height: 260px;
	}
}
@media (max-width: 350px) {
	.product-gallery {
		height: 215px;
	}
	.card-image-holder {
		height: 200px;
	}
}

.prettified {
	border: solid 1px #f5f5f5;
}

.line-throuth {
    text-decoration: line-through;
    color: #000;
    margin-bottom: 3px;
    font-size: 12px;
}

.res {
	    color: red !important;
    font-weight: 600;
    font-size: 15px;
}

.prettified tr td:nth-child(16),
.prettified tr td:nth-child(14),
.prettified tr td:nth-child(15),
.prettified tr td:nth-child(6),
.prettified tr td:nth-child(7),
.prettified tr td:nth-child(8) {
	background: #ffee5c;
}

.under-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #cee1f4;
	/*background: #27303f;*/
	background: #FFF;
}
.under-nav:nth-child(2) {
	border: 0;
}

.under-nav li {
	list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border-right: solid 1px #cee1f4;
    text-align: center;
    flex-grow: 1;
}

.under-nav li:last-of-type {
	border:  none;
}

.under-nav li a {
    color: #000;
    text-decoration: none;
    padding: 5px;
    display: block;
    font-size: 13px;
    text-align: center;
    transition: all 0.2s ease;
}

.under-nav li a:hover {
    background: #18212a;
    color: #fec818 !important;
}

.under-nav li.parent-direction {
    width: 235px !important;
    flex-grow: 0;
    flex-shrink: 0;
}

.under-nav li.parent-direction a {
	text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #333;
}
.h--general-max a span {
	font-size: 18px;
	margin-top: 4px;
	color: #d4a302;
}
.h--general-max a {
	display: flex;
    align-items: center;
    justify-content: center;
}
.show-mob-logo {
	display: none;
}

.footer-info {
	margin-top: 10px;
	text-align: center;
}
.footer-info p {
    font-size: 13px;
    line-height: 20px;
    font-family: HelveticaNeueCyr-Light;
	color: #9a9a9a;
}








.filter-bar {
	padding: 0;
	border: 0;
	margin-bottom: 10px;
}
.reset-btn {
	left: auto;
	right: 10px;
	top: 18px;
}
.filter-bar label {
	padding: 10px 5px;
}
.filter-bar input,
.filter-bar select {
	padding: 0px 15px;
}
.filter-bar-100 {
	width: 100% !important;
	padding: 0;
	margin-bottom: 20px;
}
form.uk-flex-column {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.tabby_head {
	margin-bottom: 10px;
}
	#catalog-10 .uk-width-1-3\@l {
		width: calc(100% * 1 / 4);
	}
	#catalog-10 .uk-width-3-4\@l {
		width: 100%;
	}
@media (max-width: 1100px) {
	#catalog-10 .uk-width-1-2\@m {
		width: calc(100% / 3);
		
	}
	#catalog-10 .uk-width-2-3\@m {
		width: 100%;
	}
}

@media (max-width: 900px) {
	#catalog-10 .uk-width-1-3\@l {
		width: 50%;
	}
	#catalog-10 .filter-bar {
		padding: 10px;
	}
}
@media (max-width: 500px) {
	#catalog-10 .uk-width-1-3\@l {
		width: 100%;
	}
	#catalog-10 .filter-bar {
		padding: 10px;
	}
}




@media (max-width: 1200px) {
	.under-nav {
		display:  none;
	}
	.tabby_tab.shown {
		margin: 0;
	}
}

@media screen and (min-width:790px){
		.sticky header{position:fixed;z-index:999999999999999999999999;top:0}
}

.ngt-image {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.text-right.text-center-m {
	text-align: center;
}
.max-columns-2 {
	columns: auto 2;
	column-gap: 0;
	top: 50px !important;
}
.max-columns-2 .arrow {
	position: absolute;
	top: -20px;
    left: calc(50% - 10px);
    margin: 0 !important;
}
.max-columns-2 li:nth-child(2) {
	border-radius: 0 !important;
}
.opa-arrow {
	position: absolute;
	height: 20px;
	width: 100%;
	top: -20px;
	left: 0;
	opacity: 0;
}

.max-columns-1 {
	columns: auto 1;
	column-gap: 0;
	top: 50px !important;
}
.max-columns-1 .arrow {
	position: absolute;
	top: -20px;
    left: calc(50% - 10px);
    margin: 0 !important;
}


.block_404 {
	display: flex;
    width: 80%;
    margin: 100px auto;
    justify-content: space-between;
	align-items: center;
}
.block_text_404,
.block_img_404 {
	width: 50%;
}
.block_text_404 {
	text-align: center;
	color: #373a3c;
}
.block_title_404 {
	font-size: 65px;
	line-height: 90px;
	font-family:'HelveticaNeueCyr-Medium';
}
.block_discr_404 {
	font-size: 25px;
}
.block_link_404,
.block_link_404 a {
	font-size: 19px;
	line-height: 40px;
}
.block_link_404 a {
	color: #0094da;
}

@media (max-width: 800px) {
	.block_404 {
		width: 90%;
	}
	.block_img_404 {
		display: none;
	}
	.block_text_404 {
		width: 100%;
	}
	.block_title_404 {
		font-size: 45px;
		line-height: 60px;
	}
	.block_discr_404 {
		font-size: 20px;
	}
	.block_link_404,
	.block_link_404 a {
		font-size: 18px;
		line-height: 40px;
	}
}


.header--menu > li > ul {
	left: 50%;
	transform: translateX(-50%);
}
.header--menu > li > ul > div.arrow {
	margin-left: calc(50% - 10px);
}
.header--menu > li > ul > li {
	padding: 0;
}
.header--menu > li > ul > li > a {
	display: block;
	padding: 15px;
}

.choose-rent-form-drivers {
	margin: 40px 0 0 0;
	text-align: center;
}
.choose-rent-form-drivers a {
	display: inline-block;
	margin: 10px 50px;
	padding: 8px 30px;
	border-radius: 10px;
	border: 1px solid #9b9b9b;
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
.choose-rent-form-drivers a:hover {
	background: #000;
	color: #fff;
	transition: 0.3s;
}
.catalog--grey {
	line-height: 1;
	transition: 0.2s;
}
.catalog--grey .catalog--text * {
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	font-family: sans-serif;
}
.catalog--grey .catalog--text .fat-and-up {
	font-size: 26px;
	line-height: 1.3;
}
.catalog--grey:hover {
	color: #edb902;
	background-color: rgba(0,0,0,0.55);
	transition: 0.2s;
}


.h--general h2 {
	color:#000000;
	font-size:18px;
	display:inline-block;
}

.like-h3 {
	font-size: 30px;
	line-height: 32px;
	padding: 25px 15px 30px 15px;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
}
.btn_w {
    position: fixed;
    z-index: 1050;
    left: 50px;
    bottom: 50px;
    width: 60px;
    height: 60px;
}
.btn_w img {
	max-width: 100%;
}
/* End */
/* /bitrix/templates/carforrent_levelup/template_styles.css?162745567749960 */
