body {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}
a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #076464;
}
.entry-content,
.entry-content p, 
.entry-content li {
    font-size: 16px;
    line-height: 1.5;
}
.container,
.section-inner,
.entry-content,
.section-inner.medium,
.post-meta-wrapper,
.woocommerce .content-area {
    max-width: 1245px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}
hr.wp-block-separator {
    margin: 3rem auto;
}
.post-inner {
    padding: 0 0 100px 0;
}

.header__wrap {
    display: grid;
    grid-template-columns: auto 1fr auto auto auto;
    align-items: center;
    grid-gap: 20px;
    padding: 20px 0;
}
.header__logo img{
    height: 60px;
}
.header__logo .screen-reader-text {
    display: none;
}
.header__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}
.header__menu ul li {
    margin: 0;
}
.header__menu ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.25;
}
.header__menu ul li.current-menu-item a,
.header__menu ul li a:hover {
    color: #ba1212;
}
.header__phone,
.header__mail {
    display: flex;
    flex-direction: column;
}
.header__phone a,
.header__mail a {
    text-decoration: none;
    font-weight: 700;
}
.header__phone a:hover,
.header__mail a:hover {
    color: #ba1212;
}
.header-cart {
    position: relative;
}
.header-cart a {
    display: block;
    padding: 5px;
}
.header-cart__count {
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg,rgba(101, 7, 7, 1) 0%, rgba(186, 18, 18, 1) 100%);
    border-radius: 8px;
    min-width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}

.footer {
    padding: 75px 0 150px 0;
    background: linear-gradient(90deg,rgba(101, 7, 7, 1) 0%, rgba(186, 18, 18, 1) 100%);
    color: #ffffff;
}
.footer__wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: stretch;
    grid-gap: 120px;
}
.footer__logo {
    margin-bottom: 30px;
}
.footer__logo a {
    display: block;
}
.footer__logo a img {
    height: 50px;
    filter: brightness(0) invert(1);
}
.footer-menu {
    margin: 0;
}
.footer-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 10px 20px;
    width: 100%;
}
.footer-menu__list li {
    margin: 0;
    line-height: 20px;
}
.footer-menu__list li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.footer-contacts {
    max-width: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-contacts a {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.footer-contacts a:hover {
    text-decoration: underline;
}

.social__title {
    margin-bottom: 10px;
    font-weight: 400;
    color: #ffffff;
}
.social__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.scroll-top {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 100;
    opacity: 0.8;
    visibility: hidden;
    transition: 200ms linear;
	background: linear-gradient(90deg,rgba(101, 7, 7, 1) 0%, rgba(186, 18, 18, 1) 100%);
	    display: flex;
    align-items: center;
    justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.scroll-top.active {
    visibility: visible;
}
.scroll-top:hover {
    opacity: 1;
}

section {
    padding: 50px 0;
}

.main-first {
    position: relative;
    z-index: 1;
    background-image: url(/wp-content/uploads/2025/09/main-first.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
}
.main-first:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}
.main-first__wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 15px;
    max-width: 856px;
    width: 100%;
    margin: 0 auto;
}
.main-first__title {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 52px;
    line-height: 61px;
}
.main-first__desc {
    font-weight: 500;
    font-size: 42px;
    line-height: 49px;
}
.main-first__form {
    width: 306px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 20px;
}
.main-first__form > img {
    margin-bottom: 40px;
}

.wpcf7-form br {
    display: none;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-form label {
    display: block;
    margin-bottom: 20px;
}
.wpcf7-form .wpcf7-form-control {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    display: block;
    width: 100%;
    height: 28px;
    border-bottom: 1px solid #2C2C2C;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1px;
    color: #000000;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    left: 0;
    bottom: -13px;
}
.wpcf7-form .wpcf7-response-output {
    margin: 25px 0 0 0 !important;
    padding: 10px !important;
    font-size: 10px;
    line-height: 12px;
}
.wpcf7-form .wpcf7-submit {
    border: none;
    text-transform: none;
    text-decoration: none !important;
    margin-top: 25px;
    height: 40px;
    background: #076464;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12.245px;
    line-height: 14px;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}
.wpcf7-form .wpcf7-submit:hover {
    opacity: 0.7;
}
.wpcf7-form .wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 28px;
    z-index: 1;
}

.title {
    margin: 0 0 40px 0;
    text-align: center;
}

.categorys {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: stretch;
    grid-gap: 20px;
}
.categorys-preview {
    background-color: #ffffff;
    border: 0.5px solid #EBEBEB;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categorys-preview:hover {
    box-shadow: 0px 4px 4px 0px rgba(7, 100, 100, 0.7);
}
.categorys-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul.products li.product .price, 
ul.products li.product .star-rating, 
ul.products li.product .woocommerce-loop-product__title {
    color: #000000;
}
.woocommerce ul.products,
.related.products ul.products, 
.up-sells ul.products {
    display: grid;
    align-items: stretch;
    grid-gap: 20px;
}
.woocommerce ul.products.slick-slider {
    display: block;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after {
    display: none;
}
.woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(4,1fr);
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.woocommerce ul.products li.product{
    background-color: #ffffff;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.woocommerce ul.products li.product img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
    order: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .price {
    order: 2;
    margin: 0;
    text-align: center;
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: bold;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    order: 3;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: center;
}
.woocommerce ul.products li.product .product-bottom-btns {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: stretch;
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-bottom: -1px;
}
.woocommerce ul.products li.product .button {
    text-decoration: none !important;
    text-transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(7, 100, 100, 1);
    border-radius: 0 0 8px 0;
    padding: 15px 5px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.woocommerce ul.products li.product .button:hover {
    opacity: 0.8;
}
.woocommerce ul.products li.product .btn-oneclick {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(7, 100, 100, 1);
    border-radius: 0 0 0 8px;
    padding: 15px 5px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(7, 100, 100, 1);
}
.woocommerce ul.products li.product .btn-oneclick:hover {
    background-color: rgba(7, 100, 100, 1);
    color: #ffffff;
}
.products-slider {
    width: calc(100% + 20px);
    margin-left: -10px;
}
.products-slider .slick-list {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.products-slider .slick-slide {
    padding: 0 10px;
    height: auto;
}
.products-slider .slick-slide > div {
    height: 100%;
}
.products-slider .slick-slide .product {
    box-shadow: none !important;
    float: none !important;
    height: 100%;
}

.slick-track {
    display: flex !important;
    align-items: stretch;
}
.slick-arrow {
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    z-index: 101;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ba1212;
}

.slick-arrow.slick-prev {
    left: -40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24'/%3E%3Cpath d='M14.5 17L9.5 12L14.5 7' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.slick-arrow.slick-next {
    right: -40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24'/%3E%3Cpath d='M9.5 7L14.5 12L9.5 17' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.slick-arrow.slick-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24'/%3E%3Cpath d='M14.5 17L9.5 12L14.5 7' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), linear-gradient(90deg,rgba(101, 7, 7, 1) 0%, rgba(186, 18, 18, 1) 100%);
}
.slick-arrow.slick-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24'/%3E%3Cpath d='M9.5 7L14.5 12L9.5 17' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), linear-gradient(90deg,rgba(101, 7, 7, 1) 0%, rgba(186, 18, 18, 1) 100%);
}
.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button {
    display: block;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #000000;
    opacity: 0.2;
}
.slick-dots li.slick-active button {
    background: #076464;
    opacity: 1;
}

.woocommerce .content-area .site-main {
    margin: 0;
    padding-bottom: 50px;
}

.advantages {
    margin: 50px 0;
    padding: 100px 0;
    background-color: #f3f3f3;
}
.advantages__wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 30px;
}
.advantages-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc((100% - 60px) / 3);
    text-align: center;
}
.advantages-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 0 auto;
    background: rgba(254, 254, 254, 1);
    border: 1px solid rgba(235, 235, 235, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.advantages-item__title {
    font-weight: bold;
}

button {
    letter-spacing: normal;
}
.btn {
    outline: none;
    border: none;
    background: none;
    text-decoration: none !important;
    text-transform: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    height: 45px;
    width: fit-content;
    margin: 40px auto 0 auto;
    border-radius: 25px;
}
.btn-blue {
    background: linear-gradient(90deg,rgba(101, 7, 7, 1) 0%, rgba(186, 18, 18, 1) 100%);
    color: #ffffff;
}
.btn-blue:hover {
    opacity: 0.7;
}

.main-news__wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: stretch;
    grid-gap: 20px;
}
.news-preview {
    background-color: #ffffff;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.news-preview__img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    width: calc(100% + 2px);
    height: 200px;
    margin-top: -1px;
    margin-left: -1px;
}
.news-preview__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-preview__title {
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
}
.news-preview__desc {
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.news-preview__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: calc(100% + 2px);
    margin-bottom: -1px;
    margin-left: -1px;
    background-color: #076464;
    border-radius: 0 0 8px 8px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.news-preview__link:hover {
    opacity: 0.7;
}

.feedback {
    background-image: url(/wp-content/uploads/2025/09/korsgun.ru-fon-dlya-formy.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    color: #ffffff;
    margin-top: 50px;
}
.feedback .wpcf7 {
    max-width: 400px;
}
.feedback .cf7-title {
    margin-bottom: 5px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.feedback .cf7-subtitle {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.feedback .cf7-warning {
    margin-top: 15px;
    opacity: 0.5;
}
.feedback .wpcf7-form label {
    margin-bottom: 10px;
}
.feedback .wpcf7-form label > span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.feedback .wpcf7-form label > span:first-child {
    display: block;
    margin-bottom: 10px;
}
.feedback .wpcf7-form .wpcf7-form-control {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1;
    color: #000;
}
.feedback .wpcf7-form .wpcf7-submit {
    text-transform: none;
    font-weight: normal;
    background: linear-gradient(90deg,rgba(101, 7, 7, 1) 0%, rgba(186, 18, 18, 1) 100%);
    color: #fff;
}

.popup-form {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    transition: 200ms linear;
    visibility: hidden;
    opacity: 0;
}
.popup-form.active {
    visibility: visible;
    opacity: 1;
}
.popup-form__wrap {
    position: relative;
    z-index: 1;
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 50px 20px 20px 20px;
}
.popup-form__close {
    outline: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}
.popup-form__close svg {
    width: 20px;
    height: 20px;
}
.popup-form .wpcf7-form .wpcf7-form-control {
    height: 40px;
    font-size: 14px;
}
.popup-form .wpcf7-form .wpcf7-submit {
    font-size: 16px;
}
#popup-consultation img,
#popup-oneclick img {
    margin: 0 auto 25px auto;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul {
    margin-left: 30px;
}
.woocommerce-breadcrumb {
    padding: 20px 0;
    margin: 0;
}
.related.products, 
.up-sells {
    padding: 50px 0;
}
.related.products h2, 
.up-sells h2 {
    margin: 0 0 40px 0;
}
table p {
    margin: 0;
}
.product-gallery br {
    display: none;
}
.product-gallery {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.product-gallery img {
    display: block;
    max-width: calc((100% - 40px) / 3);
}
.woocommerce-tabs .comment-reply-title {
    margin: 0;
    text-align: left;
}
.woocommerce-tabs #reviews .comment-form-rating label,
.woocommerce-tabs #reviews p.stars,
.comment-respond p:not(.comment-notes) {
    max-width: 100%;
}
.woocommerce-tabs #tab-reviews #submit {
    float: none;
    width: 100%;
}
.woocommerce-tabs #tab-reviews #submit:hover {
    text-decoration: none;
    opacity: 0.7;
}
.woocommerce-tabs #reviews p.stars:hover a::before,
.woocommerce-tabs #reviews p.stars.selected a.active::before,
.woocommerce-tabs #reviews p.stars.selected a:not(.active)::before {
    color: #076464;
}
.woocommerce-tabs ul li.active a {
    color: #076464;
    box-shadow: 0 2px 0 #076464;
}
.woocommerce-tabs ul li:hover a {
    color: #076464;
}
h1, .h1, .heading-size-1 {
    font-size: 50px;
    line-height: 1.25;
}
.woocommerce-page div.product div.images {
    width: 38%;
    margin-bottom: 20px;
}
.woocommerce-page div.product div.summary {
    width: 58%;
}
.single-product .entry-title {
    margin-bottom: 10px;
}
.single-product .summary p.price {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.single-product .sku_wrapper {
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
}
.single-product div.product .product_meta {
    padding: 0;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
}
.single-product div.product .product_meta a {
    text-decoration: none;
}
.single-product div.product .product_meta a:hover {
    color: #076464;
}
.single-product .single_add_to_cart_button {
    padding: 0 25px;
    height: 50px;
}
.single-product form.cart input[type=number] {
    width: 100px;
    height: 50px;
    padding: 0 10px 0 20px;
    text-align: center;
}
.single-product .single_add_to_cart_button:hover {
    text-decoration: none;
    opacity: 0.7;
}

.woocommerce-pagination {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}
.woocommerce-pagination ul {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.woocommerce-pagination li {
    margin: 0;
}
.woocommerce-pagination li .page-numbers {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 21px;
}
.woocommerce-pagination li .page-numbers:not(.next):not(.prev) {
    border: 1px solid #ba1212;
}
.woocommerce-pagination li a {
    text-decoration: none !important;
}
.woocommerce-pagination li .page-numbers.current {
    background-color: #ba1212;
    color: #ffffff;
}
.woocommerce-pagination li .page-numbers:not(.current):hover {
    background-color: #ba1212;
    border-color: #ba1212;
    color: #ffffff;
}

ul.products li.product .added_to_cart {
    grid-row: 1;
    grid-column: 2 span;
    text-align: center;
}

@media (max-width: 1400px) {
    .slick-arrow.slick-prev {
        left: -10px;
    }
    .slick-arrow.slick-next {
        right: -10px;
    }
}
@media (max-width: 1245px) {
    .container,
    .post-inner,
    .woocommerce .content-area .site-main,
    .woocommerce .content-area {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1200px) {
    .woocommerce ul.products.columns-4 {
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width: 1024px) {
    .header button.toggle {
        display: block;
        position: static;
        width: auto;
    }
    .header button.toggle svg {
        width: 32px;
        height: 32px;
    }
    .header__menu  {
        display: none;
        flex-direction: column;
    }
    .header__phone, 
    .header__mail {
        align-items: flex-end;
    }
    .menu-modal-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .modal-menu a {
        color: #000;
    }
    .modal-menu a:focus, 
    .modal-menu a:hover, 
    .modal-menu li.current-menu-item > .ancestor-wrapper > a, 
    .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
        text-decoration: none;
        color: #ba1212;
    }

    .footer__wrap {
        grid-gap: 30px;
    }

    .categorys {
        grid-template-columns: repeat(3,1fr);
    }
    .categorys-preview img {
        height: 150px;
    }

    .advantages-item {
        width: calc((100% - 30px) / 2);
    }

    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary {
        width: 100%;
    }
    h1, .h1, .heading-size-1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .header__wrap {
        position: relative;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        padding: 10px 0;
    }
    .header__logo {
        grid-column: 2 span;
    }
    .header__logo img {
        height: 45px;
    }
    .header__phone, 
    .header__mail {
        align-items: center;
    }
    .header-cart {
        width: fit-content;
        position: absolute;
        right: 42px;
        top: 15px;
    }
    .header button.toggle {
        position: absolute;
        right: 0;
        top: 10px;
        height: 45px;
    }

    .footer {
        padding: 50px 0 100px 0;
        text-align: center;
    }
    .footer__wrap {
        grid-template-columns: 100%;
    }
    .footer .social__list {
        justify-content: center;
    }
    .footer-contacts {
        margin: 0 auto;
    }

    .main-first__wrap {
        grid-template-columns: 100%;
        text-align: center;
    }
    .main-first__title {
        font-size: 28px;
        line-height: 1.5;
    }
    .main-first__desc {
        font-size: 20px;
        line-height: 1.5;
    }
    .main-first__form {
        max-width: 360px;
        margin: 0 auto;
    }

    .title {
        margin-bottom: 25px;
    }
    .categorys {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }

    .woocommerce ul.products {
        grid-gap: 10px;
    }
    .woocommerce ul.products.columns-4 {
        grid-template-columns: repeat(2,1fr);
    }
    .products-slider .product img {
        height: 185px;
    }
    .woocommerce ul.products:not(.slick-slider) .product .product-bottom-btns {
        grid-template-columns: 100%;
    }
    .woocommerce ul.products:not(.slick-slider) .product .btn-oneclick {
        border-radius: 0px;
    }
    .woocommerce ul.products:not(.slick-slider) .product .button {
        border-radius: 0 0 8px 8px;
    }
    .products-slider li.product .product-bottom-btns {
        margin-bottom: -0.5px !important;
    }

    .main-news__wrap {
        grid-template-columns: 100%;
    }

    .product-gallery img {
        display: block;
        max-width: calc((100% - 20px) / 2);
    }

    .woocommerce-products-header__title.page-title,
    h1, .h1, .heading-size-1 {
        font-size: 30px;
    }
    .woocommerce-page div.product div.summary {
        margin-bottom: 4rem;
    }
    .woocommerce-tabs ul li {
        margin-right: 0.5em;
    }
    .woocommerce .related.products ul.products, 
    .woocommerce-page .related.products ul.products {
        display: grid;
    }
}
@media (max-width: 600px) {
    .advantages-item {
        width: 100%;
    }
    .woocommerce ul.products li.product img {
        height: 185px;
    }
}
