::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Основное
   ========================================================================== */

html {
  min-width: 0px;
}

body {
  background-color: #ffffff;
}

body * {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
/*  color: #212121;*/
}

body a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
} 

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.btn1 {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: top;  
  width: 184px;
  height: 46px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: 0.56px;
}

.btn1:hover {
  background-color: #ffffff;
  color: #2d2d2d;
  cursor: pointer;
}

.btn2 {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: top;  
  width: 184px;
  height: 46px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #98002a;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: 0.56px;
  opacity: 1;
}

.btn2:hover {
  background: #840024;
  cursor: pointer;
  opacity: 1;
}
*, :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, textarea {
  outline: none !important;
}

h1 {
  color: #2d2d2d;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 1.28px;
  margin: 36px 0 45px 0;
}

h2 {
  color: #af1e23;
  font-size: 27px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 1.28px;
  margin: 27px 0;
}

h2.main-h {
  margin: 80px 0;
  text-align: center;
}
h3 {
  margin: 20px 0;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
p {
  margin: 20px 0;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  list-style: none;
}
ul li {
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}
li p {
  display: inline;
}
ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 11px;
  background: url('../img/svg/li-arrow.svg') no-repeat center;
  position: absolute;
  left: 0;
  top: 6px;
}

table {
  width: 100%;
  border-collapse: separate;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 20px 0;
}
table tr{

}
table th {
  min-height: 56px;
  background-color: #3a3a3a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  padding: 16px 20px;
  box-sizing: border-box;
  text-align: left;
}
table td {
  background-color: #f1f1f1;
  min-height: 56px;
  border-bottom: 1px solid #3a3a3a;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding: 16px 20px;
  box-sizing: border-box;
}
table tr th:first-child {
  border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px; 
}
table tr th:last-child {
  border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px; 
}
table tr:last-child td {
  border: none;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px; 
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px; 
}

/* ------ Главное меню 0 ------ */

.head2 {
  height: 60px;
  background-color: #eeeeee;
}

.header2 {
  position: relative;
} 

a.a-menu {
  display: none;
} 

.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 60px;
  height: 60px;
  font-size: 0;
}

.drop .drop-btn {
  display: none;
}

.menu li:before {
  display: none;
}

.menu > li {
  display: inline-block;
  line-height: 60px;
  height: 60px;
  font-size: 0;
  position: relative;
  padding: 0;
}

.menu > li:hover {
  background-color: #801427;
}
.menu > li.item-selected {
  background-color: #801427;
}

.menu > li.item-selected > a {
  z-index: 10;
  color: white;
}

.menu > li.root-item-selected {
  background-color: #801427;
}

.menu > li.root-item-selected > a {
  z-index: 10;
  color: white;
}

.menu > li > a {
  display: inline-block;
  line-height: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 17px;
  text-decoration: none;  
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;  
}

.menu > li:hover > a {
  z-index: 10;
  color: white;
}


/* ----выподающее меню---- */

.submenu {
  background-color: #801427;
  position: absolute;
  left: 0px;
  top: 60px;
  opacity: 0;
  width: 300px;
  height: auto;
  padding: 20px 0;
  margin: 0;
  list-style-type: none;
  z-index: 20;
  display: none;
}

.submenu > li {
  z-index: 1;
  display: block;
  position: relative;
  padding-left: 0;
}

.menu li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.submenu li a {
  display: inline-block;
  line-height: 36px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 5px;
  text-decoration: none;
  color: #ffffff;  
  letter-spacing: 0.64px;
}

.submenu li.item-selected > a {
    text-decoration: none;
   background-color: #992237;
   color: #ffffff;
}

 .submenu li a:hover {
  text-decoration: underline;
/*   background-color: #9a1c33;*/
   color: #ffffff;
}

.submenu li .submenu {
  left: 100%;
  top: 0;
}

/* ------ Поиск ------*/

.find-btn {
  display: none;
}

.header_search_block {
  position: absolute;
  display: block;
  width: -webkit-calc(100% - 720px);
  width: -moz-calc(100% - 720px);
  width: calc(100% - 720px);
  height: 40px;
  top: 10px;
  right: 0;
}

.header_search_block #searchInput {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  min-height: 40px;
}

.header_search_block .input-group-btn button {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 10px;
  padding: 0;
  right: 14px;
  border: none; 
  background: url(../img/icons/btn-fnd.svg) no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
}

.header_search_block .form-group {
  height: 100%;
  margin: 0;
}
/*
.header_search_block .search-btn:hover {
  background: url(../img/icons/find-btn2.svg) no-repeat center center;
  background-size: cover;
}
*/

.search-head::-webkit-input-placeholder {
  font-size: 14px;
  color: #616161;
}

.search-head::-moz-placeholder {
  font-size: 14px;
  color: #616161;
}

.search-head:-moz-placeholder {
  font-size: 14px;
  color: #616161;
}

.search-head:-ms-input-placeholder {
  font-size: 14px;
  color: #616161;
}

/* ----------- Хедер --------------*/

.head1 {
  background-color: #ffffff;
  height: auto;
  padding: 17px 0 14px;
}

.header1 {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header2 .menu {
  width: 710px;
}

.head-logo { 
  width:214px;
  height: 86px;
  float: left;
  margin-top: 0;
  margin-right: 20px;
  margin-left: 15px;
}

.head-logo a, .head-logo span {  
  width: 100%;
/*  height: 78px;*/
  height: 100%;
  display: block;
/*  background: url(../img/icons/hd-logo.png) no-repeat center center;*/
  background: url('../img/icons/alata-logo-first.jpg') no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
}

/*
.head-logo p {
  margin: 0;
  background-color: #801427;
  color: #ffffff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.88px;
  text-align: center;
  margin-top: 12px;
}
*/

.header1 .head-block {
  /* display: inline-block; */
  width: auto;
  margin: 5px 0 0 17px;
  vertical-align: top;
}

.head-block p {
  color: #2d2d2d;
  font-family: "Fira Sans Condensed";
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.68px;
}

.head-tel {
  /* display: inline-block; */
  /* width: 190px; */
  margin-top: 25px;
  /* margin-left: 295px; */
  position: relative;
  flex-grow: 1;
}

.head-logo2 {
  width: 109px;
  height: 80px;
  /* float: right; */
/*  margin-top: 22px;*/
  margin-top: 4px;
}

.head-logo2 a, .head-logo2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icons/alata-logo-bg.jpg) no-repeat 50%;
}

.head-tel a.hd-tel {
  color: #2d2d2d;
  font-size: 24px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  letter-spacing: 0.96px;
  margin-bottom: 5px;
  margin-right: 30px;
  text-align: right;
}

.head-tel a {
  display: block;
  text-align: right;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: underline;
  letter-spacing: 0.64px;
  margin-right: 30px;
}

.head-tel a:hover {
  text-decoration: none;
}

.head-tel .dropdown-menu {
  width: 290px;
    background-color: #eeeeee;
    position: absolute;
    z-index: 10;
    top: 110%;
    left: auto;
    display: none;
    text-align: left;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding: 24px 20px;
    right: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.dropdown-menu .text-muted  {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.dropdown-menu .text-muted li {
  display: inline-block;
  padding: 0;
}
.dropdown-menu .text-muted li:before {
  display: none;
}

.dropdown-menu .lead {
  margin: 0;
}

.dropdown-menu .lead-email {
  display: block;
}
.dropdown-menu .lead .lead-email a {
  display: inline-block;
  font-size: 16px;
  color: #212121;
}

.dropdown-menu  .lead span a {
  color: #801427;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.56px;
  text-decoration: none;
  text-align: left;
  margin: 8px 0;
}
.dropdown-menu  .lead span a:hover {
  text-decoration: underline;
}
.dropdown-menu .btn-simple {  
  width: 246px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  text-decoration: none;
  margin-top: 15px;
}

.dropdown-menu .js_jivo_cons_status { 
  width: 70px;
  height: 24px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.52px;
  text-align: center;
  float: right;
  display: inline-block;
  background-color: #c22116;
  margin-top: 13px;
  text-transform: lowercase;
  margin-right: 5px;
}

.dropdown-menu .btn-simple .d-b  {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.64px;
}

.head-tel div *:not(a) {
  font-weight: 500;
}


/* ----------- Футер  --------------*/

.foot1 {
  height: auto;  
  padding: 45px 0;
  text-align: left;
  background-color: #eeeeee;
  font-size: 0;
}

.foot-cont {
  vertical-align: top;
  display: inline-block;
}

.foot-cont.ft1  {
  width: 16.5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
}

.foot-cont.ft2  {
  width: 33%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.ft-menu li {
  list-style-type: none;
  padding: 0;
}

.ft-menu li:before {
  display: none;
}

ul.ft-menu {
  padding: 0;
  margin: 0;
}

.ft-menu li a {
  display: block;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.64px;
  text-decoration: none;
}

.ft-menu li a:hover,
.ft-menu li a.ft-act {
  color: #840024;
}

.foot-cont.ft2 p,
.foot-cont.ft2 a {
  display: block;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.64px;
  margin: 0;
  text-decoration: none;
  max-width: 200px;
}
.foot-cont.ft2 a:hover {
  text-decoration: underline;
}

.foot-cont.ft2 a.ft_mail {
  text-decoration: underline;
}
.foot-cont.ft2 a.ft_mail:hover {
  text-decoration: none;
}

.foot1 .ft-form {
  width: 50%;
  padding-left: 20px;
  float: right;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.ft-form .h3-text {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.64px;
  margin-bottom: 10px;
}

.ft-form input.form-control {
  height: 46px;
  width: 65%;
  float: left;
  line-height: 46px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  border: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffffff;
}

.ft-form .btn2 {
  width: 33%;
  float: right;
}

.form-group {
  overflow: hidden;
  margin-bottom: 6px;
}

input::-webkit-input-placeholder {
    color: #575757;
  font-size: 16px;
font-weight: 300;
}

input::-moz-placeholder {
    color: #575757;
font-size: 16px;
font-weight: 300;
}

input:-moz-placeholder {
    color: #575757;
font-size: 16px;
font-weight: 300;
}

input:-ms-input-placeholder {
    color: #575757;
font-size: 16px;
font-weight: 300;
}

.ft-form span.small,
.ft-form span.small a {
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.ft-form span.small a {
  display: block;
  text-decoration: underline;
}

.ft-form span.small a:hover {
  display: block;
  text-decoration:none;
}

.ft-form .ch-box-area {
  position: relative;
  width: 250px;
} 
.ft-form .ch-box-area label{
  padding-left: 30px;
  cursor: pointer;
}

.ft-form .ch-box-area .ch-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 24px;
  background: url(../img/icons/ch-box.svg) no-repeat 50%;
}

.ft-form .ch-box-area .ch-box.checked  {
  background: url(../img/icons/ch-box-act.svg) no-repeat 50%;
}

.ft-form .ch-box-area .ch-box input {
  opacity: 0;
  width: 100%;
  height: 100%;
}

/* ------ Футер 2 ------ */

.foot2 {
  background:#ffffff;;
}

.foot2 p.copyright {
  width: 50%;
  float: left;
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin: 32px 0;
}

.foot2 p.copyright br {
    display: none;
  }

.foot2 .foot2-r {
  width: 50%;
  float: right;
}

.foot2 .foot2-r p {  
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding-left: 48px;
}

.foot2 .foot2-r p a {  
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: underline;
}
.foot2 .foot2-r p a:hover {  
  cursor: pointer;
  text-decoration: none;
}


/* ------ Главная - Каталог продукции ------ */

.katalog-list {
  margin: 0px auto;
  max-width: 1800px;
  width: 100%;
  font-size: 0;
  z-index: 5;
  position: relative;
  text-align: center;
}

.main-katal-wrap {
  position: relative;
  padding-top: 10px;
}

.main-item {
  width: 33%;
  height: 320px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0.5%;
  position: relative;
  text-align: center;
}

.main-item:nth-of-type(3n+2) {
  margin: 0 0.5% 0.5%;
}

.main-item:nth-of-type(1) {
  background: url(../img/item/main1.jpg) no-repeat 50%;
}
.main-item:nth-of-type(2) {
  background: url(../img/item/main2.jpg) no-repeat 50%;
}
.main-item:nth-of-type(3) {
  background: url(../img/item/main3.jpg) no-repeat 50%;
}
.main-item:nth-of-type(4) {
  background: url(../img/item/main4.jpg) no-repeat 50%;
}
.main-item:nth-of-type(5) {
  background: url(../img/item/main5.jpg) no-repeat 50%;
}
.main-item:nth-of-type(6) {
  background: url(../img/item/main6.jpg) no-repeat 50%;
}

.main-item:hover:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.main-item p.m-item-ttl {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.84px;
  margin-top: 250px;
  display: inline-block;
  position: relative;
  opacity: 0;
  z-index: 2;
}

.main-item:hover p.m-item-ttl {
  opacity: 1;
} 

/*
.main-item:nth-of-type(3n+1) p.m-item-ttl {
  float: right;
  margin-right: 25px;
} 

.main-item:nth-of-type(3n+3) p.m-item-ttl {
  float: left;
  margin-left: 25px;
} 
*/


.katalog-list .m-item-ttl:before {
    content: "";
    display: block;
    position: absolute;
  left: 50%;
  margin-left: -16px;
    width: 32px;
    height: 32px;
    top: -40px;
    background: url(../img/icons/m-item-pls.svg) no-repeat 50%;
}

/* ----------- Отзывы --------------*/

.main-reviews-wrap {
  height: auto;
}
.main-reviews-wrap {
  height: auto;
  margin-bottom: 80px;
}

.rew-slider .sl-rew {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
/*  height: 696px !important;*/
  padding: 200px 0px 0;
  width: 100%;
  height: auto;
  z-index: 2 !important;
  text-align: center;
}

.main-reviews .bx-wrapper {
  position: relative;
}

.rew-slider .rew-h { 
  color: #ffffff;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
    text-align: center;
  letter-spacing: 2.88px;
    margin: 0px 0 30px;
    padding: 0 150px;
}

.rew-slider p {  
  color: #ffffff;
  text-align: center;
  font-family: "Fira Sans Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.64px;
    padding: 0 150px;
}

.rew-slider .slrew1 {
  background: url(../img/slider/sl-rew1.jpg) no-repeat 50% 0;
}

.rew-slider .btn1 {
  margin-top: 20px;
}

.main-reviews .bx-controls-direction {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}

.main-reviews .bx-controls-direction a {
  width: 43px;
  height: 43px;
  display: block;
  font-size: 0;  
  -webkit-border-radius: 5px;  
     -moz-border-radius: 5px;  
          border-radius: 5px;
  position: relative;
  z-index: 5;
}

.main-reviews .bx-controls-direction .bx-prev {
  background: url(../img/slider/sl-prev.svg) no-repeat 50%;
  float: left;
} 
.main-reviews .bx-controls-direction .bx-next {
  background: url(../img/slider/sl-next.svg) no-repeat 50%;
  float: right;
} 

.main-reviews .bx-controls-direction .bx-prev:hover,
.main-reviews .bx-controls-direction .bx-next:hover {
  opacity: 0.5
}

.main-reviews .bx-default-pager {
     position: absolute;
    bottom: 50px;
    z-index: 5;
    width: 100%;
    text-align: center;
}

.main-reviews .bx-pager-item {
  display: inline-block;
  margin: 0 3px;
}

.main-reviews .bx-pager-item a {
  display: inline-block;
  font-size: 0;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  border: 1px solid #ffffff;
  
}

.main-reviews .bx-pager-item a.active {
  background: transparent;
}


/* ----------- Кнопка наверх --------------*/

#back-top {
  position: fixed;
bottom: 70px;
    right: 31px;
  z-index: 50;
}

#back-top a {
width: 44px;
    height: 47px;
  display: block;
}

#back-top span {
  width: 100%;
  height: 100%;
  display: block;   
  background: /*#fff*/ url(../img/icons/up-btn.svg) no-repeat center center;
/*      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;*/
}


/* =========== Form =========== */


/*
.ds-form.dspopup-modal {
  width: 385px;
  border-radius: 8px;
  background-color: #f8f8f8;
  padding: 30px 40px 40px;
  box-sizing: border-box;
}

.ds-form.dspopup-modal form {
  padding: 0;  
  text-align: center;
}

.ds-form.dspopup-modal .form-head {
  color: #2c2c2c;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  border-bottom: none;
  margin: 0;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}

.ds-form.dspopup-modal form > div {
  width: 276px;
  margin: 0 auto;
}

.ds-form.dspopup-modal label {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 24px;
}

.ds-form.dspopup-modal input[type="text"] {  
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 18px;
  padding: 0 18px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
}

.ds-form.dspopup-modal input[type="text"].improper-value {
  border: 1px solid #ff0000;
}

.dspopup-modal.ds-form form input[type="submit"], 
.dspopup-modal.ds-form form button[type="submit"] { 
  width: 183px;
  height: 43px;
  line-height: 43px;
  margin: 25px 0 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-color: #00b5c0;
  border-radius: 21px;
  padding: 0;
}

.dspopup-modal.ds-form .form_info,
.dspopup-modal.ds-form .form_info a {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 300;
}

.dspopup-modal.ds-form .form_info a {
  text-decoration: underline;
}

.dspopup-modal.ds-form .pers-info,
.dspopup-modal.ds-form .pers-info a {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 300;
}

.dspopup-modal.ds-form .pers-info a {
  text-decoration: underline;
}

.ds-form.dspopup-modal .close-dspopup-modal {
  background: url(../img/icons/cls-form.svg) 50% no-repeat;
  font-size: 0;
    width: 20px;
      top: 2px;
    right: 5px;
}
*/


.ds-form input::-webkit-input-placeholder {
color: #575757;
font-size: 16px;
  font-weight: 300;
}

.ds-form input::-moz-placeholder {
color: #575757;
font-size: 16px;
  font-weight: 300;
}

.ds-form input:-moz-placeholder {
color: #575757;
font-size: 16px;
  font-weight: 300;
}

.ds-form input:-ms-input-placeholder {
color: #575757;
font-size: 16px;
  font-weight: 300;
}




.ds-form .error-form li {
  color: #ff0000;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 8px;
}

.ds-form ul.error-form {
  padding-left: 0;
  margin: 0;
}

.ds-form .error-form li:before {
  display: none;
}

.report-message .error-report {
  padding: 0 !important;
  margin-top: 40px; 
  
}

.report-message .error-report p {
  color: #2c2c2c;
  font-size: 14px !important;
  line-height: 18px;
  font-weight: 300;
}

.ds-form form label span.required {
  color: white;
}

/* =========== Main Form ============ */

.main-form-wrap {
  background-color: #3a3a3a;
  padding: 80px 0 90px;
      margin-top: 60px
}

.main-form-wrap .ds-form form input[type="submit"], 
.main-form-wrap .ds-form form button[type="submit"] {
  display: inline-block;  
  border: none;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  padding: 0; 
  width: 184px;
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #98002a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.56px;
  text-align: center;
  opacity: 1;
  
}

.main-form-wrap .ds-form form input[type="submit"]:hover, 
.main-form-wrap .ds-form form button[type="submit"]:hover {    
  background-color: #840024;  
  opacity: 1;
}

.ds-form:not(.dspopup-modal) form {
  padding: 0;
}

.main-form-wrap .ds-form .form-head {
  border-bottom: none;
  text-align: center;
  margin-bottom: 0px;  
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1.28px;  
}

.main-form-wrap .ds-form p.main-form-top {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}

.main-form-wrap .pers-info,
.main-form-wrap .pers-info a {
  text-align: center;
  color: #858585;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;  
}

.main-form-wrap .m-form-cont {
  text-align: center;
  margin: 30px 0 10px;
}

.main-form-wrap .pers-info a {
  text-decoration: underline;
  letter-spacing: 0.56px;
}

.main-form-wrap .pers-info a:hover {
  text-decoration: none;
}

.main-form-wrap .m-form-cont div {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin: 0 10px;
}

.main-form-wrap .m-form-cont .buttonform {
  margin: 31px 10px 0;
  width: auto;
}

.main-form-wrap .m-form-cont input[type="text"] {
  display: inline-block;
  width: 100%;
  line-height: 46px;
  padding: 12px 15px 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border:none; 
  width: 100%;
  height: 46px;
  border-radius: 3px;
  
}

.main-form-wrap .m-form-cont label {
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
  text-align: left;
}


.main-form-wrap #dsmainformmessagereport.report-message .main-report p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}

.main-form-wrap .ds-form .report-message .form-head {
  margin-bottom: 20px;
}

.wrap-filter .form-group {
  overflow: visible;
}

.wrap-filter .bootstrap-select.open .dropdown-menu {
  display: block;
  padding: 10px 0;
}

.text-center {
    text-align: center;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.ui-slider {
  position: relative;
}
.row:after, .row:before {
    display: table;
    content: ' ';
}
.ui-slider-range {
    position: absolute;
    top: -3px;
    height: 3px;
    background-color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu {
    z-index: 1035;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    padding: 0;
}
.bootstrap-select>.btn {
    width: 100%;
}
.btn {
    overflow: hidden;
    max-width: 100%;
    outline: 0!important;
        cursor: pointer;
            font-weight: 400;
    display: inline-block;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
}
@media (min-width: 3px) {
  .col-md-48 {
      width: 50%;
      float: left;
  }
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    margin: 0;
    padding: 0;
}
.btn-main.focus, .btn-main.hover, .btn-main:focus, .btn-main:hover, .reflex-button.hover .btn-main, .reflex-button:hover .btn-main {
    color: #fff;
    border-color: transparent;
    background-size: 100%;
    box-shadow: 1px 2px 5px rgba(0,0,0,.3), inset -1px -2px 0 #960000;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    display: inline-block;
    float: none;
    margin-left: 0;
}
.ui-slider-handle {
    position: absolute;
    z-index: 1;
    top: -8px;
    display: block;
    width: 12px;
    height: 14px;
    margin-left: -6px;
    cursor: pointer;
    outline: 0;
    background-color: #e22c22;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#cf0e14),color-stop(100%,#e22c21));
    background-image: -webkit-linear-gradient(#cf0e14,#e22c21);
    background-image: linear-gradient(#cf0e14,#e22c21);
    background-size: 100%;
    box-shadow: 1px 2px 5px rgba(0,0,0,.5), inset -1px -3px 0 #960000;
}
.row-10>[class*=col-] {
    padding-right: 10px!important;
    padding-left: 10px!important;
    box-sizing: border-box;
}

.btn-main {
    color: #fff;
    border-color: transparent;
    background-size: 100%;
    box-shadow: 1px 2px 5px rgba(0,0,0,.3), inset -1px -2px 0 #960000;
}
.wrap-filter .ui-slider-range {
    top: -4px;
}
.row-3>[class*=col-] {
/*    padding-right: 3px!important;
    padding-left: 3px!important;*/
    box-sizing: border-box;
}
/*.color-box-accum {
    position: relative;
    color: #fff;
    background-color: #012160;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-image: -webkit-linear-gradient(305deg,#052363 0,#23377a 50%,#022261 50%,#012160 100%);
    background-image: linear-gradient(145deg,#052363 0,#23377a 50%,#022261 50%,#012160 100%);
    background-position: 0 center;
    background-size: auto 100%;
    box-shadow: 0 5px 10px rgba(0,0,29,.4);
}*/
.form-control {
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    font-size: 14px;
    line-height: 1.42858;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 9px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #717171;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    box-sizing: border-box;
}
.ui-slider-area .row {
  display: inline-block;
}
.bootstrap-select.btn-group .btn .caret {
    background: url(/local/images/caret.svg) no-repeat 50%;
    width: 20px;
    height: 20px;
    top: 16px;
    right: 8px;
    font-size: 0;
    border: none;
    display: inline-block;
    position: absolute;
    margin-top: -2px;
    vertical-align: middle;
    margin-left: 0;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-select, select {
    font-size: 14px;
    line-height: 1.42858;
    width: 100%;
    padding: 6px 9px;
    text-transform: none;
    text-overflow: inherit;
    color: #717171;
    border-width: 1px!important;
    border-color: #d4d4d4;
    border-radius: 0;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
    background-size: 100%;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    text-align: left;
}
.dropdown-menu {
    margin-top: 0;
    padding: 20px;
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.dropdown-menu {
    font-size: 14px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
}
.mt-30 {
    margin-top: 20px!important;
}
.row-0 {
    margin-right: 0!important;
    margin-left: 0!important;
}
.row-0>[class*=col-] {
    padding-right: 0!important;
    padding-left: 0!important;
}

.btn-block {
    display: block;
    width: 100%;
}

.bootstrap-select.btn-group .btn .filter-option {
    overflow: hidden;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-filter .btn2 {
  width: 185px;
  margin: 25px 10px 0;
  float: right;
}

.main-filter .wrap-filter .btn2 {
  width: 185px;
  margin: 25px 10px 0;
  float: right;
}























.breadcrumb {
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.breadcrumb li:before {
  display: none;
}
.breadcrumb li a {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.35px;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb li.last a, .breadcrumb li.last span {
  color: #2d2d2d;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumb li:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  color: #98002a;
  margin: 0 5px;
  background: url(../img/svg/bcrumb-arrow.svg) no-repeat center;
  width: 16px;
  height: 24px;
}
.breadcrumb li.last:after {
  display: none;
}
.work-us-ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.work-us-ul li {
  min-height: 50px;
  line-height: 32px;
  padding: 5px 0;
  padding-left: 60px;
  position: relative;
}
.work-us-ul li:before {
  content: "";
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.work-us-ul li:nth-child(1):before {
  background: url("../img/svg/where-li1.svg") no-repeat center;
}
.work-us-ul li:nth-child(2):before {
  background: url("../img/svg/where-li2.svg") no-repeat center;
}
.work-us-ul li:nth-child(3):before {
  background: url("../img/svg/where-li3.svg") no-repeat center;
}
.work-us-ul li:nth-child(4):before {
  background: url("../img/svg/where-li4.svg") no-repeat center;
}
.work-us-ul li:nth-child(5):before {
  background: url("../img/svg/where-li5.svg") no-repeat center;
}
.work-us-ul li:nth-child(6):before {
  background: url("../img/svg/where-li6.svg") no-repeat center;
}
.work-us-ul li:nth-child(7):before {
  background: url("../img/svg/where-li7.svg") no-repeat center;
}
.wholesaler-request-section {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #eeeeee;
  padding: 40px 60px;
}
.wholesaler-request-section h2 {
  margin-top: 0;
}
.wholesaler-request-section .form-group {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  margin-left: 2%;
  margin-bottom: 20px;
}
.wholesaler-request-section .form-group:first-child {
  margin-left: 0;
}
.wholesaler-request-section .form-group:nth-child(3n+6) {
  margin-left: 0;
}
.wholesaler-request-section h3 {
  color: #212121;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.72px;
}
.wholesaler-request-section .form-group[data-item="UF_ACTION"] {
  width: 100%;
}
.wholesaler-request-section .form-group-btn {
  margin-left: 0;
  max-width: 200px;
  float: left;
  margin-right: 25px;
  margin-top: 34px;
}
.wholesaler-request-section .form-group[data-item="UF_ACTION"] {
  width: 100%;
}
.wholesaler-request-section .form-group label {
  color: #262626;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}
.wholesaler-request-section .form-group input {
  height: 44px;
  border-radius: 3px;
  background-color: #ffffff;
  border: none;
  box-shadow: none;
}
.wholesaler-request-section .pers-info {
  margin-top: 48px;
  line-height: 16px;
  color: #858585;
}
.wholesaler-request-section .pers-info a {
  color: #858585;
  line-height: 16px;
}
.wholesaler-request-section .pers-info a:hover {
  text-decoration: none;
}
.work-us-tel span {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.work-us-tel a {
  font-weight: 700;
  text-decoration: none;
}
.work-us-tel a:hover {
  text-decoration: underline;
}
.our-diler-block {
  border-radius: 3px;
  background-color: #ededed;
  padding: 27px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.our-diler-zag {
  color: #303030;
  font-size: 27px;
  font-weight: 300;
  line-height: 29px;
  min-height: 50px;
}
.our-diler-zag:before {
  content: "";
  display: block;
  width: 25px;
  height: 31px;
  margin-right: 20px;
  float: left;
  background: url("../img/svg/diller-mark.svg") no-repeat center;
}
.our-diler-zag br {
  display: none;
}
.our-diler-item {
  width: 24%;
  min-width: 207px;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  margin-left: 1.333333%;
  border-radius: 3px;
  background-color: #ffffff;
  min-height: 137px;
  text-align: center;
  padding: 10px 14px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.our-diler-item:nth-child(4n+2) {
  margin-left: 0;
}
.our-diler-img-box {
  min-height: 63px;
  line-height: 63px;
}
.our-diler-img-box {
  max-width: 100%;
}
.our-diler-item .our-diler-title {
  font-weight: 700;
}
.our-diler-item .our-diler-tel {
  display: inline-block;
  float: left;
}
.our-diler-item .our-diler-tel a {
  text-decoration: none;
}
.our-diler-item .our-diler-tel a:hover {
  text-decoration: underline;
}
.our-diler-item .our-diler-site {
  display: inline-block;
  float: right;
}
.our-diler-item .our-diler-site a {
  text-decoration: underline;
}
.our-diler-item .our-diler-site a:hover {
  text-decoration: none;
}




.tab-content>.tab-pane {
    display: none;
    visibility: hidden;
    border: 1px solid #d3d2d2;
    border-top: 3px solid #3a3a3a;
    box-sizing: border-box;
    padding: 5px 30px 25px;
    margin-bottom: 70px;
}
.tab-content>.active {
    display: block;
    visibility: visible;
}
.nav-tabs-overflow ul {
  margin: 0;
  padding: 0;
}
.nav-tabs-overflow ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
}
.nav-tabs-overflow ul li:before {
  display: none;
}
.nav-tabs-overflow ul li a {
  padding: 18px 30px;
  color: #303030;
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  cursor: pointer;
  position: relative;
  top: 4px;
}
.nav-tabs-overflow ul li.active a {
  background: #ffffff;
  font-weight: 700;
  border: 1px solid #d3d2d2;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.cont-info {
  float: left;
  min-width: 400px;
  max-width: 50%;
}
.cont-info span {
  display: block;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 300;
}
.cont-info .telephone a {
  font-weight: 700;
  text-decoration: none; 
}
.cont-info .telephone a:hover {
  text-decoration: underline;
}
.cont-info .telephone:before{
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 22px;
  margin-right: 9px;
  background: url("../img/svg/tel.svg") no-repeat center;
}
.cont-info .email a {
  text-decoration: underline;
}
.cont-info .email a:hover {
  text-decoration: none;
}
.cont-info .email:before{
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 22px;
  margin-right: 9px;
  background: url("../img/svg/email.svg") no-repeat center;
}
.cont-info2 .email {
  margin-bottom: 44px;
}
.contacts-item-address a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.contacts-item-address a:hover {
  text-decoration: underline;
}
.contacts-map-section .btn2 {
  margin: 25px 0 0 0;
}


.video-list {
  text-align: justify;
}
.video-list .video-item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 50px;  
}
.video-item iframe {
  width: 100%;
  min-height: 332px;
  margin-bottom: 20px;
}
.video-title {
  color: #2d2d2d;
  font-size: 32px;
  font-weight: 300;
  line-height: 37px;
  letter-spacing: 1.28px;
  text-align: left;
  margin-bottom: 10px;
}
.video-container .descript {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
}
.inner-zavod p {
  padding-left: 83px;
  position: relative;
}
.zavod-date {
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: top;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.4px;
  min-width: 66px;
  box-sizing: border-box;
  text-align: right;
}
.zavod-date:after {
  content: "";
  display: inline-block;
  line-height: 23px;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  background-color: #6e1b2b;
  border-radius: 50%;
  -moz-border-radius: 50%; /* Firefox */
  -webkit-border-radius: 50%; /* Safari, Chrome */
}
.zavod-img-box {
  text-align: justify;
}
.zavod-img {
  max-height: 300px;
}
.zavod-img1 {
  max-width: 20%;
}
.zavod-img2 {
  max-width: 35.6%;
}
.zavod-img3 {
  max-width: 40%
}
.a-telephone {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.a-telephone:hover {
  text-decoration: underline;
}
.h1-nofound:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 49px;
  background: url('../img/svg/nofound.svg') no-repeat center;
  margin-right: 20px;
  position: relative;
  top: -6px;
}
.instr-title {
  font-weight: 700;
}
.instr-title2 {
  font-weight: 700;
  padding-left: 20px;
}
.table-title {
  color: #212121;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
.attention {
  color: #801427;
}
.shema-block {
  float: left;
  margin-right: 11%;
}
.shema-block p {
  margin-top: 0;
}
.fl-left {
  float: left;
  margin-right: 20px;
}
.solar-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 250px;
  height: 250px;
}
.row-gray td {
  background-color: #d7d7d7; 
}
.yakorya li:before {
  display: none;
}
.yakorya li {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 10px;
}
.yakorya > li {
  background-color: #ededed;
  margin-bottom: 3px;
}
.yakorya li a {
  display: inline-block;
  padding: 10px 0;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}
.yakorya > li > a {
  padding-right: 30px;
  box-sizing: border-box;
}
.yakorya li.yakor-parent:before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  background: url('../img/svg/bef-yakor-arrow.svg') no-repeat center;
  position: absolute;
  top: 10px;
  left: 10px;
}
.yakorya > li:after {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  background: url('../img/svg/yakor-arrow.svg') no-repeat center;
  position: absolute;
  top: 10px;
  right: 20px;
}
.yakorya > li > ul > li {
  padding-left: 0;
}
.yakorya > li ul {
  display: none;
}
.yakorya li.open.yakor-parent:before {
  transform: rotate(-180deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}


.tyag-ak-ul {
  text-align: justify;
  line-height: 0;
}
.tyag-ak-ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 49%;
  padding-left: 90px;
    line-height: 25px;
  text-align: left;
}
.tyag-ak-ul li:before {
  width: 80px;
  height: 65px;
}
.tyag-ak-ul li:nth-child(1):before {
  background: url('../img/svg/akom-gel.svg') no-repeat top left;
}
.tyag-ak-ul li:nth-child(2):before {
  background: url('../img/svg/akom-kis.svg') no-repeat top left;
}
.tyag-ak-ul li:nth-child(n+3):before {
  display: none;
}
.top-sort {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #eeeeee;
  margin: 20px 0;
  padding: 0 20px;
}
.catalog-sort li:before {
  display: none;
}
.catalog-sort li {
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  margin-right: 0px;
}
.pag-wrap li {
  margin-bottom: 4px;
}
.catalog-sort-nav.pull-left {
    float: left;
}
.catalog-sort-nav.pull-right {
    float: right;
}
.catalog-sort-nav.pull-right li {
    padding-left: 70px;
}
.catalog-sort-text {
    display: none;
}
.sort-icon-table, .sort-icon-table-active, .sort-icon-list, .sort-icon-list-active {
    display: inline-block;
    vertical-align: middle;
    height: 19px;
    width: 19px;
    margin-right: 3px;
}
.sort-icon-table {
    background: url('../img/svg/plitka.svg') no-repeat center;
}
.sort-icon-table-active {
    background: url('../img/svg/plitka-act.svg') no-repeat center;
}
.sort-icon-list {
    background: url('../img/svg/table.svg') no-repeat center;
}
.sort-icon-list-active {
    background: url('../img/svg/table-act.svg') no-repeat center;
}
.catalog-sort-vid {
    margin-right: 12px;
}
.sort-arrow-up, .sort-arrow-down {
    display: inline-block;
    vertical-align: middle;
    height: 19px;
    width: 19px;
    margin-left: 10px;
}
.sort-arrow-up {
    background: url('../img/svg/sort-arrow-up-gray.svg') no-repeat center;
}
.sort-arrow-down {
    background: url('../img/svg/sort-arrow-down-gray.svg') no-repeat center;
}
.sort-act .sort-arrow-up {
    background: url('../img/svg/sort-arrow-up-black.svg') no-repeat center;
}
.sort-act .sort-arrow-down {
    background: url('../img/svg/sort-arrow-down-black.svg') no-repeat center;
}
.catalog-sort-el a {
    text-decoration: none;
}
.catalog-sort-pager-nav li a, .catalog-sort-pager-nav li > span {
    display: inline-block;
    min-width: 44px;
    height: 44px;
    background-color: #d3d2d2;
    text-decoration: none;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.64px;
    text-align: center;
    padding: 0 18px;
    box-sizing: border-box;
}
.catalog-sort-pager-nav li.active span {
    background-color: #3a3a3a;
    color: #ffffff;
}
.symbol-rounded-text {
    color: #ffffff;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    background-color: #3a3a3a;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    cursor: default;
}
.tooltipster-base p {
    margin: 0;
}
.catalog-list {
    text-align: justify;
}
.catalog-list .catalog-el {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    min-width: 289px;
/*    max-width: 387px;*/
  min-height: 619px;
    text-align: center;
    border: 1px solid #d3d2d2;
    padding: 30px 30px 20px;
    box-sizing: border-box;
    margin-bottom: 22px;
    position: relative;
    margin-right: -4px;
}
.catalog-list .catalog-el:hover .goods-catalog-header{
  text-decoration: underline;
}
.catalog-list .catalog-el:last-child {
  border: none;
  padding: 0;
  min-height: 0;
  margin: 0;
}
.parameters-list li:before {
    display: none;
}
.parameters-list {
    padding: 0;
    margin: 0;
}
.catalog-list .goods-img-box {
    height: 178px;
}
.catalog-list .goods-img-box img {
    line-height: 178px;
    height: 100%;
}
.parameters-list li {
    padding-left: 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d3d2d2;
}
.parameters-list li:after {
  content: '';
  display: table;
  clear: both;
}
.parameters-list .parameters-sign, .parameters-list .parameters-value {
    position: relative;
    background: #ffffff;
    top: 7px;
    color: #303030;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
}
.parameters-list .parameters-sign {
  float: left;
}
.parameters-list .parameters-value {
  float: right;
  min-width: 80px;
  text-align: left;
}
.goods-name .solid-link {
    color: #303030;
    font-size: 21px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.84px;
    margin: 30px 0 20px;
    display: inline-block;
}
.catalog-el .area-link {
    z-index: 2;
}
.catalog-el .area-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.catalog-el:hover .area-link {
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}
.catalog-el:hover .goods-name .solid-link {
      text-decoration: underline;
}
.card-section .card-photo-area {
    float: left;
    padding: 25px 25px;
    box-sizing: border-box;
    max-width: 370px;
}
.card-section .parameters-list {
    float: left;
    padding-top: 25px;
    min-width: 300px;
    margin-left: 150px;
}
/*section.series-section {
    overflow: scroll;
}*/
.main-aside h3 {
  height: 62px;
  background-color: #ededed;
  color: #303030;
  font-size: 21px;
  font-weight: 400;
  line-height: 62px;
  padding-left: 15px;
  margin: 0;
}
.main-aside .slide-box {
  border-bottom: 2px solid #ededed; 
}
.main-aside .slide-box:last-child {
  border-bottom: none;
}
.main-aside .js-slide-btn {
  display: block;
  color: #424242;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  cursor: pointer;
}
.main-aside .caret {
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: top;
  background: url(../img/svg/bef-yakor-arrow.svg) no-repeat center;
  margin-left: 25px;
  transition: all ease 0.6s;
}
.main-aside .open .caret {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-aside .js-slide-contnt p {
  margin-top: 0;
}
.interest-area {
  margin-top: 20px;
  max-width: 370px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d3d2d2;
  padding: 30px 30px 20px;
  box-sizing: border-box;
  text-align: center;
}
.interest-area ul {
  padding-left: 40px;
  text-align: left;
  margin-top: 0;
}
.interest-area .solid-link {
  color: #303030;
  font-size: 21px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.84px;
  margin: 30px 0px;
  display: inline-block;
}
.cat-cal-title {
  font-size: 19px;
  line-height: 36px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 1.08px;
  font-weight: 300;
  padding: 0 10px;
}
.wrap-filter ul li:before {
  display: none;
}
.top-image {
  background: url('../img/bg/ubor-new.png') no-repeat left center;
/*  max-height: 236px;*/
  overflow: hidden;
}
.top-image h2 {
  margin: 0;
}
.top-image .line1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  letter-spacing: 3.78px;
  padding: 85px 0 15px 60px;
  max-width: 500px;
  margin: 0;
  text-shadow: 1px 2px 5px #000000;
}
.top-image .line2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: 0.75px;
  padding: 0px 0 10px 60px;
  max-width: 500px;
  text-shadow: 1px 2px 5px #000000;
}
.top-image .line3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 0 40px 60px;
  max-width: 500px;
  text-shadow: 1px 2px 5px #000000;
}
.r-img-ak {
  float: right;
  margin-right: 90px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.top-img-fon1 {
  background-image: url('../img/bg/fon1.png');
}
.top-img-fon2 {
  background-image: url('../img/bg/fon2.png');
}
.top-img-fon3 {
  background-image: url('../img/bg/fon3.png');
}
.top-img-fon4 {
  background-image: url('../img/bg/fon4.png');
}
.top-img-fon5 {
  background-image: url('../img/bg/fon5.png');
}
.bold {
  font-weight: 700;
}
.ds-form form input:not([type]).improper-value, 
.ds-form form input[type="text"].improper-value, 
.ds-form form input[type="password"].improper-value, 
.ds-form form input[type="date"].improper-value, 
.ds-form form input[type="datetime"].improper-value, 
.ds-form form input[type="datetime-local"].improper-value, 
.ds-form form input[type="month"].improper-value, 
.ds-form form input[type="week"].improper-value, 
.ds-form form input[type="email"].improper-value, 
.ds-form form input[type="number"].improper-value, 
.ds-form form input[type="search"].improper-value, 
.ds-form form input[type="tel"].improper-value, 
.ds-form form input[type="time"].improper-value, 
.ds-form form input[type="url"].improper-value, 
.ds-form form input[type="color"].improper-value, 
.ds-form form select.improper-value, 
.ds-form form textarea.improper-value {
  border: 1px solid #ff0000 !important;
}
.form-group.has-error input {
 border: 1px solid #ff0000; 
}
.form-group.has-error {
  overflow: visible;
}
.agm-li li {
  line-height: 22px;
  min-height: 30px;
  padding-left: 45px;
  margin-bottom: 20px;
}
.agm-li li:before {
  width: 30px;
  height: 32px;
  top: 0;
}
.agm-li li:nth-child(1):before {
  background: url("../img/svg/agm-li1.svg") no-repeat center;  
}
.agm-li li:nth-child(2):before {
  background: url("../img/svg/agm-li2.svg") no-repeat center;  
}
.agm-li li:nth-child(3):before {
  background: url("../img/svg/agm-li3.svg") no-repeat center;  
}
.agm-li li:nth-child(4):before {
  background: url("../img/svg/agm-li4.svg") no-repeat center;  
}
.agm-li li:nth-child(5):before {
  background: url("../img/svg/agm-li5.svg") no-repeat center;  
}
.agm-li li:nth-child(6):before {
  background: url("../img/svg/agm-li6.svg") no-repeat center;  
}
.agm-li li:nth-child(7):before {
  background: url("../img/svg/agm-li7.svg") no-repeat center;  
}
.agm-li li:nth-child(8):before {
  background: url("../img/svg/agm-li8.svg") no-repeat center;
  top: 7px;  
}
.agm-li li:nth-child(9):before {
  background: url("../img/svg/agm-li9.svg") no-repeat center;  
}
/*.table-common {
  min-width: 700px;
}*/
.catalog-list:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.terminal-list:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.terminal-list {
  text-align: justify;
}
.terminal-el {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 60px;
}
.terminal-name {
  text-align: center;
}
.catalog-sort-pager-nav {
  margin: 0;
}
.show-more, .hide-more {
  display: none;
  text-decoration: underline;
  cursor: pointer;
}
.show-more:hover, .hide-more:hover {
  text-decoration: none;
}
.det-info-more p:first-child {
  margin-top: 0;
}
.det-info-more p:last-child {
  margin-bottom: 0;
}
.inner-filter .wrap-filter {
  margin-top: 25px
}
.v-message {
  color: #ffffff;
  padding: 5px 10px;
  text-align: justify;
}




#v-cookielaw.v-dark-clean .v-button{ 
   color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    background-color: #2a65a0;
    background-image: linear-gradient(#599bdc, #3072b3);
    display: inline-block;
    border: 1px solid #d4d4d4;
    padding: 4px 10px;
    text-decoration: none;
    text-align:center;
    border-radius: 2px;
        width: 130px;
        margin: 3px 0;
        cursor: pointer;

}
#v-cookielaw{
  color: #fff;
    background: #2c2c2c;
    border-color: #55575f !important;
  display: table;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #000;
}
#v-cookielaw.v-bar .v-actions
{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.m-video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.m-video-box iframe {
  width: 100%;
  height: 100%;
}
.table-half th{
  width: 50%;
}
.img-box-404 {
  margin-top: 20px;
}
.m-filtr-r a {
    width: 100%;
    height: 100%;
    display: block;
}