@media screen and (max-width: 1450px) {
  .form-modal {
    padding: 45px 35px 80px 40px;
  }
}

@media screen and (max-width: 1250px) {
  .navigation-list {
    gap: 30px;
  }

  .navigation__list-link::before {
    right: -15px;
  }

  .navigation__list-link {
    font-size: 13px;
    line-height: 17px;
  }

  .navigation-list {
    gap: 20px;
  }

  .navigation__list-link::before {
    right: -10px;
    height: 33px;
  }

  .site__header__row-end {
    gap: 20px;
  }
}

@media screen and (max-width: 1200px) { 
  .hero__banner__row-end {
    right:0;
    margin-left:inherit;
    max-width: 45%;
  }
  .product__main__row-end {
    max-width: 30%;
  }
}

 

@media screen and (max-width: 1075px) {
  .burger-menu {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
  }

  .burger-menu span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #000;
    transition: .2s all linear;
  }

  .burger-menu span:nth-child(2) {
    margin: 8px 0;
  }

  .burger-menu.active {
    margin-top: -25px;
  }

  .burger-menu.active span:first-child {
    transform: rotate(-45deg);
    margin-top: 25px;
  }

  .burger-menu.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(45deg);
  }

  .burger-menu.active span:last-child {
    transform: rotate(45deg);
    margin-top: -20px;
  }

  .navigation-list {
    position: fixed;
    top: 70px;
    right: 0;
    width: 100%;
    height: calc(100vh - 68px);
    background: #fff;
    transform: translateX(150%);
    transition: .2s all ease;
    z-index: 9999999;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
  }

  header.active .navigation-list {
    transform: translateX(0px);
  }

  .site__header__row__end-link a {
    font-size: 0;
  }

  .site__header__row__end-link {
    flex-direction: row;
  }

  .site__header__row__end-link a img {
    max-width: 26px;
  }

  .site__header__row-start,
  .site__header__row-middle {
    margin: 0;
  }

  .all-title h1,
  .all-title h2 {
    font-size: 60px;
    line-height: 49px;
  }

  .hero__banner__row-end {
    max-width: 450px;

  }

  .all-title p {
    font-size: 24px;
    line-height: 24px;
  }

  .hero__banner__row-start {
    max-width: 430px;
  }

  .hero-banner {
    padding: 70px 0 30px;
  }

  .sp__main-row {
    flex-wrap: wrap;
    gap: 25px;
  }

  .product__main-title {
    gap: 25px;
  }

  .product__main__row-end {
    display: none;
  }

  .product__main__row__start-list {
    max-width: 100%;
  }

  .faverable__condit-row {
    flex-direction: column;
  }

  .faverable__condit__row-start {
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
  }

  .faverable__condit__row-start .hero__banner__row__start-about {
    margin: 0;
  }

  .faverable__condit__row-end {
    width: 100%;
    background-size: contain;
  }

  .best__quality__row-end {
    display: none;
  }

  .navigation__list-link::before {
    display: none;
  }
}
@media screen and (max-width: 992px) {
    .hero__banner__row-end {
        max-width: 340px;
    }
}

@media screen and (max-width: 780px) {
  .hero__banner-row {
    flex-direction: column;
    gap: 35px;
  }

  .hero__banner__row-end {
    position: initial;
  }

  .hero__banner__row__start-about {
    margin-top: 45px;
  }

  .hero__banner__row-start {
    max-width: 100%;
  }

  .sp__main__row-list {
    flex-wrap: wrap;
  }

  .sp__main__row__list-box {
    width: calc(100% / 2 - 20px);
  }

  .product__main__row__start__list-box {
    width: 100%;
  }

  .faverable__condit__row-start {
    flex-wrap: wrap;
    justify-content: center;
  }

  .faverable__condit-about p {
    font-size: 20px;
  }

  .product__main__row__start__list__box-txt h4 {
    max-width: 250px;
    margin: 0 auto 5px;
  }

  .all-title h1,
  .all-title h2,
  .all-title p {
    text-align: center;
  }

  .hero__banner__row__start-about {}

  .hero__banner__row__start__about-info {
    justify-content: center;
  }

  .btn-green {
    margin: 0 auto;
    font-size: 16px;
    min-width: 300px;
    padding: 5px 10px;
  }

  .product__main-title {
    justify-content: center;
  }

  .footer__links-row {
    flex-wrap: wrap;
  }

  .footer__links__row-middle {
    flex-direction: column;
    gap: 9px;
  }

  .footer__links__row-middle a {
    line-height: 1;
    text-align: center;
  }

  .faverable__condit__row-start .all-title h2,
  .faverable__condit__row-start .all-title p {
    text-align: left;
  }

  .all-title h1,
  .all-title h2 {
    font-size: 36px;
    line-height: 31px;
  }

  .all-title p {
    font-size: 18px;
  }

  .faverable__condit__row-end {
    border-radius: 0 0 0 35px;
    padding: 30px 25px;
    flex-wrap: wrap;
    height: auto;
    gap: 35px;
    justify-content: center;
  }

  .faverable__condit__row-end::before {
    display: none;
  }

  .footer-navigation {
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .footer__links-row {
    justify-content: center;
    gap: 25px;
  }

  .footer-title {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .best__quality__row-start .all-title p {
    font-size: 18px;
    line-height: 25px;
  }

  .best__quality__row-start {
    padding: 50px 0;
  }

  .faverable__condit__row__end-column {
    width: 100%;
    gap: 15px;
  }

  .faverable__condit__row__end-column h4 {
    margin: 0 auto;
    font-size: 18px;
  }

  .product__main__row__start-list {
    flex-wrap: wrap;
  }

  .sp__main__row-title {
    margin: 0 auto;
  }

  .site__header__row__end-btn {
    display: none;
  }

  .faverable__condit__row__end__column__box-txt p {
    font-size: 16px;
  }

  .faverable__condit__row__end__column__box-txt h6 {
    font-size: 14px;
  }

  .form__modal__row-end {
    display: none;
  }

  .form__modal__row__start-title h3 {
    font-size: 27px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
  }

  .form__modal__row__start-title p {
    font-size: 18px;
    line-height: 1;
    text-align: center;
  }

  .form-label {
    width: 100%;
  }

  .form-modal {
    padding: 20px 15px 30px;
    border-radius: 20px;
  }

  .form-checked p {
    max-width: calc(100% - 25px);
    font-size: 14px;
    line-height: 16px;
  }

  .fancybox__content>.f-button.is-close-btn {
    top: 20px !important;
    right: 20px !important;
    background: transparent !important;
  }
}


@media screen and (max-width: 390px) {}

@supports (-webkit-touch-callout: none) {}