@media all and (min-width: 480px) {
    .section-subtitle.t-24 {
      font-size: var(--s24);
      line-height: 1.25;
    }
  
    .price::before {
      content: "$";
      margin-right: 5px;
    }
  
    .btn-play:hover {
      -webkit-transform: translate(-50%, -50%) scale(1.05);
          -ms-transform: translate(-50%, -50%) scale(1.05);
              transform: translate(-50%, -50%) scale(1.05);
    }


    .featured__head {
      /*max-width: calc(100% - 80px);*/
    }
  
    .featured .swiper-slide:hover img {
      -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
              transform: scale(1.02);
    }
    
    
  
    .signature__item:hover .content-interactiv {
      opacity: 1;
      pointer-events: all;
    }
  
    .signature__item:hover .abs-content {
      opacity: 0;
      pointer-events: none;
    }
  
    .signature__item:hover img {
      -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
              transform: scale(1.02);
    }
  
    .signature__item:hover::after {
      opacity: 1;
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 50%);
    
    }
  
    .signature__item .abs-content-desc .location::before {
      content: none;
    }
  
    .signature__item.blackbook figure {
      height: 100%;
    }
  
    .signature__item.blackbook figure img {
      width: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  
    .magazine__slider .swiper-slide:hover img {
      -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
              transform: scale(1.02);
    }
  
    .magazine__slider .abs-content-desc {
      font-weight: 500;
      font-size: var(--s16);
      line-height: 1.25;
    }
  
    .magazine-btns .btn-learn-more {
      padding: 6px 16px;
    }
  
    .about__text {
      max-width: 432px;
    }
  
    .salepost-btns-item.full-width {
      width: 100%;
      grid-column: span 2;
    }
  }
  .signature__item::after {
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
  }

  @media all and (min-width: 721px) {
    [data-accordeon-type=mobile] .accordeon-item-body {
      opacity: 1 !important;
      visibility: visible !important;
      max-height: none !important;
    }
  
    .countries__list-title i {
      display: none;
    }
  }
  @media all and (min-width: 768px) {
 
    .screen-height {
      --offset: 0;
      height: calc(100vh - var(--offset));
    }
    .magazine__block.grid-col-2 {
      grid-template-columns: 0.8fr 1.2fr;
    }
  }
  @media all and (min-width: 921px) {
    .pb-d-30 {
      padding-bottom: 30px;
    }
  
    .pb-d-70 {
      padding-bottom: 70px;
    }
  
    .salepost__content-bottom {
      padding-top: 30px;
    }
  
    .salepost-text {
      margin-bottom: 20px;
    }
  }
  
  @media all and (min-width: 1025px) {
    ::-webkit-scrollbar {
      width: 6px;
    }
  
 
  
    ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 1px #3a3b3b;
      box-shadow: inset 0 0 1px #3a3b3b;
    }
  

  
    ::-webkit-scrollbar-thumb {
      background: var(--gray);
      border-radius: 5px;
    }
  
    ::-webkit-scrollbar-thumb:hover {
      background: var(--gray);
    }
  }
  
  @media all and (max-width: 1366px) {
    .videos-item {
      min-height: auto;
      /*padding-top: 56.25%;*/
    }
  }
  
  @media all and (max-width: 1100px) {
    .select-dropdown__list {
      top: calc(100% + 10px);
      width: var(--filters-width);
    }
  
    .mb-30-10 {
      margin: 20px 0;
    }
  
    .btn-scroll-down {
      bottom: 20px;
      width: 26px;
      height: 40px;
    }
  
    .header__nav {
      display: none;
    }
  
    .hero-content.container {
      padding-bottom: 60px;
    }
  
    .filters__head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 20px;
    }
  
    .filters-main-submit {
      width: 48px;
    }
  
    .filters__body-checkboxes-wrap {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px;
    }
  
    .filters__body-col:last-child .filters__body-checkboxes {
      grid-gap: 0 40px;
    }
  
    .signature__block {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .about {
      padding: 60px 0;
    }
  
    .salepost__block {
      grid-gap: 30px;
    }
  
    .countries__list {
      grid-template-rows: repeat(3, 1fr);
    }
  }
  
  @media all and (max-width: 921px) {
    .magazine__block {
      grid-auto-rows: auto;
    }
    /*
    .hero-content .hero__text.fix-text{
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
    .hero-content--fix{
      overflow: auto;
      height: 500px;
      min-height: 100%;
      position: relative;
      max-height: 500px;
    }
    .hero-content--fix a{
      pointer-events: all;
    }
    .hero__text.fix-text{
      bottom: -100px;
    }*/
    /* .hero-content .hero__text.fix-text{
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
    } */
    .hero-content .hero__text.fix-text.hero__text-bg{
      width: calc(100vw - 140px);
    }
    .hero-content .hero__text.fix-text{
      width: calc(100vw - 40px);
      max-width: 100%;
      margin-left: 0px;
      margin-right: 0px;
      padding: 20px;
    }

    .magazine__block {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 0;
    }
  
    .magazine__subscrible::before {
      width: 100vw;
    }
  
    .salepost__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  
  @media all and (max-width: 850px) {
    .countries__list {
      grid-template-rows: repeat(4, 1fr);
    }
  
    .countries__list {
      grid-auto-flow: dense;
    }
  }
 
  @media all and (max-width: 768px) {
    .swiper.pagination-hidden + .abs-content.abs-content--mobile {
      display: block;
    }
    .abs-content.abs-content--mobile {
      display: none;
    }
  }
  @media all and (max-width: 721px) {
    .grid-col-3 {
      grid-template-columns: repeat(1, 1fr);
    }
  
    .header-search {
      margin-left: 0;
    }
  
    .header.search-active .header__block {
      grid-gap: 0;
    }
  
    .header.search-active .header-logo {
      -webkit-transform: translate(-100%, 0);
          -ms-transform: translate(-100%, 0);
              transform: translate(-100%, 0);
    }
  
    .header.search-active .burger-btn {
      -webkit-transform: translate(100%, 0);
          -ms-transform: translate(100%, 0);
              transform: translate(100%, 0);
    }
  
    .header.search-active .header-logo,
    .header.search-active .burger-btn {
      opacity: 0;
    }
  
    .header.active-form .header-logo,
    .header.active-form .burger-btn {
      max-width: 0;
      min-width: 0;
      border: none;
    }
  
    .header.active-form .header-search {
      max-width: 660px;
    }
  
    .filters__body-interactiv {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 40px;
      margin-bottom: 40px;
    }
  
    .filters__body-search {
      width: 100%;
    }
  
    .filters__btns-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 10px;
    }
  
    .filters__btns-wrap .btn-white {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  
    .filters__btns-view {
      width: 100%;
    }
  
    .filters__btns-submit {
      width: 100%;
    }
  
    .about__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
    }
  
    /* .num__items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
   */
    .num__items-item {
      width: 100%;
      padding: 0;
    }
    .num__items-item:not(:last-child)::after {
      right: -10px;
    }
    /* .num__items-item:not(:last-child)::after {
      top: auto;
      bottom: -20px;
      right: 0;
      width: 100%;
      height: 1px;
    } */
  
    .footer {
      padding: 0px 0 0;
    }
  
    .footer > .container {
      padding: 0;
    }
  
    .footer-title {
      padding: 0 var(--padding);
    }
    .try-description ~ a {
      font-size: 12px;
      width: auto;
      margin-left: auto;
      margin-right: auto;
    }
    .try-description ~ a + a {
      margin-top: 15px;
    }
    .subscrible form input[type="submit"], .subscrible form button[type="submit"] {
      font-size: 12px;
    }
    .try__block {
      display: flex;
      flex-direction: column;
    }
    .footer-rights {
      padding: 30px var(--padding);
    }
  
    .footer .accordeon-item-head::after {
      position: absolute;
      content: "";
      top: 0;
      right: calc(var(--padding) * 2);
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      -webkit-transition: ease-in-out 0.5s;
      -o-transition: ease-in-out 0.5s;
      transition: ease-in-out 0.5s;
    }
  
    .footer .accordeon-item-head span {
      position: relative;
      display: block;
      max-width: calc(100% - var(--padding) * 2);
    }
  
    .footer .accordeon-item.opened .accordeon-item-head::after {
      height: 0;
    }
  
    .countries__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 0;
    }
  
    .countries__list-item {
      padding: 0 var(--padding);
    }
  
    .countries__list-item.opened .countries__sub {
      padding: 15px 0 12px;
    }
  
    .countries__list-item::before {
      position: absolute;
      content: "";
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      height: 1px;
      width: 100vw;
      background: rgba(255, 255, 255, 0.1);
    }
  
    .countries__list-item.tech-links {
      padding: 0;
      border: none;
    }
  
    .countries__list-item.tech-links::before {
      content: none;
    }
  
    .countries__list-item.tech-links .countries__sub-item {
      position: relative;
      padding: 0 var(--padding);
    }
  
    .countries__list-item.tech-links .countries__sub-item.opened .countries__sub {
      padding: 15px 0 12px;
    }
  
    .countries__list-item.tech-links .countries__sub-item::before {
      position: absolute;
      content: "";
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      height: 1px;
      width: 100vw;
      background: rgba(255, 255, 255, 0.1);
    }
  
    .countries__list-item.tech-links .countries__sub-item:not(:last-child) {
      margin-bottom: 0;
    }
  
    .countries__list-item.tech-links .countries__sub-item:last-child::after {
      position: absolute;
      content: "";
      left: 50%;
      bottom: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      height: 1px;
      width: 100vw;
      background: rgba(255, 255, 255, 0.1);
    }
  
    .countries__list-item.tech-links .countries__sub-item ul li {
      opacity: 1;
    }
    .footer .title.t-24{font-size: 14px;}
    .footer .countries__list{
      margin-top: 15px;
    }
    .social{padding: 20px 20px 20px;}
    .footer-bottom--img{
      width: 150px;
      height: 60px;
      top: -60px;
    }
    .footer-bottom{margin-top:70px;}
    .countries__list-title {
      padding: 8px 0;
      margin-bottom: 0;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 14px;
    }
  }
  
  @media all and (max-width: 600px) {
    .home .abs-content.listing-ad-block .abs-content-title {
      white-space: normal;
    }
    .hero .hero-subtitle {
      font-size: 12px;
    }
    .inactive-listings.inactive-listings--style2 .signature__item {
      height: 100%;
  }
    .select-dropdown__button {
      min-width: 50px;
    }
  
    .filters__btns-view {
      /*
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;*/
    }
  
    .filters__btns-submit {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  
    .try,
    .subscrible {
      /*padding: 224px 0 20px;*/
    }
  
    .try__block {
      padding: 20px;
    }
  
    .subscrible__block {
      padding: 20px;
    }
  
    .pagination-arrow {
      font-size: 0;
    }
  
    .pagination-arrow::before {
      font-family: swiper-icons;
      font-size: var(--s18);
      text-transform: none !important;
      letter-spacing: 0;
      font-variant: initial;
      line-height: 1;
    }
  
    .pagination-arrow.prev::before {
      content: "prev";
    }
  
    .pagination-arrow.next::before {
      content: "next";
    }
  
    .hide-mobile {
      display: none;
    }
  
    .search__result {
      padding: 40px 0;
    }
  
    .search__result-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 40px;
    }

    #main-search-form > .options.options-2 {
      flex-direction: column;
      align-items: flex-end;
    }
    .popup-filter {
      width: 50% !important;
      transform: translate(-50%, -50%) !important;
    }
  }
  
  @media all and (max-width: 480px) {
    .container {
      padding: 0 var(--mb-padding);
    }
    .video-slide {
      display: flex;
      justify-content: center;
    } 
    .video-slide .hero-content {
      display: flex;
    }
    .section-head .see-all {
      display: none;
    }
    #magazine__main #contact-section .container{
      height: calc(100% - 10px);
    }
    #magazine__main #contact-section #inquiry-form {
      flex: auto;
      display: flex;
      flex-direction: column;
    }
    #magazine__main #contact-section #inquiry-form textarea {
      flex: auto;
    }
    .section-title {
      font-size: var(--s24);
      line-height: 1.25;
    }
    #magazine__main .contact .form-sumbit {
      width: auto;
      margin-bottom: 10px;
    }
    .section-subtitle {
      font-size: var(--s16);
    }
  
    .title.t-30 {
      font-size: 20px;
      line-height: 1.2083;
    }
  
    .title.t-24 {
      font-size: var(--s18);
      line-height: 1.5555;
    }
    .red-title-block .title.t-24 {
      font-size: var(--s14);
    }
    .hero .red-title-block .hero-title {
      margin-bottom: 2px;
    }
    .btn {
      width: 100%;
    }
    
    .hero .hero-title.t-30 {
      font-size: 18px;
      line-height: 1.2083;
    }
    /* .btn-learn-more,
    .btn-white,
    .btn-red {
      width: 100%;
    } */
    .hero .btn-details {
      font-size: 10px;
    }
    .hero .red-title-block {
      padding: 10px; 
    }
    .hero  .red-title-block__wrapper + .mt-10{
      margin-top: 0;
    }
    .sw-btns.sw-small .sw-btn::after {
      position: relative;
      width: 30px;
    }
  
    .sw-btns.sw-small .sw-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      width: auto;
      font-size: var(--s18);
    }
  
    .sw-btns.sw-small .sw-btn.swiper-button-prev {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
    }
  
    .sw-btn {
      width: 40px;
      height: 40px;
    }
  
    .sw-btn::after {
      font-size: 25px;
    }
  
    .header {
      background: rgba(5, 23, 27, 0.5);
    }
  
    .header__top-links {
      display: none;
    }
  
    .menu-fixed {
      width: 100%;
      min-width: auto;
    }
  
    .main:not(.fullscreen-scroll) .hero {
      min-height: 100vh;
    }
    body:not(.safari-browser) .main:not(.fullscreen-scroll) .hero {
      min-height: 100vh /*calc(100vh - 50px)*/;
    }
    .hero-content.container {
      padding-bottom: 30px;
    }
  
    .hero__links-group {
      width: 100%;
    }
  
    .hero__links-group li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%;
    }
  
    .hero__links-group li .btn-learn-more {
      padding: 10px 5px;
    }
  
    .hero-region {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  
    .hero-region .hero__text-bg {
      margin-top: calc(var(--head-height) + 20px);
    }
  
    .hero-home .hero-content.container {
      padding-bottom: 90px;
    }
    .hero-home .hero-content.container.pb-30-480{
      padding-bottom: 30px;
    }

    .container .swiper-container{
      margin-left: -20px;
      margin-right: -20px;
    }
    .featured .sw-btns .sw-btn{
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 300px;
      background: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(5px);
    }
    .featured .sw-btns .sw-btn::after{
      margin: 0 !important;
    }
    .featured .sw-btns {
      /*position: relative;
      right: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 20px;*/

      position: absolute;
      width: 100%;
      justify-content: space-between;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      left: 0;
      padding: 20px;
    }
  
    .signature__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 20px;
    }
  
    .signature__item .bg-blur::after {
      content: none;
    }
  
    .signature__item .abs-content {
      /*position: relative;*/
      padding: 20px;
      gap: 6px;
    }
  
    .signature__item .abs-content-desc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 12px;
      font-weight: 400;
    }
  
    .signature__item .abs-content-desc .sep {
      display: none;
    }
  
    .signature__item.blackbook figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      /*min-height: 29.65vh;*/
    }
  
    .signature__item.blackbook figure img {
      width: auto;
      margin: 0 auto;
    }
  
    .signature .see-all-mobile {
      display: block;
    }
  
    .magazine__block {
      grid-gap: 10px;
    }
  
    .magazine__banner {
      padding: 0;
    }
  
    .magazine__banner::after {
      content: none;
    }
  
    .magazine__banner-head {
      padding: 0 var(--padding);
    }
  
    .magazine__banner-footer {
      position: relative;
      /* padding: 0px 0 30px; */
      text-align: center;
    }
  
    /* .magazine__banner-footer::after {
      position: absolute;
      z-index: -1;
      content: "";
      left: 0;
      top: 0;
      pointer-events: none;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
      -webkit-transition: ease-in-out 0.4s;
      -o-transition: ease-in-out 0.4s;
      transition: ease-in-out 0.4s;
    } */
  
    .magazine__slider {
      padding: 0;
      background: transparent;
    }
  
    .magazine__slider-head {
      padding: 20px var(--mb-padding) 12px;
      background: var(--dark-green);
    }
  
    .magazine__slider-head i {
      top: 55%;
      right: var(--mb-padding);
    }
  
    /* .magazine__slider-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-bottom: 15px;
    } */
  
    .magazine__slider .swiper {
      padding: 0;
      padding-bottom: 35px;
    }
  
    .magazine__slider .swiper > .swiper-pagination-bullets {
      bottom: -9px;
    }
  
    /* .magazine__slider .abs-content-title {
      font-weight: 600;
    } */
  
    .magazine__slider .abs-content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 6px;
      text-align: center;
      padding: 10px;
    }
  
    .magazine__subscrible {
      padding: 0px var(--mb-padding);
      /* background: var(--dark-green); */
    }
  
    .magazine-btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  
    .magazine-noslider .magazine__banner {
      padding: 95px 0;
    }
  
    .magazine-noslider .magazine__banner::after {
      z-index: -1;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
      content: "";
    }
  
    .ribbon-slider {
      padding: 40px 0 33px;
    }
  
    .social {
      padding: 20px 20px 20px;
    }
  
    .social__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  
    .salepost__content h1,
    .salepost__content h2 {
      font-size: var(--s30);
      line-height: 1.25;
    }
  
    .salepost__map .iframebox {
      min-height: 400px;
    }
  
    .salepost-btns {
      grid-template-columns: repeat(1, 1fr);
    }
  
    .videos-item {
      /*min-height: 390px;*/
      padding-top: 56.25%;
    }
  
    .contact .form-items {
      grid-template-columns: repeat(1, 1fr);
    }
  
    .footer-title {
      max-width: 85%;
    }
  
    .footer .accordeon-item-head::after {
      right: calc(var(--mb-padding) * 2);
    }
  
    .footer .accordeon-item-head span {
      max-width: calc(100% - var(--mb-padding) * 2);
    }
  
    .footer-rights {
      font-size: var(--s14);
      line-height: 1.2142;
      opacity: 0.5;
    }
  }
  
  @media all and (max-width: 425px) {
    .featured .swiper-slide img {
      /*max-height: 380px;*/
    }
  
    .signature__item img {
      /*max-height: 380px;*/
    }
  }
  
  @media all and (max-width: 360px) {
    .container {
      padding: 0 10px;
    }
  }