@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; }


* {
  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: "Baloo Thambi 2";
  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 {
  background-color: #383e49;
  padding: 11px 0; }

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

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

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

.location_city {
    font-family: "Baloo Thambi 2";
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    border-bottom: 0px 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: left; }
  .private_link a {
    color: #424243;
    font-size: 16px;
    font-family: "Baloo Thambi 2";
    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: 200px;
    background-image: url("../img/logo.png");
    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 {
  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: #39b2d9; }

.contact_callback > a {
  font-size: 15px;
  font-weight: 500;
  color: #39b2d9;
  position: relative; }
  .contact_callback > a::after {
    content: '';
    width: 100%;
    border-top: 1px dashed #39b2d9;
    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: #39b2d9; }

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

.main_menu_item {
  display: inline-block; }

.main_menu_item:not(:last-child) {
  margin-right: 20px; }

.main_menu_link {
  font-size: 18px;
  font-weight: 800;
  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: #39b2d9;
    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: #39b2d9; }
  .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: "Baloo Thambi 2";
  font-weight: 300;
  border: 1px solid transparent;
  border-radius: 3px; }
  #search:focus {
    border: 1px solid #39b2d9; }

.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: "Baloo Thambi 2";
  font-weight: 500;
  color: #a7adb1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

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

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

input:-ms-input-placeholder {
  font-size: 13px;
  font-family: "Baloo Thambi 2";
  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: 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: #39b2d9; }

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

.btn {
  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;
  border-radius: 3px; }
  .btn span {
    z-index: 10;
    position: relative; }
  .btn::after {
    content: '';
    position: absolute;
    background: linear-gradient(to top right, #39b2d9, #3ebbc4);
    height: 150px;
    width: 300px;
    border-radius: 50%;
    bottom: -30px;
    right: -30px;
    transition: all .7s;
    display: block;
    z-index: -1; }

.btn:hover, .btn:active {
  border: 1px solid #39b2d9;
  transition: all 0.3s;
  color: #39b2d9; }

.btn:hover::after, .btn:active::after {
  bottom: 100%;
  right: 100%; }

.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;
}

.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 {
  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: cover;
  margin: auto;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.catalog_menu_desc {
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
  padding-top: 20px;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.catalog_menu_desc::before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #39b2d9;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  z-index: 2;
}

.catalog_menu {
  margin-bottom: 25px;
}

.main_catalog_link a {
  margin: auto;
}

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

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

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

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

.terefdas_menu_img1 {
  background-image: url("../img/vendor1.png"); }

.terefdas_menu_img2 {
  background-image: url("../img/vendor3.png"); }

.terefdas_menu_img3 {
  background-image: url("../img/vendor4.png"); }

.terefdas_menu_img4 {
  background-image: url("../img/vendor5.png"); }

.terefdas_menu_img5 {
  background-image: url("../img/vendor6.png"); }

.terefdas_menu_img7 {
  background-image: url("../img/vendor7.png"); }

.terefdas_menu_img8 {
  background-image: url("../img/vendor8.png"); }

.terefdas_menu_img9 {
  background-image: url("../img/vendor9.png"); }

.terefdas_menu_img10 {
  background-image: url("../img/vendor10.png"); }

.terefdas_menu_img11 {
  background-image: url("../img/vendor11.png"); }

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

.terefdas_menu {
  margin-bottom: 25px; }

.main_terefdas_link a {
  margin: auto; }
/** blok teredas end*/
.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: #39b2d9;
  line-height: 20px; }

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

.project_item {
  margin-right: 9px;
  margin-left: 9px;
  flex-basis: 33%; /* Чтобы каждый блок занимал треть контейнера */
  max-width: 33%;
  box-sizing: border-box;
}

.c-project_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.project_item_img {
  width: 100%;
  height: 250px; /* Фиксированная высота для изображения */
  overflow: hidden;
}

.project_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Заполнение блока без искажений */
}

.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_link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.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: #39b2d9; }

.c-project_item:hover .project_item_link {
  opacity: 1; /* Показать кнопку при наведении */
}

.project_slider {
  display: flex;
  flex-wrap: wrap; /* Обеспечивает перенос блоков */
  justify-content: center; /* Центрирование блоков */
}

.main_project {
  margin-bottom: 1px; }

.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: #39b2d9; }

.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, #3ebbc4, #39b2d9);
    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: #39b2d9;
  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 #39b2d9;
  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: #39b2d9; }

.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: 150px;
    height: 130px;
    background-image: url(../img/logo1.png);
    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: "Baloo Thambi 2";
  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: #39b2d9;
    font-size: 15px;
    position: relative; }
    .footer_sing_email_link a::after {
      content: '';
      width: 100%;
      border-top: 1px dashed #39b2d9;
      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: #39b2d9;
  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 #39b2d9;
    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: #39b2d9;
  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: #39b2d9; }

.footer_contact_callback {
  margin-bottom: 25px; }
  .footer_contact_callback a {
    color: #39b2d9;
    font-size: 15px;
    line-height: 20px;
    position: relative; }
    .footer_contact_callback a::after {
      content: '';
      width: 100%;
      border-top: 1px dashed #39b2d9;
      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_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: #383e49;
  margin-bottom: 50px; }

.breadcrumbs_item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  color: #ffffff; }
  .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: #ffffff;
  font-size: 14px;
  transition: all 0.2s ease-in-out; }
  .breadcrumbs_item_link:hover, .breadcrumbs_item_link:active {
    color: #39b2d9; }

.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: #39b2d9; }

.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: #39b2d9;
    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: #39b2d9;
  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: #39b2d9; }

.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: #39b2d9; }

.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: #39b2d9; }

.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: #39b2d9; }

.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 #39b2d9;
  content: '\2714';
  color: #39b2d9; }

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

.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: #39b2d9;
  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: #39b2d9;
  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: #39b2d9;
      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: #39b2d9; }

.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: #39b2d9; }

.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: #39b2d9; }

.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: #39b2d9; }
  .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: #39b2d9; }
    .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: #39b2d9; }
  .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: #39b2d9; }

.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: #39b2d9;
    position: absolute;
    top: 6px;
    margin: auto;
    left: 0; }
  .menu_tabs_item:not(.active):hover, .menu_tabs_item:not(.active):active {
    color: #39b2d9; }
  .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: #39b2d9;
  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: #39b2d9; }

.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: #39b2d9; }

.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: #39b2d9; }

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

.contacts_block_title {
  color: #39b2d9;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 15px;}

.contacts_block_text {
  font-size: 16px;
  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: #39b2d9; }

.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: "Baloo Thambi 2";
  font-weight: 500;
  color: #a7adb1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

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

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

textarea:-ms-input-placeholder {
  font-size: 13px;
  font-family: "Baloo Thambi 2";
  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: #39b2d9;
    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: #39b2d9;
    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: #39b2d9; }

.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: #39b2d9; }

.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, #39b2d9, #3ebbc4, #3ebbc4, #39b2d9);
  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:first-child {
    margin-bottom: 20px; }
  .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: #39b2d9; }

.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: 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; }

.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;
    width: 155px;
    height: 40px;
    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;
    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: #39b2d9; }
    .type_block_link li:not(:last-child) {
      margin-bottom: 15px; }

.specifications_title {
  color: #39b2d9;
  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: #39b2d9;
      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/agnetis.png");
    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: #39b2d9;
  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: #39b2d9;
  font-size: 20px;
  line-height: 23px; }

.dynamics_item_now p:nth-of-type(2) {
  color: #39b2d9;
  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: #39b2d9; }

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

.common_line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #39b2d9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .common_line span {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #39b2d9;
    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: #39b2d9;
  margin: auto; }

.building_dots {
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #39b2d9;
  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: #39b2d9;
    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, #39b2d9 10.23%, #3ebbc4 88.87%);
  background: -ms-linear-gradient(45.35deg, #39b2d9 10.23%, #3ebbc4 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: #39b2d9;
  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: #39b2d9;
  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: #39b2d9; }
  .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: #39b2d9; }

.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;
  }
}
/* ��������������������������������������������� */
/* �������������>>> Topbar Area  <<<������������ */
/* ��������������������������������������������� */
.topbar {
  height: 50px;
  overflow:hidden;
color: #eee;
background-color: #062433;
}

.topbar .topbar-info {
  padding-top: 13px;
}
.topbar .social-icons {
  padding-top: 10px;
}
.topbar .social-icons .fa {
  text-align: center;
}
.topbar .social-icons > li {
  display: inline-block;
  padding-right: 3px;
  padding-left: 3px;
}
/* Social Icons */

.social-icons__item .fa {
  font-size: 15px;
  margin: 0;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  color: #F5F5F5;
  background-color: rgba(49, 69, 85, 0.25);
}
.social-icons__item .fa:hover {
  background-color: rgba(49, 69, 85, 0.4);
}
.social-icons--colored .social-icons__item i.fa-facebook {
  background-color: #3b5998;
}
.social-icons--colored .social-icons__item i.fa-facebook:hover {
  background-color: #344e86;
}
.social-icons--colored .social-icons__item i.fa-twitter {
  background-color: #1da1f2;
}
.social-icons--colored .social-icons__item i.fa-twitter:hover {
  background-color: #0d95e8;
}
.social-icons--colored .social-icons__item i.fa-google-plus {
  background-color: #dd4b39;
}
.social-icons--colored .social-icons__item i.fa-google-plus:hover {
  background-color: #d73925;
}
.social-icons--colored .social-icons__item i.fa-linkedin {
  background-color: #0077b5;
}
.social-icons--colored .social-icons__item i.fa-linkedin:hover {
  background-color: #00669c;
}
.social-icons--colored .social-icons__item i.fa-pinterest {
  background-color: #cc2222;
}
.social-icons--colored .social-icons__item i.fa-pinterest:hover {
  background-color: #b61e1e;
}
/* ��������������������������������������������� */
/* �������������>>> Footer Area  <<<������������ */
/* ��������������������������������������������� */
/** 2.13 Font Awesome */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

[class*='fa-']:before {
	font-weight: 400;
	font-family: 'FontAwesome';
}



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

.manufacturer_menu_img1 {
  background-image: url("../img/manufacturer/vendor1.png"); }

.manufacturer_menu_img2 {
  background-image: url("../img/manufacturer/vendor3.jpg"); }

.manufacturer_menu_img3 {
  background-image: url("../img/manufacturer/vendor4.png"); }

.manufacturer_menu_img4 {
  background-image: url("../img/manufacturer/vendor5.png"); }

.manufacturer_menu_img5 {
  background-image: url("../img/manufacturer/vendor6.png"); }

.manufacturer_menu_img7 {
  background-image: url("../img/manufacturer/vendor7.png"); }

.manufacturer_menu_img8 {
  background-image: url("../img/manufacturer/vendor8.png"); }

.manufacturer_menu_img9 {
  background-image: url("../img/manufacturer/vendor9.png"); }

.manufacturer_menu_img10 {
  background-image: url("../img/manufacturer/vendor10.png"); }

.manufacturer_menu_img11 {
  background-image: url("../img/manufacturer/vendor11.png"); }




.content-block {
  display: flex;
  align-items: center;
  border: 2px solid #ccc; /* Граница вокруг блока */
  padding: 20px;
  margin: 20px;
}

.content-image img {
  width: 100%;
  max-width: 400px; /* Максимальная ширина изображения */
  height: auto;
  margin-right: 20px;
}

.content-text h3 {
  margin-top: 0;
  color: #333;
}

.content-text p {
  color: #666;
}

@media (max-width: 768px) {
  .content-block {
    flex-direction: column;
    text-align: center;
  }

  .content-image img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}


.services h2 {
  text-align: center;
  font-size: 30px;
  color: #383e49;
  margin-bottom: 20px;
  margin-top: 50px;
}

.service-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #383e49;
  padding: 20px;
  width: 64%;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.service img {
  width: 150px; /* Adjust width as necessary */
  height: auto;
  margin-right: 20px; /* Space between image and text */
}

.service-content {
  flex-grow: 1;
  color: white; /* Set text color for all content within service-content */
}

.service button {
  background-color: white;
  color: #00396c;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}

.service button:hover {
  background-color: #0056b3;
}

/* Медиа запросы для мобильных устройств */
@media (max-width: 768px) {
  .service {
    flex-direction: column-reverse; /* Перестановка элементов: картинка внизу */
    text-align: center;
    width: 100%; /* Блоки на всю ширину */
  }

  .service img {
    width: 80%; /* Увеличение картинки */
    margin: 20px 0; /* Отступы вокруг картинки */
  }

  .service-content {
    order: 1; /* Текст над кнопкой */
  }

  .service button {
    width: 80%; /* Кнопка на большую ширину */
    margin-top: 20px; /* Отступ сверху для кнопки */
  }
}


.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.card {
  width: calc(33.333% - 20px); /* Вычисляем ширину для трех элементов в строке, вычитаем маржин */
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s;
  text-decoration: none;
  color: inherit;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.card-text {
  padding: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .card {
    width: calc(50% - 20px); /* Для мобильных устройств два элемента в строке */
  }
}

@media (max-width: 480px) {
  .card {
    width: 100%; /* На очень узких экранах каждый блок на всю ширину */
  }
}

.slider {
  position: relative;
  width: 80%; /* Уменьшаем ширину до 80% от ширины родителя */
  max-width: 800px; /* Максимальная ширина слайдера */
  margin: 0 auto; /* Центрирование слайдера */
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide img {
  width: 100%;
  height: auto;
}

.caption {
  position: absolute;
  top: 10px; /* Поднимаем немного выше */
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 20px; /* Немного уменьшаем шрифт */
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7); /* Немного темнее фон */
  padding: 5px 10px; /* Уменьшаем отступы */
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10px; /* Уменьшаем размер кнопок */
  color: white;
  font-size: 18px; /* Уменьшаем размер шрифта */
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
}

.prev {
  left: 5px; /* Уменьшаем отступ */
}

.next {
  right: 5px; /* Уменьшаем отступ */
}

@media (max-width: 768px) {
  .slider {
    width: 95%; /* Шире на мобильных устройствах */
  }

  .caption {
    font-size: 14px; /* Еще меньше на мобильных */
  }

  .prev, .next {
    font-size: 16px; /* Меньше шрифт для кнопок */
  }
}



.content-wrapper {
  display: flex;
  flex-direction: row; /* Элементы в строку */
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.text-section {
  flex: 1 0 60%; /* Занимает 60% ширины */
  padding-right: 20px;
}

.image-section {
  flex: 1 0 40%; /* Занимает 40% ширины */
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-section img {
  max-width: 100%;
  height: auto;
}

/* Медиа запросы для адаптации под мобильные устройства */
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column; /* Переключаем на вертикальное расположение */
  }

  .text-section, .image-section {
    flex: 1 0 100%; /* Каждый элемент занимает всю ширину */
    padding: 0; /* Убираем отступы */
  }

  .text-section {
    order: 2; /* Текст под изображением */
  }

  .image-section {
    order: 1; /* Изображение над текстом */
  }

  .caption {
    font-size: 16px; /* Меньший размер шрифта для мобильных устройств */
  }
}


