html, body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #383838;
}
.main_menu_flex_all {
    position: fixed;
    z-index: 5;
    background: white;
    width: 100%;
    top: 0;
}

@media (min-width: 900px) {
    .main_menu_flex_all + .main {
        margin-top: 100px
    }

}
.swiper-button-disabled{
    display: none;
}
/*Default table*/
table {
    background: white;
    border-collapse: collapse;
    border: 1px solid #F8F8F8;
}

table thead {
}

table thead tr {
}
.header-fixed{
    position: fixed;
    z-index: 5;
    background: white;
    top: 0;

}
table thead tr th {
    background: #F8F8F8;
    text-align: center;
    min-width: 130px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

table tbody {
}

table tbody tr {
}

table tbody tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #F8F8F8;
    border-right: 1px solid #F8F8F8;
}

/*Default table end*/
a {
    color: inherit;
}

body a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    font-family: 'Nunito';
}

.btn,
.bx_my_order_cancel input[type="submit"],
.plavno {
    transition: all 0.2s ease-in-out 0s;
}

.bx_my_order_cancel input[type="submit"],
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    border-radius: 30px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
}
.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-arrow {
    -moz-appearance: textfield;
}
.btn-autosize {
    display: inline-block;
}

.btn-autosize .btn {
    width: auto;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    padding-top: 2px;
}

/*.btn:hover {
    opacity: 0.8;
}*/


footer * {
    padding: 0;
    margin: 0;
}


.footer ul li {
    list-style: none;
}

a[target="_blank"]:hover{
    color: var(--color-main-hover)!important;
}

footer a,
footer a:visited {
    text-decoration: none;
    color: #383838;
    box-sizing: border-box;
}

footer a:hover {
    text-decoration: none;
}

footer ul li {
    list-style: none;
}

footer img {
    vertical-align: top;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    font-size: inherit;
    font-weight: 400;
}

/* --------------------------------------------*/



.footer#footer .container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}

/*------------------------------footer---------------------------------*/

.footer {
    margin-top: 100px;
    padding: 40px 0 36px;
    background-color: #f2f3f3;
}

.footer__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
}
.footer__menu {
    max-width: 620px;
}
.footer__menu ul:first-of-type{
    padding-bottom: 8px;
}
.footer__menu ul {
    display: flex;
    gap: 8px 32px;
    flex-wrap: wrap;
    line-height: 145%;
}

.footer__contacts {
    width: 415px;
}
.footer__phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    font-weight: 700;
    color: #383838;
    margin-bottom: 16px;
}
.footer__phone_block{
    position: relative;
}
.hot-line {
    /* display: none;*/
    color: #8d8d8d;
    font-size: 12px;
    line-height: 145%;
    /* margin-bottom: 12px;*/
    position: absolute;
    bottom: -10px;
}



.footer__phone button {
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--color-main);
    padding: 13px 24px;
    border-radius: 30px;
    border: none;
}
.footer__phone button:hover {
    background-color: var(--color-main-hover)!important;
}
.footer__email {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer nav.footer__menu ul li a{
    color: #383838;
    font-weight: 600;
    font-size: 18px;
}
.footer nav.footer__menu ul li a:hover{
    color: var(--color-main-hover)!important;
}
.footer__address {
    font-weight: 700;
}

.footer__links {
    margin-bottom: 52px;
}

.footer__links-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: -90px;
}
.footer__save-links {
    display: flex;
    gap: 8px;
}
.footer__text {
    font-size: 14px;
    color: #8d8d8d;
    max-width: 620px;
}

.footer__links-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__messengers {
    display: flex;
    gap: 12px;
    width: 415px;
    min-height: 45px;
}
.footer__telegram {
    display: flex;
    justify-content: space-between;
    gap: 46px;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    width: 415px;
    margin-top: -80px;
}
.telegram__content {
    display: flex;
    gap: 12px;
}
.telegram__info p {
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 6px;
}
.telegram__info a {
    font-size: 16px;
    font-weight: 500;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #8d8d8d;
}
.footer__bottom-left {
    display: flex;
    gap: 108px;
}
.footer__bottom-left a {
    color: #8d8d8d;
}
.footer__bottom-left a:hover {
    color: var(--color-main-hover)!important;
}
.footer__bottom-right a {
    color: var(--color-main)!important;
}

@media (max-width: 1200px) {
    .footer__menu {
        max-width: 500px;
    }
    .footer__save-links {
        flex-wrap: wrap;
        margin-right: 15px;
        max-width: 500px;
    }
    .footer__text {
        max-width: 500px;
    }
    .footer__messengers {
        max-height: 40px;
        width: 415px;
    }
}

@media (max-width: 992px) {
    .footer__menu {
        max-width: 380px;
    }
    .footer__text {
        max-width: 380px;
    }
    .footer__save-links {
        max-width: 380px;
    }
    .footer__contacts {
        width: 390px;
    }
    .footer__messengers {
        width: 390px;
    }
    .footer__telegram {
        width: 390px;
    }
    .footer__phone {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 28px;
        align-items: start;
    }
    .footer__bottom {
        flex-direction: column;
        gap: 16px;
    }
    .footer__bottom-left {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 900px) {
    .footer__menu {
        max-width: 300px;
    }
    .footer__text {
        max-width: 300px;
    }
    .footer__save-links {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .footer__info {
        flex-direction: column;
        margin-bottom: 41px;
    }
    .footer__menu {
        max-width: 100%;
        order: 2;
    }
    .hot-line {
        display: block;
    }
    .footer__contacts {
        width: 100%;
    }
    .footer__phone {
        align-items: center;
        gap: 0;
        margin-bottom: 28px;
    }
    .footer__phone button {
        width: 100%;
    }
    .footer__email {
        display: none;
    }
    .footer__address {
        display: none;
    }
    .footer__menu ul {
        flex-direction: column;
    }
    .footer__links-top {
        flex-direction: column;
        gap: 28px;
        margin-bottom: 28px;
        margin-top: 0px;
    }
    .footer__links-bottom {
        flex-direction: column;
        gap: 28px;
        align-items: start;
    }
    .footer__save-links {
        margin-right: 0;
    }
    .footer__text {
        order: 2;
        max-width: 690px;
    }
    .footer__phone {
        font-size: 20px;
    }
    .footer__menu {
        font-size: 16px;
    }
    .footer__menu ul {
        gap: 12px;
    }
    .footer__save-links {
        flex-wrap: wrap;
    }
    .footer__messengers {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .footer {
        padding: 40px 0;
    }
    .footer__phone {
        font-size: 18px;
    }
    .footer__wrapper .gtm-phone{
        font-size: 18px;
        font-weight: 700;
    }
    .footer__wrapper .header__phone{
        margin: 0;
    }
    .hot-line {
        margin-bottom: 8px;
        position: relative;
        bottom: 0;
        text-align: center;
    }
    .footer__info {
        margin-bottom: 32px;
    }
    .footer__messengers {
        gap: 8px;
    }
    .footer__telegram {
        width: 100%;
        gap: 10px;
        margin-top: 0px;
    }
    .telegram__logo {
        width: 44px;
        height: 44px;
        margin: auto 0;
    }
    .telegram__logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .telegram__info {
        max-width: 120px;
    }
    .telegram__info p {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .footer__links {
        margin-bottom: 20px;
    }
}

/*------------------------------/footer---------------------------------*/


.wrapper {
    width: 1500px;
    max-width: calc(100% - 30px);
    margin: auto;
}
.subsection-page .left-col .wrapper {
    width: 100%;
}

.header .header__top-row,
.header .header__bottom-row {
    display: flex;
    padding: 7px 0;
    gap: 20px;
    align-items: center;
}

.header .header__bottom-row {
    margin-bottom: 15px;
}

.header .main-nav-bar__item-list {
    display: flex;
    gap: 15px;
    font-weight: 600;
}

.product__description a,
.main-nav-bar__item-list .main-nav-bar__item_current {
    color: var(--color-main);
}

.header_choise_city {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.header .header__search,
.header .header__phones {
    flex: 1 1 auto;
    align-items: center;
    display: flex;
}

.header__top-desctop {
    display: contents;
}

.header__logo {
    width: 160px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin: 10px auto;
}

.header__logo img {
    max-width: 100%;
    max-height: 100%;
}

.header__menu-nav-bar {
    display: flex;
    align-items: center;
}

.header-catalog__btn {
    background: #aaa;
    border-radius: 30px;
    line-height: 1;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 22px;
    cursor: pointer;
}

.header-catalog__btn span {
    margin: 0 40px 0 20px;
}

.choise_city {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 400px) {
    .header .header__top-row,
    .header .header__bottom-row {
        gap: 15px;
    }

}

.footer .footer_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 200px;
}


.footer_logo {
    margin-bottom: 20px;
}

.footer .footer_content_item .footer_item_header {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.footer .footer_content_item .main-nav-bar__item-list {
    display: flex;
    flex-direction: column;
}

main {
    min-height: var(--mh);
}

.text-block {
    background-color: transparent
}

.text-block .text-block__title {
    display: block;
    position: relative;
    margin: 25px 0 0 0;

    font-size: 27px;
    line-height: 45px;
    letter-spacing: 0.27px;
    color: #383838;
    font-weight: 300
}

.text-block .text-block__subtitle {
    margin: 12px 0 0 0;

    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0.21px;
    color: #383838
}

.text-block .text-block__text {

    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.15px;
    color: #383838;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
    overflow: hidden;
    column-width: 99999px
}

.text-block .text-block__show-btn {
    display: none;
    position: relative;
    margin: 3px 0 0 0;
    box-sizing: border-box;

    font-size: 14px;
    letter-spacing: 0.21px
}

.text-block .text-block__show-btn.show {
    display: inline-block
}

.text-block .text-block__show-btn a {
    display: block;
    text-decoration: none;
    color: #3246FD;
}

.text-block .text-block__show-btn:hover {
    cursor: pointer;
    background-color: #3246FD;
    border-color: #3246FD
}

.text-block .text-block__show-btn:hover a {
    color: #fff
}

@media (max-width: 767px) {
    .text-block {
        text-align: center
    }

    .text-block .text-block__title {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0.25px;
        text-align: left
    }

    .text-block .text-block__subtitle {
        margin: 5px 0 0 0;
        font-size: 21px;
        letter-spacing: 0.21px;
        line-height: 30px;
        text-align: left
    }

    .text-block .text-block__text {
        margin: 5px 0 0 0;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.18px;
        text-align: left
    }

    .text-block .text-block__show-btn {
        display: inline-block;
        margin: 3px 0 0;
        font-size: 13px
    }

    .text-block .text-block__show-btn a {
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .text-block .text-block__show-btn {
        font-size: 18px
    }

    .text-block .text-block__show-btn a {
        padding: 17px 50px 15px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .text-block .text-block__title {
        font-size: 27px;
        line-height: 45px;
        letter-spacing: 0.27px
    }

    .text-block .text-block__subtitle {
        margin: 5px 0 0 0;
        font-size: 21px;
        letter-spacing: 0.21px;
        line-height: 31px
    }

    .text-block .text-block__text {
        margin: 8px 0 0 0;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.15px
    }

    .text-block .text-block__show-btn {
        display: inline-block;
        margin: 26px 0 0;
        font-size: 13px
    }

    .text-block .text-block__show-btn a {
        padding: 12px 40px 10px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .text-block .text-block__title {
        font-size: 27px;
        line-height: 45px;
        letter-spacing: 0.27px
    }

    .text-block .text-block__subtitle {
        margin: 5px 0 0 0;
        font-size: 21px;
        letter-spacing: 0.21px;
        line-height: 31px
    }

    .text-block .text-block__text {
        margin: 8px 0 0 0;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.15px
    }

    .text-block .text-block__show-btn {
        display: inline-block;
        margin: 26px 0 0;
        font-size: 13px
    }

    .text-block .text-block__show-btn a {
        padding: 12px 40px 10px
    }
}

.custom_select {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #F2F2F3;
    border-radius: 10px;
    height: 34px;

}

.custom_select:hover {
    background: #F2F3F3;
}

.custom_select select,
.custom_select kwazi_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 22px 0 12px;
    height: 100%;
    color: #5E5E5E;
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%;
}

.custom_select kwazi_select {
    padding: 0;
}

.custom_select.with_kwazi_select select {
    display: none;
}

.custom_select svg {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

.custom_select kwazi_select[open] + svg,
.custom_select select:focus + kwazi_select + svg {
    transform: rotate(180deg);
}

kwazi_select {
    padding: 0;
    outline: none;
    border: 1px solid #ccc;

    display: block;
    position: relative;
    background: #fff;
    text-align: left;
    font-weight: normal;
    max-width: 400px;
}

kwazi_select input {
    display: none;
}

kwazi_select[open] {
    z-index: 11;
}

kwazi_select items_title {
    cursor: pointer;
    display: block;
    padding: 0px 10px;
    line-height: 34px;
}

.__field_wrap kwazi_select items_title {
    padding: 0 10px 0 3px;
}

kwazi_select items_title:after {
    content: '';
    display: table;
    clear: both;
}

kwazi_select items_title val {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-right: 10px;
}

kwazi_select items_title val + i.fa {
    padding: 0;
    margin: 0;
    padding-left: 14px;
    padding-right: 4px;
    float: right;
    border-left: 1px solid #ccc;
    line-height: 34px;
}

.__field_wrap kwazi_select items_title val + i.fa {
    border: none;
}

kwazi_select items {
    display: block;
    position: absolute;
    background: #fff;
    right: -1px;
    border: 1px solid rgba(0, 0, 0, .15);
    z-index: 2;
    width: calc(100% + 2px);
    overflow: auto;
    max-height: 295px;

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;

    top: calc(100% + 3px);
    visibility: hidden;
    opacity: 0;
}

kwazi_select items[sizeable] {
    position: relative;
    height: 0;
    opacity: 0 !important;
    border: none;
}

kwazi_select[open] items {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

kwazi_select items kwazi_option {
    display: block;
    background: #fff;
    padding: 8px 10px;
    line-height: 1.2;
    cursor: pointer;
    /*border-bottom: 1px solid #d2d2d2;*/

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

kwazi_select items kwazi_option:last-child {
    border-bottom: none;
}

kwazi_select items kwazi_option:hover, kwazi_select items kwazi_option[selected] {
    background: var(--color-main-hover-bleck);
    background: #EFEFEF;
}

.show_mobile,
.header-mobile__left-block {
    display: none;
}

.header-desctop-content {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 15px;
    align-items: center;
}

.header__user-favorite {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header__user-favorite .shild {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 1px 7px;
    border-radius: 18px;
    background: var(--color-main);
    position: absolute;
    left: 50%;
    top: -10px;
    height: 18px;
    box-sizing: border-box;
}

.header__user-favorite .shild[value="0"] {
    display: none;
}

.header__user-favorite:hover .shild {
    background: var(--color-main-hover);
}

.header__user-profile {
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 8px;
    margin-right: 10px;
    white-space: nowrap;
    cursor: pointer;
}

h1 {
    font-size: 30px;
    line-height: 1.5;

    color: #000000;
}

h2 {
    font-size: 20px;
    line-height: 1.5;

    color: #383838;
}

h3 {
    font-size: 18px;
    line-height: 1.5;

    color: #383838;
}

@media (max-width: 1023px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    .footer .footer_content {
        flex-wrap: wrap;

    }

    .footer_app_links {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 40px auto;
        gap: 10px;
    }

    .header__user-profile {
        margin-right: 0;
    }
}

@media (max-width: 950px) {
    .gtm-phone {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        text-align: center;
        color: #2F2F2F;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .header-mobile__menu .header_choise_city {
        margin-bottom: 20px;
    }

    .header__phone {
        margin-bottom: 10px;
    }

    .header__logo {
        margin: 1px auto;
        height: 37px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .gtm-phone span {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #2F2F2F;

    }

    body {
        padding-top: 44px;
    }

    main {
        margin-top: 15px;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 10;
        background: #FFFFFF;
    }

    .header-desctop-content {
        display: none;
    }

    .header-mobile__left-block {
        display: block;
    }

    .header-mobile__left-block .header-mobile__menu-btn {
        padding: 10px;
        display: flex;
        align-self: center;
        justify-content: center;
        cursor: pointer;
    }

    .header .header_wrapper {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        max-width: 100%;
    }

    .header .header__top-row, .header .header__bottom-row {
        padding: 3px 0;
    }

    .header .header__bottom-row {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .header__user-favorite svg,
    .header__user-profile svg {
        width: 18px;
    }
}
.links_item svg:hover path:nth-child(2) , .links_item svg:hover path:nth-child(1){
    fill: #CCCCCC;
}
.ru_links_store svg:hover g g path:nth-child(1){
    fill: #494949;
}
.ru_links_store svg:hover g g path:nth-child(2){
    fill: #ffffff;
}
.footer__messengers svg:hover rect{
    fill:#CCCCCC;
}
@media (max-width: 767px) {

    h1 {
        font-size: 20px;
    }

    .show_mobile {
        display: initial;
    }

    .wrapper {
        max-width: calc(100% - 20px);
    }

    .show_desktop,
    .footer__text,
    .footer_data {
        display: none;
    }

    .stranke_link {
        text-align: center;
    }
    .footer .footer_content_item {
        width: 100%;
        margin: 0;
        font-size: 14px;
    }

    .footer_social {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto 0;
        flex-direction: column;
    }

    .board-info__social-links {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .footer .footer_content_item.footer_app_links {
        margin: 20px auto;
    }

    .footer .footer_content_item .footer_item_header {
        padding: 10px;
        padding-left: 30px;
        margin: 0;
        cursor: pointer;
        position: relative;
    }

    .footer .footer_content_item.footer_content_item_with_menu .footer_item_header:before,
    .footer .footer_content_item.footer_content_item_with_menu .footer_item_header:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 18px;
        height: 2px;
        margin: auto;
        transition: all 0.2s ease-in-out 0s;
        background: #333333;
    }

    .footer .footer_content_item .footer_item_header:after {
        transform: rotate(90deg);
    }

    .footer .footer_content_item.open .footer_item_header:before {
        transform: rotate(180deg);
    }

    .footer .footer_content_item.open .footer_item_header:after {
        transform: rotate(180deg);
    }

    .footer .footer_content_item .main-nav-bar__item-list {
        height: 0;
        overflow: auto;
        opacity: 0;
        transition: opacity 0.2s ease-in-out 0s;
    }

    .footer .footer_content_item.open .main-nav-bar__item-list {
        height: auto;
        opacity: 1;
        transition: opacity 0.2s ease-in-out 0.2s;
        margin-bottom: 10px;
    }

    .footer .footer_content_item.open .main-nav-bar__item-list .main-nav-bar__item {
        padding: 4px 0 4px 30px;
    }

    .footer .footer_content_item.footer_social {
        margin-top: 15px;
    }

    .footer .footer_content_item.footer_social .footer_item_header {
        margin-bottom: 10px;
        padding: 0;
    }
}

@media (max-width: 500px) {
    html, body {
        font-size: 14px;
    }

    .footer .footer_content_item.footer_app_links {
        flex-wrap: wrap;
    }

    .custom_select kwazi_select {
        display: none;
    }

    .custom_select.with_kwazi_select select {
        display: initial;
    }
}

.page404__content {
    display: block;
    position: relative;
    padding: 0 10px;
    min-height: 480px;
    text-align: center;
    padding-top: 170px;
}

.page404__content > * {
    position: relative;
    z-index: 2;
}

.page404__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.page404__bg svg {
    max-height: 100%;
    margin: auto;
    max-width: 100%;
}

.page404__bg img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.page404__link {
    justify-content: center;
    width: 280px;
    margin: auto;
}

.product-shilds {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 2;
    justify-content: flex-start;
    align-items: start;
}

.product-shilds .product-shild {
    display: inline-block;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;

    color: #FFFFFF;
    background: #ccc;
}

.product-shilds .product-shild[SHILD_NEW] {
    background: var(--color-shild-new-bg);;
}

.product-shilds .product-shild[BESTSELLER] {
    background: var(--color-shild-hit-bg);;
}

.product-shilds .product-shild[DISCOUNT] {
    background: var(--color-discount-shild-bg);;
}

[role="choise_city"].loading,
[role="delivery_block"].loading {
    background-color: #ccc;
    border-radius: 3px;
    margin: 8px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
}

[role="choise_city"].loading {
    color: transparent !important;
}

[role="choise_city"].loading * {
    opacity: 0;
}

@keyframes shine-lines {
    0% {
        background-position: -100px;
    }
    40%, 100% {
        background-position: 140px;
    }
}

#MOMENTAL_MSG {
    position: fixed;
    z-index: 1000;
    width: 260px;
    bottom: 30px;
    right: 50px;
}

.momental_success a, .momental_error a {
    color: #fff;
}

.momental_success a:hover, .momental_success a:active, .momental_success a:link, .momental_success a:visited, .momental_error a:hover, .momental_error a:active, .momental_error a:link, .momental_error a:visited {
    color: #fff;
}

.momental_success, .momental_error {
    position: relative;
    opacity: 0;
    width: calc(100%);
    height: 0px;
    padding: 0;
    line-height: 14px;
    margin: 0;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
}

.momental_success {
    background: #3cc560;
    color: #fff;
}

.momental_error {
    background: #f14949;
    color: #fff;
}

.momental_success.show, .momental_error.show {
    opacity: 1;
    height: 70px;
    margin: 10px auto 0;
    padding: 20px;
    padding-right: 25px;
}

#MOMENTAL_MSG .close_button {
    position: absolute;
    top: 9px;
    right: 7px;
    margin: auto;
    width: 12px;
    height: 12px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#MOMENTAL_MSG .close_button:before, #MOMENTAL_MSG .close_button:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #fff;
    opacity: 0.7;
    transform: rotate(45deg);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#MOMENTAL_MSG .close_button:after {
    transform: rotate(-45deg);
}

#MOMENTAL_MSG .close_button:hover:before, #MOMENTAL_MSG .close_button:hover:after {
    opacity: 1
}

[data-href] {
    cursor: pointer;
}

.reviews-form__content input,
.reviews-form__content textarea,
.request-call-form__content input,
.request-call-form__content textarea {
    outline: none;
}

.form_quest_blog_rigth_input_value input:focus,
.blog_comments_element_new .blog_comments_element_name input:focus,
.blog_comments_element_new .blog_comments_element_text textarea:focus {
    outline: 1px solid var(--color-main);
}

.reviews-form__content input:focus,
.reviews-form__content textarea:focus,
.request-call-form__content input:focus,
.request-call-form__content textarea:focus,
.consult-formes__input-block input:focus,
.consult-formes__input-block textarea:focus {
    border-color: var(--color-main);
}

.bx_my_order_cancel input[type="submit"],
.btn {
    color: #FFFFFF;
    background: var(--color-main);
    transition: background 0.2s ease-in-out 0s;
    cursor: pointer;
    text-shadow: none;
}

.bx_my_order_cancel input[type="submit"]:hover,
.btn:hover {
    color: #FFFFFF;
    background: var(--color-main-hover);
}

.scrollbar_unvisible::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0px;
}

.scrollbar_unvisible::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0px;
}

.scrollbar_unvisible::-webkit-scrollbar {
    width: 0px;
}

.scrollbar_unvisible::-webkit-scrollbar {
    height: 0px;
}

.favorite_btn {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 3;
    padding: 4px;
    cursor: pointer;
    width: 33px;
    height: 25px;
    display: flex;
    align-items: center;
}
p img {
    width: 100%;
}
.favorite_btn svg {
    width: 100%;
}

.favorite_btn svg path {
    stroke: #767676;
}

.favorite_btn.is_favorite svg path {
    fill: #FF0000;
    stroke: #FF0000;
}

.products__item-list .products__item .name {
    max-height: 68px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.show {
    display: none;
    min-width: 270px;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    color: black;
    border-radius: 10px;
    padding: 10px 12px;
    left: -120px;
    top: 45px;
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.show:before,
.show:after {
    position: absolute;
    top:0;
    margin-top: -21px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 12px solid #fff;
    content: "";
    display: block;
    left: 215px;
}
.show:before {
    border-bottom: 12px solid #ccc;
    margin-top: -22px;
}
.header__user-favorite .show:after,
.header__user-favorite .show:before{
    left: 120px;
}
.show.open {
    display: block;
    z-index: 1;
}
.show .collums{
    display: flex;
    gap: 20px;
}
.show .collums .collums_right .names_show_string_s{
    font-family: Nunito;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
}
.show .collums .collums_right .names_show_string_t{
    font-family: Nunito;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px;
}
.show .collums .collum_left img{
    width: 80px;
}
@media (max-width: 900px) {
    .header__user-favorite .show:after, .header__user-favorite .show:before {
        left: 200px;
    }
    .show {
        left: -200px;

    }
}


.advantages {
    display: block;
}

@media (max-width: 1023px) {
    .advantages {
        height: 64px;
        overflow: hidden;
        box-sizing: border-box;
    }
}

.advantages__item-list {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .8s;
}

@media (max-width: 1023px) {
    .advantages__item-list {
        flex-direction: column;
        justify-content: flex-start;
        transform: translate3d(0, 0, 0);
    }
}

.advantages__item {
    display: flex;
    width: 25%;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .advantages__item-text{
        margin: auto 0;
        min-height: max-content!important;
    }
    .advantages__item {
        width: 100%;
        max-height: 62.5px;
        min-height: 62.5px;
        padding: 10px 0;
    }
}

.advantages__item-text {
    padding: 0 0 0 13px;
    box-sizing: border-box;
    line-height: 1.3;
    max-height: 35px;
    min-height: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.advantages__item-text b {
    font-size: 18px;
}

.advantages__item-img {
    width: auto;
    max-height: 35px;
}



/*benefits_block*/
.benefits_item{
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 300px;
}
.ben_item_name{

    font-family: Nunito;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
.advantages__item-list{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    /*  gap: 20px;*/
}
.ben_item_image{
    min-width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-section .advantages__item-list{
    margin-top: 20px;
    margin-bottom: 40px;
}
.catalog-section .wrapper{
    margin: 0;
}
@media (max-width: 1000px) {
    .advantages__item-list{
        display: flex;
        justify-content: space-between;
        margin-top: 0px!important;
        /* gap: 20px;*/
    }
    .wrapper_adv{
        margin-bottom: -60px;
    }

    .left-col .wrapper_adv{
        margin-bottom: -21px;
    }
    .benefits_snippet{
        transition: all 2s ease-in-out 0s;
        flex-direction: column;
        margin-top: 0px;
    }
    .benefits_snippet {
        /*   row-gap: 20px;*/
    }
    .catalog-section .advantages__item-list {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .ben_item_name{
        font-size: 14px;
        line-height: 19.1px;
    }
    .benefits_item {
        max-width: 100%;
        margin: 0 auto;
        height: 80px;
    }
}
/*benefits_block*/
/*block_link_news_blog_this_sections*/
.block_link_news_blog{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #DADADA;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.block_link_news_blog .br_lbn_name{
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #383838;
}
.block_link_news_blog .br_lbn_prop{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block_link_news_blog .br_lbn_prop .lbn_prop_date{
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #8D8D8D;
}
.block_link_news_blog .br_lbn_prop .lbn_prop_show_reviews,
.block_link_news_blog .br_lbn_prop .lbn_prop_show_counter{
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
}
.block_link_news_blog .br_lbn_prop .lbn_prop_show_counter::before{
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjgwODQgNUMxNC43NjcxIDUuMDU4NjEgMTQuNzIyIDUuMTIxNDEgMTQuNjczIDUuMTg3ODRDMTQuMzU1NiA1LjYxODM1IDEzLjg4MjMgNi4xOTI5NCAxMy4yNjI2IDYuNzY1NUMxMi4wMTY0IDcuOTE2ODQgMTAuMjQ3NiA5IDggOUM1Ljc1MjQyIDkgMy45ODM1OCA3LjkxNjg0IDIuNzM3NDQgNi43NjU1QzIuMTE3NzIgNi4xOTI5NCAxLjY0NDM1IDUuNjE4MzUgMS4zMjY5NiA1LjE4Nzg0QzEuMjc3OTggNS4xMjE0MSAxLjIzMjg3IDUuMDU4NjEgMS4xOTE2NCA1QzEuMjMyODcgNC45NDEzOSAxLjI3Nzk4IDQuODc4NTkgMS4zMjY5NiA0LjgxMjE2QzEuNjQ0MzUgNC4zODE2NSAyLjExNzcyIDMuODA3MDYgMi43Mzc0NCAzLjIzNDVDMy45ODM1OCAyLjA4MzE2IDUuNzUyNDIgMSA4IDFDMTAuMjQ3NiAxIDEyLjAxNjQgMi4wODMxNiAxMy4yNjI2IDMuMjM0NUMxMy44ODIzIDMuODA3MDYgMTQuMzU1NiA0LjM4MTY1IDE0LjY3MyA0LjgxMjE2QzE0LjcyMiA0Ljg3ODU5IDE0Ljc2NzEgNC45NDEzOSAxNC44MDg0IDVaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
    margin-right: 5px;
}
.block_link_news_blog .br_lbn_prop .lbn_prop_show_reviews::before{
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSAxMC42NTc0SDAuNzVWMC43NUgxMy4yNVYxMC42NTc0SDEwLjVIMTAuMjUyNUwxMC4wNTM2IDEwLjgwNDdMNyAxMy4wNjY3TDMuOTQ2NDIgMTAuODA0N0wzLjc0NzUyIDEwLjY1NzRIMy41WiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==");
    margin-right: 5px;
    top: 3px;
    position: relative;
}
.block_link_news_blog .br_lbn_href_self{
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDggMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC45MTc5NjggMS4yNTAzM0w0Ljc1MDY0IDUuMDgzMDFMMC45MTc5NjkgOC45MTcxTDIuMDgzODggMTAuMDgzTDcuMDgzODggNS4wODMwMUwyLjA4Mzg4IDAuMDgzMDA3OEwwLjkxNzk2OCAxLjI1MDMzWiIgZmlsbD0iIzMzMzMzMyIvPgo8L3N2Zz4K");
    right: 10px;
    position: relative;
}
.block_link_news_blog .block_right_lbn{
    display: flex;
    align-items: center;
    gap: 50px;
}
/*block_link_news_blog_this_sections*/
.mobile_header_phone{
    width: 18px;
    position: relative;
    display: none;
    align-items: center;
}
@media (max-width: 600px) {
    .mobile_header_phone {
        display: flex;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8zMDNfMTkwKSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguMDAyOCAxMS41NzIzQzguOTQ0MDYgMTMuNTE2MSAxMC41MTU4IDE1LjA4MzggMTIuNDYyIDE2LjAyMDFDMTIuNjA1NiAxNi4wODggMTIuNzY0NCAxNi4xMTc1IDEyLjkyMjcgMTYuMTA1NEMxMy4wODExIDE2LjA5MzQgMTMuMjMzNiAxNi4wNDAzIDEzLjM2NTMgMTUuOTUxNUwxNi4yMjM4IDE0LjA0MkMxNi4zNTAxIDEzLjk1NjMgMTYuNDk2IDEzLjkwNDEgMTYuNjQ4IDEzLjg5MDFDMTYuNzk5OSAxMy44NzYxIDE2Ljk1MjkgMTMuOTAwOCAxNy4wOTI3IDEzLjk2MkwyMi40NDM4IDE2LjI2MDJDMjIuNjI2NyAxNi4zMzYzIDIyLjc3OTUgMTYuNDcwNCAyMi44Nzg3IDE2LjY0MTlDMjIuOTc3OCAxNi44MTM0IDIzLjAxNzkgMTcuMDEyNyAyMi45OTI2IDE3LjIwOTJDMjIuODIzIDE4LjUzMjkgMjIuMTc2OSAxOS43NDk1IDIxLjE3NTIgMjAuNjMxM0MyMC4xNzM0IDIxLjUxMzEgMTguODg0NyAyMS45OTk3IDE3LjU1MDEgMjJDMTMuNDI2IDIyIDkuNDcwNzMgMjAuMzYxNyA2LjU1NDUyIDE3LjQ0NTVDMy42MzgzMSAxNC41MjkzIDIgMTAuNTc0IDIgNi40NDk5QzIuMDAwMyA1LjExNTMzIDIuNDg2ODcgMy44MjY2IDMuMzY4NjcgMi44MjQ4NEM0LjI1MDQ2IDEuODIzMDkgNS40NjcwNiAxLjE3Njk2IDYuNzkwOCAxLjAwNzM2QzYuOTg3MjggMC45ODIxMjQgNy4xODY2MSAxLjAyMjE3IDcuMzU4MDkgMS4xMjEzNEM3LjUyOTU3IDEuMjIwNTEgNy42NjM3IDEuMzczMzEgNy43Mzk4MiAxLjU1NjE5TDEwLjAzOCA2LjkxODY5QzEwLjA5NzggNy4wNTYyOSAxMC4xMjI4IDcuMjA2NDggMTAuMTEwOCA3LjM1NjAzQzEwLjA5ODkgNy41MDU1NyAxMC4wNTAzIDcuNjQ5ODggOS45Njk0MyA3Ljc3NjIzTDguMDU5OTcgMTAuNjgwNEM3Ljk3NDk2IDEwLjgxMTggNy45MjUwNiAxMC45NjI4IDcuOTE1MDUgMTEuMTE4OUM3LjkwNTA0IDExLjI3NSA3LjkzNTI1IDExLjQzMTIgOC4wMDI4IDExLjU3MjNaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgICAgICA8ZGVmcz4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Y2xpcFBhdGggaWQ9ImNsaXAwXzMwM18xOTAiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIj48L3JlY3Q+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9jbGlwUGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGVmcz4NCiAgICAgICAgICAgICAgICAgICAgPC9zdmc+);
        width: 21px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        font-size: 0;
    }
}

.subsection-page__products-sort {
    display: flex;
    gap: 16px;
    align-items: center;
}

.subsection-page__products-sort a {
    color: #A5A5A5;
    cursor: pointer;
}
.subsection-page__view-mode-panel {position: relative;
    float: right;
    display: flex;
    gap: 10px;
}

.subsection-page__view-mode-panel .subsection-page__product-number-on-page span {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.subsection-page__view-mode-panel .subsection-page__product-number-on-page select,
.subsection-page__view-mode-panel .subsection-page__product-number-on-page kwazi_select items_title{
    padding-left: 115px;
    padding-right: 20px;
}

.subsection-page__view-mode-panel .subsection-page__product-number-on-page svg {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

.subsection-page__view-mode-panel .subsection-page__view-mode {
    display: block;
    position: relative;
    float: left;
    margin: 0 0 0 32px
}
a[selected]{
    color: var(--color-main);
}
@media (max-width: 600px) {
    .backgroun_city_modal{
        display: flex;
        justify-content: center;
    }

}
.cookie_banner{
    position: fixed;
    bottom: 0px;
    background: white;
    display: flex;
    gap: 40px;
    width: 100%;
    padding: 10px 20px;
    justify-content: center;
    box-shadow: 0px 0px 8px 0px #0000001A;
    align-items: center;
    z-index: 10;
}
@media (max-width: 1280px) {
    .cookie_banner {
    }
}
@media (max-width: 500px) {
    .cookie_banner {
        gap: 15px;
        flex-direction: column;
    }
}
.cookie_banner a{
    color: var(--color-main);
}
.cookie_accept_button{
    color: var(--color-main);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 1px solid var(--color-main);
    border-radius: 50px;
    cursor: pointer;
    white-space: nowrap;
}
.cookie_accept_button:hover{
    color: white;
    background: var(--color-main);
}

.header_mobile_list_type{
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    justify-content: center;
}
.header_mobile_list_type_elem{
    padding: 10px 20px;
    border-radius: 43px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1%;
    color: #383838;
    background: #E2E3E3;
}
.header_mobile_list_type_elem:hover{
    color: #FFFFFF;
    background: #2003E4;
    cursor: pointer;
}
.header_mobile_list_type_elem.active{
    color: #FFFFFF;
    background: #2003E4;
}
@media (max-width: 950px) {
    .header_mobile_list_type{
        margin: 32px 20px 20px 20px;
    }
    .header_mobile_list_type_elem{
        width: calc(100%/2 - 10px/2);
    }
}