@media (max-width: 1350px) {

    .promo .arrow,
    .hit .arrow {
        left: 0;
        width: 100%;
    }

    .product__arrow {
        left: 0px;
        width: 100%;
    }

    .about__wrap {
        align-items: end;
    }

    .about__right {
        max-width: 630px;
        height: auto;
    }

    .main-contacts iframe {
        max-width: 630px;
        height: 400px;
    }
}

@media (max-width: 1250px) {
    .shop__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .aside {
        width: 100%;
        height: 100%;
        left: 0;
    }

    .product__top-left {
        max-width: 300px;
    }

    .promo-page__text {
        font-size: 18px;
    }

    .categories__list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 20px;
    }

    .header__search {
        max-width: calc(100% - 30px);
    }

    .header__search.open {
        right: unset;
        left: 0px;
    }
}

@media (max-width: 1190px) {
    .cart-item {
        grid-template-columns: 120px 1fr 200px;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .cart-item__title {
        font-size: 14px;
    }

    .cart__content,
    .checkout__content {
        grid-column-gap: 24px;
        margin-bottom: 32px;
    }

    .about__left li {
        margin-bottom: 30px;
        gap: 30px;
    }

    .form__step {
        max-width: 300px;
    }
}

@media (max-width: 1090px) {
    .title-l {
        font-size: 30px;
    }

    .section {
        padding: 40px 0;
    }

    .header__top {
        margin: 0;
        padding: 15px;
        position: fixed;
        z-index: -1;

        top: -120%;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: var(--white);
        transition: all 0.4s ease-in-out;
        overflow: auto;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .header__top.active {
        top: 400px;
    }

    .header__location {
        justify-content: center;
    }

    .footer__list {
        grid-template-columns: 1fr 1fr;
    }

    .footer__item {
        order: 2;
    }

    .footer__item:first-child {
        order: -1;
    }

    .footer__item:last-child {
        order: 1;
    }

    .product__top {
        grid-template-columns: 1fr 1fr;
    }

    .product__top-right {
        order: 2;
        grid-column: span 2;
    }

    .product__top-left {
        max-width: 450px;
        margin: 0 auto;
    }

    .product__features {
        margin-bottom: 30px;
    }

    .product__top-right {
        margin-left: 0;
        padding: 0;
    }

    .product__top {
        margin-bottom: 20px;
    }

    .promo-page__items {
        grid-template-columns: repeat(3, 1fr);
    }

    .contacts__wrap {
        grid-template-columns: 1fr 1fr;
    }

    .regions__item {
        grid-template-columns: 1.2fr 1fr 1fr;
    }

    .regions__info:last-child {
        grid-column: span 3;
    }

    .cart__content,
    .checkout__content {
        grid-template-columns: 1fr;
    }

    .cart__sidebar-summary {
        margin-bottom: 18px;
    }

    .cart__sidebar {
        max-width: 100%;
    }

    .cart__head {
        margin-bottom: 24px;
        width: 100%;
    }

    .checkout__field:nth-child(1),
    .checkout__field:nth-child(2) {
        width: 100%;
        float: unset;
    }

    .about__right {
        max-width: 500px;
    }
}

@media (max-width: 1024px) {
    .page-template-about .section.about {
        padding-top: 0px;
    }

    .related__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0px -12px;
    }

    .shop__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .header__center {
        gap: 30px;
    }

    .header__menu-btn {
        margin-left: 15px;
        display: block;
    }

    .header__nav {
        margin: 0;
        padding: 30px 0px 0 0px;
        position: fixed;
        z-index: -2;
        top: -120%;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: var(--white);
        transition: all 0.4s ease-in-out;
        overflow: auto;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .header__nav.active {
        top: 80px;
    }

    .header__link-contacts {
        display: none;
    }

    .about__wrap {
        flex-direction: column;
        align-items: start;
    }

    .about__right {
        margin-left: auto;
        position: unset;
        order: -1;
    }

    .about__left ul {
        margin-bottom: 40px;
    }

    .main-contacts__wrap {
        flex-direction: column;
        align-items: start;
    }

    .main-contacts iframe {
        position: unset;
        max-width: 100%;
    }

    .form__wrap {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
        justify-content: center;
        align-items: center;
        display: grid;
    }

    .about__left .title-l {
        margin-bottom: 30px;
    }

    .about__right {
        max-width: calc(100% + 30px);
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
    }

    .form__step:nth-of-type(3) {
        margin: unset;
    }

    .form__step:nth-of-type(2) {
        margin: unset;
    }
}

@media (max-width: 900px) {
    .social-fixed {
        bottom: 72px;
        right: 25px;
    }

    .social-fixed a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    div.SmartCaptcha-Shield {
        bottom: 170px !important;
    }

    a.SmartCaptcha-Shield-PrivacyLink {
        font-size: 8px !important;
    }

    .SmartCaptcha-Shield-PrivacyLink {
        width: 70px !important;
    }

    html,
    body {
        font-size: 13px;
    }

    .header {
        font-size: 14px;
    }

    .header__logo span,
    .footer__logo span {
        font-size: 24px;
    }

    .header__nav {
        padding-top: 160px;
    }

    .header__burger {
        margin: 0 auto;
        position: fixed;
        z-index: -1;
        top: -120%;
        left: 0px;
        width: 100%;
        height: unset;
        background-color: var(--white);
        transition: all 0.4s ease-in-out;
        overflow: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .header__burger-btn .btn-icon {
        display: none;
    }

    .header__burger.active {
        top: 160px;
    }

    .header__search-btn-top {
        display: none;
    }

    .header__search {
        margin: 0 auto;
        position: fixed;
        z-index: -1;
        top: -120%;
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        width: 100%;
        height: 60px;
        background-color: var(--white);
        transition: all 0.4s ease-in-out;
        overflow: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0;
    }

    .header__search form {
        max-width: 340px;
        position: relative;
    }

    .header__search.active {
        right: unset;
        top: 100px;
    }

    .header .social {
        margin: 0 auto;
        position: fixed;
        z-index: -1;
        top: -120%;
        left: 0px;
        width: 100%;
        height: 80px;
        background-color: var(--white);
        transition: all 0.4s ease-in-out;
        overflow: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
    }

    .header .social.active {
        top: 370px;
        top: unset;
        bottom: 0px;
        opacity: 1;
    }

    .top-slider .arrow {
        width: 65px;
        height: 30px;
        bottom: 15px;
        left: 15px;
    }

    .top-slider .arrow-prev,
    .top-slider .arrow-next {
        width: 30px;
        height: 30px;
    }

    .arrow-prev svg,
    .arrow-next svg {
        width: 25px;
        height: 25px;
    }

    .top-slider__text h2 {
        font-size: 36px;
    }

    .top-slider__text p {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .top-slider__btn {
        font-size: 16px;
    }

    .top-slider {
        padding-bottom: 10px;
    }

    .footer__social {
        margin-bottom: 20px;
    }

    .footer__search {
        margin-bottom: 20px;
    }

    .footer__logo {
        margin-bottom: 20px;
    }

    .footer__info-tel {
        font-size: 20px;
    }

    .categories__item {
        gap: 20px;
    }

    .link-more,
    .categories__name,
    .about__text,
    .form__subtitle,
    .main-contacts__text,
    .main-contacts__phone {
        font-size: 20px;
    }

    .categories__img {
        width: 50px;
        height: 50px;
    }

    .about__img {
        width: 40px;
        height: 40px;
    }

    .call {
        bottom: 25px;
        right: 25px;
    }

    .call span {
        width: 40px;
        height: 40px;
    }

    .call span svg {
        width: 25px;
        height: 25px;
    }

    .brands__items {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 18px;
    }

    .brands__item {
        padding: 18px;
    }

    .assist__form-inner {
        flex-wrap: wrap;
    }

    .assist__text {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .company__img {
        margin-bottom: 10px;
    }

    .company__title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .company__text {
        font-size: 13px;
    }

    .aside.active {
        top: 90px;
    }

    .catalog__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .item {
        padding: 9px;
    }

    .product__top-left {
        max-width: 400px;
    }

    .product__title {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .product__wishlist span {
        font-size: 13px;
    }

    .product__top {
        gap: 18px;
    }

    .product__features {
        margin-bottom: 20px;
    }

    .product__feature-row {
        margin-bottom: 8px;
    }

    .product__subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .product__buy-wrapper,
    .regions__item,
    .contacts__wrap,
    .cart-item {
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .form__step:nth-of-type(1) {
        padding-bottom: 0px;
        max-width: 100%;
        width: 100%;
    }

    .form__step:nth-of-type(2) {
        margin: unset;
        max-width: 100%;
        width: 100%;
    }

    .form__step:nth-of-type(3) {
        max-width: 100%;
        width: 100%;
    }

    .form__wrap {
        row-gap: 40px;
    }

    a.header__burger-btn {
        display: none;
    }

    .header__nav.active {
        top: 60px;
    }

    .product__top-left {
        max-width: 350px;
    }

    .header__descr {
        display: none;
    }

    .xoo-cp-btns {
        display: flex;
        flex-direction: column;
    }

    .xcp-btn {
        height: auto !important;
        max-width: 100% !important;
    }

    td.xoo-cp-pprice {
        font-size: 13px !important;
    }

    td.xoo-cp-ptitle {
        width: 25% !important;
    }

    span.xcp-plus,
    span.xcp-minus {
        height: 20px !important;
        width: 20px !important;
    }

    .xoo-cp-qtybox {
        display: flex !important;
        align-items: center !important;
    }

    .xoo-cp-btns {
        gap: 10px;
    }

    td.xoo-cp-ptitle a {
        font-size: 12px !important;
    }

    button.header__burger-btn {
        display: flex;
        justify-content: center;
    }

    .shop__wrap .filter {
        display: none;
    }

    .filter {
        font-size: 11px;
    }

    .accordion__header {
        padding: 5px 14px;
    }

    .shop__wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .promo-page__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-page__text {
        font-size: 16px;
    }

    .contacts__wrap {
        font-size: 14px;
    }

    .login__wrap {
        flex-direction: column;
        gap: 18px;
    }

    .login__left,
    .login__right {
        width: 100%;
    }

    .account__right {
        align-items: center;
    }

    .account__nav {
        margin: 0 auto;
        width: 100%;
    }

    .woocommerce-MyAccount-navigation-link--dashboard a::before {
        width: 15px;
        height: 15px;
    }

    .account__link a {
        padding: 5px;
        font-size: 11px;
        justify-content: center;
    }

    .account__right {
        padding-left: 10px;
    }

    .container-my-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
        display: none;
    }

    .container-my-account .woocommerce-orders-table__header-order-number {
        display: none;
    }

    .container-my-account .woocommerce-orders-table__header-order-total {
        display: none;
    }

    .container-my-account .woocommerce-orders-table__cell-order-total {
        display: none;
    }

    .account__right {
        width: calc(100%);
        margin-top: 30px;
    }

    .container-my-account .woocommerce-orders-table__cell {
        padding: 5px;
        font-size: 12px;
    }

    .container-my-account .woocommerce-orders-table__row {
        height: auto;
    }

    .container-my-account .woocommerce-orders-table__header-order-status {
        display: none;
    }

    .container-my-account .woocommerce-orders-table__cell-order-status {
        display: none;
    }

    .container-my-account .woocommerce-orders-table__cell-order-actions .view {
        font-size: 12px;
        padding: 10px;
        width: 100%;
        max-width: unset;
        min-width: unset;
    }

    .button.order-again {
        font-size: 12px;
    }

    .container-my-account {
        flex-direction: column;
    }

    .main-contacts iframe {
        height: 300px;
    }

    .form__wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .form__step {
        max-width: 100%;
        margin: 0 auto;
        justify-self: center;
    }

    .form__checkboxes {
        grid-template-columns: repeat(3, 1fr);
    }

    .categories__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .header__logo {
        max-width: 120px;
    }

    .form__img {
        max-width: 145px;
    }
}

@media (max-width: 690px) {
    .woocommerce-order-details {
        width: 100%;
    }

    .order-cart__checkout {
        overflow-x: auto;
        overflow-y: none;
        margin-bottom: 20px;
    }

    .order-cart__checkout table {
        width: 500px;
    }

    .main-contacts__left {
        margin-bottom: 30px;
    }

    .main-contacts__left .title-l {
        margin-bottom: 30px;
    }

    .section.form .custom-checkbox label {
        font-size: 16px;
    }

    .section.form .custom-checkbox>label::before {
        width: 22px;
        height: 22px;
    }

    .top-slider .arrow {
        width: 45px;
        height: 20px;
    }

    .top-slider .arrow-prev,
    .top-slider .arrow-next {
        width: 20px;
        height: 20px;
    }

    .arrow-prev svg,
    .arrow-next svg {
        width: 15px;
        height: 15px;
    }

    .product__top-left {
        max-width: 350px;
    }

    .product__top {
        grid-template-columns: 1fr;
    }

    .product__top-right {
        grid-column: span 1;
    }

    .account__wrap {
        flex-direction: column;
    }

    .account__nav {
        min-width: 100%;
        max-width: 100%;
    }

    .account__right {
        width: 100%;
    }

    .account__list {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .related__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 0px -12px;
    }

    .title-l {
        margin-bottom: 10px;
        font-size: 26px;
    }

    .section {
        padding: 30px 0;
    }

    .header__contact {
        flex-direction: column;
    }

    .brands__items {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 12px;
    }

    .brands__item {
        padding: 12px;
    }

    .top-slider__text p {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .aside.active {
        padding: 20px 0px;
        top: 170px;
        height: 410px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .catalog__items {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .shop__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .item {
        padding: 6px;
    }

    .contacts__wrap {
        grid-template-columns: 1fr;
    }

    .contacts__item {
        margin-bottom: 10px;
    }

    .product__top,
    .product__buy-wrapper,
    .regions__item,
    .contacts__wrap,
    .cart-item {
        gap: 12px;
    }

    .cart-item__img {
        margin: 0 auto;
    }

    .cart-item {
        grid-template-columns: 1fr;
    }

    .item__number {
        display: flex;
    }

    .cart-item__price {
        text-wrap: nowrap;
    }

    .cart-item__delete {
        top: 105px;
    }

    .woocommerce-cart-form__contents {
        margin-bottom: 20px;
    }

    .item__number {
        justify-content: start;
    }

    .account__form-field {
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .btn {
        font-size: 16px;
    }

    .btn-2 {
        padding: 0 10px;
        font-size: 16px;
    }

    .about .btn-2 {
        max-width: 100%;
    }

    .header__descr {
        display: none;
    }

    .header__search form {
        max-width: 100%;
    }

    .assist__form-inner {
        margin-bottom: 10px;
        gap: 5px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .assist__form-inner .input {
        max-width: 100%;
    }

    .input {
        height: 40px;
    }

    .input::placeholder {
        font-size: 13px;
    }

    .assist__btn {
        max-width: 100%;
    }

    .btn,
    .btn-2 {
        height: 40px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer__list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .footer__logo {
        margin-bottom: 10px;
    }

    .footer__social {
        margin-bottom: 10px;
    }

    .footer__search {
        margin-bottom: 10px;
    }

    .footer__info-tel {
        margin-bottom: 10px;
    }

    .footer__link-main {
        margin-bottom: 12px;
    }

    .footer__link {
        margin-bottom: 5px;
    }

    .footer__social-item {
        width: 35px;
        height: 35px;
    }

    .footer__social-item svg {
        width: 24px;
        height: 24px;
    }

    .footer__link-main {
        font-size: 14px;
    }

    .top-slider__text p {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .top-slider__text h2 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1.2;
    }

    .modal {
        width: 100%;
    }

    .modal__title {
        padding-top: 5px;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .modal__text h5 {
        font-size: 18px;
        margin: 15px 0px;
    }

    .modal__text {
        font-size: 16px;
    }

    .modal__form input {
        margin-bottom: 10px;
        max-width: 100%;
    }

    .modal__wrap .custom-checkbox {
        margin-bottom: 10px;
        justify-content: start;
    }

    .modal__wrap .custom-checkbox>label {
        font-size: 12px;
    }

    .company__title {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .aside__items {
        padding: 20px;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .catalog__item {
        height: 120px;
    }

    .pagination {
        margin-top: 10px;
    }

    .pagination a {
        padding: 6px 10px;
    }

    .product__top-left {
        max-width: 300px;
    }

    .product__subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .promo-page__text {
        font-size: 14px;
    }

    .regions__item {
        grid-template-columns: 1fr;
    }

    .regions__info:last-child {
        grid-column: span 1;
    }

    .cart__delete-all span:last-child {
        display: none;
    }

    .link-more,
    .categories__name,
    .about__text,
    .form__subtitle,
    .main-contacts__text,
    .main-contacts__phone {
        font-size: 18px;
    }

    .footer__nav {
        flex-direction: column;
        gap: 5px;
    }

    .footer__link {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    .header__logo {
        min-width: 80px;
    }

    .top-slider__img img {
        border-radius: 0;
    }

    .top-slider .arrow {
        display: none;
    }

    .form__checkboxes {
        grid-template-columns: repeat(2, 1fr);
    }

    .link-more,
    .categories__name,
    .about__text,
    .form__subtitle,
    .main-contacts__text,
    .main-contacts__phone {
        font-size: 16px;
    }
}