@media screen and (max-width: 575px) {
  *::-webkit-scrollbar, div::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important; }

  .main-modal .modal {
    height: fit-content;
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .main-modal .modal .items {
      flex-direction: column;
      height: calc(100vh - 40px); }
      .main-modal .modal .items .item {
        width: 100%;
        height: 33.33333%;
        justify-content: flex-end;
        align-items: center;
        background-size: cover;
        background-position: center; }
        .main-modal .modal .items .item:first-child a span {
          width: 10%; }
        .main-modal .modal .items .item .title {
          font-size: 35px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .main-modal .modal .items .item a {
          width: 75%;
          height: 30px;
          font-size: 16px;
          transform: translateX(0);
          margin: 0 auto;
          margin-bottom: 20px;
          letter-spacing: 2px;
          text-align: center;
          display: block;
          padding-left: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          .main-modal .modal .items .item a span {
            width: 20%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0; }
        .main-modal .modal .items .item:first-child {
          border-radius: 30px 30px 0 0; }
        .main-modal .modal .items .item:nth-child(3) {
          border-radius: 0 0 30px 30px; }

  header .header .logo {
    width: 121px;
    height: 37px; }

  .info-mobile .light-header .logo {
    background-image: url("../img/whitelogofinal.png"); }
  .info-mobile .light-header .search {
    height: 20px;
    background-image: url("../img/search.svg");
    background-size: 100% 100%; }
    .info-mobile .light-header .search img {
      display: none; }
  .info-mobile .light-header .icon_menu span {
    background: #ffffff; }
  .info-mobile .light-header .language a {
    color: #000000; }
  .info-mobile .light-header .language .active {
    color: #ffffff; }

  .info-mobile.fixed .language a {
    color: #929292; }

  .with-form-header.nav-up {
    top: -140px; }

  .with-form-header .bg {
    height: 154px; }
  .with-form-header .header {
    flex-wrap: wrap; }
    .with-form-header .header .language {
      display: none; }
  .with-form-header form {
    order: 4;
    width: 100% !important;
    margin-top: 10px; }
    .with-form-header form input {
      font-size: 20px; }

  footer .footer {
    padding: 0; }
    footer .footer .contact .left, footer .footer .contact .right {
      display: none; }
    footer .footer .contact .center {
      margin: 0 auto; }
    footer .footer .copyright {
      padding: 15px 5%;
      justify-content: space-between; }
      footer .footer .copyright .by {
        width: fit-content;
        order: 2; }
        footer .footer .copyright .by .image {
          width: 68px;
          height: 18px; }
          footer .footer .copyright .by .image img {
            width: 100%;
            height: 100%; }
      footer .footer .copyright .the_rights {
        width: fit-content; }
      footer .footer .copyright .socials {
        display: none; }

  .footer-margin-bottom {
    margin-bottom: 42px; }

  .filter {
    position: fixed;
    width: 100%;
    height: fit-content;
    bottom: 0;
    z-index: 11;
    flex-wrap: wrap;
    border-radius: 20px 20px 0 0; }
    .filter .mobile-title {
      width: 100%;
      display: flex;
      justify-content: center;
      font-size: 20px;
      font-family: 'FuturaBookC';
      color: #000000;
      padding-top: 15px;
      position: relative; }
      .filter .mobile-title .title {
        width: fit-content;
        border-top: 4px solid rgba(138, 138, 138, 0.4); }
      .filter .mobile-title .exit {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 15px;
        right: 15px;
        display: none;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .filter .mobile-title .exit span {
          position: absolute;
          width: 20px;
          height: 2px;
          background: #000000; }
          .filter .mobile-title .exit span:first-child {
            transform: rotate(45deg); }
          .filter .mobile-title .exit span:last-child {
            transform: rotate(135deg); }
      .filter .mobile-title .hidden {
        display: flex; }
    .filter .content {
      height: calc(100vh - 80px);
      padding: 20px;
      overflow-y: scroll;
      flex-direction: column;
      display: none;
      transition: .8s all ease-in; }
      .filter .content::-webkit-scrollbar-thumb {
        height: 20px;
        background-color: #0c1504;
        border-radius: 3px; }
      .filter .content::-webkit-scrollbar {
        width: 2px;
        height: 3px; }
      .filter .content .cost, .filter .content .term, .filter .content .time {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px; }
      .filter .content .cost .extra-controls {
        font-size: 20px; }
      .filter .content .time {
        flex-direction: column;
        align-items: center; }
        .filter .content .time .title {
          padding-bottom: 10px; }
        .filter .content .time .left {
          margin-bottom: 30px; }
    .filter .search {
      width: fit-content;
      height: fit-content;
      background: none;
      margin: 0 auto; }

  .index .banner {
    padding-bottom: 70px;
    background-size: cover;
    background-position-x: -305px; }
    .index .banner .block-title {
      font-size: 26px;
      font-family: 'Baskerville';
      line-height: 28px; }
    .index .banner p {
      width: 90%;
      padding: 0;
      margin-bottom: 15px; }
    .index .banner .discuse {
      font-size: 12px;
      padding: 5px 50px; }
  .index .ecology .year {
    margin-bottom: 30px; }
  .index .ecology .titles .block-title {
    width: 100%;
    font-size: 16px;
    line-height: 26px; }
  .index .ecology .titles p {
    width: 100%; }
  .index .ecology .left {
    width: 100%;
    height: 160px; }
    .index .ecology .left .arrow {
      height: 60px; }
      .index .ecology .left .arrow::before {
        width: 10px;
        height: 10px; }
    .index .ecology .left .small-image {
      width: 110px;
      height: 110px;
      bottom: -55px; }
  .index .ecology .right {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 120px; }
    .index .ecology .right p {
      width: 100%;
      padding: 0;
      padding-bottom: 10px; }
    .index .ecology .right .image {
      width: 125px;
      height: 130px;
      margin-left: auto; }
      .index .ecology .right .image .play {
        width: 50px;
        height: 50px; }
        .index .ecology .right .image .play::before {
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          border-left: 12px solid #ffffff; }
  .index .ecology .title {
    margin: 30px 0; }
    .index .ecology .title span {
      font-size: 36px; }
  .index .ecology .lines .line-2 {
    left: 27%; }
  .index .ecology .lines .line-3 {
    left: 49%; }
  .index .ecology .lines .line-4 {
    left: 71%; }
  .index .ecology .lines .line-5 {
    right: 12%; }
  .index .benefits {
    height: fit-content; }
    .index .benefits .block-title {
      font-size: 36px;
      margin: 45px 0; }
    .index .benefits .right {
      width: 100%;
      order: 1;
      padding-left: 0;
      flex-wrap: wrap;
      margin-bottom: 45px; }
      .index .benefits .right .info-title {
        display: flex;
        font-size: 20px;
        line-height: 30px;
        font-family: 'HelveticaNeueCyr-Medium';
        color: #000000;
        margin-bottom: 0; }
      .index .benefits .right .info {
        width: 50%;
        order: 2; }
        .index .benefits .right .info .title {
          display: none; }
        .index .benefits .right .info p {
          padding-left: 15px;
          font-size: 12px; }
      .index .benefits .right .image {
        width: 50%;
        height: 120px; }
    .index .benefits .left {
      width: 100%;
      height: 200px;
      order: 2; }
      .index .benefits .left .image {
        width: 175px;
        height: 175px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .index .benefits .left .image .arrow {
          box-shadow: 0 0 9px rgba(255, 255, 255, 0.38); }
      .index .benefits .left .view {
        position: absolute;
        width: 140px;
        height: 70px;
        z-index: 1;
        bottom: -20px;
        right: 8%; }
        .index .benefits .left .view .title {
          font-size: 20px; }
        .index .benefits .left .view span {
          width: 20px;
          height: 20px; }
          .index .benefits .left .view span::before {
            width: 7px;
            height: 7px; }
    .index .benefits .services {
      order: 3;
      margin-top: 30px; }
      .index .benefits .services .container {
        justify-content: space-between; }
        .index .benefits .services .container .service .svg {
          width: 64px;
          height: 64px;
          box-shadow: 0 0 17px rgba(0, 0, 0, 0.68); }
          .index .benefits .services .container .service .svg svg {
            width: 25px;
            height: 25px; }
        .index .benefits .services .container .service span {
          font-size: 13px;
          margin-top: 5px; }
  .index .hover-slider .hover {
    width: 70%;
    padding-left: 15px;
    transition: 1s all ease-in-out; }
    .index .hover-slider .hover .block-title {
      font-size: 24px; }
    .index .hover-slider .hover p {
      width: 90%; }
    .index .hover-slider .hover:before {
      width: 5px; }
  .index .save-world {
    height: fit-content;
    flex-wrap: wrap; }
    .index .save-world .scroll-height {
      height: 200px; }
    .index .save-world .left, .index .save-world .right {
      width: 100%; }
    .index .save-world .left {
      height: 100vh; }
      .index .save-world .left .save, .index .save-world .left .world, .index .save-world .left .with {
        font-size: 60px;
        padding-left: 15px; }
      .index .save-world .left .watch {
        padding-left: 15px; }
      .index .save-world .left .play {
        top: 75%; }
      .index .save-world .left .world .heart {
        position: absolute;
        left: 50%;
        transform: scale(1.5);
        z-index: 1; }
    .index .save-world .right {
      padding: 70px 15px; }
      .index .save-world .right .image-1 {
        width: 100%;
        height: 200px;
        margin-left: 0;
        order: 4; }
      .index .save-world .right .image-2 {
        width: 210px;
        height: 260px;
        margin-bottom: 40px; }
      .index .save-world .right .block-title {
        width: fit-content;
        font-size: 22px;
        position: absolute;
        transform: rotate(90deg);
        top: 25%;
        left: 30%;
        padding-left: 0; }
      .index .save-world .right p {
        width: 100%;
        padding: 45px 0; }
  .index .gallery-app .decor {
    display: none; }
  .index .gallery-app .tabs-gallery {
    z-index: 3; }
  .index .gallery-app .back-text-right {
    right: unset;
    left: -15%; }
    .index .gallery-app .back-text-right svg {
      overflow: visible; }
      .index .gallery-app .back-text-right svg text {
        font-size: 120px; }
  .index .gallery-app .back-text-left {
    padding-right: 0;
    left: -35%; }
    .index .gallery-app .back-text-left svg {
      overflow: visible; }
      .index .gallery-app .back-text-left svg text {
        font-size: 120px; }
  .index .gallery-app .mask {
    left: 15%;
    width: 100px;
    background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
  .index .partners .items {
    display: block;
    margin: 100px 0; }
    .index .partners .items .flickity-prev-next-button {
      display: none; }
    .index .partners .items .item {
      width: 33.33333%;
      height: 60px; }
      .index .partners .items .item img {
        width: 70%;
        height: 80%; }
  .index .partners .tabs-partners {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    bottom: 50px;
    display: block; }
    .index .partners .tabs-partners .arrow-prev {
      transform: translateY(-50%) rotate(180deg);
      cursor: pointer;
      right: 63%;
      position: absolute;
      width: 70px;
      top: 50%; }
    .index .partners .tabs-partners .arrow-next {
      cursor: pointer;
      left: 63%;
      position: absolute;
      width: 70px;
      top: 50%;
      transform: translateY(-50%); }

  .rent-page .banner {
    height: 100vh; }
    .rent-page .banner .rent-slider .image {
      width: 100%;
      margin: 0; }
      .rent-page .banner .rent-slider .image img {
        object-fit: cover; }
    .rent-page .banner .rent-slider .flickity-page-dots {
      display: block;
      bottom: 130px; }
      .rent-page .banner .rent-slider .flickity-page-dots .dot {
        border: 1px solid #fff;
        background: none;
        opacity: 1; }
        .rent-page .banner .rent-slider .flickity-page-dots .dot.is-selected {
          background: #fff; }
  .rent-page .last-models {
    margin-top: 0; }
  .rent-page .cards {
    padding: 0 15px;
    padding-top: 30px; }
    .rent-page .cards .block-title {
      font-size: 26px;
      padding-left: 0; }
      .rent-page .cards .block-title::before {
        width: 45%; }
    .rent-page .cards .card {
      width: 100%;
      margin-bottom: 15px;
      padding: 25px 15px; }
      .rent-page .cards .card .name {
        font-size: 20px; }
    .rent-page .cards .more .line {
      height: 0.1px; }
  .rent-page .scheme .scroll-height {
    height: 50px; }
  .rent-page .scheme .content {
    margin-bottom: 100px;
    position: relative; }
    .rent-page .scheme .content .half {
      width: 80%; }
      .rent-page .scheme .content .half .svg {
        width: 80px;
        height: 80px; }
      .rent-page .scheme .content .half p {
        width: 70%; }
    .rent-page .scheme .content .num {
      display: block;
      position: absolute;
      width: calc(100% - 60px);
      height: calc(100% + 80px);
      left: 50%;
      transform: translateX(-50%);
      border-bottom: 1px solid #3d3d3d; }
      .rent-page .scheme .content .num span {
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background: #131313;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        font-family: 'FuturaBookC';
        color: #31E1EB;
        border: 2px solid #707070; }
    .rent-page .scheme .content .num-1 {
      border-right: 1px solid #3d3d3d; }
      .rent-page .scheme .content .num-1 span {
        right: -30px;
        top: 0; }
    .rent-page .scheme .content .num-2 {
      border-left: 1px solid #3d3d3d; }
      .rent-page .scheme .content .num-2 span {
        top: -50px;
        left: -30px; }
    .rent-page .scheme .content .num-3 {
      border-right: 1px solid #3d3d3d; }
      .rent-page .scheme .content .num-3 span {
        right: -30px;
        top: -50px; }
    .rent-page .scheme .content .num-4 {
      border: none; }
      .rent-page .scheme .content .num-4 span {
        top: -50px;
        left: -30px; }
  .rent-page .scheme .line {
    display: none; }
  .rent-page .scheme .reservation {
    margin-top: 0; }

  .feedback {
    padding-top: 100px;
    padding: 0 3%; }
    .feedback .block-title {
      font-size: 36px;
      line-height: 72px; }
      .feedback .block-title span:before {
        bottom: 5px; }
    .feedback .description {
      flex-direction: column; }
      .feedback .description p {
        width: 100%;
        font-size: 18px; }
      .feedback .description a {
        width: 80%;
        height: 55px;
        margin: 0 auto;
        margin-top: 45px; }
    .feedback .map {
      width: 106%;
      height: 250px;
      margin-left: -3%; }

  .rent8_page .top .images, .rent8_page .bottom .images {
    flex-wrap: wrap; }
    .rent8_page .top .images .image, .rent8_page .bottom .images .image {
      width: 100% !important;
      height: 200px; }
      .rent8_page .top .images .image .titles, .rent8_page .bottom .images .image .titles {
        padding: 20px;
        font-size: 20px; }
      .rent8_page .top .images .image .calendar_bottom_title, .rent8_page .bottom .images .image .calendar_bottom_title {
        bottom: 20px; }
        .rent8_page .top .images .image .calendar_bottom_title .image, .rent8_page .bottom .images .image .calendar_bottom_title .image {
          width: 18px !important; }
        .rent8_page .top .images .image .calendar_bottom_title .title, .rent8_page .bottom .images .image .calendar_bottom_title .title {
          color: #DDDDDD;
          font-family: 'HelveticaNeueCyr-Roman';
          font-size: 16px; }
      .rent8_page .top .images .image .button, .rent8_page .bottom .images .image .button {
        bottom: 20px;
        left: 20px; }

  .order-page {
    margin-top: 120px; }
    .order-page .col-md-5 {
      padding-bottom: 20px; }
      .order-page .col-md-5::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 16px;
        background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
        bottom: 0;
        left: 0; }
      .order-page .col-md-5 .images {
        height: 240px; }
      .order-page .col-md-5 .information {
        padding: 0;
        margin-bottom: 0; }
    .order-page .col-md-7 {
      padding-top: 0; }
      .order-page .col-md-7 .pay .block_title {
        padding: 20px 0;
        position: relative; }
      .order-page .col-md-7 .pay .payment-slider .card {
        width: 45%;
        margin: 0 7px; }
        .order-page .col-md-7 .pay .payment-slider .card .image {
          width: 100%;
          padding: 0; }
          .order-page .col-md-7 .pay .payment-slider .card .image img {
            width: 60%;
            height: 60%; }
          .order-page .col-md-7 .pay .payment-slider .card .image:hover {
            transform: translateY(0) scale(1); }
            .order-page .col-md-7 .pay .payment-slider .card .image:hover .title {
              bottom: 10px; }
        .order-page .col-md-7 .pay .payment-slider .card .credit-card img {
          width: 60px;
          height: 40px; }
      .order-page .col-md-7 .pay .payment-slider .next {
        width: 60px;
        justify-content: center;
        padding-right: 0; }
      .order-page .col-md-7 .forms .col-md-6 {
        padding: 0 30px; }
        .order-page .col-md-7 .forms .col-md-6:nth-child(2) {
          padding: 0 30px; }
      .order-page .col-md-7 .forms button {
        display: block;
        margin: 0 auto;
        box-shadow: none;
        margin-bottom: 30px; }
      .order-page .col-md-7 .forms .footer {
        margin-top: 0;
        padding: 15px; }
        .order-page .col-md-7 .forms .footer button {
          display: none; }
        .order-page .col-md-7 .forms .footer .delivery {
          font-size: 14px;
          font-family: 'FuturaBookC'; }
      .order-page .col-md-7 .main {
        margin: 30px auto; }

  .article_page {
    margin-top: 160px; }
    .article_page .banner .container .block_title {
      padding-bottom: 30px;
      font-size: 20px; }
    .article_page .banner .image {
      height: 140px; }
    .article_page .contents .container .ecocars {
      padding-top: 20px; }
      .article_page .contents .container .ecocars .titles {
        padding-right: 0; }
        .article_page .contents .container .ecocars .titles .block_middle_title {
          font-size: 14px;
          text-transform: uppercase; }
        .article_page .contents .container .ecocars .titles .block_title {
          font-size: 24px; }
        .article_page .contents .container .ecocars .titles .shows {
          font-size: 16px; }
          .article_page .contents .container .ecocars .titles .shows .block {
            padding: 0;
            border: none; }
            .article_page .contents .container .ecocars .titles .shows .block:first-child {
              padding-right: 5px; }
            .article_page .contents .container .ecocars .titles .shows .block:nth-child(2) {
              border-left: 1px solid #707070;
              border-right: 1px solid #707070;
              padding: 0 10px; }
            .article_page .contents .container .ecocars .titles .shows .block:last-child {
              padding-left: 5px; }
        .article_page .contents .container .ecocars .titles .poradraphs .poragraph {
          padding: 15px 0;
          position: relative; }
        .article_page .contents .container .ecocars .titles .poradraphs:nth-child(4) .poragraph:nth-child(3) {
          padding: 40px 0; }
        .article_page .contents .container .ecocars .titles .poradraphs:nth-child(6) {
          padding-top: 0; }
          .article_page .contents .container .ecocars .titles .poradraphs:nth-child(6) .poragraph:nth-child(2) {
            padding: 15px 0; }
          .article_page .contents .container .ecocars .titles .poradraphs:nth-child(6) .poragraph:nth-child(3), .article_page .contents .container .ecocars .titles .poradraphs:nth-child(6) .poragraph:nth-child(4) {
            padding-left: 15px; }
            .article_page .contents .container .ecocars .titles .poradraphs:nth-child(6) .poragraph:nth-child(3) span, .article_page .contents .container .ecocars .titles .poradraphs:nth-child(6) .poragraph:nth-child(4) span {
              margin: 0;
              position: absolute;
              top: 22px;
              left: 0; }
        .article_page .contents .container .ecocars .titles .images .image {
          width: 100%; }
    .article_page .articles {
      padding: 30px 0; }
      .article_page .articles .row .mobile-slider {
        display: block;
        padding: 0 45px;
        margin-bottom: 30px; }
        .article_page .articles .row .mobile-slider .flickity-prev-next-button {
          display: none; }
      .article_page .articles .row .col-md-6 .col-md-12 {
        padding: 0;
        height: 140px; }
        .article_page .articles .row .col-md-6 .col-md-12 .titles {
          padding: 10px 0 10px 15px; }
          .article_page .articles .row .col-md-6 .col-md-12 .titles .block_title {
            font-size: 12px; }
          .article_page .articles .row .col-md-6 .col-md-12 .titles .article {
            font-size: 14px; }
        .article_page .articles .row .col-md-6 .col-md-12 .image {
          height: 100%; }

  .notfound_page .container {
    height: 100%; }
  .notfound_page .block {
    height: 100%;
    justify-content: center; }
    .notfound_page .block .not_found {
      font-size: 120px;
      top: 33%; }
    .notfound_page .block .image {
      width: 100%;
      height: 240px;
      padding-top: 0; }
    .notfound_page .block .block {
      margin-top: 30px; }

  .info-page .banner .left {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    z-index: 2; }
    .info-page .banner .left .title, .info-page .banner .left p, .info-page .banner .left a {
      color: #fff; }
    .info-page .banner .left p {
      width: 75%; }
  .info-page .banner .right {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
    .info-page .banner .right::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1; }
    .info-page .banner .right .image .inner-image {
      display: none; }
  .info-page .banner .model {
    display: none; }
  .info-page .banner .character {
    display: none; }
  .info-page .products {
    flex-wrap: wrap;
    height: fit-content;
    padding-bottom: 30px; }
    .info-page .products .left {
      width: 100%; }
      .info-page .products .left .product {
        flex-wrap: wrap;
        padding-top: 100px; }
        .info-page .products .left .product .image {
          width: 100%;
          height: 250px;
          background-size: 80% 80%;
          background-position-y: 15px; }
          .info-page .products .left .product .image .color {
            font-size: 40px;
            top: 0; }
        .info-page .products .left .product .character {
          height: fit-content;
          margin-bottom: 20px; }
          .info-page .products .left .product .character .item {
            padding: 0 10px; }
            .info-page .products .left .product .character .item .title {
              font-size: 30px; }
    .info-page .products .right {
      width: 100%;
      height: fit-content;
      align-items: center;
      padding-top: 30px;
      padding-left: 0; }
      .info-page .products .right .effects {
        padding-left: 15px; }
  .info-page .content {
    height: 100vh;
    background-size: 350% 100%;
    background-position-x: 50%; }
    .info-page .content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background: rgba(0, 0, 0, 0.4); }
    .info-page .content .inner-content {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      padding: 30px;
      padding-top: 100px;
      z-index: 2; }
      .info-page .content .inner-content .sub-title {
        font-size: 20px;
        color: #fff;
        font-family: 'Futura Light'; }
      .info-page .content .inner-content .title {
        font-size: 36px;
        line-height: 40px;
        color: #fff;
        font-family: 'FuturaDemiC'; }
      .info-page .content .inner-content p {
        font-size: 18px;
        color: #fff;
        padding: 10px 0;
        font-family: 'FuturaBookC'; }
      .info-page .content .inner-content .read {
        width: fit-content;
        display: flex;
        align-items: center;
        color: #fff;
        font-family: 'Futura Light';
        font-size: 20px;
        border-radius: 70px;
        backdrop-filter: blur(6px);
        padding-right: 5px; }
        .info-page .content .inner-content .read svg {
          width: 40px;
          height: 40px;
          margin-right: 10px; }
          .info-page .content .inner-content .read svg #Ellipse_75 {
            fill: none;
            stroke: #fff; }
      .info-page .content .inner-content a {
        width: 70%;
        height: 40px;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        font-family: 'FuturaDemiC';
        position: relative;
        overflow: hidden;
        border: 1px solid #fff;
        border-radius: 69px; }
        .info-page .content .inner-content a:hover::before {
          width: 100%; }
        .info-page .content .inner-content a::before {
          content: '';
          position: absolute;
          width: 0;
          height: 100%;
          background: rgba(0, 0, 0, 0.6);
          top: 0;
          left: 0;
          transition: .8s all ease;
          z-index: -1; }
  .info-page .features .top {
    display: none; }
  .info-page .features .cards {
    flex-wrap: wrap;
    padding: 0 30px;
    padding-top: 60px; }
    .info-page .features .cards .card {
      width: 100%; }
      .info-page .features .cards .card .image {
        background-size: cover;
        background-position-x: -120px; }
      .info-page .features .cards .card .info {
        padding: 0;
        padding-top: 15px;
        padding-bottom: 45px; }
        .info-page .features .cards .card .info .title {
          margin-bottom: 5px; }
        .info-page .features .cards .card .info p {
          width: 100%; }
  .info-page .categories {
    height: fit-content;
    padding: 0;
    flex-wrap: wrap;
    background-size: 0; }
    .info-page .categories .left, .info-page .categories .right {
      width: 100%;
      padding: 100px 0;
      background-image: url("../img/info-back.png");
      background-size: 100% 100%; }
      .info-page .categories .left:before, .info-page .categories .right:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 0; }
      .info-page .categories .left .content, .info-page .categories .right .content {
        width: 100%; }
        .info-page .categories .left .content::before, .info-page .categories .right .content::before {
          display: none; }
        .info-page .categories .left .content .image .sub-title, .info-page .categories .right .content .image .sub-title {
          right: unset;
          left: 18%;
          top: -60px;
          font-size: 20px; }
        .info-page .categories .left .content .image .title, .info-page .categories .right .content .image .title {
          right: unset;
          left: 18%;
          top: -40px; }
        .info-page .categories .left .content p, .info-page .categories .right .content p {
          padding: 100px 20px;
          color: #ffffff; }
        .info-page .categories .left .content a, .info-page .categories .right .content a {
          color: #ffffff;
          width: 60%;
          margin: 0 auto; }
    .info-page .categories .left {
      padding-top: 200px; }
    .info-page .categories .right {
      padding-left: 0;
      padding-bottom: 200px; }
  .info-page .spaces {
    flex-wrap: wrap;
    height: fit-content; }
    .info-page .spaces .left {
      width: 100%; }
      .info-page .spaces .left .image {
        height: 250px; }
    .info-page .spaces .right {
      width: 100%; }
      .info-page .spaces .right .contents {
        justify-content: space-around; }
        .info-page .spaces .right .contents .content {
          width: calc(50% - 15px); }
          .info-page .spaces .right .contents .content:last-child {
            margin-left: 0; }
  .info-page .science {
    height: fit-content;
    flex-wrap: wrap;
    padding: 0; }
    .info-page .science .left {
      width: 100%;
      height: fit-content;
      padding: 0 5%;
      padding-top: 30px; }
      .info-page .science .left .title {
        font-size: 24px;
        padding: 20px 0; }
      .info-page .science .left p {
        width: 80%;
        font-size: 18px; }
      .info-page .science .left a {
        margin-top: 10px; }
      .info-page .science .left .image {
        height: 120px;
        left: 0;
        bottom: -100px; }
    .info-page .science .right {
      width: 100%;
      padding: 30px 15px;
      margin-top: 100px; }
      .info-page .science .right a {
        margin-left: 60px; }
        .info-page .science .right a span {
          width: 30%; }

  .search-block {
    top: -150%;
    background: rgba(0, 0, 0, 0.89); }
    .search-block .exit {
      right: -5px; }
    .search-block .container .header .logo {
      width: 121px;
      height: 37px; }
    .search-block .container .search {
      width: 100%; }
      .search-block .container .search input[type="search"] {
        color: #fff; }
    .search-block .container .models .col-md-4 a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      top: 0;
      left: 0; }
    .search-block .container .news .col-md-4 .col-md-6 .title {
      font-size: 20px; }
    .search-block .container .news .col-md-4 .col-md-6:nth-child(2n) {
      margin-bottom: 45px; }

  .menu {
    background: none; }
    .menu .row .col-md-3 {
      background: rgba(0, 0, 0, 0.9);
      z-index: 1; }
      .menu .row .col-md-3 .logo {
        width: 121px;
        height: 37px;
        margin-right: auto; }
        .menu .row .col-md-3 .logo::before {
          width: 100vw;
          height: 1px;
          content: '';
          position: absolute;
          left: -15px;
          top: 135%;
          background: rgba(112, 112, 112, 0.3);
          z-index: 0; }
      .menu .row .col-md-3 .exit {
        display: flex;
        width: 30px;
        height: 30px;
        position: absolute;
        align-items: center;
        justify-content: center;
        top: 30px;
        right: 15px;
        cursor: pointer;
        z-index: 1; }
        .menu .row .col-md-3 .exit span {
          position: absolute;
          width: 30px;
          height: 2px;
          background: #fff; }
          .menu .row .col-md-3 .exit span:first-child {
            transform: rotate(45deg); }
          .menu .row .col-md-3 .exit span:last-child {
            transform: rotate(135deg); }
      .menu .row .col-md-3 .mobile-socials {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: auto;
        margin-bottom: 30px; }
        .menu .row .col-md-3 .mobile-socials a {
          display: flex;
          width: 20px;
          height: 20px;
          position: relative;
          margin: 0 10px; }
          .menu .row .col-md-3 .mobile-socials a img {
            width: 100%;
            height: 100%; }
      .menu .row .col-md-3 .titles {
        align-items: center; }
        .menu .row .col-md-3 .titles .active span {
          opacity: 1;
          color: #fff;
          transition: 1s; }
        .menu .row .col-md-3 .titles .active::before {
          content: '';
          position: absolute;
          width: 30%;
          height: 100%;
          top: 0;
          left: 5%;
          background: linear-gradient(180deg, #000000 0%, #6D6D6D 100%);
          z-index: -1;
          transition: .8s all; }
      .menu .row .col-md-3::before, .menu .row .col-md-3::after {
        width: 1px;
        height: 100vh;
        content: '';
        position: absolute;
        top: 0;
        background: rgba(112, 112, 112, 0.3);
        z-index: 0; }
      .menu .row .col-md-3::before {
        left: 10%; }
      .menu .row .col-md-3::after {
        right: 10%; }
    .menu .row .col-md-9 {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: #252525;
      display: flex;
      top: 0;
      left: 110%;
      transition: .8s all ease-in;
      overflow: hidden;
      overflow-y: scroll; }
      .menu .row .col-md-9 .row {
        width: 100%;
        height: 100%;
        margin: 0; }
        .menu .row .col-md-9 .row .col-md-10 {
          padding: 0;
          width: 90%; }
          .menu .row .col-md-9 .row .col-md-10 .menu-slider .slick-list {
            overflow: visible; }
          .menu .row .col-md-9 .row .col-md-10 .menu-slider .inner {
            width: 100%;
            height: 180px; }
            .menu .row .col-md-9 .row .col-md-10 .menu-slider .inner img {
              width: 100%;
              height: 100%; }
            .menu .row .col-md-9 .row .col-md-10 .menu-slider .inner::before {
              right: 0; }
            .menu .row .col-md-9 .row .col-md-10 .menu-slider .inner:hover::before {
              width: 100%; }
          .menu .row .col-md-9 .row .col-md-10 .news-slider .slick-list {
            overflow: visible; }
          .menu .row .col-md-9 .row .col-md-10 .news-slider .inner {
            height: 180px; }
            .menu .row .col-md-9 .row .col-md-10 .news-slider .inner img {
              width: 100%;
              height: 100%; }
            .menu .row .col-md-9 .row .col-md-10 .news-slider .inner .overlay {
              width: 90%;
              height: 90%;
              right: 0;
              bottom: 0; }
            .menu .row .col-md-9 .row .col-md-10 .news-slider .inner .title {
              top: -10%;
              right: -10%; }
        .menu .row .col-md-9 .row .col-md-2 {
          position: absolute;
          right: 15px;
          width: fit-content;
          height: 100%; }
          .menu .row .col-md-9 .row .col-md-2 .rights {
            height: 100%;
            justify-content: center; }
            .menu .row .col-md-9 .row .col-md-2 .rights .language, .menu .row .col-md-9 .row .col-md-2 .rights .socials, .menu .row .col-md-9 .row .col-md-2 .rights .search_button {
              display: none; }
            .menu .row .col-md-9 .row .col-md-2 .rights .exit {
              top: 0;
              right: -15px; }
      .menu .row .col-md-9::-webkit-scrollbar-thumb {
        height: 20px;
        background-color: #0c1504;
        border-radius: 3px; }
      .menu .row .col-md-9::-webkit-scrollbar {
        width: 2px;
        height: 3px; }
    .menu .row .contact-menu {
      padding: 15px;
      flex-direction: column; }
      .menu .row .contact-menu .top {
        position: absolute;
        top: 15px;
        right: 15px;
        width: fit-content; }
        .menu .row .contact-menu .top .search_button, .menu .row .contact-menu .top .language {
          display: none; }
      .menu .row .contact-menu .title {
        display: none; }
      .menu .row .contact-menu form {
        width: 100%; }
        .menu .row .contact-menu form .row .col-md-6:first-child {
          order: 2; }
        .menu .row .contact-menu form .row .col-md-6 .send_message {
          padding: 0;
          padding-top: 30px; }
          .menu .row .contact-menu form .row .col-md-6 .send_message .inputs {
            width: 100%;
            flex-direction: column; }
            .menu .row .contact-menu form .row .col-md-6 .send_message .inputs input {
              width: 100%; }
            .menu .row .contact-menu form .row .col-md-6 .send_message .inputs div {
              width: 100%; }
            .menu .row .contact-menu form .row .col-md-6 .send_message .inputs .name {
              padding: 0;
              margin-bottom: 45px; }
            .menu .row .contact-menu form .row .col-md-6 .send_message .inputs .email {
              padding-left: 0;
              margin-bottom: 45px; }
      .menu .row .contact-menu .addresses {
        width: 100%; }
        .menu .row .contact-menu .addresses .address span {
          height: fit-content;
          top: unset;
          display: block;
          right: 0;
          bottom: -25px; }
      .menu .row .contact-menu .bottom {
        display: none; }
      .menu .row .contact-menu .col-md-6 .methods {
        padding-right: 0; }
    .menu .row .main-menu .button, .menu .row .news-menu .button {
      width: 120px; }
      .menu .row .main-menu .button span:nth-child(3), .menu .row .news-menu .button span:nth-child(3) {
        margin: 0;
        position: absolute;
        right: 2px;
        top: 45%;
        transform: translateY(-50%); } }

/*# sourceMappingURL=media.css.map */
