@font-face {
    font-family: 'PTRootUI-Light', sans-serif;
    src: url('/wp-content/themes/storefront-child/fonts/PTRootUI-Light.woff2') format("woff2"), url(../fonts/PTRootUI-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PTRootUI-Regular', sans-serif;
    src: url('/wp-content/themes/storefront-child/fonts/PTRootUI-Regular.woff2') format("woff2"), url(../fonts/PTRootUI-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PTRootUI-Medium', sans-serif;
    src: url('/wp-content/themes/storefront-child/fonts/PTRootUI-Medium.woff2') format("woff2"), url(../fonts/PTRootUI-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PTRootUI-Bold', sans-serif;
    src: url('/wp-content/themes/storefront-child/fonts/PTRootUI-Bold.woff2') format("woff2"), url(../fonts/PTRootUI-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "D IN Pro";
    src: url("/test/home-ux/fonts/DINPro/dinpro.otf");
    font-style: normal;
    font-weight: normal;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html,
body {
    height: 100%;
}

/* body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
} */

body.lock {
    overflow: hidden
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

body {
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    color: #000;
    min-width: 320px;
}

.container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto
}

a {
    text-decoration: none;
    color: inherit
}

.btn {
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background-color: #309ae0;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    border: none;
    padding: 0
}

.btn--sml {
    padding: 10px 26px
}

.btn--fp {
    padding: 18px 49px;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.1s linear, border 0.1s linear;
    -o-transition: background-color 0.1s linear, border 0.1s linear;
    transition: background-color 0.1s linear, border 0.1s linear;
    font-size: 14px;
    text-transform: uppercase
}

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

.btn--fp:hover {
    background-color: transparent;
    border: 1px solid #4b3758
}

.btn--trans {
    background-color: transparent;
    border: 1px solid #4b3758;
    -webkit-transition: background-color 0.1s linear, border 0.1s linear;
    -o-transition: background-color 0.1s linear, border 0.1s linear;
    transition: background-color 0.1s linear, border 0.1s linear
}

.btn--trans:hover {
    background-color: #309ae0;
    border: 1px solid transparent
}

.btn--sz {
    height: 48.67px;
    padding: 0px 37px;
    text-align: center;
    font-family: "PTRootUI-Bold", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.btn--partners {
    padding: 17px 40px
}

.btn--card {
    padding: 14.5px 29px;
    background-color: #225170;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.btn--cardExp {
    background-color: #888888
}

.btn--form {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    padding: 20px 40px;
    max-width: 300px;
    width: 100%;
    text-align: center
}

.btn--konsl {
    background-color: #309ae0;
    transition: background-color .1s linear;
}

.btn--konsl:hover {
    background-color: #225170 !important;
}

.btn--hoverLigth:hover {
    background-color: #225170
}

.btn--hoverDark:hover {
    background-color: #309ae0
}

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

.section-title--color {
    color: #000;
    font-size: 40px;
    line-height: 60px;
    position: relative
}

.mobile_nav {
    display: none;
}

.section-padding {
    padding: 50px 0px 60px
}

/* start header */

.header__top {
    background-color: #f4f4f4
}

.header__top-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
}

.header__top-town {
    color: #868686;
    font-size: 18px;
    line-height: 18px;
    padding-left: 44px;
    position: relative
}

/* .header__top-town::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('/wp-content/themes/storefront-child/images/marker.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 23px;
    height: 30px
} */

.header__top-town span {
    color: #000;
    position: relative;
    padding-right: 17px;
    cursor: pointer
}

.header__top-town span::after {
    /*content: "";*/
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 4px;
    background-image: url('/wp-content/themes/storefront-child/images/right-down.png')
}

.dpordown_citys {
    position: relative;
}

.dpordown_citys .list_citys {
    display: none;
    position: absolute;
    top: 30px;
    right: auto;
    left: 115px;
    right: 0;
    max-width: 200px;
    padding: 20px;
    background: #fff;
    border: 1px solid #eaeaea;
    z-index: 1;
}

.dpordown_citys .list_citys span {
    display: block;
    cursor: pointer;
}

.dpordown_citys .list_citys span:hover {
    color: #309ae0;
}

.city__btn {
    display: none;
}

.city__btn.active {
    display: inline-block;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    color: #222222;
    font-size: 14px;
    text-transform: uppercase
}

.menu__item+.menu__item {
    padding-left: 45px;
    position: relative
}

#contact_link,
#contact_link_mobile {
    font-size: 16px;
    line-height: 1;
}

#city-select,
#city-select_mobile {
    border-radius: 5px;
    background: 0 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 2.625rem;
    color: #333;
    font-size: 1rem;
    border: 0.0625rem solid #bdbdbd;
    margin-bottom: 20px;
    margin-top: 20px;
}

.list_citys .btn {
    max-width: 100%;
    display: block;
}

.menu__item+.menu__item::before {
    content: "";
    position: absolute;
    left: 20%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 5px;
    border-radius: 50%;
    background-color: #dcdcdc
}

.menu__link {
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear
}

.menu__link:hover {
    color: #a2a2a2
}

.mobile-btn {
    display: none
}

.phone__text {
    /*
  font-size: 13px;
  line-height: 18px;
  color: #000;
  */
    font-size: 20px;
    line-height: 27px;
    color: #313131;
    font-weight: 500;
    font-family: "D IN Pro";
    margin-bottom: 5px
}

.phone__text--footer {
    /*font-size: 14px;*/
    color: #fff;
    text-transform: none;
    text-align: center;
    /*font-family: "PTRootUI-Regular", sans-serif;*/
    font-weight: 400;

    color: #ffffff;
    font-size: 16px;
}

.phone__link {
    /*    font-size: 20px;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;*/

    font-size: 23px;
    line-height: 27px;
    color: #313131;
    font-weight: bold;
    font-family: "D IN Pro";

    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear
}

.phone__link--footer {
    font-size: 24px;
    text-align: center;
    display: block;
    color: #ffffff;
}

.phone__link:hover {
    color: #a2a2a2
}

.email-header a {
    font-size: 20px;
    color: #313131;
    font-weight: 500;
    /*font-family: "D IN Pro";*/
}

.header__bottom-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;
    height: 75px
}

.header__bottom-catalog {
    background-color: #f3f3f3;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    color: #222;
    padding: 17px 34px 17px 63px;
    position: relative;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear;
    background-color: #225170;
    color: #fff;
    width: 161px;
    margin-left: 5px;
}

.header__bottom-catalog::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 19px;
    width: 13px;
    height: 10px;
    background-image: url(../images/catalog-icon1.png)
}

.header__bottom-catalog:hover {
    color: #fff;
    background-color: #a2a2a2
}

.catalog__menu {
    position: absolute;
    top: 136px;
    left: 17.5%;
    /*left: auto;*/
    max-width: 1240px;
    width: 100%;
    /* height: 490px; */
    height: max-content;
    background-color: #f3f3f3;
    z-index: 50;
    display: none;
    padding: 35px 30px 40px 30px;
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden;
    z-index: -1000
}

/*.catalog__menu--show {
    visibility: visible;
    z-index: 1000
}

.catalog__menu--hiding {
    visibility: hidden;
    z-index: -1000
}*/
.catalog__menu--wrapper {
    position: relative;
}

.catalog__menu--wrapper:hover .catalog__menu {
    visibility: visible;
    z-index: 999999
}

.catalog__menu--wrapper .catalog__menu {
    left: 0;
    top: 100%;
    width: max-content;
}


.catalog__col {
    max-width: 225px;
    width: 100%
}

.catalog__title {
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    max-width: 200px;
    width: 100%;
    margin: 0 0 24px 0;
    padding-bottom: 23px;
    border-bottom: 1px solid #dcdcdc
}

.catalog__title span {
    display: block
}

.catalog__item+.catalog__item {
    margin-top: 10px
}

.catalog__link {
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear
}

.catalog__link:hover {
    color: #309ae0
}

.header__bottom-search {
    max-width: 310px;
    width: 100%;
    height: 48.67px;
    position: relative
}

.dgwt-wcas-search-input {
    width: 100%;
    height: 48.67px !important;
    font-size: 16px;
    line-height: 20px;
    color: 282828;
    padding: 0px 50px 0px 27px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    outline: none
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit,
.dgwt-wcas-om-bar .dgwt-wcas-om-return {
    border: 1px solid #a5a5a5;
    border-left: none;
}

.header__bottom-input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #c4c4c4;
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400
}

.header__bottom-input::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #c4c4c4;
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400
}

.header__bottom-input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #c4c4c4;
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400
}

.header__bottom-input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #c4c4c4;
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400
}

.header__bottom-input::placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #c4c4c4;
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400
}

.header__bottom-input:focus {
    border: 1px solid #000;
    border-radius: 3px
}

.header__bottom-btn {
    background-color: transparent;
    font-size: 0;
    border: none;
    width: 50px;
    height: 48.67px;
    position: absolute;
    top: 0;
    right: 0
}

.shopping-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 60px
}

.shopping-cart__img {
    position: relative;
    margin-right: 13px
}

.shopping-cart__image {
    position: absolute;
    left: -40px;
    bottom: 0
}

.shopping-cart__num {
    position: absolute;
    right: 66px;
    top: -4px;
    font-size: 10px;
    line-height: 14px;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #309ae0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    text-align: center
}

.shopping-cart__info {
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 500;
    position: relative;
}

.shopping-cart__text {
    /*font-size: 13px;*/
    font-size: 14px;
    color: #7a7a7a;
    display: block;
    font-family: "D IN Pro";
}

.shopping-cart__price {
    font-size: 18px;
    color: #1f1f1f
}


/* start  breadcrumbs */

.breadcrumbs {
    height: 120px;
    background-color: #f4f4f4;
}

.breadcrumbs__title {
    color: #000;
    font-size: 32px;
    line-height: 53px;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    padding: 15px 0px 10px;
}

.breadcrumbs__title br {
    display: none;
}

.breadcrumbs__list {
    display: flex;
}

.breadcrumbs__item {
    padding-right: 35px;
    position: relative;
    font-size: 15px;
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400;
    color: #000;
}

.breadcrumbs.breadcrumbs_mm .storefront-breadcrumb .woocommerce-breadcrumb a,
.breadcrumbs.breadcrumbs_mm .storefront-breadcrumb .woocommerce-breadcrumb {
    font-size: 13px;
    line-height: 22px;
}

.breadcrumbs__item::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 5px;
    background-image: url(../images/arrow-down-sign-to-navigate.png);
}

.breadcrumbs__item:last-child::after {
    display: none;
}

.breadcrumbs__link {
    padding-bottom: 3px;
    border-bottom: 1px solid #dbdbdb;
}


/* start footer */

.footer {
    position: relative;
    background-color: #1c1f31;
    z-index: 10
}

.footer__bg {
    position: relative;
    max-width: 100%;
    min-height: 460px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 20
}

.footer__inner {
    position: relative;
    z-index: 50;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
}

.footer__col {
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}

.footer__col--1 {
    /*max-width: 295px;*/
    max-width: 390px;
    width: 100%;
    color: #bababd;
    text-align: center;
    font-size: 15px;
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400;
    text-transform: none
}

.footer__col--3 {
    max-width: 280px;
    width: 100%;
    margin-left: 15px;
}

.footer__col--4 {
    /*max-width: 285px;*/
    max-width: 215px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    text-transform: none;
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400
}

.footer__col-item {
    padding: 12.5px 0
}

.footer__col-item--bb {
    padding-bottom: 20px;
    position: relative;
    width: 220px;
    margin: 0 auto;
}

.footer__col-item--bb::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.footer__col-item a {
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear
}

.footer__col-item a:hover {
    opacity: 0.6
}

.footer__col-link {
    color: #fff;
    display: block;
    padding: 8px 0px 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear
}

.footer__col-link:hover {
    opacity: 0.6
}

.footer__logo {
    max-width: 295px;
    width: 100%;
    height: 148px
}

.footer__logo img {
    border-radius: 3px
}

.razrab {
    font-family: 'PTRootUI-Regular', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    position: relative;
    order: 5;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 220px;
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.razrab:after {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/storefront-child/images/logo_demis.svg);
    width: 83px;
    height: 28px;
    top: 4px;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}


.social {
    margin-top: 10px;
}

.social__title {
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 500;
    /*font-size: 18px;*/
    margin-bottom: 15px;

    text-transform: initial;
    font-size: 16px;
    text-align: center;
    font-family: "D IN Pro", sans-serif;
}

.social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}

.social__item+.social__item {
    margin-left: 11px
}

.social__link {
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear
}

.social__link:hover {
    opacity: 0.5
}



/* Мобильное меню */

.header__bottom-search.header__bottom-search--mobile,
.social.social--mobile,
.mobile-close,
.shopping-cart.cart_account.cart_totals.shopping-cart--mobile,
.header__top-town.header__top-town--mobile,
.header__top-inner .logo,
.menu-toner,
.catalog-mobile,
.catalog-mobile-close,
.catalog-mobile__list {
    display: none;
}

/* yandex_map */
.map_yandex {
    width: 100%;
    height: 404px;
    position: relative;
    display: flex;
}

.map_yandex .block_info p small {
    color: #fff;
}

.map_yandex .block_info p big {
    font-weight: bold;
    color: #fff;
}

.map_yandex .block_info {
    background: #476c84;
    max-width: 300px;
    width: 100%;
    padding: 30px;
    position: absolute;
    border-radius: 10px;
    height: max-content;
    right: 20%;
    top: 25%;
}

/* breadcrumb */
.woocommerce-breadcrumb a:first-of-type:before {
    display: none !important;
}

.woocommerce-breadcrumb a {
    padding-bottom: 3px;
    border-bottom: 1px solid #dbdbdb;
}

.woocommerce-breadcrumb .breadcrumb-separator {
    padding: 0 0.8em !important;
}

.woocommerce-breadcrumb .breadcrumb-separator:after {
    color: #000 !important;
    opacity: 0.85 !important;
}




.toner {
    display: none;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.40);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: initial;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.popup {
    display: none;
    z-index: 1000;
    position: fixed;
    max-width: 400px;
    height: auto;
    width: 100%;
    left: 50%;
    top: 57%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 35px 35px 15px 35px;
    color: #fff;
}

.popup__title {
    font-size: 30px;
    line-height: 35px;
    font-family: 'PTRootUI-Bold', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.popup__subtitle {
    font-family: 'PTRootUI-Medium', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.popup__form input,
.popup__form input,
.popup__form textarea {
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(232, 232, 232);
    max-width: 319px;
    width: 100%;
    height: 55px;
    padding: 15px 25px;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'PTRootUI-Regular', sans-serif;
    margin-bottom: 10px;
}

.popup__form textarea {
    height: 190px;
    resize: none;
}

.popup__form input::placeholder,
.popup__form textarea::placeholder {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'PTRootUI-Regular', sans-serif;
}

.popup__form input[type="submit"] {
    background-color: #309ae0;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: 'PTRootUI-Bold', sans-serif;
    text-align: center;
}

.popup__form input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.popup__form label {
    color: #000;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}

.product-cat-list__item {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 5px
}

.product-cat-list__item a {
    border-right: #225170 2px solid;
    display: inline-block;
    padding-right: 10px;
}

.product-cat-list__item a:hover,
.target-bottom-navigator,
.section-info__title a,
.section-info__text a:hover,
.driving_direction {
    text-decoration: underline;
}

/*.product-cat-list .product-cat-list__item:last-child a {
    border-right: 0;
}*/

.product-cat-mb10 {
    margin-bottom: 10px;
}


.table-normal {
    border: 1px solid #eee;
    table-normal-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}

.table-normal th {
    font-weight: bold;
    padding: 15px;
    background: #efefef;
    border: 1px solid #dddddd;
    text-align: center;
}

.table-normal td {
    padding: 15px 10px;
    border: 1px solid #eee;
    text-align: center;
}

.table-normal tbody tr:nth-child(odd) {
    background: #fff;
}

.table-normal tbody tr:nth-child(even) {
    background: #F7F7F7;
}

.table-normal--left td,
.table-normal--left th {
    text-align: left;
}

.table-normal--width_ {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.opacity-0 {
    opacity: 0
}

.opacity-1 {
    opacity: .1
}

.opacity-2 {
    opacity: .2
}

.opacity-3 {
    opacity: .3
}

.opacity-4 {
    opacity: .4
}

.opacity-5 {
    opacity: .5
}

.opacity-6 {
    opacity: .6
}

.opacity-7 {
    opacity: .7
}

.opacity-8 {
    opacity: .8
}

.opacity-9 {
    opacity: .9
}

.opacity-10 {
    opacity: 1
}

.fz-10 {
    font-size: 10px
}

.fz-12 {
    font-size: 12px
}

.fz-14 {
    font-size: 14px
}

.fz-16 {
    font-size: 16px
}


.reviews-page__item {
    margin-bottom: 25px;
    border-bottom: 2px solid #225170;
    padding-bottom: 10px;
}

.reviews-page__name {
    font-weight: bold;
    padding-bottom: 12px;
}

.reviews-page__date {
    font-weight: bold;
}

.reviews-page__text {
    padding-bottom: 5px;
}


/*хеадер новый 222222222222222*/

.header-description {
    font-size: 20px;
    line-height: 26px;
    color: #225170;
    font-weight: 500;
    font-family: "D IN Pro";
    opacity: 0;
}

.header__verybottom-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;
    border-top: solid 2px #f4f4f4;
    padding-top: 5px;
    margin-top: 5px;
    height: 80px;
}


.menu__item+.menu__item::before {
    content: none;
}

.menu__list a.menu__link {
    font-size: 18px;
    color: #313131;
    font-weight: bold;
    font-family: "D IN Pro";
}


.menu__list li.current a.menu__link {
    color: #225170;
}

.menu a.menu__link {
    color: #ffffff;
}

.menu__item+.menu__item {
    padding-left: 32px;
}

.btn-review {
    font-size: 16px;
    color: #14547f;
    font-family: "D IN Pro";
    border-bottom: solid 2px #14547f;
    padding: 0px;
    font-weight: bold;
}

.btn-review:hover {
    background: none;
    border-bottom: none;
}

.header__bottom-inner {
    /*height: 85px;*/
    height: 120px;
}

.citys-item-header {
    font-size: 16px;
    /*font-size: 20px;*/
    line-height: 27px;
    color: #313131;
    font-weight: 500;
    font-family: "D IN Pro";
}

.flex-citys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.citys-action {
    padding-left: 15px;
    border-left: solid 2px #ffffff;
}

.header__top-town {
    font-size: 16px;
    padding-right: 15px;
}

.header__bottom-catalog {
    font-family: "D IN Pro";
    font-size: 16px;
}

.header__top-town {
    font-family: "D IN Pro";
}

.header__bottom .btn--sz {
    /*font-family: "D IN Pro";*/
    /*font-size: 20px;*/
    /*font-size: 18px;*/
}

nav.menu {
    display: none;
}

/*хеадер конец*/

/* футер новый  */

.footer--link-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer--text-white {
    color: #ffffff;
    font-family: "D IN Pro";
    font-size: 16px;
    line-height: 26px;
}

.footer__col li {
    font-family: "D IN Pro";
}

.footer--list li {
    padding: 7px 0;
}

.social__list img {
    width: 35px;
}

.footer .phone__link {
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
    font-family: "D IN Pro";
}

.footer .phone__text {
    line-height: 27px;
}

.pt-5 {
    padding-top: 5px;
}

.hide-desctop {
    display: none;
}

/* футер конец */

.category-bltop {
    display: -ms-grid;
    display: grid;
    /*grid-template-columns: repeat(4, minmax(180px, 305px));*/
    grid-template-columns: repeat(2, minmax(167px, 500px));
    gap: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 25px;
}


.category-bltop__cart {
    /*width: 275px;*/
    width: auto;
    /*height: 235px;*/
    height: 386px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    display: block;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em #225170;
    padding: 125px 25px 20px 8px;
    font-size: 15px;
}

.category-page .cat_desc .term-description a.category-bltop__cart {
    color: #ffffff;
}

.category-bltop__cart span {
    font-weight: bold;
    line-height: 24px;
    position: absolute;
    bottom: 20px;
    text-align: right;
    right: 25px;
}

#choice-region .popup__inner-wrapper {
    padding: 20px 0;
}

#choice-region .popup__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#choice-region label {
    display: flex;
    align-items: center;
}

#choice-region label input[type='radio'] {
    width: 20px;
    height: 15px;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

#toTop,
#toBottom {
    width: 100px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 135px;
    /*    right:10px;*/
    left: 10px;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: verdana;
    font-size: 11px;
    z-index: 99;
}

#toBottom {
    bottom: 70px;
    display: block;
}

.deliv_price {
    width: 50%;
    line-height: 2em;
}

.deliv_row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0dfdf;
}

.deliv_price h3 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.deliv_row div:nth-child(2) {
    font-weight: bold;
}
.jquery-modal.blocker {
    z-index: 222;
}
.viewBuyButton{
    transition: background-color 0.1s linear;
    border: unset;
    outline: none;
    background-color: #309ae0;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "D IN Pro";
    text-align: center;
    text-transform: none;
    padding: 9px;
    width: 100%;
}
.viewBuyButton button{
    padding: 0;
    border: none;
    background-color: #309ae0;
    color: #fff;
}
.wishlist_header{
    background-image: url('/wp-content/themes/storefront-child/images/white-heart.svg');
}
.compare_header, .wishlist_header{
    filter: unset;
    width: 35px !important;
    height: 35px !important;
    background-position: unset;
    display: block;
    margin-right: 10px;
}
@media (min-width: 661px) {
    .jquery-modal.blocker {
        z-index: 11;
    }
}



@media (max-width: 1530px) {
    .catalog__menu {
        left: 9.5%;
        /*left: auto;*/
    }
}

@media (max-width: 1440px) {
    .header__bottom-search {
        max-width: 310px
    }

    .catalog__menu {
        left: 0;
        /*left: auto;*/
    }

    .breadcrumbs {
        height: 105px;
    }

    .breadcrumbs__title {
        font-size: 30px;
        line-height: 38px;
    }
}


@media (max-width: 1430px) {
    .catalog-mobile__menu.active {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1000;
        max-width: 290px;
        width: 100%;
        height: 100vh;
        background-color: #225170;
        padding: 5px;
        overflow-y: auto;
    }

    .catalog-mobile {
        display: block;
    }

    .catalog-mobile__btn {
        background-color: #225170;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-family: "PTRootUI-Bold", sans-serif;
        font-weight: 700;
        padding: 17px 34px 17px 63px;
        position: relative;
        -webkit-transition: color 0.1s linear, background-color 0.1s linear;
        -o-transition: color 0.1s linear, background-color 0.1s linear;
        transition: color 0.1s linear, background-color 0.1s linear;
    }

    .catalog-mobile__btn::before {
        content: "";
        position: absolute;
        left: 28px;
        top: 19px;
        width: 13px;
        height: 10px;
        background-image: url(../images/catalog-icon1.png);
    }

    .catalog-mobile__menu.active .catalog-mobile-close {
        display: block;
        width: 100%;
        height: 49px;
        background-color: #39637f;
        border-radius: 3px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        font-family: "PTRootUI-Bold", sans-serif;
        border: none;
        margin-bottom: 5px;
    }

    .catalog-mobile__menu.active .catalog-mobile__list {
        display: block;
    }

    .catalog-mobile__menu.active .catalog-mobile__item {
        padding: 20px 0px 20px 15px;
        border-top: 1px solid #39637f;
        border-bottom: 1px solid #39637f;
    }

    .catalog-mobile__menu.active .catalog-mobile__item:first-child {
        border-top: none;
    }

    .catalog-mobile__menu.active .catalog-mobile__link {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        font-family: "PTRootUI-Bold", sans-serif;
    }

    .catalog-mobile__menu.active .catalog-mobile__sublink {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        font-family: "PTRootUI-Regular", sans-serif;
    }

    .catalog-mobile__sublist {
        display: none;
    }

    .catalog-mobile__item1.active,
    .catalog-mobile__item2.active,
    .catalog-mobile__item3.active,
    .catalog-mobile__item4.active,
    .catalog-mobile__item5.active {
        background-color: #309ae0;
    }

    .catalog-mobile__sublist1.active,
    .catalog-mobile__sublist2.active,
    .catalog-mobile__sublist3.active,
    .catalog-mobile__sublist4.active,
    .catalog-mobile__sublist5.active {
        display: block;
    }


    .catalog-mobile__sublist .catalog-mobile__subitem {
        padding: 10px 0px 10px 10px;
    }

    .catalog-mobile__sublist .catalog-mobile__subitem:first-child {
        padding-top: 15px;
    }

    .header__top-button {
        display: none;
    }

    .header__bottom-catalog {
        display: none;
    }
}


@media (max-width: 1260px) {

    .footer__col--1 {
        max-width: none;
        width: auto;
    }

}

@media (max-width: 1200px) {
    .menu {
        display: none;
    }

    .header__bottom-inner {
        display: none
    }

    .header__top {
        background-color: #fff;
    }

    .mobile-btn {
        display: block;
        cursor: pointer;
        position: relative;
        border: none;
        background-color: #309ae0;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        font-family: "PTRootUI-Bold", sans-serif;
        text-transform: uppercase;
        padding: 16px 27px;
        border-radius: 3px;
    }

    .menu.active {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1000;
        /*        max-width: 290px;*/
        /*        width: 100%;*/
        /* height: max-content; */
        height: 100vh;
        background-color: #225170;
        padding: 5px;
        padding-bottom: 25px;
        overflow-y: auto;
    }

    .menu-toner.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .7);
        height: 100%;
        width: 100%;
        z-index: 100;
    }

    .menu__list {
        flex-direction: column;
        justify-content: space-between;
        color: #fff;
        font-size: 16px;
        background-color: #225170;
    }

    .menu__item {
        padding: 20px 0px 20px 25px;
        border-top: 1px solid #39637f;
        border-bottom: 1px solid #39637f;
    }

    .menu__item+.menu__item {
        padding-left: 25px;
    }

    .menu__item+.menu__item::before {
        display: none;
    }

    .mobile-close {
        display: block;
        width: 100%;
        height: 49px;
        background-color: #39637f;
        border-radius: 3px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        font-family: "PTRootUI-Bold", sans-serif;
        border: none;
        margin-bottom: 5px;
    }

    .shopping-cart {
        padding-left: 0px;
    }

    .shopping-cart__info {
        display: none;
    }

    .shopping-cart.cart_account.cart_totals.shopping-cart--mobile {
        display: block;
    }

    .shopping-cart.cart_account.cart_totals.shopping-cart--mobile {
        display: flex;
        width: 100%;
        height: 60px;
        padding: 10px 20px;
        background-color: #ffffff;
        margin-bottom: 20px;
        border-radius: 3px;
    }

    .shopping-cart.cart_account.cart_totals.shopping-cart--mobile .shopping-cart__info {
        display: block;
        text-transform: none;
        color: #000;
        font-size: 22px;
        line-height: 20px;
    }

    /*
    .header__top-town.header__top-town--mobile {
        margin-bottom: 20px;
        text-transform: none;
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        font-family: "PTRootUI-Regular", sans-serif;
        color: #fff;
        margin-left: 25px;
        display: block;
    } */
    /*
    .header__top-town.header__top-town--mobile span {
        color: #fff;
    } */

    .header__bottom-search.header__bottom-search--mobile {
        display: block;
        margin-top: 30px;
    }

    .social.social--mobile {
        display: block;
        text-align: center;
        color: #fff;
    }

    .social__list.social__list--mobile {
        max-width: 280px;
    }

    .header__top-inner .logo {
        display: block;
    }

    .header__top-town::before {
        width: 15px;
        height: 19px;
        background-size: contain
    }

    .header__top-town {
        padding-left: 25px;
        margin-right: 10px
    }

    .phone__text {
        line-height: 13px;
        font-size: 12px
    }

    .phone__link {
        font-size: 16px
    }

    .header__top-button {
        margin: 0 10px;
        padding: 7px 18px;
        font-size: 15px;
        font-size: 13px
    }

    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__col {
        margin-top: 0px;
        margin-right: 20px;
        margin-bottom: 30px
    }

    .breadcrumbs__title {
        font-size: 25px;
        line-height: 35px;
    }

    .breadcrumbs__item {
        font-size: 14px;
    }

    .breadcrumbs {
        height: 100px;
    }

    .footer__col--3 {
        margin-left: 0px;
    }

    .hide-1200 {
        display: none;
    }

    .show-1200 {
        display: block;
    }

    .header__verybottom-inner {
        display: none;
    }

    .citys-action {
        display: none;
    }

}




@media (max-width: 992px) {
    .header__top-button {
        display: none
    }

    .map_yandex .block_info {
        right: 9%;
        top: 60%;
    }

    .logo img {
        width: 150px;
    }

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

    .category-bltop__cart {
        height: 235px
    }
}



@media (max-width: 820px) {
    .phone {
        display: none
    }

    .shopping-cart {
        margin-right: 10px
    }
}

@media (max-width: 768px) {
    .mobile_nav {
        display: flex;
    }

    .mobile_nav:before {
        content: '';
        background-image: url(/wp-content/themes/storefront-child/images/Yandex.Navigator-Logo.wine.png);
        display: block;
        width: 30px;
        height: 30px;
        z-index: 99999;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1;
    }

    .breadcrumbs__title {
        font-size: 23px;
        line-height: 28px;
    }

    .breadcrumbs__item {
        font-size: 13px;
    }

    .breadcrumbs {
        height: max-content;
        padding-bottom: 15px;
    }

    .woocommerce-breadcrumb a {
        font-size: 16px;
        line-height: 30px;
    }

    .map_yandex .block_info {
        right: 8%;
        top: 63%;
        padding: 20px;
    }

    .header__top-town {
        display: none
    }

    .deliv_price {
        width: 100%;
    }

}


@media (max-width: 660px) {
    .logo img {
        /* width: 100% */
        width: 130px
    }

    .logo {
        max-width: 150px
    }

    .header {
        position: fixed;
        z-index: 1000;
        left: 0;
        right: 0;
        top: 0;
    }

    body {
        margin-top: 61px;
    }

    .table-normal {
        table-layout: fixed;
        width: 100%
    }

    .table-normal td,
    .table-normal th {
        word-wrap: break-word;
    }

    .category-bltop {
        grid-template-columns: repeat(1, minmax(280px, 305px));
    }

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

}

@media (max-width: 550px) {
    .header__top-inner .logo {
        display: none;
    }

    .catalog-mobile__btn {
        padding: 17px 15px 17px 40px;
    }

    .catalog-mobile__btn::before {
        left: 15px;
    }

    .breadcrumbs__title {
        font-size: 21px;
        line-height: 28px;
    }

    .popup {
        max-width: 280px;
        top: 50%;
    }

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

    .popup__subtitle {
        font-size: 15px;
        line-height: 18px;
    }

    .popup__form input,
    .popup__form input,
    .popup__form textarea {
        height: 35px;
    }

    .popup__form label {
        font-size: 11px;
        line-height: 13px;
    }

    .popup__form input::placeholder,
    .popup__form textarea::placeholder {
        font-size: 13px;
        line-height: 15px;
    }

    .popup__form input[type="submit"] {
        padding: 9px;
    }

    .product-cat-list__item {
        display: block;
        border-bottom: #225170 2px solid;
        padding-bottom: 5px;
        padding-top: 5px
    }

    .product-cat-list__item a {
        padding-right: 0;
        border-right: 0;
    }

    .footer__col--4 {
        max-width: none;
    }
}


@media (max-width: 375px) {
    .logo {
        max-width: 100px
    }

    .shopping-cart__price {
        font-size: 14px
    }

    .shopping-cart__text {
        font-size: 13px
    }

    .breadcrumbs__title {
        font-size: 18px;
        line-height: 22px;
    }

    .breadcrumbs__item {
        font-size: 12px;
    }

}

@media screen and (max-width: 320px) {
    .map_yandex .block_info {
        right: 3%;
    }
}

.cat-item .children {
    display: none;
}

.current-cat-parent>.children {
    display: block;
}

.current-cat>.children {
    display: block;
}

.category-page .lside .category_spisok .widget_product_categories ul li:before {
    cursor: pointer;
}

.category-page .lside .category_spisok .product-categories li.current-cat {
    color: #fff;
    background: #225170 !important;
    position: relative;
}

.icon-menu-cont {
    background-image: url(/wp-content/themes/storefront-child/images/check_filter_spisok.png);
    width: 16px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    margin-left: 3px;
    display: inline-block;
    flex-shrink: 0;
    cursor: pointer;
}

.flex-rod {
    display: flex;
    align-items: flex-start;
}

.filter_cat .bapf_body {
    padding: 0 !important;
}

.cont_menu--single a {
    display: block;
    margin-left: 10px !important;
}

.news-card-text-white p {
    color: #fff;
}

.ds-none {
    display: none;
}

ul.list-content li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

ul.list-content li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #309ae0;
    left: 0;
    top: 6px;
}

ul.list-content {
    margin-top: 15px;
}

.searchandfilter ul {
    width: 100%;
    padding-left: 15px;
}

.searchandfilter ul .chosen-container {
    width: 185px !important;
}

.sidebar-podriska .news-form__form {
    width: 205px;
}

.sidebar-podriska .wpcf7 input[type="email"] {
    width: 185px;
}

.sidebar-podriska .btn--form {
    padding: 8px 5px;
    font-size: 12px;
    width: 90%;
    margin-top: 7px;
}

.sidebar-podriska .wpcf7 form .wpcf7-response-output {
    display: none;
}

.nobg::before {
    background: none !important;
}

.exclamation-mark {
    color: #309ae0;
    border: solid #309ae0 1px;
    border-radius: 50%;
    /* display: flex; */
    width: 20px;
    height: 20px;
    padding: 0px 6px;
    margin-left: 10px;
    /* justify-content: center; */
    /* align-items:center; */
    display: inline-block;
    text-align: center;
    cursor: default;
    font-size: 16px;
}

.exclamation-mark-wrapper {
    display: flex;
}

.prices_m2 .exclamation-mark,
.prices_mark .exclamation-mark,
.sale_proc .exclamation-mark {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.main_price-flex .exclamation-mark {
    align-self: center;
}

.prices-war-bot {
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
}

.exclamation-abs-rullon {
    position: absolute;
    /*right: -22px;*/
    right: 0px;
    top: 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
}

.pos_relat {
    position: relative;
}

a.a-link {
    text-decoration: underline;
}

a.a-link:hover {
    text-decoration: none;
}

.online_zayavka {
    cursor: pointer;
}

.main-banner-arrow {
    position: absolute;
    background: rgba(200, 200, 200, .7);
    width: 40px;
    height: 40px;
    border: none;
    top: 40%;
    z-index: 10;
}

.main-banner-arrow-next {
    right: 0;
}

.main-banner-arrow-prev {
    left: 0;
}

.main-banner-arrow::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-bottom: #309ae0 solid 2px;
    border-right: #309ae0 solid 2px;
}

.main-banner-arrow-next::before {
    transform: rotate(-45deg);
    top: 13px;
    right: 14px;
}

.main-banner-arrow-prev::before {
    transform: rotate(135deg);
    top: 13px;
    right: 10px;
}

.cat-item.cat-parent {
    position: relative;
}

.category-page .lside .category_spisok .product-categories li.current-cat-parent {
    background: #ffffff;
    position: relative;
    padding-right: 0px;
}

.category-page .lside .category_spisok .product-categories li a {
    /*font-family: 'PT Sans';*/
    /*font-style: normal;*/
    /*font-weight: 400;*/
    /*font-size: 16px;*/

    font-size: 15px;
    font-weight: 600;

    line-height: 20px;
    color: #000000;
    /*max-width: 170px;*/
    display: inline-block;
}


.category-page .lside .category_spisok .widget_product_categories ul li.cat-parent:before,
.category-page .lside .category_spisok .widget_product_categories ul li:before {
    right: 0px;
    position: absolute;
    background-image: url(/test/Vector.svg);
    width: 9px;
    height: 6px;
    top: 18px;
}

.category-page .lside .category_spisok .product-categories {
    padding-left: 0px;
}

.category-page .lside .category_spisok .product-categories li.current-cat {
    background: #F3F3F3 !important;
}

.category-page .lside .category_spisok .widget_product_categories ul.product-categories li.cat-parent .children>li.current-cat-parent>a,
.category-page .lside .category_spisok .product-categories li.current-cat-parent>a,
.category-page .lside .category_spisok .widget_product_categories ul.product-categories li.cat-parent li.cat-parent .children>li.current-cat>a,
.category-page .lside .category_spisok .product-categories li.current-cat>a {
    font-weight: bold;
    color: #22516F;
    position: relative
}


.category-page .lside .category_spisok .product-categories li.current-cat>a:after {
    content: "";
    width: 5px;
    display: inline-block;
    background: #22516F;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
}


.product-categories .current-cat-parent .children {
    padding-left: 15px;
}

/*
.product-categories .current-cat-parent > .children .children {
  padding-left: 15px;
} */


.category-page .lside .category_spisok .widget_product_categories ul li ul li:before {
    content: none;
}

.category-page .lside .category_spisok .product-categories li.cat-parent.current-cat-parent {
    background: white;
}

.current-cat>.children {
    padding-left: 20px;
}

.menu__list--mobile .menu__child {
    position: static;
    width: unset;
}

.menu__list--mobile .menu__item-parent {
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
}

.menu__list--mobile .menu__item-parent>a {
    padding-left: 20px;
    margin-bottom: 20px;
    display: block;
}

.catalog__item--parent {
    position: relative;
}

.catalog__item--parent .menu__toggle-btn,
.menu__list--mobile .menu__toggle-btn {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #225170;
    border-radius: 50%;
    right: 10px;
    top: 17px;
    cursor: pointer;
    transition-duration: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog__item--parent .menu__toggle-btn::before,
.menu__list--mobile .menu__toggle-btn::before {
    content: '';
    position: static;
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(-45deg);
    cursor: pointer;
}

.menu__child-toggle {
    display: none;
}

.menu__child-toggle:checked~.menu__child {
    display: block;
}

.menu__child-toggle:checked~.menu__toggle-btn {
    transform: rotate(0.5turn);
}

.menu__list--mobile .menu__child-item a {
    color: #4b728b;
}

.menu__list--mobile .menu__child-item {
    border-bottom: none;
    border-top: none;
}

.menu__list--pc {
    height: 100%;
    align-items: center;
}

.menu__list--pc .menu__item {
    display: flex;
    height: 100%;
    align-items: center;
}

.menu__child {
    position: absolute;
    display: none;
    width: 300px;
    z-index: 20;
    left: 0;
    top: 100%;
    background: #f9fcfe;
}

.menu__item-parent {
    position: relative;
}

.menu__list--pc .menu__item-parent:hover>.menu__child {
    display: block;
}

.menu__child-item {
    padding: 20px 0 20px 30px;
    border-left: solid 10px #f9fcfe;
}

.menu__child-item:hover {
    border-left: solid 10px #22516f;
}

.menu__child-item:hover>a {
    color: #4b728b;
}

.menu__list .menu__child-item a.menu__link {
    font-weight: lighter;
    font-size: 16px;
    text-transform: none;
}

.catalog-mobile__no-text {
    display: none;
}

.header-sect {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.shopping-cart {
    padding-left: 0;
}

.shopping-cart__info {
    position: static;
}

.header-sect-wrapper {
    padding: 0 10px;
    display: flex;
    gap: 25px;
}

.header-sect__title {
    font-size: 14px;
    color: #7a7a7a;
    display: block;
    font-family: "D IN Pro";
}

.header-sect__counter {
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 10px;
    line-height: 1;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #309ae0;
    padding: 3px 5px;
    border-radius: 50%;
    text-align: center;
}

.shopping-cart__num {
    width: unset;
    height: unset;
}

.header-sect__icon img {
    height: 30px;
}

@media (max-width: 1200px) {
    .header-sect__info {
        display: none;
    }

    .shopping-cart {
        order: 3;
    }

    .catalog-mobile {
        order: 4;
    }

    .header-menu-btn {
        order: 5;
    }
}

@media (max-width: 360px) {
    .header-sect__icon img {
        height: 20px;
    }

    .header-sect {
        margin: 0 3px;
    }

    .catalog-mobile__with-text {
        display: none
    }

    .catalog-mobile__no-text {
        display: block;
        height: 48px;
        border-radius: 5px;
    }

    .catalog-mobile__btn::before {
        top: 16px;
        width: 20px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .deliv_price {
        width: 100%;
    }

    .deliv_row {
        flex-direction: column;
    }
}


#compare {
    max-width: 600px;
    max-height: 480px;
    overflow: auto;
}

#compare pre {
    color: black !important
}

.compare__btn {
    box-sizing: border-box;
    padding: 10px;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    width: max-content;
    margin: 0 auto;
}

#compare .popup__title {
    color: #309ae0;
    font-size: 24px;
}

.compare__item {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.compare__item-img {
    width: 40%;
}

.compare__item-text {
    color: #313131;
    width: 87%;
    padding: 0 30px;
    font-size: 14px;

}

.compare__item-price {
    color: #309ae0;
    margin-top: 10px;
}

.compare__item-img img {
    width: 100%;
}

.compare__item-remove {
    width: 20px;
    position: relative;
    cursor: pointer;
}

.compare__item-remove a {
    display: inline-block;
}

.compare__item-remove::after,
.compare__item-remove::before {
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    background: #313131;
    transform: rotate(45deg);
    right: 10px;
    top: 0;
}

.compare__item-remove::after {
    transform: rotate(-45deg);
}

sup {
    vertical-align: super;
    font-size: 18px;
}

.btn__obr-zvonok.contacts__offices-btn {
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.searchandfilter .h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 16px;
}

@media (max-width: 640px) {
    .storefront-breadcrumb>div.col-full {
        overflow: scroll;
    }

    /*.woocommerce-breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    overflow: scroll;
    overflow: scroll;
  }*/
}

.footer__col-item.inn {
    color: #bababd;
    font-size: 14px;
}

.questions-form.payment-form {
    margin-bottom: 0;
}

.payment-form .questions-form__box {
    background: #22516F;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-form .questions-form__title {
    margin-bottom: 12px;
}

.payment-form .question-from__subtitle {
    color: white;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.payment-form .questions-form__label {
    display: none;
}

.payment-form .questions-form__input::placeholder,
.payment-form .questions-form__textarea::placeholder {
    color: #D0D0D0;
}

.payment-form .questions-form__input,
.payment-form .questions-form__textarea {
    padding: 16px 22px;
    height: 55px;
}

.payment-form p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-form p span {
    width: 100%;
}

.payment-form input[type="submit"] {
    text-transform: uppercase;
    font-size: lighter;
}

#toTop,
#toBottom {
    background-color: #309ae0;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    padding-top: 12px;
    color: #fff;
    font-size: 21px;
}

.product-cat-list__item a {
    background-color: #309ae0;
    color: #fff;
    padding: 5px 10px;
    border: inherit;
    border-radius: 3px;
}

.exclamation-mark {
    color: #E03030;
    border-color: #E03030;
    position: relative;
}

.exclamation-mark-font {
    font-size: 16px;
    text-align: center;
}

.exclamation-mark__popup {
    position: absolute;
    display: none;
    color: black;
    font-size: 16px;
    z-index: 100;
    background: white;
    padding: 16px;
    border-radius: 8px;
    border: solid 1px #AED5F0;
    box-shadow: 0px 4px 20px rgba(48, 154, 224, 0.2);
    text-align: left;
    font-weight: 400;
    top: -190px;
    box-sizing: border-box;
    text-transform: none;
}


.exclamation-mark__header {
    font-weight: 700;
    padding-bottom: 8px;
    line-height: 24px;
}

.popular-products__tabs-items .product.compare-button {
    height: unset;
}

.popular-products__tabs-items .wrapper {
    overflow-x: visible;
}

.popular-products__tabs-items #popular-products__tab-1 .product {
    z-index: unset;
}

.popular-products__tabs-items #popular-products__tab-1 .exclamation-mark__popup {
    top: -210px;
}

.price-plus {
    position: relative;
}

.price-plus::after {
    content: '+';
    position: absolute;
    right: -10px;
    top: -1px;
}


.page_product .cont .right_block .block_opt_price tr td:first-child {
    text-align: right;
}

.page_product .cont .right_block .block_opt_price tr td:first-child span {
    width: 65%;
    display: block;
}

.tag-products {
    /* max-width: 1024px; */
    width: 100%;
    margin: 0 auto;
    /* position: relative; */
}

.slick-initialized .slick-slide.tag-product {
    display: flex;
}


.tag-product {
    max-width: 274px !important;
    margin: 0 18px;
    /* min-width: 244px; */
    /* margin: 0 10px; */
    font-family: "PTRootUI-Bold", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;

}

.tag-product__label {
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
}

.tag-product__image {
    height: 216px;
    text-align: center;
}

.tag-product__image img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.tag-product__name {
    text-align: justify;
    font-weight: 600;
    font-size: 16px;
}

.tag-product__avail {
    font-size: 14px;
    font-weight: lighter;
}

.tag-product__price {
    font-size: 18px;
    font-weight: bold;
}

.tag-product__rating .kksr-legend {
    display: none
}

.contacts__navigator {
    margin: 10px 0 30px;
}

.contacts__navigator span {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 1440px) {
    .tag-products-wrapper {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
    }
}

@media (max-width: 1024px) {
    .tag-products-wrapper {
        max-width: 570px;
    }
}

@media (max-width: 660px) {
    .tag-products-wrapper {
        max-width: 280px;
    }
}

.popup__close {
    width: 20px;
    height: 20px;

    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.popup__close::after,
.popup__close::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: black;
    top: 0;
    left: 10px;

}

.popup__close::before {
    transform: rotate(45deg);
}

.popup__close::after {
    transform: rotate(-45deg);
}

.product-tags-wrapper {
    position: absolute;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.product-tag {
    width: max-content;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
}

.product-tag--hit {
    background: #FD983A;
    color: white;
}

.product-tag--novinka {
    background: #E10C0C;
    color: white;
}

.product-tag--akcia {
    color: white;
    background: red;
}

.product-tag--speczpredlozhenie {
    color: white;
    background: red;
}

.product-tag--mini-korob {
    color: white;
    background: #FD983A;
}

li.product {
    position: relative;
}

li.product .product-tags-wrapper {
    top: 12px;
    left: 4px;
}

@media (max-width: 993px) {
    .materials__title .materials__border {
        display: none;
    }
}

.catalog__menu {
    top: 223px;
}

.blog-pagen {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.blog-pagen__page {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-pagen__page a {
    font-weight: bold;
}

.blog-pagen__page.current {
    border: 1px solid #d9e1e6;
    border-radius: 50%;
}

.blog-pagen__page.current a {
    color: #888888;
}

.front-page__slider {
    overflow: hidden;
    max-height: 253px;
}

.category-page .container .rside .content-inside .products li.product a img {
    object-fit: contain;
    /* object-fit: cover; */
}

.product .product-preview__pictures {
    max-height: 216px;
    padding: 0 4px;
    overflow: hidden;
}

.mobile-footer-logo {
    display: none;
    padding: 24px 38px;
    text-align: center;
}

.footer-mobile-item {
    display: none;
}

.btn--dark {
    background: #225170;
    /*    padding: 12px 24px;*/
}

@media (max-width: 440px) {

    /*.mobile-footer-logo {
        display: block;
        margin-top: 40px;
    }*/
    .desktop-footer-logo {
        display: none;
    }

    .footer-catalog-menu {
        order: 1;
    }

    .footer-main-menu {
        order: 2;
    }

    .footer-contacts {
        order: 3;
    }

    .footer-copy {
        order: 4;
    }

    .footer-mobile-item {
        display: block;
    }

    .footer-btns-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

    .footer-btns-wrapper button {
        display: block;
    }

    .footer__col {
        margin-right: 0;
    }

    .footer-desktop-item {
        display: none;
    }

    .footer-schedule.footer__col-item--bb::after {
        display: none;
    }

    .footer-schedule.footer__col-item--bb,
    .address-footer.footer__col-item--bb {
        width: 100%;
    }

    .footer-schedule,
    .address-footer {
        text-align: left;
        color: #BABABA;
    }

    .footer-mobile-item__label {
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        color: #FFFFFF;
    }

    footer .container {
        padding: 0 10px;
    }

    .footer-copy-label {
        text-align: left;
        border-bottom: none;
    }

    .category-page .container .rside .sort {
        /*height: 120px !important;*/
    }
}

#click_filter_cat {
    height: 52px;
    background: #f3f3f3;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    padding-top: 18px;
    padding-left: 58px;
    position: relative;
    border: 1px solid #e0e1e2;
}


.category-page .lside #click_filter_cat .img_check {
    margin-left: 18%;
}

.category-page .lside #click_filter.click_filter:before {
    left: 18px;
    width: 24px;
    height: 24px;
    top: 15px;
    background-image: url(/wp-content/themes/storefront-child/images/filter-icon.svg);
}

.category-page .lside #click_category.click_category:before {
    left: 18px;
    width: 24px;
    height: 24px;
    top: 15px;
    background-image: url(/wp-content/themes/storefront-child/images/categories-icon.svg);
}

.category-page .lside #click_filter_cat:before {
    content: "";
    position: absolute;
    left: 18px;
    background-image: url(/wp-content/themes/storefront-child/images/appointment-icon.svg);
    width: 24px;
    height: 24px;
    top: 15px;
}

.category-page .lside .move_filter_cat {
    transform: rotate(180deg);
}

.category-page .lside #click_filter.click_filter .img_check {
    margin-left: 32%;
}

.bapf_from,
.bapf_to {
    border: solid 1px #309AE0;
    border-radius: 4px;
    color: #666666;
    padding: 4px 10px;
    background: white;
    font-size: 14px;
}

.bapf_from::before {
    content: 'от';
}

.bapf_to {
    margin-left: 3px;
}

.bapf_from::before,
.bapf_to::before {
    padding-right: 4px;
}

.bapf_to::before {
    content: 'до';
}

@media screen and (max-width: 765px) {
    #click_filter_cat {
        height: 52px;
        background: #f3f3f3;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        padding-top: 18px;
        padding-left: 20%;
        position: relative;
        border: 1px solid #e0e1e2;
        text-align: center;
    }

    .category-page .lside #click_filter_cat .img_check {
        margin-left: 25%;
    }

    .category-page .filter_cat.sidebar-podriska form {
        flex-direction: column;
        align-items: center;
    }

    .filter_cat_body {
        display: none;
    }
}


.product .list-interactiv a.compare,
.product .list-interactiv a.compare.added {
    background-image: url(/wp-content/themes/storefront-child/images/white-compare.svg);
    filter: unset;
    width: 35px;
    height: 35px;
    display: block;

}

.product .list-interactiv a.tinvwl_add_to_wishlist_button,
.product .list-interactiv a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    background-image: url(/wp-content/themes/storefront-child/images/white-heart.svg);
    filter: unset;
    width: 35px !important;
    height: 35px !important;
    background-position: unset;
    display: block;
}

.product .list-interactiv a.compare.added,
.product .list-interactiv a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    filter: invert();
}

.product .list-interactiv {
    right: 10px;
    top: 12px;
    bottom: unset;
}

.footer-subs-form {
    display: none;
}

.footer-subs-form br {
    display: none;
}

.footer-subs-form label span {
    display: block;
    padding: 10px 0;
}

.footer-subs-form input {
    width: 100%;
    padding: 10px;
}

.searchandfilter select.sf-input-select {
    max-width: 170px;
}

.img-vsego {
    position: relative;
}

.vsego {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
}

.flex {
    display: flex;
}

.product .list-interactiv a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    filter: none;
    background-image: url(/wp-content/themes/storefront-child/images/svg/white-heart_active.svg);
}

.product .list-interactiv a.compare.added {
    filter: none;
    background-image: url(/wp-content/themes/storefront-child/images/svg/white-compare-active.svg);
}

@media(max-width: 480px) {

    .front-page__slide.fone1 .front-page__title.flex,
    .front-page__slide.fone1 .front-page__subtitle {
        flex-direction: column;
        /*display: none;*/
    }

    .front-page__item.adaptiv {
        margin-top: 30px;
    }

    /* .img-vsego {
        margin-top: 15px;
    }

    .front-page__slide.fone1{
        background-image: url(/wp-content/themes/storefront-child/images/240х400_1.png) !important;
        height: 400px !important;
    }*/
}


.header__mobile-topest {
    display: none;
    background: #f4f4f4;
}

.header__mobile-topest .container {
    width: 100%;
}

.header__mobile-topest .header__mobile-cities {
    width: 100%;
    padding: 10px;
}

.mobile-main-menu {
    position: relative;
    order: 5;
}

.mobile-main-menu .menu {
    display: none;
    position: absolute;
    top: 50px;
    right: -50px;
    z-index: 99999;
}

.mobile-main-menu .menu.visible {
    display: block;
}

.mobile-main-menu .menu__list--mobile {
    padding: 10px 22px;
    background: #F4F4F4;
    width: 474px;
}

.mobile-main-menu .menu__item {
    padding: 10px 0;
    background: #F4F4F4;
    border: none;
    border-bottom: solid 1px #DBDBDB;
    /*    width: 445px;*/
    position: relative;
}


.mobile-main-menu .menu__item:last-child {
    border-bottom: none;
}

.mobile-main-menu .menu__item a {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #000000;
    font-weight: lighter;
    text-transform: none;
    font-family: 'D IN Pro';
}


.catalog__item--parent .menu__toggle-btn {
    right: 0;
    top: 0;
    background: none;
}

.mobile-main-menu .menu__list--mobile .menu__toggle-btn {
    right: -10px;
    top: 5px;
    background: none;
}

.catalog__menu .catalog__item {
    margin-top: 0;
    padding: 5px 0;
    padding-right: 25px;
}

.mobile-main-menu .menu__list--mobile .menu__child .menu__toggle-btn {
    right: 0;
}


.catalog__item--parent .menu__toggle-btn::before,
.mobile-main-menu .menu__list--mobile .menu__toggle-btn::before {
    width: 7px;
    height: 7px;
    border-color: #A1A1A1;
}


.mobile-main-menu .menu__list--mobile>li>a {
    text-transform: uppercase;
}

.mobile-main-menu .menu__list--mobile ul {
    padding-left: 10px;
    background: #f4f4f4;
}

.mobile-phone {
    display: none;
}

.mobile-phone a {
    display: block;
}

.mobile-phone a:first-child {
    font-size: 16px;
    font-family: 'D IN PRO';
    color: #313131;
    line-height: 20px;
    font-weight: 500;
}

.mobile-phone .btn__obr-zvonok {
    color: #4F97DC;
    cursor: pointer;
    font-size: 14px;
}

.mobile-main-menu .mobile-btn {
    padding: 12px 12px 12px 30px;
    background: #225170;
    position: relative;
    transition-duration: .2s;

}

.mobile-main-menu .mobile-btn::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 14px;
    width: 13px;
    height: 12px;
    border-top: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
}

.mobile-main-menu .mobile-btn::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 19px;
    height: 2px;
    width: 8px;
    background: #ffffff;
}

.mobile-main-menu .mobile-btn.opened {
    background: #225170;
}

.mobile-main-menu .mobile-btn.opened::before {
    display: none;
}

.mobile-search {
    display: none;
    order: 6;
}

.mobile-search__button {
    padding: 12px;
    background: #4F97DC;
    position: relative;
    transition-duration: .2s;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.mobile-search__button::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    top: 11px;
    left: 11px;
}

.mobile-search__button::after {
    content: '';
    position: absolute;
    transform: rotate(-135deg);
    width: 8px;
    height: 1px;
    background: #ffffff;
    top: 26px;
    left: 23px;
}

.mobile-search {
    position: relative;
}

.mobile-search__form {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 99999999;
    right: -5px;
}

.mobile-search__form.visible {
    display: block;
}

.mobile-search__button.opened {
    background: #2E506E;
}

.header__top-inner .shopping-cart {
    order: 2;
}

.header__top-inner .shopping-favorite {
    order: 3;
}

.header__top-inner .shopping-compare {
    order: 4;
}

@media (max-width: 1200px) {
    .pc-cities {
        display: none;
    }

    .header-sect__info,
    .mobile-search,
    .mobile-phone,
    .citys-action,
    .header__mobile-topest {
        display: block;
    }

    .header-sect__icon img {
        height: 25px;
    }

    .header-sect__title {
        display: none;
    }

    .header-sect__counter {
        right: -15px;
        top: -11px;
    }
}

@media (max-width: 768px) {
    .header__mobile-topest .header__mobile-cities .header__top-town {
        display: block;
    }
}


@media (max-width: 670px) {
    .header__mobile-topest .citys-action {
        display: none
    }

}

@media (max-width: 660px) {
    body {
        margin-top: 390px
    }
}

@media (max-width: 650px) {
    .mobile-main-menu .menu__list--mobile {
        max-height: 400px;
        overflow-y: scroll;
        width: 350px;
    }


    .header__top-inner .logo {
        grid-area: logo;
        display: block
    }

    .header__top-inner .mobile-phone {
        grid-area: phones
    }

    .header__top-inner .mobile-main-menu {
        grid-area: menu
    }

    .header__top-inner .mobile-search {
        grid-area: search
    }

    .header__top-inner .shopping-cart {
        grid-area: bask
    }

    .header__top-inner .shopping-favorite {
        grid-area: fav
    }

    .header__top-inner .shopping-compare {
        grid-area: comp
    }

    .header__top-inner {
        /*display: grid;*/
        grid-template-areas: 'logo logo logo phones phones'
            'bask fav comp menu search';
        height: unset;
        padding: 11px 0 25px 0;
        grid-row-gap: 15px;
    }

    .header__mobile-topest .header__mobile-cities .header__top-town {
        padding: 0;
        font-size: 0;
        line-height: 0;
    }

    .header__mobile-topest .header__mobile-cities .header__top-town .js-chosen-city {
        font-size: 16px;
        line-height: 1;
    }

    .header__mobile-topest .header__mobile-cities .dpordown_citys .list_citys {
        left: 15px;
    }
}

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

@media (max-width: 414px) {
    .mobile-main-menu .menu__item {
        width: 246px;
    }
}

.call-back__form .captcha-image label {
    color: black;
}

.form-call-back__input-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.form-call-back__input-wrapper br {
    display: none;
}

#wpcf7-f152-o3 .form-call-back {
    flex-direction: column;
    margin: 0 auto;
}

#wpcf7-f152-o3 .form-call-back>br {
    display: none;
}

@media (max-width: 768px) {
    .call-back__form .captcha-image label {
        margin-top: 0 !important;
    }
}


#wpcf7-f152-o3 .form-call-back input {
    margin-right: 0;
}

.blog__grid .blog-card {
    display: flex;
    flex-direction: column;
}

.blog__grid .blog-card .blog-card__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.blog__grid .blog-card .blog-card__title {
    min-height: 96px;
}

.blog__grid .blog-card .blog-card__text {
    flex: 1;
}

@media (max-width: 601px) {
    .blog__grid .blog-card .blog-card__title {
        min-height: unset;
    }
}


.radios__advanced {
    display: none
}

.radios__wrapper .wpcf7-list-item {
    display: block;
    margin: 0;
}

.radios__wrapper .wpcf7-list-item>label {
    display: flex;
    align-items: center;
    gap: 20px;
}

.radios__label {
    color: black;
    padding: 10px 0;
}

.radios__wrapper .wpcf7-list-item>label span {
    order: 2;
}

.radios__wrapper .wpcf7-list-item>label input {
    width: unset;
    height: unset;
    line-height: 1;
    order: 1;
    margin: 0;
}

#obr_zvonok .form.sent .wpcf7-response-output {
    margin: 0;
}

#obr_zvonok.popup {
    max-height: 100%;
    overflow: auto;
}

#billing_advanced_radios_field>label {
    padding-bottom: 10px;
    display: block;
}

.custom-radio-fields {
    display: none;
    padding: 0 0 30px;
}

/*#billing_advanced_radios_field {
    display: none;
}*/

#billing_advanced_radios_field .woocommerce-input-wrapper {
    display: block;
}

#billing_advanced_radios_field .woocommerce-input-wrapper input {
    margin-right: 10px;
}


#billing_advanced_radios_field .optional {
    display: none
}

#billing_advanced_info_field {
    display: none
}

#billing_advanced_info_field textarea {
    background: #f3f3f3;
    width: 300px;
    height: 100px;
    resize: none;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 18px;
    border: unset;
    outline: none;
    padding-top: 10px;
    margin-top: 10px;
}

/*.catalog__menu.catalog__menu--show .catalog__list {
    padding: 0 3px;
}*/

.npay-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 64px;
}

.npay-item__header {
    background: linear-gradient(to bottom, #309AE0, #288ED1);
    border-radius: 5px;
    color: white;
    font-size: 23px;
    display: flex;
    line-height: 1.2;
    gap: 25px;
    font-weight: 700;
    padding: 28px 85px 28px 26px;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.npay-item__icon {
    height: 34px;
    width: 30px;
}

.npay-item__icon img {
    max-height: 100%;
}

.npay-item__header::before {
    content: '';
    position: absolute;
    right: 27px;
    top: calc(50% - 23.5px);
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: white;

}

.npay-item__header::after {
    content: '';
    position: absolute;
    right: 44px;
    top: calc(50% - 7px);
    width: 13px;
    height: 13px;
    border-left: solid 1px #343434;
    border-bottom: solid 1px #343434;
    transform: rotate(-45deg);
    transition-duration: .3s;
}

.npay-item__body {
    max-height: 0;
    overflow: hidden;
    display: flex;
    transition: padding-top .3s ease, padding-bottom .3s ease, max-height .2s ease;
    gap: 24px;
}

.npay-item__body-part {
    flex: 1;
    padding: 36px 45px;
    background: rgba(48, 154, 224, 0.07);
    border-radius: 5px;
}

.npay-item__body-head {
    font-size: 30px;
    color: #313131;
    padding-bottom: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.npay-item.opened .npay-item__body {
    max-height: 500vh;
    padding: 23px 0 30px;
}


.npay-item.opened .npay-item__header::after {
    top: calc(50% - 2px);
    transform: rotate(-225deg);
}


.blue-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.blue-list--joined::before {
    content: '';
    position: absolute;
    left: 4.5px;
    top: 10px;
    bottom: 10px;
    height: calc(100% - 20px);
    background: #309AE0;
    width: 1px;

}

.blue-list li {
    padding-left: 20px;
    position: relative;
}

.blue-list li::before {
    content: '';
    position: absolute;
    background: #309AE0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.npay-item__body-footer {
    padding-top: 20px;
    color: #309AE0;
}

.npay-item__body-footer--padding {
    padding-top: 20px;
    color: #309AE0;
    padding-left: 20px;
}

.cols {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cols--2 {
    justify-content: space-around;
}

.cols--left {
    justify-content: left;
}

.cols--g-30 {
    gap: 30px;
}

.cols--g-40 {
    gap: 40px;
}

.cols--full>* {
    flex: 1
}

.icon-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-col__img {
    height: 50px;
    margin-bottom: 17px;
}

.icon-col__img img {
    max-width: 100%;
}

.icon-col__text {
    text-align: center;
}

.blue {
    color: #309AE0;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-20 {
    padding-left: 20px;
}

.req-block {
    margin-top: 45px;
    padding: 60px 85px;
    background: rgba(48, 154, 224, 0.07);
    border-radius: 5px;
    position: relative;
}

.req-block__header {
    font-size: 30px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 30px;
}

.req-block::before {
    position: absolute;
    content: '';
    background: url(/wp-content/themes/storefront-child/images/logo.png);
    background-size: contain;
    width: 400px;
    height: 85px;
    bottom: 40px;
    right: 67px;
    opacity: .2;
}

.req-block .blue-list {
    gap: 40px;
}

@media (max-width: 768px) {
    .npay-item__body {
        flex-direction: column;
    }

    .npay-item__header {
        font-size: 20px;
    }

    .npay-item__body-head {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .req-block::before {
        display: none;
    }

    .req-block {
        padding: 30px;
    }
}

@media (max-width: 520px) {
    .req-block .cols {
        flex-direction: column;
    }

    .req-block {
        margin-top: 20px;
    }
}

@media (max-width: 414px) {
    .npay-item .cols {
        flex-direction: column;
    }
}

.btn__pre-order,
.btn__notify-available {
    min-height: 35px;
    border-radius: 0;
    text-transform: none;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "D IN Pro";
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-preview__buttons .awooc-custom-order.button.alt {
    display: block !important;
}

.product-preview__buttons button {
    display: block;
    width: 100%;
}

.product-preview__buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    /*min-height: 74px;*/
}

.product-preview__buttons .awooc-custom-order-button.button.alt.show-add-to-card {
    margin-left: 0;
}

.category-page .container .rside .content-inside .products li .wrapper .input_quantity form.static {
    position: static;
    margin: 0;
}

.product-preview__price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.category-page .container .rside .content-inside .input_quantity.custom {
    margin-top: 0;
    width: 100%;
}

.category-page .container .rside .content-inside .products li {
    display: flex;
    flex-direction: column;
}

.product .product-preview__pictures {
    min-height: 216px;
}

.category-page .container .rside .content-inside .products li .wrapper {
    height: 100%;
}

.product-preview__price,
.category-page .container .rside .content-inside .prices,
.category-page .container .rside .content-inside .products li .wrapper_cont {
    flex: 1;
}


.category-page .container .rside .content-inside .prices {
    align-items: flex-end;
}

.product-preview__buttons .awooc-custom-order.button.alt {
    color: rgb(34, 34, 34);
    padding: 7px;
    background: linear-gradient(to bottom, #e3e3e3, #f7f7f7);
    border: solid 1px rgb(192, 192, 192);
}




/* NEW STYLES UX */



.btn__ux {
    display: inline-block;
    padding: 10px 16px;
    background-color: #0197DA;
    border: 2px solid #0197DA;
    border-radius: 4px;
    font-family: "PT Root UI", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn__ux:hover {
    background-color: #051627;
    border-color: #051627;
    color: #fff;
}

.btn__ux--transparent {
    background-color: transparent;
    color: #0197DA;
}

.btn__ux--transparent:hover {
    background-color: #0197DA;
    border-color: #0197DA;
    color: #fff;
}

.btn__ux[disabled] {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.header__info {
    display: flex;
    align-items: flex-start;
    font-family: "PT Root UI", sans-serif;
}

.header__info>div {
    padding: 0 12px;
}

.header__info-time {
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
}

.header__info-email {}

.header__info-email a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #21516F;
}

.header__info-email a:hover {
    color: #0197DA;
    text-decoration: underline;
}

.header__info-tel .phone__link {
    font-family: "PT Root UI", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}

.header__info-tel .phone__link:hover {
    color: #0197DA;
    text-decoration: underline;
}

.header-sect__icon {
    height: 34px;
}

.header-sect__title {
    display: block;
    font-family: "PT Root UI", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #21516F;
}

.header-sect__counter {
    display: inline-block;
    height: 16px;
    position: absolute;
    right: 2px;
    top: -5px;
    padding: 0px 5px;
    border-radius: 50%;
    background: #0197DA;
    font-family: "PT Root UI", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

.header-sect:hover .header-sect__title {
    text-decoration: underline;
}

.header__info-tel-mail {
    display: flex;
    flex-direction: column;
}

.flex-citys {
    flex: 1;
}

@media (max-width: 1200px) {
    .header-sect__title {
        display: none;
    }

    .header-sect__counter {
        right: -8px;
        top: -5px;
    }

    .header-sect__icon {
        height: 25px;
    }

    .mobile-main-menu {
        display: block;
    }
}




/* END NEW STYLES UX */

.header__top .logo img {
    max-height: 70px;
}


.pay-block__title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 32px;
    line-height: 40px;
}

.pay-block {
    margin-top: 48px;
}

.pay-block:first-child {
    margin-top: 64px;
}

.pay-block__items {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.pay-block__item {
    min-height: 256px;
    max-width: 612px;
    width: 612px;
    background: #ECEEF3;
    display: flex;
    padding: 24px;
    justify-content: space-between;
    gap: 16px;
}

.pay-block__text {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pay-block__icon+.pay-block__text {
    max-width: 500px;
}

.pay-block__icon {
    width: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.pay-block__header {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.pay-block__body {
    font-size: 18px;
    line-height: 24px;
    flex: 1 0 auto;
}

.pay-block__footer {
    margin-top: 8px;
    font-size: 14px;
    color: rgba(0, 0, 0, .4);
    line-height: 16px;
}

.info_tovar .npay-list {
    margin-top: 0;
}

.mob_icon_block {
    order: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 140px;
}

@media (max-width: 380px) {
    .npay-item__header {
        padding: 28px 28px 85px 26px;
    }

    .info_tovar .npay-item__header::before {
        top: unset;
        bottom: 20px;
        right: calc(50% - 23.5px);
    }

    .info_tovar .npay-item__header::after {
        top: unset;
        bottom: 40px;
        right: calc(50% - 6px);
    }

    .info_tovar .npay-item.opened .npay-item__header::after {
        top: unset;
        bottom: 33px;
    }

    .mob_icon_block {
        min-width: 130px;
    }
}

/*.header__info {
    height: 65px;
}
.header__info-time.work-time {
    height: 100%;
    display: flex;
    align-items: end;
}*/

.header__info {
    gap: 20px;
    margin: 0;
    font-size: 14px;
}

.mobile-phone .target-bottom-navigator {
    color: #4F97DC;
    cursor: pointer;
    font-size: 14px;
}

.mobile-phone .target-bottom-navigator,
#bottom-navigator {
    display: none;
}

.footer__col-item .mobile-phone__navigator,
.mobile-phone .mobile-phone__navigator {
    display: none;
}

.mobile-phone__navigator img {
    margin-right: 5px;
    display: inline-block;
}

@media (max-width: 1200px) {
    .footer__col-item .mobile-phone__navigator {
        display: block;
    }
}

@media (max-width: 640px) {

    .mobile-phone .mobile-phone__navigator {
        display: block;
        font-size: 14px;
    }

    .product-preview__buttons {
        min-height: 54px;
    }
}

@media (max-width: 440px) {
    .footer__col-item .mobile-phone__navigator {
        display: block;
        text-align: left;
    }

    .mobile-phone .target-bottom-navigator,
    #bottom-navigator {
        display: block;
    }

    .pc-store-addr {
        display: none;
    }
}

.mobile-phone .btn__obr-zvonok,
.mobile-phone .target-bottom-navigator {
    font-size: 16px;
    color: black;
}


.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: contain;
    object-fit: contain
}

.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
}

.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;
}

.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;
}

.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;
}

.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;
}

.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
}

@media (max-width: 1440px) {

    .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%;
    }
}

@media (max-width: 1024px) {
    .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;
    }
}

@media (max-width: 768px) {
    .popular-products__tabs-items .quantity input[type="number"] {
        padding-left: 9px;
    }
}

@media (max-width: 660px) {
    .popular-products__tabs-items {
        max-width: 280px;
        margin: 0px auto;
    }

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

@media (max-width: 375px) {
    .popular-products__arrows {
        width: 30px;
        height: 30px;
    }

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

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

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

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

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

.entry-header h1 {
    max-width: 1270px;
    margin: 0 auto;
    color: #000;
    font-size: 34px;
    line-height: 53px;
    font-family: "PTRootUI-Bold", sans-serif;
    font-weight: 700;
    padding: 15px 15px 10px;
}

.tag-product button,
.popular-products__tabs-items .single_add_to_cart_button.button3.fr.alt {
    padding: 14.5px 29px;
    background-color: #309ae0;
    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 .product .input_quantity {
    width: 100%;
}

.category-page .category-hits form {
    flex-direction: row;
}

.table-like-content {
    margin: 10px 0;
    min-width: max-content;
}

.page_stock_vnutr .table-like-content {
    text-decoration: unset;
    font-size: 20px;
    line-height: 28px;
    font-family: 'PTRootUI-regular', sans-serif;
    margin: 10px 0;
}



@media (max-width: 900px) {
    .table-like-content-wrapper {
        overflow: scroll;
    }
}

.table-like-content td {
    padding: 0 5px;
}

.page_stock_vnutr .table-like-content tr td:nth-child(1) {
    padding: 0;
}

.page_stock_vnutr .table-like-content tr td:nth-child(2) {
    padding-left: 0;
}

a {
    cursor: pointer;
}

.news-page .content a {
    color: #309ae0;
}

.news-page .content p {
    padding-bottom: 5px;
}

.list-styled {
    list-style: unset;
    padding-left: 20px;
}

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

.mplace {
    padding: 24px 14px 24px 20px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition-duration: .3s;
    cursor: pointer;
}

.marketplaces {
    margin-bottom: 100px;
}

.marketplaces__title {
    margin-bottom: 25px;
    transition-duration: .3s;
}

.mplace__title {

    /* font-size: 18px; */
    flex: 1;
}

.mplace:hover {
    background: #166BC5;
}

.mplace:hover .mplace__title {
    color: white;
}

.mplace__img {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mplace__img img {
    max-width: 100%;
}


@media (max-width: 1024px) {
    .mplaces {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .mplaces {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 550px) {
    .mplaces {
        grid-template-columns: 1fr;
    }
}

.year-25 .front-page__item img {
    width: 147px;
}

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

.year-25 {
    position: relative;
}

.year-25::before,
.year-25::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 225px;
    background-size: contain;
    background-repeat: no-repeat;
}


.year-25::before {
    left: 0;
    background-image: url(/wp-content/themes/storefront-child/images/ballons-left.png);
}

.year-25::after {
    right: 0;
    background-image: url(/wp-content/themes/storefront-child/images/ballons-right.png);
}

.year-25 .front-page__btns {
    display: flex;
}

.year-25 .front-page__item:first-child {
    padding: 10px;
}

.year-25 .front-page__title {
    margin: 0 0 15px 0;
}

@media (max-width: 1460px) {
    .year-25::before {
        display: none;
    }
}

@media (max-width: 980px) {
    .year-25 .front-page__subtitle {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

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

    .year-25 .front-page__item img {
        width: 125px;
    }

    .year-25 .front-page__title {
        max-width: 90%;
    }
}

@media (max-width: 640px) {
    .year-25 .front-page__title {
        font-size: 16px;
    }

    .year-25 .front-page__subtitle {
        font-size: 11px;
    }
}

@media (max-width: 530px) {
    .year-25 .front-page__title {
        font-size: 16px;
        line-height: 17px;
    }

    .year-25 .front-page__subtitle {
        line-height: 12px;
    }

    .year-25 .front-page__item img {
        width: 83px;
    }
}

@media (max-width: 480px) {
    .year-25::after {
        display: none;
    }

    .year-25 .front-page__btn {
        line-height: 1;
    }

    /* .year-25 .front-page__item:first-child {
      padding: 0;
   } */
    .year-25 .front-page__inner {
        padding: 0 21px;
    }

    .main-banner-arrow {
        width: 25px;
        height: 25px;
    }

    .main-banner-arrow::before {
        top: 8px;
        right: 5px;
        width: 11px;
        height: 11px;
    }

    .main-banner-arrow-next::before {
        right: 9px;
    }
}

@media (max-width: 440px) {
    .year-25 .front-page__item:last-child {
        position: absolute;
        right: 30px;
        top: 50px;
    }

    .year-25 .front-page__subtitle,
    .year-25 .front-page__title {
        max-width: 70%;
    }
}


@media (max-width: 375px) {
    .year-25 .front-page__title {
        font-size: 13px;
    }

    .year-25 .front-page__item:first-child {
        padding: 0 5px 0 10px;
    }

    .year-25 .front-page__btns {
        flex-direction: row;
    }
}

@media (max-width: 520px) {
    .proizv .front-page__inner {
        display: flex;
        align-items: center;
        flex-direction: row;
        height: 100%;
    }
}

#materials__tab-1 li a.materials__tabs-cart {
    background-color: #246AA7;
}

.table-like-content .old-price {
    font-size: 12px;
    color: #797979;
    text-decoration: line-through;
    padding-right: 5px;
}

.table-like-content .new-price {
    font-size: 18px;
    font-weight: bold;
}

.table-like-content tr td:last-child {
    display: grid;
    grid-template-columns: .8fr 1fr;
}

.page-template-akcii_vnutr .table-like-content .old-price {
    font-size: 14px;
}

.page-template-akcii_vnutr .table-like-content .new-price {
    font-size: 20px;
}

.page_product .product-promo-hidden {
    display: none;
}

.product-promo-visible {
    display: none;
}

.page_product .product-promo-visible {
    display: block;
}

.message_vpn {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    z-index: 99;
    background: rgba(241, 249, 255, 0.89);
    backdrop-filter: blur(4px);
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.34);
    border-radius: 3px;
    padding: 15px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 865px;
    max-width: calc(100% - 30px);
}

.message_vpn_text {
    font-size: 19px;
    line-height: 24px;
    color: #3F3F3F;
    margin-right: 25px;
}

.message_vpn_text span {
    font-weight: bold;
}

.message_vpn_text:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 53px;
    height: 42px;
    margin-right: 25px;
    background: url(/wp-content/themes/storefront-child/images/svg/ic_message_vpn.svg);
}

.message_vpn_btn_close {
    display: inline-block;
    width: 195px;
    padding: 14px 30px;
    cursor: pointer;
}

.message_vpn_btn_close:hover {
    background-color: #225170;
}

@media screen and (max-width: 991px) {
    .message_vpn {
        padding: 15px 15px;
    }

    .message_vpn_btn_close {
        width: 170px;
    }

    .message_vpn_text:before {
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .message_vpn {
        display: block;
        text-align: center;
        padding: 10px 15px;
    }

    .message_vpn_text {
        margin: 0 0 10px;
    }

    .message_vpn_text:before {
        display: none;
    }
}


@media (max-width: 549px) {
    .product-cat-sub {
        display: none
    }
}

.term-229 .category-page .container .rside .content-inside .products li.product a img {
    object-fit: cover;
}

.pb-10 {
    padding-bottom: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}


.faq__header {
    position: relative;
    font-weight: bold;
    cursor: pointer;
    padding-right: 35px;
}

.faq__header::after,
.faq__header::before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, #309AE0, #288ED1);
    width: 2px;
    height: 10px;
    top: calc(50% - 5px);
    right: 20px;
    transition-duration: .2s;
}

.faq__header::after {
    transform: rotate(90deg);
}

.faq__item.opened .faq__header::before {
    opacity: 0;
}

.faq__body {
    display: none;
}

.faq-wrapper {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.yandex_link {
    margin-top: 20px;
}

label.menu__link {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #000000;
    font-weight: lighter;
    text-transform: none;
    font-family: 'D IN Pro';
    cursor: pointer;
}

label.menu__link:hover {
    color: #000000;
}

.contacts__offices__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
}

.contacts__offices__images img {
    display: block;
    max-width: 100%;
}

.g-20 {
    gap: 20px;
}

.sale_proc .ntooltip {
    display: inline;
    position: relative;
}

.sale_proc .ntooltip__handler {
    color: red;
    cursor: pointer;
}

.ntooltip__handler:hover+.ntooltip__box {
    display: block;
}

.ntooltip__box {
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translateX(-50%);
    display: none;
    font-size: 14px;
    color: black;
    font-weight: lighter;
    width: 250px;
    background: white;
    border: solid 1px #AED5F0;
    box-shadow: 0px 4px 20px rgba(48, 154, 224, 0.2);
    padding: 5px 15px;
    border-radius: 8px;
}

.woocommerce-cart-action-note {
    text-align: center;
}

.header__info-contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.text-icon {
    padding-left: 20px;
    position: relative;
}

.text-icon::before {
    content: '';
    position: absolute;
    left: 0;
}

.term-icon::before {
    width: 14px;
    height: 14px;
    top: 3px;
    background-image: url(/wp-content/themes/storefront-child/images/svg/blue-time.svg);
    background-repeat: no-repeat;
}

.phone-icon::before {
    width: 14px;
    height: 14px;
    top: 3px;
    background-image: url(/wp-content/themes/storefront-child/images/svg/blue-phone.svg);
    background-repeat: no-repeat;
}

.email-icon::before {
    width: 14px;
    height: 10px;
    top: 6px;
    background-image: url(/wp-content/themes/storefront-child/images/svg/blue-email.svg);
    background-repeat: no-repeat;
}

.header__top-line {
    display: none;
}

.header__top-inner .header__info-contacts {
    display: none;
}

.fline {
    display: flex;
}

.header__top-inner .header__info-contacts.f-contacts,
.header__top-inner .header__info-contacts.l-contacts {
    display: none;
}

.context-menu {
    display: none;
    position: absolute;
    z-index: 10000;
    width: 157px;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    box-shadow: 1px 1px 2px #cfcfcf;
}

.context-menu--active {
    display: block;
}

.context-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu__item {
    display: block;
}

.context-menu__item:last-child {
    border-bottom: none !important;
}

.context-menu__items.multiple .context-menu__item {
    border-bottom: 1px solid #ccc;
}

.context-menu__link {
    display: block;
    padding: 4px 12px;
    color: #0066aa;
    text-decoration: none;
    cursor: pointer;
}

.context-menu__link:hover {
    background: #fafafa;
}


@media (max-width: 1200px) {
    .header__top-inner .header__info-contacts {
        display: flex;
    }

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

    .header__top-line {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 30px 0 20px;
    }

    .header__top-inner .mobile-phone {
        display: flex;
        gap: 20px;
        align-items: flex-end;
    }

    .header__top-inner .mobile-phone__value {
        padding-left: 20px;
        position: relative;
    }

    .header__top-inner .mobile-phone__value::before {
        content: '';
        position: absolute;
        left: 0;
        width: 14px;
        height: 14px;
        top: 3px;
        background-image: url(/wp-content/themes/storefront-child/images/svg/blue-phone.svg);
        background-repeat: no-repeat;
    }

    .mobile-phone .btn__obr-zvonok {
        text-decoration: underline;
    }

}

.btn__zvonok__mob {
    display: none;
}

@media (max-width: 750px) {
    .header__top-inner {}

    .header__top-inner .header__top-line .logo {
        grid-area: unset;
    }

    .header__top-inner .header__top-line {
        grid-area: logo;
        padding-bottom: 0;
    }

    /* .header__top-inner .header__info-contacts:first-child {
    grid-area: f-contacts;
  }
  .header__top-inner .header__info-contacts:last-child {
    grid-area: l-contacts;
  } */
    .header__top-inner .header__top-line .header__info-contacts {
        display: none;
    }

    .header__top-inner .header__info-contacts.f-contacts,
    .header__top-inner .header__info-contacts.l-contacts {
        display: flex;
        width: 48%;
        margin-bottom: 5px;
    }

    .header__top-inner>.f-contacts {
        grid-area: f-contacts;
        /*    align-items: flex-end;*/
    }

    .header__top-inner>.l-contacts {
        grid-area: l-contacts;
    }

    .l-contacts>div:first-child {
        font-size: 14px;
    }

    .header__top-inner {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 10px;
        grid-template-areas: 'logo logo f-contacts f-contacts f-contacts'
            'l-contacts l-contacts l-contacts phones phones'
            'bask fav comp  menu search';
    }

    .header__top-inner .mobile-phone {
        flex-direction: column;
        gap: 6px;
    }

    .mobile-phone .target-bottom-navigator {
        display: block;
    }

    .header__top-line .btn {
        display: none;
    }

    .btn__zvonok__mob {
        display: block;
    }

    .header__info-contacts .term-icon.text-icon {
        display: none;
    }
}




@media (max-width: 350px) {
    .header__top>.container {
        padding: 0 7px;
    }

    .mobile-phone .btn__obr-zvonok {
        font-size: 14px;
    }
}


.promo-adaptive-pic-mob {
    display: none;
}

@media (max-width: 480px) {
    .promo-adaptive-pic-pc {
        display: none;
    }

    .promo-adaptive-pic-mob {
        display: block;
    }
}

.content-product img {
    max-width: 100% !important;
}

.catalog-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 34px;
}

.catalog-tab {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 359px;
    flex: 1;
    padding: 30px 40px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}


.catalog-tab__text {
    color: white;
    font-weight: bold;
}


@media (max-width: 650px) {

    /*.header-sect__counter {
        right: 20px;
    }*/
    .header__top-inner {
        grid-column-gap: 8px;
        grid-row-gap: 0px;
        padding: 11px 0 0px 0;
    }

    .header__mobile-line {
        margin-top: 20px;
    }

    .header__top-inner .header__info-contacts.f-contacts,
    .header__top-inner .header__info-contacts.l-contacts {
        margin-bottom: 15px;
    }

    .header__top-inner .header__top-line {
        padding-bottom: 10px;
    }

    .header_top_line {
        position: absolute !important;
        top: 225px;
        width: 100%;
        left: 0;
        z-index: 30 !important;
    }

    .header_top_line--filial-title {
        display: none;
    }

    .header__mobile-line {
        margin-top: 70px;
    }
}


@media (max-width: 450px) {
    .header-sect__counter {
        right: 0px;
    }
}

@media (max-width: 350px) {
    .header-sect__counter {
        right: -8px;
    }
}





.front-page__slide-sale-skotch {
    background: #3868A4;
    overflow: hidden;
}

.front-page__slide-sale-skotch .white-circle {
    background: #34B0D6;
    width: 338px;
    height: 338px;
}

.front-page__slide-sale-skotch .white-circle img {
    height: 274px;
    /*   transform: translateX(-40px);*/
}

.front-page__slide-sale-skotch .btn--fp {
    display: block;
    width: max-content;
}

.front-page__slide-sale-skotch .front-page__title {
    margin-bottom: 33px;
}

@media (max-width: 991px) {

    .front-page__slide-sale.front-page__slide-sale-skotch .front-page__side:nth-child(2) {
        display: block;
    }

    .front-page__slide-sale-skotch .white-circle {
        transform: translateX(60px);
    }

    .front-page__slide-sale-skotch .front-page__slide-wrapper {
        max-width: 100%;
        padding: 0 0 0 10%;
    }
}

@media (max-width: 600px) {
    .front-page__slide-sale-skotch {
        position: relative;
    }

    .front-page__slide-sale-skotch .front-page__slide-wrapper .front-page__slide-side:nth-child(1) {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        padding: 40px 60px;
        height: 100%;
        background: #3868A480;
    }

    .front-page__slide-sale-skotch .front-page__title {
        font-size: 21px;
    }
}

@media (max-width: 480px) {
    .front-page__slide-sale-skotch .front-page__slide-wrapper .front-page__slide-side:nth-child(1) {
        padding: 40px;
    }
}

.popular-products__tabs-item_new .product {
    max-width: none !important;
}

.popular-products__tabs-item_new .product>div {
    max-width: 274px;
    margin: 0 auto
}

.related-block .product-img-wrapper {
    border-radius: 10px;
}


.related-block.blue-bg .product-img-wrapper {
    background: #246AA7;
}

.product_list_widget .slick-slide,
.related-block .slick-slide {
    margin: 0 5px;
}

.page-template-marketplace .section-padding {
    padding: 10px 0;
}

/*
.category-page .container .rside .content-inside .prices div.main_price,
.product .prices {
    text-transform: lowercase !important;
    font-family: Comic Sans MS !important;
}
*/


.short-callback-form .cf_category {
    background-image: url(/wp-content/themes/storefront-child/images/bg_cf_category.png);
    width: 100%;
    border-radius: 5px;
    padding-top: 42px;
    padding-bottom: 52px;
    padding-left: 48px;
    padding-right: 48px;
    background-size: cover;
}

.short-callback-form .cf_category .zag {
    font-size: 33px;
    line-height: 39px;
    color: #fff;
    font-family: "PTRootUI-regular", sans-serif;
    font-weight: 600;
}

.short-callback-form .pod_zag {
    color: #fff;
    font-family: "PTRootUI-regular", sans-serif;
    font-size: 18px;
}

.short-callback-form .cf_category .cont_cf {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.short-callback-form .cf_category .name_cf p,
.short-callback-form .cf_category .tel_cf p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
}

.short-callback-form .cf_category .name_cf input {
    max-width: 280px;
    width: 100%;
    height: 60px;
    background: #fff;
    border: unset;
    outline: none;
    font-size: 18px;
    line-height: 20px;
    padding-left: 25px;
    color: #000;
}

.short-callback-form .cf_category .tel_cf input {
    max-width: 280px;
    width: 100%;
    height: 60px;
    background: #fff;
    border: unset;
    outline: none;
    font-size: 18px;
    line-height: 20px;
    padding-left: 25px;
    color: #000;
}

.short-callback-form .cf_category .btn_cf input {
    max-width: 280px;
    width: 100%;
    height: 60px;
    background-color: #309ae0;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-top: 29px;
    border: unset;
    outline: none;
}

.short-callback-form .cf_category .btn_cf input:hover {
    background-color: #225170;
}

.short-callback-form {
    margin-top: 20px;
}



.short-callback-form .cf_category .wpcf7-list-item-label {
    color: #fff;
}


.yamap-link {
    border: 1px solid #e2e4e7;
    padding: 10px 20px 10px 15px;
    background: #fff;
    border-radius: 8px;
    width: max-content;
    display: flex;
    gap: 20px;
    align-items: center;
}

.yamap-link__icon svg {
    width: 20px;
}

.yamap-link__icon svg path {
    fill: #225170;
}

.yamap-link__text {
    color: #8c8c8c;
    font-size: 15px;
    font-weight: 500;
}

.subcategories-block .container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.subcategories-block a {
    display: block;
    width: 49%;
    position: relative;
}

.subcategories-block a img {
    width: 100%;
}

.subcategories-block p {
    position: absolute;
    left: 7%;
    bottom: 7%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.category-bltop_shrink .category-bltop__item a {
    height: 231px;
    background-size: contain;
    background-color: #2B659F;
    background-position-x: 20%;
}

.category-bltop_shrink_bigger .category-bltop__item a {
    height: 277px;
}

.category-bltop_shrink .category-bltop__item a span {
    font-size: 18px;
}

.category-bltop_shrink {
    grid-template-columns: repeat(2, minmax(167px, 611px));
}

@media (max-width: 660px) {
    .category-bltop_shrink {
        grid-template-columns: repeat(1, minmax(280px, 660px));
        gap: 7px;
    }

    .category-bltop_shrink .category-bltop__item a span {
        font-size: 15px;
    }

    .category-bltop_shrink .category-bltop__item a {
        height: 180px;
        background-position-x: 0%;
    }
}

@media (max-width: 630px) {
    .subcategories-block a {
        width: 100%;
    }
}

.footer__col-item a,
.menu__list a.menu__link {
    font-family: PTRootUI-Regular, sans-serif;
    font-weight: 400;
}



.nquestion-form {
    background-image: url(/wp-content/themes/storefront-child/assets/images/nquestion-form-bg-1.png);
    background-size: cover;
    background-position: center;
    padding: 118px 116px 61px;
    margin-top: 40px;
}

.nquestion-form__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: white;
    margin-bottom: 22px;
}

.nquestion-form label {
    display: block;
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: white;
}

.nquestion-form form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 480px;
}

.nquestion-form input[type="text"],
.nquestion-form input[type="email"],
.nquestion-form input[type="tel"],
.nquestion-form textarea {
    background: rgba(255, 255, 255, .15);
    border: solid .5px #fff;
    border-radius: 2px;
    padding: 18px;
    width: 100%;
    color: white;
}

.nquestion-form textarea {
    max-height: 119px;
}

.nquestion-form .cf7ic_instructions {
    color: white !important;
}

.nquestion-form .captcha-image {
    border-color: white;
    margin-bottom: 18px;
}

.nquestion-form .wpcf7-not-valid-tip {
    font-size: 13px;
}

.nquestion-form input[type="text"].wpcf7-not-valid,
.nquestion-form input[type="email"].wpcf7-not-valid,
.nquestion-form input[type="tel"].wpcf7-not-valid,
.nquestion-form textarea.wpcf7-not-valid {
    border-color: red;
}

.nquestion-form .wpcf7-response-output {
    margin-top: 0;
    margin-left: 0;
    color: white !important;
}

.nquestion-form .btn {
    padding: 20px 57px;
    text-transform: uppercase;
    width: max-content;
}

@media (max-width: 1080px) {
    .nquestion-form__title {
        max-width: 480px;
    }
}

@media (max-width: 800px) {
    .nquestion-form__title {
        max-width: unset;
    }

    .nquestion-form {
        background-image: url(/wp-content/themes/storefront-child/assets/images/nquestion-form-bg-2.png);
        padding: 47px 47px 61px;
    }
}

@media (max-width: 580px) {
    .nquestion-form__title {
        font-size: 22px;
        line-height: 27px;
    }

    .nquestion-form {
        background-image: url(/wp-content/themes/storefront-child/assets/images/nquestion-form-bg-3.png);
        padding: 30px 35px;
    }
}



.industry-banner {
    background-image: url(/wp-content/themes/storefront-child/assets/images/industry-banner-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 61px 68px 73px;
    margin-top: 60px;
}

.industry-banner__title {
    font-size: 32px;
    font-weight: 700;
    color: white;
    max-width: 672px;
    line-height: 40px;
    margin-bottom: 20px;
}

.industry-banner__list {
    display: flex;
    flex-direction: column;
    max-width: 672px;
    gap: 20px;
}

.industry-banner__list-item {
    position: relative;
    padding-left: 34px;
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
}

.industry-banner__list-item::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 1.5px;
    background: white;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.industry-banner__list-item::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: solid 1.5px white;
    border-bottom: solid 1.5px white;
    top: 50%;
    left: 16px;
    transform: translateY(-50%) rotate(-45deg);
}


@media (max-width: 800px) {
    .industry-banner {
        background-image: url(/wp-content/themes/storefront-child/assets/images/industry-banner-2.png);
    }

    .industry-banner__title {
        font-size: 29px;
        line-height: 36px;
    }

    .industry-banner {
        padding: 61px 37px 73px;
    }
}

@media (max-width: 480px) {
    .industry-banner {
        background-image: url(/wp-content/themes/storefront-child/assets/images/industry-banner-3.png);
    }

    .industry-banner__list {
        gap: 15px;
    }

    .industry-banner__title {
        font-size: 18px;
        line-height: 22px;
    }

    .industry-banner {
        padding: 34px 25px 52px;
    }

    .industry-banner__list-item {
        font-size: 15px;
    }
}

.mobile-main-menu__contacts {
    display: none;
}

.mobile-main-menu .menu.visible {
    background: #F4F4F4;
}

.mobile-main-menu__contacts .callback-btn {
    margin-top: 14px;
    margin-bottom: 20px;
}

.mobile-main-menu__contacts .callback-btn .btn {
    width: 100%;
    background: #4F97DC;
    height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: unset;
    font-size: 16px;
}

.header__info-contacts.mobile-callback {
    display: none;
    grid-area: m-callback;
    justify-self: flex-end;
}

.header__info-contacts.mobile-callback .btn__ux {
    font-size: 13px;
    text-transform: unset;
    border-color: #4F97DC;
    color: #4F97DC;
    border-width: 1px;
}

.header__mobile-topest-schema {
    display: none;
}

.header__mobile-line {
    display: none;
    grid-area: g-line;
    height: 1px;
    background: #CACACA;
    width: 100%;
}

@media (max-width: 380px) {
    .mobile-main-menu .menu__list--mobile {
        width: 100%;
    }

    .mobile-main-menu .menu__item {
        width: 100%;
    }

    .header__mobile-line {
        display: block;
    }

    .header__top-inner .mobile-search {
        justify-self: flex-end;
    }

    .mobile-main-menu .menu {
        top: 100%;
        left: 0;
        width: 100%;
    }

    .mobile-main-menu {
        position: static;
    }

    .header__mobile-topest-schema {
        display: block;
        width: max-content;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #00000080;
    }

    .header__mobile-topest>.container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header__top-inner {
        grid-template-areas: 'logo logo m-callback m-callback m-callback'
            'g-line g-line g-line g-line g-line'
            'bask fav comp  menu search';
        /*height: 160px;*/
    }

    .header__info-contacts.mobile-callback {
        display: block;
    }

    .header__top-inner .header__info-contacts.f-contacts,
    .header__top-inner .header__info-contacts.l-contacts {
        width: auto;
    }

    .header__top-inner>.mobile-phone {
        display: none;
    }

    .header__top-inner .mobile-main-menu__contacts .mobile-phone {
        align-items: flex-start;
    }

    .mobile-main-menu__contacts {
        padding: 0 22px 10px;
        display: flex;
        flex-direction: column;
        gap: 13px;
    }
}

.product-cat-list {
    display: flex;
    flex-wrap: wrap;
    /*    justify-content: center;*/
    justify-content: flex-start;
    /*    column-gap: 10px;*/
    column-gap: 5px;
    row-gap: 5px;
}

/*.product-cat-list .product-cat-list__item:last-child a {
    border-right: 3px solid #eaeaea;
}*/
.product-cat-list__item a:hover {
    text-decoration: none;
    border-color: #309ae0;
    background-color: #f0f0f0;
}

.product-cat-list__item {
    padding: 0;
}

.product-cat-list__item a {
    background: transparent;
    color: #000;
    border: 3px solid #eaeaea;
    border-radius: 5px;
}



.ncallback-form-wrapper {
    background: #246AA7;
}

.ncallback-form-wrapper .cf_category {
    background: none;
}

.ncallback-form .cf_category {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
}

.short-callback-form.ncallback-form .cf_category .name_cf p,
.short-callback-form.ncallback-form .cf_category .tel_cf p {
    margin-bottom: 3.5px;
}

.short-callback-form.ncallback-form .cf_category .btn_cf input {
    margin-top: 0;
    width: 200px;
}

.ncallback-form__line {
    display: flex;
    align-items: flex-end;
    gap: 13px;
}

.ncallback-form .wpcf7-spinner {
    position: absolute;
}

.ncallback-form .btn_cf {
    position: relative;
}

.short-callback-form.ncallback-form .cf_category .cont_cf {
    display: flex;
    flex-direction: column;
    width: max-content;
    align-items: center;
    gap: 16px;
    margin-top: 21px;
}

.ncallback-form__header .zag {
    margin-bottom: 13px;
}

.short-callback-form .ncallback-form__header .pod_zag {
    font-size: 16px;
    font-weight: 200;
}

.ncheckbox input[type="checkbox"] {
    display: none;
}

.ncheckbox__label {
    width: 13px;
    height: 13px;
    border-radius: 1px;
    background: white;
    position: relative;
    display: block;
    cursor: pointer;
}

.ncheckbox__label::before {
    position: absolute;
    content: '';
    height: 9px;
    width: 5px;
    border-right: solid 2px #246AA7;
    border-bottom: solid 2px #246AA7;
    border-bottom-right-radius: 2.5px;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.ncheckbox input[type="checkbox"]:checked~.ncheckbox__label::before {
    display: block;
}

.ncallback-form .ncheckbox__label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.short-callback-form.ncallback-form .cf_category .wpcf7-list-item-label {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

@media (max-width: 1200px) {
    .ncallback-form .cf_category {
        flex-direction: column;
        align-items: flex-start;
    }

    .ncallback-form {
        max-width: 882px;
        margin: 0 auto;
    }

    .short-callback-form.ncallback-form .cf_category .cont_cf {
        margin-top: 0;
        max-width: 100%;
    }


}

@media (max-width: 880px) {
    .ncallback-form__header {
        text-align: center;
    }

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

    .short-callback-form.ncallback-form .cf_category .cont_cf {
        align-items: center;
    }

    .short-callback-form.ncallback-form .cf_category input {
        max-width: 100%;
    }

    .ncallback-form .btn_cf {
        margin: 0 auto;
    }

    .ncallback-form .cf_category {
        align-items: center;
    }
}

@media (max-width: 600px) {
    .short-callback-form.ncallback-form .cf_category input {
        max-width: 280px;
    }

    .ncallback-form__body {
        max-width: 100%;
    }
}

.product-preview__pictures .item_price_sale {
    position: absolute;
    top: 38px;
    left: 4px;
}

.header_top_line {
    background: #F1FAFF;
}

.header_top_line_phone_wrap {
    display: flex;
    flex-wrap: wrap;
    /*    justify-content: flex-start;*/
    align-items: center;
    padding: 6px 0;
    /*    padding-left: 203px;*/
    /* justify-content: center; */
    justify-content: space-between;
    /* padding-left: 92px; */
}

.header_top_line_phone_item {
    margin-right: 10px;
    padding: 4px 0;
}

.header_top_line_phone_item a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url(/wp-content/themes/storefront-child/images/svg/icon_phone.svg);
    background-repeat: no-repeat;
}

.email-icon,
.text-icon {
    padding-left: 26px;
}

.term-icon::before {
    top: 2px;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/storefront-child/images/svg/icon_calendar.svg);
}

.email-icon::before {
    top: 2px;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/storefront-child/images/svg/icon_email.svg);
}

.header_top_line_phone_item_city {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.header_top_line_phone_title {
    font-size: 15px;
    margin-right: 10px;
}

.header_top_line_phone_item a {
    color: #777;
    font-size: 15px;
}

.header__info-contacts_title {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.header__top-inner .shopping-cart {
    order: 9;
}

.header__top-inner .shopping-favorite {
    order: 6;
}

.header__top-inner .shopping-compare {
    order: 7;
}

.mobile-main-menu .menu {
    left: 0;
    right: initial;
}

@media (max-width: 1300px) {
    .logo img {
        max-width: 170px;
    }

    .header_top_line_phone_wrap {
        padding-left: 0px;
    }
}

@media (max-width: 1200px) {
    .header_top_line_phone_wrap {
        padding-left: 0;
    }

    .header__top .logo img {
        max-height: 70px;
        width: 142px;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .header__mobile-line {
        display: block;
    }

    .mobile-main-menu .mobile-btn {
        height: 52px;
        width: 121px;
        border-radius: 0;
        margin-left: -15px;
    }

    .mobile-main-menu .mobile-btn::before {
        top: 20px;
    }

    .mobile-main-menu .mobile-btn::after {
        top: 25px;
    }

    .header__info-contacts_title {
        text-align: left;
    }
}

@media (max-width: 650px) {

    .header_top_line_phone_title,
    .header_top_line_phone_item {
        width: 100%;
    }

    .header__top-line {
        width: 100%;
    }

    .mobile-search__form {
        left: -142px;
        right: initial;
    }

    .header__top-line {
        padding: 20px 0 5px;
    }
}

@media (max-width: 350px) {
    .mobile-main-menu .mobile-btn {
        margin-left: -7px;
    }
}

.mobile-search__button,
.mobile-search__button.opened {
    background: url(/wp-content/themes/storefront-child/images/svg/ic_search.svg) no-repeat center;
}

.mobile-search__button:before,
.mobile-search__button:after {
    display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .mobile-search__form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        border: none;
        padding-left: 0;
    }

    .mobile-search__form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
        border: none;
        background: url(/wp-content/themes/storefront-child/images/svg/ic_search.svg) no-repeat right center;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
        display: none;
    }

    .mobile-search__button,
    .mobile-search__button.opened {
        display: none;
    }

    .mobile-search__form {
        display: block;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .mobile-search__form:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #CCC;
        position: absolute;
        bottom: 6px;
    }
}

.header-sect-wrapper .shopping-cart {
    order: 3
}

.header_top_line_phone_item--dropdown {
    position: relative;
}

.header_top_line_phone_dropdown {
    display: none;
    width: 20px;
    height: 20px;
    background: #309ae0;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    border-radius: 3px;
    cursor: pointer;
}

.header_top_line_phone_dropdown::before {
    content: '';
    width: 0px;
    height: 0px;
    border: solid white 5px;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top: calc(50% - 2.5px);
    left: calc(50% - 5px);
    transition-duration: .2s;
}

.header_top_line_phone_wrap.opened .header_top_line_phone_item {
    display: block;
}



.header_top_line_phone_wrap.opened .header_top_line_phone_dropdown::before {
    transform: rotate(180deg);
    top: calc(50% - 7.5px);
}

@media (max-width: 650px) {
    .header_top_line_phone_dropdown {
        display: block;
    }

    .header_top_line_phone_item:not(.header_top_line_phone_item--dropdown) {
        display: none;
    }


}

#related-products .product-img-wrapper,
#category_rel .product-img-wrapper {
    background-color: #246AA7;
}

.header__info-schema {
    display: none;
    font-weight: bold;
}

@media (max-width: 640px) {
    .header__info-schema {
        display: block;
    }

    .header__info-btn-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 380px) {
    .btn__zvonok__mob {
        padding: 0 15px;
    }
}


footer.nfooter {
    background-image: url(/wp-content/themes/storefront-child/assets/images/footer-bg.jpg);
    font-family: "PT Root UI", sans-serif;
    background-position: center top:;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.nfooter__wrapper {
    display: grid;
    grid-template-areas: 'logo . . .'
        'addr menu1 menu2 contacts'
        'demis menu1 menu2 contacts'
        'req menu1 menu2 .';
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}

.nfooter__logo {
    width: 241px;
    margin-left: 15px;
    padding-bottom: 20px;
}

.nfooter__logo-wrapper>div {
    margin-bottom: 20px;
}

.nfooter__address {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    max-width: 295px;
}

.nfooter__reqs p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.nfooter__reqs p:not(.bold) {
    font-weight: 300;
}

.nfooter__menu-wrapper-1,
.nfooter__menu-wrapper-2 {
    max-width: 210px;
}

.nfooter__contacts-wrapper {
    max-width: 295px;
}

.nfooter__submenu {
    display: none;
    padding-left: 10px;
}

.nfooter__menu>li {
    margin-bottom: 10px;
}

.nfooter__menu a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.nfooter__drop-arrow {
    width: 17px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin-left: 24px;
    cursor: pointer;
}

.nfooter__drop-arrow::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    transform: rotate(45deg);
    top: -5px;
    left: 2px;
    transition-duration: .2s;
}

.nfooter__phone a {
    position: relative;
    padding-left: 44px;
    font-size: 23px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 auto;
    display: block;
    width: max-content;
}

.nfooter__phone a::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/storefront-child/assets/images/footer-phone-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}

.nfooter__callback-btn {
    display: block;
    background: #309AE0;
    padding: 11px;
    width: 100%;
    border-radius: 11px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

.nfooter__contacts-wrapper>div {
    margin-bottom: 10px;
    text-align: center;
}

.nfooter__demis .razrab {
    color: black;
    font-size: 16px;
    line-height: 26px;
    max-width: 260px;
    margin: 20px 0 0 auto;
    padding-right: 90px;
}

.nfooter__demis .razrab:after {
    background-image: url(/wp-content/themes/storefront-child/assets/images/footer-demis-logo.png);
    width: 72px;
    height: 31px;
}

.nfooter__bottom {
    max-width: 1300px;
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    padding-top: 20px;
    position: relative;
    text-align: center;
}

.nfooter__bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 95%;
    height: 1px;
    background: black;
    transform: translateX(-50%);
}

.nfooter__logo-wrapper {
    grid-area: logo;
}

.nfooter__address {
    grid-area: addr
}

.nfooter__menu-wrapper-1 {
    grid-area: menu1
}

.nfooter__menu-wrapper-2 {
    grid-area: menu2
}

.nfooter__reqs {
    grid-area: req
}

.nfooter__contacts-wrapper {
    grid-area: contacts
}

.nfooter__demis {
    grid-area: demis
}

.nfooter__reqs {
    padding-top: 20px;
}


.nfooter__contacts-wrapper {
    display: flex;
    flex-direction: column;
}

.nfooter__demis {
    max-width: 295px;

}


.nfooter__menu-parent.opened .nfooter__drop-arrow::before {
    transform: rotate(-135deg);
    top: 2px;
}

.nfooter__email {
    text-align: right;
}

@media (max-width: 1024px) {
    .nfooter__logo {
        margin-left: 0;

    }

    .nfooter__logo-wrapper>div {
        margin-bottom: 0;
    }

    .nfooter__wrapper {
        max-width: 768px;
        grid-template-areas: 'logo contacts'
            'addr contacts'
            'menu1 menu2'
            'req demis';
    }

    .nfooter__menu-wrapper-1,
    .nfooter__menu-wrapper-2 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .nfooter__reqs {
        padding-top: 0;
    }

    .nfooter__demis .razrab {
        margin: 0;
    }
}

@media (max-width: 640px) {

    .nfooter__menu-wrapper-1,
    .nfooter__menu-wrapper-2 {
        margin: 0;
    }

    .nfooter__wrapper {
        grid-template-areas: 'logo'
            'addr'
            'contacts'
            'menu1'
            'menu2'
            'req'
            'demis';
        width: max-content;
        margin: 0 auto;
        grid-gap: 15px;
    }

    .nfooter__phone a {
        margin-left: 0;
    }

    .nfooter__email {
        text-align: left;
    }
}

@media (max-width: 380px) {
    .nfooter__bottom {
        text-align: left;
        padding: 20px 10px 0;
    }

    .email-icon,
    .text-icon {
        padding-left: 20px;
    }
}

.header__info-contacts .h_email_icon_center {
    margin: 0 auto;
}


.npayment-block {
    background: #F0F8FD;
    padding: 42px 45px;
    border-radius: 12px;
}

.npayment-block__header {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    padding-bottom: 32px;
    margin-bottom: 0;
}

.npayment-block__content ul {
    padding-left: 0;
}

.npayment-block__content ul li {
    padding-left: 22px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}

.npayment-block__content ul li:last-child {
    margin-bottom: 0;
}

.npayment-block__content ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #309AE0;
    border-radius: 50%;
    top: 5px;
    left: 0;
}

@media (max-width: 768px) {
    .npayment-block__header {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (max-width: 480px) {
    .npayment-block__header {
        font-size: 20px;
        line-height: 24px;
    }

    .npayment-block__content ul li {
        font-size: 14px;
        line-height: 17px;
    }
}

.sitemap {
    margin: 40px 0;
    font-size: 18px;
}

.sitemap ul {
    padding-left: 20px;
}

.sitemap a {
    display: block;
    padding-bottom: 10px;
}


.category-bltop.category-bltop--vpp {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}

.category-bltop.category-bltop--vpp .category-bltop__cart {
    padding: 0;
    height: 200px;
}

.category-bltop.category-bltop--vpp .category-bltop__cart span {
    right: 5px;
    width: calc(100% - 10px);
}

@media (max-width: 1024px) {
    .category-bltop.category-bltop--vpp {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 768px) {
    .category-bltop.category-bltop--vpp {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 660px) {
    .category-bltop.category-bltop--vpp {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 414px) {
    .category-bltop.category-bltop--vpp .category-bltop__cart {
        height: 250px;
    }

    .category-bltop.category-bltop--vpp {
        grid-template-columns: 1fr;
    }
}



.mv-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.catalog__item--parent .menu__child {
    position: static;
    background: #f3f3f3;
    width: auto;

}

.catalog__item--parent .menu__child .menu__child-item {
    padding: 5px 0 5px 10px;
    border-left: none;
}

.catalog__item--parent .menu__child .menu__child-item a {
    font-family: "PTRootUI-Regular", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.catalog__item--parent .menu__child-item:hover>a,
.catalog__item--parent .menu__child .menu__child-item a:hover {
    color: #309ae0;
}


.catalog__item--parent>a {
    font-weight: bold;
}

.product-categories .cat-parent {
    position: relative;
}

.cat-item__toggler {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    top: 10px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    border-bottom-right-radius: 2px;
    transform: rotate(45deg);
    cursor: pointer;
}

.current-cat>.cat-item__toggler,
.current-cat-parent>.cat-item__toggler {
    transform: rotate(-135deg);
    top: 12px;
}

.promo-page .content_stock ul {
    list-style: disc;
    padding-left: 20px;
}


.page-template-index #popular-products__tabs .slick-active {
    position: relative;
}

.page-template-index #popular-products__tabs .slick-active .exclamation-mark__popup {
    left: -100px !important;
}

.page-template-index #popular-products__tabs .slick-active+.slick-active .exclamation-mark__popup {
    left: -200px !important;
}

.page-template-index #popular-products__tabs .slick-active+.slick-active+.slick-active .exclamation-mark__popup {
    left: -200px !important;
}

.page-template-index #popular-products__tabs .slick-active+.slick-active+.slick-active+.slick-active .exclamation-mark__popup {
    left: -380px !important;
}

@media (max-width: 1440px) {
    .page-template-index #popular-products__tabs .slick-active .exclamation-mark__popup {
        left: -100px !important;
    }

    .page-template-index #popular-products__tabs .slick-active+.slick-active .exclamation-mark__popup {
        left: -200px !important;
    }

    .page-template-index #popular-products__tabs .slick-active+.slick-active+.slick-active .exclamation-mark__popup {
        left: -380px !important;
    }
}

@media (max-width: 1024px) {
    .page-template-index #popular-products__tabs .slick-active .exclamation-mark__popup {
        left: -100px !important;
    }

    .page-template-index #popular-products__tabs .slick-active+.slick-active .exclamation-mark__popup {
        left: unset !important;
        right: -50px;
    }
}

@media (max-width: 660px) {
    .page-template-index #popular-products__tabs .slick-active .exclamation-mark__popup {
        left: -200px !important;
    }
}

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.dark-blue-text {
    color: #2a286a;
    font-weight: bold;
}

.wc-block-components-notice-banner.is-success {
    display: none;
}


.page-template-index h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 35px;
}

#materials__tabs .materials__title h2 {
    font-size: 20px;
}

.ic_calendar,
.ic_mark {
    display: inline-block;
    margin-right: 25px;
    color: #2F5295;
}

.ic_calendar:before,
.ic_mark:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.ic_calendar:before {
    background: url(/wp-content/themes/storefront-child/images/svg/ic_calendar.svg);
}

.ic_mark:before {
    background: url(/wp-content/themes/storefront-child/images/svg/ic_mark.svg);
}

.new_26vistavka p {
    margin-bottom: 10px;
}

.new_26vistavka .new_26vistavka_title {
    font-size: 32px;
    padding-top: 25px;
    margin-bottom: 25px;
}

.new_26vistavka .new_26vistavka_subtitle {
    padding-top: 25px;
}

.bold {
    font-weight: bold;
}

.popular-products__tabs-grid-item .products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.popular-products__tabs-grid-item .products .product {
    justify-self: center;
}

@media (max-width: 767px) {
    .popular-products__tabs-grid-item .products {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .popular-products__tabs-grid-item .products {
        grid-template-columns: 1fr;
    }
}

.nbutton--add {
    transition: background-color 0.1s linear;
    border: unset;
    outline: none;
    background-color: #309ae0;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "D IN Pro";
    text-align: center;
    text-transform: none;
    padding: 9px;
    width: 100%;
    dblock;
}

.popular-products__tabs-items .nbutton--add {
    width: max-content;
    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;
}

.ncategory-bltop .category-bltop__item {
    width: 100%;
}

.ncategory-bltop .category-bltop__cart {
    background-color: #3768a3;
}

.category-announce {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
}

.news-page .detail-news-image {
    max-height: 440px;
    display: flex;
    justify-content: center;
}

.news-page .detail-news-image img {
    display: block;
    object-fit: contain;
    max-width: 100%;
}


.product-bc-wrapper {
    padding: 20px 0;
}

.product-tag--akcziya-moskva,
.product-tag--kauchuk,
.product-tag--g-rostov-na-donu {
    color: white;
}


.popular-products .slick-track,
.new-products .slick-track {
    display: flex !important;
}


.popular-products .slick-slide,
.new-products .slick-slide {
    height: inherit !important;
}

.popular-products .product-preview__buttons,
.new-products .product-preview__buttons {
    justify-content: flex-end;
}

.new-products .tag-product__in-basket {
    flex: 1;
    display: flex;
    align-items: flex-end;

}

.category-bltop--center .category-bltop__item a {
    background-position: center -20px;
}

.category-bltop--center .category-bltop__item a span {
    margin: 0 auto;
    display: block;
    text-align: center;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
}


@media (min-width: 660px) {

    .category-bltop__item--wide {
        grid-column-start: 1;
        grid-column-end: 3;
        width: 100%;
    }

    .category-bltop__item--center {
        grid-column-start: 1;
        grid-column-end: 3;
        width: 492px;
        margin: 0 auto;
        max-width: 100%;
    }
}



.front-page__slider .btn {
    padding: 10px 50px;
    font-size: 16px;
    display: block;
    width: max-content;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .front-page__slider .btn {
        padding: 10px 50px;
    }
}

@media (max-width: 700px) {
    .front-page__slider .btn {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .front-page__slider .btn {
        padding: 10px;
        line-height: 1;
    }
}

.front-page__title {
    padding: 5px 0 10px;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0;
}


.front-page__slide-side {
    z-index: 99;
}


@media (min-width: 660px) {
    .category-bltop--center .category-bltop__item--left a {
        background-position: 0;
    }

    .category-bltop--center .category-bltop__item--left a span {
        text-align: right;
        left: unset;
        transform: unset;
        right: 25px;
    }
}


.term-description h2 {
    margin: 20px 0 10px;
}



.availability__title {
    position: relative;
    color: #225170;
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: 800;
    font-size: 15px;
}



.availability__title--instock {
    padding-left: 26px;
}

.availability__title--instock::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/storefront-child/images/middle_block_availability__title_on.png);
    width: 19px;
    height: 19px;
    left: 0px;
}

.preview-product .availability__title--instock {
    font-size: 17px;
    color: #078f3d;
    font-weight: 500;
    font-family: "D IN Pro";
    padding-left: 0;
}

.preview-product .availability__title--instock::before {
    display: none;
}

.preview-product .availability {
    padding: 5px 0;
}

.header__info a {
    transition-duration: .2s;
}

.header__info a:hover {
    color: #309ae0;
}

.slider-4-col {
    margin: 30px 0;
}

.review {
    padding-bottom: 10px;
    border-bottom: 2px solid #225170;
}

.review__name {
    font-weight: bold;
    padding-bottom: 12px;
}

.review__date {
    font-weight: bold;
}

.review__text {
    padding: 12px 0 5px;
}


.slider-4-col .slick-list {
    margin: 0 -10px;
}

.slider-4-col .slick-slide {
    padding: 0 10px;
}

.related-products:hover .slick-arrow,
.slider-4-col:hover .slider-4-col__arrow {
    opacity: 1;
}


.related-products .slick-arrow,
.slider-4-col__arrow {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    z-index: 40;
    transition-duration: .2s;
    background-color: #eeeeee;
    border: none;
    appearance: none;
    -webkit-appearance: none;
}

.related-products .slick-arrow.prev,
.slider-4-col__arrow-prev {
    left: 0;
}

.related-products .slick-arrow.next,
.slider-4-col__arrow-next {
    right: 0;
}

.main_price-flex {
    display: flex;
}

.related-products .product {
    position: static;
}

.popular-products__tabs-items.related-products .product {
    max-width: unset !important;
}

@media (max-width: 660px) {
    .popular-products__tabs-items.related-products {
        max-width: unset;
    }
}

.cat_promo-wrapper {
    margin: 40px 0;
}

.cat_promo-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.cat_promo-item-img img {
    width: 100%;
}

.cat_promo-item-name {
    margin-top: 10px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .cat_promo-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .cat_promo-list {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
}


.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
}

.cat_advantages .advantages .container,
.category-page .cat_promo-wrapper .container,
.advantages .container {
    display: block;
}

.cat_promo-title {
    margin-bottom: 50px;
}

.cat_advantages .advantages {
    padding: 0;
    margin: 40px 0;
}

@media (max-width: 1440px) {
    .section-title--color {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 1200px) {

    .section-title--color.cat_promo-title,
    .cat_advantages .section-title--color {
        max-width: unset;
    }

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

@media (max-width: 992px) {
    .section-title--color {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .section-title--color {
        font-size: 24px;
        max-width: 320px;
    }
}


.ntags {
    margin-top: 35px;
}

.ntags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ntags__list>br {
    display: none;
}

.ntags .ntags__item {
    color: black !important;
    font-weight: 400 !important;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: none;
    align-items: center;
    max-width: 330px;
    border: 2px solid #EAEAEA;
    border-radius: 3px;
    line-height: 1.2;
}

.ntags__show-more {
    padding: 10px;
    color: #309AE0;
    text-decoration: underline;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ntags__show-more::before {
    content: 'Показать еще';
}



.ntags__list .ntags__item:nth-child(1),
.ntags__list .ntags__item:nth-child(2),
.ntags__list .ntags__item:nth-child(3),
.ntags__list .ntags__item:nth-child(4),
.ntags__list .ntags__item:nth-child(5),
.ntags__list .ntags__item:nth-child(6) {
    display: flex;
}

.ntags__list.visible .ntags__item {
    display: flex;
}

.ntags__list.visible .ntags__show-more::before {
    content: 'Скрыть';
}

@media (max-width: 580px) {

    .ntags__show-more,
    .ntags .ntags__item {
        font-size: 12px;
    }

    .ntags__list .ntags__item:nth-child(4),
    .ntags__list .ntags__item:nth-child(5),
    .ntags__list .ntags__item:nth-child(6) {
        display: none;
    }

    .ntags__list.visible .ntags__item:nth-child(4),
    .ntags__list.visible .ntags__item:nth-child(5),
    .ntags__list.visible .ntags__item:nth-child(6) {
        display: flex;
    }
}


.category-announce--flag {
    display: flex;
    align-items: center;
}

.category-announce__flag {
    font-size: 18px;
    color: #225170;
    font-weight: 400;
}

.category-announce__flag img {
    width: 80px;
}

.category-announce__flag div {
    white-space: nowrap;
    margin-top: 5px;
}

@media (max-width: 540px) {
    .category-announce--flag {
        flex-direction: column;
        gap: 20px;
    }
}


@media (max-width: 660px) {
    .header {
        position: static;
        top: unset;
        left: unset;
        right: unset;
    }

    body {
        margin-top: 0;
    }

    .fixed-header .header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }

    body.fixed-header {
        margin-top: 333px;
    }

    .fixed-header .header .header__bottom,
    .fixed-header .header .header__top-line,
    .fixed-header .header .header__info-contacts,
    .fixed-header .header .header__info-btn-wrapper,
    .fixed-header .header .header__mobile-line,
    .fixed-header .header .header_top_line {
        display: none;
    }

    .fixed-header .header__top-inner {
        padding-top: 0;
    }
}

.materials__tabs-text {
    margin: 30px 0;
}

.materials__tabs-text p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
}

.materials__tabs-text ol,
.materials__tabs-text ul {
    margin-top: 15px;
}

.materials__tabs-text li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.materials__tabs-text li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #309ae0;
    left: 0;
    top: 6px;
}

.nfront-slide__content {
    max-width: 1200px;
    margin: 0 auto;
}

.front-page__slide--ng {
    background-image: url(/wp-content/themes/storefront-child/images/banners_bg/banner-ng_1920.jpg);
}

.front-page__slide--ng .front-page__slide-title {
    font-size: 52px;
    color: white;
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width: 800px) {
    .front-page__slide--ng {
        background-image: url(/wp-content/themes/storefront-child/images/banners_bg/banner-ng_768.jpg);
    }

    .front-page__slide--ng .front-page__slide-title {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .front-page__slide--ng {
        background-image: url(/wp-content/themes/storefront-child/images/banners_bg/banner-ng_320.jpg);
    }

    .front-page__slide--ng .front-page__slide-title {
        font-size: 20px;
    }
}


.recently_viewed_block .woocommerce-Price-amount {
    font-weight: bold;
}

.product .preview_item_price .item_price_main {
    color: black;
    padding-top: 0;
}

.product .preview_item_price_wrap {
    align-items: flex-end;
}


.product .preview_item_price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    max-height: 51px;
}

.nfooter__logo img {
    max-height: 50px;
    height: 100%;
}



.front-page__slide--filial {
    background-image: url(/wp-content/themes/storefront-child/images/banners_bg/filial-bg_1920-min.jpg);
    color: white;
    line-height: 1.2;
}

.front-page__slide--filial * {
    color: inherit;
    line-height: inherit;
}

.front-page__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
}


.front-page__slide--filial .front-page__slide-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
}

.front-page__slide--filial .front-page__slide-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
}

.niconed {
    padding-left: 30px;
    position: relative;
}

.niconed::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
}


.niconed--white-phone::before {
    background-image: url(/wp-content/themes/storefront-child/images/svg/white-phone-icon.svg);
}

.niconed--white-loc::before {
    background-image: url(/wp-content/themes/storefront-child/images/svg/white-loc-icon.svg);
}

.filial-list {
    display: flex;
    gap: 50px;
}

.filial-list__img {
    max-width: 100px;
    min-width: 100px;
}

.filial-list__img img {
    width: 100%;
}

.filial-list__item {
    display: flex;
    align-items: center;
    gap: 10%;
}

.filial-list__content {
    font-weight: bold;
    color: white;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    padding-top: 28px;
}


.filial-list__content::before {
    content: '';
    background-image: url(/wp-content/themes/storefront-child/images/svg/white-circle-check-icon.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
}

.white-check-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 0;
}

.white-check-list li {
    padding-left: 26px;
    position: relative;
}

.white-check-list li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/storefront-child/images/svg/white-circle-check-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.filial-col-header {
    font-size: 18px;
    margin-bottom: 30px;
}

.front-page__slide--filial .front-page__bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 680px) {
    .hide-680 {
        display: none !important;
    }
}

@media (min-width: 680px) {
    .show-680 {
        display: none !important;
    }
}




@media (max-width: 1200px) {
    .front-page__slide--filial {
        background-image: url(/wp-content/themes/storefront-child/images/banners_bg/filial-bg_768-min.jpg);
    }

    .front-page__cols {
        gap: 20px;
    }

    .front-page__slide--filial .front-page__slide-wrapper {
        max-width: calc(100% - 100px);
    }
}

@media (max-width: 980px) {

    .filial-col-header {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .filial-list {
        flex-direction: column;
        gap: 20px;
    }

    .filial-list__img {
        min-width: 60px;
        max-width: 60px;
    }

    .front-page__slide--filial .front-page__slide-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 680px) {

    .front-page__slide--filial .front-page__slide-title {
        font-size: 16px;
    }

    .front-page__slide--filial .front-page__slide-subtitle {
        font-size: 12px;
    }

    .front-page__slide--filial {
        background-image: url(/wp-content/themes/storefront-child/images/banners_bg/filial-bg_320-min.jpg);
    }

    .front-page__slide--filial .front-page__cols {
        display: block;
    }

    .front-page__slide--filial .niconed {
        font-size: 10px;
    }

    .front-page__slide--filial .niconed::before {
        width: 12px;
        height: 12px;
    }

    .front-page__slide--filial .front-page__bottom {
        gap: 6px;
        margin-top: 20px;
    }

}


.delivery-map-line {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.delivery-map-qr img {
    width: 120px;
}

.delivery-map-line--short {
    justify-content: flex-start;
}

.delivery-map-line--short>div {
    max-width: 400px;
}

@media (max-width: 1279px) {
    .delivery-map-line {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .delivery-map-line {
        flex-direction: column;
        align-items: flex-start;
    }
}



.pickup-address .contacts__managerse-name-icon {
    padding-right: 5px;
    display: inline-block;
    height: 20px;
}

.pickup-address svg {
    width: 20px;
    height: 20px;
}

.pickup-address svg path {
    fill: #225170;
}


.header__verybottom .menu__item {
    padding-left: 16px;
    padding-right: 16px;
    transition-duration: .2s;
}

.header__verybottom .menu__list--pc>.menu__item:hover {
    background: #225170;
}

.header__verybottom .menu__list--pc>.menu__list li.current:hover>a.menu__link,
.header__verybottom .menu__list--pc>.menu__item:hover>a {
    color: white;
}


@media (max-width: 680px) {
    .ncallback-form-wrapper .cf_category {
        gap: 30px;
    }
}

@media (max-width: 414px) {
    .ncallback-form-wrapper .cf_category {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .popular-products__section-title.popular-products__section-title-mplace {
        line-height: 1.2;
        font-size: 18px;
    }
}

.mplace-arrow {
    line-height: 1 !important;
    display: inline-block;
    vertical-align: middle;
    color: #309ae0;
}


@media (max-width: 480px) {

    .product-bc-wrapper,
    .bc-wrapper {
        overflow: auto;
    }

    .bc-wrapper {
        padding-bottom: 15px;
    }

    .bc-container,
    .woocommerce-breadcrumb {
        width: max-content;
        padding-right: 20px;
    }

    .woocommerce-breadcrumb {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        gap: 10px;
        align-items: center;
        text-wrap: nowrap;
    }

    .woocommerce-breadcrumb>* {
        flex: 0 0 auto;
    }
}

.page_product .npay-item__title,
.page_product .npay-item__body-head,
.page_product .npayment-block__header {
    font-size: 18px;
}

#txt_5 a {
    text-decoration: underline;
}