/*================================================================================| reset |================================================================================*/
/* body {
  margin: 0px;
  padding: 0px;
  font-family: 'Fira Sans', Arial, sans-serif;
  background-color: #FFFFFF;
  height: 100%;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

/*MAIN*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}



.other-page body {
  line-height: 1;
}

.other-page blockquote, q {
  quotes: none;
}

.other-page::placeholder {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Fira Sans', Arial, sans-serif;
}

.other-page textarea::placeholder {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Fira Sans', Arial, sans-serif;
}

.other-page textarea::-webkit-input-placeholder {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Fira Sans', Arial, sans-serif;
}

.other-page blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

.other-page table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

.other-page table p {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

.other-page  html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.other-page .main-wrapper input, .other-page .main-wrapper textarea {
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

.other-page input[type="button"], .other-page input[type="submit"], .other-page button {
  cursor: pointer
}

.other-page td {
  margin: 0px;
  padding: 0px;
}

.other-page form:not(.footer-subscribe) {
  padding: 0px;
}


.other-page a {
  /*color: #1f242d;*/
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.other-page .contacts-map-block__email {
  color: #fff;
}

.other-page input[type=submit], input[type=button], button {
  -webkit-appearance: none;
  outline: none;
}

.other-page * {
  /*font-family: 'Fira Sans', sans-serif;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-family: 'Fira Sans';
  font-weight: 400;
}

.other-page *:before, .other-page *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.other-page clearfix:after,.other-page .wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Book.eot');
  src: url('../fonts/FiraSans-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraSans-Book.woff') format('woff'), url('../fonts/FiraSans-Book.ttf') format('truetype'), url('../fonts/FiraSans-Book.svg#FiraSans-Book') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-1F310;
}

/* @font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Regular.eot');
  src: url('../fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraSans-Regular.woff') format('woff'), url('../fonts/FiraSans-Regular.ttf') format('truetype'), url('../fonts/FiraSans-Regular.svg#FiraSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
} */

@font-face {
  font-family: 'Helios';
  src: url('../fonts/HeliosLightC-Regular.eot');
  src: url('../fonts/HeliosLightC-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/HeliosLightC-Regular.woff') format('woff'), url('../fonts/HeliosLightC-Regular.ttf') format('truetype'), url('../fonts/HeliosLightC-Regular.svg#Helios') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
}

/* @font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-BookItalic.eot');
  src: url('../fonts/FiraSans-BookItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraSans-BookItalic.woff') format('woff'), url('../fonts/FiraSans-BookItalic.ttf') format('truetype'), url('../fonts/FiraSans-BookItalic.svg#FiraSans-BookItalic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+000D-1F310;
} */

a {
  text-decoration: none;
}

button {
  background-color: transparent;
}
/*================================================================================| MAIN STYLES |================================================================================*/
.main-wrapper {
  padding: 20px 0 0 0;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  max-width: 1600px;
  margin: 20px auto 10px;
  width: 100%;
  box-sizing:border-box;
}

.wrapper {
  min-width: 320px; /*max-width:1600px;*/
  padding: 0 105px 0 105px;
  margin: 0 auto;
  position: relative;
}

/* titles */
p {
  font-size: 14px;
  line-height: 23px;
  padding: 0;
  margin-bottom: 23px;
  font-weight: 400;
  color: #010101;
}

p:last-child {
  margin-bottom: 0;
}

.other-page h1:not(.catalog__title):not(.page-title) {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Fira Sans';
  padding: 16px 0 0 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #010101;
  text-transform: uppercase;
} 

h1.sx-gray {
  margin-bottom: 15px;
}
.other-page h2 {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Fira Sans';
  padding: 29px 0 34px 0;
  font-weight: 400;
  color: #010101;
  text-transform: uppercase;
}

h2.gray-bg {
  width: 100%;
  padding: 20px 20px 18px;
  background-color: #f2f2f2;
}

h3.gray-bg {
  padding: 20px 20px 18px;
  margin-bottom: 40px;
  background-color: #f2f2f2;
  font-size: 18px;
}

h3 {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Fira Sans';
  /* padding: 20px 0 20px 0; */
  font-weight: 400;
  color: #010101;
  /* text-transform: uppercase; */
}

h3 a {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Fira Sans';
  padding: 15px 0 15px 0;
  font-weight: 400;
  color: #010101;
  text-transform: uppercase;
}

h3 a:hover {
  color: #f36f21;
}

h4 {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Fira Sans';
  padding: 0;
  font-weight: 400;
  color: #010101;
  text-transform: uppercase;
}

/* .h1 {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Fira Sans';
  padding: 16px 0 33px 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #010101;
  text-transform: uppercase;
} */

/* .h2 {
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Fira Sans';
  padding: 29px 0 34px 0;
  font-weight: 400;
  color: #010101;
  text-transform: uppercase;
} */

.h2.gray-bg {
  padding: 20px 20px 18px;
  background-color: #f2f2f2;
}

.h3.gray-bg {
  padding: 20px 20px 18px;
  margin-bottom: 40px;
  background-color: #f2f2f2;
}

.h3 {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Fira Sans';
  padding: 20px 0 20px 0;
  font-weight: 400;
  color: #010101;
  text-transform: uppercase;
}

.h3 a {
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  font-family: 'Fira Sans';
  padding: 15px 0 15px 0;
  font-weight: 400;
  color: #010101;
  text-transform: uppercase;
}

.h3 a:hover {
  color: #f36f21;
}

.h4 {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Fira Sans';
  padding: 0;
  font-weight: 400;
  color: #010101;
  text-transform: uppercase;
}


/* text position */
.text-left {
  text-align: left !important
}

.text-center {
  text-align: center !important
}

.text-right {
  text-align: right !important
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
/* .loaded:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
} */

.icon-load {
  background: url(../img/loader.gif) no-repeat left top;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-left: -20px;
  display: none;
  z-index: 1000;
}

.loaded .icon-load {
  display: block;
}

.large {
  font-size: 39px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #f36f21;
  color: #333;
}

.ui-datepicker th {
  color: #fff;
}

.slick-detail-carousel .slick-slide {
  display: flex;
  justify-content: center;
  margin-bottom: 10px
}

.slick-detail-carousel .slick-dots {
  bottom: 20px
}

.slick-dots button {
  background-color: white !important;
  border: 2px solid white !important;
  width: 10px !important;
  height: 10px !important;
}

.slick-active button {
  background-color: #f36f21 !important;
}

.back_link {
  display: flex !important;
  align-items: center !important;
}

.back_link a {
  color: #007136 !important;
  padding-left: 10px !important;
  display: flex !important;
  align-items: center;
}

.back_link a img {
  margin-right: 10px;
}

.back_link a::before {
  content: none !important;
}

/*================================================================================| HEADER |================================================================================*/
header {
  background: #FFF;
  width: 100%;
  min-width: 320px;
  text-align: left;
  position: absolute;
  left: 0px;
  top: 52px;
  z-index: 55;
}

/* header .wrapper.opened{box-shadow:0 4px 5px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 4px 5px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,0.3);z-index:66;} */
.main-page header {
  top: 52px;
}

header .wrapper {
  padding-right: 161px;
}

.logo {
  float: left;
  padding: 26px 0 20px 0;
  width: 203px;
  position: relative;
  z-index: 1;
}

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

.opened-block-nav {
  float: right;
  margin: 0 0 0 -203px;
  padding: 0 0 0 203px;
  width: 100%;
}

.main-nav {
  float: left;
  margin: 0 -118px 0 0;
  padding: 0 118px 0 0;
  width: 100%;
  text-align: center;
}

.main-nav-list {
  padding: 0px 1% 0 0;
}

.main-nav-list__item {
  display: inline-block;
  vertical-align: top;
  padding: 36px 41px 0 41px;
  margin: 0 -5px 0 0;
  border-top: 3px solid transparent;
  transition: all 0.2s linear;
}

.main-nav-list__item:first-child .submenu__list {
  max-height: 300px;
}

.main-nav-list__item:nth-child(2) .submenu__col-25 {
  width: 33%;
}

.main-nav-list__item:nth-child(3) .submenu__list {
  max-height: 230px;
}

.main-nav-list__item .submenu_col-30 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.main-nav-list__item .submenu_col-30 .submenu__col-25 {
  height: auto;
}

.main-nav-list__item .submenu_col-30 .submenu__col-25 .drop-menu__title {
  text-align: center;
}

.main-nav-list__item.active {
  border-top: 3px solid #f36f21;
}

.main-nav-list__link {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #010101;
  text-decoration: none;
  font-weight: 400;
}

.main-nav-list__link:hover {
  color: #f36f21;
}

.box-submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 105px;
  background: #f2f2f2;
  text-align: left;
  width: 100%;
  padding: 0 20px;
  transition: all 0.3s linear;
  max-width: 1600px;
}

.active .box-submenu {
  display: block;
}

.box-search {
  float: right;
  padding: 0 0 0 0;
  width: 118px;
  height: 105px;
  position: absolute;
  right: 161px;
  top: 0px;
  z-index: 1;
}

.box-search__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 32px 0 0 0;
  cursor: pointer;
}

.box-search__link:hover {
  background: #f36f21;
}

.box-search__icon {
  display: block;
  width: 41px;
  height: 41px;
  margin: 0 auto 0 auto;
  background: url(../img/icon_search.png) no-repeat left top;
}

.box-search__link:hover .box-search__icon {
  background-position: left bottom;
}

.main-nav { /* position:relative;*/
  min-height: 105px;
  margin-right: 0px;
  overflow: hidden;
}

.search-form {
  position: absolute;
  right: -400%;
  top: 0px;
  width: 100%;
  height: 105px;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 2;
}

.opened-search {
  right: 161px;
}

@media screen and (max-width: 1500px) {
  .opened-search {
    right: 130px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
  .main-nav-list__item:first-child .submenu__list {
    max-height: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .opened-search {
    right: 90px;
  }

  .main_wrapper_image_lease .main_text_slogan_express {
    font-size: 30px;
    line-height: 29px;
    top: 25px;
    right: 25px;
  }

  .main_wrapper_image_lease .second_text_slogan_express {
    top: 92px;
    right: 25px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  /* .box-warranty .main_wrapper_image_lease .main_text_slogan_express, */
  .box-warranty .main_wrapper_image_lease .second_text_slogan_express {
    position: relative;
    text-align: left;
    top: auto;
    right: auto;
    margin-top: 20px;
  }

  /* .box-warranty .main_wrapper_image_lease .main_text_slogan_express{
    margin-bottom: 20px;
    } */
}

@media screen and (max-width: 768px) {
  .main_wrapper_image_lease .main_text_slogan_express {
    font-size: 20px;
    line-height: 20px;
  }
}

.news-list__section-title {
  padding: 10px 15px 0;
}

.search-form form {
  height: 100%;
}

.search-form__field {
  width: 100%;
  height: 100%;
  background: #FFF;
}

.search-form__field input {
  display: block;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 15px 20px 15px 20px;
  color: #000;
  font-family: 'Helios';
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

.box-lang {
  position: absolute;
  right: 90px;
  top: 43px;
  text-align: center;
  margin: 0 0 0 0;
}

.box-lang__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Helios';
}

.box-lang__link:hover {
  background: #FFF;
  color: #f36f21;
}

.box-lang__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: -43px;
  width: 100%;
  border-top: 3px solid #f36f21;
  transition: all 0.2s linear;
  opacity: 0;
}

.box-lang__link:hover:before {
  opacity: 1;
}

.button-nav {
  display: none;
  width: 17px;
  position: relative;
  height: 30px;
}

.button-nav span {
  display: block;
  margin: 3px auto 3px auto;
  width: 100%;
  background: #cccccc;
  border-radius: 3px;
  height: 3px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.button-nav.active span:nth-child(2) {
  background: transparent;
}

.button-nav.active span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0 0 0 0;
}

.button-nav.active span:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0 0 0 0;
}

* { /* outline:1px solid #aaa;*/
}

.header-hide {
  display: none;
}

/*================================================================================| CONTENT |================================================================================*/

.content {
  width: 100%;
  min-width: 320px;
  text-align: left;
  /* overflow-y: hidden; */
}

.main-page .content {
  padding-top: 0px !important;
}

.box-slider {
  position: relative;
  padding: 0 0 0 0;
  height: 630px;
}

.box-slider:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.slider-wrap {
  width: 100%;
  height: 100%;
}

/* .slider-wrap .box-slider__item:first-child .slide-title {color: #f36f21;}
.slider-wrap .box-slider__item:nth-child(2) .slide-title {color: #f36f21;} */
.box-slider__item {
  position: relative;
  width: 100%;
  height: 100%;
  /* padding-right: 398px;
  background: rgba(0, 0, 0, 0.8); */
  display: flex!important;
  flex-flow: row wrap;
}

.box-slider__item .slider-description {
  position: relative;
}

.box-slider__item:focus {
  outline: none;
}

.box-slider_product .box-slider__item {
  width: auto;
  height: auto;
  padding-right: 0;
}

.other-page .box-slider_product .section-title {
  margin-top: 17px;
  margin-bottom: 17px;
  background-color: #f2f2f2;
}

.box-slider_product .box-slider__item-img {
  width: 100%;
}

.slider-product-preview__item_video:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 30px;
  margin-left: -21px;
  margin-top: -15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #201d1b;
  transition: all 0.3s linear;
  background-image: url("../img/yt.png");
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: center center;
}

.slider-product-preview__item_video:hover:before {
  background-color: #b8151b;
}

.box-slider__img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-slider__img.relative {
  position: relative;
}
.box-slider__img .box-slider__link{
  position: absolute;
  top: 190px;
  right: 10%;
  max-width: 430px;
}
@media (max-width: 1200px) {
  .box-slider__img .box-slider__link{
    right: 500px;
    max-width: 360px;
    top: 230px;
  }
}
@media (max-width: 970px) {
  .box-slider__img .box-slider__link{
    right: 440px;
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .box-slider__img .box-slider__link{
    right: auto;
    left: 25px;
    top: 20%;
    max-width: 35%;
  }
}
@media (max-width: 500px) {
  .box-slider__img .box-slider__link{
    right: 40px;
    left: auto;
    top: 20%;
  }

  .other-page .sx-gray,
  .other-page .inner-cont h1:not(.catalog__title):not(.page-title) {
    padding-top: 22px;
    margin: 0 0 10px;
  }

  .other-page .about-page__wrapper {
    padding: 15px 0;
  }

}
.box-slider__img .box-slider__link img{
  max-width: 100%;
}

.main-page .slick-dots {
  /*top: 280px;*/
  top: 305px;
  left: 0; /* bottom:7px;*/
}

.load-animate .box-slider__img {
  -moz-transition: all 0.2s 0.4s linear;
  -o-transition: all 0.2s 0.4s linear;
  -ms-transition: all 0.2s 0.4s linear;
  -webkit-transition: all 0.2s 0.4s linear;
  transition: all 0.2s 0.4s linear;
}

.slick-active .box-slider__img {
  left: auto;
  right: 0px;
  width: 100%;
}

.loaded .slick-active .box-slider__img {
  left: auto !important;
  right: 0px !important;
  width: 100% !important;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.load-finished .slick-active .box-slider__img {
  left: auto !important;
  right: 0px !important;
  width: 100% !important
}

/
/
.box-slider__img:before {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/bg_list_header.png) repeat -6px top;
}

.slick-list, .slick-track {
  height: 100%;
}

.slider-wrap .slick-prev {
  left: 296px;;
  top: auto;
  bottom: 45px;
  z-index: 1;
}

.slider-wrap .slick-next {
  left: 530px;
  top: auto;
  bottom: 45px;
  z-index: 11;
}

.slick-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../img/icon_list.png) no-repeat left -18px;
  width: 21px;
  height: 17px;
  border: none;
  font-size: 0px;
  text-indent: -999px;
  overflow: hidden;
}

.slick-prev {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slider-inf {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #f36f21;
  width: 402px;
  padding: 172px 20px 36px 20px;
}

.text-title {
  text-align: center;
  padding: 10px 0 15px 0;
}

.box-list-slider {
  text-align: center;
  padding-left: 20px;
  margin-top: 20px
}

.box-list-slider .list {
  padding: 0;
}

.box-list-slider .list__item {
  padding: 20px 0 20px 45px;
}

.list {
  display: inline-block;
  text-align: left;
  padding: 48px 0 15px 0;
}

.list__item {
  display: block;
  position: relative;
  padding: 15px 0 15px 45px;
  margin: 0 0 0 0;
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
}

.list__item a {
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
}

.list__item:before {
  display: block;
  content: '';
  width: 21px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: 16px;
  background: url(../img/icon_list.png) no-repeat left top;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.list__item:hover:before {
  left: 10px;
}

.box-next-screen {
  position: absolute;
  left: 163px;
  bottom: 25px;
}

.box-next-screen__link {
  display: block;
  text-align: center;
  padding: 0 0 0 0;
  font-size: 12px;
  font-weight: 300;
  color: #FFF;
  font-family: 'Helios';
}

.box-next-screen__icon {
  display: block;
  margin: 0 auto 16px auto;
  background: url(../img/next_screen.png) no-repeat left top;
  width: 24px;
  height: 44px;
}

.slider-description {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: calc(100% - 239px);
  background: #FFF;
  height: 105px;
  padding: 0 160px 0 408px;
}

.box-button-more {
  float: right;
  width: 240px;
  padding: 23px 0 0 0;
  position: relative;
  z-index: 1;
}

.other-page .button {
  display: inline-block;
  vertical-align: top;
  padding: 21px 27px 0 27px;
  height: 60px;
  border: 1px solid #f36f21;
  font-size: 18px;
  line-height: 21px;
  color: #f36f21;
  text-transform: uppercase;
  font-family: 'Fira Sans';
  text-align: center;
}

.button:hover {
  background: #f36f21;
  color: #FFF;
}

.button_block {
  display: block;
}

.other-page .button_green {
  border-color: #037252;
  color: #037252;
}

.other-page .button_green:hover {
  background: #037252;
  color: #FFF;
}

.button_news {
  width: 50%;
}

.more-section-news {
  display: flex;
  justify-content: flex-end;
}

.more-section-news .button_block {
    font-weight: 700;
    font-size: 16px;
    color: #f36e21;
    font-family: HeliosC, sans-serif;
    position: relative;
    transition: .3s ease;
    text-decoration: none;
    padding: initial;
    height: initial;
    border:none;
    text-transform: none;
}

.more-section-news .button_block::after {
  content: "";
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1rem;
  height: .875rem;
  margin: 0 0 0 1rem;
  display: inline-block;
  transition: .3s ease;
  position: relative;
  top: 2px
}

.more-section-news .button_block:hover {
  color: #007249;
  background-color: transparent;
}

.more-section-news .button_block:hover::after {
  background-image: url(../img/arrow-right--green.svg)
}


.other-page input.button, .other-page button.button {
  padding-top: 0px;
}

.button__arrow {
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 0 10px;
  width: 21px;
  height: 17px;
  background: url(../img/icon_list.png) no-repeat left -36px;
}

.button:hover .button__arrow {
  background-position: left top;
}

.slider-description-text {
  float: left;
  margin: 0 -240px 0 0;
  padding: 0 240px 0 0;
  /* padding: 0 220px 0 0; */
  width: 100%;
}

.slider-description-text__cont {
  display: table-cell;
  height: 105px;
  vertical-align: middle;
}

.slide-title {
  padding: 5px 0 0 0;
  font-size: 24px;
  line-height: 27px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Fira Sans';
}

.slider-description-text p {
  padding: 0 0 0 0;
}

.box-services {
  padding: 0 0 0 0;
}

.box-services-list {
  padding: 0 0 0 0;
  margin: 0 -2px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.box-services-list__item {
  /* float: left; */
  padding: 0 0 0 0;
  width: 33.333333%;
  list-style-type: none;
  border-left: 1px solid #3c9475;
  border-right: 1px solid #3c9475;
  margin: 0 -1px 0 0;
  background-color: #00734a;
}

.box-services-list__item:nth-child(1), .box-services-list__item:nth-child(2), .box-services-list__item:nth-child(3) {
  border-bottom: 1px solid #3c9475;
}

.box-services-list__item:nth-child(3n) {
  border-right: none;
}

.box-services-list__item:nth-child(3n-2) {
  border-left: none;
}

.box-services-list__link {
  display: block;
  width: 100%;
  /* height: 186px; */
  height: auto;
  padding: 30px 60px 30px 60px;
  position: relative;
}

.box-services-list__link:hover {
  background: #f36f21;
}

.box-services-list__icon {
  display: table;
  width: 100%;
  /* height: 62px; */
  height: 85px;
}

.box-services-list__icon-cont {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.box-services-list__text {
  display: block;
  /* position: absolute; */
  left: 60px;
  bottom: 22px;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Fira Sans';
}

.box-news {
  padding: 30px 0 0 0;
}

.box-news-list {
  padding: 24px 0 30px 0;
  position: relative;
}

.news-list,
.news-list .row {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.button-news a {
  display: flex;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #007136;
}

.button-news img {
  margin-left: 5px !important
}

.news-card-content,
.news-card-smi-content {
  padding: 16px 24px;

  box-sizing:border-box;
  width: 100%;
  border-top: none;
  min-height: 138px;
}



.slick-arrow {
  display: none !important;
}

.other-page .box-slider.box-slider_advantages .slick-arrow {
  display: inline-block !important;
}

.news-list__item {
  border-radius: 4px;
  overflow: hidden;
  width: calc(50% - 10px);
  text-decoration: none;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  letter-spacing: normal;
  vertical-align: top;
  border: 1px solid #f5f7fa;
  box-sizing:border-box;
  margin-right: 20px;
}

.news-list__item:nth-of-type(2n) {
  margin-right: 0;
}


.digital-box-news .news-list__item:nth-of-type(2n) {
  margin-right: 20px;
}
.digital-box-news .news-list__item:nth-of-type(3n) {
  margin-right: 0;
}

.digital-box-news .news-list__item {
  width: calc(33% - 17px);
}

.news-list__item.news-list__item_block {
  display: block;
  width: 100%;
  padding-right: 0;
  margin-bottom: 0;
}

.news-list__item.news-list__item_block h3 {
  padding: 10px 0;
}

.news-list__item h3 a {
  font-size: 18px;
  line-height: 25px;
}

.news-list__item.slick-slide:nth-child(3) h3 a {
  color: #f36f21;
  transition: all 0.2s linear;
}

.news-list__item.slick-slide:nth-child(3) h3 a:hover {
  color: #010101;
}

.news-list__item p {
  font-size: 14px;
  line-height: 23px;
  min-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  margin: 15px 0 0;
}

.news-list__item p a {
  color: #f36f21;
  text-decoration: underline;
}

.news-list__source-smi,
.news-list__source-holding {
  display: inline-block;
  padding: 10px 10px 8px;
  background-color: #f36f21;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}

.news-list__source-smi {
  background-color: #f36f21;
}

.news-list__source-holding {
  background-color: #007136;
}

.news-block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-main_title,
.news-smi_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1F222D;
  width: 100%;
  margin: 16px 0 0;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s ease;
  min-height: 64px;
}

.news-list__section-title {
  font-family: Fira Sans;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #010101;
  margin-bottom: 25px;
  padding-top: 10px;
}



.news-list__date {
  font-family: Fira Sans;
  width: 100%;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4B535E;
}

.news-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.main-news_pic {
  background-color: #F7F7F3;
  width: 100%;
}

.main-news-big_pic img {
  width: 100%;
  height: auto;
  max-height: 37rem;
  
}

.main-news_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 20rem;
}

.news-pagination {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
}

.main-news-title {
  font-family: Fira Sans;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #010101;
}

.news-pagination,
.news-pagination a,
.active_nav {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #737373;
}

.news-pagination,
.news-pagination a:hover {
  color: #F36F21;
}

.active_nav {
  color: #F36F21;
  border: 1px solid #F36F21;
  border-radius: 50%;
  margin-right: 5px;
  padding: 0 6px;
}

.nav_string {
  display: flex;
  align-items: center;
  color: #737373;
}

.nav_string a {
  margin-right: 5px;
}

.news-detail-date {
  margin-bottom: 10px;
  font-family: Fira Sans;
  font-size: 14px;
  line-height: 16px;
  color: #737373;
}

.box-news-list .slick-prev {
  left: auto;
  right: 360px;
  top: -67px;
}

.box-news-list .slick-next {
  left: auto;
  right: 245px;
  top: -67px;
}

.numbers-news {
  position: absolute;
  right: 252px;
  top: -44px;
  width: 90px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: 'Fira Sans';
  text-shadow: 0 0;
}

.box-inf-bottom {
  padding: 0 0 0 0;
  position: relative;
}

.col-inf {
  display: inline-block;
  vertical-align: top;
  margin: 0 -3px 0 0;
  width: 33.333333%;
  overflow: hidden;
}

.col-inf_1 {
  width: 28.6%
}

.col-inf_2 {
  width: 35.9%
}

.col-inf_3 {
  width: 35.5%
}

.inf-about {
  padding: 48px 13% 32px 10%;
}

.inf-about img {
  display: inline-block;
  max-width: 70%;
}

.inf-about .cols-2 h3 {
  padding-top: 0;
}

.inf-about .cols-2__col:first-child {
  padding-right: 15px;
}

.inf-about .cols-2__col:last-child {
  text-align: right;
}

.list_green .list__item {
  color: #037252;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Fira Sans';
}

.list_green .list__item a {
  color: #037252;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Fira Sans';
}

.list_green .list__item:before {
  background-position: left -17px;
  top: 14px;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.list_green .list__item:hover:before {
  left: 10px;
}

.inf-about .list {
  padding-top: 25px;
}

.inf-video {
  display: block;
  background: url(../img/bg_video.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.inf-video:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.inf-video__icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -53px 0 0 -53px;
  border: 2px solid #FFF;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url(../img/icon_play.png) no-repeat 39px center;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.inf-video:hover .inf-video__icon {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}

.one-block-inf {
  display: block; /*height:50%;*/
  height: 100%;
  position: relative;
  overflow: hidden;
}

.one-block-inf__img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.one-block-inf:hover .one-block-inf__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.one-block-inf__text {
  display: block;
  position: absolute;
  left: 8%;
  bottom: 17%;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Fira Sans';
  color: #ffffff;
  text-transform: uppercase;
  z-index: 1;
}

.box-timer {
  position: absolute;
  left: 377px;
  bottom: 9px;
  width: 86px;
  height: 86px;
}

.box-timer-cont {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #f36f21;
  text-align: center;
  padding: 0 0 0 0;
  border-radius: 50%;
}

.number-main-slide {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: 'Fira Sans';
  text-shadow: 0 0;
  position: absolute;
  left: 0px;
  top: 35px;
  width: 100%;
}

svg.circleFill {
  z-index: 1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-stroke-dasharray: 265;
  -webkit-stroke-dasharray: 265;
  -o-stroke-dasharray: 265;
  -ms-troke-dasharray: 265;
  stroke-dasharray: 265;
  -moz-stroke-dashoffset: 265;
  -webkit-stroke-dashoffset: 265;
  -o-transform: stroke-dashoffset: 265;
  stroke-dashoffset: 265;
  -ms-stroke-dashoffset: 265;
  transition: all 0;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes dash {
  0% {
    -moz-stroke-dashoffset: 265;
    -webkit-stroke-dashoffset: 265;
    -o-stroke-dashoffset: 265;
    -ms-stroke-dashoffset: 265;
    stroke-dashoffset: 265;
  }
  100% {
    -moz-stroke-dashoffset: 0;
    -webkit-stroke-dashoffset: 0;
    -o-stroke-dashoffset: 0;
    -ms-stroke-dashoffset: 0;
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    -moz-stroke-dashoffset: 265;
    -webkit-stroke-dashoffset: 265;
    -o-stroke-dashoffset: 265;
    -ms-stroke-dashoffset: 265;
    stroke-dashoffset: 265;
  }
  100% {
    -moz-transform: stroke-dashoffset: 0;
    -webkit-stroke-dashoffset: 0;
    -o-transform: stroke-dashoffset: 0;
    -ms-transform: stroke-dashoffset: 0;
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes dash {
  0% {
    -moz-stroke-dashoffset: 265;
    -webkit-stroke-dashoffset: 265;
    -o-stroke-dashoffset: 265;
    -ms-stroke-dashoffset: 265;
    stroke-dashoffset: 265;
  }
  100% {
    -moz-transform: stroke-dashoffset: 0;
    -webkit-stroke-dashoffset: 0;
    -o-transform: stroke-dashoffset: 0;
    -ms-transform: stroke-dashoffset: 0;
    stroke-dashoffset: 0;
  }
}

@-o-keyframes dash {
  0% {
    -moz-stroke-dashoffset: 265;
    -webkit-stroke-dashoffset: 265;
    -o-stroke-dashoffset: 265;
    -ms-stroke-dashoffset: 265;
    stroke-dashoffset: 265;
  }
  100% {
    -moz-transform: stroke-dashoffset: 0;
    -webkit-stroke-dashoffset: 0;
    -o-transform: stroke-dashoffset: 0;
    -ms-transform: stroke-dashoffset: 0;
    stroke-dashoffset: 0;
  }
}

.slick-active svg.circleFill {
  -moz-animation: dash 6.5s infinite;
  -webkit-animation: dash 6.5s infinite;
  -ms-animation: dash 6.5s infinite;
  animation: dash 6.5s infinite;
  -moz-stroke-dashoffset: 0;
  -webkit-stroke-dashoffset: 0;
  -o-stroke-dashoffset: 0;
  -ms-stroke-dashoffset: 0;
  stroke-dashoffset: 0;
}

.box-slider_advantages .slick-active svg.circleFill {
  -moz-animation: dash 19.5s infinite;
  -webkit-animation: dash 19.5s infinite;
  -ms-animation: dash 19.5s infinite;
  animation: dash 19.5s infinite;
  -moz-stroke-dashoffset: 0;
  -webkit-stroke-dashoffset: 0;
  -o-stroke-dashoffset: 0;
  -ms-stroke-dashoffset: 0;
  stroke-dashoffset: 0;
}

.anim-block__img_0,
.anim-block__img_1,
.anim-block__img_2,
.anim-block__img_3,
.anim-block__img_4,
.anim-block__img_5,
.anim-block__img_6,
.anim-block__img_7,
.anim-block__img_8,
.anim-block__img_9 {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: 0 0
}

.circle_1, .circle_2, .circle_3 {
  display: block;
  opacity: 0;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center
}

.heightDown {
  -webkit-animation: heightDown 2s linear 1;
  -moz-animation: heightDown 2s linear 1;
  -o-animation: heightDown 2s linear 1;
  -ms-animation: heightDown 2s linear 1;
  animation: heightDown 2s linear 1
}

.box-services-list__link:hover .anim-block__car {
  display: none
}

.anim-img-wrap {
  display: block;
  position: relative;
  width: 103px;
  height: 71px;
}

.service-1 .anim-img-wrap {
  width: 151px;
  height: 66px;
}

.service-1 .anim-block__car {
  display: block;
  width: 151px;
  height: 66px;
  background: url(../img/service_1.png) no-repeat center center;
}

.service-1 .anim-block__img_1 {
  background-image: url(../img/01_img_icon_1.png);
  width: 114px;
  height: 62px;
  left: 19px;
  top: auto;
  bottom: 0px;
}

.service-1 .anim-block__img_2 {
  background-image: url(../img/01_img_icon_2.png);
  width: 85px;
  height: 44px;
  left: 18px;
  top: 1px;
}

.service-1 .anim-block__img_3 {
  background-image: url(../img/01_img_icon_3.png);
  width: 58px;
  height: 11px;
  top: 0;
  left: 18px;
}

.service-1 .anim-block__img_4 {
  background-image: url(../img/01_img_icon_4.png);
  width: 20px;
  height: 24px;
  bottom: 3px;
  right: 0px;
  left: auto;
  top: auto;
}

.service-1 .anim-block__img_5 {
  background-image: url(../img/01_img_icon_5.png);
  width: 16px;
  height: 16px;
  bottom: 3px;
  left: 73px;
}

.service-1 .anim-block__img_6 {
  background-image: url(../img/01_img_icon_6.png);
  width: 21px;
  height: 19px;
  bottom: 17px;
  left: 0px;
}

.service-1 .circle_1, .service-1 .circle_2, .service-1 .circle_3 {
  border-radius: 50%;
  background-image: url(../img/01_img_icon_7.png);
  width: 10px;
  height: 10px;
  left: 26px;
  bottom: 7px;
}

.service-1 .circle_2 {
  left: 47px;
}

.service-1 .circle_3 {
  left: 105px
}

.service-2 .anim-img-wrap {
  width: 113px;
  height: 62px;
}

.service-2 .anim-block__car {
  display: block;
  width: 113px;
  height: 62px;
  background: url(../img/service_2.png) no-repeat center center;
}

.service-2 .anim-block__img_1 {
  background-image: url(../img/02_img_icon_1.png);
  width: 113px;
  height: 62px;
  left: 0px;
  bottom: 0;
}

.service-2 .anim-block__img_2 {
  background-image: url(../img/02_img_icon_2.png);
  width: 52px;
  height: 41px;
  left: 17px;
  top: 0px;
}

.service-2 .anim-block__img_3 {
  background-image: url(../img/02_img_icon_3.png);
  width: 49px;
  height: 35px;
  top: 6px;
  left: 27px;
}

.service-2 .anim-block__img_4 {
  background-image: url(../img/02_img_icon_4.png);
  width: 16px;
  height: 36px;
  top: 4px;
  left: 0;
}

.service-2 .circle_1, .service-2 .circle_2, .service-2 .circle_3 {
  border-radius: 50%;
  background-image: url(../img/02_img_icon_5.png);
  width: 10px;
  height: 10px;
  left: 7px;
  bottom: 7px;
}

.service-2 .circle_2 {
  left: 29px;
}

.service-2 .circle_3 {
  left: 86px;
}

.service-3 .anim-img-wrap {
  width: 128px;
  height: 73px;
}

.service-3 .anim-block__car {
  display: block;
  width: 128px;
  height: 73px;
  background: url(../img/service_3.png) no-repeat center center;
}

.service-3 .anim-block__img_1 {
  background-image: url(../img/03_img_icon_1.png);
  width: 113px;
  height: 62px;
  left: 15px;
  bottom: 0;
}

.service-3 .anim-block__img_2 {
  background-image: url(../img/03_img_icon_2.png);
  width: 13px;
  height: 33px;
  left: 80px;
  top: 14px;
}

.service-3 .anim-block__img_3 {
  background-image: url(../img/03_img_icon_2.png);
  width: 13px;
  height: 33px;
  left: 67px;
  top: 14px;
}

.service-3 .anim-block__img_4 {
  background-image: url(../img/03_img_icon_3.png);
  width: 67px;
  height: 38px;
  top: 9px;
  left: 0;
}

.service-3 .anim-block__img_5 {
  background-image: url(../img/03_img_icon_4.png);
  width: 16px;
  height: 38px;
  top: 8px;
  left: 45px;
}

.service-3 .anim-block__img_6 {
  background-image: url(../img/03_img_icon_5.png);
  width: 64px;
  height: 12px;
  top: 0;
  left: 29px;
}

.service-3 .circle_1, .service-3 .circle_2, .service-3 .circle_3 {
  border-radius: 50%;
  left: 22px;
  bottom: 6px;
  width: 10px;
  height: 10px;
  background-image: url(../img/03_img_icon_6.png);
}

.service-3 .circle_2 {
  left: 44px;
}

.service-3 .circle_3 {
  left: 101px;
}

.service-4 .anim-img-wrap {
  width: 142px;
  height: 74px;
  top: -9px;
}

.service-4 .anim-block__car {
  display: block;
  width: 142px;
  height: 74px;
  background: url(../img/service_4.png) no-repeat center center;
}

.service-4 .anim-block__img_1 {
  background-image: url(../img/04_img_icon_1.png);
  width: 114px;
  height: 65px;
  left: 28px;
  top: 9px;
}

.service-4 .anim-block__img_2 {
  background-image: url(../img/04_img_icon_2.png);
  width: 58px;
  height: 3px;
  left: 35px;
  top: 17px;
}

.service-4 .anim-block__img_3 {
  background-image: url(../img/04_img_icon_2.png);
  width: 58px;
  height: 3px;
  left: 35px;
  top: 42px;
}

.service-4 .anim-block__img_4 {
  background-image: url(../img/04_img_icon_3.png);
  width: 8px;
  height: 53px;
  top: 0px;
  left: 98px;
}

.service-4 .anim-block__img_5 {
  background-image: url(../img/04_img_icon_4.png);
  width: 31px;
  height: 57px;
  top: 9px;
  left: 0;
}

.service-4 .circle_1, .service-4 .circle_2, .service-4 .circle_3 {
  border-radius: 50%;
  left: 36px;
  bottom: 7px;
  width: 10px;
  height: 10px;
  background-image: url(../img/04_img_icon_5.png);
}

.service-4 .circle_2 {
  left: 58px;
}

.service-4 .circle_3 {
  left: 115px;
}

.service-5 .anim-img-wrap {
  width: 134px;
  height: 74px;
}

.service-5 .anim-block__car {
  display: block;
  width: 134px;
  height: 74px;
  background: url(../img/service_5.png) no-repeat center center;
}

.service-5 .anim-block__img_1 {
  background-image: url(../img/05_img_icon_1.png);
  width: 105px;
  height: 74px;
  left: 0;
  bottom: 0;
}

.service-5 .anim-block__img_2 {
  background-image: url(../img/05_img_icon_2.png);
  width: 87px;
  height: 18px;
  left: 12px;
  bottom: 7px;
}

.service-5 .anim-block__img_3 {
  background-image: url(../img/05_img_icon_3.png);
  width: 58px;
  height: 3px;
  left: 25px;
  top: 6px;
}

.service-5 .anim-block__img_4 {
  background-image: url(../img/05_img_icon_4.png);
  width: 61px;
  height: 3px;
  top: 23px;
  left: 23px;
}

.service-5 .anim-block__img_5 {
  background-image: url(../img/05_img_icon_5.png);
  width: 86px;
  height: 19px;
  top: 12px;
  left: 10px;
}

.service-5 .anim-block__img_6 {
  background-image: url(../img/05_img_icon_6.png);
  width: 20px;
  height: 68px;
  top: 0;
  right: 0;
}

.service-278 .anim-img-wrap {
  width: 103px;
  height: 66px;
}

.service-278 .anim-block__car {
  background: url(../img/service_278.png) no-repeat center center;
  display: block;
  width: 134px;
  height: 74px;
  display: none;
}

.service-278 .anim-block__img_1 {
  background-image: url(../img/availability-1.png);
  width: 96px;
  height: 66px;
  left: 0;
  top: 4px;

}

.service-278 .anim-block__img_2 {
  background-image: url(../img/availability-2.png);
  width: 30px;
  height: 10px;
  right: 28px;
  bottom: -5px;

}

.service-278 .anim-block__img_3 {
  background-image: url(../img/availability-4.png);
  width: 15px;
  height: 13px;
  bottom: -4px;
  left: 9px;
}

.service-278 .circle_1 {
  background-image: url(../img/availability-3.png);
  width: 7px;
  height: 7px;
  left: 32px;
  bottom: -1px;
}
---
.service-308 .anim-img-wrap {
  width: 146px;
  height: 64px;
}

.service-308 .anim-block__car {
  background: url(../img/service_278.png) no-repeat center center;
  display: block;
  width: 146px;
  height: 64px;
  display: none;
}

.service-308 .anim-block__img_1 {
  background-image: url(../img/308_img_icon_1.png);
  width: 146px;
  height: 47px;
  left: 0;
  top: 0px;

}

.service-308 .anim-block__img_2 {
  background-image: url(../img/308_img_icon_2.png);
  width: 58px;
  height: 12px;
  right: 1px;
  bottom: 6px;

}

.service-308 .anim-block__img_3 {
  background-image: url(../img/308_img_icon_3.png);
  width: 30px;
  height: 8px;
  bottom: 30px;
  left: 58px;
}

.col-news {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 0 0;
  margin: 0 -5px 0 0;
}

.col-news img {
  display: block;
  margin: 0 auto 0 auto;
}

/*.col-news_33{width:32.5%;padding-top:30px;padding-right:8%;}*/
.col-news_66 {
  width: 100%;
}

/*================================================================================| PRODUCT |================================================================================*/
.inner-page .content {
  padding: 0px 27px 0px 20px;
}

.inner-page header {
  top: 0;
}

.inner-page header .wrapper {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}

.inner-page p {
  font-weight: 400;
}

aside {
  width: 25.8%;
  float: left;
  position: relative;
  z-index: 1;
  display: none;
}

aside.fixed {
  position: fixed;
  top: 0;
  max-height: 100%;
  overflow: hidden;
}

.aside__img {
  padding: 30px 0 40px;
}

.aside__img img {
  width: 100%;
  max-width: 238px;
  margin: 0 auto;
  display: none;
}

.inner-cont {
  /* margin: 0 0 0 -400px;
  padding: 0 0 20px 20px; */
  float: right;
  /* width: 74.2%; */
  width: 100%;
}

.aside__list {
  list-style-type: none;
  padding: 0;
}

.aside__item {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-top: none;
}

.aside__item:first-child {
  border-top: 1px solid #e6e6e6;
}

.aside__item.active .aside__list_sub {
  display: block;
}

.aside__link {
  color: #000;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
}

.aside__link span {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  padding: 0 70px 0 20px;
}

.aside__link .aside__arrow-wrap {
  padding-right: 80px;
}

.aside__link .aside__arrow {
  width: 30px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  background: url('../img/icon_sub.png') no-repeat;
  background-size: 100% 100%;
  padding: 0;
}

.aside__arrow_up {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.aside__item.active .aside__link, .aside__link:hover {
  background-color: #f36f21;
  color: #fff;
}

.aside__item .aside__list_sub .aside__link {
  background-color: #f7f7f3;
  color: #000;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
}

.aside__item .aside__list_sub .aside__link:hover {
  background-color: #ebebe6;
}

.aside__item.active .aside__list_sub .aside__sub-item.active .aside__link {
  background-color: #ebebe6;
}

.aside__item .aside__list_sub .aside__link span {
  /* height: 70px; */
  height: auto;
}

.aside__item .aside__list_sub .aside__sub-item  a{
  padding: 10px 0;
}

.aside__item .aside__list_sub .aside__link {
  font-size: 14px;
}

.aside__list_sub {
  display: none;
}

/* BREAD CRUMBS */
.box-bread-crumbs {
  /* width: 74.2%; */
  width: 100%;
  float: right;
  /* padding-left: 20px; */
}

.bread-crambs {
  background-color: #f7f7f3;
  padding: 20px 20px 20px 50px;
  margin-bottom: 20px;
}

.bread-crambs__item {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.bread-crambs__link {
  vertical-align: middle;
  margin-right: 9px;
}

.bread-crambs__item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #f36f21;
  margin-right: 9px;
}

.bread-crambs__item:first-child {
  position: relative;
}

.bread-crambs__item:first-child:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  border-radius: 0;
  background: url('../img/bc_home.png');
  margin: 0 14px 0 0;
}

/* END BREAD CRUMBS */
.box-slider_product {
  height: auto !important;
  overflow: hidden;
}

.box-slider_product .slider-wrap {
  float: left;
  width: 79.86%;
}

.box-slider_product .slick-initialized .slick-slide {
  background-size: cover;
  background-position: center center;
}

.box-slider_product .slider-description {
  position: static;
  float: none;
  width: 100%;
  height: auto;
  padding: 0;
  padding-right: 1px;
}

.box-slider_product .slider-description.block {
  display: block;
}

.box-slider_product .slider-wrap .slick-dots {
  display: none !important;
}

.box-slider_product .slider-description-text {
  padding: 0;
  float: none;
}

.box-slider_product .slider-description-text__cont {
  height: 70px;
  padding: 0;
  vertical-align: middle;
}

.box-slider_product h1 {
  margin-bottom: 0;
}

.box-slider_product .slide-title {
  color: #000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.box-slider_product .slick-arrow {
  display: block;
  position: absolute;
  width: 61px;
  height: 61px;
  background: rgba(0, 0, 0, 0.4);
}

.box-slider_product .slick-prev {
  bottom: 50%;
  left: 0;
  margin-bottom: -30px;
}

.box-slider_product .slick-next {
  bottom: 50%;
  right: 0;
  left: auto;
  margin-bottom: -30px;
}

.box-slider_product .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 17px;
  margin: -10px 0 0 -8px;
  background: url(../img/icon_list.png) no-repeat left 0px;
}

.box-slider_product .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 17px;
  margin: -10px 0 0 -8px;
  background: url(../img/icon_list.png) no-repeat left 0px;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ADVANTAGES */
.box-advantages h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Fira Sans', sans-serif;
  margin-bottom: 15px;
}

.box-slider_advantages {
  height: 409px;
  /* height: 600px; */
}
@media (min-width:1600px) {
  .box-slider_advantages {
    height: 475px;
  }
}

.box-slider_advantages .slider-description { 
  width:44%;
  /* max-width: 398px; */
  background: #f7f7f3;
  height: 100%;
  padding: 45px;
  box-sizing:border-box;
}

.box-slider_advantages .slider-description p {
  font-size: 16px;
}
a.box-slider__img.fancybox-model-img {
  width: 56%;
  display: inline-block;
  background-size: cover;
}

.box-slider_advantages .box-timer {
  right: 18%;
  left: auto;
  bottom: 40px;
}

.box-slider_advantages .slider-description-text {
  margin: 0;
  padding: 0;
}

.box-slider_advantages .slider-wrap .slick-prev {
  /* right: 295px; */
  right: 27%;
  bottom: 72px;
  left: auto;
  width: 24px;
  height: 17px;
  background-image: none;

}

.box-slider_advantages .slider-wrap .slick-next {
  /* right: 90px; */
  right: 14%;
  bottom: 72px;
  left: inherit;
  width: 24px;
  height: 17px;
  background-image: none;
}

.box-slider_advantages .slider-wrap .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 17px;
  margin: -10px 0 0 -8px;
  background: url(../img/icon_list.png) no-repeat left -18px;
}

.box-slider_advantages .slider-wrap .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 17px;
  margin: -10px 0 0 -8px;
  background: url(../img/icon_list.png) no-repeat left -18px;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.box-advantages__buttons {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 32px;
}

.box-advantages__buttons .button {
  display: inline-block;
  margin-right: 15px;
  width: 335px;
  padding: 21px 0px 0 0px;
}

.box-advantages__buttons .button__arrow {
  background: url(../img/icon_list.png) no-repeat left -18px;
}

.box-advantages__buttons .button_block {
  background-color: #f36f21;
  color: #fff;
}

.box-advantages__buttons .button_block:hover {
  color: #f36f21;
  background-color: #fff;
}

.watch-icon {
  width: 22px;
  height: 15px;
  background: url('../img/watch_icon.png') no-repeat left -15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  margin-top: -2px;
}

.box-advantages__buttons .button_block:hover .watch-icon {
  background: url('../img/watch_icon.png') no-repeat left 0px;
}

.slick-active .tab-advantages__list button {
  background-color: #fff;
}

.box-advantages__presentation {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .box-advantages__presentation {
    margin-bottom: 0px;
  }
}

/* END ADVANTAGES */
/* TABS */
.tab-wrap {
  padding-top: 40px;
}

.box-tab-cont {
  position: relative;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}

.tab-cont {
  overflow: hidden;
}

.tab-cont .tab-padding {
  padding: 40px;
}

.tab-cont table {
  margin: 40px;
}

.tab-cont .defolt-form {
  margin: 40px;
}

.hide-tab {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
}

.nav-tab-list-wrap {
  position: relative;
}

.nav-tab-list-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
}

.nav-tab-list {
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
}

.nav-tab-list__item {
  height: 61px;
  text-align: center;
  padding: 0;
  float: left;
  list-style-type: none;
}

.tab-wrap_adv .nav-tab-list__item {
  /* max-width: 25%; */
  flex-grow: 1;
  flex-basis: 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  min-width: 49.99%;
}

.video-wrapper iframe {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.nav-tab-list__item.active .nav-tab-list__link {
  border-top: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #fff;
  z-index: 44;
  position: relative;
}

.other-page  .nav-tab-list__link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Fira Sans';
  color: #cccccc;
  display: table;
  vertical-align: middle;
  margin: 0;
  height: 61px;
  padding: 0 20px;
  border: 2px solid transparent;
}

.nav-tab-list__link span {
  display: table-cell;
  vertical-align: middle;
}

.nav-tab-list__item.active .nav-tab-list__link, .nav-tab-list__link:hover {
  color: #000;
}

/* .box-tab-cont{padding:40px 40px 37px;} */
.tab-advantages__list {
  padding: 0 40px;
}

.tab-advantages__list:first-child {
  padding-top: 40px;
}

.tab-advantages__item {
  list-style-type: none;
  width: 100%;
  margin-bottom: 44px;
}

.tab-advantages__item_hide {
  display: none;
}

.tab-advantages__img {
  width: 25.8%;
  margin-right: -5px;
}

.tab-advantages__img img {
  width: 100%;
}

.tab-advantages__link, .subcategory__link, .project__link {
  display: block;
  position: relative;
}

.tab-advantages__link:hover:before, .subcategory__link-image:hover:before, .project__link:hover:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.tab-advantages__link:hover:after, .subcategory__link-image:hover:after, .project__link:hover:after {
  content: '';
  display: block;
  width: 41px;
  height: 42px;
  margin: -21px 0 0 -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../img/icon_search.png') no-repeat center bottom;
}

.tab-advantages__text {
  overflow: hidden;
  width: 74.2%;
  padding: 0 0 0 40px;
}

.tab-advantages__item h3 {
  padding: 18px 19px 14px;
  background-color: #f2f2f2;
  font-family: 'Fira Sans';
}

.tab-advantages__item h4 {
  margin: 1px 0 29px;
  font-size: 16px;
  
}

.tab-advantages__item h4 a {
  font-size: 16px;
}

.tab-advantages__item p {
  font-size: 14px;
  line-height: 23px;
}

.tab-advantages__img, .tab-advantages__text {
  display: inline-block;
  vertical-align: top;
}

.box-tab-link {
  text-align: center;
  padding: 38px 0;
  border-top: 1px solid #e6e6e6;
}

.tab-link__cont {
  color: #f36f21;
  font-size: 18px;
  line-height: 20px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}

.tab-link__cont:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url('../img/more.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* END TABS*/
/* COSTING*/
.box-costing {
  overflow: hidden;
}

.other-page .box-costing .h2 {
  width: 63%;
  font-family: 'Fira Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding: 55px 0 30px;
  text-align: center;
  text-transform: uppercase;
}

.box-form {
  width: 63%;
  float: left;
  background-color: #f2f2f2;
  overflow: hidden;
  padding: 80px 0;
}

.costing-form {
  width: 90%;
  max-width: 417px;
  margin: 0 auto;
}

.box-field {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 2px;
}

.box-field_submit {
  margin-top: 38px;
}

/* .hide-label{display:block;width:100%;text-align:center;position:absolute;left:0px;top:50%;margin-top:-10px;font-size:18px;line-height:20px;font-weight:400;color:#8c8c8c;font-family:"Fira Sans";z-index:2;}
.focused-field .hide-label{font-size:12px;top:15px;} */
.other-page .form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #8c8c8c;
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 3;
}

.costing-form .button_block {
  width: 100%;
  background-color: #f36f21;
  color: #fff;
}

.costing-form .button_block:hover {
  width: 100%;
  background-color: transparent;
  border: 1px solid #f36f21;
  color: #f36f21;
}

.box-sales {
  width: 37%;
  float: right;
  text-align: center;
}

.box-sales h3, .box-sales__name {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.box-sales h3 {
  padding: 0 0 30px;
}

.box-sales__photo {
  width: 138px;
  height: 139px;
  margin: 0 auto 45px;
  overflow: hidden;
}

.box-sales__photo img {
  width: 100%;
}

.box-sales__position {
  font-family: 'Fira Sans';
  font-weight: 400;
  font-size: 15px;
  padding: 5px 0 45px;
}

.box-sales__tel {
  padding-bottom: 16px;
}

.box-sales__tel a, .box-sales__mail a {
  font-family: "Fira Sans";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.box-sales__tel a:hover, .box-sales__mail a:hover, .bread-crambs__link:hover {
  text-decoration: underline;
}

.box-sales__mail a {
  color: #f36f21;
}

/* END COSTING */
/* BACK */
.box-back {
  width: 100%;
  height: 190px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 60px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.box-back__title-wrap {
  display: table;
  margin: 0 auto;
  text-align: center;
  height: 190px;
}

.box-back__title {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Fira Sans';
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 200px;
}

.box-back__title a:hover {
  color: #f36f21;
}

.box-back__dots {
  padding-top: 5px;
}

.box-back__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ebb240;
  display: inline-block;
}

.back__arrow {
  display: block;
  width: 190px;
  height: 190px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  z-index: 4;
  cursor: pointer;
}

.back__arrow_left {
  background-image: url('../img/back_arrow.png');
  left: 0px;
}

.back__arrow_right {
  background-image: url('../img/back_arrow.png');
  right: 0px;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.back__img {
  width: 190px;
  height: 190px;
  position: relative;
}

.back__img:after {
  content: '';
  display: block;
  width: 190px;
  height: 190px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1080px) {
  .back__img:after {
    display: none;
  }
}
.back__img:hover:after, .active .back__img:after {
  background-color: rgba(0, 0, 0, 0.0);
}

.back__text, .back__img {
  display: inline-block;
  vertical-align: middle;
}

.back-left .back__img, .back-left .back__text {
  margin-left: -2px;
}

.back-right .back__img, .back-right .back__text {
  margin-right: -2px;
}

.back-left, .back-right {
  background-color: #00734a;
  color: #fff;
  text-align: left;
  display: inline-block;
  position: absolute;
  width: 63%;
  transition: all 0.5s linear;
}

.back-left {
  margin-right: -190px;
  right: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.active.back-left {
  right: 37%;
  margin-right: 0;
}

.back-right {
  margin-left: -190px;
  left: 100%;
}

.active.back-right {
  margin-left: 0px;
  left: 37%;
}

.back__text {
  font-family: 'Fira Sans';
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
}

.back-left .back__text {
  padding-left: 190px;
  margin-right: -190px;
  display: none;
}

.back-right .back__text {
  padding-right: 190px;
  margin-left: -190px;
  text-align: right;
}

/* END BACK */
/* SUBCATEGOTY */
.box-subcategory h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  padding: 15px 0 30px;
}

.subcategory__list {
  list-style-type: none;
}

.subcategory__item {
  padding: 0 0 40px;
  display: flex;
}

.subcategory__img, .subcategory__text {
  display: inline-block;
  vertical-align: top;
}

.subcategory__img {
  width: 35.4%;
}

.subcategory__text {
  width: 64.6%;
  margin-left: -4px;
  padding-left: 20px;
}

.subcategory__text h3, .subcategory__text h3 a {
  font-size: 20px;
  line-height: 26px;
  padding: 0;
}

.subcategory__text h3 a {
  margin-top: -10px;
  display: block;
}

.subcategory__text h3 {
  padding: 0 0 5px;
}

.subcategory__img img {
  width: 100%;
}

.subcategory__button {
  text-align: left;
  margin-left: 35.4%;
  padding: 5px 0 120px 20px;
}

.subcategory__button .button_green {
  width: 294px;
}

.subcategory__item_hide {
  display: none;
}

.text-hide {
  display: none;
}
.section_desc ul{
   margin-left: 20px;
}
.section_desc ul li{
    font-size: 14px;
    line-height: 18px;
}
/* END SUBCATEGOTY */
/* WARRANTY */
.box-warranty {
  padding-bottom: 60px;
}

.box-warranty h1 {
  padding: 20px 0 23px;
}

.box-warranty .box-tab-cont {
  padding: 0;
}

.defolt-form .box-field {
  margin-bottom: 20px;
  float: none;
}

.defolt-form .label {
  width: 25%;
  text-transform: uppercase;
  padding-right: 10px;
}

.defolt-form .label:hover, .defolt-form .label:focus {
  /* color: #000; */
}

.defolt-form .label, .defolt-form .box-field__input-wrap {
  display: inline-block;
  margin-right: -6px;
  vertical-align: middle;
}

.defolt-form .label, .defolt-form .box-field__input, .defolt-form .box-field__textarea {
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  color: #656565;
}

.defolt-form .box-field__input::-webkit-input-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

.defolt-form .box-field__input::-moz-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

/* Firefox 19+ */
.defolt-form .box-field__input:-moz-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

/* Firefox 18- */
.defolt-form .box-field__input:-ms-input-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

.defolt-form .box-field__textarea::-webkit-input-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

.defolt-form .box-field__textarea::-moz-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

/* Firefox 19+ */
.defolt-form .box-field__textarea:-moz-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

/* Firefox 18- */
.defolt-form .box-field__textarea:-ms-input-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

.defolt-form .form-section_details .box-field__input::-webkit-input-placeholder {
  color: #959595 !important;
  opacity: 1 !important
}

.defolt-form .form-section_details .box-field__input::-moz-placeholder {
  color: #959595 !important;
  opacity: 1 !important
}

/* Firefox 19+ */
.defolt-form .form-section_details .box-field__input:-moz-placeholder {
  color: #959595 !important;
  opacity: 1 !important
}

/* Firefox 18- */
.defolt-form .form-section_details .box-field__input:-ms-input-placeholder {
  color: #959595 !important;
  opacity: 1 !important
}

.placeholder_view .box-field__input::-webkit-input-placeholder {
  color: #959595 !important;
  opacity: 1 !important
}

.placeholder_view .box-field__input::-moz-placeholder {
  color: #959595 !important;
  opacity: 1 !important
}

/* Firefox 19+ */
.placeholder_view .box-field__input:-moz-placeholder {
  color: #959595 !important;
  opacity: 1 !important
}

/* Firefox 18- */
.placeholder_view .box-field__input:-ms-input-placeholder {
  color: #959595 !important;
  opacity: 1 !important
}

.costing-form::-webkit-input-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

.costing-form::-moz-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

/* Firefox 19+ */
.costing-form:-moz-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

/* Firefox 18- */
.costing-form:-ms-input-placeholder {
  color: #959595 !important;
  opacity: 0 !important
}

.defolt-form .box-field__input-wrap {
  width: 75%;
  position: relative;
}

.defolt-form .box-field__input, .defolt-form .box-field__textarea {
  width: 100%;
  height: 60px;
  padding: 6px 15px;
  border: 1px solid #e6e6e6;
}

.defolt-form .box-field_long-lab .label {
  width: 47.5%;
}

.defolt-form .box-field_long-lab .box-field__input-wrap {
  width: 52.5%;
}

.fix-form__wrapper.fix-form__wrapper-order .defolt-form .box-field_groupe .box-field__input-wrap, .fix-form__wrapper.fix-form__wrapper-order .defolt-form .box-field__input-wrap_short {
  width: 32.15%;
}

.defolt-form .box-field__input-wrap_left {
  padding-right: 10px;
}

.defolt-form .box-field_groupe .box-field__input-wrap:last-child {
  padding-left: 10px;
}

.defolt-form .box-field__input-wrap_date {
  position: relative;
}

.defolt-form .box-field__input-wrap_date .box-field__input {
  padding-right: 50px;
}

.defolt-form .calendar {
  display: block;
  position: absolute;
  top: 12px;
  right: 15px;
  width: 39px;
  height: 36px;
  background: url('../img/img_icon_date.png') no-repeat;
  cursor: pointer;
}

.defolt-form .box-field__input-wrap_left .calendar {
  right: 25px;
}

.box-field__input-wrap_moto .box-field__input {
  padding-right: 110px;
}

.box-field__input-wrap_moto span {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  font-family: 'Fira Sans', sans-serif;
  line-height: 20px;
  font-weight: 400;
  color: #959595;
  text-transform: uppercase;
}

.defolt-form .box-field__textarea {
  height: 180px;
  vertical-align: top;
  max-width: 100%;
  min-width: 100%;
}

.defolt-form .box-field_textarea .label {
  padding-top: 20px;
  vertical-align: top;
}

.defolt-form .form-section {
  padding: 57px 60px 35px;
  border-bottom: 1px solid #e6e6e6;
}

.defolt-form .form-section_cont {
  padding: 20px 60px 60px;
  border: none;
}

.defolt-form .form-section_cont h2 {
  padding-bottom: 7px;
}

.fix-form__wrapper.fix-form__wrapper-order .defolt-form .box-field__input_short {
  width: 81.5%;
}

.block-checkbox {
  overflow-y: hidden;
  padding: 35px 0 52px;
}

.defolt-form .block-checkbox input[type="checkbox"] {
  display: none;
}

.defolt-form .block-checkbox input[type="checkbox"] + label {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: 1px solid #e6e6e6;
  padding: 7px;
  float: left;
}

.defolt-form .block-checkbox input[type="checkbox"] + label:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #f36f21;
  transition: background-color 0.2s linear;
}

.defolt-form .block-checkbox input[type="checkbox"]:checked + label:before {
  background-color: #f36f21;
  background-image: url('../img/check.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.defolt-form .confirm-text {
  float: left;
  margin: 0 0 0 -60px;
  padding: 0 0 0 100px;
  width: 100%;
  font-size: 14px;
  color: #8c8c8c;
}

.defolt-form .button_block {
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
  background: #f36f21;
  color: #FFF;
}

.defolt-form .button_block:hover {
  background: #fff;
  color: #f36f21;
}

/* END WARRANTY */
/* FORM TO */
.box-order {
  padding-bottom: 60px;
}

.box-order .box-tab-cont {
  padding: 0;
}

.defolt-form_to .box-field__input-wrap {
  max-width: 415px;
}

.fix-form__wrapper.fix-form__wrapper-order .defolt-form_to .box-field__input-wrap_short {
  max-width: 285px;
}

.defolt-form_to .box-field__input-wrap_moto {
  max-width: 174px;
}

.defolt-form_to .box-field__input-wrap_moto .box-field__input {
  padding-right: 50px;
}

.defolt-form .form-section_order {
  padding: 20px 60px 60px;
  border: none;
}

.defolt-form .form-section_order h2 {
  padding-bottom: 50px;
}

.defolt-form .box-fields span {
  width: 3%;
  min-width: 50px;
  display: inline-block;
  margin-right: -6px;
  vertical-align: middle;
  font-family: 'Fira Sans';
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  color: #b3b3b3;
}

.defolt-form .box-fields__header .box-field__input-wrap {
  padding-bottom: 10px !important;
}

.defolt-form .box-fields .input-wrap_name {
  width: 30.8%;
}

.defolt-form .box-fields .input-wrap_num {
  width: 16.6%;
}

.defolt-form .box-fields .input-wrap_name-text {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: normal;
}

.defolt-form .box-fields .input-wrap_quantity {
  width: 11.7%;
}

.defolt-form .box-fields .input-wrap_note {
  width: 37.9%;
}

.defolt-form .box-fields {
  margin: 0 -10px;
  width: initial;
}

.defolt-form .box-fields .box-field__input-wrap, .defolt-form .box-fields span {
  padding: 0 10px 20px;
}

.defolt-form .box-fields .input-wrap_name .box-field__input, .defolt-form .box-fields .input-wrap_num .box-field__input, .defolt-form .box-fields .input-wrap_note .box-field__input {
  padding-left: 30px;
}

.box-order .box-tab-link {
  padding: 19px 0 55px;
}

/* END FORM TO PARTS*/
/* FORM TO */
.box-order-1 .defolt-form .box-field_groupe .box-field__input-wrap, .box-order-1 .defolt-form .box-field__input-wrap_short {
  max-width: 208px;
}

.box-order-1 .defolt-form .form-section_order h2 {
  padding-bottom: 10px;
}

.box-order-1 .defolt-form .button_block {
  margin-top: 60px;
}

.box-order-2 .defolt-form .button_block {
  margin-top: 60px;
}

.form-section_send h2 {
  padding: 0 0 50px;
}

.box-field__file {
  display: none;
}

.box-field__template, .box-field__completed {
  width: 85px;
  height: 101px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.box-field__template {
  font-size: 101px;
}

.box-field__template.pdf:before {
  content: "\e903";
  font-family: "icomoon";
  line-height: 1;
  color: #f36f21;
}

.box-field__template.xls:before {
  content: "\e906";
  font-family: "icomoon";
  line-height: 1;
  color: #f36f21;
}

.box-field__template.doc:before, .box-field__template.docx:before {
  content: "\e905";
  font-family: "icomoon";
  line-height: 1;
  color: #f36f21;
}

.box-field__completed {
  background: url('../img/img_completed.png');
}

.form-section_send .box-field {
  width: 50%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: top;
}

.form-section_send .label {
  width: 100%;
}

.label__text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 85px);
  padding-left: 38px;
  line-height: 30px;
  cursor: pointer;
}

.error-mes {
  position: absolute;
  top: 0;
  left: 0;
  background: #f36f21 url('../img/error_icon.png') no-repeat 95% center;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 20px 40px 20px 20px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.tab-title_mob {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Fira Sans';
  display: none;
  vertical-align: middle;
  width: 100%;
  height: 61px;
  padding: 0 25px;
  text-align: center;
  border-top: 2px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

/* .tab-wrap_adv .tab-title_mob{margin: 0px -30px 0;} */
.tab-title_mob span {
  display: table-cell;
  vertical-align: middle;
  height: 61px;
}

.box-tab-cont .slick-arrow {
  top: 23px;
}

.box-tab-cont .box-slider .slick-arrow {
  top: auto;
  background-color: transparent !important;
}

.box-tab-cont .slick-next {
  right: 20px;
  left: auto;
}

.box-tab-cont .slick-prev {
  left: 20px;
  right: auto;
  z-index: 33;
}

/* END FORM TO */
/* CATEGORY */
.box-category-list {
  position: relative;
}

.category__list {
  margin-right: -11px;
  margin-left: -11px;
  margin-bottom: 25px;
}

.category__item {
  padding: 0 11px  22px 11px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
}

.category__cont {
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  overflow: hidden;
}


@media (min-width:481px) {
  .category__cont {
    height: 455px;
  }
}


.category__cont:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.category__link-wrap {
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 101%;
  color: #fff;
  font-family: "Fira Sans";
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}

.category__link {
  display: table-cell;
  height: 80px;
  padding: 0 72px 0 36px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s linear;
}

.category__cont:hover .category__link {
  background-color: #f36f21;
}

.category__cont:hover .category__link:before {
  content: "";
  display: block;
  width: 21px;
  height: 17px;
  background: url('../img/icon_list.png') no-repeat;
  position: absolute;
  bottom: 50%;
  right: 29px;
  transform: translateY(50%)
}

/* END CATEGORY */
/* ABOUT */
.box-about h1 {
  padding: 20px 0 35px;
}

.box-about__img {
  width: 100%;
  height: 403px;
  background: url('../img/img_about_1.jpg') no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}

.box-about__info {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #00734a;
  width: 552px;
  max-width: 100%;
  height: 201px;
  padding: 38px 38px;
  font-family: "Fira Sans";
  font-size: 39px;
  line-height: 46px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.priority__list {
  margin: 0 -35px 60px;
}

.priority__item {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  width: 25%;
  padding: 10px 35px 0;
}

.priority__item:first-child .priority__cont {
  float: right;
}

.priority__item:last-child .priority__cont {
  float: left;
}

.priority__cont {
  width: 100%;
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
}

.priority__img {
  width: 100%;
  height: 73px;
  margin: 50px 0 30px;
}

.priority__cont img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}


/* 
.place__list {
  list-style-type: none;
  background-color: #f2f2f2;
  padding: 60px 13%;
  margin: 40px 0;
} */


.place__percent {
  text-align: right;
  font-size: 30px;
  margin-right: -20px;
}

/
/
.place__item {
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  width: 25%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

/
/
.place__item img {
  display: block;
  margin: 18px auto 31px;
  max-width: 100%;
}

.place__list {
  margin-bottom: 40px;
  padding-left: 0!important;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.place__item {
  display: inline-block;
  letter-spacing: normal;
  width: 49%;
}

.place__item:nth-child(2n-1) {
  margin-right: 2%;
}

.place__item {
}

.project__list {
  margin: 23px -1.2px 40px;
}

.project__item {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  width: 33.3333%;
  padding: 1.2px;
}

.project__link {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.place__item-img {
  width: 100%;
  margin-bottom: 25px;
}

.place__item-img:last-child {
  margin-bottom: 0;
}

.place__item-hint {
  font-size: 14px;
  line-height: 1.2;
  color: #999;
}

.partners__list {
  margin: 0 0px 25px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.partners__item {
  width: 50%;
  padding: 0px 20px 0px;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  text-align: center;
  letter-spacing: normal;
}

.partners__img {
  display: table;
  height: 100%;
  width: 100%;
}

.partners__img-cont {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.partners__item img {
  max-width: 100%;
  margin: 0 auto;
}

.partners-slider .slick-dots {
  top: initial;
  left: 0;
  bottom: 7px;
}

.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

.slick-dots button {
  border-radius: 50%;
  background-color: #d9d9d9;
  border: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slick-active button {
  background-color: #f36f21;
}

.bug {
  position: absolute;
  top: -25px;
  right: 105px;
}

/* END ABOUT */
/* UP-BUTTON */
.up-link {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  left: 20px;
  top: -110px;
}

.up-link:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.arrow-up {
  position: absolute;
  display: block;
  width: 32px;
  height: 38px;
  top: 50%;
  left: 50%;
  margin: -19px 0 0 -16px;
  background: url('../img/icon_up.png');
}

/* END UP-BUTTON */
/* DROP MENU */
.menu__tab-cont {
  position: absolute;
  width: calc(100% + 100px);
  background-color: #f2f2f2;
  padding: 34px 20px;
  z-index: -1;
  margin: 0 -40px;
}

.submenu__col {
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  padding: 0 20px;
}

.submenu__col-25 {
  width: 20%;
}

.submenu__col-33 {
  width: 33.3333%;
}

.submenu__list {
  padding: 0 120px;
  margin: 0 -20px 0px;
  max-height: 650px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.submenu__item, .drop-menu__item {
  list-style-type: none;
}

.drop-menu__item {
  margin-bottom: 10px;
}

.drop-menu__item:last-child {
  margin-bottom: 0;
}

.drop-menu__title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
  margin: 0 0 16px;
  padding: 13px 0 22px;
  border-bottom: 3px solid #f36f21;
  display: block;
}

.drop-menu__title:hover {
  color: #f36f21;
}

.drop-menu__list {
  margin-bottom: 30px;
}

.drop-menu__list .drop-menu__title:hover {
  text-decoration: underline;
}

.drop-menu__link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.drop-menu__link:hover {
  text-decoration: underline;
}

.sx-list {
  width: 100%;
  background: #f36f21;
  padding: 0 0;
}

.sx-list__item {
  background: #f36f21;
  list-style-type: none;
  border-bottom: 1px solid #FFF;
}

.sx-list__item:last-child a {
  border-bottom: none;
}

.sx-list__item a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 27px 0 27px 40px;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
}

.sx-list__item a:before {
  display: block;
  content: '';
  background: url('../img/icon_list.png') left top;
  width: 21px;
  height: 20px;
  position: absolute;
  font-size: 15px;
  left: 10px;
  top: 50%;
  margin-top: -10px
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 54;
}

/* DROP MENU */
.arrow-number-subcategory {
  display: none;
  background: url('../img/icon_list.png') left top;
  width: 21px;
  height: 20px;
  position: absolute;
  font-size: 15px;
  right: 15px;
  bottom: 15px;
  margin-top: 0
}

.box-services-list_text-pad {
  width: 100%;
  min-width: 135px;
  max-width: 170px;
}

/*================================================================================| FOOTER |================================================================================*/
footer {
  background: #ebebeb;
  text-align: left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  min-width: 320px;
}

.footer-top {
  padding: 51px 0 15px 0;
  border-bottom: 2px solid;
  border-color: rgba(0, 0, 0, 0.2)
}

.footer-col-wrap {
  width: 79%;
  display: inline-block;
  margin-right: -3px;
  vertical-align: top;
}

.footer-col-nav {
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 0 0;
  padding: 20px 25px 10px 0;
}

.footer-col-nav_2 {
  width: 27%;
}

.footer-col-nav_3 {
  width: 25%;
}

.footer-col-nav_4 {
  width: 22%;
}

.footer-col-nav_contact {
  text-align: left;
  width: 21%;
  padding-right: 0px;
}

.footer-title {
  display: block;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Fira Sans';
  color: #000000;
  padding: 10px 0 10px 0;
}

.footer-title + .footer-title {
  padding-top: 15px;
}

.footer-title a {
  font-size: 23px;
  line-height: 22px;
  font-family: 'Fira Sans';
  color: #000000;
}

.footer-title a:hover {
  color: #f36f21;
}

.footer-nav {
  padding: 10px 0 0 0;
}

.footer-nav__item {
  display: block;
  list-style-type: none;
  padding: 5px 0 7px 0;
}

.footer-nav__link {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
}

.footer-nav__link:hover {
  color: #f36f21;
}

.footer-info-string {
  display: flex
}

.footer-info-string .footer-info-pic {
  margin-right: 5px;
  min-width: 1.5rem
}

.footer-info-pic .phone {
  padding-top: 0.2rem;
}

.footer-tel__wrapper .footer-tel:first-child {
  margin-bottom: 0
}

.footer-tel {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Fira Sans';
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-tel a {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Fira Sans';
  color: #000000;
  text-transform: uppercase;
}

.footer-tel a:hover {
  color: #f36f21;
}

.footer-email {
  margin-bottom: 10px;
}

.footer-email a {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}

.footer-email a:hover {
  color: #f36f21;
}

.footer-address {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Fira Sans';
  color: #000000;
  margin-bottom: 10px;
}

.footer-social {
  padding: 18px 0 0 0;
  display: flex;
}

.footer-social .social {
  margin-right: 1rem
}

.footer-social .social:last-child {
  margin-right: 0
}

.footer-social__icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 24px;
  background: url(../img/social_icon.png) no-repeat center center;
}

.footer-social__icon_1 {
  width: 12px;
  height: 24px;
  background-position: left top;
}

.footer-social__icon_2 {
  width: 26px;
  height: 24px;
  background-position: -41px top;
}

.footer-social__icon_3 {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 24px;
  width: 26px;
  height: 24px;
  background: url(../img/icon-instagram.png) no-repeat center center;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
}

.copy {
  padding: 0 0 0 0;
  font-family: Fira Sans;
  font-size: 18px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.4);
}

/*.footer-col_bottom-nav{width:37%;}*/
.footer-nav_inline {
  margin-left: -55px;
  padding-top: 0px;
}

.footer-nav_inline .footer-nav__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 55px;
  padding-top: 2px;
}

.footer-developer {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.footer-developer__text {
  display: block;
  padding: 0 0 10px 0;
}

.box-advantages__buttons .button:last-child {
  margin-right: auto;
}

.footer-info-string .sitemap a {
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap
}

@media screen and (min-width: 1501px) {
  .subcategory__text {
    padding-right: 83px;
  }
}

@media screen and (max-width: 1500px) {
  .main-nav-list__item {
    padding-left: 3%;
    padding-right: 3%;
  }

  .wrapper {
    padding-left: 75px;
    padding-right: 75px
  }

  header .wrapper {
    padding-right: 130px;
  }

  .box-lang {
    right: 70px;
  }

  .box-search {
    right: 130px;
  }

  .slider-description {
    padding-left: 360px;
    padding-right: 130px;
  }

  .footer-nav_inline {
    margin-left: -30px;
  }

  .footer-nav_inline .footer-nav__item {
    margin-left: 30px;
  }

  /*.footer-tel a{font-size:33px;}*/
  .button-news a {
    display: flex;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #007136;
  }

  .button-news a img {
    margin-left: 10px;
  }

  .back-right .back__text {
    padding-right: 110px;
  }

  .back-left .back__text {
    padding-left: 110px;
  }

  .back__arrow {
    width: 170px;
  }

  .defolt-form .box-fields .input-wrap_quantity {
    width: 15.1%;
  }

  .defolt-form .box-fields .input-wrap_note { /* width:31.5%;*/
    width: 29.6%;
  }

  .defolt-form .box-fields .input-wrap_num {
    width: 21.6%;
  }

  .defolt-form .box-fields .input-wrap_name {
    width: 28.8%;
  }

  .menu__tab-cont {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .submenu__col {
    padding: 0 20px;
  }

  .bug {
    right: 75px;
  }
}

@media screen and (max-width: 1300px) {
  .main-nav-list__item {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .wrapper {
    padding-left: 40px;
    padding-right: 40px
  }

  header .wrapper {
    padding-right: 100px;
  }

  .box-search {
    right: 100px;
  }

  .slider-description {
    padding-left: 360px;
    padding-right: 70px;
  }

  .box-lang__link {
    right: -25px;
  }

  .box-lang__link:hover {
    position: relative;

&:before {
   content: "";
   position: absolute;
   left: 0;
   top: 20px;
   width: 100%;
   border-top: 3px solid #f36f21;
 }
}

.footer-tel a {
  font-size: 28px;
  line-height: 35px;
}

.box-news-list .slick-next {
  right: 205px;
}

.numbers-news {
  right: 225px;
}

.box-news-list .slick-prev {
  right: 316px;
}

.back__text {
  font-size: 16px;
}

.category__link {
  font-size: 17px;
}

.priority__item {
  padding: 10px 10px 0;
}

.priority__list {
  margin: 0 -10px 60px;
  text-align: center;
}

.submenu__col-33 {
  width: 50%;
}

.partners__item {
  width: 100%;
}

.nav-tab-list__item_small {
  max-width: 27%;
}

.nav-tab-list__item_md {
  max-width: 36%;
}

.nav-tab-list__item_lg {
  max-width: 37%;
}

.bug {
  right: 40px;
}

}
@media screen and (min-width: 1201px) {
  .md-show {
    display: none;
  }

  .box-news {
    margin-bottom: -20px;
  }

  .main-news_pic {
    height: 270px;
  }

  .main-news_pic img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px){
  .box-slider_advantages .box-slider__img {
    height: 500px!important;
  
  }
}

@media screen and (max-width: 1200px) {
  .inner-page .content {
    padding: 0px 50px 0px;
  }

  aside {
    width: 295px;
  }

  .inner-cont {
    width: 100%;
    /* margin-left: -295px;
    padding-left: 315px; */
    float: right;
  }

  .box-bread-crumbs {
    width: 100%;
    /*    margin-right: -50px;*/
    /* margin-left: -295px;
    padding-left: 315px; */
  }

  .main-nav-list {
    padding-right: 0px;
  }

  .main-nav-list__item {
    padding-left: 1.6%;
    padding-right: 1.6%;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px
  }

  .col-inf_1, .col-inf_2 {
    width: 50%;
  }

  .col-inf_3 {
    width: 100%;
    height: 285px;
  }

  .one-block-inf {
    display: inline-block;
    width: 50%;
    height: 100%;
    margin-right: -3px;
    vertical-align: top;
  }

  .one-block-inf__text {
    left: 8%;
    bottom: 19%;
  }

  .footer-col-wrap {
    width: 68%;
  }

  /*.footer-col-nav_contact{width:32%;}*/
  .footer-col-nav_1, .footer-col-nav_2, .footer-col-nav_3, .footer-col-nav_4 {
    width: 50%;
  }

  /*.footer-tel a{font-size:36px;line-height:48px;}*/
  .footer-col-bottom-dev {
    width: 16%;
  }

  /*.footer-col_bottom-nav{width:44%;}*/
  .box-advantages__buttons .button {
    display: inline-block;
    margin-right: 15px;
    width: 45%;
  }

  header .wrapper {
    padding-right: 90px;
  }

  .box-search {
    right: 90px;
    width: 108px;
  }

  .main-nav {
    padding: 0 108px 0 0;
  }

  .slider-description {
    /* padding-left: 340px; */
    padding-left: 300px;
    padding-right: 10px;
    width: calc(100% - 150px)
  }

  .box-next-screen {
    left: 70px;
  }

  .box-news-list .slick-next {
    left: 180px;
    right: auto;
  }

  .numbers-news {
    left: 53px;
    right: auto;
  }

  .box-news-list .slick-prev {
    left: 70px;
    right: auto;
  }

  .slider-wrap .slick-prev {
    left: 200px;
  }

  .slider-wrap .slick-next {
    left: 420px;
  }

  .aside__link span {
    padding: 0 20px;
  }

  .box-timer {
    left: 280px;
  }

  .new-box-timer {
    right: 75px;
  }

  .box-slider_advantages {
    height: 627px;
  }

  .box-slider_advantages .slider-description {
    width: 100%;
    max-width: initial;
    height: 190px;
    padding: 10px 240px 10px 10px;
    top: 410px;
  }

  .box-slider_advantages .box-slider__img {
    height: 410px;

  }

  a.box-slider__img.fancybox-model-img {
    width: 100%!important;
  }

  .box-slider_advantages .slider-description {
    width: 100%;
    top: 0;
    height: auto;
  }


  .slider-description-text__cont {
    height: 170px;
  }

  .box-slider_advantages .box-timer {
    right: 75px;
  }

  .box-slider_advantages .slider-wrap .slick-prev {
    right: 185px;
  }

  .box-slider_advantages .slider-wrap .slick-next {
    right: 25px;
  }

  .active.back-left {
    right: 0%;
    z-index: 4;
  }

  .active.back-right {
    left: 0%;
    z-index: 4;
  }

  .back-left, .back-right {
    width: 100%;
  }

  .back-left .back__text {
    padding-left: 120px;
  }

  .back-right .back__text {
    padding-right: 120px;
  }

  .box-slider .slider-description-text__cont {
    height: 105px;
  }

  .box-slider_product .slick-prev {
    bottom: 50%;
    left: 0;
  }

  .box-slider_product .slick-next {
    bottom: 50%;
    right: 0;
    left: auto;
  }

  .defolt-form .label, .defolt-form .box-field__input, .defolt-form .box-field__textarea, .box-field__input-wrap_moto span {
    font-size: 14px;
  }

  .defolt-form .box-fields .input-wrap_name, .defolt-form .box-fields .input-wrap_num, .defolt-form .box-fields .input-wrap_quantity, .defolt-form .box-fields .input-wrap_note {
    width: 50%;
  }

  .defolt-form .box-fields .input-wrap_name {
    width: 70%;
  }

  .defolt-form .box-fields .input-wrap_num {
    width: 30%;
  }

  .defolt-form .box-fields .input-wrap_quantity {
    width: 30%;
  }

  .defolt-form .box-fields .input-wrap_note {
    width: 70%;
  }

  .defolt-form .box-fields span {
    display: block;
  }

  .defolt-form .box-fields .input-wrap_name .box-field__input, .defolt-form .box-fields .input-wrap_num .box-field__input, .defolt-form .box-fields .input-wrap_note .box-field__input {
    padding-left: 15px;
  }

  .category__link {
    padding-right: 20px;
  }

  .label__text {
    padding-left: 20px;
  }

  .md-hide {
    display: none;
  }

  .col-news_66 {
    width: 100%;
    padding: 0;
  }

  .col-news_50, .box-news-list {
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
  }

  .box-news-list {
    padding-right: 0;
  }

  /*.col-news img{width:100%;max-width:250px;}*/
  .submenu__col-25 {
    width: 50%;
  }

  .box-about__img {
    height: 525px;
    width: calc(100% + 50px);
  }

  .box-about__info {
    width: 100%;
    height: 120px;
    padding: 23px 14% 0 36px;
    font-size: 30px;
    line-height: 40px;
  }

  .priority__item {
    width: 50%;
  }

  .priority__item:first-child .priority__cont, .priority__item:last-child .priority__cont {
    float: none;
  }

  .priority__img {
    margin: 30px 0 30px;
  }

  .priority__list {
    margin: 0 -10px 35px;
  }

  .project__item {
    width: 50%;
  }

  .project__item:last-child {
    width: 100%;
    padding-right: 0;
  }

  .project__link {
    height: 280px;
  }

  .category__cont:hover .category__link:before {
    display: none;
  }

  .button__arrow {
    margin: -1px 0 0 6px;
  }

  .project__item {
    margin-right: -3px;
    padding: 1px;
  }

  .box-slider__item {
    padding-right: 0;
  }

  .box-fields__header {
    display: none;
  }

  .show-placeholder-1200 .box-field__input::-webkit-input-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  .show-placeholder-1200 .box-field__input::-moz-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  /* Firefox 19+ */
  .show-placeholder-1200 .box-field__input:-moz-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  /* Firefox 18- */
  .show-placeholder-1200 .box-field__input:-ms-input-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }
}

.show_1000 {
  display: none;
}

.hide_1000 {
  font-size: 14px;
  line-height: 24px;
}

.hide_1000 ul li,
.hide_1000 ol:not([class]) > li {
  font-size: 14px;
  line-height: 21px;
}

.hide_1000 ol:not([class]) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1080px) {
  .slide-title {
    font-size: 20px;
  }
  .js-tab-list .nav-tab-list__link {
    width: 100%;
    text-align: center;
  }

  .nav-tab-list-wrap:after {
    height: 1px;
  }

  .nav-tab-list-wrap .slick-next {
    left: auto;
    right: 15px;
    top: 50%;
    margin-top: -10px;
  }

  .nav-tab-list-wrap .slick-prev {
    left: 15px;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
  }

  .defolt-form .label, .defolt-form .box-field__input-wrap, .defolt-form .box-field_long-lab .label, .defolt-form .box-field_long-lab .box-field__input-wrap, .defolt-form .box-field__input-wrap_short, .defolt-form .box-field__input-wrap_left, .defolt-form .box-field_groupe .box-field__input-wrap {
    width: 100%;
    padding: 0px;
  }

  .defolt-form_garanty .box-field_groupe .box-field__input-wrap:last-child {
    margin: 20px 0 0;
    padding: 0;
  }

  .defolt-form_to .box-field__input-wrap_short {
    max-width: none;
  }

  .defolt-form .label {
    padding-bottom: 10px !important;
  }

  .fix-form__wrapper.fix-form__wrapper-order .defolt-form .box-field {
    max-width: 415px;
    margin: 0 auto 20px auto;
  }

  .box-order-1 .defolt-form .form-section_order h2, .box-order-2 .defolt-form .form-section_order h2 {
    text-align: center;
  }

  .form-section_send .box-field {
    width: 100%;
    margin-bottom: 40px;
  }

  .box-order-2 .defolt-form_to .box-field__input-wrap_moto {
    max-width: 285px;
  }

  .defolt-form .form-section_details .box-fields span {
    position: absolute;
    left: -35px;
    top: 10px;
  }

  .defolt-form .form-section_details .box-fields {
    position: relative;
  }

  .show_1000 {
    display: block;
  }

  .hide_1000 {
    display: none;
  }

  .nav-tab-list-wrap.hide_1000 {
    display: block;
  }

  .nav-tab-list-wrap.hide_1000 .tab-title_mob {
    display: none;
  }
  .subcategory__button {
    margin-left: 0px;
    text-align: center;
  }

  .subcategory__img {
    width: 50%;
  }

  .subcategory__text {
    width: 50%;
  }

  .defolt-form_garanty .box-field__input-wrap_short {
    width: 100%;
  }

  .defolt-form .form-section_cont h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .block-checkbox {
    max-width: 415px;
    margin: 0 auto 0 auto;
    padding-top: 10px;
  }

  .defolt-form .block-checkbox input[type="checkbox"] + label {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }

  .confirm-checkbox {
    float: none;
  }

  .defolt-form .confirm-text {
    float: none;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
  }

  .box-slider_product {
    margin-top: 0;
  }

  .box-slider_product .slider-description {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }

  .box-slider_product .slider-description-text {
    float: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  .box-slider_product .slide-title br {
    display: none;
  }

  .box-slider_product .slick-next {
    right: 0px;
  }

  .box-slider_advantages {
    height: 755px;
  }

  .box-slider_advantages .slider-description {
    padding: 50px 20px 140px 50px;
    height: 345px;
  }

  .box-slider_advantages .slider-description-text {
    height: auto;
    display: block;
  }

  .box-slider_advantages .slider-description-text__cont {
    height: auto;
    display: block;
  }

  .box-slider_advantages .box-timer {
    right: 50%;
    margin-right: -43px;
    bottom: 60px;
  }

  .box-slider_advantages .new-box-timer {
    right: 50%;
    bottom: 60px;
    margin-right: -42px;
  }

  .box-slider_advantages .slider-wrap .slick-prev {
    right: auto;
    left: 30%;
    bottom: 92px;
  }

  .box-slider_advantages .slider-wrap .slick-next {
    right: 30%;
    bottom: 92px;
  }

  .box-form {
    float: none;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-costing h2 {
    width: 100%;
  }

  .box-sales {
    float: none;
    width: 100%;
    padding-top: 30px;
    text-align: left;
  }

  .box-sales__photo {
    display: inline-block;
    vertical-align: top;
  }

  .box-sales__text {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -145px;
    padding: 0 0 0 170px;
    width: 100%;
  }

  .box-sales__position {
    padding-bottom: 25px;
  }

  .box-back {
    margin-top: 25px;
  }

  .box-advantages__buttons .button_green .button__arrow {
    display: none;
  }

  .back_1000 .back-left {
    margin-right: 0 !important;
    right: 0px !important;
  }

  .back_1000 .back-right {
    display: none;
  }

  .back__arrow_right {
    display: none !important;
  }

  /* .hide-label{display:none!important;} */
  .costing-form::-webkit-input-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  .costing-form::-moz-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  /* Firefox 19+ */
  .costing-form:-moz-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  /* Firefox 18- */
  .costing-form:-ms-input-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  .bug {
    display: none;
  }

  .nav-tab-list {
    border-top: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
  }

  .nav-tab-list__item.active .nav-tab-list__link {
    border: none;
  }

  .back-left .back__text {
    /*padding-right: 140px;*/
    padding-right: 44px;
    display: inline-block;
  }

  .tab-title_mob {
    /* display: table; */
  }

  .label__text {
    white-space: normal;
  }

  .subcategory__img {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .opened-block-nav {
    display: block !important;
  }

  .nav-search-form__field {
    display: none;
  }

  .main-nav-list__more {
    display: none;
  }

  .box-tab-cont {
    padding-top: 0px
  }
}

@media screen and (max-width: 991px) {
  header .wrapper {
    padding-right: 30px;
  }

  .main__news-list__item .button_news {
    width: 100% !important;
  }

  .inner-page .content {
    padding: 0px 20px 0px;
  }

  .button-nav {
    display: block;
    position: absolute;
    top: 0;
    margin-top: 30px;
  }

  .logo {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 40px;
  }

  .opened-block-nav {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background: #FFF;
    border-top: 1px solid #000;
  }

  .main-nav {
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
  }

  .main-nav-list__item {
    width: 100%;
    background: #f2f2f2;
    padding: 0px 20px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
  }

  .main-nav-list__item:first-child .submenu__list {
    max-height: none;
  }

  .main-nav-list__item:nth-child(2) .submenu__col-25 {
    width: auto;
  }

  .main-nav-list__item.active {
    border-top: 3px solid transparent;
  }

  .main-nav-list__link {
    position: relative;
    padding: 24px 0px;
  }

  .main-nav-list__more {
    display: block;
    width: 16px;
    height: 16px;
    background: url('../img/plus_icon.png') no-repeat;
    position: absolute;
    right: 20px;
    top: 36px;
    margin-top: -8px;
  }

  .open-submenu .main-nav-list__more {
    display: block;
    width: 16px;
    height: 16px;
    background: url('../img/min_icon.png') no-repeat;
    position: absolute;
    right: 20px;
    top: 36px;
  }

  .open-submenu, .submenu__col {
    background: url('../img/submenu_bg.png') repeat;
  }

  .open-submenu .box-submenu {
    display: block;
    height: initial;
    opacity: 1;
    padding: 0 20px 0;
    width: auto !important;
  }

  .open-submenu1 .drop-menu__title {
    color: #f36f21;
  }

  .drop-menu__list {
    /*display: none;*/
    padding-left: 20px;
    margin-bottom: 0;
  }

  .open-submenu1 .drop-menu__list {
    display: block;
    padding-left: 20px;
    margin-bottom: 0;
  }

  .box-submenu {
    position: static;
  }

  .submenu__col {
    width: 100%;
  }

  .drop-menu__title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 12px 0;
    text-transform: none;
    margin: 0 0;
    border-bottom: none;
    display: block;
  }

  .box-lang {
    top: 0px;
    right: 20px;
    height: 83px;
    width: initial;
    padding-top: 30px;
  }

  .box-lang__link {
    right: 0;
    display: block;
    width: 100%;
    height: initial;
    padding: 0;
    text-align: right;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #cccccc;
    font-family: 'Helios';
    background: transparent;
  }

  .box-search { /* width:100%;display:inline-block;vertical-align:top;height:90px;position:static;background:#fff;*/
    display: none;
  }

  .box-search__link {
    padding-top: 30px;
  }

  .box-search__icon {
    width: 29px;
    height: 29px;
    background-size: 29px 58px;
    position: absolute;
    right: 10px;
  }

  .col-inf_1, .col-inf_2 {
    width: 50%;
  }

  .col-inf_3 {
    width: 100%;
  }

  .footer-tel a {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-social__icon {
    margin-left: 0px;
    margin-right: 24px;
  }

  /*.footer-col_copy, .footer-col_bottom-nav, .footer-col-bottom-dev{width:100%;}*/
  .footer-col-bottom-dev {
    text-align: left;
  }

  .box-services-list__text {
    font-size: 21px;
    line-height: 27px;
    left: 30px;
  }

  .box-services-list__link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-nav_inline {
    margin-left: -15px;
    margin-top: -7px;
  }

  .footer-nav_inline .footer-nav__item {
    margin-left: 15px;
    padding-bottom: 2px;
  }

  .slider-wrap .slick-prev {
    left: 120px;
  }

  .slider-wrap .slick-next {
    left: 300px;
  }

  .slider-description {
    padding-left: 255px;
    width: calc(100% - 100px);
  }

  .box-next-screen {
    left: 30px;
  }

  .box-button-more {
    width: 170px;
  }

  .other-page .button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    height: 50px;
    padding-top: 16px;
  }
  .box-button-more .button{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .button__arrow {
    margin-left: 8px;
  }

  .slider-description-text {
    margin-right: -170px;
    padding-right: 180px;
  }

  .slider-description-text__cont p {
    font-size: 15px;
    line-height: 19px;
  }

  .slider-inf {
    padding-top: 150px;
    padding-bottom: 27px;
  }

  .slider-inf .list {
    padding-top: 18px;
  }

  .box-slider {
    height: 700px;
  }

  .inf-about {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 30px;
  }

  .aside__link .aside__arrow-wrap {
    padding-right: 40px;
  }

  .aside__link .aside__arrow {
    width: 20px;
    height: 10px;
    right: 10px;
    margin-top: -10px;
    padding: 0;
  }

  .box-timer {
    left: 175px;
  }

  .box-news-list .slick-next {
    left: 160px;
    right: auto;
  }

  .numbers-news {
    left: 53px;
    right: auto;
  }

  .box-news-list .slick-prev {
    left: 50px;
  }

  .col-news_33 {
    width: 25%;
  }

  .news-list__item {
    width: 100%;
    padding-right: 0;
  }

  .box-advantages__buttons .button {
    font-size: 13px;
    padding-top: 13px;
  }

  .box-advantages__buttons .button_green {
    padding: 16px 0 0 0;
  }

  .search-form {
    width: 100% !important;
  }

  .opened-search {
    right: 0px;
  }

  .aside__link span {
    padding: 0 30px 0 10px;
  }

  .box-sales__tel a, .box-sales__mail a {
    font-size: 18px;
    line-height: 20px;
  }

  .box-back__title {
    font-size: 15px;
  }

  .box-slider_product .slider-description-text__cont, .box-slider_product .slider-description {
    display: table-cell;
  }

  .box-slider_product .slick-prev {
    left: 0;
  }

  .box-slider_product .slick-next {
    right: 0;
    left: auto;
  }

  .subcategory__text h3, .subcategory__text h3 a {
    font-size: 20px;
    line-height: 26px;
  }

  .defolt-form .label, .defolt-form .box-field__input-wrap, .defolt-form .box-field_long-lab .label, .defolt-form .box-field_long-lab .box-field__input-wrap, .defolt-form .box-field__input-wrap_short, .defolt-form .box-field__input-wrap_left {
    width: 100%;
    padding: 0px;
  }

  .defolt-form .box-field__input_short {
    width: 100%;
  }

  /* .defolt-form .box-field_groupe .box-field__input-wrap{width:50%;} */
  .defolt-form .form-section {
    padding: 40px;
  }

  .category__cont:hover .category__link:before {
    bottom: 20px;
    right: 20px;
  }

  .box-about__img {
    width: calc(100% + 20px);
  }

  .box-about__info {
    font-size: 24px;
    padding: 23px 20px 0 20px;
  }

  .partners__item {
    width: 100%;
  }

  .form-section_send .box-field {
    width: 100%;
    margin-bottom: 30px;
  }

  .form-section_send h2 {
    padding: 0 0 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .tab-wrap_adv .nav-tab-list__item {
    width: 100%;
    max-width: initial;
    height: initial;
  }

  .tab-wrap_adv .nav-tab-list__link, .tab-wrap_adv .nav-tab-list__item.active .nav-tab-list__link {
    border-color: transparent;
  }

  .subcategory__img {
    margin-top: -15px;
  }

  .back__arrow {
    width: 130px;
  }

  .back__img {
    width: 130px;
    margin-left: 50px !important;
  }

  .nav-search-form__field {
    padding: 26px 10px 30px;
  }

  .nav-search-form__field input {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    padding: 10px 30px 10px 10px;
    background: url('../img/nav-search_icon.png') no-repeat 95% center;
    font-size: 14px;
    font-weight: normal;
  }

  .nav-search-form__field input::-webkit-input-placeholder {
    color: #b9b9b9 !important;
    opacity: 1 !important
  }

  .nav-search-form__field input::-moz-placeholder {
    color: #b9b9b9 !important;
    opacity: 1 !important
  }

  /* Firefox 19+ */
  .nav-search-form__field input:-moz-placeholder {
    color: #b9b9b9 !important;
    opacity: 1 !important
  }

  /* Firefox 18- */
  .nav-search-form__field input:-ms-input-placeholder {
    color: #b9b9b9 !important;
    opacity: 1 !important
  }

  .box-slider_advantages .slider-description {
    padding: 20px 20px 140px 20px;
    height: 345px;
  }

  .box-order-1 .defolt-form .box-field_groupe .box-field__input-wrap, .box-order-1 .defolt-form .box-field__input-wrap_short {
    width: 50%;
  }

  .submenu__list {
    display: block;
  }

  .place__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .place__item:nth-child(2n-1) {
    margin-right: 0;
  }
}

.show_767 {
  display: none;
}

.hide_767 {
}

.submenu__col {
  display: block;
}

.submenu__list {
  padding: 0;
}

.inner-cont__text a {
  color: #f36f21;
  text-decoration: underline;
}

.inner-cont__text a:hover {
  color: #f36f21;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .main-page header {
    top: 0px;
  }

  .inner-page .content {
    padding: 0;
  }

  /* .sx-hide {
    display: none;
  } */

  .box-about h2, .box-category h1:not(.catalog__title):not(.page-title), .box-forms-order h1:not(.catalog__title):not(.page-title) {
    /* background-color: #f2f2f2; */
    margin: 0 0px 17px;
    text-align: center;
    font-size: 22px;
    padding: 22px 0;
  }

  .slider-inf {
    padding-top: 100px;
    width: 300px;
  }

  .text-title {
    padding-bottom: 0px;
  }

  .text-title img {
    max-width: 100%;
    display: block;
  }

  .box-list-slider {
    padding-left: 0px;
    text-align: left;
    margin-top: 20px
  }

  .list__item {
    font-size: 16px;
    line-height: 19px;
  }

  .slider-description {
    height: 230px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 90px;
    width: calc(100% - 80px);
  }

  .slider-wrap .slick-prev {
    bottom: 160px;
    left: 100px;
  }

  .slider-wrap .slick-next {
    bottom: 160px;
    left: 270px;
  }

  .box-next-screen {
    left: 20px;
  }

  .slider-description .button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-button-more {
    width: 150px;
  }

  .slider-description-text {
    margin-right: -150px;
    padding-right: 160px;
  }

  .box-services-list__item {
    width: 50%;
  }

  .box-services-list__item:nth-child(3n-2) {
    border-left: 1px solid #3c9475
  }

  .box-services-list__link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-services-list__item:nth-child(1), .box-services-list__item:nth-child(2), .box-services-list__item:nth-child(3), .box-services-list__item:nth-child(4) {
    border-bottom: 1px solid #3c9475;
  }

  .col-inf_1, .col-inf_2 {
    width: 100%;
  }

  .col-inf_1 {
    max-height: 400px;
  }

  .col-inf_3 {
    margin-bottom: -17px;
  }

  .box-news-list .slick-prev {
    left: 20px;
  }

  .numbers-news {
    left: 3px;
  }

  .box-news-list .slick-next {
    left: 100px;
  }

  .footer-col-wrap {
    width: 100%;
  }

  .footer-col-nav_contact {
    background: #dedede;
    width: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-social {
    padding: 25px 0 15px 0;
  }

  .footer-bottom {
    padding: 0 15px 15px 15px;
    background: #fff;
  }

  .footer-bottom, .footer-col-nav_contact {
    /* margin: 0 -30px; */
  }

  .footer-col-bottom-dev {
    padding-top: 24px;
    background: #fff;
    border-top: 2px solid #ebebeb;
  }

  .footer-col_bottom-nav {
    padding: 20px 0px 24px 0;
  }

  .footer-top {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .box-timer {
    left: 145px;
    bottom: 120px;
  }

  .inner-page .main-wrapper {
    padding: 0px;
  }

  .box-advantages__buttons .button {
    display: block;
    margin: 10px auto 0;
    width: 70%;
  }

  .box-bread-crumbs {
    width: 100%;
    float: none;
    padding-left: 0px;
    margin: 0;
  }

  aside {
    width: 100%;
    float: none;
  }

  .aside__link .aside__arrow {
    margin-top: -5px;
  }

  .aside__item .aside__list_sub .aside__link span {
    height: 75px;
  }

  .aside__link span {
    height: 75px;
  }

  .inner-cont {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
  }

  /* .box-tab-cont{padding:25px;} */
  .tab-advantages__text {
    padding: 0 0 0 25px;
  }

  .box-costing h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 35px 10px 20px;
  }

  .tab-wrap {
    padding: 0px 10px;
  }

  .inner-cont__text {
    padding: 0 10px 0px 10px;
  }

  .box-slider .slider-description-text__cont {
    height: 170px;
  }

  .box-slider_product .slick-prev, .box-slider_product .slick-next {
    bottom: 50%;
  }

  .box-slider_product .slick-prev {
    left: 0;
  }

  .box-slider_product .slick-next {
    right: 0;
    left: auto;
  }

  /* .box-subcategory{padding:0 10px;} */
  .up-link {
    width: 40px;
    height: 40px;
    left: 50%;
    top: -50px;
    margin: 0px 0 0 -20px;
  }

  .arrow-up {
    width: 16px;
    height: 19px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -8px;
    background-size: contain;
  }

  .category__list {
    padding-bottom: 50px;
  }

  .defolt-form {
    padding: 0 10px;
  }

  .defolt-form .form-section {
    padding: 20px 10px 0;
    border: none;
  }

  .nav-tab-list-wrap {
    background: #f2f2f2;
    border-bottom: 1px solid #FFF;
  }

  .tab-title_mob {
    background: #f2f2f2;
    border-bottom: 1px solid #FFF;
    border-top-color: transparent;
  }

  .box-tab-cont {
    border: none;
  }

  .nav-tab-list__item.active .nav-tab-list__link {
    border: none;
  }

  .tab-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  .box-field {
    background: none;
  }

  .box-costing .box-field {
    background: #fff;
  }

  .defolt-form .box-field_groupe .box-field__input-wrap {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .defolt-form .box-field_groupe .box-field__input-wrap:last-child {
    margin-top: 1px;
    padding: 0 0 0 0;
  }

  .js-tab-list .nav-tab-list__link {
    border: none;
    letter-spacing: -0.5px;
    padding: 0 35px;
  }

  .defolt-form .box-field__input::-webkit-input-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  .defolt-form .box-field__input::-moz-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  /* Firefox 19+ */
  .defolt-form .box-field__input:-moz-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  /* Firefox 18- */
  .defolt-form .box-field__input:-ms-input-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  .defolt-form .box-field__textarea::-webkit-input-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  .defolt-form .box-field__textarea::-moz-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  /* Firefox 19+ */
  .defolt-form .box-field__textarea:-moz-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  /* Firefox 18- */
  .defolt-form .box-field__textarea:-ms-input-placeholder {
    color: #959595 !important;
    opacity: 1 !important
  }

  .box-field .label:not([class="load-file-label-wrap"]) {
    display: none;
  }

  .form-section_send .box-field .label {
    display: block;
  }

  .box-field__input, .box-field__textarea {
    text-transform: uppercase;
    text-align: center;
  }

  .defolt-form .box-field__input-wrap_date .box-field__input {
    padding-right: 20px;
  }

  .form-section_send h2 {
    display: none;
  }

  .form-section_send {
    background: #FFF;
  }

  .form-section_send .box-field {
    max-width: none;
  }

  .form-section_send .box-field:first-child {
    border-bottom: 1px solid #ebebeb
  }

  .box-form-button {
    margin: 0 -10px;
    padding: 30px;
    background: #FFF;
  }

  .box-form-button .button {
    margin-top: 0px !important
  }

  .defolt-form_to .box-field__input-wrap_moto .box-field__input {
    padding-right: 0px;
    background: transparent;
    position: relative;
    z-index: 1;
  }

  .box-field__input-wrap_moto span {
    top: 20px;
    right: 0px;
    left: 0;
    text-align: center;
    z-index: 0;
  }

  .box-field__input-wrap_moto {
    background: #fff;
  }

  .box-order .box-tab-link {
    padding-bottom: 10px;
  }

  .subcategory__text h3, .subcategory__text h3 a {
    font-size: 20px;
    line-height: 26px;
  }

  .defolt-form .block-checkbox input[type="checkbox"] + label {
    margin: 0 auto 5px;
    display: block;
    width: 60px
  }

  .defolt-form.defolt-form_garanty .form-section {
    padding-top: 0px;
  }

  .defolt-form_garanty {
    padding-top: 20px;
  }

  .defolt-form_garanty .box-field__input-wrap_moto .box-field__input {
    padding-right: 20px;
  }

  .defolt-form_to {
    background-color: #f2f2f2;
  }

  .defolt-form_to .form-section {
    padding: 20px 10px 0;
  }

  .block-checkbox {
    padding-top: 10px;
  }

  .nav-tab-list {
    border-color: transparent;
    overflow-x: auto;
    white-space: nowrap;
  }

  .hide-tab {
    display: none;
  }

  .tab-wrap_adv .nav-tab-list__link, .tab-wrap_adv .nav-tab-list__item.active .nav-tab-list__link {
    /* height: 50px; */
    font-size: 20px;
    height: 75px;
  }

  .other-page .nav-tab-list__link:first-of-type{
    padding: 0;
  }
  .tab-wrap_adv .nav-tab-list__item {
    margin-left: 15px;
  }
  .tab-wrap_adv .nav-tab-list__item {
    margin-right: 25px;
  }

  .other-page—full .container {
    padding: 0;
  }

  .other-page—full .container .box-advantages,
  .other-page—full .container .box-slider.box-slider_product,
  .other-page—full .container .sx-gray,
  .other-page—full .footer .container,
  .other-page—full .footer-bottom .container,
  .other-page—full .mobile-menu .container {
    padding: 0 15px;
  }

  .up-link {
    display: none;
  }

  .defolt-form_garanty {
    background-color: #f2f2f2;
  }

  .box-order-1, .box-order-2 {
    padding-bottom: 0px;
  }

  .box-order .box-tab-link {
    padding: 0px 0 40px;
  }

  .box-warranty {
    padding-bottom: 0px;
  }

  .show_767 {
    display: block;
  }

  .hide_767 {
    display: none;
  }

  .defolt-form_to .box-field__input-wrap_moto {
    max-width: none;
  }

  .box-order-2 .defolt-form_to .box-field__input-wrap_moto {
    max-width: none;
  }

  .box-field__template, .box-field__completed {
    display: block;
    margin: 0 auto;
  }

  .label__text {
    text-align: center;
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
    width: 100%;
  }

  .news-list {
    padding: 0 15px;
  }

  .news-list__item {
    margin-bottom: 30px;
    margin-right: 0;
    
  }

  .more-section-news {
    padding-right: 20px;
  }
  .box-advantages h2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .place__list {
    padding: 0 10px;
  }

  .other-page .box-slider_product .section-title {
    margin-top: 17px;
  }
}

@media screen and (min-width: 641px) {
  .sx-show {
    display: none;
  }

  .box-category .numbers-news {
    display: none;
  }
}

.number-slide-subcategory {
  display: none;
  height: 40px;
  position: relative;
}

.number-slide-subcategory .numbers-news {
  left: 50%;
  margin-left: -45px;
  top: 10px !important;
  color: #000000 !important;
}

.show_640 {
  display: none;
}

.hide_640 {
}

@media screen and (max-width: 640px) {
  .sx-show {
    display: block;
  }

  .box-services {
    background-image: none;
  }

  .box-services-list__item {
    width: 100%;
  }

  .box-services-list__link, .box-services-list__icon {
    height: initial;
  }

  .box-services-list__link {
    padding: 20px 60px 20px 25%;
  }

  .box-services-list__icon {
    display: inline-block;
    width: 140px;
    vertical-align: middle;
  }

  .box-services-list__text {
    display: inline-block;
    vertical-align: middle;
    position: static;
    font-size: 19px;
    line-height: 24px;
  }

  .box-news h1 {
    padding: 0px 0 30px 0;
  }

  .col-news_66 {
    padding: 0 0 40px 0;
    position: relative;
  }

  .button-news .button {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    height: 60px;
    padding-top: 20px;
  }

  .col-news_50, .box-news-list {
    width: 100%;
  }

  .col-news_50 {
    padding: 42px 0 20px;
  }

  /*.col-news img{max-width:190px;}*/
  .box-news-list .slick-prev, .box-news-list .slick-next {
    top: -40px;
  }

  .numbers-news {
    top: -16px;
  }

  .col-inf_1 {
    height: 233px;
  }

  .col-inf_3 { /* width:100%;*/
    height: 480px;
  }

  .inf-video__icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    border: 2px solid #FFF;
    width: 70px;
    height: 70px;
    background: url(../img/icon_play.png) no-repeat 27px center;
    background-size: 35%;
  }

  .one-block-inf {
    display: block;
    width: 100%;
    height: 50%;
    margin-top: 1px;
  }

  .one-block-inf__text {
    left: 50%;
    bottom: 50%;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    width: 160px;
    height: 64px;
    margin: 0 0 -32px -80px;
  }

  .one-block-inf__img:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }

  .box-advantages__buttons .button {
    width: 80%;
  }

  .nav-tab-list__item {
    width: 100%;
  }

  .nav-tab-list__link, .nav-tab-list__item.active .nav-tab-list__link, .box-order .nav-tab-list__item {
    width: 100%;
    border-color: transparent;
    height: initial;
  }

  .box-tab-cont {
    border: 0 solid #cccccc;
  }

  .tab-cont table {
    margin: 40px 0;
  }

  .tab-cont .defolt-form {
    margin: 40px 0;
  }

  .tab-advantages__img, .tab-advantages__text {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .tab-advantages__text {
    padding: 0 10px;
    margin: 0;
  }

  .tab-cont {
    padding: 0 15px;
  }



  .tab-advantages__item h3 {
    padding: 12px 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .box-back {
    height: 120px;
    margin: 20px 0;
  }

  .box-back__title-wrap {
    height: 120px;
  }

  .box-back__title {
    padding: 0 125px;
  }

  .back__arrow {
    display: block;
    width: 120px;
    height: 120px;
  }

  .back__img {
    width: 120px;
    height: 120px;
  }

  .back__img img {
    width: 100%;
  }

  .back__img:after {
    width: 120px;
    height: 120px;
  }

  .back-left .back__img, .back-left .back__text {
    margin-left: -2px;
  }

  .back-right .back__img, .back-right .back__text {
    margin-right: -2px;
  }

  .back-left {
    margin-right: -120px;
  }

  .back-right {
    margin-left: -120px;
  }

  .back-left .back__text {
    padding-left: 120px;
    margin-right: -120px;
  }

  .back-right .back__text {
    padding-right: 120px;
    margin-left: -120px;
  }

  .nav-tab-list__item, .nav-tab-list__link span {
    height: 45px;
    padding-top: 3px;
  }

  .subcategory__item {
    padding: 0 0 20px;
    position: relative;
    flex-flow: row wrap;
  }

  .subcategory__link {
    height: 240px;
  }

  .subcategory__link img {
    height: 100%;
    object-fit: cover;
  }

  .subcategory__img {
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
	z-index: 1;
  }

  .subcategory__img a:before,
  .subcategory__img .subcategory__link:before {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .subcategory__img, .subcategory__text {
    width: 100%;
  }

  .subcategory__text {
    margin: 15px 0px 0;
    padding-left: 0px;
  }

  .subcategory__button {
    text-align: center;
    margin-left: 0;
    padding: 0 0 30px;
  }

  .subcategory__text h3, .subcategory__text h3 a,.subcategory__text .h3, .subcategory__text .h3 a {
    padding: 0;
  }

  .number-slide-subcategory {
    display: block;
  }

  .subcategory__text h3,.subcategory__text .h3 {
    position: absolute;
    left: 10px;
    bottom: 65px;
    font-size: 16px;
    line-height: 18px;
    z-index: 1;
    color: #FFF;
    width: 88%;
  }

  .subcategory__text h3 a,.subcategory__text .h3 a {
    font-size: 16px;
    line-height: 18px;
    color: #FFF;
  }

  .box-subcategory h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    padding: 15px 0 10px;
  }

  .nav-tab-list__item {
    width: 100%;
    max-width: 100%;
  }

  .defolt-form .form-section {
    padding: 30px;
  }

  .defolt-form_to .form-section {
    padding: 20px 10px;
  }

  .nav-tab-list-wrap:after {
    display: none;
  }

  .defolt-form .box-fields .input-wrap_name {
    width: 100%;
  }

  .defolt-form .box-fields .input-wrap_num {
    width: 50%;
  }

  .defolt-form .box-fields .input-wrap_quantity {
    width: 50%;
  }

  .defolt-form .box-fields .input-wrap_note {
    width: 100%;
  }

  .defolt-form_to .box-field__input, .defolt-form_to .box-field__input-wrap_short .box-field__input, .defolt-form_to .box-field__input-wrap {
    max-width: initial;
  }

  .priority__item {
    width: 100%;
  }

  .priority__item:first-child .priority__cont, .priority__item:last-child .priority__cont {
    float: none;
  }

  .partners__list {
    margin: 0 0px 65px;
  }

// .partners__item {
     height: 75px;
   }

  .category__cont {
    height: 415px;
  }

  .category__item {
    padding: 22px 0px 0 0;
    margin-right: 0px;
    width: 100%;
  }

  .category__list {
    margin: 0;
    padding-bottom: 0px;
  }

  .category__list .slick-arrow {
    bottom: 30px;
    top: initial;
    background: url(../img/icon_list.png) no-repeat left 0px;
    z-index: 33;
  }

  .category__list .slick-next {
    right: 50%;
    left: auto;
    margin-right: -70px;
  }

  .category__list .slick-prev {
    left: 50%;
    margin-left: -70px;
  }

  .category__cont:hover:before {
    content: "";
    display: none;
  }

  .box-category {
    margin-top: -20px;
  }

  .box-category .numbers-news {
    top: initial;
    bottom: 30px;
    color: #fff;
    z-index: 32;
    font-size: 18px;
    font-weight: 400;
    text-shadow: none;
    left: 50%;
    margin-left: -45px;
  }

  .partners-slider {
    margin-bottom: 20px;
  }

  .box-subcategory .slick-prev, .box-subcategory .slick-next {
    top: -30px;
    left: 50%
  }

  .box-subcategory .slick-prev {
    margin-left: -80px;
  }

  .box-subcategory .slick-next {
    margin-left: 60px;
  }

  .arrow-number-subcategory {
    display: block;
    z-index: 2
  }

  .box-slider_product .slider-description-text__cont, .box-slider_product .slider-description {
    height: auto;
  }

  .box-slider_product {
    height: auto !important;
  }

  .box-slider_product .slider-wrap {
    width: 100%;
    float: none;
  }

  .box-advantages {
    padding-top: 10px;

  }

  .box-advantages h1 {
    font-size: 26px;
    line-height: 32px;
    color: #010101;
    padding: 15px 10px 15px 10px;
    background: #f2f2f2;
    text-align: center;
  }

  .box-slider_advantages .box-timer {
    bottom: auto;
    top: -75px;
  }

  .box-slider_advantages .new-box-timer {
    bottom: auto;
    top: -25px;
  }

  .box-slider_advantages .box-slider__item {
    margin-top: 50px;
  }

  .box-slider_advantages .circleFill {
    display: none;
  }

  .box-slider_advantages .new-circleFill {
    display: none;
  }

  .box-slider_advantages .box-timer-cont {
    border: none;
  }

  .box-slider_advantages .new-box-timer-cont {
    border: none;
  }

  .box-slider_advantages .slider-wrap .slick-next {
    bottom: auto;
    top: 10px;
  }

  .box-slider_advantages .slider-wrap .slick-prev {
    bottom: auto;
    top: 10px;
  }

  .box-slider_advantages .slider-description {
    padding-bottom: 70px;
  }

  .costing-form input, .costing-form textarea {
    background: #FFF;
    text-align: center;
    font-size: 18px;
    color: #8c8c8c;
  }

  .costing-form::-webkit-input-placeholder {
    color: #8c8c8c !important;
    opacity: 1 !important;
  }

  .costing-form::-moz-placeholder {
    color: #8c8c8c !important;
    opacity: 1 !important;
  }

  .box-costing .box-form {
    /* padding-top: 0px; */
  }

  .box-costing h2 {
    background-color: #f2f2f2;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #010101;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .tab-wrap_white {
    background: #FFF
  }

  .advantages-num {
    display: block;
    padding: 0 0 15px 0;
    text-align: center;
  }

  .advantages-num .numbers-news {
    position: static;
    color: #000000;
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }

  .tab-advantages__list {
    border-bottom: none;
  }

  .tab-advantages__item {
    margin-bottom: 30px;
  }

  .tab-advantages__list .slick-next {
    left: 50%;
    top: auto;
    bottom: -15px;
    margin-left: 35px;
  }

  .tab-advantages__list .slick-prev {
    left: 50%;
    top: auto;
    bottom: -15px;
    margin-left: -55px;
  }

  .box-sales__photo {
    display: block;
  }

  .box-sales__text {
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  .box-sales h3 {
    text-align: center;
  }

  .box-button-back {
    padding: 20px 0 35px 0;
    text-align: center;
  }

  .box-slider_advantages .box-slider__img {
    height: 245px;

  }

  a.box-slider__img.fancybox-model-img {
    width: 100%;
  }

  .box-slider_advantages .slider-description {
    padding: 23px 10px;
    height: 180px;
    background: #fff;
  }

  .box-slider_advantages {
    /* height: 425px; */
    height: initial;
  }

  .box-slider_advantages .slider-description {
    top: 0;
  }

  .box-tab-cont {
    padding: 0px;
  }

  .show_640 {
    display: block;
  }

  .hide_640 {
    display: none;
  }

  .sx-gray, .box-subcategory .sx-gray {
    /* background: #f2f2f2; */
    padding: 25px 10px 23px;
    margin: 0 -10px 20px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .subcategory__button.show_640 {
    padding: 20px 0 0;
  }

  .subcategory__button.show_640 .button {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    height: 60px;
    padding-top: 20px;
  }

// .box-warranty, .box-order {
     margin-top: -20px;
   }

  .tab-advantages__list {
    padding: 0;
  }

  .tab-cont .tab-padding {
    padding: 0 10px;
  }

  .inf-about .cols-2__col:first-child {
    width: 60%
  }

  .inf-about .cols-2__col:last-child {
    width: 40%
  }

  .inf-about .cols-2__col:last-child img {
    max-width: 80%
  }
}

@media screen and (min-width: 501px) {
  .sx-list {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .footer-contacts__wrapper {
    padding: 0 15px
  }

  p {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
  }

  .col-news .col-news__logo {
    display: none;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    float: none;
    margin: 0 auto;
  }

  .main-page .content {
    padding-top: 83px !important;
  }

  .box-next-screen, .box-timer, .slider-inf {
    display: none;
  }

  .slider-description {
    height: initial;
    padding: 25px 15px 28px;
    width: 100%;
    position: static;
  }

  .slider-description-text {
    float: none;
  }

  .slider-description-text__cont {
    height: initial;
  }

  .box-next-screen {
    display: none;
  }

  .slider-wrap .slick-prev {
    left: 25px;
  }

  .slider-wrap .slick-next {
    left: 200px;
  }

  .box-slider .slider-description-text__cont {
    height: initial;
  }

  .box-slider_product .slider-wrap .slick-prev,
  .box-slider_product .slider-wrap .slick-next {
    display: none !important;
  }

  .copy {
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
  }

  .footer-social {
    padding: 0
  }

  .slider-description-text__cont p {
    font-size: 14px;
    line-height: 22px;
  }

  .slide-title {
    font-size: 25px;
    padding: 0px 0 8px;
  }

  .slider-description .button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    height: 60px;
    padding-top: 20px;
  }

  .box-button-more {
    width: 100%;
    float: none;
    padding-top: 23px;
  }

  .slider-description-text {
    margin-right: -140px;
    padding-right: 150px;
    font-size: 15px;
  }

  .box-services-list__item:nth-child(1), .box-services-list__item:nth-child(2), .box-services-list__item:nth-child(3), .box-services-list__item:nth-child(4), .box-services-list__item:nth-child(5) {
    border-bottom: 1px solid #fff;
  }

  .box-services-list__link {
    padding: 20px 20px 20px 20px;
  }

  .footer-col-nav_1, .footer-col-nav_2, .footer-col-nav_3, .footer-col-nav_4 {
    width: 100%;
  }

  .footer-bottom, .footer-col-nav_contact {
    /* margin: 0 -15px; */
  }

  .footer-nav_inline .footer-nav__item {
    padding-bottom: 4px;
    display: block;
  }

  .box-news {
    padding-top: 0px;
    background: #fff;
  }

  .box-news h1 {
    background: #f7f7f3;
    padding: 26px 0;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 0 -15px;
  }

  .box-news-list {
    padding-top: 40px;
    margin-top: 20px;
  }

  .box-news-list .slick-prev {
    margin-left: -55px;
  }

  .box-news-list .slick-next {
    margin-left: 55px;
  }

  .box-news-list .slick-next, .box-news-list .slick-prev, .numbers-news {
    left: 50%;
    top: -40px;
  }

  .news-list .slick-prev {
    top: -111px;
    margin-left: -90px;
  }

  .news-list .slick-next {
    top: -111px;
    margin-left: 67px;
  }

  .numbers-news {
    margin-left: -45px;
    top: 0px;
  }

  .inf-about {
    padding: 10px 15px 8px;
  }

  .box-timer {
    left: 75px;
  }

  .box-sales, .box-form {
    width: 100%;
    float: none;
  }

  .box-sales h3 {
    padding: 15px 0 15px;
  }

  .box-sales__photo {
    margin: 0 auto 15px;
  }

  .box-sales__position {
    padding: 5px 0 15px;
  }

  .box-slider_advantages .slider-wrap .slick-next, .box-slider_advantages .slider-wrap .slick-prev {
    bottom: 175px;
  }

  .box-slider_advantages .slider-description-text__cont {
    vertical-align: bottom;
  }

  .box-slider_advantages .box-timer {
    bottom: 140px;
    display: block;
  }

  .box-slider_advantages .slider-description-text__cont {
    height: 230px;
  }

  .box-slider_product .slider-wrap .slick-dots {
    display: block !important;
    bottom: 20px;
  }

  .box-slider_product {
    margin-bottom: 20px;
  }

  .box-slider_product .slick-prev, .box-slider_product .slick-next {
    bottom: 150px;
  }

  .box-slider_product .slick-prev {
    left: 0;
  }

  .box-slider_product .slick-next {
    right: 0;
    left: auto;
  }

  .box-slider_product .slide-title {
    font-size: 22px;
    line-height: 30px;
  }

  .box-advantages h1 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 10px;
  }

  .category__item {
    width: 100%;
  }

  .project__item {
    width: 100%;
    margin-right: 0;
    padding: 0px;
  }

  .footer-col-nav {
    padding: 5px 0px 10px 0;
  }

  .footer-top {
    padding-top: 18px;
  }

  .box-order-1 .defolt-form .form-section_order h2 {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .defolt-form_garanty h2 {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  /* .main-page .box-slider .slick-dots{display:none!important;}
  */
  .footer-bottom {
    /* padding-top: 15px; */
  }

  .footer-col_copy {
    padding: 0;
  }

  .footer-nav_inline {
    margin-top: initial;
  }

  .footer-nav_inline .footer-nav__item {
    padding: 5px 0;
  }

  /*.footer-col_bottom-nav{padding-bottom:20px;}*/
  .footer-col-bottom-dev {
    padding: 22px 0 5px;
  }

  .main-page .box-slider__img {
    height: 320px;
  }

  .main-page .box-slider__img {
    height: 320px;
    background-size: cover;
    height: 220px;
    background-position-y: 100%;
  }

  .box-slider-promo .box-slider__item {
    background: transparent;
  }

  .main-page .slider-description {
    top: 320px;
  }

  .main-page .slider-description-text {
    margin-right: 0px;
    padding-right: 20px;
    font-size: 15px;
  }

  .main-page .box-slider {
    height: 535px;
    height: auto;
  }

  .main-page .box-button-more {
    padding-top: 20px;
  }
}

@media screen and (min-width: 450px) {
  .services-mob {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .box-services-list__item {
    width: 100%;
  }

  .anim-img-wrap {
    display: none;
  }

  .services-mob {
    display: block;
    width: 100%;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .box-services-list__icon {
    width: 120px;
    padding: 0 10px;
    margin-right: 10px;
  }

  .box-services-list__text {
    width: 135px;
  }

  .back__arrow {
    width: 30px;
    background-size: contain;
  }

  .back__text {
    font-size: 13px;
  }

  .back-right .back__text {
    padding-right: 45px;
  }

  .back-left .back__text {
    padding-left: 45px;
  }

  .defolt-form .form-section {
    padding: 20px 10px 0 10px;
  }

  .defolt-form .form-section + .form-section {
    padding-top: 0px;
  }

  #tab_2 .defolt-form .form-section + .form-section {
    padding-top: 20px;
  }

  .defolt-form .confirm-text {
    margin: 0px;
    padding: 10px 0 0 0px;
  }

  .defolt-form .box-field_groupe .box-field__input-wrap {
    width: 100%;
  }

  .box-about__img {
    width: 100%;
    height: 455px;
    background-position: -265px center;
  }

  .box-about__info {
    font-size: 24px;
    line-height: 30px;
    padding: 26px 15px;
    height: 137px;
  }

  .place__item {
    width: 100%;
    padding-top: 17px;
  }

  .place__percent {
    margin-right: 48px;
  }

  .xs-hide {
    display: none;
  }

  .priority__list {
    margin: -24px -10px 22px;
  }

  .priority__img {
    margin: 30px 0 22px;
  }

  .project__list {
    margin: 23px 0px 0px;
  }

  .project__item {
    padding: 0;
  }

  .tab-advantages__link {
    height: 220px;
  }

  .defolt-form .calendar {
    display: none;
  }

  .tab-advantages__link {
    height: auto;
  }

  .defolt-form .block-checkbox input[type="checkbox"] + label {
    margin: 0 auto 10px;
  }

  .box-warranty, .box-order {
    margin-top: 0px;
  }

  .tab-title_mob {
    padding: 0 35px;
  }
}

@media screen and (max-width: 375px) {
  .main-page .box-slider__img {
    height: 200px;
  }
}

@media screen and (max-width: 320px) {
  .main-page .box-slider__img {
    height: 175px;
  }
}

.reviews {
  padding: 20px 20px 40px;
  margin-bottom: 20px;
  background-color: #f7f7f3;
}

.reviews-author,
.reviews-company {
  margin-left: 50px;
  font-style: italic;
  font-size: 18px;
  line-height: 21px;
}

.reviews-author {
  margin-top: 20px;
}

.reviews-desc {
  position: relative;
  padding: 0 50px;
}

.reviews-desc:before {
  content: "\00ab";
  position: absolute;
  left: 0;
  top: 0;
  font-style: italic;
  font-size: 50px;
  line-height: 1;
}

.reviews-desc:after {
  content: "\00bb";
  position: absolute;
  right: 0;
  bottom: 0;
  font-style: italic;
  font-size: 50px;
  line-height: 1;
}

.reviews-slider {
  position: relative;
}

.reviews-slider__item:focus {
  outline: none;
}

.reviews-slider .slick-list {
  overflow: hidden;
}

.reviews-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%);
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.reviews-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid green;
  background-color: #fff;
  letter-spacing: normal;
  cursor: pointer;
}

.reviews-slider .slick-dots li:last-child {
  margin-right: 0;
}

.reviews-slider .slick-dots li.slick-active {
  background-color: green;
  cursor: default;
}

.reviews-slider .slick-dots button {
  display: none;
}

.fancybox-nav {
  width: 36px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
}

.fancybox-nav span {
  position: static;
  display: block;
  margin: 0;
  visibility: visible;
}

.fancybox-next {
  right: 0px;
}

.fancybox-prev {
  left: 0px;
}

.fancybox-model-img {
  color: #f36f21;
}

.tab-cont__hint {
  margin: 40px 40px 0;
  font-style: italic;
}

.tab-advantages__section_title {
  margin-bottom: 40px;
}

.tab-cont__hint.news_hint-normal {
  margin: 0 0 40px 0;
}

.tab-cont__hint.news_hint-normal a {
  color: #f36f21;
}

.table-props-wrap {
  padding: 40px;
}

.table-props-wrap table {
  margin: 0 0 40px;
  width: 100%;
}

.table-props-wrap .tab-cont__hint {
  margin-left: 0;
}

.slider-inf__tel {
  position: absolute;
  top: 13px;
  left: auto;
  color: #fff;
  margin: 0;
  font-size: 21px;
  width: 100%;
  right: 0;
  text-align: center;
}

.news-list .slick-slide {
  height: auto;
}

.pagination ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination .prev {
  margin-right: 10px;
}

.pagination .next {
  margin-left: 10px;
}

.pagination a {
  font-size: 18px;
  margin: 0 6px;
  line-height: 26px;
}

.pagination .prev a, .pagination .next a {
  font-size: 26px;
  margin: 0;
}

.pagination .active a {
  color: #f36f21;
}

.pagination .disabled {
  display: none;
}

.slider-inf__tel-wrap {
  display: inline-block;
}

.slider-inf__tel-wrap:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../img/tel.png');
  vertical-align: middle;
  margin-right: 10px;
}

.box-slider_product--video {
  margin-bottom: 40px;
}

.box-slider__item--video {
  line-height: 0;
}

.box-slider__item-iframe {
  height: 510px;
}

@media screen and (max-width: 1200px) {
  .box-slider__item-iframe {
    height: 420px;
  }
}

@media screen and (max-width: 999px) {
  .box-slider__item-iframe {
    height: 350px;
  }
}

@media screen and (max-width: 640px) {
  .box-slider__item-iframe {
    height: 320px;
  }
}

.box-advantages__buttons--en {
  padding-top: 60px;
  margin-bottom: 60px;
}

.place__list--en {
  margin-bottom: 0;
}

.place__item--en {
  margin-bottom: 60px;
}

.place__slider-item {

}

.place__slider-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.place__slider-item-col {
  padding: 0 50px;
  width: 50%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.place__slider-item-col:first-child:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
}

.place__slider-item-text {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.place__slider .slick-dots li {
  margin: 0 7px;
  width: 10px;
  height: 10px;
}

.place__slider .slick-dots li.slick-active button {
  background-color: #037252;
}

.place__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border: solid 1px #037252;
  background-color: transparent;
}

.place__slider-item-img {
  max-width: 100%;
}

.place__slider-item-inner {
  position: relative;
}

.place__slider-item-inner:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #e6e6e6;
}

.place__slider {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.place__slider .slick-dots {
  bottom: -60px;
}

.place__slider .slick-arrow {
  z-index: 1;
  top: 50%;
  margin-top: -33px;
  width: 21px;
  height: 39px;
  padding: 0;
}

.place__slider .slick-prev {
  left: 0;
  background: url('../img/slider-arrow-left.png');
  transform: none;
}

.place__slider .slick-next {
  left: auto;
  right: 0;
  background: url('../img/slider-arrow-right.png');
}

.plant-text {
  margin-bottom: 40px;
}

.plant-item {
  margin-bottom: 60px;
}

.plant-benefits__icon {
  margin-bottom: 30px;
  color: #007136;
}

.plant-benefits__icon--carrying {
  width: 57px;
  height: 64px;
}

.plant-benefits__icon--design {
  width: 63px;
  height: 67px;
}

.plant-benefits__icon--development {
  width: 76px;
  height: 64px;
}

.plant-benefits__icon--engineering {
  width: 73px;
  height: 65px;
}

.plant-benefits__descr {
  font-size: 14px;
}

.plant-benefits {
  margin: 40px -30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plant-benefits__item {
  padding: 0 30px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  max-width: 25%;
}

@media (max-width: 1180px) {
  .plant-benefits {
    margin-left: 0;
    margin-right: 0;
  }

  .plant-benefits__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 30px;
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  .plant-benefits {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .plant-benefits__item {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}

.lz-competences {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 55px -20px 0;
}

.lz-competences__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 50px;
}

.lz-competences__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  color: #007136;
}

.lz-competences__text {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.lz-competences__icon--production {
  width: 45px;
  height: 45px;
}

.lz-competences__icon--experience {
  width: 45px;
  height: 45px;
}

.lz-competences__icon--suppliers {
  width: 47px;
  height: 30px;
}

.lz-competences__icon--localization {
  width: 45px;
  height: 45px;
}

.lz-competences__icon--warranty {
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 767px) {
  .lz-competences {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .lz-competences {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .place__slider-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .place__slider-item-inner:before {
    display: none;
  }

  .place__slider-item-col {
    width: 100%;
  }

  .place__slider-item-img {
    margin: 0 auto;
  }

  .place__slider-item-text {
    margin-top: 20px;
  }
}

.header-en .main-nav-list__item {
  padding-left: 28px;
  padding-right: 28px;
}

.header-en .main-nav {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1500px) {
  .main__news-list__item .button {
    font-size: 14px;
  }

  .main__news-list__item .button_news {
    width: 60%;
  }

  .news-list__item p {
    /* min-height: 160px; */
  }

}

@media screen and (max-width: 1300px) {
  .header-en .main-nav-list__item {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

@media screen and (max-width: 1200px) {
  .header-en .main-nav-list__item {
    padding-left: 1.6%;
    padding-right: 1.6%;
  }
}


.about-group {
  background-color: #f7f7f3;
  text-align: center;
  padding: 35px 0;
  position: relative;
}

.about-group h2 {
  color: #00734a;
}

.col-inf.col-inf_5.col-inf--red {
  background-image: url(../img/lay-red.jpg);
  background-size: cover;
  background-position: center;
  width: 35.5%;
}

.col-inf.col-inf_4 {
  width: 64.5%;
  background-image: url(../img/lay-geo.png);
  background-size: cover;
  background-position: center;
  vertical-align: initial;
}

.col-inf.col-inf_6 {
  width: 28.6%;
  background-image: url(../img/lay-green.jpg);
  background-size: cover;
  background-position: center;
  vertical-align: initial;
}


.col-inf.col-inf_7 {
  width: 71.4%;
  background-image: url(../img/lay-geo-grey.png);
  background-size: cover;
  background-position: center;
  vertical-align: initial;

}

.col-inf--inner {
  padding: 70px;
}

.col-inf--inner p {
  font-size: 16px;
  line-height: 28px;
}

.col-inf--inner.col-inf--red p {
  color: #fff;
  font-size: 18px;
}

.col-inf--inner.col-inf--color {
  background-color: #f7f7f3;
}

.box-inf-bottom.box-inf--new {
  margin: 0 0 -2px 0;
}

.about-group__slide {
  width: 35px;
  height: 35px;
  border: solid 1px #00734a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 30%;
  top: 60px;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.box-subcategory i {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
  padding: 30px 0px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .col-inf--inner p {
    font-size: 14px;
  }

  .col-inf--inner.col-inf--red p {
    font-size: 14px;
  }

  .col-inf.col-inf_6 {
    width: 100%;
  }

  .col-inf.col-inf_7 {
    width: 100%;
  }

  .col-inf.col-inf_4 {
    width: 100%;
  }

  .col-inf.col-inf_5.col-inf--red {
    width: 100%;
  }

  .about-group__slide {
    right: 50%;
    top: 100px;
  }
}

@media screen and (max-width: 450px) {
  .about-group__slide {
    right: 50%;
    top: 120px;
  }
}

/*new style css for block news*/
.col-inf_2-new {
  width: 50%;
}

.col-inf_3-new {
  width: 50%;
}

/* new style for jobs filter*/

.other-page .jobs-filter {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.other-page .jobs-filter div {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.other-page .jobs-filter .select-block select {
  font-size: 18px;
  padding: 0 2rem;
  min-height: 40px;
}

.other-page .jobs-filter .select-block select option {

}

.other-page .jobs-filter div input {
  background-color: #ff6633;
  border: none;
  padding: 0 2rem;
  color: #fff;
  line-height: 3;
  font-size: 18px;
}

.jobs-item__wrapper {
  padding: 20px;
}

.jobs-item__wrapper .jobs-item-name {

}

.main_wrapper_image_lease {
  margin-bottom: 48px;
  margin-top: 20px;
  position: relative;
}

.leasing-header {
  font-size: 20px;
  letter-spacing: 0.045em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 117.1%;
}

.main_wrapper_image_lease > img {
  width: 100%;
}

.leasing_list_ul {
  margin-top: 30px;
  margin-left: 20px;
}

.main_text_slogan_express {
  font-size: 43px;
  line-height: 40px;
  font-weight: bold;
  color: #010101;
  position: absolute;
  top: 52px;
  right: 54px;
  text-align: right;
  /* margin-bottom: 15px;
  margin-top: 40px; */
}

.main_text_slogan_express > span {
  color: #F4813D;
}

.leasing_list_ul > li {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

  color: #010101;
  margin-bottom: 20px;
  list-style-image: url('/bitrix/images/leasing/check_list_leasing.svg');
  line-height: 23px;
  padding-left: 5px;
}

.other-page .jobs-filter {
  padding: 45px 40px;
  background: #f2f2f2;
  display: block
}

.other-page .jobs-filter > div {
  display: flex;
  justify-content: center;
  margin: 0;
  flex-wrap: wrap
}

.other-page .jobs-filter > div:first-child {
  justify-content: space-between
}

.other-page .jobs-filter .select-block {
  width: calc(50% - 20px);
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  font-family: Fira Sans;
  font-size: 16px
}

.other-page .jobs-filter .select-block .select {
  overflow: hidden;
  width: 100%;
  margin: 0;
  position: relative
}

.other-page .jobs-filter .select-block .select:after {
  content: '';
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAhklEQVQYlY3NsQpBYRjG8Z+vc0GuwCwjMhhcgOwGk3IDZuUGbCarkVyD6UwWodRRJxbq6+uEd3ue///prRk3G2j571YZDpij/kPeYhJwRwfnL3KOHsrwLo7oo6yQH+jiBCECG0wrBiPsPiEkcIZ1lJdYxEKWDJ4YYI8rhum7dAAXtHFDkcIX3wQZPJnaZTAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  z-index: 1;
  pointer-events: none
}

.other-page .jobs-filter .select-block span {
  white-space: nowrap;
  padding-right: 15px
}

.other-page .jobs-filter .select-block select {
  height: 60px;
  padding: 0 0 0 30px;
  border: 0;
  width: 100%;
  font-family: Fira Sans;
  font-size: 16px
}

.other-page .jobs-filter .select-block select:focus {
  outline: 0
}

.other-page .jobs-filter input[type=submit] {
  font-size: 18px;
  height: 57px;
  font-family: Fira Sans;
  text-transform: uppercase
}

h2.jobs-result {
  padding-bottom: 15px
}

h2.jobs-result span {
  color: #f36f21
}

.jobs-list {
  padding-top: 23px
}

.jobs-list__wrapper {
  padding: 0 0 15px
}

.jobs-item__wrapper {
  padding: 0
}

.jobs-item-name {
  height: 80px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700
}

.jobs-item-name > div {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none
}

.jobs-item-name > div span {
  border-bottom: 1px dashed #00734a;
  padding-bottom: 3px;
  display: block
}

.jobs-item-name > div:before {
  content: '';
  width: 23px;
  min-width: 23px;
  height: 23px;
  display: block;
  background-color: #00734a;
  margin: 0 20px 0 0;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJCAYAAADkZNYtAAAAVklEQVQYlbWOsQmAMBQFL8E+DmDhBO4/hxO4gdEBPBuL8LGJ4IPXHMfjofLSqpbIMx35T07qBKyBj8AB2LA5qRkoQd6ABTgbVgfgAvYgC9Rn/dvnLvkGtp8yxdHlH4QAAAAASUVORK5CYII=);
  background-position: center center;
  background-repeat: no-repeat
}

.jobs-item-name.open {
  border-bottom: 1px solid rgba(215, 215, 215, 0)
}

.jobs-item-name.open > div span {
  border-bottom: 1px dashed #f36f21
}

.jobs-item-name.open > div:before {
  background-color: #f36f21;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAACCAYAAACOoybuAAAAIklEQVQImWP8//+/DAMDwyUGwkCB8f///0wMDAz8RCj+AADeQAgMsuYhxQAAAABJRU5ErkJggg==)
}

.jobs-item-name.open + div {
  display: block
}

.jobs-item-name + div {
  background: #f2f2f2;
  display: none;
  padding-left: 45px;
  padding-right: 45px
}

.jobs-item-description {
  min-height: 120px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  padding: 30px 0
}

.jobs-item-description a {
  color: #f36f21;
  text-decoration: underline
}

.jobs-item-description b {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700
}

.jobs-item-description ul {
  list-style: none
}

.jobs-item-description:last-child {
  border: 0
}

.box-pad * {
  box-sizing: border-box
}

@media (max-width: 1279px) {
  .jobs-filter .select-block {
    width: 100%
  }

  .jobs-filter .select-block span {
    min-width: 120px
  }
}

@media (max-width: 980px) {
  .jobs-filter .select-block {
    display: block
  }

  .jobs-filter .select-block span {
    padding-bottom: 15px;
    display: block
  }
}

@media (max-width: 767px) {
  .other-page .box-button-back.svoy-class {
    margin-left: 15px;
  }
  .jobs-filter {
    padding: 20px 15px
  }

  .jobs-filter .select-block select {
    padding: 0 15px
  }

  .jobs-item-name + div {
    padding-left: 15px;
    padding-right: 15px
  }

  .jobs-item-description {
    min-height: 0
  }

  .box-pad {
    padding: 0 15px
  }
}


@media(max-width: 1200px){
  .table-props-wrap table td {
    padding: 0 5px;
  }
  .table-props-wrap table p {
    font-size: 10px;
  }
}

@media(min-width:450px) and (max-width: 640px){
  .box-services-list__link {
    display: flex;
    align-items: center;
  }
  .box-services-list__icon {
    width: auto;
    min-width: 160px;
  }
}

.contacts-map-block__inn {
    width: 100%;
    display: inline-block;
    color: #fff;
    padding-left: 50px;
    margin-bottom: 35px;
    font-size: 14px;
}


.site-map.site-map-2-columns {
  display: inline-block;
  column-count: 2;
}

.site-map.site-map-2-columns li {
  width: 100%;
  display: inline-block;
  margin: 0 0 5px;
}


.site-map.site-map-2-columns li a {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.site-map.site-map-2-columns li .map-level-1 {
  margin: 10px 0 0;
}

.site-map.site-map-2-columns li .map-level-1 li {
  margin: 4px 0 10px;
}

.site-map.site-map-2-columns li .map-level-1 li a {
  font-weight: 700;
  font-size: 16px;
}

.site-map.site-map-2-columns li .map-level-1 li .map-level-2 {
  margin: 15px 0 0;
}

.site-map.site-map-2-columns li .map-level-1 li .map-level-2 li {
  margin: 0;
}
.site-map.site-map-2-columns li .map-level-1 li .map-level-2 li a {
  font-weight: 400;
}

.other-page .box-button-back.svoy-class {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.news-detail-slide .slick-slide img {
  width: 100%;
}
/* 
.inner-cont section {
  padding-top: 0;
} */

.box-about,
.box-subcategory {
  padding-top: 0;
}

.inner-cont h1:not(.catalog__title):not(.page-title) {
  padding: 16px 0 32px;
  margin-top: 0;
}


.other-page h1.section-spare-title {
  padding: 16px 0 32px;
}

.point-info, .point-name {
  padding-right: 10px;
  box-sizing:border-box;
}


.other-page .costing-form {
  margin: 0 auto;
}

.box-warranty {
  padding-top: 0;
}


.other-page .section_desc h2 {
  padding-bottom: 0;
}


.other-page  .box-advantages {
  padding: 1rem 0;
}

.tab-advantages__item h3 {
  font-size: 18px;
}

a.aside__link.js-item {
  padding: 10px 0;
}

a.aside__link.js-item span {
  padding: 0 20px;
}


.captcha_word__wrapper.box-field__input-wrap {
  height: 52px;
}


.slider-wrap.js-product.single {
  width: 100%;
}

.page-title {
    width: 100%;
    font-size: 1.875rem;
    line-height: 2.4375rem;
    color: #1f222d;
    font-family: HeliosC, sans-serif;
    width: 100%;
    margin-bottom: 1.75rem;
}

@media (min-width:1024px) {
    .page-title {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 3.75rem;
    }
}

@media (min-width:1280px) {
    .page-title {
        font-size: 3rem;
        line-height: 3.3125rem;
        margin-bottom: 5rem;
    }
}