html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #171718;
  color: #fff;
  font-family: 'Helvetica';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica';
  font-weight: 700;
}
h1, .h1 {
  font-size: 80px;
  line-height: 60px;
  color: #fff;
  margin: 20px 0 60px;
  font-family: 'High';
  font-weight: normal;
}
.index_h1 {
  font-size: 120px;
  line-height: 150px;
  margin: 0;
}
h1 span, .h1 span, .index_h1 span {
  color: #fe6000;
}
h2 {
  font-size: 60px;
  line-height: 75px;
  margin: 40px 0 20px;
  color: #fff;
  font-family: 'High';
  font-weight: normal;
}
h3 {
  font-size: 60px;
  line-height: 75px;
  margin: 10px 0 10px;
  color: #fff;
  font-family: 'High';
  font-weight: normal;
}
p {
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
img {
  border: none;
  max-width: 100%;
}
.form-row textarea, .form-row input, .form-row select, .form-row radio, .form-row button {
  outline: none;
  font-family: 'Helvetica';
  font-size: 14px;
  color: #fff;
}
button {
  cursor: pointer;
}
a {
  color: #5a5a5e;
}
a:hover {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div[data-oembed-url] > div {
  max-width: 800px !important;
  margin: 0 auto !important;
}
.show800, .show520, .show400 {
  display: none;
}
/* Знак рубля */
.p {
  font-family: 'PT Sans', serif;
}
/* Иконки */
.ico {
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
}
.ico-phone {
  width: 10px;
  height: 21px;
  background-position: -65px 0;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.ico-slider-left {
  width: 32px;
  height: 18px;
  background-position: 0 0;
}
.ico-slider-right {
  width: 32px;
  height: 18px;
  background-position: -32px 0;
}
.ico-left {
  width: 10px;
  height: 18px;
  background-position: 0 -40px;
}
.ico-right {
  width: 10px;
  height: 18px;
  background-position: -10px -40px;
}
.ico-warranty {
  width: 76px;
  height: 117px;
  background-position: -100px 0;
}
.ico-quote {
  width: 79px;
  height: 67px;
  background-position: 0 -130px;
}
.ico-678 {
  width: 196px;
  height: 157px;
  background-position: -180px 0;
}
.ico-price {
  width: 59px;
  height: 52px;
  background-position: 0 -200px;
}
.ico-sale {
  width: 64px;
  height: 63px;
  background-position: -60px -200px;
}
.ico-time {
  width: 48px;
  height: 49px;
  background-position: -125px -200px;
}
.ico-war {
  width: 51px;
  height: 69px;
  background-position: -175px -200px;
}
.ico-delivery {
  width: 72px;
  height: 41px;
  background-position: -230px -200px;
}
.ico-service {
  width: 54px;
  height: 50px;
  background-position: -305px -200px;
}
.ico-quality {
  width: 93px;
  height: 121px;
  background-position: -380px 0;
}
.ico-place {
  width: 14px;
  height: 19px;
  background-position: -480px 0;
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.ico-orange-phone {
  width: 10px;
  height: 22px;
  background-position: -480px -20px;
  position: relative;
  top: -2px;
}
.ico-orange-phone-small {
  width: 8px;
  height: 19px;
  background-position: -480px -45px;
  position: relative;
  top: -2px;
}
.ico-time-work {
  width: 16px;
  height: 16px;
  background-position: -480px -65px;
  position: relative;
  top: -2px;
}
.ico-rek {
  width: 18px;
  height: 18px;
  background-position: -480px -105px;
  position: relative;
  top: -3px;
}
.ico-params {
  width: 17px;
  height: 15px;
  background-position: -480px -85px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.ico-menu-open {
  width: 26px;
  height: 21px;
  background-position: 0 -270px;
}
.ico-menu-close {
  width: 23px;
  height: 23px;
  background-position: -30px -270px;
}
.ico-vk {
  width: 19px;
  height: 11px;
  background-position: -100px -130px;
}
.ico-ok {
  width: 12px;
  height: 19px;
  background-position: -124px -148px;
}
.ico-in {
  width: 16px;
  height: 15px;
  background-position: -145px -148px;
}
/* Иннер и Враппер */
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.rel {
  position: relative;
}
/* Шапка */
.logo {
  float: left;
  padding: 35px 0;
}
.logo img {
  vertical-align: top;
}
.menu, .contacts {
  float: right;
  text-align: right;
}
.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation li {
  display: inline-block;
  margin-left: 46px;
  position: relative;
}
.navigation .c {
  position: absolute;
  top: -10px;
  right: -25px;
  background: #fe6000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
}
.navigation ul {
  position: absolute;
  left: 0;
  bottom: -61px;
  background: #2e2e30;
  padding: 20px;
  line-height: 20px;
  text-align: center;
  display: none;
  z-index: 9;
  white-space: nowrap;
}
.navigation li:hover ul {
  display: block;
}
.navigation li ul li {
  margin: 0;
}
.navigation ul a {
  font-size: 12px;
}
.navigation > li > a {
  display: block;
  padding-bottom: 21px;
}
.navigation > li > a span.hover {
  display: block;
  width: 0;
  height: 0;
  border-bottom: 12px solid #2e2e30;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}
.navigation a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  position: relative;
}
.navigation a:hover {
  color: #fe5900;
}
.contacts {
  margin: 30px 0 25px;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}
.contacts a {
  color: #fff;
  text-decoration: none;
}
.contacts span:not(.ya-phone) {
  font-weight: normal;
  color: #fe6000;
}
.contacts i {
  font-style: normal;
}
.contacts a.lk {
  color: #707075;
  font-weight: normal;
  font-size: 15px;
  margin-right: 75px;
  border-bottom: 1px dotted #707075;
  position: relative;
  top: -3px;
}
.contacts .viewer {
  margin-right: 45px;
  display: inline-block;
  position: relative;
  top: -3px;
  font-weight: normal;
  font-size: 15px;
  color: #707075;
}
.contacts .viewer a {
  color: #707075;
  border-bottom: 1px dotted #707075;
}
.contacts .viewer a.lkb {
  color: #fe6000;
  border-bottom: none;
  margin-right: 20px;
}
.contacts .mail {
  color: #707075;
  font-weight: normal;
  font-size: 17px;
  margin-right: 25px;
  position: relative;
  top: -3px;
}
.get-price-link {
  display: inline-block;
  background: #fe6000;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 15px;
  font-weight: normal;
  padding-bottom: 2px;
}
/* Слайдер */
.slider {
  position: relative;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider li {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.slider li > img {
  vertical-align: top;
}
.slider .bg {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 50%;
  margin-left: -70px;
  height: 100%;
  top: 0;
  left: 0;
}
.slider .text {
  float: right;
  width: 430px;
  height: 100%;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.slider .title_dop {
  font-size: 38px;
  color: #fff;
}
.slider .price {
  line-height: 110px;
  color: #707075;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
.slider .price .big {
  color: #fff;
  font-size: 45px;
  margin: 0 10px;
}
.slider .price .top {
  position: relative;
  top: -20px;
}
.slider .price .p {
  font-size: 20px;
}
.slider .goSlider {
  background: #fe6000;
  width: 290px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}
.slider .goSlider:hover {
  background: #fff;
  color: #171718;
}
.slider_navigation {
  background: rgba(23, 23, 23, 0.9);
  width: 71px;
  height: 64px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 0;
  display: block;
  text-align: center;
  line-height: 60px;
}
.slider_navigation#rightSlider {
  margin-left: -425px;
}
.slider_navigation:hover {
  background: rgba(254, 96, 0, 0.9);
}
.slider_navigation:hover .ico-slider-left {
  background-position: 0 -18px;
}
.slider_navigation:hover .ico-slider-right {
  background-position: -32px -18px;
}
.slider .count {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -325px;
  font-size: 17px;
  color: #fff;
  line-height: 64px;
  padding-bottom: 7px;
}
.slider .count span#current-slider {
  font-weight: 500;
  color: #fe6000;
  font-size: 30px;
  position: relative;
  top: 8px;
}
/* Коллекции */
.title_collections {
  text-align: center;
  margin: 110px 0 40px;
}
.title_collections > div {
  line-height: 150px;
  padding: 0 45px 32px;
  display: inline-block;
  font-family: 'High';
  font-size: 120px;
  color: #fff;
  background: url(../img/collections.png) no-repeat left top;
}
.collections {
  margin-bottom: 90px;
}
.collections ul {
  margin: 0 0 0 -30px;
  padding: 0;
  list-style: none;
}
.collections li {
  float: left;
  width: 380px;
  height: 480px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 0 30px 30px;
  background-size: cover;
}
.collections li:nth-child(3n+2) {
  position: relative;
  top: 60px;
}
.collections li a {
  display: block;
  width: 380px;
  height: 480px;
  background: rgba(23, 23, 24, 0.8);
  position: relative;
}
.collections .title {
  width: 350px;
  height: 140px;
  position: absolute;
  bottom: 40px;
  left: -7px;
  background: #29292b;
  color: #5a5a5e;
  padding: 40px 10px 40px 40px;
  font-size: 24px;
  font-weight: 300;
}
.collections .title .name {
  font-size: 80px;
  font-family: 'High';
  color: #fff;
  line-height: 33px;
  margin-bottom: 13px;
}
.collections .title .name:after {
  content: '';
  width: 40px;
  height: 8px;
  background: #fe6000;
  position: absolute;
  top: 35px;
  left: -7px;
}
.collections a:hover {
  background: none;
}
.collections a:hover .title {
  background: #fe6000;
  color: #941f00;
}
.collections a:hover .title .name:after {
  background: #fff;
}
/* Текст на главной */
.index-text {
  text-align: center;
}
.index-text p {
  color: #5a5a5e;
}
/* Видео */
.video-text {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.video-text > * {
  flex: 0 0 48%;
}
/*
.video-text .video .wrapper-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-text .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}*/
.video-text video{
  width: 100%;
}
/* Производство */
.production {
  background: url(../img/production.jpg) no-repeat top center;
  background-size: cover;
  height: 860px;
  margin: 160px 0 120px;
  text-align: center;
  padding: 30px 0;
}
.production p {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 30px;
  color: #5a5a5e;
}
.production ul {
  margin: 80px 0;
  padding: 0;
  list-style: none;
}
.production li {
  width: 25%;
  float: left;
  padding: 10px 20px;
}
.production li .img {
  height: 150px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.production li .name {
  font-size: 60px;
  font-family: 'High';
  color: #fff;
  line-height: 33px;
  margin: 30px 0;
}
.production li .desc {
  color: #5a5a5e;
  font-size: 16px;
}
.production a {
  background: #fe6000;
  width: 290px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}
.production a:hover {
  background: #fff;
  color: #171718;
}
/* Хотите стать партнером? */
.partner {
  height: 1200px;
  background-repeat: no-repeat;
  background-position: right top;
}
.title_partners {
  text-align: center;
  margin: 180px 0 180px;
}
.title_partners > div {
  line-height: 144px;
  padding: 0 24px 34px;
  display: inline-block;
  font-family: 'High';
  font-size: 120px;
  color: #fff;
  background: url(../img/partners.png) no-repeat left top;
  position: relative;
}
.title_partners span {
  position: absolute;
  left: 75px;
  top: 120px;
  font-size: 22px;
  line-height: initial;
  color: #fe6000;
  font-family: 'Helvetica';
  font-weight: normal;
  font-style: normal;
}
.index_form {
  background: #1d1d1f; /*#171718;*/
  width: 480px;
  /*margin: 0 auto;*/
  padding: 60px;
  /*box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);*/
  text-align: center;
}
.index_form_title {
  line-height: 33px;
  font-family: 'High';
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
}
.catalog-form input, .catalog-form textarea{
  text-align: left !important;
}
.two-rows {
  display: flex;
  margin-bottom: 11px;
}
.two-rows .form-row {
  flex: 0 0 calc(50% - 5px);
}
.two-rows .form-row + .form-row {
  margin-left: 10px;
  margin-top: 0;
}
.form-row + .form-row {
  margin-top: 11px;
}
.form-row input[type=text], .form-row input[type=password] {
  width: 100%;
  height: 58px;
  border: 1px solid #29292b;
  border: 1px solid #6e6e6e;
  background: #171718;
  text-align: center;
  padding: 0 20px;
  color: #fff;
}
.form-row input:focus {
  border: 1px solid #fe6000;
}
.form-row select{
  width: 100%;
  height: 58px;
  border: 1px solid #6e6e6e;
  background: #171718;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}
.form-row textarea {
  width: 100%;
  height: 196px;
  border: 1px solid #29292b;
  border: 1px solid #6e6e6e;
  background: #171718;
  text-align: center;
  padding: 20px;
  color: #fff;
  resize: none;
}
.form-row textarea:focus {
  border: 1px solid #fe6000;
}
.form-row .inline {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  vertical-align: middle;
}
.form-row .inline a{
  color: #c1c1c1;
}
.form-row .check {
  height: 24px;
  width: 24px;
  border: 1px solid #fe6000;
  border: 1px solid #6e6e6e;
  margin: 15px 10px 15px 0;
  cursor: pointer;
}
.form-row .check.a {
  background: #fe6000;
  border: 1px solid #fe6000;
  position: relative;
}
.form-row .check.a:after {
  content: '';
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  background-position: -75px 0;
  position: absolute;
  bottom: 4px;
  right: -2px;
}
.form-row .check input {
  height: 24px;
  width: 24px;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

.checkbox-label-wrap{
  display: flex;
  align-items: center;
}
.checkbox-label-wrap.padded{
  padding: 10px 0;
}
.checkbox-label {
  display: inline-flex;
  overflow: hidden;
  position: relative;
}
.checkbox-label input{
  position: absolute;
  left: -100px;
}
.checkbox-label input + span{
  display: inline-flex;
  height: 24px;
  width: 24px;
  border: 1px solid #6e6e6e;
  margin: 0px 10px 0px 0;
  cursor: pointer;
}
.checkbox-label input:checked + span{
  content: '';
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-position: -74px 3px;
  background-color: #fe6000;
  border: 1px solid #fe6000;
}
.form-row_invalid .checkbox-label input + span{
  border: 1px solid #ff4343 !important;
}


.form-row.centered{
  display: flex;
  align-items: center;
}
.form-row button {
  background: #29292b;
  color: #fff;
  border: none;
  width: 100%;
  line-height: 45px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}
.form-row button:hover {
  background: #fe6000;
  color: #fff;
}
::-moz-placeholder {
  color: #5a5a5e;
  color: #939393;
}
::-webkit-input-placeholder {
  color: #5a5a5e;
  color: #939393;
}
:-ms-input-placeholder {
  color: #5a5a5e;
  color: #939393;
}
::-ms-input-placeholder {
  color: #5a5a5e;
  color: #939393;
}
::placeholder {
  color: #5a5a5e;
  color: #939393;
}
.rek_materials .table .contacts {
  display: block !important;
  text-align: center !important;
  float: none;
}

.form__error{
  font-size: 14px;
  text-align: left;
  color: #ff4b4b;
}
.form-row_invalid input,
.form-row_invalid textarea{
  border: 1px solid #ff4343 !important;
}

.form input,
.form textarea{
  text-align: left !important;
  font-size: 16px !important;
}

/* Хлебные крошки */
.breadcrumbs {
  background: #1e1e20;
  padding: 20px 0;
  margin: 0 0 50px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
}
.breadcrumbs li {
  display: inline-block;
  color: #5a5a5e;
  margin-right: 15px;
  font-size: 14px;
}
.breadcrumbs li + li {
  padding-left: 16px;
  border-left: 1px solid #5a5a5e;
}
.breadcrumbs a {
  color: #fe5900;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .cart {
  float: right;
  border: none;
  margin: 0;
}
.breadcrumbs .cart i {
  display: inline-block;
  background: #fe5900;
  color: #fff;
  margin-left: 10px;
  font-style: normal;
  padding: 0 10px;
  border-radius: 10px;
}
.cart-header {
  background: #1e1e20;
  padding: 18px 25px;
  display: block;
  position: fixed;
  top: -65px;
  right: 0;
  font-size: 14px;
  transition: all .5s;
  z-index: 9999;
}
.cart-header a {
  color: #fe5900;
  text-decoration: none;
}
.cart-header i {
  display: inline-block;
  background: #fe5900;
  color: #fff;
  margin-left: 10px;
  font-style: normal;
  padding: 0 10px;
  border-radius: 10px;
}
.fixed-cart-show {
  top: 0;
  transition: all .5s;
}
/* Категории */
.categories {
  margin: 100px 0 100px -30px;
  padding: 0;
  list-style: none;
}
.categories li {
  float: left;
  width: 380px;
  height: 480px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin: 0 0 30px 30px;
}
.categories li a {
  display: block;
  width: 380px;
  height: 480px;
  background: rgba(23, 23, 24, 0.8);
  position: relative;
  text-decoration: none;
}
.categories .labels {
  position: absolute;
  top: 20px;
  left: -5px;
}
.categories .labels span {
  margin-top: 6px;
  display: block;
  background: #3e404a;
  color: #fff;
  line-height: 30px;
  padding: 0 16px 0 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.categories .labels span:after {
  content: '';
  border-top: 15px solid transparent;
  border-left: 10px solid #3e404a;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  right: -10px;
}
.categories .labels span.orange {
  background: #fe4200;
}
.categories .labels span.orange:after {
  border-left: 10px solid #fe4200;
}
.categories .title {
  position: absolute;
  bottom: 40px;
  left: -7px;
  color: #5a5a5e;
  padding: 40px 50px;
  font-size: 24px;
  font-weight: 300;
}
.categories .name {
  font-size: 80px;
  font-family: 'High';
  color: #fff;
  line-height: 33px;
  margin-bottom: 13px;
}
.categories .name:after {
  content: '';
  width: 40px;
  height: 8px;
  background: #fe6000;
  position: absolute;
  top: 52px;
  left: -7px;
}
.categories .description {
  font-size: 16px;
  color: rgb(153, 153, 161);
  margin-top: 20px;
}
.categories a:hover {
  background: rgba(254, 89, 0, 0.9);
}
.categories a:hover .name:after {
  background: #fff;
}
.categories a:hover .title {
  color: #941f00;
}
.categories a:hover .description {
  color: #fff;
}
.categories a:hover .labels span {
  background: #941f00;
}
.categories a:hover .labels span:after {
  border-left: 10px solid #941f00;
}
/* Сайдбар */
.filters {
  background-color: rgb(30, 30, 32);
  width: 310px;
  float: left;
  padding: 40px 40px 30px 40px;
}
.filters.lk_filters {
  width: 410px;
}
.open-param.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.filters .title {
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.filters ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.filters .change-str span {
  cursor: pointer;
  padding: 0 0 5px 25px;
  line-height: 18px;
  position: relative;
  display: block;
}
.filters .change-str span i {
  background: #f95801;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 15px;
}
.filters .change-str a {
  text-decoration: none;
}
.filters .change-str span:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #f95801;
  position: absolute;
  top: 0;
  left: 0;
}
.filters .change-str .active span:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f95801;
  position: absolute;
  top: 6px;
  left: 6px;
}
.filters .change-str li + li {
  margin-top: 7px;
}
.filters #series ul {
  margin: 20px 0 20px 25px;
}
.filters #series a {
  color: #fff;
}
.filters .change-color {
  margin-left: -10px;
}
.filters .change-color li {
  width: 70px;
  float: left;
  margin: 0 0 10px 10px;
  cursor: pointer;
}
.filters .change-color img {
  width: 70px;
  height: 70px;
  vertical-align: top;
}
.filters .change-color .active img {
  border: 3px solid #fe5900;
}
.filters .change-color span {
  font-size: 13px;
  color: #707075;
  line-height: 15px;
  display: block;
  height: 45px;
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
}
.title-collection {
  font-size: 80px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 50px;
  font-family: 'High';
  font-weight: normal;
}
.doors.lk_doors {
  width: 740px;
}
.tabs_door {
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
  border-bottom: 2px solid rgb(30, 30, 32);
  background: #171718;
  box-shadow: 0 -20px 20px 40px #171718;
  position: static;
  z-index: 99;
  width: 100%;
}
.tabs_door.fixed {
  position: fixed;
  top: 0;
}
.tabs_door li {
  display: inline-block;
  padding: 5px 20px 7px;
  position: relative;
  top: 2px;
  border: 2px solid transparent;
  border-bottom: none;
}
.tabs_door a {
  text-decoration: none;
}
.tabs_door a:hover {
  color: #fff;
}
.tabs_door li.active {
  background: #171718;
  border: 2px solid rgb(30, 30, 32);
  border-bottom: none;
}
.tabs_door li.active a, .tabs_door li.active a:hover {
  color: #fe5900;
}
.doors_tabs > div {
  display: none;
}
.doors_tabs > div.active {
  display: block;
}
.doors {
  width: 840px;
  float: right;
}


.doors_short {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
}
.doors_short li {
  flex: 0 0 calc(100% / 10);
  border-top: 1px solid #171718;
  border-right: 1px solid #171718;
}
.doors_short a {
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #171718;
}
.doors_short li:nth-child(odd) a {
  background: #FFFFFF;
}
.doors_short li:nth-child(even) a {
  background: #E8E8E8;
}
.doors_short li a:hover {
  background: #f95801;
  color: #fff;
}


.doors_category {
  margin: 50px 0 50px -20px;
  padding: 0;
  list-style: none;
}
.doors_category li {
  width: 195px;
  float: left;
  margin: 0 0 20px 20px;
  background-color: rgb(30, 30, 32);
  position: relative;
  padding-bottom: 10px;
}
.other_doors li {
  margin: 0;
  background-color: rgb(30, 30, 32);
  position: relative;
  padding-bottom: 10px;
}
.doors_category li > a, .other_doors li > a {
  text-decoration: none;
  position: relative;
  display: block;
}
.doors_category li img, .other_doors li img {
  vertical-align: top;
}
.doors_category li .name, .other_doors li .name {
  line-height: 20px;
  padding: 20px 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: flex;
  width: 100%;
  height: 120px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.doors_category li .price, .other_doors li .price {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: 20px;
}
.doors_category li .star, .other_doors li .star {
  font-size: 12px;
  line-height: 12px;
  color: #5A5A5E;
  margin: 10px 0 0;
  text-align: center;
}
.doors_category li .where, .other_doors li .where {
  text-align: center;
  padding: 13px 0 25px;
  display: none;
  height: 50px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  background-color: #fff;
}
.doors_category li .where a, .other_doors li .where a {
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  color: #FE6000;
}
.doors_category li .more {
  font-style: normal;
  font-weight: normal;
  background: #242427;
  padding: 13px 52px;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 60px));
  width: 214px;
  display: none;
  text-align: center;
}
.other_doors li .more {
  font-style: normal;
  font-weight: normal;
  background: #242427;
  padding: 13px;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 60px));
  display: none;
  text-align: center;
}
.doors_category li:hover, .other_doors li:hover {
  z-index: 5;
  background-color: #fff;
}
.doors_category li:hover > a {
  position: relative;
  padding: 20px 30px 0;
  margin-top: -20px;
  margin-left: -30px;
  width: calc(100% + 60px);
  background-color: #fff;

  box-shadow: 0px 4px 15px #000000;
}
.other_doors li:hover > a {
  position: relative;
  background-color: #fff;
}
.doors_category li:hover .name, .doors_category li:hover .price, .other_doors li:hover .name, .other_doors li:hover .price, .other_moldings li:hover .desc, .other_fur li:hover .desc {
  color: #171718;
}
.doors_category li:hover .where {
  display: block;
  width: calc(100% + 60px);
  left: -30px;
}
.other_doors li:hover .more {
  display: block;
  width: calc(100% - 40px);
}
.doors_category li:hover .more {
  display: block;
}
.doors_category li span.glass-choice, .other_doors li span.glass-choice {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 10px;
  height: auto;
  width: auto;
  background-color: rgb(30, 30, 32, 0.7);
  color: #fff;
}
.doors_category li span.glass-choice i, .other_doors li span.glass-choice i {
  font-style: normal;
  background: #fe6000;
  display: inline-block;
  width: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
.doors_category li:hover span.glass-choice {
  display: none;
}
.doors .title {
  font-size: 30px;
  margin: 0 0 40px 0;
  color: #fff;
  font-family: 'Helvetica';
  font-weight: 700;
  line-height: 35px;
}
.doors_category_lk {
  margin: 50px 0;
  padding: 0;
  list-style: none;
}
.doors_category_lk > li {
  width: 100%;
  border: 2px solid rgb(30, 30, 32);
  padding: 30px;
}
.doors_category_lk > li + li {
  margin-top: 30px;
}
.doors_category_lk li span.name {
  display: block;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.doors_category_lk li span.name i {
  font-style: normal;
}
.doors_category_lk .image {
  width: 100px;
  float: left;
}
.doors_category_lk .image img {
  vertical-align: top;
}
.doors_category_lk .options {
  width: 520px;
  float: right;
}
.doors_category_lk .select_dealer {
  margin-top: 0;
}
.doors_category_lk .select_dealer .a div a {
  line-height: 30px;
  padding: 5px 20px;
  font-size: 15px;
}
.doors_category_lk .select_dealer .a div a img {
  vertical-align: middle;
  margin-right: 15px;
}
.doors_category_lk .select_dealer {
  max-width: 290px;
  float: left;
}
.doors_category_lk .buy {
  width: 160px;
  float: right;
}
.select_size {
  margin: 0 0 -20px;
  padding: 0;
  list-style: none;
  font-size: 0;
  max-width: 450px;
}
.select_size li {
  border: 1px solid rgb(30, 30, 32);
  cursor: pointer;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  margin: 0 20px 20px 0;
  display: inline-block;
  border-radius: 2px;
}
.select_size li.active {
  border: 1px solid #f95801;
}
.count {
  margin-bottom: 30px;
}
.count a, .count input {
  display: block;
  float: left;
  height: 46px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}
.count a {
  background-color: #222224;
  color: #707075;
  width: 46px;
  line-height: 46px;
}
.count a.minus {
  border-radius: 2px 0 0 2px;
}
.count a.plus {
  border-radius: 0 2px 2px 0;
}
.count input {
  width: 68px;
  background: #29292b;
  color: #707075;
  border: none;
}
.addToCart {
  display: block;
  background: #f95801;
  color: #fff;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  font-size: 15px;
  border-radius: 2px;
  position: relative;
}
.addToCart span {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%;
  display: block;
  background: #f95801;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  display: none;
  padding: 5px;
}
.addToCart span:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f95801;
}
.allDoorsName {
  text-align: left;
  position: relative;
  top: -10px;
}
.allDoorsName a {
  text-decoration: none;
  color: #f95801;
  font-size: 14px;
  margin-left: 137px;
}
.allDoorsName a.a {
  margin-left: 129px;
}
.doorCheck {
  height: 150px;
  overflow: hidden;
}
.doorCheck li {
  float: left;
  margin: 0 0 7px 0 !important;
}
.doorCheck a {
  position: relative;
  padding: 0 10px 0 25px;
  width: 67px;
  display: block;
}
.doorCheck a:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #f95801;
  position: absolute;
  top: 2px;
  left: 0;
}
.doorCheck a.active:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f95801;
  position: absolute;
  top: 8px;
  left: 6px;
}
/* Корзина */
.cart_order {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.cart_order > li {
  width: 100%;
  border: 2px solid rgb(30, 30, 32);
  padding: 30px;
}
.cart_order > li + li {
  margin-top: 30px;
}
.cart_order .image {
  width: 100px;
  float: left;
}
.cart_order .params {
  float: left;
  margin-left: 50px;
}
.cart_order .remove {
  float: right;
}
.cart_order h3 {
  font-size: 50px;
  margin-top: 0;
  line-height: 35px;
  margin-bottom: 30px;
}
.cart_order h3 span {
  opacity: 0.2;
  margin: 0 5px;
}
.cart_order p {
  font-style: 12px;
  margin: 7px 0;
}
.cart_order p + p {
  border-top: 1px solid rgb(30, 30, 32);
  padding-top: 7px;
}
.cart_order b {
  opacity: 0.3;
  font-weight: normal;
  display: inline-block;
  width: 100px;
}
.cart_order .remove > a {
  display: inline-block;
  background: #f95801;
  color: #fff;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  font-size: 15px;
  border-radius: 2px;
  padding: 0 20px;
}
.buttons_order {
  margin-top: 30px;
  text-align: right;
}
.buttons_order a {
  display: inline-block;
  margin-left: 20px;
  line-height: 20px;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  background: #2a2a2b;
  border-radius: 2px;
}
.buttons_order a.send_buy {
  background: #f95801;
}

/* Дверь */
.title-door {
  font-size: 60px;
  line-height: 50px;
  color: #fe5900;
  margin: 0 0 50px;
  font-family: 'High';
  font-weight: normal;
}
.title-door h1 {
  line-height: 50px;
}
.once-door .image {
  width: 295px;
  float: left;
}
.once-door .image.big {
  width: 470px;
}
.once-door .image img {
  vertical-align: top;
}
.once-door .params {
  width: 850px;
  float: right;
  padding-right: 250px;
  position: relative;
}
.once-door .params.small {
  width: 635px;
}
.select .title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.select .title span {
  color: #fe5900;
  font-weight: normal;
}
.select ul {
  margin: 25px 0 0 -25px;
  padding: 0;
  list-style: none;
}
.select li {
  width: 70px;
  float: left;
  margin: 0 0 25px 25px;
  cursor: pointer;
}
.select img {
  width: 70px;
  height: 70px;
  vertical-align: top;
}
.select .active img {
  border: 3px solid #fe5900;
}
.select ul span {
  font-size: 13px;
  color: #707075;
  line-height: 15px;
  display: block;
  height: 45px;
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
}
.select.size {
  margin: 10px 0;
}
.select.size ul {
  margin-top: 10px;
}
.select.size li {
  width: 120px;
  display: inline-block;
  margin-bottom: 5px;
  cursor: default;
}
.where-buy {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: rgb(254, 96, 0);
  line-height: 44px;
  width: 170px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
}
.door-price {
  position: absolute;
  top: 0;
  right: 0;
}
.door-border {
  margin-bottom: 20px;
  padding: 5px 0 5px 25px;
  border-left: 2px solid #fe5900;
  line-height: 18px;
  font-size: 14px;
  color: #707075;
}
.door-price span {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
}
.door-price .p {
  font-size: 25px;
  color: #fff;
  line-height: 25px;
  position: relative;
  top: -10px;
  margin-left: 5px;
  font-weight: normal;
}
.comp {
  position: relative;
  margin-top: 20px;
}
.comp .hover {
  display: inline-flex;
  align-items: center;
  cursor: help;
}
.comp .hover i {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #FE6000;
  margin-right: 10px;
  border-radius: 10px;
  font-style: normal;
  background-color: #fff;
}
.comp .window {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: #171718;
  font-size: 14px;
  line-height: 16px;
}
.comp .window:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 30px;
  margin-top: -10px;
}
.comp .window p {
  color: #171718;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}
.comp .window p + p {
  margin-top: 20px;
}
.about_tabs {
  text-align: center;
  margin: 120px 0;
}
.tabs_link, .about_tabs ul {
  display: inline-block;
  border: 1px solid #3b3b3e;
  margin: 0 0 20px;
  padding: 2px;
  list-style: none;
  border-radius: 2px;
}
.tabs_link li, .about_tabs li {
  display: inline-block;
}
.tabs_link a, .about_tabs a {
  display: block;
  line-height: 40px;
  width: 148px;
  text-align: center;
  text-decoration: none;
}
.about_tabs a {
  width: 300px;
  text-transform: uppercase;
  font-size: 14px;
}
.tabs_link .active a, .about_tabs .active a {
  background: #fe5900;
  color: #fff;
}
.tabs {
  border: 4px solid #29292b;
  padding: 45px;
}
.about_blocks {
  padding: 0;
  border: none;
}
#set {
  margin: -15px 0;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.list_dop {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_dop li {
  margin: 0;
  float: left;
  text-align: center;
}
.list_dop .image {
  width: 100%;
  height: 210px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.list_dop .image img {
  vertical-align: top;
}
.list_dop .name {
  line-height: 20px;
  padding: 13px;
  font-size: 14px;
  color: rgb(254, 89, 0);
  font-weight: bold;
  text-transform: uppercase;
}
.list_dop .desc {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 48px;
}
.list_dop .price {
  color: #fff;
  font-size: 25px;
  margin-top: 12px;
}
.list_dop .price span {
  font-weight: bold;
}
.list_dop .price .small {
  font-size: 12px;
  text-transform: uppercase;
}
.other_doors {
  position: relative;
  padding: 0 45px;
  margin-bottom: 90px;
}
.other_doors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 490px;
  overflow: hidden;
}
.other_doors li {
  float: left;
  width: 20%;
  text-align: center;
}
.other_doors li img {
  vertical-align: top;
}
.other_doors li a {
  text-decoration: none;
}
/*.other_doors li span {
  display: block;
  line-height: 20px;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}*/
.other-slider {
  width: 36px;
  height: 100%;
  background: #1e1e1f;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}
#newsImagesLeft, #newsImagesRight {
  height: 240px;
  width: 56px;
}
.other-slider:hover {
  background: #fe5900;
}
#otherDoorsSliderLeft, #otherMoldSliderLeft, #otherFurSliderLeft, #newsImagesLeft {
  left: 0;
}
#otherDoorsSliderRight, #otherMoldSliderRight, #otherFurSliderRight, #newsImagesRight {
  right: 0;
}
.other-slider:hover .ico-left {
  background-position: 0 -58px;
}
.other-slider:hover .ico-right {
  background-position: -10px -58px;
}
/* Новости */
.news {
  margin-left: -30px;
}
.news .news-item {
  width: 380px;
  float: left;
  margin: 0 0 30px 30px;
  font-size: 14px;
}
.news .news-item:nth-child(3n+1) {
  clear: both;
}
.news .news-item a {
  text-decoration: none;
}
.news .news-item img {
  vertical-align: top;
}
.news .date {
  color: #4d4d50;
  margin-top: 20px;
  text-transform: lowercase;
}
.news .name {
  color: #fe5900;
}
.news_images {
  padding: 0 85px;
  margin: 100px 0;
  position: relative;
}
.news_images ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 240px;
  overflow: hidden;
}
.news_images li {
  float: left;
  cursor: pointer;
}
.blog_content {
  background: #fff;
  color: #171718;
  padding: 35px 50px;
  position: relative;
}
.blog_content:after {
  content: '';
  width: calc(100% - 30px);
  height: 7px;
  position: absolute;
  top: -7px;
  left: 15px;
  background: #6f6f70;
  box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.2);
}
.blog_content:before {
  content: '';
  width: calc(100% - 50px);
  height: 5px;
  position: absolute;
  top: -12px;
  left: 25px;
  background: #6f6f70;
  box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.4);
}
.blog_content p, .blog_content a, .blog_content h2, .blog_content h3, .blog_content h4 {
  color: #171718;
}
.cats_blog {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.cats_blog li {
  display: inline-block;
}
.cats_blog a {
  color: #b2b2b5;
  text-decoration: none;
  line-height: 25px;
  padding: 0 15px;
  display: block;
  border: 1px solid #b2b2b5;
  border-radius: 2px;
  font-size: 14px;
}
.cats_blog a:hover, .cats_blog .active a {
  color: #707075;
  border: 1px solid #707075;
}
.qoute_blog {
  border-top: 1px solid #e8e8ee;
  border-bottom: 1px solid #e8e8ee;
  padding: 50px 0;
  margin: 50px 0;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.qoute_blog:before {
  content: '';
  background: #fff url(../img/quote-top.png) no-repeat center center;
  width: 60px;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.qoute_blog:after {
  content: '';
  background: #fff url(../img/quote-bottom.png) no-repeat center center;
  width: 60px;
  height: 16px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.blog-item {
  background: #fff;
  padding: 30px;
}
.blog-item .date {
  opacity: 0.7;
  margin-top: 10px;
}
.a-name {
  height: 60px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
}
.cats-item-blog {
  border-top: 1px solid #171718;
  width: calc(100% + 60px);
  transform: translateX(-30px);
  padding: 10px 30px 0;
  margin-top: 10px;
  height: 63px;
  overflow: hidden;
}
.cats-item-blog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cats-item-blog li {
  display: inline-block;
  margin-top: 4px;
}
.cats-item-blog li a {
  display: block;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  padding: 0 10px;
  border-radius: 2px;
}
/* "Назад" */
.back {
  font-size: 14px;
  color: #fe6000;
  text-decoration: none;
  position: relative;
  top: 10px;
}
.back i {
  zoom: 0.6;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
/* О компании */
.warranty {
  width: 500px;
  padding: 50px 100px 50px 50px;
  float: right;
  font-size: 18px;
}
.icon-warranty {
  width: 76px;
  float: left;
}
.text-warranty {
  width: 240px;
  margin-left: 30px;
  float: left;
}
.text-warranty > div {
  margin-bottom: 20px;
}
.text-warranty .one {
  float: left;
  font-size: 200px;
  font-family: 'High';
  color: #fff;
  width: 45px;
  display: block;
  line-height: 120px;
}
.text-warranty .one-desc {
  float: left;
  width: 180px;
  font-size: 80px;
  color: rgb(254, 89, 0);
  text-transform: uppercase;
  padding-top: 25px;
  font-family: 'High';
}
.text-warranty .one-desc span {
  color: #fff;
  font-family: 'High';
  display: block;
  font-size: 80px;
  line-height: 70px;
}
.workshop {
  width: calc(50% + 100px);
  float: right;
  background: #202022;
  position: relative;
  margin-bottom: 100px;
}
.workshop:after {
  content: '';
  position: absolute;
  bottom: -85px;
  left: -35px;
  width: 746px;
  height: 350px;
  background: url(../img/quote.png) no-repeat 0 0;
}
.workshop_text {
  width: 700px;
  padding: 50px 75px;
  position: relative;
}
.workshop_text > * {
  z-index: 2;
  position: relative;
}
.workshop_text:after {
  content: '';
  width: 47px;
  height: 47px;
  background: url(../img/sprite.png) no-repeat 0 -80px;
  position: absolute;
  top: -20px;
  left: 30px;
}
.workshop_text:before {
  content: '';
  width: 24px;
  height: 23px;
  background: url(../img/sprite.png) no-repeat -25px -57px;
  position: absolute;
  bottom: -11px;
  right: 0;
}
p.short-desc {
  margin-top: -15px;
}
.h2_about {
  text-align: center;
  margin: 100px 0;
}
.h2_about h2 {
  background: url(../img/h2_bg.png) no-repeat 0 0;
  height: 182px;
  display: inline-block;
  font-size: 120px;
  padding: 40px 0 0 45px;
  text-align: left;
}
.h2_about h2 span {
  font-family: 'Helvetica';
  font-weight: normal;
  font-style: normal;
  color: #fe5900;
  font-size: 35px;
  line-height: 32px;
  display: block;
  text-transform: uppercase;
  margin-left: -3px;
}
.doors_material {
  margin: 0 0 0 -125px;
  padding: 0;
  list-style: none;
}
.doors_material li {
  margin: 0 0 0 125px;
  float: left;
  width: calc(50% - 125px);
  height: 440px;
  display: flex;
  justify-content: center;
}
.doors_material li > div {
  position: relative;
	
}
.doors_material li img {
  vertical-align: top;
}
.doors_material li.even img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.doors_material .name {
  position: absolute;
  bottom: 55px;
  left: 50px;
  font-family: 'High';
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  line-height: 60px;
  z-index: 2;
  width: 100%;
}
.doors_material li.even .name {
  bottom: auto;
  top: 15px;
}
.doors_material .name:before {
  content: '';
  width: 7px;
  height: 73px;
  position: absolute;
  top: -15px;
  left: -26px;
  background: #fe5900;
}
.doors_material .name span {
  display: block;
  line-height: 45px;
  font-size: 60px;
  color: #707075;
}
.doors_material .name .desc {
  position: absolute;
  bottom: -30px;
  line-height: 20px;
  font-size: 18px;
  color: #5a5a5e;
  font-family: 'Helvetica';
  font-weight: normal;
  text-transform: none;
}
.how {
  display: table-row;
  width: 100%;
  margin: 50px 0;
}
.how .image {
  width: 216px;
  display: table-cell;
  vertical-align: middle;
}
.how .text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 50px;
}
.how.odd .text {
  padding: 0 50px 0 0;
  text-align: right;
}
.how .image div {
  border-radius: 50%;
  background: #1e1e20;
  width: 216px;
  height: 216px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.how-work {
  margin-bottom: 120px;
}
.title_quote .img {
  float: left;
  margin-right: 20px;
}
.title_quote .name {
  float: left;
  font-size: 28px;
  color: #707075;
}
.title_quote .name .family {
  font-size: 90px;
  font-family: 'High';
  color: #fff;
  line-height: 53px;
  margin-bottom: 10px;
}
.title_quote .name span {
  display: block;
  font-size: 18px;
  margin: 15px 0;
  color: #5a5a5e;
}
.abramov_quote {
  width: 1000px;
  margin: 30px 100px 30px;
  background: #202022;
  position: relative;
}
.abramov_quote:after {
  content: '';
  position: absolute;
  bottom: -85px;
  left: -35px;
  width: 746px;
  height: 350px;
  background: url(../img/quote.png) no-repeat 0 0;
}
.abramov_text {
  padding: 75px 100px;
  position: relative;
}
.abramov_text > * {
  z-index: 2;
  position: relative;
}
.abramov_text:after {
  content: '';
  width: 47px;
  height: 47px;
  background: url(../img/sprite.png) no-repeat 0 -80px;
  position: absolute;
  top: -20px;
  left: 30px;
}
.abramov_text:before {
  content: '';
  width: 24px;
  height: 23px;
  background: url(../img/sprite.png) no-repeat -25px -57px;
  position: absolute;
  bottom: -11px;
  right: 30px;
}
.ecology {
  background: url(../img/bg_about.png) no-repeat 0 0;
  min-height: 800px;
  padding: 250px 0 100px;
}
.ecology .tree {
  width: 500px;
  float: right;
  font-size: 22px;
  color: #5a5a5e;
  height: 395px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ecology .tree678 {
  margin: 30px 0 0;
  font-family: 'High';
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
}
.ecology .tree678_image {
  float: left;
  margin-right: 25px;
  position: relative;
}
.ecology .tree678_image:before {
  content: '';
  background: #fe5900;
  width: 28px;
  height: 1px;
  position: absolute;
  left: -28px;
  top: 50%;
}
.ecology .tree678_text {
  float: left;
}
.ecology .tree678_text span {
  display: block;
  font-size: 100px;
  line-height: 90px;
}
.ecology .text {
  width: calc(50% + 100px);
  float: right;
  background: #202022;
  margin-bottom: 100px;
}
.ecology .text > div {
  padding: 35px 75px;
  width: 700px;
}
.ecology .text h3 {
  text-transform: uppercase;
}
.ecology .text h3 span {
  color: #fe5900;
}
.ecology-list > div + div {
  margin-top: 50px;
}
.ecology-list .image {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  background: #1e1e20;
  background: -moz-linear-gradient(left, #35241d 0%, #1e1e20 15%);
  background: -webkit-linear-gradient(left, #35241d 0%, #1e1e20 15%);
  background: linear-gradient(to right, #35241d 0%, #1e1e20 15%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35241d', endColorstr='#1e1e20', GradientType=1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  float: left;
  position: relative;
}
.ecology-list .image:before {
  content: '';
  background: #fe5900;
  width: 28px;
  height: 1px;
  position: absolute;
  left: -28px;
  top: 50%;
}
.ecology-list .image:after {
  content: '';
  background: #fe5900;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-radius: 50%;
}
.ecology-list .text {
  float: right;
  width: 985px;
  padding-top: 75px;
}
.ecology-list .text .title {
  color: #fff;
  font-size: 20px;
}
.ecology-list > div {
  position: relative;
}
.ecology-list > div:before {
  content: '';
  height: calc(100% + 100px);
  width: 1px;
  background: #fe5900;
  position: absolute;
  top: 0;
  left: -28px;
}
.ecology-list > div + div:before {
  top: -50px;
}
.ecology-list > div:last-child:before {
  top: auto;
  bottom: calc(100% - 88px);
}
.ecology-list > div:first-child:before {
  height: calc(100% + 300px);
  top: auto;
  bottom: 0;
}
/* Стать дилером */
.icons-dealer {
  margin: 75px 0;
  padding: 0;
  list-style: none;
}
.icons-dealer li {
  width: 200px;
  padding: 0 10px;
  text-align: center;
  float: left;
  color: #fff;
  font-weight: bold;
}
.icons-dealer .image {
  width: 122px;
  height: 122px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 4px solid #29292b;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.quality {
  background: #1e1e20;
}
.quality .wrapper {
  height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.quality .image {
  float: left;
  margin-right: 40px;
}
.quality .text {
  float: left;
  font-size: 22px;
  color: #5a5a5e;
  padding-top: 20px;
}
.quality .text span {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.quality .text span img {
  width: 150px;
  position: relative;
  top: 9px;
  margin-left: 3px;
}
.form-dealer {
  padding: 50px 0;
}
.form-dealer h2 {
  text-align: center;
}
.form-dealer .form {
  background: #1e1e20;
  padding: 60px;
}
.form-dealer .form .left {
  width: 50%;
  padding-right: 30px;
  float: left;
}
.form-dealer .form .right {
  width: 50%;
  padding-left: 30px;
  float: right;
  text-align: right;
}
.form-dealer .form input[type=text], .form-dealer .form textarea {
  border: 1px solid #29292b;
  text-align: left;
}
.form-dealer .form input[type=text]:focus, .form-dealer .form textarea:focus {
  border: 1px solid #fe6000;
}
.form-dealer .form button {
  width: 350px;
}
/* Где купить */
.select_dealer {
  margin-top: -10px;
}
.select_dealer .regions, .select_dealer .cities {
  float: left;
  position: relative;
}
.select_dealer .regions > a, .select_dealer .cities > a {
  /*display: block;
  line-height: 44px;
  border: 1px solid #29292b;
  background: #29292b;
  color: #707075;
  padding: 0 25px;
  border-radius: 2px;
  text-decoration: none;
  width: 290px;
  position: relative;
  white-space: nowrap;
    overflow: hidden;*/

  display: flex;
  flex-direction: row;
  align-items: center;
  height: 46px;
  line-height: 20px;
  border: 1px solid #29292b;
  background: #29292b;
  color: #707075;
  padding: 0 50px 0 25px;
  border-radius: 2px;
  text-decoration: none;
  width: 290px;
  position: relative;
}
.select_dealer .regions > a:after, .select_dealer .cities > a:after {
  content: '';
  background: #222224 url(../img/sprite.png) no-repeat -380px -125px;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0 2px 2px 0;
}
.select_dealer .cities {
  margin-left: 21px;
}
.select_dealer .select_list {
  display: none;
}
.select_dealer .a > a {
  border: 1px solid #fe5900;
}
.select_dealer .a > a:after {
  background: #fe5900 url(../img/sprite.png) no-repeat -426px -125px;
}
.select_dealer .a div {
  display: block;
  width: 100%;
  padding: 16px 0;
  background: #242426;
  background: -moz-linear-gradient(15deg, #242426 70%, #513020 100%);
  background: -webkit-linear-gradient(15deg, #242426 70%, #513020 100%);
  background: linear-gradient(15deg, #242426 70%, #513020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242426', endColorstr='#513020', GradientType=1);
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 5;
  border-radius: 2px;
}
.select_dealer .a div a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 45px;
  padding: 0 22px;
  border: 1px solid transparent;
  margin: 0 2px;
  border-radius: 2px;
}
.select_dealer .a div a:hover {
  background: rgba(255, 255, 255, 0.02);
}
.select_dealer .a div a.active {
  /*background: #171718;*/
  border: 1px solid #f95801;
}
.select_dealer .buttons {
  float: right;
}
.select_dealer .buttons a {
  display: inline-block;
  line-height: 46px;
  background: #fe6000;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  text-decoration: none;
  width: 230px;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
#map {
  margin: 35px 0;
  height: 500px;
}
#map #content, #map #bodyContent b {
  color: #000;
}
.dealer-list > div {
  background: #1e1e20;
  margin-top: 4px;
}
.dealer-list .name, .dealer-list .address, .dealer-list .phone, .dealer-list .map {
  float: left;
  /*height: 110px;
  border-left: 1px solid #171718;
  display: flex;
    flex-direction: row;
    align-items: center;*/
  padding: 12px 20px 12px 50px;
}
.dealer-list .name {
  border-left: none;
  width: 300px;
  color: #fff;
  font-size: 18px;
}
.dealer-list .address {
  width: 360px;
  font-size: 16px;
  color: #707075;
}
.dealer-list .phone {
  width: 313px;
  font-size: 22px;
  color: #fff;
}
.dealer-list .phone span {
  display: block;
  font-size: 14px;
  color: #707075;
}
.dealer-list .map {
  padding: 12px 50px;
  width: 222px;
}
.dealer-list .map div {
  width: 122px;
  float: right;
}
.dealer-list .map a {
  display: block;
  width: 100%;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  background: #29292b;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}
/* Контакты */
.employees {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.employees li {
  float: left;
  width: 400px;
  margin: 20px 0;
}
.employees .image {
  width: 130px;
  float: left;
  margin-right: 35px;
}
.employees .text {
  float: left;
  width: 220px;
}
.employees .text .name {
  color: #fff;
  position: relative;
  margin-bottom: 5px;
}
.employees .text .name:after {
  content: '';
  width: 4px;
  height: calc(100% - 6px);
  background: #fe4b00;
  position: absolute;
  top: 2px;
  left: -16px;
}
.employees .text .name span {
  display: block;
  text-transform: uppercase;
}
.employees .text .phone {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 7px 0;
}
.contacts-page > div {
  float: left;
  margin-right: 45px;
  padding-left: 45px;
  position: relative;
  border-left: 1px solid #29292b;
  line-height: 30px;
}
.contacts-page > div > div + div {
  margin-top: 20px;
}
.contacts-page > div:first-child {
  padding-left: 0;
  border-left: none;
}
.contacts-page > div span.title {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.contacts-page > div span.title i {
  margin-right: 8px;
}
.contacts-page .phone {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.contacts-page > div.phone span:not(.title):not(.ya-phone) {
  color: #fe6000;
  font-weight: normal;
}
.contacts-page .write {
  border: none;
}
.contacts-page .write a {
  display: inline-block;
  background-color: #fe6000;
  width: 231px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 8px 0 0;
  text-align: center;
  font-size: 12px;
}
.contacts-page .rek {
  margin: 0;
  padding: 0;
  float: right;
  border: none;
  width: 800px;
  max-width: 100%;
}
.contacts-page .rek p {
  margin: 2px 0 0;
}
/* Сертификаты */
.sertificate {
  margin: 0 0 0 -25px;
  padding: 0;
  list-style: none;
}
.sertificate li {
  float: left;
  width: 280px;
  margin: 0 0 25px 25px;
}
.sertificate a {
  text-decoration: none;
}
.sertificate img {
  outline: 6px solid transparent;
  outline-offset: -6px;
  opacity: 0.5;
}
.sertificate .name {
  border-left: 3px solid #fe5900;
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.sertificate a:hover img {
  opacity: 1;
  outline: 6px solid #fe5900;
}
.rek_materials {
  margin-bottom: 50px;
}
.rek_materials .text {
  width: 630px;
  float: left;
}
.rek_materials .text ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
}
.rek_materials .text li {
  line-height: 24px;
  position: relative;
}
.rek_materials .text li:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fe5900;
  position: absolute;
  top: 9px;
  left: -20px;
}
.rek_materials .table {
  width: 540px;
  float: right;
  background: #1e1e20;
  text-align: center;
  padding: 30px;
}
.rek_materials .table .contacts {
  margin: 15px 0 10px;
}
.rek_materials .table .contacts b {
  display: inline-block;
  background: #38383c;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 12px;
  position: relative;
  top: -5px;
  border-radius: 12px;
}
.rek_materials .table a {
  display: inline-block;
  background-color: #fe6000;
  line-height: 44px;
  padding: 0 26px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 8px 0;
  text-align: center;
  font-size: 12px;
}
.overlay {
  background: rgba(36, 36, 38, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 100;
  overflow: auto;
}
.overlay.open {
  display: block;
}
.overlay .modal {
  width: 400px;
  padding: 50px;
  position: relative;
  display: none;
  background: #171718;
  margin: 100px auto 50px;
}
.overlay .modal.getmat {
  width: 480px;
}
.overlay .titlemodal {
  font-size: 60px;
  line-height: 32px;
  margin: 0 0 35px;
  color: #fff;
  text-align: center;
  font-family: 'High';
  font-weight: normal;
}
.overlay .descmodal {
  font-size: 15px;
  line-height: 23px;
  margin: -10px 0 20px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.overlay .modal .closemodal {
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  background: url(../img/sprite.png) no-repeat -365px -175px;
  border-radius: 22px;
  width: 44px;
  height: 44px;
}
.overlay input[type=text], .overlay input[type=password], .overlay textarea {
  text-align: left;
}
.overlay textarea {
  height: 150px;
}
.overlay .inline:not(.check) {
  line-height: 14px;
  width: 240px;
}
.overlay .select_dealer .regions {
  position: relative;
  width: 100%;
}
.overlay .select_dealer .regions > a {
  display: block;
  line-height: 58px;
  border: 1px solid #29292b;
  background: #171718;
  color: #707075;
  padding: 0 20px;
  border-radius: 0;
  text-decoration: none;
  width: 100%;
  position: relative;
  font-size: 14px;
}
.overlay .select_dealer .regions > a:after {
  content: '';
  background: #222224 url(../img/sprite.png) no-repeat -410px -175px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0 2px 2px 0;
}
.overlay .select_dealer .select_list {
  display: none;
}
.overlay .select_dealer .a > a {
  border: 1px solid #fe5900;
}
.overlay .select_dealer .a > a:after {
  background: #fe5900 url(../img/sprite.png) no-repeat -410px -235px;
}
.overlay .select_dealer .a div {
  display: block;
  width: 100%;
  padding: 16px 0;
  background: #242426;
  background: -moz-linear-gradient(15deg, #242426 70%, #513020 100%);
  background: -webkit-linear-gradient(15deg, #242426 70%, #513020 100%);
  background: linear-gradient(15deg, #242426 70%, #513020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242426', endColorstr='#513020', GradientType=1);
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 5;
  border-radius: 0;
}
.overlay .select_dealer .a div a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
}
.overlay .select_dealer .a div a.active {
  background: #171718;
}
.overlay .about_tabs {
  margin: 0;
}
.overlay .about_tabs ul {
  width: 100%;
  font-size: 0;
}
.overlay .about_tabs li {
  width: 50%;
  font-size: 14px;
}
.overlay .about_tabs a {
  width: 100%;
  font-size: 13px;
}
/* Ошибки формы */
span.form-error {
  display: none;
  font-size: 14px;
  text-align: left;
  color: #ff4b4b;
  white-space: nowrap;
}
.has-error input[type=text],
.has-error textarea,
.has-error select,
.check.inline.has-error {
  /*border: 1px solid #9a1010 !important;*/
  border: 1px solid #e32222 !important;
}
.res {
  background: #13a208;
  color: #fff;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.res:empty {
  display: none;
}
.res.error {
  background: #e20000;
}
/* Страница 404 */
.bc-error {
  margin-bottom: 0;
}
.error404 {
  background: url(../img/bg404.jpg) no-repeat top center;
}
.error404 .wrapper {
  display: flex;
  height: 860px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 170px;
}
.error404 h1 {
  margin-bottom: 30px;
}
.error404 p {
  font-size: 24px;
  color: #616469;
}
.error404 a {
  display: inline-block;
  margin-top: 40px;
  background: #fe6000;
  line-height: 45px;
  color: #fff;
  padding: 0 80px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
}
/* Постраничная навигация */
.pagination__control > * {
  display: inline-block;
  line-height: 53px;
  width: 55px;
  text-decoration: none;
  text-align: center;
  color: #77777b;
  border-bottom: 2px solid #77777b;
}
.pagination__control > span {
  border-bottom: 2px solid transparent;
}
.pagination__control > a {
  background: #272729;
  border-bottom: 2px solid #272729;
}
.pagination__control > a:not(.pagination__link_active):hover {
  background: #fe5900;
  border-bottom: 2px solid #fe5900;
  color: #fff;
}
.pagination__control > a.pagination__link_active {
  background: #1f1f21;
  border-bottom: 2px solid #fe5900;
  color: #fff;
}
/* Подвал */
.footer {
  margin-top: 50px;
}
.footer .footer_left {
  float: left;
}
.footer_left img {
  width: 210px;
  vertical-align: top;
}
.footer_phone {
  margin: 10px 0 25px;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}
.footer_phone span:not(.ya-phone) {
  font-weight: normal;
  color: #fe6000;
}
.footer .footer_right {
  float: right;
}
.footer .social {
  text-align: right;
  margin-bottom: 10px;
}
.footer .social a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-left: 10px;
  background: #1e1e20;
  float: right;
}
.footer .social a:hover {
  background: #fe5900;
}
.footer .navigation {
  margin-top: 7px;
}
.footer .navigation li:hover ul {
  display: none;
}
.footer .navigation > li > a span.hover {
  display: none;
}
.footer .copyright {
  font-size: 14px;
  color: #707075;
  text-align: right;
}
.footer .copyright a {
  color: #fe6000;
}
.oferta {
  margin: 5px 0 20px;
}
.oferta p {
  text-align: center;
  font-size: 13px;
  margin: 0;
}
/* Клир */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*********************/
/*****Где купить******/
/*********************/

.dealers-search {
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}
.dealers-search-close {
  position: absolute;
  display: none;
  top: 10px;
  right: 10px;
}
.dealers-search-input {
  border: 1px solid #171718;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
}
.dealers-search-input:focus {
  outline: none;
}
.dealers-search-results {
  display: none;
  max-height: 200px;
  overflow: auto;
  background: #fff;
  border: 1px solid #171718;
  z-index: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
}
.dealers-search-empty,
.dealers-search-item {
  display: none;
  padding: 9px 20px;
  text-decoration: none;
  border-bottom: 1px solid #f7f7f7;
  color: #171718;
}
.dealers-search-item.is-visible {
  display: block;
}
.dealers-search.mod-empty .dealers-search-empty {
  display: block;
}
.dealers-search-item:hover {
  background: #fdfdfd;
}
.dealers-desc {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dealers-desc-text {
  max-width: 600px;
  color: #171718;
  font-size: 18px;
  line-height: 130%;
}
.dealers-desc-label {
  font-weight: 300;
  font-size: 18px;
  background: #1E1E20;
  height: 47px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
  margin-left: auto;
}
.dealers-map {
  width: 100%;
  height: 480px;
}
#map-hint {
  font-size: 14px;
  color: #000;
}
#map-hint p {
  color: #000;
  margin: 0 0 10px;
}
.dealers-tabs-nav {
  margin-bottom: 43px;
}
.dealers-tabs-nav-item {
  height: 70px;
  min-width: 310px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
  border-bottom: 1px solid #FE5900;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.dealers-tabs-nav-item.is-active {
  background: #FE5900;
}
.dealers-tabs-nav-item.is-active:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 66px;
  border: 26px solid transparent;
  border-bottom-color: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dealers-tabs-nav-item:not(:last-child) {
  margin-right: 40px;
}
.dealers-tabs-pane {
  background: #fff;
  padding: 60px 75px 40px;
  display: none;
}
.dealers-tabs-pane.is-active {
  display: block;
}
/**/
.dealers-cities-item {
  font-size: 16px;
  line-height: 16px;
  color: #171718;
  margin-bottom: 12px;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
}
.dealers-cities-item.is-active {
  font-weight: bold;
  text-decoration: underline;
}
.dealers-cities-wrap {
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.is-disabled .dealers-cities-wrap {
  max-height: unset;
  margin-bottom: 25px;
}
.dealers-cities.is-opened .dealers-cities-wrap {
  max-height: 500px;
}
.dealers-cities-more {
  color: #171718;
  text-decoration: underline;
  margin-bottom: 30px;
  display: none;
}
.is-enabled .dealers-cities-more {
  display: inline-block;
}
.is-disabled .dealers-cities-more {
  display: none;
}
.dealers-list {
  margin-bottom: 50px;
}
.dealers-empty {
  padding: 50px 0;
  text-align: center;
}
.dealers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFFFFF;
  color: #171718;
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  padding: 30px 75px;
}
.dealers-item-part:first-child {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.dealers-item-slider-wrap {
  max-height: 300px;
  overflow: hidden;
}
.dealers-item-part:last-child {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dealers-item-info {
  width: 340px;
}
.dealers-item-name {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.dealers-item-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 15px;
}
.dealers-item-param img {
  margin-right: 18px;
}
.dealers-item-icons {
  margin-bottom: 10px;
}
.dealers-item-icons a {
  margin-right: 15px;
  text-decoration: none;
}
.dealers-item-map {
  -webkit-box-shadow: inset 0 -4px 0 #fe5900;
  box-shadow: inset 0 -4px 0 #fe5900;
  line-height: 16px;
  display: inline-block;
  cursor: pointer;
}
/**/
.dealers-item .lSSlideOuter {
  position: relative;
}
.dealers-item .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  z-index: 10;
}
.dealers-item .lSSlideOuter .lSPager.lSpg > li:hover a,
.dealers-item .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #fe5900;
}
.dealers-item .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #ffffff91;
}
.dealers-item .lSAction > a {
  background: #fe5900;
  opacity: 1;
  border-radius: 50%;
  background-image: url(/assets/img/dealers/icon-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;

  width: 40px;
  height: 40px;
}
.dealers-item .lSAction > .lSPrev {
  -webkit-transform: rotate(
          180deg
  );
  -ms-transform: rotate(
          180deg
  );
  transform: rotate(
          180deg
  );
}
@media (max-width: 1199px) {
  .dealers-tabs-nav-item {
    width: calc((100% - 50px) / 2);
  }
  .dealers-item {
    padding: 30px 30px;
  }
  .dealers-item-part:first-child {
    width: 100%;
  }
  .dealers-item-part:last-child {
    width: 100%;
    display: block;
    padding: 20px 0 0 0;
  }
  .dealers-item-info {
    width: auto;
  }
  .dealers-tabs-pane {
    padding: 30px 30px 80px;
    position: relative;
    margin-bottom: 50px;
  }
  .dealers-desc-label {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: auto;
    padding: 15px;
    text-align: center;
  }
  .dealers-item-slider-wrap {
    max-height: 390px;
  }
}
@media (max-width: 720px) {
  .dealers-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dealers-tabs-nav-item {
    width: calc(100% / 2);
    min-width: unset;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
  .dealers-tabs-nav-item:not(:last-child) {
    margin-right: 0;
  }
  .dealers-desc-text {
    font-size: 16px;
  }
  .dealers-tabs-pane {
    padding: 30px 30px 100px;
  }
  .dealers-search {
    margin-bottom: 30px;
  }
  .dealers-item-slider-wrap {
    max-height: 270px;
  }
}
@media (max-width: 520px) {

  .dealers-item-slider-wrap {
    max-height: 195px;
  }
}
@media (max-width: 400px) {
  .dealers-list .lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    padding: 0;
  }
  .dealers-cities-item {
    margin-right: 10px;
  }
  .dealers-item-slider-wrap {
    max-height: 140px;
  }
}
/***********************************/
/*********Лендинг оптовикам*********/
/***********************************/

.wholesale-form {
  background: #1E1E20;
  padding: 40px 75px;
  margin-bottom: 100px;
}
.wholesale-form-success{
  font-size: 20px;
  text-align: center;
}
.wholesale-form-error{
  color: #ff2e2e;
  margin: -10px 0 10px;
}
.wholesale-form-error:empty{
  margin: 0;
}
.wholesale-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wholesale-form-row .form-row {
  width: calc((100% - 30px) / 2);
  flex: 0 0 auto;
  margin: 0 !important;
}
.wholesale-form-row input {
  background: #171718;
  border: 1px solid #929292;
  height: 58px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  padding: 0 20px;
  font-size: 16px;
  color: #929292;
}
.wholesale-form-row input.has-error {
  border: 1px solid #ff2525;
}
.wholesale-form-row:not(:last-child) {
  margin-bottom: 30px;
}
.wholesale-form-row:last-child {
  margin-bottom: 40px;
}
.wholesale-form-button {
  max-width: 350px;
  height: 46px;
  background: #FE5900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
  cursor: pointer;
}
.wholesale-form-rules {
  font-size: 12px;
  line-height: 12px;
  color: #575757;
}
.wholesale-form-captcha{
  margin-bottom: 30px;
}
.smart-captcha{
  max-width: 350px;
}

@media (max-width: 720px) {
  .wholesale-form {
    padding: 30px 30px;
  }
  .wholesale-form-row:not(:last-child),
  .wholesale-form-row:last-child {
    margin-bottom: 0;
  }
  .wholesale-form-row input {
    width: 100%;
    margin-bottom: 25px;
  }
  .wholesale-form-button {
    max-width: unset;
    width: 100%;
  }
  .wholesale-form-rules br {
    display: none;
  }
  .wholesale-form {
    padding: 30px 30px;
  }
}
@media (max-width: 400px) {
  .wholesale-form {
    padding: 30px 20px;
  }
}
/**/

.wholesale-desc {
  padding: 25px 75px;
  background: #F6F6F6;
  -webkit-box-shadow: 0px -174px 156px -29px rgba(13, 13, 13, 0.62);
  box-shadow: 0px -174px 156px -29px rgba(13, 13, 13, 0.62);
  margin-top: -15px;
  position: relative;
  z-index: 2;
}
.wholesale-desc p {
  font-size: 16px;
  line-height: 130%;
  color: #171718;
}
.wholesale-desc-content {
  max-width: 590px;
}
@media (max-width: 720px) {
  .wholesale-desc {
    padding: 10px 30px;
    margin-top: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
}
@media (max-width: 400px) {
  .wholesale-desc {
    padding: 10px 20px;
  }
}

/**/

.wholesale-promo {
  background-image: url(/assets/img/wholesale-land/back.jpg);
  background-size: cover;
  background-position: center;
  padding: 10px 0 0 0;
}
.wholesale-promo-inner {
  position: relative;
  background-image: url(/assets/img/wholesale-land/promo.png);
  background-position: right top;
  background-repeat: no-repeat;
  height: 650px;
}
.wholesale-promo-image {
  display: none;
}
.wholesale-promo-info {
  padding-top: 80px;
}
.wholesale-promo-title {
  font-size: 80px;
  line-height: 60px;
  color: #fff;
  font-family: 'High';
  font-weight: normal;
  position: relative;
  margin-bottom: 20px;
}
.wholesale-promo-title div {
  z-index: 1;
  position: relative;
}
.wholesale-promo-title span {
  margin-top: 30px;
  display: block;
}
.wholesale-promo-title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 126px;
  background-image: url(/assets/img/wholesale-land/title.png);
  z-index: 1;
  left: -49px;
  top: -34px;
}
.wholesale-promo-button {
  max-width: 350px;
  height: 46px;
  background: #FE5900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .wholesale-promo-inner {
    height: 490px;
    background-size: 70%;
  }
}
@media (max-width: 720px) {
  .wholesale-promo-title {
    font-size: 60px;
    line-height: 70%;
    text-align: center;
    margin-bottom: 40px;
  }
  .wholesale-promo-title:before{
    display: none;
  }
  .wholesale-promo-inner {
    height: auto;
    background: none;
  }
  .wholesale-promo-info {
    padding-top: 30px;
  }
  .wholesale-promo-image {
    display: inline-block;
    margin: 20px 0;
    max-height: 350px;
  }
  .wholesale-promo-button {
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .wholesale-promo-title {
    font-size: 50px;
  }
  .wholesale-promo-button {
    max-width: unset;
  }
}

/**/

.wholesale-light-promo {
  background-image: url(/assets/img/wholesale-land/back-1.jpg);
  background-size: cover;
  padding: 80px 75px;
}
.wholesale-light-promo-title {
  font-size: 80px;
  line-height: 60px;
  color: #fff;
  font-family: 'High';
  font-weight: normal;
  position: relative;
  margin-bottom: 40px;
}
.wholesale-light-promo-title span {
  color: #FE5900;
}
.wholesale-light-promo-title div {
  z-index: 1;
  position: relative;
}
.wholesale-light-promo-title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 126px;
  background-image: url(/assets/img/wholesale-land/title.png);
  z-index: 1;
  left: -49px;
  top: -34px;
}
.wholesale-light-promo-button {
  max-width: 350px;
  height: 46px;
  background: #FE5900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 720px) {
  .wholesale-light-promo {
    padding: 50px 30px;
  }
  .wholesale-light-promo-title {
    font-size: 60px;
    line-height: 70%;
    text-align: center;
    margin-bottom: 40px;
  }
  .wholesale-light-promo-title br {
    display: none;
  }
  .wholesale-light-promo-title:before {
    display: none;
  }
  .wholesale-light-promo-button{
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .wholesale-light-promo-title {
    font-size: 50px;
  }
}

/**/

.wholesale-text {
  padding: 25px 75px 70px;
  color: #171718;
  background: #FFFFFF;
}
.wholesale-text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wholesale-text-row:not(:last-child) {
  margin-bottom: 30px;
}
.wholesale-text-row.mod-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wholesale-text-row.mod-right .wholesale-text-row-part:last-child {
  padding-left: 200px;
}
.wholesale-text-row.mod-right .wholesale-text-row-part:first-child {
  text-align: right;
}
.wholesale-text-row-title {
  margin-bottom: 10px;
  font-size: 18px;
}
.wholesale-text-row-text {
  margin-bottom: 20px;
}
.wholesale-text-row-part {
  width: 50%;
}
.wholesale-text-row-link {
  -webkit-box-shadow: inset 0 -4px 0 #fe5900;
  box-shadow: inset 0 -4px 0 #fe5900;
  line-height: 16px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wholesale-text-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wholesale-text-row.mod-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .wholesale-text-row-part:last-child {
    padding-left: 20px;
  }
  .wholesale-text-row.mod-right .wholesale-text-row-part:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 720px) {
  .wholesale-text {
    padding: 25px 30px 70px;
  }
  .wholesale-text-row-part:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .wholesale-text-row-part:last-child {
    padding-left: 20px;
  }
  .wholesale-text-row.mod-right .wholesale-text-row-part:last-child {
    padding-left: 0;
  }
  .wholesale-text-row-part:last-child {
    width: 100%;
    padding: 0;
  }
}
/**/
.wholesale-items {
  padding: 70px 75px 20px;
  color: #171718;
  background: #FFFFFF;
}
.wholesale-items-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.wholesale-items-title div:first-child {
  color: #FE5900;
  font-size: 96px;
  margin-right: 20px;
  font-family: 'High';
}
.wholesale-items-title div:last-child {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
}
.wholesale-items-title div span {
  display: none;
}
/**/
.wholesale-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wholesale-divisor {
  width: 100%;
}
.wholesale-item {
  width: 260px;
  margin-bottom: 30px;
}
.wholesale-item-icon {
  position: relative;
}
.wholesale-item-icon-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #171718;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.wholesale-item-digit {
  position: absolute;
  z-index: 0;
  font-weight: bold;
  font-size: 90px;
  line-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-shadow: 0 0 1px #565656;
  left: -27px;
  top: -20px;
  color: #fff;
}
.wholesale-item-title {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 15px;
}
.wholesale-item-text {
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .wholesale-divisor {
    display: none;
  }
}
@media (max-width: 720px) {
  .wholesale-items {
    padding: 30px 30px 20px;
  }
  .wholesale-item {
    width: auto;
    padding-left: 25px;
  }
  .wholesale-items-title {
    position: relative;
  }
  .wholesale-items-title br {
    display: none;
  }
  .wholesale-items-title div:first-child {
    display: none;
  }
  .wholesale-items-title div span {
    display: inline;
    color: #FE5900;
    font-size: 72px;
    font-family: 'High';
  }
}
@media (max-width: 400px) {
  .wholesale-items {
    padding: 30px 30px 20px;
  }
}

/**/

.wholesale-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .wholesale-title {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
/**/

.wholesale-dealers {
  background: #fff;
  color: #171718;
  padding: 70px 75px 0px;
}
.wholesale-dealers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wholesale-dealers-item {
  background: #F6F6F6;
}
.wholesale-dealers-item-image img {
  vertical-align: middle;
}
.wholesale-dealers-item-info {
  padding: 20px 20px;
}
.wholesale-dealers-item-name {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wholesale-dealers-item-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 15px;
}
.wholesale-dealers-item-param div {
  padding-left: 15px;
}
.wholesale-dealers-item-icons a {
  text-decoration: none;
  margin-right: 15px;
}
.wholesale-dealers-arrow {
  background: #fe5900;
  opacity: 1;
  border-radius: 50%;
  background-image: url(/assets/img/dealers/icon-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -55px;
  cursor: pointer;
}
.wholesale-dealers-wrap {
  position: relative;
}
.wholesale-dealers-arrow.mod-prev {
  -webkit-transform: rotate(
          180deg
  );
  -ms-transform: rotate(180deg);
  transform: rotate(
          180deg
  );
  right: auto;
  left: -55px
}
@media (max-width: 720px) {
  .wholesale-dealers {
    padding: 30px 30px 20px;
  }
  .wholesale-dealers-arrow{
    right: -21px;
    z-index: 1;
  }
  .wholesale-dealers-arrow.mod-prev {
    left: -19px;
  }
}
@media (max-width: 400px) {
  .wholesale-dealers .lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li{
    padding: 0;
  }
}

/**/

.distributors-meet {
  color: #171718;
  background: #fff;
  text-align: center;
  padding: 40px 30px 80px;
}
.distributors-meet-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 30px;
}
.distributors-meet-desc {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.distributors-meet-desc:before {
  content: "";
  background: #FE5900;
  width: 35px;
  height: 5px;
  display: inline-block;
  margin-right: 10px;
}
.distributors-meet-button {
  max-width: 350px;
  height: 46px;
  background: #FE5900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .distributors-meet {
    padding: 0px 30px 40px;
  }
  .distributors-meet-title br{
    display: none;
  }
}
@media (max-width: 720px) {
  .distributors-meet-title {
    font-size: 20px;
  }
  .distributors-meet-desc:before{
    display: none;
  }
}
/**/
.distributors-promo {
  height: 800px;
  background-image: url(/assets/img/distributers-land/back.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.distributors-promo-title {
  margin-top: 180px;
  font-size: 80px;
  line-height: 80%;
  margin-bottom: 40px;
}
.distributors-promo-button {
  max-width: 350px;
  height: 46px;
  background: #FE5900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
.distributors-promo-note {
  margin-top: 80px;
  max-width: 420px;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  border-left: 5px solid #FE5900;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .distributors-promo {
    height: auto;
  }
  .distributors-promo-title {
    margin-top: 50px;
  }
  .distributors-promo-note {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 720px) {
  .distributors-promo-title {
    font-size: 70px;
  }
  .distributors-promo-title br {
    display: none;
  }
}
@media (max-width: 520px) {
  .distributors-promo-title {
    font-size: 50px;
  }
}
/**/
.distributors-stats {
  background: #fff;
  padding: 70px 75px 50px;
  margin-top: -15px;
}
.distributors-stats-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  color: #171718;
  margin-bottom: 40px;
}
.distributors-stats-title span {
  color: #FE5900;
  font-weight: bold;
}
@media (max-width: 720px) {
  .distributors-stats {
    padding: 30px 30px 30px;
  }
}
/**/
.distributors-light-promo {
  background-image: url(/assets/img/distributers-land/back-1.jpg);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 75px 0;
}
.distributors-light-promo-door img {
  vertical-align: middle;
}
.distributors-light-promo-info {
  margin-left: 75px;
  max-width: 470px;
}
.distributors-light-promo-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 30px;
}
.distributors-light-promo-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 15px;
}
.distributors-light-promo-button {
  max-width: 350px;
  height: 46px;
  background: #FE5900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
.distributors-light-promo-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.distributors-light-promo-item div:first-child {
  font-size: 96px;
  line-height: 96px;
  color: #FE5000;
  font-family: 'High';
}
.distributors-light-promo-item div:last-child {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .distributors-light-promo {
    padding: 80px 75px 50px;
  }
  .distributors-light-promo-door {
    display: none;
  }
  .distributors-light-promo-info {
    margin-left: 0;
    max-width: unset;
  }
  .distributors-light-promo-button {
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .distributors-light-promo {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 400px) {
  .distributors-light-promo {
    padding: 30px 20px 30px;
  }
  .distributors-light-promo-item div:first-child {
    font-size: 80px;
    line-height: 71px;
  }
}
/**/
.distributors-faq {
  padding: 80px 75px 30px;
  background: #fff;
  color: #171718;
}
.distributors-faq-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 40px;
}
.distributors-faq-item:not(:last-child) {
  margin-bottom: 20px;
}
.distributors-faq-item-title {
  padding: 25px 80px 25px 30px;
  background: #F6F6F6;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.distributors-faq-item-text {
  overflow: hidden;
  background: #F6F6F6;
  padding: 30px;
  display: none;
}
.distributors-faq-item.is-opened .distributors-faq-item-title {
  background: #FE5900;
  color: #fff;
}
.distributors-faq-item.is-opened .distributors-faq-item-text {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.distributors-faq-item-title div {
  background-color: #FE5900;
  background-image: url(/assets/img/distributers-land/toggle-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 35px;
  top: 22px;
}
.distributors-faq-item.is-opened .distributors-faq-item-title div {
  background-color: #171718;
  background-image: url(/assets/img/distributers-land/toggle-up.svg);
}
@media (max-width: 720px) {
  .distributors-faq {
    padding: 30px 30px;
  }
}
@media (max-width: 400px) {
  .distributors-faq-item {
    margin: 0 -30px 20px;
  }
  .distributors-faq-item-title div {
    right: 20px;
  }
  .distributors-faq-item-title {
    font-size: 16px;
  }
  .distributors-faq-item-text {
    font-size: 16px;
    line-height: 22px;
  }
}
/**/

.distributors-last-promo {
  padding: 35px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background-image: url(/assets/img/distributers-land/back-3.jpg);
  background-position: center;
  background-size: cover;
}
.distributors-last-promo-info {
  padding-right: 30px;
}
.distributors-last-promo-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 35px;
}
.distributors-last-promo-button {
  max-width: 350px;
  height: 46px;
  background: #FE5900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}
.distributors-last-promo-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .distributors-last-promo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .distributors-last-promo-title br {
    display: none;
  }
  .distributors-last-promo-info {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .distributors-last-promo-picture {
    display: none;
  }
  .distributors-last-promo-button {
    margin: 0 auto;
  }
  .distributors-last-promo-mobile {
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media (max-width: 720px) {
  .distributors-last-promo {
    padding: 30px 30px;
  }
}

/*****/

.ladoors {
  background: #171718;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border: 3px solid #f0e819;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  display: block;
}
.ladoors-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 30px 12px 25px;
}
.ladoors img {
  margin-right: 30px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.ladoors strong{
  font-weight: normal;
  color: #CACAD4;
}
.ladoors span {
  display: inline-block;
  background: #f0e819;
  color: #000;
  padding: 3px 20px;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 720px){
  .ladoors {
    height: auto;
    padding: 20px 0;
  }
  .ladoors-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ladoors-text{
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 20px 0;
  }
}

/****/

.header-inner {
  color: #fff;
}
.header-part {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-part:first-child {
  padding: 10px 0;
}
.header-part:last-child {
  padding: 10px 0 20px;
}
.header-toggle {
  display: none;
}
.header-phone {
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.header-logo {
  vertical-align: middle;
}
.header-button {
  height: 38px;
  background: #fe6000;
  color: #fff;
  font-size: 18px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 0 0 auto;
}
.header-button + .header-button {
  margin: 0 25px;
}
.header-links {
  margin-left: auto;
}
.header-link {
  display: inline-flex;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.header-link img {
  margin-right: 9px;
}
.header-link:last-child {
  margin-left: 40px;
}
/**/
.mobile-header {
  position: fixed;
  background: #171718;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  padding: 30px 25px;
  display: none;
  overflow: auto;
  z-index: 10;
}
.mobile-header.is-opened {
  display: block;
}
.mobile-header-close {
  position: absolute;
  width: 26px;
  top: 30px;
  right: 30px;
}
.mobile-header .header-phone {
  display: block;
  margin-bottom: 30px;
}
.mobile-header .header-link {
  display: flex;
  margin-bottom: 20px;
}
.mobile-header .header-menu {
  display: block;
  padding-top: 10px;
}
.mobile-header .header-menu__item {
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
/**/
.header-menu {
  display: flex;
  padding: 0;
  margin: 0;
}
.header-menu__link {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.header-menu__item {
  position: relative;
  list-style: none;
  margin-right: 35px;
}
.header-menu__item:last-child {
  margin-right: 0;
}
.header-menu__item span {
  display: none;
}
.header-menu__item ul {
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 9;
  white-space: nowrap;
  padding: 20px 0 0 0;
}
.header-menu__item ul:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #2e2e30;
  top: 1px;
  left: 30px;
}
.header-menu__item:hover ul {
  display: block;
}
.header-menu__item:hover ul li {
  list-style: none;
  background: #2e2e30;
  line-height: 20px;
  padding: 20px;
}
.header-menu__item:hover ul li a {
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1199px) {
  .header {
    border-bottom: 1px solid #474747;
  }
  .header-toggle {
    display: block;
    margin-right: 20px;
  }
  .header-logo {
    height: 50px !important;
  }
  .header-links {
    display: none;
  }
  .header-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .breadcrumbs {
    display: none;
  }
}
@media (max-width: 720px) {
  .header-part:first-child {
    padding: 15px 0;
  }
  .header-part:last-child {
    display: none;
  }
  .header-button {
    display: none;
  }
  .header-phone {
    display: none;
  }
}

.systems {
  background: url(../img/systems.jpg) no-repeat center;
  background-size: cover;
  margin: -50px 0 0;
  padding: 50px 0;
  display: flex;
  align-items: center;
  height: 560px;
}
.systems h1.title-collection {
  margin: 0;
  position: relative;
  font-size: 144px;
  line-height: 1;
  padding-left: 40px;
  z-index: 1;
}
.systems h1.title-collection:after {
  content: '';
  width: 101px;
  height: 126px;
  background: url(../img/system_h1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: -1;
}

.system_images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
}
.system_images a {
  flex: 0 0 calc(50% - 10px);
}
.system_images a.big {
  flex: 0 0 100%;
}
.system_images img {
  vertical-align: top;
}

.system_doors {
  margin: 40px 0;
}


.index-col {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-col li {
  flex: 0 0 calc(50% - 15px);
  margin-bottom: 30px;
  position: relative;
}
.index-col li > a {
  display: block;
  color: #fff;
}
.index-col li > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 340px;
  width: 100%;
  background: linear-gradient(179.91deg, rgba(24, 24, 24, 0) 0.08%, rgba(24, 24, 24, 0) 25.43%, rgba(24, 24, 24, 0) 51.03%, rgba(24, 24, 24, 0.6688) 85.96%, rgba(24, 24, 24, 0.76) 98.2%);
  z-index: 1;
}
.index-col img {
  vertical-align: top;
}
.index-col .name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 40px;
  z-index: 2;
}
.index-col .name a {
  text-decoration: none;
  position: relative;
  color: #fff;
}
.index-col .names {
  display: flex;
  flex-direction: column;
}
.index-col .parent-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #FFFFFF;
}
.index-col .children a {
  display: inline-block;
  margin: 5px 0 0 0;
}
.index-col .children a:hover {
  text-decoration: underline;
}
.index-col .name .arrow {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3px;
}
.index-col .name .arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.index-col li:hover .name {
  background-color: #242427;
}
.index-col li:hover .name a {
  color: #fff;
}
.index-col li:hover > a:after {
  display: none;
}
.index-col li:hover .name .arrow {
  background: #FE6000;
}



.index-col .dealer {
  display: flex;
  align-items: center;
  background: url(../img/index-col/a-LaDoors.jpg) no-repeat center;
  background-size: cover;
  padding: 50px;
}
.index-col .dealer div {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1D1D1F;
}
.index-col .dealer div span {
  color: #898989;
}
.index-col .dealer div a {
  margin-top: 30px;
  height: 38px;
  background: #F0E81A;
  color: #1D1D1F;
  font-size: 16px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  padding-bottom: 2px;
}



.system_row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.system_row .text {
  flex: 0 0 calc(100% - 200px);
}
.system_row .text h2 {
  margin-bottom: 0;
}
.system_row .text h2 a {
  color: #fff;
  text-decoration: none;
}
.system_row .button {
  flex: 0 0 160px;
  margin-bottom: 20px;
}
.system_row .button a {
  margin-top: 30px;
  height: 38px;
  background: #fe6000;
  color: #fff;
  font-size: 16px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  padding-bottom: 2px;
}

.spoller-text .text {
	height: auto;
}
.spoller-text .spoller-text-all {
	display: none;
}
.developer {
	background: url(../img/developer/header.jpg) no-repeat top center;
	background-size: cover;
	padding: 80px 0;
}
.developer-button {
	max-width: 210px;
	height: 40px;
	background: #FE5900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff !important;
	font-size: 18px;
	cursor: pointer;
}
.dev_header_cont {
	max-width: 410px;
}
.dev_header_cont h1 {
	margin: 0 0 20px 0;
}
.dev_header_cont ul {
	margin: 30px 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.dev_header_cont ul li + li {
	margin-left: 20px;
}
.developer-text {
	padding: 25px 75px 70px;
	background: #FFFFFF;
}
.developer-text * {
	color: #171718;
}
h2.developer_h2 {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 30px;
}
h2.w345 {
	max-width: 345px;
}
h2.mt50 {
	margin-top: 50px;
}
h2.mt0 {
	margin-top: 0px;
}
.w500 {
	max-width: 500px;
}
.developer-list {
	margin: 40px 0 0;
	padding: 50px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	border: 1px solid #E8E8E8;
}
.developer-list li {
	flex: 0 0 auto;
	width: 190px;
}
.developer-list img {
	vertical-align: top;
}
.developer-list .title {
	font-family: 'HelveticaNeueCyr';
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #171718;
	margin: 24px 0 8px;
}
.developer-list .desc {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}
.developer-img {
	background: #fff;
}
.pb50 {
	padding-bottom: 50px;
}
.pb50 .wholesale-dealers-arrow {
    top: 25%;
}
.pb50 .wholesale-dealers-item-name {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin-top: 16px;
}
.developer-grey {
	background: #F6F6F6;
	padding: 64px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.developer-grey + .developer-grey {
	margin-top: 32px;
}
.developer-grey .text {
	flex: 0 0 auto;
	width: 389px;
}
.developer-grey .text ul {
	list-style: square;
	margin: 0;
	padding: 0 0 0 17px;
}
.developer-grey .text p {
}
.developer-grey .text p, .developer-grey .text li {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0;
}
.developer-grey h3 {
	margin: 0 0 18px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 32px;
	color: #000000;
}
.developer-btns {
	margin-top: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.developer-btns .developer-button {
	flex: 0 0 auto;
	padding: 0 24px;
}
.developer-btns .developer-link {
	margin-left: 24px;
	position: relative;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	z-index: 1;
}
.developer-btns .developer-link:after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FE5900;
	z-index: -1;
}
.developer-grey .images {
	flex: 0 0 auto;
}
.developer-grey .images.mt50 {
	margin-top: 50px;
}
.developer-grey .images ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.developer-grey .images li + li {
	margin-left: 15px;
}
.developer-grey .images li img {
	vertical-align: top;
}

.developer_circle {
	padding: 0 75px 50px;
    background: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #171718;
}
.developer_circle .text {
	flex: 0 0 auto;
	width: calc(100% - 600px);
}
.developer_circle .text h2 {
	margin-bottom: 8px;
}
.developer_circle .image {
	flex: 0 0 auto;
	width: 260px;
	margin-left: 50px;
}
.developer_circle .list {
	flex: 0 0 auto;
	width: 240px;
	margin-left: 50px;
}
.developer_circle .list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.developer_circle .list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.developer_circle .list li + li {
	margin-top: 16px;
}
.developer_circle .list li .count {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-weight: 550;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.04em;
	margin-right: 16px;
	margin-bottom: 0;
}
.developer_circle .list li .count.red {
	background-color: #FB7757;
	border: 1px solid #FB7757;
}
.developer_circle .list li .count.green {
	background-color: #95CF9A;
	border: 1px solid #95CF9A;
}
.developer_circle .list li .count.blue {
	background-color: #7CCECA;
	border: 1px solid #7CCECA;
}
.developer_circle .list li .count.yellow {
	background-color: #F4D055;
	border: 1px solid #F4D055;
}
.developer_circle .list li .count.black {
	background-color: #464960;
	border: 1px solid #464960;
	color: #fff;
}
.developer_circle .list li .count.grey {
	background-color: #EEEEEE;
	border: 1px solid #D2D2D2;
}
.developer_circle .list li .desc {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	flex: 0 0 auto;
}

/**/

.n-footer{
  margin-top: 50px;
}
.n-footer-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.n-footer-part.lines {
  border-bottom: 1px solid #474747;
  border-top: 1px solid #474747;
  margin-bottom: 30px;
}
.n-footer-part.lines .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.n-footer-part.mod-ladoors {
  padding: 30px 0 10px;
}
.n-footer-logo {
  vertical-align: middle;
}
.n-footer-button {
  height: 38px;
  background: #fe6000;
  color: #fff;
  font-size: 18px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2px;
  cursor: pointer;
  text-decoration: none;
  margin-left: auto;
}
.n-footer-contacts {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  text-align: right;
  margin-left: auto;
}
.n-footer-contacts .n-footer-button {
  display: none;
}
.n-footer-phone {
  margin-bottom: 15px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.n-footer-email {
  margin-bottom: 15px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.n-footer-address {
  margin-bottom: 30px;
}
/**/
.n-footer-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.n-footer-nav:not(:last-child) {
  margin-right: 50px;
}
.n-footer-nav .n-footer-nav-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
}
.n-footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.n-footer-nav li {
  margin-bottom: 5px;
}
.n-footer-nav li span{
  display: none;
}
.n-footer-nav li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
}
.n-footer-links{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.n-footer-links-partner {
  -webkit-box-shadow: inset 0 -4px 0 #fe5900;
  box-shadow: inset 0 -4px 0 #fe5900;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  margin-right: 15px;
}
.n-footer-links-socials{

}
.n-footer-links-social + .n-footer-links-social {
  margin-left: 12px;
}
.n-footer-links-social img {
  vertical-align: middle;
  width: 16px;
}

.n-footer-part:last-child{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.n-footer-offer{
  font-size: 14px;
}
.n-footer-offer{
  font-size: 14px;
  width: 70%;
}
.n-footer-developers{
  color: #fe6000;
  margin-left: auto;
  /**/
  color: #ffffff;
  margin-left: auto;
  -webkit-box-shadow: inset 0 -4px 0 #fe5900;
  box-shadow: inset 0 -4px 0 #fe5900;
  text-decoration: none;
  line-height: 16px;
}
@media (max-width: 1199px){
  .n-footer-navs{
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .n-footer-nav{
    width: 100%;
    margin-bottom: 25px;
  }
  .n-footer-nav-title{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .n-footer-nav-arrow{
    margin-left: auto;
    width: 30px;
    height: 30px;
    background: #fe6000;
    border-radius: 50%;
    background-image: url(/assets/img/footer/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .footer-menu{
    display: none;
  }
  .is-opened .n-footer-nav-arrow{
    background-color: #ffffff;
    -webkit-transform: rotate(
            180deg
    );
    -ms-transform: rotate(
            180deg
    );
    transform: rotate(
            180deg
    );
    background-position: center top 10px;
  }
  .is-opened .footer-menu{
    display: block;
    padding: 0 0 0 18px;
  }
  .is-opened .n-footer-nav li {
    margin-bottom: 10px;
  }
  .n-footer-contacts{
    width: 100%;
    text-align: left;
  }
  .n-footer-contacts .n-footer-button{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 30px;
  }
  .n-footer-links-socials{
    width: 100%;
    padding-top: 15px;
  }
  .n-footer-links-socials a:first-child{
    margin-left: 0;
  }
  .n-footer-offer{
    width: 100%;
    margin-bottom: 15px;
  }
  .n-footer-developers {
    margin-left: 0;
    line-height: 16px;
  }
}
@media (max-width: 520px) {
  .n-footer-part:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .n-footer-button {
    display: none;
  }
}


/**/

.partner-badge{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 50;
}
.partner-badge__text{
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgb(254, 96, 0) !important;
  border-radius: 5px 0 0 5px;
  padding: 10px 12px;
  line-height: 20px;
  cursor: pointer;
  font-size: 14px;
  width: 55px;
}
.partner-badge__text span{
  display: none;
}
.partner-badge__text svg{
  fill: #fff;
  width: 30px;
  flex: 0 0 auto;
}
.partner-badge__text:hover{
  width: 60px;
}
.partner-badge__close{
  display: none;
  cursor: pointer;
  font-size: 12px;
  background: #eee;
  color: #000;
  padding: 2px 10px;
  border-radius: 0 0 0 5px;
  width: 70px;
}

.partner-badge.is-visible .partner-badge__close{
  display: block;
}
.partner-badge.is-visible .partner-badge__text {
  width: 222px;
}
.partner-badge.is-visible .partner-badge__text span{
  display: inline-flex;
}
.partner-badge.is-visible .partner-badge__text:hover{
  width: 230px;
}

/**/

.iti{
  width: 100%;
}
button.iti__selected-country{
  display: flex;
  padding-right: 10px;
}
.iti__search-input{
  display: none;
}
.iti--inline-dropdown .iti__dropdown-content{
  background: #000;
}
.iti__arrow{
  border-top: var(--iti-arrow-height) solid #fff;
}