html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}

*{
	box-sizing: border-box;
}


@font-face{
	font-family: 'Helvetica Light';
	src: url('../fonts/helvetica/HelveticaNeueCyr-Light.eot');
	src: url('../fonts/helvetica/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helvetica/HelveticaNeueCyr-Light.woff') format('woff'),
		 url('../fonts/helvetica/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Helvetica Medium';
	src: url('../fonts/helvetica/HelveticaNeueCyr-Medium.eot');
	src: url('../fonts/helvetica/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helvetica/HelveticaNeueCyr-Medium.woff') format('woff'),
		 url('../fonts/helvetica/HelveticaNeueCyr-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Helvetica Bold';
	src: url('../fonts/helvetica/HelveticaNeueCyr-Bold.eot');
	src: url('../fonts/helvetica/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helvetica/HelveticaNeueCyr-Bold.woff') format('woff'),
		 url('../fonts/helvetica/HelveticaNeueCyr-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
  font-family: 'main';
  src:  url('../fonts/main/main.eot?v1.0.4');
  src:  url('../fonts/main/main.eot?v1.0.4#iefix') format('embedded-opentype'),
    url('../fonts/main/main.ttf?v1.0.4') format('truetype'),
    url('../fonts/main/main.woff?v1.0.4') format('woff'),
    url('../fonts/main/main.svg?v1.0.4#main') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="i-"], [class*=" i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'main' !important;
  /*speak: none;*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-menu:before {
  content: "\e900";
}
.i-camera:before {
  content: "\e901";
}
.i-video:before {
  content: "\e911";
}
.i-calendar:before {
  content: "\e910";
}
.i-comment:before {
  content: "\e902";
}
.i-foursquare:before {
  content: "\e90e";
}
.i-down:before {
  content: "\e903";
}
.i-left_m:before {
  content: "\e904";
}
.i-right_m:before {
  content: "\e905";
}
.i-right_r:before {
  content: "\e906";
}
.i-txt:before {
  content: "\e907";
}
.i-check:before {
  content: "\e90f";
}
.i-user:before {
  content: "\e908";
}
.i-info:before {
  content: "\e90a";
}
.i-star-o:before {
  content: "\e90b";
}
.i-star:before {
  content: "\e90c";
}
.i-star05:before {
  content: "\e90d";
}
.i-liqpay:before {
  content: "\e909";
}



html,
body{
	background: #fff;
	min-height: 100%;
}
body{
	color: #444;
	font-family: 'Helvetica Light';
	font-size: 15px;
}
a{
	color: #927904;
	text-decoration: none;
}


h1,
.h1{
	font-family: 'Helvetica Medium';
	font-size: 34px;
	line-height: 1;
	padding: 0;
	margin: 0 0 15px;
}
h2,
.h2{
	font-family: 'Helvetica Medium';
	font-size: 24px;
	line-height: 1;
	padding: 0;
	margin: 0 0 10px;
}
h3,
.h3{
	font-family: 'Helvetica Medium';
	font-size: 20px;
	line-height: 1;
	padding: 0;
	margin: 0 0 10px;
}
h4,
.h4{
	font-family: 'Helvetica Medium';
	font-size: 16px;
	line-height: 1;
	padding: 0;
	margin: 0 0 10px;
}

p{
	margin: 0 0 10px;
}
hr{
	border: none;
	border-bottom: #dfdfdf 1px solid;
	margin: 20px 0;
}

.w100{
	width: 100%;
}
.w50{
	width: 50%;
}
.claer{
	clear: both;
}

.fx{
	display: flex;
	flex-direction: row;
}
.fx.v{
	flex-direction: column;
}
.fx.c{
	justify-content: center;
}
.fx.vc{
	align-items: center;
}
.fx.sb{
	justify-content: space-between;
}
.fx.w{
	flex-wrap: wrap;
}

.main_width{
	width: 1200px;
	max-width: calc(100% - 20px);
	margin: 0 auto;
}


.sel_blocks{
	font-size: 14px;
}
.sel_blocks > .item > .title{
	color: #666;
	padding: 0 8px 0 0;
}

.sel_block{
	background: #fff;
	border: #ccc 1px solid;
	border-radius: 30px;
	font-size: 14px;
	font-family: 'Helvetica Medium';
	font-weight: 100;
	position: relative;
	width: 80px;
	height: 30px;
}
.sel_block:before{
	content: "\e903";
	color: #aaa;
	font-family: 'main';
	font-size: 8px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);

}
.sel_block > .wrapper > .item{
	display: none;
	border-top: #ddd 1px solid;
	padding: 8px 15px 6px 12px;
}
.sel_block > .wrapper > .item:first-child{
	border: none;
	border-radius: 5px 5px 0 0;
}
.sel_block > .wrapper > .item:last-child{
	border-radius: 0 0 5px 5px;
}
.sel_block > .wrapper > .item.selected{
	display: block;
	border: none;
}
.sel_block > .wrapper > .item:hover{
	background: #EEF1F5;
}
.sel_block:hover .wrapper{
	background: #f8f8f8;
	border: #ccc 1px solid;
	border-radius: 5px;
	position: absolute;
	top: -6px;
	left: -4px;
	min-width: calc(100% + 6px);
}
.sel_block:hover .wrapper > .item{
	display: block;
	padding: 13px 15px 11px 15px;
}
.sel_block:hover > .wrapper > .item.selected{
	background: #F4EEDC;
	border-top: #ddd 1px solid;
}
.sel_block:hover > .wrapper > .item.selected:first-child{
	border: none;
}
.sel_block .wrapper > label.item{
	cursor: pointer;
}
.sel_block .wrapper > .item input{
	display: none;
}


.header{
	background: #fff;
	border-bottom: #ccc 1px solid;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	z-index: 101;
}
.header .logo{
	float: left;
	width: 160px;
	margin: 13px 0 0 -40px;
}
.header .logo img{
	width: 100%;
}
.header *{
	line-height: 1;
}
.header a{
	color: #424242;
}
.header .menu{
	float: left;
	color: #424242;
	font-family: 'Helvetica Medium';
	font-weight: 100;
	text-transform: uppercase;
	list-style: none;
	margin: 0 0 0 40px;
}
.header .menu > li{
	font-size: 14px;
	float: left;
	line-height: 1;
	position: relative;
	height: 64px;
	padding: 26px 0;
	margin: 0 20px 0 0;
}
.header .menu > li > a,
.header .menu > li > span{
	display: block;
}
.header .menu > li ul{
	display: none;
	background: #fff;
	border: #ccc 1px solid;
	border-radius: 0 0 5px 5px;
	list-style: none;
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 0;
}
.header .menu > li > ul > li{
	font-size: 15px;
	line-height: 1;
	white-space: nowrap;
	text-transform: none;
	padding: 0;
}
.header .menu > li.parent:after{
	display: none;
	content: '';
	background: #f6d330;
	position: absolute;
	top: calc(100% - 3px);
	left: 0;
	width: 100%;
	height: 5px;
}
.header .menu > li.parent:hover:after{
	display: block;
}
.header .menu > li ul a,
.header .menu > li ul span{
	display: block;
	padding: 10px 25px;
}
.header .menu > li ul a:hover{
	background: #EEF1F5;
}
.header .menu > li ul span{
	background: #F4EEDC;
}
.header .menu > li:hover > ul{
	display: block;
}


.header .phone_block{
	float: right;
	position: relative;
	margin: 8px 0 0;
}
.header .phone_block .phone{
	display: block;
	border-radius: 5px 5px 0 0;
	border: transparent 1px solid;
	border-bottom: none;
	font-size: 18px;
	padding: 15px 3px 10px 13px;
}
.header .phone_block .phone a{
	display: inline-block;
}
.header .phone_block .phone i{
	color: #aaa;
	font-size: 10px;
	position: relative;
	top: -1px;
	margin: 0 0 0 2px;
}
.header .phone_block .sub{
	display: none;
	background: #f8f8f8;
	border: #ccc 1px solid;
	border-top: none;
	border-radius: 0 0 5px 5px;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 100%;
}
.header .phone_block .sub > .wrapper{
	width: 100%;
}
.header .phone_block .sub a{
	display: block;
	border-top: #ddd 1px solid;
	padding: 8px 13px 12px 33px;
}
.header .phone_block .sub a:hover{
	background: #EEF1F5;
}
.header .phone_block .sub a img{
	display: inline-block;
	position: relative;
	top: 4px;
	width: 20px;
	margin: 0 2px 0 0;
}
.header .phone_block .sub a img[alt=Telegram]{
	width: 18px;
	top: 3px;
}
.header .phone_block:hover .phone{
	border-color: #ccc;
	background: #f8f8f8;
	background: #f0f0f0;
}
.header .phone_block:hover .phone i{
	opacity: 0;
}
.header .phone_block:hover .sub{
	display: block;
}

.header .phone_block2{
	float: right;
	position: relative;
	margin: 8px 0 0;
}
.header .phone_block2 .phone{
	display: block;
	border-radius: 5px 5px 0 0;
	border: transparent 1px solid;
	border-bottom: none;
	font-size: 18px;
	padding: 15px 3px 10px 0;
}
.header .phone_block2 .phone a{
	display: inline-block;
}
.header .phone_block2 .messengers{
	padding: 10px 0 0 5px;
}
.header .phone_block2 .messengers > *{
	display: inline-block;
}
.header .phone_block2 .messengers * img{
	display: inline-block;
	position: relative;
	top: 4px;
	width: 20px;
	margin: 0;
}
.header .phone_block2 .messengers * img[alt=Telegram]{
	width: 18px;
	top: 3px;
}
[data-jslink]{
	cursor: pointer;
}

.header .sel_blocks{
	float: right;
	margin: 17px 0 0;
}
.header .sel_blocks > .item{
	margin: 0 0 0 10px;
}
.header .sel_blocks > .item > .title{
	display: none;
}
.select_currency .sel_block,
.select_language .sel_block{
	width: 60px;
}
.select_region .sel_block{
	border-color: #F6D330;
}
.select_language .sel_block{
	text-transform: uppercase;
}
.header_bx1{
	width: calc(100% - 260px);
}
.header_bx2{
	width: 260px;
	justify-content: flex-end;
}
.header .mob_block{
	display: none;
	float: right;
	padding: 9px 0 0;
}
.header .open_sidebar{
	font-size: 28px;
	margin: 2px 0 0;
}
.header .mob_block .button{
	margin-right: 20px;
}

.content_block{
	padding: 64px 0 30px;
}

.content_wrapper.has_sidebar > .cont{
	width: calc(100% - 360px);
}
.content_wrapper.has_sidebar > .sidebar{
	width: 360px;
	padding-left: 30px;
}

.sidebar .sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
.sidebar .form_block{
	background: #e9eef4;
	border-radius: 10px;
	padding: 20px;
}



.header.reg0 .header_bx1{
    width: calc(100% - 230px);
}
.header.reg0 .header_bx2{
	width: 230px;
}




.slick-slider .slick-arrow{
	background: rgba(0,0,0,.4);
	border: none;
	outline: none;
	color: transparent;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
.slick-slider .slick-arrow:hover{
	background: rgba(0,0,0,.6);
}
.slick-slider .slick-arrow.slick-prev:before,
.slick-slider .slick-arrow.slick-next:before{
	color: #fff;
	font-family: 'main';
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 50%;
	width: 14px;
	transform: translateY(-50%);
}
.slick-slider .slick-arrow.slick-prev{
	border-radius: 0 18px 18px 0;
	left: 0;
}
.slick-slider .slick-arrow.slick-prev:before{
	content: "\e904";
	left: 9px;
}
.slick-slider .slick-arrow.slick-next{
	border-radius: 18px 0 0 18px;
	right: 0;
}
.slick-slider .slick-arrow.slick-next:before{
	content: "\e905";
	right: 9px;
}

[data-tooltip]{
    position: relative;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    background: #000;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    left: -9000px;
    bottom: 100%;
    opacity: 0;
    transform: translate(-50%, -30px);
    transition: opacity .5s, transform .5s;
    padding: 5px 10px;
}
[data-tooltip]:hover:before{
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -10px);
}
[data-tooltip]:after{
    content: '';
    border: 8px solid transparent;
    border-top: #000 8px solid;
    position: absolute;
    left: -9000px;
    bottom: 100%;
    opacity: 0;
    transform: translate(-50%, -14px);
    transition: opacity .5s, transform .5s;
}
[data-tooltip]:hover:after{
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 4px);
}


.button{
	display: inline-block;
	border: #F6D330 5px solid;
	border-radius: 40px;
	outline: none;
	color: #333;
	font-size: 15px;
	font-family: 'Helvetica Medium';
	line-height: 1;
	text-align: center;
	cursor: pointer;
	padding: 5px 15px 4px;
}
.button .deposit{
	display: block;
	font-size: 13px;
	text-transform: lowercase;
	white-space: nowrap;
	padding: 2px 0 0;
}
.button .deposit i{
	display: inline-block;
	font-style: normal;
	margin-left: 3px;
}
.button .deposit .cur_uah{
	font-size: .7em;
}
.button.v2{
	background: #F6D330;
}
.button.v1:hover{
	background: #F4EEDC;
}
.button.v2:hover{
	background: #E7C62B;
	border-color: #E7C62B;
}

.button2{
	display: inline-block;
	background: #F7EDC9;
	border-radius: 40px;
	outline: none;
	color: #555;
	font-size: 15px;
	font-family: 'Helvetica Medium';
	line-height: 1;
	text-align: center;
	cursor: pointer;
	padding: 12px 20px 11px;
}
.button2:hover{
	color: #111;
}
.btn_more{
	display: inline-block;
	background: #F2F2F2;
	border-radius: 30px;
	color: #424243;
	font-family: 'Helvetica Medium';
	cursor: pointer;
	padding: 8px 15px 7px;
}
.btn_more:hover{
	background: #e2e2e2;
}

.cur_uah{
	font-size: .5em;
}
[lang=en-UA] .cur_uah{
	font-size: 0.9em;
	font-family: Tahoma;
}

.pg_home .content_block{
	padding-bottom: 0;
}


.top_block{
	background: #555 url(../images/bg_car_1.4.jpg) no-repeat center -50px/cover;
	/*background: #555 url(../images/bg_car.gif) no-repeat center/cover;*/
	width: 100%;
	min-height: 430px;
}
.top_block > *{
	padding: 30px 0;
}
.top_block .cont_block{
	color: #fff;
	width: calc(100% - 400px);
}
.top_block .form_wrapper{
	width: 400px;
}

.top_block .cont_block > .wrapper{
	width: 700px;
	max-width: 100%;
	padding: 0 60px 0 0;
}
.top_block .cont_block .title{
	font-family: 'Helvetica Bold';
	font-size: 48px;
}
.top_block .cont_block .title2{
	font-size: 42px;
	line-height: 1.3;
}
.top_block .cont_block .title2 span{
	display: inline-block;
	font-size: .8em;
	font-family: 'Helvetica Medium';
	font-weight: 100;
	margin-bottom: 15px;
}
.top_block .cont_block .title3{
	color: #f6d330;
	font-size: 28px;
	font-family: 'Helvetica Bold';
}
.top_block .list1{
	font-size: 21px;
	list-style: none;
	margin: 30px 0 0;
}
.top_block .list1 li{
	font-family: 'Helvetica Medium';
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 15px 5px;
}
.top_block .list1 li:before{
    content: '';
    background: #f6d330;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
}
.top_block .list1 li:after{
	content: '\e90f';
	color: #fff;
    font-size: 21px;
    font-family: 'main';
    line-height: 18px;
    position: absolute;
    left: -2px;
    top: 0;
    text-shadow: 0 1px 5px rgba(0,0,0,.6);
}


.top_block .form_block{
	background: #e9eef4;
	border-radius: 10px;
	padding: 25px 20px 20px;
}
.top_block .form_block .form > .title{
	background: #dde3ea;
	border-bottom: #ccc 1px solid;
	border-radius: 10px 10px 0 0;
	padding: 17px 20px 14px;
	margin: 0;
}
/*.top_block .form_block .form > .wrapper{
	padding: 20px;
}*/
.dates .inp{
	position: relative;
	width: 50%;
}
.dates .inp:nth-child(1) input{
	border-radius: 30px 0 0 30px;
}
.dates .inp:nth-child(2) input{
	border-left: none;
	border-radius: 0 30px 30px 0;
}
.dates .inp:after{
	content: '\e910';
	font-family: 'main';
	color: #ccc;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.dates .inp:nth-child(2):after{
	right: 12px;
}
.dates .inp[data-placeholder] input{
	padding-left: 35px;
}
.dates .inp[data-placeholder]:before{
	content: attr(data-placeholder);
	color: #aaa;
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.inp .select_block{
	position: relative;
	height: 41px;
	overflow: hidden;
	padding: 0;
}
.select_block::before {
    content: "\e903";
    color: #aaa;
    font-family: 'main';
    font-size: 8px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.select_block select{
    background: none;
    border: none;
    outline: none;
    font-family: 'Helvetica Light', sans-serif;
    font-size: 14px;
    width: calc(100% + 30px);
    height: 41px;
    padding: 13px 15px 11px;
}


.book_car .inp textarea{
	border-radius: 30px;
	height: 41px;
	transition: .3s;
	resize: none;
}
.book_car .inp textarea:focus{
	border-radius: 10px;
	height: 100px;
	/*resize: vertical;*/
}

.book_car .order_info{
	background: #f9f3e3;
	color: #777;
	width: calc(100% + 48px);
	overflow: hidden;
	padding: 0 30px;
	margin: 0 -24px 20px;
}
.book_car .order_info table{
	width: 100%;
	margin: 15px 0 5px; 
}
.book_car .order_info td{
	padding: 0 10px 10px;
}
.book_car .order_info td:last-child{
	font-family: 'Helvetica Medium';
	text-align: right;
}
.book_car .order_info .total td{
	color: #444;
}
.book_car .order_info tr + .total td{
	border-top: #ddd 1px solid;
	padding-top: 10px;
}
.book_car .order_info .total td:last-child{
	font-size: 18px;
}

.book_car .button{
	font-size: 17px;
	width: 100%;
	padding: 8px 15px 7px;
}
.book_car .title{
	margin: 0 0 5px;
}
.book_car .title2{
	color: #777;
	margin: 0 0 20px;
}

.book_car .title.h4{
	line-height: 1.2;
	margin: 0 0 20px;
}
.book_car .title.h4 span{
	color: #000;
	font-weight: 800;
}

.categories_block{
	/*background: #E9EEF4;*/
	background: #f6d330;
}
.categories_block .category{
	background: transparent;
	color: #000;
	text-align: center;
	width: calc(100% / 6);
	transition: .3s;
	padding: 30px 15px;
	margin: 0;
}
.categories_block .category:hover{
	background: rgba(0,0,0,.09);
}
.categories_block .category .image{
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 60%;
	margin: 0 auto;
}
.categories_block .category .image img{
	position: absolute;
	left: 10%;
	top: 0;
	width: 80%;
	height: 100%;
	object-fit: contain;
	transition: .3s;
}
.categories_block .category:hover .image img{
	left: 5%;
	width: 90%;
}
.categories_block .category span{
	display: block;
}
.categories_block .category .title{
	font-family: 'Helvetica Medium';
	font-size: 17px;
	font-weight: normal;
	margin: 0;
}
.categories_block .category .txt{
	color: #333;
	font-size: 14px;
	margin: 5px 0 0;
}
.products_wrapper{
	padding: 30px 0;
}


.main_videos_block{
	margin: 70px 0 50px;
}


.path{
	color: #909090;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 15px 0 10px;
}
.path a,
.path span{
    color: #909090;
}
.path a:hover{
    color: #666;
}
.path:after{
    content: '';
    display: block;
    clear: both;
}
.path > div{
	display: inline;
    position: relative;
    padding: 0 5px 0 0;
    margin: 0 12px 5px 0;
}
.path > div:after{
    content: "\e906";
    color: #aaa;
    font-family: 'main';
    font-size: 7px;
    position: absolute;
    left: calc(100% - 1px);
    top: 2px;
    position: absolute;
}
.path > div:last-child:after{
	display: none;
}
.products_wrapper .path > div[itemtype]:after{
	border-left-color: #f8f8f8;
}
.path i{
    font-style: normal;
}

.pg_cars,
.pg_blog,
.products_wrapper{
	background: #f0f0f0;
}

.filter_block{
	position: relative;
	z-index: 2;
}
.filter_block .select_bx .title{
	margin-right: 5px;
}
.filter_block .sel_block{
	width: 140px;
}
.filter_block .sel_block .wrapper{
	max-height: 300px;
	overflow: auto;
}

.products{
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 25px 0 0;
}
.products .product{
	background: #fff;
	border-radius: 10px;
	width: 100%;
	min-height: 300px;
	margin: 0 0 15px;
}
.products .product .images_block{
	background: #ddd;
	border-radius: 10px 0 0 10px;
	width: 500px;
	overflow: hidden;
}
.products .product .images_block .slick-list{
	border-radius: 10px 0 0 10px;
}
.products .product .product_info{
	border: #ddd 1px solid;
	border-left: none;
	border-radius: 0 10px 10px 0;
	position: relative;
	width: calc(100% - 500px);
}
.products .product .product_info > .cont{
	padding: 20px 30px;
}
.products .product .product_cont{

}
.products .product .title{
	font-family: 'Helvetica Light';
	margin: 0 80px 15px 0;
}
.products .product .title a{
	color: #333;
	font-size: 24px;
}
.products .product .title a span.s{
	display: block;
	color: #bbb;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.products .product .title a span.l{
	font-family: 'Helvetica Medium';
}

/*.products .product .title a span.m{
	font-family: 'Helvetica Medium';
	color: #bbb;
	font-weight: 100;
}*/
.products .product .title a span.m{
	background: #EEF1F5;
	border-radius: 20px;
	color: #333;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	right: 30px;
	top: 20px;
	padding: 5px 12px 4px;
}
.products .features_block{
	width: calc(100% - 360px);
	max-width: 260px;
	padding: 15px 20px 0 30px;
}
.products .features .feature{
	width: calc(50% - 5px);
	margin: 0 10px 25px 0;
}
.products .features .feature:nth-child(2n){
	margin-right: 0;
}

.features .feature{
	text-align: center;
	margin: 0 30px 10px 0; 
}
.features .feature:last-child{
	margin-right: 0;
}
.features .feature .icon{
	width: 24px;
	margin: 0 auto 3px;
}
.features .feature:nth-child(2) .icon{
	width: 26px;
}
.features .feature:nth-child(2) .icon img{
	height: 24px;
}
.features .feature .icon img{
	width: 100%;
	opacity: .4;
}
.features .feature .value{
	color: #424243;
	font-family: 'Helvetica Medium';
	font-size: 14px;
}
.features .feature .value i{
	display: inline-block;
	font-size: 9px;
	line-height: 7px;
	font-style: normal;
}
.prices_block{
	width: 360px;
	max-width: 100%;
}
.prices_block > *{
	background: #E9EEF4;
	border-radius: 10px;
	text-align: center;
	width: calc(50% - 5px);
}
.prices_block .price2_bx{
	background: #F4EEDC;
	margin-left: 10px;
}
.prices_block .p_title{
	color: #444;
	font-family: 'Helvetica Medium';
	font-size: 14px;
	padding: 13px 5px 5px;
}
.prices_block .price_block{
	position: relative;
	height: 34px;
	padding: 7px;
}
.prices_block .price{
	color: #444;
	font-family: 'Helvetica Medium';
	font-size: 20px;
	line-height: 1;
	position: relative;
	z-index: 1;	
}
.prices_block .days{
	background: linear-gradient(to right, rgba(255,255,255,0), #fff, rgba(255,255,255,0));
	font-size: 12px;
	font-family: 'Helvetica Light';
	position: absolute;
	left: 0;
	top: 3px;
	width: calc(200% + 10px);
	padding: 7px 0 5px;
}
.prices_block .button{
	width: calc(100% - 30px);
	margin: 6px auto 13px;
}

.prices_block.v1 > *{
	width: 100%;
}
.prices_block.v1 .price_block{
	display: flex;
	background: linear-gradient(to right, rgba(255,255,255,0), #fff, rgba(255,255,255,0));
	height: 25px;
	padding: 4px;
	margin: 12px 0 9px;
}
.prices_block.v1 .p_title + .price_block{
	margin-top: 4px;
}
.prices_block.v1 .price_block > *{
	width: 50%;
}
.prices_block.v1 .days{
	background: none;
	text-align: right;
	position: relative;
	left: 0;
	top: 0;
	padding: 5px 5px 0 0;
}
.prices_block.v1 .price{
	text-align: left;
	padding-left: 5px;
}

.products .product .product_cont.prod_type_1{
	flex-direction: column;
}
.products .product .product_cont .annotation{
	margin: 20px 0 15px;
}
.price_bx.v2{
	color: #BBA334;
	font-family: 'Helvetica Medium';
	font-size: 30px;
	line-height: 1;
	margin-bottom: 15px;
}


.products .prod_view_2 > .wrapper .cont1{
	width: 70%;
}
.products .prod_view_2 > .wrapper .cont2{
	text-align: center;
	width: 30%;
	padding: 0 0 0 30px;
}
.products .prod_view_2 .features_block{
	width: 100%;
	max-width: 100%;
	padding: 10px 0;
}
.products .prod_view_2 .features .feature{
	width: auto;
	margin: 0 30px 10px 0;
}
.products .prod_view_2 .features .feature:last-child{
	margin-right: 0;
}
.product .price_cont{
	background: #e9eef4;
	border-radius: 10px;
	padding: 0 0 10px;
}
.product .price_cont .pb_title{
	color: #aaa;
	font-size: 12px;
	font-family: 'Helvetica Medium';
	text-transform: uppercase;
	padding: 20px 20px 18px;
	margin: 0;
}
.product .price_cont .pb_title > span:first-child{
	display: inline-block;
	margin-right: 10px;
}
.product .price_cont .pb_title .discount{
	color: #d50404;
	white-space: nowrap;
}
.product .price_bx .price_block{
	border-right: rgba(0,0,0,.1) 1px solid;
	text-align: center;
	width: 25%;
	padding: 5px 10px;
	margin: 0 0 10px;
}
.product .price_bx .price_block:last-child{
	border: none;
}
.product .price_bx .price_block .days{
	color: #555;
	font-size: 12px;
	margin: 0 0 7px;
}
.product .price_bx .price_block .price{
	color: #444;
	font-size: 18px;
	font-family: 'Helvetica Medium';
}

.product .price_bx .price_block .price_discount,
.related_products .prices_bx .price_bx .price_discount{
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
	margin: 9px 0 4px;
}
.product .price_bx .price_block .price_discount + .price{
	color: #d50404;
	font-size: 16px;
}
.prod_view_2 .cont2{
	justify-content: flex-end;
}
.prod_view_2 .cont2 .button{
	width: 100%;
}
.prod_view_2 .cont2 .deposit{
	color: #aaa;
	font-size: 14px;
	margin: 10px 0 0;
}
.prod_view_2 .cont2 .deposit i{
	font-style: normal;
}

.prod_view_2 .price_cont2{
	color: #444;
	margin: 0 0 20px;
}
.prod_view_2 .price_cont2 .sm{
	font-size: 12px;
	margin: 0 0 3px;
}
.prod_view_2 .price_cont2 .price_discount{
	color: #999;
	font-size: 18px;
	text-decoration: line-through;
	margin: 6px 0 5px;
}
.prod_view_2 .price_cont2 .price{
	font-size: 36px;
	font-weight: 800;
}

.product_view .prod_view_2 .price_cont2{
	margin: 20px 0;
}
.product_view .prod_view_2 .price_cont2 > *{
	display: inline-block;
}
.product_view .prod_view_2 .cont2 .button{
	width: 200px;
	max-width: 100%;
	padding-top: 10px;
    padding-bottom: 8px;
}

.product_view .prod_view_2 .price_cont{
	width: 460px;
	max-width: 100%;
}


.images_block{
	position: relative;
}
.images_block .images{
	list-style: none;
}
.images_block .images > li:nth-child(n+5){
	display: none;
}
.images_block .images > li{
	width: 100%;
	height: 100%;
}
.images_block .images > li a{
	display: block;
	height: 100%;
}
.images_block .images img{
	display: block;
	background: #f0f0f0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.images_block .images,
.images_block .slick-list,
.images_block .slick-track{
	height: 100%;
}
.images_block .slick-slide{
	position: relative;
}
.images_block .slick-slide img{
	position: absolute;
	left: 0;
	top: 0;
}
.images_block .images_counter{
	background: rgba(0,0,0,.4);
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	padding: 3px 12px 3px;
}
.images_block .images_counter i{
	position: relative;
	top: 1px;
	margin-right: 7px;
}
.images_block .images_counter i ~ i{
	margin-left: 13px;
}
.images_block .sticker.action{
	background: #d50404;
	color: #fff;
	font-family: 'Helvetica Medium';
	font-size: 18px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 18px;
	z-index: 2;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
	padding: 8px 15px 7px 25px;
}

.images_nav_block{
	overflow: hidden;
}
.images_nav{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: calc(100% + 10px);
	margin: 10px -5px 0;
}
.images_nav > li{
	width: calc(100% / 3 - 20px / 3);
}
.images_nav > li:nth-child(n+3){
	display: none;
}
.images_nav img{
	display: block;
	background: #f0f0f0;
	border-radius: 10px;
	width: 100%;
	width: 200px;
	max-width: calc(100% - 10px);
	height: 100px;
	object-fit: cover;
	margin: 0 5px;
}
.images_nav .slick-slide{
	position: relative;
}
.images_nav .slick-current:after{
	content: '';
	border: #f6d330 2px solid;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 5px;
	width: calc(100% - 14px);
	height: calc(100% - 4px);
}
.videos_block{
	overflow: hidden;
}
.videos{
	list-style: none;
	width: calc(100% + 10px);
	margin: 10px -5px 0;
}
.videos li{
	position: relative;
}
.videos > li{
	width: calc(100% / 3);
}
.videos.ch2 > li{
	width: 50%;
}
.videos > li:nth-child(n+4){
	display: none;
}
.videos li > a{
	display: block;
	position: relative;
	padding: 0 0 56%;
	margin: 0 5px;
}
.videos a img{
	background: #f0f0f0;
	display: block;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.videos li > a:before{
	content: '';
	border: #f6d330 2px solid;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	transition: .3s;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.videos li > a:hover:before{
	width: 80px;
	height: 80px;
}
.videos li > a:after{
	content: '';
	border: transparent 17px solid;
	border-left: #f6d330 25px solid;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-23%,-50%);
}
.videos h3{
	background: #222;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 5px;
	bottom: 10px;
	max-width: calc(100% - 10px);
	padding: 5px 10px 4px;
	margin: 0;
}
.videos h3 a{
	display: inherit;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.pagination {
    display: table;
    background: #fff;
    border: #d0d0d0 1px solid; 
    border-radius: 5px;
    color:#5A5A5A;
    font-size:16px;
    max-width:100%;
    overflow: hidden;
    margin:20px auto 20px;
}
.pagination > *{
	display: table-cell;
    border-left:#d0d0d0 1px solid;
    color:#5A5A5A;
    text-align:center;
    min-width:30px;
    padding:6px 12px;
}
.pagination > *:first-child{
    border:none;
}
.pagination > *.selected:hover,
.pagination > *.selected {
    background:#e9eef4;
}
.pagination > *:hover{
    background:rgba(0,0,0,0.03);
}
.pagination .prev_page_link span,
.pagination .next_page_link span{
	font-size: 13px;
	position: relative;
	top: -1px;
}

.id{
	position: relative;
	top: -64px;
}

.txt_block{
	color: #444;
	line-height: 1.3;
	text-align: justify;
	margin: 80px 0 30px;
}
.txt_block ul,
.txt_block ol{
	margin: 0 0 15px 15px;
}
.txt_block table{
	margin: 0 0 15px;
}
.txt_block table th,
.txt_block table td{
	border: #ccc 1px solid;
	text-align: left;
	padding: 10px 15px 8px;
}
.txt_block table th{
	background: #EEF1F5;
}
.txt_block > * + h1,
.txt_block > * + h2,
.txt_block > * + h3,
.txt_block > * + h4,
.txt_block > * + h5{
	margin-top: 40px;
}
.txt_block h2,
.txt_block .h2{
	font-size: 22px;
}
.txt_block .fx_2ch{
	display: flex;
}
.txt_block .fx_2ch > *{
	width: calc(50% - 25px);
	margin-right: 50px;
}
.txt_block .fx_2ch > *:nth-child(2n){
	margin-right: 0;
}
.txt_block .img_w100{
	display: block;
	border-radius: 10px;
	width: 100%;
	margin: 0 0 15px;
}
.pg_page .txt_block{
	margin: 0 0 30px;
}
.pg_page .txt_block p:last-child{
	margin-bottom: 0;
}

.txt_block img{
	max-width: 100%;
}

.pg_page .txt_block .cont_bx1{
	background: #f4eedc;
	border-radius: 10px;
	padding: 30px;
	margin: 20px 0;
}
.pg_page .txt_block .cont_bx1 p:last-child{
	margin: 0;
}

.pg_page.for_business .c_bx1{
	margin: 20px 0;
}
.pg_page.for_business .c_bx1 .img{
	margin: 0 40px 0 0;
}
.pg_page.for_business .c_bx1 .cont{
	font-size: 20px;
	font-weight: 600;
}

.pg_page.for_business .txt_block{
	text-align: left;
}

.pg_page.for_business .c_bx2{
	margin: 30px 0;
}
.pg_page.for_business .c_bx2 .line{
	position: relative;
	width: 70px;
	margin: 0 30px;
}
.pg_page.for_business .c_bx2 .line:before{
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.pg_page.for_business .c_bx2 img{
	max-width: 100%;
}
.pg_page.for_business .h2 + .h2{
	margin-top: -5px;
}


.conditions_block{
	background: #f0f0f0;
	position: relative;
	padding: 40px 0;
}
.conditions_block .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.conditions_block > .main_width{
	position: relative;
}
.faq{
	background: #f9f9f9;
	border: #ddd 1px solid;
	position: relative;
    border-radius: 10px;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden; 
    min-height: 420px;
}
.faq label{
	display: flex;
	align-items: center;
	width: 30%;
	min-height: 60px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-family: 'Helvetica Medium';
	line-height: 1;
	cursor: pointer;
	padding: 0 30px 0 25px;
	position: relative;
	box-sizing: border-box;
	white-space: normal;
}
.faq label:hover{
	background: #EEF1F5;
}

.faq > div:last-child label{
	border-bottom: none;
}
.faq label span{
	padding: 12px 0;
}
.faq label span:before{
	content: '';
	background: #DDE3EA;
	position: absolute;
	left: 0;
	top: 15px;
	width: 7px;
	height: calc(100% - 30px);
}
.faq .faq_info{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	min-height: 100%;
	background: #fff;
	white-space: initial;
	padding: 15px 40px;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
}
.faq .txt_block{
	padding: 0;
	margin: 0;
}
.faq .h1{
	border-bottom: #ddd 1px solid;
	font-size: 24px;
	line-height: 1;
	text-align: left;
	padding: 0 0 15px;
	margin: 8px 0 25px;
}
.faq .h1,
.faq .h2,
.faq .h3,
.faq .h4,
.faq .h5,
.faq .h6{
	text-align: left;
}

.faq img{
	position: relative;
	max-width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.faq input:checked ~ .faq_info{
	display: block;
}
.faq input:checked ~ label{
	background: #F4EEDC;
}
.faq input:checked ~ label:before{
	content: "";
	border: 12px solid transparent;
	border-right: 12px solid #ddd;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 3;
}
.faq input:checked ~ label:after{
	content: "";
	border: 11px solid transparent;
	border-right: 11px solid #fff;
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
	z-index: 3;
}
.faq input:checked ~ label span:before{
	background: #F6D330;
}

.have_questions{
	background: #E9EEF4;
	padding: 30px 0;
}
.pg_blog .content_block + .have_questions{
	border-top: #ddd 1px solid;
}
.have_questions .cont{
}
.have_questions .cont_bx1{
	margin: 0 40px 0 0; 
}
.have_questions .title{
	font-size: 30px;
	margin: 0 0 5px;
}
.have_questions .txt{
	margin: 0;
}
.have_questions .button{
	font-size: 20px;
	padding: 12px 25px 10px;
}
.product_view .title_block,
.product_view .images_wrapper,
.product_view .product_info{
	width: calc(50% - 15px);
}
.product_view .images_wrapper .images_block{
	border-radius: 10px;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.product_view .images_wrapper .images_block .slick-list{
	border-radius: 10px;
}

.product_view .images_wrapper{
	float: left;
	position: -webkit-sticky;
	position: sticky;
	top: 84px;
}
.product_view .title_block,
.product_view .product_info{
	float: right;
}
.product_view .prices_block{
	width: 410px;
}
.prices_block .price_block{
	height: 37px;
}
.product_view .prices_block .price{
	font-size: 23px;
}
.product_view .prices_block .days{
	font-size: 14px;
}
.product_view .prices_block .button{
	margin: 9px auto 16px;
}
.product_view .features_block{
	margin: 10px 0 10px 10px;
}
.cont_tabs{
	background: #f8f8f8;
	padding: 5px 15px;
	margin: 30px 0 0;
}
.cont_tab{
	border-top: #e1e1e1 1px solid;
}
.cont_tab:first-child{
	border: none;
}
.cont_tab > label,
.cont_tab > * > label{
	display: block;
	font-size: 18px;
	font-family: 'Helvetica Medium';
	line-height: 1;
	position: relative;
	cursor: pointer;
	padding: 20px 40px 20px 10px;
}
.cont_tab > * > label .title{
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.cont_tab > label i,
.cont_tab > * > label i{
	color: #aaa;
	position: relative;
	top: 1px;
	margin: 0 5px 0 0;
}
.cont_tab > label:after,
.cont_tab > * > label:after{
	content: "\e903";
	color: #777;
	font-size: 10px;
	font-family: 'main';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.cont_tab > label .counter,
.cont_tab > * > label .counter{
	display: inline-block;
	background: #bbb;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	min-width: 18px;
	position: relative;
	top: -1px;
	height: 18px;
	padding: 0 4px;
	margin: 0 0 0 3px;
}

.cont_tab .cont{
	display: none;
	padding: 0 10px 20px;
	margin: 0;
}
.cont_tab > h2{
	margin: 0;
}
.cont_tab input:checked ~ .cont{
	display: block;
}
.cont_tab input:checked ~ label i,
.cont_tab input:checked ~ * label i{
	color: #f6d330;
}
.cont_tab .facilities{
	text-align: left;
	list-style: none;
	column-count: 2;
	margin: 0 0 0 2px;
}
.cont_tabs.bg_w{
	background: #fff;
	border: #ddd 1px solid;
	border-radius: 10px;
}
.bonus_miles{
	background: linear-gradient(to right, #f4eedc, #f6f1ed);
	border-radius: 6px;
	color: #444;
	position: relative;
	padding: 5px 15px;
	margin: 20px 0 30px;
}
.bonus_miles:hover{
	background: #f4eedc;
}
.bonus_miles img{
	width: 54px;
	height: 54px;
}
.bonus_miles .cont{
	padding: 0 0 0 15px;
}
.bonus_miles .title{
	font-family: 'Helvetica Medium';
	margin: 2px 0 2px;
}
.bonus_miles .desc{
	font-size: 14px;
}

.facilities li{
	position: relative;
	/*color: #f6d330;*/
	padding: 0 0 0 25px;
	margin: 0 0 5px;
}
.facilities li:before{
	content: '\e90f';
	background: #f6d330;
	color: #444;
	font-size: 14px;
	font-family: 'main';
	line-height: 8px;
	position: absolute;
	left: 0;
	top: 3px;
	width: 10px;
	height: 10px;
}


.cont_tab .cont h2{
	font-size: 17px;
	font-weight: normal;
}
.cont_tab .cont h3{
	font-size: 16px;
	font-weight: normal;
}
.cont_tab .cont h4{
	font-size: 15px;
	font-weight: normal;
}

.inp{
	margin: 0 0 20px;
}
.inp input,
.inp textarea,
.select_block{
	background: #fff;
	border: #ccc 1px solid;
	border-radius: 30px;
	font-size: 14px;
	font-family: 'Helvetica Light';
	width: 100%;
	padding: 13px 15px 11px;
	margin: 0;
}
.inp textarea{
	border-radius: 10px;
	height: 100px;
	resize: vertical;
}
.inp .inp_note{
	color: #777;
	font-size: 12px;
	margin: 7px 0 -4px 16px;
}
.c_block input{
	background: #fff;
	border: #ccc 1px solid;
	border-radius: 0 30px 30px 0;
	font-size: 14px;
	font-family: 'Helvetica Light';
	width: 91px;
	padding: 13px 15px 11px;
	margin: 0;
}
.c_block img{
	display: block;
	border: #ccc 1px solid;
	border-radius: 30px 0 0 30px;
	border-right: none;
	width: 91px;
	height: 43px;
	object-fit: cover;
}

#comments{
	width: 100%;
}
#comments > .message_info{
	margin: 5px 0;
}
.comment_form_block{
	display: none;
	margin: 30px 0 0;
}
.comments .show_form:checked ~ .comment_form_block,
.comment_form_block.show{
	display: block;
}
.comments .show_form:checked ~ * .button2{
	display: none;
}
.comments .h3{
	font-size: 18px;
}
#comments .form{
	background: #e9eef4;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 0;
}
#comments .form .button{
	padding: 9px 17px 8px;
}
.set_rating{
	float: left;
	margin: 0 0 20px;
}
.set_rating input{
	display: none;
}
.set_rating label,
.rating i{
	font-size: 22px;
	float: right;
	position: relative;
	padding: 0 3px 0 0;
}
.set_rating label:after,
.rating i:after{
	content: "\e90b";
	color: #555;
	font-family: 'main';
	font-style: normal;
	position: relative;
	float: left;
}
.set_rating label:after{
	cursor: pointer;
}
.set_rating:hover input:checked~label:before{
	display: none;
}
div .rating_block .set_rating label:hover:before,
div .rating_block .set_rating label:hover~label:before,
.set_rating input:checked~label:before,
.rating i.active:before,
.rating i.active~i:before{
	content: "\e90c";
	display: block;
	color: #f6d330;
	font-family: 'main';
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.sum_rating_block{
	display: inline-block;
	margin: 0 0 15px;
}
.sum_rating_block > *{
	display: inline-block;
	color: #777;
	font-size: 14px;
	vertical-align: bottom;
}
.sum_rating_block *{
	line-height: 1;
}
.sum_rating{
	margin: 0 0 4px;
}
.sum_rating i{
	background: #e4e4e4;
	border-radius: 3px;
	float: left;
	position: relative;
	width: 28px;
	height: 11px;
	overflow: hidden;
	margin: 0 3px 0 0;
}
.sum_rating i.s1{
	background: #F6D330;
}
.sum_rating i.s05:before{
	content: '';
	background: #F6D330;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.sum_rating_block .r_sum_block{
	display: inline-block;
	margin-left: 3px;
}
.sum_rating_block .r_sum{
	color: #424242;
	font-size: 20px;
}
.sum_rating_block .r_count{
	display: inline-block;
	margin-left: 20px;
}
.sum_rating_block .r_count a{
	display: inline-block;
	border-bottom: #b3b3b3 1px solid;
	color: #424242;
	font-size: 16px;
}



.comment_list{
	list-style: none;
	width: 100%;
	padding: 0;
}
.comment_list li{
	position: relative;
	padding: 0 0 15px 45px;
}
.comment_list li:before,
.comment_list li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 34px;
}
.comment_list li:before{
	background: #fff;
	border: #ddd 1px solid;
	border-radius: 50%;
}
.comment_list li:after{
	content: '\e908';
	color: #bbb;
	font-family: 'main';
	font-size: 26px;
	line-height: 38px;
	text-align: center;
	width: 36px;
}
.comment_list .comment{
	background: #fff;
	border: #ddd 1px solid;
	border-radius: 5px;
	position: relative;
	padding: 15px;
}
.comment_list .comment:before{
	content: '';
	border: transparent 8px solid;
	border-right-color: #ddd;
	position: absolute;
	right: 100%;
	top: 10px;
}
.comment_list .comment:after{
	content: '';
	border: transparent 7px solid;
	border-right-color: #fff;
	position: absolute;
	right: 100%;
	top: 11px;
}
.comment_list .comment_header{
	font-size: 14px;
	color: #777;
	font-weight: 700;
}
.comment_list .comment_header .author{
	color: #444;
	font-family: 'Helvetica Medium';
}
.comment_list .comment_header i{
	font-style: normal;
	font-weight: 300;
}
.comment_list .comment_header b{
	color: #000;
}
.comment_list .comment_header .rating{
	float: right;
}
.comment_list .comment_header .rating i{
	font-size: 13px;
}
.comment_list .comment p{
	margin: 10px 0 0;
}
.comment .approved{
	display: inline-block;
	background: #d1e6ff;
	border-radius: 10px;
	color: #000;
	font-size: 12px;
	padding: 2px 10px;
	margin: 5px 0 0;
}


.message_info{
	display: table;
	background: #e9eef4;
	border-radius: 3px;
	/*font-family: 'Helvetica Neue', Helvetica;*/
	font-weight: 300;
	position: relative;
	padding: 10px 20px 10px 70px;
	margin-right: 20px;
}
.message_info:before{
	content: '\e90a';
	/*background: #c7e6d3;*/
	border-radius: 50%;
	color: #f6d330;
	font-family: 'main';
	font-size: 20px;
	line-height: 38px;
	position: absolute;
	left: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
}
.message_info.v1{
	padding-left: 50px;
}
.message_info.v1:before{
	line-height: 27px;
	top: 6px;
	width: 28px;
	height: 28px;
}
.message_info .email_valid_send{
	display: inline-block;
	border-bottom: #937C00 1px solid;
	color: #937C00;
	cursor: pointer;
	padding: 0 0 1px;
	margin: 5px 0 0;
}
/* Сообщение с ошибкой */
.message_error{
    clear: both;
    padding: 10px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    color: red;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}
.message_success {
	background: #c5ff8d;
	border: 1px dotted #8cbf32;
	clear: both;
    padding: 10px 20px;
    margin-bottom: 30px;
}


.related_products_block{
	background: #E9EEF4;
	padding: 40px 0;
}
.related_products{
	display: flex;
	flex-wrap: wrap;
}
.related_products .slick-track{
	display: flex;
}
.related_products .product{	
	width: calc(25% - 10px);
	min-height: 100px;
	margin: 0 5px;
}
.related_products > .product:nth-child(n+5){
	display: none;
}
.related_products .product .img{
	display: block;
	background: #afb4b8;
	border-radius: 10px 10px 0 0;
	position: relative;
	width: 100%;
	padding: 0 0 70%;
}
.related_products .product .img img{
	border-radius: 10px 10px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.related_products .product .img .sticker.action{
	background: #d50404;
	color: #fff;
	font-family: 'Helvetica Medium';
	font-size: 14px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 2;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
	padding: 5px 10px 3px 15px;
}
.related_products .product .cont{
	position: relative;
	padding: 20px;
}
.related_products.products .product .title{
	margin: 0 0 10px;
}
.related_products.products .product .title a span.l{
	display: inline-block;
	font-size: 18px;
	line-height: 1;
}
.related_products.products .product .title a span.m{
	font-size: 11px;
	right: 20px;
	top: 12px;
	padding: 3px 9px 2px;
}
.related_products .prices_bx{
	min-height: 38px;
	margin: 0 0 10px;
}
.related_products .prices_bx .price_bx{
	font-family: 'Helvetica Medium';
	margin: 0 0 3px;
}
.related_products .prices_bx .price_bx .p_title{
	font-family: 'Helvetica Light';
	padding-right: 5px;
}
.related_products .prices_bx .price{
	font-size: 16px;
}
.related_products .prices_bx .price_bx > *{
	display: inline-block;
}
.related_products .btn_more{
	font-size: 13px;
	text-transform: lowercase;
}
.related_products.slick-slider .slick-arrow{
	background: none;
	opacity: .25;
}
.related_products.slick-slider .slick-arrow:hover{
	opacity: .35;
}
.related_products.slick-slider .slick-arrow.slick-disabled{
	opacity: .1;
}
.related_products.slick-slider .slick-arrow.slick-prev{
	left: -28px;
}
.related_products.slick-slider .slick-arrow.slick-next{
	right: -28px;
}
.related_products.slick-slider .slick-arrow:before{
	color: #000;
	font-size: 17px;
}


.map_block{
	position: relative;
}
.map{
    background: #f7f7f7;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
}
.map_block.active .map{
    pointer-events: auto;
}
.map_block:after{
    content: '';
    background: #002474;
    background: #463E19;
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    opacity: .11;
    cursor: pointer;
}
.map_block.active:after{
    display: none;
}

.contacts_block{
	background: #fff;
	padding: 40px 0;
}
.contacts_block .contacts{
	width: 400px;
	padding: 50px 30px;
}
.contacts_block .map_block{
	border-radius: 10px;
	width: calc(100% - 400px);
	min-height: 350px;
	overflow: hidden;
}
.contacts_block .contacts p{
	margin: 0;
}
.contacts_block .contacts .title{
	margin: 0 0 35px;
}
.contacts_block .contacts .contact{
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 25px;
}
.contacts_block .schdl{
	font-size: 18px;
}
.contacts_block .schdl_info{
	font-size: 14px;
}
.contacts_block .contacts .contact a{
	color: #444;
}
.contacts_block .phones a{
	display: block;
	white-space: nowrap;
}
.contacts_block .phones a:nth-child(n+2){
	margin-top: 7px;
}



.posts_list .post_item{
	background: #fff;
	border: #ddd 1px solid; 
	border-radius: 10px;
	flex-direction: column;
	width: calc(50% - 7px);
	margin: 0 14px 14px 0;
}
.posts_list .post_item:nth-child(2n){
	margin-right: 0;
}
.post_item .image{
	position: relative;
	width: 100%;
	padding: 0 0 50%;
}
.post_item .image img{
	border-radius: 10px 10px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post_item .preview{
	padding: 25px 30px 20px;
}
.post_item h3{
	font-size: 22px;
}
.post_item h3 a{
	color: #333;
}
.post_item .date{
	color: #999;
	font-size: 14px;
}
.post_item .annotation{
	margin: 0 0 15px; 
}
.post_view .image{
	float: left;
	width: 45%;
	margin: 0 30px 25px 0;
}
.post_view .image img{
	display: block;
	border-radius: 10px;
	width: 100%;
}
.post_view .txt_block{
	margin: 0 0 30px;
}
.post_view .txt_block img{
	display: block;
	border-radius: 10px;
	max-width: 100%;
	height: auto !important;;
	margin: 20px auto;
}
.post_view .date{
	color: #999;
}
.next_prev_block{
	border-top: #dfdfdf 1px solid;
	padding: 15px 0 0;
	margin: 70px 0 0;
}
.next_prev_block .next_prev{
	/*width: calc(50% - 30px);*/
	width: 50%;
	padding: 15px 0;
}
.next_prev_block .next_prev.prev{
	padding-right: 30px;
}
.next_prev_block .next_prev.next{
	padding-left: 30px;
}
.next_prev_block .next_prev.prev + .next{
	border-left: #dfdfdf 1px solid;
}
.next_prev_block .next_prev .i{
	display: block;
	position: relative;
	width: 20px;
}
.next_prev_block .next_prev.prev .i{
	margin-right: 15px;
}
.next_prev_block .next_prev.next .i{
	margin-left: 15px;
}
.next_prev_block .next_prev .i:before{
	color: #ccc;
	font-size: 20px;
	font-family: "main";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.next_prev_block .next_prev.prev .i:before{
	content: "\e904";
}
.next_prev_block .next_prev.next .i:before{
	content: "\e905";
}
.next_prev_block .next_prev > div{
	width: calc(100% - 30px);
}
.next_prev_block .next_prev .info{
	color: #999;
	font-size: 12px;
	margin: 0 0 5px;
}
.next_prev_block .prev_page_link{
	display: block;
	color: #333;
	font-size: 16px;
	font-family: 'Helvetica Medium';
	margin: 0 0 5px;
}
.next_prev_block .annotation{
	margin: 0;
}

.footer{
	background: #EFECE2;
	padding: 60px 0;
}
.footer .column{
	margin: 0 30px;
}
.footer .column .title{
	font-size: 18px;
	font-family: 'Helvetica Medium';
	margin: 0 0 20px;
}
.footer .column ul{
	list-style: none;
}
.footer .column ul + ul{
	margin-top: 30px;
}

.footer .column ul li{
	color: #444;
	line-height: 1;
	margin: 0 0 15px;
}
.footer .column ul li:last-child{
	margin: 0; 
}
.footer .column ul li a{
	color: #444;
}
.footer .column ul li a:hover{
	color: #000;
}
.footer .i-liqpay{
	display: block;
	color: #76A62D;
	font-size: 100px;
	line-height: 30px;
	height: 30px;
	margin: 0 0 20px;
}
.footer .visa_mastercatd{
	width: 110px;
}
.copyright_block{
	background: #424243;
	color: #fff;
	font-size: 12px;
	padding: 25px 0 20px;
}
.copyright_block p{
	margin: 0;
}
.copyright .logo{
	display: block;
	width: 130px;
	height: 34px;
}
.copyright p{
	padding: 13px 0 0 6px;
}
.developer{
	justify-content: flex-end;
}
.developer span,
.developer a{
	color: #fff;
	font-family: 'Helvetica Medium';
}


.mob_sidebar_bg,
.right_sidebar_bg{
    background: rgba(0,0,0,.5);
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s;
    z-index: 110;
    box-shadow: 0 4px 6px rgba(0,0,0,.16);
}
#mob_sidebar,
#right_sidebar{
    display: none;
}
#mob_sidebar:checked ~ .mob_sidebar_bg,
#right_sidebar:checked ~ .right_sidebar_bg{
    left: 0;
    opacity: 1;
}
#right_sidebar:checked ~ .right_sidebar{
    right: 0;
}

.m_sidebar{
	display: none;
}
.mob_sidebar{
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -220px;
    width: 220px;
    transition: .4s ease-out;
    z-index: 112;
}
#mob_sidebar{
    display: none;
}
#mob_sidebar:checked ~ .mob_sidebar{
    left: 0;
}
#mob_sidebar:checked ~ .mob_sidebar > .wrapper{
    left: 0;
}

.mob_sidebar > .wrapper{
    position: relative;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: .4s ease-out;
    overflow: auto;
    box-sizing: border-box;
    padding: 10px;
}
.mob_sidebar .box{
    clear: both;
    margin: 0 0 25px;
}
.mob_sidebar .box.catalog_menu{
	/*margin-bottom: 0;*/
}
.mob_sidebar .logo img{
    display: block;
    width: 130px;
	height: 74px;
    margin: 5px 0 20px;
}
.mob_sidebar .box > .title{
    border-bottom: #ddd 1px solid;
    color: #999;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 4px;
    margin: 0 0 5px;
}
.mob_sidebar .discounted_link{
	display: inline-block;
	background: #FFED00 url(../images/icons/star_b.svg) no-repeat 8px center;
	background-size: auto 60%;
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	padding: 3px 10px 3px 30px;
	margin: 0 0 15px;
}
.m_menu ul{
    list-style:none;
    padding: 0;
    margin: 0;
}
.m_menu li{
	display: table;
    font-size:14px;
    font-family: 'Helvetica Medium';
    line-height: 1;
    position:relative;
    width: 100%;
}
.m_menu li li{
    font-size:13px;
    font-weight: 400;
}
.m_menu li li:last-child{
    padding-bottom:0;
}
.m_menu .icon{
	text-align: center;
	float: left;
	width: 31px;
	padding-right: 7px;
}
.m_menu .icon img{
	width: 22px;
	height: 22px;
	object-fit: contain;
}
.m_menu li > a,
.m_menu li > span,
.m_menu li > div{
    display: table;
    color:#000;
    padding:5px 0 4px;
    margin: 4px 0;
}
.m_menu li > * > i{
	display: inline-block;
	background: #E9EEF4;
	border-radius: 20px;
	font-size: 10px;
	font-family: 'Helvetica Light';
	font-style: normal;
	position: relative;
	top: -1px;
	padding: 4px 7px 3px;
	margin: 0 0 0 3px;
}
.m_menu a > div,
.m_menu a > span{
	display: table-cell;
	vertical-align: middle;
}
.m_menu > ul > li.parent > a{
    padding-right:15px;
}
.m_menu > ul > li.parent > a span{
	text-transform: lowercase;
	height: 22px;
}
.m_menu > ul > li.parent > a span:first-letter{
	text-transform: uppercase;
}
.m_menu .selected > a,
.m_menu li > span{
    background: #f6d330;
    padding:5px 5px 4px;
    margin:4px -5px;
}
.m_menu > ul ul{
    display:none;
    padding-left:10px;  
}
.m_menu li.parent_selected > ul{
    display:block;
}
.m_menu .subcat{
	background: url(../images/icons/plus.svg) no-repeat center;
	background-size: contain;
    cursor:pointer;
    position:absolute;
    right:0;
    top:12px;
    width: 16px;
    height: 16px;
    transition:0.2s;
}
.m_menu .subcat:hover{
}
.m_menu .subcat.minus{
	background-image: url(../images/icons/less.svg)
}
.m_menu li li .subcat{
	top:8px;
}

.fancybox-container ~ .datepickers-container .datepicker{
	z-index: 100000;
}

.mdc{
	width: 330px;
}
.mdc .title.mb{
	margin-bottom: 20px;
}

.md_phones_block{
	width: 220px;
}
.md_phones_block .title{
	color: #999;
	font-family: 'Helvetica Light';
}
.md_phones_block a{
	font-family: 'Helvetica Medium';
}
.md_phones_block .phones .title{
	margin-bottom: 15px;
}
.md_phones_block .phones{
	border-bottom: #eee 1px solid;
	padding: 0 0 20px;
	margin: 0 0 30px;
}
.md_phones_block .phones .phone{
	margin: 0 0 5px;
}
.md_phones_block .phones a{
	display: inline-block;
	color: #222;
	font-size: 20px;
}
.md_phones_block .messengers [data-jslink]{
	display: block;
	color: #222;
	padding: 7px 0;
}
.md_phones_block .messengers * img{
	display: inline-block;
	position: relative;
	top: 4px;
	width: 20px;
	margin: 0 2px 0 0;
}
.md_phones_block .messengers * img[alt="Telegram"] {
    width: 18px;
    top: 3px;
}

.fancybox-slide > *{
	border-radius: 10px;
}


.page404 .content_wrapper{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
.page404 img{
	width: 800px;
	max-width: 100%;
}
.page404 .button{
    font-size: 20px;
    padding: 12px 25px 10px;
}

.to_payment_block > *{
	margin: 0 0 10px;
}
.to_payment_block > *:last-child{
	margin: 0;
}
.to_payment_block .btn{
	background: #ddd;
	border-radius: 10px;
	position: relative;
	width: 100%;
	min-height: 78px;
	cursor: pointer;
	padding: 10px 20px;
}
.to_payment_block .btn:hover{
	background: #d4d4d4;
}
.to_payment_block .btn.gr{
	background: #76a62d;
	color: #fff;
	padding-right: 100px;
}
.to_payment_block .btn.gr:hover{
	background: #6b9926;
}
.to_payment_block .btn.gr:before{
	content: '';
	background: rgba(255,255,255,.5);
	position: absolute;
	right: 90px;
	top: 10px;
	width: 1px;
	height: calc(100% - 20px);
}
.to_payment_block .btn.gr:after{
	content: "\e909";
	font-size: 64px;
	font-family: "main";
	color: #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.to_payment_block .btn .title{
	font-family: 'Helvetica Bold';
	font-size: 16px;
	line-height: 1;
	margin: 0;
}
.to_payment_block .btn.gr .title{
	font-size: 17px;
}
.to_payment_block .btn.gr .price{
	color: #FFF0A8;
	font-size: 17px;
	margin: 5px 0 0;
}








body .b24-widget-button-position-bottom-right{
	bottom: 150px;
}
#bingc-phone-button{
	right: 30px !important;
	bottom: 50px !important;
}


.clear{
	clear: both;
}
.hide{
	display: none;
}
@media (max-width: 1250px){
	.related_products{
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 1170px){
	.header{
		height: 54px;
	}
	.content_block{
		padding-top: 54px;
	}
	.id{
		top: -54px;
	}
	.header_bx1{
	    width: calc(100% - 240px);
	}
	.header_bx2{
		width: 240px;
	}
	.header.reg0 .header_bx1{
	    width: calc(100% - 150px);
	}
	.header.reg0 .header_bx2{
		width: 150px;
	}
	.header .sel_blocks{
		margin-top: 12px;
	}
	.header .sel_blocks > .item:first-child{
		margin-left: 0;
	}
	.header .logo{
		width: 130px;
		margin: 11px 0 0 -20px
	}
	.header .menu{
		margin-left: 25px;
	}
	.header .menu > li{
		font-size: 13px;
		height: 54px;
		padding: 22px 0;
	}
	.header .phone_block{
		margin-top: 4px;
	}
	.header .phone_block .phone{
		font-size: 16px;
	}
	.header .phone_block2{
		margin-top: 4px;
	}
	.header .phone_block2 .phone{
		font-size: 16px;
	}
	.header .phone_block2 .messengers{
	    padding: 8px 0 0 8px;
	}
	.contacts_block .main_width{
		max-width: 100%;
	}
	.contacts_block .contacts{
		width: 340px;
	}
	.contacts_block .map_block{
		border-radius: 10px 0 0 10px;
		width: calc(100% - 340px);
	}
}
@media (max-width: 1130px){
	.products .product .images_block{
		width: 450px;
	}
	.products .product .product_info{
		width: calc(100% - 450px);
	}
	.products .features_block{
		padding: 15px 0 0 20px;
	}
	.product_view .images_wrapper .images_block{
		height: 350px;
	}
	.images_nav img{
		height: 80px;
	}
	.txt_block .fx_2ch{
		text-align: left;
	}
}
@media (max-width: 1060px){
	.header{
		background: transparent;
		border: none;
		position: relative;
		height: auto;
	}
	.header > .wrapper{
		max-width: 100%;
	}
	.header_bx1,
	.header.reg0 .header_bx1{
		background: #fff;
		border-bottom: #ccc 1px solid;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 54px;
		z-index: 2;
		padding: 0 10px;
	}
	.header_bx2,
	.header.reg0 .header_bx2{
		background: #EEF1F5;
		border-bottom: #ccc 1px solid;
		width: 100%;
		z-index: 1;
		padding: 54px 10px 0;
	}
	.header .sel_blocks{
		margin: 7px auto;
	}
	.header .sel_blocks > .item{
		margin-left: 40px;
	}
	.header .sel_blocks > .item > .title{
		display: flex;
	}
	.content_block{
		padding-top: 0;
	}
	.top_block .cont_block .title{
		font-size: 38px;
	}
	.top_block .form_wrapper{
		width: 360px;
	}
	.top_block .cont_block{
		width: calc(100% - 360px);
	}
	.products .product .images_block,
	.products .product .product_info{
		width: 50%;
	}
	.products .product .product_cont{
		flex-direction: column-reverse;
	}
	.products .product .product_info > .cont{
		padding: 15px 20px;
	}
	.products .product .title a span.m{
		right: 20px;
		top: 15px;
	}
	.products .features_block{
		width: 100%;
		max-width: 100%;
		padding: 0 0 10px;
	}
	.products .features{
		flex-wrap: nowrap;
	}
	.products .features .feature{
		width: auto;
		margin: 0 30px 10px 0;
	}
	.products .features .feature:nth-child(2n){
		margin-right: 30px;
	}
	.products .features .feature:last-child{
		margin-right: 0;
	}
	.videos li > a:before{
		width: 50px;
		height: 50px;
	}
	.videos li > a:hover:before{
		width: 56px;
		height: 56px;
	}
	.related_products.products .product .title a span.l{
		font-size: 16px;
		padding-top: 5px;
	}
	.related_products .btn_more{
		font-size: 11px;
	}

	.content_wrapper.has_sidebar > .sidebar{
		width: 300px;
	}
	.content_wrapper.has_sidebar > .cont {
	    width: calc(100% - 300px);
	}
	.products .prod_view_2 > .wrapper .cont1{
		width: 100%;
	}
	.products .prod_view_2 > .wrapper .cont2{
		display: block;
		width: 100%;
		padding: 20px 0 0;
	}
	.prod_view_2 .price_cont2 > *{
		display: inline-block;
	}
	.prod_view_2 .price_cont2{
		margin-bottom: 10px;
	}
	.prod_view_2 .cont2 .button{
		width: 200px;
		max-width: 100%;
	}
	.prod_view_2 .price_cont2 .price{
		font-size: 30px;
	}
}
@media (max-width: 960px){
	.contacts_block .contacts{
		width: 300px;
	}
	.contacts_block .map_block{
		width: calc(100% - 300px);
	}
	.categories_block .categories{
		max-width: 100%;
	}
	.categories_block .category{
		padding: 25px 10px;
	}
	.post_item .preview{
		padding-left: 25px;
		padding-right: 25px;
	}
	.top_block .cont_block .title2{
		font-size: 36px;
	}
	.top_block .cont_block .title3{
		font-size: 24px;
	}
}
@media (max-width: 900px){
	.header .phone_block2 .messengers{
		display: none;
	}
	.top_block .form_wrapper {
	    width: 320px;
	}
	.top_block .cont_block {
	    width: calc(100% - 320px);
	}
	.top_block .cont_block .title{
		font-size: 32px;
	}
	.top_block .list1 {
	    font-size: 18px;
	    margin: 25px 0 0;
	}
	.top_block .list1 li{
		margin-bottom: 12px;
	}
	.categories_block .category{
		border-right: rgba(255,255,255,.5) 1px solid;
		border-bottom: rgba(255,255,255,.5) 1px solid;
		width: calc(100% / 3);
	}
	.categories_block .category:nth-child(3n){
		border-right: none;
	}
	.content_wrapper.has_sidebar{
		flex-wrap: wrap;
	}
	.content_wrapper.has_sidebar > .sidebar{
		width: 100%;
		padding: 20px 0 0;
	}
	.content_wrapper.has_sidebar > .cont{
	    width: 100%;
	}
}
@media (max-width: 860px){
	.images_nav_block, 
	.conditions_block .bg{
		display: none;
	}
	.product_view .title_block, 
	.product_view .images_wrapper, 
	.product_view .product_info{
		width: 100%;
	}
	.product_view .images_wrapper{
		position: relative;
		top: 0;
		margin: 0 0 10px;
	}
	.product_view .images_wrapper .images_block{
		height: 380px;
	}
	.product_view .prices_block{
		width: 100%;
	}
	.product_view .features{
		justify-content: center;
	}
	.product_view .price_bx.v2{
		text-align: center;
	}
	.conditions_block{
		background: #f4f4f4;
	}
	.faq{
		background: transparent;
		border: none;
		border-radius: 0;
		min-height: 100px;
	}
	.faq > div{
		display: flex;
		background: #fff;
		border-radius: 10px;
	    position: relative;
	    flex-direction: column-reverse;
	    overflow: hidden;
	    margin: 0 0 10px;
	}
	.faq label{
	    width: 100%;
	    height: 50px;
	}
	.faq label:hover{
		background: none;
	}
	.faq .faq_info {
		border: none;
	    position: relative;
	    top: initial;
	    right: initial;
	    width: 100%;
	    padding: 15px 20px;
	}
	.faq label{
		border-bottom: none;
		font-size: 17px;
	}
	.faq input:checked ~ label{
		background: none;
		border-bottom: 1px solid #eee;
	}
	.faq img,
	.faq h4,
	.faq input:checked ~ label::before,
	.faq input:checked ~ label::after {
		display: none;
	}
	.faq > div:last-child label {
	    margin-bottom: 0px;
	}
	.faq label span {
		padding: 0;
	}
	.product_view .prod_view_2 .price_cont{
		margin: 0 auto;
	}
	.product_view .prod_view_2 .cont2{
		text-align: center;
	}
}
@media (max-width: 830px){
	.header .logo{
		width: 110px;
		margin-top: 14px;
	}
	.header .menu > li{
		font-size: 12px;
		margin-right: 15px;
	}
	.products .features{
		justify-content: space-between;
	}
	.products .features .feature,
	.products .features .feature:nth-child(2n){
		margin-right: 20px;
	}
}

/*--- MOBILE VERSION ---*/
@media (max-width: 770px){
	.header .menu,
	.header .phone_block,
	.header .phone_block2,
	body .mob_hide{
		display: none;
	}
	.m_sidebar{
		display: block;
	}
	.header .mob_block{
		display: flex;
	}
	h1, .h1{
		font-size: 30px;
	}
	.header .logo{
		margin-left: 0;
	}
	.header .sel_blocks{
		float: none;
		width: 550px;
		max-width: 100%;
		justify-content: space-between;
	}
	.header .sel_blocks > .item{
		margin-left: 10px;
	}
	.top_block .cont_block .title{
	    font-size: 28px;
	}
	.products .product{
		margin-bottom: 30px;
	}
	.products .product .images_block{
		border-radius: 10px 10px 0 0;
		width: 100%;
		height: 350px;
	}
	.products .product .images_block .slick-list{
		border-radius: 10px 10px 0 0;
	}
	.products .product .product_info{
		border: #ddd 1px solid;
		border-top: none;
		border-radius: 0 0 10px 10px;
		width: 100%;
	}
	.products .product .product_info > .cont{
		padding-bottom: 20px;
	}
	.products .features{
		justify-content: flex-start;
	}
	.products .features .feature, 
	.products .features .feature:nth-child(2n){
		margin-right: 30px;
	}
	.prices_block{
		width: 100%;
	}
	.txt_block .fx_2ch > * {
	    width: calc(50% - 15px);
	    margin-right: 30px;
	}
	.contacts_block .contacts{
		width: 250px;
		padding: 30px;
	}
	.contacts_block .map_block{
		width: calc(100% - 250px);
	}
	.contacts_block .contacts .contact{
		font-size: 17px;
	}
	.footer .i-liqpay{
		font-size: 90px;
		margin: 0 0 15px;
	}
	.footer .visa_mastercatd{
		width: 90px;
	}
	.related_products .product{
		width: calc(50% - 10px)
	}
	.related_products > .product:nth-child(n+3){
		display: none;
	}
}
@media (max-width: 690px){
	.top_block .cont_block{
		width: calc(100% - 20px);
		padding: 0;
		margin: 0 auto;
	}
	.top_block .form_wrapper{
		width: calc(100% - 20px);
		margin: 30px auto 0;
	}
	.posts_list .post_item{
		width: 100%;
		margin-right: 0;
	}
	body .b24-widget-button-position-bottom-right{
	    right: 10px;
	    bottom: 13px;
	}
	#bingc-phone-button {
		left: 0;
	    right: auto !important;
	    bottom: 0 !important;
	}
	.copyright_block{
		padding-bottom: 100px;
	}
}
@media (max-width: 640px){
	.footer .column{
	    margin: 0 20px;
	}
	.related_products{
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	.related_products.slick-slider .slick-arrow{
		width: 20px;
		padding: 0;
	}
	.related_products.slick-slider .slick-arrow.slick-prev{
		left: -20px;
	}
	.related_products.slick-slider .slick-arrow.slick-next{
		right: -20px;
	}
	.related_products.slick-slider .slick-arrow.slick-prev:before{
		left: 3px;
	}
	.related_products.slick-slider .slick-arrow.slick-next:before{
		right: 6px;
	}
}
@media (max-width: 600px){
	.product_view .images_wrapper .images_block{
		height: 350px;
	}
	.contacts_block{
		padding: 25px 0;
	}
	.post_view .image{
		width: 100%;
		margin-right: 0;
	}
	.pg_page.for_business .c_bx1 img{
		width: 160px;
	}
	.pg_page.for_business .c_bx1 .cont{
		font-size: 16px;
	}
}
@media (max-width: 550px){
	.products .product .images_block{
		height: 300px;
	}
	.have_questions .main_width{
		max-width: calc(100% - 50px)
	}
	.have_questions .cont{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.have_questions .cont_bx1{
		width: 100%;
		margin: 0 0 20px;
	}
	.have_questions .button {
	    font-size: 18px;
	    padding: 10px 20px 8px;
	}
	.contacts_block .contacts,
	.contacts_block .map_block{
		width: 50%;
	}
	.footer{
		padding: 30px 0;
	}
	.footer > .main_width{
		flex-wrap: wrap;
		/*max-width: 100%;*/
	}
	.footer .column{
		width: 50%;
		margin: 0;
		padding: 30px;
	}
	.footer .column:nth-child(1),
	.footer .column:nth-child(2){
		border-bottom: #fff 1px solid;
		padding-top: 20px;
	}
	.footer .column:nth-child(2n){
		border-left: #fff 1px solid;
	}
	.footer .column:nth-child(1),
	.footer .column:nth-child(3){
		padding-left: 20px;
	}
	.footer .column:nth-child(2),
	.footer .column:nth-child(4){
		padding-right: 20px;
	}
	.footer .column:nth-child(3),
	.footer .column:nth-child(4){
		padding-bottom: 20px;
	}
	.product .price_cont{
		padding: 0;
	}
	.product .price_cont .pb_title{
		padding: 13px 20px 10px;
	}
	.product .price_bx .price_block{
		padding: 2px 5px;
	}
}
@media (max-width: 500px){
	.top_block{
		background-image: url(../images/bg_car_1.4_mob.jpg);
	}
	.products .product .images_block{
		height: 260px;
	}
	.product_view .images_wrapper .images_block{
		height: 320px;
	}
	.product_view .features{
		flex-wrap: nowrap;
	}
	.features .feature .value{
		font-size: 12px;
	}
	.txt_block .fx_2ch{
		flex-wrap: wrap;
	}
	.txt_block .fx_2ch > *{
	    width: 100%;
	    margin-right: 0;
	}
	.txt_block .fx_2ch > :nth-child(2n){
		margin-top: 15px;
	}
	.products .prices_block{
		width: calc(100% + 10px);
		margin: 0 -5px -5px;
		max-width: calc(100% + 10px);
	}
	.contacts_block .main_width{
		flex-wrap: wrap;
	}
	.contacts_block .contacts{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.contacts_block .map_block{
		border-radius: 10px;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.contacts_block .contacts > *{
		width: 50%;
	}
	.contacts_block .contacts > *:nth-child(2n+1){
		padding-left: 20px;
	}
	.contacts_block .contacts .title{
		width: 100%;
		padding-left: 0;
	}
	.pg_page.for_business .c_bx2{
		text-align: center;
		flex-direction: column;
	}
	.pg_page.for_business .c_bx2 .line{
		width: 100%;
		height: 40px;
		margin: 0 0 20px;
	}
	.pg_page.for_business .c_bx2 .line:before{
		left: 50%;
		top: 0;
		width: 1px;
		height: 100%;
	}
	.pg_page.for_business .c_bx2 .img:last-child img{
		max-width: 45%;
	}
}
@media (max-width: 450px){
	.header .sel_blocks > .item > .title{
		font-size: 12px;
		padding-right: 5px;
	}
	.features .feature,
	.products .features .feature, 
	.products .features .feature:nth-child(2n){
		margin-right: 20px;
	}
	.products .features .feature:last-child{
		margin-right: 0;
	}
	.products .features{
		justify-content: center;
	}
	.contacts_block .contacts{
		padding: 30px 20px;
	}
	.contacts_block .contacts .title{
		font-size: 26px;
		margin: 0 0 25px;
	}
	.contacts_block .contacts .contact{
		font-size: 15px;
		margin: 0 0 20px;
	}
	.contacts_block .schdl_info{
		font-size: 12px;
	}
	.contacts_block .map_block{
		min-height: 280px;
	}
	.categories_block .category{
		border-right: rgba(255,255,255,.5) 1px solid;
		width: 50%;
	}
	.categories_block .category:nth-child(3n){
		border-right: rgba(255,255,255,.5) 1px solid;
	}
	.categories_block .category:nth-child(2n){
		border-right: none;
	}
	.products .product .product_info > .cont{
		padding: 15px;
	}
	.comments > .fx{
		flex-wrap: wrap;
	}
	.comments > .fx > *{
		width: 100%;
	}
	.comments > .fx > .message_info{
		margin: 0 0 20px;
	}
	.related_products .product .cont{
		padding: 15px;
	}
	.related_products.products .product .title a span.m{
		right: 15px;
	}
	.related_products.products .product .title a span.l{
		font-size: 15px;
	}
	.pg_page .txt_block .cont_bx1{
		padding: 20px; 
	}
	.pg_page .txt_block .cont_bx1 br{
		display: none;
	}
	.pg_page.for_business .c_bx1 .img{
		margin-right: 20px;
	}
	.pg_page.for_business .c_bx1 img{
		width: 130px;
	}
	.pg_page.for_business .c_bx1 .cont p{
		margin-bottom: 5px;
	}

	.top_block .cont_block .title2{
		font-size: 30px;
	}
}
@media (max-width: 400px){
	h1, .h1{
		font-size: 28px;
	}
	.products .product .images_block{
		height: 220px;
	}
	.product_view .images_wrapper .images_block{
		height: 260px;
	}
	.cont_tab .facilities{
		column-count: 1;
	}
	.features .feature .value i{
		font-size: 7px;
	}
	.videos li > a:before{
		width: 40px;
		height: 40px;
	}
	.videos li > a:hover:before{
		width: 46px;
		height: 46px;
	}
	.videos li > a:after{
		border: transparent 11px solid;
		border-left: #f6d330 19px solid;
	}
	.videos h3{
		font-size: 10px;
		bottom: 7px;
	}
}
@media (max-width: 380px){
	.select_region .sel_block{
		width: 80px;
	}
	.select_currency .sel_block,
	.select_language .sel_block{
		width: 55px;
	}
	.mdc{
		width: 280px;
	}
	.prices_block .button{
		width: calc(100% - 20px);
	}
}
@media (max-width: 370px){
	.header .mob_block{
		padding-top: 10px;
	}
	.header .open_sidebar{
		height: 26px;
	}
	.header .mob_block .button{
		font-size: 14px;
		padding: 5px 10px 2px;
		margin-top: 1px;
	}
	.post_item .preview {
	    padding: 20px 20px 20px;
	}
}
@media (max-width: 350px){
	.header .sel_blocks{
		justify-content: center;
	}
	.header .sel_blocks > .item > .title{
		display: none;
	}
	.product .price_cont .pb_title,
	.product .price_bx .price_block .days{
		font-size: 10px;
	}
}
@media (max-width: 320px){
	.contacts_block .contacts > *{
		width: 100%;
	}
	.contacts_block .contacts > *:nth-child(2n+1){
		padding-left: 0;
	}
}

