.navbar {
  height: 100px;
  width: 100%;
  display: block;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3; }
  .navbar .navbar-mobile-button {
    position: absolute;
    left: 16px;
    top: 16px; }
    @media (min-width: 1024px) {
      .navbar .navbar-mobile-button {
        display: none; } }
    .navbar .navbar-mobile-button__line {
      position: absolute;
      display: block;
      background-color: black;
      height: 3px;
      width: 25px; }
      .navbar .navbar-mobile-button__line:first-child {
        top: 0; }
      .navbar .navbar-mobile-button__line:nth-child(2) {
        top: 7px; }
      .navbar .navbar-mobile-button__line:last-child {
        top: 14px; }
  @media (max-width: 1395px) {
    .navbar {
      padding: 0 16px; } }
  @media (max-width: 1024px) {
    .navbar {
      height: 50px; } }
  .navbar .navbar-mobile-menu {
    display: none;
    background-color: white;
    z-index: 1;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); }
    .navbar .navbar-mobile-menu li {
      padding: 16px 25px; }
  .navbar .navbar-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .navbar .navbar-menu {
        display: none; } }
    .navbar .navbar-menu__item {
      padding: 43px 25px;
      cursor: pointer; }
      @media (max-width: 1395px) {
        .navbar .navbar-menu__item {
          font-size: 14px;
          padding: 36px 14px; } }
      .navbar .navbar-menu__item a {
        color: #383325;
        -webkit-transition: all linear 0.12s;
        -o-transition: all linear 0.12s;
        transition: all linear 0.12s; }
        .navbar .navbar-menu__item a:hover {
          opacity: 0.5; }
      .navbar .navbar-menu__item.dropdown {
        position: relative; }
        .navbar .navbar-menu__item.dropdown:after {
          content: '';
          width: 15px;
          height: 10px;
          background: url(../img/icons/bottom.svg);
          display: inline-block;
          margin-left: 5px; }
        .navbar .navbar-menu__item.dropdown:hover .dropdown-block {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .navbar .navbar-menu__item.dropdown .dropdown-block {
          position: absolute;
          background-color: white;
          padding: 24px;
          display: none;
          z-index: 9999;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          margin-top: 42px;
          border-top: 1px solid black; }
          .navbar .navbar-menu__item.dropdown .dropdown-block .dropdown-sub {
            padding: 16px 0; }
          .navbar .navbar-menu__item.dropdown .dropdown-block a {
            padding-right: 24px; }
  .navbar .navbar-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1024px) {
      .navbar .navbar-logo {
        display: none; } }
    .navbar .navbar-logo a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: black; }
      .navbar .navbar-logo a:active {
        color: black; }
    .navbar .navbar-logo img {
      width: 215px; }
    .navbar .navbar-logo small {
      font-family: 'Playfair Display';
      font-style: italic;
      margin-top: 6px; }
  .navbar .navbar-language {
    position: absolute;
    top: 15px;
    right: 22px; }
    .navbar .navbar-language__link {
      color: #383325;
      opacity: 0.6;
      padding: 0 3px; }
      .navbar .navbar-language__link_active {
        opacity: 1; }

.header-slider .slide-1 {
  position: relative;
  height: 100%; }
  .header-slider .slide-1 .slide-text {
    position: absolute;
    color: white;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 1260px) {
      .header-slider .slide-1 .slide-text {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
        -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
                transform-origin: 100% 0;
        right: 45px;
        top: 15px; } }
    @media (max-width: 768px) {
      .header-slider .slide-1 .slide-text {
        display: none!important; } }
    .header-slider .slide-1 .slide-text h1 {
      font: 400 80px/107px 'Playfair Display';
      font-style: italic; }
    .header-slider .slide-1 .slide-text hr {
      border-style: solid;
      border-width: 0.5px;
      width: 100%; }
    .header-slider .slide-1 .slide-text p {
      font: 400 33px/44px 'Playfair Display';
      font-style: italic;
      letter-spacing: 6.7px; }
      @media (max-width: 768px) {
      	.header-slider .slide-1 .slide-text p {
  		    letter-spacing: 2.7px;
    		font-size: 16px;
    		line-height: 19px;
      	}
      }
    .header-slider .slide-1 .slide-text a {
      display: block;
      width: 228px;
      height: 51px;
      border: 1px solid white;
      text-transform: uppercase;
      font-size: 18px;
      color: white;
      text-align: center;
      line-height: 48px;
      letter-spacing: 3px;
      font-weight: 300;
      margin-top: 24px;
      -webkit-transition: all linear 0.12s;
      -o-transition: all linear 0.12s;
      transition: all linear 0.12s; }
      .header-slider .slide-1 .slide-text a:hover {
        background-color: white;
        color: black; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 6px; }

.swiper-pagination-bullet-active {
  position: relative; }
  .swiper-pagination-bullet-active:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    display: block;
    position: absolute;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    top: 1px;
    left: 1px; }
  .swiper-pagination-bullet-active:before {
    content: '';
    width: 14px;
    height: 14px;
    background: none;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    top: -3px;
    left: -3px; }

.swiper-pagination.swiper-pagination-bullets {
  bottom: 20px;
  width: 100%; }

.header-slider .swiper-slide-active img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all linear 5s;
  -o-transition: all linear 5s;
  transition: all linear 5s; }

.swiper-slide-active .slide-text {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

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, sub, sup, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
a {
  text-decoration: none; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

.footer {
  max-width: 1355px;
  border-top: 2px solid #716250;
  margin: 0 auto;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8px; }
  .footer .footer-links {
    width: 365px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 365px) {
      .footer .footer-links {
        width: 80%;
        font-size: 14px; } }
    .footer .footer-links__item {
      color: #A3998D;
      text-transform: uppercase;
      text-decoration: underline; }
  .footer .footer-social {
    width: 222px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__copyright {
    font-size: 14px;
    font-weight: 300;
    color: #A9A9A9; }

.news {
  position: relative;
  padding-bottom: 42px; }
  @media (max-width: 1395px) {
    .news {
      margin: 45px 16px; } }
  .news .news-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .news .news-row .news-item {
      width: 300px;
      height: 371px;
      margin-right: 20px;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
      margin-bottom: 32px; }
      @media (max-width: 1395px) {
        .news .news-row .news-item {
          width: 23%;
          height: 340px; } }
      @media (max-width: 600px) {
        .news .news-row .news-item {
          width: 45%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin: 0 5px;
          margin-bottom: 15px;
          height: 340px; } }
      .news .news-row .news-item .news-item-picture {
        width: 100%;
        height: 243px;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 1395px) {
          .news .news-row .news-item .news-item-picture {
            height: 200px; } }
        @media (max-width: 600px) {
          .news .news-row .news-item .news-item-picture {
            height: 150px; } }
        .news .news-row .news-item .news-item-picture img {
          height: 100%; }
      .news .news-row .news-item .news-item-info {
        padding: 14px; }
        .news .news-row .news-item .news-item-info__title {
          font-size: 16px;
          color: #383325;
          margin-bottom: 9px;
          display: block; }
        .news .news-row .news-item .news-item-info__description {
          font-size: 14px;
          font-weight: 300;
          color: #A6A6A6;
          word-wrap: break-word; }

.all-news {
  font-size: 14px;
  font-weight: 300;
  color: #A9A9A9;
  text-decoration: underline;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle; }
  .all-news:after {
    content: '';
    width: 7px;
    height: 11px;
    background: url("../img/icons/right.svg");
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom; }

.equip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; 
  width: 100%; }
  .equip .equip-column {
    text-align: left;
    width: 100%;
    margin-bottom: 24px; }
    .equip .equip-column .equip__title {
      font: 500 18px/25px 'Open Sans';
      color: #3C3F45;
      text-align: left;
      margin-bottom: 14px;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .equip .equip-column .equip__title {
          font-size: 16px; } }
    .equip .equip-column .equip__item {
      font: 400 16px/22px 'Open Sans';
      color: #000000;
      position: relative; }
      @media screen and (max-width: 768px) {
        .equip .equip-column .equip__item {
          font-size: 14px; } }
      .equip .equip-column .equip__item:before {
        content: '-';
        margin-right: 4px;
        position: absolute;
        left: -10px; }

.yacht {
  text-align: center;
  padding: 16px; }
  .yacht .yacht__name {
    font: 600 50px/67px 'Playfair Display', sans-serif;
    font-style: italic;
    color: #5B544C; }
    @media screen and (max-width: 768px) {
      .yacht .yacht__name {
        font-size: 32px; } }
    .yacht .yacht__name:after {
      content: '';
      border-bottom: 2px solid #A3998D;
      width: 350px;
      padding-top: 15px;
      height: 2px;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .yacht .yacht__name:after {
          width: 100%; } }
  .yacht .yacht__info {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    width: 834px;
    text-align: center;
    margin: 24px auto;
    font-style: italic;
    color: #5B544C; }
    @media screen and (max-width: 768px) {
      .yacht .yacht__info {
        width: 100%;
        font-size: 14px;
        line-height: 18px; } }
  .yacht .yacht__description {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    width: 970px;
    margin: 24px auto;
    color: #5B544C; }
    @media screen and (max-width: 768px) {
      .yacht .yacht__description {
        width: 100%;
        font-size: 14px;
        line-height: 18px; } }
  .yacht .yacht-tech {
    width: 1040px;
    margin: 50px auto;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #A3998D;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 300px;
    padding: 24px; }
    @media (max-width: 1040px) {
      .yacht .yacht-tech {
        width: 100%;
        padding: 12px; } }
    .yacht .yacht-tech .yacht-tech-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 50px 0; }
      @media screen and (max-width: 768px) {
        .yacht .yacht-tech .yacht-tech-info {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .yacht .yacht-tech .yacht-tech-info img {
            width: 100%; } }
      .yacht .yacht-tech .yacht-tech-info .tech-info-block {
        width: 360px;
        margin-left: 70px; }
        @media screen and (max-width: 768px) {
          .yacht .yacht-tech .yacht-tech-info .tech-info-block {
            margin-left: 0;
            margin-top: 32px;
            width: 100%; } }
        .yacht .yacht-tech .yacht-tech-info .tech-info-block .tech-info-col {
          margin-bottom: 24px;
          text-align: left; }
          .yacht .yacht-tech .yacht-tech-info .tech-info-block .tech-info-col:last-child {
            margin-bottom: 0; }
          .yacht .yacht-tech .yacht-tech-info .tech-info-block .tech-info-col .tech-info__title {
            font: 500 18px/25px 'Open Sans';
            color: #3C3F45;
            text-align: left;
            margin-bottom: 6px; }
          .yacht .yacht-tech .yacht-tech-info .tech-info-block .tech-info-col .tech-info-row {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            border-bottom: 1px solid #5B544C;
            color: #5B544C;
            margin-bottom: 9px; }
            .yacht .yacht-tech .yacht-tech-info .tech-info-block .tech-info-col .tech-info-row__key {
              font: 400 18px/22px 'Open Sans'; }
              @media screen and (max-width: 768px) {
                .yacht .yacht-tech .yacht-tech-info .tech-info-block .tech-info-col .tech-info-row__key {
                  font-size: 14px; } }
            .yacht .yacht-tech .yacht-tech-info .tech-info-block .tech-info-col .tech-info-row__value {
              font: 500 18px/22px 'Open Sans';
              font-style: italic;
              color: #5B544C; }
              @media screen and (max-width: 768px) {
                .yacht .yacht-tech .yacht-tech-info .tech-info-block .tech-info-col .tech-info-row__value {
                  font-size: 14px; } }
  .yacht .order-block {
    margin-bottom: 52px; }
    .yacht .order-block h1 {
      font: 400 21px/28px 'Playfair Display';
      color: #3C3F45;
      margin: 24px 0; }
      @media (max-width: 768px) {
        .yacht .order-block h1 {
          font-size: 14px;
          line-height: 18px; } }
    .yacht .order-block .main-button {
      margin: 16px auto; }
  .yacht .description-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1040px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .yacht .description-block {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .yacht .description-block .description-block-text {
      text-align: left;
      width: 510px;
      font: 400 19px/26px 'Open Sans'; }
      @media (max-width: 768px) {
        .yacht .description-block .description-block-text {
          width: 100%;
          text-align: center;
          margin: 16px 0;
          font-size: 14px;
          line-height: 16px; } }
      .yacht .description-block .description-block-text:after {
        content: '';
        border-bottom: 2px solid #3C3F45;
        width: 350px;
        padding-top: 25px;
        height: 2px;
        display: block; }
        @media (max-width: 768px) {
          .yacht .description-block .description-block-text:after {
            width: 100%;
            padding-top: 10px; } }
    .yacht .description-block img {
      width: 480px; }
      @media (max-width: 768px) {
        .yacht .description-block img {
          width: 100%;
          text-align: center; } }
  .yacht .quoute {
    width: 780px;
    border: 1.5px solid rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px;
    margin: 100px auto;
    position: relative; }
    @media (max-width: 1040px) {
      .yacht .quoute {
        width: 100%;
        text-align: center; } }
    .yacht .quoute:before {
      content: '';
      width: 85px;
      height: 67px;
      position: absolute;
      display: block;
      background: url("../img/icons/qoute.svg") no-repeat;
      top: -44px;
      left: -60px; }
    .yacht .quoute__text {
      font: 400 21px/32px 'Playfair Display'; }
      @media (max-width: 768px) {
        .yacht .quoute__text {
          font-size: 14px;
          line-height: 20px; } }
  .yacht .yacht-end {
    font: 400 24px/32px 'Playfair Display';
    font-style: italic;
    color: #5B544C; }
  .yacht .yacht-gallery {
    overflow: hidden;
    margin-bottom: 32px; }
    .yacht .yacht-gallery img {
      width: 100%;
      cursor: pointer; }
      @media (max-width: 768px) {
        .yacht .yacht-gallery img {
          } }

.back-one {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -2; }
  @media (max-width: 768px) {
    .back-one {
      width: 100%; } }

.back-two {
  position: absolute;
  left: 0;
  top: 1900px;
  z-index: -2; }
  @media (max-width: 768px) {
    .back-two {
      width: 100%; } }

.back-three {
  position: absolute;
  left: -114px;
  top: 2900px;
  z-index: -2; }
  @media (max-width: 768px) {
    .back-three {
      width: 100%; } }

.back-four {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -2; }
  @media (max-width: 768px) {
    .back-four {
      width: 100%; } }

.header-slider {
  position: relative; }
  .header-slider .yacht-nav {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    -webkit-transition: all linear 5s;
    -o-transition: all linear 5s;
    transition: all linear 5s; }
    .header-slider .yacht-nav_fixed {
      position: fixed;
      top: 30px;
      right: 50px;
      bottom: auto; }
      .header-slider .yacht-nav_fixed .yacht-nav__anchor {
        color: black; }
    .header-slider .yacht-nav__anchor {
      color: white;
      font: 400 18px/24px 'Playfair Display';
      text-decoration: underline;
      margin-bottom: 16px;
      -webkit-transition: all linear 0.12s;
      -o-transition: all linear 0.12s;
      transition: all linear 0.12s; }
      .header-slider .yacht-nav__anchor:hover {
        -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
                transform: translateX(-10px); }

/*

   Styles for animated modal
   =========================

*/
/* Start state */
.animated-modal {
  max-width: 600px;
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
  padding: 56px;
  width: 100%;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s; }
  @media screen and (max-width: 768px) {
    .animated-modal {
      padding: 16px; } }

.animated-modal h2,
.animated-modal p {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s; }

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s; }

.fancybox-slide--current .animated-modal p {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s; }

.about {
  margin: 60px 0; }
  @media screen and (max-width: 768px) {
    .about {
      margin: 10px 0; } }
  .about .about-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      .about .about-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .about .about-left {
    margin-right: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .about .about-left .title_header {
      font-size: 40px;
      width: 316px;
      line-height: 45px;
      text-align: left;
      color: #525252; }
      @media screen and (max-width: 768px) {
        .about .about-left .title_header {
          font-size: 20px;
          line-height: 25px;
          width: 100%;
          padding: 16px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin-bottom: 10px; } }
      .about .about-left .title_header i {
        font-style: italic; }
    .about .about-left h1:after {
      width: 100%; }
  .about .about-right .about-description {
    font-family: 'Open sans', sans-serif;
    line-height: 31px;
    color: #525252;
    width: 533px; }
    @media screen and (max-width: 768px) {
      .about .about-right .about-description {
        width: 100%;
        padding: 16px;
        line-height: 24px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    .about .about-right .about-description span {
      font-family: 'Playfair Display', sans-serif;
      font-style: italic;
      font-size: 32px; }
  .about .about-right img {
    margin-top: 42px;
    margin-bottom: 80px; }
  .about .about-bottom {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .about .about-bottom .main-button {
      margin: 50px 0; }

.yacht-gallery {
  overflow: hidden;
  margin-bottom: 32px;
  width: 100%; }
  .yacht-gallery img {
    width: 100%;
    cursor: pointer; }

.contacts .contacts-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
      @media (max-width: 768px) {
      .contacts .contacts-column {
        flex-direction: column; } }
  .contacts .contacts-column .contacts-left {
    margin-right: 46px; }
    .contacts .contacts-column .contacts-left .contacts-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 24px; }
      .contacts .contacts-column .contacts-left .contacts-row__phones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0; }
      .contacts .contacts-column .contacts-left .contacts-row__text {
        font: 400 18px/32px 'Open Sans', sans-serf;
        color: #3c4045;
        position: relative;
        padding-left: 44px; }
        .contacts .contacts-column .contacts-left .contacts-row__text:before {
          content: '';
          width: 32px;
          height: 32px;
          display: block;
          background-position: center center;
          background-repeat: no-repeat;
          position: absolute;
          left: 0; }
        .contacts .contacts-column .contacts-left .contacts-row__text_phone {
          margin-bottom: 24px; }
          .contacts .contacts-column .contacts-left .contacts-row__text_phone:before {
            background: url("../img/icons/phone.png") no-repeat center; }
        .contacts .contacts-column .contacts-left .contacts-row__text_mail:before {
          background: url("../img/icons/mail.png") no-repeat center; }
        .contacts .contacts-column .contacts-left .contacts-row__text_location:before {
          background: url("../img/icons/location.png") no-repeat center; }
      .contacts .contacts-column .contacts-left .contacts-row:last-of-type {
        margin-bottom: 32px; }

html {
  font-family: Roboto; }

.title_header {
  font: 400 28px/37px "Playfair Display";
  color: #3C3F45;
  text-align: center;
  margin-bottom: 32px; }
  .title_header:after {
    content: '';
    border-bottom: 2px solid #3C3F45;
    width: 350px;
    padding-top: 15px;
    height: 2px;
    display: block;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .title_header:after {
        width: 80%; } }

main {
  max-width: 1355px;
  margin: 24px auto; }

.page-not-found {
  width: 100%;
  text-align: center; }
  .page-not-found h1 {
    font-size: 200px;
    line-height: 220px; }

.swiper-container {
  width: 1224px;
  height: -webkit-calc(100vw * (550 / 1224));
  height: calc(100vw * (550 / 1600)); }
  @media screen and (max-width: 1224px) {
    .swiper-container {
       width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .swiper-container {
      height: calc(100vw * (900 / 1600)); } }

.main-button {
  display: inline;
  padding: 6px 24px;
  border: 2px solid #3C3F45;
  text-transform: uppercase;
  font-size: 18px;
  color: #3C3F45;
  text-align: center;
  line-height: 40px;
  letter-spacing: 3px;
  font-weight: 400;
  margin-top: 24px;
  -webkit-transition: all linear 0.12s;
  -o-transition: all linear 0.12s;
  transition: all linear 0.12s;
  background: none;
  cursor: pointer;
  white-space: nowrap; }
  .main-button:hover {
    background-color: #3C3F45;
    color: white; }
  @media screen and (max-width: 1024px) {
    .main-button {
      padding: 6px 10px;
      font-size: 14px; } }

.img-shadow {
  -webkit-box-shadow: 0px 0px 8px 0px #00000075;
          box-shadow: 0px 0px 8px 0px #00000075; }

input[type="text"],
input[type="email"] {
  margin-top: 8px;
  margin-bottom: 16px;
  border: none;
  border-bottom: 2px solid #3C3F45;
  padding-bottom: 6px;
  width: 100%; }
  input[type="text"]:focus,
  input[type="email"]:focus {
    outline: none; }

textarea {
  border: 2px solid #3C3F45;
  padding: 6px;
  margin-top: 8px;
  width: 100%;
  margin-bottom: 16px; }
  textarea:focus {
    outline: none; }

i {
  font-style: italic; }

b {
  font-weight: bolder; }

body {
  overflow-x: hidden; }

@media screen and (max-width: 768px) {
  .content {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-family: 'Open sans', sans-serif; }

.content p {
  font-family: 'Open sans', sans-serif;
  line-height: 31px;
  color: #525252; 
  margin-bottom: 24px;}

.content h1 {
  font-size: 32px; }

.content h2 {
  font-size: 28px; }

.content h3 {
  font-size: 26px; }

.content h4 {
  font-size: 24px; }

.content h5 {
  font-size: 21px; }

.content h6 {
  font-size: 18px; }

.content em {
  font-style: italic; }

.content strong {
  font-weight: bolder; }

.content img {
  margin: 16px; 
  box-shadow: 0 0 12px 1px #0000001c; }

.content img.alignright {
  float: right; }

.content img.alignleft {
  float: left; }

.content img.aligncenter {
  text-align: center; }

.content del {
  text-decoration: line-through; }

.content .clearfix {
  clear: both; }

.content .h2-content_italic {
    font: 600 30px/40px 'Playfair Display', sans-serif;
    font-style: italic;
    color: #5B544C;
    font-family: 'Playfair Display', sans-serif;
}

.content-char-block {
	max-width: 360px;
	width: 100%
}

.content-char-row {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #5B544C;
    color: #5B544C;
    margin-bottom: 9px;
}

.content-char__key {
    font: 400 18px/22px 'Open Sans';
    flex-grow: 1;
}

.content-char__value {
    font: 500 18px/22px 'Open Sans';
    font-style: italic;
    color: #5B544C;
}

.content-char-title {
    font: 500 18px/25px 'Open Sans';
    color: #3C3F45;
    text-align: left;
    margin-bottom: 6px;
}

@media screen and (max-width: 540px) {
	.content-char-block {
		padding-left: 0!important;
	}

	.content-char__key {
		font-size: 16px;
	}

	.content-char__value {
	    font-size: 16px;
	}

	.content-char-title {
	    font-size: 16px;
	}

	.yacht-tech .main-button {
		font-size: 9px;
	}

	
}


.yacht-gallery {
  height: 182px;
}

@media screen and (max-width: 1164px) {
  .yacht-gallery {
      height: 133px;
  }
}

@media screen and (max-width: 769px) {
  .yacht-gallery {
      height: 212px;
  }
}
@media screen and (max-width: 456px) {
  .yacht-gallery {
      height: 93px;
  }
}
