@media (max-width: 1230px) {
  .container-lend {
    padding: 0 20px;
  }
  .hero {
    background: url(/wp-content/themes/nobilex/assets/img/hero-img.jpg) no-repeat right -200px top;
  }
  .calculate__wrapper-left {
    width: calc(100% - 420px);
  }
  .calculate__wrapper-right {
    width: 420px;
  }
  .why__wrapper-block {
    max-width: 100%;
    padding-right: 20px;
  }
  .more__wrapper-block {
    max-width: 100%;
    padding-left: 20px;
  }
}
@media (max-width: 1150px) {
  .main-navigation ul {
    gap: 10px;
  }
  .footer__block-right {
    padding-left: 50px;
  }
  .footer__block-left {
    padding: 60px 35px;
  }
}
@media (max-width: 1100px) {
  .hero {
    background: url(/wp-content/themes/nobilex/assets/img/hero-img.jpg) no-repeat right -400px top;
  }
  .product__list {
    gap: 20px;
  }
  .product__item {
    max-width: calc(50% - 15px);
  }
  .prices-slider .splide__track {
    padding-bottom: 100px;
  }
  .prices__list {
    gap: 0;
  }
  .splide__arrow {
    top: auto;
    bottom: 0;
    height: 43px;
    width: 43px;
    opacity: 0.4;
    background: #000;
  }
  .splide__arrow--prev {
    left: calc(50% - 50px);
  }
  .splide__arrow--next {
    right: calc(50% - 50px);
  }
  .splide__arrow svg {
    width: 17px;
    height: 10px;
    background: url(/wp-content/themes/nobilex/assets/img/arrow-button.svg) no-repeat center;
  }
  .splide__arrow path {
    display: none;
  }
  .splide__arrow:hover:not(:disabled) {
    opacity: 1;
  }
  .gallery__list li:nth-child(1), .gallery__list li:nth-child(2), 
  .gallery__list li:nth-child(3), .gallery__list li {
    width: 100%;
    height: 270px;
  }
  .gallery__list {
    flex-wrap: nowrap;
  }
  .gallery-splide .splide__track {
    padding-bottom: 100px;
  }
  .burger-menu {
    width: 28px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
  }
  .burger-item {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .burger-menu.active .burger-item:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .burger-menu.active .burger-item:nth-child(2) {
    opacity: 0;
  }
  .burger-menu.active .burger-item:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header__block {
    padding: 20px;
    position: fixed;
    flex-direction: column;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100%;
    transition: right 0.3s ease;
    z-index: 1000;
    background: #000;
  }
  .header__block.active {
    right: 0;
  }
  .main-navigation ul {
    margin-top: 100px;
    flex-direction: column;
    gap: 30px;
  }
  .main-navigation ul a {
    font-size: 24px;
    font-weight: 500;
  }
  .header__block .btn-lend {
    padding: 22px 10px;
    max-width: 100%;
    width: 100%;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .hero {
    background: none !important;
    height: auto;
  }
  .hero__wrapper {
    max-width: 100%;
    padding: 35px 0 45px;
    text-align: center;
    gap: 30px;
  }
  .hero__link {
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .hero__title, .title__block, .footer .title__block {
    font-size: 30px;
    text-align: center;
  }
  .calculate__text-block .title__block {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .btn-calculate {
    font-size: 14px;
    padding: 14px 19px;
  }
  .popup-content .title__block {
    margin-bottom: 24px;
  }
  .popup-content form {
    padding: 10px 20px;
  }
  .product, .prices, .why, .more, .reviews {
    padding: 45px 0;
  }
  .footer {
    padding: 45px 0 0;
  }
  .gallery {
    padding: 120px 0 0;
  }
  .calculate {
    margin: 45px 0;
  }
  .calculate__wrapper-right {
    width: 0;
  }
  .calculate__wrapper-left {
    width: 100%;
  }
  .prices__text {
    margin-top: 30px;
  }
  .calculate__wrapper-left::after {
    border-top: none;
    border-bottom: 325px solid #FF0000;
    border-left: 190px solid transparent;
    z-index: 1;
  }
  .product__list {
    flex-direction: column;
    align-items: center;
  }
  .product__item {
    max-width: 100%;
  }
  .why__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .why__wrapper-left, .why__wrapper-right, .more__wrapper-left, 
  .more__wrapper-right, .footer__block-left, .footer__block-right {
    width: 100%;
  }
  .more__wrapper-left {
    padding-right: 0;
  }
  .why__wrapper-left img , .more__wrapper-right img{
    margin-left: auto;
    margin-right: auto;
  }
  .more__wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .more__wrapper-block {
    margin-left: 0;
    width: 100%;
  }
  .footer {
    margin-bottom: 0;
  }
  .footer__wrapper {
    flex-direction: column-reverse;
    gap: 72px;
  }
  .footer__block-right {
    padding: 0 30px;
  }
  .footer .container-lend {
    padding: 0;
  }
  .footer__block-left {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .mobile {
    display: block;
  }
  .desctop {
    display: none;
  }
  .logo-mobile {
    display: block;
    margin-right: auto;
  }
  .hero__link {
    justify-content: center;
    gap: 16px;
  }
  .hero__link .btn-lend {
    padding: 22px 14px;
    max-width: 240px;
    width: 240px;
    font-size: 14px;
  }
  .product__item-block {
    padding: 20px 10px 10px;
  }
  .calculate__text-block {
    padding: 32px 40px 20px 0;
  }
  .product__item-block .title__block {
    font-size: 20px;
  }
  .calculate {
    height: 170px;
  }
  .calculate__wrapper-left::after {
    border-top: none;
    border-bottom: 170px solid #FF0000;
    border-left: 120px solid transparent;
    z-index: 1;
  }
  .product__item-title, .product__item-text, .link__arrow {
    font-size: 12px;
  }
  .product__item-text {
    max-width: 185px;
  }
  .link__arrow::after {
    width: 20px;
    height: 8px;
    background-size: 20px;
  }
  .link__arrow {
    padding-right: 30px;
  }
  .why__wrapper-right {
    padding-left: 20px;
  }
  .hero .container-lend {
    padding: 0;
  }
  .hero__wrapper {
    padding: 20px 0;
  }
  .hero img.mobile {
    width: 100%;
  }
  .more__wrapper-block {
    text-align: center;
    font-size: 12px;
    padding: 0 20px;
  }
  input[type="submit"] {
    font-size: 16px;
    padding: 20px;
  }
  .popup-content {
    padding: 20px 0;
    margin: 50px 30px;
  }
}
@media (max-width: 450px) {
  .header__block {
    max-width: 100%;
  }
  .main-navigation ul {
    margin-top: 50px;
  }
}
@media (max-width: 420px) {
  .popup-form input[type="submit"] {
    padding: 15px;
  }
  .popup-content {
    margin: 10px;
  }
}