footer#colophon {
  background-color: #eaeaea;
  clear: both;
  display: block;
  font-size: 18px;
  overflow: hidden;
  width: 100%;
}
footer#colophon .site-info {
  overflow: hidden;
  padding: 15px;
}
footer#colophon .site-info > div {
  float: right;
}
footer#colophon .site-info > div.logo_footer {
  text-align: right;
  width: 25%;
}
footer#colophon .site-info > div.menu_footer {
  text-align: center;
  width: 50%;
}
footer#colophon .site-info > div.company_footer {
  color: #616060;
  font-size: 16px;
  padding: 6px 0;
  text-align: left;
  width: 25%;
}
footer#colophon .site-info > div.company_footer img {
  margin-right: 10px;
}
footer #menu-footer {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
footer #menu-footer li {
  display: inline-block;
  text-align: center;
  width: 18%;
}
footer #menu-footer li > a {
  color: #020709;
  text-decoration: none;
}
footer #menu-footer li > a:hover {
  color: red;
  text-decoration: none;
}
.fa.fa-2x {
  font-size: 20px;
}
header .header__main {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
header .header__main.fix {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
}
#acf-map {
  min-height: 300px;
}
.catalog-nav.catalog-nav-cars {
  margin: 0 auto;
  max-width: 1385px;
}
.container_contact_midle {
  overflow: hidden;
}
.category_type_title h1 {
  color: #f6f6f6;
  font-size: 57px;
  font-weight: 600;
  line-height: 1.5;
  margin: 80px 0;
  position: relative;
}
.content_hidden_inner .span_tesha {
      font-size: 21px;
}
.content__text .span_tesha {
      font-size: 21px;
}
.category_type_title h1::before {
  background-color: #de0025;
  bottom: 0;
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  width: 80px;
}
.container_contact_midle > div {
  display: block;
  float: right;
  padding: 0 30px;
}
.container_contact_midle > div.entery-content {
  padding: 0;
}
.container_contact_midle > div:nth-child(1) {
  background-color: #f6f6f6;
}
.container_contact_midle > div h3 {
  color: #040404;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 50px 0;
}
.container_contact_midle > div:nth-child(1) h3 {
  color: #de0025;
  padding-right: 15px;
}
.container_contact-top span {
  color: #de0025;
  font-size: 20px;
      font-weight: bold;
  margin-left: 7px;
}
.text_repit_contact {
  color: #010101;
   font-size: 20px;
  margin: 1px 0 10px;
}
.wpcf7-form > p {
  display: block;
  text-align: right;
  width: 100%;
  overflow: hidden;
}
.wpcf7-form > p label {
  color: #020202;
  font-size: 20px;
  padding: 0 15px;
  width: 100%;
}
.wpcf7-form > p:nth-child(2) label {
  padding: 0 15px;
  width: 33.333%;
  float: right;
}
span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7-form > p label > span:not(.wpcf7-form-control-wrap) {
  color: #de0124;
}
span.wpcf7-form-control-wrap > input.wpcf7-form-control {
  border: 1px solid #e1e0e0;
  border-radius: 0;
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 10px;
  text-align: right;
  width: 100%;
}

span.wpcf7-form-control-wrap > textarea{
  border: 1px solid #e1e0e0;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 17px;
    font-weight: 400;
    padding: 8px 10px;
    text-align: right;
    width: 100%;
    height: 10vh;
}


.container_contact_midle .container_contact {
  margin: 0 auto;
  max-width: 950px;
  overflow: hidden;
  padding-bottom: 60px;
}
button.submit {
  background: rgba(0, 0, 0, 0) url("../img/arrow-left.svg") no-repeat scroll 13px center;
  border: 1px solid #de0025;
  border-radius: 0;
  clear: both;
  color: #de0025;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 0 15px;
  padding: 8px 23px 8px 50px;
  transition: all 0.3s ease 0s;
}
button.submit:hover {
  background: #de0025 url("../img/arrow-left_contact.svg") no-repeat scroll 8px center;
  color: #fff;
}
div.wpcf7-validation-errors {
  display: none !important;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
span.wpcf7-form-control-wrap > input.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid red;
}
body .banner {
  margin-top: 0;
}
header .header__main {
  display: block;
  transition: background-color 0.3s ease 0s, height 0.3s ease 0s;
  width: 100%;
}
header .header__main.fix {
  background-color: #ffffff;
}
header .menu_header li a {
  text-decoration: none;
  transition: color 0.3s ease 0s;
}
.header__icons a:hover i {
  color: #fff;
}
header .header__main.fix .menu_header li a {
  color: #000;
}
.header__main .logo-sect > img {
  height: 57px;
  transition: all 0.3s ease 0s;
  width: auto;
  position: relative;
  bottom: 0;
}
.header__main.fix .logo-sect > img {
  bottom: 10px;
  height: 47px;
  margin-top: 0;
}
.header__main.fix .logo-sect > img {
  height: 47px;
}
.header__main.fix .logo-sect p {
  display: none;
}
.header__main .wrapper {
  transition: all 0.3s ease 0s;
}
.header__main.fix .wrapper {
  padding-top: 5px;
}
header .header__main.fix .menu_header .sub-menu li a {
  color: #fff;
}
.header__main .menu_header .menu {
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
.header__main.fix .menu_header .menu {
  margin-top: 12px;
}
.category_type_title_bot {
  padding-top: 104px;
}
.category_type_title.contact {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-products .container_contact_midle > div:nth-child(1) {
  background-color: #fff;
}
.container_contact_midle.container {
  margin-top: 0;
  max-width: 100%;
  padding: 0;
  width: 1375px;
}
.single-products .container_contact_midle > div {
  display: block;
  float: right;
  padding: 0 15px;
}
body.single-products h2, body.single-products h1 {
  color: #030303;
  font-size: 40px;
  font-weight: 400;
  margin: 10px 0;
}
.text_price {
  color: #0b1320;
  display: block;
  font-size: 30px;
}
.text_price > span {
  font-size: 20px;
}
.text_dop {
  color: #8d8e8e;
  display: block;
  font-size: 16px;
}
.content_product {
  color: #7c8082;
  font-size: 18px;
  margin-top: 30px;
}
@keyframes home_pulse2 {
0% {
	box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
50% {
    box-shadow: 0 0 0 0 rgba(222, 0, 37, 0.3);
}
100% {
    box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
}
@-webkit-keyframes home_pulse2 {
0% {
	box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
50% {
    box-shadow: 0 0 0 0 rgba(222, 0, 37, 0.3);
}
100% {
    box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
}
@-moz-keyframes home_pulse2 {
0% {
	box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
50% {
    box-shadow: 0 0 0 0 rgba(222, 0, 37, 0.3);
}
100% {
    box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
}
.video_go_but > a {
  background-color: #de0025;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 1;
  margin: 0 7px;
  padding-left: 3px;
  padding-top: 11px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  animation: 1.5s ease 0s normal none infinite running home_pulse2;
  -webkit-animation: 1.5s ease 0s normal none infinite running home_pulse2;
 -moz-animation: 1.5s ease 0s normal none infinite running home_pulse2;
}
.video_add_product {
  border-left: 1px solid #d2d1d1;
  float: right;
  margin-left: 10px;
  padding-left: 10px;
}
.integra_api {
  border-top: 1px solid #d2d1d1;
  clear: both;
  color: #030303;
  display: flex;
  flex-direction: row-reverse;
  font-size: 18px;
  margin: 20px 0;
  overflow: hidden;
  padding: 28px 0 8px 0;
  width: 100%;
}
.sharing_product {
  float: left;
  width: calc(100% - 160px);
  margin-right: 32px;
}
.addthis_inline_share_toolbox {
  clear: none !important;
  float: right;
  margin-left: 0;
  margin-right: 0;
}
.sharing_product > span {
  float: right;
    margin: 0 0 6px 0px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
.poput_vidos {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.poput_vidos .sub_contens {
  height: 80%;
  margin: 0 auto;
    max-width: 70%;
  position: relative;
  top: 10%;
  width: 80%;
}
.poput_vidos .vide_content {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 5;
}
.poput_vidos .close {
  color: #fff;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
    background: url(../images/close.png) top right no-repeat;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 100%;
    background-position: 7px 5px;
}
.poput_vidos .vide_content > iframe {
  width: 100%;
  height: 100%;
}
.content_tabs > div {
  display: none;
}
.content_tabs > div.act {
  display: block;
}
.product_tabs .tabs_top {
  border-bottom: 2px solid #de0025;
  display: block;
  float: right;
  margin-bottom: 30px;
  width: 100%;
  clear: both;
}
.product_tabs .tabs_top > ul {
  clear: both;
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.product_tabs .tabs_top > ul li {
  background-color: #f7f7f7;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px 2px 0;
  color: #030303;
  float: right;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 35px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  min-width: 180px;
  padding-right: 25px;
}

.tabs_pdf  iframe {
  height: 430px;
    width: 60%;
}
.product_tabs .tabs_top > ul li.act {
  background-color: #fff;
  border-color: #de0025 #de0025 #fff;
  border-style: solid;
  border-width: 2px;
  bottom: -2px;
}
.single-products .container_contact_midle > div.product_tabs {
  width: 100%;
}
.text_tabs {
  color: #7c8082;
  font-size: 18px;
  margin: 0 0 20px;
}
.tab_list > ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tab_list > ul li {
  background-color: #fff;
  color: #030303;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin: 5px 0;
  width: 100%;
  overflow: hidden;
  padding: 5px 15px;
}
.tab_list > ul li:nth-child(2n-1) {
  background-color: #f7f7f7;
}
.left_tab_titl {
  color: #7c8082;
  float: right;
  width: 30%;
}
.right_tab_text {
  float: left;
  width: 70%;
}
.product_list_owl {
  background: #f6f6f6 none repeat scroll 0 0;
  margin: 60px 0 0;
  padding-bottom: 30px;
}
.block_rand_tovar .item_conteiner_owl {
  background-color: #fff;
  overflow: hidden;
  padding: 0 15px;
}
.block_rand_tovar .item_conteiner_owl h3 a {
  color: #0b1320;
  font-size: 25px;
}
.title_dop_tovar > h3 {
  color: #de0025;
  font-size: 52px;
  margin: 0;
  padding: 60px 0 40px;
  text-align: center;
}
.block_phone_product {
  clear: both;
  display: block;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
	    margin-right: 19px;
    padding-left: 40px;
    border-left: 1px solid #ebebeb;
}
.block_phone_product b a {
    color: #de0025;
    text-decoration: none;
    font-size: 36px;
    padding-right: 25px;
	position:relative;
	display: inline-block;
}

.block_phone_product b a:before {
	content:'';
	width:19px;
	height:21px;
	background: url(../img/phone.png) top right no-repeat;
	position:absolute;
	bottom:16px;
	right:0;
}

.block_phone_product > span {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: block;
}
.owl-carousel .owl-item .block_phone_product img {
  display: block;
  float: left;
  width: auto;
}
.item_conteiner_owl .block_phone_product > span {
  display: block;
  float: left;
  font-size: 16px;
  width: calc(100% - 20px);
}
.item_conteiner_owl .block_phone_product > span > span {
  clear: both;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #de0025;
}
.item_conteiner_owl .block_phone_product > span > a {
  clear: both;
  display: block;
  width: 100%;
  font-weight: 400;
  color: #0b1320;
  font-size: 16px;
  text-decoration: none;
}
.item_conteiner_owl .block_phone_product {
  background-color: #f6f6f6;
  border: medium none;
  float: left;
  padding: 1px 5px 1px 5px;
  width: 50%;
}
.block_rand_tovar .block_phone_product > a {
  display: block;
  float: left;
  margin: 10px 0 0 1px;
  overflow: hidden;
}
.list_block_bot {
  border-top: 1px solid #d2d1d1;
  margin: 5px 0;
  overflow: hidden;
  padding: 13px 0 15px;
  display: flex;
  flex-direction: row-reverse;
}
.item_conteiner_owl .block_phone_product img {
    transform: rotate(102deg);
}
.block_rand_tovar .container {
  max-width: 100%;
  width: 1670px;
}
.block_rand_tovar .owl-carousel .owl-stage-outer {
  margin: 0 auto;
  width: 100%;
  z-index: 10;
}
.photosgallery-vertical .sliderkit-nav-clip ul li a {
  border: 1px solid rgba(0,0,0,0);
  padding: 0;
}
.block_rand_tovar .owl-carousel {
  margin: 0 auto;
  width: calc(100% - 120px);
}
.block_rand_tovar .owl-nav {
  display: block;
  position: absolute;
  right: -60px;
  top: calc(50% - 25px);
  width: calc(100% + 120px);
  z-index: 5;
}
.block_rand_tovar .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0) url("../img/lnr-chevron-left.svg") no-repeat scroll center center / 80% auto;
  font-size: 0;
  height: 50px;
  left: 0;
  position: absolute;
  right: auto;
  width: 50px;
}
.block_rand_tovar .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0) url("../img/lnr-chevron-right.svg") no-repeat scroll center center / 80% auto;
  font-size: 0;
  height: 50px;
  left: auto;
  position: absolute;
  right: 0;
  width: 50px;
}
.block_rand_tovar .list_block_bot > a {
  background-color: #fff;
  border: 1px solid #de0025;
  color: #de0025;
  display: block;
  float: right;
  font-size: 16px;
  padding: 11px 10px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.block_rand_tovar .list_block_bot > a:hover {
  background-color: #de0025;
  color: #fff;
}
.tabs_cars .owl-stage-outer {
  float: right;
}
.tabs_cars .owl-carousel {
  display: block;
  overflow: hidden;
}
.container_contact_midle .title_cars_tab > h3 {
  color: #ffffff !important;
  font-size: 22px !important;
  margin: 0;
}
#owl_id2 .item_cars_tab {
  position: relative;
}
#owl_id2 .item_cars_tab .title_cars_tab {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  bottom: 0;
  line-height: 1.4;
  padding: 10px 0 25px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10;
}
.product-item .title_cars_tab {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
bottom: 0;
    height: auto;
    line-height: 1.4;
    margin: 0;
    padding: 0 15px 15px;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 10;
}
.section-catalog-car .product-item .product-bottom, .product-item-car .product-bottom {
  margin: 15px 15px 0;
  text-align: center;
	max-height: 46px;
	min-height: 46px;
}
#owl_id2  .list_block_bot > a {
  border: 1px solid #de0025;
  color: #de0025;
  display: block;
  float: right;
  font-size: 16px;
  margin-top: 10px;
  padding: 5px 10px;
  text-decoration: none;
}
#owl_id2  .list_block_bot > a {
  float: none;
  margin: 20px auto 0;
  max-width: 125px;
  text-align: center;
}
#owl_id2 .list_block_bot {
  border: medium none;
  margin: 0;
  padding: 0;
}
body .s3_images {
  height: auto;
  margin: 0 auto;
  max-width: 70%;
  padding: 90px 0;
  position: relative;
}
.block_image_map {
  bottom: auto;
  height: 100%;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 5;
}
.s3_images > img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
.s3_images .s3_image {
  display: block;
  position: relative;
  width: 50%;
}
.s3_images .s3_image > img {
  height: auto;
  width: 100%;
}
.s3_tabs .nav-tabs > li > a img.act {
  display: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.s3_tabs .nav-tabs > li > a:hover img.act, .s3_tabs .nav-tabs > li.active > a img.act {
  display: block;
  opacity: 1;
}
.s3_tabs .nav-tabs > li > a img.no_act {
  display: block;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.s3_tabs .nav-tabs > li > a:hover img.no_act, .s3_tabs .nav-tabs > li.active > a img.no_act {
  display: none;
  opacity: 0;
}
.s3_tabs .nav-tabs > li > a p {
  color: #070e11;
  font-size: 18px;
  margin: 10px 0 0;
  text-align: center;
}
.s3_tabs .nav-tabs > li.active > a p {
  color: #de0025;
}
.s3_tabs .nav-tabs > li > a:hover p {
  color: #de0025;
}
.s3_tabs .nav-tabs > li > a img {
  margin: 0 auto;
}
@keyframes home_pulse3 {
0% {
	box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
50% {
    box-shadow: 0 0 0 0 rgba(222, 0, 37, 0.3);
}
100% {
    box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
}
@-webkit-keyframes home_pulse3 {
0% {
	box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
50% {
    box-shadow: 0 0 0 0 rgba(222, 0, 37, 0.3);
}
100% {
    box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
}
@-moz-keyframes home_pulse3 {
0% {
	box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
50% {
    box-shadow: 0 0 0 0 rgba(222, 0, 37, 0.3);
}
100% {
    box-shadow: 0 0 0 5px rgba(222, 0, 37, 0.3);
}
}
.img_plus_map {
  background-color: #de0025;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 2;
  margin: -15px 0 0 -15px;
  position: absolute;
  text-align: center;
  width: 30px;
  z-index: 5;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(222, 0, 37, 0.3);
  animation: 1.5s ease 5s normal none infinite running home_pulse3;
  -webkit-animation: 1.5s ease 5s normal none infinite running home_pulse3;
 -moz-animation: 1.5s ease 5s normal none infinite running home_pulse3;
}
.image_add_product {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #000;
  height: 240px;
  margin: -125px 0 0 25px;
  opacity: 0;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  right: auto;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 9;
  border-radius: 100%;
  display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.image_add_product.top_add {
  margin-top: -75px;
}
.image_add_product.left_add {
     margin-left: -249px;
}
.img_plus_map.act + .image_add_product {
  opacity: 1;
  visibility: visible;
}
.img_plus_map .off_click {
  display: none;
}
.img_plus_map .on_click {
  display: block;
}
.img_plus_map.act .off_click {
  display: block;
  left: 1px;
  position: relative;
  top: -2px;
}
.img_plus_map.act .on_click {
  display: none;
}
.img_plus_map.act {
  animation: 0s ease 0s normal none 1 running none;
  -moz-animation: 0s ease 0s normal none 1 running none;
  -webkit-animation: 0s ease 0s normal none 1 running none;
  background-color: #fff;
  border: 1px solid #de0025;
  box-shadow: 0 0 0 0;
  color: #de0025;
}
.img_map_fild_1 {
  display: block;
  height: 100px;
  overflow: hidden;
  width: 100%;
}
.img_map_fild_1 > img {
  height: 100%;
  margin: 0 auto;
  width: auto;
}
.img_map_fild_1  {
   margin-bottom: 10px;
}
.img_map_fild_2 {
  margin-bottom: 5px;
}
   

.img_map_fild_2 > h3 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 18px;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  text-align: right;
  transition: color 0.5s ease;
}
.img_map_fild_2 > h3:hover {
color: red;
}
.img_map_fild_2 > h3 a {
color: #000;
text-decoration: none;
transition: color 0.5s ease;
}
.img_map_fild_2 > h3 a:hover {
color: red;
}
.img_map_fild_3 .text_dop {
  line-height: 1.2;
  text-align: right;
}
.img_map_fild_4 > a {
  background: rgba(0, 0, 0, 0) url("../img/arrow-left.svg") no-repeat scroll 149px center;
  border: 1px solid #de0025;
  border-radius: 0;
  clear: both;
  color: #de0025;
  display: block;
  float: none;
  font-size: 17px;
  font-weight: 600;
  margin: 5px auto 0;
  padding: 8px 25px 8px 10px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 76%;
}
.img_map_fild_4 > a:hover {
  background-position: 151px center;
}
/***********************************/
#film_roll {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%
}
#content.content div#film_roll {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#film_roll > div.items {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#film_roll > div.items {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 1;
}
#film_roll > div.items.activs {
  opacity: 1;
  z-index: 10;
}
#mini_list {
  height: 74px;
  margin: 10px auto;
  max-width: 1400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#mini_list > div {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 11.111%;
}
#mini_list .items > img {
  align-items: center;
  margin: 0 auto;
  vertical-align: middle;
}
#mini_list > div.activs_04 {
  right: 133.333%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_03 {
  right: 122.222%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_02 {
  right: 111.111%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_01 {
  right: 99.999%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_00 {
  right: 88.888%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_0 {
  right: 77.777%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_1 {
  right: 66.666%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_2 {
  right: 55.555%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_3 {
  opacity: 1;
  right: 44.444%;
  z-index: 5;
}
#mini_list > div.activs_4 {
  right: 33.333%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_5 {
  right: 22.222%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_6 {
  right: 11.111%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_7 {
  right: 0%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_8 {
  right: -11.111%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_9 {
  right: -22.222%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_10 {
  right: -33.333%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_11 {
  right: -44.444%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div {
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.prev {
 /* background: rgba(0, 0, 0, 0) url("../img/arrow_left.png") no-repeat scroll left center / auto 100%; */
  color: #faf6f6;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  left: 1%;
  margin-top: -40px;
  padding: 30px 0 30px 40px;
  position: absolute;
  top: 50%;
  z-index: 99;
}
.next {
 /* background: rgba(0, 0, 0, 0) url("../img/arrow_right.png") no-repeat scroll right center / auto 100%; */
  color: #faf6f6;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  right: 1%;
  margin-top: -40px;
  padding: 30px 40px 30px 0;
  position: absolute;
  top: 50%;
  z-index: 99;
}
.film_roll_content {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 950px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
.film_roll_titl {
  font-size: 52px;
  margin-top: 5%;
}
#film_roll > img {
  min-width: 100%;
  width: auto;
  max-width: none;
}
.film_roll_requ {
  margin: 3% 0;
}
#slider_footer > div#film_roll::before {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 25px 15px;
  bottom: 0;
  content: "";
  height: 50px;
  position: absolute;
  right: calc(50% - 25px);
  width: 50px;
}
/***********************************/
.section4 > .row {
  direction: ltr;
}
body .product-text {
  border-bottom: 0 solid #d7d7d7;
  color: #8d8e8e;
  font-size: 16px;
  margin: 0;
  padding-bottom: 10px;
}
body .product-title {
  margin: 0 0;
}
.prev.page-numbers, .next.page-numbers {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: 0;
  padding: 3px 10px;
  position: relative;
  right: 0;
  top: 0;
}
.pagination-center .pagination {
  display: block;
  margin: 25px auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.pagination-center .pagination > li {
  display: inline-block;
}
.pagination-center .pagination > li:first-child > a, .pagination-center .pagination > li:first-child > span, .pagination-center .pagination > li:last-child > a, .pagination-center .pagination > li:last-child > span {
  border-radius: 0 !important;
  font-size: 18px;
  height: 34px;
  margin-left: -1px;
  padding: 3px 10px;
  z-index: 0;
}
.section-catalog-car .product-item, .section-catalog .product-item, .product-item-car {
  float: right;
  min-height: 269px;
	position: relative;
}

.section-catalog-car .product-item .new, .section-catalog .product-item .new, .product-item-car .new {
	display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #de0124;
    padding: 0 6px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.section-catalog-car .product-item, .section-catalog .product-item .note, .product-item-car {
  position: relative;
  top: 5px;
  font-size: 18px;
  color: #de0025;
}
.pagination-center .pagination > li > a, .pagination-center .pagination > li > span {
  border: 1px solid #de0025;
  color: #de0025;
}
.pagination-center .pagination > .active > a, .pagination-center .pagination > .active > a:focus, .pagination-center .pagination > .active > a:hover, .pagination-center .pagination > .active > span, .pagination-center .pagination > .active > span:focus, .pagination-center .pagination > .active > span:hover {
  background-color: #de0025;
  border-color: #de0025;
  color: #fff;
}
.section-catalog-car .product-item .product-img, .product-item-car .product-img {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
}
.section-catalog-car .product-item .product-img img, .product-item-car img {
  float: left;
  height: auto;
  max-height: none;
  max-width: 100%;
  transform: scale(1);
  transition: all 0.3s ease 0s;
  width: 100%;
  min-height: 202px;
  max-height: 202px;
}
.section-catalog-car .product-item .product-img:hover img, .product-item-car:hover img {
  transform: scale(1.15);
}
.section-catalog-car a.product-button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #de0025;
  color: #de0025;
  display: inline-block;
  float: none;
  font-size: 16px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}
.section-catalog-car a.product-button:hover {
  background: #de0025 none repeat scroll 0 0;
  color: #fff;
}
.section-catalog-car .product-item {
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.product-item-car {
	opacity: 1;
  	transition: all 0.3s ease 0s;
}

#carusel_cars .product-item .product-img {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
}
#carusel_cars .product-item .product-img img {
  float: left;
  height: auto;
  max-height: none;
  max-width: 100%;
  width: 100%;
  min-height: 202px;
   max-height: 202px;
}
#carusel_cars .product-title a, #carusel_cars .product-title a:visited {
  color: #ffffff;
  text-decoration: none;
}
#carusel_cars .product-item .product-bottom {
  margin: 15px;
  text-align: center;
}
#carusel_cars a.product-button {
  background-color: #fff;
  border: 1px solid #de0025;
  color: #de0025;
  display: inline-block;
  float: none;
  font-size: 16px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}
#carusel_cars a.product-button:hover {
  background-color: #de0025;
  color: #fff;
}
body.page-template-default #primary.content-area.content-area-page_defolt {
  background-color: #f6f6f6;
}
body.page-template-default #primary.content-area.content-area-page_defolt .container_contact_midle.container {
  font-size: 18px;
  margin: 0 auto;
  padding: 30px 15px;
}
body.search .entery-content.page-defolt-content > p {
  font-size: 18px;
}
.fixed_button_tgs {
  display: block;
  left: 15px;
  position: fixed;
  top: calc(50% - 60px);
  z-index: 999;
}
.class_but_fix {
  border-radius: 50%;
  color: #f4f9ff;
  display: block;
  font-size: 16px;
  height: 60px;
  overflow: hidden;
  width: 60px;
  margin: 0 auto 20px auto;
  transition: width 0.3s ease 0s, height 0.3s ease 0s;
}
.class_but_fix.act {
	width: 40px;
	height: 40px;
}
.class_but_fix > a {
  border-radius: 50%;
  color: #f4f9ff;
  display: block;
  font-size: 22px;
  height: 60px;
  line-height: 2.8;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  width: 60px;
  transition: width 0.3s ease 0s, height 0.3s ease 0s;
}
.s2__post-link a {
  text-decoration: none;
}
body .fa-long-arrow-left::before {
  content: "\e879";
  font-family: 'Linearicons-Free';
}
.s2__post-link a + i {
  left: auto;
  position: relative;
  right: 5px;
  top: 3px;
  transition: all 0.3s ease 0s;
}
.s2__post-link a:hover + i {
  right: 10px;
}
.s3_tabs .nav > li > a:focus, .s3_tabs .nav > li > a:hover, .s3_tabs .nav-tabs > li.active > a, .s3_tabs .nav-tabs > li.active > a:focus, .s3_tabs .nav-tabs > li.active > a:hover {
  background-color: rgba(0,0,0,0);
  text-decoration: none;
}
.banner .video_bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.banner .video_bg video {
  display: block;
  float: right;
  height: 100%;
  width: auto;
}
.banner .banner__content {
  position: relative;
  transition: all 0.3s ease 0s;
}
.banner .banner__content {
  position: relative;
  right: -100%;
  transition: all 0.5s ease 0s;
}
.banner .banner__content.go {
  right: 0%;
}
#menu-header-menu > li::before {
  background: red;
  bottom: 30px;
  content: "";
  height: 3px;
  left: 100%;
  position: absolute;
  right: 0;
  transition-duration: 0.3s;
  transition-property: left;
  transition-timing-function: ease-out;
  z-index: -1;
}
#menu-header-menu > li:hover::before, #menu-header-menu > li:focus::before, #menu-header-menu > li:active::before {
  left: 0;
}
body .menu_header .sub-menu {
  border-top: 0 solid red;
  top: 65px;
}
.header__main.fix .menu_header li {
	padding-bottom: 17px;
}
body .header__main.fix .menu_header .sub-menu {
	top: 52px;
}
.but_baner_tabs .banner__link {
  border: 1px solid #ff0000;
  color: red !important;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 35px 10px 20px;
}
.banner .banner__link i, .but_baner_tabs .banner__link i, .simple-page__content .simple-page__link i {
  position: relative;
  right: 0;
  transition: all 0.3s ease 0s;
}
.but_baner_tabs .banner__link i {
  transition: all 0.3s ease 0.2s;
}
.banner .banner__link:hover i, .but_baner_tabs .banner__link:hover i, .simple-page__content .simple-page__link:hover i {
  right: 8px;
}
.banner .banner__link, .but_baner_tabs .banner__link, .simple-page__content .simple-page__link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

#main_slider .banner__link{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-decoration: none;
   transition: all 0.3s ease 0s, background 0.9s ease 0s;
}

#main_slider .banner__link:hover {
  background: #ff0000 none repeat scroll 0 0;
}

#main_slider .banner__link i {
    transition: all 0.3s ease 0.2s;
    right: 0px;
}

#main_slider .banner__link:hover i {
  right: 8px;
}

.but_baner_tabs .banner__link {
  transition: all 0.3s ease 0s, background 0.9s ease 0s;
}
.banner .banner__link:hover, .but_baner_tabs .banner__link:hover, .simple-page__content .simple-page__link:hover {
  background: #ff0000 none repeat scroll 0 0;
}
.but_baner_tabs .banner__link:hover {
  color: #fff !important;
}
.simple-page__content .simple-page__link:hover {
  color: #fff;
}
.but_baner_tabs {
  position: relative;
  text-align: center;
  top: -50px;
}
body .section3 {
  background: rgba(0, 0, 0, 0) url("../img/hp_sp_3.jpg") no-repeat scroll center bottom / cover ;
}
.wpml-ls-item.wpml-ls-item-he > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none;
  font-size: 0;
  padding: 0 !important;
  width: 20px;
  text-decoration: none;
}
.wpml-ls-item > a.wpml-ls-item-toggle {
  margin: 0 -20px 0 0 !important;
  padding: 0 20px 0 0 !important;
  width: 40px;
}
body.en .wpml-ls-item > a.wpml-ls-item-toggle {
  margin: 0 -20px 0 0 !important;
  padding: 0 20px 0 0 !important;
  width: 40px;
}
.wpml-ls-item.wpml-ls-item-he > a::before {
  color: #de0025;
  content: "HE";
  font-size: 16px;
  font-weight: 900;
}
.wpml-ls-item.wpml-ls-item-en > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none;
  font-size: 0;
  padding: 0 !important;
  width: 20px;
  text-decoration: none;
}
.wpml-ls-item.wpml-ls-item-en > a::before {
  color: #de0025;
  content: "EN";
  font-size: 16px;
  font-weight: 900;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #0a0c10 none repeat scroll 0 0;
  border: medium none;
  height: auto;
  margin-right: -20px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 20px;
  padding-top: 15px;
  width: 45px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li {
  border: medium none;
  height: auto;
  width: auto;
}
body.en .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  margin-left: -5px;
  margin-right: 0;
}
body .wpml-ls-legacy-dropdown {
  border-right: 1px solid #292929;
  max-width: 100%;
  padding: 14px 20px 14px 0;
  position: relative;
  width: auto;
}
body .wpml-ls-legacy-dropdown::before {
  color: #de0025;
  content: "\f107";
    font-family: fontawesome;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    right: 4px;
    top: calc(50% - 12px);
	cursor: pointer;
}
.form_but_fix_add_block {
	position: fixed;
	top: calc(50% + 60px);
	right: auto;
	left: 65px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	transition: all 0.3s ease 0s;
	z-index: 999;
}
.form_but_fix_add_block.act {
	width: 320px;
	height: 380px;
}
.form_but_fix_add_block_cintent {
	width: 320px;
	height: 380px;
	background-color: #f6f6f6;
	border-radius: 5px;
	padding: 30px;
}
.class_but_fix > a.act {
	background-image: url(../img/lnr-cross.svg);
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
}
.form_but_fix_add_block_cintent .form-title {
	color: #de0025;
	font-size: 24px;
	font-weight: 600;
	text-align: right;
	line-height: 1;
	margin: 0 0 5px 0;
}
.form_but_fix_add_block_cintent .wpcf7-form > p label {
	color: #040404;
	font-size: 17px;
	padding: 0;
	width: 100%;
}
.form_but_fix_add_block_cintent .wpcf7-form > p label {
	padding: 0;
	margin: 0;
}
.form_but_fix_add_block_cintent button[type="submit"] {
    color: #de0025;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #de0025;
    float: left;
    display: block;
    border-radius: 0;
    background: none;
    line-height: 22px;
    text-align: center;
    padding: 10px 25px;
    margin-top: 10px;
}
.form_but_fix_add_block_cintent button[type="submit"] svg {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	right: 0;
	transition: all 0.3s ease 0s;
}
.form_but_fix_add_block_cintent button[type="submit"]:hover svg {
	right: 10px;
}
.single-cars .sliderkit img {
	border: 0;
	height: auto;
	width: auto;
	max-width: none;
	display: inline-block;
	float: none;
	max-width: 100%;
	max-height: 100%;
}
.single-cars .sliderkit .sliderkit-panel.sliderkit-panel-active {
	display: flex !important;
	align-items: center;
	text-align: center;
	justify-items: center;
	justify-content: center;
}
.single-cars .container_contact_midle.container {
	width: 1558px;
	max-width: 100%;
}
.header__main .mob_logo_add_class {
	width: 261px;
}
.header__main .menu_header_new_style {
	width: calc(100% - 261px);
}
@keyframes scrol_gogo {
0% {
	background-position: 0px 0;
}
100% {
    background-position: -1900px 0;
}
}
@-moz-keyframes scrol_gogo {
0% {
	background-position: 0px 0;
}
100% {
    background-position: -1900px 0;
}
}
@-webkit-keyframes scrol_gogo {
0% {
	background-position: 0px 0;
}
100% {
    background-position: -1900px 0;
}
}
.section5 {
	height: 408px;
	background-repeat: repeat-x;
	background-size: auto 100%;
	display: flex;
	align-items: center;
	background-position: 0 0;
	animation-name: scrol_gogo;
	-moz-animation-name: scrol_gogo;
	-webkit-animation-name: scrol_gogo;
    -moz-animation-duration: 30s;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	/*transition: background-position 0s ease 0s;*/
}
.content_s5 {
	display: block;
	text-align: center;
}
.title_s5 {
	font-size: 52px;
	color: #070e11;
	margin: 0 0 15px 0;
	line-height: 1;
}
.text_s5 {
	font-size: 32px;
	color: #ed242c;
	line-height: 1;
	margin-bottom: 35px;
}
a.banner__link_s5 {
	padding: 10px 35px 10px 20px;
	color: #de0025;
	border: 1px solid #de0025;
	font-size: 20px;
	font-weight: 600;
  width: 231px;
	height: 50px;
	display: inline-block;
	float: none;
	text-decoration: none;
	line-height: 1;
  transition: all 0.3s ease 0s, background 0.9s ease 0s;
}

a.banner__link_s5:hover {
background: #ff0000 none repeat scroll 0 0;
color: #fff;
}

a.banner__link_s5 .fa.fa-long-arrow-left {
	position: relative;
	top: 3px;
	right: 0;
	transition: all 0.3s ease 0s;
}
a.banner__link_s5 .fa.fa-long-arrow-left {
	right: 7px;
  transition: all 0.3s ease 0s;
}
a.banner__link_s5:hover .fa.fa-long-arrow-left {
    right: 15px;
}
.section-catalog-car nav.pagination-center.pagination-row {
	display: none;
}
.section-catalog nav.pagination-center.pagination-row {
	display: none;
}
.load_pagination_add {
	text-align: center;
}
@media (min-width: 1199px) {
.section-catalog > .container, .section-catalog-car > .container {
  max-width: 100%;
  width: 1615px;
}
}
@media (max-width: 1500px) and (min-width: 500px) {
.block_rand_tovar .item_conteiner_owl .block_phone_product {
  width: 100%;
  margin: 0 auto 10px auto;
  max-width: 120px;
  float: none;
}
.block_rand_tovar .list_block_bot > a {
  float: none;
  margin: 0 auto;
  max-width: 125px;
  text-align: center;
}
}
@media (max-width: 1500px) {
.single-products .block_rand_tovar .item_conteiner_owl .block_phone_product {
  width: 100%;
  margin: 0 auto 10px auto;
  max-width: 120px;
  float: none;
}
.single-products .block_rand_tovar .list_block_bot > a {
  float: none;
  margin: 20px auto 0;
  max-width: 125px;
  text-align: center;
}
.single-cars .block_rand_tovar .block_phone_product {
  width: 100%;
  margin: 0 auto 10px auto;
  max-width: 120px;
  float: none;
}
.single-cars .block_rand_tovar .list_block_bot > a {
  float: none;
  margin: 20px auto 0;
  max-width: 125px;
  text-align: center;
}
}
@media (max-width: 1400px) {
.form_but_fix_add_block.act {
	width: 320px;
	height: 380px;
	left: 80px;
	top: calc(50% - 150px);
}
}
@media (max-width: 1200px) {
.header__main .logo-sect p {
  display: none;
}
.menu_header li {
  padding: 10px 20px 19px;
}
.menu_header ul#menu-header-menu > li:not(.menu-item-has-children){
	padding: 10px 0 19px;
	margin: 0 20px 0 20px;
}
.menu_header ul#menu-header-menu > li:first-child:not(.menu-item-has-children){
	margin-right: 0;
}
.menu_header ul#menu-header-menu > li:last-child:not(.menu-item-has-children){
	margin-left: 0;
}
.s3_tabs .nav li {
  padding: 0;
}
.section4 > .row {
  direction: rtl;
  display: block;
}
.section4 .section4__video {
  padding: 15px;
  width: 100%;
}
.section4 .section4__col-text {
  padding: 0;
  width: 100%;
}
.section4 {
  margin-bottom: 0;
}
.section4__text {
  padding: 30px;
}
}
@media (max-width: 991px) {
.header__main .logo-sect > img {
  height: auto;
}
.menu_header li {
  padding: 10px 10px 19px;
}
.menu_header {
  margin-top: 15px;
}
.header__main {
  height: 75px;
}
.nav-tabs > li > a {
  padding: 5px 20px;
}
.section-catalog-car .product-item, .section-catalog .product-item, .product-item-car {
  width: 31%;
}
}
@media (max-width: 767px) {
  .page-id-230 .simple-page {
    height: 447px;
  }
  .page-id-230 .simple-page__title {
    font-size: 38px;
    line-height: 38px;
  }
  .page-id-230 .simple-page__caption {
      font-size: 23px;
      margin-bottom: 28px;
  }
  .page-id-230 .simple-page__link {
      padding: 10px 21px 10px 17px;
      color: #ff0000;
      border: 1px solid #ff0000;
      font-size: 15px;
      font-weight: 600;
  }
  body .banner__link {
        padding: 10px 16px 10px 13px;
        font-size: 16px;
  }
  body a.banner__link_s5 {
        font-size: 17px;
        width: 206px;
        height: 42px;
  }
  body .but_baner_tabs .banner__link {
    font-size: 17px;
  }
  body .section4__title h3 .span_tesha {
    font-size: 46px;
    line-height: 46px;
}
  body .section4__title h3 {
    font-size: 38px;
    line-height: 38px;
}
  body .section4-item-text h3 {
    font-size: 28px;
    color: #f6f6f6;
    margin-top: 18px;
    margin-bottom: 0px;
    direction: rtl;
}
  body .section4__title p {
        font-size: 17px;
  }
  body .title_s5 {
      font-size: 37px;
  }
  body .text_s5 {
      font-size: 21px;
  }
  body .class_but_fix {
    height: 44px;
  }
.section-catalog-car .product-item, .section-catalog .product-item, .product-item-car {
  width: 48%;
  margin-bottom: 30px;
}
footer#colophon {
  margin-bottom: 44px;
}
.fixed_button_tgs {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  position: fixed;
  top: auto;
  width: 100%;
  z-index: 99999;
}
.class_but_fix {
  animation: 0s ease 0s normal none 1 running none !important;
  border-radius: 0;
  box-shadow: 0 0 0 !important;
  float: right;
  margin: 0;
  opacity: 0.8;
  width: 33.33%;
}
.class_but_fix > a {
  border-radius: 50%;
  color: #f4f9ff;
  display: block;
font-size: 22px;
  height: 100%;
   line-height: 44px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.catalog-header {
  height: auto;
}
.catalog-header__content {
  width: auto;
}
.s2__post {
  background-color: #dddddd;
  background-position: left center !important;
  background-repeat: no-repeat;
  background-size: auto 100% !important;
  display: flex;
  flex-direction: column;
  height: 130px !important;
  justify-content: flex-end;
  margin-bottom: 15px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0 !important;
  padding: 11px 18px;
  position: relative;
}
.s2__post-hover-bg {
  background-color: #03090c;
  background-repeat: no-repeat;
  background-position: left center !important;
  background-size: auto 100% !important;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  padding: 11px 18px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  z-index: 1;
}
	
.s2__post.s2__post7 {
	width: calc(50% - 15px);
    background-size: cover!important;
	padding-left: 15px;
	float: right;
}
	
.s2__post.s2__post9 {
	width: calc(50% - 10px);
    background-size: cover!important;
	padding-left: 10px;
	float: left;
}
	
header > .container.header__top {
  display: none;
}
header .header__main {
  background-color: #fff;
  display: block;
  transition: background-color 0.3s ease 0s, height 0.3s ease 0s;
  width: 100%;
}
.header__main .logo-sect > img.main-logo {
  display: none;
}
.header__main .logo-sect > img.footer-logo {
  display: block;
}
.mob_logo_add_class {
  float: left;
}
.header__main {
  height: 59px !important;
}
.mob_menu_add_class {
  display: block;
  float: right;
}
.but_mob_menu_click {
  background-color: #de0124;
  display: block;
  float: right;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 15px 15px 20px;
  width: 61px;
}
.but_mob_menu_click.active {
  background-color: #fff;
}
.header__main.fix .logo-sect {
  margin-top: 15px;
}
.but_mob_menu_click > span {
  background-color: #fff;
  display: block;
  height: 3px;
  left: 0;
  margin-top: 5px;
  position: relative;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  opacity: 1;
}
.but_mob_menu_click.active > span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.but_mob_menu_click.active > span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
  background-color: #de0124;
}
.but_mob_menu_click.active > span:nth-child(3) {
  top: -8px;
  transform: rotate(-45deg);
  background-color: #de0124;
}
.mobile_menu_right {
  background: #161719 none repeat scroll 0 0;
  height: 100%;
  overflow-x: auto;
  padding: 60px 0 0;
  position: fixed;
  right: -70%;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 70%;
  z-index: 999;
}
.mobile_menu_right.active {
  right: 0%;
}
.mobile_menu_right .menu_header li {
  border-bottom: 1px solid #2e2f31;
  color: #f3f4f5;
  display: block;
  font-size: 18px;
  padding: 10px 30px 10px 15px !important;
  text-align: right;
  width: 100%;
}
.mobile_menu_right .menu_header li > a {
  color: #f3f4f5;
  display: block;
  font-size: 18px;
  position: relative;
  text-align: right;
  text-decoration: none;
}
.mobile_menu_right .menu_header li .sub-menu {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-top: 0 solid red;
  color: #d2d1d1;
  display: block;
  font-size: 16px;
  height: auto;
  left: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.mobile_menu_right .menu_header li.act .sub-menu {
 max-height: 350px;
}
.mobile_menu_right .menu_header li.menu-item-has-children > a::before {
  color: #de0124;
  content: "\f107";
  cursor: pointer;
  display: block;
  font-family: fontawesome;
  font-size: 18px;
  height: 100%;
  left: calc(100% - 140px);
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: 0;
  width: 10%;
}
.mobile_menu_right .menu_header li.menu-item-has-children.act > a::before {
  content: "\f106";
}
#page.site {
  margin-top: 58px;
}
header .header__main {
  z-index: 10000;
}
.mobile_menu_right .menu_header ul.sub-menu li {
  border: medium none;
  padding: 3px 15px 3px 0 !important;
}
.menu_header.menu_header_right {
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 25px;
}
.soc_ico_mob {
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
}
.soc_ico_mob > a {
  color: #de0025;
  font-size: 14px;
  margin: 0 7%;
  text-decoration: none;
}
body .section3 {
  background: #f6f6f6 url("../img/s3__floor.png") no-repeat scroll center bottom;
}
.but_baner_tabs {
  top: -10px;
}
header.page-header .container {
  display: block;
  padding: 0 15px;
  width: 100%;
}
.catalog-header__title::after {
  bottom: 10px;
}
.catalog-header__caption {
  margin-bottom: 10px;
}
body .all_cars_carusel .title_dop_tovar > h3 {
  color: #010101;
  font-size: 38px;
  margin: 0;
  padding: 30px 0 20px;
  text-align: center;
}
.item_conteiner_owl .block_phone_product {
  padding: 10px;
}
.mobile_menu_right::before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 30%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.mobile_menu_right.active::before {
  opacity: 1;
  visibility: visible;
  right: 70%;
}
#mini_list > div {
  width: 33.333%;
}
#mini_list > div.activs_04 {
  right: 133.333%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_03 {
  right: 133.333%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_02 {
  right: 133.333%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_01 {
  right: 133.333%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_00 {
  right: 133.333%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_0 {
  right: 133.333%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_1 {
  right: 133.333%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_2 {
  right: 66.666%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_3 {
  opacity: 1;
  right: 33.333%;
  z-index: 5;
}
#mini_list > div.activs_4 {
  right: 0%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_5 {
  right: -33.333%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_6 {
  right: -33.333%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_7 {
  right: -33.333%;
  opacity: 1;
  z-index: 5;
}
#mini_list > div.activs_8 {
  right: -33.333%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_9 {
  right: -33.333%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_10 {
  right: -33.333%;
  opacity: 0;
  z-index: 5;
}
#mini_list > div.activs_11 {
  right: -33.333%;
  opacity: 0;
  z-index: 5;
}
.section3 {
  background-color: #f6f6f6;
  background-size: 900% auto;
}
.s3_images {
  display: block;
}
.s3_images .s3_image {
  display: block;
  margin: 0 auto 50px auto;
  position: relative;
  width: 90%;
}
body .s3_images {
  height: auto;
  padding: 30px 0 0;
  position: relative;
}
.s3_tabs .nav.nav-tabs > li {
  display: none;
}
.s3_tabs .nav.nav-tabs > li.active {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.s3_tabs .nav.nav-tabs > li.after_item {
  display: block;
}
.s3_tabs .nav.nav-tabs > li.before_item {
  display: block;
}
.s3_tabs .nav.nav-tabs {
  border: medium none;
  display: block;
  margin: 0 auto;
  max-width: 250px;
  padding: 0;
  position: relative;
  width: 100%;
}
.s3_tabs li.after_item > a::before {
  background: #f6f6f6 url("../img/lnr-chevron-left_tab.svg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.s3_tabs li.after_item > a {
  height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 20px;
}
.s3_tabs li.before_item > a::before {
  background: #f6f6f6 url("../img/lnr-chevron-right_tab.svg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.s3_tabs li.before_item > a {
  height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 20px;
}
.s3_tabs li.after_item {
  height: 20px;
  left: 0;
  position: absolute;
  right: auto;
  top: calc(50% - 10px);
  width: 20px;
}
.s3_tabs li.before_item {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
}
.s3_tabs .nav.nav-tabs > li.active img {
  height: 32px;
  margin: 0 auto;
  width: auto;
}
.s2__post.s2__post-long {
  background-position: 0 20% !important;
  background-size: cover !important;
}
.s2__post-long .s2__post-hover-bg {
  background-position: 0 20% !important;
  background-size: cover !important;
}
.row > div:last-child .s2__post.s2__post-long {
  background-position: 0 75% !important;
}
.row > div:last-child .s2__post-long .s2__post-hover-bg  {
  background-position: 0 75% !important;
}
.nav-tabs > li.active > a {
	background-color: #f6f6f6;
}
.image_add_product {
  height: 135px;
  width: 150px;
}
.img_map_fild_3, .img_map_fild_4 {
  display: none;
}
.banner__title {
  color: #f6f6f6;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -1px;
}
.banner {
  height: 450px;
  background-size: cover;
  display: block;
}
.banner .container {
    position: absolute;
    top: 13%;
    right: 4%;
}
/*.s2__post-long .s2__post-title, .s2__post-title {
  font-size: 28px !important;
}*/
.s2__post-long .s2__post-title, .s2__post-title {
  font-size: 21px !important;
  line-height: 21px !important;
}
/*.s2__post-link {
  font-size: 17px;
}*/
.s2__post-link {
  font-size: 15px;
}
.s2__post-link i {
  float: right;
  margin: 0 0 0 15px;
}
.section4-item-text {
  width: 80%;
}
.img_plus_map {
  height: 20px;
  line-height: 1.4;
  margin: -10px 0 0 -10px;
  width: 20px;
}
.image_add_product.left_add {
  margin-left: -170px;
}
.image_add_product.top_add {
  margin-top: -65px;
}
.image_add_product {
  margin: -85px 0 0 25px;
}
.section4__video iframe {
  display: block;
  height: 200px;
  width: 100%;
}
.catalog-nav ul {
  display: block;
  overflow: hidden;
}
.catalog-nav-cars li {
  float: right;
  padding: 0;
  width: 33.33%;
}
.section-catalog-car .product-bottom {
  margin-top: 20px;
}
.section3__main-title {
  color: #070e11;
  direction: rtl;
  font-size: 38px;
  margin: 20px 0 5px;
  text-align: center;
}
.section2 {
  padding: 15px 0;
}
.s2__main-title {
  color: #de0025;
  direction: rtl;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
/*.s2__post.s2__post1 {
  background-position: 20px 15px !important;
  background-size: auto 65% !important;
   
}*/

.s2__post.s2__post1 {
  background-position: 35px 15px !important;
  background-size: auto 35% !important;
}

.s2__post.s2__post3 {
  background-size: auto 36% !important;
  background-position: 38px 14px !important;
}


.s2__post.s2__post-light {
  background-size: auto 84% !important;
  background-position: 5px 14px !important;
}
.col-sm-6  .s2__post.s2__post_light_mob {
  background-size: auto 62% !important;
    background-position: 65px 7px !important;
}

.col-sm-6 .s2__post.s2__post_light_mob.s2_post_6, .col-sm-6 .s2__post.s2__post_light_mob.s2_post_6 .s2__post-hover-bg {
    background-size: auto 52% !important;
    background-position: 48px 7px !important;
}

.col-xs-6 .s2__post.s2__post-light.s2__post5 {
    background-size: auto 43% !important;
    background-position: center 14px !important;
}
.col-xs-6 .s2__post.s2__post-light.s2__post5 .s2__post-hover-bg{
    background-size: auto 43% !important;
    background-position: center 14px !important;
}
body .bot_add_new_blocks2 {
    margin-top: 0px;
}
body .bot_add_new_blocks2 .col-xs-6 {
  padding-right: 10px;
}
body .bot_add_new_blocks2 .col-xs-6 + .col-xs-6{
  padding-right: 5px;
}
.s2__post.s2__post1 .s2__post-hover-bg {
  background-position: 20px 15px !important;
  background-size: auto 65% !important;
}
.menu_footer {
  display: none;
}
footer#colophon .site-info > div.logo_footer {
  text-align: right;
  width: 50%;
}
footer#colophon .site-info > div.company_footer span:nth-child(1) {
  display: none;
}
footer#colophon .site-info > div.company_footer {
  color: #616060;
  font-size: 16px;
  padding: 6px 0;
  text-align: left;
  width: 50%;
}
footer#colophon .site-info > div.company_footer > span:last-child {
  display: block;
}
footer#colophon .site-info {
  overflow: hidden;
  padding: 10px 15px;
}
.video_add_product {
  border-left: 0 solid #d2d1d1;
  float: none;
  margin-left: 10px;
  overflow: hidden;
  padding-left: 10px;
  width: 100%;
  padding: 10px 0;
}
.sharing_product {
  float: none;
  overflow: hidden;
  padding: 5px 0;
  width: 100%;
}
.wpcf7-form > p:nth-child(2) label {
  padding: 0;
  width: 100%;
  margin-top: 10px;
}
.wpcf7-form > p label {
  padding: 0;
}
button.submit {
  margin: 15px 0 0 0;
}
.container_contact_midle > div h3 {
  font-size: 38px;
  margin: 25px 0;
}
.container_contact_midle .container_contact {
  padding-bottom: 15px;
}
.catalog-nav li {
  float: right;
  list-style: outside none none;
  padding: 0;
  width: 33.33%;
}
.site-main .container_contact_midle.container > div {
  width: 100%;
}
.site-main .sliderkit-panels {
  right: 0;
  width: 100%;
}
.site-main .photosgallery-vertical .sliderkit-nav-clip ul li {
  display: block;
  float: left;
  margin: 0 0 7px;
  padding: 0;
  width: auto !important;
}
.site-main .photosgallery-vertical .sliderkit-nav {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: auto;
  left: auto;
  margin-top: 15px;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.site-main .photosgallery-vertical .sliderkit-nav-clip {
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.site-main .photosgallery-vertical .sliderkit-nav .sliderkit-nav-prev {
  background: #de0025 url("../img/lnr-chevron-up.svg") no-repeat scroll center center;
  height: 35px;
  left: 0;
  position: absolute;
  top: calc(50% - 17.5px);
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 35px;
}
.site-main .photosgallery-vertical .sliderkit-nav .sliderkit-nav-next {
  background: #de0025 url("../img/lnr-chevron-down.svg") no-repeat scroll center center;
  bottom: 0;
  height: 35px;
  left: auto;
  position: absolute;
  right: 0;
  top: calc(50% - 17.5px);
  transform: rotate(-90deg);
  width: 35px;
}
.catalog-header__title {
  font-size: 37px;
}
body.single-products h2 {
  font-size: 32px;
}
.title_dop_tovar > h3 {
  color: #de0025;
  font-size: 37px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}
.form_but_fix_add_block {
	width: 100%;
	height: 0%;
	left: 0;
	top: auto;
	bottom: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
}
.form_but_fix_add_block.act {
	height: 100%;
	width: 100%;
	left: 0;
	top: auto;
	bottom: 0;
	z-index: 9999;
}
.form_but_fix_add_block_cintent {
	width: 320px;
	height: 397px;
	background-color: #f6f6f6;
	border-radius: 5px;
	padding: 30px;
	margin: 0 auto;
	position: relative;
	right: auto;
	bottom: auto;
}
.class_but_fix.act {
	width: 33.33%;
    height: 44px;
}
.class_but_fix > a.act {
	width: 100%;
	height: 100%;
}
}
@media (max-width: 500px) {
.section-catalog-car .product-item, .section-catalog .product-item, .product-item-car {
  width: 98%;
}
.product_tabs .tabs_top > ul li {
  margin-left: 5px;
}
}
@media (min-width: 1900px) {
.banner {
  background-size: cover;
}
}

@media(max-width: 1550px) {
  .sapak {
    display: none;
  }
  .stamp {
    display: none;
  }
}
@media(min-width: 1551px) {
.header__main.fix .sapak  {
    color: #000; 
    top: 32px;
    background: url(../img/sapak2.png) no-repeat;
     text-indent: -9999px;
    width: 199px;
  } 
  .sapak {
    color: #fff;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 36px;
    background: url(../img/sapak.png) no-repeat;
       text-indent: -9999px;
    width: 199px;
  }
  .stamp {
    left: 220px;
    position: absolute;
    top: 21px;
  }
}
@media(min-width: 1500px) {
  

   body .section-catalog-car .product-item .product-img img {
      min-height: 245px;
      max-height: 245px;
  }
  #carusel_cars .product-item .product-img img {;
    min-height: 202px;
    max-height: 202px;
  }
  body  #main_slider .container {
      position: absolute;
      top: 45%;
      z-index: 99;
      right: 7%;
  }
}

@media(max-width: 320px) {
  body .header__main .mob_logo_add_class {
      width: 237px;
  }
  body .s2__post-link {
      font-size: 13px;
  }
}

/* IPAD */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    body .header__main .mob_logo_add_class {
        width: 130px;
        float: right;
    }
    body .header__main .menu_header_new_style {
        width: calc(100% - 131px);
    }

    body .menu_header li a {
        color: #f3f4f5;
        font-size: 15px;
    }

    body .s2__post3 {
          background-position: 5px 15px;
          background-size: 81%;
    }
    body .s2__post1 {
        background-position: 10px 21px;
        background-size: 82%;
    }
    body .s2__post-light {
        
        background-color: #eeeeee;
        background-position: 43px 15px;
        background-size: 55%;
    }
    body .s3_tabs ul {
      margin: 0 0 0.5em 1em;
    }
     body .section4-item-text {
        width: 89%;
    }
    body .section4-item-ico {
        width: 10%;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

  body .menu_header li {
      padding: 10px 8px 19px;
  }
   body .s2__post3 {
          background-position: 5px 15px;
          background-size: 81%;
    }
    body .s2__post1 {
        background-position: 10px 21px;
        background-size: 82%;
    }
    body .s2__post-light {
        
        background-color: #eeeeee;
        background-position: 43px 15px;
        background-size: 55%;
    }
    body .s3_tabs ul {
      margin: 0 0 0.5em 1em;
    }

    body .section4-item-text {
        width: 91%;
    }
    body .section4-item-ico {
        width: 8%;
    }
}


.page-id-230 .simple-page, .page-id-5492 .simple-page {
  background-size: cover;
}

.catalog-car-companies {
	background:#f6f6f6;
	padding-top: 40px;
}

.catalog-car-companies .form {
	margin: 0 auto;
    width: 385px;
	position:relative;
}

.catalog-car-companies .form .select {
	width: 100%;
    box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    color: rgba(0, 0, 0, 0.702);
    font-size: 17px;
    padding: 11px 18px 11px 0;
	position:relative;
	cursor:pointer;
}

.catalog-car-companies .form .select:before {
	content:"\f078";
	font-family: FontAwesome;
	font-size:10px;
	color:#de0025;
	position:absolute;
	top:15px;
	left:18px;
}

.catalog-car-companies .form.active .select {
	box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.2);
}

.catalog-car-companies .drop_form {
	display:none;
	opacity:0;
	transition:0.3s;
	position:absolute;
	background: #fff;
    width: 100%;
	box-shadow: 0px 20px 21px 0px rgba(0, 0, 0, 0.2);
	border-top: 1px solid #ebebeb;
}

.catalog-car-companies .form.active .drop_form {
	display:block;
	opacity:1;
	z-index: 22;
	padding: 18px 0;
}

.catalog-car-companies .form.active .drop_form .items {
	height: 216px;
    overflow: overlay;
}

.catalog-car-companies .form.active .drop_form .item {
	font-size: 17px;
    color: #000;
	padding: 0 18px;
	margin-bottom: 8px;
	display: flex;
}

.catalog-car-companies .form.active .drop_form label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    margin: -3px 12px 5px 0!important;
}

.section-catalog-car {
    min-height: 300px;
}

.catalog-car-companies .form .action {
	border-top: 1px solid #ebebeb;
	display: block;
	width:100%;
	padding:18px;
}

.catalog-car-companies .form .action button {
	font-size:17px;
	color:#fff;
	background:#de0025;
	border:0;
	outline:none;
	border-radius: 0;
	padding: 1px 20px;
	float: left;
}

.catalog-car-companies .form .action .clear {
	float:right;
	font-size:17px;
	color:#737373;
	cursor:pointer;
}

.jq-checkbox input, .jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-checkbox {
    vertical-align: -4px;
    width: 17px;
    height: 17px;
    margin: 0 4px 0 0;
    border: 1px solid #e1e1e1;
    background: #FFF;
    cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 5px;
    margin: 4px 3px 0 0px;
    border-bottom: 2px solid #de0025;
    border-left: 2px solid #de0025;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.sliderkit a {
	position:relative;
}

.button_youtube {
	background: url(../img/button_youtube.png) top right no-repeat;
	width:80px;
	height:60px;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.sliderkit-panels {
    right: 0!important;
    width: 100%!important;
}

@media (max-width:560px)
{
	.catalog-car-companies .form {
		width: calc(100% - 36px);
		margin: 0 18px;
	}
}

.slick-slider {
	margin-bottom:12px;
}

.slick-slide div {
	height:100%;
}

.youtube-item img {
	object-fit: fill;
}

.slider-nav .slider-nav-item {
	padding:0 6px;
	height: 91px;
	overflow: hidden;
	flex-wrap: wrap;
    display: flex!important;
}

.slider-nav .slider-nav-item img {
	object-fit: fill;
}

.slick-track {
	height:60vh;
}

.slick-prev, .slick-next {
	background: rgba(0, 0, 0, 0.60)!important;
    height: 72px!important;
    width: 69px!important;
	bottom:0!important;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: rgba(0, 0, 0, 1)!important;
}

.slick-prev {
    right: 70px!important;
}

.slick-prev:after {
    content: '';
    background: url(../img/chevron-left.png) no-repeat 50% 50%!important;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.slick-next:after {
    content: '';
    background: url(../img/chevron-right.png) no-repeat 50% 50%!important;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.single-cars #carusel_cars .item_conteiner_owl {
    box-shadow: none!important;
}

#carusel_cars .product-item .product-bottom, #carusel_cars .product-item {
	background:#f2f2f2;
}

#carusel_cars .product-item .product-bottom {
	height: 66px;
    margin-bottom: 0!important;
}

.play_youtube_car:before {
    display: block;
    content: '';
    background-image: url(../img/play_car.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    z-index: 1;
}

#carusel_cars .product-item .product-bottom a {
	color:#000;
	font-size:20px;
	font-weight:700;
}

.product_list_owl.all_cars_carusel {
    width:100%;
	background:#fff!important;
}

.block_rand_tovar .owl-carousel, .title_dop_tovar {
    margin: 0 auto;
    width: 1558px;
}

.cars-template .product_list_owl {
    margin-right: auto !important;
    margin-left: auto !important;
    background: none !important;
}

.all_cars_carusel .title_dop_tovar > h3 {
    padding: 27px 0 27px 0!important;
    text-align: right!important;
    font-size: 30px!important;
    color: #000000!important;
    overflow: hidden!important;
}

.all_cars_carusel .title_dop_tovar > h3:after {
    content: '';
    display: inline-block!important;
    margin-left: -100%!important;
    vertical-align: middle!important;
    box-sizing: border-box!important;
    width: 100%!important;
    height: 3px!important;
    background-color: #efefef!important;
    border: solid #ffffff!important;
    border-width: 0 30px!important;
}

.car_viewer_header #breadcrumbs a, .car_viewer_header #breadcrumbs a:visited {
    color: #000;
	font-size: 15px;
}

.car_viewer_header #breadcrumbs a:before {
	content: "\f104";
    top: -3px;
    font-family: FontAwesome;
	font-size: 15px;
    background: none;
    color: #df0020;
}

header .header__main.fix {
	top: 0!important;
}

.catalog-car-companies .form.active .drop_form form {
	padding: 0 0 0 12px;
}

.single-cars .col-md-8 {
	padding:0;
}

.single-cars .col-md-4 {
	padding:0 0 0 30px;
}

.single-cars .container_contact {
	max-width: 100%;
}

.single-cars .container_contact_midle > div {
    height: 62vh;
}

.single-cars .page-header {
    border-bottom: 0;
	width: 1558px;
    margin: 30px auto 0 auto;
}

.for_cars_block {
	
}

.for_cars_block .name {
	font-size:18px;
	color:#000;
	font-weight:600;
}

.for_cars_block ul {
	padding-right: 0;
    display: flex;
}

.for_cars_block li {
	list-style: none;
	color:#de0025;
	display: list-item;
    list-style-position: inside;
	margin-right: 12px;
	position:relative;
	padding-right: 17px;
}

.for_cars_block li:before {
	content:'';
	list-style-type: disc;
	display: list-item;
	position: absolute;
	right: 0;
}

.for_cars_block li:nth-child(1) {
	margin-right: 0px;
	padding-right: 17px;
}

.for_cars_block li:nth-child(2) {
	padding-right: 0;
}

.for_cars_block li:nth-child(1):before, .for_cars_block li:nth-child(2):before {
	list-style:none;
}

.for_cars_block li span {
	font-size:18px;
	color:#000;
}

.car_types {
	display: inline-block;
    background: #de0025;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 5px;
}

.content_car {
	margin-top:100px;
}

.single-cars .slideshow-item a {
	flex-wrap: wrap;
    display: flex!important;
	height: 100%;
}

.single-products .slick-track {
    height: 100%;
}

.single-products .slick-list {
	height:430px;
}

.single-products .slider-nav .slick-list {
	height:auto;
}

.single-products .slideshow-item a {
	height: 100%;
    display: flex;
}

.single-products .slideshow-item img {
    object-fit: cover;
}

@media (max-width:740px)
{
	.single-products .slideshow-item img {
		object-fit: contain;
	}
}

.single-products .container_contact_midle.container {
	display: flex;
    flex-direction: row-reverse;
	margin-top: 16px;
}

@media (max-width:1590px)
{
	.single-cars .container_contact_midle {
		padding: 0 16px;
	}
	
	.single-cars .container {
		width: calc(100% - 32px);
		padding: 0 16px;
		margin: 0;
	}
	
	.single-cars #breadcrumbs {
		margin-right:16px;
	}
	
	.block_rand_tovar .owl-carousel {
		margin: 0px 46px;
		width: auto;
	}
	
	.single-cars .container.all_cars_carusel {
		width:100%;
	}
	
	.single-cars .header__main .container {
		width: 100%;
    	padding: 0;
    	margin: 0;
	}
	
	.single-cars .header__main .row {
		margin-right: 0;
		margin-left: 0;
    	width: 100%;
	}
}

@media (max-width:1420px) {
	.single-cars .integra_api {
		flex-flow: wrap-reverse;
	}
	
	.sharing_product {
		margin-right: 20px;
	}
	
	.single-cars .block_phone_product {
		margin-left: 0;
    	padding-left: 0;
		border-left: 0;
    	margin-bottom: 16px;
	}
	
	.list_block_bot {
		display:block;
	}
}

@media (max-width:993px) {
	.single-cars .container_contact_midle > div {
		height: auto;
		width: 100%;
	}
	
	.content_car {
		margin-top: 30px;
	}
	
	.slick-track {
		height: auto;
	}
	
	.slick-slide div {
		display: flex;
	}
	
	.header__main .mob_logo_add_class {
		width: 186px;
	}
	
	.single-products .container_contact_midle.container {
		flex-direction: column-reverse;
	}
}

@media (max-width:640px) {
	.block_rand_tovar .owl-carousel {
		margin: 0px;
	}
	
	.slider-nav .slider-nav-item {
    	padding: 0px 3px;
		height: 46px;
	}
	
	.single-cars .slideshow-item a {
		height: 340px;
	}
	
	.single-cars .youtube-item a {
		height: 260px;
	}
}

@media (max-width:500px) {
	.block_rand_tovar .list_block_bot > a {
		padding: 20px 10px;	
	}
}