.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #fafafa;
  font-family: Narkissblock, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000c39;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000c39;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #00bcf2;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  direction: rtl;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.bgr_video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32vw;
  margin-top: 100px;
}

.video_bgr_color {
  height: 100%;
}

.top_section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  padding: 9px 2% 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.top_negishut {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  width: 36px;
  margin-top: 8px;
  margin-left: 20px;
}

.navbar {
  z-index: 98;
  display: none;
  width: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav_container {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.top_logo {
  top: -2px;
  width: 230px;
  padding-left: 0px;
}

.nav_search_group {
  position: absolute;
  left: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_menu {
  float: left;
  direction: rtl;
}

.navbar_line {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 3px;
  height: 18px;
  max-width: 3px;
  min-width: 3px;
  background-color: #000c39;
}

.nav_dropdown {
  overflow: hidden;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
}

.nav_dropbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 1vw 10px;
  -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;
  color: #000c39;
  font-size: 21px;
  font-weight: 700;
}

.nav_dropbutton.w--open {
  z-index: 80;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #00bcf2;
}

.nav_droplist.w--open {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 114px;
  padding-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.3);
}

.menu_desk_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 60%;
  margin-top: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
}

.menu_mobile_group {
  display: none;
}

.top_content_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_home_link {
  width: 30px;
  margin-left: 0.6%;
  padding-top: 2px;
  padding-left: 14px;
}

.top_lang_link {
  padding: 6px 20px 4px;
  border-right: 1px solid #979797;
  border-left: 1px solid #979797;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}

.top_lang_link:hover {
  color: #00bcf2;
}

.top_search {
  width: 300px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #979797;
}

.top_txt_field {
  width: 84%;
  height: 28px;
  margin-bottom: 2px;
  padding: 0px;
  float: right;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
}

.top_txt_field:active {
  border-color: transparent;
}

.top_txt_field:focus {
  border-color: transparent;
}

.top_search_button {
  width: 38px;
  height: 28px;
  margin-bottom: 2px;
  padding: 0px;
  float: left;
  background-color: transparent;
  background-image: url('../images/ic_search.svg');
  background-position: 0% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.menu_cat_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  max-width: 300px;
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 22px;
  text-align: center;
}

.menu_cat_line {
  width: 1px;
  margin-top: 5px;
  margin-bottom: 30px;
  background-color: #979797;
}

.menu_cat_link {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
}

.menu_cat_link:hover {
  color: #f37121;
}

.menu_sub_link {
  margin-bottom: 10px;
  color: #000;
  font-size: 17px;
  line-height: 20px;
}

.menu_sub_link:hover {
  color: #00bcf2;
}

.present_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vw;
  padding: 2%;
  -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-color: rgba(0, 0, 0, 0.2);
}

.present_section.project {
  padding: 0%;
}

.present_strocks {
  position: relative;
  z-index: 20;
  padding-right: 2%;
  padding-left: 2%;
  background-color: #fafafa;
}

.present_strocks.footer {
  background-color: #000c39;
}

.present_pict_block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  -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-image: url('../images/h_mobile_pict.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.present_pict_block.project {
  display: block;
  background-image: url('../images/project_title_pict.jpg');
}

.present_info_group {
  position: relative;
  width: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 35%;
  direction: rtl;
  color: #fff;
  text-align: right;
  letter-spacing: 0.2px;
}

.present_info_group.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0%;
  padding-left: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h_present_slogan {
  margin-top: 0px;
  margin-bottom: 0.6vw;
  color: #fff;
  font-size: 64px;
  line-height: 54px;
}

.h_present_txt {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-size: 22px;
  line-height: 1.4vw;
}

.content_section {
  padding-top: 1%;
  padding-right: 2%;
  padding-left: 2%;
  background-color: #fafafa;
  direction: rtl;
  text-align: right;
}

.content_section.wide {
  padding-right: 0%;
  padding-left: 0%;
}

.footer_section {
  padding-right: 2%;
  padding-bottom: 30px;
  padding-left: 2%;
  background-color: #000c39;
  direction: rtl;
  color: #fff;
  text-align: right;
}

.content_group {
  width: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
}

.content_group.strocks {
  position: relative;
  top: -10px;
}

.content_group.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1250px;
  padding-top: 10px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content_group.news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 64px;
  margin-bottom: 3%;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd104;
  direction: ltr;
}

.content_group.projects {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content_group.list_title {
  padding-left: 32%;
  color: #000c39;
}

.content_group.projects_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.present_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 12px 20px 10px 38px;
  float: right;
  -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-color: #00bcf2;
  background-image: url('../images/arrow_left.svg');
  background-position: 16px 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.present_button:hover {
  background-color: #ffd104;
  color: #000;
}

.present_button.news {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-top: 0vw;
  padding: 12px 0vw 10px 5px;
  float: none;
  border-right: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/ar_white.svg');
  background-position: 0px 50%;
  background-size: 10px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.present_button.to_top {
  position: relative;
  margin-top: 0px;
  margin-right: -22px;
  margin-left: 20px;
  padding-left: 20px;
  background-color: transparent;
  background-image: url('../images/ic_to_top.svg');
  background-position: 50% 50%;
  background-size: 28px;
}

.present_button.footer {
  margin-top: 0px;
  margin-left: 30px;
  padding-left: 20px;
  background-image: none;
  text-align: center;
}

.h_services_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 22px;
}

.h_services_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  max-height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #01074a;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.h_services_pict {
  margin-bottom: 10px;
  padding: 5px 6%;
}

.h_services_pict.left {
  padding-right: 9%;
  padding-left: 9%;
  border-left-style: none;
}

.h_services_pict.roads {
  padding-right: 7%;
  padding-left: 7%;
}

.h_services_pict.mass {
  padding-right: 7%;
  padding-left: 7%;
}

.h_service_line {
  width: 1px;
  max-width: 1px;
  min-width: 1px;
  margin-bottom: 25px;
  background-color: #979797;
}

.h_services_title {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 44px;
  line-height: 42px;
}

.h_news_slider {
  width: 100%;
  padding-right: 180px;
  padding-left: 180px;
  direction: rtl;
  font-size: 20px;
  text-align: center;
}

.content_title_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-bottom: 1%;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_title_block.small {
  margin-top: 50px;
  margin-bottom: 10px;
}

.content_title_block.files {
  max-width: none;
  margin-bottom: 25px;
}

.content_title_line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #979797;
}

.content_title_shape {
  position: relative;
  width: 30px;
  height: 10px;
  background-color: #c2a166;
}

.content_title_shape.small {
  width: 24px;
  height: 8px;
}

.content_title_shape.files {
  width: 28px;
  height: 8px;
}

.content_block_title {
  position: relative;
  margin-top: 3px;
  margin-bottom: 0px;
  padding-right: 1%;
  padding-left: 1%;
  background-color: #fafafa;
  line-height: 28px;
}

.content_block_title.small {
  padding-right: 1.5%;
  padding-left: 1.5%;
  font-size: 20px;
  line-height: 24px;
}

.content_block_title.files {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 20px;
  line-height: 24px;
}

.project_grid_block {
  position: relative;
  width: 48.2%;
  height: 25vw;
  max-height: 460px;
  margin-bottom: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.project_grid_block.list {
  width: 24%;
  height: 23vw;
  max-height: 420px;
}

.project_grid_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.project_grid_pict {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.8;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.project_grid_pict:hover {
  width: 110%;
}

.project_grid_title {
  position: relative;
  margin: 0px 3%;
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
}

.project_grid_title.list {
  margin-top: 50%;
  font-size: 40px;
  line-height: 40px;
}

.project_grid_txt {
  position: relative;
  margin-right: 3%;
  margin-left: 3%;
}

.project_grid_txt.list {
  font-size: 19px;
  line-height: 22px;
}

.project_grid_flah {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  padding: 5px 30px;
  background-color: #ffd104;
  color: #000;
  font-size: 18px;
  line-height: 20px;
}

.project_grid_flah.planning {
  background-color: #00bcf2;
}

.project_grid_flah.initiation {
  background-color: #f37121;
}

.project_grid_flah.clear {
  background-color: #fff;
}

.footer_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_content.credits {
  margin-bottom: 40px;
  padding-top: 10px;
  color: #000c39;
  font-size: 18px;
  line-height: 22px;
}

.footer_content.social {
  padding-top: 30px;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer_content.bottom {
  padding-top: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer_logo {
  width: 260px;
}

.social_group {
  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;
  direction: ltr;
}

.social_link {
  width: 30px;
  margin-right: 36px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social_link:hover {
  opacity: 0.6;
}

.social_link.youtoube {
  width: 46px;
}

.footer_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_links_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.footer_links_group.bottom {
  width: 64%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.footer_link_item {
  width: 33%;
  margin-bottom: 20px;
  padding-left: 15px;
}

.footer_link_item.bottom {
  width: auto;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
}

.footer_link {
  color: #fff;
}

.footer_link:hover {
  color: #00bcf2;
}

.footer_contact_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 18px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 20px;
}

.footer_contact_link:hover {
  color: #c2a166;
}

.footer_contact_ic {
  position: relative;
  top: -2px;
  width: 22px;
  margin-left: 16px;
}

.footer_buttons_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer_link_line {
  width: 2px;
  height: 14px;
  margin-right: 20px;
  margin-bottom: 3px;
  margin-left: 20px;
  background-color: #fff;
  font-size: 18px;
}

.cyber_link {
  color: #000c39;
  text-align: left;
}

.cyber_link:hover {
  color: #00bcf2;
}

.breadcrumbs_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 22px;
}

.breadcrumbs_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs_link {
  margin-left: 10px;
  color: #000;
}

.breadcrumbs_link:hover {
  color: #00bcf2;
}

.wide_title_group {
  position: relative;
  padding: 2.5% 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.wide_title_group.nopict {
  padding-top: 1%;
  padding-bottom: 1%;
}

.wide_title_strocks {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide_title_strocks.projects {
  left: 0%;
  top: 15%;
  right: auto;
  bottom: auto;
  z-index: 10;
}

.wide_title_strocks.nopict {
  width: 32%;
}

.project_content_group {
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project_content_group.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 18%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project_content_block {
  position: relative;
  display: inline-block;
  width: 45%;
  margin-right: 6%;
  margin-left: auto;
  float: none;
}

.project_map_group {
  display: inline-block;
  width: 24%;
  margin-top: 15px;
  padding: 1%;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.sub_menu_group {
  z-index: 90;
  display: inline-block;
  width: 18%;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  border-top: 5px solid #979797;
  background-color: transparent;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.sub_menu_group.simulate {
  margin-top: 0px;
  padding-top: 0px;
  border-top-style: none;
}

.project_title {
  font-size: 52px;
  line-height: 50px;
}

.sub_menu_link {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  padding: 0px;
  color: #00bcf2;
  text-align: right;
}

.sub_menu_link:hover {
  color: #000c39;
}

.sub_menu_link.w--current {
  color: #000c39;
}

.contractor_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%;
  padding: 3% 3.5% 3% 8%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.gallery_block {
  width: 103%;
  margin-bottom: 20px;
}

.gallery_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 18.3%;
  height: 4.4vw;
  max-height: 70px;
  margin-bottom: 1.4%;
  margin-left: 1.4%;
  float: right;
  -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-color: #ededed;
  color: #000;
}

.gallery_link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fafafa;
}

.project_title_group {
  display: none;
  margin-top: -100px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.h_news_link {
  color: #000;
}

.contractor_logo {
  width: 30%;
}

.contractor_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 20px;
}

.contractor_name {
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
}

.contractor_txt {
  margin-bottom: 5px;
}

.contractor_link {
  margin-bottom: 5px;
}

.tab_map_link {
  margin-right: 5%;
  margin-bottom: 5px;
  margin-left: 5%;
  padding: 5px 0px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.tab_map_link.w--current {
  border-bottom-color: #00bcf2;
  background-color: transparent;
  color: #00bcf2;
}

.tab_map_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 10px;
  -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;
  font-weight: 700;
  text-align: center;
}

.project_pict_cover {
  position: absolute;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: height 300ms ease, width 300ms ease;
  transition: height 300ms ease, width 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.project_pict_cover:hover {
  width: 110%;
  height: 105%;
  max-width: 110%;
  min-width: 110%;
}

.project_list_flah {
  position: absolute;
  left: 15px;
  top: 15px;
  right: auto;
  bottom: auto;
  padding: 4px 22px 3px;
  background-color: #ffd104;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}

.project_list_flah.planning {
  background-color: #00bcf2;
}

.sub_menu_list {
  width: 100%;
}

.wide_content_block {
  display: inline-block;
  width: 62%;
  margin-right: auto;
  margin-left: auto;
}

.wide_content_block.no_menu {
  width: 68%;
  margin-right: 15%;
}

.wide_content_block.menu {
  width: 68%;
  margin-right: 6%;
}

.filtering_group {
  position: relative;
  z-index: 90;
  display: inline-block;
  width: 33%;
  margin-top: 10px;
  margin-bottom: 18px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  font-size: 20px;
  line-height: 20px;
}

.content_title_group {
  display: none;
  margin-top: -60px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.content_title_group.desktop {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.content_title_group.desktop_short {
  position: relative;
  display: block;
  width: 68%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 50px;
}

.list_content_group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1520px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_content_group.desktop {
  margin-top: 20px;
  margin-bottom: 0px;
}

.list_content_group.desktop_center {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 18%;
}

.careers_list {
  width: 100%;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  clear: both;
  line-height: 20px;
}

.careers_titles_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 3%;
  padding-left: 0%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #c2a166;
  font-size: 16px;
  line-height: 18px;
}

.content_search {
  border-bottom: 1px solid #979797;
  font-weight: 400;
}

.content_search_button {
  width: 13%;
  height: 28px;
  margin-bottom: 2px;
  padding: 0px;
  float: left;
  background-color: transparent;
  background-image: url('../images/ic_search.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: transparent;
}

.menu_txt_field {
  width: 85%;
  height: 28px;
  margin-bottom: 2px;
  padding: 0px;
  float: right;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
}

.menu_txt_field:active {
  border-color: transparent;
}

.menu_txt_field:focus {
  border-color: transparent;
}

.careers_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5%;
  padding: 2.5% 3% 1.5% 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.careers_info_block {
  width: 18%;
  margin-left: 2%;
  padding-top: 2px;
}

.careers_info_block.name {
  width: 36%;
}

.careers_info_block.add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  margin-top: -8px;
  margin-right: 0%;
  margin-left: 0%;
  -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;
  text-align: center;
}

.careers_info_block.brigade {
  width: 26%;
}

.careers_info_block.quest_add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin-top: -8px;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 1%;
  -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;
  text-align: center;
}

.careers_result_group {
  width: 70%;
  margin-top: 10px;
  margin-right: 13%;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.careers_mob_label {
  display: none;
  color: #c2a166;
  font-weight: 700;
}

.careers_add_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-top: -2px;
  padding-right: 13px;
  padding-left: 13px;
  -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;
  border-radius: 50%;
  background-color: #01074a;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
}

.careers_add_info:hover {
  background-color: #00bcf2;
}

.careers_add_info.close {
  background-color: #00bcf2;
}

.careers_add_info.close:hover {
  background-color: #01074a;
}

.careers_buttons_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.careers_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  min-height: 36px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 2px;
  -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-color: #00bcf2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.careers_button:hover {
  background-color: #00acdd;
}

.careers_result_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.careers_info_title {
  min-width: 60px;
  color: #c2a166;
  font-weight: 700;
}

.form_checkbox {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-left: 10px;
  float: right;
  border-color: rgba(0, 22, 72, 0.24);
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
}

.form_checkbox.w--redirected-checked {
  border-color: #00bcf2;
  background-color: #00bcf2;
}

.content_form {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  padding-left: 15%;
  direction: rtl;
  font-weight: 300;
}

.content_form.tenders {
  margin-top: 3px;
  padding-left: 0%;
}

.form_comment {
  width: 100%;
  padding-right: 26%;
}

.form_button {
  width: 12%;
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #00bcf2;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.form_button:hover {
  background-color: #01074a;
  color: #fff;
}

.form_button.careers_form {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 40%;
  margin-left: 15%;
  padding: 13px 0px;
  background-color: #00bcf2;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

.form_button.careers_form:hover {
  background-color: #01074a;
}

.form_button.doc {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.form_button.doc:hover {
  text-decoration: none;
}

.form_button.tender_form {
  width: 40%;
  margin-left: 15%;
  padding: 13px 0px;
  background-color: #00bcf2;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

.form_button.tender_form:hover {
  background-color: #01074a;
}

.form_button.vendor_form {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40%;
  padding: 13px 0px;
  background-color: #00bcf2;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

.form_button.vendor_form:hover {
  background-color: #01074a;
}

.form_button.file {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 44px;
  margin-top: 24px;
}

.form_button.online_form {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30%;
  padding: 13px 0px;
  background-color: #00bcf2;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

.form_button.online_form:hover {
  background-color: #01074a;
}

.checkbox_label {
  font-weight: 400;
}

.form_field_group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.form_field_group.info {
  margin-top: -0.2vw;
  padding-bottom: 0vw;
  font-weight: 500;
}

.form_field_group.room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form_field_group.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  float: left;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form_field_group.sm {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form_field_group.chekbox {
  display: block;
  width: 100%;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form_field_group.tenders {
  width: 32%;
  margin-bottom: 8px;
  clear: none;
}

.form_field_group.date {
  width: 40%;
  clear: none;
}

.form_field_group.file {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_field_group.duo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_checkbox_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_form_group {
  width: 48%;
  margin-bottom: 20px;
  float: right;
  clear: right;
}

.content_form_group.left {
  float: left;
  clear: none;
}

.form_label_comment {
  margin-bottom: 0px;
  clear: both;
  color: #d00;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.form_label_comment.detaiils_room {
  width: 48%;
}

.form_label_comment.file {
  color: #000;
}

.form_label_comment.online {
  width: 100%;
  opacity: 1;
}

.form_label_comment.file_info {
  width: 100%;
  margin-top: 8px;
  color: #000;
}

.form_field {
  height: 44px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
  font-size: 18px;
  font-weight: 400;
}

.form_field.sm {
  width: 24%;
}

.form_field.code {
  width: 26%;
  padding-right: 0.6vw;
  padding-left: 0.6vw;
  direction: rtl;
  font-size: 18px;
  text-align: center;
}

.form_field.yom {
  width: 31.8%;
  padding-right: 0.6vw;
  direction: rtl;
  text-align: center;
}

.form_field.tel {
  width: 72%;
  font-size: 18px;
  text-align: left;
}

.form_field.failing {
  border-color: #d00;
}

.form_field.room {
  width: 48%;
}

.form_field.area {
  height: 143px;
}

.form_field.vendor_area {
  height: 265px;
}

.form_field.tenders {
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.form_field.phone {
  text-align: left;
}

.form_field.online_form {
  height: 200px;
}

.client_form_label {
  margin-bottom: 0px;
  margin-left: 5px;
  float: right;
  color: #000c39;
}

.client_form_label.room {
  width: 48%;
}

.client_tel_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  direction: ltr;
}

.client_tel_group.date {
  direction: rtl;
}

.careers_form_info {
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form_bullet {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 10px;
  margin-top: 6px;
  margin-left: 15px;
  float: right;
  background-color: #c2a166;
}

.form_info_txt {
  display: inline;
  margin-left: 10px;
  float: right;
}

.form_info_link {
  margin-left: 10px;
  float: right;
}

.form_info_link:hover {
  text-decoration: underline;
}

.careers_form_group {
  margin-top: 20px;
  margin-bottom: 20px;
}

.filtering_select {
  height: 28px;
  margin-bottom: 0px;
  padding: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 18px;
}

.quest_block {
  width: 89%;
  padding-top: 2px;
  color: #000c39;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.answer_group {
  width: 89%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.quest_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 26px;
}

.tender_download_group {
  display: inline-block;
  width: 24%;
  margin-top: 2px;
  padding-bottom: 3%;
  float: left;
}

.download_list {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.download_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000c39;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
}

.download_link:hover {
  color: #00bcf2;
}

.download_icon {
  width: 28px;
  min-width: 28px;
  margin-left: 15px;
}

.tender_content_group {
  position: relative;
  display: inline-block;
  width: 46%;
  margin-right: 6%;
  margin-left: auto;
  float: none;
}

.tender_title_group {
  position: relative;
  display: none;
  margin-top: -100px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.tender_flah {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 58px;
  margin-top: -5px;
  margin-right: -65px;
  padding-right: 3px;
  padding-left: 3px;
  -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;
  border-radius: 50%;
  background-color: hsla(0, 0%, 59.2%, 0.15);
  color: #ba9044;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.tender_info_title {
  position: relative;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2%;
  border-left: 1px solid #979797;
}

.tender_info_content {
  width: 68%;
  padding-top: 10px;
  padding-right: 4%;
  padding-bottom: 10px;
  font-weight: 700;
}

.tender_info_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 10px;
  padding-top: 2px;
  padding-right: 5%;
  padding-left: 5%;
  float: right;
  -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-color: #00bcf2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 400;
}

.tender_info_button:hover {
  background-color: #00acdd;
}

.tender_info_list {
  position: relative;
  top: 10px;
  margin-bottom: 30px;
  padding: 4% 4% 4% 1%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
}

.tender_info_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  line-height: 22px;
}

.tender_form {
  position: relative;
  top: 10px;
  margin-bottom: 30px;
  padding: 4% 4% 4% 1%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
}

.tenders_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-top: -50px;
  margin-bottom: 18px;
  padding: 8px 25px 6px;
  float: left;
  -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-color: #00bcf2;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.tenders_button:hover {
  background-color: #00acdd;
}

.tenders_list {
  width: 100%;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  clear: both;
  line-height: 20px;
}

.tenders_info_block {
  width: 15%;
  margin-left: 2%;
  padding-top: 2px;
}

.tenders_info_block.name {
  width: 38%;
  margin-left: 4%;
}

.tenders_info_block.reach {
  width: 8%;
}

.tenders_info_block.number {
  width: 12%;
}

.tenders_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5%;
  padding: 2% 3% 2% 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.tender_name {
  display: block;
  color: #000c39;
  font-weight: 700;
}

.tender_name:hover {
  color: #00bcf2;
}

.table_titles_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 3%;
  padding-left: 0%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #c2a166;
  font-size: 16px;
  line-height: 18px;
}

.table_titles_group.single_vendor {
  padding-right: 2%;
}

.table_info_block {
  width: 18%;
  margin-left: 2%;
  padding-top: 2px;
}

.table_list {
  width: 100%;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  clear: both;
  line-height: 20px;
}

.table_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5%;
  padding: 1.5% 3% 1.5% 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.table_list_item.single_vendor {
  padding-right: 2%;
}

.director_list_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.director_list_item.staff {
  width: 22%;
  margin-left: 2.8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.director_pict_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 31%;
  max-height: 380px;
  -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-color: rgba(0, 0, 0, 0.09);
  background-image: url('../images/face_front.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.director_pict_block.staff {
  width: 100%;
  height: 19vw;
  max-height: 280px;
  margin-bottom: 5px;
}

.director_list_info {
  position: relative;
  width: 65%;
  padding-top: 3%;
  padding-bottom: 10%;
  padding-left: 5%;
  line-height: 24px;
}

.director_list_info.staff {
  width: 100%;
  padding: 5% 7% 7%;
  font-size: 16px;
  line-height: 20px;
}

.director_pict {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.director_list_button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 8%;
  padding: 10px 7% 8px;
  background-color: #00bcf2;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
  line-height: 18px;
}

.director_list_button:hover {
  background-color: #ffd104;
  color: #000;
}

.director_list_button.mobile {
  display: none;
}

.director_title {
  margin-top: 0px;
  margin-bottom: 2%;
  font-size: 32px;
  line-height: 32px;
}

.director_title.staff {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
}

.director_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  margin-top: 12px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 20px;
}

.director_list.staff {
  width: 103%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.staff_role_title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #c2a166;
  font-size: 16px;
  line-height: 18px;
}

.news_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.news_list {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  clear: both;
  line-height: 20px;
}

.news_list_link {
  width: 100%;
  padding: 2% 3% 2% 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

.news_list_link:hover {
  background-color: #f5f5f5;
}

.news_item_date {
  width: 18%;
  height: 100%;
  padding-top: 5px;
  padding-right: 2%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
  color: #c2a166;
  font-size: 23px;
  line-height: 26px;
}

.news_item_title {
  width: 77%;
  margin-top: 5px;
  float: right;
  font-size: 23px;
  line-height: 28px;
}

.news_add_txt {
  width: 77%;
  float: right;
}

.pict_credit {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 5px;
  padding-left: 2%;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
}

.content_hl_list {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  clear: both;
  line-height: 20px;
}

.content_hl_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.content_hl_pict {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  max-height: 240px;
  -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;
}

.hl_pict {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hl_info_group {
  position: relative;
  width: 44%;
  margin-top: 2.5%;
  margin-right: 3%;
  margin-bottom: 2.5%;
  padding-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
}

.hl_button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px 8px;
  float: right;
  -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-color: #00bcf2;
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.hl_button:hover {
  background-color: #ffd104;
  color: #000;
}

.hl_title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 28px;
}

.single_vendor_block {
  width: 13.2%;
  margin-left: 1.5%;
  padding-top: 2px;
}

.single_vendor_block.opinion {
  width: 10.4%;
}

.single_vendor_block.date {
  width: 12%;
}

.single_vendor_block.topic {
  width: 16%;
}

.exemption_block {
  width: 16%;
  margin-left: 2%;
  padding-top: 2px;
}

.exemption_block.topic {
  width: 62%;
}

.content_download_group {
  display: inline-block;
  width: 24%;
  margin-top: 8px;
  padding-bottom: 3%;
  float: left;
}

.content_download_group.simulate {
  margin-top: 0px;
  padding-bottom: 0%;
}

.tab_link {
  width: 100%;
  height: 100%;
}

.popup_section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 3% 18%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup_close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-top: 15px;
  margin-right: 15px;
  padding-right: 7px;
  padding-left: 7px;
  -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;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.popup_close:hover {
  background-color: #ffd104;
}

.separate_form_group {
  width: 100%;
  margin-bottom: 35px;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.separate_form {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separate_label {
  margin-bottom: 3px;
  margin-left: 5px;
  float: right;
  color: #000c39;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.separate_date_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: both;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
  color: #000c39;
  font-size: 18px;
  font-weight: 400;
}

.separate_date_field {
  width: 36%;
  margin-bottom: 0px;
  padding: 0px 10px;
  border: 1px solid transparent;
  font-size: 18px;
}

.ic_calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-left: 10px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  -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.7;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

.ic_calendar:hover {
  opacity: 1;
}

.separate_button {
  position: relative;
  display: block;
  min-height: 40px;
  margin-top: 10px;
  margin-right: 3%;
  padding: 8px 2.6vw 6px;
  background-color: #c2a166;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.separate_button:hover {
  background-color: #b8975c;
}

.separate_line {
  width: 2px;
  height: 24px;
  min-width: 2px;
  border-right: 1px dashed #979797;
}

.slider_section {
  position: relative;
  -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-color: #fff;
}

.home_slider {
  height: 32vw;
  background-color: #fff;
}

.home_slide {
  padding: 2% 5%;
}

.slider_pict_block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 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;
}

.h_slider_arrow {
  width: 5%;
  color: #fff;
  font-size: 2.2vw;
}

.h_slider_arrow:hover {
  color: #00bcf2;
}

.h_slider_nav {
  height: 2.6vw;
  padding-top: 0px;
  font-size: 1vw;
  line-height: 1vw;
}

.slider_pict {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide_gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.24)));
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.24));
}

.form_check_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.02717833588089%;
  margin-bottom: 10px;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.form_check_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 20px;
  padding-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project_pict_slider {
  width: 100%;
  height: 100%;
  min-width: 100%;
}

.project_pict_arrov {
  display: none;
}

.project_pict_navbar {
  display: none;
}

.seg_share {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 8px;
  padding-right: 5%;
  padding-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.seg_share_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
  -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;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.seg_share_link:hover {
  opacity: 0.78;
}

.seg_share_link.what {
  padding-right: 7px;
  padding-left: 7px;
  background-color: #39b54a;
}

.seg_share_link.face {
  padding-right: 12px;
  padding-left: 12px;
  background-color: #3b5998;
}

.online_form_group {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 16%;
  float: right;
  clear: right;
}

.form_file_block {
  width: 42%;
  margin-left: 2%;
}

.files_titles_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 3%;
  padding-left: 0%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #c2a166;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.files_list {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  clear: both;
  line-height: 20px;
  font-weight: 400;
}

.files_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5%;
  padding: 2% 3% 2% 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  font-size: 17px;
  line-height: 19px;
}

.files_info_block {
  width: 47%;
  margin-left: 3%;
  padding-top: 2px;
}

.files_info_block.name {
  width: 38%;
}

.file_delit {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-top: 1.3%;
  margin-left: 10px;
  padding-right: 6px;
  padding-left: 6px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #d00;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.file_delit:hover {
  background-color: rgba(221, 0, 0, 0.1);
}

.form_duo_block {
  width: 49%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5.4vw;
    line-height: 5vw;
  }

  h2 {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  h3 {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 24px;
    line-height: 26px;
  }

  h4 {
    margin-top: 1vw;
    margin-bottom: 2vw;
    font-size: 18px;
    line-height: 22px;
  }

  p {
    margin-bottom: 2%;
    font-size: 16px;
    line-height: 22px;
  }

  ul {
    margin-bottom: 2vw;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .bgr_video {
    display: none;
  }

  .top_section {
    padding: 0px 0%;
  }

  .top_negishut {
    width: 3.8vw;
    margin-top: 1.5vw;
    margin-left: 2vw;
  }

  .navbar {
    display: block;
    max-width: none;
  }

  .top_logo {
    top: -2px;
    z-index: 100;
    width: 15vw;
    margin-top: 1vw;
    margin-right: 2vw;
    margin-bottom: 0.5vw;
    float: right;
  }

  .nav_search_group {
    display: none;
  }

  .nav_search_group.mobile {
    position: relative;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2vw;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .nav_menu {
    padding-bottom: 3vw;
    border-bottom: 1px solid #979797;
    background-color: #fff;
  }

  .nav_dropdown.mob {
    display: block;
    overflow: visible;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #fff;
  }

  .nav_dropbutton.mob {
    display: block;
    padding: 0px;
    border-top: 1px solid transparent;
    background-image: url('../images/ic_menu_open.svg');
    background-position: 0% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    font-size: 20px;
    text-align: right;
  }

  .nav_dropbutton.mob.w--open {
    border-top: 1px solid #000c39;
    background-color: #fafafa;
    background-image: url('../images/ic_menu_close.svg');
    box-shadow: none;
  }

  .nav_droplist.w--open {
    position: relative;
    margin-top: 0px;
    margin-bottom: 1.5vw;
    padding-top: 1.5vw;
    padding-right: 0.6vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #000c39;
    box-shadow: none;
  }

  .menu_mobile_group {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top_content_group {
    display: none;
  }

  .top_search {
    width: 60vw;
    margin-bottom: 3vw;
    margin-left: 0px;
  }

  .top_txt_field {
    height: 32px;
    font-size: 20px;
  }

  .top_search_button {
    width: 44px;
    height: 32px;
    margin-bottom: 0px;
  }

  .menu_cat_group {
    width: 31.2%;
    max-width: none;
    margin-right: 2%;
    margin-bottom: 2vw;
    padding-right: 1.4vw;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 15px;
    line-height: 20px;
    text-align: right;
  }

  .menu_cat_line {
    display: none;
    margin-top: 0.5vw;
    margin-bottom: 2vw;
  }

  .menu_cat_link {
    margin-top: 5px;
    font-weight: 400;
  }

  .menu_sub_link {
    color: #01074a;
    line-height: 18px;
  }

  .navmenu_button {
    width: 9vw;
    height: 7vw;
    margin-left: 6vw;
    padding: 0px;
    float: left;
    background-image: url('../images/ic_open_dark.svg');
    background-position: 50% 50%;
    background-size: 4vw;
    background-repeat: no-repeat;
  }

  .navmenu_button.w--open {
    background-color: #fff;
    background-image: url('../images/ic_close_menu.svg');
    background-size: 3.4vw;
  }

  .present_section {
    min-height: 32vw;
  }

  .present_strocks {
    padding-right: 0%;
    padding-left: 0%;
  }

  .present_pict_block {
    display: block;
  }

  .present_info_group {
    max-width: none;
    padding-left: 20%;
  }

  .present_info_group.slider {
    padding-left: 15%;
  }

  .h_present_slogan {
    font-size: 5vw;
    line-height: 4.6vw;
  }

  .h_present_txt {
    font-size: 2vw;
    line-height: 2vw;
  }

  .footer_section {
    padding-right: 3%;
    padding-bottom: 3vw;
    padding-left: 3%;
  }

  .content_group {
    max-width: none;
  }

  .content_group.strocks {
    top: -1.2vw;
  }

  .content_group.services {
    width: 100%;
    max-width: none;
    padding-top: 0px;
    padding-bottom: 2.5vw;
  }

  .content_group.news {
    height: auto;
    padding: 2vw 2% 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content_group.projects {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .content_group.list_title {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .content_group.projects_list {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .present_button {
    margin-top: 1vw;
    padding: 1vw 2vw 0.8vw 4vw;
    background-position: 2vw 50%;
    background-size: 1vw;
    font-size: 1.6vw;
    line-height: 1.8vw;
  }

  .present_button.news {
    position: relative;
    width: auto;
    margin-top: 1vw;
    padding: 0.7vw 2vw 0.5vw;
    border-right-style: none;
    border-right-color: #000;
    background-size: 1.2vw;
    color: #fff;
    font-size: 2.2vw;
    line-height: 2vw;
  }

  .present_button.to_top {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 6vw;
    height: 4vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0px;
    background-size: 4.2vw;
  }

  .present_button.footer {
    width: 19vw;
    margin-right: 2vw;
    margin-left: 2vw;
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .h_services_txt {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .h_services_content {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .h_services_pict.roads {
    margin-bottom: 0vw;
  }

  .h_service_line {
    margin-bottom: 2vw;
  }

  .h_services_title {
    margin-bottom: 0px;
    font-size: 3.2vw;
    line-height: 3vw;
  }

  .h_news_slider {
    overflow: hidden;
    padding: 0.4vw 0px;
    font-size: 2.2vw;
    line-height: 2vw;
  }

  .content_title_block {
    max-width: none;
  }

  .content_title_block.small {
    margin-top: 3vw;
    margin-bottom: 1vw;
  }

  .content_title_block.files {
    margin-bottom: 4%;
  }

  .content_title_shape {
    width: 2.6vw;
    height: 1.4vw;
  }

  .content_title_shape.small {
    width: 18px;
  }

  .content_title_shape.files {
    width: 24px;
  }

  .content_block_title {
    margin-top: 0.2vw;
    padding-right: 1.5%;
    padding-left: 1.5%;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .content_block_title.small {
    font-size: 18px;
    line-height: 22px;
  }

  .content_block_title.files {
    padding-right: 2vw;
    padding-left: 2vw;
    font-size: 18px;
    line-height: 22px;
  }

  .project_grid_block {
    height: 28vw;
    max-height: none;
  }

  .project_grid_link {
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .project_grid_pict:hover {
    width: 100%;
  }

  .project_grid_title {
    font-size: 3.6vw;
    line-height: 3.4vw;
  }

  .project_grid_title.list {
    margin-top: 40%;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .project_grid_txt.list {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .project_grid_flah {
    left: 1vw;
    top: 1vw;
    padding: 0.4vw 1.6vw 0.3vw;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .footer_content {
    max-width: none;
    padding-top: 4vw;
  }

  .footer_content.credits {
    max-width: none;
    margin-bottom: 6vw;
    padding-top: 2vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .footer_content.social {
    padding-top: 2vw;
    padding-bottom: 1vw;
  }

  .footer_content.bottom {
    padding-top: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_logo {
    width: 24vw;
  }

  .social_link {
    width: 3vw;
    margin-right: 3.4vw;
  }

  .social_link.youtoube {
    width: 4.4vw;
    margin-right: 0vw;
  }

  .footer_contact {
    width: 34%;
  }

  .footer_links_group {
    width: 60%;
    font-size: 2.2vw;
    line-height: 2.2vw;
  }

  .footer_links_group.bottom {
    width: 100%;
    margin-bottom: 4vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2vw;
    line-height: 2vw;
  }

  .footer_link_item {
    width: 49%;
    margin-bottom: 2vw;
    padding-left: 2vw;
  }

  .footer_link_item.bottom {
    margin-bottom: 1vw;
  }

  .footer_contact_link {
    margin-bottom: 2vw;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .footer_contact_ic {
    top: 0vw;
    width: 2vw;
    margin-left: 1.5vw;
  }

  .footer_buttons_group {
    position: relative;
    padding-bottom: 7vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer_link_line {
    margin-right: 2vw;
    margin-bottom: 0.2vw;
    margin-left: 2vw;
  }

  .breadcrumbs_list {
    margin-top: 1%;
    font-size: 2vw;
    line-height: 2vw;
  }

  .breadcrumbs_item {
    margin-left: 1vw;
  }

  .breadcrumbs_link {
    margin-left: 1vw;
  }

  .wide_title_group {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .wide_title_group.nopict {
    margin-bottom: 2%;
  }

  .wide_title_strocks.nopict {
    width: 30%;
    margin-top: -1%;
  }

  .project_content_group {
    max-width: none;
    margin-top: 0.4vw;
    margin-bottom: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project_content_group.center {
    padding-right: 0%;
  }

  .project_content_block {
    width: 63%;
    margin-right: 0%;
  }

  .project_map_group {
    width: 34%;
    margin-top: 75px;
  }

  .sub_menu_group {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 90;
    width: 50vw;
    margin-top: 0px;
    padding-top: 0vw;
    border-top-style: none;
  }

  .project_title {
    font-size: 40px;
    line-height: 38px;
  }

  .sub_menu_link {
    margin-bottom: 2vw;
    color: #fff;
    font-size: 18px;
  }

  .sub_menu_link:hover {
    color: #fff;
  }

  .sub_menu_link.w--current {
    color: #00bcf2;
  }

  .contractor_block {
    padding-right: 4%;
    padding-left: 4%;
  }

  .gallery_block {
    width: 102%;
    margin-bottom: 2vw;
    text-align: center;
  }

  .gallery_link {
    width: 22.8%;
    height: 8vw;
    max-height: none;
    margin-bottom: 2%;
    margin-left: 2.1%;
  }

  .project_title_group {
    position: relative;
    z-index: 88;
    display: block;
    margin-top: 0px;
    margin-bottom: 2%;
    font-size: 22px;
    line-height: 22px;
  }

  .contractor_info {
    width: 64%;
    font-size: 16px;
    line-height: 18px;
  }

  .contractor_name {
    margin-top: 0px;
    margin-bottom: 0.5vw;
    font-size: 18px;
    line-height: 20px;
  }

  .contractor_txt {
    margin-bottom: 0.5vw;
  }

  .contractor_link {
    margin-bottom: 0.5vw;
  }

  .tab_map_link {
    margin-bottom: 1%;
    font-size: 16px;
    line-height: 18px;
  }

  .project_list_flah {
    left: 1vw;
    top: 1vw;
    padding: 0.4vw 1.6vw 0.3vw;
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .sub_menu_list {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 50vw;
    margin-bottom: 2vw;
    padding: 2.5vw 3vw 1.5vw;
    background-color: rgba(0, 22, 72, 0.85);
    color: #fff;
  }

  .sub_menu_button {
    width: 50px;
    height: 50px;
    padding: 0px;
    float: left;
    border-top: 3px solid #01074a;
    background-color: rgba(0, 22, 72, 0.24);
    background-image: url('../images/ic_plus.svg');
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
  }

  .sub_menu_button.w--open {
    background-color: rgba(0, 22, 72, 0.85);
    background-image: url('../images/ic_minus.svg');
    background-size: 16px;
  }

  .wide_content_block {
    width: 100%;
    margin-right: 0%;
    padding-top: 1%;
  }

  .wide_content_block.no_menu {
    width: 100%;
    margin-right: 0%;
    margin-left: 0px;
  }

  .wide_content_block.menu {
    width: 100%;
    margin-right: 0%;
    margin-left: 0px;
  }

  .filtering_group {
    width: 50vw;
    margin-top: 0px;
    padding-top: 0vw;
    border-top-style: none;
  }

  .content_title_group {
    position: relative;
    z-index: 88;
    display: block;
    margin-top: 0px;
    margin-bottom: 2%;
    margin-left: 10%;
    font-size: 22px;
    line-height: 22px;
  }

  .list_content_group {
    max-width: none;
    margin-top: 0.4vw;
    margin-bottom: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list_content_group.desktop {
    display: none;
  }

  .list_content_group.desktop_center {
    display: none;
  }

  .careers_list {
    margin-bottom: 3vw;
    font-size: 16px;
    line-height: 18px;
  }

  .careers_titles_group {
    padding-right: 2%;
    font-size: 14px;
    line-height: 14px;
  }

  .content_search_button {
    width: 44px;
    height: 32px;
  }

  .menu_txt_field {
    width: 86%;
    height: 32px;
    font-size: 16px;
  }

  .careers_list_item {
    padding-right: 2%;
  }

  .careers_info_block.name {
    width: 38%;
  }

  .careers_info_block.add {
    width: 10%;
    margin-top: -5px;
  }

  .careers_info_block.brigade {
    width: 27%;
  }

  .careers_info_block.quest_add {
    width: 10%;
    margin-top: -5px;
    padding-right: 0%;
  }

  .careers_result_group {
    width: 74%;
    margin-top: 1vw;
    margin-right: 10%;
    margin-bottom: 1vw;
    padding-top: 2vw;
    padding-bottom: 1.2vw;
  }

  .careers_add_info {
    width: 34px;
    height: 34px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .careers_buttons_group {
    margin-top: 20px;
  }

  .careers_button {
    width: 30%;
    min-height: 4vw;
    padding-top: 0.4vw;
  }

  .careers_result_info {
    margin-top: 15px;
  }

  .form_checkbox {
    margin-left: 1vw;
  }

  .content_form {
    margin-top: 2%;
    margin-bottom: 4%;
    padding-bottom: 0px;
    padding-left: 0%;
  }

  .content_form.tenders {
    margin-top: 1vw;
  }

  .form_button {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .form_button.careers_form {
    width: 49%;
    margin-left: 0%;
    padding-top: 1.6vw;
    padding-bottom: 1.4vw;
    font-size: 24px;
    line-height: 28px;
  }

  .form_button.doc {
    height: 3.2vw;
    padding-right: 1vw;
    padding-left: 1vw;
    font-size: 1.5vw;
    line-height: 1.5vw;
  }

  .form_button.tender_form {
    top: 0px;
    width: 49%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: 0%;
    padding-top: 1.6vw;
    padding-bottom: 1.4vw;
    font-size: 24px;
    line-height: 26px;
  }

  .form_button.vendor_form {
    position: relative;
    width: 49%;
    margin-left: 0%;
    padding-top: 1.6vw;
    padding-bottom: 1.4vw;
    float: right;
    clear: both;
    font-size: 24px;
    line-height: 28px;
  }

  .form_button.file {
    margin-top: 22px;
  }

  .form_button.online_form {
    position: relative;
    width: 49%;
    margin-left: 0%;
    padding-top: 1.6vw;
    padding-bottom: 1.4vw;
    float: right;
    clear: both;
    font-size: 24px;
    line-height: 28px;
  }

  .form_field_group {
    margin-bottom: 15px;
    line-height: 22px;
  }

  .form_checkbox_field {
    margin-bottom: 15px;
  }

  .content_form_group {
    width: 49%;
  }

  .form_label_comment.detaiils {
    line-height: 2vw;
  }

  .form_label_comment.detaiils_room {
    line-height: 2vw;
  }

  .form_field.yom {
    font-size: 1.5vw;
  }

  .form_field.area {
    height: 145px;
  }

  .form_field.online_form {
    height: 220px;
  }

  .client_form_label {
    margin-left: 1vw;
    font-size: 18px;
  }

  .careers_form_info {
    margin-bottom: 1.5vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .form_bullet {
    width: 2.6vw;
    height: 1.4vw;
    margin-top: 0.4vw;
    margin-left: 1vw;
  }

  .answer_group {
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-top: 2vw;
    padding-bottom: 2.5vw;
  }

  .tender_download_group {
    width: 34%;
    margin-top: 75px;
  }

  .download_link {
    margin-bottom: 6%;
    font-size: 14px;
    line-height: 15px;
  }

  .download_icon {
    width: 24px;
    min-width: 24px;
    margin-left: 2vw;
  }

  .tender_content_group {
    width: 63%;
    margin-right: 0%;
  }

  .tender_title_group {
    position: relative;
    z-index: 88;
    display: block;
    margin-top: 0px;
    margin-bottom: 2%;
    padding-left: 0px;
    font-size: 22px;
    line-height: 22px;
  }

  .tender_flah {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 7vw;
    height: 7vw;
    margin-top: -0.5vw;
    margin-right: 0px;
    margin-left: -1.4vw;
    padding: 0.4vw 1.6vw 0.3vw;
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .tender_info_title {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .tender_info_content {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 18px;
  }

  .tender_info_button {
    min-height: 4vw;
    min-width: 70%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 0px;
    padding-top: 0.4vw;
    padding-right: 6%;
    padding-left: 6%;
    font-size: 16px;
  }

  .tender_info_list {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .tender_form {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .tenders_button {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 2vw;
    padding: 1vw 3vw;
    float: right;
    border-top-style: none;
    font-size: 16px;
    line-height: 18px;
  }

  .tenders_list {
    margin-bottom: 3vw;
    font-size: 16px;
    line-height: 18px;
  }

  .tenders_info_block.name {
    width: 38%;
  }

  .tenders_list_item {
    padding-right: 2%;
  }

  .table_titles_group {
    padding-right: 2%;
    font-size: 14px;
    line-height: 14px;
  }

  .table_list {
    margin-bottom: 3vw;
    font-size: 16px;
    line-height: 18px;
  }

  .table_list_item {
    padding-right: 2%;
  }

  .director_list_item {
    margin-bottom: 2%;
  }

  .director_list_item.staff {
    width: 22.8%;
    margin-bottom: 3%;
    margin-left: 2%;
  }

  .director_pict_block {
    width: 29%;
    height: auto;
    max-height: none;
  }

  .director_pict_block.staff {
    height: 26vw;
    max-height: none;
    margin-bottom: 0px;
  }

  .director_list_info {
    width: 67.5%;
    padding-top: 2.5%;
    padding-bottom: 8%;
    padding-left: 2.5%;
    font-size: 15px;
    line-height: 20px;
  }

  .director_list_info.staff {
    padding-top: 5%;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .director_list_button {
    bottom: 6%;
    padding: 8px 6% 6px;
    font-size: 14px;
    line-height: 16px;
  }

  .director_title {
    margin-bottom: 1%;
    font-size: 26px;
    line-height: 28px;
  }

  .director_title.staff {
    margin-bottom: 0.3vw;
    font-size: 2.4vw;
    line-height: 2.4vw;
  }

  .director_list {
    width: 100%;
    margin-top: 1vw;
    margin-bottom: 3vw;
    font-size: 16px;
    line-height: 18px;
  }

  .director_list.staff {
    margin-top: 2vw;
  }

  .staff_role_title {
    margin-bottom: 0.3vw;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .news_list {
    margin-top: 20px;
    margin-bottom: 3vw;
    font-size: 16px;
    line-height: 18px;
  }

  .news_item_date {
    width: 16%;
    padding-top: 2px;
    font-size: 20px;
    line-height: 22px;
  }

  .news_item_title {
    width: 80%;
    margin-top: 0px;
    font-size: 20px;
    line-height: 24px;
  }

  .news_add_txt {
    width: 80%;
  }

  .pict_credit {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.4px;
  }

  .content_hl_list {
    margin-bottom: 3vw;
    font-size: 16px;
    line-height: 18px;
  }

  .content_hl_item {
    overflow: hidden;
  }

  .content_hl_pict {
    max-height: 30vw;
  }

  .hl_info_group {
    padding-bottom: 5vw;
    font-size: 15px;
  }

  .hl_button {
    margin-top: 1vw;
    padding: 1vw 3vw 0.8vw;
    background-image: none;
    font-size: 1.8vw;
    line-height: 1.8vw;
  }

  .hl_title {
    font-size: 22px;
    line-height: 24px;
  }

  .single_vendor_block {
    font-size: 15px;
  }

  .nav_cat_link {
    position: relative;
    z-index: 10;
    display: block;
    width: 82%;
    height: 100%;
    padding-top: 8px;
    padding-right: 2.6vw;
    padding-bottom: 8px;
    color: #01074a;
    line-height: 20px;
    font-weight: 400;
  }

  .content_download_group {
    width: 34%;
    margin-top: 75px;
  }

  .popup_section {
    padding: 8%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .separate_form_group {
    margin-bottom: 3vw;
  }

  .separate_label {
    margin-bottom: 0.4vw;
    margin-left: 1vw;
    font-size: 18px;
  }

  .ic_calendar {
    opacity: 0.8;
  }

  .separate_button {
    margin-top: 0px;
    margin-right: 2%;
    padding: 1vw 4vw;
    float: right;
    border-top-style: none;
    font-size: 16px;
    line-height: 18px;
  }

  .home_slider {
    height: 36vw;
  }

  .h_slider_arrow {
    font-size: 2.6vw;
  }

  .h_slider_nav {
    height: 3vw;
  }

  .form_check_list {
    margin-bottom: 15px;
    line-height: 22px;
  }

  .form_check_item {
    width: 33%;
    margin-bottom: 2vw;
  }

  .seg_share_link {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .seg_share_link.what {
    padding-right: 6px;
    padding-left: 6px;
  }

  .seg_share_link.face {
    padding-right: 11px;
    padding-left: 11px;
  }

  .online_form_group {
    width: 100%;
    padding-left: 6%;
  }

  .files_titles_group {
    padding-right: 2%;
    font-size: 14px;
    line-height: 14px;
  }

  .files_list {
    margin-bottom: 3vw;
    font-size: 16px;
    line-height: 18px;
  }

  .files_item {
    padding-right: 2%;
  }

  .files_info_block {
    width: 49%;
  }

  .files_info_block.name {
    width: 39%;
  }

  .file_delit {
    margin-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  h3 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 3.6vw;
    line-height: 4.2vw;
  }

  h4 {
    margin-top: 1vw;
    font-size: 3vw;
    line-height: 3.6vw;
  }

  p {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  ul {
    margin-bottom: 3vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .top_negishut {
    width: 5vw;
    margin-top: 1.7vw;
    margin-left: 1vw;
  }

  .top_logo {
    top: 0px;
    width: 18vw;
    margin-right: 3vw;
  }

  .nav_search_group.mobile {
    margin-top: 2vw;
  }

  .nav_dropbutton.mob {
    font-size: 3vw;
    line-height: 4vw;
  }

  .nav_droplist.w--open {
    margin-bottom: 1vw;
    padding-top: 2vw;
    padding-right: 2%;
  }

  .top_lang_link {
    padding: 1vw 3vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .top_search {
    width: 80vw;
  }

  .top_txt_field {
    height: 6vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .top_search_button {
    width: 8vw;
    height: 6vw;
    margin-bottom: 0px;
  }

  .menu_cat_group {
    padding-right: 1.5vw;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .menu_cat_line {
    margin-bottom: 3vw;
  }

  .menu_cat_link {
    margin-top: 1vw;
    margin-bottom: 1.5vw;
    font-size: 2.8vw;
    line-height: 3vw;
    letter-spacing: 0.2px;
  }

  .menu_sub_link {
    margin-bottom: 1.5vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .navmenu_button {
    width: 11vw;
    height: 8.4vw;
    margin-left: 7vw;
    background-size: 4.6vw;
  }

  .navmenu_button.w--open {
    background-size: 4vw;
  }

  .present_section {
    min-height: 34vw;
  }

  .present_info_group {
    padding-left: 10%;
  }

  .present_info_group.slider {
    padding-left: 5%;
  }

  .content_group.strocks {
    top: -1.8vw;
  }

  .content_group.projects_list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .content_title_block.small {
    margin-bottom: 2vw;
  }

  .content_title_shape.small {
    width: 3vw;
    height: 1.6vw;
  }

  .content_title_shape.files {
    width: 5vw;
    height: 1.6vw;
  }

  .content_block_title {
    margin-top: 0.4vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .content_block_title.small {
    font-size: 3vw;
    line-height: 4vw;
  }

  .content_block_title.files {
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .project_content_block {
    width: 100%;
    margin-right: 0%;
  }

  .project_map_group {
    width: 100%;
    margin-top: 3vw;
    padding: 2% 3% 3%;
  }

  .sub_menu_group {
    width: 100%;
  }

  .project_title {
    font-size: 6.6vw;
    line-height: 6vw;
  }

  .sub_menu_link {
    font-size: 3vw;
    line-height: 4vw;
    letter-spacing: 0.5px;
  }

  .contractor_block {
    padding-right: 3%;
    padding-left: 3%;
  }

  .gallery_block {
    margin-bottom: 3vw;
    text-align: center;
  }

  .gallery_link {
    width: 17.8%;
    height: 9.6vw;
    margin-top: 0%;
  }

  .project_title_group {
    min-height: auto;
    margin-left: 9vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .contractor_info {
    width: 66%;
  }

  .contractor_name {
    font-size: 3.4vw;
    line-height: 4.6vw;
  }

  .contractor_txt {
    font-size: 3vw;
    line-height: 4vw;
  }

  .contractor_link {
    font-size: 3vw;
    line-height: 4vw;
  }

  .tab_map_link {
    margin-bottom: 1vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .sub_menu_list {
    width: 100%;
    padding: 3vw 4vw 2vw;
  }

  .sub_menu_button {
    width: 9vw;
    height: 9vw;
    background-size: 2.4vw;
  }

  .sub_menu_button.w--open {
    background-size: 2.4vw;
  }

  .wide_content_block {
    width: 100%;
    margin-right: 0%;
  }

  .filtering_group {
    width: 100%;
    margin-bottom: 3vw;
  }

  .content_title_group {
    min-height: auto;
    margin-left: 9vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .list_content_group {
    margin-bottom: 5%;
  }

  .careers_list {
    margin-bottom: 4vw;
  }

  .careers_titles_group {
    display: none;
  }

  .content_search_button {
    width: 9vw;
    height: 6vw;
    margin-bottom: 0px;
    background-size: 4vw;
  }

  .menu_txt_field {
    height: 6vw;
    margin-bottom: 0px;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .careers_list_item {
    margin-bottom: 2.5%;
    padding: 3% 3% 2.5%;
  }

  .careers_info_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .careers_info_block.name {
    width: 100%;
    margin-bottom: 1.8vw;
    margin-left: 0%;
    padding-top: 0px;
    padding-bottom: 1.5vw;
    border-bottom: 1px dashed rgba(0, 22, 72, 0.24);
  }

  .careers_info_block.add {
    width: 9%;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .careers_info_block.brigade {
    width: 50%;
  }

  .careers_info_block.quest_add {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .careers_result_group {
    width: 86%;
    margin-top: 2vw;
    margin-right: 0%;
    padding-top: 2.5vw;
    padding-bottom: 2vw;
    border-top-style: dashed;
    border-top-color: rgba(0, 22, 72, 0.24);
    border-bottom-style: dashed;
    border-bottom-color: rgba(0, 22, 72, 0.24);
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .careers_mob_label {
    display: block;
    margin-bottom: 0.4vw;
    color: rgba(0, 22, 72, 0.4);
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .careers_add_info {
    width: 6.6vw;
    height: 6.6vw;
    margin-top: 0px;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .careers_button {
    width: 31%;
    min-height: 5vw;
    margin-top: 0.6vw;
    margin-bottom: 0.6vw;
    font-size: 2.6vw;
  }

  .careers_info_title {
    min-width: 10vw;
    color: rgba(0, 22, 72, 0.4);
  }

  .form_checkbox {
    width: 4.2vw;
    height: 4.2vw;
    min-height: 4.2vw;
    min-width: 4.2vw;
    margin-left: 2vw;
  }

  .content_form {
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }

  .form_button {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .form_button.careers_form {
    position: relative;
    width: 60%;
    margin-top: 3vw;
    margin-right: 20%;
    margin-left: 20%;
    padding-top: 2.4vw;
    padding-bottom: 2vw;
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .form_button.doc {
    height: 4.6vw;
    margin-top: 0.7vw;
    margin-left: 0.7vw;
    padding-right: 2vw;
    padding-left: 2vw;
    border-radius: 0.6vw;
    font-size: 2.4vw;
    line-height: 2.4vw;
  }

  .form_button.tender_form {
    position: relative;
    width: 60%;
    margin-top: 3vw;
    margin-right: 20%;
    margin-left: 20%;
    padding-top: 2.4vw;
    padding-bottom: 2vw;
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .form_button.vendor_form {
    position: relative;
    width: 60%;
    margin-top: 3vw;
    margin-right: 20%;
    margin-left: 20%;
    padding-top: 2.4vw;
    padding-bottom: 2vw;
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .form_button.file {
    height: 7vw;
    margin-top: 3vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .form_button.online_form {
    position: relative;
    width: 60%;
    margin-top: 3vw;
    margin-right: 20%;
    margin-left: 20%;
    padding-top: 2.4vw;
    padding-bottom: 2vw;
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .form_field_group {
    margin-bottom: 3vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .form_field_group.date {
    width: 49%;
  }

  .form_checkbox_field {
    margin-top: 0px;
  }

  .content_form_group {
    width: 100%;
    margin-bottom: 0vw;
  }

  .form_label_comment {
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .form_label_comment.detaiils {
    line-height: 3vw;
    text-align: right;
  }

  .form_label_comment.detaiils_room {
    line-height: 3vw;
    text-align: right;
  }

  .form_label_comment.file_info {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .form_field {
    height: 7vw;
    margin-top: 0.4vw;
    margin-bottom: 0.4vw;
    padding-right: 2vw;
    padding-left: 2vw;
    font-size: 2.8vw;
    line-height: 3vw;
    text-align: right;
  }

  .form_field.code {
    width: 23%;
  }

  .form_field.yom {
    padding-right: 1vw;
    padding-left: 1vw;
    font-size: 2.8vw;
  }

  .form_field.tel {
    width: 75%;
  }

  .form_field.area {
    height: 25vw;
  }

  .form_field.vendor_area {
    height: 25vw;
  }

  .form_field.tenders {
    height: 7vw;
    padding-right: 1vw;
    padding-left: 1vw;
  }

  .form_field.online_form {
    height: 28vw;
  }

  .client_form_label {
    font-size: 2.8vw;
  }

  .careers_form_info {
    font-size: 2.8vw;
    line-height: 3.6vw;
  }

  .form_bullet {
    width: 3.4vw;
    height: 1.6vw;
    margin-top: 0.8vw;
    margin-left: 1.5vw;
  }

  .form_info_txt {
    margin-left: 1vw;
  }

  .form_info_link {
    margin-left: 1vw;
  }

  .careers_form_group {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .quest_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .answer_group {
    margin-top: 2vw;
    margin-right: 0%;
    padding-top: 2.5vw;
    border-top-style: dashed;
    border-top-color: rgba(0, 22, 72, 0.24);
    border-bottom-style: dashed;
    border-bottom-color: rgba(0, 22, 72, 0.24);
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .quest_title {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .tender_download_group {
    width: 100%;
    margin-top: 3vw;
    padding: 2% 5% 3%;
  }

  .download_link {
    margin-bottom: 3vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .download_icon {
    width: 5vw;
    min-width: 5vw;
  }

  .tender_content_group {
    width: 100%;
    margin-right: 0%;
  }

  .tender_title_group {
    min-height: auto;
    margin-left: 9vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .tender_flah {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-top: 1vw;
    margin-bottom: 2vw;
    margin-left: 0px;
    padding: 1vw 2vw;
    float: right;
    border-radius: 0%;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .tender_info_title {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .tender_info_content {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 3.4vw;
  }

  .tender_info_button {
    min-height: 6vw;
    font-size: 3vw;
  }

  .tender_info_list {
    top: 0px;
    margin-bottom: 2vw;
    clear: both;
    font-size: 3vw;
    line-height: 3vw;
  }

  .tender_info_item {
    line-height: 4vw;
  }

  .tender_form {
    top: 0px;
    margin-bottom: 2vw;
    clear: both;
    font-size: 3vw;
    line-height: 3vw;
  }

  .tenders_button {
    width: 49%;
    margin-top: 1.5vw;
    margin-bottom: 3vw;
    padding: 1.5vw 4vw;
    float: right;
    font-size: 3vw;
    line-height: 3vw;
  }

  .tenders_list {
    margin-bottom: 4vw;
  }

  .tenders_info_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49.8%;
    margin-bottom: 2vw;
    margin-left: 0%;
    padding-top: 0px;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .tenders_info_block.name {
    width: 100%;
    margin-bottom: 1.8vw;
    margin-left: 0%;
    padding-top: 0px;
    padding-bottom: 1.5vw;
    padding-left: 0%;
  }

  .tenders_info_block.reach {
    width: 49.8%;
  }

  .tenders_info_block.number {
    width: 49.8%;
  }

  .tenders_list_item {
    margin-bottom: 2.5%;
    padding: 3% 3% 1%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tender_name {
    font-size: 3.6vw;
    line-height: 3.6vw;
  }

  .table_titles_group {
    display: none;
  }

  .table_info_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
    margin-bottom: 1.5%;
    padding-top: 0px;
    padding-bottom: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .table_list {
    margin-bottom: 4vw;
  }

  .table_list_item {
    margin-bottom: 2.5%;
    padding: 3% 3% 2.5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table_list_item.single_vendor {
    padding-right: 3%;
    padding-left: 2%;
  }

  .director_list_item {
    margin-bottom: 2.5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .director_list_item.staff {
    width: 30.9%;
    margin-bottom: 4%;
  }

  .director_pict_block {
    width: 30%;
  }

  .director_pict_block.staff {
    height: 36vw;
  }

  .director_list_info {
    width: 66%;
    padding-top: 3%;
    padding-bottom: 8vw;
    padding-left: 3%;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .director_list_info.staff {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .director_list_button {
    bottom: 2vw;
    display: none;
    padding-top: 1.2vw;
    padding-bottom: 1vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .director_list_button.mobile {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    margin-bottom: 2vw;
    margin-left: 2vw;
  }

  .director_title {
    font-size: 4vw;
    line-height: 4vw;
  }

  .director_title.staff {
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .director_list {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .director_list.staff {
    margin-top: 4vw;
  }

  .staff_role_title {
    margin-bottom: 0.5vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .news_list_item {
    margin-bottom: 2.5%;
  }

  .news_list {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .news_list_link {
    display: block;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2.4vw;
    line-height: 2.6vw;
  }

  .news_item_date {
    width: auto;
    height: auto;
    margin-bottom: 1vw;
    padding-top: 0px;
    padding-right: 0%;
    float: none;
    border-right-style: none;
    font-size: 2.4vw;
    line-height: 2.6vw;
  }

  .news_item_title {
    width: auto;
    margin-bottom: 1vw;
    float: none;
    font-size: 3.2vw;
    line-height: 3.8vw;
  }

  .news_add_txt {
    width: auto;
    float: none;
  }

  .pict_credit {
    margin-bottom: 1vw;
    font-size: 1.7vw;
    line-height: 2.2vw;
    letter-spacing: 0.5px;
  }

  .content_hl_list {
    margin-bottom: 4vw;
  }

  .content_hl_item {
    margin-bottom: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content_hl_pict {
    width: 100%;
    max-height: none;
  }

  .hl_pict {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hl_info_group {
    width: auto;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 3%;
    padding-bottom: 0vw;
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .hl_button {
    position: relative;
    margin-top: 2vw;
    padding: 1.5vw 5vw;
    font-size: 3.2vw;
    line-height: 3.4vw;
    letter-spacing: 0.5px;
  }

  .hl_title {
    margin-bottom: 1vw;
    font-size: 4.6vw;
    line-height: 4.6vw;
  }

  .single_vendor_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3%;
    margin-bottom: 1.5%;
    margin-left: 0%;
    padding-top: 0px;
    padding-bottom: 1%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .single_vendor_block.opinion {
    width: 31%;
  }

  .single_vendor_block.date {
    width: 33%;
  }

  .single_vendor_block.topic {
    width: 66.5%;
  }

  .exemption_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49.8%;
    margin-bottom: 1.5%;
    margin-left: 0%;
    padding-top: 0px;
    padding-bottom: 1%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .exemption_block.topic {
    width: 100%;
  }

  .nav_cat_link {
    padding-top: 1.6vw;
    padding-right: 4%;
    padding-bottom: 1.4vw;
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .content_download_group {
    width: 100%;
    margin-top: 3vw;
    padding: 2% 5% 3%;
  }

  .popup_close {
    width: 5vw;
    height: 5vw;
    margin-top: 2vw;
    margin-right: 2vw;
    padding-right: 1vw;
    padding-left: 1vw;
  }

  .separate_label {
    font-size: 2.8vw;
  }

  .separate_date_group {
    height: 7vw;
    margin-top: 0.4vw;
    margin-bottom: 0.4vw;
    font-size: 2.8vw;
    line-height: 3vw;
    text-align: right;
  }

  .separate_date_field {
    height: 7vw;
    padding-right: 1vw;
    padding-left: 0px;
    font-size: 2.8vw;
  }

  .ic_calendar {
    width: 4vw;
    margin-left: 1vw;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0.5vw;
  }

  .separate_button {
    width: 49%;
    min-height: auto;
    margin-top: 0vw;
    margin-right: 0%;
    margin-bottom: 3vw;
    padding: 1.6vw 4vw 1.5vw;
    float: right;
    font-size: 3.4vw;
    line-height: 4vw;
    letter-spacing: 1px;
  }

  .separate_line {
    height: 4vw;
  }

  .home_slider {
    height: 40vw;
  }

  .home_slide {
    padding-right: 6%;
    padding-left: 6%;
  }

  .h_slider_arrow {
    width: 6%;
    font-size: 3vw;
  }

  .h_slider_nav {
    height: 3.6vw;
    font-size: 1.4vw;
    line-height: 2vw;
  }

  .form_check_list {
    margin-bottom: 3vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .form_check_item {
    margin-top: 0px;
    margin-bottom: 3vw;
  }

  .seg_share {
    margin-bottom: 0px;
    padding-top: 1vw;
    padding-right: 2.5%;
    padding-bottom: 1vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .seg_share_link {
    width: 5vw;
    height: 5vw;
    margin-right: 1.5vw;
    padding-right: 0.8vw;
    padding-left: 0.8vw;
  }

  .seg_share_link.what {
    padding-right: 0.9vw;
    padding-left: 0.9vw;
  }

  .seg_share_link.face {
    padding-right: 1.7vw;
    padding-left: 1.7vw;
  }

  .online_form_group {
    width: 100%;
    margin-bottom: 2vw;
    padding-right: 2%;
    padding-left: 2%;
  }

  .files_titles_group {
    display: none;
  }

  .files_list {
    margin-bottom: 4vw;
  }

  .files_item {
    margin-bottom: 2.5%;
    padding: 3% 3% 1%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .files_info_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 52%;
    margin-bottom: 2vw;
    margin-left: 0%;
    padding-top: 0px;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
    font-size: 3.2vw;
    line-height: 3.8vw;
  }

  .files_info_block.name {
    width: 42%;
  }

  .file_delit {
    width: 5vw;
    height: 5vw;
    margin-left: 1.6vw;
    padding-right: 1vw;
    padding-left: 1vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 6.4vw;
    line-height: 6.4vw;
  }

  h2 {
    font-size: 6.6vw;
    line-height: 7.4vw;
  }

  h3 {
    font-size: 5.6vw;
    line-height: 6vw;
  }

  h4 {
    font-size: 4.2vw;
    line-height: 5.4vw;
  }

  p {
    margin-top: 3vw;
    margin-bottom: 3vw;
    font-size: 4.2vw;
    line-height: 5.4vw;
  }

  ul {
    margin-bottom: 5vw;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .top_negishut {
    width: 6vw;
    margin-top: 2.8vw;
    margin-left: 2vw;
  }

  .top_logo {
    width: 27vw;
    margin-top: 1vw;
    margin-right: 3vw;
    margin-bottom: 0vw;
  }

  .nav_search_group.mobile {
    margin-top: 3vw;
  }

  .nav_menu {
    padding-bottom: 5vw;
  }

  .nav_dropbutton.mob {
    font-size: 4vw;
    line-height: 5vw;
  }

  .nav_dropbutton.mob.w--open {
    background-size: contain;
  }

  .nav_droplist.w--open {
    padding-right: 2.5%;
  }

  .top_lang_link {
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 4.6vw;
    line-height: 6vw;
  }

  .top_search {
    margin-bottom: 5vw;
  }

  .top_txt_field {
    width: 70vw;
    height: 10vw;
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .top_search_button {
    width: 9vw;
    height: 10vw;
    background-size: 60%;
  }

  .menu_cat_group {
    width: 47%;
    margin-top: 1vw;
    margin-bottom: 3vw;
    padding-right: 3vw;
    padding-left: 1vw;
    font-size: 3.6vw;
    line-height: 4.4vw;
  }

  .menu_cat_link {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 4.4vw;
    line-height: 4.4vw;
  }

  .menu_sub_link {
    margin-top: 1vw;
    margin-bottom: 1.5vw;
    font-size: 3.6vw;
    line-height: 4.4vw;
  }

  .navmenu_button {
    width: 15vw;
    height: 12.6vw;
    margin-left: 10vw;
    background-size: 6.5vw;
  }

  .navmenu_button.w--open {
    background-size: 5.2vw;
  }

  .present_section {
    min-height: 60vw;
    padding-right: 4%;
    padding-left: 4%;
  }

  .present_section.project {
    min-height: 32vw;
  }

  .present_info_group {
    padding-left: 0%;
  }

  .present_info_group.slider {
    padding-left: 0%;
  }

  .h_present_slogan {
    margin-bottom: 1vw;
    font-size: 7.2vw;
    line-height: 7vw;
  }

  .h_present_txt {
    margin-bottom: 1vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .content_section {
    padding-top: 3%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .footer_section {
    padding-right: 4%;
    padding-left: 4%;
  }

  .content_group.strocks {
    top: -3vw;
    margin-bottom: -3vw;
  }

  .content_group.services {
    padding-right: 0%;
    padding-bottom: 6vw;
    padding-left: 0%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content_group.news {
    margin-bottom: 5%;
    padding: 3vw 3%;
  }

  .content_group.projects {
    margin-bottom: 8%;
    grid-column-gap: 0.5vw;
    grid-row-gap: 0.5vw;
  }

  .content_group.list_title {
    padding-left: 30%;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .content_group.projects_list {
    margin-bottom: 10%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 0.5vw;
    grid-row-gap: 0.5vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .present_button {
    padding: 1.8vw 3vw 1.8vw 6vw;
    background-position: 2.2vw 50%;
    background-size: 1.8vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .present_button.news {
    margin-top: 2vw;
    padding: 1vw 4vw 0.8vw;
    background-size: 2.4vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .present_button.to_top {
    width: 12vw;
    height: 14vw;
    background-size: 8vw;
  }

  .present_button.footer {
    width: 38.5vw;
    padding-top: 2.5vw;
    font-size: 3.6vw;
    line-height: 4.2vw;
    letter-spacing: 0.5px;
  }

  .h_services_txt {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 3.8vw;
    line-height: 4.6vw;
    text-align: center;
  }

  .h_services_content {
    width: 23.3%;
    font-size: 2.8vw;
  }

  .h_services_pict {
    margin-bottom: 1vw;
    padding: 1vw 2%;
  }

  .h_services_pict.roads {
    padding-right: 4%;
    padding-bottom: 1vw;
    padding-left: 4%;
  }

  .h_service_line {
    border-right: 1px solid #979797;
    background-color: transparent;
  }

  .h_services_title {
    font-size: 6vw;
    line-height: 7vw;
  }

  .h_news_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 11vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .content_title_block {
    margin-bottom: 2%;
  }

  .content_title_shape {
    width: 4vw;
    height: 2vw;
  }

  .content_title_shape.files {
    width: 6.5vw;
    height: 2vw;
  }

  .content_block_title {
    margin-top: 0.6vw;
    margin-left: 2%;
    padding-right: 2%;
    padding-left: 2%;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .content_block_title.small {
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .content_block_title.files {
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .project_grid_block {
    height: 40vw;
  }

  .project_grid_block.list {
    width: 48%;
    height: 42vw;
    max-height: none;
  }

  .project_grid_link {
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .project_grid_pict {
    height: 100%;
  }

  .project_grid_title {
    font-size: 5.6vw;
    line-height: 5.6vw;
  }

  .project_grid_title.list {
    margin-top: 0%;
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .project_grid_txt.list {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .project_grid_flah {
    padding: 0.6vw 2vw 0.4vw;
    font-size: 2.6vw;
    line-height: 3vw;
    letter-spacing: 0.2px;
  }

  .footer_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_content.credits {
    margin-bottom: 8vw;
    -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;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .footer_content.social {
    padding-top: 3vw;
    padding-bottom: 4vw;
    -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;
  }

  .footer_logo {
    width: 46vw;
    margin-bottom: 8vw;
  }

  .social_group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social_link {
    width: 6vw;
    margin-right: 2.5vw;
    margin-left: 2.5vw;
  }

  .social_link.youtoube {
    width: 8.6vw;
  }

  .footer_contact {
    width: 100%;
    margin-bottom: 3vw;
  }

  .footer_links_group {
    width: 88%;
    margin-right: auto;
    margin-bottom: 3vw;
    margin-left: auto;
    padding-bottom: 3vw;
    border-bottom: 1px dashed hsla(0, 0%, 100%, 0.3);
    font-size: 3.6vw;
    line-height: 4vw;
    font-weight: 400;
  }

  .footer_links_group.bottom {
    width: 88%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer_link_item {
    margin-bottom: 3vw;
  }

  .footer_link_item.bottom {
    margin-bottom: 3vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .footer_link {
    display: block;
    min-width: 40vw;
  }

  .footer_contact_link {
    width: 88%;
    margin-right: auto;
    margin-bottom: 5vw;
    margin-left: auto;
    padding-bottom: 3vw;
    -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;
    border-bottom: 1px dashed hsla(0, 0%, 100%, 0.3);
    font-size: 5.4vw;
    line-height: 6vw;
    text-align: center;
  }

  .footer_contact_ic {
    width: 7vw;
    margin-bottom: 2vw;
    margin-left: 0vw;
  }

  .footer_buttons_group {
    margin-top: 3vw;
    margin-bottom: 3vw;
    padding-bottom: 18vw;
  }

  .footer_link_line {
    display: none;
  }

  .cyber_link {
    margin-top: 5vw;
    font-size: 3.6vw;
  }

  .breadcrumbs_list {
    margin-top: 0%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 3vw;
  }

  .breadcrumbs_item {
    margin-left: 1.5vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .breadcrumbs_link {
    margin-left: 1.5vw;
  }

  .wide_title_group {
    padding-right: 4%;
    padding-bottom: 1%;
    padding-left: 4%;
  }

  .wide_title_group.nopict {
    margin-bottom: 1%;
  }

  .wide_title_strocks {
    width: 30%;
  }

  .project_title {
    margin-bottom: 1vw;
    font-size: 8.4vw;
    line-height: 8.4vw;
  }

  .sub_menu_link {
    margin-bottom: 3vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .contractor_block {
    margin-bottom: 4vw;
    padding: 5vw 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gallery_block {
    width: 103%;
    margin-right: -1%;
    margin-bottom: 4vw;
  }

  .gallery_link {
    width: 30.5%;
    height: 16vw;
    margin: 0% 1.2% 2.4%;
  }

  .project_title_group {
    margin-left: 12vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .contractor_logo {
    width: 50%;
  }

  .contractor_info {
    width: 100%;
    margin-bottom: 4vw;
    text-align: center;
  }

  .contractor_name {
    margin-bottom: 2vw;
    font-size: 5.4vw;
    line-height: 6vw;
  }

  .contractor_txt {
    margin-bottom: 1vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .contractor_link {
    margin-bottom: 1vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .tab_map_link {
    font-size: 5.4vw;
    line-height: 6vw;
  }

  .tab_map_link.w--current {
    border-bottom-width: 1vw;
  }

  .project_list_flah {
    padding: 0.6vw 2vw 0.4vw;
    font-size: 2.6vw;
    line-height: 3vw;
    letter-spacing: 0.2px;
  }

  .sub_menu_button {
    width: 12vw;
    height: 12vw;
    background-size: 3.6vw;
  }

  .sub_menu_button.w--open {
    background-size: 4vw;
  }

  .wide_content_block {
    padding-top: 2%;
  }

  .filtering_group {
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .content_title_group {
    margin-top: 0%;
    margin-bottom: 3%;
    margin-left: 12vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .careers_list {
    margin-bottom: 6vw;
  }

  .content_search_button {
    width: 10vw;
    height: 10vw;
    background-size: 6vw;
  }

  .menu_txt_field {
    height: 10vw;
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .careers_list_item {
    position: relative;
    margin-bottom: 4vw;
    padding: 5vw 4vw;
  }

  .careers_info_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    margin-left: 0%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 4vw;
    line-height: 5vw;
  }

  .careers_info_block.name {
    margin-bottom: 3vw;
    padding-bottom: 2.5vw;
  }

  .careers_info_block.add {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .careers_info_block.brigade {
    width: 56%;
    padding-top: 0px;
    padding-left: 3vw;
  }

  .careers_info_block.quest_add {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 13%;
    margin-top: 2.4vw;
    margin-bottom: 1vw;
    margin-left: 2.4vw;
    -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;
  }

  .careers_result_group {
    width: 100%;
    margin-bottom: 0vw;
    padding-bottom: 0vw;
    border-top-style: none;
    border-bottom-style: none;
    font-size: 4vw;
    line-height: 5vw;
  }

  .careers_mob_label {
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .careers_add_info {
    width: 12vw;
    height: 12vw;
    padding-right: 4.2vw;
    padding-left: 4.2vw;
  }

  .careers_buttons_group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .careers_button {
    width: 48%;
    margin-top: 0vw;
    margin-bottom: 0px;
    padding-top: 2vw;
    padding-bottom: 1.6vw;
    font-size: 4.4vw;
    line-height: 6vw;
  }

  .careers_info_title {
    min-width: 14vw;
  }

  .form_checkbox {
    width: 6vw;
    height: 6vw;
    min-height: 6vw;
    min-width: 6vw;
    margin-left: 3vw;
  }

  .content_form {
    margin-bottom: 6vw;
    padding-bottom: 6vw;
  }

  .form_button {
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .form_button.careers_form {
    width: 100%;
    margin-top: 5vw;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 3.4vw;
    padding-bottom: 3.4vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .form_button.doc {
    height: 8.2vw;
    margin-top: 7.6vw;
    margin-left: 1.2vw;
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .form_button.tender_form {
    width: 100%;
    margin-top: 5vw;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 3.4vw;
    padding-bottom: 3.4vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .form_button.vendor_form {
    width: 100%;
    margin-top: 5vw;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 3.4vw;
    padding-bottom: 3.4vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .form_button.file {
    position: relative;
    width: 40%;
    height: auto;
    margin-top: 1vw;
    margin-bottom: 4vw;
    margin-left: auto;
    padding-top: 3.8vw;
    font-size: 5.6vw;
    font-weight: 400;
  }

  .form_button.online_form {
    width: 100%;
    margin: 1vw 0% 5vw;
    padding-top: 3.4vw;
    padding-bottom: 3.4vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .checkbox_label {
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .form_field_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 4.2vw;
    line-height: 5.4vw;
  }

  .form_field_group.info {
    padding-right: 0%;
    text-align: right;
  }

  .form_field_group.room {
    width: 48.5%;
  }

  .form_field_group.number {
    width: 48.5%;
  }

  .form_field_group.chekbox {
    width: 100%;
  }

  .form_field_group.tenders {
    width: 100%;
    margin-bottom: 1.5vw;
  }

  .form_field_group.date {
    width: 100%;
  }

  .form_field_group.file {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .form_field_group.duo {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .content_form_group.left {
    font-size: 3.8vw;
  }

  .form_label_comment {
    margin-right: 0%;
    font-size: 3.6vw;
    line-height: 4.6vw;
  }

  .form_label_comment.detaiils {
    margin-right: 0%;
    line-height: 5vw;
  }

  .form_label_comment.detaiils_room {
    width: 100%;
    margin-right: 0%;
    line-height: 5vw;
  }

  .form_field {
    width: 100%;
    height: 11vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .form_field.sm {
    width: 48%;
    margin-right: 0%;
  }

  .form_field.code {
    width: 22%;
  }

  .form_field.yom {
    width: 100%;
    margin-bottom: 1.2vw;
    padding-right: 2vw;
    padding-left: 2vw;
    font-size: 5vw;
  }

  .form_field.tel {
    width: 76%;
  }

  .form_field.room {
    width: 100%;
  }

  .form_field.area {
    height: 34vw;
  }

  .form_field.vendor_area {
    height: 34vw;
  }

  .form_field.tenders {
    height: 11vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .form_field.online_form {
    height: 34vw;
  }

  .client_form_label {
    margin-bottom: 0.5vw;
    font-size: 4.2vw;
    text-align: right;
  }

  .client_form_label.room {
    width: 100%;
  }

  .client_tel_group {
    width: 100%;
  }

  .client_tel_group.date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .careers_form_info {
    margin-bottom: 3vw;
    font-size: 4.2vw;
    line-height: 5.4vw;
  }

  .form_bullet {
    width: 5vw;
    height: 2.8vw;
    margin-top: 1vw;
    margin-left: 2vw;
  }

  .form_info_txt {
    margin-left: 1.8vw;
  }

  .form_info_link {
    margin-left: 1.8vw;
  }

  .careers_form_group {
    margin-top: 3vw;
    margin-bottom: 5vw;
  }

  .quest_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 84%;
    margin-left: 0%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 5.2vw;
    line-height: 6vw;
  }

  .answer_group {
    width: 100%;
    margin-bottom: 0vw;
    padding-top: 2vw;
    padding-bottom: 0vw;
    border-top-style: none;
    border-bottom-style: none;
    font-size: 4.6vw;
    line-height: 5.2vw;
  }

  .quest_title {
    font-size: 5.2vw;
    line-height: 6vw;
  }

  .download_link {
    margin-bottom: 4vw;
    font-size: 4vw;
    line-height: 4.2vw;
  }

  .download_icon {
    width: 6.5vw;
    min-width: 6.5vw;
    margin-left: 3vw;
  }

  .tender_title_group {
    margin-left: 12vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .tender_flah {
    margin-top: 2vw;
    margin-bottom: 3vw;
    padding: 1.8vw 5vw 1.5vw;
    font-size: 3.4vw;
    line-height: 4vw;
    letter-spacing: 0.2px;
  }

  .tender_info_title {
    width: 100%;
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 0%;
    border-left-style: none;
    color: #c2a166;
  }

  .tender_info_content {
    width: 100%;
    padding-top: 0vw;
    padding-right: 0%;
    padding-bottom: 0vw;
    font-size: 4.6vw;
    line-height: 5.6vw;
  }

  .tender_info_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    min-width: auto;
    padding-top: 3vw;
    padding-bottom: 2.6vw;
    font-size: 4.6vw;
    line-height: 5.2vw;
  }

  .tender_info_list {
    top: auto;
    margin-top: 3vw;
    margin-bottom: 6vw;
    padding: 5% 6% 3%;
  }

  .tender_info_item {
    margin-bottom: 2.5vw;
    padding-bottom: 2.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px dashed #979797;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .tender_form {
    top: auto;
    margin-top: 3vw;
    margin-bottom: 6vw;
    padding: 5% 6% 3%;
  }

  .tenders_button {
    width: 100%;
    min-height: auto;
    margin-top: 2vw;
    margin-bottom: 5vw;
    padding: 3.6vw 5vw 3.2vw;
    font-size: 4.8vw;
    line-height: 4.5vw;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .tenders_list {
    margin-bottom: 8vw;
  }

  .tenders_info_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .tenders_info_block.name {
    margin-bottom: 4vw;
    padding-bottom: 3vw;
  }

  .tenders_list_item {
    position: relative;
    margin-bottom: 4vw;
    padding: 5vw 5vw 1vw;
  }

  .tender_name {
    font-size: 5vw;
    line-height: 5.4vw;
  }

  .table_info_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49.8%;
    margin-bottom: 2%;
    margin-left: 0%;
    padding-top: 0px;
    padding-bottom: 2%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .table_list {
    margin-bottom: 6vw;
  }

  .table_list_item {
    position: relative;
    margin-bottom: 4vw;
    padding: 5vw 5vw 2vw 2vw;
  }

  .director_list_item {
    position: relative;
    width: 48%;
    margin-bottom: 4vw;
    padding-bottom: 12vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .director_list_item.staff {
    width: 46.9%;
    margin-bottom: 6%;
    margin-left: 3%;
    padding-bottom: 0vw;
  }

  .director_pict_block {
    width: 100%;
    height: 58vw;
  }

  .director_pict_block.staff {
    height: 54vw;
  }

  .director_list_info {
    width: 100%;
    padding: 2.6vw 3vw 0vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .director_list_info.staff {
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .director_list_button {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .director_list_button.mobile {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 0vw;
    margin-left: 0vw;
    padding-top: 3vw;
    font-size: 4.4vw;
    line-height: 5vw;
    text-align: center;
    letter-spacing: 0.2px;
  }

  .director_title {
    margin-bottom: 1vw;
    font-size: 5.2vw;
    line-height: 5.2vw;
  }

  .director_title.staff {
    margin-bottom: 1vw;
    font-size: 4.8vw;
    line-height: 5vw;
  }

  .director_list {
    margin-top: 4vw;
    margin-bottom: 6vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .director_list.staff {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .staff_role_title {
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .news_list_item {
    position: relative;
    margin-bottom: 4vw;
  }

  .news_list {
    margin-top: 4vw;
    margin-bottom: 6vw;
  }

  .news_list_link {
    padding: 4% 5%;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .news_item_date {
    min-width: 14vw;
    margin-bottom: 2vw;
    font-size: 4.8vw;
    line-height: 5vw;
  }

  .news_item_title {
    margin-bottom: 3vw;
    font-size: 5.2vw;
    line-height: 6vw;
  }

  .pict_credit {
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .content_hl_list {
    margin-bottom: 6vw;
  }

  .content_hl_item {
    position: relative;
    margin-bottom: 5vw;
  }

  .hl_info_group {
    margin: 5%;
    font-size: 4.2vw;
    line-height: 5.4vw;
  }

  .hl_button {
    width: 100%;
    margin-top: 4vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    background-image: none;
    font-size: 4.8vw;
    line-height: 5vw;
    letter-spacing: 1px;
  }

  .hl_title {
    margin-bottom: 2vw;
    font-size: 6.2vw;
    line-height: 6.8vw;
  }

  .single_vendor_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49.8%;
    margin-bottom: 2%;
    margin-left: 0%;
    padding-top: 0px;
    padding-bottom: 2%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .single_vendor_block.opinion {
    width: 49.8%;
  }

  .single_vendor_block.date {
    width: 49.8%;
  }

  .single_vendor_block.topic {
    width: 100%;
  }

  .exemption_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-bottom: 2%;
    margin-left: 0%;
    padding-top: 0px;
    padding-bottom: 2%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .exemption_block.topic {
    width: 98%;
  }

  .nav_cat_link {
    padding-top: 2.5vw;
    padding-bottom: 2vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .popup_section {
    padding-top: 0vw;
    padding-right: 0%;
    padding-left: 0%;
  }

  .popup_close {
    width: 8vw;
    height: 8vw;
    margin-top: 3vw;
    margin-right: 3vw;
    padding-right: 1.8vw;
    padding-left: 1.8vw;
    box-shadow: 1px 1px 1vw 0 rgba(0, 0, 0, 0.5);
  }

  .separate_form_group {
    margin-bottom: 10vw;
  }

  .separate_label {
    margin-bottom: 0.5vw;
    font-size: 4.2vw;
    text-align: right;
  }

  .separate_date_group {
    width: 100%;
    height: 11vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .separate_date_field {
    height: 9vw;
    font-size: 5vw;
  }

  .ic_calendar {
    position: relative;
    bottom: 0.4vw;
    width: 6vw;
    margin-left: 2vw;
    padding-left: 0vw;
  }

  .separate_button {
    width: 100%;
    min-height: auto;
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding: 3.4vw 5vw 3vw;
    font-size: 6vw;
    line-height: 6vw;
    font-weight: 700;
    letter-spacing: 2px;
  }

  .separate_line {
    height: 7vw;
  }

  .home_slider {
    height: 68vw;
  }

  .home_slide {
    padding-right: 8%;
    padding-left: 8%;
  }

  .h_slider_arrow {
    width: 8%;
    font-size: 4vw;
  }

  .h_slider_nav {
    height: 5.6vw;
    font-size: 2vw;
  }

  .form_check_list {
    font-size: 4.2vw;
    line-height: 5.4vw;
  }

  .form_check_item {
    width: 49.8%;
    margin-bottom: 5vw;
  }

  .seg_share {
    width: 100%;
    margin-top: 4vw;
    padding-right: 0%;
    border-right-style: none;
  }

  .seg_share_link {
    width: 9vw;
    height: 9vw;
    margin-right: 1.6vw;
    margin-left: 1.6vw;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }

  .seg_share_link.what {
    padding-right: 1.9vw;
    padding-left: 1.9vw;
  }

  .seg_share_link.face {
    padding-right: 3.3vw;
    padding-left: 3.3vw;
  }

  .online_form_group {
    margin-bottom: 4vw;
    padding-right: 0%;
    padding-left: 0%;
  }

  .form_file_block {
    width: 100%;
    margin-left: 0%;
    padding-top: 3vw;
  }

  .files_list {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .files_item {
    position: relative;
    margin-bottom: 4vw;
    padding: 6vw 5vw 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .files_info_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .files_info_block.name {
    width: 100%;
    margin-bottom: 3vw;
  }

  .file_delit {
    width: 8vw;
    height: 8vw;
    margin-top: 2vw;
    margin-left: 2vw;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }

  .form_duo_block {
    width: 100%;
    margin-left: 0%;
    padding-top: 3vw;
  }
}

@font-face {
  font-family: 'Narkissblock';
  src: url('../fonts/NarkissBlock-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Narkissblock';
  src: url('../fonts/NarkissBlock-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}