@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Light.ttf") format("truetype");
  src: url("../fonts/Lato-Light.eot?") format("eot");
  src: url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  src: url("../fonts/Lato-Regular.eot?") format("eot");
  src: url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Medium.ttf") format("truetype");
  src: url("../fonts/Lato-Medium.eot?") format("eot");
  src: url("../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Semibold.ttf") format("truetype");
  src: url("../fonts/Lato-Semibold.eot?") format("eot");
  src: url("../fonts/Lato-Semibold.woff") format("woff");
  font-weight: 600; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  src: url("../fonts/Lato-Bold.eot?") format("eot");
  src: url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Black.ttf") format("truetype");
  src: url("../fonts/Lato-Black.eot?") format("eot");
  src: url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900; }

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl_100.ttf") format("truetype");
  src: url("../fonts/MuseoSansCyrl_100.eot?") format("eot");
  src: url("../fonts/MuseoSansCyrl_100.woff") format("woff");
  font-weight: 100; }

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl_300.ttf") format("truetype");
  src: url("../fonts/MuseoSansCyrl_300.eot?") format("eot");
  src: url("../fonts/MuseoSansCyrl_300.woff") format("woff");
  font-weight: 300; }

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl_500.ttf") format("truetype");
  src: url("../fonts/MuseoSansCyrl_500.eot?") format("eot");
  src: url("../fonts/MuseoSansCyrl_500.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl_700.ttf") format("truetype");
  src: url("../fonts/MuseoSansCyrl_700.eot?") format("eot");
  src: url("../fonts/MuseoSansCyrl_700.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl_900.ttf") format("truetype");
  src: url("../fonts/MuseoSansCyrl_900.eot?") format("eot");
  src: url("../fonts/MuseoSansCyrl_900.woff") format("woff");
  font-weight: 900; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

a {
  text-decoration: none; }

body,
html {
  overflow-x: hidden; }

ul {
  list-style: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

body {
  font-family: "MuseoSansCyrl";
  font-weight: 500;
  font-size: 16px;
  color: #424243;
  position: relative;
  min-height: 100%;
  padding-bottom: 210px; }
  body::after {
    contant: url("../img/private2_h.svg") url("../img/search_h.svg") url("../img/envelope_h.svg") url("../img/pdf_h.svg") url("../img/download_h.svg") url("../img/plus-button_h.svg"); }

html {
  height: 100%; }

.header_top {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100vw;

  background-color: #383e49;
  padding: 11px 0; }

.wrap {
  width: 1270px;
  max-width: 100%;
  margin: auto;
  font-size: 0; }

@media (max-width: 1310px) {
  .wrap {
    width: 100%;
    padding: 0 20px; }
}

@media (max-width: 560px) {
  .wrap {
    padding: 0 15px; }
}

.location_block {
    display: inline-block;
    width: 50%;
    vertical-align: middle; }

.private_block {
    display: inline-block;
    width: 50%;
    vertical-align: middle; }

.location_city {
    font-family: "MuseoSansCyrl";
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    border-bottom: 1px dashed #ffffff;
    padding-bottom: 3px; }
.location_block {
    position: relative;
}

.location_list {
    position: absolute;
    top: 34px;
    width: auto;
    min-width: 220px;
    height: auto;
    padding: 20px 30px;
    padding-top: 10px;
    background-color: #383e49;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 0 0 3px 3px;
}

.location_list.active {
    opacity: 1;
    visibility: visible;
}

.location_list li {
    display: block;
    margin-bottom: 10px;
}

.location_list li:last-child {
    margin-bottom: 0;
}

.location_list li a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding: 0 0 4px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    opacity: 0.5;
}

.location_list li.active a {
    opacity: 1;
}

.location_city {
    cursor: pointer;
}


.location_list li a:active,
.location_list li a:hover {
    opacity: 1;
}
.private_link {
  text-align: right; }
  .private_link[data-flex-end] {
    display: flex;
    justify-content: flex-end; }
  .private_link a {
    color: #ffffff;
    font-size: 14px;
    font-family: "MuseoSansCyrl";
    font-weight: 500;
    transition: all 0.2s ease-in-out; }
    .private_link a span {
      display: inline-block;
      vertical-align: middle; }
    .private_link a:hover .private_link_text::after, .private_link a:active .private_link_text::after {
      opacity: 1; }
    .private_link a:hover .private_link_icon path.cls-2, .private_link a:active .private_link_icon path.cls-2 {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }

.private_link_icon {
  width: 14px;
  height: 25px;
  margin-right: 7px; }
  .private_link_icon svg {
    width: 100%;
    height: 100%; }
  .private_link_icon path.cls-2 {
    transition: all 0.2s ease-in-out; }

.private_link_text {
  position: relative; }
  .private_link_text::after {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px dashed #ffffff;
    position: absolute;
    left: 0px;
    bottom: -2px;
    opacity: 0;
    transition: all 0.2s ease-in-out; }

.header_logo {
  display: inline-block;
  width: 20%;
  vertical-align: middle; }
  .header_logo a {
    display: block;
    width: 200px;
    height: 55px;
    background-image: url("../img/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.header_menu {
  display: inline-block;
  width: 60%;
  vertical-align: middle; }

.header_contacts {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  text-align: right; }
  .header_contacts .contact_tel {
    margin-bottom: 5px; }
  .header_contacts .contact_callback {
    margin-bottom: 15px; }

.contact_tel > a, .contact_tel a {
  font-size: 18px;
  color: #596066;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  display: inline-block; }
  .contact_tel > a:hover, .contact_tel > a:active {
    color: #f07f0b; }

.contact_callback > a {
  font-size: 15px;
  font-weight: 500;
  color: #f07f0b;
  position: relative; }
  .contact_callback > a::after {
    content: '';
    width: 100%;
    border-top: 1px dashed #f07f0b;
    position: absolute;
    left: 0px;
    bottom: -2px;
    opacity: 0;
    transition: all 0.2s ease-in-out; }
  .contact_callback > a:hover::after, .contact_callback > aactive::after {
    opacity: 1; }

.contact_mail > a {
  font-size: 15px;
  font-weight: 500;
  color: #393939;
  transition: all 0.2s ease-in-out; }
  .contact_mail > a:hover, .contact_mail > a:active {
    color: #f07f0b; }

.main_menu {
  display: block;
  width: 100%; }

.main_menu_item {
  display: inline-block; }

.main_menu_item:not(:last-child) {
  margin-right: 18px;
  margin-bottom: 10px; }

.main_menu_link {
  font-size: 15px;
  font-weight: 500;
  color: #393939;
  position: relative;
  padding: 0 0 4px;
  transition: all 0.3s ease-in-out; }
  .main_menu_link::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f07f0b;
    content: '';
    opacity: 0;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    transition: all 0.3s ease-in-out; }
  .main_menu_link:hover, .main_menu_link:active {
    color: #f07f0b; }
  .main_menu_link:hover::after, .main_menu_link:active::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

.main_menu {
  margin-bottom: 20px; }

.search_form {
  width: 100%;
  position: relative; }

#search {
  width: 100%;
  height: 40px;
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #f5f5f5;
  padding-left: 20px;
  padding-right: 55px;
  z-index: 1;
  font-size: 14px;
  color: #383e49;
  font-family: "MuseoSansCyrl";
  font-weight: 300;
  border: 1px solid transparent;
  border-radius: 3px; }
  #search:focus {
    border: 1px solid #f07f0b; }

.search_btn {
  width: 17px;
  height: 17px;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  cursor: pointer; }
  .search_btn:hover, .search_btn:active {
    background-image: url("../img/search_h.svg"); }

input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "MuseoSansCyrl";
  font-weight: 500;
  color: #a7adb1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

input::-moz-placeholder {
  font-size: 13px;
  font-family: "MuseoSansCyrl";
  font-weight: 500;
  color: #a7adb1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

input:-moz-placeholder {
  font-size: 13px;
  font-family: "MuseoSansCyrl";
  font-weight: 500;
  color: #a7adb1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

input:-ms-input-placeholder {
  font-size: 13px;
  font-family: "MuseoSansCyrl";
  font-weight: 500;
  color: #a7adb1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.header_bottom {
  padding: 84px 0 28px 0; }

.banner_slider_item {
  width: 100%;
  height: 402px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.banner_slider_title {
  color: #596066;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 25px; }
  .banner_slider_title span {
    font-weight: 700;
    color: #f07f0b; }

.banner_slider_text {
  color: #424243;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 45px; }

.btn, .b24_button .b24-form-click-btn-wrapper-4 > button {
  z-index: 2;
  width: 220px;
  height: 40px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
  display: block;
  cursor: pointer;
  letter-spacing: 0.05em;
  overflow: hidden;
  border: 1px solid transparent;
  position: relative;
  -o-border-image: none;
     border-image: none;
  transition: all 0.7s;
  color: #ffffff;
  background-color: transparent !important;
  border-radius: 3px; }

  .btn span {
    z-index: 10;
    position: relative; }
  .btn::after, .b24_button .b24-form-click-btn-wrapper-4 > button:after {
    content: '';
    position: absolute;
    background: linear-gradient(to top right, #f6633a, #fb9e41);
    height: 150px;
    width: 300px;
    border-radius: 50%;
    bottom: -30px;
    right: -30px;
    transition: all .7s;
    display: block;
    z-index: -1; }

.b24_button .b24-form-click-btn-wrapper-4 > button:hover{
	background-color: transparent !important;
}

.btn:hover, .btn:active, .b24_button .b24-form-click-btn-wrapper-4 > button:hover, .b24_button .b24-form-click-btn-wrapper-4 > button:active {
  border: 1px solid #f6633a;
  transition: all 0.3s;
  color: #f6633a; }

.btn:hover::after, .btn:active::after,
.b24_button .b24-form-click-btn-wrapper-4 > button:hover::after, .b24_button .b24-form-click-btn-wrapper-4 > button:active::after
 {
  bottom: 100%;
  right: 100%; }

.footer_contact_callback.b24_button button{
	margin-bottom: 15px !important;
}

.banner_slider_desc {
  position: absolute;
  top: 55px;
  bottom: 0px;
  margin: auto 0; }

.slick-dots button {
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(241, 126, 13, 0);
  transition: box-shadow 0.3s ease;
  background: transparent;
  position: relative; }
  .slick-dots button::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(241, 126, 13, 0.3);
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
  .slick-dots button:hover, .slick-dots button:active {
    box-shadow: 0 0 0 1px #f17e0d;
    border: none;
    border-radius: 50%;
    background: transparent; }
  .slick-dots button:hover::after, .slick-dots button:active::after {
    transform: scale(0.3);
    -webkit-transform: scale(0.35);
    background-color: #f17e0d; }

.slick-dots .slick-active button {
  box-shadow: 0 0 0 1px #f17e0d;
  border: none;
  border-radius: 50%;
  background: transparent; }
  .slick-dots .slick-active button::after {
    transform: scale(0.3);
    -webkit-transform: scale(0.35);
    background-color: #f17e0d; }

.slick-dots {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 70px;
  margin: auto;
  right: 17%; }
  .slick-dots li:not(:last-child) {
    margin-bottom: 10px; }

.main_catalog {
  background-image: url("..//img/fon1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 58px 0; }

.catalog_menu_item {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin-bottom: 50px;
}

.catalog_menu_link {
  display: block;
  width: 95%;
  text-align: center;
  margin: auto; }
  .catalog_menu_link:hover .catalog_menu_desc, .catalog_menu_link:active .catalog_menu_desc {
    opacity: 0.7; }
  .catalog_menu_link:hover .catalog_menu_desc::before {
    width: 30%;
    opacity: 1; }
  .catalog_menu_link:hover .catalog_menu_img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.3); }

.catalog_menu_img {
  width: 213px;
  height: 213px;
  border-radius: 50%;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110px;
  margin: auto;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.2s ease-in-out; }

.catalog_menu_img1 {
  background-image: url("../img/product1.png"); }

.catalog_menu_img2 {
  background-image: url("../img/index-page/DU.png"); }

.catalog_menu_img3 {
  background-image: url("../img/index-page/prom.png"); }

.catalog_menu_img4 {
  background-image: url("../img/index-page/teplo.png"); }

.catalog_menu_img5 {
  background-image: url("../img/index-page/canal.png"); }

.catalog_menu_desc {
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
  padding-top: 20px;
  position: relative;
  transition: all 0.2s ease-in-out; }
  .catalog_menu_desc::before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #f07f0b;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    z-index: 2; }

.catalog_menu {
/*  margin-bottom: 25px;*/
}

.main_catalog_link a {
  margin: auto; }

.main_advantage {
  padding: 65px 0px;
  text-align: center; }

.title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #383e49; }

.title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2; }

.advantage_text {
  font-size: 16px;
  font-family: "Lato";
  font-weight: 400;
  color: #383e49;
  line-height: 22px;
  margin-bottom: 60px; }
  .advantage_text span {
    font-weight: 700; }

.advantage_item {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: center; }

.c-advantage_item {
  width: 90%;
  margin: auto; }

.advantage_item_icon {
  width: 100%;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 30px; }

.advantage_item_icon1 {
  background-image: url("../img/wallet_orange2.svg"); }

.advantage_item_icon2 {
  background-image: url("../img/rocket_orange2.svg"); }

.advantage_item_icon3 {
  background-image: url("../img/fan_orange2.svg"); }

.advantage_item_icon4 {
  background-image: url("../img/hand_orange2.svg"); }

.advantage_item_title {
  font-size: 17px;
  font-weight: 700;
  color: #383e49;
  margin-bottom: 20px; }

.advantage_item_desc {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato";
  color: #424243;
  line-height: 22px; }

.main_advantage {
  margin-bottom: 15px; }

.title h3 {
  color: #424243;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 20px;
  position: relative;
  z-index: 2; }
  .title h3 span {
    background-color: #ffffff;
    padding-right: 16px; }

.title_sign {
  font-size: 16px;
  font-weight: 700;
  color: #f07f0b;
  line-height: 20px; }

.wrap_small {
  padding: 0 40px;
  width: 100%;
  position: relative; }

.project_item {
  margin-right: 9px;
  margin-left: 9px; }

.c-project_item {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .c-project_item:hover .project_item_img::after {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .4s; }
  .c-project_item:hover .project_item_link {
    transition: all 0.4s ease-in;
    opacity: 1;
    z-index: 3; }
  .c-project_item:hover .project_item_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

.project_item_img {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .project_item_img img {
    display: block;
    width: 100%;
    transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .project_item_img::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(59, 64, 76, 0.2);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1; }
  .project_item_img::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    transition: transform .3s ease-in,-webkit-transform .3s ease-in;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    width: 0;
    height: 0;
    padding: 25%;
    background-color: rgba(39, 57, 99, 0.5);
    content: ''; }

.project_item_title {
  font-size: 22px;
  line-height: 20px;
  color: #383e49;
  margin-bottom: 20px; }
  .project_item_title a {
    color: #383e49;
    transition: all 0.2s ease-in-out; }
    .project_item_title a:hover, .project_item_title a:active {
      color: #f07f0b; }

.project_item_desc {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Lato";
  color: #424243;
  margin-bottom: 20px;
  height: 110px;
  overflow: hidden; }

.project_item_date {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Lato";
  color: #a5a7a9; }

.project_link a {
  margin: auto; }

.project_block {
  margin-bottom: 30px; }

.project_item_link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  width: 180px;
  height: 45px;
  line-height: 45px; }

.project_slider .slick-arrow {
  width: 35px;
  height: 35px;
  font-size: 0;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: #383e49;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 130px;
  margin: auto;
  cursor: pointer;
  z-index: 1010;
  transition: all 0.2s ease-in-out;
  border-radius: 3px; }
  .project_slider .slick-arrow.slick-next {
    right: -7px;
    background-image: url("../img/right-arrow.svg"); }
  .project_slider .slick-arrow.slick-prev {
    left: -7px;
    background-image: url("../img/left-arrow.svg"); }
  .project_slider .slick-arrow:hover {
    background-color: #f07f0b; }

.main_project {
  margin-bottom: 80px; }

.news_block {
  margin-bottom: 50px; }

.news_item {
  display: inline-block;
  vertical-align: top;
  width: 585px; }
  .news_item:not(:nth-child(2n)) {
    margin-right: 20px;
    margin-bottom: 10px;}
  .news_item:hover .news_item_link {
    transition: all 0.4s ease-in;
    opacity: 1;
    z-index: 3; }
  .news_item:hover .news_item_img img, .news_item:active .news_item_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .news_item:hover .news_item_img::after, .news_item:active .news_item_img::after {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .4s; }

.news_item_img {
  width: 287px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  height: 220px; }
  .news_item_img img {
    display: block;
    width: 100%;
    transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .news_item_img::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(59, 64, 76, 0.2);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1; }
  .news_item_img::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    transition: transform .3s ease-in,-webkit-transform .3s ease-in;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    width: 0;
    height: 0;
    padding: 25%;
    background-color: rgba(39, 57, 99, 0.5); }

.news_item_link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  width: 180px;
  height: 45px;
  line-height: 45px; }

.news_item_desc {
  display: inline-block;
  vertical-align: top;
  height: 220px;
  overflow: hidden;
  width: 278px;
  padding: 10px 0px; }

.news_item_date {
  font-size: 12px;
  font-family: "Lato";
  font-weight: 400;
  color: #a5a7a9;
  line-height: 20px;
  margin-bottom: 10px; }

.news_item_title {
  font-size: 16px;
  color: #383e49;
  line-height: 24px;
  margin-bottom: 20px; }
  .news_item_title a {
    color: #383e49;
    transition: all 0.2s ease-in-out; }
    .news_item_title a:hover, .news_item_title a:active {
      color: #f07f0b; }

.news_item_text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Lato";
  color: #424243;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis; }

.news_link a {
  margin: auto; }

.main_news {
  margin-bottom: 130px; }

.line_left {
  width: 1px;
  height: 163px;
  background-color: #F0F0F0;
  position: absolute;
  display: block;
  left: -38px;
  top: 18px;
  z-index: 1; }
  .line_left::before {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #F0F0F0;
    position: absolute;
    display: block;
    top: 0px;
    z-index: 1; }
  .line_left::after {
    content: '';
    width: 38px;
    height: 1px;
    background-color: #F0F0F0;
    position: absolute;
    display: block;
    bottom: 0px;
    z-index: 1; }

h3 ~ .line_left {
  top: 10px; }

h3 ~ .line_right {
  top: 10px; }

.line_right {
  width: 100%;
  height: 1px;
  background-color: #F0F0F0;
  position: absolute;
  display: block;
  left: 38px;
  top: 18px;
  z-index: 1; }
  .line_right::before {
    content: '';
    width: 1px;
    height: 132px;
    background-color: #F0F0F0;
    position: absolute;
    display: block;
    top: 0px;
    right: 0;
    z-index: 1; }
  .line_right::after {
    content: '';
    width: 38px;
    height: 1px;
    background-color: #F0F0F0;
    position: absolute;
    display: block;
    bottom: -132px;
    right: 0;
    z-index: 1; }

.manufacture_item {
  position: relative; }
  .manufacture_item:not(:last-child) {
    margin-bottom: 20px; }

.manufacture_item_block_left {
  display: inline-block;
  vertical-align: top;
  background-image: url("../img/fan7.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
  position: relative; }
  .manufacture_item_block_left .manufacture_item_text.f_25 {
    font-size: 25px;
    line-height: 33px; }

.manufacture_item_link {
  position: absolute;
  bottom: 30px; }

.manufacture_item_block_small {
  width: 400px;
  height: 400px;
  padding: 30px;
  border: 1px solid #ebebeb; }
  .manufacture_item_block_small .manufacture_item_text {
    color: #383e49;
    font-size: 22px;
    line-height: 30px; }
  .manufacture_item_block_small.pos_a {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center; }

.manufacture_item_block_right {
  display: inline-block;
  vertical-align: top;
  width: 770px;
  height: 400px; }

.manufacture_item_block_large {
  width: 100%;
  height: 160px;
  padding: 30px; }
  .manufacture_item_block_large.bg_o {
    background: linear-gradient(to bottom, #fb9e41, #f6633a);
    margin-bottom: 20px; }
  .manufacture_item_block_large.bg_g {
    background-color: #383e49;
    width: 760px; }
  .manufacture_item_block_large .manufacture_item_text {
    color: #ffffff;
    font-size: 22px;
    line-height: 33px; }

.manufacture_item_block_video {
  width: 340px;
  height: 220px;
  overflow: hidden; }

.main_manufacture {
  margin-bottom: 80px; }

.manufacture_slider_text {
  text-align: right; }

.manufacture_slider_img {
  width: 190px;
  height: 190px;
  margin: auto;
  margin-bottom: 30px; }
  .manufacture_slider_img img {
    display: block;
    width: 100%; }

.main_reviews {
  text-align: center;
  background-color: #fafafa;
  width: 100%;
  margin-bottom: 80px;
  padding: 60px 0; }

.reviews_link a {
  margin: auto; }

.reviews_block {
  margin-bottom: 30px; }

.reviews_box_white {
  width: 720px;
  height: 235px;
  background-color: #ffffff;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px; }

.c-reviews_item {
  padding: 68px 65px 30px 60px;
  margin: auto;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.3s linear, -webkit-transform 0.5s linear;
  transition: opacity 0.3s linear, transform 0.5s linear;
  transition: opacity 0.3s linear, transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }

.reviews_item_text {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato";
  font-weight: 400;
  color: #383e49;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  height: 75px; }
  .reviews_item_text span {
    font-weight: 700; }

.reviews_item_line_left, .reviews_item_line_right {
  display: inline-block;
  vertical-align: middle;
  width: 50%; }

.reviews_item_line_right {
  text-align: right; }

.reviews_item_logo {
  width: 130px;
  height: 35px;
  position: relative; }
  .reviews_item_logo img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 95%;
    max-height: 95%; }

.reviews_add_link_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/chat.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  transition: all 0.2s ease-in-out; }

.reviews_add_link {
  font-size: 14px;
  color: #f07f0b;
  line-height: 20px; }
  .reviews_add_link:hover .reviews_add_link_text, .reviews_add_link:active .reviews_add_link_text {
    border-color: transparent; }
  .reviews_add_link:hover .reviews_add_link_icon, .reviews_add_link:active .reviews_add_link_icon {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.reviews_add_link_text {
  display: inline-block;
  border-bottom: 1px dashed #f07f0b;
  transition: all 0.2s ease-in-out; }

.reviews_slider .slick-active .c-reviews_item {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.reviews_slider .slick-arrow {
  width: 35px;
  height: 35px;
  font-size: 0;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: #383e49;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: -26px;
  bottom: 0px;
  margin: auto;
  cursor: pointer;
  z-index: 1010;
  transition: all 0.2s ease-in-out;
  border-radius: 3px; }
  .reviews_slider .slick-arrow.slick-next {
    right: 258px;
    background-image: url("../img/right-arrow.svg"); }
  .reviews_slider .slick-arrow.slick-prev {
    left: 258px;
    background-image: url("../img/left-arrow.svg"); }
  .reviews_slider .slick-arrow:hover {
    background-color: #f07f0b; }

.reviews_item_quote {
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("../img/two-quotes.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 30px; }

footer {
  background-image: url("../img/fon2.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.footer_logo {
  display: inline-block;
  vertical-align: top;
  width: 18%; }
  .footer_logo a {
    width: 200px;
    height: 55px;
    background-image: url("../img/logo2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block; }

.footer_center {
  display: inline-block;
  vertical-align: top;
  width: 53%; }

.footer_contact {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  text-align: center; }

.footer_menu {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 25px; }

.footer_menu_item {
  display: block; }

.footer_menu_link {
  color: #ffffff;
  font-size: 13px;
  font-family: "Lato";
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-bottom: 2px; }
  .footer_menu_link::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: '';
    opacity: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    transition: all 0.3s ease-in-out; }
  .footer_menu_link:hover::after {
    opacity: 1;
    height: 2px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

.footer_sing {
  display: inline-block;
  width: 50%;
  vertical-align: top; }

.footer_sing_form {
  width: 100%;
  position: relative; }
  .footer_sing_form p {
    color: #ffffff;
    font-size: 15px;
    font-family: "Lato";
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px; }

#footer_sing_email {
  width: 265px;
  height: 38px;
  border: none;
  outline: none;
  background-color: #ffffff;
  padding: 0px 15px;
  font-size: 14px;
  font-family: "MuseoSansCyrl";
  font-weight: 300;
  color: #383e49;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }

.footer_sing_btn {
  width: 28px;
  height: 28px;
  border: none;
  box-shadow: none;
  outline: none;
  background-image: url("../img/envelope.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .footer_sing_btn:hover, .footer_sing_btn:active {
    background-image: url("../img/envelope_h.svg"); }

.footer_sing_email_link {
  margin-top: 25px; }
  .footer_sing_email_link a {
    color: #f07f0b;
    font-size: 15px;
    position: relative; }
    .footer_sing_email_link a::after {
      content: '';
      width: 100%;
      border-top: 1px dashed #f07f0b;
      position: absolute;
      display: block;
      left: 0px;
      bottom: -2px;
      opacity: 0;
      transition: all 0.2s ease-in-out; }
    .footer_sing_email_link a:hover::after, .footer_sing_email_link a:active::after {
      opacity: 1; }

.footer_private_policy_link a {
  color: #f07f0b;
  font-size: 15px;
  position: relative
}

.footer_private_policy_link {
    margin-top: 10px;
}

.footer_private_policy_link a::after {
    content: '';
    width: 100%;
    border-top: 1px dashed #f07f0b;
    position: absolute;
    display: block;
    left: 0px;
    bottom: -2px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.footer_private_policy_link a:hover::after,
.footer_private_policy_link a:active::after {
  opacity: 1;
}

.modal-body .question_form_row .main-user-consent-request input[type="checkbox"] {
  width: 0;
  height: 0;
  border: none;
  padding: 0;
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.modal-body .question_form_row .main-user-consent-request a {
  position: relative;
  padding-left: 25px;
}

.modal-body .question_form_row .main-user-consent-request a::before {
     content: '';
    display: block;
    position: absolute;
    top: 0px;
    margin: auto;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #424243;
    border-radius: 3px;
}

.modal-body .question_form_row .main-user-consent-request input[type="checkbox"] + a::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  margin: auto;
  left: 4px;
  width: 9px;
  height: 9px;
  background-color: #f07f0b;
  border-radius: 3px;
  opacity: 0;
}

.modal-body .question_form_row .main-user-consent-request input[type="checkbox"]:checked + a::after {
  opacity: 1;
}


.footer_contact_tel {
  margin-bottom: 9px; }
  .footer_contact_tel a {
    color: #ffffff;
    font-size: 22px;
    transition: all 0.2s ease-in-out; }
    .footer_contact_tel a:hover, .footer_contact_tel a:active {
      color: #f07f0b; }

.footer_contact_callback {
  margin-bottom: 25px; }
  .footer_contact_callback a {
    color: #f07f0b;
    font-size: 15px;
    line-height: 20px;
    position: relative; }
    .footer_contact_callback a::after {
      content: '';
      width: 100%;
      border-top: 1px dashed #f07f0b;
      position: absolute;
      display: block;
      left: 0px;
      bottom: -2px;
      opacity: 0;
      transition: all 0.2s ease-in-out; }
    .footer_contact_callback a:hover::after, .footer_contact_callback a:active::after {
      opacity: 1; }

.social_link {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  border-radius: 50%;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 1px #fff; }
  .social_link:not(:first-child) {
    margin-left: 12px; }
  .social_link::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    padding: 2px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.2s ease-in-out;
    box-sizing: content-box; }
  .social_link:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; }
  .social_link span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2; }

.social_vk::before {
  background: #4e739f; }

.social_vk span {
  background-image: url("../img/vk1.svg");
}

.social_tg::before {
  background: #59a4ff; }

.social_tg span {
  background-image: url("../img/telegram.svg");
  background-size: 24px;

}


.social_f::before {
  background: #445a99; }

.social_f span {
  background-image: url("../img/facebook1.svg"); }

.social_tw::before {
  background: #289cef; }

.social_yt::before {
    background: #DB4646; }

.social_yt span {
    background-image: url("../img/youtube.svg"); }

.social_tw span {
  background-image: url("../img/twitter1.svg"); }

.social_in::before {
  background: linear-gradient(to top right, #f9ed32, #ee2a7b, #002aff); }

.social_in span {
  background-image: url("../img/instagram1.svg"); }

.reviews_slider::before {
  content: '';
  width: 210px;
  height: 100%;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, #fafafa 20%, rgba(255, 255, 255, 0));
  z-index: 1; }

.reviews_slider::after {
  content: '';
  width: 210px;
  height: 100%;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  background: linear-gradient(to left, #fafafa 20%, rgba(255, 255, 255, 0));
  z-index: 1; }

.main_banner .wrap {
  position: relative;
  height: 100%; }

input.error {
  border: 1px solid #f66363 !important; }

.input_error, email_error {
  display: none;
  font-size: 12px;
  position: absolute;
  margin-top: 5px;
  color: #f66363; }

.footer_sing_form p.input_error, .footer_sing_form p.email_error {
  display: none;
  font-size: 12px;
  position: absolute;
  margin-top: 2px;
  color: #f66363; }

.breadcrumbs {
  width: 100%;
  padding: 20px 0px;
  background-color: #fafafa;
  margin-bottom: 50px; }

.breadcrumbs_item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 12px;
  color: #596066; }
  .breadcrumbs_item:not(:last-child) {
    margin-right: 25px; }
  .breadcrumbs_item:not(:last-child)::after {
    content: '';
    width: 5px;
    height: 6px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -15px;
    margin: auto;
    background-image: url("../img/breadcrumbs.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.breadcrumbs_item_link {
  color: #999EA1;
  font-size: 12px;
  transition: all 0.2s ease-in-out; }
  .breadcrumbs_item_link:hover, .breadcrumbs_item_link:active {
    color: #f07f0b; }

.production {
  margin-bottom: 100px; }

.line_left_big {
  height: 378px; }

.line_right_big::before {
  height: 378px; }

.line_right_big::after {
  bottom: -378px; }

.title h1 {
  font-size: 32px;
  color: #424243;
  font-weight: 700;
  line-height: 20px;
  z-index: 2;
  position: relative;
  line-height: 38px; }
  .title h1 span {
    background-color: #ffffff;
    padding-right: 16px;
    position: relative;
    z-index: 3; }

.category_menu_link {
  color: #999EA1;
  font-size: 14px;
  transition: all 0.2s ease-in-out; }
  .category_menu_link.active {
    color: #393939;
    cursor: default; }
  .category_menu_link:not(.active):hover, .category_menu_link:not(.active):active {
    color: #f07f0b; }

.category_menu_item {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px; }
  .category_menu_item::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f07f0b;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0; }
  .category_menu_item:not(:last-child) {
    margin-right: 15px; }
  .category_menu_item:first-child {
    padding-left: 0; }
    .category_menu_item:first-child::before {
      display: none; }

.category_menu {
  margin-bottom: 40px; }

.category_item {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  vertical-align: top;
  margin-bottom: 60px; }

.c-category_item {
  width: 90%;
  height: auto; /*432px;*/
  margin: auto;
  border: 1px solid #ebebeb;
  padding: 30px 0;
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden; }
  .c-category_item:hover .category_item_img img, .c-category_item:active .category_item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.category_item_img {
  height: 200px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2; }
  .category_item_img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1); }

.category_item_title {
  font-size: 16px;
  line-height: 24px;
  color: #424243;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  min-height: 72px;
  margin-bottom: 20px;
  padding: 0 20px; }

.c-border {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 100px;
  border-bottom: 1px solid #F0F0F0; }
  .c-border::before {
    content: '';
    width: 1px;
    height: calc(100% - 18px);
    position: absolute;
    left: 0px;
    top: 18px;
    background-color: #F0F0F0; }
  .c-border::after {
    content: '';
    width: 1px;
    height: calc(100% - 18px);
    position: absolute;
    right: 0px;
    top: 18px;
    background-color: #F0F0F0; }
  .c-border .title::before {
    content: '';
    height: 1px;
    background-color: #F0F0F0;
    position: absolute;
    display: block;
    z-index: 1;
    width: 25px;
    left: -40px;
    top: 18px; }
  .c-border .title::after {
    content: '';
    height: 1px;
    background-color: #F0F0F0;
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    left: 40px;
    top: 18px; }

.category_item_link {
  position: relative;
  width: 180px;
  height: 45px;
  line-height: 45px;
  margin: auto;
  display: block; }

.subcategory_block {
  display: inline-block;
  vertical-align: top;
  width: 70%; }

.subcategory_filter {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 0 41px; }

.subcategory_block_img, .subcategory_block_desc {
  display: inline-block;
  vertical-align: middle; }

.subcategory_block_img {
  width: 30%; }

.c-subcategory_block_img {
  width: 100%;
  position: relative;
  height: 150px; }
  .c-subcategory_block_img img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%; }

.subcategory_block_desc {
  width: 70%;
  padding-left: 40px; }

.subcategory_block_item {
  padding: 35px; }
  .subcategory_block_item:not(:first-child) {
    border-top: 1px solid #eeeeee; }

.subcategory_block_name {
  color: #424243;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px; }

.subcategory_block_text {
  font-family: "Lato";
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 30px; }

.subcategory_filter_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #f07f0b;
  margin-bottom: 40px;
  text-align: center; }

.sorting {
  font-size: 14px;
  color: #424243;
  width: 100%; }

.jq-selectbox__select {
  width: 100%;
  width: 100%;
  height: 46px;
  border: 1px solid #eeeeee;
  line-height: 46px;
  padding-left: 25px;
  transition: all 0.2s ease-in-out;
  border-radius: 3px; }

.jq-selectbox.sorting.border .jq-selectbox__select {
  border-color: #f07f0b; }

.jq-selectbox__trigger-arrow {
  background-image: url("../img/up-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out; }
  .jq-selectbox__trigger-arrow.up {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.jq-selectbox__dropdown {
  padding-left: 25px;
  border: 1px solid #eeeeee;
  border-top: none;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 3px 3px; }
  .jq-selectbox__dropdown li {
    padding: 10px 10px 10px 0;
    transition: all 0.2s ease-in-out; }
    .jq-selectbox__dropdown li:hover, .jq-selectbox__dropdown li:active {
      color: #f07f0b; }

.select_filter {
  margin-bottom: 20px; }

.jq-selectbox__select-text {
  transition: all 0.2s ease-in-out; }

.jq-selectbox:hover .jq-selectbox__select-text, .jq-selectbox:active .jq-selectbox__select-text {
  color: #f07f0b; }

.subcategory_filter_item {
  width: 100%;
  margin-bottom: 2px; }

.accordion_filter_visible {
  width: 100%;
  height: 46px;
  padding-left: 25px;
  cursor: pointer;
  background-color: #383e49;
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  border-radius: 3px; }
  .accordion_filter_visible::before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    box-sizing: border-box; }
  .accordion_filter_visible:hover::before {
    top: 0px; }

.accordion_filter_name {
  color: #ffffff;
  font-size: 14px;
  line-height: 46px; }
  .accordion_filter_name span {
    display: inline-block;
    vertical-align: top; }

.t-accordion_filter_name {
  width: 85%;
  height: 100%; }

.i-accordion_filter_name {
  width: 34px;
  height: 46px;
  background-image: url("../img/up-arrow_w.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: all 0.2s ease-in-out; }
  .i-accordion_filter_name.up {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

input.checkbox {
  position: absolute;
  width: 15px;
  height: 15px;
  opacity: 0;
  left: 25px;
  top: 0; }

label.check {
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  width: auto;
  cursor: pointer;
  color: #383e49;
  transition: all 0.2s ease-in-out; }
  label.check:hover, label.check:active {
    color: #f07f0b; }

.check::before {
  width: 15px;
  height: 15px;
  border: 1px solid #383e49;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  text-align: center;
  line-height: 17px;
  font-size: 10px;
  bottom: 0px;
  margin: auto; }

.accordion_filter_row {
  position: relative; }
  .accordion_filter_row:not(:last-child) {
    margin-bottom: 20px; }

.c-accordion_filter_hidden {
  padding: 20px 25px; }

input.checkbox:checked + label.check::before {
  border: 1px solid #f07f0b;
  content: '\2714';
  color: #f07f0b; }

input.checkbox:checked + label.check {
  color: #f07f0b; }

.accordion_filter_hidden {
  background-color: #fafafa;
  display: none; }

.text_price input {
  display: inline-block;
  width: 95px;
  height: 36px;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 400;
  color: #424243;
  line-height: 36px; }

.text_price span {
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  color: #424243;
  margin: 0 11px; }

.text_price {
  margin-bottom: 15px; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background-color: #f07f0b;
  border-radius: 50%;
  top: -6px;
  margin-left: -6px; }

.ui-slider {
  background: #ffffff;
  border: 2.5px solid #ffffff;
  position: relative;
  height: 5px; }

.ui-slider-range {
  background: #f07f0b;
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  overflow: hidden;
  top: -2px;
  height: 5px; }

.subcategory_filter_reset {
  margin-top: 10px;
  margin-bottom: 2px; }

.subcategory_filter_btn button.btn {
  width: 100%; }
  .subcategory_filter_btn button.btn::after {
    width: 340px;
    bottom: -35px;
    right: -35px; }
  .subcategory_filter_btn button.btn:hover::after, .subcategory_filter_btn button.btn:active::after {
    bottom: 100%;
    right: 100%; }
  .subcategory_filter_btn button.btn.btn_gray:hover, .subcategory_filter_btn button.btn.btn_gray:active {
    color: #A1A9AE;
    border: 1px solid #A1A9AE; }

.subcategory_filter_btn button.btn.btn_gray::after {
  background: #A1A9AE; }

.production_item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #F0F0F0;
  height: 290px;
  padding: 35px 40px;
  width: 517px;
  margin-bottom: 30px; }

.production_item_left {
  margin-right: 30px;
  width: 580px;
  position: relative;
  overflow: hidden; }

.production_item_img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10; }
  .production_item_img img {
    display: block;
    width: 100%; }

.production_item_desc {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10; }

.production_item_left .production_item_desc {
  width: 64%;
  padding-left: 50px; }

.production_item_left .production_item_img {
  width: 36%; }

.production_item_title {
  margin-bottom: 15px; }
  .production_item_title a {
    color: #424243;
    font-size: 18px;
    line-height: 23px;
    transition: all .2s ease-in-out;
    position: relative;
    display: inline-block;
    text-transform: uppercase; }
    .production_item_title a:hover, .production_item_title a:active {
      color: #f07f0b;
      transition: all .2s ease-in-out; }

.production_item_list ul {
  list-style: disc; }
  .production_item_list ul li {
    position: relative; }
    .production_item_list ul li a {
      color: #424243;
      font-size: 14px;
      line-height: 26px;
      vertical-align: middle;
      transition: all .2s ease-in-out;
      display: block;
      padding: 0 10px;
      background-color: transparent;
      border-radius: 3px;
      position: relative;
      padding-left: 35px; }
      .production_item_list ul li a::before {
        content: '';
        width: 5px;
        height: 5px;
        background: #B5B9B9;
        border-radius: 50%;
        display: block;
        vertical-align: middle;
        transition: all .7s;
        position: absolute;
        top: 10px;
        left: 10px; }
      .production_item_list ul li a:hover, .production_item_list ul li a:active {
        color: #f07f0b; }

.production_item_right {
  width: 580px;
  position: relative;
  overflow: hidden; }

.production_item_right .production_item_desc {
  width: 64%; }

.production_item_right .production_item_img {
  width: 36%; }

.production_item_center {
  width: 100%;
  height: 200px;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .production_item_center .production_item_title {
    margin-bottom: 25px; }
  .production_item_center .production_item_desc {
    padding-left: 70px; }

.production_item_center .production_item_list ul li {
  display: inline-block; }
  .production_item_center .production_item_list ul li:first-child {
    margin-right: 120px; }

.price_left {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

.price_item {
  margin-bottom: 25px; }
  .price_item a {
    color: #424243;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    transition: all 0.2s ease-in-out;
    vertical-align: middle; }

.price_icon_download {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 16px;
  margin-right: 15px;
  background-image: url("../img/download.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out; }

.price_icon_pdf {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
  margin-right: 10px;
  background-image: url("../img/pdf.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out; }

.price_icon_doc {
  background-image: url("../img/doc.svg"); }

.price_icon_xls {
  background-image: url("../img/xls.svg"); }

.price_item a:hover, .price_item a:active {
  color: #f07f0b; }

.price_item a:hover .price_icon_download, .price_item a:active .price_icon_download {
  background-image: url("../img/download_h.svg"); }

.price_item a:hover .price_icon_pdf, .price_item a:active .price_icon_pdf {
  background-image: url("../img/pdf_h.svg"); }

.price_item a:hover .price_icon_doc, .price_item a:active .price_icon_doc {
  background-image: url("../img/doc_h.svg"); }

.price_item a:hover .price_icon_xls, .price_item a:active .price_icon_xls {
  background-image: url("../img/xls_h.svg"); }

.price_right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 20px; }

.info_desc p {
  color: #424243;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 20px; }

.info_desc a.btn {
  width: 280px; }
  .info_desc a.btn::after {
    width: 345px;
    bottom: -33px;
    right: -33px; }
  .info_desc a.btn:hover::after {
    bottom: 100%;
    right: 100%; }

.info_desc {
  margin-bottom: 30px; }

.info_item {
  display: inline-block;
  vertical-align: top;
  height: 480px;
  margin-bottom: 45px; }
  .info_item:not(:last-child) {
    margin-right: 22px; }

.info_item_large {
  width: 585px; }

.info_item_small {
  width: 280px; }
  .info_item_small .info_item_desc:not(:last-child) {
    margin-bottom: 39px; }

.info_item_img {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }
  .info_item_img img {
    display: block;
    width: 100%;
    transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1); }

.info_item_large .info_item_img {
  height: 437px; }
  .info_item_large .info_item_img img {
    height: 100%; }

.info_item_small .info_item_img {
  height: 180px; }

.info_item_name {
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  color: #424243; }
  .info_item_name:hover, .info_item_name:active {
    color: #f07f0b; }

.info_item_img::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  transition: transform .3s ease-in,-webkit-transform .3s ease-in;
  will-change: transform;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  width: 0;
  height: 0;
  padding: 25%;
  background-color: rgba(39, 57, 99, 0.5); }

.info_item_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  opacity: 0;
  transition: all .4s ease-in-out; }

.info_item_desc {
  display: block; }

.info_item_desc:hover .info_item_link, .info_item_desc:active .info_item_link {
  opacity: 1;
  z-index: 3; }

.info_item_desc:hover .info_item_img::after, .info_item_desc:active .info_item_img::after {
  -webkit-transform: translate(-50%, -50%) scale(4);
  transform: translate(-50%, -50%) scale(4);
  transition-duration: .4s; }

.info_item_desc:hover .info_item_img img, .info_item_desc:active .info_item_img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.our_project_item {
  display: inline-block;
  vertical-align: top;
  width: 378px;
  margin-bottom: 45px; }
  .our_project_item:not(:nth-child(3n)) {
    margin-right: 28px; }
  .our_project_item:hover .project_item_link, .our_project_item:active .project_item_link {
    transition: all .4s ease-in-out;
    opacity: 1;
    z-index: 3; }
  .our_project_item:hover .project_item_img::after {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .4s; }
  .our_project_item:hover .project_item_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

.our_project_link {
  margin-bottom: 80px; }
  .our_project_link .btn {
    margin: auto; }

.c-border.c-border-two .title::after, .c-border.c-border-two .title::before {
  display: none; }

.c-border.c-border-two::before, .c-border.c-border-two::after {
  height: 100%;
  top: 0; }

.c-border.c-border-two {
  padding-top: 40px;
  border-top: 1px solid #F0F0F0; }

.one_project_left {
  display: inline-block;
  vertical-align: top;
  width: 56%; }

.one_project_desc {
  font-size: 14px;
  font-family: "Lato";
  font-weight: 500;
  line-height: 23px;
  color: #424243;
  margin-bottom: 20px; }

.one_project_desc ul {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 15px; }
  .one_project_desc ul li {
    font-size: 14px;
    color: #B5B9B9; }
    .one_project_desc ul li:not(:last-child) {
      margin-bottom: 5px; }
    .one_project_desc ul li span {
      color: #424243;
      font-size: 14px;
      font-family: "Lato";
      font-weight: 500;
      line-height: 23px; }

.one_project_right {
  display: inline-block;
  vertical-align: top;
  width: 44%;
  padding-left: 30px; }

.one_project_img {
  width: 480px;
  overflow: hidden; }
  .one_project_img img {
    display: block;
    width: 100%; }
  .one_project_img:not(:last-child) {
    margin-bottom: 20px; }

.one_project_link {
  margin-top: 60px;
  margin-bottom: 45px; }
  .one_project_link .btn {
    margin: auto; }

.about_block_left {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  padding-left: 60px; }

.about_block_right {
  display: inline-block;
  vertical-align: top;
  width: 65%; }

.large_text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 15px; }
  .large_text span:first-child {
    font-size: 64px;
    font-weight: 700;
    color: #414752;
    line-height: 40px;
    display: block;
    margin-bottom: 15px; }
  .large_text span:last-child {
    font-size: 40px;
    font-weight: 300;
    display: block; }

.about_text {
  display: inline-block;
  vertical-align: middle;
  width: 87%; }

.about_block_center {
  padding: 40px 60px;
  background-image: url("../img/about_fon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 40px; }

.about_block {
  margin-bottom: 60px; }

.journal_item_left {
  display: inline-block;
  vertical-align: top;
  width: 38%; }

.journal_item_img {
  width: 375px;
  overflow: hidden; }
  .journal_item_img img {
    display: block;
    width: 100%; }

.journal_item_right {
  display: inline-block;
  vertical-align: top;
  width: 62%;
  padding-top: 15px; }

.journal_item_title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px; }

.journal_item_link_pdf {
  margin-bottom: 30px; }
  .journal_item_link_pdf .btn {
    width: 375px; }
    .journal_item_link_pdf .btn::after {
      width: 450px;
      bottom: -40px;
      right: -40px; }
    .journal_item_link_pdf .btn:hover::after, .journal_item_link_pdf .btn:active::after {
      bottom: 100%;
      right: 100%; }

.journal_item_sections p {
  color: #576166;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px; }

.journal_item_sections ul {
  display: inline-block;
  vertical-align: top;
  max-width: 50%; }
  .journal_item_sections ul a {
    color: #424243;
    font-family: "Lato";
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    transition: all 0.2s ease-in-out; }
    .journal_item_sections ul a:hover, .journal_item_sections ul a:active {
      color: #f07f0b; }
  .journal_item_sections ul li {
    margin-bottom: 5px; }
  .journal_item_sections ul:first-of-type {
    padding-right: 130px; }

.journal_item {
  margin-bottom: 45px; }

.news_content_item {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin-bottom: 35px; }
  .news_content_item:not(:last-child) {
    margin-right: 17px; }
  .news_content_item:first-of-type {
    width: 50%;
    margin-right: 0; }
    .news_content_item:first-of-type .news_content_desc {
      width: 47%; }
    .news_content_item:first-of-type .news_content_img {
      margin-right: 17px;
      margin-bottom: 0; }
  .news_content_item:nth-of-type(2) {
    width: 50%;
    margin-right: 0; }
    .news_content_item:nth-of-type(2) .news_content_desc {
      width: 47%; }
    .news_content_item:nth-of-type(2) .news_content_img {
      margin-right: 17px;
      margin-bottom: 0; }

.news_content_img {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative; }
  .news_content_img img {
    display: block;
    width: 100%;
    //height: 100%;
    transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .news_content_img::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(59, 64, 76, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .news_content_img::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    transition: transform .3s ease-in,-webkit-transform .3s ease-in;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    width: 0;
    height: 0;
    padding: 25%;
    background-color: rgba(39, 57, 99, 0.5); }

.news_content_item_link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  width: 180px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  margin: auto;
  transition: all .2s ease-in-out; }

.news_content_desc {
  display: inline-block;
  vertical-align: top; }
  .news_content_desc .news_item_date {
    line-height: 14px; }
  .news_content_desc .news_item_title {
    font-size: 16px;
    line-height: 19px; }

.news_content_link .btn {
  margin: auto; }

.news_content_link {
  margin-bottom: 100px;
  margin-top: 50px; }

.news_content_item:hover .news_content_img::after {
  -webkit-transform: translate(-50%, -50%) scale(4);
  transform: translate(-50%, -50%) scale(4);
  transition-duration: .4s; }

.news_content_item:hover .news_content_img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.news_content_item:hover .news_content_item_link, .news_content_item:active .news_content_item_link {
  transition: all .4s ease-in;
  opacity: 1;
  z-index: 3; }

.one_news_left {
  display: inline-block;
  vertical-align: top;
  width: 56%; }

.one_news_right {
  display: inline-block;
  vertical-align: top;
  width: 44%;
  padding-left: 30px; }

.one_news_img {
  width: 480px;
  overflow: hidden; }
  .one_news_img img {
    display: block;
    width: 100%; }
  .one_news_img:not(:last-child) {
    margin-bottom: 20px; }

.one_news_date {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  text-align: center; }
  .one_news_date span {
    display: block;
    color: #B5B9B9; }
    .one_news_date span:first-of-type {
      font-size: 48px;
      font-weight: 900;
      line-height: 48px; }
    .one_news_date span:last-of-type {
      font-size: 20px;
      line-height: 23px; }

.one_news_left .title h1 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  width: 87%; }

.one_news_desc {
  font-family: Lato;
  font-weight: 500;
  line-height: 23px;
  font-size: 14px;
  color: #424243;
  margin-bottom: 20px; }

.one_news_desc ul {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 15px; }

.one_news_desc ul li {
  font-size: 14px;
  color: #B5B9B9; }

.one_news_desc ul li:not(:last-child) {
  margin-bottom: 5px; }

.one_news_desc ul li span {
  font-family: Lato;
  font-weight: 500;
  line-height: 23px;
  color: #424243;
  font-size: 14px; }

.one_news_contact_item {
  margin-bottom: 20px; }
  .one_news_contact_item p {
    color: #424243;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px; }
    .one_news_contact_item p.orange_text {
      color: #f07f0b; }
    .one_news_contact_item p a {
      color: #576166;
      transition: all 0.2s ease-in-out; }
      .one_news_contact_item p a:hover, .one_news_contact_item p a:active {
        color: #f07f0b; }
  .one_news_contact_item span {
    display: block; }
    .one_news_contact_item span:first-of-type {
      font-weight: 500; }
    .one_news_contact_item span:last-of-type {
      font-weight: 300; }

.one_news_link {
  margin-top: 60px;
  margin-bottom: 45px; }
  .one_news_link .btn {
    margin: auto; }

.faq_item {
  display: block;
  width: 100%;
  border: 1px solid #F0F0F0; }
  .faq_item:nth-child(odd) {
    background-color: #F8F8F8; }
  .faq_item:last-child {
    margin-bottom: 100px; }

.faq_item_visible {
  height: 100px;
  padding: 0 35px; }
  .faq_item_visible:hover .faq_item_name {
    color: #f07f0b; }

.faq_item_name {
  width: 100%;
  line-height: 100px;
  cursor: pointer;
  color: #424243;
  font-size: 22px;
  position: relative;
  transition: all 0.2s ease-in-out; }

.faq_item_left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px; }
  .faq_item_left p {
    color: #424243;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: "Lato"; }

.faq_item_right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 20px; }
  .faq_item_right p {
    color: #424243;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px; }

.faq_item_arrow {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  transition: all 0.2s ease-in-out; }

.faq_item_hidden {
  display: none;
  padding: 15px 35px; }

.faq_item_visible.open .faq_item_arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.tabs_content_block {
  display: none; }

.tabs_content_block.active {
  display: block; }

.menu_tabs_item {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  transition: all .2s ease-in-out;
  color: #999EA1;
  cursor: pointer; }
  .menu_tabs_item:not(:last-child) {
    margin-right: 15px; }
  .menu_tabs_item.active {
    color: #393939;
    cursor: default; }
  .menu_tabs_item::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f07f0b;
    position: absolute;
    top: 6px;
    margin: auto;
    left: 0; }
  .menu_tabs_item:not(.active):hover, .menu_tabs_item:not(.active):active {
    color: #f07f0b; }
  .menu_tabs_item:first-child {
    padding-left: 0; }
    .menu_tabs_item:first-child::before {
      display: none; }

.menu_tabs {
  margin-bottom: 40px; }

.vacancies_desc p:not(:last-child) {
  margin-bottom: 30px; }

.vacancies_desc p.vacancies_desc_title {
  color: #f07f0b;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 10px; }

.vacancies_text {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato"; }

.vacancies_desc:not(:last-child) {
  margin-bottom: 30px; }

.vacancies_list li:not(:last-child) {
  margin-bottom: 5px; }

.vacancies_list li {
  color: #424243;
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato";
  position: relative;
  display: block; }
  .vacancies_list li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #B5B9B9;
    border-radius: 50%;
    margin-right: 20px; }

.all_reviews_block {
  padding: 35px;
  background-color: #414752;
  margin-bottom: 100px; }

.reviews_block_item {
  height: 585px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px; }

.reviews_block_item:not(:nth-child(2n)) {
  margin-right: 30px; }

.reviews_block_item_small {
  width: 400px;
  background-color: white;
  padding: 40px 50px;
  position: relative; }

.reviews_block_item_big {
  width: 690px; }

.reviews_block_big_one {
  width: 100%;
  background-color: #ffffff;
  height: 277.5px;
  padding: 40px 50px;
  position: relative; }
  .reviews_block_big_one:not(:last-child) {
    margin-bottom: 30px; }

.reviews_quote_img {
  width: 24px;
  height: 24px;
  background-image: url(../img/two-quotes.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.reviews_quote {
  margin-bottom: 30px; }

.reviews_text p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato"; }
  .reviews_text p:not(:last-child) {
    margin-bottom: 25px; }

.reviews_text {
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato";
}

.reviews_line {
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 0 50px; }

.reviews_line_left, .reviews_line_right {
  display: inline-block;
  vertical-align: middle;
  width: 50%; }

.reviews_line_logo {
  width: 130px;
  height: 50px;
  position: relative; }
  .reviews_line_logo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 95%;
    max-height: 95%; }

.reviews_line_right {
  text-align: right; }
  .reviews_line_right a {
    display: inline-block;
    width: 33px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.reviews_line_right .reviews_foto {
  background-image: url("../img/picture.svg");
  margin-right: 10px; }

.reviews_line_right .reviews_video {
  background-image: url("../img/video-player.svg"); }

.reviews_block_item_small .reviews_text {
  height: 395px;
  overflow: hidden; }

.reviews_block_item_big .reviews_text {
  height: 90px;
  overflow: auto; }

.more_reviews {
  margin-top: 45px; }
  .more_reviews .btn {
    margin: auto; }

.video_block_item {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin-bottom: 35px; }
  .video_block_item:not(:nth-child(4n)) {
    margin-right: 23px; }

.video_iframe {
  width: 280px;
  height: 166px;
  margin-bottom: 15px; }
  .video_iframe iframe {
    width: 100%;
    height: 100%; }

.video_date {
  margin-bottom: 10px;
  color: #BDBEC0;
  font-size: 12px;
  line-height: 14px; }

.video_name {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px; }

.video_text {
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato";
  height: 80px;
  overflow: hidden; }

.video_block_tabs {
  margin-bottom: 100px; }

.video_menu_tabs {
  margin-bottom: 40px; }

.fotogallery_item {
  display: inline-block;
  vertical-align: top;
  width: 236px;
  height: 176px;
  margin-bottom: 4px; }
  .fotogallery_item:not(:nth-child(5n)) {
    margin-right: 2px; }

.fotogallery_img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
  cursor: default; }
  .fotogallery_img img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .fotogallery_img::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    transition: transform .3s ease-in,-webkit-transform .3s ease-in;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    width: 0;
    height: 0;
    padding: 25%;
    background-color: rgba(39, 57, 99, 0.5); }

.fotogallery_img:hover::after, .fotogallery_img:active::after {
  -webkit-transform: translate(-50%, -50%) scale(4);
  transform: translate(-50%, -50%) scale(4);
  transition-duration: .4s; }

.fotogallery_img:hover img, .fotogallery_img:active img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.fotogallery_img:hover .fotogallery_item_title, .fotogallery_img:active .fotogallery_item_title {
  opacity: 1;
  z-index: 2;
  transition: opacity 0.4s ease-in; }

.fotogallery_img:hover .btn.btn_full, .fotogallery_img:active .btn.btn_full {
  transition: all .4s ease-in;
  opacity: 1;
  z-index: 3; }

.fotogallery_img .btn.btn_full {
  width: 170px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.fotogallery_tabs .tabs_content_block {
  font-size: 0; }

.more_fotogallery {
  margin: 45px; }
  .more_fotogallery .btn {
    margin: auto; }

.fotogallery_item_title {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-family: "Lato";
  max-width: 100%;
  overflow: hidden;
  height: 21px;
  line-height: 22px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  transition: opacity 0.3s ease-in; }

.one_corporate .title h1 {
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  width: 93%; }

.one_corporate_desc {
  font-size: 0; }

.one_corporate_desc_left {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  width: 50%; }
  .one_corporate_desc_left p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Lato"; }

.one_corporate_desc_right {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  width: 50%; }
  .one_corporate_desc_right p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Lato"; }

.one_corporate_gallery .fotogallery_item {
  width: 252px;
  height: 190px; }

.one_corporate {
  margin-bottom: 45px; }

.corporate_content .c-border {
  margin-bottom: 60px; }

.one_corporate_gallery {
  margin-bottom: 60px; }

.one_corporate_link .btn {
  margin: auto; }

.one_corporate_gallery_block {
  margin-bottom: 100px; }

.question_list_block {
  border: 1px solid #F0F0F0;
  padding: 45px 0;
  margin-bottom: 100px; }

.question_list_item {
  width: 530px;
  margin: auto; }

.question_list_title {
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 30px; }

.question_form_row label {
  width: 175px;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px; }

.question_form_row input {
  display: inline-block;
  vertical-align: top;
  width: 348px;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 20px;
  font-size: 14px;
  color: #424243;
  font-family: "Lato";
  padding-right: 100px; }
  .question_form_row input:focus {
    border-color: #f07f0b; }

.question_form_row {
  position: relative; }

.question_form_row:not(:last-child) {
  margin-bottom: 20px; }

.question_list_item {
  margin-bottom: 30px; }

.input_size {
  font-size: 15px;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px; }

.question_form_row textarea {
  width: 348px;
  height: 97px;
  resize: none;
  box-shadow: none;
  border: 1px solid #E2E2E2;
  padding: 0 20px;
  padding-top: 10px;
  font-size: 14px;
  color: #424243;
  font-family: "Lato";
  border-radius: 3px; }
  .question_form_row textarea:focus {
    border-color: #f07f0b; }

.question_list_block form div.question_list_item:last-of-type {
  padding-left: 182px; }

.question_form_select {
  font-size: 14px; }

.question_form_select.jq-selectbox {
  width: 348px; }
  .question_form_select.jq-selectbox .jq-selectbox__select {
    border-color: #E2E2E2;
    border-radius: 3px;
    height: 40px;
    line-height: 40px; }
  .question_form_select.jq-selectbox .jq-selectbox__dropdown {
    border-color: #E2E2E2;
    border-radius: 0 0 3px 3px; }
  .question_form_select.jq-selectbox .jq-selectbox__trigger-arrow {
    background-image: url("../img/arrow_down.svg");
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: 10px; }
  .question_form_select.jq-selectbox .jq-selectbox__trigger-arrow.up {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.question_form_select.jq-selectbox.border .jq-selectbox__select {
  border-color: #f07f0b; }

.contacts_block_desc_half {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding-left: 35px; }

.contacts_block_title {
  color: #f07f0b;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px; }

.contacts_block_text {
  font-size: 14px;
  line-height: 16px; }
  .contacts_block_text a {
    color: #424243;
    transition: all 0.2s ease-in-out; }
    .contacts_block_text a:hover, .contacts_block_text a:active {
      color: #f07f0b; }

.contacts_block {
  background-color: #FAFAFA;
  border: 1px solid #F0F0F0;
  font-size: 0; }

.contacts_block_desc {
  padding: 30px 0;
  width: 888px;
  display: inline-block;
  vertical-align: top; }

.contacts_block_item {
  margin-bottom: 30px; }

.contacts_block_text span {
  font-weight: 300; }

.contacts_block_text span.text_thin {
  display: block; }

.contacts_block_text span:first-of-type {
  margin-bottom: 20px; }

.contacts_block_text p:not(:last-child) {
  margin-bottom: 20px; }

.contacts_block_form {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 460px;
  background-image: url("../img/contacts_form.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 35px; }

.contacts_block_form_title {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 20px; }

.contacts_block_form form input {
  width: 100%;
  height: 40px;
  outline: none;
  box-shadow: none;
  background-color: rgba(245, 245, 245, 0.1);
  border: 1px solid rgba(240, 240, 240, 0.15);
  padding: 0 20px;
  color: #C9C9C9;
  font-size: 13px;
  border-radius: 3px; }

.contacts_block_form form textarea {
  width: 100%;
  height: 108px;
  outline: none;
  box-shadow: none;
  background-color: rgba(245, 245, 245, 0.1);
  border: 1px solid rgba(240, 240, 240, 0.15);
  padding: 0 20px;
  padding-top: 10px;
  color: #C9C9C9;
  font-size: 13px;
  border-radius: 3px;
  resize: none; }

textarea::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "MuseoSansCyrl";
  font-weight: 500;
  color: #a7adb1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

textarea::-moz-placeholder {
  font-size: 13px;
  font-family: "MuseoSansCyrl";
  font-weight: 500;
  color: #a7adb1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

textarea:-moz-placeholder {
  font-size: 13px;
  font-family: "MuseoSansCyrl";
  font-weight: 500;
  color: #a7adb1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

textarea:-ms-input-placeholder {
  font-size: 13px;
  font-family: "MuseoSansCyrl";
  font-weight: 500;
  color: #a7adb1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.contacts_block_form form button {
  width: 100%; }

.contacts_block_form_row:not(:last-child) {
  margin-bottom: 15px; }

.contacts_block_form_row {
  position: relative; }

.contacts_block_form form input.check {
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: -1;
  opacity: 0; }

.contacts_block_form form input.check + label {
  padding-left: 30px;
  color: #E7E7E7;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .contacts_block_form form input.check + label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    margin: auto;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #71747D;
    border-radius: 3px; }
  .contacts_block_form form input.check + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    margin: auto;
    left: 4px;
    width: 9px;
    height: 9px;
    background-color: #f07f0b;
    border-radius: 3px;
    opacity: 0; }

.contacts_block_form form input.check:checked + label::after {
  opacity: 1; }

.map {
  width: 100%;
  height: 460px;
  display: none; }

.map.active {
  display: block; }

.history_block {
  font-size: 0; }

.history_block_left {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  width: 50%; }
  .history_block_left p {
    color: #424243;
    font-size: 14px;
    line-height: 24px; }
    .history_block_left p:not(:last-child) {
      margin-bottom: 10px; }

.history_block_right {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  width: 50%; }
  .history_block_right p {
    color: #424243;
    font-size: 14px;
    line-height: 24px; }
    .history_block_right p:not(:last-child) {
      margin-bottom: 10px; }

.history_tabs {
  margin-top: 30px;
  position: relative; }

.history_tabs_link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
  line-height: 21px;
  color: #999EA1;
  padding-left: 15px;
  transition: all .2s ease-in-out;
  cursor: pointer; }
  .history_tabs_link:not(:last-child) {
    margin-right: 15px; }
  .history_tabs_link::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #f07f0b;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0; }
  .history_tabs_link:first-child {
    padding-left: 0; }
    .history_tabs_link:first-child::before {
      display: none; }
  .history_tabs_link.active {
    color: #393939;
    cursor: default; }
  .history_tabs_link:not(.active):hover, .history_tabs_link:not(.active):active {
    color: #f07f0b; }

.history_tabs ul {
  margin-bottom: 20px; }

.history_tabs_content {
  padding: 40px;
  border: 1px solid #F0F0F0;
  font-size: 0; }

.history_tabs_left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px; }

.history_tabs_right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 20px; }

.history_tabs_title {
  font-size: 22px;
  line-height: 21px;
  margin-bottom: 15px; }

.history_tabs_text p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato"; }
  .history_tabs_text p:not(:last-child) {
    margin-bottom: 10px; }

.history_tabs_img {
  width: 100%;
  height: 320px;
  position: relative; }
  .history_tabs_img img {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 98%;
    max-height: 98%; }

.history_tabs_content {
  display: none; }

.history_tabs_content.active {
  display: block;
  display: block; }

.line_left_history {
  position: absolute;
  width: 2px;
  height: 476px;
  background-color: #eee;
  display: block;
  left: -38px;
  top: -263px; }
  .line_left_history::before {
    content: '';
    height: 2px;
    background-color: #eee;
    display: block;
    position: absolute;
    width: 25px;
    top: 0; }
  .line_left_history::after {
    content: '';
    height: 2px;
    background-color: #eee;
    display: block;
    position: absolute;
    width: 38px;
    bottom: 0; }

.line_right_history {
  position: absolute;
  width: 2px;
  height: 476px;
  background-color: #eee;
  display: block;
  right: -38px;
  top: -262px; }
  .line_right_history::after {
    content: '';
    height: 2px;
    background-color: #eee;
    display: block;
    position: absolute;
    width: 38px;
    bottom: 0;
    left: -38px; }

.content_history .title h1::after {
  height: 2px;
  background-color: #eee;
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  left: 38px;
  top: 18px;
  content: ''; }

.content_history .line_left {
  display: none; }

.content_history .line_right {
  display: none; }

.compensate-for-scrollbar {
  margin: 0 !important; }

.certificates_block {
  font-size: 0;
  margin-top: 90px; }

.certificates_item {
  display: inline-block;
  vertical-align: top;
  width: 224px;
  margin-bottom: 50px; }
  .certificates_item:not(:nth-child(5n)) {
    margin-right: 17px; }

.certificates_item_img {
  display: block;
  width: 100%;
  height: 315px;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #F0F0F0;
  position: relative;
  transition: all 0.3s ease-in; }
  .certificates_item_img img {
    display: block;
    width: 100%;
    height: 100%; }
  .certificates_item_img:hover, .certificates_item_img:active {
    border-color: transparent; }
  .certificates_item_img::after {
    display: block;
    content: '';
    background-color: rgba(39, 57, 99, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    width: 0;
    height: 0;
    padding: 25%; }
  .certificates_item_img:hover::after, .certificates_item_img:active::after {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .4s; }
  .certificates_item_img:hover .certificates_item_link {
    opacity: 1; }

.certificates_item_link {
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  z-index: 2; }
  .certificates_item_link .btn.btn_full {
    width: 177px;
    margin: auto; }

.certificates_item_name {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 12px; }

.certificates_item_download a {
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/download.svg");
  margin: auto; }
  .certificates_item_download a:hover, .certificates_item_download a:active {
    background-image: url("../img/download_h.svg"); }

.certificates_slider_item_img {
  height: 535px;
  position: relative;
  border: 1px solid #F0F0F0;
  overflow: hidden; }
  .certificates_slider_item_img img {
    display: block;
    height: 100%;
    margin: auto; }
  .certificates_slider_item_img::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(39, 57, 99, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.71, 0.05, 0.29, 0.9); }

.certificates_slider_item {
  transition: opacity .3s linear,-webkit-transform .45s linear;
  transition: opacity .3s linear,transform .45s linear;
  transition: opacity .3s linear,transform .45s linear,-webkit-transform .45s linear;
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

.certificates_slider_item.slick-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }
  .certificates_slider_item.slick-active .certificates_slider_item_img:hover::after, .certificates_slider_item.slick-active .certificates_slider_item_img:active::after {
    opacity: 1; }
  .certificates_slider_item.slick-active .certificates_slider_item_img:hover .certificates_slider_link, .certificates_slider_item.slick-active .certificates_slider_item_img:active .certificates_slider_link {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
  .certificates_slider_item.slick-active .certificates_slider_item_name {
    opacity: 1; }

.certificates_slider_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all .3s ease-in;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  height: 114px;
  z-index: 2; }

.certificates_slider_download {
  width: 177px;
  height: 50px;
  line-height: 50px;
  margin: auto; }

.certificates_slider_show {
  width: 177px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  margin-bottom: 15px; }

.certificates_slider .slick-arrow {
  width: 35px;
  height: 35px;
  font-size: 0;
  box-shadow: none;
  border: none;
  outline: 0;
  background-color: #383e49;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: -26px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 1010;
  transition: all .2s ease-in-out;
  border-radius: 3px; }
  .certificates_slider .slick-arrow:hover, .certificates_slider .slick-arrow:active {
    background-color: #f07f0b; }

.certificates_slider .slick-arrow.slick-prev {
  left: 382px;
  background-image: url(../img/left-arrow.svg); }

.certificates_slider .slick-arrow.slick-next {
  right: 382px;
  background-image: url(../img/right-arrow.svg); }

.certificates_slider::before {
  width: 210px;
  position: absolute;
  display: block;
  z-index: 1;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 99.5%); }

.certificates_slider::after {
  width: 210px;
  position: absolute;
  display: block;
  z-index: 1;
  height: 100%;
  content: '';
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 99.5%); }

.certificates_slider_item_name {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  max-width: 380px;
  margin: auto;
  margin-top: 7px;
  opacity: 0;
  transition: all 0.3s ease-in; }

.btn.btn_full::after {
  display: none; }

.btn.btn_full {
  background-image: linear-gradient(to right, #f6633a, #fb9e41, #fb9e41, #f6633a);
  background-size: 300% 100%;
  moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 3px; }

.btn.btn_full:hover, .btn.btn_full:active {
  background-position: 100% 0;
  border: 1px solid transparent;
  color: #ffffff; }

.model_block_type_left {
  display: inline-block;
  vertical-align: top;
  width: 350px; }

.model_block_type_right {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  padding-top: 15px;
  padding-left: 70px; }

.model_block_type_title {
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 30px; }

.type_link_item {
  display: inline-block;
  min-width: 70px;
  width: auto;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #F0F0F0;
  background-color: #FAFAFA;
  color: #3D434E;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in; }
  .type_link_item:hover, .type_link_item:active, .type_link_item.active {
    border-color: #414752;
    background-color: #414752;
    color: #ffffff; }

.model_block_type_link {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F0F0F0; }

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

.model_block_type_download .btn {
  width: 290px; }
  .model_block_type_download .btn:not(:last-child) {
    margin-bottom: 10px; }
  .model_block_type_download .btn::after {
    height: 150px;
    width: 360px;
    bottom: -40px;
    right: -40px; }
  .model_block_type_download .btn:hover::after, .model_block_type_download .btn:active::after {
    bottom: 100%;
    right: 100%; }

.model_block_type_download {
  /*margin-top: 60px;*/ }

.model_block_type_img_large {
  width: 350px;
  height: 350px;
  overflow: hidden;
  position: relative;
  border: 1px solid #F5F5F5; }
  .model_block_type_img_large img {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 95%;
    max-height: 95%; }

.model_block_type_img_small {
  font-size: 0;
  margin-top: 25px; }

.type_img_small_item {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #F5F5F5;
  cursor: pointer;
  margin-bottom: 10px; }
  .type_img_small_item img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%; }
  .type_img_small_item:not(:nth-child(3n)) {
    margin-right: 25px; }
  .type_img_small_item.active {
    border-color: #f07f0b; }

.model_block_type_desc {
  margin-top: 40px;
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F0F0F0; }
  .model_block_type_desc p {
    font-size: 14px;
    font-family: "Lato";
    line-height: 24px; }

.model_block_about_title {
  margin-bottom: 20px; }
  .model_block_about_title h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700; }

.model_block_about_text {
  margin-bottom: 25px; }
  .model_block_about_text p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Lato"; }
    .model_block_about_text p:not(:last-child) {
      margin-bottom: 10px; }

.model_block_about_bg {
  padding: 40px 60px;
  background-image: url("../img/about_fon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .model_block_about_bg p {
    font-size: 16px;
    line-height: 27px;
    font-family: "Lato";
    font-weight: 600; }

.model_block_about {
  margin-bottom: 60px; }

.model_block_options {
  margin-bottom: 35px; }

.model_block_options_title {
  margin-bottom: 25px; }
  .model_block_options_title h4 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700; }

.model_block_options_table table {
  width: 100%;
  border-spacing: 5px;
  table-layout: fixed; }
  .model_block_options_table table tbody {
    width: 100%; }

.options_table_head .options_table_td {
  padding: 0 25px;
  color: #ffffff;
  font-size: 13px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Lato";
  background-color: #A1A9AE;
  height: 40px; }
  .options_table_head .options_table_td:first-of-type {
    width: 230px; }

.options_table_body .options_table_td {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato";
  background-color: #F5F5F5; }

.content.model_content {
  margin-bottom: 0; }
  .content.model_content .c-border {
    margin-bottom: 45px; }

.other_model_title {
  margin-bottom: 35px;
  padding-left: 40px; }
  .other_model_title p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700; }

.other_model_item {
  display: inline-block;
  vertical-align: top;
  width: 25%; }
  .other_model_item:hover .other_model_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.c-other_model_item {
  width: 90%;
  height: auto;
  min-height: 385px;
  border: 1px solid #F0F0F0;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: auto; }

.other_model_item_link {
  position: relative;
  width: 180px;
  height: 45px;
  line-height: 45px;
  margin: auto; }

.other_model_img {
  position: relative;
  width: 100%;
  height: 185px;
  margin-bottom: 20px;
  z-index: 2;
  overflow: hidden; }
  .other_model_img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1); }

.other_model_name {
  font-size: 16px;
  line-height: 21px;
  color: #424243;
  position: relative;
  z-index: 2;
  transition: all .4s ease-in;
  text-transform: uppercase;
  margin-bottom: 20px;
  min-height: 45px; }

.other_model {
  margin-bottom: 100px; }

.detail_model_title {
  margin-bottom: 35px;
  padding-left: 40px; }

.detail_model_title p {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700; }

.detail_model_item {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  width: 25%; }

.detail_model_item:hover .detail_model_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.c-detail_model_item {
  width: 90%;
  height: auto;
  min-height: 385px;
  border: 1px solid #F0F0F0;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: auto; }

.detail_model_item_link {
  position: relative;
  width: 180px;
  height: 45px;
  line-height: 45px;
  margin: auto; }

.detail_model_img {
  position: relative;
  width: 100%;
  height: 185px;
  z-index: 2;
  overflow: hidden; }

.detail_model_img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
  -webkit-transform: scale(1);
  transform: scale(1); }

.detail_model_name {
  font-size: 16px;
  line-height: 21px;
  color: #424243;
  position: relative;
  z-index: 2;
  transition: all .4s ease-in;
  margin-bottom: 10px;
  min-height: 45px; }

.detail_model_price {
  font-size: 16px;
  font-weight: bold;
  color: #f26722;
  position: relative;
  z-index: 2;
  transition: all .4s ease-in;
  margin-bottom: 20px;
  min-height: 20px;}

.detail_model {
  margin-bottom:30px; }

@media (max-width: 991px) {
  .other_model_title,
  .detail_model_title {
    padding-left: 0; }

  .other_model_item,
  .detail_model_item {
    width: 50%; }

  .c-other_model_item,
  .c-detail_model_item {
    min-height: 340px;
    padding: 20px; }
}

@media (max-width: 560px) {
  .other_model_item,
  .detail_model_item {
    width: 100%;
    margin-bottom: 20px; }

  .c-other_model_item,
  .c-detail_model_item {
    width: 100%;
    min-height: 0; }

  .other_model_img,
  .detail_model_img {
    height: 160px; }
}

.content {
  margin-bottom: 100px; }

.type_block_about_text {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F0F0F0; }
  .type_block_about_text p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Lato"; }
    .type_block_about_text p:not(:last-child) {
      margin-bottom: 20px; }

.type_block_tabs {
  margin-bottom: 35px; }
  .type_block_tabs li {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border: 1px solid #F0F0F0;
    background-color: #FAFAFA;
    color: #3D434E;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer; }
    .type_block_tabs li:not(:last-child) {
      margin-right: 10px; }
    .type_block_tabs li:not(.active):hover, .type_block_tabs li:not(.active):active {
      background-color: #414752;
      color: #ffffff; }
    .type_block_tabs li.active {
      border: 1px solid #414752;
      color: #3D434E;
      cursor: default; }

.type_block_about_download .btn {
  width: 290px; }
  .type_block_about_download .btn::after {
    height: 150px;
    width: 360px;
    bottom: -40px;
    right: -40px; }
  .type_block_about_download .btn:hover::after, .type_block_about_download .btn:active::after {
    bottom: 100%;
    right: 100%; }
  .type_block_about_download .btn:first-of-type {
    margin-bottom: 10px; }

.type_block_link {
  margin-bottom: 30px;
  margin-top: 30px; }
  .type_block_link li {
    position: relative;
    padding-left: 20px; }
    .type_block_link li::before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #B5B9B9;
      position: absolute;
      left: 0;
      top: 8px; }
    .type_block_link li a {
      color: #6C7072;
      font-size: 16px;
      line-height: 19px;
      font-weight: 700;
      transition: all 0.2s ease-in-out; }
      .type_block_link li a:hover, .type_block_link li a:active {
        color: #f07f0b; }
    .type_block_link li:not(:last-child) {
      margin-bottom: 15px; }

.specifications_title {
  color: #f07f0b;
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 35px; }

.type_block_specifications {
  margin-top: 50px;
  margin-bottom: 60px;
  /*padding-bottom: 60px;*/
  border-bottom: 1px solid #F0F0F0; }

.aerodynamic_graphic_item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #F0F0F0;
  position: relative;
  width: 580px;
  height: 652px;
  margin-bottom: 30px; }
  .aerodynamic_graphic_item img {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%; }
  .aerodynamic_graphic_item:not(:nth-child(2n)) {
    margin-right: 30px; }

.type_block_aerodynamic {
  /*padding-bottom: 60px;*/
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 60px; }

.dimensions_graphic_item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #F0F0F0;
  position: relative;
  width: 290px;
  height: 290px;
  margin-bottom: 10px; }
  .dimensions_graphic_item img {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 98%;
    max-height: 98%; }
  .dimensions_graphic_item:not(:nth-child(4n)) {
    margin-right: 10px; }

.type_table {
  width: 101%;
  border-spacing: 5px;
  text-align: center;
  margin-right: -5px;
  margin-left: -5px;
  max-width: 101%; }
  .type_table .type_table_head td {
    background-color: #A1A9AE;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 15px;
    font-family: "Lato";
    line-height: 22px; }
    .type_table .type_table_head td.add_bookmark {
      background-color: #f07f0b;
      color: #ffffff; }
  .type_table .type_table_body td {
    background-color: #F5F5F5;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Lato";
    padding: 10px 15px; }
    .type_table .type_table_body td.add_bookmark span {
      width: 24px;
      height: 24px;
      display: block;
      margin: auto;
      background-image: url("../img/plus-button.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      cursor: pointer; }
      .type_table .type_table_body td.add_bookmark span:hover, .type_table .type_table_body td.add_bookmark span:active {
        background-image: url("../img/plus-button_h.svg"); }
  .type_table .table_association td[colspan] {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Lato";
    background-color: #84898C;
    padding: 8px 0;
    border-radius: 30px 30px 0 0;
    text-align: center; }

.specifications_table {
  margin-bottom: 35px; }

.specifications_text p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato"; }

.type_block_dimensions {
  padding-bottom: 60px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 60px; }

.acoustic_table {
  margin-bottom: 35px;
  overflow-x: auto;
  min-height: 0.01%; }

.acoustic_text, .acoustic_text p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato";
  margin-bottom: 5px; }

.type_block_acoustic {
  margin-bottom: 60px; }

.dimensions_graphic {
  margin-bottom: 20px; }

.type_block_tabs_content, .type_block_characteristics {
  display: none; }

.type_block_tabs_content.active, .type_block_characteristics.active {
  display: block; }

.type_table .type_table_body td.hover {
  background-color: #ECECEC; }

.main_menu.hidden_lg {
  display: none; }

.search_block.visible-xs {
  display: none; }

.burger_menu {
  display: none;
  position: relative; }

.c-burger_menu {
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto; }
  .c-burger_menu span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #576166;
    border-radius: 1px;
    transition: all 0.2s ease-in; }
    .c-burger_menu span::before, .c-burger_menu span::after {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      background: #576166;
      border-radius: 1px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      transition: all 0.2s ease-in; }
    .c-burger_menu span::before {
      top: -5px;
      transition: all 0.2s ease-in; }
    .c-burger_menu span::after {
      bottom: -5px; }

.c-burger_menu.active span {
  background: none; }

.c-burger_menu.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.c-burger_menu.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.footer_sing.hidden_lg {
  display: none; }

.footer_logo_pos {
  display: inline-block;
  vertical-align: top;
  width: 11%; }
  .footer_logo_pos a {
    width: 104px;
    height: 40px;
    background-image: url("../img/logo_pos.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-left: auto; }

.mobile_search, .mobile_contacts {
  display: none; }

input, input, textarea {
  -webkit-appearance: none; }

.mobile_contacts {
  display: none; }

.contacts_map {
  margin-top: 80px; }

.price_item a span {
  display: inline-block;
  vertical-align: middle; }

.question_form_input {
  display: inline-block;
  vertical-align: top;
  position: relative; }

.production_item_right .production_item_img.visible_xs {
  display: none; }

.subcategory_filter.visible_sm {
  display: none; }

.breadcrumbs_more {
  display: none; }

.about_title {
  color: #576166;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700; }

.about_control_item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%; }

.c-about_control_item {
  width: 80%;
  margin: auto; }

.about_control_img {
  width: 100%;
  overflow: hidden;
  border-radius: 50px;
  margin-bottom: 15px; }
  .about_control_img img {
    display: block;
    width: 100%; }

.about_control_desc p:first-of-type {
  color: #576166;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 8px; }

.about_control_desc p:nth-of-type(2) {
  color: #f07f0b;
  font-size: 14px;
  line-height: 18px; }

.about_control_desc {
  padding: 0 12px; }

.about_block_center .about_title {
  margin-bottom: 30px; }

.dynamics_item {
  display: inline-block;
  vertical-align: top; }
  .dynamics_item:not(:last-child) {
    margin-right: 70px; }

.dynamics_item_title {
  color: #424243;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px; }

.dynamics_item_text {
  color: #A1A9AE;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 15px; }

.dynamics_item_now p:first-of-type {
  color: #f07f0b;
  font-size: 20px;
  line-height: 23px; }

.dynamics_item_now p:nth-of-type(2) {
  color: #f07f0b;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900; }
  .dynamics_item_now p:nth-of-type(2) span {
    font-size: 40px; }

.about_block_text {
  padding: 0 60px; }
  .about_block_text p {
    color: #596066;
    font-size: 16px;
    line-height: 27px;
    font-family: "Lato";
    font-weight: 600;
    margin-bottom: 5px; }

.about_block_desc_img {
  display: inline-block;
  vertical-align: top;
  width: 375px; }

.about_block_img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }
  .about_block_img img {
    display: block;
    width: 100%; }

.about_block_desc_text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 375px);
  padding-left: 40px; }
  .about_block_desc_text p {
    color: #424243;
    font-size: 16px;
    line-height: 27px;
    font-family: "Lato";
    font-weight: 500;
    margin-bottom: 20px; }
    .about_block_desc_text p span {
      color: #f07f0b; }

.about_block_building {
  padding: 0 50px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 95px; }

.common_line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f07f0b;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .common_line span {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #f07f0b;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    .common_line span:first-of-type {
      left: 0; }
    .common_line span:nth-of-type(2) {
      right: 0; }

.about_building_item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 0;
  z-index: 3; }

.about_building_img {
  width: 185px;
  height: 185px;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  z-index: 2; }
  .about_building_img img {
    display: block;
    width: 100%; }

.about_building_date {
  color: #ffffff;
  font-size: 30px;
  line-height: 185px;
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

.about_building_line {
  width: 100%;
  position: relative; }

.building_line {
  width: 1px;
  height: 20px;
  background-color: #f07f0b;
  margin: auto; }

.building_dots {
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #f07f0b;
  margin: auto; }

.c-about_building_item {
  width: 85%;
  margin: auto;
  position: relative; }

.about_building_down .about_building_line {
  margin-bottom: 4px; }

.about_building_up .about_building_line {
  margin-top: 4px; }

.about_building_text {
  text-align: center;
  color: #576166;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700; }

.about_building_desc {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 3px; }

.about_building_down .about_building_desc {
  bottom: 3px; }

.about_building_up .about_building_desc {
  top: 3px; }

.c-about_building_item {
  padding-bottom: 75px;
  padding-top: 75px; }

.manufacture_border_block {
  border: 1px solid #F0F0F0;
  padding: 40px 45px;
  margin-bottom: 40px; }
  .manufacture_border_block p {
    color: #576166;
    font-size: 16px;
    line-height: 27px;
    font-family: "Lato"; }
    .manufacture_border_block p:not(:last-child) {
      margin-bottom: 10px; }

.storage_block_img {
  display: inline-block;
  vertical-align: top;
  width: 765px;
  height: 400px;
  position: relative;
  overflow: hidden; }
  .storage_block_img img {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-height: 100%; }
  .storage_block_img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 72, 83, 0.4);
    z-index: 3; }

.storage_img_text {
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 3; }
  .storage_img_text p:first-of-type {
    color: #ffffff;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 10px; }
  .storage_img_text p:nth-of-type(2) {
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
    vertical-align: middle; }
    .storage_img_text p:nth-of-type(2) span {
      display: inline-block;
      vertical-align: middle;
      width: 23px;
      height: 23px;
      background-image: url("../img/icon_fan.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-right: 10px; }

.storage_block_desc {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 765px);
  border: 1px solid #F0F0F0;
  background-image: url("../img/manufacture14.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px;
  padding: 35px 40px; }
  .storage_block_desc p {
    color: #576166;
    font-size: 16px;
    line-height: 27px;
    font-family: "Lato";
    font-weight: 600; }
    .storage_block_desc p:not(:last-child) {
      margin-bottom: 15px; }

.storage_block, .equipment_block, .manufactory_block {
  margin-bottom: 40px; }

.equipment_block_fon {
  padding: 40px;
  width: 100%;
  background-image: url("../img/manufacture_fon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.equipment_block_text {
  color: #ffffff;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  font-family: "Lato";
  margin-bottom: 40px; }

.equipment_item {
  display: inline-block;
  vertical-align: top;
  width: 20%; }

.c-equipment_item {
  max-width: 180px;
  margin: auto; }

.equipment_item_img {
  width: 180px;
  height: 180px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative; }
  .equipment_item_img img {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%; }

.equipment_item_name {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  margin-top: 25px;
  position: relative; }
  .equipment_item_name::before {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background-color: #f07f0b;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0; }

.manufactory_block_sm {
  display: inline-block;
  vertical-align: top;
  width: 420px; }

.manufactory_block_lg {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  margin: 0 10px; }

.manufactory_block_center {
  height: 475px; }

.manufactory_center_desc {
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 0; }

.manufactory_center_img {
  width: 100%;
  position: relative;
  height: 368px;
  overflow: hidden; }
  .manufactory_center_img img {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    z-index: 2; }
  .manufactory_center_img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(66, 72, 83, 0.7);
    z-index: 3; }

.manufactory_center_logo {
  width: 177px;
  height: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4; }
  .manufactory_center_logo img {
    display: block;
    width: 100%; }

.manufactory_center_text {
  width: 100%;
  height: 107px;
  color: #ffffff;
  text-align: center;
  line-height: 27px;
  padding-top: 25px;
  font-size: 27px;
  font-weight: 700;
  background: linear-gradient(45.35deg, #F07F0B 10.23%, #FB9E41 88.87%);
  background: -ms-linear-gradient(45.35deg, #F07F0B 10.23%, #FB9E41 88.87%); }

.manufactory_link {
  width: 100%;
  min-height: 145px; }
  .manufactory_link a {
    display: block;
    position: relative;
    overflow: hidden; }
  .manufactory_link:not(:last-child) {
    margin-bottom: 20px; }

.manufactory_link_img {
  width: 145px;
  position: absolute;
  min-height: 145px;
  height: 100%;
  overflow: hidden;
  display: block;
  vertical-align: top;
  top: 0;
  transition: all 0.3s ease-in-out; }
  .manufactory_link_img:not(.no-hover)::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(66, 72, 83, 0.3);
    z-index: 2;
    transition: all 0.3s ease-in-out; }

.manufactory_link_img.no-hover::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out; }
  .manufactory_link_img img {
    display: block;
    position: absolute;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%; }

.manufactory_block_left .manufactory_link_img {
  left: 0; }

.manufactory_block_right .manufactory_link_img {
  right: 0; }

.manufactory_link_desc {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 145px);
  border: 1px solid #F0F0F0;
  padding: 15px 20px;
  min-height: 145px;
  position: relative;
  z-index: 5;
  padding-right: 0; }

.manufactory_block_left .manufactory_link_desc {
  margin-left: 145px;
  border-left: 0px; }

.manufactory_block_right .manufactory_link_desc {
  margin-right: 145px;
  border-right: 0px; }

.manufactory_link_name {
  color: #f07f0b;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 10px; }

.manufactory_statistics_item {
  color: #424243;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.3s ease-in-out; }
  .manufactory_statistics_item:not(:last-child) {
    margin-bottom: 5px; }
  .manufactory_statistics_item span {
    display: inline-block;
    vertical-align: middle; }
  .manufactory_statistics_item span:first-of-type {
    width: 19px;
    height: 17px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px; }
    .manufactory_statistics_item span:first-of-type svg path {
      transition: all 0.3s ease-in-out; }
  .manufactory_statistics_item span:nth-of-type(2) {
    width: 85%; }

.manufactory_link_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 100%;
  background-color: #f07f0b;
  background-image: url("../img/arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  z-index: 3;
  transition: all 0.3s ease-in-out; }

.manufactory_block_left .manufactory_link_arrow {
  left: -45px; }

.manufactory_block_right .manufactory_link_arrow {
  right: -45px; }

.manufactory_link a:hover .manufactory_link_img {
  width: 100%; }

.manufactory_link a:hover .manufactory_link_img::before {
  background-color: rgba(66, 72, 83, 0.9); }

.manufactory_link a:hover .manufactory_statistics_item {
  color: #ffffff; }
.white_link a:hover .manufactory_statistics_item {
    color: #333; }
.white_link a:hover .manufactory_link_img::before{
    background-color: #ffffffeb;
}

.manufactory_link a:hover .manufactory_statistics_item span svg path {
  fill: #ffffff; }

.manufactory_link a:hover .manufactory_link_desc {
  border-color: transparent; }

.manufactory_block_left a:hover .manufactory_link_arrow {
  left: 0; }

.manufactory_block_right a:hover .manufactory_link_arrow {
  right: 0; }

.manufactory_block_center.visible_md {
  display: none; }

.c-storage_block_desc {
  margin-bottom: 20px;
  /*height: 258px;*/
  overflow: hidden; }

.success {
  /*display: none;*/
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato";
  font-weight: 600;
  color: #ffffff;
  /*position: absolute;
  top: 64px;
  left: 35px;*/ }

.contacts_block_form_row::before {
  content: '';
  display: block;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -22px;
  background-image: url("../img/error.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0; }

.contacts_block_form_row.error::before {
  opacity: 1; }

.contacts_block_form form input.check + label.error::before {
  border-color: #f66363; }

.contacts_block_form {
  position: relative; }

.question_list_success {
  font-size: 16px;
  text-align: center; }

.storage_desc_link {
  width: 180px;
  height: 45px;
  line-height: 45px; }

.error_block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/banner404.png");
  background-repeat: no-repeat;
  background-position: center; }

.error_title {
  width: 370px;
  height: 147px;
  background-image: url("../img/404.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 45px;
  margin-right: auto;
  margin-left: auto; }

.error_text {
  text-align: center;
  color: #414752;
  margin-bottom: 15px; }
  .error_text p:first-of-type {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px; }
  .error_text p:last-of-type {
    font-size: 16px;
    line-height: 19px; }

.error_search {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px; }

.error_form_row {
  position: relative;
  width: 100%; }
  .error_form_row input {
    width: 100%;
    height: 55px;
    border: 1px solid #DEDEDE;
    background-color: #F5F5F5;
    color: #414752;
    font-size: 16px;
    padding: 0 30px;
    padding-right: 40px;
    border-radius: 4px; }
    .error_form_row input:focus {
      border-color: #f07f0b; }
  .error_form_row button {
    width: 17px;
    height: 17px;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer; }

.error_nav {
  text-align: center; }
  .error_nav li {
    display: inline-block;
    padding: 0 15px; }
    .error_nav li a {
      color: #393939;
      font-size: 16px;
      line-height: 19px;
      transition: all 0.2s ease-in-out; }
      .error_nav li a:hover, .error_nav li a:active {
        color: #f07f0b; }

.c-error_block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }


.storage_block, .equipment_block, .manufactory_block {
  margin-top: 40px;
}

.stock-table tr td:first-child {
  width: 89%;
}

div.manufactory_block_center{
  height: 702px;
}

.info-no-ofert
{
  color: #ffffff;
  font-size: 12px;
  font-family: "Lato";
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-bottom: 2px;
  padding: 15px 10px;
  text-align: center;
  margin: auto;
  margin-top: 25px;
  margin-bottom: -45px;
  background: #383e49;
}
.info-no-ofert span {
  opacity: 0.8;
}
.desktop-banner,.mobile-banner {
  width: 100%;
}
#preview-info .text
{
  margin-top: 12px;
  font-size: 17px;
}
#preview-info .text p
{
  margin-bottom: 12px;
}
#preview-info .text ul
{
  list-style: disc;
  margin: 14px 0;
  margin-left: 19px;
}
#preview-info .text .center
{
  text-align: center;
}
#preview-info .text b
{
  color: #000;
}

#preview-info .min-btn
{
  text-align: right;
  margin-top: 7px;
  margin-bottom: -4px;
  font-size: 13px;
  text-decoration: underline;
  color: #eb7d00;
  cursor: pointer;
  display: block;
  margin-right: 39px;
}
#preview-info .modal-title {
  font-size: 24px;
  line-height: 1.028571;
}
@media (min-width: 768px) {
  #preview-info .modal-dialog  {
    width: 742px;
  }
}
.mobile-banner
{
  display: none;
}
@media (max-width: 700px) {
  .desktop-banner {
    display: none;
  }
  .mobile-banner
  {
    display: block;
  }
}

.bim-description-page
{
  color: #576166;
  font-size: 16px;
  line-height: 27px;
  font-family: "Lato";
  margin-bottom: 30px;
}

.bim-file-list
{
  margin-top: 30px;
}

.bim-file-item
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.bim-file-item .btn
{
  width: 135px;
  height: 34px;
  line-height: 2;
  flex:none;
}
.bim_page .journal_item_right
{
  width: 70%;
}
@media (max-width: 991px) {
  .bim_page .journal_item_right
  {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .bim-file-item
  {
    flex-direction: column;
    align-items: baseline;
  }
  .bim-file-item .btn
  {
    margin-left: 34px;
    margin-top: 10px;
  }
}
.bim-file-name
{
  color: #576166;
  font-size: 16px;
  line-height: 27px;
  font-family: "Lato";
  display: flex;
  align-items: center;
  max-width: 560px;
  margin-right: 20px;
}

.bim-file-name:before
{
  content: '';
  background: url(../img/bim-file.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 23px;
  width: 20px;
  margin-right: 15px;
  display: block;
  flex:none;
}

pre{
	font-size: 14px;
}
.b24-window-mounts{
	z-index: 9000000;
	position: fixed;
}

.b24-window input[type="checkbox"]{
	-webkit-appearance: auto;
}

.header_top .wrap {
  display: flex;
  gap: 12px;
  align-items: center;
}

.bx-basket {
  margin-left: auto;
}

.bx-basket-block {
  padding: 0 !important;
}

.bx-basket-block a {
  --bg-color: #fff;
  display: flex;
  gap: 4px;
  margin: 0 !important;
}
.bx-basket-block a:hover {
  --bg-color: #eee;
}

.bx-basket-block-text {
  font-family: "MuseoSansCyrl";
  font-weight: 500;
  font-size: 14px;
  color: var(--bg-color);
  display: inline-block;
  border-bottom: 1px dashed var(--bg-color);
  padding-bottom: 3px;
}

.private_block {
  display: inline-block;
  width: auto !important;
  vertical-align: middle; 
  margin-left: auto;
}

.bx-basket ~ .private_block {
  margin-left: 0;
}