@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NotoSerifSC";
  font-display: swap;
  src: url("../fonts/NotoSerifSC-SemiBold.woff") format("woff"), url("../fonts/NotoSerifSC-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  background: #232528;
  -webkit-tap-highlight-color: transparent;
}

body.this--overflow {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}

.preloader.hide {
  opacity: 0;
  visibility: hidden;
}

.preloader video {
  max-width: 100%;
}

.container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

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

.header__top {
  position: relative;
  background: #131417;
}

.header__top_plank {
  width: 100%;
  height: 163px;
  position: absolute;
  bottom: -98px;
  left: 0;
}

.header__top_plank img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}

.header__top_plank_mob {
  display: none;
}

.header__logo {
  position: absolute;
  bottom: -65px;
  left: calc(50% - 50px);
  width: 100px;
}

.header__logo.this--mob {
  display: none;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 140px;
  padding: 21px 0;
}

.header__menu_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.this--ru .header__menu_half {
  gap: 8px;
}

.header__menu_link {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.header__anchor {
  width: 16px;
  height: 16px;
  background: url("../img/anchor.png") center/contain no-repeat;
}

.header__bottom_content {
  padding: 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  z-index: 2;
  gap: 140px;
}

.header__address {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.header__address svg {
  margin-right: 8px;
}

.header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.header__mail,
.header__tel {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.header__mail svg,
.header__tel svg {
  margin-right: 8px;
}

.header__address svg path,
.header__mail svg path,
.header__tel svg path {
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}

.header__lang {
  position: relative;
}

.header__lang_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  cursor: pointer;
}

.header__lang_head.active .header__lang_arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__lang_arrow {
  width: 16px;
  height: 16px;
  background: url("../img/arrow_down.svg") center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.header__lang_flag {
  width: 24px;
  height: 24px;
}

.header__lang_body {
  position: absolute;
  top: 46px;
  left: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 8px;
  border-radius: 20px;
  background: #000;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
}

.header__lang_body.show {
  opacity: 1;
  visibility: visible;
}

.header__lang_link {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.header__lang_line {
  width: 35px;
  height: 1px;
  background: #FFFFFF;
}

.header__mob_content {
  display: none;
}

.header__mob_content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 39px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__burger {
  display: block;
  z-index: 3;
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.header__burger span {
  position: absolute;
  height: 3px;
  background: #ffdb90;
  left: 4.5px;
  -webkit-transition: opacity 0.4s, visibility 0.4s, top 0.4s, bottom 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, top 0.4s, bottom 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s, top 0.4s, bottom 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s, top 0.4s, bottom 0.4s, -webkit-transform 0.4s;
}

.header__burger span:first-child {
  width: 27px;
  top: 6px;
}

.header__burger span:nth-child(2) {
  width: 18px;
  top: calc(50% - 1px);
}

.header__burger span:last-child {
  width: 27px;
  bottom: 6px;
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.header__burger.active span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 17px;
}

.header__burger.active span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 16px;
}

.header__menu_mob_footer {
  display: none;
}

.header__mob_address,
.header__mob_mail,
.header__mob_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.header__mob_address img,
.header__mob_mail img,
.header__mob_tel img {
  width: 40px;
}

.header__mob_mail,
.header__mob_tel {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.header__mob_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.top {
  margin-top: 64px;
  padding-top: 137px;
  height: calc(100vh - 64px);
  position: relative;
  padding-bottom: 100px;
}

.top .container {
  height: 100%;
}

.top__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.top__title {
  color: #FFDB90;
  text-align: center;
  font-family: "NotoSerifSC";
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a58f56), color-stop(25%, #FFDB90), color-stop(50%, #a58f56), color-stop(75%, #FFDB90));
  background-image: linear-gradient(#a58f56 0%, #FFDB90 25%, #a58f56 50%, #FFDB90 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top__line_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.top__line {
  width: 136px;
  height: 1px;
  background: #FFF;
}

.top__line_img {
  width: 32px;
  height: 32px;
}

.top__line_img img {
  width: 100%;
  height: 100%;
}

.top__text {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  flex: 1 1 auto;
}

.top__button {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  padding: 24px 64px;
  border-radius: 36px;
  background: #131417;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  border: 1px solid #FFDB90;
}

.h2_title {
  color: #D9D9D9;
  font-family: "NotoSerifSC";
  font-size: 64px;
  font-weight: 600;
  line-height: 125%;
  position: relative;
}

.h2_title::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 32px;
  left: -104px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/wave.png") center/contain no-repeat;
}

.section {
  padding-top: 64px;
}

.servises__text {
  margin-top: 40px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.crew .servises__text {
  margin-top: 64px;
}

.servises__items {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}

.servises__item {
  margin-left: 40px;
  margin-bottom: 40px;
  width: calc(20% - 40px);
}

.servises__item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFDB90;
  font-family: "NotoSerifSC";
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a58f56), color-stop(25%, #FFDB90), color-stop(50%, #a58f56), color-stop(75%, #FFDB90));
  background-image: linear-gradient(#a58f56 0%, #FFDB90 25%, #a58f56 50%, #FFDB90 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.servises__item_top img {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.servises__item_bottom {
  margin-top: 16px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.section__line {
  margin-top: 64px;
  height: 24px;
  position: relative;
}

.section__line:before {
  content: '';
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  background: rgba(255, 255, 255, 0.16);
  height: 1px;
  width: 100%;
}

.section__line_img {
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #232528;
}

.section__line_img img {
  width: 24px;
  height: 24px;
}

.port {
  background: url("../img/port/bg.jpg") center/cover no-repeat;
}

.port__row,
.new__row {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.port__left,
.new__right {
  width: calc(50% - 40px);
  margin-left: 40px;
}

.port__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}

.port__item {
  margin-left: 40px;
  margin-bottom: 40px;
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.port__item img {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.port__img_wr,
.new__img_wr {
  width: calc(50% - 40px);
  margin-left: 40px;
}

.port__img,
.new__img {
  padding-top: 63.8235%;
  position: relative;
}

.port__img img,
.port__img video,
.new__img img,
.new__img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.technical__items {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}

.technical__item {
  margin-left: 40px;
  margin-bottom: 40px;
  width: calc(33.333% - 40px);
}

.technical__item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFDB90;
  font-family: "NotoSerifSC";
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a58f56), color-stop(25%, #FFDB90), color-stop(50%, #a58f56), color-stop(75%, #FFDB90));
  background-image: linear-gradient(#a58f56 0%, #FFDB90 25%, #a58f56 50%, #FFDB90 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.technical__item_top img {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.technical__item_bottom {
  margin-top: 16px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.new__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.new__item img {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.new {
  background: url("../img/new/bg.jpg") center/cover no-repeat;
}

.form {
  padding-bottom: 64px;
  background: url("../img/form/bg.jpg") center/cover no-repeat;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -64px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__title {
  width: calc(50% - 84px);
  margin-left: 64px;
}

.form__form {
  width: calc(50% - 44px);
  margin-left: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.form__input {
  position: relative;
}

.form__input input {
  width: 100%;
  border-radius: 36px;
  border: 1px solid #808080;
  background: rgba(255, 255, 255, 0.08);
  padding: 26px 12px 26px 76px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.form__input input::-webkit-input-placeholder {
  color: #FFF;
}

.form__input input::-moz-placeholder {
  color: #FFF;
}

.form__input input:-ms-input-placeholder {
  color: #FFF;
}

.form__input input::-ms-input-placeholder {
  color: #FFF;
}

.form__input input::placeholder {
  color: #FFF;
}

.form__input input:focus {
  background: rgba(255, 255, 255, 0.15);
}

.form__input img {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 48px;
  height: 48px;
}

.form__submit_block {
  position: relative;
}

.form__submit_bg {
  height: 72px;
  border-radius: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 219, 144, 0.88)), color-stop(50%, rgba(255, 219, 144, 0.48)));
  background: linear-gradient(180deg, rgba(255, 219, 144, 0.88) 0%, rgba(255, 219, 144, 0.48) 50%);
  opacity: 0.6;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.form__submit {
  width: 100%;
  display: block;
  height: 72px;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 125%;
  cursor: pointer;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #FFDB90;
  border-radius: 36px;
}

.map {
  height: 100vh;
  max-height: 900px;
  position: relative;
}

.map__contacts {
  position: absolute;
  top: 128px;
  left: calc((100vw - 1460px) / 2 + 19px);
  z-index: 2;
}

.map__address,
.map__mail,
.map__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.map__address svg,
.map__mail svg,
.map__tel svg {
  width: 24px;
  height: 24px;
}

.map__address svg path,
.map__mail svg path,
.map__tel svg path {
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}

.map__address {
  margin-top: 64px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.map__mail {
  margin-top: 32px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.map__tel {
  margin-top: 32px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.map__social {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.map__social_link svg {
  width: 24px;
  height: 24px;
}

.map__social_link svg path {
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}

.map__map {
  height: 100%;
  overflow: hidden;
}

.map__map iframe {
  margin-top: -150px;
  width: calc(100% + 100px);
  margin-left: -100px;
  height: calc(100% + 150px);
  -webkit-filter: grayscale(0.85) invert(100%) saturate(570%) hue-rotate(194deg) brightness(77%) contrast(90%);
          filter: grayscale(0.85) invert(100%) saturate(570%) hue-rotate(194deg) brightness(77%) contrast(90%);
}

.footer {
  position: relative;
  z-index: 6;
  height: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -100px;
}

.footer__plank {
  position: absolute;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__plank img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__plank img.this--mob {
  display: none;
}

.footer__logo {
  position: absolute;
  bottom: 33px;
  width: 73px;
  left: calc(50% - 36.5px);
}

.footer__logo img {
  width: 100%;
}

.footer__menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 140px;
  padding: 21px 0;
}

.footer__menu_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.this--ru .footer__menu_half {
  gap: 8px;
}

.footer__menu_link {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.footer__anchor {
  width: 16px;
  height: 16px;
  background: url("../img/anchor.png") center/contain no-repeat;
}

@media (max-width: 1650px) {
  .h2_title {
    padding-bottom: 20px;
  }

  .h2_title::before {
    left: 0;
    top: 100%;
  }
}

@media (max-width: 1482px) {
  .map__contacts {
    left: 30px;
  }
}

@media (max-width: 1300px) {
  .header__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
  }

  .header__top.open {
    opacity: 1;
    visibility: visible;
  }

  .header__top_content {
    width: 400px;
    height: 100%;
    background: #232528;
    padding-top: 112px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
  }

  .header__top.open .header__top_content {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }

  .header__top_content .container {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 99px;
  }

  .header__top_plank {
    display: none;
  }

  .header__top_plank_mob {
    display: block;
    width: 309px;
    position: absolute;
    height: 96px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__top_plank_mob img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .header__logo {
    bottom: auto;
    top: 11px;
    width: 54px;
    left: calc(50% - 27px);
  }

  .header__logo.this--desktop {
    display: none;
  }

  .header__logo.this--mob {
    display: block;
  }

  .header__menu {
    padding: 0;
    display: block;
  }

  .header__menu_half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }

  .header__menu_half:last-child {
    margin-top: 24px;
  }

  .this--ru .header__menu_half {
    gap: 24px;
  }

  .header__menu_link {
    padding-left: 48px;
    background: url("../img/anchor.png") left center/16px 16px no-repeat;
  }

  .header__anchor {
    display: none;
  }

  .header__bottom {
    display: none;
  }

  .header__mob_content {
    display: block;
  }

  .header__menu_mob_footer {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .top {
    padding-top: 113px;
    padding-bottom: 80px;
    height: 100vh;
    margin-top: 0;
  }

  .servises__items {
    margin-left: -20px;
    margin-bottom: -20px;
  }

  .servises__item {
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .port__row,
  .new__row {
    margin-left: -20px;
  }

  .port__left,
  .new__right {
    width: calc(50% - 20px);
    margin-left: 20px;
  }

  .port__items {
    margin-left: -20px;
    margin-bottom: -20px;
  }

  .port__item {
    margin-left: 20px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }

  .port__img_wr,
  .new__img_wr {
    width: calc(50% - 20px);
    margin-left: 20px;
  }

  .technical__items {
    margin-left: -20px;
    margin-bottom: -20px;
  }

  .technical__item {
    width: calc(33.333% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .new__item {
    margin-bottom: 20px;
  }

  .footer {
    margin-top: -96px;
    height: 96px;
  }

  .footer__plank {
    width: 375px;
    left: calc(50% - 187.5px);
  }

  .footer__plank img.this--desktop {
    display: none;
  }

  .footer__plank img.this--mob {
    display: block;
  }

  .footer__logo {
    width: 53px;
    bottom: 13px;
    left: calc(50% - 26.5px);
  }

  .footer__menu {
    display: none;
  }
}

@media (max-width: 1199px) {
  .form__row {
    margin-left: -28px;
  }

  .form__title {
    margin-left: 28px;
    width: calc(50% - 28px);
  }

  .form__form {
    margin-left: 28px;
    width: calc(50% - 28px);
  }
}

@media (max-width: 1099px) {
  .servises__item {
    width: calc(33.333% - 20px);
  }
}

@media (max-width: 1023px) {
  .container {
    padding: 0 16px;
  }

  .h2_title {
    font-size: 48px;
  }

  .port__row,
  .new__row {
    display: block;
    margin-left: 0;
  }

  .port__left,
  .new__right {
    margin-left: 0;
    width: auto;
  }

  .port__img_wr,
  .new__img_wr {
    margin-left: 0;
    width: auto;
    margin-top: 40px;
  }

  .technical__item {
    width: calc(50% - 20px);
  }

  .new__right {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .header__top {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
            transform: translateY(-120%);
  }

  .header__top.open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .header__top_content {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }

  .header__top_plank_mob {
    z-index: 3;
  }

  .header__logo {
    z-index: 3;
  }

  .header__lang {
    z-index: 3;
  }

  .header__burger {
    width: 24px;
    height: 24px;
  }

  .header__burger span {
    height: 2px;
  }

  .header__burger span:first-child {
    width: 18px;
    top: 4px;
  }

  .header__burger span:nth-child(2) {
    width: 12px;
    top: calc(50% - 1px);
  }

  .header__burger span:last-child {
    width: 18px;
    bottom: 4px;
  }

  .header__burger.active span:first-child {
    top: 11px;
  }

  .header__burger.active span:last-child {
    bottom: 11px;
  }

  .top {
    padding-bottom: 68px;
  }

  .top .container {
    height: 100%;
  }

  .top__content {
    height: 100%;
  }

  .top__title {
    font-size: 40px;
  }

  .top__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 18px;
  }

  .top__button {
    border: 1px solid #FFDB90;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 219, 144, 0.35)), color-stop(50%, rgba(255, 219, 144, 0.19)));
    background: linear-gradient(180deg, rgba(255, 219, 144, 0.35) 0%, rgba(255, 219, 144, 0.19) 50%);
  }

  .h2_title {
    font-size: 32px;
    text-align: center;
    padding-bottom: 0;
  }

  .h2_title::before {
    left: calc(50% - 31px);
    top: auto;
    bottom: -58px;
  }

  .section {
    padding-top: 40px;
  }

  .servises__text {
    margin-top: 64px;
    font-size: 16px;
  }

  .crew .servises__text {
    margin-top: 40px;
  }

  .servises__items {
    margin-top: 24px;
    margin-left: -16px;
    margin-bottom: -24px;
  }

  .crew .servises__items {
    margin-top: 64px;
    margin-left: 0;
  }

  .servises__item {
    width: calc(50% - 16px);
    margin-left: 16px;
    margin-bottom: 24px;
  }

  .crew .servises__item {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }

  .servises__item_bottom {
    font-size: 16px;
  }

  .crew .servises__item_bottom {
    margin-top: 3px;
  }

  .section__line {
    margin-top: 40px;
  }

  .port {
    background: url("../img/port/bg_mob.jpg") top center/cover no-repeat;
  }

  .port__items {
    margin-left: 0;
    margin-bottom: -24px;
  }

  .port__item {
    margin-left: 0;
    margin-bottom: 24px;
    width: 100%;
    font-size: 16px;
  }

  .technical__items {
    margin-left: 0;
    margin-bottom: -24px;
  }

  .technical__item {
    width: calc(100% - 16px);
    margin-left: 0;
    margin-bottom: 24px;
  }

  .technical__item_bottom {
    font-size: 16px;
  }

  .new__item {
    margin-left: 0;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .new {
    background: url("../img/new/bg_mob.jpg") bottom center/cover no-repeat;
  }

  .new__img_wr {
    margin-top: 64px;
  }

  .form {
    padding-bottom: 40px;
    background: url("../img/form/bg_mob.jpg") top center/cover no-repeat;
  }

  .form__row {
    margin-left: 0;
    display: block;
  }

  .form__title {
    margin-left: 0;
    width: auto;
  }

  .form__form {
    margin-left: 0;
    width: auto;
    margin-top: 64px;
  }

  .map {
    height: auto;
    padding: 40px 0 110px;
  }

  .map__contacts {
    position: static;
    padding: 0 16px;
  }

  .map__mail {
    margin-top: 16px;
  }

  .map__tel {
    margin-top: 16px;
  }

  .map__social {
    margin-top: 16px;
  }

  .map__map {
    height: 400px;
    margin-top: 40px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .header__menu_link:hover {
    color: #FFDB90;
  }
  .header__address:hover,
  .header__mail:hover,
  .header__tel:hover {
    color: #FFDB90;
  }

  .header__address:hover svg path,
  .header__mail:hover svg path,
  .header__tel:hover svg path {
    fill: #FFDB90;
  }

  .header__lang_link:hover {
    color: #FFDB90;
  }

  .header__mob_mail:hover,
  .header__mob_tel:hover {
    color: #FFDB90;
  }

  .top__button:hover {
    background: #191a1d;
  }

  .form__input input:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  .form__submit_block:hover .form__submit_bg {
    opacity: 1;
  }

  .map__address:hover {
    color: #FFDB90;
  }

  .map__address:hover svg path {
    fill: #FFDB90;
  }

  .map__mail:hover {
    color: #FFDB90;
  }

  .map__mail:hover svg path {
    fill: #FFDB90;
  }

  .map__tel:hover {
    color: #FFDB90;
  }

  .map__tel:hover svg path {
    fill: #FFDB90;
  }

  .map__social_link:hover svg path {
    fill: #FFDB90;
  }

  .footer__menu_link:hover {
    color: #FFDB90;
  }
}

.popup {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.popup.show {
  opacity: 1;
  visibility: visible;
}

.popup__body {
  background: #FFF;
  padding: 40px;
  width: 440px;
  position: relative;
}

.popup__cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.popup__cross svg {
  width: 100%;
  height: 100%;
}

.popup__title {
  color: #000;
  text-align: center;
  font-family: "NotoSerifSC";
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.popup__text {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .popup__body {
    width: 100%;
    max-width: 320px;
  }

  .popup__title {
    font-size: 24px;
  }

  .popup__text {
    font-size: 18px;
  }
}