@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@keyframes rotating {
  from {
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: #00325a !important;
  transition: opacity 0.3s; }
  .loader__logo, .loader__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px; }
  .loader__logo {
    -webkit-filter: drop-shadow(0 0 15px rgba(15, 43, 69, 0.83));
    filter: url(#drop-shadow); }
  .loader__bg {
    -webkit-animation: rotating 8s linear infinite;
    animation: rotating 8s linear infinite; }

body:not(.ready) {
  overflow: hidden; }

body.ready .loader {
  opacity: 0;
  pointer-events: none; }

/*--------------------------------------------------------------------------------*/
/* css reset */
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 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

article {
  clear: left; }

.clear {
  clear: both; }

input, button, textarea {
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/*-----------------------------------------------------------*/
/* Function to get columns margin */
/**
*  Wrap all content with sizes calculation with "respond-to-media"
*        @include respond-to-media {  content; }
*
*/
/**
*  Use "respond-to" mixin for media query
*        @include respond-to("wide-screens") {  style: value; }
*        @include respond-to("medium-screens") { style: value; }
*
*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?rlrszn");
  src: url("../fonts/icomoon.eot?rlrszn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rlrszn") format("truetype"), url("../fonts/icomoon.woff?rlrszn") format("woff"), url("../fonts/icomoon.svg?rlrszn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"], .slick-arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ship[data-icon] {
  font-size: 38px;
  vertical-align: middle; }

.icon-ship[data-icon*="-prem"],
[class*="-prem"] {
  margin-right: 10px; }

.icon-arrow-down:before {
  content: "\e908"; }

.icon-close:before {
  content: "\e909"; }

.icon-right-botton-nav:before {
  content: "\e90a"; }

.icon-left-botton-nav:before {
  content: "\e90b"; }

.icon-ship[data-icon="aircraft-carrier"]:before,
.icon-aircraft-carrier:before {
  content: "\e900"; }

.icon-ship[data-icon="aircraft-carrier-prem"]:before,
.icon-aircraft-carrier-prem:before {
  content: "\e901"; }

.icon-ship[data-icon="battleship"]:before,
.icon-battleship:before {
  content: "\e902"; }

.icon-ship[data-icon="battleship-prem"]:before,
.icon-battleship-prem:before {
  content: "\e903"; }

.icon-ship[data-icon="cruiser"]:before,
.icon-cruiser:before {
  content: "\e904"; }

.icon-ship[data-icon="cruiser-prem"]:before,
.icon-cruiser-prem:before {
  content: "\e905"; }

.icon-ship[data-icon="destroyer"]:before,
.icon-destroyer:before {
  content: "\e906"; }

.icon-ship[data-icon="destroyer-prem"]:before,
.icon-destroyer-prem:before {
  content: "\e907"; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  position: relative;
  font: 16px/25px "Roboto", "Arial", "sans-serif";
  height: 100%;
  min-height: 100%; }

@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 91.08vw;
    margin: 0 auto; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    max-width: 93.745vw;
    margin: 0 auto; } }
@media screen and (min-width: 1024px) and (max-width: 1349px) {
  .wrapper {
    max-width: 976px;
    margin: 0 auto; } }
@media screen and (max-width: 1349px) {
  body:not .wrapper {
    max-width: 976px;
    margin: 0 auto; } }
@media screen and (min-width: 1350px) {
  .wrapper {
    max-width: 1248px;
    margin: 0 auto; } }
@media screen and (min-width: 1px) and (max-width: 767px) {
  .wrapper {
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .full-width-wrapper {
    max-width: calc(100% - 8.88vw);
    margin: 0 4.44vw; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .full-width-wrapper {
    max-width: calc(100% - 6.25vw);
    margin: 0 3.125vw; } }
@media screen and (min-width: 1024px) and (max-width: 1349px) {
  .full-width-wrapper {
    max-width: calc(100% - 48px);
    margin: 0 24px; } }
@media screen and (max-width: 1349px) {
  body:not .full-width-wrapper {
    max-width: calc(100% - 48px);
    margin: 0 24px; } }
@media screen and (min-width: 1350px) {
  .full-width-wrapper {
    max-width: calc(100% - 64px);
    margin: 0 32px; } }
@media screen and (min-width: 1px) and (max-width: 767px) {
  .full-width-wrapper {
    max-width: 100%;
    margin: 0 auto; } }

main {
  height: 100%; }

.align_left {
  text-align: left; }
.align_right {
  text-align: right; }
.align_center {
  text-align: center; }

.incomlite-block_relative {
  position: relative; }
.incomlite-block:before {
  content: "";
  background: rgba(255, 47, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#DEBUG_test_block {
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #DEBUG_test_block {
      width: 91.08vw; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #DEBUG_test_block {
      width: 93.745vw; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) {
    #DEBUG_test_block {
      width: 976px; } }
  @media screen and (max-width: 1349px) {
    body:not #DEBUG_test_block {
      width: 976px; } }
  @media screen and (min-width: 1350px) {
    #DEBUG_test_block {
      width: 1248px; } }

#DEBUG_hide {
  float: right;
  background: #ff4b41;
  color: #fff;
  padding: 3px;
  font-size: 9px;
  font-weight: bold;
  border: 1px solid #b5b5b5; }

#DEBUG_test_grid_block {
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 99999;
  pointer-events: none;
  opacity: 0.3;
  display: none; }
  @media screen and (max-width: 767px) {
    #DEBUG_test_grid_block {
      width: 91.08vw; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #DEBUG_test_grid_block {
      width: 93.745vw; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) {
    #DEBUG_test_grid_block {
      width: 976px; } }
  @media screen and (max-width: 1349px) {
    body:not #DEBUG_test_grid_block {
      width: 976px; } }
  @media screen and (min-width: 1350px) {
    #DEBUG_test_grid_block {
      width: 1248px; } }
  #DEBUG_test_grid_block.active {
    display: block; }
  #DEBUG_test_grid_block ul {
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0; }
    #DEBUG_test_grid_block ul li {
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block; }
    @media screen and (max-width: 767px) {
      #DEBUG_test_grid_block ul li:nth-child(2n+3) {
        width: 4.44vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #DEBUG_test_grid_block ul li:nth-child(2n+3) {
        width: 3.125vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      #DEBUG_test_grid_block ul li:nth-child(2n+3) {
        width: 24px; } }
    @media screen and (max-width: 1349px) {
      body:not #DEBUG_test_grid_block ul li:nth-child(2n+3) {
        width: 24px; } }
    @media screen and (min-width: 1350px) {
      #DEBUG_test_grid_block ul li:nth-child(2n+3) {
        width: 32px; } }
    #DEBUG_test_grid_block ul li:nth-child(2n) {
      border-left: 1px solid cyan;
      border-right: 1px solid cyan;
      background: rgba(45, 238, 150, 0.1); }
      @media screen and (max-width: 767px) {
        #DEBUG_test_grid_block ul li:nth-child(2n) {
          width: 19.44vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #DEBUG_test_grid_block ul li:nth-child(2n) {
          width: 13.02vw; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        #DEBUG_test_grid_block ul li:nth-child(2n) {
          width: 101px; } }
      @media screen and (max-width: 1349px) {
        body:not #DEBUG_test_grid_block ul li:nth-child(2n) {
          width: 101px; } }
      @media screen and (min-width: 1350px) {
        #DEBUG_test_grid_block ul li:nth-child(2n) {
          width: 128px; } }

#DEBUG_test_block .test-block {
  position: fixed;
  bottom: 0;
  z-index: 999991;
  background-color: white;
  margin: 0;
  opacity: 0.3;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
  transform: translate(-50%, 70%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid grey;
  padding: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 276px;
  box-sizing: border-box;
  max-width: 320px; }
  #DEBUG_test_block .test-block h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px; }
  #DEBUG_test_block .test-block.active, #DEBUG_test_block .test-block:hover {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #DEBUG_test_block .test-block #DEBUG_grid_test_opacity {
    width: 50px; }
  #DEBUG_test_block .test-block input[type="checkbox"] {
    -webkit-appearance: checkbox; }
  #DEBUG_test_block .test-block input:checked,
  #DEBUG_test_block .test-block input:checked + label {
    background: #8ed3b0; }

.header {
  position: fixed;
  width: 100%; }
  @media screen and (min-width: 1px) and (max-width: 1023px) {
    .header {
      width: 91.08vw;
      margin: 0 4.44vw; } }
  .header_fly {
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 1001;
    transform: translateY(0);
    transition: top 0.5s, transform 0.5s;
    height: 50px;
    overflow: hidden;
    pointer-events: none; }
    .first-slide .header_fly {
      top: 0;
      transform: translateY(-100%); }
  .header__logo {
    position: absolute;
    pointer-events: all;
    cursor: pointer; }
  .header__button {
    position: absolute;
    right: 0;
    pointer-events: all; }

.slide-header {
  padding-top: 20px;
  position: relative; }
  @media screen and (min-width: 1px) and (max-width: 1023px) {
    .slide-header {
      width: 91.08vw;
      margin: 0 4.44vw;
      text-align: center; } }

.slide {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  overflow-x: hidden; }
  .slide_gallery {
    background-size: auto;
    background-position: center bottom; }
  @media screen and (min-width: 1350px) {
    .slide_full-screen {
      height: 100vh; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) {
    .slide_full-screen {
      height: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slide_full-screen {
      box-sizing: border-box; }
      .slide_full-screen.vh100 {
        min-height: 800px;
        height: 100%; } }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .slide_full-screen {
      box-sizing: border-box; } }

.button {
  display: inline-block;
  font: bold 1em "Roboto Condensed", "Arial";
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px; }
  .button_large {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    border-radius: 2px;
    letter-spacing: 0.025em; }
    @media screen and (max-width: 767px) {
      .button_large {
        min-width: 43.32vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .button_large {
        min-width: 29.165vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .button_large {
        min-width: 226px; } }
    @media screen and (max-width: 1349px) {
      body:not .button_large {
        min-width: 226px; } }
    @media screen and (min-width: 1350px) {
      .button_large {
        min-width: 288px; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .button_large {
        font-size: 14px;
        line-height: 43px;
        height: 43px; } }
  .button_small {
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    letter-spacing: 0.04em; }
    @media screen and (max-width: 767px) {
      .button_small {
        min-width: 19.44vw;
        padding: 0 4.44vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .button_small {
        min-width: 13.02vw;
        padding: 0 3.125vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .button_small {
        min-width: 101px;
        padding: 0 24px; } }
    @media screen and (max-width: 1349px) {
      body:not .button_small {
        min-width: 101px;
        padding: 0 24px; } }
    @media screen and (min-width: 1350px) {
      .button_small {
        min-width: 128px;
        padding: 0 32px; } }
  .button_orange {
    color: #fff;
    background: #ff6600;
    border-top: 1px solid #ff944d;
    border-bottom: 1px solid #942400;
    background: -moz-linear-gradient(top, #ff6600 0%, #e02900 100%);
    background: -webkit-linear-gradient(top, #ff6600 0%, #e02900 100%);
    background: linear-gradient(to bottom, #ff6600 0%, #e02900 100%); }

.title {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 767px) {
    .title {
      font: bold 48px/56px "Roboto Condensed", "Arial";
      letter-spacing: 1px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .title {
      font: bold 48px/56px "Roboto Condensed", "Arial";
      letter-spacing: 1px; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) {
    .title {
      font: bold 48px/56px "Roboto Condensed", "Arial";
      letter-spacing: 1px; } }
  @media screen and (max-width: 1349px) {
    body:not .title {
      font: bold 48px/56px "Roboto Condensed", "Arial";
      letter-spacing: 1px; } }
  @media screen and (min-width: 1350px) {
    .title {
      font: bold 48px/56px "Roboto Condensed", "Arial";
      letter-spacing: 1px; } }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .title {
      font-size: 40px;
      line-height: 48px; } }
  @media screen and (max-width: 767px) {
    .title {
      max-width: 91.08vw; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .title {
      max-width: 61.455vw; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) {
    .title {
      max-width: 476px; } }
  @media screen and (max-width: 1349px) {
    body:not .title {
      max-width: 476px; } }
  @media screen and (min-width: 1350px) {
    .title {
      max-width: 608px; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) {
    .title {
      overflow: hidden;
      text-overflow: ellipsis; } }
  @supports (-webkit-text-stroke: 1px white) {
    .title {
      color: transparent;
      -webkit-text-stroke: 1px white; } }

@media screen and (min-width: 1024px) {
  .js-demo-switcher {
    position: absolute;
    right: 50px;
    top: 50px;
    color: white;
    list-style: none;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.5;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5); }
    .js-demo-switcher:hover {
      opacity: 1; }
    .js-demo-switcher li.active {
      color: #fffc00; } }
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .js-demo-switcher {
    display: none; } }

@media screen and (min-width: 1px) and (max-width: 767px) {
  section[data-section-name="home"] {
    background-size: auto 440px;
    background-position: center top; } }

/*.slide {
  @include respond-to($screen-tablet) {
    .slide-header.full-width-wrapper + .wrapper {
      min-height: 600px;
      height: calc(100% - 200px);
      vertical-align: bottom;
      display: flex;
      align-items: flex-end;
    }
    .bottom-block {
      position: relative;
      bottom: 0;
    }
  }
}*/
.bottom-block {
  position: absolute;
  bottom: 67px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .bottom-block {
      padding: 0 4.44vw; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .bottom-block {
      padding: 0 3.125vw; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) {
    .bottom-block {
      padding: 0 24px; } }
  @media screen and (max-width: 1349px) {
    body:not .bottom-block {
      padding: 0 24px; } }
  @media screen and (min-width: 1350px) {
    .bottom-block {
      padding: 0 32px; } }
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .bottom-block {
    margin-left: -4.44vw; } }
@media screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
  .bottom-block {
    margin-left: -3.125vw; } }
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1349px) {
  .bottom-block {
    margin-left: -24px; } }
@media screen and (min-width: 1024px) and (max-width: 1349px) {
  body:not .bottom-block {
    margin-left: -24px; } }
@media screen and (min-width: 1024px) and (min-width: 1350px) {
  .bottom-block {
    margin-left: -32px; } }

  @media screen and (min-width: 1px) and (max-width: 1023px) {
    .bottom-block {
      box-sizing: border-box; } }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .bottom-block {
      bottom: 0; } }
  .bottom-block:after {
    content: "";
    position: absolute;
    background: url(../../static/img/blur.png) center center no-repeat;
    left: 0;
    right: 0;
    top: -128px;
    height: 256px;
    background-size: 100% 100%; }
  .bottom-block:before {
    position: absolute;
    content: "";
    background: rgba(0, 20, 40, 0.85);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
    @supports (mix-blend-mode: multiply) {
      .bottom-block:before {
        background: #00325a;
        mix-blend-mode: multiply; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .bottom-block:before {
        background: #001428;
        mix-blend-mode: normal; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .bottom-block {
      /*position: relative;
      margin-top: 580px;*/ } }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .bottom-block {
      position: relative;
      margin-top: 235px; } }
@keyframes move-from-left {
  0% {
    opacity: 0;
    transform: translateX(-20%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes move-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes move-bg-from-bottom {
  0% {
    top: 100%; }
  100% {
    top: 0; } }
  @media screen and (min-width: 1024px) {
    .bottom-block .parts__block_4w > * {
      opacity: 0; }
    .bottom-block .parts__block:nth-child(n+2) {
      opacity: 0; }
    .bottom-block .bottom-block__offer {
      opacity: 0; }
    .bottom-block .button_large {
      opacity: 0; }
    .bottom-block:before {
      top: 100%; } }
  .bottom-block.animated .parts__block_4w > * {
    animation: move-from-left 0.5s forwards; }
  .bottom-block.animated:before {
    animation: move-bg-from-bottom 0.5s forwards; }
  .bottom-block.animated .parts__block:nth-child(n+1) {
    animation: move-from-bottom 0.5s forwards; }
  .bottom-block.animated .bottom-block__offer {
    animation: move-from-bottom 0.5s forwards;
    animation-delay: 1s; }
  .bottom-block.animated .button_large {
    animation: move-from-bottom 0.5s forwards;
    animation-delay: 0.5s; }
  .bottom-block.animated .parts__block:nth-child(2) {
    animation-delay: 0.8s; }
  .bottom-block.animated .parts__block:nth-child(3) {
    animation-delay: 0.9s; }
  .bottom-block.animated .parts__block:nth-child(4) {
    animation-delay: 1s; }
  .bottom-block.animated .parts__block:nth-child(5) {
    animation-delay: 1.1s; }
  .bottom-block.animated .parts__block_4w > *:nth-child(1) {
    animation-delay: 0.5s; }
  .bottom-block.animated .parts__block_4w > *:nth-child(2) {
    animation-delay: 0.6s; }
  .bottom-block.animated .parts__block_4w > *:nth-child(3) {
    animation-delay: 0.7s; }
  .bottom-block.animated .parts__block_4w > *:nth-child(4) {
    animation-delay: 0.8s; }
  .bottom-block.animated .parts__block_4w > *:nth-child(5) {
    animation-delay: 0.9s; }
  .bottom-block__offer {
    /*display: flex;
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 1;

    @include respond-to-media {
      width: get-grid-col-size(1);
    }
    */ }
    .bottom-block__offer__item {
      background: #a61c00;
      color: #fff;
      height: 32px;
      flex: 1;
      list-style: none;
      text-align: center;
      text-transform: uppercase;
      font: bold 18px/32px "Roboto Condensed", "Arial";
      letter-spacing: 1px;
      margin-top: 10px;
      position: absolute;
      bottom: 150px;
      right: 0;
      padding: 0 9px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .bottom-block__offer__item {
          bottom: 120px; } }
      .bottom-block__offer__item__icon {
        vertical-align: text-bottom; }
      .bottom-block__offer__item .bottom-block__offer__item__icon {
        height: 24px; }
      .bottom-block__offer__item:first-child:nth-last-child(1):not(.bottom-block__offer__item_special) {
        font-size: 22px; }
        .bottom-block__offer__item:first-child:nth-last-child(1):not(.bottom-block__offer__item_special) .bottom-block__offer__item__icon {
          height: 29px; }
      .bottom-block__offer__item:first-child:nth-last-child(n + 1) {
        border-right: 1px solid #af331a; }
      .bottom-block__offer__item:first-child:nth-last-child(2), .bottom-block__offer__item:first-child:nth-last-child(2) ~ .bottom-block__offer__item {
        /*font-size: 16px;
        .bottom-block__offer__item__icon {
          height: 24px;
        }*/ }
      .bottom-block__offer__item:first-child:nth-last-child(2) ~ .bottom-block__offer__item_discount {
        font-size: 22px; }
      .bottom-block__offer__item_special {
        font-size: 12px;
        letter-spacing: 0.025em;
        height: 32px;
        line-height: 32px;
        margin: 20px 0 0; }
      .bottom-block__offer__item:nth-last-child(2) ~ .bottom-block__offer__item_special {
        display: none; }
  .bottom-block .sub-title {
    color: white;
    font: bold 40px/56px "Roboto Condensed", "Arial";
    text-transform: uppercase;
    position: absolute;
    bottom: 100%;
    letter-spacing: 1px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .bottom-block .sub-title {
        font-size: 26px;
        line-height: 32px; } }
  .bottom-block h2 {
    color: white;
    white-space: pre-line;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 13px; }
    @media screen and (max-width: 767px) {
      .bottom-block h2 {
        font: bold 72px/48px "Roboto Condensed", "Arial"; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .bottom-block h2 {
        font: bold 72px/72px "Roboto Condensed", "Arial"; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .bottom-block h2 {
        font: bold 72px/72px "Roboto Condensed", "Arial"; } }
    @media screen and (max-width: 1349px) {
      body:not .bottom-block h2 {
        font: bold 72px/72px "Roboto Condensed", "Arial"; } }
    @media screen and (min-width: 1350px) {
      .bottom-block h2 {
        font: bold 72px/72px "Roboto Condensed", "Arial"; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .bottom-block h2 {
        font-size: 40px;
        line-height: 48px; } }
    @supports (-webkit-text-stroke: 2px white) {
      .bottom-block h2 {
        color: transparent;
        -webkit-text-stroke: 2px white; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) {
    .bottom-block p, .bottom-block h2, .bottom-block h3 {
      white-space: normal;
      margin-right: 0;
      width: 100%;
      text-align: center; } }
  .bottom-block .parts {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .bottom-block .parts {
        width: 91.08vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .bottom-block .parts {
        width: 93.745vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .bottom-block .parts {
        width: 976px; } }
    @media screen and (max-width: 1349px) {
      body:not .bottom-block .parts {
        width: 976px; } }
    @media screen and (min-width: 1350px) {
      .bottom-block .parts {
        width: 1248px; } }
    @media screen and (min-width: 1px) and (max-width: 1023px) {
      .bottom-block .parts {
        width: 100%; } }
    .bottom-block .parts__block {
      vertical-align: top;
      position: relative; }
      .bottom-block .parts__block:last-child {
        margin-right: 0; }
      .bottom-block .parts__block_with-bg {
        height: 180px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        transition: border 0.3s;
        position: relative;
        text-align: center;
        background-repeat: no-repeat; }
        .bottom-block .parts__block_with-bg[data-link]:not([data-link=""]) {
          cursor: pointer; }
        .bottom-block .parts__block_with-bg[data-link]:hover {
          border-bottom: 1px solid white; }
          .bottom-block .parts__block_with-bg[data-link]:hover .parts__block__label {
            color: #FFF; }
      .bottom-block .parts__block__label {
        font: bold 14px/18px "Roboto Condensed", "Arial";
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.6);
        transition: color 0.3s;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        bottom: 0;
        margin-bottom: 10px;
        text-align: left; }
        @media screen and (max-width: 767px) {
          .bottom-block .parts__block__label {
            max-width: 19.44vw; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .bottom-block .parts__block__label {
            max-width: 13.02vw; } }
        @media screen and (min-width: 1024px) and (max-width: 1349px) {
          .bottom-block .parts__block__label {
            max-width: 101px; } }
        @media screen and (max-width: 1349px) {
          body:not .bottom-block .parts__block__label {
            max-width: 101px; } }
        @media screen and (min-width: 1350px) {
          .bottom-block .parts__block__label {
            max-width: 128px; } }
      .bottom-block .parts__block_4w {
        position: relative; }
        @media screen and (max-width: 767px) {
          .bottom-block .parts__block_4w {
            margin-top: -24px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .bottom-block .parts__block_4w {
            margin-top: -36px; } }
        @media screen and (min-width: 1024px) and (max-width: 1349px) {
          .bottom-block .parts__block_4w {
            margin-top: -36px; } }
        @media screen and (max-width: 1349px) {
          body:not .bottom-block .parts__block_4w {
            margin-top: -36px; } }
        @media screen and (min-width: 1350px) {
          .bottom-block .parts__block_4w {
            margin-top: -36px; } }
        @media screen and (max-width: 767px) {
          .bottom-block .parts__block_4w {
            flex-basis: 138.84vw;
            max-width: 138.84vw;
            margin-right: 4.44vw; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .bottom-block .parts__block_4w {
            flex-basis: 93.745vw;
            max-width: 93.745vw;
            margin-right: 3.125vw; } }
        @media screen and (min-width: 1024px) and (max-width: 1349px) {
          .bottom-block .parts__block_4w {
            flex-basis: 476px;
            max-width: 476px;
            margin-right: 24px; } }
        @media screen and (max-width: 1349px) {
          body:not .bottom-block .parts__block_4w {
            flex-basis: 476px;
            max-width: 476px;
            margin-right: 24px; } }
        @media screen and (min-width: 1350px) {
          .bottom-block .parts__block_4w {
            flex-basis: 608px;
            max-width: 608px;
            margin-right: 32px; } }
        @media screen and (min-width: 1px) and (max-width: 1023px) {
          .bottom-block .parts__block_4w {
            margin-right: 0; }
            .bottom-block .parts__block_4w p {
              margin-bottom: 30px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) p {
          display: none; } }
      @media screen and (max-width: 767px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block {
          flex-basis: 91.08vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block {
          flex-basis: 45.31vw; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block {
          flex-basis: 351px; } }
      @media screen and (max-width: 1349px) {
        body:not .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block {
          flex-basis: 351px; } }
      @media screen and (min-width: 1350px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block {
          flex-basis: 448px; } }
      .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block .parts__block_with-bg {
        background-position: center center;
        background-size: contain; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block .parts__block:first-child p {
          display: none; } }
      @media screen and (max-width: 767px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video {
          width: 91.08vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video {
          width: 45.31vw; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video {
          width: 351px; } }
      @media screen and (max-width: 1349px) {
        body:not .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video {
          width: 351px; } }
      @media screen and (min-width: 1350px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video {
          width: 448px; } }
      .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video p {
        display: none; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video {
          position: relative;
          bottom: auto; } }
      .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video .parts__block_with-bg {
        background-position: center center;
        background-size: cover;
        height: 248px;
        cursor: pointer;
        border-bottom: 0;
        display: block; }
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video .parts__block_with-bg .parts__block__label {
          width: 80px;
          height: 56px;
          position: absolute;
          left: 50%;
          top: 50%;
          margin: -28px -40px;
          background: #009999;
          border-radius: 2px;
          opacity: 1;
          color: #fff;
          font-size: 48px;
          line-height: 60px;
          text-align: center; }
          .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video .parts__block_with-bg .parts__block__label:before {
            content: "\e906";
            transform: scale(1, 1.3);
            display: block; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video {
          position: relative;
          width: 100%;
          flex-basis: 93.745vw; }
          .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video .parts__block_with-bg {
            width: 29.165vw;
            height: 16.40531vw;
            float: right; }
            .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video .parts__block_with-bg .parts__block__label {
              width: 55px;
              height: 39px;
              margin: -19px -26px;
              font-size: 30px;
              line-height: 43px; }
          .bottom-block .parts__block:first-child:nth-last-child(2) ~ .parts__block.parts__block_video p {
            display: block;
            width: 53.3825vw;
            float: left;
            text-align: left; } }
      @media screen and (max-width: 767px) {
        .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block {
          flex-basis: 91.08vw;
          margin-right: 4.44vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block {
          flex-basis: 42.081vw;
          margin-right: 3.125vw; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block {
          flex-basis: 226px;
          margin-right: 24px; } }
      @media screen and (max-width: 1349px) {
        body:not .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block {
          flex-basis: 226px;
          margin-right: 24px; } }
      @media screen and (min-width: 1350px) {
        .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block {
          flex-basis: 288px;
          margin-right: 32px; } }
      .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block:last-child {
        margin-right: 0; }
      .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block .parts__block_with-bg {
        background-position: center center;
        background-size: contain; }
        @media screen and (max-width: 767px) {
          .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block .parts__block_with-bg {
            padding-top: 24px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block .parts__block_with-bg {
            padding-top: 36px; } }
        @media screen and (min-width: 1024px) and (max-width: 1349px) {
          .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block .parts__block_with-bg {
            padding-top: 36px; } }
        @media screen and (max-width: 1349px) {
          body:not .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block .parts__block_with-bg {
            padding-top: 36px; } }
        @media screen and (min-width: 1350px) {
          .bottom-block .parts__block:first-child:nth-last-child(3) ~ .parts__block .parts__block_with-bg {
            padding-top: 36px; } }
      @media screen and (min-width: 1024px) {
        .bottom-block .parts__block:nth-child(n+2) .parts__block_with-bg {
          position: absolute;
          bottom: 0;
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) {
          flex-basis: 91.08vw;
          margin-right: 4.44vw; } }
  @media screen and (max-width: 767px) and (min-width: 1px) and (max-width: 767px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) {
      margin-right: 0; } }

      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) {
          flex-basis: 37.2375vw;
          margin-right: 3.125vw; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1px) and (max-width: 767px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) {
      margin-right: 0; } }

      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) {
          flex-basis: 226px;
          margin-right: 24px; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) and (min-width: 1px) and (max-width: 767px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) {
      margin-right: 0; } }

      @media screen and (max-width: 1349px) {
        body:not .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) {
          flex-basis: 226px;
          margin-right: 24px; } }
  @media screen and (max-width: 1349px) and (min-width: 1px) and (max-width: 767px) {
    body:not .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) {
      margin-right: 0; } }

      @media screen and (min-width: 1350px) {
        .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) {
          flex-basis: 288px;
          margin-right: 32px; } }
  @media screen and (min-width: 1350px) and (min-width: 1px) and (max-width: 767px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) {
      margin-right: 0; } }

      .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
        background-position: center center;
        background-size: contain; }
        @media screen and (max-width: 767px) {
          .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
            padding-top: 24px;
            margin-top: -24px; } }
  @media screen and (max-width: 767px) and (min-width: 1px) and (max-width: 1023px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
      margin-top: 0; } }
  @media screen and (max-width: 767px) and (min-width: 1px) and (max-width: 767px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
      height: 166px;
      box-sizing: border-box;
      background-size: auto 80%;
      background-position: center center; } }

        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
            padding-top: 36px;
            margin-top: -36px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1px) and (max-width: 1023px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
      margin-top: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1px) and (max-width: 767px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
      height: 166px;
      box-sizing: border-box;
      background-size: auto 80%;
      background-position: center center; } }

        @media screen and (min-width: 1024px) and (max-width: 1349px) {
          .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
            padding-top: 36px;
            margin-top: -36px; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) and (min-width: 1px) and (max-width: 1023px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
      margin-top: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) and (min-width: 1px) and (max-width: 767px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
      height: 166px;
      box-sizing: border-box;
      background-size: auto 80%;
      background-position: center center; } }

        @media screen and (max-width: 1349px) {
          body:not .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
            padding-top: 36px;
            margin-top: -36px; } }
  @media screen and (max-width: 1349px) and (min-width: 1px) and (max-width: 1023px) {
    body:not .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
      margin-top: 0; } }
  @media screen and (max-width: 1349px) and (min-width: 1px) and (max-width: 767px) {
    body:not .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
      height: 166px;
      box-sizing: border-box;
      background-size: auto 80%;
      background-position: center center; } }

        @media screen and (min-width: 1350px) {
          .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
            padding-top: 36px;
            margin-top: -36px; } }
  @media screen and (min-width: 1350px) and (min-width: 1px) and (max-width: 1023px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
      margin-top: 0; } }
  @media screen and (min-width: 1350px) and (min-width: 1px) and (max-width: 767px) {
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(2) .parts__block_with-bg {
      height: 166px;
      box-sizing: border-box;
      background-size: auto 80%;
      background-position: center center; } }

      @media screen and (max-width: 767px) {
        .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) {
          margin-right: 4.44vw;
          flex-basis: 43.32vw; }
          .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3):last-child {
            margin-right: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) {
          margin-right: 3.125vw;
          flex-basis: 21.0925vw; }
          .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3):last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) {
          margin-right: 24px;
          flex-basis: 101px; }
          .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3):last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1349px) {
        body:not .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) {
          margin-right: 24px;
          flex-basis: 101px; }
          body:not .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3):last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1350px) {
        .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) {
          margin-right: 32px;
          flex-basis: 128px; }
          .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3):last-child {
            margin-right: 0; } }
@media screen and (min-width: 1px) and (max-width: 767px) and (max-width: 767px) {
  .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) {
    margin-right: 4.44vw;
    flex-basis: calc(50% - 2.22vw); }
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3):last-child {
      margin-right: 0; } }
@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) {
    margin-right: 3.125vw;
    flex-basis: calc(50% - 1.5625vw); }
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3):last-child {
      margin-right: 0; } }
@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1349px) {
  .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) {
    margin-right: 24px;
    flex-basis: calc(50% - 12px); }
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3):last-child {
      margin-right: 0; } }
@media screen and (min-width: 1px) and (max-width: 767px) and (max-width: 1349px) {
  body:not .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) {
    margin-right: 24px;
    flex-basis: calc(50% - 12px); }
    body:not .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3):last-child {
      margin-right: 0; } }
@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 1350px) {
  .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) {
    margin-right: 32px;
    flex-basis: calc(50% - 16px); }
    .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3):last-child {
      margin-right: 0; } }

      .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) .parts__block_with-bg {
        background-position: center center;
        width: 100%; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .bottom-block .parts__block:first-child:nth-last-child(4) ~ .parts__block:nth-child(n+3) .parts__block_with-bg {
            height: 166px;
            box-sizing: border-box;
            background-size: auto 50%;
            background-position: center center; } }
  .bottom-block p {
    color: white; }
  .bottom-block .button {
    position: relative;
    top: 26px;
    margin-top: 13px; }
    @media screen and (min-width: 1px) and (max-width: 1023px) {
      .bottom-block .button {
        top: auto;
        margin-top: 26px;
        margin-bottom: 40px; } }
  .bottom-block__container {
    position: relative;
    z-index: 2; }

@keyframes up-down {
  0% {
    transform: translateY(-10%); }
  50% {
    transform: translateY(10%); }
  100% {
    transform: translateY(-10%); } }
@-webkit-keyframes up-down {
  0% {
    transform: translateY(-10%); }
  50% {
    transform: translateY(10%); }
  100% {
    transform: translateY(-10%); } }
.fly-nav {
  position: absolute;
  bottom: 10px;
  left: 50%; }
  .fly-nav__button {
    display: block;
    background: url(../../static/img/arrow-down.svg) center center no-repeat;
    -webkit-animation: up-down 1.5s ease-in-out infinite alternate;
    animation: up-down 1.5s ease-in-out infinite alternate; }
    @media screen and (max-width: 767px) {
      .fly-nav__button {
        width: 4.44vw;
        height: 4.44vw;
        margin-left: -2.22vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .fly-nav__button {
        width: 3.125vw;
        height: 3.125vw;
        margin-left: -1.5625vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .fly-nav__button {
        width: 24px;
        height: 24px;
        margin-left: -12px; } }
    @media screen and (max-width: 1349px) {
      body:not .fly-nav__button {
        width: 24px;
        height: 24px;
        margin-left: -12px; } }
    @media screen and (min-width: 1350px) {
      .fly-nav__button {
        width: 32px;
        height: 32px;
        margin-left: -16px; } }

.slide_gallery {
  background-position: left bottom; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slide_gallery {
      background-position: 50% -360px;
      background-repeat: no-repeat;
      background-color: #01273e; } }
  @media screen and (min-width: 1024px) {
    .slide_gallery {
      background-image: url(../../static/img/gallery-1-bg-w.jpg), url(../../static/img/ships_bg_fill.jpg);
      background-repeat: repeat-x, no-repeat;
      background-size: auto 100%, 100% 100%;
      background-position: center -10vh, center center; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slide_gallery {
      background-image: url(../../static/img/gallery-1-bg-w.jpg); } }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .slide_gallery {
      background-size: auto 600px;
      background-position: center -184px; } }

.gallery {
  position: relative;
  height: 100%;
  overflow: hidden;
  /*.slick-slide {
    img {
      transition: all 0.5s;
      transform: scale(1);
      opacity: 1;
    }
    &.slick-current + .slick-slide img {
      transform: scale(3);
      opacity: 0;
    }
  }*/ }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .gallery {
      padding-bottom: 32px; } }
  .gallery .full-width-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
  .gallery .gallery-main {
    width: 100%;
    /*left: -7%;*/
    /*@media (min-aspect-ratio: 3200/1080) {
      background: rgba(255,0,0,0.1);
      top: calc(50% - 250px - 75px);
      margin-top: 8%;
    }*/ }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .gallery .gallery-main {
        background-image: url(../../static/img/gallery-1-bg_m.jpg);
        width: 768px;
        margin-left: calc(50% - 768px / 2);
        background-position: center bottom; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .gallery .gallery-main {
        width: 1024px;
        margin-left: calc(100% - 1024px); }
        .gallery .gallery-main .slick-track .slick-slide {
          height: 600px;
          padding: 100px 0;
          box-sizing: border-box; }
        .gallery .gallery-main .slick-arrow {
          /*display: none !important;*/
          background-size: auto 61px;
          z-index: 1;
          width: 32px; } }
    @media screen and (min-width: 1024px) {
      .gallery .gallery-main {
        position: absolute;
        /*margin-bottom: -13.5%; for 75% width image*/
        /*bottom: 287px;
        margin-bottom: -16%;*/
        bottom: 36.5%;
        margin-bottom: -15.8%; }
        .gallery .gallery-main .slick-arrow {
          display: none !important; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .gallery .gallery-main .slick-arrow.slick-prev {
        left: calc(50% - 45vw) !important; }
      .gallery .gallery-main .slick-arrow.slick-next {
        right: calc(50% - 45vw) !important; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .gallery .gallery-main .slick-arrow.slick-prev {
        right: calc(96.875vw - 32px);
        left: auto; } }
@keyframes wave {
  0% {
    -webkit-mask-position-x: 100px; }
  100% {
    -webkit-mask-position-x: 0; } }
    .gallery .gallery-main__list__item {
      text-align: center;
      position: relative; }
      .gallery .gallery-main__list__item:before {
        content: "";
        display: block;
        background: url(../../static/img/wave.png);
        -webkit-mask: linear-gradient(to right, transparent 0%, white 45%, transparent 100%) repeat;
        -webkit-mask-size: 50px 10px;
        animation: wave 3s linear infinite;
        width: 100%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-position: 44.7% 69.5%;
        z-index: 1;
        background-size: 73% auto; }
      @media screen and (min-width: 1px) and (max-width: 1023px) {
        .gallery .gallery-main__list__item:before {
          content: none;
          display: none; } }
      .gallery .gallery-main__list__item img {
        margin: 0 auto;
        position: relative;
        max-width: 100%; }
        @media screen and (min-width: 1024px) {
          .gallery .gallery-main__list__item img {
            width: 90%; } }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .gallery .gallery-main__list__item img {
            max-width: 85%;
            padding-top: 48px; } }
  .gallery-stats {
    position: relative;
    box-sizing: border-box;
    /*transform: translateY(-50%);*/ }
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .gallery-stats {
    width: 52.2vw;
    padding: 0 4.44vw 4.44vw; } }
@media screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
  .gallery-stats {
    width: 35.415vw;
    padding: 0 3.125vw 3.125vw; } }
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1349px) {
  .gallery-stats {
    width: 274px;
    padding: 0 24px 24px; } }
@media screen and (min-width: 1024px) and (max-width: 1349px) {
  body:not .gallery-stats {
    width: 274px;
    padding: 0 24px 24px; } }
@media screen and (min-width: 1024px) and (min-width: 1350px) {
  .gallery-stats {
    width: 352px;
    padding: 0 32px 32px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
  .gallery-stats {
    width: 91.08vw;
    padding: 0 4.44vw 4.44vw; } }
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .gallery-stats {
    width: 61.455vw;
    padding: 0 3.125vw 3.125vw; } }
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1349px) {
  .gallery-stats {
    width: 476px;
    padding: 0 24px 24px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1349px) {
  body:not .gallery-stats {
    width: 476px;
    padding: 0 24px 24px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1350px) {
  .gallery-stats {
    width: 608px;
    padding: 0 32px 32px; } }

@media screen and (min-width: 1px) and (max-width: 767px) and (max-width: 767px) {
  .gallery-stats {
    width: 91.08vw;
    padding: 0 4.44vw 33px; } }
@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .gallery-stats {
    width: 61.455vw;
    padding: 0 3.125vw 33px; } }
@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1349px) {
  .gallery-stats {
    width: 476px;
    padding: 0 24px 33px; } }
@media screen and (min-width: 1px) and (max-width: 767px) and (max-width: 1349px) {
  body:not .gallery-stats {
    width: 476px;
    padding: 0 24px 33px; } }
@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 1350px) {
  .gallery-stats {
    width: 608px;
    padding: 0 32px 33px; } }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .gallery-stats {
        min-height: 270px; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .gallery-stats {
        width: 100%;
        margin-top: -2px;
        padding-top: 2px; } }
    .gallery-stats:before {
      position: absolute;
      content: "";
      background: rgba(0, 0, 30, 0.8);
      left: 0;
      top: 0;
      bottom: 0;
      right: 0; }
      @supports (mix-blend-mode: multiply) {
        .gallery-stats:before {
          background: #00325a;
          mix-blend-mode: multiply; } }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .gallery-stats:before {
          background: #001428; } }
    .gallery-stats__heading {
      color: white;
      font: bold 48px/48px "Roboto Condensed", "Arial";
      white-space: pre-line;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      margin-top: -24px;
      position: relative;
      margin-bottom: 10px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .gallery-stats__heading {
          font-size: 40px;
          line-height: 48px; } }
      @supports (-webkit-text-stroke: 1px white) {
        .gallery-stats__heading {
          color: transparent;
          -webkit-text-stroke: 1px white; } }
    .gallery-stats__class {
      font: bold 14px/18px "Roboto Condensed", "Arial";
      color: white;
      margin-bottom: 15px;
      position: relative;
      letter-spacing: 1px; }
      .gallery-stats__class__flag {
        vertical-align: middle;
        margin: -1px 8px 0 0; }
        @media screen and (min-width: 1024px) {
          .gallery-stats__class__flag {
            display: none; } }
    .gallery-stats__list {
      position: relative;
      list-style: none;
      padding: 0; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .gallery-stats__list {
          width: calc(100% + 1.5625vw * 2);
          margin-left: -1.5625vw; } }
      .gallery-stats__list__item {
        font: bold 14px/18px "Roboto Condensed", "Arial";
        color: white;
        text-transform: uppercase;
        margin-bottom: 15px;
        text-align: left;
        width: 100%;
        letter-spacing: 1px;
        border-bottom: 4px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 2px;
        position: relative;
        transition: all 0.3s; }
        .gallery-stats__list__item[data-value="0"] {
          max-height: 0;
          margin-bottom: 0;
          padding: 0;
          border-bottom-width: 0;
          overflow: hidden; }
        .gallery-stats__list__item__percent {
          display: block;
          position: absolute;
          border-bottom: 4px solid #009999;
          margin-top: 2px;
          transition: width 0.3s; }
        .gallery-stats__list__item__value {
          float: right; }
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
  .gallery-stats {
    width: 138.84vw;
    padding: 0 4.44vw 4.44vw; }
    .gallery-stats__list {
      margin-left: -get-grid-span-size()/2;
      width: calc(100% + 4.44vw); }
      .gallery-stats__list__item {
        float: left;
        width: calc(50% - 4.44vw);
        margin-right: 2.22vw;
        margin-left: 2.22vw; } }
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .gallery-stats {
    width: 93.745vw;
    padding: 0 3.125vw 3.125vw; }
    .gallery-stats__list {
      margin-left: -get-grid-span-size()/2;
      width: calc(100% + 3.125vw); }
      .gallery-stats__list__item {
        float: left;
        width: calc(50% - 3.125vw);
        margin-right: 1.5625vw;
        margin-left: 1.5625vw; } }
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1349px) {
  .gallery-stats {
    width: 726px;
    padding: 0 24px 24px; }
    .gallery-stats__list {
      margin-left: -get-grid-span-size()/2;
      width: calc(100% + 24px); }
      .gallery-stats__list__item {
        float: left;
        width: calc(50% - 24px);
        margin-right: 12px;
        margin-left: 12px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1349px) {
  body:not .gallery-stats {
    width: 726px;
    padding: 0 24px 24px; }
    body:not .gallery-stats__list {
      margin-left: -get-grid-span-size()/2;
      width: calc(100% + 24px); }
      body:not .gallery-stats__list__item {
        float: left;
        width: calc(50% - 24px);
        margin-right: 12px;
        margin-left: 12px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1350px) {
  .gallery-stats {
    width: 928px;
    padding: 0 32px 32px; }
    .gallery-stats__list {
      margin-left: -get-grid-span-size()/2;
      width: calc(100% + 32px); }
      .gallery-stats__list__item {
        float: left;
        width: calc(50% - 32px);
        margin-right: 16px;
        margin-left: 16px; } }

  .gallery-nav {
    position: absolute;
    bottom: 0;
    list-style: none;
    padding: 0;
    white-space: nowrap; }
    @media screen and (min-width: 1px) and (max-width: 1023px) {
      .gallery-nav {
        display: none; } }
    @media screen and (max-width: 767px) {
      .gallery-nav {
        left: 4.44vw;
        right: 4.44vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .gallery-nav {
        left: 3.125vw;
        right: 3.125vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .gallery-nav {
        left: 24px;
        right: 24px; } }
    @media screen and (max-width: 1349px) {
      body:not .gallery-nav {
        left: 24px;
        right: 24px; } }
    @media screen and (min-width: 1350px) {
      .gallery-nav {
        left: 32px;
        right: 32px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .gallery-nav {
        position: relative;
        margin: 40px 0 0;
        left: 0;
        width: 100%; } }
    .gallery-nav__wrapper {
      overflow: hidden; }
    .gallery-nav ul {
      height: 100%;
      white-space: nowrap;
      font-size: 0;
      line-height: 0;
      position: relative;
      transition: transform 0.3s;
      margin: 0 auto; }
    .gallery-nav__item {
      display: inline-block;
      width: 188px;
      position: relative;
      outline: 0;
      cursor: pointer;
      margin: 0 10px;
      line-height: 16px;
      /*&_prem {
        .gallery-nav__item__name {
          color: $premColor;
        }
      }*/ }
      .gallery-nav__item:focus {
        outline: 0; }
      .gallery-nav__item_wrapper {
        height: 125px;
        color: #fff;
        box-sizing: border-box;
        transition: border 0.3s;
        border-bottom: 4px solid transparent; }
      .gallery-nav__item.slick-current .gallery-nav__item_wrapper {
        border-bottom: 4px solid #fffc00; }
      .gallery-nav__item__type {
        font-size: 34px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 1px; }
      .gallery-nav__item__level {
        font: bold 12px/14px "Roboto Condensed", "Arial";
        letter-spacing: 1px; }
      .gallery-nav__item__block {
        display: block;
        position: absolute;
        font-size: 14px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center; }
      .gallery-nav__item__ship {
        opacity: 0.8;
        display: block;
        background-size: contain; }
        .slick-current .gallery-nav__item__ship {
          opacity: 1; }
      .gallery-nav__item__flag {
        background-position: 20% 20%;
        opacity: 0.6; }
      .gallery-nav__item__name {
        font: normal 14px/16px "Roboto Condensed", "Arial";
        color: white;
        height: auto;
        letter-spacing: 1px;
        bottom: 20px;
        transition: color 0.3s; }
      .gallery-nav__item.slick-current .gallery-nav__item__name {
        color: #fffc00; }
      .gallery-nav__item.slick-current .gallery-nav__item__flag {
        opacity: 1; }
  .gallery .slick-slide:focus {
    outline: 0; }
  .gallery .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 0;
    height: 100%;
    /*background: url(../../static/img/left-botton-nav.svg) center no-repeat;*/
    background: transparent;
    border: 0;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s;
    background-size: auto 39px;
    background-position: right center;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .gallery .slick-arrow {
        width: 4.44vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .gallery .slick-arrow {
        width: 3.125vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .gallery .slick-arrow {
        width: 24px; } }
    @media screen and (max-width: 1349px) {
      body:not .gallery .slick-arrow {
        width: 24px; } }
    @media screen and (min-width: 1350px) {
      .gallery .slick-arrow {
        width: 32px; } }
    .gallery .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
    @media screen and (max-width: 767px) {
      .gallery .slick-arrow.slick-next {
        right: 4.44vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .gallery .slick-arrow.slick-next {
        right: 3.125vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .gallery .slick-arrow.slick-next {
        right: 24px; } }
    @media screen and (max-width: 1349px) {
      body:not .gallery .slick-arrow.slick-next {
        right: 24px; } }
    @media screen and (min-width: 1350px) {
      .gallery .slick-arrow.slick-next {
        right: 32px; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .gallery .slick-arrow {
        background-size: auto 61px;
        z-index: 1;
        width: 32px; } }
    .gallery .slick-arrow.slick-prev {
      /*-webkit-transform: scaleX(-1);
      transform: scaleX(-1);*/ }
      @media screen and (max-width: 767px) {
        .gallery .slick-arrow.slick-prev {
          left: 4.44vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .gallery .slick-arrow.slick-prev {
          left: 3.125vw; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .gallery .slick-arrow.slick-prev {
          left: 24px; } }
      @media screen and (max-width: 1349px) {
        body:not .gallery .slick-arrow.slick-prev {
          left: 24px; } }
      @media screen and (min-width: 1350px) {
        .gallery .slick-arrow.slick-prev {
          left: 32px; } }
    .gallery .slick-arrow.next, .gallery .slick-arrow.prev {
      background: -webkit-linear-gradient(left, rgba(0, 38, 62, 0) 0%, #00263e 100%);
      background: linear-gradient(to right, rgba(0, 38, 62, 0) 0%, #00263e 100%); }
      .gallery .slick-arrow.next:before, .gallery .slick-arrow.prev:before {
        content: "";
        background: url(../../static/img/left-botton-nav.svg) center no-repeat;
        background-size: auto 39px;
        background-position: right center;
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 0; }
    @media screen and (max-width: 767px) {
      .gallery .slick-arrow.next {
        left: calc(100% - 4.44vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .gallery .slick-arrow.next {
        left: calc(100% - 3.125vw); } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .gallery .slick-arrow.next {
        left: calc(100% - 24px); } }
    @media screen and (max-width: 1349px) {
      body:not .gallery .slick-arrow.next {
        left: calc(100% - 24px); } }
    @media screen and (min-width: 1350px) {
      .gallery .slick-arrow.next {
        left: calc(100% - 32px); } }
    .gallery .slick-arrow.prev {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
      @media screen and (max-width: 767px) {
        .gallery .slick-arrow.prev {
          right: calc(100% - 4.44vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .gallery .slick-arrow.prev {
          right: calc(100% - 3.125vw); } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .gallery .slick-arrow.prev {
          right: calc(100% - 24px); } }
      @media screen and (max-width: 1349px) {
        body:not .gallery .slick-arrow.prev {
          right: calc(100% - 24px); } }
      @media screen and (min-width: 1350px) {
        .gallery .slick-arrow.prev {
          right: calc(100% - 32px); } }
  @media screen and (min-width: 1024px) {
    .gallery .slick-track {
      padding-left: 75px;
      box-sizing: border-box; } }

body:not(.show-waves) .gallery-main__list__item:before {
  content: none;
  display: none; }

.slick-arrow:before {
  display: block;
  text-shadow: 0 2px 30px rgba(0, 24, 44, 0.8);
  font-size: 63px;
  color: #fff;
  -webkit-transform: translateZ(0); }
.slick-arrow.prev:before, .slick-arrow.slick-prev:before {
  content: "\e90b"; }
.slick-arrow.next:before, .slick-arrow.slick-next:before {
  content: "\e90a"; }

.slide.imgage-gallery {
  background: #012837;
  max-height: 100%;
  /*overflow: hidden;*/ }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slide.imgage-gallery {
      height: 488px;
      min-height: 488px; } }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .slide.imgage-gallery {
      height: 440px;
      min-height: 440px; } }

.img-gallery {
  height: 100%; }
  .img-gallery-main {
    height: 100%; }
    .img-gallery-main__list {
      height: 100%; }
      @media screen and (min-width: 1024px) {
        .img-gallery-main__list .slick-track,
        .img-gallery-main__list .slick-list {
          height: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .img-gallery-main__list .slick-track,
        .img-gallery-main__list .slick-list {
          height: 488px; } }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .img-gallery-main__list .slick-track,
        .img-gallery-main__list .slick-list {
          height: 440px; } }
  .img-gallery .slick-slide {
    position: relative; }
  .img-gallery .slick-slide img {
    min-width: 100%;
    min-height: 100%; }
    @supports (object-fit: cover) {
      .img-gallery .slick-slide img {
        object-fit: cover;
        width: 100%;
        height: 100%; } }
  @supports not (object-fit: cover) {
    .img-gallery .slick-slide {
      position: relative;
      overflow: hidden; }
    .img-gallery .slick-slide img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); } }
  .img-gallery-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
    overflow: hidden; }
    .img-gallery-nav__list__item {
      display: inline-block;
      overflow: hidden;
      background-size: cover;
      border-bottom: 4px solid transparent;
      cursor: pointer; }
      .img-gallery-nav__list__item:before {
        width: 146px;
        height: 76px;
        content: "";
        display: block; }
      .img-gallery-nav__list__item.slick-current {
        border-bottom: 4px solid #fffc00; }
    .img-gallery-nav ul {
      height: 100%;
      white-space: nowrap;
      font-size: 0;
      line-height: 0;
      position: relative;
      transition: transform 0.3s;
      margin: 0 auto; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .img-gallery-nav .slick-arrow {
        display: none; } }
    .img-gallery-nav .slick-arrow.next:before, .img-gallery-nav .slick-arrow.prev:before {
      position: absolute;
      width: 100%;
      height: auto;
      display: block;
      z-index: 0;
      vertical-align: middle;
      top: calc(50% - 20px);
      font-size: 34px; }
    .img-gallery-nav .slick-arrow.prev:before {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
  .img-gallery .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background-size: 1000% auto;
    height: 100%;
    background: transparent;
    border: 0;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
    background-position: right center; }
    @media screen and (max-width: 767px) {
      .img-gallery .slick-arrow {
        width: 4.44vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .img-gallery .slick-arrow {
        width: 3.125vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .img-gallery .slick-arrow {
        width: 24px; } }
    @media screen and (max-width: 1349px) {
      body:not .img-gallery .slick-arrow {
        width: 24px; } }
    @media screen and (min-width: 1350px) {
      .img-gallery .slick-arrow {
        width: 32px; } }
    .img-gallery .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
    .img-gallery .slick-arrow.slick-next {
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .img-gallery .slick-arrow.slick-next {
          right: 4.44vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .img-gallery .slick-arrow.slick-next {
          right: 3.125vw; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .img-gallery .slick-arrow.slick-next {
          right: 24px; } }
      @media screen and (max-width: 1349px) {
        body:not .img-gallery .slick-arrow.slick-next {
          right: 24px; } }
      @media screen and (min-width: 1350px) {
        .img-gallery .slick-arrow.slick-next {
          right: 32px; } }
    @media screen and (max-width: 767px) {
      .img-gallery .slick-arrow.next {
        right: 4.44vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .img-gallery .slick-arrow.next {
        right: 3.125vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .img-gallery .slick-arrow.next {
        right: 24px; } }
    @media screen and (max-width: 1349px) {
      body:not .img-gallery .slick-arrow.next {
        right: 24px; } }
    @media screen and (min-width: 1350px) {
      .img-gallery .slick-arrow.next {
        right: 32px; } }
    .img-gallery .slick-arrow.slick-prev {
      /*-webkit-transform: scaleX(-1);
      transform: scaleX(-1);*/
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .img-gallery .slick-arrow.slick-prev {
          left: 4.44vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .img-gallery .slick-arrow.slick-prev {
          left: 3.125vw; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .img-gallery .slick-arrow.slick-prev {
          left: 24px; } }
      @media screen and (max-width: 1349px) {
        body:not .img-gallery .slick-arrow.slick-prev {
          left: 24px; } }
      @media screen and (min-width: 1350px) {
        .img-gallery .slick-arrow.slick-prev {
          left: 32px; } }
    .img-gallery .slick-arrow.prev {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
      @media screen and (max-width: 767px) {
        .img-gallery .slick-arrow.prev {
          left: 4.44vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .img-gallery .slick-arrow.prev {
          left: 3.125vw; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .img-gallery .slick-arrow.prev {
          left: 24px; } }
      @media screen and (max-width: 1349px) {
        body:not .img-gallery .slick-arrow.prev {
          left: 24px; } }
      @media screen and (min-width: 1350px) {
        .img-gallery .slick-arrow.prev {
          left: 32px; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) {
    .img-gallery-main .slick-arrow {
      height: calc(100% - 70px);
      width: 32px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slide-compare {
    min-height: 624px; } }
@media screen and (min-width: 1px) and (max-width: 767px) {
  .slide-compare {
    min-height: 300px; } }

.cocoen {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  user-select: none;
  background-size: cover;
  background-position: center center; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .cocoen:before {
      content: attr(data-text);
      display: block;
      position: absolute;
      bottom: 30px;
      color: #FFF;
      font: bold 14px/18px "Roboto Condensed", "Arial";
      letter-spacing: 1px;
      width: 100%;
      text-align: center;
      text-transform: uppercase; }
    .cocoen.slide-comparison_init .resized:before, .cocoen.slide-comparison_init:before {
      display: none; } }
  .cocoen .slick-arrow {
    width: 32px;
    background-size: 100% auto;
    height: 300px;
    position: absolute;
    background: transparent;
    z-index: 1;
    pointer-events: all;
    transition: opacity 0.3s;
    display: none; }
    .cocoen .slick-arrow.disabled {
      opacity: 0;
      pointer-events: none; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .cocoen .slick-arrow {
        display: block; } }
    .cocoen .slick-arrow:before {
      top: calc(50% - 30px);
      position: absolute; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .cocoen .slick-arrow.prev {
        left: 4.44vw;
        /*-webkit-transform: scaleX(-1);
        transform: scaleX(-1);*/ } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .cocoen .slick-arrow.next {
        right: 4.44vw; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cocoen {
      min-height: 624px; } }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .cocoen {
      min-height: 300px; } }
  .cocoen * {
    box-sizing: inherit; }
    .cocoen *::after, .cocoen *::before {
      box-sizing: inherit; }
  .cocoen img,
  .cocoen picture > img {
    max-width: none; }
  .cocoen > img,
  .cocoen > picture > img {
    display: block;
    width: 100%; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .cocoen > div.resized {
      transition: clip 0.5s; }
      .cocoen > div.resized:before {
        content: attr(data-text);
        display: block;
        position: absolute;
        bottom: 30px;
        color: #FFF;
        font: bold 14px/18px "Roboto Condensed", "Arial";
        letter-spacing: 1px;
        width: 100%;
        text-align: center;
        text-transform: uppercase; } }
  .cocoen > div.resized, picture .cocoen > div {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: center center; }
  .cocoen-drag {
    background: #fff;
    bottom: 0;
    cursor: ew-resize;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .cocoen-drag {
        transition: 0.5s; } }
    .cocoen-drag::before {
      border: 3px solid #fff;
      background: #fff;
      color: #001428;
      content: '|||';
      height: 40px;
      left: 50%;
      margin-left: -14px;
      margin-top: -18px;
      position: absolute;
      top: 50%;
      width: 29px;
      letter-spacing: -1px;
      line-height: 34px;
      text-indent: -1px;
      text-align: center;
      z-index: 1; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .cocoen-drag::before {
          display: none;
          content: none; } }

.cocoen {
  width: 100%;
  height: 100%; }
  .cocoen__image {
    width: 100%;
    height: 100%; }

.slide-details {
  position: absolute;
  bottom: 0;
  box-sizing: border-box; }
  .slide-details__wrapper {
    top: -24px;
    position: relative; }
  @media screen and (max-width: 767px) {
    .slide-details {
      right: 4.44vw;
      width: 91.08vw;
      padding: 0 4.46vw 32px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slide-details {
      right: 3.125vw;
      width: 93.745vw;
      padding: 0 3.125vw 32px; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) {
    .slide-details {
      right: 24px;
      width: 351px;
      padding: 0 24px 32px; } }
  @media screen and (max-width: 1349px) {
    body:not .slide-details {
      right: 24px;
      width: 351px;
      padding: 0 24px 32px; } }
  @media screen and (min-width: 1350px) {
    .slide-details {
      right: 32px;
      width: 480px;
      padding: 0 32px 32px; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) {
    .slide-details {
      text-align: center; } }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .slide-details {
      position: relative;
      width: 100%;
      right: auto;
      padding: 0 4.46vw 17px; } }
  .slide-details:before {
    position: absolute;
    content: "";
    background: rgba(0, 20, 40, 0.85);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
    @supports (mix-blend-mode: multiply) {
      .slide-details:before {
        background: #00325a;
        mix-blend-mode: multiply; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .slide-details:before {
        background: #001428; } }
  .slide-details p {
    color: #fff; }
  .slide-details h2 {
    z-index: 1;
    margin-bottom: 10px;
    max-width: 100%; }

.text {
  background: url(../../static/img/text-bg.jpg) center center no-repeat #012837;
  background-size: 100% auto;
  background-position: center top; }
  @media screen and (min-width: 1024px) {
    .text {
      height: 100vh; } }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .text {
      padding: 45px 0 29px;
      background-size: cover; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .text {
      padding: 100px 0 95px;
      background-size: cover; } }
  .text-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    /*@include respond-to-media {
      padding: 0 get-grid-span-size();
    }*/ }
    @media screen and (max-width: 767px) {
      .text-wrapper {
        width: 91.08vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .text-wrapper {
        width: 93.745vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .text-wrapper {
        width: 976px; } }
    @media screen and (max-width: 1349px) {
      body:not .text-wrapper {
        width: 976px; } }
    @media screen and (min-width: 1350px) {
      .text-wrapper {
        width: 1248px; } }
  .text h2 {
    margin-bottom: 30px; }
    @media screen and (min-width: 1px) and (max-width: 1023px) {
      .text h2 {
        max-width: 100%;
        text-align: center; } }
  .text-blocks {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0; }
    .text-blocks__item {
      font-size: 14px;
      padding: 20px 0 10px; }
      @media screen and (max-width: 767px) {
        .text-blocks__item {
          width: 138.84vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .text-blocks__item {
          width: 45.31vw; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .text-blocks__item {
          width: 351px; } }
      @media screen and (max-width: 1349px) {
        body:not .text-blocks__item {
          width: 351px; } }
      @media screen and (min-width: 1350px) {
        .text-blocks__item {
          width: 448px; } }
      @media screen and (max-width: 767px) {
        .text-blocks__item:nth-child(2n+1):not(:last-child) {
          margin-right: 4.44vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .text-blocks__item:nth-child(2n+1):not(:last-child) {
          margin-right: 3.125vw; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .text-blocks__item:nth-child(2n+1):not(:last-child) {
          margin-right: 24px; } }
      @media screen and (max-width: 1349px) {
        body:not .text-blocks__item:nth-child(2n+1):not(:last-child) {
          margin-right: 24px; } }
      @media screen and (min-width: 1350px) {
        .text-blocks__item:nth-child(2n+1):not(:last-child) {
          margin-right: 32px; } }
      .text-blocks__item:first-child:nth-last-child(4), .text-blocks__item:first-child:nth-last-child(4) ~ li:nth-child(2) {
        border-bottom: 1px solid rgba(151, 151, 151, 0.5); }
      .text-blocks__item:first-child:nth-last-child(3), .text-blocks__item:first-child:nth-last-child(3) ~ li:nth-child(2) {
        border-bottom: 1px solid rgba(151, 151, 151, 0.5); }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .text-blocks__item:nth-child(2n+1):not(:last-child) {
          margin-right: 0;
          border-bottom: 1px solid rgba(151, 151, 151, 0.5); } }
      .text-blocks__item__description {
        box-sizing: border-box;
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .text-blocks__item__description {
            /*padding: 0 0 0 get-grid-span-size();*/
            width: calc(100% - 31.38vw); } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .text-blocks__item__description {
            /*padding: 0 0 0 get-grid-span-size();*/
            width: calc(100% - 13.02vw); } }
        @media screen and (min-width: 1024px) and (max-width: 1349px) {
          .text-blocks__item__description {
            /*padding: 0 0 0 get-grid-span-size();*/
            width: calc(100% - 101px); } }
        @media screen and (max-width: 1349px) {
          body:not .text-blocks__item__description {
            /*padding: 0 0 0 get-grid-span-size();*/
            width: calc(100% - 101px); } }
        @media screen and (min-width: 1350px) {
          .text-blocks__item__description {
            /*padding: 0 0 0 get-grid-span-size();*/
            width: calc(100% - 128px); } }
      .text-blocks__item__image {
        display: block;
        float: left;
        height: 100%; }
        .text-blocks__item__image img {
          max-width: 90%; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .text-blocks__item__image img {
            width: 80%; } }
        @media screen and (max-width: 767px) {
          .text-blocks__item__image {
            width: 31.38vw; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .text-blocks__item__image {
            width: 13.02vw; } }
        @media screen and (min-width: 1024px) and (max-width: 1349px) {
          .text-blocks__item__image {
            width: 101px; } }
        @media screen and (max-width: 1349px) {
          body:not .text-blocks__item__image {
            width: 101px; } }
        @media screen and (min-width: 1350px) {
          .text-blocks__item__image {
            width: 128px; } }
  .text-center {
    background: url(../../static/img/text-bg.jpg) center center no-repeat #012837; }
    @media screen and (min-width: 1024px) {
      .text-center {
        height: 100vh; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .text-center {
        padding: 38px 0 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .text-center {
        padding: 100px 0 70px; } }
    @media screen and (min-width: 1024px) {
      .text-center {
        background-size: 100% auto; } }
    @media screen and (min-width: 1px) and (max-width: 1023px) {
      .text-center {
        background-size: cover; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .text-center .title {
        max-width: 100%;
        text-align: center;
        margin-bottom: 48px; } }
    .text-center .text-wrapper {
      background-position: left bottom;
      background-repeat: no-repeat;
      display: flex;
      flex-direction: row;
      align-items: center; }
    .text-center .flex-wrap {
      display: flex;
      width: 100%;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .text-center .flex-wrap {
          position: relative;
          background-size: 100% auto;
          flex-direction: column; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .text-center .flex-wrap {
          flex-direction: row;
          flex-wrap: wrap;
          padding-bottom: 32px; } }
    @media screen and (min-width: 1024px) {
      .text-center {
        height: 100vh; }
        .text-center h2 {
          padding-bottom: 360px; } }
    @media screen and (min-width: 1024px) and (max-width: 767px) {
      .text-center h2 {
        width: 91.08vw;
        margin-right: 28.32vw; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .text-center h2 {
        width: 93.745vw;
        margin-right: 19.27vw; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1349px) {
      .text-center h2 {
        width: 351px;
        margin-right: 149px; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      body:not .text-center h2 {
        width: 351px;
        margin-right: 149px; } }
    @media screen and (min-width: 1024px) and (min-width: 1350px) {
      .text-center h2 {
        width: 448px;
        margin-right: 192px; } }

    @media screen and (min-width: 1px) and (max-width: 767px) {
      .text-center h2 {
        margin-bottom: 20px;
        text-align: center; } }
    .text-center .text-center-blocks {
      list-style: none;
      color: #fff;
      padding: 0; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .text-center .text-center-blocks {
          order: 2; } }
      .text-center .text-center-blocks .text-center__item:not(:last-child) {
        margin-bottom: 10px; }
      .text-center .text-center-blocks .text-center__item.text-center__item_small {
        font-size: 14px;
        line-height: 24px; }
      .text-center .text-center-blocks .text-center__item.text-center__item_large {
        font-size: 22px;
        line-height: 32px;
        font-weight: bold; }
      @media screen and (max-width: 767px) {
        .text-center .text-center-blocks {
          width: 91.08vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .text-center .text-center-blocks {
          width: 45.31vw; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .text-center .text-center-blocks {
          width: 351px; } }
      @media screen and (max-width: 1349px) {
        body:not .text-center .text-center-blocks {
          width: 351px; } }
      @media screen and (min-width: 1350px) {
        .text-center .text-center-blocks {
          width: 448px; } }
    .text-center .first-part {
      /*padding-bottom: 360px;*/ }
    .text-center .text-image {
      position: absolute;
      bottom: 0;
      width: 435px;
      min-height: 360px;
      max-width: 100%;
      height: 360px;
      background-repeat: no-repeat; }
      @media screen and (min-width: 1px) and (max-width: 1023px) {
        .text-center .text-image {
          order: 1;
          background-size: contain;
          position: relative;
          width: 258px;
          height: 384px;
          margin: 32px auto 22px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .text-center .text-image {
          width: 45.31vw;
          margin: 0 3.125vw 0 0; } }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .text-center .text-image {
          max-height: 230px;
          min-height: 0;
          margin-bottom: 0;
          overflow: hidden;
          background-size: cover; } }

.tabs-page {
  background: url(../../static/img/text-bg.jpg) center top no-repeat #031f2b; }
  @media screen and (min-width: 1024px) {
    .tabs-page {
      background-size: 100% auto; } }
  .tabs-page .wrapper {
    height: 100%; }

.tabs {
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 1px) and (max-width: 1023px) {
    .tabs {
      flex-wrap: wrap;
      padding-bottom: 38px;
      justify-content: center; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .tabs {
      padding-bottom: 100px; } }
  .tabs .title {
    margin-bottom: 30px; }
    @media screen and (min-width: 1px) and (max-width: 1023px) {
      .tabs .title {
        margin: 0 auto;
        white-space: normal;
        padding: 38px 0 30px; } }
  @media screen and (max-width: 767px) {
    .tabs-titles {
      max-width: 43.32vw; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .tabs-titles {
      max-width: 29.165vw; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) {
    .tabs-titles {
      max-width: 226px; } }
  @media screen and (max-width: 1349px) {
    body:not .tabs-titles {
      max-width: 226px; } }
  @media screen and (min-width: 1350px) {
    .tabs-titles {
      max-width: 288px; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) {
    .tabs-titles {
      max-width: none;
      overflow: auto;
      white-space: nowrap;
      font-size: 0;
      text-align: center;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      margin-bottom: 15px; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) and (max-width: 767px) {
    .tabs-titles {
      padding: 0 4.44vw;
      margin-left: -4.44vw; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .tabs-titles {
      padding: 0 3.125vw;
      margin-left: -3.125vw; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1349px) {
    .tabs-titles {
      padding: 0 24px;
      margin-left: -24px; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) and (max-width: 1349px) {
    body:not .tabs-titles {
      padding: 0 24px;
      margin-left: -24px; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) and (min-width: 1350px) {
    .tabs-titles {
      padding: 0 32px;
      margin-left: -32px; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) {
      .tabs-titles li {
        display: inline-block;
        padding-right: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        .tabs-titles li:last-child {
          padding-right: 0; }
        .tabs-titles li span {
          margin-bottom: -1px;
          border-bottom: 1px solid transparent; } }
  .tabs-content > li {
    display: none; }
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .tabs__source {
    width: 67.2vw; } }
@media screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
  .tabs__source {
    width: 45.31vw; } }
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1349px) {
  .tabs__source {
    width: 351px; } }
@media screen and (min-width: 1024px) and (max-width: 1349px) {
  body:not .tabs__source {
    width: 351px; } }
@media screen and (min-width: 1024px) and (min-width: 1350px) {
  .tabs__source {
    width: 448px; } }

  @media screen and (min-width: 1px) and (max-width: 1023px) {
    .tabs__source {
      text-align: center;
      max-width: 100%;
      overflow: auto;
      padding: 0 20px; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) and (max-width: 767px) {
    .tabs__source {
      padding: 0 4.44vw; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .tabs__source {
      padding: 0 3.125vw; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1349px) {
    .tabs__source {
      padding: 0 24px; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) and (max-width: 1349px) {
    body:not .tabs__source {
      padding: 0 24px; } }
  @media screen and (min-width: 1px) and (max-width: 1023px) and (min-width: 1350px) {
    .tabs__source {
      padding: 0 32px; } }

  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .tabs__source .title {
      padding: 100px 0 30px; } }
  .tabs__destination {
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .tabs__destination {
        width: 114.96vw; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .tabs__destination {
        width: 77.6vw; } }
    @media screen and (min-width: 1024px) and (max-width: 1349px) {
      .tabs__destination {
        width: 601px; } }
    @media screen and (max-width: 1349px) {
      body:not .tabs__destination {
        width: 601px; } }
    @media screen and (min-width: 1350px) {
      .tabs__destination {
        width: 768px; } }
    .tabs__destination img {
      margin: 0 auto 32px;
      max-width: 100%; }
    .tabs__destination p {
      text-align: left;
      font: normal 14px/28px "Roboto", "Arial"; }
      @media screen and (max-width: 767px) {
        .tabs__destination p {
          width: 67.2vw;
          margin: 0 auto; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .tabs__destination p {
          width: 45.31vw;
          margin: 0 auto; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .tabs__destination p {
          width: 351px;
          margin: 0 auto; } }
      @media screen and (max-width: 1349px) {
        body:not .tabs__destination p {
          width: 351px;
          margin: 0 auto; } }
      @media screen and (min-width: 1350px) {
        .tabs__destination p {
          width: 448px;
          margin: 0 auto; } }
@media screen and (min-width: 1px) and (max-width: 1023px) and (max-width: 767px) {
  .tabs__destination p {
    width: 91.08vw;
    margin: 0 auto; } }
@media screen and (min-width: 1px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .tabs__destination p {
    width: 61.455vw;
    margin: 0 auto; } }
@media screen and (min-width: 1px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1349px) {
  .tabs__destination p {
    width: 476px;
    margin: 0 auto; } }
@media screen and (min-width: 1px) and (max-width: 1023px) and (max-width: 1349px) {
  body:not .tabs__destination p {
    width: 476px;
    margin: 0 auto; } }
@media screen and (min-width: 1px) and (max-width: 1023px) and (min-width: 1350px) {
  .tabs__destination p {
    width: 608px;
    margin: 0 auto; } }

  .tabs input {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
    font-size: 0; }
  .tabs ul {
    list-style: none; }
  .tabs span {
    opacity: 0.6;
    display: block;
    padding: 26px 0 12px;
    text-transform: uppercase;
    font: bold 14px/18px "Roboto Condensed", "Arial";
    letter-spacing: 1px;
    transition: all 0.3s;
    color: #fff;
    transition: all 0.3s; }
    @media screen and (min-width: 1024px) {
      .tabs span {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); } }
    .tabs span:hover {
      opacity: 1;
      border-bottom-color: #fff; }
  .tabs input:checked + span {
    color: #fffc00;
    border-bottom: 1px solid #fffc00;
    opacity: 1; }
  .tabs label {
    cursor: pointer; }

.inline-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .inline-list__item {
    display: inline-block; }

@media screen and (max-width: 767px) {
  .footer-menu .width-wrapper {
    padding: 30px 4.44vw; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-menu .width-wrapper {
    padding: 30px 3.125vw; } }
@media screen and (min-width: 1024px) and (max-width: 1349px) {
  .footer-menu .width-wrapper {
    padding: 30px 24px; } }
@media screen and (max-width: 1349px) {
  body:not .footer-menu .width-wrapper {
    padding: 30px 24px; } }
@media screen and (min-width: 1350px) {
  .footer-menu .width-wrapper {
    padding: 30px 32px; } }
.footer-menu__bottom-line {
  background: #333333;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #ffffff; }
  .footer-menu__bottom-line_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: flex-end; }
.footer-menu .language-selector__flag:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  vertical-align: middle;
  margin-right: 4px; }
.footer-menu .language-selector__flag_en:before {
  background: url(../../static/img//en.png) #000 no-repeat; }
.footer-menu .social-links {
  flex: 1; }
  .footer-menu .social-links__item {
    margin-right: 30px; }
    .footer-menu .social-links__item__icon {
      font-size: 30px;
      vertical-align: middle;
      margin-right: 5px; }
    .footer-menu .social-links__item__link {
      color: #fff;
      text-decoration: none; }
.footer-menu__links {
  min-width: 100%;
  font: bold 14px/31px "Roboto Condensed", "Arial";
  margin-bottom: 7px;
  letter-spacing: 1px; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .footer-menu__links__item {
      line-height: 30px;
      display: block; } }
  .footer-menu__links__item:not(:last-child):after {
    content: "";
    display: inline-block;
    margin: 0 7px;
    color: white; }
  .footer-menu__links__item__link {
    text-decoration: none;
    color: #bfbfbf;
    text-transform: uppercase; }
    .footer-menu__links__item__link:hover {
      color: #fff; }
.footer-menu .copyright {
  flex: 1 0 50%;
  padding-right: 20px; }
  .footer-menu .copyright__block {
    font-size: 13px;
    /*display: block;*/
    margin-bottom: 5px;
    color: #6e6e6e; }
    .footer-menu .copyright__block.footer-logo {
      margin: 0 0 7px;
      width: 184px; }
.footer-menu .pegi {
  font-size: 0; }
  @media screen and (min-width: 1px) and (max-width: 1023px) {
    .footer-menu .pegi {
      width: 100%;
      margin-top: 15px; } }
  .footer-menu .pegi__item:not(:first-child) {
    margin-left: 10px; }

.popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
  z-index: 10002; }
  .popup.opened {
    opacity: 1;
    pointer-events: all; }
  .popup__video-container {
    margin: 16vh auto;
    height: 68vh;
    width: 121vh;
    box-sizing: border-box;
    text-align: center; }
  .popup__close-icon {
    position: absolute;
    right: 5%;
    top: 3%;
    width: 32px;
    height: 32px;
    background: url(../../static/img/close.svg) center center no-repeat;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 32px;
    cursor: pointer; }


