.front-page {
    background-color: #1f1f1f;
    width: 100%;
    /*height: 491px;*/
    height: 253px;
    position: relative
}

.front-page__item--right {
    /*margin: 50px 40px 0 0;*/
    margin: 35px 40px 0 0;
    /*max-width: 295px;*/
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: rgba(43, 41, 102, 0.9);
    /*padding: 30px 40px 30px 37px;*/
    padding: 0px 40px 30px 37px;
    color: #fff;
    height: 199px;
    /* max-width: 280px;*/
    max-width: 230px;
}

.front-page__slide {
    width: 100%;
    /*height: 491px;*/
    height: 253px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.front-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1270px;
    padding: 0 45px;
    margin: 0 auto
}

.front-page__title {
    /*margin: 60px 0 25px;*/
    /*margin: 25px 0 25px;*/
    /*     margin: 25px 0 15px;*/
    margin: 15px 0 15px;
    color: #fff;
    /*font-size: 50px;*/
    /*line-height: 55px;*/
    font-size: 36px;
    line-height: 43px;
    /*max-width: 750px;*/
    max-width: 950px;
    width: 100%
}

.front-page__subtitle {
    font-family: "PTRootUI-Light", sans-serif;
    font-weight: 300;
    /*font-size: 24px;*/
    /*line-height: 35px;*/
    line-height: 25px;
    color: #d7d8df;
    /*max-width: 750px;*/
    max-width: 950px;
    width: 100%;
    /*margin-bottom: 60px;*/
    margin-bottom: 35px;
    font-size: 20px;
}

.front-page__item-title {
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    /*font-size: 24px;*/
    /*line-height: 35px*/
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.front-page__item-title span {
    /*font-size: 197.76px;*/
    font-size: 110px;
    line-height: 15px;
    /*margin: 70px 0 70px -4px;*/
    margin: 70px 0 50px -4px;
    display: block
}

.front-page__item-text {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
    padding-top: 18px;
    position: relative
}

.front-page__item-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #fff;
    opacity: 0.7
}

.front-page__dots {
    position: absolute;
    bottom: 50px;
    right: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.front-page__dots li + li {
    margin-left: 20px
}

.front-page__dots button {
    font-size: 0;
    width: 9px;
    height: 9px;
    opacity: 0.4;
    border: none;
    background-color: #fff;
    padding: 0;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear
}

.front-page__dots .slick-active button {
    width: 9px;
    height: 9px;
    background-color: #309ae0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.materials__tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 55px
}

#materials__tabs.materials__tabs-nav li:nth-child(2):hover ~ #materials__tabs .materials__tabs-items .materials__tabs-item:nth-child(2) {
    display: block;
}

.materials__tabs-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8
}

.materials__title {
    max-width: 230px;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000
}

.materials__title a {
    outline-width: 0px
}

.materials__title span {
    display: block
}

.materials__title:hover,
.materials__title .active {
    color: #309ae0
}

.materials__title:hover .materials__border,
.materials__title .active .materials__border {
    max-width: 230px;
    width: 100%;
    height: 3px;
    background-color: #309ae0
}

.materials__title:hover .materials__border::after,
.materials__title .active .materials__border::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8.5px solid transparent;
    border-top: 5px solid #309ae0
}

.materials__border {
    position: absolute;
    bottom: -1px;
    max-width: 230px;
    width: 100%;
    height: 3px;
    background-color: transparent;
    z-index: 10;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear
}

.materials__border::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8.5px solid transparent;
    border-top: 5px solid transparent;
    -webkit-transition: border-top 0.1s linear;
    -o-transition: border-top 0.1s linear;
    transition: border-top 0.1s linear
}

.materials__tabs-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 305px));
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.materials__tabs-list span {
    display: block;
    font-size: 16px;
    color: #a00;
}

.materials__tabs-cart {
    width: 305px;
    height: 235px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em #225170;
    padding: 125px 25px 20px 15px;
}

.inner_tabs-block {
    position: absolute;
    text-align: left;
    top: 20px;
    left: 30px;
    width: 66%;
    height: 87%;
    font-size: 18px !important;
    color: #FFFFFF !important;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    z-index: 1;
}

.materials__tabs-list #inner_li_pak:hover .inner_tabs-block {
    opacity: 1;
}

.materials__tabs-list #inner_li_pak:hover .materials__tabs-cart:after {
    opacity: 1;
}

.materials__tabs-cart::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #309ae0; */
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    background-image: linear-gradient(50deg, rgb(25, 24, 48) 0%, rgba(43, 42, 102, 0) 100%);
}

.materials__tabs-cart:hover::after {
    opacity: 1
}

.materials__tabs-cart:hover .materials__tabs-title {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.materials__tabs-cart:hover .materials__btn {
    opacity: 1
}

.materials__tabs-title {
    text-align: center;
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-top: 20px;
    position: relative;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear
}

.materials__tabs-title::before {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 18px;
    background-color: #fff
}

.materials__tabs-title a:hover {
    color: #309ae0;
}

.materials__btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 30px;
    position: absolute;
    bottom: 23px;
    z-index: 20;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear, background-color 0.1s linear;
    -o-transition: opacity 0.1s linear, background-color 0.1s linear;
    transition: opacity 0.1s linear, background-color 0.1s linear
}

.materials__btn:hover {
    background-color: #225170
}

.partners {
    max-width: 100%;
    min-height: 338px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.partners__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.partners__item {
    color: #fff
}

.partners__title {
    font-size: 48px;
    line-height: 65px;
    max-width: 685px;
    width: 100%;
    margin-bottom: 20px
}

.partners__title span {
    padding: 0 5px;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    border-radius: 3px
}

.partners__subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px
}

.partners__item-title {
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px
}

.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.partners__logo {
    margin: 0px 15px 15px 0;
    background-color: #fff;
    width: 154px;
    height: 90px;
    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;
    border-radius: 5px
}

.partners__item-text {
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px
}

.partners__item-text span {
    padding: 0 5px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px
}

.popular-products__section-title {
    /* max-width: 445px; */
    max-width: max-content;
    width: 100%;
    margin-bottom: 45px
}

.popular-products__section-title.section-title--color::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 7px;
    height: 8px;
    width: 8px;
    background-color: #309ae0;
    border-radius: 50%
}

.popular-products__section-title.popular-products__section-title-mplace {
    max-width: 100%;
    display: block;
}

.popular-products__section-title-mplace.section-title--color::after {
    display: none;
}

.popular-products__tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f3f3f3;
    margin-bottom: 10px
}

.popular-products__title {
    padding: 25px 0px 25px 40px;
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #747474;
    position: relative;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear
}

.popular-products__title span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    max-width: 85px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear
}

.popular-products__title a {
    outline-width: 0px
}

.popular-products__title:hover,
.popular-products__title .active {
    color: #000
}

.popular-products__title:hover span,
.popular-products__title .active span {
    background-color: #c4c4c4
}

.popular-products__tabs-list {
    border-bottom: 1px solid #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}


.popular-products__tabs-items .product {
    max-width: 274px !important;
    width: 100%;
    height: 438px;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: -webkit-box-shadow 0.1s ease-in-out;
    -o-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    position: relative;
    z-index: 50;
    margin: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.popular-products__tabs-items .product:hover {
    -webkit-box-shadow: 0px 37px 54px 0px rgba(48, 154, 224, 0.11);
    box-shadow: 0px 37px 54px 0px rgba(48, 154, 224, 0.11)
}

.popular-products__tabs-items .product-preview__pictures {
    width: 244px;
    height: 216px;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 auto;
}

.popular-products__tabs-items .product-preview__pictures img {
    width: 244px;
    height: 216px;
    -o-object-fit: cover;
    object-fit: cover
}

.popular-products__tabs-items .wrapper_cont {
    padding: 15px 10px 29px 18px;
    width: 248px;
    width: 100%;
    /*    height: 219px !important;*/
}


.popular-products__tabs-items .rating_tovar {
    margin-bottom: 11px;
    pointer-events: none;
}

.popular-products__tabs-items .kksr-score.kksr-score1,
.popular-products__tabs-items .kksr-muted.kksr-muted1,
.popular-products__tabs-items .strong1,
.popular-products__tabs-items .kksr-muted.kksr-muted2,
.popular-products__tabs-items .kksr-muted,
.popular-products__tabs-items .price-rules-table-wrapper {
    display: none;
}

.popular-products__tabs-items .kksr-muted.kksr-muted3 {
    display: inline-block;
}

.popular-products__tabs-items .kksr-legend {
    font-size: 13px;
    color: #a1a1a1
}

.popular-products__tabs-items .product-preview__name {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.popular-products__tabs-items .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    /*    text-transform: uppercase*/
}

.popular-products__tabs-items .sale_price {
    font-size: 18px;
    color: #000
}

.popular-products__tabs-items .sale_proc {
    color: #fff;
    font-size: 10px;
    line-height: 7px;
    background-color: #309ae0;
    padding: 3px;
    height: 13px;
    margin: 0px 7px
}

.popular-products__tabs-items .old_price {
    font-size: 15px;
    color: #797979;
    position: relative
}

.popular-products__tabs-items .old_price::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 59px;
    height: 2px;
    background-color: #797979;
    opacity: 0.6
}

.products-card__cart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popular-products__tabs-items .qty-product-single.clearfix.cart {
    display: flex;
}

.popular-products__tabs-items .quantity input[type="number"] {
    padding: 11.5px 23px;
    width: 64px;
    width: 67px;
    background-color: #f6f6f6;
    border-radius: 3px;
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    border: none;
    margin-right: 20px;
    order: -5;
    text-align: center;
    z-index: 1;
    padding: 11px;
    padding-left: 22px;
}

.popular-products__tabs-items .quantity {
    position: relative;
}

.tag-product button,
.popular-products__tabs-items .single_add_to_cart_button.button3.fr.alt {
    padding: 14.5px 29px;
    background-color: #225170;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
}

.popular-products__tabs-items .minus.qib-button,
.popular-products__tabs-items .plus.qib-button {
    position: absolute;
    width: 30px;
    height: 35px;
    bottom: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    z-index: 40;

}

.popular-products__tabs-items .plus.qib-button {
    background: #f6f6f6;
    left: 65px;
}

.popular-products__tabs-items .minus.qib-button {
    background-image: url(/wp-content/themes/storefront-child/images/left-arrow-slider.png);
    /*left: 25px;*/
    bottom: auto;
    top: 21px;
    background-position: 3px center;
}

.main_price-flex {
    display: flex;
}

/* M */
.popular-products__tabs-items .plus.qib-button {
    background: #f6f6f6;
    left: 61px;
    /*bottom: -11px;*/
    top: 21px;
    height: 43px;
    width: 25px;
}

.popular-products__tabs-items .plus.qib-button:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/storefront-child/images/right-arrow-slider.png);
    width: 8px;
    height: 13px;
    left: 8px;
    top: 50%;
    margin-top: -5.5px;
}

/* M */
/*
.product form {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

/* .category-page .quantity{
	width: 42%;
	position: relative;
	background: #f6f6f6;
	border: none;
}

.product .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    width: 70px;
    position: relative;
    background: #f6f6f6;
    border: none;
}

/* .category-page .input-text {
	width: 43%;
}
.product .qib-button {
    position: absolute;
    border: unset;
    outline: none;
    background: unset;
    z-index: 2;
    height: 100%;
    width: 26px;
    padding: 0;
    color: transparent;
}

.product .clear {
    display: none;
}

.product .minus.qib-button {
    right: 50px;
    background-image: url(/wp-content/themes/storefront-child/images/left-arrow-slider.png);
    background-position: center;
    background-repeat: no-repeat;
}

.product .plus.qib-button {
    right: 5px;
    background-image: url(/wp-content/themes/storefront-child/images/right-arrow-slider.png);
    background-position: center;
    background-repeat: no-repeat;
}

.product .input-text {
    width: max-content;
    max-width: 51px;
    height: 44px;
    border-radius: 3px;
    border: none;
    outline: none;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-left: 75%;
    margin-left: 29%;
    padding: 0;
    text-align: center;
    background: #f6f6f6;
} */


.popular-products__tabs-items .hover_characteristics {
    position: absolute;
    bottom: -100px;
    width: 244px;
    height: 110px;
    padding: 0px 15px 20px 15px;
    background-color: green;
    z-index: 50;
    display: none
}

.popular-products__tabs-item .awooc-custom-order.button.alt.awooc-custom-order-button.show-add-to-card {
    display: none;
}


.products-card__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px
}

.products-card__name {
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400
}

.products-card__value {
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700
}

.popular-products__arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    z-index: 40;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    background-color: #eeeeee
}

.popular-products__arrows:hover {
    background-color: #d5d5d5
}

.popular-products__arrow-prev {
    left: -30px;
    padding-right: 8px
}

.popular-products__arrow-next {
    right: -30px;
    padding-left: 8px
}


.call-back {
    max-width: 100%;
    min-height: 222px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.call-back__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 15px
}

.decore {
    position: absolute;
    top: 65%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 20px solid transparent;
    border-left: 13px solid #fff
}

.call-back__inner::before {
    content: "";
    position: absolute;
    top: 65%;
    right: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 20px solid transparent;
    border-left: 13px solid #fff;
    opacity: 0.25
}

.call-back__inner::after {
    content: "";
    position: absolute;
    top: 66%;
    right: 50.5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 20px solid transparent;
    border-left: 13px solid #fff;
    opacity: 0.2
}

.call-back__title {
    font-size: 40px;
    line-height: 43px;
    max-width: 490px;
    width: 100%;
    color: #fff;
    margin-right: 100px;
}

.form-call-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.call-back__text {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-bottom: 5px
}

.form-call-back input {
    height: 60px;
    max-width: 280px;
    width: 100%;
    padding: 0px 25px;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    margin-right: 80px;
}

.form-call-back input::-webkit-input-placeholder {
    color: #000
}

.form-call-back input::-moz-placeholder {
    color: #000
}

.form-call-back input:-ms-input-placeholder {
    color: #000
}

.form-call-back input::-ms-input-placeholder {
    color: #000
}

.form-call-back input::placeholder {
    color: #000
}

.form-call-back input[type="submit"] {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    padding: 20px 40px;
    max-width: 280px;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background-color: #309ae0;
    margin-right: 0px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none;
}

.call-back__form input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin-right: 0px;
    margin-top: 5px;
}

.call-back__form label {
    color: #fff;
    font-size: 13px;
    text-align: left;

}


.about {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    /*height: 915px;*/
    /*height: 1205px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about__left {
    max-width: 630px;
    width: 100%
}

.about__title {
    max-width: 490px;
    width: 100%;
    /*margin-bottom: 40px;*/
    line-height: 32px;
    margin-bottom: 15px
}

.about__subtitle {
    font-size: 40px;
    line-height: 44px;
    max-width: 600px;
    width: 100%;
    margin-bottom: 70px
}

.about__left-text {
    /*font-size: 18px;*/
    /*line-height: 28px;*/
    font-size: 16px;
    line-height: 24px;
    max-width: 525px;
    width: 100%;
    margin-bottom: 60px
}

.about__left-text p, .about__right-text p {
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
}

.about__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.about__article::before {
    content: "";
    position: absolute;
    bottom: 70px;
    left: -100%;
    width: 1000px;
    height: 103px;
    background-color: #309ae0;
    opacity: 0.1
}

.about__article-link {
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    color: #309ae0;
    font-size: 20px;
    line-height: 44px;
    border-bottom: 1px solid rgba(48, 154, 224, 0.15);
    height: 35px;
    margin-top: 7px;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear
}

.about__article-link:hover {
    color: #225170;
    border-bottom: 1px solid transparent
}

.about__article-icon {
    height: 58px;
    width: 58px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear
}

.about__article-icon img {
    position: absolute;
    right: 40%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about__article-icon:hover {
    background-color: #f7f7f7
}

.about__article-image {
    max-width: 309px;
    width: 100%;
    height: 287px
}

.about__article-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about__right {
    margin-top: -70px;
    max-width: 550px;
    width: 100%;
    position: relative
}

/*.about__right::after {
    content: "";
    position: absolute;
    background-image: url(../../../storefront-child/images/quote.png);
    width: 77px;
    height: 77px;
    display: block;
    top: 32%;
}*/

.about__right-image {
    max-width: 403px;
    width: 100%;
    height: 355px;
    position: relative;
    margin-left: auto;
    /*margin-bottom: 165px;*/
    margin-bottom: 135px;
}

.about__right-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about__right-text-bold {
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
}

.about__right-text {
    /*font-size: 18px;*/
    /*line-height: 28px;*/
    font-size: 16px;
    line-height: 24px;
}

.advantages {
    padding: 120px 0 70px
}

.advantages__title {
    max-width: 650px;
    width: 100%;
    margin-bottom: 50px
}

.advantages__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 310px));
    gap: 20px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantages__item {
    padding: 30px 40px 25px 40px;
    background-color: #f5f5f5;
    height: 364px
}

.advantages__item--blue {
    background-color: #309ae0;
    color: #fff
}

.advantages__image {
    max-width: 78px;
    max-height: 78px;
    display: block;
    margin-bottom: 30px
}

.advantages__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.advantages__item-title {
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px
}

.advantages__item-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px
}

.advantages__link {
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    color: #309ae0;
    position: relative;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear
}

.advantages__link--white {
    color: #fff
}

.advantages__link:hover {
    color: #225170
}

.advantages__icon {
    position: absolute;
    top: 50%;
    right: -60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 28px;
    width: 28px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear
}

.advantages__icon img {
    position: absolute;
    top: 50%;
    right: 35%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.advantages__icon:hover {
    background-color: #225170
}

.news {
    background-color: #eeeeee
}

.news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.news__title {
    max-width: 320px;
    width: 100%
}

.news-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-tabs__button {
    padding: 10px 15px;
    border: none;
    background: none;
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #747474;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear
}

.news-tabs__button:hover,
.news-tabs__button--active {
    color: #000
}

.news-tab-content {
    display: none
}

.news-tab-content--active {
    display: block;
    -webkit-animation-name: tabsAnim;
    animation-name: tabsAnim;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes tabsAnim {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes tabsAnim {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.news__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 620px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news-card {
    width: 620px;
    height: 155px;
    background-color: #225170;
    display: block;
    border-bottom: 1px solid #39637f;
    padding: 22px 47px 30px 35px;
    transition: box-shadow .2s linear;
}

.news-card--img {
    height: 310px;
    background-color: #fff;
    border-bottom: none;
    padding: 0;
}

.news-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-card__info {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 310px
}

.news-card__image {
    width: 310px;
    height: 310px;
    overflow: hidden;
}

.news-card:hover {
    box-shadow: -3px 0px 40px rgb(0 0 0 / 10%), 0px 0px 10px rgb(164 164 164 / 3%)

}

.news-card--img:hover .news-card__image img {
    transform: scale(1.2);
}

.news-card__image--order {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5
}

.news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .2s ease-out;
}

.news-card__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.6;
    margin-bottom: 10px
}

.news-card__graph {
    font-size: 13px;
    color: #fff;
    background-color: transparent;
    padding: 3px 6px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 5px
}

.news-card__graph--color {
    width: 118px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6)
}

.news-card__date {
    font-size: 13px;
    color: #fff
}

.news-card__date--color {
    color: rgba(0, 0, 0, 0.6)
}

.news-card__title {
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.news-card__title--color {
    color: #000
}

.news-card__text-preview {
    font-size: 16px;
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400;
    color: #fff
}

.news-card__text-preview--color {
    color: #000
}


@media (max-width: 1440px) {

    .partners__item + .partners__item {
        margin-left: 20px
    }

    .popular-products__arrow-prev {
        left: -30px
    }

    .popular-products__arrow-next {
        right: -30px
    }

    .popular-products__tabs-item {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .popular-products__tabs-items .product-preview__pictures img,
    .popular-products__tabs-items .product-preview__pictures {
        width: 100%;
    }


    .about {
        padding-top: 35px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }

    .about__right-image {
        margin-top: 35px;
        margin-bottom: 70px
    }

    .about__title {
        margin-bottom: 10px;
        max-width: 420px
    }

    .about__subtitle {
        margin-bottom: 35px
    }

    .section-title--color {
        font-size: 35px;
        line-height: 45px
    }

    .about__subtitle {
        font-size: 25px;
        line-height: 30px;
        max-width: 500px
    }

    .about__left-text {
        font-size: 16px;
        line-height: 22px
    }

    .about__left-text p {
        margin-bottom: 20px
    }

    .about__right-text-bold {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .about__left {
        margin-right: 15px
    }

    .about__right {
        max-width: 403px
    }

    .about__right::after {
        display: none
    }
}

@media (max-width: 1200px) {

    .materials__tabs-nav {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto
    }

    .materials__title {
        font-size: 16px;
        line-height: 19px;
        max-width: 160px
    }

    .materials__title:hover .materials__border,
    .materials__title .active .materials__border {
        max-width: 160px
    }

    .partners__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .partners__item + .partners__item {
        margin-left: 0px;
        margin-top: 50px
    }

    .call-back__title {
        font-size: 30px;
        line-height: 35px;
        max-width: 415px
    }

    .call-back__inner::before,
    .call-back__inner::after,
    .decore {
        display: none
    }

    .form-call-back {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 289px
    }

    .about__right-text-bold {
        font-size: 16px;
        margin-bottom: 15px
    }

    .about__right-text,
    .about__left-text {
        font-size: 14px;
        line-height: 20px
    }

    .about__subtitle {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .section-title--color {
        font-size: 30px;
        line-height: 35px;
        max-width: 365px
    }

    .about__right-image {
        max-width: 350px;
        width: 100%;
        height: 310px;
        margin-bottom: 45px
    }

    .about__article-link {
        line-height: 27px;
        height: 28px;
        font-size: 16px
    }

    .about__article-icon {
        height: 40px;
        width: 40px
    }
}

@media (max-width: 1024px) {
    .front-page__item-title span {
        font-size: 100px;
        margin: 30px 0 30px -4px
    }

    .front-page__item--right {
        /*margin: 75px 0px 0 0;*/
        margin: 35px 0px 0 0;
        max-width: 220px;
        /*height: 300px;*/
        height: 175px;
        padding: 20px
    }

    .front-page__title {
        /*font-size: 30px;*/
        line-height: 35px;
        max-width: 660px;
        font-size: 28px;
        line-height: 32px;
        margin-top: 15px;
    }

    .front-page__subtitle {
        font-size: 20px
    }

    .partners__title {
        font-size: 30px;
        line-height: 40px;
        max-width: 530px
    }

    .popular-products__section-title {
        max-width: 335px;
        margin-bottom: 45px;
        font-size: 30px;
        line-height: 40px
    }


    .popular-products__title {
        padding: 15px 0px 15px 15px;
        font-size: 16px
    }

    .popular-products__tabs-item {
        max-width: 570px;
    }

    .popular-products__tabs-items .product {
        margin: 0 15px;
    }

    .form-call-back__input {
        height: 50px;
        max-width: 289px;
        font-size: 16px;
        margin-bottom: 10px
    }

    .btn--form {
        line-height: 10px
    }

    .news__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news__title.section-title--color {
        font-size: 30px;
        line-height: 35px;
        max-width: 235px;
        margin-bottom: 20px
    }

    .front-page__dots button {
        font-size: 0;
        width: 9px;
        height: 9px;
        opacity: 0.4;
        border: none;
        background-color: #fff;
        padding: 0;
        -webkit-transition: -webkit-transform 0.2s linear;
        transition: -webkit-transform 0.2s linear;
        -o-transition: transform 0.2s linear;
        transition: transform 0.2s linear;
        transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    }
}

@media (max-width: 992px) {

    .front-page__item {
        margin-right: 20px
    }

    .front-page__btn {
        padding: 13px 20px;
        font-size: 12px
    }

    .materials__tabs-nav {
        overflow-x: auto;
        overflow-y: hidden;
        /* padding-left: 295px; */
        margin-bottom: 15px
    }

    .about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__left,
    .about__right {
        text-align: center;
        margin: 0 auto
    }

    .about__right {
        margin-bottom: 30px
    }

    .section-title--color,
    .about__subtitle,
    .about__left-text,
    .about__right-text {
        margin: 0 auto
    }

    .section-title--color {
        margin-bottom: 10px
    }

    .about__subtitle {
        margin-bottom: 20px
    }

    .about__article-image {
        display: none
    }

    .about__article {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about__article-link {
        margin-right: 10px
    }

    .about__article::before {
        display: none
    }

    .about__right-image {
        margin-left: auto;
        margin-right: auto
    }

    .materials__title {
        display: table
    }

    .materials__tabs-nav::after {
        display: none
    }

    .materials__title + .materials__title {
        margin-left: 20px
    }

    .materials__title:hover .materials__border,
    .materials__title .active .materials__border {
        display: none
    }

    .materials__tabs-list {
        grid-template-columns: repeat(2, minmax(280px, 305px));
    }
}

@media (max-width: 820px) {
    .advantages {
        padding: 30px 0 30px
    }
}

@media (max-width: 768px) {
    .front-page__title {
        font-size: 18px;
        line-height: 25px;
        max-width: 300px;
        /*        margin: 30px 0px 25px;*/
        margin: 15px 0px 15px;
    }

    .front-page__subtitle {
        line-height: 19px;
        font-size: 14px
    }

    .front-page__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .front-page__item {
        margin-right: 0px;
    }

    .front-page__item--right {
        margin: 40px 0px 0px 0px;
        max-width: 300px;
        height: 95px;
        padding: 15px;
        display: none;
    }

    .front-page__item-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        line-height: 30px
    }

    .front-page__item-title span {
        font-size: 24px;
        line-height: 25px;
        margin: 0px 10px
    }

    .front-page__item-text {
        font-size: 14px;
        line-height: 18px
    }

    .call-back__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .call-back__title {
        font-size: 24px;
        line-height: 30px;
        max-width: 415px;
        text-align: center;
        margin-bottom: 30px;
        margin-right: 0px;
    }

    .section-padding {
        padding: 40px 0px 40px
    }

    .advantages__item-title {
        font-size: 18px;
        line-height: 20px
    }

    .advantages__item-text {
        font-size: 14px;
        margin-bottom: 10px
    }

    .advantages__item {
        height: 310px;
        padding: 20px
    }

    .form-call-back label {
        margin-top: -25px !important;
    }

    .popular-products__tabs-items .quantity input[type="number"] {
        padding-left: 9px;
    }
}

@media (max-width: 660px) {

    .front-page__dots {
        bottom: 25px;
        width: 30px;
        right: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .btn--fp + .btn--fp {
        margin-left: 5px
    }

    .front-page__btn {
        padding: 13px 14px;
        font-size: 10px
    }

    .materials__tabs-list {
        display: block
    }

    .materials__tabs-title {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .materials__tabs-cart {
        width: 100%;
        margin-bottom: 10px !important;
        display: block;
    }

    .materials__tabs-cart:last-child {
        margin-bottom: 0px
    }

    .partners__title {
        font-size: 24px;
        line-height: 28px;
        max-width: 400px
    }

    .partners__subtitle {
        max-width: 300px
    }

    .partners__item-title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .partners__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5px
    }

    .partners__item-text {
        font-size: 14px
    }

    .popular-products__tabs-items {
        max-width: 280px;
        margin: 0px auto;
    }

    .products-card {
        max-width: 240px;
        margin: 0 5px
    }

    .popular-products__tabs-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news-card__image {
        width: 100%;
        max-width: 180px;
        height: 180px
    }

    .news-card__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .news-card__info {
        padding: 10px;
        width: 100%;
        max-width: 380px
    }

    .news-card--img {
        height: 200px
    }

    .news-card {
        padding: 15px;
        margin: 0 auto;
        width: 500px
    }

    .news-card__text-preview {
        font-size: 14px
    }

    .section-title--color::after {
        display: none
    }
}

@media (max-width: 550px) {
    .news-card {
        padding: 10px;
        width: 350px
    }

    .news-card__image {
        display: none
    }

    .news-card__graph--color {
        margin-bottom: 10px
    }

    .news-card__graph {
        font-size: 11px
    }

    .news-card__date {
        font-size: 11px
    }
}

@media (max-width: 375px) {

    .btn--partners {
        font-size: 11px;
        padding: 17px 20px
    }

    .section-title--color {
        font-size: 24px;
        max-width: 320px
    }

    .about__right-image {
        height: 240px
    }

    .news-card {
        padding: 5px;
        width: 300px
    }

    .news .container {
        padding: 0px 10px
    }

    .popular-products__arrows {
        width: 30px;
        height: 30px;
    }

    .popular-products__arrow-prev {
        left: -15px;
    }

    .popular-products__arrow-next {
        right: -15px;
    }

    .materials__tabs-title {
        line-height: 20px;
    }
}

.news_new_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_new_block {
    width: 24%;
    display: flex;
    /*        flex-wrap: wrap;*/
    flex-direction: column;
    background-color: white;
    padding: 20px;
}

.news_new_img {
    width: 100%;
    height: 200px;
}

.news_new_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_new_descr {
    margin-top: 20px;
    width: 100%;
}

.news_new_descr h4,
.news_new_descr .h4 {
    margin-top: 10px;
}

.news_new_date {

}

.news_new_title {

}

.news_new_link {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    flex: 1;
}

.news_new_link a {
    color: white;
    background-color: #2f9ae0;
    padding: 10px;
}


@media screen and (max-width: 980px) {
    .news_new_block {
        width: 45%;
        margin-top: 30px;
    }

    .news_new_wrapper {
        justify-content: space-evenly;
    }
}


@media screen and (max-width: 530px) {
    .news_new_block {
        width: 100%;
        margin-top: 30px;
    }

    .news_new_wrapper {
        justify-content: space-evenly;
    }
}

@media (max-width: 340px) {
    .front-page__title {
        margin: 10px 0 15px;
    }

    .front-page__subtitle {
        margin-bottom: 15px;
    }

    .front-page__subtitle br:first-child {
        display: none;
    }

    .front-page__btn {
        display: block;
        width: max-content;
    }

    .btn--fp + .btn--fp {
        margin-left: 0;
        /*        margin-top: 5px;*/
    }
}

@media (max-width: 1250px) {
    .front-page__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .front-page__title {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .front-page__title {
        font-size: 18px;
        margin: 10px 0 15px;
    }

    .front-page__btns {
        display: flex;
    }

    .front-page__btns .btn {
        display: block;
    }
}

@media (max-width: 375px) {
    .front-page__subtitle {
        margin-bottom: 10px;
    }

    .front-page__title {
        margin-top: 5px;
        margin-bottom: 5px;
    }

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

    .front-page__btns .btn {
        padding: 10px;
        line-height: 1;
    }
}

@media (max-width: 680px) {
    .materials__tabs-nav {
        justify-content: unset;
    }
}

.popular-products__tabs-items .single_add_to_cart_button.button3.fr.alt {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 131px;
}

.popular-products__tabs-items .product-preview__price {
    align-items: flex-start;
}

.popular-products__tabs-items .product {
    height: auto;
}

.ng-slide {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.ng-slide .section-title {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 7%;
    padding-bottom: 13px;
    line-height: 1.2;
    margin: 0;
    color: #181D28;
}

.ng-slide .front-page__subtitle {
    color: #3D3D3D;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}

.ng-slide__text {
    max-width: 480px;
}

.ng-slide {
    background-image: url(/wp-content/themes/storefront-child/images/ng-slide-big.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .ng-slide {
        background-image: url(/wp-content/themes/storefront-child/images/ng-slide-medium.png);
    }

    .ng-slide .section-title {
        font-size: 36px;
        line-height: 45px;
    }

    .ng-slide .front-page__subtitle {
        font-size: 18px;
        line-height: 23px;
    }

    .ng-slide__text {
        max-width: 350px;
    }
}

@media (max-width: 640px) {
    .ng-slide {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ng-slide__text {
        max-width: 240px;
    }
}

@media (max-width: 520px) {
    .ng-slide {
        padding-top: 27px;
        padding-bottom: 27px;
        background-image: url(/wp-content/themes/storefront-child/images/ng-slide-small.png);
    }

    .ng-slide .section-title {
        font-size: 23px;
        line-height: 29px;
    }

    .ng-slide .front-page__subtitle {
        font-size: 12px;
        line-height: 15px;
    }
}


header.header {
    position: relative;
}

header.header > div {
    /*    transform: translateZ(10px);*/
    z-index: 11;
    position: relative;
}

header.header .header__top {
    z-index: 12;
}

header.header .header__mobile-topest {
    z-index: 13;
}

/* header.header::before,
header.header::after {
    content: '';
    position: absolute;
   background-image: url(/wp-content/themes/storefront-child/images/ng-slide-small.png);
    width: 220px;
    height: 241px;
    top: 0;
    transform: translateZ(-1px);
    z-index: 2;
}

header.header::before {
        background-image: url(/wp-content/themes/storefront-child/images/left-top-snow.png);
        left: 0;
}

header.header::after {
        background-image: url(/wp-content/themes/storefront-child/images/right-top-snow.png);
        right: 0;
} */

main.main {
    position: relative;
}

main.main > section:not(.front-page) {
    z-index: 10;
}

main.main > section.news .container,
main.main > section.about .container,
main.main > section.partners .container {
    position: relative;
    z-index: 10;
}

/*
main.main::before,
main.main::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 100%;
    top: 253px;
    z-index: 2;
}

main.main::before {
        background-image: url(/wp-content/themes/storefront-child/images/left-bot-snow.png);
        left: 0;
}

main.main::after {
        background-image: url(/wp-content/themes/storefront-child/images/right-bot-snow.png);
        right: 0;
}

@media (max-width: 1280px) {
    header.header { overflow: hidden;}
    header.header::before { left: -140px }

    header.header::after { right: -140px }
    main.main::before { left: -140px }
    main.main::after { right: -140px }
}

@media (max-width: 680px) {
    header.header::before,
    header.header::after,
    main.main::before,
    main.main::after {
        display: none;
    }
} */
@media (max-width: 660px) {
    body {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    body {
        margin-top: 0;
    }
}

.catalog__menu {
    top: 60px;
}

@media (min-width: 1441px) {
    .catalog__menu {
        left: 15%;
    }
}


@media (max-width: 640px) {
    .materials__tabs-nav {
        display: grid;

        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;

        gap: 10px;
    }

    .materials__title {
        width: auto;
        padding: 0;
        margin: 0;
    }

    .materials__title a {
        display: flex;
        gap: 3px;
    }

    .materials__title + .materials__title {
        margin: 0;
    }

    .slide-new {
        background-position-x: 64%;
    }

    .slide-new .section-title.front-page__title {
        max-width: 200px;
    }

    .slide-new .front-page__btn {
        max-width: 164px;
    }
}

@media (max-width: 460px) {
    .materials__tabs-nav {
        display: flex;
        flex-direction: column;
    }
}

.kksr-legend {
    display: none;
}

.banner_new_year .front-page__inner {
    align-items: center;
    z-index: 99;
    position: relative;
    height: 100%;
}

.banner_new_year .front-page__title {
    font-size: 30px;
    margin: 0;
}

.banner_new_year .banners_new_year_image_mob, .banner_new_year .banners_new_year_image_planshet {
    display: none;
}

@media (max-width: 992px) {
    .banner_new_year .banners_new_year_image_planshet {
        display: block;
    }

    .banner_new_year .banners_new_year_image_desktop {
        display: none;
    }

    .banner_new_year .front-page__title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .banner_new_year .front-page__inner {
        flex-direction: row;
    }

    .banner_new_year .front-page__title {
        max-width: 95%;
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    .banner_new_year .banners_new_year_image_mob {
        display: block;
    }

    .banner_new_year .banners_new_year_image_planshet {
        display: none;
    }

    .banner_new_year .front-page__title {
        max-width: 100%;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 640px) {
    .banner_new_year .banners_new_year_image_mob {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .banner_new_year {
        position: relative;
    }

    .banner_new_year .front-page__inner {
        align-items: flex-start;
        padding-top: 40px;
    }

    .materials {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .advantages {
        padding-top: 0;
        margin-top: 20px;
    }
}

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


}

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


}



