@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Suisse Int'l", sans-serif; }
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

p, li {
  margin-bottom: 0; }

*, *:before, *:after {
  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%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -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; }

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

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

a:hover {
  text-decoration: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.page {
  flex: 1 0 auto; }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

section {
  margin-top: 90px; }
  @media (max-width: 480px) {
  section {
    margin-top: 60px; } }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 19px;
  line-height: 120%;
  color: #fff;
  border-radius: 8px;
  background: #cf960b;
  padding: 15px 60px;
  transition: 0.5s; }
  @media (max-width: 480px) {
  .button {
    font-size: 16px;
    padding: 12px 40px; } }
  .button:hover {
    box-shadow: 0 0 20px #cf960b; }

.main {
  margin-top: 0;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .main.main2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5; }
  @media (max-width: 767px) {
  .main {
    height: auto; } }
  .main__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 90px;
    position: relative;
    z-index: 1; }
    @media (max-width: 480px) {
  .main__container {
    padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .main__content {
      margin-top: 120px; } }
  .main__title {
    font-weight: 500;
    font-size: 45px;
    line-height: 118%;
    color: #fff;
    margin-bottom: 17px;
    max-width: 654px; }
    @media (max-width: 480px) {
  .main__title {
    margin-bottom: 12px;
    font-size: 28px; } }
    .main__title strong {
      color: #cf960b;
      font-weight: 500; }
  .main__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #e9e9e9;
    max-width: 502px;
    margin-bottom: 25px; }
    @media (max-width: 480px) {
  .main__text {
    font-size: 16px;
    margin-bottom: 15px; } }
  .main__bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    margin-top: 90px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 50px;
    flex-wrap: wrap;
    gap: 20px; }
    @media (max-width: 767px) {
  .main__bottom {
    position: initial; } }
    @media (max-width: 480px) {
  .main__bottom {
    gap: 15px;
    padding-top: 20px;
    margin-top: 60px; } }

@media (max-width: 480px) {
      .bottom-main__item:nth-child(2) .bottom-main__title, .bottom-main__item:nth-child(4) .bottom-main__title, .bottom-main__item:nth-child(2) .bottom-main__text, .bottom-main__item:nth-child(4) .bottom-main__text {
        text-align: end; } }
  .bottom-main__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #cf960b; }
    @media (max-width: 480px) {
  .bottom-main__title {
    font-size: 16px; } }
  .bottom-main__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #e9e9e9; }
    @media (max-width: 480px) {
  .bottom-main__text {
    font-size: 16px; } }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 24px 0;
  background-color: transparent;
  transition: 0.5s; }
  @media (max-width: 480px) {
  .header {
    padding: 15px 0; } }
  .header.scrolled {
    box-shadow: 0 4px 32px 0 rgba(107, 107, 107, 0.05);
    background: #fff;
    padding: 15px 0; }
    .header.scrolled .header__logo svg path {
      fill: #1f2d3d; }
    .header.scrolled .header__item, .header.scrolled .header-hover__title span {
      color: #313131; }
    .header.scrolled .header-hover__title svg path {
      stroke: #313131; }
    .header.scrolled .header__lang {
      color: #1f2d3d; }
      .header.scrolled .header__lang.active {
        border-bottom: 1px solid #1f2d3d; }
    .header.scrolled .header__phone-image {
      background-color: #1f2d3d; }
      .header.scrolled .header__phone-image svg path {
        fill: #fff; }
    .header.scrolled .header__phone span {
      color: #151515; }
    .header.scrolled .burger rect {
      fill: #1f2d3d; }
  .header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px; }
  .header__logo svg path {
    fill: #fff;
    transition: 0.5s; }
  .header__items {
    display: flex;
    align-items: center;
    column-gap: 20px; }
  .header__item {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    transition: 0.5s; }
  .header__langs {
    display: flex;
    align-items: center;
    column-gap: 5px; }
    @media (max-width: 1200px) {
  .header__langs {
    margin-left: auto; } }
  .header__lang {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    opacity: 0.43;
    border-bottom: 1px solid transparent;
    padding: 3px 0; }
    .header__lang.active {
      opacity: 1;
      border-bottom: 1px solid #fff; }
  .header__phone {
    display: flex;
    align-items: center;
    column-gap: 7px; }
    .header__phone span {
      font-weight: 400;
      font-size: 15px;
      text-transform: uppercase;
      color: #fff;
      transition: 0.5s; }
  .header__phone-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.5s; }
    .header__phone-image svg path {
      transition: 0.5s; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }
  .header .burger {
    display: none; }
    @media (max-width: 1200px) {
  .header .burger {
    display: block; } }
    .header .burger rect {
      transition: 0.5s; }

.header-hover {
  position: relative;
  overflow: hidden; }
  .header-hover:hover {
    overflow: visible; }
    .header-hover:hover .header-hover__hidden {
      opacity: 1; }
    .header-hover:hover .header-hover__title svg {
      transform: rotate(180deg); }
  .header-hover__title {
    display: flex;
    align-items: center;
    column-gap: 9px;
    cursor: pointer;
    transition: 0.5s; }
    .header-hover__title span {
      font-weight: 400;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      opacity: 0.9;
      transition: 0.5s; }
    .header-hover__title svg {
      transition: 0.5s; }
      .header-hover__title svg path {
        transition: 0.5s; }
  .header-hover__hidden {
    position: absolute;
    left: -20px;
    bottom: 0;
    transform: translateY(100%);
    width: 280px;
    opacity: 0;
    transition: 0.5s; }
  .header-hover__items {
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: 10px; }
  .header-hover__item {
    font-size: 16px;
    color: #444;
    line-height: 1.2;
    transition: 0.5s; }
    .header-hover__item:hover {
      color: #cf960b; }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  row-gap: 50px;
  overflow-y: auto;
  padding: 30px 30px 120px;
  transition: 0.5s;
  transform: translateX(-100%); }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 50px;
    color: #151515;
    cursor: pointer; }
    @media (max-width: 480px) {
  .menu__close {
    font-size: 40px;
    top: 10px;
    right: 15px; } }
  .menu__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px; }
  .menu .header__item {
    color: #1f2d3d;
    font-size: 16px; }
  .menu .header__phone-image {
    background-color: #1f2d3d; }
    .menu .header__phone-image svg path {
      fill: #fff; }
  .menu .header__phone span {
    color: #151515; }

.menu-hover {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .menu-hover__title {
    color: #1f2d3d;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.9;
    transition: 0.5s;
    position: relative; }
    .menu-hover__title.active svg {
      transform: rotate(180deg); }
    .menu-hover__title svg {
      position: absolute;
      right: -17px;
      top: 4px;
      transition: 0.5s; }
      .menu-hover__title svg path {
        transition: 0.5s;
        stroke: #1f2d3d; }
  .menu-hover__hidden {
    display: none; }
  .menu-hover__items {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 15px; }
  .menu-hover__item {
    text-align: center;
    color: #1f2d3d;
    font-size: 14px; }

.footer {
  padding: 50px 0 30px;
  background: #1f2d3d; }
  @media (max-width: 480px) {
  .footer {
    padding: 30px 0 20px; } }
  .footer__body {
    display: flex;
    align-items: start;
    justify-content: space-between; }
    @media (max-width: 992px) {
  .footer__body {
    flex-direction: column;
    row-gap: 30px; } }
  .footer__logo {
    margin-bottom: 28px; }
    @media (max-width: 480px) {
  .footer__logo {
    margin-bottom: 15px; } }
    @media (max-width: 480px) {
    .footer__logo svg {
      width: 160px;
      height: auto; } }
  .footer__socials {
    display: flex;
    align-items: center;
    column-gap: 14px; }
  .footer__social {
    transition: 0.5s;
    cursor: pointer; }
    .footer__social:hover {
      transform: scale(1.1); }
  .footer__content {
    display: flex;
    column-gap: 100px; }
    @media (max-width: 1200px) {
  .footer__content {
    column-gap: 60px; } }
    @media (max-width: 767px) {
  .footer__content {
    flex-direction: column;
    row-gap: 30px; } }
  @media (max-width: 480px) {
    .footer__nav {
      display: none; } }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    row-gap: 15px; }
  .footer__foot {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    display: flex;
    align-items: center;
    gap: 5px; }
    @media (max-width: 480px) {
  .footer__foot {
    padding-top: 20px;
    margin-top: 30px; } }
    .footer__foot a {
      display: flex;
      align-items: center;
      justify-content: center; }
    .footer__foot span {
      font-weight: 400;
      font-size: 13px;
      color: #fff;
      line-height: 1.2; }
      @media (max-width: 480px) {
  .footer__foot span {
    font-size: 12px; } }

.nav-footer__title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2; }
  .nav-footer__items {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .nav-footer__item {
    font-weight: 400;
    font-size: 14px;
    color: #c2c2c2;
    line-height: 1.3;
    transition: 0.5s; }
    .nav-footer__item:hover {
      color: #cf960b; }

.contact-footer__title {
  font-weight: 400;
  font-size: 14px;
  color: #c2c2c2;
  margin-bottom: 5px;
  line-height: 1.2; }
  .contact-footer__text {
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
    @media (max-width: 480px) {
  .contact-footer__text {
    font-size: 16px; } }
    .contact-footer__text a {
      font-weight: 600;
      color: inherit;
      transition: 0.5s; }
      .contact-footer__text a:hover {
        color: #cf960b; }

.title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #000;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
  .title {
    font-size: 24px;
    margin-bottom: 20px; } }
  .title strong {
    color: #cf960b;
    font-weight: 600; }

.catalog__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 250px);
  gap: 29px; }
  @media (max-width: 992px) {
    .catalog__items {
      gap: 20px; } }
  @media (max-width: 767px) {
    .catalog__items {
      grid-template-columns: 1fr;
      gap: 15px; } }
  @media (max-width: 480px) {
    .catalog__items {
      display: flex;
      flex-direction: column;
      row-gap: 10px; } }
  .catalog__item:first-child {
    grid-row: 1 / 3; }

.item-catalog {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 480px) {
  .item-catalog {
    height: 140px; } }
  .item-catalog:hover .item-catalog__image img {
    transform: scale(1.1); }
  .item-catalog__image {
    height: 100%;
    position: relative; }
  .item-catalog__image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #151515;
    opacity: 0.5; }
  .item-catalog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s; }
  .item-catalog__arrow {
    position: absolute;
    top: 25px;
    right: 25px; }
  @media (max-width: 992px) {
    .item-catalog__arrow {
      top: 15px;
      right: 15px; } }
  @media (max-width: 480px) {
      .item-catalog__arrow img {
        width: 45px;
        height: 45px; } }
  .item-catalog__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 30px; }
  @media (max-width: 992px) {
    .item-catalog__title {
      font-size: 24px;
      left: 15px;
      bottom: 15px; } }
  @media (max-width: 480px) {
    .item-catalog__title {
      font-size: 20px; } }

.projects {
  padding: 80px 0;
  background: #1f2d3d; }
  @media (max-width: 480px) {
  .projects {
    padding: 50px 0; } }
  .projects__title {
    max-width: 769px;
    color: #fff; }
  .projects__title strong {
    color: #cf960b; }
  .projects__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px; }
  @media (max-width: 767px) {
    .projects__items {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) {
    .projects__items {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .item-projects {
    position: relative;
    overflow: hidden;
    display: block; }
  .item-projects:hover .item-projects__image img {
    transform: scale(1.1); }
  .item-projects__image {
    position: relative;
    overflow: hidden;
    padding-bottom: 95%;
    border-radius: 10px; }
  @media (max-width: 480px) {
    .item-projects__image {
      padding-bottom: 70%; } }
  .item-projects__image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .item-projects__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s; }
  .item-projects__title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
    font-weight: 500;
    font-size: 22px;
    line-height: 114%;
    color: #fff; }
  @media (max-width: 992px) {
    .item-projects__title {
      font-size: 18px;
      left: 20px;
      bottom: 20px; } }

.about__body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
  align-items: center;
  padding: 20px 35px; }
  @media (max-width: 767px) {
    .about__body {
      grid-template-columns: 1fr; } }
  @media (max-width: 480px) {
    .about__body {
      padding: 20px 15px; } }
  .about__image img {
    width: 100%;
    mix-blend-mode: darken; }
  .about__title {
    margin-bottom: 20px;
    font-size: 30px; }
  @media (max-width: 480px) {
    .about__title {
      font-size: 24px;
      margin-bottom: 15px; } }
  .about__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #6e6565;
    max-width: 502px; }
  @media (max-width: 480px) {
    .about__text {
      font-size: 14px; } }
  .about__items {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; }
  @media (max-width: 992px) {
    .about__items {
      grid-template-columns: 1fr;
      margin-top: 20px;
      gap: 20px; } }
  .item-about {
    padding: 40px 35px;
    border-radius: 10px;
    background-color: #f5f5f5; }
  @media (max-width: 480px) {
  .item-about {
    padding: 30px 20px; } }
  .item-about:first-child .item-about__title {
    color: #cf960b; }
  .item-about:first-child .item-about__text {
    color: #000; }
  .item-about:nth-child(2) {
    background-color: #cf960b; }
  .item-about:nth-child(3) {
    background-color: #1f2d3d; }
  .item-about__title {
    font-weight: 600;
    font-size: 80px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    .item-about__title {
      font-size: 40px;
      margin-bottom: 15px; } }
  .item-about__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #fff; }
  @media (max-width: 480px) {
    .item-about__text {
      font-size: 16px; } }

.form__body {
  padding: 80px 60px 100px;
  border-radius: 20px;
  background: #1f2d3d;
  position: relative; }
  @media (max-width: 992px) {
    .form__body {
      padding-bottom: 0; } }
  @media (max-width: 480px) {
    .form__body {
      padding: 30px 15px 0;
      border-radius: 10px; } }
  .form__content {
    position: relative;
    z-index: 1; }
  .form__title {
    color: #fff;
    margin-bottom: 12px;
    max-width: 636px; }
  .form__title strong {
    color: #cf960b; }
  .form__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #c1c1c1;
    max-width: 502px;
    margin-bottom: 36px;
    opacity: 0; }
  @media (max-width: 480px) {
    .form__text {
      font-size: 14px;
      margin-bottom: 20px;
      display: none; } }
  .form__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    max-width: 900px;
    gap: 32px; }
  @media (max-width: 992px) {
    .form__inputs {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 600px) {
    .form__inputs {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .form__input input {
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    color: #151515;
    background: #fff;
    border-radius: 8px;
    padding: 20px 25px; }
    @media (max-width: 480px) {
    .form__input input {
      padding: 12px 15px; } }
    .form__input input::placeholder {
      color: #b3b3b3; }
  .form__image {
    position: absolute;
    right: 20px;
    bottom: 0;
    max-width: 550px; }
  @media (max-width: 1150px) {
    .form__image {
      max-width: 400px; } }
  @media (max-width: 992px) {
    .form__image {
      position: initial;
      margin-top: 20px; } }
  .form__image img {
    width: 100%; }

.item-blog {
  display: block;
  position: relative; }
  .item-blog:hover .item-blog__image img {
    transform: scale(1.1); }
  .item-blog__image {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 95%;
    border-radius: 10px; }
  .item-blog__image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .item-blog__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s; }
  .item-blog__arrow {
    position: absolute;
    top: 25px;
    right: 25px; }
  @media (max-width: 992px) {
    .item-blog__arrow {
      top: 15px;
      right: 15px; } }
  @media (max-width: 480px) {
      .item-blog__arrow img {
        width: 45px;
        height: 45px; } }
  .item-blog__content {
    position: absolute;
    bottom: 30px;
    left: 30px; }
  @media (max-width: 480px) {
    .item-blog__content {
      bottom: 20px;
      left: 20px; } }
  .item-blog__date {
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 8px; }
  .item-blog__title {
    font-weight: 400;
    font-size: 22px;
    line-height: 114%;
    color: #fff;
    max-width: 240px; }
  @media (max-width: 480px) {
    .item-blog__title {
      font-size: 18px; } }

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px; }
  @media (max-width: 480px) {
  .swiper-pagination-bullets {
    margin-top: 20px; } }
  .swiper-pagination-bullets .swiper-pagination-lock {
    display: none; }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #cf960b;
    transition: 0.5s; }

.charters {
  padding: 80px 0;
  background-color: #f5f5f5; }
  @media (max-width: 480px) {
  .charters {
    padding: 50px 0; } }
  .charters__body {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 90px; }
  @media (max-width: 992px) {
    .charters__body {
      grid-template-columns: 1fr;
      gap: 20px; } }
  .charters__left {
    padding-top: 20px; }
  @media (max-width: 992px) {
    .charters__left {
      padding-top: 0; } }
  .charters__title {
    margin-bottom: 20px; }
  .charters__arrows {
    display: flex;
    align-items: center;
    column-gap: 12px; }
  .charters__arrow {
    cursor: pointer;
    transition: 0.5s; }
  .charters__arrow.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none; }
  .charters__items {
    width: 100%; }
  .charters__item {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 144%;
    border: 4px solid #314a67;
    border-radius: 10px; }
  .charters__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.partners__item {
  border-radius: 10px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 20px; }
  @media (max-width: 480px) {
    .partners__item {
      height: 80px;
      padding: 15px; } }
  .partners__item img {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: darken; }

.start {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 230px 0 180px;
  margin-top: 0; }
  @media (max-width: 480px) {
  .start {
    padding: 150px 0 100px; } }
  .start.start2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7; }
  .start.start2 .start__text {
    max-width: 700px; }
  .start__container {
    position: relative;
    z-index: 1; }
  .start__title {
    font-weight: 700;
    font-size: 45px;
    line-height: 118%;
    color: #fff;
    margin-bottom: 8px; }
  @media (max-width: 480px) {
    .start__title {
      font-size: 28px; } }
  .start__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #e9e9e9;
    max-width: 502px; }
  @media (max-width: 480px) {
    .start__text {
      font-size: 14px; } }

.block.block--reverse {
  padding: 90px 0;
  background: #1f2d3d; }
  @media (max-width: 480px) {
    .block.block--reverse {
      padding: 50px 0; } }
  .block.block--reverse .block__body {
    flex-direction: row-reverse; }
    @media (max-width: 992px) {
    .block.block--reverse .block__body {
      flex-direction: column; } }
  .block.block--reverse .block__title, .block.block--reverse .block__text {
    color: #fff; }
  .block__body {
    display: flex;
    align-items: center;
    margin: 0 -50px; }
  @media (max-width: 992px) {
    .block__body {
      flex-direction: column;
      row-gap: 30px; } }
  @media (max-width: 480px) {
    .block__body {
      row-gap: 20px; } }
  .block__image {
    flex: 0 0 50%;
    padding: 0 50px; }
  .block__image img {
    width: 100%;
    border-radius: 10px; }
  .block__content {
    flex: 1 1 50%;
    padding: 0 50px; }
  .block__title {
    margin-bottom: 26px; }
  @media (max-width: 480px) {
    .block__title {
      margin-bottom: 15px; } }
  .block__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: #676767;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  @media (max-width: 480px) {
    .block__text {
      font-size: 14px; } }

.charters-wrapper .charters {
  background-color: transparent;
  padding: 0; }

.projects--page {
  background-color: transparent;
  padding: 0;
  margin-top: 40px; }

.price {
  margin-top: 40px; }
  .price__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 1270px) {
    .price__items {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 992px) {
    .price__items {
      grid-template-columns: 1fr 1fr;
      gap: 15px; } }
  @media (max-width: 600px) {
    .price__items {
      grid-template-columns: 1fr; } }
  .item-price {
    border-radius: 8px;
    background-color: #f5f5f5;
    padding: 40px 35px; }
  @media (max-width: 480px) {
  .item-price {
    padding: 30px 20px; } }
  .item-price__image {
    margin-bottom: 15px; }
  .item-price__title {
    font-weight: 400;
    font-size: 17px;
    line-height: 118%;
    color: #151515;
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .item-price__title {
      font-size: 15px; } }
  .item-price__buttons {
    display: flex;
    align-items: center;
    column-gap: 17px;
    flex-wrap: wrap;
    row-gap: 10px; }
  .item-price__button {
    display: flex;
    align-items: center;
    column-gap: 10px; }
  .item-price__button span {
    font-weight: 400;
    font-size: 15px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #151515; }

.blog-page {
  margin-top: 40px; }
  .blog-page__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 992px) {
    .blog-page__items {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 600px) {
    .blog-page__items {
      grid-template-columns: 1fr;
      gap: 15px; } }

.contacts {
  margin-top: 40px; }
  .contacts__body {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px; }
  @media (max-width: 992px) {
    .contacts__body {
      gap: 20px; } }
  @media (max-width: 767px) {
    .contacts__body {
      grid-template-columns: 1fr; } }
  .contacts__items {
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
  @media (max-width: 992px) {
    .contacts__items {
      row-gap: 20px; } }
  .contacts__map {
    border-radius: 13px;
    overflow: hidden; }
  @media (max-width: 767px) {
    .contacts__map {
      height: 380px; } }
  .contacts__map iframe, .contacts__map div {
    width: 100%;
    height: 100%; }

.item-contacts {
  padding: 20px;
  border-radius: 8px;
  background-color: #f5f5f5;
  display: flex;
  column-gap: 15px; }
  .item-contacts__image {
    margin-top: 24px; }
  .item-contacts__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #868686;
    margin-bottom: 3px; }
  @media (max-width: 480px) {
    .item-contacts__title {
      font-size: 14px; } }
  .item-contacts__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 111%;
    color: #000;
    display: flex;
    flex-direction: column;
    row-gap: 5px; }
  @media (max-width: 480px) {
    .item-contacts__text {
      font-size: 16px; } }
  .item-contacts__text a {
    color: inherit;
    transition: 0.5s; }
    .item-contacts__text a:hover {
      color: #cf960b; }

.catalogg {
  margin-top: 40px; }
  .catalogg__buttons {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .catalogg__buttons {
      flex-direction: column;
      row-gap: 10px; } }
  .catalogg__button {
    min-width: 0;
    font-size: 16px;
    padding: 12px 25px;
    border: 1px solid transparent; }
  @media (max-width: 480px) {
    .catalogg__button {
      font-size: 14px;
      padding: 12px; } }
  .catalogg__button.catalogg__button2 {
    background-color: transparent;
    border: 1px solid #cf960b;
    color: #cf960b; }
    .catalogg__button.catalogg__button2:hover {
      box-shadow: none;
      color: #fff;
      background-color: #cf960b; }
  .catalogg__types {
    display: flex;
    column-gap: 15px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px; }
  .catalogg__type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border: 1px solid #bbb;
    border-radius: 15px;
    font-size: 16px;
    line-height: 1.2;
    background-color: transparent;
    transition: 0.5s; }
  .catalogg__type.active {
    background-color: #cf960b;
    border-color: transparent;
    color: #fff; }
  .catalogg__body {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 30px;
    align-items: start; }
  @media (max-width: 992px) {
    .catalogg__body {
      grid-template-columns: 1fr;
      gap: 20px; } }
  .catalogg__categories {
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
  @media (max-width: 992px) {
    .catalogg__categories {
      row-gap: 20px; } }
  .catalogg__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; }
  @media (max-width: 992px) {
    .catalogg__items {
      row-gap: 20px; } }
  @media (max-width: 1200px) {
    .catalogg__items {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) {
    .catalogg__items {
      grid-template-columns: 1fr; } }
  .category-catalog__title {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    transition: 0.5s;
    display: block; }
  .category-catalog__title.active {
    font-weight: 700;
    color: #cf960b; }
  .category-catalog__children {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e4e4e4; }
  .category-catalog__child {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #797979;
    cursor: pointer; }
  .category-catalog__child.active {
    font-weight: 700;
    color: #cf960b; }

.item-catalogg {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  display: none;
  flex-direction: column; }
  .item-catalogg.active {
    display: flex; }
  .item-catalogg__image {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 95%;
    border-radius: 10px;
    margin-bottom: 20px; }
  .item-catalogg__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .item-catalogg__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 121%;
    color: #000;
    margin-bottom: 12px; }
  .item-catalogg__price {
    font-weight: 600;
    font-size: 19px;
    line-height: 121%;
    color: #cf960b;
    margin-bottom: 18px;
    flex-grow: 1; }
  .item-catalogg__button {
    width: 100%; }

.product {
  margin-top: 40px; }
  .product__title {
    margin-bottom: 10px; }
  .product__category {
    font-weight: 400;
    font-size: 18px;
    color: #999;
    margin-bottom: 24px;
    line-height: 1.2; }
  .product__body {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 32px; }
  @media (max-width: 992px) {
    .product__body {
      grid-template-columns: 1fr;
      gap: 20px; } }
  .product__images-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px; }
  @media (max-width: 480px) {
    .product__images-wrapper {
      grid-template-columns: 1fr;
      gap: 10px; } }
  .product__poster {
    width: 100%;
    height: 100%;
    position: relative; }
  @media (max-width: 480px) {
    .product__poster {
      padding-bottom: 80%; } }
  .product__poster img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .product__images {
    display: grid;
    grid-template-rows: 120px 120px 120px;
    overflow: hidden;
    gap: 20px;
    display: none; }
  @media (max-width: 480px) {
    .product__images {
      grid-template-rows: 80px;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 10px; } }
  .product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .product__content {
    border-radius: 10px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 30px; }
  @media (max-width: 480px) {
    .product__content {
      padding: 30px 20px; } }
  .product__text-title {
    margin-top: 50px;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    color: #000;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .product__text-title {
      font-size: 24px;
      margin-bottom: 15px; } }
  .product__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #6d6d6d;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-width: 1100px; }
  @media (max-width: 480px) {
    .product__text {
      font-size: 14px; } }
  .product__text strong {
    font-weight: 500;
    color: #151515; }

.content-product__title {
  font-weight: 600;
  font-size: 23px;
  line-height: 104%;
  color: #000;
  margin-bottom: 25px; }
  @media (max-width: 480px) {
    .content-product__title {
      font-size: 18px;
      margin-bottom: 15px; } }
  .content-product__items {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 20px; }
  .content-product__item {
    font-weight: 400;
    font-size: 16px;
    color: #646464;
    line-height: 1.2; }
  @media (max-width: 480px) {
    .content-product__item {
      font-size: 14px; } }
  .content-product__item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2; }
  .content-product__button {
    display: inline-flex;
    align-self: start;
    width: auto; }

.news-single {
  margin-top: 50px; }
  @media (max-width: 480px) {
  .news-single {
    margin-top: 30px; } }
  .news-single__title {
    max-width: 900px;
    font-size: 40px;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .news-single__title {
      font-size: 28px;
      margin-bottom: 15px; } }
  .news-single__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #666;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 30px; }
  .news-single__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 30px; }
  .news-single__text li {
    list-style: disc; }
  @media (max-width: 480px) {
    .news-single__text {
      font-size: 14px;
      margin-bottom: 20px; } }
  .news-single__images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 767px) {
    .news-single__images {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 480px) {
    .news-single__images {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .news-single__image {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    padding-bottom: 80%; }
  .news-single__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

#contactModal .modal-body {
  padding: 0; }
  #contactModal .modal-content {
    background-color: transparent;
    border: none;
    padding: 0; }

.form {
  position: relative; }

.form__close {
  position: absolute;
  top: 25px;
  right: 40px;
  z-index: 2; }
  @media (max-width: 480px) {
    .form__close svg {
      width: 25px;
      height: 25px; } }

.fixed-items {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px; }
  @media (max-width: 480px) {
  .fixed-items {
    row-gap: 5px;
    right: 10px;
    bottom: 10px; } }
  .fixed-items img {
    width: 70px;
    height: 70px; }
  @media (max-width: 480px) {
    .fixed-items img {
      width: 50px;
      height: 50px; } }

.alert {
  display: inline-flex;
  position: relative;
  width: auto; }
  .alert .close {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent; }

.colors__items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px; }
  @media (max-width: 992px) {
    .colors__items {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 480px) {
    .colors__items {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 10px; } }
  .colors__image {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    border-radius: 6px;
    display: block;
    margin-bottom: 15px; }
  @media (max-width: 480px) {
    .colors__image {
      margin-bottom: 8px; } }
  .colors__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .colors__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #000; }
  @media (max-width: 480px) {
    .colors__name {
      font-size: 16px; } }

.black {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px; }
  @media (max-width: 767px) {
  .black {
    grid-template-columns: 1fr 1fr;
    gap: 20px; } }
  @media (max-width: 550px) {
  .black {
    grid-template-columns: 1fr;
    gap: 20px; } }
  .black__item {
    position: relative; }
  .black__image img {
    width: 100%; }
  .black__content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 30px;
    z-index: 1; }
  .black__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 107%;
    color: #fff;
    margin-bottom: 10px; }
  .black__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 118%;
    color: #fff; }

.advantages__title {
  text-align: center;
  max-width: 322px;
  margin-left: auto;
  margin-right: auto; }
  .advantages__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #6e6565;
    max-width: 669px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 480px) {
    .advantages__text {
      font-size: 14px; } }
  .advantages__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 992px) {
    .advantages__items {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 600px) {
    .advantages__items {
      grid-template-columns: 1fr; } }
  .advantages__items.advantages__items-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
    @media (max-width: 992px) {
    .advantages__items.advantages__items-5 {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
    @media (max-width: 600px) {
    .advantages__items.advantages__items-5 {
      grid-template-columns: 1fr; } }
    .advantages__items.advantages__items-5 .advantages__item {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .advantages__items.advantages__items-5 .advantages__image {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 120px;
      height: 96px; }
      .advantages__items.advantages__items-5 .advantages__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center; }
    .advantages__items.advantages__items-5 .advantages__name {
      text-align: center; }
  .advantages__image {
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .advantages__image {
      margin-bottom: 15px; } }
  .advantages__image img {
    width: 100%; }
  .advantages__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #151515;
    margin-bottom: 10px; }
  @media (max-width: 480px) {
    .advantages__name {
      font-size: 18px; } }
  .advantages__text2 {
    font-weight: 400;
    font-size: 17px;
    line-height: 118%;
    color: #555; }
  @media (max-width: 480px) {
    .advantages__text2 {
      font-size: 14px; } }

.tech__body {
  padding: 60px 70px;
  border-radius: 10px;
  background-color: #f5f5f5; }
  @media (max-width: 992px) {
    .tech__body {
      padding: 40px 30px; } }
  @media (max-width: 480px) {
    .tech__body {
      padding: 30px 15px; } }
  .tech__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #000;
    padding-bottom: 25px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 40px; }
  @media (max-width: 480px) {
    .tech__title {
      font-size: 24px;
      padding-bottom: 15px;
      margin-bottom: 20px; } }
  .tech__items {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .tech__item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px; }
  .tech__item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8; }
  @media (max-width: 767px) {
    .tech__item {
      grid-template-columns: 1fr;
      row-gap: 5px; } }
  .tech__item-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #151515; }
  @media (max-width: 480px) {
    .tech__item-title {
      font-size: 16px; } }
  .tech__item-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #151515; }
  @media (max-width: 480px) {
    .tech__item-text {
      font-size: 16px; } }

.docs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 30px; }
  @media (max-width: 767px) {
  .docs {
    grid-template-columns: 1fr 1fr;
    gap: 20px; } }
  @media (max-width: 480px) {
  .docs {
    grid-template-columns: 1fr;
    gap: 15px; } }
  .docs__item {
    padding: 50px 30px;
    border: 1px solid #bbb;
    border-radius: 20px; }
  @media (max-width: 480px) {
    .docs__item {
      padding: 30px 20px; } }
  .docs__image {
    margin-bottom: 20px; }
  .docs__title {
    font-size: 18px;
    color: #151515;
    line-height: 1.3;
    font-weight: 600; }
  @media (max-width: 480px) {
    .docs__title {
      font-size: 16px; } }
