* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-regular.ttf') format("truetype");
  }

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/lato-semibold.ttf") format("truetype"); }

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/lato-bold.ttf") format("truetype"); }

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/lato-heavy.ttf") format("truetype"); }

@font-face {
  font-family: Futura;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/futura.ttf") format("truetype"); }

html, body {
  height: 100%; }

body {
  position: relative;
  background-color: #fff;
  font-family: 'Lato', sans-serif; }

.clearfix {
  display: table;
  width: 100%; }

.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative; }

h1 {
  font-size: 117px;
  color: #fff;
  font-family: 'Futura', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 110px; }

.swiper-container {
  width: 100%;
  height: 100%; }

.btn {
  text-transform: uppercase;
  padding: 22px 35px;
  border: 1px solid #ff4d4d;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s; }
  .btn:hover {
    background-color: #ff4d4d;
    color: #fff; }

#m_menu {
  display: none; }

input {
  -webkit-appearance: none; }

input[type=text] {
  -webkit-border-radius: 0px;
          border-radius: 0px; }

.desktop {
  display: block; }
  @media (max-width: 1023px) {
    .desktop {
      display: none !important; } }

.tablet {
  display: block; }
  @media (max-width: 767px) {
    .tablet {
      display: none !important; } }

.tablet_show {
  display: none; }
  @media (max-width: 767px) {
    .tablet_show {
      display: block !important; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: block !important; } }

svg path {
  fill: inherit; }

.svg_icon {
  fill: #fff;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s; }

.black_static .svg_icon {
  fill: #000; }

.socials .social:hover {
  background-color: #ff4d4d; }
  .socials .social:hover .svg_icon {
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
    fill: #fff; }

.socials.black_static .social:hover {
  background-color: #ff4d4d; }
  .socials.black_static .social:hover .svg_icon {
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
    fill: #fff; }

.static_hidden {
  display: none !important; }

.body_wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  color: white; }
  .body_wrap .static {
    position: absolute;
    z-index: 5;
    opacity: 0;
    -webkit-animation: anim_opacity 1.8s 1.3s forwards, anim_translate 1.8s 1.3s forwards;
            animation: anim_opacity 1.8s 1.3s forwards, anim_translate 1.8s 1.3s forwards;
    -webkit-transition: color 0.4s;
    transition: color 0.4s; }
    .body_wrap .static.map_logo svg .svg_logo {
      fill: #fff; }
    .body_wrap .static.map_logo svg #logo_number {
      fill: #fff; }
    .body_wrap .static.map_select {
      -webkit-animation: anim_opacity 1.8s 0.3s forwards;
              animation: anim_opacity 1.8s 0.3s forwards; }
    .body_wrap .static.black_static {
      color: #000; }
      .body_wrap .static.black_static.logo svg #logo_number {
        fill: #000; }
      .body_wrap .static.black_static.menu a {
        color: #000; }
      .body_wrap .static.black_static.menu ul {
        list-style-type: none; }
        .body_wrap .static.black_static.menu ul li {
          display: block; }
          .body_wrap .static.black_static.menu ul li a.active:before {
            background-color: #ff4d4d; }
      .body_wrap .static.black_static.callback .btn {
        color: #000;
        border: 1px solid #ff4d4d; }
        .body_wrap .static.black_static.callback .btn:hover {
          background-color: #ff4d4d;
          color: #fff; }
      .body_wrap .static.black_static.socials a {
        border: 1px solid #ff4d4d; }
  .body_wrap .logo {
    left: 65px;
    top: 50px;
    -webkit-transform: translate(0, -150px);
        -ms-transform: translate(0, -150px);
            transform: translate(0, -150px);
    width: 194px;
    height: 97px; }
    .body_wrap .logo svg {
      width: 100%;
      height: 100%; }
      .body_wrap .logo svg .svg_logo {
        fill: #ff4d4d; }
      .body_wrap .logo svg #logo_number {
        fill: #fff;
        -webkit-transition: fill 0.2s;
        transition: fill 0.2s; }
  .body_wrap .menu {
    left: 65px;
    top: 50%;
    -webkit-transform: translate(-150px, 0);
        -ms-transform: translate(-150px, 0);
            transform: translate(-150px, 0); }
    .body_wrap .menu ul {
      list-style-type: none; }
      .body_wrap .menu ul li {
        display: block; }
        .body_wrap .menu ul li a {
          color: #fff;
          font-weight: 600;
          text-decoration: none;
          text-transform: uppercase;
          padding: 17px 0;
          display: inline-block;
          -webkit-transition: color 0.4s, -webkit-transform 0.2s 0.1s;
          transition: color 0.4s, -webkit-transform 0.2s 0.1s;
          transition: color 0.4s, transform 0.2s 0.1s;
          transition: color 0.4s, transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
          position: relative; }
          .body_wrap .menu ul li a.active {
            -webkit-transform: translateX(20px);
                -ms-transform: translateX(20px);
                    transform: translateX(20px); }
            .body_wrap .menu ul li a.active:before {
              position: absolute;
              background-color: #ff4d4d;
              height: 1px;
              width: 90px;
              content: '';
              left: -105px;
              top: 50%;
              -webkit-transform: translate(-100%, 0);
                  -ms-transform: translate(-100%, 0);
                      transform: translate(-100%, 0);
              -webkit-animation: anim_menu 0.2s 0.1s forwards;
                      animation: anim_menu 0.2s 0.1s forwards; }
          .body_wrap .menu ul li a.deactive:before {
            -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                    transform: translate(0, 0);
            -webkit-animation: anim_menu_reverse 0.2s 0s forwards;
                    animation: anim_menu_reverse 0.2s 0s forwards; }
  .body_wrap .socials {
    bottom: 50px;
    left: 65px;
    -webkit-transform: translate(0, 150px);
        -ms-transform: translate(0, 150px);
            transform: translate(0, 150px); }
    .body_wrap .socials a {
      width: 60px;
      height: 60px;
      border: 1px solid #ff4d4d;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      display: inline-block;
      position: relative;
      margin-right: 15px;
      -webkit-transition: border 0.4s, background-color 0.2s;
      transition: border 0.4s, background-color 0.2s; }
      .body_wrap .socials a img {
        max-width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .body_wrap .socials a svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .body_wrap .callback {
    right: 65px;
    top: 50px;
    -webkit-transform: translate(0, -150px);
        -ms-transform: translate(0, -150px);
            transform: translate(0, -150px);
    color: #fff; }
    .body_wrap .callback .number {
      font-size: 34px;
      line-height: 48px;
    color: inherit;
    text-decoration: none; }
    .body_wrap .callback .btn {
      -webkit-transition: border 0.4s, color 0.4s, background-color 0.25s;
      transition: border 0.4s, color 0.4s, background-color 0.25s; }
  .body_wrap .map_select {
    position: relative;
    margin-top: 30px;
    opacity: 1;
    z-index: 7;
    display: none; }
    .body_wrap .map_select a {
      font-size: 17px;
      text-transform: uppercase;
      padding: 29px 25px;
      background-color: #fff;
      color: #000;
      display: inline-block;
      text-decoration: none;
      font-weight: 600;
      float: left;
      border: 1px solid #000; }
      .body_wrap .map_select a.active {
        background-color: #000;
        color: #fff; }
  .body_wrap .contacts {
    padding: 70px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    -webkit-transform: translate(600px, 0);
        -ms-transform: translate(600px, 0);
            transform: translate(600px, 0);
    opacity: 0;
    -webkit-animation: none;
            animation: none; }
    .body_wrap .contacts .close_btn {
      display: none; }
    .body_wrap .contacts.active {
      -webkit-animation: anim_opacity 0.8s 0.3s forwards, anim_translate 0.8s 0.3s forwards;
              animation: anim_opacity 0.8s 0.3s forwards, anim_translate 0.8s 0.3s forwards; }
    .body_wrap .contacts.deactive {
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }
    .body_wrap .contacts .contacts_wrap {
      max-width: 330px;
      position: relative;
      top: 50%;
      color: black;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .body_wrap .contacts .contacts_wrap .map_select {
        display: block; }
      .body_wrap .contacts .contacts_wrap .title {
        font-size: 55px;
        color: #000;
        font-family: 'Futura', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 50px; }
      .body_wrap .contacts .contacts_wrap .contacts_wrap_inner {
        margin-top: 150px; }
        .visible_cont {
    display: none;
}
.active_cont {
    display: block;
}
        .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .item {
          margin-bottom: 23px; }
          .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .item .item_title {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 10px; }
          .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .item .item_value {
            font-size: 18px;
            font-weight: 800; }
            .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .item .item_value span {
              display: block; }
        .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .btn {
          color: #000;
          background-color: #fff;
          border: 1px solid #ff4d4d;
          font-size: 18px;
          width: 100%; }
          .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .btn:hover {
            color: #fff;
            background-color: #ff4d4d; }
        .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .development {
          margin-top: 40px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .development .copyright {
            font-size: 14px; }
          .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .development .developer {
            max-width: 160px; }
            .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .development .developer img {
              width: 100%; }
  .body_wrap .location {
    right: 65px;
    bottom: 50px;
    color: #fff;
    -webkit-transform: translate(0, 150px);
        -ms-transform: translate(0, 150px);
            transform: translate(0, 150px); }
    .body_wrap .location .item {
      display: inline-block;
      margin-left: 30px; }
      .body_wrap .location .item.item1 {
        max-width: 330px; }
      .body_wrap .location .item.item2 {
        max-width: 280px; }
      .body_wrap .location .item p {
        padding-left: 38px;
        position: relative; }
        .body_wrap .location .item p span {
          display: inline-block; }
        .body_wrap .location .item p svg {
          position: absolute;
          top: 0; }
        .body_wrap .location .item p.metro {
          margin-bottom: 10px; }
          .body_wrap .location .item p.metro svg {
            left: 0; }
        .body_wrap .location .item p.address svg {
          left: 6px; }
  .body_wrap .screen {
    position: relative;
    z-index: 2;
    height: 100%; }
    .body_wrap .screen .backgrounds {
      position: absolute;
      width: 100%;
      height: 100%; }
    .body_wrap .screen .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0; }
    .body_wrap .screen .bg_text {
      color: rgba(255, 255, 255, 0.1);
      font-size: 300px;
      text-transform: uppercase;
      font-family: 'Futura';
      left: 230px;
      top: 160px;
      width: initial;
      height: initial;
      line-height: 190px;
      letter-spacing: 30px;
      opacity: 0;
      -webkit-animation: anim_opacity 1.3s 0.7s forwards;
              animation: anim_opacity 1.3s 0.7s forwards; }
    .body_wrap .screen.screen_anim h1 {
      -webkit-animation: anim_opacity 1.8s 0.3s forwards, anim_translate 1.8s 0.3s forwards;
              animation: anim_opacity 1.8s 0.3s forwards, anim_translate 1.8s 0.3s forwards; }
    .body_wrap .screen.screen_anim .screen_wrap_inner .title {
      -webkit-animation: anim_opacity 1.8s 0.3s forwards, anim_translate 1.8s 0.3s forwards;
              animation: anim_opacity 1.8s 0.3s forwards, anim_translate 1.8s 0.3s forwards; }
    .body_wrap .screen.screen_anim .descr {
      -webkit-animation: anim_opacity 1.1s 1.0s forwards, anim_translate 1.8s 1.0s forwards;
              animation: anim_opacity 1.1s 1.0s forwards, anim_translate 1.8s 1.0s forwards; }
    .body_wrap .screen.screen_anim .btn {
      -webkit-animation: anim_opacity 1.1s 1.0s forwards, anim_translate 1.8s 1.0s forwards;
              animation: anim_opacity 1.1s 1.0s forwards, anim_translate 1.8s 1.0s forwards; }
    .body_wrap .screen.screen_anim .slider_gallery {
      -webkit-animation: anim_opacity 0.6s 2.0s forwards, anim_translate 0.6s 2.0s forwards ease;
              animation: anim_opacity 0.6s 2.0s forwards, anim_translate 0.6s 2.0s forwards ease; }
    .body_wrap .screen .screen_wrap {
      position: relative;
      z-index: 1;
      width: 100%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .body_wrap .screen .screen_wrap .socials {
        display: none; }
      .body_wrap .screen .screen_wrap .screen_wrap_inner .title {
        opacity: 0;
        -webkit-transform: translate(-150px, 0);
            -ms-transform: translate(-150px, 0);
                transform: translate(-150px, 0); }
      .body_wrap .screen .screen_wrap .title {
        font-size: 112px;
        color: #000;
        font-family: 'Futura', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 100px; }
        .body_wrap .screen .screen_wrap .title .title_span {
          font-size: 32px;
          display: block;
          line-height: 40px;
          margin-left: 7px; }
      .body_wrap .screen .screen_wrap h1 {
        max-width: 770px;
        opacity: 0;
        -webkit-transform: translate(-150px, 0);
            -ms-transform: translate(-150px, 0);
                transform: translate(-150px, 0); }
      .body_wrap .screen .screen_wrap .descr {
        font-size: 17px;
        line-height: 28px;
        max-width: 760px;
        color: #fff;
        margin: 30px 0;
        opacity: 0;
        -webkit-transform: translate(0, -50px);
            -ms-transform: translate(0, -50px);
                transform: translate(0, -50px); }
      .body_wrap .screen .screen_wrap .btn {
        padding: 39px 46px;
        font-size: 20px;
        opacity: 0;
        -webkit-transform: translate(0, -50px);
            -ms-transform: translate(0, -50px);
                transform: translate(0, -50px); }
    .body_wrap .screen.screen_main .bg_text {
      left: 230px !important;
      top: 160px !important; }
    .body_wrap .screen.screen_main .bg_main {
      background-size: cover; }
      .body_wrap .screen.screen_main .bg_main:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0.7;
        z-index: 2; }
    .body_wrap .screen.screen_main .screen_wrap {
      padding-left: 390px; }
    .body_wrap .screen.screen_second .bg_text {
      color: rgba(231, 231, 231, 0.05);
      left: 300px;
      top: 60px; }
    .body_wrap .screen.screen_second .screen_wrap {
      padding-left: 430px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .body_wrap .screen.screen_second .screen_wrap .nav, .body_wrap .screen.screen_second .screen_wrap .owl-nav {
        position: absolute;
        left: 100%;
        top: 8px;
        width: 190px;
        margin-left: 15px;
        font-size: initial;
        line-height: initial; }
        .body_wrap .screen.screen_second .screen_wrap .nav .nav_prev, .body_wrap .screen.screen_second .screen_wrap .nav .nav_next, .body_wrap .screen.screen_second .screen_wrap .nav .owl-prev, .body_wrap .screen.screen_second .screen_wrap .nav .owl-next, .body_wrap .screen.screen_second .screen_wrap .owl-nav .nav_prev, .body_wrap .screen.screen_second .screen_wrap .owl-nav .nav_next, .body_wrap .screen.screen_second .screen_wrap .owl-nav .owl-prev, .body_wrap .screen.screen_second .screen_wrap .owl-nav .owl-next {
          width: 80px;
          height: 80px;
          border: 1px solid #fff;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          opacity: 0.3;
          position: relative;
          display: inline-block;
          cursor: pointer;
          -webkit-transition: opacity 0.25s;
          transition: opacity 0.25s; }
          .body_wrap .screen.screen_second .screen_wrap .nav .nav_prev:hover, .body_wrap .screen.screen_second .screen_wrap .nav .nav_next:hover, .body_wrap .screen.screen_second .screen_wrap .nav .owl-prev:hover, .body_wrap .screen.screen_second .screen_wrap .nav .owl-next:hover, .body_wrap .screen.screen_second .screen_wrap .owl-nav .nav_prev:hover, .body_wrap .screen.screen_second .screen_wrap .owl-nav .nav_next:hover, .body_wrap .screen.screen_second .screen_wrap .owl-nav .owl-prev:hover, .body_wrap .screen.screen_second .screen_wrap .owl-nav .owl-next:hover {
            opacity: 0.7; }
          .body_wrap .screen.screen_second .screen_wrap .nav .nav_prev:before, .body_wrap .screen.screen_second .screen_wrap .nav .nav_next:before, .body_wrap .screen.screen_second .screen_wrap .nav .owl-prev:before, .body_wrap .screen.screen_second .screen_wrap .nav .owl-next:before, .body_wrap .screen.screen_second .screen_wrap .owl-nav .nav_prev:before, .body_wrap .screen.screen_second .screen_wrap .owl-nav .nav_next:before, .body_wrap .screen.screen_second .screen_wrap .owl-nav .owl-prev:before, .body_wrap .screen.screen_second .screen_wrap .owl-nav .owl-next:before {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 11px;
            height: 17px;
            content: '';
            background: url("../img/slider_arrow.svg") no-repeat center center; }
        .body_wrap .screen.screen_second .screen_wrap .nav .nav_next:before, .body_wrap .screen.screen_second .screen_wrap .nav .owl-next:before, .body_wrap .screen.screen_second .screen_wrap .owl-nav .nav_next:before, .body_wrap .screen.screen_second .screen_wrap .owl-nav .owl-next:before {
          -webkit-transform: translate(-50%, -50%) rotate(180deg);
              -ms-transform: translate(-50%, -50%) rotate(180deg);
                  transform: translate(-50%, -50%) rotate(180deg); }
      .body_wrap .screen.screen_second .screen_wrap .screen_wrap_inner .title {
        position: relative;
        color: #fff; }
      .body_wrap .screen.screen_second .screen_wrap .descr {
        color: #fff;
        max-width: initial; }
      .body_wrap .screen.screen_second .screen_wrap .btn {
        color: #fff;
        border: 1px solid #ff4d4d; }
        .body_wrap .screen.screen_second .screen_wrap .btn:hover {
          background-color: #ff4d4d;
          color: #fff; }
    .body_wrap .screen.screen_second.screen1 {
      background-color: #1d1f24; }
    .body_wrap .screen.screen_second.screen2 {
      background-color: #1d1f24; }
      .body_wrap .screen.screen_second.screen2 .screen_wrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .body_wrap .screen.screen_second.screen2 .screen_wrap .screen_wrap_inner {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 20%;
              -ms-flex: 1 1 20%;
                  flex: 1 1 20%;
          max-width: 360px;
          padding-right: 15px;
          position: relative;
          z-index: 2; }
          .body_wrap .screen.screen_second.screen2 .screen_wrap .screen_wrap_inner .title {
            position: relative;
            padding-right: 15px; }
          .body_wrap .screen.screen_second.screen2 .screen_wrap .screen_wrap_inner .btn {
            padding: 26px 50px; }
        .body_wrap .screen.screen_second.screen2 .screen_wrap .slider_gallery {
          padding-top: 100px;
          position: relative;
          max-width: 1100px;
          z-index: 1;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 80%;
              -ms-flex: 1 0 80%;
                  flex: 1 0 80%;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-transform: translate(1000px, 0);
              -ms-transform: translate(1000px, 0);
                  transform: translate(1000px, 0);
          opacity: 0; }
          .body_wrap .screen.screen_second.screen2 .screen_wrap .slider_gallery .item {
            display: inline-block;
            max-width: 280px; }
            .body_wrap .screen.screen_second.screen2 .screen_wrap .slider_gallery .item a {
              max-height: 280px;
              min-height: 280px;
              width: 100%;
              display: inline-block;
              overflow: hidden; }
            .body_wrap .screen.screen_second.screen2 .screen_wrap .slider_gallery .item img {
              width: 100%; }
    .body_wrap .screen.screen_second.screen3 {
      /*background-color: #fff;*/
      background: url(../img/backgr.jpg) repeat-y center;
      width: 100%;
      height: auto; }
      .body_wrap .screen.screen_second.screen3 .bg_text {
        color: rgba(0, 0, 0, 0.05);
        top: 50px; }
      .body_wrap .screen.screen_second.screen3 .screen_wrap {
        display: block; }
        .body_wrap .screen.screen_second.screen3 .screen_wrap .nav .nav_next, .body_wrap .screen.screen_second.screen3 .screen_wrap .nav .nav_prev {
          border: 1px solid #000; }
        .body_wrap .screen.screen_second.screen3 .screen_wrap .screen_wrap_inner {
          margin-bottom: 30px; }
          .body_wrap .screen.screen_second.screen3 .screen_wrap .screen_wrap_inner .title {
            display: inline-block;
            color: white; }
        .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu {
          padding-top: 40px; }
          .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu .item {
            margin-top: 10px;
            display: inline-block;
            padding-right: 10px; }
            .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu .item .title {
              font-size: 30px;
              position: absolute;
              background-color: #fff;
              padding: 0 5px;
              top: -15px;
              left: 35px;
              line-height: 30px; }
              .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu .item .title.subtitle {
                font-size: 16px;
                font-family: 'Lato';
                top: -8px;
                left: initial;
                right: 40px;
                line-height: 16px; }
            .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu .item .table {
              position: relative;
              border: 2px solid #f1f1f1;
              padding: 20px 15px;
              height: 100%; }
              .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu .item .table table {
                font-size: 16px;
                line-height: 18px;
                text-transform: uppercase;
                color: white; }
                .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu .item .table table .table_special {
                  color: #ff4141;
                  padding-left: 25px;
                  position: relative; }
                  .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu .item .table table .table_special:before {
                    position: absolute;
                    content: '';
                    width: 20px;
                    height: 19px;
                    left: 0;
                    background: #ff4141;
                    -webkit-mask: url("../img/gift_icon.svg") no-repeat center center;
                            mask: url("../img/gift_icon.svg") no-repeat center center; }
            .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu .item.item1 .table {
              padding-right: 10px; }
    .body_wrap .screen.screen_second.screen4 {
      background-color: #1d1f24; }
      .body_wrap .screen.screen_second.screen4 .screen_wrap {
        display: block; }
        .body_wrap .screen.screen_second.screen4 .screen_wrap .screen_wrap_inner {
          margin-bottom: 30px; }
          .body_wrap .screen.screen_second.screen4 .screen_wrap .screen_wrap_inner .title {
            display: inline-block; }
        .body_wrap .screen.screen_second.screen4 .screen_wrap .slider_news .item {
          display: inline-block;
          border: 1px solid rgba(80, 80, 80, 0.3);
          max-width: 550px;
          padding: 55px 60px;
          -webkit-transition: border 0.3s;
          transition: border 0.3s;
          position: relative;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          cursor: pointer;
          text-decoration: none;
          color: #fff; }
          .body_wrap .screen.screen_second.screen4 .screen_wrap .slider_news .item .title {
            font-size: 30px;
            position: initial;
            line-height: 44px;
            color: #fff; }
          .body_wrap .screen.screen_second.screen4 .screen_wrap .slider_news .item .date {
            font-size: 14px;
            line-height: 28px; }
          .body_wrap .screen.screen_second.screen4 .screen_wrap .slider_news .item .text {
            font-size: 17px;
            line-height: 28px; }
          .body_wrap .screen.screen_second.screen4 .screen_wrap .slider_news .item:hover {
            border: 1px solid white; }
        .body_wrap .screen.screen_second.screen4 .screen_wrap .btn_view {
          font-family: 'Futura';
          border: none;
          border-bottom: 1px solid #fff;
          margin-top: 10px;
          margin-left: 40px;
          font-size: 22px;
          padding: 10px;
          -webkit-border-radius: 0;
                  border-radius: 0;
          -webkit-transition: border-bottom 0.2s;
          transition: border-bottom 0.2s; }
          .body_wrap .screen.screen_second.screen4 .screen_wrap .btn_view:hover {
            background: none;
            border-bottom: 1px solid transparent; }
    .body_wrap .screen.screen_second.screen5 {
      position: relative;
      z-index: 1;
      /*-webkit-filter: grayscale(1);
              filter: grayscale(1);*/ }
      .body_wrap .screen.screen_second.screen5:before {
        position: absolute;
        content: '';
        width: 0;
        height: 100%;
        top: 0;
        z-index: 999;
        left: 0;
        -webkit-box-shadow: 0 0 290px 270px rgba(0, 0, 0, 0.7);
                box-shadow: 0 0 290px 270px rgba(0, 0, 0, 0.7); }
      .body_wrap .screen.screen_second.screen5 .map {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        visibility: hidden;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        .body_wrap .screen.screen_second.screen5 .map.active {
          opacity: 1;
          visibility: visible;
          z-index: 10; }

@-webkit-keyframes anim_opacity {
  100% {
    opacity: 1; } }

@keyframes anim_opacity {
  100% {
    opacity: 1; } }

@-webkit-keyframes anim_translate {
  100% {
    -webkit-transform: initial;
            transform: initial; } }

@keyframes anim_translate {
  100% {
    -webkit-transform: initial;
            transform: initial; } }

@-webkit-keyframes anim_menu {
  100% {
    -webkit-transform: initial;
            transform: initial; } }

@keyframes anim_menu {
  100% {
    -webkit-transform: initial;
            transform: initial; } }

@-webkit-keyframes anim_menu_reverse {
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }

@keyframes anim_menu_reverse {
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }

.modal {
  width: 100%;
  max-width: 1020px;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: none; }
  .modal .block {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 60px; }
    .modal .block .title {
      font-family: 'Futura', sans-serif;
      font-size: 55px;
      text-transform: uppercase;
      line-height: 48.78px;
      letter-spacing: 2.18px;
      margin-left: -5px; }
    .modal .block form {
      margin-top: 20px; }
      .modal .block form .line {
        margin-bottom: 10px; }
        .modal .block form .line input[type=text] {
          font-size: 18px;
          height: 60px;
          display: block;
          width: 100%;
          border: none;
          border-bottom: 1px solid #000000; }
        .modal .block form .line .btn {
          display: block;
          width: 100%;
          padding: 34px 20px;
          color: #000;
          font-size: 28px;
          text-transform: uppercase;
          letter-spacing: 1.12px;
          background: #fff;
          margin-top: 30px;
          border: 1px solid #ff4d4d;
          cursor: pointer; }
          .modal .block form .line .btn:hover {
            color: #fff;
            border: 1px solid #ff4d4d;
            background: #ff4d4d; }
        .modal .block form .line.radio_list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          border: 1px solid #000000;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          margin-top: 30px; }
          .modal .block form .line.radio_list input {
            display: none; }
            .modal .block form .line.radio_list input:checked ~ .name {
              background-color: #000000;
              color: #fff; }
          .modal .block form .line.radio_list .item {
            width: 50%;
            cursor: pointer; }
            .modal .block form .line.radio_list .item .name {
              padding-left: 40px;
              padding-top: 25px;
              padding-bottom: 25px;
              font-size: 16px;
              text-transform: uppercase;
              letter-spacing: 0.64px;
              line-height: 20px;
              -webkit-transition: .2s;
              transition: .2s; }
              .modal .block form .line.radio_list .item .name span {
                font-size: 11px;
                display: block;
                letter-spacing: 0.44px;
                line-height: 24px; }

.news_item {
  max-width: 80%;
  width: 100%;
  margin: 0 auto !important;
  background-color: #FFF;
  padding: 0 !important;
  display: none;
  position: relative; }
  .news_item .news_image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9; }
    .news_item .news_image img {
      position: absolute;
      width: 100%;
      bottom: 0; }
    .news_item .news_image:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 9;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, transparent), to(transparent));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 50%, transparent 100%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 50%, transparent 100%); }
  .news_item .news_top .news_container, .news_item .news_bottom .news_container {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 100%;
    padding: 20px 0;
    z-index: 10; }
  .news_item.news1 .news_top {
    background-size: cover; }
  .news_item .news_top {
    min-height: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
    position: relative; }
    .news_item .news_top .news_container .title_wrap {
      position: relative;
      bottom: 0; }
      .news_item .news_top .news_container .title_wrap p {
        color: #fff;
        padding: 0 15px; }
        .news_item .news_top .news_container .title_wrap p.date {
          font-size: 16px; }
        .news_item .news_top .news_container .title_wrap p.title {
          font-size: 42px;
          margin: 20px 0; }
  .news_item .news_bottom {
    -webkit-box-shadow: 0 -235px 268px 45px rgba(0, 0, 0, 0.6);
            box-shadow: 0 -235px 268px 45px rgba(0, 0, 0, 0.6); }
    .news_item .news_bottom .news_container p.description {
      font-size: 18px;
      color: #000;
      margin: 0;
      line-height: 30px;
      padding: 0 15px; }

@media screen and (max-width: 1750px) {
  h1 {
    font-size: 100px;
    line-height: 100px; }
  .body_wrap .contacts {
    padding: 60px; }
    .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .item {
      margin-bottom: 18px; }
      .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .item .item_title {
        font-size: 14px;
        margin-bottom: 6px; }
      .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .item .item_value {
        font-size: 17px; }
  .body_wrap .screen .screen_wrap .descr {
    margin: 20px 0; }
  .body_wrap .screen .screen_wrap .title {
    font-size: 60px;
    line-height: 60px; }
    .body_wrap .screen .screen_wrap .title .title_span_2 {
      display: inline; }
  .body_wrap .screen .screen_wrap .btn {
    padding: 25px 36px;
    font-size: 18px; }
  .body_wrap .screen.screen1 .screen_wrap .wrap_image {
    height: 80vh; }
    .body_wrap .screen.screen1 .screen_wrap .wrap_image img {
      height: 100%; }
  .body_wrap .screen.screen1 .screen_wrap .screen_wrap_inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0.8 auto;
        -ms-flex: 1 0.8 auto;
            flex: 1 0.8 auto;
    padding-top: 30px; }
    .body_wrap .screen.screen1 .screen_wrap .screen_wrap_inner .descr {
      font-size: 15px;
      line-height: 24px; }
  .body_wrap .screen.screen_second .screen_wrap {
    padding-left: 350px; }
  .body_wrap .screen.screen_second.screen2 .screen_wrap .slider_gallery {
    max-width: 800px; } }

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 80px;
    line-height: 80px; }
  .body_wrap .logo {
    left: 35px;
    top: 30px; }
  .body_wrap .menu {
    left: 35px; }
  .body_wrap .socials {
    bottom: 30px;
    left: 35px; }
  .body_wrap .callback {
    right: 35px;
    top: 30px; }
  .body_wrap .location {
    right: 35px;
    bottom: 30px; }
  .body_wrap .screen.screen_main .bg_text {
    font-size: 200px;
    left: initial !important;
    text-align: center;
    width: 100%;
    top: 140px !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .body_wrap .screen.screen_main .screen_wrap {
    padding-left: 290px; }
    .body_wrap .screen.screen_main .screen_wrap .descr {
      max-width: 650px; }
  .body_wrap .screen .screen_wrap .title {
    font-size: 55px; }
  .body_wrap .screen .bg_text {
    font-size: 200px;
    left: 50% !important;
    top: 140px !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .body_wrap .screen.screen1 .screen_wrap .wrap_image {
    height: 70vh; }
  .body_wrap .screen.screen_second .screen_wrap {
    padding-left: 250px; }
    .body_wrap .screen.screen_second .screen_wrap .screen_wrap_inner .title {
      padding-top: 15px; }
  .body_wrap .screen.screen_second.screen2 .screen_wrap .screen_wrap_inner .btn {
    padding: 19px 27px; }
  .body_wrap .screen.screen_second.screen2 .screen_wrap .slider_gallery {
    max-width: 500px; }
    .body_wrap .screen.screen_second.screen2 .screen_wrap .slider_gallery .item {
      max-width: 130px; }
      .body_wrap .screen.screen_second.screen2 .screen_wrap .slider_gallery .item a {
        max-height: 130px; } }

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 75px;
    line-height: 77px; }
  .body_wrap .logo {
    left: 20px;
    top: 20px; }
  .body_wrap .menu {
    left: 20px; }
  .body_wrap .socials {
    bottom: 20px;
    left: 20px; }
  .body_wrap .callback {
    right: 20px;
    top: 20px; }
  .body_wrap .location {
    right: 20px;
    bottom: 20px; }
  .body_wrap .contacts .close_btn {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    float: right; }
    .body_wrap .contacts .close_btn img {
      width: 100%; }
  .body_wrap .contacts .contacts_wrap {
    margin-top: 220px; }
  .body_wrap .contacts .map_select {
    position: relative;
    margin-top: 10px;
    right: initial;
    opacity: 1;
    z-index: 7; }
  .body_wrap .contacts.active {
    -webkit-animation: anim_opacity 0.1s 0.1s forwards, anim_translate 0.5s 0.0s forwards;
            animation: anim_opacity 0.1s 0.1s forwards, anim_translate 0.5s 0.0s forwards; }
  .body_wrap .map_select {
    position: absolute;
    right: 20px;
    top: 20px;
    margin-top: 0;
    display: block; }
    .body_wrap .map_select .contacts_btn {
      width: 60px;
      height: 60px;
      position: relative;
      float: right;
      right: 0px;
      margin-top: 20px;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
      .body_wrap .map_select .contacts_btn img {
        max-width: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .body_wrap .screen .bg_text {
    font-size: 160px; }
  .body_wrap .screen .screen_wrap .title .title_span {
    font-size: 25px;
    margin-left: 0; }
  .body_wrap .screen.screen_main .bg_text {
    font-size: 160px;
    left: initial !important;
    text-align: center;
    width: 100%;
    top: 140px !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .body_wrap .screen.screen_main .screen_wrap {
    padding-left: 230px; }
    .body_wrap .screen.screen_main .screen_wrap .descr {
      max-width: 500px; }
  .body_wrap .screen.screen_second .screen_wrap {
    padding-left: 150px; }
    .body_wrap .screen.screen_second .screen_wrap .wrap_image {
      height: 55vh; }
  .body_wrap .screen.screen_second.screen2 .screen_wrap {
    padding-left: 250px; }
    .body_wrap .screen.screen_second.screen2 .screen_wrap .screen_wrap_inner {
      max-width: initial; }
      .body_wrap .screen.screen_second.screen2 .screen_wrap .screen_wrap_inner .title .nav {
        left: 180px; }
    .body_wrap .screen.screen_second.screen2 .screen_wrap .slider_gallery {
      padding-top: 0; }
  .body_wrap .screen.screen_second.screen3 .screen_wrap {
    padding-left: 250px; }
  .body_wrap .screen.screen_second.screen4 .screen_wrap {
    padding-left: 210px; }
    .body_wrap .screen.screen_second.screen4 .screen_wrap .slider_news .item {
      max-width: 450px; }
  .body_wrap .screen.screen1 .screen_wrap .screen_wrap_inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0.9 auto;
        -ms-flex: 1 0.9 auto;
            flex: 1 0.9 auto; }
    .body_wrap .screen.screen1 .screen_wrap .screen_wrap_inner .descr {
      padding-right: 30px; }
  .body_wrap .screen.screen2 .screen_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .news_item .news_top {
    min-height: 220px; } }

@media (max-width: 767px) {
  .container {
    max-width: 375px;
    padding-left: 15px;
    padding-right: 15px; }
  .bg_text {
    display: none; }
  .body_wrap {
    height: initial; }
    .body_wrap .logo {
      position: relative;
      -webkit-animation: none;
              animation: none;
      -webkit-transform: initial;
          -ms-transform: initial;
              transform: initial;
      opacity: 1;
      display: inline-block;
      top: 0;
      left: 0;
      width: 120px;
      height: 60px;
      margin-top: 20px; }
    .body_wrap .callback {
      position: relative;
      -webkit-animation: none;
              animation: none;
      -webkit-transform: initial;
          -ms-transform: initial;
              transform: initial;
      opacity: 1;
      display: block;
      top: inherit;
      right: inherit;
      padding: 15px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .body_wrap .callback .number {
        text-align: center;
        display: block;
        font-size: 30px;
        line-height: 45px; }
    .body_wrap .menu {
      margin-top: 0 !important;
      position: fixed;
      display: none;
      width: 100%;
      height: 100%;
      padding: 20px;
      background: #000;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-animation: none;
              animation: none;
      opacity: 1; }
      .body_wrap .menu.active {
        display: block; }
        .body_wrap .menu.active .close_btn {
          display: block; }
      .body_wrap .menu .close_btn {
        display: none;
        width: 40px;
        height: 40px;
        position: relative;
        float: right;
        background: #fff;
        -webkit-mask-image: url("../img/close.png");
                mask-image: url("../img/close.png");
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center center;
                mask-position: center center;
        -webkit-mask-size: contain;
                mask-size: contain; }
        .body_wrap .menu .close_btn img {
          width: 100%; }
    .body_wrap .map_select {
      display: none; }
    .body_wrap .contacts .close_btn {
      display: none; }
  .swiper-container {
    overflow: visible; }
  .body_wrap .screen .screen_wrap {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .body_wrap .screen .screen_wrap .socials {
      display: block; }
    .body_wrap .screen .screen_wrap .screen_wrap_inner .title {
      -webkit-transform: initial;
          -ms-transform: initial;
              transform: initial;
      -webkit-animation: none;
              animation: none;
      opacity: 1;
      text-align: center;
      font-size: 30px;
      line-height: 40px; }
      .body_wrap .screen .screen_wrap .screen_wrap_inner .title .title_span {
        font-size: 20px;
        line-height: 20px; }
    .body_wrap .screen .screen_wrap h1 {
      font-size: 30px;
      text-align: center;
      line-height: 40px;
      margin-top: 15px; }
    .body_wrap .screen .screen_wrap .descr {
      -webkit-transform: initial;
          -ms-transform: initial;
              transform: initial;
      -webkit-animation: none;
              animation: none;
      opacity: 1; }
  .body_wrap .screen.screen_main .screen_wrap {
    padding-left: 0; }
    .body_wrap .screen.screen_main .screen_wrap .descr {
      text-align: center; }
      .body_wrap .screen.screen_main .screen_wrap .descr span {
        display: none; }
    .body_wrap .screen.screen_main .screen_wrap .btn {
      display: block;
      width: 100%;
      margin-bottom: 20px; }
    .body_wrap .screen.screen_main .screen_wrap .socials {
      -webkit-transform: inherit;
          -ms-transform: inherit;
              transform: inherit;
      text-align: center;
      margin-bottom: 20px; }
      .body_wrap .screen.screen_main .screen_wrap .socials a:last-child {
        margin-right: 0; }
  .body_wrap .screen.screen_second .screen_wrap {
    padding-left: 0; }
    .body_wrap .screen.screen_second .screen_wrap .wrap_image {
      display: none; }
  .body_wrap .screen.screen_second.screen2 {
    padding-top: 20px; }
    .body_wrap .screen.screen_second.screen2 .screen_wrap_inner .title {
      padding: 0; }
      .body_wrap .screen.screen_second.screen2 .screen_wrap_inner .title .nav {
        display: none; }
    .body_wrap .screen.screen_second.screen2 .screen_wrap_inner .descr {
      text-align: center;
      font-size: 14px;
      line-height: 22px; }
    .body_wrap .screen.screen_second.screen2 .screen_wrap {
      padding-left: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .body_wrap .screen.screen_second.screen2 .screen_wrap .slider_gallery {
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        -webkit-transform: initial;
            -ms-transform: initial;
                transform: initial;
        opacity: 1;
        -webkit-animation: none;
                animation: none;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .body_wrap .screen.screen_second.screen2 .screen_wrap .slider_gallery .item {
          max-width: 49%; }
  .body_wrap .screen.screen_second.screen3 .screen_wrap {
    padding-left: 0;
    padding-bottom: 30px; }
    .body_wrap .screen.screen_second.screen3 .screen_wrap .owl-nav {
      left: initial;
      top: initial;
      bottom: 5px;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%);
      right: 20px;
      width: auto; }
      .body_wrap .screen.screen_second.screen3 .screen_wrap .owl-nav .owl-prev, .body_wrap .screen.screen_second.screen3 .screen_wrap .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        opacity: 1;
        background-color: #f1f1f1; }
      .body_wrap .screen.screen_second.screen3 .screen_wrap .owl-nav .owl-prev {
        margin-right: 5px; }
    .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu .item {
      padding-right: 0; }
      .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu .item .title {
        font-size: 23px; }
        .body_wrap .screen.screen_second.screen3 .screen_wrap .slider_menu .item .title.subtitle {
          font-size: 15px; }
    .body_wrap .screen.screen_second.screen3 .screen_wrap .screen_wrap_inner .title {
      display: block;
      padding-top: 0;
      margin-top: 20px;
      text-align: center; }
  .body_wrap .screen.screen_second.screen4 .screen_wrap {
    padding-left: 0;
    padding-bottom: 20px; }
    .body_wrap .screen.screen_second.screen4 .screen_wrap .owl-nav {
      left: initial;
      top: initial;
      bottom: 0px;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%);
      right: 20px;
      width: auto; }
      .body_wrap .screen.screen_second.screen4 .screen_wrap .owl-nav .owl-prev, .body_wrap .screen.screen_second.screen4 .screen_wrap .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        opacity: 1;
        background-color: #f1f1f1; }
      .body_wrap .screen.screen_second.screen4 .screen_wrap .owl-nav .owl-prev {
        margin-right: 5px; }
    .body_wrap .screen.screen_second.screen4 .screen_wrap .screen_wrap_inner .title {
      display: block;
      padding-top: 0;
      margin-top: 20px;
      text-align: center; }
    .body_wrap .screen.screen_second.screen4 .screen_wrap .slider_news .item {
      padding: 20px 20px 40px 20px; }
      .body_wrap .screen.screen_second.screen4 .screen_wrap .slider_news .item .title {
        font-size: 22px; }
      .body_wrap .screen.screen_second.screen4 .screen_wrap .slider_news .item .text {
        font-size: 14px;
        line-height: 22px; }
    .body_wrap .screen.screen_second.screen4 .screen_wrap .btn_view {
      opacity: 1;
      -webkit-transform: initial;
          -ms-transform: initial;
              transform: initial;
      -webkit-animation: none;
              animation: none;
      margin-top: 20px;
      margin-left: 0;
      display: block;
      font-size: 18px;
      border-bottom: none; }
      .body_wrap .screen.screen_second.screen4 .screen_wrap .btn_view span {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .body_wrap .screen.screen_second.screen5 {
    height: 260px !important; }
    .body_wrap .screen.screen_second.screen5:before {
      display: none; }
    .body_wrap .screen.screen_second.screen5 .title {
      position: relative;
      z-index: 12;
      font-size: 30px;
      color: #000;
      font-family: 'Futura', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 40px;
      text-align: center; }
    .body_wrap .screen.screen_second.screen5 .map_select {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: stretch;
      -webkit-justify-content: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      width: 100%;
      margin-bottom: 20px; }
      .body_wrap .screen.screen_second.screen5 .map_select .current_map {
        float: none;
        display: block;
        -webkit-box-flex: 4;
        -webkit-flex: 4 1 0;
            -ms-flex: 4 1 0px;
                flex: 4 1 0;
        text-align: center; }
        .body_wrap .screen.screen_second.screen5 .map_select .current_map:last-child {
          -webkit-box-flex: 5;
          -webkit-flex: 5 1 0;
              -ms-flex: 5 1 0px;
                  flex: 5 1 0; }
    .body_wrap .screen.screen_second.screen5 .map {
      max-height: 190px;
      top: initial;
      bottom: 0; }
  .body_wrap .screen.screen1 .screen_wrap {
    display: block;
    padding-bottom: 20px; }
    .body_wrap .screen.screen1 .screen_wrap .screen_wrap_inner {
      -webkit-box-flex: initial;
      -webkit-flex: initial;
          -ms-flex: initial;
              flex: initial; }
      .body_wrap .screen.screen1 .screen_wrap .screen_wrap_inner .descr {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        padding-right: 0; }
        .body_wrap .screen.screen1 .screen_wrap .screen_wrap_inner .descr .descr_span {
          margin-top: 30px;
          display: block; }
      .body_wrap .screen.screen1 .screen_wrap .screen_wrap_inner .btn {
        display: none; }
  .body_wrap .screen.screen6 .contacts {
    position: relative;
    padding: 20px;
    height: initial;
    opacity: 1;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    -webkit-animation: none;
            animation: none;
    text-align: center;
    display: block; }
    .body_wrap .screen.screen6 .contacts .contacts_wrap .map_select {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: stretch;
      -webkit-justify-content: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      width: 100%;
      margin-bottom: 20px;
      position: relative;
      right: initial;
      top: initial; }
      .body_wrap .screen.screen6 .contacts .contacts_wrap .map_select .current_map {
        float: none;
        display: block;
        -webkit-box-flex: 4;
        -webkit-flex: 4 1 0;
            -ms-flex: 4 1 0px;
                flex: 4 1 0;
        text-align: center; }
        .body_wrap .screen.screen6 .contacts .contacts_wrap .map_select .current_map:last-child {
          -webkit-box-flex: 5;
          -webkit-flex: 5 1 0;
              -ms-flex: 5 1 0px;
                  flex: 5 1 0; }
    .body_wrap .screen.screen6 .contacts .contacts_wrap .contacts_wrap_inner {
      margin-top: 0; }
  .modal .block {
    padding: 0px; }
    .modal .block .title {
      font-size: 26px;
      line-height: initial;
      letter-spacing: 1.04px; }
    .modal .block form {
      margin-top: 0; }
      .modal .block form .line.radio_list .item .name {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center; }
        .modal .block form .line.radio_list .item .name span {
          display: none; }
      .modal .block form .line .btn {
        font-size: 15px;
        letter-spacing: 0.6px; }
  #m_menu {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 20px;
    background: url("../img/ico_menu.svg") no-repeat 0px 1px;
    color: #fff;
    padding-left: 28px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    z-index: 5; }
  .news_item .news_image img {
    width: 100%;
    height: initial;
    bottom: 0; } }

@media (max-width: 334px) {
  .body_wrap .screen .screen_wrap .btn {
    padding-left: 0;
    padding-right: 0; }
  .body_wrap .map_select a {
    padding-left: 10px;
    padding-right: 10px; }
  .body_wrap .contacts .contacts_wrap .contacts_wrap_inner .btn {
    padding-left: 0;
    padding-right: 0; }
  .modal .block form .line.radio_list .item .name {
    font-size: 15px; } }
  .has-error {
    border-bottom: 1px solid #f00!important;
  }