::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: #fff;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: initial;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.light, .section_why .why_items_wrapper .why_item .why_descr, .section_examples .examples_wrapper .example_item .example_descr, .section_examples .examples_wrapper .example_item .chapters_block small, .section_descr {
  font-family: "Gotham Pro Light";
  font-weight: 300;
}

.medium, .service_item .service_description, footer .footer_top .email, footer .footer_top .phone, footer .footer_top .title, footer .footer_top .footer_nav li a.current_page, .default_content ol li p, .default_content ul li p, .default_content h6, .default_content h5, .default_content h4, .default_content h3, .section_about_responsive ul li p, .section_about_responsive .responsive_subtitle, .page_bottom__block p, .section_news .news_item .news_name, .section_name small, .section_content ul li a, .mob_nav .nav_wrapper .nav_right .contact_item__header, .mob_nav .nav_wrapper .nav_right .nav_contact__item .address, .mob_nav .nav_wrapper .nav_left li a, .btn_red__bordered, .btn_red__inner, .btn_red, .btn_transparent, .project_modal__wrapper .project_modal__container .left_side .contact_item__header, .project_modal__wrapper .project_modal__container .left_side .nav_contact__item .address {
  font-family: "Gotham Pro Medium";
  font-weight: 500;
}

.bold, .service_item .service_title, .default_content blockquote div b, .default_content ol li:before, .default_content h2, .default_content h1, .team_follow .follow_title, .team_item .person_name__block .person_name, .section_content__reverse__about .priority_block .priority_item .priority_subtitle, .project_item .example_name, .section_featured_projects .featured_prodjects__title, .section_project_example .project_example_name, .section_about_responsive .responsive_title, .page_title, .section_news .news_item .news_descr, .section_why .why_items_wrapper .why_item .why_name, .section_examples .examples_wrapper .example_item .example_name, .section_work .left_side p, .section_subtitle, .section_name, .section_main .section_main__body .section_main_descr .section_main__title, .mob_nav .mob_nav__btn p, .mob_nav .nav_wrapper .nav_right .nav_contact__item .contact_item, .feedback_modal__title, .project_modal__wrapper .project_modal__container .left_side .nav_contact__item .contact_item, .project_modal__wrapper .project_modal__container .left_side .project_modal__title {
  font-family: "Gotham Pro Bold";
  font-weight: bold;
}

.black {
  font-family: "Gotham Pro Black";
  font-weight: 900;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

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

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

.flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.project_modal {
  padding: 0 !important;
}
.project_modal .close {
  position: absolute;
  right: 50px;
  top: 45px;
  z-index: 50;
  opacity: 1;
}
@media (max-width: 767px) {
  .project_modal .close {
    top: 20px;
    right: 20px;
  }
}
.project_modal .close img {
  display: block;
  max-width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .project_modal .close img {
    max-width: 20px;
    height: 20px;
  }
}
.project_modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
}
.project_modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  min-height: 100vh;
}

.project_modal__wrapper {
  position: relative;
  padding: 130px 0;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .project_modal__wrapper {
    padding: 100px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .project_modal__wrapper {
    padding: 0;
  }
}
.project_modal__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #1b2028;
}
@media (max-width: 767px) {
  .project_modal__wrapper:before {
    content: none;
  }
}
.project_modal__wrapper:after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 60px;
  width: 800px;
  height: 260px;
  background: url("../img/fda_nav.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 1430px) {
  .project_modal__wrapper:after {
    width: 500px;
    height: 200px;
  }
}
@media (max-width: 1141px) {
  .project_modal__wrapper:after {
    content: none;
  }
}
.project_modal__wrapper .project_modal__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .project_modal__wrapper .project_modal__container {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
.project_modal__wrapper .project_modal__container .left_side {
  width: calc((100% / 2) - 100px);
  position: relative;
}
@media (max-width: 1141px) {
  .project_modal__wrapper .project_modal__container .left_side {
    width: calc((100% / 2) - 40px);
  }
}
@media (max-width: 991px) {
  .project_modal__wrapper .project_modal__container .left_side {
    width: calc((100% / 2) - 20px);
  }
}
@media (max-width: 767px) {
  .project_modal__wrapper .project_modal__container .left_side {
    width: 100%;
    padding: 20px 0;
  }
}
.project_modal__wrapper .project_modal__container .left_side:before {
  content: none;
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  height: 100%;
  background: #1b2028;
}
@media (max-width: 767px) {
  .project_modal__wrapper .project_modal__container .left_side:before {
    content: "";
  }
}
.project_modal__wrapper .project_modal__container .left_side .project_modal__title {
  font-size: 43px;
  margin: 0 0 50px;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .project_modal__wrapper .project_modal__container .left_side .project_modal__title {
    font-size: 28px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .project_modal__wrapper .project_modal__container .left_side .project_modal__title {
    font-size: 18px;
  }
}
.project_modal__wrapper .project_modal__container .left_side .project_modal__title span {
  color: #c11010;
}
.project_modal__wrapper .project_modal__container .left_side .nav_contact__item {
  padding: 0 0 30px;
  margin: 0 0 40px;
  border-bottom: 1px solid #2e3238;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .project_modal__wrapper .project_modal__container .left_side .nav_contact__item {
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
}
.project_modal__wrapper .project_modal__container .left_side .nav_contact__item .contact_item {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  .project_modal__wrapper .project_modal__container .left_side .nav_contact__item .contact_item {
    font-size: 16px;
  }
}
.project_modal__wrapper .project_modal__container .left_side .nav_contact__item .address {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .project_modal__wrapper .project_modal__container .left_side .nav_contact__item .address {
    font-size: 14px;
  }
}
.project_modal__wrapper .project_modal__container .left_side .nav_contact__item a:hover {
  text-decoration: underline;
}
.project_modal__wrapper .project_modal__container .left_side .contact_item__header {
  color: #6c6f73;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .project_modal__wrapper .project_modal__container .left_side .contact_item__header {
    font-size: 14px;
  }
}
.project_modal__wrapper .project_modal__container .left_side .nav_socials {
  position: relative;
  z-index: 5;
}
.project_modal__wrapper .project_modal__container .left_side .nav_socials ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project_modal__wrapper .project_modal__container .left_side .nav_socials ul li {
  margin: 0 60px 0 0;
}
@media (max-width: 991px) {
  .project_modal__wrapper .project_modal__container .left_side .nav_socials ul li {
    margin: 0 40px 0 0;
  }
}
.project_modal__wrapper .project_modal__container .left_side .nav_socials ul li:nth-last-child(1) {
  margin: 0;
}
.project_modal__wrapper .project_modal__container .left_side .nav_socials ul li a {
  display: block;
  opacity: 0.5;
}
.project_modal__wrapper .project_modal__container .left_side .nav_socials ul li a:hover {
  opacity: 1;
}
.project_modal__wrapper .project_modal__container .left_side .nav_socials ul li a img {
  display: block;
}
.project_modal__wrapper .project_modal__container .right_side {
  width: calc((100% / 2) - 100px);
}
@media (max-width: 1141px) {
  .project_modal__wrapper .project_modal__container .right_side {
    width: calc((100% / 2) - 40px);
  }
}
@media (max-width: 991px) {
  .project_modal__wrapper .project_modal__container .right_side {
    width: calc((100% / 2) - 20px);
  }
}
@media (max-width: 767px) {
  .project_modal__wrapper .project_modal__container .right_side {
    width: 100%;
    padding: 50px 0 20px 0;
  }
}
.project_modal__wrapper .project_modal__container .right_side label input {
  display: none;
}

.check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 0 0 20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .check {
    font-size: 12px;
  }
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #dbdbdb;
}

.check:hover input ~ .checkmark {
  background-color: #c11010;
}

.check input:checked ~ .checkmark {
  background-color: #dbdbdb;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check input:checked ~ .checkmark:after {
  display: block;
}

.check .checkmark:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c11010;
  border-radius: 50%;
}

.feedback_modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  opacity: 1;
}
.feedback_modal .close img {
  display: block;
  max-width: 17px;
  height: 17px;
}
@media (max-width: 767px) {
  .feedback_modal .close img {
    max-width: 13px;
    height: 13px;
  }
}
.feedback_modal .modal-dialog {
  max-width: 550px;
  border: none;
  border-radius: 0;
}
.feedback_modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  padding: 50px 70px 55px 70px;
}
@media (max-width: 991px) {
  .feedback_modal .modal-dialog .modal-content {
    padding: 40px 15px 15px 15px;
  }
}

.feedback_modal__title {
  font-size: 35px;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .feedback_modal__title {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.feedback_modal__title span {
  color: #c11010;
}

.form_group {
  margin: 0 0 13px;
}
@media (max-width: 991px) {
  .form_group {
    margin: 0 0 10px;
  }
}
.form_group input,
.form_group label {
  width: 100%;
  max-width: 100%;
  min-height: 78px;
  color: #999999;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 40px;
  border: 1px solid #e2e2e2;
}
@media (max-width: 991px) {
  .form_group input,
.form_group label {
    font-size: 12px;
    padding: 10px 15px;
    min-height: 55px;
  }
}
.form_group label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form_group label span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.form_group label span img {
  display: block;
}

textarea {
  width: 100%;
  max-width: 100%;
  min-height: 135px;
  color: #999999;
  text-transform: uppercase;
  font-size: 16px;
  padding: 25px 20px 10px 20px;
  border-radius: 40px;
  border: 1px solid #e2e2e2;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  textarea {
    margin: 0 0 20px;
    font-size: 12px;
    padding: 20px 10px 10px 15px;
    min-height: 100px;
  }
}

.menu_opened {
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
}
.btn_transparent {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  min-width: 268px;
  min-height: 79px;
  border: 2px solid #fff;
  border-radius: 40px;
  background: transparent;
}
@media (max-width: 991px) {
  .btn_transparent {
    min-height: 55px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .btn_transparent {
    min-width: 100%;
  }
}
.btn_transparent:hover {
  background: #c11010;
  border-color: #c11010;
  color: #fff;
}
.btn_red {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  min-width: 266px;
  min-height: 77px;
  border: 2px solid transparent;
  border-radius: 40px;
  background: #c11010;
}
@media (max-width: 991px) {
  .btn_red {
    min-height: 55px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .btn_red {
    min-width: 100%;
  }
}
.btn_red:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn_red__inner {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  min-width: 266px;
  min-height: 77px;
  border: 2px solid transparent;
  border-radius: 40px;
  background: #c11010;
}
@media (max-width: 991px) {
  .btn_red__inner {
    min-height: 55px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .btn_red__inner {
    min-width: 100%;
  }
}
.btn_red__inner:hover {
  background: transparent;
  border-color: #c11010;
  color: #c11010;
}
.btn_red__bordered {
  font-size: 16px;
  text-transform: uppercase;
  color: #c11010;
  min-width: 268px;
  min-height: 79px;
  border: 2px solid #c11010;
  border-radius: 40px;
  background: transparent;
}
@media (max-width: 991px) {
  .btn_red__bordered {
    min-height: 55px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .btn_red__bordered {
    min-width: 100%;
  }
}
.btn_red__bordered:hover {
  background: #c11010;
  border-color: #c11010;
  color: #fff;
}

body {
  position: relative;
}

header {
  padding: 0 0 0 81px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
@media (max-width: 1430px) {
  header {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 991px) {
  header {
    padding: 12px 15px 0 15px;
  }
}
header .logo {
  display: inline-block;
  z-index: 15;
}
header .logo img {
  display: block;
  width: 100%;
  max-width: 96px;
  max-height: 26px;
  object-fit: contain;
}
@media (max-width: 991px) {
  header .logo img {
    width: 86px;
    height: 23px;
  }
}

.menu_box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 24px 24px 31px 23px;
  background: #c00707;
  min-width: 85px;
}
@media (max-width: 991px) {
  .menu_box {
    padding: 10px 7px;
    min-width: 40px;
  }
}
.menu_box.is-active {
  z-index: 15;
  background: transparent;
}

.hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hamburger .line {
  display: inline-block;
  width: 19px;
  height: 3px;
  background-color: #fff;
  margin: 0 0 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .hamburger .line {
    width: 13px;
    height: 2px;
    margin: 0 0 7px;
  }
}
.hamburger .line:nth-child(3) {
  margin: 0;
}
.hamburger .line:nth-child(2) {
  width: 38px;
}
@media (max-width: 991px) {
  .hamburger .line:nth-child(2) {
    width: 26px;
  }
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active {
  z-index: 15;
}
.hamburger.is-active .line:nth-child(3) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  background: #c11010;
  width: 30px;
  height: 4px;
}
@media (max-width: 991px) {
  .hamburger.is-active .line:nth-child(1) {
    width: 26px;
    height: 2px;
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    -o-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  background: #c11010;
  width: 30px;
  height: 4px;
}
@media (max-width: 991px) {
  .hamburger.is-active .line:nth-child(2) {
    width: 26px;
    height: 2px;
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -o-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
  }
}

.mob_nav {
  position: absolute;
  left: 0px;
  top: 0;
  background: #141a22;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  overflow: auto;
}
.mob_nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 10;
}
.mob_nav .nav_wrapper {
  width: 100%;
  max-width: 1315px;
  padding: 175px 15px 150px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper {
    padding: 100px 15px 50px 15px;
    flex-direction: column;
  }
}
.mob_nav .nav_wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -130px;
  transform: translateY(-50%);
  width: 1030px;
  height: 360px;
  background: url("../img/fda_nav.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1562px) {
  .mob_nav .nav_wrapper:before {
    right: 0;
  }
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper:before {
    content: none;
  }
}
.mob_nav .nav_wrapper .nav_left {
  position: relative;
  z-index: 20;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_left {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.mob_nav .nav_wrapper .nav_left li {
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_left li {
    margin: 0 0 10px;
  }
}
.mob_nav .nav_wrapper .nav_left li:nth-last-child(1) {
  margin: 0;
}
.mob_nav .nav_wrapper .nav_left li a {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_left li a {
    font-size: 12px;
  }
}
.mob_nav .nav_wrapper .nav_left li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 5px;
  background: #c11010;
  transition: width 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_left li a:before {
    height: 2px;
  }
}
.mob_nav .nav_wrapper .nav_left li a:hover {
  padding: 0 0 0 75px;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_left li a:hover {
    padding: 0 0 0 30px;
  }
}
.mob_nav .nav_wrapper .nav_left li a:hover:before {
  width: 50px;
  opacity: 1;
  visibility: visible;
  transition: width 0.3s;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_left li a:hover:before {
    width: 20px;
  }
}
.mob_nav .nav_wrapper .nav_left li a.current_page {
  padding: 0 0 0 75px;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_left li a.current_page {
    padding: 0 0 0 30px;
  }
}
.mob_nav .nav_wrapper .nav_left li a.current_page:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 5px;
  opacity: 1;
  visibility: visible;
  background: #c11010;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_left li a.current_page:before {
    height: 2px;
    width: 20px;
  }
}
.mob_nav .nav_wrapper .nav_right {
  width: 100%;
  max-width: 490px;
  position: relative;
  z-index: 20;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_right {
    max-width: 100%;
  }
}
.mob_nav .nav_wrapper .nav_right .nav_contact__item {
  padding: 0 0 30px;
  margin: 0 0 40px;
  border-bottom: 1px solid #2e3238;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_right .nav_contact__item {
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
}
.mob_nav .nav_wrapper .nav_right .nav_contact__item .contact_item {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_right .nav_contact__item .contact_item {
    font-size: 16px;
  }
}
.mob_nav .nav_wrapper .nav_right .nav_contact__item .address {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_right .nav_contact__item .address {
    font-size: 14px;
  }
}
.mob_nav .nav_wrapper .nav_right .nav_contact__item a:hover {
  text-decoration: underline;
}
.mob_nav .nav_wrapper .nav_right .contact_item__header {
  color: #6c6f73;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_right .contact_item__header {
    font-size: 14px;
  }
}
.mob_nav .nav_wrapper .nav_right .nav_socials ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mob_nav .nav_wrapper .nav_right .nav_socials ul li {
  margin: 0 60px 0 0;
}
@media (max-width: 991px) {
  .mob_nav .nav_wrapper .nav_right .nav_socials ul li {
    margin: 0 40px 0 0;
  }
}
.mob_nav .nav_wrapper .nav_right .nav_socials ul li:nth-last-child(1) {
  margin: 0;
}
.mob_nav .nav_wrapper .nav_right .nav_socials ul li a {
  display: block;
  opacity: 0.5;
}
.mob_nav .nav_wrapper .nav_right .nav_socials ul li a:hover {
  opacity: 1;
}
.mob_nav .nav_wrapper .nav_right .nav_socials ul li a img {
  display: block;
}
.mob_nav .mob_nav__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 0 30px 40px 0;
}
@media (max-width: 991px) {
  .mob_nav .mob_nav__btn {
    flex-direction: column;
    padding: 0 15px 20px;
  }
}
.mob_nav .mob_nav__btn p {
  font-size: 30px;
  color: #fff;
  margin: 0 50px 0 0;
}
@media (max-width: 991px) {
  .mob_nav .mob_nav__btn p {
    font-size: 18px;
    margin: 0 0 15px;
  }
}

.section_main {
  position: relative;
  overflow: hidden;
  background: url("../img/main_bg.jpg") center left no-repeat;
  background-size: cover;
}
.section_main .container {
  display: flex;
  height: 100%;
  align-items: center;
}
.section_main .socials {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 11;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  .section_main .socials {
    display: none;
  }
}
.section_main .socials li {
  margin: 0 0 90px;
}
.section_main .socials li:nth-last-child(1) {
  margin: 0;
}
.section_main .socials li a {
  display: inline-block;
}
.section_main .socials li a:hover {
  opacity: 0.7;
}
.section_main .socials li a img {
  display: block;
}
.section_main .container {
  z-index: 10;
  position: relative;
}
.section_main .container .wrapper {
  width: 100%;
}
.section_main .section_main__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1141px) {
  .section_main .section_main__body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section_main .section_main__body .section_main__logo {
  width: 100%;
  max-width: 831px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1560px) {
  .section_main .section_main__body .section_main__logo {
    max-width: 700px;
  }
}
@media (max-width: 1430px) {
  .section_main .section_main__body .section_main__logo {
    max-width: 500px;
    margin: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .section_main .section_main__body .section_main__logo {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.section_main .section_main__body .section_main__logo img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .section_main .section_main__body .section_main__logo img {
    max-width: 240px;
    height: 57px;
  }
}
.section_main .section_main__body .section_main_descr {
  width: calc(100% - 950px);
}
@media screen and (max-width: 1560px) {
  .section_main .section_main__body .section_main_descr {
    width: calc(100% - 800px);
  }
}
@media (max-width: 1430px) {
  .section_main .section_main__body .section_main_descr {
    width: calc(100% - 550px);
  }
}
@media (max-width: 1141px) {
  .section_main .section_main__body .section_main_descr {
    width: 100%;
  }
}
.section_main .section_main__body .section_main_descr .section_main__title {
  font-size: 60px;
  color: #fff;
  margin: 0 0 30px;
  line-height: 1.333;
}
@media (max-width: 1430px) {
  .section_main .section_main__body .section_main_descr .section_main__title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .section_main .section_main__body .section_main_descr .section_main__title {
    font-size: 28px;
    margin: 0 0 20px;
  }
}
.section_main .section_main__body .section_main_descr .section_main__title span {
  color: #d91217;
}
@media (max-width: 1430px) {
  .section_main .section_main__body .section_main_descr .section_main__title span {
    display: block;
  }
}
.section_main .section_main__body .section_main_descr .section_main__descr {
  font-size: 18px;
  line-height: 1.669;
  color: #fff;
  letter-spacing: 1.7px;
  margin: 0 0 65px;
}
@media (max-width: 991px) {
  .section_main .section_main__body .section_main_descr .section_main__descr {
    font-size: 14px;
    margin: 0 0 40px;
    letter-spacing: normal;
  }
}
.section_main .section_main__body .section_main_descr .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1430px) {
  .section_main .section_main__body .section_main_descr .btn_wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .section_main .section_main__body .section_main_descr .btn_wrapper {
    flex-direction: column;
    margin: 0 0 50px;
  }
}
.section_main .section_main__body .section_main_descr .btn_wrapper .btn {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .section_main .section_main__body .section_main_descr .btn_wrapper .btn {
    min-width: 100%;
    margin: 0 0 20px;
  }
  .section_main .section_main__body .section_main_descr .btn_wrapper .btn:nth-last-child(1) {
    margin: 0;
  }
}
.section_main .section_main__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .section_main .section_main__footer {
    flex-direction: column;
    position: static;
  }
}
.section_main .section_main__footer .partners_wrapper__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .section_main .section_main__footer .partners_wrapper__inner {
    justify-content: space-between;
    width: 100%;
    margin: 0 0 40px;
  }
}
.section_main .section_main__footer .partners_wrapper__inner img {
  display: block;
  margin: 0 68px 0 0;
}
@media (max-width: 991px) {
  .section_main .section_main__footer .partners_wrapper__inner img {
    margin: 0 10px 0 0;
    width: 100%;
    max-width: 101px;
    height: 16px;
    object-fit: contain;
  }
}
.section_main .section_main__footer .partners_wrapper__inner img:nth-last-child(1) {
  margin: 0;
}
.section_main .section_main__footer .btn_fixed {
  position: fixed;
  right: 30px;
  bottom: 40px;
}
@media (max-width: 767px) {
  .section_main .section_main__footer .btn_fixed {
    position: static;
    right: initial;
    bottom: initial;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section_main .section_main__footer .btn_fixed .btn {
    min-width: 100%;
  }
}

.section_content {
  position: relative;
}
@media (max-width: 991px) {
  .section_content {
    padding: 15px 0 0 0;
  }
}
.section_content .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .section_content .container {
    flex-direction: column;
  }
}
.section_content .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 83px 0 0 0;
}
@media (max-width: 1430px) {
  .section_content .btn_wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .section_content .btn_wrapper {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 1430px) {
  .section_content .btn_wrapper .btn {
    min-width: 100%;
  }
}
.section_content .btn_wrapper .btn_red__inner {
  margin: 0 24px 0 0;
}
@media (max-width: 1430px) {
  .section_content .btn_wrapper .btn_red__inner {
    margin: 0 0 20px;
  }
}
.section_content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 65px 0 0 0;
}
@media (max-width: 991px) {
  .section_content ul {
    margin: 20px 0 0 0;
  }
}
.section_content ul li {
  width: calc((100% / 2) - 35px);
  padding: 0 0 0 39px;
  position: relative;
  margin: 0 0 25px;
}
@media screen and (max-width: 1575px) {
  .section_content ul li {
    width: calc((100% / 2) - 10px);
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1430px) {
  .section_content ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .section_content ul li {
    padding: 0 0 0 15px;
  }
}
.section_content ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #d91217;
  border-radius: 50%;
}
.section_content ul li a {
  font-size: 22px;
  color: #414446;
  letter-spacing: 1.7px;
}
.section_content ul li a:hover {
  color: #c11010;
}
@media (max-width: 991px) {
  .section_content ul li a {
    font-size: 14px;
    letter-spacing: normal;
    font-family: "Gotham Pro";
  }
}

.block_w_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .block_w_img {
    max-width: 100%;
    height: auto;
    position: static;
    margin: 0 0 15px;
  }
}
.block_w_img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .block_w_img img {
    height: 300px;
  }
}

.block_w_content {
  width: 100%;
  max-width: 50%;
  padding: 111px 0 185px 65px;
}
@media (max-width: 1430px) {
  .block_w_content {
    padding: 50px 0 50px 50px;
  }
}
@media (max-width: 991px) {
  .block_w_content {
    max-width: 100%;
    padding: 0 0 40px;
    border-bottom: 2px solid #e7e8e8;
  }
}

.project-filters p {
  display: none;
}
@media (max-width: 991px) {
  .project-filters p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #c11010;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 0.3s ease;
  }
  .project-filters p svg {
    margin: 4px 0 0 10px;
    transition: all 0.3s ease;
  }
  .project-filters p.active svg {
    transform: rotate(-180deg);
  }
}
.project-filters ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .project-filters ul {
    display: none;
    flex-wrap: wrap;
  }
}
.project-filters ul li {
  width: initial;
  padding: 0;
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .project-filters ul li {
    width: 100%;
    margin: 0;
  }
}
.project-filters ul li:before {
  content: none;
}
.project-filters ul li a {
  font-size: 16px;
  font-family: "Gotham Pro Medium";
  color: #c11010;
  padding: 10px 15px;
  margin-right: 1rem;
  margin-bottom: 2rem;
  border: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .project-filters ul li a {
    padding: 0px 10px;
  }
}
.project-filters ul li a.active, .project-filters ul li a:hover {
  border-color: #c11010;
}

.section_name {
  font-size: 36px;
  margin: 0 0 111px;
}
@media (max-width: 1430px) {
  .section_name {
    margin: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .section_name {
    font-size: 15px;
    margin: 0 0 30px;
  }
}
.section_name span {
  color: #c11010;
}
.section_name small {
  color: #989898;
  font-size: 20px;
  display: block;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .section_name small {
    font-size: 14px;
    margin: 0;
  }
}

.section_subtitle {
  font-size: 50px;
  margin: 0 0 30px;
}
@media (max-width: 1430px) {
  .section_subtitle {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section_subtitle {
    margin: 0 0 15px;
    font-size: 28px;
  }
}
.section_subtitle span {
  color: #c11010;
  display: block;
}

.section_descr {
  color: #64666a;
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 1.668;
}
@media (max-width: 991px) {
  .section_descr {
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 1.429;
  }
}

.section_content__reverse .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section_content__reverse .section_name {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .section_content__reverse .section_name {
    margin: 0 0 15px;
  }
}
.section_content__reverse .block_w_img {
  left: inherit;
  right: 0;
}
.section_content__reverse .block_w_content {
  padding: 94px 85px 100px 0;
  border-bottom: none;
}
@media (max-width: 1430px) {
  .section_content__reverse .block_w_content {
    padding: 50px 50px 50px 0;
  }
}
@media (max-width: 991px) {
  .section_content__reverse .block_w_content {
    padding: 0;
  }
}
.section_content__reverse .btn_wrapper {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .section_content__reverse .btn_wrapper {
    margin-top: 15px;
  }
}

.section_work .container {
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_work .container {
    flex-direction: column;
  }
}
.section_work .section_subtitle {
  color: #031c2e;
}
@media (max-width: 991px) {
  .section_work .section_subtitle {
    color: #000;
  }
}
.section_work .left_side {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 50%;
  padding: 111px 0 0 0;
}
@media (max-width: 991px) {
  .section_work .left_side {
    max-width: 100%;
    padding: 0;
    margin: 0 0 15px;
  }
}
.section_work .left_side p {
  font-size: 250px;
  color: #031c2e;
  line-height: 1;
}
@media (max-width: 1430px) {
  .section_work .left_side p {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .section_work .left_side p {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .section_work .left_side p {
    font-size: 75px;
  }
}
.section_work .left_side p span {
  color: #d91217;
}
.section_work .block_w_content {
  padding-bottom: 20px;
  border-bottom: none;
}

.section_examples {
  padding: 85px 0 115px 0;
}
@media (max-width: 991px) {
  .section_examples {
    padding: 0 0 50px;
  }
}
.section_examples .examples_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_examples .examples_wrapper .example_item {
  width: calc((100% / 2) - 65px);
  display: block;
  margin: 0 0 110px;
}
@media (max-width: 1430px) {
  .section_examples .examples_wrapper .example_item {
    width: calc((100% / 2) - 15px);
  }
}
@media (max-width: 991px) {
  .section_examples .examples_wrapper .example_item {
    width: 100%;
    margin: 0 0 35px;
  }
}
.section_examples .examples_wrapper .example_item img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  height: 660px;
  margin: 0 0 35px;
}
@media (max-width: 1141px) {
  .section_examples .examples_wrapper .example_item img {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .section_examples .examples_wrapper .example_item img {
    height: 350px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section_examples .examples_wrapper .example_item img {
    height: 290px;
  }
}
.section_examples .examples_wrapper .example_item .example_img {
  position: relative;
  display: block;
}
.section_examples .examples_wrapper .example_item .example_img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0f192f 26.587%, #200823 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.section_examples .examples_wrapper .example_item .chapters_block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .section_examples .examples_wrapper .example_item .chapters_block {
    margin: 0 0 10px;
  }
}
.section_examples .examples_wrapper .example_item .chapters_block small {
  margin: 0 40px 10px 0;
  color: #d91217;
  position: relative;
  letter-spacing: 1.1px;
}
@media (max-width: 991px) {
  .section_examples .examples_wrapper .example_item .chapters_block small {
    font-size: 12px;
    margin: 0 20px 10px 0;
    letter-spacing: normal;
  }
}
.section_examples .examples_wrapper .example_item .chapters_block small:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #d1d1d1;
}
@media (max-width: 991px) {
  .section_examples .examples_wrapper .example_item .chapters_block small:after {
    right: -10px;
  }
}
.section_examples .examples_wrapper .example_item .chapters_block small:nth-last-child(1) {
  margin: 0 0 10px;
}
.section_examples .examples_wrapper .example_item .chapters_block small:nth-last-child(1):after {
  content: none;
}
.section_examples .examples_wrapper .example_item .example_name {
  font-size: 35px;
  margin: 0 0 0px;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .section_examples .examples_wrapper .example_item .example_name {
    font-size: 20px;
    margin: 0 0 5px;
  }
}
.section_examples .examples_wrapper .example_item .example_descr {
  font-size: 20px;
  color: #414446;
  display: block;
}
@media (max-width: 991px) {
  .section_examples .examples_wrapper .example_item .example_descr {
    font-size: 13px;
  }
}
.section_examples .examples_wrapper .example_item:hover .example_name {
  color: #d91217 !important;
}
.section_examples .examples_wrapper .example_item:hover .example_img:after {
  opacity: 0.6;
  visibility: visible;
}
.section_examples .examples_wrapper .example_item__left {
  margin-top: -360px;
}
@media (max-width: 991px) {
  .section_examples .examples_wrapper .example_item__left {
    margin-top: 0;
  }
}

.btn_centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_centered .btn {
  min-width: 310px;
}
@media (max-width: 991px) {
  .btn_centered .btn {
    min-width: 100%;
  }
}

.section_why {
  padding: 150px 0 40px 0;
  position: relative;
  background: url("../img/why_bg.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .section_why {
    padding: 35px 0 20px 0;
  }
}
.section_why:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0f192f 26.587%, #200823 100%);
  opacity: 0.79;
  z-index: 2;
}
.section_why .container {
  z-index: 9;
  position: relative;
}
.section_why .section_name {
  color: #fff;
  margin: 0 0 110px;
}
@media (max-width: 991px) {
  .section_why .section_name {
    margin: 0 0 20px;
  }
}
.section_why .why_items_wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 100px;
  z-index: 5;
  position: relative;
}
@media (max-width: 991px) {
  .section_why .why_items_wrapper {
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .section_why .why_items_wrapper {
    margin: 0 0 30px;
    flex-direction: column;
  }
}
.section_why .why_items_wrapper .why_item {
  margin: 0 120px 0 0;
  width: 100%;
  max-width: 530px;
}
@media (max-width: 767px) {
  .section_why .why_items_wrapper .why_item {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.section_why .why_items_wrapper .why_item:nth-last-child(1) {
  margin: 0;
}
.section_why .why_items_wrapper .why_item .why_name {
  color: #fff;
  font-size: 26px;
  padding: 0 0 25px;
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 991px) {
  .section_why .why_items_wrapper .why_item .why_name {
    font-size: 18px;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
}
.section_why .why_items_wrapper .why_item .why_name:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 27px;
  height: 3px;
  background: #c00000;
}
.section_why .why_items_wrapper .why_item .why_descr {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 991px) {
  .section_why .why_items_wrapper .why_item .why_descr {
    font-size: 12px;
  }
}
.section_why .rotated {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -30px;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .section_why .rotated {
    right: 0;
  }
}
@media (max-width: 991px) {
  .section_why .rotated {
    display: none;
  }
}
.section_why .rotated img {
  display: block;
}

.section_partners {
  padding: 110px 0 35px 0;
}
@media (max-width: 991px) {
  .section_partners {
    padding: 35px 0;
  }
}
.section_partners .section_name {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section_partners .section_name {
    margin: 0 0 20px;
  }
}
.section_partners .partners_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section_partners .partners_wrapper .partner_item {
  padding: 10px;
  border: 1px solid #ececec;
  margin-top: -1px;
  margin-right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 5);
  height: 178px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 1430px) {
  .section_partners .partners_wrapper .partner_item {
    width: calc(100% / 4);
  }
}
@media (max-width: 991px) {
  .section_partners .partners_wrapper .partner_item {
    width: 100%;
    margin: 0 -1px 0 0;
  }
}
@media (max-width: 767px) {
  .section_partners .partners_wrapper .partner_item {
    height: 90px;
  }
}
.section_partners .partners_wrapper .partner_item img {
  display: block;
  width: 100%;
  max-width: 144px;
  max-height: 71px;
  object-fit: contain;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .section_partners .partners_wrapper .partner_item img {
    max-width: 86px;
    max-height: 43px;
  }
}
.section_partners .partners_wrapper .partner_item:hover {
  box-shadow: 0px 0px 60px rgba(73, 98, 163, 0.3);
  z-index: 3;
}
.section_partners .partners_wrapper .partner_item:hover img {
  filter: grayscale(0);
}
@media (max-width: 991px) {
  .section_partners .partners_wrapper .partner_item:hover {
    box-shadow: none;
  }
}

.section_news {
  padding: 35px 0 115px 0;
}
@media (max-width: 991px) {
  .section_news {
    padding: 35px 0;
  }
}
.section_news .section_name {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section_news .section_name {
    margin: 0 0 20px;
  }
}
.section_news .btn_centered {
  margin: 70px 0 0 0;
}
@media (max-width: 991px) {
  .section_news .btn_centered {
    margin: 30px 0 0 0;
  }
}
.section_news .row {
  margin: -35px;
}
@media screen and (max-width: 1618px) {
  .section_news .row {
    margin: -7.5px;
  }
}
@media (max-width: 991px) {
  .section_news .row {
    margin: -15px -7.5px;
  }
}
.section_news .row [class*=col-] {
  padding: 35px;
}
@media screen and (max-width: 1618px) {
  .section_news .row [class*=col-] {
    padding: 7.5px;
  }
}
@media (max-width: 991px) {
  .section_news .row [class*=col-] {
    padding: 15px 7.5px;
  }
}
.section_news .news_item {
  display: block;
  border: 1px solid #e6e6e6;
  padding: 0 0 35px;
}
@media (max-width: 991px) {
  .section_news .news_item {
    padding: 0 0 25px;
  }
}
.section_news .news_item .news_img {
  position: relative;
  overflow: hidden;
  display: block;
  height: 315px;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .section_news .news_item .news_img {
    height: 200px;
    margin: 0 0 15px;
  }
}
.section_news .news_item img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: all 0.3s ease;
}
.section_news .news_item .news_name {
  color: #c11010;
  margin: 0 0 20px;
  display: block;
  padding: 0 35px;
}
@media (max-width: 991px) {
  .section_news .news_item .news_name {
    font-size: 10px;
    margin: 0 0 10px;
    padding: 0 20px;
  }
}
.section_news .news_item .news_descr {
  font-size: 18px;
  display: block;
  padding: 0 35px;
}
@media (max-width: 991px) {
  .section_news .news_item .news_descr {
    font-size: 14px;
    padding: 0 20px;
  }
}
.section_news .news_item:hover img {
  transform: scale(1.05);
}

.section_inner__page {
  padding: 160px 0 65px 0;
}
@media (max-width: 991px) {
  .section_inner__page {
    padding: 80px 0 156px 0;
  }
}
.section_inner__page .container {
  display: block;
}

@media (max-width: 991px) {
  .section_main__about {
    padding-bottom: 40px;
  }
}
.section_main__about .page_title {
  line-height: 1.333;
  width: 100%;
  max-width: 1326px;
}
.section_main__about .page_descr {
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 991px) {
  .section_main__about .comeback {
    margin: 0 0 30px;
  }
}
.section_main__about .container {
  display: block;
}

@media (max-width: 991px) {
  .section_main__textpage {
    padding-bottom: 50px;
  }
}
.section_main__textpage .page_descr__inner {
  margin: 0 0 25px;
}
.section_main__textpage .page_descr {
  width: 100%;
  max-width: 1132px;
}
@media (max-width: 991px) {
  .section_main__textpage .page_descr {
    margin: 0 0 15px;
  }
  .section_main__textpage .page_descr:nth-last-child(1) {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .section_main__textpage .comeback {
    margin: 0 0 30px;
  }
}
.section_main__textpage .container {
  display: block;
}

.comeback {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin: 0 0 160px;
}
@media (max-width: 991px) {
  .comeback {
    margin: 0 0 100px;
    font-size: 10px;
  }
}
.comeback img {
  display: block;
  margin: 0 22px 0 0;
  position: relative;
  transition: 0.3s all ease;
  left: 0;
}
@media (max-width: 991px) {
  .comeback img {
    width: 31px;
    height: 9px;
    object-fit: contain;
    margin: 0 10px 0 0;
  }
}
.comeback:hover {
  color: #fff;
}
.comeback:hover img {
  left: -10px;
  transition: 0.3s all ease;
}

.page_title {
  font-size: 60px;
  color: #fff;
  line-height: 0.917;
  margin: 0 0 55px;
}
@media (max-width: 991px) {
  .page_title {
    font-size: 30px;
    margin: 0 0 15px;
  }
}
.page_title small {
  display: block;
  color: #d91217;
}
.page_title span {
  color: #d91217;
}

.page_descr__projects {
  width: 100%;
  max-width: 755px;
}
@media (max-width: 991px) {
  .page_descr__projects {
    max-width: 100%;
  }
}

.page_descr {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.667;
  color: #fff;
  margin: 0 0 220px;
}
@media (max-width: 991px) {
  .page_descr {
    font-size: 14px;
    margin: 0 0 50px;
  }
}

.page_bottom__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_bottom__block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 991px) {
  .page_bottom__block p {
    display: none;
  }
}
.page_bottom__block p span {
  margin: 0 0 0 45px;
}

.section_about_responsive {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section_about_responsive {
    padding: 40px 0 50px 0;
  }
}
.section_about_responsive .container {
  position: relative;
}
.section_about_responsive .rotated {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -30px;
}
@media screen and (max-width: 1650px) {
  .section_about_responsive .rotated {
    right: 0;
  }
}
@media (max-width: 991px) {
  .section_about_responsive .rotated {
    display: none;
  }
}
.section_about_responsive .rotated img {
  display: block;
}
.section_about_responsive .responsive_category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section_about_responsive .responsive_category {
    margin: 0 0 5px;
  }
}
.section_about_responsive .responsive_category p {
  margin: 0 40px 0 0;
  color: #d91217;
  position: relative;
  letter-spacing: 1.1px;
}
@media (max-width: 991px) {
  .section_about_responsive .responsive_category p {
    margin: 0 20px 0 0;
    font-size: 12px;
  }
}
.section_about_responsive .responsive_category p:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #d1d1d1;
}
@media (max-width: 991px) {
  .section_about_responsive .responsive_category p:after {
    right: -10px;
  }
}
.section_about_responsive .responsive_category p:nth-last-child(1) {
  margin: 0;
}
.section_about_responsive .responsive_category p:nth-last-child(1):after {
  content: none;
}
.section_about_responsive .responsive_title {
  color: #031c2e;
  font-size: 50px;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section_about_responsive .responsive_title {
    font-size: 26px;
    color: #000;
    margin: 0 0 25px;
  }
}
.section_about_responsive .responsive_subtitle {
  color: #414446;
  font-size: 18px;
  margin: 0 0 25px;
  width: 100%;
  max-width: 1150px;
}
@media (max-width: 991px) {
  .section_about_responsive .responsive_subtitle {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.section_about_responsive .responsive_descr {
  color: #414446;
  font-size: 18px;
  margin: 0 0 25px;
  width: 100%;
  max-width: 1150px;
}
@media (max-width: 991px) {
  .section_about_responsive .responsive_descr {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.section_about_responsive .responsive_descr a {
  color: #c11010;
  text-decoration: underline;
}
.section_about_responsive .responsive_descr a:hover {
  text-decoration: none;
}
.section_about_responsive ul li {
  margin: 0 0 25px;
  padding: 0 0 0 35px;
  position: relative;
}
@media (max-width: 991px) {
  .section_about_responsive ul li {
    padding: 0 0 0 15px;
    margin: 0 0 10px;
  }
}
.section_about_responsive ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #d91217;
  border-radius: 50%;
}
.section_about_responsive ul li p {
  color: #414446;
  font-size: 18px;
}
@media (max-width: 991px) {
  .section_about_responsive ul li p {
    font-size: 14px;
  }
}

.section_project_example {
  padding: 110px 0;
  background: #0f192f;
  position: relative;
}
@media (max-width: 991px) {
  .section_project_example {
    padding: 50px 0 60px 0;
  }
}
.section_project_example:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0f192f 26.587%, #200823 100%);
  opacity: 0.79;
  z-index: 2;
}
.section_project_example .container {
  z-index: 10;
  position: relative;
}
.section_project_example .container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 259px;
  height: 783px;
  background: url("../img/fda_bg.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 1141px) {
  .section_project_example .container:before {
    content: none;
  }
}
.section_project_example .project_example_name {
  color: #d91217;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .section_project_example .project_example_name {
    font-size: 33px;
    text-align: center;
    letter-spacing: 4px;
    margin: 0 0 30px;
  }
}
.section_project_example .project_example__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_project_example .project_example__wrapper {
    flex-direction: column;
  }
}
.section_project_example .project_example__wrapper .project_example__nav {
  width: calc(100% - 1180px);
}
@media (max-width: 1430px) {
  .section_project_example .project_example__wrapper .project_example__nav {
    width: calc(100% - 950px);
  }
}
@media (max-width: 1141px) {
  .section_project_example .project_example__wrapper .project_example__nav {
    width: calc(100% - 800px);
  }
}
@media (max-width: 991px) {
  .section_project_example .project_example__wrapper .project_example__nav {
    width: 100%;
    margin: 0 0 40px;
  }
}
.section_project_example .project_example__wrapper .project_example__nav ul li {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section_project_example .project_example__wrapper .project_example__nav ul li {
    text-align: center;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section_project_example .project_example__wrapper .project_example__nav ul li:nth-last-child(1) {
    margin: 0;
  }
}
.section_project_example .project_example__wrapper .project_example__nav ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section_project_example .project_example__wrapper .project_example__nav ul li a {
    font-size: 14px;
  }
}
.section_project_example .project_example__wrapper .project_example__nav ul li a:hover {
  color: #c11010;
}
.section_project_example .project_example__wrapper .project_example__nav ul li a.active {
  position: relative;
}
.section_project_example .project_example__wrapper .project_example__nav ul li a.active:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  background: url("../img/arr_long_right.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .section_project_example .project_example__wrapper .project_example__nav ul li a.active:after {
    width: 22px;
    height: 9px;
  }
}
.section_project_example .project_example__wrapper .project_example__item {
  width: 100%;
  max-width: 1140px;
  height: 1486px;
  overflow: auto;
  padding: 0 80px 0 0;
}
@media (max-width: 1430px) {
  .section_project_example .project_example__wrapper .project_example__item {
    max-width: 920px;
    height: 1000px;
  }
}
@media (max-width: 1141px) {
  .section_project_example .project_example__wrapper .project_example__item {
    max-width: 750px;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .section_project_example .project_example__wrapper .project_example__item {
    max-width: 100%;
    height: 700px;
  }
}
.section_project_example .project_example__wrapper .project_example__item img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.section_featured_projects {
  padding: 110px 0 165px 0;
}
@media (max-width: 991px) {
  .section_featured_projects {
    padding: 60px 0 90px 0;
  }
}
.section_featured_projects .featured_prodjects__title {
  font-size: 36px;
  color: #031c2e;
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section_featured_projects .featured_prodjects__title {
    display: none;
  }
}

.project_item {
  display: block;
  padding: 60px 57px 59px 57px;
  border: 1px solid transparent;
}
@media (max-width: 1430px) {
  .project_item {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .project_item {
    padding: 0;
  }
}
.project_item:hover {
  border: 1px solid #e7e7e8;
}
@media (max-width: 991px) {
  .project_item:hover {
    border-color: transparent;
  }
}
.project_item img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  height: 595px;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .project_item img {
    height: 350px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .project_item img {
    height: 290px;
  }
}
.project_item .chapters_block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .project_item .chapters_block {
    margin: 0 0 10px;
  }
}
.project_item .chapters_block small {
  margin: 0 40px 10px 0;
  color: #d91217;
  position: relative;
  display: inline-flex;
  letter-spacing: 1.1px;
}
@media (max-width: 991px) {
  .project_item .chapters_block small {
    font-size: 12px;
    margin: 0 20px 10px 0;
    letter-spacing: normal;
  }
}
.project_item .chapters_block small:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #d1d1d1;
}
@media (max-width: 991px) {
  .project_item .chapters_block small:after {
    right: -10px;
  }
}
.project_item .chapters_block small:nth-last-child(1) {
  margin: 0 0 10px;
}
.project_item .chapters_block small:nth-last-child(1):after {
  content: none;
}
.project_item .example_name {
  font-size: 35px;
  margin: 0 0 0px;
  display: block;
}
@media (max-width: 991px) {
  .project_item .example_name {
    font-size: 20px;
  }
}
.project_item .example_descr {
  font-size: 20px;
  color: #414446;
  display: block;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .project_item .example_descr {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.project_item .btn {
  transition: 0.3s all ease;
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: 7px;
  height: 7px;
  background: #6e6e71;
  margin: 0 10px 0 0;
  cursor: pointer;
  border-radius: 50%;
}
.slick-dots li:nth-last-child(1) {
  margin: 0;
}
.slick-dots li.slick-active, .slick-dots li:hover {
  background: #031c2e;
  transition: all 0.3s ease;
}

.featured_slider {
  position: relative;
}
.featured_slider .slick-list {
  width: calc(100% + 1px);
}

@media (max-width: 991px) {
  .section_content__reverse__about {
    padding: 35px 0 0 0;
  }
}
.section_content__reverse__about .block_w_content {
  padding: 110px 70px 50px 0;
}
@media (max-width: 991px) {
  .section_content__reverse__about .block_w_content {
    padding: 0 0 30px;
  }
}
.section_content__reverse__about ul li {
  width: 100%;
}
.section_content__reverse__about .priority_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 35px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
  .section_content__reverse__about .priority_block {
    flex-direction: column;
    padding: 25px 0 0 0;
  }
}
.section_content__reverse__about .priority_block .priority_item {
  width: calc((100% / 2) - 30px);
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .section_content__reverse__about .priority_block .priority_item {
    width: 100%;
    max-width: 220px;
    margin: 0 0 25px;
  }
}
.section_content__reverse__about .priority_block .priority_item .priority_title {
  font-size: 56px;
  color: #c11010;
}
@media (max-width: 767px) {
  .section_content__reverse__about .priority_block .priority_item .priority_title {
    font-size: 30px;
  }
}
.section_content__reverse__about .priority_block .priority_item .priority_subtitle {
  font-size: 20px;
  color: #031c2e;
}
@media (max-width: 767px) {
  .section_content__reverse__about .priority_block .priority_item .priority_subtitle {
    font-size: 18px;
  }
}
.section_content__reverse__about .priority_block .priority_item .priority_descr {
  font-size: 20px;
  color: #414446;
}
@media (max-width: 767px) {
  .section_content__reverse__about .priority_block .priority_item .priority_descr {
    font-size: 14px;
  }
}

.section_team {
  padding: 100px 0 120px 0;
}
@media (max-width: 991px) {
  .section_team {
    padding: 10px 0 50px 0;
  }
}
.section_team .row {
  margin: -30px -15px;
}
@media (max-width: 991px) {
  .section_team .row {
    margin: -20px -15px;
  }
}
.section_team .row [class*=col-] {
  padding: 30px 15px;
}
@media (max-width: 991px) {
  .section_team .row [class*=col-] {
    padding: 20px 15px;
  }
}

.team_item {
  position: relative;
  cursor: pointer;
}
.team_item:hover .team_hover__block {
  opacity: 0.92;
  visibility: visible;
  transition: 0.3s all ease;
}
.team_item:hover .person_name__wrapper {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.team_item .avatar {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .team_item .avatar {
    max-height: 400px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 767px) {
  .team_item .avatar {
    height: 450px;
  }
}
.team_item .person_name__wrapper {
  background: #fff;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px 30px;
  visibility: visible;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .team_item .person_name__wrapper {
    padding: 10px 15px;
  }
}
.team_item .person_name__wrapper .more_mob {
  display: none;
}
@media (max-width: 991px) {
  .team_item .person_name__wrapper .more_mob {
    display: block;
    font-size: 12px;
    color: #031c2e;
  }
}
.team_item .person_name__block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .team_item .person_name__block {
    margin: 0 0 10px;
  }
}
.team_item .person_name__block .person_name {
  font-size: 20px;
  color: #d91217;
  margin: 0 40px 0 0;
  position: relative;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .team_item .person_name__block .person_name {
    font-size: 14px;
    margin: 0 20px 0 0;
  }
}
.team_item .person_name__block .person_name:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d1d1d1;
}
@media (max-width: 991px) {
  .team_item .person_name__block .person_name:after {
    right: -10px;
  }
}
.team_item .person_name__block .person_name:before {
  content: none;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 27px;
  height: 2px;
  background: #c00707;
}
@media (max-width: 991px) {
  .team_item .person_name__block .person_name:before {
    content: "";
  }
}
.team_item .person_name__block .person_position {
  color: #031c2e;
}
@media (max-width: 991px) {
  .team_item .person_name__block .person_position {
    font-size: 12px;
  }
}
.team_item .team_hover__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #031c2e;
  opacity: 0;
  visibility: hidden;
  padding: 35px 30px;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  .team_item .team_hover__block {
    padding: 15px;
  }
}
.team_item .team_hover__block .person_name__block {
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
@media (max-width: 1430px) {
  .team_item .team_hover__block .person_name__block {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
@media (max-width: 991px) {
  .team_item .team_hover__block .person_name__block {
    padding: 0 0 5px;
  }
}
.team_item .team_hover__block .person_name__block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27px;
  height: 3px;
  background: #d91217;
}
@media (max-width: 991px) {
  .team_item .team_hover__block .person_name__block:after {
    height: 2px;
  }
}
.team_item .team_hover__block .person_name__block .person_position {
  color: #fff;
}
@media (max-width: 991px) {
  .team_item .team_hover__block .person_name__block .person_name:before {
    content: none;
  }
}
.team_item .team_hover__block .hover_descr {
  color: #d1d1d1;
  font-size: 16px;
  margin: 0 0 50px;
}
@media (max-width: 1430px) {
  .team_item .team_hover__block .hover_descr {
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) {
  .team_item .team_hover__block .hover_descr {
    font-size: 12px;
  }
}
.team_item .team_hover__block .hover_contacts {
  padding: 30px 0 0 0;
  border-top: 1px solid #2c404f;
}
@media (max-width: 1430px) {
  .team_item .team_hover__block .hover_contacts {
    padding: 15px 0 0 0;
  }
}
.team_item .team_hover__block .hover_contacts .contact_info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  font-size: 16px;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .team_item .team_hover__block .hover_contacts .contact_info {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.team_item .team_hover__block .hover_contacts .contact_info:nth-last-child(1) {
  margin: 0;
}
.team_item .team_hover__block .hover_contacts .contact_info img {
  display: block;
  margin: 5px 15px 0 0;
  width: 16px;
  object-fit: contain;
  height: 16px;
}
@media (max-width: 991px) {
  .team_item .team_hover__block .hover_contacts .contact_info img {
    margin: 3px 7px 0 0;
    width: 12px;
    height: 12px;
  }
}

.team_follow {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 90px 0 0 0;
}
@media (max-width: 991px) {
  .team_follow {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .team_follow {
    align-items: flex-start;
  }
}
.team_follow .follow_title {
  color: #031c2e;
  font-size: 50px;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .team_follow .follow_title {
    text-align: left;
    font-size: 28px;
    margin: 0 0 15px;
  }
}
.team_follow .follow_descr {
  color: #64666a;
  font-size: 18px;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .team_follow .follow_descr {
    text-align: left;
    font-size: 14px;
  }
}
.team_follow ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team_follow ul li {
  padding: 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .team_follow ul li {
    padding: 0 25px;
  }
}
.team_follow ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #e5e5e5;
}
.team_follow ul li:nth-last-child(1):after {
  content: none;
}
.team_follow ul li a {
  display: block;
}
.team_follow ul li a:hover {
  opacity: 0.5;
}
.team_follow ul li a img {
  display: block;
}

.section_text {
  padding: 110px 0 100px 0;
}
@media (max-width: 991px) {
  .section_text {
    padding: 30px 0 35px 0;
  }
}

.default_content p {
  font-size: 18px;
  color: #414446;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .default_content p {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.default_content h1 {
  font-size: 50px;
  color: #031c2e;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .default_content h1 {
    font-size: 28px;
    margin: 0 0 15px;
    color: #000;
  }
}
.default_content h2 {
  font-size: 40px;
  color: #031c2e;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .default_content h2 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.default_content h3 {
  font-size: 30px;
  color: #031c2e;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .default_content h3 {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.default_content h4 {
  font-size: 20px;
  color: #989898;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .default_content h4 {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.default_content h5 {
  font-size: 18px;
  color: #414446;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .default_content h5 {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.default_content h6 {
  font-size: 16px;
  color: #414446;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .default_content h6 {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.default_content ul li {
  margin: 0 0 40px;
  padding: 0 0 0 35px;
  position: relative;
}
@media (max-width: 991px) {
  .default_content ul li {
    margin: 0 0 10px;
    padding: 0 0 0 15px;
  }
}
.default_content ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #d91217;
  border-radius: 50%;
}
.default_content ul li p {
  font-size: 18px;
  color: #414446;
  margin: 0;
}
@media (max-width: 991px) {
  .default_content ul li p {
    font-size: 14px;
  }
}
.default_content ol li {
  margin: 0 0 40px;
  position: relative;
  counter-increment: counter;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .default_content ol li {
    margin: 0 0 10px;
  }
}
.default_content ol li:before {
  content: counter(counter) ".";
  color: #d91217;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .default_content ol li:before {
    font-size: 14px;
    content: "0" counter(counter) ".";
    margin-right: 10px;
  }
}
.default_content ol li p {
  font-size: 18px;
  color: #414446;
  margin: 0;
}
@media (max-width: 991px) {
  .default_content ol li p {
    font-size: 13px;
  }
}
.default_content div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px;
  width: 100%;
}
@media (max-width: 991px) {
  .default_content div {
    margin: 0 0 20px;
    flex-direction: column;
  }
}
.default_content div img {
  display: block;
  width: calc((100% / 2) - 10px);
}
@media (max-width: 991px) {
  .default_content div img {
    margin: 0 0 15px;
    height: 220px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .default_content div img:nth-last-child(1) {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .default_content div img {
    height: 145px;
  }
}
.default_content blockquote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .default_content blockquote {
    flex-direction: column;
  }
}
.default_content blockquote div {
  padding: 40px 20px 40px 40px;
  background: #c11010;
  margin: 0;
  display: block;
  width: inherit;
}
@media (max-width: 991px) {
  .default_content blockquote div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: initial;
    width: 100%;
    padding: 15px 19px;
  }
}
.default_content blockquote div img {
  display: block;
  margin: 0 0 35px;
  width: inherit;
}
@media (max-width: 991px) {
  .default_content blockquote div img {
    width: 16px;
    height: 14px;
    object-fit: contain;
    margin: 0 9px 0 0;
  }
}
.default_content blockquote div b {
  font-size: 28px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 991px) {
  .default_content blockquote div b {
    font-size: 20px;
  }
}
.default_content blockquote p {
  padding: 60px 80px 20px 60px;
  border: 1px solid #e4e4e4;
  min-height: 238px;
  font-size: 18px;
  color: #414446;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 991px) {
  .default_content blockquote p {
    padding: 25px 20px;
    min-height: auto;
    font-size: 14px;
  }
}
.default_content blockquote p span {
  display: block;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .default_content blockquote p span {
    margin: 0 0 15px;
  }
}
.default_content blockquote p span:nth-last-child(1) {
  margin: 0;
}

footer {
  background: #1b2028;
}
footer .footer_top {
  padding: 100px 0 75px 0;
  border-bottom: 1px solid #34383f;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1141px) {
  footer .footer_top {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  footer .footer_top {
    flex-direction: column;
    padding: 50px 0 25px 0;
  }
}
@media (max-width: 1141px) {
  footer .footer_top .footer_nav {
    order: 1;
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  footer .footer_top .footer_nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
footer .footer_top .footer_nav li {
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  footer .footer_top .footer_nav li {
    width: 100%;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
footer .footer_top .footer_nav li:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 991px) {
  footer .footer_top .footer_nav li:nth-last-child(1) {
    margin: 0 0 15px;
  }
}
footer .footer_top .footer_nav li a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s all ease;
}
footer .footer_top .footer_nav li a:hover {
  text-decoration: underline;
}
footer .footer_top .footer_nav li a.current_page {
  text-decoration: underline;
}
@media (max-width: 1141px) {
  footer .footer_top .footer_address {
    order: 3;
    width: 50%;
  }
}
@media (max-width: 991px) {
  footer .footer_top .footer_address {
    width: 100%;
    order: 2;
    margin: 0 0 30px;
  }
}
footer .footer_top .footer_address__inner {
  position: relative;
}
@media (max-width: 1141px) {
  footer .footer_top .footer_address__inner {
    order: 4;
  }
}
@media (max-width: 991px) {
  footer .footer_top .footer_address__inner {
    order: 3;
  }
}
footer .footer_top .footer_address__inner:after {
  content: "";
  position: absolute;
  right: -90px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #34383f;
}
@media screen and (max-width: 1561px) {
  footer .footer_top .footer_address__inner:after {
    content: none;
  }
}
footer .footer_top .footer_address.active .title_dropdown i {
  transform: rotate(180deg);
  transition: 0.3s all ease;
}
footer .footer_top .footer_address .title_dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer_top .footer_address .title_dropdown {
    cursor: pointer;
  }
}
footer .footer_top .footer_address .title_dropdown i {
  display: none;
  font-size: 12px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  footer .footer_top .footer_address .title_dropdown i {
    display: block;
  }
}
footer .footer_top .title {
  color: #c11010;
  font-size: 18px;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  footer .footer_top .title {
    margin: 0 0 15px;
  }
}
footer .footer_top .descr {
  font-size: 15px;
  color: #fff;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  footer .footer_top .descr {
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  footer .footer_top .descr br {
    display: none;
  }
}
footer .footer_top .phone {
  color: #fff;
  font-size: 24px;
}
footer .footer_top .phone:hover {
  text-decoration: underline;
}
footer .footer_top .email {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  footer .footer_top .email {
    font-size: 15px;
  }
}
footer .footer_top .email:hover {
  text-decoration: underline;
}
footer .footer_top .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  footer .footer_top .socials {
    margin: 0 0 15px;
  }
}
footer .footer_top .socials li {
  margin: 0 60px 0 0;
}
@media (max-width: 991px) {
  footer .footer_top .socials li {
    margin: 0 40px 0 0;
  }
}
footer .footer_top .socials li:nth-last-child(1) {
  margin: 0;
}
footer .footer_top .socials li a {
  display: inline-block;
  opacity: 0.5;
  transition: 0.3s all ease;
}
footer .footer_top .socials li a:hover {
  opacity: 1;
}
footer .footer_top .socials li a img {
  display: block;
}
@media (max-width: 1141px) {
  footer .footer_top .footer_socials {
    order: 2;
    width: 50%;
  }
}
@media (max-width: 991px) {
  footer .footer_top .footer_socials {
    order: 4;
    width: 100%;
    padding: 25px 0 0 0;
    border-top: 1px solid #34383f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer .footer_bottom {
  padding: 50px 0 55px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer_bottom {
    flex-direction: column;
    padding: 25px 0;
  }
}
footer .footer_bottom img {
  display: block;
}
footer .footer_bottom .partners_wrapper__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  footer .footer_bottom .partners_wrapper__inner {
    margin: 0 0 25px;
    justify-content: space-between;
    width: 100%;
  }
}
footer .footer_bottom .partners_wrapper__inner img {
  margin: 0 70px 0 0;
}
@media (max-width: 991px) {
  footer .footer_bottom .partners_wrapper__inner img {
    margin: 0 10px 0 0;
    width: 100%;
    max-width: 101px;
    height: 16px;
    object-fit: contain;
  }
}
footer .footer_bottom .partners_wrapper__inner img:nth-last-child(1) {
  margin: 0;
}

.project_example__item::-webkit-scrollbar {
  width: 6px;
}

.project_example__item::-webkit-scrollbar-track {
  background: #39354a;
  border-radius: 10px;
}

.project_example__item::-webkit-scrollbar-thumb {
  background: #c11010;
  border-radius: 10px;
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  background: #39354a;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background: #c11010;
  border-radius: 10px;
}

.section_main {
  position: relative;
  height: 100vh;
}
@media (max-width: 767px) {
  .section_main {
    height: initial;
    padding: 95px 0 45px;
  }
}

.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

canvas {
  position: absolute;
  top: 0px;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  canvas {
    display: none !important;
  }
}

#container {
  position: absolute;
  height: calc(100vh + 150px);
}

.loaded .js-image {
  opacity: 0;
}
@media (max-width: 767px) {
  .loaded .js-image {
    opacity: 1;
    display: none;
  }
}

main, body {
  position: static !important;
  height: initial !important;
}

div[data-scroll] {
  trasnform: translate3d(0) !important;
}

body {
  position: relative !important;
}
body:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #373737;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 1s ease;
}

body.black:after {
  opacity: 1;
  visibility: visible;
}
body.black .section_work .left_side p,
body.black .section_work .section_subtitle,
body.black .section_name,
body.black .section_examples .examples_wrapper .example_item .example_name {
  color: #fff;
}
body.black .section_descr,
body.black .section_examples .examples_wrapper .example_item .example_descr,
body.black .section_content ul li p {
  color: #ededed;
}

.section_examples.examples_inner .example_item {
  margin: 0;
}
.section_examples.examples_inner .example_item:nth-child(2n) {
  margin: 180px 0 0;
}
@media (max-width: 991px) {
  .section_examples.examples_inner .example_item:nth-child(2n) {
    margin: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .section_examples.examples_inner .example_item:nth-child(2n) {
    margin: 30px 0 0;
  }
}
@media (max-width: 991px) {
  .section_examples.examples_inner .example_item {
    margin: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .section_examples.examples_inner .example_item {
    margin: 30px 0 0;
  }
}

.section_services {
  padding: 100px 0 65px;
  transition: all 0.3s ease;
}
.section_services .row [class*=col-] {
  margin: 0 0 35px;
}
.section_services .container:hover .service_item {
  opacity: 0.6;
}

.service_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  transition: opacity 0.4s ease 0s;
}
.service_item:hover {
  opacity: 1 !important;
}
.service_item .service_img {
  margin: 0 0 35px;
  width: 100%;
}
.service_item .service_img img {
  display: block;
  object-fit: cover;
  height: 490px;
  width: 100%;
}
@media (max-width: 767px) {
  .service_item .service_img img {
    height: 290px;
  }
}
.service_item .service_title {
  color: #878787;
  font-size: 22px;
  letter-spacing: -0.075rem;
  margin: 0 0 15px;
  text-align: center;
}
.service_item .service_description {
  color: #878787;
  font-size: 18px;
  text-align: center;
  padding: 0 25px;
}

/*# sourceMappingURL=app.css.map */
