* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  font-family: 'Roboto Condensed', sans-serif; }

body {
  margin: 0;
  width: 100%;
  height: 100%; }

.container {
  max-width: 940px; }

h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px; }

header {
  width: 100%;
  background-color: #a0282d;
  position: relative;
  z-index: 2; }
  header:before {
    content: "";
    width: 100%;
    height: 18px;
    position: absolute;
    top: 100%;
    left: 0;
    background-image: url("../img/head_line.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover; }

.head_logo {
  padding: 26px 0; }

.head_list {
  padding: 33px 0 28px 0;
  padding-left: 15px; }
  .head_list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .head_list ul li {
      display: inline-block;
      margin-left: 9px;
      max-height: 40px; }
      .head_list ul li:first-child {
        margin-left: 0; }

a.head_list_link {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  line-height: 40px;
  padding-left: 11px;
  padding-right: 11px; }
  a.head_list_link:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: -199px;
    -webkit-transition: .3s;
    transition: .3s; }
  a.head_list_link:hover, a.head_list_link:active, a.head_list_link:focus {
    color: #fff; }
  a.head_list_link:hover {
    color: #fff; }
    a.head_list_link:hover:before {
      left: 0;
      -webkit-transition: all .3s;
      transition: all .3s; }

.head_list_link.active {
  background-color: #8f1e23; }
  .head_list_link.active:before {
    display: none; }

.head_contacts {
  text-align: right;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 13px; }

#hed_tel_num {
  display: block;
  color: #fff;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: .3s;
  transition: .3s; }
  #hed_tel_num:hover {
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s; }

.head_feedback_btn {
  font-size: 18px;
  padding: 5px 15px;
  padding-bottom: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 3px;
  text-decoration: none !important;
  color: #fff;
  border: 1px #fff solid;
  margin-top: 8px;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s; }
  .head_feedback_btn:hover {
    background: #fff;
    color: #a0282d;
    -webkit-transition: all .3s;
    transition: all .3s; }

.overlay_video {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url("../img/bg_video.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  z-index: 2; }

#video-bg {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  background-size: cover; }
  #video-bg video {
    min-height: 420px; }

#video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  /*width: auto;*/
  height: auto;
  width: 100%;
  z-index: 1;
  object-fit: fill; }

.main_page_title {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 68px;
  position: relative;
  z-index: 2; }
  .main_page_title .container {
    position: relative;
    z-index: 2; }
  .main_page_title h1 {
    color: white;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1.4px; }
    .main_page_title h1 span {
      color: white;
      display: block;
      font-size: 30px;
      font-weight: 400;
      text-transform: uppercase; }
  .main_page_title .title_logo {
    margin-top: 30px;
    display: block; }
  .main_page_title .item_img {
    display: inline-block; }
  .main_page_title .tl_txt {
    display: block;
    text-align: center;
    margin-top: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }

.title_bottom_line {
  background-color: #444e64;
  padding-top: 13px;
  padding-bottom: 64px;
  color: #fff;
  background-image: url("../img/main_page/line_bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
  margin-top: 51px;
  position: relative;
  z-index: 10; }
  .title_bottom_line h2 {
    text-transform: uppercase; }
  .title_bottom_line .sub_ttl {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 14px;
    font-weight: 400; }

.description_section {
  display: block; }
  .description_section .letf_descr {
    padding-left: 0;
    padding-top: 34px;
    position: relative;
    padding-bottom: 159px; }
    .description_section .letf_descr:before {
      content: "";
      width: 50vw;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("../img/left_bg_descr.png");
      background-size: cover;
      background-position: center; }
    .description_section .letf_descr h2 {
      display: block;
      color: #000;
      z-index: 2;
      position: relative;
      text-transform: uppercase; }
    .description_section .letf_descr p {
      display: block;
      position: relative;
      z-index: 2;
      padding-right: 81px;
      margin-top: 34px;
      margin-bottom: 0;
      font-weight: 400;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      line-height: 17px; }
      .description_section .letf_descr p strong {
        font-weight: 700;
        font-family: 'Roboto', sans-serif; }
  .description_section .right_descr {
    padding-top: 34px;
    vertical-align: top; }
    .description_section .right_descr h2 {
      display: block;
      color: #000;
      z-index: 2;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 37px; }
    .description_section .right_descr .wrap_itemIcon {
      width: 32.83%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 22px; }
    .description_section .right_descr .itemIcon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .description_section .right_descr .item_txt {
      display: block;
      text-align: center;
      color: black;
      font-size: 14px;
      font-weight: 700;
      margin-top: 27px;
      font-family: 'Roboto', sans-serif; }

.cases_section {
  width: 100%;
  position: relative; }
  .cases_section .cases_img {
    width: 100%; }
    .cases_section .cases_img img {
      width: 100%; }
  .cases_section .cases_title_line {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 29px;
    padding-bottom: 26px;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center; }
    .cases_section .cases_title_line h2 {
      text-transform: uppercase;
      margin: 0;
      margin-bottom: 15px; }
    .cases_section .cases_title_line .sub_subject {
      color: white;
      font-size: 14px;
      font-weight: 400;
      font-family: 'Roboto', sans-serif; }
  .cases_section .cases_bottom_line {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    padding-top: 37px;
    padding-bottom: 27px; }
  .cases_section .case_info:first-child {
    padding-left: 0; }
  .cases_section .caseIcon {
    display: inline-block;
    margin-right: 18px;
    vertical-align: top; }
  .cases_section .case_info_txt {
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif; }
  .cases_section .case_btn {
    padding-right: 0;
    text-align: right;
    padding-top: 2px; }
  .cases_section .open_all_cases {
    width: 143px;
    height: 40px;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding-top: 9px;
    -webkit-transition: .3s;
    transition: .3s; }
    .cases_section .open_all_cases:hover {
      background: #fff;
      color: rgba(0, 0, 0, 0.8);
      -webkit-transition: all .3s;
      transition: all .3s; }

.technology_section {
  width: 100%;
  padding-top: 14px; }
  .technology_section h2 {
    text-transform: uppercase;
    color: black;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center; }
  .technology_section .technology_left_box {
    padding-left: 0;
    margin-top: 16px; }
  .technology_section .technology_text {
    color: black;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 28px;
    line-height: 17px;
    letter-spacing: 0.1px; }
  .technology_section .technology_right_box {
    padding-right: 0;
    margin-top: 23px;
    padding-left: 22px; }
    .technology_section .technology_right_box .technology_text {
      margin-top: 16px;
      margin-bottom: 0; }
  .technology_section .bottom_technology_line {
    padding-top: 35px;
    padding-bottom: 38px;
    text-align: center;
    background-color: #444e64;
    margin-top: 33px;
    position: relative; }
    .technology_section .bottom_technology_line:before {
      content: "";
      width: 100%;
      height: 18px;
      background-image: url("../img/head_line.png");
      background-size: cover;
      background-position: center;
      background-repeat: repeat-x;
      position: absolute;
      top: 100%;
      left: 0; }
  .technology_section #more_info_technology {
    width: 246px;
    height: 40px;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding-top: 9px;
    -webkit-transition: .3s;
    transition: .3s; }
    .technology_section #more_info_technology:hover {
      background-color: #FFF;
      color: #444e64;
      -webkit-transition: all .3s;
      transition: all .3s; }

.gallery_section {
  display: block;
  padding-top: 54px;
  padding-bottom: 42px; }
  .gallery_section .slick-slider .slick-track,
  .gallery_section .slick-slider .slick-list {
    width: 100% !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    font-size: 0;
    display: block !important; }
  .gallery_section .slick-initialized .slick-slide {
    width: 16.66666% !important;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    float: none; }
  .gallery_section .slick-cloned {
    display: none !important; }

.gallery_item {
  display: inline-block;
  width: 16.6666666667%;
  height: auto !important;
  position: relative;
  overflow: hidden; }
  .gallery_item img {
    width: 101%;
    height: 100%;
    display: inline-block; }
  .gallery_item .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .gallery_item:hover .overlay {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s; }

.allery_section_btn {
  display: block;
  text-align: center;
  margin-top: 36px; }

#many_items {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  border: 1px solid #444e64;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #444e64;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding-top: 9px;
  -webkit-transition: .3s;
  transition: .3s; }
  #many_items:hover {
    background-color: #444e64;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }

footer {
  display: block;
  width: 100%; }

.top_footer_line {
  background-color: #a0282d;
  background-image: url("../img/foot_bg_line.png");
  background-repeat: repeat-x;
  background-position: bottom; }
  .top_footer_line h2 {
    margin: 0;
    padding-top: 37px;
    padding-left: 0;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 68px; }
  .top_footer_line .topl_line_btn {
    padding-top: 31px;
    text-align: right;
    padding-right: 0; }
  .top_footer_line #tell_us_about_project {
    width: 246px;
    height: 40px;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding-top: 9px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s; }
    .top_footer_line #tell_us_about_project:hover {
      background-color: #fff;
      color: #a0282d;
      -webkit-transition: all .3s;
      transition: all .3s; }

.bottom_footer_line {
  background-color: #444e64;
  width: 100%;
  display: block; }
  .bottom_footer_line .row {
    position: relative; }

.wrap_footer_log {
  padding-left: 0;
  padding-top: 24px;
  padding-bottom: 26px; }

.footer_logo {
  display: inline-block; }

.footer_sub_ttl {
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin-top: 26px;
  display: inline-block; }

.footer_contact {
  padding-top: 21px;
  padding-left: 0;
  text-align: center;
  padding-right: 0; }

#footer_number_phone {
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  display: block;
  -webkit-transition: .3s;
  transition: .3s; }
  #footer_number_phone:hover {
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s; }

.foot_contact_txt {
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif; }

.wrap_footer_list_menu {
  padding-right: 0; }
  .wrap_footer_list_menu ul {
    list-style-type: none;
    padding: 0;
    padding-top: 25px;
    margin: 0;
    text-align: right; }
    .wrap_footer_list_menu ul li {
      display: inline-block;
      margin-left: 39px; }
      .wrap_footer_list_menu ul li:first-child {
        margin-left: 0; }
      .wrap_footer_list_menu ul li a {
        color: #f1f1f1;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 9px;
        position: relative;
        overflow: hidden;
        display: inline-block;
        text-decoration: none; }
        .wrap_footer_list_menu ul li a:before {
          content: "";
          width: 100%;
          height: 1px;
          background-color: #FFF;
          position: absolute;
          left: -199px;
          bottom: 0;
          -webkit-transition: .3s;
          transition: .3s; }
        .wrap_footer_list_menu ul li a:hover:before {
          left: 0;
          -webkit-transition: all .3s;
          transition: all .3s; }

.footer_absolute_text {
  text-decoration: none;
  opacity: .5;
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s; }
  .footer_absolute_text:hover, .footer_absolute_text:active, .footer_absolute_text:focus {
    color: #fff !important;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s; }

.wrap_mob_head_list {
  display: none; }

.gallery_slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: -9999px;
  -webkit-transition: .5s;
  transition: .5s; }
  .gallery_slider .wrap_gallery_slider {
    width: 40%; }
  .gallery_slider .gallery_slider_item img {
    width: 100%; }
  .gallery_slider .slick-prev:before,
  .gallery_slider .slick-next:before {
    content: ""; }
  .gallery_slider .slick-prev,
  .gallery_slider .slick-next {
    width: 40px;
    height: 40px; }
  .gallery_slider .slick-prev {
    left: -40px; }
  .gallery_slider .slick-next {
    right: -40px; }
  .gallery_slider .slick-prev:before,
  .gallery_slider .slick-next:before {
    background-image: url("../img/ic_keyboard_arrow_left_white_36dp_1x.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .gallery_slider .slick-next:before {
    background-image: url("../img/ic_keyboard_arrow_right_white_36dp_1x.png"); }

.close_slider {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: .8;
  -webkit-transition: .3;
  transition: .3; }
  .close_slider:hover {
    opacity: 1;
    -webkit-transition: all .3;
    transition: all .3; }

.gallery_slider.active {
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  display: none; }

.wrap_popup_content {
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center; }

.popup_content {
  width: 100%;
  max-width: 412px;
  display: inline-block;
  background-color: #444e64;
  padding: 0 7px 7px 7px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative; }
  .popup_content h3 {
    color: white;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 31px;
    padding-bottom: 28px;
    width: 100%;
    margin: 0;
    text-align: center; }

.form_popup {
  width: 100%;
  background-color: #fff;
  padding: 20px 20px 38px 20px;
  max-width: 398px;
  overflow: hidden; }
  .form_popup input::-webkit-outer-spin-button,
  .form_popup input::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .form_popup input {
    width: 100%;
    height: 40px;
    border: 1px #ddd solid;
    padding-left: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative; }
  .form_popup input[type=submit] {
    margin-bottom: 0;
    margin-top: 10px;
    width: 246px;
    height: 40px;
    background-color: #a0282d;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: .3;
    transition: .3; }
    .form_popup input[type=submit]:hover {
      opacity: .8;
      -webkit-transition: all .3;
      transition: all .3; }
  .form_popup textarea {
    width: 100%;
    height: 200px;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border: 1px #ddd solid;
    margin-bottom: 20px;
    resize: none; }
  .form_popup input + label {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0; }
  .form_popup input.error,
  .form_popup textarea.error {
    border-color: #a0282d; }
  .form_popup .wrap_input {
    width: 100%;
    position: relative;
    display: block; }

.wrap_selection_links {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

a.selection_link {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 10px;
  width: 145px;
  height: 37px; }

a.selection_link.active {
  background-color: #333;
  color: #fff;
  font-weight: 700; }

.popup_recall textarea {
  height: 70px; }

.close_popup {
  position: absolute;
  top: 15px;
  right: 15px;
  text-decoration: none !important;
  opacity: .6;
  -webkit-transition: .3;
  transition: .3; }
  .close_popup:hover {
    opacity: 1;
    -webkit-transition: all .3;
    transition: all .3; }

.error_message {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #a0282d;
  margin-bottom: 10px;
  display: none; }

.cases_after_line {
  background-color: #444e64;
  height: 38px;
  width: 100%;
  background-image: url("../img/main_page/line_bg.png");
  background-position: bottom; }

.title {
  width: 100%;
  text-align: center;
  padding-top: 29px;
  padding-bottom: 30px; }
  .title h2 {
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0; }

.main_content_cases_page {
  padding-top: 18px; }
  .main_content_cases_page .gallery_section {
    padding-top: 0; }
  .main_content_cases_page .desccription_after_cases_line {
    background-color: #444e64;
    text-align: center;
    width: 100%; }
    .main_content_cases_page .desccription_after_cases_line p {
      margin: 0 auto;
      padding: 31px 0 35px 0;
      color: white;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: 'Roboto', sans-serif;
      max-width: 870px; }

.videos_section {
  padding-top: 31px;
  background-color: #a0282d; }
  .videos_section .container {
    max-width: 970px; }
  .videos_section h2 {
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0; }
  .videos_section .videos_box {
    margin-top: 30px; }
  .videos_section .video_descr {
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    display: inline-block; }
  .videos_section .wrap_videos_section_btn, .wrap-btn-reserve {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center; }
  .wrap-btn-reserve {
    margin-bottom: 0;
  }
  .videos_section .many_videos, .btn-reserve {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px #fff solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
    padding-left: 22px;
    padding-right: 24px;
    padding-top: 8px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s; }
    .videos_section .many_videos:hover {
      background-color: #FFF;
      color: #a0282d;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .btn-reserve:focus {
        color: #fff;  }
    .btn-reserve:hover{
      background-color: #FFF;
      color: #444e64;
      -webkit-transition: all .3s;
      transition: all .3s;  }
.bottom_section_Line {
  background: #444e64;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0; }
  .bottom_section_Line .social_links {
    display: inline-block;
    margin-left: 21px;
    text-decoration: none;
    font-size: 44px;
    line-height: 0;
    color: #eee;
    -webkit-transition: .3s;
    transition: .3s; }
    .bottom_section_Line .social_links:hover {
      opacity: .7;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .bottom_section_Line .soc_descr {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 14px;
    font-weight: 400; }

.cases_descr {
  padding-top: 29px;
  padding-bottom: 31px; }
  .cases_descr h2 {
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    text-align: center; }
  .cases_descr p {
    margin: 0;
    margin-top: 29px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000; }

.main_content_about_company_page {
  padding-top: 18px; }
  .main_content_about_company_page .gallery_section {
    padding-top: 38px;
    padding-bottom: 0; }
  .main_content_about_company_page .about_company_title {
    width: 100%;
    display: block;
    background-image: url("../img/bg_about_company.png");
    background-size: cover;
    background-position: center; }
  .main_content_about_company_page .title_box {
    padding: 86px 36px 87px 28px;
    background-color: rgba(0, 0, 0, 0.8); }
    .main_content_about_company_page .title_box h3 {
      margin: 0;
      color: white;
      font-size: 28px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      line-height: 32px; }
  .main_content_about_company_page .text_section {
    padding-top: 34px; }
    .main_content_about_company_page .text_section p {
      color: black;
      font-size: 14px;
      font-weight: 400;
      font-family: 'Roboto', sans-serif;
      margin: 0; }

.vacancies_section {
  width: 100%;
  display: block;
  background-color: #444e64;
  padding-top: 52px;
  margin-top: 60px;
  padding-bottom: 28px; }
  .vacancies_section h2 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-align: center; }
  .vacancies_section .sub_ttl_section {
    max-width: 840px;
    display: block;
    margin: 0 auto;
    margin-top: 26px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 37px; }
  .vacancies_section .wrap_vacancies_box {
    padding: 20px 0;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    position: relative;
    max-height: 235px;
    overflow: hidden; }
  .vacancies_section .wrap_vacancies_box.active {
    max-height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .vacancies_section .wrap_vacancies_box.active .wrap_open_all_txt_btn {
      position: static; }
  .vacancies_section .top_line_box {
    display: block;
    padding: 0 15px;
    position: relative; }
  .vacancies_section .name_vacancies {
    color: #444e64;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 10px; }
  .vacancies_section .sub_name_vacancies {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 15px; }
  .vacancies_section .sub_name_vacancies_green {
    color: #229F28;
    font-weight: bold; }
  .vacancies_section .fill_out_form {
    color: #444e64;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    float: right;
    display: inline-block;
    padding-top: 9px;
    text-align: center;
    text-decoration: none;
    width: 212px;
    border: 1px solid #444e64;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s; }
    .vacancies_section .fill_out_form:hover {
      background-color: #444e64;
      color: #f0f0f0;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .vacancies_section .vacancies_list {
    margin-top: 20px; }
    .vacancies_section .vacancies_list ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .vacancies_section .vacancies_list ul li {
        font-family: 'Roboto', sans-serif;
        color: #000;
        font-size: 14px; }
  .vacancies_section .vacancies_title {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block; }
  @media screen and (max-width: 320px){
    .vacancies_section .fill_out_form {
      float: none;
    }
  }

.wrap_open_all_txt_btn {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(18%, #f0f0f0), color-stop(40%, #f0f0f0));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f0f0f0 18%, #f0f0f0 40%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f0f0f0 18%, #f0f0f0 40%); }

.open_all_txt_btn {
  color: #444e64;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif; }

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

#map {
  height: 344px; }

.main_content_contact_page {
  padding-top: 18px; }
  .main_content_contact_page h4 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px; }
  .main_content_contact_page .conatcts_social_links {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    background-color: #444e64;
    min-height: 60px; }
    .main_content_contact_page .conatcts_social_links a {
      margin: 0 7.5px;
      display: inline-block;
      text-decoration: none;
      -webkit-transition: .3s;
      transition: .3s;
      font-size: 29px;
      line-height: 1;
      color: #eee; }
      .main_content_contact_page .conatcts_social_links a:hover {
        opacity: .6;
        -webkit-transition: all .3s;
        transition: all .3s; }
  .main_content_contact_page .text_section {
    padding-top: 30px;
    padding-bottom: 31px; }
    .main_content_contact_page .text_section h2 {
      margin: 0;
      width: 100%;
      text-align: center;
      text-transform: uppercase; }
    .main_content_contact_page .text_section p {
      margin: 0;
      margin-top: 29px;
      font-family: 'Roboto', sans-serif; }

.contacts_left_list {
  padding-left: 0;
  margin-bottom: 28px; }

.contacts_right_list {
  padding-right: 0;
  margin-bottom: 28px; }

.contact_list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .contact_list li {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px; }

.main_content_technologies_page {
  width: 100%;
  display: block;
  padding-top: 18px; }
  .main_content_technologies_page .title_technologies_page {
    width: 100%;
    position: relative; }
    .main_content_technologies_page .title_technologies_page img {
      width: 100%; }
    .main_content_technologies_page .title_technologies_page .top_line_section {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      min-height: 130px;
      background-color: rgba(0, 0, 0, 0.8);
      padding-top: 26px; }
    .main_content_technologies_page .title_technologies_page h2 {
      color: white;
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
      line-height: 1; }
    .main_content_technologies_page .title_technologies_page .sub_heding {
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 20px;
      color: #fff;
      font-family: 'Roboto', sans-serif; }
    .main_content_technologies_page .title_technologies_page .technologies_text {
      margin-top: 29px;
      margin-bottom: 34px;
      color: black;
      font-size: 14px;
      font-weight: 400;
      font-family: 'Roboto', sans-serif; }

.advantages_section {
  width: 100%;
  display: block;
  padding-top: 36px;
  background-color: #444e64; }
  .advantages_section .container {
    max-width: 970px; }
  .advantages_section h2 {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .advantages_section .advantages_box {
    margin-bottom: 47px; }
  .advantages_section .wrap_icon {
    display: inline-block;
    margin-right: 14px;
    width: 51px;
    text-align: center;
    vertical-align: baseline; }
  .advantages_section .box_description {
    display: inline-block;
    color: white;
    font-size: 13.6px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle; }

.description_method_section {
  display: block;
  width: 100%;
  padding-top: 42px;
  padding-bottom: 32px; }
  .description_method_section h2 {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 0; }

.left_box_description,
.right_box_description {
  margin-top: 33px; }

.left_box_description {
  padding-left: 0; }
  .left_box_description .description_method_txt {
    padding-bottom: 35px; }

.right_box_description {
  padding-right: 0; }

.description_method_txt {
  color: black;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif; }

.images_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .images_section .image_item {
    width: 25%;
    overflow: hidden}
    .images_section .image_item img {
      width: 102%;
      height: 102%; }

.products_section {
  width: 100%;
  display: block;
  background-color: #a0282d;
  padding-top: 39px;
  padding-bottom: 44px; }
  .products_section .container {
    max-width: 808px; }
  .products_section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .products_section h2 {
    margin: 0;
    color: white;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 29px; }

.pr_box {
  width: 131px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  text-align: center; }
  .pr_box .itemImg {
    display: inline-block; }
  .pr_box .title_box {
    color: white;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-top: 16px;
    display: inline-block; }

.product_section_text {
  display: block;
  max-width: 898px;
  margin: 0 auto;
  color: white;
  font-size: 14px;
  font-weight: 400; }

.process_section {
  width: 100%;
  display: block;
  padding-top: 31px;
  padding-bottom: 36px; }
  .process_section h2 {
    color: black;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-align: center; }

.scheme_img,
.process_txt {
  margin-top: 30px; }
  .scheme_img p,
  .process_txt p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0; }

.scheme_img {
  padding-left: 0; }

.process_txt {
  padding-right: 0; }

.analitic_section {
  display: block;
  width: 100%;
  background-color: #444e64;
  padding-top: 36px;
  padding-bottom: 33px; }
  .analitic_section h2 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0; }
  .analitic_section .sub_headign {
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    display: inline-block; }

.left_analitic_scheme,
.right_analitic_scheme {
  margin-top: 44px; }
  .left_analitic_scheme h3,
  .right_analitic_scheme h3 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center; }

.left_analitic_scheme {
  padding-left: 0; }

.right_analitic_scheme {
  padding-right: 0; }

.scheme_image {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top; }

.analitic_list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 31px; }
  .analitic_list li {
    color: white;
    font-size: 14px; }

.analitic_text {
  padding: 0;
  margin-top: 34px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif; }

.text_section {
  padding-top: 38px;
  padding-bottom: 42px; }
  .text_section h2 {
    margin: 0;
    color: black;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .text_section p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 36px; }

.garant_section {
  display: block;
  width: 100%;
  background-color: #444e64;
  padding-top: 30px;
  padding-bottom: 41px; }
  .garant_section .container {
    max-width: 970px; }
  .garant_section h2 {
    text-align: center;
    margin: 0;
    color: white;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase; }

.garant_section_txt {
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px; }

.garant_service {
  margin-top: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;}
  .garant_service .item_img {
    display: inline-block;
    width: 51px;
    text-align: center;
    margin-right: 15px;
    vertical-align: sub; }

.garant_service_name {
  display: inline-block;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400; }

.documentaton_section.active {
  max-height: 100%;
  overflow: auto;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .documentaton_section.active .wrap_documentation_btn {
    position: static; }

.documentaton_section {
  display: block;
  width: 100%;
  padding-top: 31px;
  position: relative;
  max-height: 420px;
  overflow: hidden; }
  .documentaton_section .contaier {
    max-width: 970px; }
  .documentaton_section h2 {
    margin: 0;
    text-transform: uppercase;
    text-align: center; }
  .documentaton_section .sub_heading {
    color: black;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: block;
    text-align: center;
    margin-top: 24px; }
  .documentaton_section .documentation_list {
    margin-top: 37px; }
    .documentaton_section .documentation_list li {
      margin-bottom: 15px;
      color: black;
      font-size: 14px;
      font-weight: 400;
      font-family: 'Roboto', sans-serif; }

.wrap_documentation_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(18%, #fff), color-stop(40%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 18%, #fff 40%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 18%, #fff 40%);
  width: 100%;
  text-align: center;
  height: 130px; }

a.documentation_btn {
  padding-left: 25px;
  padding-right: 25px;
  width: auto;
  padding-top: 9px;
  color: #444e64;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  height: 40px;
  display: inline-block;
  border: 1px solid #444e64;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s; }
  a.documentation_btn:hover {
    background-color: #444e64;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }

.gallery_section .slick-initialized .toggles_item {
  display: none; }

.videos_section .toggles_item {
  display: none; }

.main_content_cart_page {
  padding-top: 18px; }
  .main_content_cart_page .cases_descr p {
    margin-top: 0; }
  .main_content_cart_page .gallery_section {
    padding-top: 0;
    padding-bottom: 0; }

.statistics_section {
  padding-top: 37px;
  background-color: #444e64;
  text-align: center;
  padding-bottom: 50px; }
  .statistics_section h2 {
    margin: 0;
    text-transform: uppercase;
    color: #fff; }
  .statistics_section h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px; }
  .statistics_section .statistic_column {
    margin-top: 40px; }
  .statistics_section .title_name {
    margin-top: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff; }
  .statistics_section .price_ttl {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 15px; }
  .statistics_section .price {
    font-size: 42px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    display: block;
    text-align: center;
    color: #fff; }

#Galleryslider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a.head_list_link {
    font-size: 13px; }
  .scheme_image {
    margin-right: 33px; }
  a.documentation_btn {
    max-width: none;
    width: auto;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@supports (-ms-ime-align: auto) {
  .head_list ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .head_list ul li {
      margin-left: 0; }
    .head_list ul a.head_list_link {
      padding-left: 6px;
      padding-right: 6px;
      margin: 0; }
  .top_footer_line h2 {
    font-size: 26px; }
  a.documentation_btn {
    max-width: none;
    width: auto;
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .scheme_image {
    margin-right: 33px; } }

.success_message {
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 412px;
  background-color: #444e64;
  padding: 50px 15px; }
  .success_message span {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff; }
