body {
  margin: 0;
  font-size: 14px;
  font-family: 'Raleway', sans-serif; }

button:focus, button:active, input:focus, input:active, textarea:focus, textarea:active {
  outline: none !important; }

a, button, input, textarea {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

.main {
  position: relative; }

#wraper {
  overflow: hidden;
  position: relative;
  top:50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header {
  background-color: #fff;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header .header_button {
    padding-top: 4px;
    padding-bottom: 4px;
    display: none;
    text-align: right; }
    .header .header_button a, .header .header_button button {
      margin: 4px;
      display: inline-block;
      background-color: #d8d8d8;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      color: black;
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      padding: 10px 15px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .header .header_button a.but1:hover, .header .header_button button.but1:hover {
        background-color: #ffc000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but1.active, .header .header_button button.but1.active {
        background-color: #ffc000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but2:hover, .header .header_button button.but2:hover {
        background-color: #d99694;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but2.active, .header .header_button button.but2.active {
        background-color: #d99694;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but3:hover, .header .header_button button.but3:hover {
        background-color: #558ed5;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but3.active, .header .header_button button.but3.active {
        background-color: #558ed5;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but4:hover, .header .header_button button.but4:hover {
        background-color: #00b0f0;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but4.active, .header .header_button button.but4.active {
        background-color: #00b0f0;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but5:hover, .header .header_button button.but5:hover {
        background-color: #ff0000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but5.active, .header .header_button button.but5.active {
        background-color: #ff0000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but6:hover, .header .header_button button.but6:hover {
        background-color: #ffff00;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but6.active, .header .header_button button.but6.active {
        background-color: #ffff00;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but7:hover, .header .header_button button.but7:hover {
        background-color: #ac7f00;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but7.active, .header .header_button button.but7.active {
        background-color: #ac7f00;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but8:hover, .header .header_button button.but8:hover {
        background-color: #00b050;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but8.active, .header .header_button button.but8.active {
        background-color: #00b050;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but9:hover, .header .header_button button.but9:hover {
        background-color: #d9d9d9;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but9.active, .header .header_button button.but9.active {
        background-color: #d9d9d9;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
  .header .header_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header .header_block .header_right_element {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header .header_block .hamburger {
      cursor: pointer;
      margin-left: 15px; }
    .header .header_block .hamburger .line {
      width: 25px;
      height: 4px;
      background-color: #000;
      display: block;
      margin: 3px auto;
      -webkit-border-radius: 2px;
              border-radius: 2px; }
  .header .main_nav {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #f7f7f7;
    width: 320px;
    padding: 100px 35px 20px 35px;
    z-index: 1000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    border-left: 1px solid #acacac; }
    .header .main_nav.active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .header .main_nav .hamburger {
      cursor: pointer;
      padding: 10px 5px;
      display: inline-block;
      position: absolute;
      right: 20px;
      top: 40px; }
      .header .main_nav .hamburger .line {
        width: 25px;
        height: 4px;
        background-color: #000;
        display: block;
        margin: 3px auto;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        position: relative; }
        .header .main_nav .hamburger .line:first-of-type {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          top: 3.5px; }
        .header .main_nav .hamburger .line:last-of-type {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          bottom: 3.5px; }
    .header .main_nav .link {
      padding: 0; }
      .header .main_nav .link li {
        list-style-type: none;
        padding-bottom: 15px; }
        .header .main_nav .link li a {
          color: black;
          font-size: 20px;
          font-weight: 700;
          line-height: 24px; }



.btn-default {
  color: #e1e4e6;
  background-color: #3c3c3c;
  border: 1px solid #5a5a5a;
  border-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-default:hover {
    color: #e1e4e6;
    background-color: #3c3c3c;
    border: 1px solid #5a5a5a;
    border-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-default:focus {
    color: #e1e4e6;
    background-color: #3c3c3c;
    border: 1px solid #5a5a5a;
    border-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-default:active:focus {
    color: #e1e4e6;
    background-color: #3c3c3c;
    border: 1px solid #5a5a5a;
    border-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
.item:hover .bg-color {
  background-color: rgba(255, 255, 255, 0.6);
}

.item:hover .cat-text{
    top: 10px;
}
@media screen and (max-width: 500px) {
  .item:hover .cat-text{
    top: 25px;
  }
}
@media only screen and (max-width: 500px){
  .item:hover .cat-text{
    top: 25px;
  }
}
.item .custom-dropdown{
    position: absolute;
    width: 100%;
    top: 10em;
    visibility: hidden;
    list-style: none;
    text-align: left;
    padding: 0;
    background-color: rgba(255,255,255,.95);
    overflow: auto;
    max-height: 200px;
    -webkit-transition-property: top, visibility;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-delay: 0.1s;
}
.item:hover .custom-dropdown{
      visibility: visible;
      z-index: 30;
      top: 50px;
}
.item:focus .custom-dropdown{
      visibility: visible;
      z-index: 30;
      top: 50px;
}
.item:hover .cat-text{
      position: relative;
}
.item:focus .cat-text{
      position: relative;
}

.item .custom-dropdown a{
    text-decoration: none;
    color: #555;
    display: block;
}

.item .custom-dropdown a:hover{
    color: #222;
}
.item .custom-dd-item:hover{
     background-color: rgba(238,238,238, .9);
}
  
.block_button_contact {
  display: inline-block;
  width: 330px;
  height: auto;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .block_button_contact .contact-square {
    background-color: #fff;
    margin: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    width: 290px;
    height: auto;
    -webkit-box-shadow: 0 3px 8px rgba(158, 177, 186, 0.68);
            box-shadow: 0 3px 8px rgba(158, 177, 186, 0.68);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative; }
    .block_button_contact .contact-square .header_elem {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 70px;
      -webkit-border-top-left-radius: 20px;
              border-top-left-radius: 20px;
      -webkit-border-top-right-radius: 20px;
              border-top-right-radius: 20px; }
      .block_button_contact .contact-square .header_elem span {
        color: #1f1f1f;
        font-family: "Verdana", sans-serif;
        font-size: 21px;
        font-weight: 700;
        line-height: 21px;
        text-align: center; }
    .block_button_contact .contact-square .body-square {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 30px;
      padding-top: 25px;
      padding-right: 10px;
      padding-bottom: 10px; }
      .block_button_contact .contact-square .body-square h5 {
        margin: 0;
        margin-bottom: 20px;
        color: #404040;
        font-family: "Verdana", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1; }
      .block_button_contact .contact-square .body-square .name_inf {
        padding-left: 55px;
        position: relative;
        min-height: 50px; }
        .block_button_contact .contact-square .body-square .name_inf i {
          background-image: url('../images/man.jpg');
          position: absolute;
          height: 45px;
          width: 45px;
          display: inline-block;
          left: 0;
          top: 0;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background-position: center;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
                  background-size: cover; }
        .block_button_contact .contact-square .body-square .name_inf p {
          font-family: "Verdana", sans-serif;
          color: black;
          font-size: 15px;
          line-height: 25px; }
        .block_button_contact .contact-square .body-square .name_inf span {
          font-family: "Verdana", sans-serif;
          color: #7d7d7d;
          font-size: 14px;
          line-height: 1; }
      .block_button_contact .contact-square .body-square .info {
        padding-left: 0;
        margin: 0; }
        .block_button_contact .contact-square .body-square .info li {
          list-style-type: none;
          padding: 5px 0;
          padding-left: 40px;
          display: flex;
          align-items: center;
          position: relative; }
          .block_button_contact .contact-square .body-square .info li a {
            color: #424242;
            font-family: "Verdana", sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            text-decoration: none; }
          .block_button_contact .contact-square .body-square .info li.phone:before {
            content: '\f095 ';
            position: absolute;
            width: 40px;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            left: 0;
            top: 0;
            font-family: "FontAwesome";
            font-size: 21px;
            color: #959595; }
          .block_button_contact .contact-square .body-square .info li.emdil:before {
            content: '';
          background-image: url('../images/at.svg');
          background-position: center;
          background-repeat: no-repeat;
          background-size: 45%;
            position: absolute;
            width: 40px;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            left: 0;
            top: 0;
            /*font-family: "FontAwesome";
            font-size: 21px;
            color: #959595; */}
        
.all-square.all_squar_contact {
  padding: 0 75px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 15px;
  margin-left: 15px; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
  margin-left: 30px; }

.flag {
  display: inline-block;
  width: 25px;
  height: 16px;
  position: relative;
  top: 1.2px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

.active-lang {
  height: 32px;
  padding: 0 40px 0 12px;
  border: 0;
  position: relative;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #191919;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Verdana", sans-serif;
  font-weight: 700;
  text-shadow: none; }
    .active-lang:before {
      content: "\f107";
      font-family: FontAwesome;
      color: #000;
      position: absolute;
      font-size: 15px;
      top: 1px;
      right: 17px; }
.reload-list {
  position: relative;
}
.reload-list ul {
  position: absolute;
  top: 100%;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 0;
  margin-left: -5px;
  z-index: 2;
}
.reload-list ul li{
  list-style-type: none;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Verdana", sans-serif;
}
.reload-list ul li a.active {
    background-color: #A3ABB1;
    color: #FFF;
}
.reload-list ul li a {
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}

body.green .header .header_right_element {
  display: none; }

body.green .header .header_button {
  display: inline-block; }

body.green .footer {
  background-color: #1a9c32;
  color: #000; }
  body.green .footer .footer_block .left_element a {
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none; }
  body.green .footer .btn-default {
    color: #000;
    background-color: #219034;
    border: 1px solid #219034;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.green .footer .input-group .form-control {
    color: #000;
    background-color: #219034;
    border-color: #219034; }
    body.green .footer .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    body.green .footer .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    body.green .footer .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    body.green .footer .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }

.sushilnikompleksi {
    background-image: url("../images/categories-images/sushka-lutra.png");
}

.derevoobrobneobladnannya {
  background-image: url("../images/categories-images/category1.jpg");
}

.metaloobrobneobladnannya {
  background-image: url("../images/categories-images/koordinatno.jpg");
}

.energoobladnannya {
  background-image: url("../images/categories-images/aspirac.jpg");
    
}

.inshe {
  background-image: url("../images/categories-images/kran-podvesnoy.jpg");
}

.materiali {
  background-image: url("../images/categories-images/materials.jpg");
}

.orendaneruhomosti {
  background-image: url("../images/categories-images/category2.jpg"); 
    
}
.avtotransporttalisotehnika {
  background-image: url("../images/categories-images/category3.jpg");
}

.instrumentidlyaderevoobrobki { 
    background-image: url("../images/categories-images/category4.jpg");
}

.furnitura{
   background-image: url("../images/categories-images/category5.jpg"); 
}

.akciynipropozicii{
    background-image: url("../images/categories-images/category6.jpg");  

}

.mebli{
    background-image: url("../images/categories-images/category8.jpg");
}

.zapchastinidoobladnannya{
    background-image: url("../images/categories-images/zapchastiny.jpg");
}

.aukcion{
    background-image: url("../images/categories-images/auction.jpg");
}

.header_page{
    padding-top: 20px;
    min-height: 70px;
    margin-bottom: 1.2em;
}

.map {
  padding: 2em 0; }
  .map #map {
    display: block;
    height: 415px; }

.hed_page {
  margin-bottom: 35px; 
    
}
.hed_page .hed_page_ins {
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; 
}
.hed_page .hed_page_ins h2 {
    margin: 0;
    opacity: 0.89;
    color: black;
    font-family: "Verdana", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1; 
}
@media screen and (max-width: 500px) {
    .hed_page .hed_page_ins h2 {
        font-size: 20px;
    }
}
    .hed_page .hed_page_ins .breadcrumb {
      margin-bottom: 0;
      background-color: transparent; }
      .hed_page .hed_page_ins .breadcrumb li, .hed_page .hed_page_ins .breadcrumb a {
        color: #000;
        font-family: "Verdana", sans-serif;
        font-size: 12px;
        font-weight: 300;
        line-height: 23px;
        text-transform: uppercase;
        text-decoration: none; }
        .hed_page .hed_page_ins .breadcrumb li.active, .hed_page .hed_page_ins .breadcrumb a.active {
          color: #443c3c;
          opacity: .9; }
      .hed_page .hed_page_ins .breadcrumb.white li, .hed_page .hed_page_ins .breadcrumb.white a {
        color: #fff; }
        .hed_page .hed_page_ins .breadcrumb.white li.active, .hed_page .hed_page_ins .breadcrumb.white a.active {
          color: #fff;
          opacity: .8; }
    .hed_page .hed_page_ins .breadcrumb.white > li + li:before {
      color: #fff; }
.icon{
    width: 1.35em;
    color: #dd2a1b;
}
.item-title{
    text-transform: uppercase;
}
.info_block_contact {}
  .info_block_contact .item {
    background-color: #fff;
    -webkit-border-radius: 2px;
            border-radius: 2px;}
    .info_block_contact .item h4 {
      margin-top: 0;
      color: #454545;
      font-size: 20px;
      /*font-weight: 700;*/
      line-height: 39px;
      margin-bottom: 25px;
      padding-bottom: 25px;
      position: relative;
      padding-left: 65px; 
    padding-top: 10px;
    }
      .info_block_contact .item h4 i {
        display: inline-block;
        height: 60px;
        width: 60px;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: 0; }
    .info_block_contact .item ul {
      padding-left: 0; }
      .info_block_contact .item ul li {
        list-style-type: none;
        padding-left: 32px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .info_block_contact .item ul li b {
          color: #2a2d32;
          font-size: 1em;
          text-transform: uppercase;
          line-height: 39px;
          min-width: 65px;
          margin-right: 10px;
          display: inline-block; }
        .info_block_contact .item ul li p, .info_block_contact .item ul li a {
          display: inline-block;
          margin: 0;
          font-size: 1em;
          font-weight: 400;
          line-height: 39px;
          color: #3b3b3b; }
        .info_block_contact .item ul li.phone a:first-of-type {
          margin-right: 5px; }
        .info_block_contact .item ul li.phone:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f095';
          position: absolute;
          width: 32px;
          height: 39px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          left: 0;
          top: 0;
          font-size: 14px;
          color: #dd2a1b; }
        .info_block_contact .item ul li.email:before {
          content: '';
          background-image: url('../images/at-red.svg');
          background-position: left;
          background-repeat: no-repeat;
          background-size: 35%;
          position: absolute;
          width: 32px;
          height: 39px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          left: 0;
          top: 0;
         /* font-family: "FontAwesome";*/
          font-size: 14px;
          color: #dd2a1b; }
        .info_block_contact .item ul li.marker:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f3c5';
          position: absolute;
          width: 32px;
          height: 39px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          left: 0;
          top: 0;
          font-size: 14px;
          color: #dd2a1b; }
          
.furniture_sec1 .carus_elem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .furniture_sec1 .carus_elem .left_block {
    height: 500px;
    width: 115px;
    padding-right: 15px; }
    .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item {
      border: 1px solid #e6e6e6;
      height: 110px;
      width: 100%;
      display: inline-block;
      padding: 2px;
      margin: 5px 0;
      outline: none; }
      .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item.slick-current {
        border-color: #dd2a1b; }
      .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item .picture {
        height: 100%;
        width: 100%;
        -webkit-background-size: contain;
                background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
  .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss {
    margin-top: 30px;
    font-family: "Verdana", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #b3b3b3; }
    .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss button {
      color: #787878;
      text-decoration: underline;
      background-color: transparent;
      border: 0;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss button:hover {
        color: #000; }
    .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss .element {
      display: inline-block;
      margin-left: 5px; }
    .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss > .second {
      display: none; }
    .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss > .first {
      display: none; }
  .furniture_sec1 .carus_elem .carusel_item_all {
    position: relative;
    background-color: white;
    border: 1px solid #e6e6e6;
    height: 500px;
    width: 430px;
    margin-left: 15px;
    padding: 20px; }
    .furniture_sec1 .carus_elem .carusel_item_all .item {
      height: 460px;
      width: 100px; }
      .furniture_sec1 .carus_elem .carusel_item_all .item a {
        display: inline-block;
        height: 100%;
        width: 100%;
        -webkit-background-size: contain;
                background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
    .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      position: absolute;
      right: 20px;
      bottom: 20px; }
      .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_left {
        padding: 8px 10px;
        background-color: #ededed;
        -webkit-border-top-right-radius: 4px;
                border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
                border-bottom-right-radius: 4px;
        cursor: pointer;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_left i {
          color: #787878;
          font-size: 18px;
          font-weight: 400; }
        .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_left:hover {
          background-color: #dd2a1b; }
          .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_left:hover i {
            color: #fff; }
      .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_right {
        padding: 8px 10px;
        background-color: #ededed;
        -webkit-border-top-left-radius: 4px;
                border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
                border-bottom-left-radius: 4px;
        cursor: pointer;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_right i {
          color: #787878;
          font-size: 18px;
          font-weight: 400; }
        .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_right:hover {
          background-color: #dd2a1b; }
          .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_right:hover i {
            color: #fff; }

.furniture_sec1 .info_catalog_page .dropdown-descr-toggle {
  float: right;
  color: #959595;
  font-family: "Verdana", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  border: 0;
  background-color: transparent; }
  .furniture_sec1 .info_catalog_page .dropdown-descr-toggle .added-text {
    display: none; }
  .furniture_sec1 .info_catalog_page .dropdown-descr-toggle.active .added-text {
    display: inline; }
  .furniture_sec1 .info_catalog_page .dropdown-descr-toggle.active .default-text {
    display: none; }

.furniture_sec1 .info_catalog_page .info_tait {
  color: #b3b3b3;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7.5px; }

.furniture_sec1 .info_catalog_page .taitl {
  color: #333;
  font-family: "Verdana", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}
.furniture_sec1 .info_catalog_page > .button {
  background-color: #dd2a1b;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  border: 0;
  padding: 15px 30px;
  color: white;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 7.5px;
  margin-top: 7.5px; }
.furniture_sec1 .info_catalog_page > .print {
  background-color: transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  border: 1px #959595 solid;
  padding: 8px 14px;
  color: #959595;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  float: right;
  transition: .5s;
}
.furniture_sec1 .info_catalog_page > .print:hover img {
  animation: jello .5s;
  transform-origin: center;
}

.furniture_sec1 .info_catalog_page > .print img {
  margin-left: 10px;
}
.furniture_sec1 .info_catalog_page > .print-Sasha span:before {
  content: '';
  height: 40px;
  width: 40px;
  display: inline-block;
  background-image: url('../images/printer.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.furniture_sec1 .info_catalog_page .contact_name {
  margin-top: 10px;
  margin-bottom: 7.5px;
  background-color: #f7f7f7;
  border: 1px dotted #dadada;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 15px;
  padding-top: 0; }
  .furniture_sec1 .info_catalog_page .contact_name .taitl_con {
    color: #404040;
    font-family: "Verdana", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0; }
  .furniture_sec1 .info_catalog_page .contact_name .contact_element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .furniture_sec1 .info_catalog_page .contact_name .contact_element .name_inf {
      padding-left: 55px;
      position: relative;
      min-height: 50px; }
      .furniture_sec1 .info_catalog_page .contact_name .contact_element .name_inf i {
        position: absolute;
        height: 45px;
        width: 45px;
        display: inline-block;
        left: 0;
        top: 0;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        border: 2px #fff solid; }
      .furniture_sec1 .info_catalog_page .contact_name .contact_element .name_inf p {
        font-family: "Verdana", sans-serif;
        color: black;
        font-size: 15px;
        line-height: 25px; }
      .furniture_sec1 .info_catalog_page .contact_name .contact_element .name_inf span {
        font-family: "Verdana", sans-serif;
        color: #7d7d7d;
        font-size: 14px;
        line-height: 1; }
    .furniture_sec1 .info_catalog_page .contact_name .contact_element .info {
      padding-left: 30px;
      margin: 0;
      margin-left: 10px;
      border-left: 1px #e6e6e6 solid; }
      .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li {
        list-style-type: none;
        padding: 5px 0;
        padding-left: 40px;
        position: relative; }
        .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li a {
          color: #424242;
          font-family: "Verdana", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          text-decoration: none; }
        .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li.phone:before {
          content: '\f095 ';
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          font-family: "FontAwesome";
          font-size: 21px;
          color: #959595; }
        .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li.emdil:before {
          content: '';
          background-image: url('../images/at.svg');
          background-position: center;
          background-repeat: no-repeat;
          background-size: 45%;
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          /*font-family: "FontAwesome";
          font-size: 21px;
          color: #959595;*/ }
        .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li.skype:before {
          content: '\f17e ';
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          font-family: "FontAwesome";
          font-size: 21px;
          color: #959595; }

.furniture_sec1 .info_catalog_page .text_info {
  margin-top: 20px; }
  .furniture_sec1 .info_catalog_page .text_info p {
    line-height: 1;
    margin-bottom: 12px;
    font-family: "Verdana", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 300;
    color: #111; }
    .furniture_sec1 .info_catalog_page .text_info p b {
      margin-right: 5px;
      color: #666; }

.furniture_sec1 .info_catalog_page .color_block_all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 7.5px 0; }
  .furniture_sec1 .info_catalog_page .color_block_all span {
    margin-right: 15px;
    line-height: 32px;
    min-width: 85px;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 300; }
.furniture_sec1 .info_catalog_page .color_block .slick-track {
  width: 100% !important;
}
.furniture_sec1 .info_catalog_page .color_block {
  padding-left: 0;
  display: inline-block;
  width: 100%;}
  .furniture_sec1 .info_catalog_page .color_block .item {
    outline: none;
    list-style-type: none;
    display: inline-block;
    position: relative;
    width: auto !important;
    height: 30px;
    margin: 0 2px;
    opacity: 0.8;
    float: none; }
    .furniture_sec1 .info_catalog_page .color_block .item.slick-current .color_elem {
      opacity: 1;
      border: 2px solid #dd2a1b; }
    .furniture_sec1 .info_catalog_page .color_block .item .color_elem {
      height: 25px;
      width: 25px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: static;
      display: inline-block;
      top: 3px;
      left: 0;
      border: 2px solid #ccc; }

.furniture_sec2 {
  padding-bottom: 60px; }
  .furniture_sec2 .hed_carus2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    height: 90px;
    margin-bottom: 45px; }
    .furniture_sec2 .hed_carus2 h3 {
      color: #454444;
      font-family: "Verdana", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1;
      margin: 0; }
    .furniture_sec2 .hed_carus2 .arrow_carus2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_left2 {
        padding: 8px 12px;
        background-color: #ededed;
        -webkit-border-top-right-radius: 4px;
                border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
                border-bottom-right-radius: 4px;
        cursor: pointer;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_left2 i {
          color: #787878;
          font-size: 18px;
          font-weight: 400; }
        .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_left2:hover {
          background-color: #dd2a1b; }
          .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_left2:hover i {
            color: #fff; }
      .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_right2 {
        padding: 8px 12px;
        background-color: #ededed;
        -webkit-border-top-left-radius: 4px;
                border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
                border-bottom-left-radius: 4px;
        cursor: pointer;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_right2 i {
          color: #787878;
          font-size: 18px;
          font-weight: 400; }
        .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_right2:hover {
          background-color: #dd2a1b; }
          .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_right2:hover i {
            color: #fff; }
  .furniture_sec2 .carusel2 .item {
    margin: 0px 15px;
    height: 412px;
    background-color: white;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .furniture_sec2 .carusel2 .item .block_picture {
      height: 80%;
      width: 100%;
      padding: 15px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .furniture_sec2 .carusel2 .item .block_picture .picture_ins {
        display: inline-block;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
                background-size: contain; }
      .furniture_sec2 .carusel2 .item .block_picture:hover {
        opacity: .8; }
    .furniture_sec2 .carusel2 .item .text_info {
      height: 20%;
      width: 100%;
      border-top: 1px solid #e6e6e6;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px; }
      .furniture_sec2 .carusel2 .item .text_info a {
        color: #333;
        font-family: "Verdana", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        text-align: center; }
      .furniture_sec2 .carusel2 .item .text_info span {
        color: #999;
        font-family: "Verdana", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 25px; }

.azure .furniture_sec1 .carus_elem .carusel_item_all, .gray .furniture_sec1 .carus_elem .carusel_item_all, .yellow .furniture_sec1 .carus_elem .carusel_item_all {
  padding: 0px; }

.azure .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item, .gray .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item, .yellow .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item {
  padding: 0; }

.azure .furniture_sec1 .carus_elem .carusel_item_all .item, .gray .furniture_sec1 .carus_elem .carusel_item_all .item, .yellow .furniture_sec1 .carus_elem .carusel_item_all .item {
  height: 100%; }

.azure .furniture_sec1 .carus_elem .carusel_item_all .item a, .gray .furniture_sec1 .carus_elem .carusel_item_all .item a, .yellow .furniture_sec1 .carus_elem .carusel_item_all .item a {
  display: inline-block;
  height: 500px;
  width: 100%;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.azure .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item .picture, .gray .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item .picture, .yellow .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item .picture {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.azure .furniture_sec1 .carus_elem .left_block, .gray .furniture_sec1 .carus_elem .left_block, .yellow .furniture_sec1 .carus_elem .left_block {
  height: 500px;
  width: 115px;
  padding-right: 0; }

.azure .furniture_sec1 .info_catalog_page .text_info p, .gray .furniture_sec1 .info_catalog_page .text_info p, .yellow .furniture_sec1 .info_catalog_page .text_info p {
  line-height: 20px; }

.azure .furniture_sec1 .info_catalog_page .prise, .gray .furniture_sec1 .info_catalog_page .prise, .yellow .furniture_sec1 .info_catalog_page .prise {
  color: #393939;
  font-family: "Verdana", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 7.5px; }

.azure .furniture_sec1 a, .gray .furniture_sec1 a, .yellow .furniture_sec1 a {
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #2a2a2a;
  line-height: 20px;
  text-decoration: underline; }

.green .content .right_element .element .item .block_picture {
  padding: 15px; }

.green .content .left_bar .links li.active:before {
  background-color: #1a9c32; }

.green .content .left_bar .links li.active a {
  color: #1a9c32;
  border-color: #1a9c32; }

.green .content .left_bar .links li:hover:before {
  background-color: #1a9c32; }

.green .content .left_bar .links li:hover a {
  color: #1a9c32;
  border-color: #1a9c32; }

.content .left_bar {
  padding-left: 0; }
  .content .left_bar .links {
    padding-left: 0;
    padding-bottom: 60px; }
    .content .left_bar .links li {
      list-style-type: none;
      padding-left: 15px;
      margin-bottom: 20px;
      position: relative; }
      .content .left_bar .links li:before {
        content: '';
        display: inline-block;
        position: absolute;
        height: 5px;
        width: 5px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #2c2c2c;
        left: 2px;
        top: 7px; }
      .content .left_bar .links li.active:before {
        background-color: #dd2a1b; }
      .content .left_bar .links li.active a {
        color: #dd2a1b;
        border-color: #dd2a1b; }
      .content .left_bar .links li:hover:before {
        background-color: #dd2a1b; }
      .content .left_bar .links li:hover a {
        color: #dd2a1b;
        border-color: #dd2a1b; }
      .content .left_bar .links li a {
        display: inline-block;
        width: 100%;
        font-family: "Verdana", sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        color: #2c2c2c;
        line-height: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: 1px #2c2c2c dotted; }
        .content .left_bar .links li a span {
          display: inline-block;
          max-width: 220px;
          padding-bottom: 2px;
          position: relative;
          top: 2px; }
          .content .left_bar .links li a span b {
            font-weight: 400;
            background-color: #fff; }
          .content .left_bar .links li a span:first-of-type {
            float: left; }
          .content .left_bar .links li a span:last-of-type {
            float: right;
            top: 3px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end; }
    .content .left_bar .links ul {
      padding-left: 0;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 15px;
      margin-bottom: 20px; }
      .content .left_bar .links ul li {
        list-style-type: none;
        padding-left: 15px;
        margin-bottom: 10px;
        position: relative; }
        .content .left_bar .links ul li:last-of-type {
          margin-bottom: 0; }
        .content .left_bar .links ul li:before {
          display: none; }
        .content .left_bar .links ul li.active:before {
          background-color: #dd2a1b; }
        .content .left_bar .links ul li.active a {
          color: #dd2a1b;
          border-color: #dd2a1b; }
        .content .left_bar .links ul li:hover:before {
          background-color: #dd2a1b; }
        .content .left_bar .links ul li:hover a {
          color: #dd2a1b;
          border-color: #dd2a1b; }
        .content .left_bar .links ul li a {
          display: inline-block;
          width: 100%;
          font-family: "Verdana", sans-serif;
          font-size: 13px;
          font-weight: 400;
          text-transform: none;
          color: #2c2c2c;
          line-height: 1.2;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border-bottom: 1px #2c2c2c dotted; }
          .content .left_bar .links ul li a span {
            display: inline-block;
            max-width: 220px;
            padding-bottom: 2px;
            position: relative;
            top: 3px; }
            .content .left_bar .links ul li a span b {
              font-weight: 400;
              background-color: #fff; }
            .content .left_bar .links ul li a span:first-of-type {
              float: left; }
            .content .left_bar .links ul li a span:last-of-type {
              float: right;
              top: 3px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: end;
              -webkit-align-items: flex-end;
                  -ms-flex-align: end;
                      align-items: flex-end; }
  .content .left_bar .body-square {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    border-top: 1px #dedede solid; }
    .content .left_bar .body-square h5 {
      margin: 0;
      margin-bottom: 20px;
      color: #404040;
      font-family: "Verdana", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 1; }
    .content .left_bar .body-square .name_inf {
      padding-left: 55px;
      position: relative;
      min-height: 50px; }
      .content .left_bar .body-square .name_inf i {
        position: absolute;
        height: 45px;
        width: 45px;
        display: inline-block;
        left: 0;
        top: 0;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover; }
      .content .left_bar .body-square .name_inf p {
        font-family: "Verdana", sans-serif;
        color: black;
        font-size: 15px;
        line-height: 25px; }
      .content .left_bar .body-square .name_inf span {
        font-family: "Verdana", sans-serif;
        color: #7d7d7d;
        font-size: 14px;
        line-height: 1; }
    .content .left_bar .body-square .info {
      padding-left: 0;
      margin: 0; }
      .content .left_bar .body-square .info li {
        list-style-type: none;
        padding: 5px 0;
        padding-left: 40px;
        position: relative; }
        .content .left_bar .body-square .info li a {
          color: #424242;
          font-family: "Verdana", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          text-decoration: none; }
        .content .left_bar .body-square .info li.phone:before {
          content: '\f095 ';
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          font-family: "FontAwesome";
          font-size: 21px;
          color: #959595; }
        .content .left_bar .body-square .info li.emdil:before {
          content: '';
          background-image: url('../images/at.svg');
          background-position: center;
          background-repeat: no-repeat;
          background-size: 45%;
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          /*font-family: "FontAwesome";
          font-size: 21px;
          color: #959595;*/ }
        .content .left_bar .body-square .info li.skype:before {
          content: '\f17e ';
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          font-family: "FontAwesome";
          font-size: 21px;
          color: #959595; }

.content .right_element .element {
  margin-bottom: 30px; }
  .content .right_element .element:hover .block_picture{
    opacity: .8; }
  .content .right_element .element:hover .text_info a{
    text-decoration: underline;
    color: #dc3545; 
  }
  .content .right_element .element .item {
    height: auto;
    background-color: white;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .content .right_element .element .item.item_compane {
      height: 220px; }
      .content .right_element .element .item.item_compane .block_picture {
        height: 80%; }
      .content .right_element .element .item.item_compane .text_info {
        height: 20%; }
        .content .right_element .element .item.item_compane .text_info a {
          text-align: left;
          color: #999;
          font-family: "Verdana", sans-serif;
          font-size: 12px;
          font-weight: 400;
          line-height: 16px; }
    .content .right_element .element .item .block_picture {
      height: 255px;
      width: 100%;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .content .right_element .element .item .block_picture .picture_ins {
        display: inline-block;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
                background-size: contain; }
    .content .right_element .element .item .text_info {
      height: auto;
      min-height: 87px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 5px 15px; }
      .content .right_element .element .item .text_info.compane_text {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .content .right_element .element .item .text_info a {
        display: inline;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        border: 0;
        background-color: transparent; }
      .content .right_element .element .item .text_info span {
        color: #999;
        font-size: 12px;
        font-weight: 400;
        line-height: 25px; }
  .content .right_element .element .newspaper .picture {
    display: inline-block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .content .right_element .element .newspaper .taitl {
    text-align: left;
    display: inline-block;
    width: 100%;
    color: #999;
    font-family: "Verdana", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px #999 solid;
    padding-bottom: 25px;
    margin-bottom: 15px;
    padding-top: 25px; }
  .content .right_element .element .newspaper .download {
    color: #dd2a1b;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .content .right_element .element .newspaper .download:before {
      content: "\f15b";
      font-size: 26px;
      font-family: "FontAwesome";
      margin-right: 10px; }
  .content .right_element .element .newspaper .next_page {
    color: #dd2a1b;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .content .right_element .element .vacancies {
    padding: 30px;
    background-color: #f7f7f7;
    border: 1px solid #dadada;
    border-top: 3px #d8d8d8 solid; }
    .content .right_element .element .vacancies .taitl {
      font-family: "Verdana", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #2c2c2c;
      margin: 7.5px 0;
      display: inline-block;
      width: 100%; }
    .content .right_element .element .vacancies p {
      font-family: "Verdana", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #2c2c2c;
      margin: 7.5px 0;
      display: inline-block;
      width: 100%; }
      .content .right_element .element .vacancies p b {
        color: #dd2a1b; }
    .content .right_element .element .vacancies span {
      color: #999;
      font-family: "Verdana", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      display: inline-block;
      width: 100%;
      margin: 7.5px 0; }
      .content .right_element .element .vacancies span b {
        color: #000; }
    .content .right_element .element .vacancies .vacancies_button {
      padding: 5px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .content .right_element .element .vacancies a {
      text-align: center;
      margin: 7.5px;
      background-color: #f68b01;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px #f68b01 solid;
      padding: 15px 30px;
      color: white;
      font-family: "Verdana", sans-serif;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      letter-spacing: 1px; }
      .content .right_element .element .vacancies a:hover {
        background-color: transparent;
        color: #f68b01; }

.content .right_element .button_block {
  text-align: center;
  display: inline-block; }
  .content .right_element .button_block button {
    background-color: #dd2a1b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    border: 0;
    padding: 15px 30px;
    color: white;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px; }

.content .right_element .text {
  display: inline-block;
  margin-bottom: 50px;
  color: #666;
  font-size: 13px;
  font-weight: 300; }
  .content .right_element .text h1, .content .right_element .text h2, .content .right_element .text h3, .content .right_element .text h4, .content .right_element .text h5 {
    line-height: 22px;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px; }
  .content .right_element .text p {
    font-family: "Verdana", sans-serif;
    color: #666;
    font-size: 13px;
    font-weight: 300; }
  .content .right_element .text ul {
    padding-top: 5px;
    padding-bottom: 15px;
    font-family: "Verdana", sans-serif;
    color: #666;
    font-size: 13px;
    font-weight: 300; }
  .content .right_element .text .picture {
    display: inline-block;
    margin-bottom: 50px;
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .content .right_element .text .picture:before {
      content: '';
      display: inline-block;
      height: 1px;
      width: 100%;
      background-color: #ccc;
      position: absolute;
      bottom: -25px;
      left: 0; }

.content .right_element .text_vacanc {
  display: inline-block;
  margin-bottom: 50px; }
  .content .right_element .text_vacanc h1, .content .right_element .text_vacanc h2, .content .right_element .text_vacanc h3, .content .right_element .text_vacanc h4, .content .right_element .text_vacanc h5 {
    font-family: "Verdana", sans-serif;
    line-height: 22px;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0; }
  .content .right_element .text_vacanc p {
    font-family: "Verdana", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400; }
  .content .right_element .text_vacanc ul li, .content .right_element .text_vacanc ol li {
    font-family: "Verdana", sans-serif;
    color: #403f3f;
    font-size: 16px;
    font-weight: 400; }
  .content .right_element .text_vacanc .vacancies_button {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .content .right_element .text_vacanc .vacancies_button a {
      text-align: center;
      margin: 7.5px;
      background-color: #f68b01;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px #f68b01 solid;
      padding: 15px 30px;
      color: white;
      font-family: "Verdana", sans-serif;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      letter-spacing: 1px; }
      .content .right_element .text_vacanc .vacancies_button a:hover {
        background-color: transparent;
        color: #f68b01; }

.color_block .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important; }

.btn-primary {
  background-color: #dd2a1b;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  border: 0;
  padding: 1em 1.4em;
  color: white;
  font-size: 1em;
  font-weight: 400; }
  .btn-primary:hover {
    background-color: #dd2a1b;
    color: white; }
  .btn-primary:focus {
    background-color: #dd2a1b;
    color: white; }
  .btn-primary:active {
    background-color: #dd2a1b;
    color: white; }
  .btn-primary:active:focus {
    background-color: #dd2a1b;
    color: white; }

.table-secondary > th, .table-secondary > td {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.table-secondary {
  border-bottom: 1px solid #ddd; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-family: "Verdana", sans-serif; }
.descr-dropdown tbody{
      border-bottom: 1px solid #ddd;
}

.descr-dropdown {
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 0 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .descr-dropdown.active {
    max-height: none; }
    .descr-dropdown.active:after {
      display: none; }
  .descr-dropdown.toggleActive {
    max-height: none; }
    .descr-dropdown.toggleActive:after {
      display: none; }
  .descr-dropdown.omgheight {
    max-height: 185px; }
    .descr-dropdown.omgheight.active {
      max-height: none; }
.dropdown-descr-toggle.toggleActive {
  display: none; }

.modal-title {
  text-align: center;
  color: #333;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  width: 100%; }
.modal-body{
    color: #555;
}
.modal-body label{
    font-weight:300;
}
.mat-div {
  margin-bottom: 15px;
  max-width: 250px; }
  .mat-div .mat-label {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    width: 100%; }
  .mat-div .mat-input {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #666;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    outline: none;
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
    display: inline-block; }
  .mat-div textarea {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #666;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    outline: none;
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
    display: inline-block;
    resize: none; }

.form_vacancies .mat-div {
  margin-bottom: 15px;
  max-width: 100%; }

.form_vacancies button {
  margin: 7.5px 0;
  background-color: #f68b01;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  border: 1px #f68b01 solid;
  padding: 15px 30px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  letter-spacing: 1px; }
  .form_vacancies button:hover {
    background-color: transparent;
    color: #f68b01; }

.mission h1, .mission h2, .mission h3, .mission h4, .mission h5 {
  margin: 0;
  margin-bottom: 10px;
  color: black;
  font-family: "Verdana", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1; }

.mission .taitl {
  margin: 0;
  margin-bottom: 10px;
  color: black;
  font-family: "Verdana", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1; }

.mission p {
  margin-bottom: 10px;
  color: black;
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

.mission ul li {
  color: black;
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

.carusel_mission {
  position: relative;
  margin: 50px 0; }
  .carusel_mission .item {
    padding: 0 10px; }
    .carusel_mission .item a {
      display: inline-block;
      height: 200px;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      outline: none; }

.carusel_mission .arrow_left_tab, .big_carus .arrow_left2 {
  opacity: 0.7;
  width: 35px;
  height: 70px;
  margin: 0 !important;
  padding: 0 !important;
  right: 10px;
  z-index: 15;
  position: absolute;
  top: -webkit-calc(50% - 35px);
  top: calc(50% - 35px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  background-color: #dd2a1b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.carusel_mission .arrow_left_tab:hover, .big_carus .arrow_left2:hover {
  opacity: 1;
  background-color: #a69991; }

.carusel_mission .arrow_left_tab:hover i, .big_carus .arrow_left2:hover i {
  border-top: 2px #594f4e solid;
  border-left: 2px #594f4e solid; }

.carusel_mission .arrow_left_tab i, .big_carus .arrow_left2 i {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  right: 7px; }

.carusel_mission .arrow_right_tab, .big_carus .arrow_right2 {
  opacity: 0.7;
  width: 35px;
  height: 70px;
  margin: 0 !important;
  padding: 0 !important;
  left: 10px;
  z-index: 15;
  padding: 10px;
  position: absolute;
  top: -webkit-calc(50% - 35px);
  top: calc(50% - 35px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  background-color: #dd2a1b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.carusel_mission .arrow_right_tab:hover, .big_carus .arrow_right2:hover {
  opacity: 1;
  background-color: #a69991; }

.carusel_mission .arrow_right_tab:hover i, .big_carus .arrow_right2:hover i {
  border-top: 2px #594f4e solid;
  border-right: 2px #594f4e solid; }

.carusel_mission .arrow_right_tab i, .big_carus .arrow_right2 i {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: relative;
  right: -7px; }

.error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .error h2 {
    font-family: "Verdana", sans-serif;
    font-size: 120px;
    font-weight: 700;
    padding: 0 15px;
    text-align: center; }
  .error p {
    font-family: "Verdana", sans-serif;
    font-size: 26px;
    font-weight: 400;
    padding: 0 15px;
    text-align: center; }
  .error a {
    font-family: "Verdana", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: red;
    text-decoration: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    padding: 0 15px;
    text-align: center; }
    .error a:hover {
      text-decoration: underline; }

.modal-header {
  position: relative; }
  .modal-header .close {
    /*position: absolute;*/
    right: 0;
    top: 0;
    /*padding: 10px; */
    }
    .modal-header .close i {
      font-size: 28px; }

.sush_block .picture {
  display: inline-block;
  margin-bottom: 50px;
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .sush_block .picture:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    position: absolute;
    bottom: -25px;
    left: 0; }

.sush_block .taitl {
  /*font-family: "Verdana", sans-serif;*/
  color: black;
  font-size: 15px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #ccc solid; }

.sush_block .data {
  /*font-family: "Verdana", sans-serif;*/
  color: #7d7d7d;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px; }

.sush_block p {
  /*font-family: "Verdana", sans-serif;*/
  color: black;
  font-size: 15px;
  line-height: 22px; }

.big_carus .item .picture {
  height: 500px;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat; }

.big_carus .item .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*font-family: "Verdana", sans-serif;*/
  color: black;
  font-size: 15px;
  line-height: 22px; }

.rezult_all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .rezult_all .rezult:last-of-type {
    margin-left: 15px; }

.rezult {
  /*font-family: "Verdana", sans-serif;*/
  color: black;
  font-size: 15px;
  padding: 7.5px 0; }
  .rezult span {
    margin-left: 5px; }
/*table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {*/
/*    font-family: "Verdana", sans-serif;*/
/*}*/
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.furniture_sec1 .info_catalog_page .text_info table p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
tr > th, tr > td {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
@media (max-height: 800px) {
  .item-square {
    /*width: 150px;*/
    height: 150px;
  }
  .block_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 181px;
    height: 170px;
  }
  .all-square {
    /*padding: 0 297px;*/
  }
  .item-square a, .item-square span {
    font-size: 16px;
  }
  .item-square.one-square {
    height: 150px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 10px;
    margin-left: 5px;
}
.item-square .dropdown li a {
    font-size: 14px;
    line-height: 16px;
}
.item-square .dropdown {
  width: calc(100% + 20px);
}
.item-square.one-square.active {
    height: 150px;
}
.item-square.active {
  min-height: 150px;
}
}
@media (max-width: 1200px) {
  .furniture_sec1 .carus_elem .carusel_item_all {
    width: 300px; }
  .all-square {
    padding: 20px 198px; }
  .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li a {
    font-size: 12px; }
  .furniture_sec1 .info_catalog_page .contact_name .contact_element .info {
    padding-left: 15px;
    margin-left: 15px; } }

@media (max-width: 991px) {
  .furniture_sec1 .carus_elem .carusel_item_all {
    width: 430px; }
  .all-square {
    padding: 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .content .left_bar .links {
    padding-left: 0;
    padding-bottom: 15px; }
  .content .right_element .text {
    margin-bottom: 15px; }
  .furniture_sec1 .carus_elem .left_block {
    height: auto;
    width: auto; }
  .furniture_sec1 .carus_elem .carusel_item_all {
    height: 340px; }
  .furniture_sec1 .carus_elem .carusel_item_all .item {
    height: 300px; } }

@media (max-width: 1200px) {
  body.green .header, body.blue .header, body.azure .header, body.gray .header, body.yellow .header, body.pink .header, body.cyanic .header, body.orange .header, body.brown .header {
    height: 100px; }
    body.green .header .header_block, body.blue .header .header_block, body.azure .header .header_block, body.gray .header .header_block, body.yellow .header .header_block, body.pink .header .header_block, body.cyanic .header .header_block, body.orange .header .header_block, body.brown .header .header_block {
      width: 100%; }
    body.green .header .header_button, body.blue .header .header_button, body.azure .header .header_button, body.gray .header .header_button, body.yellow .header .header_button, body.pink .header .header_button, body.cyanic .header .header_button, body.orange .header .header_button, body.brown .header .header_button {
      display: none; }
    body.green .header .header_right_element, body.blue .header .header_right_element, body.azure .header .header_right_element, body.gray .header .header_right_element, body.yellow .header .header_right_element, body.pink .header .header_right_element, body.cyanic .header .header_right_element, body.orange .header .header_right_element, body.brown .header .header_right_element {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 20px; }
  .footer {
    padding: 15px; }
  .footer .footer_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 1200px) {
  .furniture_sec1 .carus_elem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .yellow .furniture_sec1 .carus_elem .left_block, .azure .furniture_sec1 .carus_elem .left_block, .gray .furniture_sec1 .carus_elem .left_block {
    height: auto;
    width: auto;
    padding-right: 0; }
  .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item {
    margin: 5px; }
  .furniture_sec1 .carus_elem .carusel_item_all .item a {
    display: inline-block;
    height: 300px;
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .yellow .furniture_sec1 .carus_elem .carusel_item_all .item, .azure .furniture_sec1 .carus_elem .carusel_item_all .item, .gray .furniture_sec1 .carus_elem .carusel_item_all .item {
    height: 340px; }
  .furniture_sec1 .carus_elem .right_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom {
      margin-bottom: 15px; }
      .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss {
        margin-top: 15px; }
  .furniture_sec1 .carus_elem .carusel_item_all {
    width: 100%;
    height: 340px; } }

@media (max-width: 767px) {
  .big_carus .item .picture {
    height: 280px; }
  .furniture_sec1 .info_catalog_page .contact_name .contact_element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .furniture_sec1 .info_catalog_page .contact_name .contact_element .info {
    padding-left: 0;
    margin: 0;
    margin-left: 0;
    border-left: 0; } }

@media (max-width: 480px) {
  .furniture_sec1 .carus_elem .carusel_item_all {
    width: 290px; }
  .header_block a {
    width: 120px; }
    .header_block a img {
      width: 100%; }
  .hed_page .hed_page_ins {
    padding: 15px 0 10px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer .footer_block .input-group {
    width: 100%; }
  .header .header_block .hamburger {
    cursor: pointer;
    margin-left: 0; }
  .mission {
    padding: 0; } }

.active-page:hover{
  background-color: #5c7586!important;
}
.text_status {
  text-align: center;
    /*font-family: "Verdana", sans-serif;*/
    color: #333;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
}
.valid-li {
    text-align: center;
    /*font-family: "Verdana", sans-serif;*/
    color: #333;
    font-size: 18px;
    font-weight: 300;
    display: block;
    width: 90%;
    padding: 15px;
    margin: 0 auto;
}
.phone {
  display: flex;
  align-items: center;
}
.priсe {
  color: red;
    font-size: 1.5em;
    line-height: 27px;
    margin-bottom: 7.5px;
}
.info_catalog_page button{
    border: none;
    padding: .5em 1.2em;
    border-radius: 4px;
    cursor: pointer;
}
.info_catalog_page .contact-us{
    color: white;
    background-color: #dd2a1b;
}
.info_catalog_page .contact-us:hover{
    background-color: #c50000;
    
}
.info_catalog_page .print{
    color: black;
    background-color: #eee;
}
.info_catalog_page .print:hover{
    background-color: #ddd;
}
.print-img{
    width:1.35em;
}
.slider-other{
    width: 80vw;
}
.slider-other .block{
    border: 1px solid #ddd;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .5em;
}
.img-container{
    min-height: 240px;
    text-align: center;
    position:relative;
}
.other-image{
    max-width: 80%;
    height: auto;
    max-height: 13em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.text-info-other{
    min-height:150px;
}
.text-info-other .name{
    font-size: 1.1em;
}
.slider-other .block:hover .name{
    text-decoration: underline;
    color: red;
}
.slider-other .block:hover img{
    opacity: .8;
}
.text-info-other .sub-category{
    color: #bbb;
}
.slick-slide{
    outline: none;
}