body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}
body {
  color: #000;
  font-family: 'Gilroy';
  font-size: 14px;
  line-height: 26px;
  min-width: 320px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  width: 100%;
  border: none;
  object-fit:cover;
  vertical-align: middle;
}
svg {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.btn:hover, .btn:focus, .btn.focus, input, select, textarea {
  outline: none;
}
input, select, textarea {
  -webkit-transition: background 0.15s ease, border-color 0.15s ease;
  -moz-transition: background 0.15s ease, border-color 0.15s ease;
  -o-transition: background 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease;
}






.bg_photo_container {
  /*max-width: 1920px;*/
  margin: 0 auto;
  position: relative;
  height: 891px;
  /*background: url(../img/header_bg.png) center no-repeat;*/
  background-size: cover;
}
.bg_photo_container video {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bg_blue_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(../img/liner_gradient.png);*/
  background: rgb(2,0,36);
  background: -moz-linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(34,71,105,0.7567401960784313) 88%);
  background: -webkit-linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(34,71,105,0.7567401960784313) 88%);
  background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(34,71,105,0.7567401960784313) 88%);
  z-index: 2;
}
.bg_left_block {
  /*position: absolute;*/
  /*width: 310px;*/
  width: 20%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(10, 51, 88, 0.52);
  z-index: 4;
}
.bg_gradient_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(23, 48, 137, 0.3) 7.29%, rgba(45, 48, 51, 0) 40.63%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 3;
}
header .header_content {
  display: flex;
  margin: 0 auto;
  /*max-width: 1920px;*/
  z-index: 5;
  position: relative;
}
header .header_left_col {
  position: relative;
}
header .header_left_col, header .header_right_col {
  width: 50%;
  display: flex;
  align-items: center;
}
header .block_logo {
  display: flex;
  /*width: 310px;*/
  width: 40%;
  height: 103px;
  align-items: center;
  /*padding-left: 28px;*/
  background: #fff;
  justify-content: center;

}
header .block_logo a {
  display: flex;
  text-decoration: none;
  align-items: center;
  padding-bottom: 6px;
}
header .block_logo .logo_disabled {
  pointer-events: none;
  cursor: default;
}
header .block_logo span {
  text-transform: uppercase;
}
header .block_logo .logo_svg {
  width: 153px;
  height: 62px;
}
header .block_logo .logo_text {
  font-size: 26px;
  font-weight: 700;
  color: #1C266D;
  padding-top: 6px;
  margin: 0 0 0 16px;
}
header .block_telephone {
  display: flex;
  padding-left: 73px;
}
header .phone-content {
  display: flex;
  flex-direction: column;
}
header .phone-content .number-text {
  display: block;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #fff;
}
header .phone-content .number-number {
  display: block;
  margin-top: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
/*header .phone-second {
  padding-left: 69px;
}*/
header .block-phone:last-child {
  padding-left: 69px;
}
header .header_right_col {
  justify-content: space-between;
}
header .header-menu {
  display: flex;
  flex-direction: row;
}
header .header-menu li {
  margin-right: 40px;
}
header .header-menu a {
  text-decoration: none;
  color: #F0F3F5;
  font-size: 19px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.01em;
}
header .header-menu a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
header .header-menu a:hover:after {
  background-color: rgba(232, 68, 36, 0.49);
}
header select, header option {
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: none;
}
header select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #edf0f3;
  padding: 0 15px 0 10px;
  background: url(../img/chevron.png) no-repeat right 5px;
  outline: none;
}
header .header_wrapper {
  position: relative;
  z-index: 6;
}
header .block_lang {
  padding-right: 28px;
}
header .block_lang a {
  color: #000;
  text-decoration: none;
  padding: 0 15px;
  display: block;
  background: #fff;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
header .block_lang a:hover {
  background: rgba(189, 185, 185, 0.4);
}
header .block_lang_main {
  text-transform: uppercase;
  color: #fff;
  display: flex;
  padding: 0 5px;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
header .block_lang_main_2 {
  text-transform: uppercase;
  color: #000;
  display: flex;
  padding: 0 5px;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
header .block_lang_main_2:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  margin-left: 8px;
  background: url(../img/chevron_black.png) center no-repeat;
}
header .block_lang_main:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  margin-left: 8px;
  background: url(../img/chevron.png) center no-repeat;
}
header .block_lang_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  background: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
  -moz-box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
  -o-box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
  box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
}
.mobile_lang {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.mobile_lang a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  border: 2px solid rgba(189, 185, 185, 0.4);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.mobile_lang a:first-child {
  margin-right: 5px;
}



.section {
  padding: 0 145px;
  position: relative;
  z-index: 5;
}

@media (max-width: 1800px) {
  .section {
      padding: 0 125px;
  }
}
@media (max-width: 1600px) {
  .section {
      padding: 0 105px;
  }
}
@media (max-width: 1500px) {
  .section {
      padding: 0 55px;
  }
}
@media (max-width: 1200px) {
  .section {
      padding: 0 25px;
  }
}


.mg-target {
  z-index: 5 !important;
  padding-left: 20px;
  padding-right: 20px;
}
.section_wrapper {
  position: relative;
  z-index: 5;
}
.section_content {
  position: relative;
}
.bg_block_wrap {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 102px;
  width: 100%;
  height: 100%;
}
.section_left_col,
.section_right_col {
  width: 50%;
}
.section_01 {
  max-width: 1920px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 4;
  width: 100%;
}
.section_01 .section_content {
  padding-top: 144px;
}
.section_01 .section_left_col .col_heading {
  margin: 144px 0 48px 0;
}
.heading_line_container {
  display: flex;
  padding: 21px 0;
}
.col_heading span {
  font-size: 46px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.section_01 .section_left_col .col_heading span:after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 26px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
}
/*.section_01 .section_left_col .col_heading .heading_line_01:after {
  width: 485px;
}
.section_01 .section_left_col .col_heading .heading_line_02:after {
  width: 642px;
}
.section_01 .section_left_col .col_heading .heading_line_03:after {
  width: 410px;
}*/
.heading_link {
  display: flex;
}
.section_01 .section_left_col a {
  text-decoration: none;
  color: #F0F3F5;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.section_01 .section_left_col a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 8px;
  background-color: rgba(237, 58, 34, 0.49);
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section_01 .section_left_col a:hover:after {
  background-color: #F0F3F5;
}
.section_right_col {
  position: relative;
}
.button_container {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.bottom_text_button {
  background: rgba(232, 68, 36, 0.9);;
  padding: 38px;
}
.bottom_text_button a {
  text-decoration: none;
  color: #fff;
}
.bottom_text_button span {
  font-size: 28px;
  font-weight: 600;
  margin-right: 50px;
}
.next_svg {
  width: 26px;
  height: 26px;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
}
.bottom_text_button a:hover .next_svg {
  transform: translateX(3px);
}
.block_section {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.section_shadow {
  position: absolute;
  /*width: 310px;*/
  width: 20%;
  height: 100%;
  background: rgba(237, 239, 245, 0.49);
  left: 0;
  top: 0;
}
/*.section_02 {
  height: 850px;
}*/
.section_02 {
  max-width: 1920px;
  margin: 0 auto;
}
.section_02 .section_content {
  display: flex;
}
.section_02 .col_heading {
  margin: 0 0 28px 0;
}
.section_02 .section_wrapper {
  padding: 148px 0 140px 0;
}
.section_02 .col_heading span {
  color: #000;
}
.section_02 .section_left_col p {
  margin: 0;
}
.section_02 .col_heading span:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 26px;
  background-color: rgba(232, 68, 36, 0.9);
  width: 100%;
}
.section_02 .heading_text {
  padding: 0 178px 0 0;
  margin-bottom: 28px;
}
.section_02 .heading_link {
  float: left;
  height: 50px;
}
.section_02 .heading_link a {
  background: #E84424;
  position: relative;
  padding: 0 26px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section_02 .heading_link a:hover {
  background: #c93e22;
}
/*.section_02 .block_advantages {
  margin: 148px 0 0 0;
}*/
.block_advantages .row_advantage {
  display: flex;
  align-items: center;
}
.block_advantages .adv_icon {
  width: 102px;
  height: 102px;
  background: rgba(241, 243, 246, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /*padding: 17px;*/
}
.block_advantages p {
  margin: 0;
}
.block_advantages .ul-advantages li {
  margin-bottom: 50px;
}
.block_advantages .ul-advantages li:last-child {
  margin-bottom: 0;
}
.block_advantages .adv_text {
  margin-left: 28px;
}
.block_advantages .adv_text_heading {
  font-size: 22px;
  font-weight: 700;
}
.block_advantages .adv_text_text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 300;
}
/*.block_advantages .adv_icon svg {
  fill: #E84424;
}*/
.block_advantages .adv_icon .adv_icon_01 {
  width: 67px;
  height: 46px;
}
.block_advantages .adv_icon .adv_icon_02 {
  width: 46px;
  height: 57px;
}
.block_advantages .adv_icon .adv_icon_03 {
  width: 41px;
  height: 63px;
}
.block_advantages .adv_icon .adv_icon_04 {
  width: 46px;
  height: 47px;
}
.section_03 {
  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
}
.section_03 .ul_works {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  width: 100%;
  padding-right: 0;
}
.section_03 .section_content {
  justify-content: center;
}

.section_03 .ul_works li {
  margin: 0;
  padding: 5px;
  width: 25%;
}
.section_03 .ul_works li:first-child, 
.section_03 .ul_works li:nth-child(2),
.section_03 .ul_works li:nth-child(3) {
  padding-top: 0px;
}
.section_03 .ul_works li:nth-child(4), 
.section_03 .ul_works li:nth-child(5),
.section_03 .ul_works li:nth-child(6) {
  padding-bottom: 0px;
}
.section_03 .ul_works .item_big {
  width: 50%;
}
.section_03 .ul_works .item {
  position: relative;
  overflow: hidden;
}
.section_03 .ul_works img {
  display: block;
  height: 467px;
}/*
.img_small {
  width: 500px;
}
.img_big {
  height: 509px;
}*/
.section_03 .ul_works .bg_item {
  padding: 22px 25px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(10, 51, 88, 0.96);
  transition: all .3s ease;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  z-index: 5;
}
.section_03 .ul_works .bg_item a {
  text-decoration: none;
  font-size: 20px;
  max-width: fit-content;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section_03 .ul_works .bg_item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section_03 .ul_works .bg_item a:hover:after {
  background-color: #ea5639;
}
.section_03 .ul_works .bg_item_permanent {
  padding: 38px 42px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(10, 51, 88, 0.96);
  transition: all .3s ease;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}
.bg_item_permanent .col_heading span {
  font-size: 36px;
  font-weight: 700;
}
.bg_item_permanent .col_heading span:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
}
.bg_item_permanent .bottom_bl {
  margin-top: 30px;
  padding: 0 40px 0 0;
}
.bg_item_permanent .heading_line_container {
    padding: 10px 0;
}
.bg_item_permanent .bottom_bl span {
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
}
.bg_item_permanent .bg_item_bottom a {
  text-decoration: none;
  color: #fff;
}
.bg_item_permanent .bg_item_bottom .next_svg {
  margin-left: 22px;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
}

.bg_item_permanent .bg_item_bottom a:hover .next_svg {
  transform: translateX(3px);
}
.bg_item_permanent .bg_item_bottom span {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  max-width: fit-content;
}
.bg_item_permanent .bg_item_bottom span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.bg_item_permanent .bg_item_bottom a:hover span:after {
  background-color: #ea5639;
}
.ul_works .item:hover .bg_item {
  top: 0;
}
.ul_works .bg_item a {
  color: #fff;
  font-weight: 500;
}
.ul_works .bg_item .hr {
  margin: 15px 0;
  display: block;
  width: 100%;
  opacity: 0.6;
  border-top: 1px solid #FFFFFF;
}
.bg_item_shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(10, 51, 88, 0.6) 7.29%, rgba(45, 48, 51, 0) 40.63%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 2;
}
.bg_item_name {
  position: absolute;
  z-index: 4;
  left: 35px;
  bottom: 20px;
  padding-right: 5px;
}
.bg_item_name p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.bg_item_name b {
  text-transform: uppercase;
  font-weight: 600;
}
/*.section_04 {
  height: 945px;
}*/
.section_04 {
  max-width: 1920px;
  margin: 0 auto;
}
.section_04 .section_wrapper {
  padding: 148px 0 85px 0;
}
.section_04 .section_content {
  position: relative;
  /*height: 945px;*/
}
.section_04 .section_col {
  padding-bottom: 193px;
}
.section_04 .col_heading {
  margin: 0 0 28px 0;
}
.section_04 .col_heading span {
  color: #000;
}
.section_04 .section_left_col p {
  margin: 0;
}
.section_04 .col_heading span:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 26px;
  background-color: rgba(232, 68, 36, 0.9);
  width: 100%;
}
.section_04 .heading_text {
  padding: 0 320px 0 0;
  margin-bottom: 28px;
}
.section_04 .heading_link {
  float: left;
  height: 50px;
}
.section_04 .heading_link a {
  background: #E84424;
  position: relative;
  padding: 0 26px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section_04 .heading_link a:hover {
  background: #c93e22;
}
.section_col {
  width: 50%;
  flex-direction: column;
  z-index: 4;
  position: relative;
}
.image_col {
  width: 67%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.image_col .img_inner_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.image_col .img_inner_wrapper img {
  position: relative;
  z-index: 3;
}
.block_city {
  position: absolute;
  z-index: 4;
}
.block_city .ul_city {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block_city .ul_city .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  background: #E84424;
  margin-bottom: 4px;
}
.block_city .ul_city .city_text {
  font-size: 16px;
  font-weight: 600;
}
.block_city .ul_city .city_number {
  font-size: 18px;
  font-weight: 800;
  color: #E84424;
}
.image_col .i_frankivsk {
  top: 44%;
  left: 9%;
}
.image_col .chernivtsi {
  top: 51%;
  left: 17%;
}
.image_col .vinnutya {
  top: 42%;
  left: 33.6%;
}
.image_col .cherkasu {
  top: 36%;
  left: 50.6%;
}
.image_col .kirovohrad {
  top: 48%;
  left: 52%;
}
.image_col .mykolaiv {
  top: 60.5%;
  left: 51%;
}
.image_col .kyiv {
  top: 25%;
  left: 45.2%;
}
.image_col .odessa {
  top: 65%;
  left: 43.8%;
}
.image_col .sumy {
  top: 14.8%;
  left: 63.4%;
}
.image_col .poltava {
  top: 30%;
  left: 62.7%;
}
.image_col .dnipro {
  top: 46%;
  left: 68.5%;
}
.image_col .zaporizhya {
  top: 61.6%;
  left: 71.7%;
}
.image_col .kherson {
  top: 69%;
  left: 62.3%;
}
.image_col .simferopol {
  top: 84.6%;
  left: 62%;
}
.image_col .kharkiv {
  top: 35%;
  left: 77%;
}
.image_col .luhansk {
  top: 40.6%;
  left: 90.7%;
}
.image_col .ternopil {
  top: 37%;
  left: 15.5%;
}
.image_col .khmelnitsky {
  top: 39.5%;
  left: 22%;
}
.image_col .szhitomir {
  top: 27%;
  left: 33%;
}
.image_col .chernihiv {
  top: 13.5%;
  left: 46.4%;
}
.section_05 {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.section_05 .section_wrapper {
  /*position: absolute;
  left: 0;
  top: 0;*/
  width: 100%;
}
.section_05 .section_content {
  display: block;
}
.section_05 .bg_photo {
  width: 100%;
  height: 100%;
  background: url(../img/s05_bg.png) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.section_05 .section_row {
  position: relative;
}
.section_05 .section_row .section_row_content {
  padding: 0 145px;
  margin: 0 auto;
  display: flex;
  max-width: 1920px;
}
.section_05 .section_row .section_row_container {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.section_05 .section_row .contr_top:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: rgba(10, 51, 88, 0.69);
}
.section_05 .section_row .contr_top:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(10, 51, 88, 0.93);
}
.section_05 .section_row .contr_bot:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: rgba(10, 51, 88, 0.93);
}
.section_05 .section_row .contr_bot:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(10, 51, 88, 0.69);
}
.section_05 .section_row .row_block_left,
.section_05 .section_row .row_block_right {
  width: 145px;
  height: 100%;
  position: absolute;
}
.section_05 .section_row .row_block_left {
  left: 0;
  top: 0;
}
.section_05 .section_row .row_block_right {
  right: 0;
  top: 0;
}
.section_05 .section_row_content .block_inner_text {
  width: 25%;
  /*height: 405px;*/
  padding: 134px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.color_light_blue {
  background: rgba(10, 51, 88, 0.69);
}
.color_dark_blue {
  background: rgba(10, 51, 88, 0.93);
}
.section_row .inner_block_text {
  text-align: center;
}
.section_row .inner_block_text p {
  font-size: 34px;
  font-weight: 300;
  line-height: 34px;
  color: #fff;
}
.section_row .inner_block_text b {
  font-weight: 700;
}
/*.section_06 {
  height: 1051px;
}*/
.section_06 {
  max-width: 1920px;
  margin: 0 auto;
}
.section_06 .section_content {
  display: flex;
}
.section_06 .section_wrapper {
  padding: 136px 0 93px 0;
}
.section_shadow_right {
  position: absolute;
  /*width: 310px;*/
  width: 20%;
  height: 100%;
  background: rgba(237, 239, 245, 0.49);
  right: 0;
  top: 0;
}
.section_06 .ul-person {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.section_06 .ul-person li {
  width: 50%;
  padding: 10px;
}
.section_06 .ul-person .li_person {
  width: 100%;
  height: 100%;
  position: relative;
}
.section_06 .ul-person img {
  position: relative;
  z-index: 3;
}
.block_shadow {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(10, 51, 88, 0.8) 2.6%, rgba(45, 48, 51, 0) 53.12%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.section_06 .ul-person .li_person_text {
  position: absolute;
  z-index: 5;
  left: 25px;
  bottom: 20px;
}
.section_06 .ul-person p {
  margin: 0;
  color: #fff;
}
.section_06 .ul-person .person_name {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.section_06 .ul-person .person_work {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0 0 0;
}
/*.section_06 .col_heading {
  margin: 148px 0 28px 0;
}*/
.section_06 .heading_container {
  padding: 90px 0 0 85px;
}
.section_06 .col_heading span {
  color: #000;
}
.section_04 .section_left_col p {
  margin: 0;
}
.section_06 .col_heading span:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 26px;
  background-color: rgba(232, 68, 36, 0.9);
  width: 100%;
}
.section_06 .heading_text {
  padding: 0 100px 0 0;
  margin-bottom: 28px;
}
.section_06 .heading_link {
  float: left;
  height: 50px;
}
.section_06 .heading_link a {
  background: #E84424;
  position: relative;
  padding: 0 26px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section_06 .heading_link a:hover {
  background: #c93e22;
}
.block_footer {
  background: #0A3358;
}
.section_07 {
  padding: 0;
}
/*.section_07 .section_wrapper {
  max-width: 1920px;
  margin: 0 auto;
}*/
/*footer .footer_row {
  display: flex;
}*/
footer .footer_col_left,
footer .footer_col_right {
  width: 50%;
}
footer .footer_col_left {
  padding: 60px 0 45px 0;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
}
footer .row_top {
  /*height: 380px;*/
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
/*footer .row_bottom {
  height: 120px;
}*/
footer .footer_content {
  margin: 0 auto;
  display: flex;
  height: 100%;
}
footer .footer_logo {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
footer .footer_logo_svg {
  width: 259px;
  height: 34px;
  /*margin-right: 15px;*/
}
footer .footer_logo .logo_text {
  font-size: 22px;
  font-weight: 700;
  padding-top: 6px;
  color: #fff;
  text-transform: uppercase;
}
.content_row {
  width: 100%;
  max-width: 960px;
}
.row_right {
  float: right;
  padding-left: 145px;
}
.row_left {
  float: left;
  padding-right: 145px;
}
footer .ul_left_col_menu {
  display: flex;
}
footer .ul_left_col_menu .main_li {
  width: 50%;
}
footer .li_left_col_menu p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #fff;
  padding-right: 80px;
}
footer .footer_left_social {
  display: flex;
  margin-top: 40px;
}
footer .footer_left_social li {
  margin-right: 16px;
}
footer .footer_left_social a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.01em;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/*footer .footer_left_social a:hover {
  color: rgba(255, 255, 255, 0.4);
}*/
footer .footer_left_social a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

footer .footer_left_social a:hover:after {
  background-color: #ea5639;
}
footer .li_left_col_menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
footer .li_left_col_menu .li_heading {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}
footer .li_left_col_menu .ul_services {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
footer .li_left_col_menu .ul_services li {
  padding-bottom: 12px;
}
footer .li_left_col_menu .ul_services li:last-child {
  padding-bottom: 0;
}
footer .li_left_col_menu .ul_services a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
footer .li_left_col_menu .ul_services .ul_services_link {
  float: left;
}
/*footer .li_left_col_menu .ul_services a:hover {
  color: rgba(255, 255, 255, 0.4);
}*/
footer .li_left_col_menu .ul_services a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

footer .li_left_col_menu .ul_services a:hover:after {
  background-color: #ea5639;
}
footer .right_col_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
footer .right_col_block_top .content_row {
  padding: 60px 0 0 50px;
}
footer .right_col_container .right_col_block_top {
  height: 100%;
}
footer .right_col_container .right_col_block_bottom {
  height: 100px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}
footer .footer_col_right .block_telephone {
  display: flex;
  flex-direction: column;
}
footer .footer_col_right .block_telephone .phone-content {
  display: flex;
  flex-direction: column;
}
footer .footer_col_right .block_telephone .number-text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
footer .footer_col_right .block_telephone .number-number {
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  margin-top: 13px;
}
/*footer .footer_col_right .block_telephone .phone-second {
  margin-top: 42px;
}*/
footer .footer_col_right .block_telephone .block-phone:not(:first-child) {
  margin-top: 42px;
}
footer .footer_col_right .ul_contacts {
  display: flex;
}
footer .footer_col_right .contact_02 {
  padding-left: 100px;
}
footer .footer_col_right .contact_02 .number-text {
  line-height: 31px;
}
footer .footer_right_social {
  display: flex;
}
footer .footer_right_social li {
  margin-right: 33px;
}
footer .footer_right_social li:last-child {
  margin-right: 0;
}
footer .footer_right_social a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
footer .footer_right_social a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/*footer .footer_right_social a:hover {
  color: rgba(255, 255, 255, 0.4);
}*/
footer .footer_right_social a:hover:after {
  background-color: #ea5639;
}
footer .right_col_block_bottom .content_first {
  padding: 30px 0 30px 50px;
}
footer .row_bottom .footer_content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 25px 0;
}
footer .row_bottom p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}





.header_02 {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
header .header_02 .block_logo {
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}
header .header_02 .phone-content .number-text ,
header .header_02 .phone-content .number-number {
  color: #000;
}
header .header_02 .header-menu a {
  color: #000;
}
header .header_02 .header-menu .page_selected {
  font-weight: 700;
}
header .header_02 .header-menu .page_selected:after {
  display: none;
}
header .header_02 select {
  color: #000;
  background: url(../img/chevron_black.png) no-repeat right 0px top 8px;
}



.section_w02 .section_wrapper {
  padding: 40px 0 136px 0;
}
.section_w02 .section_content {
  display: flex;
}
.section_w02 .breadcrumbs {
  margin-bottom: 25px;
}
.section_w02 .col_heading span {
  color: #000;
}
.section_w02 .col_heading span:after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 26px;
    background-color: rgba(232, 68, 36, 0.9);
    width: 100%;
}
.section_w02 .heading_text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  margin: 0 0 15px 0;
}
.w100 {
  max-width: 100%;
}
.section_w03 {
  padding: 0;
}
.section_w03 .section_wrapper {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 145px;
}
.section_w03 .section_w03_menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.section_w03 .w03_menu_wrapper {
  margin: 0 auto;
  max-width: 1920px;
  /*padding: 0 145px;*/
  /*overflow-x: scroll;
  overflow-y: hidden;*/
}
.section_w03 .w03_menu_links {
  display: flex;
  margin: 0 0 -1px 0;
  padding: 0 145px;
}
.section_w03 .w03_menu_links li {
  padding: 0 20px;
  min-width: max-content;
}
.section_w03 .w03_menu_links li:first-child {
  padding-left: 0;
}
.section_w03 .w03_menu_links a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.49);
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: -1px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-width: max-content;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section_w03 .w03_menu_links a:hover {
  color: #000;
}
.section_w03 .w03_menu_links a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section_w03 .w03_menu_links a:hover:after {
  background-color: #ea5639;
}
.section_w03 .w03_menu_links .menu_link_selected {
  font-weight: 700;
  border-bottom: 1px solid #000;
  color: #000;
}
.section_w03 .w03_menu_links .active {
  font-weight: 700;
  border-bottom: 1px solid #000;
  color: #000;
}
.section_w03 .w03_menu_links .menu_link_selected:after {
  display: none;
}
.section_w03 .w03_menu_links .active:after {
  display: none;
}
.section_w03 .ul_works {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  margin: 0 -20px;
  width: auto;
  opacity: 0;
  animation: appear 0.7s forwards;
}
.section_w03 .ul_works li {
  margin: 0;
  padding: 20px;
  width: 33.33333%;
}
.section_w03 .ul_works .item {
  position: relative;
  overflow: hidden;
}
.section_w03 .ul_works img {
  display: block;
  height: 467px;
}
.section_w04 {
  padding: 0;
}
.section_w04 .ul_works {
  width: 100%;
}
.section_w04 .section_wrapper {
  padding-bottom: 248px;
}
.section_w04 .section_content {
  flex-direction: column;
  align-items: center;
  display: flex;
}
.section_w04 .ul_works {
  opacity: 0;
  animation: appear 0.7s forwards;
}
.section_w04 .col_heading {
  margin: 205px 0 88px 0;
}
.section_w04 .col_heading span {
  color: #000;
}
.section_w04 .col_heading span:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 26px;
  background-color: rgba(232, 68, 36, 0.9);
  width: 100%;
}
.section_w04 .heading_text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  margin: 0 0 15px 0;
}
.section_04_heading_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 145px;
}
.section_w04 .other_works {
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  padding: 53px 0;
}
.section_w04 .other_works:first-child {
  width: 100%;
  border-top: 1px solid #DEDEDE;
}
.section_w04 .other_work_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 145px;
}
.section_w04 .other_work {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_w04 .other_work li {
  width: 26%;
}
.section_w04 .other_work li.chevron {
  width: auto;
}
.section_w04 .work_heading {
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
}
.section_w04 .work_descr {
  font-size: 18px;
  font-weight: 300;
}
.section_w04 .work_chara p {
  font-size: 18px;
  margin: 0;
}
/*.section_w04 .other_work .next_svg {
  stroke: #1C266D;
}*/
.section_w04 .other_work a:hover .next_svg {
  transform: translateX(3px);
}



.section_u02 .section_wrapper {
  padding: 40px 0 136px 0;
}
.section_u02 .section_content {
  display: flex;
}
.section_u02 .breadcrumbs {
  margin-bottom: 25px;
}
.section_u02 .col_heading span {
  color: #000;
}
.section_u02 .col_heading span:after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 26px;
    background-color: rgba(232, 68, 36, 0.9);
    width: 100%;
}
.section_u02 .heading_text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  margin: 0 0 15px 0;
}
.section_u03 {
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.section_u03 .section_wrapper {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 145px;
}
.section_u03 .section_content {
  padding-bottom: 141px;
}
.section_u03 .section_w03_menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.section_u03 .w03_menu_wrapper {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 145px;
}
.section_u03 .w03_menu_links {
  display: flex;
  margin: 0 0 -1px 0;
}
.section_u03 .w03_menu_links li {
  padding: 0 20px;
}
.section_u03 .w03_menu_links li:first-child {
  padding-left: 0;
}
.section_u03 .w03_menu_links a {
  text-decoration: none;
  color: #000;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 300;
  display: block;
}
.section_u03 .w03_menu_links .menu_link_selected {
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.section_u03 .item a {
  width: 100%;
  height: 100%;
}
.section_u03 .item_service img {
  transition: 0.6s;
}
.section_u03 .item_service:hover img {
  transform: scale(1.03);
}
.section_u03 .ul_works {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  margin: 0 -20px;
}
.section_u03 .ul_works li {
  margin: 0;
  padding: 20px;
  width: 50%;
}
.section_u03 .ul_works .item {
  position: relative;
  overflow: hidden;
}
.section_u03 .ul_works img {
  display: block;
  height: 430px;
}
.section_u03 .bg_item_shadow {
  background: rgba(10, 51, 88, 0.69);
}
.section_u03 .bg_item_name {
  left: 54px;
  bottom: 54px;
}
.section_u03 .bg_item_name_text {
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  padding-bottom: 3px;
}
.section_u03 .item a:hover .bg_item_name_text {
  border-bottom: 3px solid #ea5639;
}
.section_u03 .bg_item_name p {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  margin: 0;
}
.section_w03 .item a .bg_item_name p {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: transparent;
  line-height: 30px;
}
.section_w03 .item a:hover .bg_item_name p {
  text-decoration-color: #ea5639;
}
.section_u03 .item .chevron {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 24px;
  right: 24px;
  transform: rotate(-45deg);
  z-index: 4;
  opacity: 75%;
}
.section_wo01 {
  padding: 0;
}
.section_wo01 .breadcrumbs {
  padding-left: 145px;
  margin-bottom: 25px;
}
.section_wo01 .section_content {
  flex-wrap: wrap;
}
.section_wo01 .project_row_top {
  display: flex;
  width: 100%;
  padding: 40px 0;
}
.section_wo01 .project_row_bottom .section_left_col {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.section_wo01 .project_row_top .section_left_col {
  padding-right: 20px;
}
.section_wo01 .project_left_text_container {
  background: rgba(242, 242, 242, 0.59);
  display: flex;
  justify-content: flex-end;
}
.section_wo01 .project_left_text {
  width: 100%;
  max-width: 950px;
  padding-left: 145px;
  position: relative;
  z-index: 32;
}
.section_wo01 .project_left_text_2 {
  width: 100%;
  max-width: 950px;
  position: relative;
  z-index: 32;
}
.section_wo01 .first_left_text {
  width: 100%;
  max-width: 950px;
  padding-left: 145px;
  position: relative;
  z-index: 32;
}
.section_wo01 .project_left_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 31;
  background: rgba(10, 51, 88, 0.56);
  display: none;
}
.section_wo01 .project_left_photo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
  opacity: 0.6;
  background-size: cover;
  display: none;
}
.section_wo01 .project_right_video_container {
  padding-left: 20px;
  padding-right: 40px;
}
.section_wo01 .project_right_video {
  position: relative;
  padding-bottom: 25px;
}
.section_wo01 .project_right_video img {
  display: block;
  height: 590px;
  z-index: 3;
}
.section_wo01 .project_right_video a {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 4;
  
}
.section_wo01 .project_right_video video {
  width: 100%;
  display: flex;
}
.section_wo01 .play_button {
  width: 104px;
  height: 104px;
}
.breadcrumbs {
  margin-top: 18px;
/*  padding-left: 145px;*/
  display: flex;
  overflow-x: auto;
}
.breadcrumbs span {
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.59);
  min-width: max-content;
  padding: 0 4px;
}
.breadcrumbs a {
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.59);
  min-width: max-content;
}
.section_wo01 .project_heading {
  margin-top: 10px;
  padding-left: 145px;
}
.section_wo01 .project_heading_text {
  font-size: 50px;
  line-height: 79px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.section_wo01 .project_heading_text b {
  font-weight: 600;
}
.section_wo01 .project_description_container {
  padding-left: 145px;
}
.section_wo01 .project_description {
  padding-right: 85px;
}
.section_wo01 .project_description_text {
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
  margin: 30px 0;
  color: #000;
}
.section_wo01 .project_row_bottom {
  display: flex;
  width: 100%;
  /*padding: 0 0 40px 0;*/
}
.section_wo01 .project_right_img_container {
  padding-left: 20px;
  padding-right: 40px;
}
.section_wo01 .project_other_photos {
  position: relative;
}
.section_wo01 .bg-gradient {
  position: absolute;
  width: 100%;
  height: 300px;
  padding-left: 20px;
  padding-right: 40px;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.section_wo01 .bg-gradient-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 0 0 / 80%) 25.29%, rgba(45, 48, 51, 0) 70.63%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.section_wo01 .project_right_img {
  margin-bottom: 40px;
  position: relative;
  z-index: 90;
}
.section_wo01 .other_photo:last-child {
  margin-bottom: 0;
}
.section_wo01 .project_right_img img {
  display: block;
  height: 590px;
}
.section_wo01 .nomaxheight {
  height: auto;
}
.section_wo01 .margtop {
  margin-top: 40px;
}
.section_wo01 .flexcontent {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.section_wo01 .pd120 {
  padding-left: 120px;
}
.section_wo01 .project_heading_2 {
  padding: 55px 0 55px 25px;
}
.section_wo01 .project_h2 {
  font-size: 50px;
  line-height: 79px;
  font-weight: 400;
}
.section_wo01 .project_atributes_container {
  padding-right: 40px;
}
.section_wo01 .project_atributes {
  padding-bottom: 85px;
}
.section_wo01 .project_atributes .project_atribute_container {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  padding: 20px 25px;
}
.section_wo01 .project_atributes .ul_atribute {
  display: flex;
  justify-content: space-between;
}
.section_wo01 .project_atributes .li_atribute span {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
.section_wo01 .project_bottom_left_container {
  margin-bottom: 40px;
}
.section_wo01 .project_left_ul_container {
  width: 100%;
  max-width: 950px;
  padding-left: 25px;
}
.section_wo01 .project_left_ul li {
  margin-bottom: 18px;
  position: relative;
}
.section_wo01 .project_left_ul span {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  padding-left: 30px;
  display: inline-block;
}
.section_wo01 .project_left_ul .span_container:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 15px;
  left: 0;
}
.section_wo01 .project_row_under {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section_wo01 .project_row_under .section_left_col,
.section_wo01 .project_row_under .section_right_col {
  width: 50%;
}
.section_wo01 .project_row_under .section_left_col {
  padding-right: 20px;
}
.section_wo01 .project_row_under .section_right_col {
  padding-left: 20px;
}
.section_wo01 .under_line {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.13);
}
.section_wo01 .under_line_link_container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 48px;
}
.section_wo01 .under_line_link_container a {
  font-weight: 500;
  font-size: 20px;
  /*line-height: 50px;*/
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  padding-bottom: 20px;
}
.section_wo01 .under_line_link_container a:first-child img {
  display: none;
}
.section_wo01 .under_line_link_container a:not(:first-child) {
  display: none;
}
/*.section_wo01 .under_line_link_container a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(237, 58, 34, 0.49);
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section_wo01 .under_line_link_container a:hover:after {
  background-color: #F0F3F5;
}*/
.section_wo01 .top-margin {
  margin-top: 40px;
}
.section_wo01 .text_container_first {
  min-height: 590px;
  position: relative;
  max-height: max-content;
  overflow: hidden;
}
.section_wo01 .project_row_top .col_flex {
  display: flex;
  flex-direction: column;
}
.section_wo01 .container_last {
  height: 100%;
}
.section_wo01 .heading_container {
  padding-right: 80px;
}
.section_wo01 .recommend_carousel .item {
  margin-right: 10px;
}
/*.section_wo01 .recommend_carousel .item:last-child {
  margin-right: 0;
}*/
/*.section_wo01 .item:nth-child(4n) {
  padding-right: 0;
}
.section_wo01 .recommend_carousel {
  display: flex;
  flex-wrap: wrap;
}*/



.section_c01 {
  padding: 0;
  width: 100%;
}
.section_c01 .section_wrapper {
  width: 100%;
  height: 100%;
}
.section_c01 .section_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_c01 .contacts_container {
  width: 100%;
  max-width: 1920px;
  padding: 0 145px;
  /*z-index: 4;*/
}
.bl-kontact {
  position: relative;
  z-index: 10;
  width: 50%;
  float: right;
  margin: 77px 0 277px 0;
}
.bl-kontact .bl-left {
  padding: 38px;
  width: 50%;
  height: 582px;
  float: left;
  background: #fff;
}
.bl-kontact .bl-right {
  padding: 38px 40px;
  width: 50%;
  height: 582px;
  float: right;
  background: #0A3358;
  position: relative;
}
.bl-kontact .header-hold {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 21px;
  font-size: 28px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.bl-kontact .bl-right .header-hold {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.bl-kontact .marker {
  padding-left: 25px;
  position: relative;
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
  margin-top: 16px;
}
.bl-kontact .email {
  margin-bottom: 4px;
}
.bl-kontact .marker {
  padding-left: 25px;
  position: relative;
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
  margin-top: 16px;
}
.form-kontact input, .form-kontact textarea {
  padding: 18px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #bcc0c7;
  color: #fff !important;
  width: 100%;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease;
  -moz-transition: background 0.15s ease, border-color 0.15s ease;
  -o-transition: background 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease;
}
/*.row-form {
  margin: 0 -7.5px;
}*/
.bl-kontact .row-form {
  margin-bottom: 16px;
  position: relative;
}
.form-kontact .add-cart {
  position: absolute;
  right: 40px;
  bottom: 38px;
}
.form-kontact .add-cart button {
  padding: 8px 32px;
  border-radius: 0;
  background-color: #E84424;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.form-kontact .add-cart button:hover {
  background-color: #fff;
}
.form-kontact .add-cart button:hover span {
  color: #000;
}
.form-kontact .add-cart span {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
.form-kontact input::placeholder, .form-kontact textarea::placeholder {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.69);
  -webkit-transition: background 0.15s ease, border-color 0.15s ease;
  -moz-transition: background 0.15s ease, border-color 0.15s ease;
  -o-transition: background 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease;
}

input::-moz-placeholder             {color: #aaa;transition: opacity 0.3s ease;}
input:-moz-placeholder              {color: #aaa;transition: opacity 0.3s ease;}
input::-webkit-input-placeholder    {color: #aaa;transition: opacity 0.3s ease;}
input:-ms-input-placeholder         {color: #aaa;transition: opacity 0.3s ease;}
input:-ms-input-placeholder         {color: #aaa;transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; outline: none;}
input:focus::-moz-placeholder          {opacity: 0; outline: none;}
input:focus:-moz-placeholder           {opacity: 0; outline: none;}
input:focus:-ms-input-placeholder      {opacity: 0; outline: none;}
textarea::-moz-placeholder             {color: #aaa;transition: opacity 0.3s ease;}
textarea:-moz-placeholder              {color: #aaa;transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder    {color: #aaa;transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder         {color: #aaa;transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; outline: none;}
textarea:focus::-moz-placeholder          {opacity: 0; outline: none;}
textarea:focus:-moz-placeholder           {opacity: 0; outline: none;}
textarea:focus:-ms-input-placeholder      {opacity: 0; outline: none;}

.form-kontact textarea {
  resize: none;
  overflow: hidden;
}
.bl-kontact .phone_numbers_container {
  padding: 10px 0 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}
.bl-kontact .phone_numbers_container:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.bl-kontact .phone_numbers_li {
  margin-bottom: 15px;
}
.bl-kontact .phone_numbers_li:last-child {
  margin-bottom: 0;
}
.bl-kontact .tele_operator {
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.bl-kontact .tele_number {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.map_container {
  width: 100%;
  height: 100%;
  /*z-index: 3;*/
  position: absolute;
  left: 0;
  top: 0;
}
#map {
  width: 100%;
  height: 100%;
}
.lang_pages .block_lang_main {
  color: #000;
}
.lang_pages .block_lang_main:after {
  background: url(../img/chevron_black.png) center no-repeat;
}
.section_w03 .works-container {
  display: none;
}
.section_w04 .works-container {
  display: none;
  flex-direction: column;
}
.section_w03 .show {
  display: flex;
}
.section_w04 .show {
  display: flex;
}
.col_all_photos {
  padding-top: 0;
}



.section_wo01 .wrap_recommended {
  width: 100%;
}
.section_wo01 .wrap_recommended .rec_item {
  margin: 0;
  padding: 20px;
  /*width: 100%;*/
}
.section_wo01 .wrap_recommended .inner_item {
  position: relative;
  overflow: hidden;
}
.section_wo01 .wrap_recommended img {
  display: block;
  height: 325px;
}
.container_last .pd120 {
  padding-bottom: 60px;
}

/* owl */

.owl-stage-outer {
  overflow: hidden;
}
.owl-stage {
  display: flex;
}
.owl-dot {
  cursor: pointer;
  border: none;
  background: transparent;
}
.disabled {
  display: none;
}
.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 12px;
  right: 25px;
}
.owl-theme .owl-nav [class*='owl-'] {
  border: none;
  background: transparent;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
}
.owl-nav i {
  display: flex;
  width: 28px;
  height: 32px;
}
.owl-nav svg * {
  fill: #0A3358;
}
.owl-theme .owl-nav .disabled svg * {
  fill: #e6e6e6;
}
.owl-prev i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* owl */

/* slick */

.slick-list {
  padding: 0 145px;
}
.slick-prev {
  right: 75px;
  position: absolute;
  top: -75px;
}
.slick-next {
  right: 55px;
  position: absolute;
  top: -75px;
  z-index: 5;
}
.slider-nav {
  position: absolute;
  right: 30px;
  top: 17px;
  display: flex;
}
.slider-nav i {
  display: flex;
  width: 28px;
  height: 32px;
}
.slider-nav button {
  cursor: pointer;
  background: transparent;
  border: none;
}
.slider-nav .am-next {
  order: 2;
}
.slider-nav .am-prev {
  order: 1;
}
.slider-nav .am-prev i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.slider-nav svg * {
  fill: #0A3358;
}
.slider-nav .slick-disabled svg * {
  fill: #e6e6e6;
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* slick */

/* swiper */

.recommend_carousel__js {
  padding: 0 145px;
}
.slider-nav .swiper-button-disabled svg * {
  fill: #e6e6e6;
}

.slider-nav .hst-next {
  order: 2;
}
.slider-nav .hst-prev {
  order: 1;
}
.slider-nav .hst-prev i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* swiper */



.project_row_recommended {
  width: 100%;
  position: relative;
}
.recommended_container {
 margin-bottom: 80px;
}
.recommended_heading {
  margin-bottom: 40px;
  position: relative;
}
.recommended_container {
  overflow: hidden;
}
.recommended_heading{
  padding-left: 145px;
  padding-right: 40px;
}
.heading_text_container {
  padding-top: 5px;
}
/*.section_content .ul_works {
  width: 100%;
}*/
.section_content {
  max-width: 100%;
}
.company_wrap {
  max-width: 100%;
}
.section_company_carousel .project_h2 {
  font-size: 50px;
  line-height: 79px;
  font-weight: 400;
}
.recommended_heading_2 {
  padding-left: 145px;
  padding-right: 40px;
  margin-bottom: 80px;
  position: relative;
}





/*-------------------- Mobile menu --------------------*/


.btn_menu_container {
  position: absolute;
  display: none;
  right: 25px;
}
.btn {
  padding: 18px 15px;
  background: #EE8C2A;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFF;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  outline: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.h_button {
  padding: 11px 23px;
  background: #0a3358;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
.btn_row {
  align-items: center;
}
.row_all {
  display: flex;
  justify-content: space-between;
}
.btn_row .btn_inner_icon {
    margin: 0;
}
.bg-mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
  z-index: 2;
}
.block_top_menu {
  height: auto;
  position: relative;
  z-index: 100;
}
.row_top_menu {
  padding: 20px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  z-index: 6;
  width: 300px;
  height: 100vh;
  overflow-y: auto;
  transition: all .5s ease;
}
.open_menu .row_top_menu {
  left: 0;
}
.top_menu li {
  padding: 8px 0;
}
.top_menu a {
  color: #000;
  transition: color .3s ease;
  text-decoration: none;
  font-size: 20px;
}
.top_menu a:hover {
  color: #1C266D;
}
.top_menu .menu_active a {
  font-weight: 700;
}
.open_menu .bg-mobile_menu {
  display: block;
}
.i_icon {
  margin: 4px 0;
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.i_icon_2 {
  width: 13px;
}
.i_icon_3 {
  width: 16px;
}
.h_button.open .i_icon.i_icon_1 {
  transform:translateX(0px) translateY(2px) translateZ(0px)
  rotateX(0deg) rotateY(0deg) rotateZ(45deg);
}
.h_button.open .i_icon.i_icon_2 {
  transform: rotateX(0deg) rotateY(0deg)  translateY(-3px) rotateZ(315deg);
  width: 18px;
}
.h_button.open .i_icon.i_icon_3 {
  display:none;
}
.section_content .ul_works {
  padding-left: 0;
  padding-top: 20px;
  margin-bottom: 102px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  z-index: 4;
}
.section_company .ul_works .bg_item_permanent {
  background: transparent;
}
.section_company .col_heading span {
  color: #071637;
}
.section_company .ul_works .bg_item_permanent {
  position: static;
  color: #000;
  padding-left: 125px;
}
.permanent_2 .col_heading span:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 25px;
  background-color: rgba(232, 68, 36, 0.9);
  width: 100%;
}
.permanent_2 .col_heading span {
  font-size: 46px;
  font-weight: 600;
}
.section_company .ul_works .item_big {
  display: flex;
  flex-direction: column;
}
.section_company .breadcrumbs {
  padding-left: 145px;
  padding-top: 20px;
  margin-bottom: 37px;
}
.permanent_2 .bottom_bl span {
  font-size: 18px;
}
.ul_works li .bg_shadow_company {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 51, 88, 0.69);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 2;
}
.ul_works li:nth-child(4) .bg_shadow_company {
  background: rgba(232, 68, 36, 0.7);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.bg_grey_company {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(237, 239, 245, 0.69);
  z-index: 2;
}
.section_03 .ul_works .item_last {
  padding-bottom: 0;
}
.section_03 .ul_works .item_l {
  height: 100%;
}
.ul_company_bot {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 150px;
}
.ul_company_bot .li_comp:nth-child(1),
.ul_company_bot .li_comp:nth-child(3) {
  width: 25%;
}
.ul_company_bot .li_comp:nth-child(2) {
  width: 50%;
}
.comp_heading_2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
  color: #071637;
}
.company_attributes {
  padding-top: 44px;
}
.company_attributes li {
  font-size: 26px;
  margin: 28px 0;
  padding-left: 45px;
  position: relative;
}
.company_attributes li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #0A3358;
  position: absolute;
  left: 0;
  top: 8px;
}
.comp_heading_wrap {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 3px solid #E84424;
}
.item_name_company b {
  line-height: 44px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.49);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.item_name_company_last  {
  right: 35px;
  left: auto;
  text-align: end;
}
.item_name_company_last b {
  line-height: 44px;
  color: #071637;
  border-bottom: 3px solid rgba(232, 68, 36, 0.9);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.item_name_company_last a:hover b {
  border-bottom: 3px solid rgba(7, 22, 55, 0.9);;
}
.item_name_company_last a {
  text-decoration: none;
}
.item_name_company .comp_small_text {
  font-size: 16px;
  color: #fff;
}
.item_name_company p {
  margin-top: 4px;
}
.item_name_company_last p {
  margin-top: 4px;
}
.item_name_company_last .comp_small_text {
  margin-top: 4px;
  color: #071637;
}
.section_content_2 {
  max-width: 100%;
  position: relative;
}
.section_content_2 .ul_works {
  padding: 20px 20px 102px 0;
  margin: 0 -5px;
}
.section_content_2 .ul_works li a img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;

}
.section_content_2 .ul_works li a:hover img {
  transform: scale(1.03);
}
.section_content_2 .ul_works li a:hover .item_name_company b {
  border-bottom: 3px solid #ea5639;
}
.company_ul_wrap {
  width: 100%;
  overflow: hidden;
}
header .logo_bg {
  background: rgba(237, 239, 245, 0.49);
}
.bg_left_block_2 {
  background: rgba(237, 239, 245, 0.49);
}
.bg_left_block_3 {
  width: 83.255%;
  background: rgba(237, 239, 245, 0.49);
}
.company_wrap {
  z-index: 5;
}
.section_03 .ul_works li a {
  position: relative;
}
/*.section_content .ul_works .item {
  height: 410px;
}*/
.section_company_blocks {
  display: flex;
  flex-wrap: wrap;
}
.section_company_blocks:not(:last-child) {
  margin-bottom: 77px;
}
.section_company_blocks:last-child {
  margin-bottom: 214px;
}
.company_block_inner {
  width: 50%;
  position: relative;
  height: 552px;
}
.pad_right {
  padding-right: 20px;
}
.pad_left {
  padding-left: 20px;
}
.block_inner_bg_photo {
  z-index: 1;
}
.block_inner_bg_photo img {
  height: 552px;
}
.block_inner_bg {
  z-index: 2;
  background: rgba(10, 51, 88, 0.69);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.block_inner_h {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.section_company_blocks:not(:last-child) .block_inner_h {
  padding-left: 148px;
  justify-content: flex-start;
}
.section_company_blocks:last-child .block_inner_h {
  padding-right: 148px;
  justify-content: flex-end;
}
.section_company_blocks:not(:last-child) .block_inner_h span{
  text-align: left;
}
.section_company_blocks:last-child .block_inner_h span {
  text-align: right;
}
.block_inner_h span {
  font-weight: 700;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
  color: #fff;
}
.block_inner_textc_bg_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
/*  padding-right: 20px;*/
}
.block_inner_textc_bg {
  width: 100%;
  height: 100%;
  background: rgba(237, 239, 245, 0.49);
}
.block_inner_textc {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 80px;
  padding-right: 119px;
  position: relative;
  z-index: 2;
}
.block_inner_textc p {
  font-size: 22px;
  line-height: 36px;
}
.company_carousel_inner_item {
  display: flex;
  flex-direction: column;
}
.company_carousel_item .cc_block_1 {
  padding: 12px 0;
  order: 1;
}
.company_carousel_item .cc_block_2 {
  order: 2;
}
.company_carousel_item .cc_block_3 {
  order: 3;
  padding: 12px 0;
}
.cc_block_empty {
  width: 100%;
  height: 230px;
}
.company_carousel_item:nth-child(2n) .cc_block_1 {
  order: 3;
}
.company_carousel_item:nth-child(2n) .cc_block_3 {
  order: 1;
}
.company_carousel_item:nth-child(2n) .cc_block_text {
  justify-content: flex-end;
}
.cc_block_text {
  display: flex;
  flex-direction: column;
  height: 230px;
  border-left: 4px solid #EDEFF5;
  padding-left: 16px;
  padding-right: 100px;
}
.comp_bold {
  font-weight: 700;
  font-size: 33px;
  line-height: 44px;
}
.comp_normal {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
}
.cc_block_image {
  height: 328px;
  background: #D9D9D9;
}
.cc_block_image img {
  height: 328px;
}
.section_company_carousel {
  overflow: hidden;
  padding-bottom: 200px;
}
.company_benefits__js {
  padding: 0 148px;
}
.pdt0 {
  padding-top: 0;
}
.section_company_blocks:not(:last-child) .block_inner_textc {
  padding-right: 80px;
}
.bg_photo_container header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
}
.section_company .ul_works .permanent_2 {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 145px;
}
.mg-target {
  background: rgba(237, 239, 245, 0.49);
  color: #222;
}
.mg-indicator {
  border-bottom: 10px solid rgba(237, 239, 245, 0.49);
}
.li_comp_content p {
  font-size: 22px;
  line-height: 36px;
}
.target-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.target-column-3 {
  width: 33.33333%
}
.target-h1 {
  font-size: 24px;
  margin-top: 0;
}
.target-ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #0A3358;
  position: absolute;
  left: 0;
  top: 8px;
}
.target-ul li {
  position: relative;
  padding-left: 23px;
  font-size: 20px;
/*  line-height: 32px;*/
  padding-bottom: 11px;
}
.dflex {
  display: flex;
}
.num-count {
  opacity: 0;
}
.viz {
  opacity: 1;
  transition: 1s;
}
.no-margin .ul_works {
  margin-right: 0;
  margin-left: 0;
}
.upper_text_wrap p {
  margin-bottom: 8px;
}
.bottom_text_wrap p {
  margin-top: 8px;
}
.section_content .active {
  display: flex;
}




@-webkit-keyframes appear {
 0% { opacity: 0; }
 100% { opacity: 1; }
}

@-moz-keyframes appear {
 0% { opacity: 0; }
 100% { opacity: 1; }
}

@-o-keyframes appear {
 0% { opacity: 0; }
 100% { opacity: 1; }
}

@keyframes appear {
 0% { opacity: 0; }
 100% { opacity: 1; }
}



/* Gallery */

.lg-backdrop.in {
  opacity: 0.5;
}
.diff {
  display: flex;
  padding: 2.5%;
}
.diff.lg-outer .lg {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.diff.lg-outer .lg-toogle-thumb {
  display: none;
}
.diff.lg-outer .lg-inner {
  position: absolute;
  order: 2;
}
.diff.lg-outer .lg-thumb-outer {
  position: relative;
  background-color: transparent;
  order: 3;
  justify-content: center;
  display: flex;
}
.diff.lg-outer .lg-thumb {
  padding: 10px 10px;
  display: flex;
  height: auto;
  margin-bottom: 0;
}
.diff.lg-hide-items .lg-toolbar {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.lg-toolbar {
  background-color: transparent;
  /*position: relative;*/
  order: 1;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.diff.lg-outer .lg-image {
  width: 100% !important;
  height: 100% !important;
}
.diff.lg-outer .lg-img-wrap {
  padding: 0;
}

/* Gallery 