@font-face {
    font-family: Montserrat-Black;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("fonts/Montserrat-Black.woff2") format("woff2");
}

@font-face {
    font-family: Montserrat-Bold;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("fonts/Montserrat-Bold.woff2") format("woff2");
}

@font-face {
    font-family: Montserrat-Light;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("fonts/Montserrat-Light.woff2") format("woff2");
}

@font-face {
    font-family: Montserrat-Medium;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("fonts/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
    font-family: Montserrat-Regular;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("fonts/Montserrat-Regular.woff2") format("woff2");
}

*, ::before, ::after {
    padding: 0px;
    margin: 0px;
    box-sizing: inherit;
    list-style: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

html {
    font-size: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    color: rgb(18, 18, 18);
    background: 0% 0% rgb(255, 255, 255);
    font-family: Montserrat-Medium, "Helvetica Neue", Arial, sans-serif;
}

a, button {
    line-height: inherit;
    cursor: pointer;
    border: none;
    color: rgb(0, 0, 0);
    outline: none;
    background: none;
    text-decoration: none;
    font-family: inherit;
    transition: 0.25s;
}

@media only screen and (max-width: 768px) {
    a, button {
        cursor: default;
        border: none;
        outline: none;
    }
}

.container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .footer_rob_call {
        overflow: hidden;
        position: fixed;
        right: 7px;
        bottom: 60px;
        width: 52px;
        height: 50px;
        z-index: 99999;
        border-radius: 50%;
    }

    .container {
    }
}

.brand {
    display: flex;
    flex-wrap: wrap;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    z-index: 99999;
    background: rgb(255 255 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.header_hidden {
    transform: translateY(-100%);
}

.header .wrapper {
    display: flex;
    gap: 0px;
    position: relative;
}

.header-item-left {
    display: flex;
}

.header-item-center {
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}

.main {
}

.head_right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.head_email {
    display: flex;
    justify-content: center;
    margin-left: 15px;
}

.account_block {
    display: flex;
    align-items: center;
    font-size: 12px;
    flex-direction: column;
}

.profile-menu__avatar.img-plug {
    display: flex;
    position: relative;
}

.profile-menu__avatar::after {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: -26.5px 0px 0px -26px;
    content: "";
    background: url("images/klor.svg") center center / 31px no-repeat;
}

.client_block {
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    gap: 4px;
}

.mec_divv {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    border-radius: 12px;
    grid-auto-flow: dense;
    overflow: hidden;
    margin: 0px 0px 15px;
    background: rgb(255, 255, 255);
    padding: 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 9px;
    margin-top: 15px;
}

.header-search {
    display: flex;
    align-items: center;
    border: 1px solid rgba(217, 218, 220, 0.99);
    border-radius: 8px;
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    height: 41px;
}

.search_input {
    font-size: 14px;
    width: 88%;
    position: relative;
    border: 1px solid rgb(255, 255, 255);
    outline: none;
    padding: 10px 9px;
    margin-left: 2px;
}

div#breadcrumbs a:hover {
    color: rgb(0, 35, 255);
    text-decoration: underline;
}

button.header-search__search-submit-btn {
    padding: 11px 8px 11px 0px;
    cursor: pointer;
    outline: none;
    width: 44px;
    color: rgb(0 0 0);
    position: relative;
    border: none;
    display: inline-block !important;
}

.header-item-left_mix {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.dropbtn22 i {
    position: absolute;
    display: block;
    height: 2px;
    background: rgb(0, 0, 0);
    width: 22px;
    left: 15px;
    transition: 0.3s;
}

.search_block_big svg {
    left: 0px;
    position: absolute;
    top: 50%;
    color: rgb(255, 255, 255);
    fill: currentcolor;
    transform-origin: left top;
    transform: rotate(90deg) translate(-50%);
}

.category_left_right {
    display: flex;
    place-content: flex-start space-between;
    width: 100%;
    margin-top: 30px;
    align-items: flex-start;
}

.cat_list_right {
    display: flex;
    place-content: flex-start space-between;
    width: 76%;
    flex-wrap: wrap;
}

.search_block_big {
    position: absolute;
    z-index: 991;
    top: 60%;
    background: rgb(255, 255, 255);
    left: calc(100% + 14px);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 6px 25px 0px;
    padding: 21px 18px;
    color: rgb(0, 0, 0);
    font-size: 13px;
    border-radius: 15px;
    filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 2px 8px);
}

.dropbtn22 i:nth-child(1) {
    top: 33%;
}

.dropbtn22 i:nth-child(2) {
    top: 49%;
    width: 17px;
}

.dropbtn22 i:nth-child(3) {
    top: 64%;
}

.ruby-grid {
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0px !important;
}

.list-item h4:hover a {
    color: rgb(255, 105, 0);
}

.dropbtn22.show22 i:nth-child(3) {
    top: 50%;
    transform: rotateZ(-45deg);
}

.dropbtn22.show22 i:nth-child(2) {
    background: transparent;
}

.dropbtn22.show22 i:nth-child(1) {
    top: 50%;
    transform: rotateZ(45deg);
}

ul.menu-section {
    padding: 20px 22px;
    display: flex;
    flex-flow: column wrap;
    height: 451px;
    gap: 9px 0px;
    box-sizing: border-box;
}

.menu_icon {
    display: inline-block;
    color: rgb(0, 0, 0);
    padding: 8px 22px 8px 51px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    white-space: nowrap;
    outline: 0px;
    overflow: hidden;
    background: rgb(255, 226, 0);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 71px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 10px 0px;
    z-index: 9;
    left: -139px;
}

.search_block p {
    white-space: nowrap;
}

.offerd_item {
    display: inline-block;
    background: 0% 0% / 100% rgb(247, 224, 81);
    color: rgb(0, 0, 0);
    left: 11px;
    font-size: 10px;
    top: 0px;
    z-index: 9;
    padding: 3px 12px;
    border-radius: 23px;
}

.btn_search_sbros {
    background-color: rgb(241, 241, 245);
    border-radius: 4px;
    padding: 8px 6px;
    font-size: 12px;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}

.btn_search_sbros:hover {
    background: rgba(204, 204, 204, 0.57);
}

.btn--loading .btn-text {
    opacity: 0;
}

.btn_search:hover {
    background: rgb(1, 183, 2);
    color: rgb(255, 255, 255);
}

.pop_nkar_cat img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
    margin: auto;
    display: block;
    transform: perspective(1px) translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
}

.col.brand-column {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.pr_desc_tech_attrs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

small.u1j {
    color: rgb(97, 97, 97);
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    padding-top: 12px;
}

h3.heading_v5 {
    font-size: 16px;
    margin-bottom: 2px;
    width: 100%;
}

p.typography span {
    font-size: 14px;
    position: relative;
    top: 9px;
    background: rgb(255, 255, 255);
    padding-left: 10px;
}

p.typography em {
    font-style: normal;
    color: rgb(85, 85, 85);
    font-size: 14px;
    background: rgb(255, 255, 255);
    position: relative;
    padding-right: 10px;
    top: 10px;
}

p.typography {
    width: 100%;
    border-bottom: 1px dashed rgb(213, 213, 213);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px 0px !important;
}

.gab_demision {
    margin-top: 0px;
    width: 40%;
}

.pr_tech_attrs {
    display: flex;
    flex-wrap: wrap;
    width: 87%;
    justify-content: space-between;
    margin: 1% 0%;
}

.range_price {
    display: flex;
    align-items: center;
    width: 84%;
}

.price_history svg {
    fill: currentcolor;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price_history button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 12px;
    background-color: rgb(246, 246, 249);
}

.range_price span {
    display: flex;
    margin: 0px 9px 0px 0px;
}

.pr_desc {
    display: flex;
    width: 100%;
    font-size: 17px;
    line-height: 23px;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pr_desc_title {
    font-size: 15px;
    width: 100%;
    margin-bottom: 17px;
}

.coplekt {
    margin-top: 18px;
    border-top: 1px solid rgb(238, 238, 238);
    padding-top: 10px;
}

p.coplekt22 em {
    margin-right: 4px;
    font-style: normal;
    color: rgb(134, 134, 149);
}

.readmore__content {
    width: 100%;
    display: inline-block;
}

button.readmore__toggle {
    display: flex;
    margin-top: 0.5rem;
    border: none;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
}

 
 
.othe_option_list .splide__arrow--prev {
    left: -20px;
}

.othe_option_list .splide__arrow--next {
    right: -20px;
}

.other_select {
    border: 2px solid rgba(184, 184, 184, 0.67);
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 2px;
}

.activ_select_other {
    background: rgb(46, 60, 83);
    color: rgb(255, 255, 255);
    border: 2px solid rgb(46, 60, 83) !important;
}

.pr_single_name:hover {
}

.other_select:hover {
    border: 2px solid rgb(255, 216, 99);
}

.discount_count_cat {
    background: rgb(212, 5, 5);
    display: none;
    padding: 2px 6px;
    white-space: nowrap;
    border-radius: 0px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

span.for_new_price b {
    font-size: 16px;
    white-space: nowrap;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}
 

.footer_det_links {
    display: flex;
    flex-flow: column wrap;
    margin: 0px;
}

ul.footer_menu {
    display: flex;
    flex-direction: column;
    list-style: none;
}

ul.footer_menu a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    padding: 4px 0px;
    display: flex;
}

.logo_text_f {
    color: rgb(0, 0, 0);
    font-size: 29px;
    font-weight: 600;
}

.flinks .log_top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flinks img {
    width: 220px;
    height: auto;
    margin-bottom: 40px;
}

.footer-social {
    width: 100%;
    margin-top: 24px;
}

.contact_i {
    color: rgba(0, 26, 52, 0.6);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 17%;
}

.right1 a:hover {
    text-decoration: none;
    color: rgb(53, 130, 255);
}

.sm_all_character:hover {
    text-decoration: none;
}

ul.other_attrs {
    display: flex;
    flex-wrap: wrap;
}

li.other_atr_values {
}

.header .menu > ul > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: 0.5s ease-in-out;
}

.other_select_atr {
    padding: 7px 15px;
    background-color: rgba(0, 48, 120, 0.04);
    border: 2px solid rgb(245, 247, 250);
    margin: 3px;
    border-radius: 4px;
    color: rgb(85, 85, 85);
    font-size: 12px;
}

.other_select_atr:hover {
    border: 2px solid rgb(38, 179, 251);
    opacity: 0.9;
}

button.other_select_atr {
}

.pr_dev {
    margin-top: 0px;
    width: 100%;
}

.number {width: 67%;display: flex;gap: 6px;align-items: center;flex-wrap: wrap;}

.number a:hover {
    color: rgb(5, 0, 191);
}

.on_pr_row {
    display: flex;
    width: 100%;
    gap: 0px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

span.for_old_price b {
    margin-right: 4px;
    font-size: 14px;
    font-weight: 500;
}

.number a {
    display: flex;
    width: 100%;
    gap: 10px;
    font-weight: normal;
    align-items: center;
}

.quantity-box {
}

.zorov {
    display: none;
}

.search_bar {
    display: flex;
}

.contents5 {
    width: 100%;
}
 
.rounded.count_pr {
}

.cat_childes {
    margin: 20px 0px 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
    grid-auto-flow: dense;
    list-style: none;
}

.ripple {
    color: rgb(0, 0, 0);
    font-size: 12px;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 10px 17px;
    background: rgb(255, 255, 255);
    height: 85px;
    border: 1px solid rgba(238, 230, 220, 0.63);
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.cat_childes a img {width: 51px;height: auto;}

.aaadsas {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 15px;
    gap: 10px;
    height: 100%;
    justify-content: center;
}

.aaadsas .aadd1 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

span.inchvor {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    -webkit-line-clamp: 4;
    line-height: 19px;
}

.cat_childes a:hover {
    background: rgb(255, 255, 255);
}

 
 
.sticky_title {
}

.sticky_img {
}

.cat-standards {
    margin: 40px 0px;
}

.cat-standards__title {
    font-size: 25px;
    line-height: 1.2;
    margin: 0px 0px 14px;
}

.cat-standards__text {
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
    max-width: 950px;
}

.cat-standards__slider-title {
    font-size: 26px;
    margin: 29px 0px 24px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.std-card {
    background: rgb(255 248 242);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 27px;
}

.std-card__img {
    aspect-ratio: 16 / 10;
    background: rgb(248, 236, 225);
    width: 220px;
    height: 220px;
    border-radius: 999px;
    position: relative;
}

.std-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s;
}

.std-card:hover .std-card__img img {
    transform: scale(1.03);
}

.std-card__body {
    padding: 36px 68px 37px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* width: 70%; */
}

.std-card__title {
    font-size: 18px;
    line-height: 1.25;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.std-card__text {
    color: rgb(68, 68, 68);
    font-size: 16.5px;
    line-height: 1.55;
}

.cat-standards__splide .splide__slide {
    height: auto;
    padding: 0px;
    margin: 0px;
    list-style: none !important;
}

span.count_sub_cat_pr {
    font-size: 12px;
    width: 100%;
    color: rgb(85, 85, 85);
    display: flex;
    gap: 6px;
}

.pr_right_side {
    display: flex;
    margin-top: 0px;
    width: 100%;
    padding: 23px 23px 17px;
    background: rgb(255, 255, 255);
    border-radius: 6px;
    flex-wrap: wrap;
    place-content: flex-start space-between;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 9px;
}

.typography_dem em {
    font-style: normal;
    font-size: 13px;
    display: flex;
    background: rgb(255, 255, 255);
    color: rgb(134, 134, 149);
    flex-wrap: wrap;
    align-items: center;
}

.typography_dem span {
    font-size: 14px;
    background: rgb(255, 255, 255);
    padding-left: 8px;
}

.pr_box_memisions_title {
    font-size: 16px;
    font-weight: 500;
}

.main_attrs {
    width: 57%;
}

.pr_kanach_klor {
    font-size: 13px;
}

.pr_kanach_klor span {
    line-height: 20px;
    color: rgb(105, 105, 120);
}

.pr_right_side_inside .price_qeek {
    width: 100%;
}

.pr_right_arrow svg {
    width: 15px;
    margin-left: 6px;
    fill: currentcolor;
    color: rgba(140, 140, 140, 0.48);
    display: flex;
}

.price_history {
    width: 100%;
}

.raznica_down svg {
}

.raznica_down span {
    color: rgb(18, 162, 111);
    font-size: 15px;
}

.raznica_up span {
    color: rgb(252, 46, 47);
}

.apexcharts-menu-icon {
    display: none !important;
}

#history__history {
    border-radius: 15px;
    padding: 20px 15px;
}

.pr_kanach_klor em {
    font-style: normal;
    color: rgb(0, 0, 0);
}

.coplekt22 span {
}

.coplekt22 b {
    font-weight: normal;
    color: rgb(134, 134, 149);
}

.pr_left .icons_pr {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 1;
}

.pr_left .splide__pagination {
    bottom: 20px;
}

.t_code_cat {
    font-size: 12px;
    line-height: 20px;
    color: rgb(105, 105, 120);
    width: 100%;
    margin-bottom: 1px;
    margin-top: 1px;
}

.web_top_web {
    display: none;
}

.show22 .sub_cat.catalog_menu {
    display: block !important;
}

.catalog_menu {
}

.show22 .catalog_menu {
    display: block;
}

.show22 .catalog_menu {
    display: block;
}

.sticky .web_top_web {
    display: block;
}

.sticky .obr_icons_web img {
}

.guestForm_numbers_ph {
    display: flex;
    flex-wrap: wrap;
}

.guestForm_numbers_ph {
    font-size: 20px;
    margin-top: 10px;
}

.tel_poch_big {
}

.tel_poch_bot {
}

.obr_icons_web.scrol_down {
}

.wehen_scrol {
}

.card_rop img {
    width: 19px;
    height: 19px;
}

.card_rop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_rop a {
    display: flex;
}

.sticky .wrapper {
}

a.web_sty:hover {
    color: rgb(1, 144, 2);
}

.head_right a {
}

.t_code_cat b {
    font-size: 12px;
    font-weight: 100;
}

.c_p_t {
    font-size: 13px;
    line-height: 20px;
    color: rgb(38, 38, 38);
}

.total_text12 {
    font-size: 12px;
    line-height: 20px;
    color: rgb(105, 105, 120);
}

.sop_pr_block .grid_veiw {
    /* width: 311px; */
    /* margin: 5px; */
}

.history_chart_up {
    width: 15px;
}

.history_chart_down {
    width: 15px;
    transform: rotate(180deg);
    margin-left: -6px;
    margin-right: 6px;
}

svg.price-history__history-chart {
    width: 61px;
}

.price_history button:hover {
    background: rgba(218, 222, 229, 0.43);
}

.pr_single_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    -webkit-line-clamp: 3;
    text-align: left;
    font-weight: 600;
}

.category_left .attr_title {
}

.sop_pr_block h4 {
    font-size: 25px;
    margin-bottom: 17px;
}

.podborki_values_items_name a {
}

.keeq_vew {
    display: flex;
    justify-content: space-between;
}

.othe_option_list img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    border-radius: 3px;
    transform: perspective(1px) translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    transition-duration: 0.3s;
    transition-property: transform;
}

#myCarousel {
    --f-carousel-slide-height: 60%;
    --f-carousel-spacing: 10px;
    height: 472px;
    width: 100%;
}

.log_top_name {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
}

.sote_name {
    position: relative;
    top: 0px;
    margin-top: -4px;
    font-size: 13.4px;
    margin-left: 0px;
    white-space: nowrap;
}

.sticky .sote_name {
}

.f-carousel {
    --f-button-width: 38px;
    --f-button-height: 38px;
    --f-button-svg-width: 16px;
    --f-button-svg-height: 16px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-color: rgb(71 85 105);
    --f-button-border-radius: 50%;
    --f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
    --f-button-bg: #fff;
    --f-button-hover-bg: #f9f9f9;
    --f-button-active-bg: #f0f0f0;
}

#myCarousel .f-carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#myCarousel .f-carousel__slide img {
    width: 100%;
    height: auto;
}

.lk-menu-main__item:hover .lk-menu-main__title {
    color: rgb(1, 145, 2);
}

.lk-menu-main__item:hover .lk-menu-main__title::before {
    background-color: rgb(1, 181, 2);
}

.JSXH9l {
    display: flex;
    font-size: 16px;
    margin-top: 10px;
    padding: 12px 23px 0px;
    border-top: 1px solid rgb(238, 238, 238);
    align-items: center;
    flex-wrap: wrap;
}

.big_analog_bottom {
    display: flex;
    align-items: flex-start;
    align-content: center;
}

.analog_title {
    margin-bottom: 7px;
    font-size: 14px;
}

.sho_hide_analog {
    display: none;
}

.pr_right_side_big {
    width: 49%;
    position: relative;
}

.analog_img img {
    height: auto;
}

.Fu9TC0.GXsDBY {
    margin-top: 27px;
    width: 100%;
    display: inline-block;
}

._3uXu6a:hover .analog_title {
    display: block;
}

.alert.-success {
    background-color: rgb(236, 247, 236);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.alert .wrap {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

.sho_hide .myRadio span:hover {
    opacity: 0.7;
}

.content_descr strong {
    font-weight: 600;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.links_footer b {
    font-weight: 500;
}

.scrollup:hover {
    background: url("images/top.png") center center / 26px no-repeat rgb(230, 42, 52);
    z-index: 9999999;
}

.alert .custom-icon, .alert .icon {
    margin-right: 12px;
    flex-shrink: 0;
}

.\+Wdolk {
    fill: currentcolor;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
}

.O4LDjX {
    color: rgb(60, 170, 60);
}

.alert .content-wrapper {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.alert.-success .title {
    color: rgb(60, 170, 60);
    font-size: 14px;
}

.alert .content {
    font-size: 13px;
    color: rgb(85, 85, 85);
}

._903JpP {
    position: relative;
    display: flex;
}

.base-button.-link:not(.-disabled).-primary .button-icon {
    color: rgb(147, 153, 158);
}

.base-button:hover {
    background-color: initial;
    color: rgb(214, 0, 0);
}

.tooltip {
    position: absolute;
    padding: 20px;
    background: rgb(var(--vi-background));
    filter: drop-shadow(0 2px 8px rgb(var(--vi-shadow-default),var(--vi-shadow-opacity-1)));
    max-width: 100%;
    border-radius: 8px;
    z-index: 100;
}

.tooltip.-left .tooltip-arrow[data-v-0cd1cd6b] {
    left: 100%;
    top: 50%;
    transform-origin: left top;
    transform: rotate(-90deg) translate(-50%);
}

._3uXu6a:hover .sho_hide_analog {
    display: flex;
    align-items: center;
    margin: 11px 0px;
}

._3uXu6a .spec452 {
    width: 62%;
    margin-right: 20px;
}

.analog_title:hover {
    color: rgb(89, 70, 255);
}

.analog_title_big {
    margin-left: 10px;
    width: 60%;
}

.analog_img {
    margin-left: 15px;
}

.analog_title_top {
    margin-bottom: 7px;
    font-size: 15px;
}

li.profile-menu__user_text b {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px;
    line-height: 20px;
    display: inline-block;
}

.pay_item {
    font-style: normal;
}

li.profile-menu__user_login_reg a {
    width: 100%;
    display: flex;
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    padding: 11px 0px;
    border-radius: 2px;
    margin-bottom: 14px;
    margin-top: 11px;
    font-size: 14px;
    background: radial-gradient(100% 100% at 100% 0px, rgb(1, 199, 2) 0px, rgb(1, 144, 2) 100%) rgb(1, 170, 2);
    text-shadow: rgba(0, 0, 0, 0.33) 0px 1px 3px;
}

.home_h1_text_title h1 {
    font-size: 36px;
    width: 100%;
    text-transform: uppercase;
    margin: 5px 0px 8px;
    line-height: 45px;
    display: inline-block;
    font-family: Montserrat-Black, "Helvetica Neue", Arial, sans-serif;
}

.cat_top_spec_top {
    margin-top: 5px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-flow: column wrap;
    position: relative;
    background: url("images/first-screen-decor-4.svg") center bottom no-repeat rgba(213, 162, 113, 0.27);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.profile-menu_login a:hover {
    background: rgb(0, 140, 211);
}

.profile-menu_login:hover {
    background: rgb(45, 51, 58);
}

.number_znat1 {
    display: flex;
    margin-right: 8px;
}

.qeek_right {
    width: 54%;
    padding: 22px 40px 0px 30px;
}

.qeek_left {
    width: 50%;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    height: 570px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.account_menu li svg {
    margin-right: 10px;
    display: flex;
    margin-left: -10px;
    fill: currentcolor;
}

.tooltip-profile {
    width: 311px;
    left: 50%;
    transform: translateX(-204px);
    z-index: 101;
}

.tooltip-profile .tooltip__content {
    padding: 20px;
}

.tooltip-profile .tooltip__content {
    border-radius: 12px;
}

.tooltip-simple .tooltip__content {
    background: rgb(255, 255, 255);
    width: 280px;
    display: inline-block;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    font-size: 14px;
}

.head_pofile:hover .navbar-pc__tooltip.tooltip-profile {
    display: block;
    left: 36%;
}

.tooltip-simple {
    position: absolute;
    z-index: 50;
    cursor: default;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding-top: 12px;
    top: 100%;
}

.lk-menu-main__item--exit svg {
    width: 20px;
    height: 17px;
    fill: currentcolor;
}

.lk-menu-main__item--last_see svg {
    width: 25px;
    height: 22px;
}

ul.account_menu li {
    width: 15%;
    border-radius: 2px;
    border: 1px solid rgba(193, 193, 193, 0.53);
}

.qeek_right_top a {
    font-size: 27px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.qeek_right_top a:hover {
    color: rgb(28, 100, 238);
}

.qeek_right_top {
    margin-bottom: 10px;
}

.qeek_right_top_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.pr_left a {
    width: 100%;
    height: 100%;
    padding: 5%;
    overflow: hidden;
    border-radius: 10px;
}

p.product-article {
    margin-left: 7px;
    color: rgba(0, 26, 52, 0.6);
    font-size: 12px;
}

h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

span.product-article__copy {
    font-size: 13px;
}

.price_qeek .for_new_price b {
    font-size: 26px;
}

.price_qeek .for_new_price {
    font-size: 17px;
    line-height: 30px;
}

figure.table th {
    font-size: 14px;
    background: rgb(238, 238, 238);
    padding: 6px;
}

.price_qeek .for_old_price {
    margin-left: 7px;
    font-size: 19px;
}

.price_qeek .for_old_price b {
    font-size: 16px;
    font-weight: normal;
}

.pr_demis h3 {
    margin-bottom: 7px;
}

.price_qeek {
    margin: 0px;
}

div#dialog-content {
    border-radius: 10px;
}

.podborki_values_items {
    display: flex;
    flex-wrap: wrap;
}

.podborki_values_items_name {
    display: flex;
    white-space: nowrap;
}

.podborki {
    display: inline-block;
    width: 100%;
    margin: 0px;
}

.podborki_title_name {
    font-size: 15px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    margin-bottom: 15px;
    display: inline-block;
}

.podborki_values_items {
    gap: 10px;
}

.podborki_values_items_name {
    position: relative;
    flex-shrink: 0;
}

.podborki_values_items_name a {
    display: flex;
    padding: 8px 14px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 20px;
    font-size: 12px;
    color: rgb(51, 51, 51);
    text-decoration: none;
    transition: 0.3s;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
    align-items: center;
}

.podborki_values_items_name a:hover {
    background-color: rgb(76, 175, 80);
    color: rgb(255, 255, 255);
    border-color: rgb(76, 175, 80);
}

.podborki_values_items_name.active_tag a:first-child {
    background-color: rgb(76, 175, 80);
    color: rgb(255, 255, 255);
    border-color: rgb(76, 175, 80);
    padding-right: 40px;
}

.podborki_values_items_name .close_after_select {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
    transition: background 0.2s;
}

.podborki_values_items_name .close_after_select:hover {
    background: rgb(255, 77, 77);
}

.podborki_values_items_name .close_after_select img {
    width: 12px;
    height: 12px;
    display: block;
}

.podborki_title {
    width: 100%;
}

.delivery_location {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.del_loc_bottom {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 93%;
    justify-content: space-between;
}

.delivery_location_product {
    padding: 10px 0px 32px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}

.grid_veiw_list .cat_grid {
    flex-wrap: nowrap;
    padding: 15px 28px;
    border-bottom: 1px solid #c0c0c07a;
}

.icon3_svg {
    width: 26px;
    height: 26px;
    margin-left: -1px;
}

.list_veiw {
}

.grid_veiw_list .is2 {
    margin: 3px 0px 0px;
}

.selected_filtr {
    margin-bottom: 20px;
}

.offer_left {
    width: 100%;
    background: rgb(255, 255, 255);
    border-right: 1px solid rgb(232, 232, 232);
    padding: 0px 0px 12px;
}

.offer_left a {
    color: rgb(0, 0, 0);
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    padding: 9px 12px;
    font-weight: 500;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.54);
}

.offer_left a div {
    width: 100%;
    font-size: 12px;
    margin-top: 2px;
    color: rgba(0, 26, 52, 0.6);
}

.offer_left a span {
    font-size: 12px;
}

.p_cat_li.cat_li ul {
    padding-left: 0px;
}

li.p_cat_li.cat_li ul li a {
    font-size: 14px;
    padding-left: 19px;
    color: rgb(0, 0, 0);
}

.active_cat1 {
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(232, 232, 232) !important;
    border-bottom: 1px solid rgb(232, 232, 232) !important;
    border-left: 1px solid rgb(232, 232, 232) !important;
    border-image: initial !important;
    width: 101% !important;
    color: rgb(114, 176, 96) !important;
    border-right: none !important;
}

.active_cat1 div {
    color: rgba(0, 26, 52, 0.6);
}

.header_top {
    width: 100%;
    padding: 3px 0px;
    margin-bottom: 0px;
    background: rgb(255, 255, 255);
}

.header_top_center {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.sale_point img {
    width: 18px;
    margin-right: 6px;
    height: 18px;
}

.page_prise_list {
    margin-top: 40px;
}

.acc_item:last-child {
    border: none;
}

.product_pricelist {
    display: flex;
    position: relative;
    align-items: center;
    border-bottom: 1px solid rgb(238, 238, 238);
    justify-content: space-between;
    padding: 8px 0px;
}

.product_pricelist_image_title img {
    width: 70px;
    height: 70px;
}

.pr_img_cart1 {
    width: 100px;
    display: flex;
}

.pop_nkar22 {
    display: flex;
}

.product_pricelist_image_title {
    display: flex;
    align-items: center;
    width: 470px;
    margin-right: 30px;
}

.t_code_cat span {
    font-size: 12px;
}

.acc_item .switch {
    float: right;
}

.prais-header {
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 10px;
}

.text-content p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0px;
}

.pr_rate_number_big {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.pr_rate_rev_count span {
}

 

h4 {
    /* font-weight: 500; */
}

.price-download {
    display: flex;
    align-items: center;
    margin-top: 20px;
}


.pris_a {
    width: 100%;
    font-size: 14px;
}

.pris_a_bot {
    font-size: 11px;
    display: none;
}

.price-download-desc {
    font-size: 13px;
    margin-left: 14px;
    color: #7c7b7b;
}

.cat_pricelist {
}

.price_ti_count {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pr_count_price {
    font-size: 12px;
}

.socials-item-text strogn {
    margin-left: 5px;
    display: inline-block;
}

.socials-item-text strong {
    margin: 0px 5px;
}

.acc_item {
}

.sale_point a {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    white-space: nowrap;
}

.sale_point {
    display: flex;
    align-items: center;
    gap: 36px;
}

.lozung svg {
    fill: currentcolor;
    color: rgb(237, 120, 23);
    width: 17px;
    margin-right: 4px;
}

.cat_top_spec_top_left {
    display: flex;
    gap: 0px;
    padding: 22px 22px 0px;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

span.d-block {
    font-size: 13px;
    display: none;
}

span.d-block b {
    font-weight: 500;
}

button.clickme1 {
    display: none;
}

.lozung {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgb(0, 0, 0);
    gap: 5px;
    white-space: nowrap;
}

.sale_point a:hover {
    color: rgb(248, 75, 80);
}

.before_page {
    transform: rotate(270deg);
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 5px;
    margin-right: 14px;
    position: relative;
    top: 1px;
}

img.loading_gif {
    margin: 60px auto 90px;
    display: block;
    opacity: 0.7;
}

.activ_podbor a {
    padding-right: 40px;
    background: rgb(255, 255, 255) !important;
    border: 2px solid rgb(255, 201, 0) !important;
}

.client_block:hover {
    opacity: 0.8;
}

li.second_menu_item img {
    width: 16px;
    margin-right: 7px;
}

li.second_menu_item a:hover {
    color: rgb(230, 42, 52);
}

.house_category_content12 {
    max-height: 415px;
    overflow-y: auto;
}

.add_favorite:hover svg {
    color: rgb(255, 0, 0);
    fill: currentcolor;
    cursor: pointer;
}

.br_brand_img img {
    width: auto;
    max-height: 40px;
}

.sticky_buy .price_history {
    display: none;
}

.container_news h1 {
    margin: 15px 0px 0px;
}

figcaption {
    margin: 0px 0px 12px;
    font-size: 12px;
}

.page_center_news img {
    margin: 22px 0px 7px;
    width: 100%;
    height: auto;
}

.add_favorite:hover .rc-tooltip-inner {
    display: block;
    position: absolute;
    font-size: 11px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 25px 0px;
    padding: 7px 0px;
    top: -42px;
    left: -67px;
    color: rgb(2, 2, 2);
    background: rgb(255, 255, 255);
    width: 159px;
    text-align: center;
}

span.men_ic_img {
    width: 45px;
    height: 30px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-menu__details {
    display: flex;
    align-items: center;
}

ul.profile-menu {
    list-style: none;
}

.tooltip__content ul {
    list-style: none;
}

.client_info a {
    padding: 7px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.65);
    width: 100%;
}

.sticky .head_client {
}

.sticky .header_top {
}

.promo {
}

.promo-item img {
}

.promo-item {
}

.promo-item i {
}

button.clickme1 {
    display: none !important;
}

span.OAuth-popup__or-text {
    & .scroll_show {
        transform: translateY(0px);
        opacity: 1;
    }

    & .scroll_show {
        transform: translateY(0px);
        opacity: 1;
    }

    width: 100%;
    margin: 24px 0px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgb(25, 25, 25);
}

.OAuth-popup__or-text::before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 19%;
    height: 1px;
    background: rgb(187, 187, 187);
}

.OAuth-popup__or-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    width: 19%;
    height: 1px;
    background: rgb(187, 187, 187);
}

.yandex_login {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 5px 0px 0px;
}

.login_button_other {
    gap: 11px;
    display: grid;
    margin-bottom: 19px;
}

.login_inp_block {
    display: inline-block;
    width: 100%;
}

.tooltip-arrow {
    left: 50%;
    top: 2px;
    transform: translate(-50%) rotate(180deg);
    color: rgb(255, 255, 255);
    fill: currentcolor;
    position: absolute;
}

.profile-menu__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 12px;
}

.sw_pric {
    display: flex;
    align-items: center;
}

.socials-item-messengers {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.contacts-callback-modal-icon {
}

.contacts-callback-modal-icon svg {
    color: rgb(85, 90, 100);
    width: 30px;
    display: block;
}

.contacts-callback-modal-header {
    text-align: left;
    font-weight: bold;
    margin-bottom: 16px;
}

.contacts-callback-modal-title {
    font-size: 22px;
    line-height: 34px;
    color: rgb(0, 0, 0);
}

.partner_left a {
    text-decoration: underline;
    color: rgb(0, 44, 188);
}

.partner_left a:hover {
    text-decoration: none;
}

.inner h4 {
    font-size: 27px;
    font-family: Montserrat-Black, "Helvetica Neue", Arial, sans-serif;
}

.partner_left h6 {
    font-size: 30px;
    font-weight: 500;
}

.prise_icon img {
    width: 40px;
    height: 40px;
}

.prise_icon {
    margin-right: 17px;
}

.product_pricelist .price {
    width: 200px;
}

.product_pricelist .quantity {
    width: 140px;
}

.product_pricelist .spec452 {
    width: 138px;
}

 

.cat_data_accord {
}

.profile-menu__phone {
    font-size: 14px;
    line-height: 20px;
    color: rgb(84, 84, 92);
    text-indent: 0px;
}

.partner_right {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 21px 0px 0px;
    background: rgb(255, 255, 255);
    justify-content: space-between;
}

.tel_poch_bot img {
}

.guestForm_numbers_ph b {
    font-weight: 500;
    width: 100%;
}

button.head_call_header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    white-space: nowrap;
    background: rgb(13 167 71);
    border-color: rgb(25 175 81);
    text-decoration: none;
    padding: 10px 22px;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.wehen_scrol .tooltip-simple .tooltip__content {
    width: 300px;
    padding: 25px;
}

button.head_call_header:hover {
    background: rgb(224, 50, 55);
}

p.head_zak_ob_text {
}

.wehen_scrol .tel_poch_bot {
}

.partner_left h5 {
    font-size: 30px;
}

.all_chars .pr_rate_astx_block {
    height: 15px;
    width: 93px;
    gap: 4px;
}

.all_chars .pr_rate_astx_fill {
    height: 15px;
    background-size: calc(18.6px) 100%;
}

.number_znat1_big_big .head_pofile {
    margin-top: 0px;
    margin-right: 45px;
    display: none;
}

.partner_left {
    width: 100%;
    display: inline-block;
}

.partner_left p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 14px;
}

.fast_title h3 {
    font-size: 15px;
    margin: 16px 0px 12px;
}

.for_mob_only {
    display: none;
}

.fast_title label {
    margin: 0px 0px 20px;
    display: inline-block;
    width: 100%;
}

.o_comment {
    display: block;
    width: 100%;
    border: 1px solid rgb(217, 217, 217);
    padding: 12px 15px;
    background: transparent;
    border-radius: var(--size-radius);
    color: rgb(0, 0, 0);
    font-size: 14px;
    outline-color: rgba(92, 92, 92, 0.28);
}

.dos_second_selected {
    margin-top: 9px;
    display: flex;
    align-items: center;
    border: 2px solid rgb(60, 170, 60);
    padding: 6px 20px;
    border-radius: 6px;
    font-size: 14px;
    width: 140px;
}

button.select_point {
    background-color: rgb(255, 255, 255);
    color: rgb(118, 125, 131);
    border: 2px solid rgb(147, 153, 158);
    padding: 6px 30px;
    border-radius: 6px;
    margin-top: 9px;
    font-size: 15px;
    width: 140px;
}

button.select_point:hover {
    background-color: rgb(244, 245, 246);
}

.house_category_content1 {
    width: 99%;
    display: inline-block;
    margin: 13px 0px 4px;
}

.slider_big {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 100%;
}

.advantages {
}

img.advantages__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.advantages__list {
}

.advantages-item {
}

.advantages-item__devider {
}

span.advantages-item__num {
}

.advantages-item__value {
}

.get-sentence__text {
    font-size: 18px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-right: 10px;
}

.get-sentence {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
}

button.get-sentence__btn {
    height: 51px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    min-width: 180px;
    min-height: 38px;
    cursor: pointer;
    background: rgb(212, 39, 39);
    padding: 0px 19px;
    border-radius: 5px;
    border: 1px solid rgb(93, 93, 93);
    transition: 0.2s;
}

.btn-arrow svg {
    width: 25px;
    height: 17px;
    fill: rgb(255, 255, 255);
}

.cat_item_pok {
    width: 330px;
    margin: 0px 4px;
    box-shadow: none;
    overflow: hidden;
    background-color: rgb(244, 245, 246);
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
}

#write_review .effect-3 {
    box-shadow: none;
    padding: 58px 40px;
}

.profile-menu__name {
    font-size: 15px;
}

ul.setifikat_cats {
    list-style: none;
}

.sertn1_left h2 {
    font-weight: 500;
    padding: 1rem 2rem 17px;
    font-size: 20px;
}

ul.sertificats_items li a:hover {
    color: rgb(237, 120, 23);
}

.content_sert_text h3 {
    font-weight: 500;
    margin: 13px 0px;
    font-size: 22px;
}

.profile-menu__details:hover {
    color: rgb(189, 126, 74);
}

.flag-ru {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20viewBox%3D%220%200%2015%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.5732%2010.5742C13.5436%2013.4872%2010.7655%2015.5742%207.49999%2015.5742C4.23445%2015.5742%201.45635%2013.4872%200.426758%2010.5742H14.5732Z%22%20fill%3D%22%23D90012%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.5732%2010.5742C14.8496%209.79227%2015%208.95081%2015%208.07422C15%207.19763%2014.8496%206.35617%2014.5732%205.57422H0.426764C0.150386%206.35617%200%207.19763%200%208.07422C0%208.95081%200.150386%209.79227%200.426764%2010.5742H14.5732Z%22%20fill%3D%22%230033A0%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.5732%205.57422H0.426758C1.45635%202.66124%204.23445%200.574219%207.49999%200.574219C10.7655%200.574219%2013.5436%202.66124%2014.5732%205.57422Z%22%20fill%3D%22%23F8F8F8%22%2F%3E%0A%3C%2Fsvg%3E%0A") center center / contain no-repeat;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
}

.tooltip-profile .profile-menu__currency-flag {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 8px;
}

.checkout_total {
    width: 100%;
    display: block;
    margin-top: 10px;
    text-align: center;
    padding: 8%;
    box-sizing: border-box;
    float: right;
    border: 1px solid rgb(222, 222, 222);
    background: rgb(255, 255, 255);
    margin-bottom: 11px;
    border-radius: 2px;
    box-shadow: rgba(184, 184, 184, 0.42) 0px 1px 4px;
}

.friens_use_link_big_right {
    display: flex;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 8px;
    gap: 31px;
}

.topic__inner {
    display: flex;
    align-items: center;
}

.profile-menu__sub-item {
    font-size: 15px;
    line-height: 22px;
    color: rgb(157, 157, 165);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.original-mark__icon {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%234584FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.24.48a1.363%201.363%200%200%200-2.08%200%201.363%201.363%200%200%201-1.362.444c-.818-.2-1.62.382-1.682%201.222a1.363%201.363%200%200%201-.843%201.16%201.363%201.363%200%200%200-.642%201.976c.271.44.271.994%200%201.434a1.363%201.363%200%200%200%20.642%201.977c.478.196.804.645.843%201.16.062.839.864%201.421%201.682%201.221a1.363%201.363%200%200%201%201.363.443%201.363%201.363%200%200%200%202.079%200%201.363%201.363%200%200%201%201.363-.443c.818.2%201.62-.382%201.682-1.222.038-.514.364-.963.842-1.159a1.363%201.363%200%200%200%20.643-1.977%201.362%201.362%200%200%201%200-1.434%201.363%201.363%200%200%200-.643-1.977%201.363%201.363%200%200%201-.842-1.16A1.362%201.362%200%200%200%208.603.925%201.363%201.363%200%200%201%207.24.48Zm1.987%203.242a.749.749%200%200%201%200%201.061L5.732%208.278a.749.749%200%200%201-1.06%200L3.173%206.78a.75.75%200%200%201%201.06-1.06l.969.966%202.964-2.965a.749.749%200%200%201%201.06.001Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% center;
    display: inline-block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.product-page__original-mark {
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    color: rgb(17, 75, 188);
    transition: color 0.3s;
}

.number_znat1_big {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 0px 1.5em;
    text-shadow: none !important;
}

.search_400_img img {
}

.search_gic {
    display: flex;
    height: 1px;
    width: 100%;
    background: rgb(238, 238, 238);
    margin: 6px 0px;
}

.search_400_img {
}

.br_pr_search {
}

.d325-a1 {
    display: flex;
    font-size: 14px;
    align-items: center;
}

#splide_serii .grid_veiw {
}

.call_pop_bottom .sort_select {
    font-size: 14px;
}

.search_page .cat_pr_top_count {
    margin-bottom: 25px;
}

#splide_serii {
}

#splide_serii-list {
}

.d325-a4 {
    margin-left: 7px;
}

.city_dos h4 {
    margin-bottom: 12px;
    font-size: 16px;
}

.col_search {
    width: 100%;
}

.search_left_open .spec452 {
    width: 100%;
    margin-top: 10px;
}

.scrol_top_head {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: auto;
    transform: translateY(-120%);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    padding: 5px 16px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    z-index: 99999;
    display: none !important;
}

.scrol_top_head_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1280px;
    margin: 0px auto;
}

.scrol_top_head_center_left {
    display: flex;
    align-items: center;
    width: 60%;
}

.scrol_top_head_center_img {
    width: 55px;
    position: relative;
}

p.img_no_margscrol {
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: darken;
    width: 55px;
    height: 65px;
    border-radius: 4px;
    background-color: rgba(41, 43, 83, 0.03);
}

p.img_no_margscrol img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: darken;
    padding: 8%;
}

.scrol_top_head_center_title {
    margin-left: 16px;
}

.scrol_top_head_center_title .pr_kanach_klor {
    font-size: 12px;
}

span.pr_title_srol {
    font-size: 17px;
    margin: 0px;
    display: inline-block;
    font-weight: 500;
}

.scrol_top_head_center_right {
    display: flex;
    justify-content: space-between;
    margin-left: 24px;
    padding-left: 24px;
    border-left: 2px solid rgb(232, 232, 240);
    width: 50%;
}

.scroll_show {
    transform: translateY(0px);
    opacity: 1;
}

.search_left_open_center .single_price {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.open_search_back {
    border-radius: 6px;
    max-height: 520px;
    overflow: auto;
    scrollbar-color: rgb(218, 220, 222) rgb(255, 255, 255);
    scrollbar-width: thin;
}

.is2 {
    margin-top: 0px;
}

.cat_title_count {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cat_list_right_brend .grid_veiw {
}

.tab-wrap {
    transition: box-shadow 0.3s;
    border-radius: 6px;
    max-width: 100%;
    display: flex;
    position: relative;
    list-style: none;
    background-color: rgb(255, 255, 255);
    margin: 63px 0px 30px;
    gap: 14px;
    flex-wrap: wrap;
}

.tab {
    display: none;
}

.page_content_page_news p {
    margin: 14px 0px;
    font-size: 16px !important;
}

.page_content_page_news a {
    color: rgb(0, 69, 240);
    text-decoration: underline;
}

.page_center_news a:hover {
    text-decoration: none;
}
 

.title_bg {
    position: absolute;
    top: -256px;
    left: 72px;
    right: 0px;
    z-index: 99;
    text-align: left;
    color: rgb(255 255 255);
    opacity: 0.2;
    font-size: 60px;
    font-weight: 900;
    font-family: Montserrat-Black, "Helvetica Neue", Arial, sans-serif;
}

.erb_home_big {
    position: relative;
    width: 100%;
}

h2.section_title {
}

.hom_cat_new {
    width: 31%;
    position: relative;
    display: flex;
    z-index: 0;
    transition: transform 0.3s, background-color 0.3s;
    background-color: rgb(248, 236, 225);
    border-radius: 20px;
    padding: 25px 20px 25px 23px;
    border: 1px solid rgb(227, 181, 137);
}
 
.home_revv {
    width: 100% !important;
}

.home_revv .iZkrbYpW1pYUDnl32ZCe {
    border: 1px solid rgb(238, 238, 238);
    margin: 2%;
    padding: 5%;
    border-radius: 7px;
}
 
 
.obr_icons {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 9px 0px 5px;
}

.heading--lg.text--bold.TjTf8eSmv6Qz3cGvHRzD {
    font-size: 26px;
    width: 100%;
}

span.heading--xs.a0Vo9MlGwiEtMj_4xBVR {
    font-size: 15px;
    color: rgb(85, 85, 85);
}

.page_sucses h3 {
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 22px;
}

.TEQUPVeHNywF1fOsc9x6 {
    display: flex;
    margin-right: 27px;
    flex-wrap: wrap;
}

._29-a4 b {
}

.page_sucses p {
    margin: 12px 0px;
    font-size: 15px;
}

.page_sucses ._29-a1 {
    margin-top: 30px;
}

i.svg_pr {
    display: flex;
}

.dos_second_res {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(238, 238, 238);
    margin-top: 18px;
    border-radius: 6px;
}

.dos_second_left {
    width: 33%;
    max-height: 480px;
    overflow: auto;
}

.dos_second_left_item button {
    background-color: rgb(255, 255, 255);
    color: rgb(118, 125, 131);
    border: 2px solid rgb(147, 153, 158);
    padding: 4px 10px 3px;
    border-radius: 6px;
    margin-top: 9px;
}

.dos_second_left_item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 10px 15px 15px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.dos_second_left_item_name {
    width: 100%;
    font-size: 14px;
}

.dos_second_left_item:hover {
    background: rgb(250, 251, 252);
}

.city_res {
    margin: 11px 0px 0px;
}

.dos_second_selected {
    margin-top: 10px;
}

div#splide222 .splide__arrow--next {
    right: -5px;
}

div#splide222 .splide__arrow:disabled {
}

.ochist_vse {
    appearance: none;
    cursor: pointer;
    color: rgb(0, 0, 0);
    background: rgb(234, 234, 237);
    border: none;
    border-radius: 4px;
    outline: none;
    flex-shrink: 0;
    width: auto;
    height: 35px;
    padding: 8px 20px;
    display: inline-block;
}

.ochist_vse:hover {
    color: rgb(28, 30, 33);
    background-color: rgb(226, 228, 232);
}

.city_res a {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 5px;
    font-size: 14px;
}

.triangle {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-top: 14%;
    border: 0px;
    left: -11px;
    z-index: 10;
    background: white;
    transform: rotate(225deg);
    box-shadow: rgba(94, 94, 94, 0.27) 2px -2px 3px -1px;
}

.section-title {
    text-align: left;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    font-size: 19px;
}

.price-download .price-button a {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 400;
    padding: 12px 25px;
    background: rgb(236 54 59);
    width: 100%;
    display: flex;
    border-radius: 6px;
    align-items: center;
    text-decoration: none;
}

.sert_icon .price-button a::before {
    content: "";
    display: block;
    height: 35px;
    width: 27px;
    background: url("images/pdf_ioc.png") center center / 100% no-repeat;
    margin-right: 18px;
}

.product-img img {
    width: 100%;
    height: auto;
    padding-top: 8%;
    padding-bottom: 8%;
}

.product-img {
    display: flex;
    width: 100%;
    position: relative;
    background: rgb(255, 255, 255);
    padding: 4% 4% 1%;
    flex-wrap: wrap;
    justify-content: center;
}

.pr_blok_left {
    display: flex;
    width: 56%;
    margin-right: 2%;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
}

.params {
    display: flex;
    width: 40%;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.item-page {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.pr_top_top_top_top {
    width: 100%;
}

.buy_more_than_sert b {
    font-weight: 500;
}

.search_history_item {
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: 14px;
}

.search_history_item:hover {
    background: rgb(240, 240, 240);
}

 
.dost_text_top {
    margin-bottom: 25px;
}
 
.sert_content_p p {
    margin: 12px 0px;
}

.sert_title_cat {
    font-weight: 500;
    font-size: 20px;
    padding: 0px 29px 15px;
}

.price-download .price-button a:hover {
    background: rgb(189, 10, 10);
}

.content_sert_text p {
    margin: 12px 0px;
    line-height: 27px;
}

.section-title svg {
    margin-right: 10px;
    margin-left: -5px;
}
 

i.svg_pr svg {
    fill: currentcolor;
    color: rgb(182, 182, 182);
}

span.title_sss {
    color: rgb(85, 85, 85);
    font-size: 13px;
    margin-left: 8px;
}

.page_center {
    padding-bottom: 1em;
    display: block;
}

.footer_det_links_big {
    display: flex;
    width: 44%;
    justify-content: space-between;
}

.footer_det_links {
    width: 50%;
}

.footer_det_links a:hover {
    color: rgb(248 75 80);
}

.social-btn:hover {
    background: rgb(18, 18, 17);
}

.obr_icons a:hover {
    color: rgb(230, 42, 52);
}

.subtitle404 {
    font-size: 25px;
}

.list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
    flex-wrap: wrap;
}

.left_sec {
    position: relative;
    top: 10px;
    background: rgb(255, 255, 255);
    font-style: normal;
    padding-right: 10px;
    font-size: 13px;
    color: rgb(0, 0, 0);
}

#splide222 .splide__pagination {
    bottom: 20px;
}

span.amount_total {
    position: relative;
    top: 10px;
    background: rgb(255, 255, 255);
    font-style: normal;
    padding-left: 10px;
    font-size: 13px;
}

.big_sert {
    display: flex;
    flex-wrap: wrap;
    padding: 0rem;
    background: rgb(255, 255, 255);
    border-radius: 6px;
    margin-top: 30px;
}

.sertn1 {
    flex: 0 0 25%;
    max-width: 25%;
    border-right: 1px solid rgb(222, 226, 230);
}

.sertn1_left {
    border-bottom: 0px;
}

.sert_link {
    display: block;
    padding: 1rem 2rem;
    border-bottom-left-radius: 0.25rem;
    margin-right: -1px;
    margin-bottom: -1px;
    font-size: 16px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.sert_link:hover {
    color: rgb(237, 120, 23);
}

.active_slink {
    background-color: rgb(255, 255, 255);
    color: rgb(234, 47, 47);
    border-color: rgb(222, 226, 230) transparent rgb(222, 226, 230) rgb(222, 226, 230) !important;
}

.sertn2 {
    flex: 0 0 75%;
    max-width: 75%;
}

.sertn2_left {
    display: flex;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: 25px;
}

ul.sertificats_items {
    flex: 0 0 100%;
    max-width: 100%;
}

ul.sertificats_items li {
    flex: 0 0 44%;
    width: 23%;
    display: inline-flex;
}

ul.sertificats_items li a {
    border-radius: 0.25rem;
    background-color: rgb(255, 255, 255);
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0px;
    position: relative;
    flex-wrap: wrap;
}

.sert_imgg {
    position: relative;
    display: flex;
    width: 100%;
    height: 170px;
    overflow: hidden;
    border: 1px solid rgb(206, 206, 206);
}

ul.sertificats_items li a span {
    line-height: 1.4;
    padding: 10px;
    width: 100%;
    display: inline-block;
    font-weight: 500;
}

ul.sertificats_items li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sert_imgg::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s;
    background: url("images/zoom.svg") center center / 50px no-repeat rgba(0, 0, 0, 0.3);
}

.sert_imgg:hover::after {
    opacity: 1;
}

.content_sert_text {
    display: flex;
    flex-wrap: wrap;
    margin-left: 25px;
    margin-top: 50px;
}

.hat1 {
    color: rgb(21, 169, 0) !important;
}

.hat2 {
    color: rgb(60, 170, 60);
}

.punkt_select svg {
    margin-right: 10px;
}

.container22 {
    width: 100%;
}

.checkout_total_right {
    position: sticky;
    top: 120px;
    display: flex;
    flex-wrap: wrap;
    width: 23%;
}

.total-block__hint {
    display: flex;
    background: rgb(255, 255, 255);
    padding: 5%;
    width: 100%;
    font-size: 13px;
    border-radius: 2px;
    gap: 13px;
    box-shadow: rgba(184, 184, 184, 0.42) 0px 1px 4px;
    align-items: center;
}

.total-block__hint img {
    width: 45px;
    height: 45px;
}

.d-flex {
}

.d-flex img {
}

.number_znat1_big_big {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
 

.yan_div {
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
    overflow: hidden;
}

.vk_div {
    display: inline-block;
    width: 100%;
}

.mail_div {
    display: inline-block;
    width: 100%;
}

div#VkIdSdkOneTap {
    display: inline-block;
    width: 100%;
}

div#pnlLogin {
}

.wehen_scrol .house_category_title p {
    color: rgb(0, 0, 0);
}

.house_category_content1 .for_spec_arrr .splide__arrow {
    height: 30px;
}

.header_left_first p {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    white-space: nowrap;
    font-size: 20px;
}

.header_left_bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 68%;
}

.header_left_first {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_left_top {
    display: flex;
    justify-content: space-between;
    gap: 22px;
}

.header_top_right {
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 10px 0px;
    justify-content: space-between;
}

.for_spec_arrr .splide__arrow {
    height: 3.2em;
}
 

.pay_cont_pr h2 {
    font-size: 23px;
    margin: 10px 0px;
}

.pay_cont_pr ol {
    margin: 12px 22px 22px;
    font-size: 15px;
    line-height: 26px;
}

.pay_cont_pr {
    font-size: 15px;
}

.dots_map h3 {
    font-size: 20px;
    margin: 13px 0px;
    font-weight: 600;
}

.pay_cont_pr li {
    position: relative;
    list-style: none;
    padding-left: 5px;
}

.img_price::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 11%;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid rgb(255, 255, 255);
}

.hvr__images {
    position: relative;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.hvr__sectors {
    position: absolute;
    inset: 0px;
    border-radius: 24px;
    display: flex;
    overflow: hidden;
}

.hvr__sector {
    flex-grow: 1;
}

.grid_veiw_list .images {
    height: 120px;
}

.images {
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 100%;
    height: 245px;
    position: relative;
    padding: 0%;
    justify-content: center;
}

.image {
    display: block;
}

.hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: 3%;
    left: 0px;
}

.contacts-callback-modal-icon svg {
    width: 25px !important;
}

.hvr__dot {
    width: 12%;
    height: 1px;
    margin: 4px 2.5px 0px;
    border-radius: 4px;
    background: rgba(214, 219, 224, 0.7);
}

.hvr {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.hvr__dot--active {
    background: rgb(1, 174, 2);
}

.docp_info {
    margin: 45px 70px 55px 40px;
}

.docp-fio.docp-fio--last {
    width: 100%;
    font-size: 44px;
    margin-bottom: 6px;
}

.docp-fio.docp-fio--first {
    margin: 0px 11px 0px 0px;
    font-family: Montserrat-Medium, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}

.docp-fio.docp-fio--middle {
    font-weight: 500;
    font-family: Montserrat-Medium, "Helvetica Neue", Arial, sans-serif;
}

.docp-story_bottom p {
    line-height: 28px;
    font-size: 18px;
    position: relative;
}

.docp-video__playbtn:hover {
    background: rgb(227, 156, 95);
}

.side-photo .head_call_header {
    width: 100% !important;
    display: flex;
}

.sticky .head_call_header {
    margin: 15px 0px 5px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 22px;
    font-size: 15px;
}

.inchvor_cat_home {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    font-size: 14.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    padding: 0px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.cat_home a:hover .inchvor_cat_home {
    color: rgb(200, 99, 91);
}

.menu_icon_a {
    display: flex;
    align-items: center;
    width: 100%;
}

.menu_icon_a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sub_cat .catalog_menu {
    display: none;
}

div#guestForm .social_obr svg {
    margin-right: 11px;
}

.show22 .sub_cat.catalog_menu {
    display: block;
}

.menu-subs2 {
    margin-left: 54px;
}

.slider_right .splide__pagination {
    bottom: 20px;
}

.up_doc {
    margin-top: 25px;
}

.cat_home img:hover {
}

.cat_home a:hover {
}

.img_price span {
    white-space: nowrap;
}

.pr_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amount_total b {
    font-size: 16px;
}

.list-item2 {
    border-bottom: 1px dashed rgb(225, 225, 225);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    font-weight: 600;
}

.filters_left_left .close_after_select {
    position: absolute;
    top: 6px;
    right: 5%;
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(8, 8, 8);
}

.list-item2 .left_sec {
    font-size: 17px;
    top: 15px;
}

.sotrudnik_text {
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: left;
    margin-bottom: 25px;
}

.namak_big #splide20 img {
    object-fit: cover;
    height: 400px;
}

.call_pop_bottom {
}

.other_option_title p {
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.qG7fV6 {
    display: flex;
    flex-wrap: wrap;
    margin: 17px 0px 0px;
    padding: 23px 31px 27px;
    border: 1px solid rgba(229, 231, 232, 0.67);
    border-radius: 16px;
    background: rgba(238, 238, 238, 0.12);
}

.widget__text1 {
    font-size: 14px;
}

.ZBcpd6 {
    display: flex;
}

.rev_no_star_big {
    display: flex;
}

.search_watched_title {
    font-weight: 500;
    margin: 7px 13px;
    font-size: 13px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.erb_home_big_big {
    max-width: 1366px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    margin: 0px auto;
}

.alert_warning small {
    font-size: 14px;
}

.rev_no_star_big svg {
    width: 25px;
    fill: currentcolor;
    color: rgb(204, 204, 204);
}

p.rob_no_rev {
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    margin: 8px 0px 4px;
}

p.rob_no_rev_text {
    font-size: 16px;
    color: rgb(85, 85, 85);
}

.header .container {
    margin-bottom: 0em !important;
}

.all_chars:hover {
    opacity: 0.7;
}

.green_button {
    width: 100%;
    box-shadow: none;
    font-size: 15px;
    border-radius: 6px;
    text-align: center;
    padding: 12px 15px;
    display: inline-block;
    cursor: pointer;
    color: white;
    outline: none;
    text-decoration: none;
    margin: 5px 0px 12px;
    user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    background: rgb(248, 75, 80);
}

.call_pop_bottom .popup_row {
    width: 100%;
}

nav.menu {
    width: 100%;
}

.services-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.home-g__inner {
}

.home-feat__title.bold {
}

.home-feat__inner {
}

.home-feat__descr.grey {
}

.home-g__col-1-3 {
}

.services-block__inner {
    margin: 50px 0px 50px 5%;
    width: 90%;
}

h2.services-block__title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

small.dobrro {
    width: 100%;
    display: flex;
    color: rgb(134, 134, 149);
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
}

div#udets0 label {
    width: 32%;
}

.call_back {
    width: 100%;
    padding: 12px !important;
}

.call_pop_bottom label {
    font-size: 13px;
    text-align: left;
    width: 100%;
    margin-bottom: 14px;
}

.green_button:hover {
    background: rgb(224, 50, 55);
    color: #fff;
}

.order_button::after {
    content: "";
    cursor: pointer;
    position: absolute;
    inset: 0px;
    z-index: 0;
    width: calc(100% + 3000px);
    margin-left: -1500px;
    background: linear-gradient(-45deg, transparent 310px, rgb(255, 255, 255) 310px, rgb(255, 255, 255) 325px, transparent 325px) right center / 1000px no-repeat;
    animation-name: puls__cta;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 4.6s;
    opacity: 1;
}

.doc-play:hover {
    background: rgb(227, 156, 95);
}

.video-modal {
    width: min(980px, 96vw);
    margin: -3em !important;
    border-radius: 14px !important;
}

.video-modal__ratio {
    position: relative;
    padding-top: 56.25%;
    background: rgb(0, 0, 0);
    border-radius: 12px;
    overflow: hidden;
}

.video-modal__ratio iframe {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.menu_icon::after {
    content: "";
    cursor: pointer;
    position: absolute;
    inset: 0px;
    z-index: 0;
    width: calc(100% + 3000px);
    margin-left: -1500px;
    background: linear-gradient(-45deg, transparent 310px, rgb(255, 255, 255) 310px, rgb(255, 255, 255) 325px, transparent 325px) right center / 1000px no-repeat;
    animation-name: puls__cta;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 4.6s;
    opacity: 1;
}

a.icon-btn.app-icon {
    display: flex;
}

.app-download-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: rgb(255, 255, 255);
    padding: 40px 70px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 25px;
    max-width: 1280px;
    margin: 40px auto;
}

.app-info {
    flex: 1 1 350px;
    padding: 0px;
}

.sel_pil_cl {
    border-radius: 10px;
    position: relative;
}

.app-info h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: rgb(34, 34, 34);
}

.app-info p {
    font-size: 18px;
    margin-bottom: 20px;
    color: rgb(68, 68, 68);
}

.app-buttons {
    display: flex;
    gap: 15px;
}

.btn-store img {
    height: 50px;
    transition: transform 0.2s;
}

.btn-store img:hover {
    transform: scale(1.05);
}

.app-image {
    flex: 1 1 311px;
    text-align: center;
}

.app-image img {
    max-width: 100%;
    height: auto;
}

.app-benefits {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 25px;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.app-benefits li {
    margin-bottom: 8px;
}

.icon-btns-row a:hover {
    opacity: 0.7;
}

@keyframes puls__cta {
    0% {
        background-position: left center;
    }

    99% {
        background-position: right center;
    }
}
.cat_grid .doc-body {
    padding: 14px 8px;
}
.promo_home_card__image {
    position: relative;
    width: 100%;
}
.order_button {
    display: inline-block;
    padding: 14px 0px;
    margin-top: 20px;
    color: rgb(255, 255, 255);
    border-radius: 2px;
    font-style: normal;
    width: 100%;
    border: none;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    outline: 0px;
    background: rgb(21, 169, 0);
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

div#splide_partner .splide__arrow--prev {
    left: 0px;
}

div#splide_partner .splide__arrow--next {
    right: 0px;
}

span.btn-text svg {
    width: 11px;
    display: flex;
    height: 11px;
    fill: currentcolor;
    margin-top: 2px;
    color: rgb(255, 255, 255);
    margin-left: 5px;
    transition: 0.25s;
}

span.btn-text {
}

.dots_map p {
    margin: 16px 0px;
    font-size: 15px;
}

 

.cat_list_right_brend .close_after_select {
    right: 23px;
}

p.privesy {
    text-align: left;
    font-size: 12px;
    color: rgb(85, 85, 85);
    margin-top: 14px;
}

.list-item2 b {
    font-size: 18px;
}

.order_button:hover {
    background: rgb(41, 41, 41);
}

.inner_spec {
    margin-right: 15px;
    width: 100%;
}

p.zakaz_title_pop_up {
}

div#guestForm {
}

.obr_icons a {
    text-decoration: none;
    font-size: 14px;
    gap: 7px;
}

span.button-icon.-no-text:hover svg {
    color: rgb(100, 100, 100);
}

#breadcrumbs_center {
    width: 1280px;
    max-width: calc(100% - 20px);
    margin: 0px auto;
}

._903JpP:hover .-left {
    display: inline-block;
    position: absolute;
    right: 28px;
    width: 290px;
    top: -119px;
    padding: 17px 15px;
    max-width: 290px;
    background: rgb(255, 255, 255);
    filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 2px 8px);
}

.share_sec_fav {
}

.-left {
    display: none;
}

.our_website {
    font-size: 12px;
    background: rgb(234, 236, 238);
    padding: 2px 11px;
    border-radius: 7px;
    color: rgb(84, 88, 93);
}

.logo_rev a:hover {
    opacity: 0.7;
}

.-left svg {
    top: 128px;
    left: auto;
    transform-origin: left top;
    transform: rotate(-90deg) translate(-50%);
    right: -14px !important;
    width: 20px !important;
    position: absolute !important;
    color: rgb(255, 255, 255) !important;
}

.v7 {
    font-size: 14px;
}

.v5 {
    font-size: 12px;
    margin-top: 9px;
    color: rgb(105, 105, 120);
}

.OvStVH {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: space-between;
    gap: 7px;
}

.header-search__search-submit-btn:hover {
    opacity: 0.7;
}

.search-catalog__loading-close:hover::after, .search-catalog__loading-close:hover::before {
    background-color: rgb(36, 36, 36);
}

.p_number1 {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    color: rgb(137, 137, 137);
    font-size: 14px;
    font-style: normal;
}

.p_number1 i {
    font-style: normal;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 14px;
}

.house_category_title p {
    font-size: 14px;
    color: rgb(21, 169, 0);
}

.tab:first-of-type:not(:last-of-type) + label {
}

p.typography_dem {
    display: flex;
    align-items: center;
    margin: 3px 0px;
}

p.typography_dem img {
    margin-right: 8px;
}

.doc-dot img {
    width: 16px;
}

.tab:checked + label {
    cursor: default;
    border-color: rgb(15, 123, 0);
    border-bottom-width: 3px;
}

.tab:checked + label:hover {
    box-shadow: rgb(255, 255, 255) 0px -1px 0px inset;
    background-color: rgb(255, 255, 255);
}

.page_content_page p {
    font-size: 15px;
    margin: 12px 0px;
}

.content_descr {
    margin: 30px 0px;
}

.content_descr a {
    text-decoration: underline;
    color: rgb(1, 104, 255);
}

.content_descr a:hover {
    text-decoration: none;
    color: rgb(35, 113, 255);
}

.page_content_page ul {
    display: inline-block;
    margin: 5px 12px;
    line-height: 30px;
}

ul#main-carousel-list button::after {
}
 

.page_content_page {
    margin: 11px 0px 0px;
    display: inline-block;
    width: 100%;
}
 
.yur_left_text a {
    text-decoration: underline;
    color: rgb(0, 83, 255);
    font-size: 14px;
    margin-top: 6px;
}

.fixed_height .grid_veiw {
}
 
.search-icn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 9px;
    margin-right: 5px;
}

.search-icn img {
    width: 22px;
    height: auto;
    opacity: 0.8;
}
 
.hat5 {
    font-size: 13px;
}

.usloviya_vozvrata p {
    margin: 12px 0px;
    color: rgb(0, 0, 0);
    font-size: 15px;
}

.big_del {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 22px;
}

.shipping_address_block {
    width: 80%;
}

.popup-title.close_map_section {
    position: absolute;
    right: 0px;
    text-decoration: underline;
    color: rgb(255, 0, 0);
    cursor: pointer;
    z-index: 9;
}

.hushum {
    font-size: 14px;
    margin-bottom: 12px;
}

label.popup-close-btn {
    cursor: pointer;
}

label.maps_cord1 {
    display: flex;
    font-size: 12px;
    padding: 10px 17px 10px 11px;
    border-radius: 3px;
    background: rgb(255, 214, 90);
    cursor: pointer;
    margin-top: 33px;
    gap: 7px;
    align-items: center;
}

label.maps_cord1:hover {
    background: rgb(249, 197, 41);
}

label.maps_cord1 img {
    width: 25px;
    height: auto;
}

.hide_mob_web {
    display: none;
}

.usloviya_vozvrata ul {
    margin: 10px 0px 10px 21px;
    display: inline-block;
    font-size: 14.5px;
    line-height: 26px;
}

.after_add p {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.socials-item-inner button {
    text-decoration: underline;
    color: rgb(0, 108, 255);
    font-size: 15px;
    margin-top: 1px;
}

.cat-docblock {
    margin: 42px 0px;
}

.cat-docblock__title {
    font-size: 26px;
    line-height: 1.2;
    margin: 0px 0px 14px;
}

.cat-docblock__intro {
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 950px;
}

.cat-docblock__card {
    display: flex;
    gap: 18px;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 30px;
    padding: 18px;
    align-items: center;
}

.doc-mini {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border-radius: 14px;
    flex-wrap: wrap;
}

.doc-mini__avatar {
    overflow: hidden;
    width: 345px;
    height: 345px;
    border-radius: 999px;
    background-color: rgb(248, 236, 225);
    clip-path: inset(-50px 0px 0% 0% round 0px 0px 999px 999px);
}

.doc-mini__avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.doc-mini__name {
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
    font-style: italic;
}

.doc-mini__pos {
    font-size: 13px;
    color: rgb(79, 91, 102);
    margin-top: 4px;
    font-style: italic;
}

.doc-mini__exp {
    font-size: 12.5px;
    color: rgb(107, 119, 133);
    margin-top: 6px;
}

.doc-note {
    padding: 16px 18px;
}

.doc-note__title {
    font-size: 23px;
    margin-bottom: 15px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.doc-note__text {
    font-size: 16px;
    line-height: 1.8;
    color: rgb(68, 68, 68);
}

.cat-docblock__after {
    margin-top: 21px;
    display: inline-block;
}

.cat-docblock__after-title {
    margin: 25px 0px 10px;
}

.cat-docblock__after-text {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(68, 68, 68);
    max-width: 950px;
}

@media (max-width: 900px) {
    .cat-docblock__card {
        grid-template-columns: 1fr;
    }

    .doc-mini {
        justify-content: flex-start;
        padding: 0;
    }
}

.cat_grid .t7 span:hover {
    text-decoration: none;
    color: rgb(85, 85, 85);
    cursor: context-menu;
}

.socials-item-inner button:hover {
    text-decoration: none;
    color: rgb(255, 0, 0);
}

.after_add img {
    width: 85px;
    height: auto;
}

.log_top_bott {
    position: relative;
    top: 0px;
    color: rgb(0, 0, 0);
    line-height: 23px;
}

.header-search .tooltip__content {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    position: relative;
}

.hat6 b {
    font-size: 16px;
}

span.profile-menu__avatar.img-plug {
    display: flex;
}

#apptWrap .contact_big_form {
    background: rgb(255, 255, 255);
}

#apptWrap .contact_big_form_left {
}

#apptWrap .contact_big_form_left img {
}

#apptWrap .contact_big_form_right {
}

.profile-menu__link:hover {
    color: rgb(38, 179, 251);
}

.not_in_stock_big {
    background: rgb(239, 239, 239);
    font-size: 15px;
    padding: 15px 0px;
    border-radius: 4px;
    display: flex;
    white-space: nowrap;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

:root {
    --color-light: white;
    --color-dark: #212121;
    --color-signal: #fab700;
    --color-background: var( --color-light);
    --color-text: var( --color-dark);
    --color-accent: var( --color-signal);
    --size-bezel: .5rem;
    --size-radius: 2px;
    color: var(--color-text);
    background: var(--color-background);
}

a.doc-btn.outline:hover {
    background: rgb(248, 75, 80);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(248, 75, 80);
}

.doc-card:hover img {
    transform: scale(1.05);
}

.doc-chip:hover {background: #474959;color: #fff;}

mark {
    background: var(--color-accent);
    color: var(--color-text);
    font-weight: bold;
    padding: 0px 0.2em;
}

.splide__slide .video-poster {
    position: relative;
    display: block;
    line-height: 0;
    width: 100%;
    background: rgb(0, 0, 0);
}

.splide__slide .video-poster img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}

.splide__slide .js-play-video {
    position: absolute;
    inset: 0px;
    margin: auto;
    width: 64px;
    height: 64px;
    border: 0px;
    padding: 0px;
    background: transparent;
    cursor: pointer;
}

.splide__slide .video-frame > iframe {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.del_but_kn {
    font-size: 15px;
    text-decoration: underline;
    color: rgb(5, 138, 206);
    margin-top: 10px;
}

.r_resp {
    color: rgb(27, 172, 0);
}

.small_text_delet {
    color: rgb(134, 134, 149);
    font-size: 15px;
    margin: 10px 0px 0px;
    display: inline-block;
}

.pers_title {
    font-size: 21px;
}

.account_page_center label {
    font-size: 14px;
    margin: 12px 0px 5px;
    display: inline-block;
}

.inner h6 {
    font-size: 27px;
    font-family: Montserrat-Black, "Helvetica Neue", Arial, sans-serif;
}

.panel-body .field-icon {
    float: right;
    right: 15px;
    margin-top: -31px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    color: rgb(25, 168, 241);
}

.cat_pricelist.opend {
       display: flex;
       align-items: center;
       justify-content: space-between;
       padding-bottom: 0px;
       margin-top: 30px;
       font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

span.price_cat_title:hover {
    color: rgb(230, 42, 52);
}

.panel-body .field-icon:hover {
    text-decoration: none;
    color: rgb(0, 129, 195);
}

.social-btn:hover {
    opacity: 0.7;
}

.delet_account {
    margin-top: 28px;
    border-top: 1px solid rgb(238, 238, 238);
    padding-top: 20px;
}

.ur_rek {
    margin-top: 27px;
    border-top: 1px solid rgb(238, 238, 238);
    padding-top: 8px;
}

.panel-body {
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}

.item_stock_all {
    width: 100%;
    display: flex;
    align-items: center;
}

li.soop_list {
    width: 100%;
}

.account_page_center .r_email {
    cursor: no-drop;
}

small.not_change {
    color: rgb(134, 134, 149);
}

.category_top_side {
    \: 5px;
    display: inline-block;
}

.container_rev_kdc_bottom {
    margin-top: 5px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    position: relative;
    background: url("images/social-bg.png") right center no-repeat rgba(213, 162, 113, 0.17);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.category_top_right_rev img {
    width: auto;
    position: relative;
    bottom: -49px;
}

.rayting {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    gap: 26px;
    width: auto;
}

.big_otziv {
    margin-top: 39px;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    width: 88%;
}

.category_top_left_rev {
    padding: 50px 50px 56px 67px;
}

.category_top_right_rev {
    height: 339px;
}

.logo_rev img {
    height: 22px;
    width: 81%;
}

.otziv_title {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
}

a.rev-doc img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: rgb(245, 245, 245);
}

.label_del_acc {
    color: rgb(134, 134, 149);
    font-size: 14px;
}

.contact_big_form {
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    place-content: center space-evenly;
}

.contact_big_form_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_big_form_left {
    width: 80%;
}

.contact_big_form_right {
    padding: 36px;
    width: 87%;
}

.popup__info {
    color: rgb(134, 134, 149);
    font-size: 14px;
}

.pay_info {
    color: rgb(105, 105, 120);
    font-size: 14px;
    width: 100%;
    margin-top: 2px;
}

.home_h1_text_title_big {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 22px;
}

.yur_left {
    display: flex;
    align-items: center;
    border: 2px solid rgba(222, 222, 222, 0.42);
    background: rgba(255, 255, 255, 0.79);
    border-radius: 12px;
    box-shadow: rgba(184, 184, 184, 0.23) 0px 1px 4px;
    padding: 18px 36px 14px;
    width: 49%;
}

.yur_left img {
    height: auto;
}

.yur_left_text b {
    font-size: 18px;
    width: 100%;
    margin-bottom: 7px;
    font-weight: 600;
}

.yur_left_text {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-left: 20px;
    gap: 12px;
}

.yur_left_img {
    display: flex;
    margin-bottom: 19px;
}

.city_dos_option textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid rgb(217, 217, 217);
    padding: 12px 15px;
    background: transparent;
    border-radius: var(--size-radius);
    color: rgb(0, 0, 0);
    font-size: 16px;
    outline: rgb(201, 201, 201);
}
 
.city_dos_option {
    width: 100%;
    padding: 5%;
}

#del_rizon_text {
    height: 99px;
    margin-top: 8px;
}

span.bas {
}

.grid_veiw .cart_in_part {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.grid_veiw .spec452 {
}

.dots_map {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stages__stage {
}

.stages__stage__num {
    margin-bottom: -16px;
}

.stages__stage__num {
}

.stages__stage__image {
}

.stages__stage__image {
}

.stages__stage__desc {
}

.stages__row::before {
    background: url("images/dash_green.f48bb5c3.png");
    height: 1px;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 19%;
    z-index: -1;
}

.stages__row::before {
}

.one_dost img {
    width: 40px;
    position: absolute;
    padding: 4px 6px;
    right: 12px;
    bottom: 11px;
    border-radius: 7px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 10px 0px;
}

.dost_types {
    width: 24%;
}

.a_mp {
    width: 73%;
}

.one_dost {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 20px;
    position: relative;
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.filial-item.uk-first-column {
    width: 32.5%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 7px 17.5px;
    background: rgb(255, 255, 255);
    padding-bottom: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.filial-item__address {
    margin: 0px 18px 20px 20px;
    font-size: 14px;
    display: flex;
}

.filial-item__address img {
    width: 23px;
    margin-right: 3%;
}

.sz_adress {
    width: 73%;
    font-weight: 500;
    font-size: 14px;
}

.uk-grid .splide__list li button {
    width: 100%;
    height: 288px;
}
.checkup-cta__phone:hover {
    color: #fff;
    opacity: 0.8;
}
.filial-item__phone {
    margin: 27px 0px 7px 27px;
    color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}
.cat-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
}
.video_cover_kdc{
	position:absolute;
	inset:0;
	width:100%;
	height: auto;
	object-fit:cover;
}
.video_cover_kdc_top{position:relative;padding-top: 61.25%;background:#f5f7fb;}
.video_cover_kdc_top_button{display:block;width:100%;text-align:left;border:1px solid #eef1f6;border-radius:14px;overflow:hidden;background:#fff;cursor:pointer;padding:0;}
.icon.icon-phone_right {
    display: flex;
    flex-flow: column wrap;
}

.filial-item__coordinates::before {
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
    left: 0px;
    top: 3px;
    background: url("images/coordinates.svg") center center / contain no-repeat;
}

.filial-item__coordinates {
    position: relative;
    margin: 33px 0px 0px 27px;
}

.filial-item__coordinates div {
    padding-left: 27px;
    font-size: 13px;
    color: rgb(85, 85, 85);
}

.icon.icon-phone img {
    width: 15px;
}

.leader-list li {
    border-bottom: 1px dashed rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 8px;
}

.leader-list li span {
    position: relative;
    background: rgb(255, 255, 255);
    top: 9px;
    font-weight: 500;
    padding-right: 6px;
    padding-left: 5px;
}

.uk-leader-fill {
    top: 0px !important;
    padding-left: 0px !important;
    font-weight: 400 !important;
}

.leader-list {
    margin-left: 5%;
    margin-right: 6%;
}

.wrk_big {
    display: flex;
    align-items: center;
    margin-left: 6%;
    margin-bottom: 5px;
}

.uk-h3 {
    margin: 0px 12px;
    font-size: 13px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.wrk_svg img {
    width: 16px;
    display: flex;
}

.filial-item__phone a {
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin: 0px 0px 2px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

figure.table table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
}

figure.table table td {border: 1px solid #eee;padding: 15px;font-size: 14px;}

ul.splide__pagination.splide__pagination--ltr {
}

div#splide20 .splide__pagination {
    bottom: 15px;
}

div#main-carousel .splide__slide button {
}

.links.rL a span {
    display: flex;
}

.one_dost .myCheckbox {
    margin: 0px;
}

.single_price {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.one_dost .myCheckbox span {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    border: 2px solid rgb(211, 211, 211);
    border-radius: 2px;
    position: absolute !important;
    top: 0px !important;
}

span.pr_count_price b {
    font-weight: 300;
}

section.work-steps {
}

.stages__row.col-12.flex.space-between {
}

span.price_cat_title {
    font-size: 20px;
}

.price-download-desc strong {
}

.one_dost p {
    width: 95%;
    float: left;
    position: relative;
    top: 1px;
    font-weight: 500;
    margin: 10px 0px 10px 10px !important;
    font-size: 14px !important;
}

.dost_types .myCheckbox input:checked + span {
    background: 0% 0% / 70% rgb(255, 247, 229);
    border: 2px solid rgb(237, 120, 23);
}

.one_dost i {
    width: 100%;
    display: inline-block;
    font-style: normal;
    margin-top: 1px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
}

.one_dost em {
    font-style: normal;
    display: inline-block;
    width: 90%;
    color: rgb(255, 0, 0);
    font-weight: 400;
    font-size: 12px !important;
    margin: 4px 0px !important;
}

.alert_warning {
    color: rgb(67, 67, 67);
    background-color: rgb(252, 248, 227);
    border: none;
    border-radius: 1px;
    font-size: 15px;
    padding: 15px 15px 15px 14px;
    width: 100%;
    margin-bottom: 17px;
    margin-top: 10px;
}

.alert_warning strong {
    color: rgb(51, 51, 51);
    margin-bottom: 3px;
    display: inline-block;
    font-size: 14px;
}

input#pac-input1 {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m10.73%209.473-.274.343a5.92%205.92%200%200%200%201.437-3.87%205.946%205.946%200%201%200-5.947%205.947%205.92%205.92%200%200%200%203.87-1.437l-.483.374%204.622%204.505a.965.965%200%200%200%201.349-1.38L10.73%209.473Zm-4.784.59A4.111%204.111%200%200%201%201.83%205.946%204.111%204.111%200%200%201%205.946%201.83a4.111%204.111%200%200%201%204.117%204.116%204.111%204.111%200%200%201-4.117%204.117Z%22%20fill%3D%22%23868695%22%2F%3E%3C%2Fsvg%3E") 97.5% 50% no-repeat;
}

.dost_types h4 {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 17px;
}

.grid_veiw .quantity {
}

label.fast_order_com_title {
    font-size: 15px;
    margin: 0px 0px 12px;
}

.smile_beauty {
    display: flex;
    width: 100%;
    justify-content: center;
}

.smile_beauty img {
    width: 85%;
}

label.fast_order_com_title {
}

 

#cod_email {
    margin-bottom: 10px;
}

.l_button:hover {
    background: rgb(1, 185, 2);
    color: rgb(255, 255, 255);
}

.del_but_kn:hover {
    text-decoration: none;
    color: rgb(0, 129, 195);
}

.city_dos {
    width: 100%;
    display: inline-block;
}

.card--inverted {
    --color-background: var(--color-dark);
    color: var(--color-light);
    --color-shadow: var(--color-accent);
}

.cover_video_tumb_play {
    position: relative;
    border-radius: 50%;
    box-shadow: rgb(0, 0, 0) 0px 0px 3px 0px;
    width: 40px !important;
    height: 40px !important;
}

.cover_video_tumb {
    position: absolute;
}

.card--accent {
    --color-background: var(--color-signal);
    --color-accent: var(--color-light);
    color: var(--color-dark);
}

.card :first-child {
}

.l-design-widht {
}

.profile-menu__avatar img {
    width: 25px;
    height: 25px;
}

ul.account_menu_profile a {
    width: auto;
    text-align: left;
    padding: 0px;
    display: flex;
    justify-content: flex-start;
}

ul.account_menu_profile svg {
    margin-right: 10px;
    margin-left: -13px;
}

li.profile-menu__item_val {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(232, 232, 240);
    padding: 9px 0px 7px;
    font-size: 14px;
    color: rgb(120, 119, 119);
}

.sticky .brand img {
}

.rev_text h2 {
    font-size: 19px;
}

.rev_text p {
    font-size: 22px;
    margin: 0px;
}

.rev_text {
    margin: 10px 0px 24px;
    display: inline-block;
    width: 100%;
}

.profile-menu__currency-flag {
    width: 16px;
    height: 16px;
    display: flex;
}

.fl_rate_right {
    display: flex;
    align-items: center;
}

.phone {
    display: flex;
}

.after_add b {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 21px;
    margin: 10px 0px 5px;
}

ul.splide_partner {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

li.partnerslide img {
    height: auto;
    width: 100%;
}

li.partnerslide {
    width: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(238, 238, 238);
    padding: 1%;
}

#splide_revv .splide__arrow--prev {
    left: 5px;
}

div#splide_revv .splide__arrow--next {
    right: 5px;
}

div#splide1 .splide__arrow--prev {
    left: -5px;
}

div#splide1 .splide__arrow--next {
    right: -5px;
}

.after_add {
    display: flex;
    flex-wrap: wrap;
    width: 93%;
    justify-content: center;
    margin: 0px auto 15px;
    gap: 15px;
}

._6ubUID {
    margin: 8px 0px 0px;
    display: none;
    align-items: center;
    padding: 3px 10px 1px;
    background: rgb(255, 216, 58);
}

.srd_cena {
    font-size: 15px;
}

._9\+8r2x {
    font-weight: 600;
}
.sticky .doc-body {
    display: flex;
    justify-content: center;
}
.panel p {
    margin: 25px 0px;
}

.more_harcer a {
    font-size: 14px;
}

p.OvStVH i {
    font-style: normal;
    margin-left: 4px;
}

.chips a:hover {
    opacity: 0.7;
}

p.OvStVH span {
    display: flex;
    align-items: center;
}

div#pnlLogin {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 115px;
}

.splide:not(.is-overflow) .splide__list {
}

.splide:not(.is-overflow) .splide__slide:last-child {
}

.splide:not(.is-overflow) .splide__arrows {
    display: none;
}

.poxojie_tovari {
    margin-bottom: 45px;
}

.widget_text1 {
    color: rgb(255, 0, 0);
}

.socials-outer-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid rgb(242, 242, 242);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 7px 17.5px;
    border-radius: 4px;
    padding: 29px 24px 0px;
    background: rgb(248, 236, 225);
    flex-wrap: wrap;
    width: 32%;
    margin-bottom: 0px;
}

.socials-inner-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}
p.one_brand_home img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

p.one_brand_home {
    border: 1px solid #eee;
    padding: 24px;
    width: 201px;
    height: 125px;
    border-radius: 7px;
    margin: 0px 4px;
}
.promo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 16px;
    margin-bottom: 35px;
}

.promo-chip {
    position: absolute;
    left: 14px;
    top: 14px;
    background: rgb(255 224 0);
    color: #000000;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.promo-card__media {
    position: relative;
    height: 280px;
    background: #111;
}

.promo-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.promo-price .new {
    font-size: 20px;
    font-weight: 900;
}

.promo-price .old {
    font-size: 14px;
    color: #9aa0a6;
    text-decoration: line-through;
}

.promo-price {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 0 0.2em;
    width: 100%;
}

.doc-filters form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.doc-tag--metro {
    border: 1px solid #eee;
    padding: 5px 14px 5px 6px;
    border-radius: 32px;
}

.work-card a {
    width: 100%;
    /* height: 220px; */
    /* display: flex; */
}

.promo-chip--promo {
    background: #f84b50 !important;
    color: #fff !important;
}

.chip_prom:hover {
    opacity: 0.7;
}
p.hom_kdc_title_under_text {
    margin: 8px 0px;
    color: #555;
    width: 100%;
}
.socials-item {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.promotion_kdc {
    width: 51% !important;
}
.socials-item-icon {
    background: rgb(250, 252, 255);
    display: flex;
    color: rgb(111, 118, 130);
    border-radius: 71px;
    padding: 19px;
}

.socials-outer-wrapper svg {
    width: 35px;
    fill: currentcolor;
}

li.soop_list .spec452 {
    margin: 0px 0px 0px 26px;
}

.pris_a_big {
    display: flex;
    flex-wrap: wrap;
    margin-left: 14px;
}

.akci_btn {
    display: none;
}

.pris_a_icon {
    display: flex;
}

.pris_a_icon img {
    width: 15px;
}

.qeek_left .splide__arrow--prev {
    left: 17px;
}

.qeek_left .splide__arrow--next {
    right: 17px;
}

.socials-item-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.pr_left .splide__arrow--prev {
    left: 10px;
}

.pr_left .splide__arrow--next {
    right: 10px;
}

.grafik_rabot i {
    color: rgb(151, 151, 151);
    font-style: normal;
    font-size: 14px;
    display: flex;
    width: 100%;
}

select#filter_service {
    color: rgb(128, 127, 127);
    width: 100%;
    padding: 14px;
    font-size: 15px;
    line-height: 165%;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    border-color: rgb(203, 203, 203);
}

select#filter_doctor {
    color: rgb(128, 127, 127);
    width: 100%;
    padding: 14px;
    font-size: 15px;
    line-height: 165%;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    border-color: rgb(203, 203, 203);
}

a.rev-doc:hover {
    opacity: 0.7;
}

.grafik_rabot {
    margin-bottom: 31px;
    flex-wrap: wrap;
    display: block !important;
}

.price-button a:hover {
    background: rgb(0, 0, 0);
}

.punkt_sam_right_contact {
    overflow: hidden;
    border-radius: 8px;
    margin-top: 14px;
}

.masterkassa {
    color: rgb(255, 255, 255);
}

.icon-btns-row p {
    display: flex;
}

.masterkassa a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

 

.grid_veiw .all_price_title {
    width: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.page_center ol {
    display: inline-block;
    margin: 25px;
    line-height: 29px;
}

.masterkassa a:hover {
    text-decoration: none;
    color: rgb(0, 154, 255);
}

.socials-item-messengers img:hover {
    opacity: 0.7;
}

.cat_home i {
    position: absolute;
    top: 9px;
    left: 10px;
    z-index: 9;
    font-style: normal;
    background: url("images/hit.png") 0% 0% / 100% no-repeat;
    font-size: 0px;
    color: rgb(255, 255, 255);
    width: 78px;
    border-radius: 4px;
    height: 45px;
}

.cat_data_accord .reg_radio_buttons {
    gap: 9px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.home-feat__icon {
}

.socials-item-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.for_spec_arrr {
    width: 64px;
    position: absolute;
    right: 0px;
    top: -45px;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 65px;
    right: 1.4%;
    border: none;
    outline: 0px;
    border-radius: 2px;
    display: none;
    text-indent: -9999px;
    background: url("images/top.png") center center / 26px no-repeat rgb(49, 53, 58);
    z-index: 9999999;
}

.socials-item-text {
    margin: 2px 0px;
    font-size: 13px;
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.slider_text_kdc ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0px;
    width: 17px;
    border-radius: 50%;
    height: 17px;
    background: url(images/ptichka.svg) 0% 0% / 100% no-repeat;
}

.slider_text_kdc ul li {
    position: relative;
    padding: 4px 0px 4px 27px;
    font-size: 18px;
    /* text-shadow: 0px 1px 1px #000; */
    color: #ffe8d3;
}
.price-cat-filter__btn--special{
}

.price-cat-filter__btn--special:hover{
    color: #fff;
    transform: translateY(-1px);
}

.price-cat-filter__icon{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffbb10;
}
.slid_info_kdc {
    position: absolute;
    top: 0px;
    z-index: 9;
    padding: 3% 6% 11% 5%;
    left: 0%;
    display: inline-block;
    width: 80%;
    background: linear-gradient(92deg, #020202c2 -2%, #ffffff00 100%);
}

.slider_right_kdc {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 23px;
}

.slider_right_kdc img {
    width: 100%;
    height: auto;
}

.section_title_top h1 {
    font-family: Montserrat-Black, Helvetica Neue, Arial, sans-serif;
    display: inline-block;
    text-shadow: 0px 1px 4px #00000082;
    color: #fff;
    text-transform: uppercase;
    line-height: 41px;
    padding-bottom: 19px;
    font-size: 34px;
}

.section_title_top {
    background-image: url(images/title__shape.svg);
    background-position: 0% 98%;
    background-repeat: no-repeat;
    width: 60%;
}
.cat_make_plan_btn {
    background: #19af51;
    display: flex;
    color: #fff;
    padding: 5px 7px 5px 18px;
    border-radius: 45px;
    align-items: center;
}

span.cat_make_plan_btn__icon {
    background: #fff;
    color: #13a94b;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 2px 0px;
}

span.cat_make_plan_btn__text {
    display: flex;
    width: 100px;
    justify-content: flex-start;
    text-align: left;
    font-size: 11px;
    line-height: 14px;
}

article.cart_in_part .for_old_price {
    color: #555;
}

.cat_make_plan_btn:hover {
    background: #009437;
}

.left_cat_service .head_call_header {
    background: #f84b50;
}
.slider_text_kdc {
    color: #fff;
    /* text-shadow: 0px 0px 3px #000; */
    /* font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif; */
    margin-top: 13px;
    width: 41%;
}

p.top_kdc_top_b {
    font-size: 21px;
    margin-bottom: 8px;
    line-height: 24px;
    color: #ffd3ac;
    text-shadow: 0px 0px 3px #000;
}

.slider_text_kdc ul {
    margin-top: 8px;
}

p.top_kdc_top {
    /* color: #ffcc33; */
}
.sticky_buy .item_stock {
    margin: -5px;
}

.socials-item-link.socials-item-link--disabled {
    font-size: 16px;
    color: rgb(4, 4, 4);
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.socials-item-inner a {
    text-decoration: underline;
    color: rgb(0, 108, 255);
    font-size: 13px;
    cursor: pointer;
    margin-top: 3px;
}

#splide_partner a:hover {
    opacity: 0.7;
}

.socials-item-inner a:hover {
    text-decoration: none;
    color: rgb(255, 0, 0);
}

.socials-item-messengers img {
    width: 25px;
    height: auto;
}

.socials-item-messengers a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.house_category_content {
    width: 99%;
    display: inline-block;
    margin: 0px;
}

.big_otziv_center img {
    width: 100%;
    height: 22px;
    object-fit: contain;
}

a.close_after_select img {
    width: 16px !important;
    right: 6px !important;
    height: auto !important;
}

.big_otziv_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px;
}
.skills p {
    margin: 20px 0px;
    font-size: 15px;
}
.sdek_link {
    font-size: 13px;
    display: flex;
    margin: 6px 0px 0px;
    text-decoration: underline;
    color: rgb(0, 139, 255);
}

h2.services-banner__title.title-underline {
    font-weight: 500;
    margin-bottom: 22px;
    position: relative;
}

a.services-banner__btn.btn.btn-red {
    background: rgb(230, 42, 52);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 10px 25px;
    margin-top: 30px;
}

.right_cat_service {
    width: 35%;
    display: flex;
    align-items: flex-end;
}

.right_cat_service img {
    width: 100%;
    height: auto;
}

.left_cat_service {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 1px 41px 34px;
    width: 50%;
    justify-content: space-between;
}

.cat-subtitle {
    font-size: 20px;
}

.left_cat_service {
}

.cat-price_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
}
.doc-metro-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
span.b_price {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 23px;
    display: flex;
}

.cat-price {
    background: 0% 0% / 73% rgb(248 75 80);
    display: none;
    width: 177px;
    height: 177px;
    color: rgb(255, 255, 255);
    border-radius: 100%;
    justify-content: center;
    position: absolute;
    align-items: center;
    left: 43.1%;
    top: 26%;
}

a.services-banner__btn.btn.btn-red:hover {
    background: rgb(184, 16, 25);
}

.sdek_link:hover {
    text-decoration: none;
}

.yan_ot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.past_rev_comp:hover {
    background: rgb(39, 151, 255);
}
section.docp-hero .doc-fade {
    display: none;
}
.pr_page_register {
    text-decoration: underline;
    color: rgb(0, 125, 188);
    float: right;
    font-size: 14px;
    margin-top: 3px;
}

.pr_page_register:hover {
    text-decoration: none;
}

.l_resp span {
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

.klor_stock {
}

.klor_stock_zakaz {
    width: 6px;
    height: 6px;
    margin: 0px 6px 0px 0px;
    background-color: rgb(166, 5, 0);
    display: inline-block;
    border-radius: 50%;
}

.klor_stock_3day {
    width: 6px;
    height: 6px;
    margin: 0px 6px 0px 0px;
    background-color: rgb(0, 40, 183);
    display: inline-block;
    border-radius: 50%;
}

 

.grid_veiw .all_price_title:first-child .pr_det_title {
    display: block !important;
}

.cart_in_part .pr_det_blok {
    display: none;
    width: 100%;
}

.cart_in_part .all_ves {
    margin-left: 4px;
}

.grid_veiw .all_ves {
    margin-left: 0px;
}

.grid_veiw .all_dlina {
    margin: 0px;
}

.grid_veiw .pr_det_blok {
    display: none;
    flex-direction: column;
    width: auto;
}

.font_sxs {
}

.font_sxs_zakaz {
    color: rgb(166, 5, 0);
    font-size: 12px;
}

.font_sxs_3day {
    color: rgb(0, 40, 183);
    font-size: 11px;
}

.main_big_carousel {
}

.t7 {
    display: flex;
    align-items: center;
    color: rgb(116, 116, 116);
    font-size: 13px;
    gap: 5px;
}

.cat_top_spec_top h1 {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    line-height: 45px;
}

.item_stock {
}

.pr_zakaz {
    display: flex;
    align-items: center;
    margin: 0px 2px;
    width: 100%;
}

.pr_3day {
    display: flex;
    align-items: center;
    margin: 0px 2px 5px;
}

.obez_zap_pol {
    width: 100%;
    margin-top: 20px;
    font-size: 13px;
    color: rgb(85, 85, 85);
}

.on_pr_row_tp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.title_wrap {
}

h2.top_section_subtitle {
    font-family: Montserrat-Regular, "Helvetica Neue", Arial, sans-serif;
    font-size: 35px;
    color: rgb(255, 255, 255);
}

h1.top_section_title {
}

.top_section .title_wrap::before {
}

.top_section .title_wrap::after {
}

.top_section::before {
}

.top_section_bg video {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top_section {
    padding-top: 140px;
    margin-bottom: 35px;
    display: flex;
}

.product_link.d-flex {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(68, 109, 41);
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 10px;
}

.piltitle {
    font-size: 18px;
    font-weight: 600;
}
.page_content_page h3 {
    font-size: 20px;
    margin: 14px 0px;
    position: relative;
}
.home_about h3 {
    font-size: 30px;
    font-family: Montserrat-Black, "Helvetica Neue", Arial, sans-serif;
    margin: 16px 0px;
}

.home_about__block ul {
    margin: 28px;
    line-height: 30px;
}

.on_pr_row_tp .price_title {
    margin-right: 14px;
}

.keeq_vew .order_details_form_content {
    width: 34% !important;
}

.content_descr p {
    margin: 18px 0px;
    font-size: 15px;
    line-height: 26px;
}

.category_tabs2 {
    margin: 40px 0px;
}

.category_tabs2 h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.cat_tabs2_text {
    font-size: 16px;
    color: rgb(85, 85, 85);
    margin-bottom: 24px;
    max-width: 900px;
}

.cat_tabs2_nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cat_tabs2_btn {
    padding: 8px 13px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid rgb(224, 224, 224);
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    cursor: pointer;
    transition: 0.25s;
    white-space: nowrap;
}

.cat_tabs2_btn:hover {
    background: rgba(255, 244, 233, 0.77);
    border-color: rgb(255, 226, 196);
}

.cat_tabs2_btn.active {
    background: rgb(255 228 206);
    border-color: rgb(255 240 228);
    color: rgb(0 0 0);
}

.cat_tabs2_content {
    position: relative;
}
section.reviews-seo-text {
    margin-top: 35px;
}
.cat_tabs2_pane {
    display: none;
    background: rgb(255, 255, 255);
    border-radius: 14px;
    padding: 24px 26px;
    animation: 0.25s ease 0s 1 normal none running fadeTab;
    box-shadow: 0px 4px 20px 0px #00000017;
}

.cat_tabs2_pane.active {
    display: block;
}

.cat_tabs2_pane p {
    font-size: 15px;
    line-height: 1.7;
    color: rgb(68, 68, 68);
    margin: 14px 0px;
}

.cat_tabs2_pane ul {
    margin: 12px 0px;
}

.cat_tabs2_pane li {
    margin-bottom: 8px;
}

@keyframes fadeTab {
    0% {
        opacity: 0;
        transform: translateY(6px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 768px) {
    .cat_tabs2_btn {
        flex: 1 1 auto;
        text-align: center;
        white-space: normal;
        font-size: 13px;
    }

    .cat_tabs2_pane {
        padding: 26px;
    }
}

.category_tabs {
    margin: 40px 0px;
}

.category_tabs__title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.category_tabs__text {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(85, 85, 85);
    margin-bottom: 22px;
    max-width: 950px;
}

.category_tabs__nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.erb_home {
    display: flex;
    flex-wrap: wrap;
}

.home_big_kdc {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 37px;
}

.kdc_rayt_text b {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.home_kdc_rayting {
    display: flex;
    align-items: center;
}

section.works-seo-text {
    margin-top: 35px;
}

.rev_img img {
    border-radius: 41px;
    border: 3px solid rgb(255, 255, 255);
    position: relative;
    margin: -9px;
    width: 60px;
    height: 60px;
    display: flex;
}

.rev_star_kdc img {
    width: 20px;
    height: 20px;
}

.rev_star {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 25px;
}

.rev_img {
    display: flex;
    align-items: center;
}

.kdc_top_home {
    display: flex;
    justify-content: space-between;
    gap: 39px;
}

.rev_star_kdc {
    white-space: nowrap;
    display: flex;
    gap: 4px;
}

.kdc_rayt_text {
    font-size: 14px;
    color: rgb(85, 85, 85);
}

.home_service_img img {
    height: auto;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.home_service_img {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px 23px;
    position: relative;
    width: 36%;
    align-items: flex-end;
    /* background: url("images/first-screen-decor-4.svg") center bottom / 174% 70% no-repeat rgb(245, 236, 226); */
    background: rgb(245, 236, 226);
}

.hom_kdc_bottom {
    display: flex;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.category_tabs__btn {
    padding: 8px 13px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid rgb(224, 224, 224);
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    cursor: pointer;
    transition: 0.25s;
    white-space: nowrap;
}

.category_tabs__btn:hover {
    background: rgb(255, 246, 237);
    border-color: rgb(243, 226, 208);
}

.category_tabs__btn.active {
    color: rgb(0 0 0);
    background: rgb(255 228 206);
    border-color: rgb(255 240 228);
}

.category_tabs__content {
    position: relative;
}

.category_tabs__pane {
    display: none;
    background: rgb(255, 255, 255);
    border-radius: 14px;
    padding: 24px 26px;
    animation: 0.25s ease 0s 1 normal none running fadeTab;
    box-shadow: 0px 4px 20px 0px #00000017;
}

.category_tabs__pane.active {
    display: block;
}

.category_tabs__pane h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.category_tabs__pane p {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(68, 68, 68);
    margin-bottom: 14px;
}

.category_tabs__pane ul {
    padding-left: 18px;
    margin: 12px 0px;
}
.lozung span {
    display: flex;
}

.locations_kdc {
    display: flex;
    align-items: center;
    gap: 14px;
}

.locations_kdc_icon img {
    width: 24px;
    height: 24px;
}

.locations_kdc_icon {
    background: #f84b50;
    display: flex;
    align-items: center;
    border-radius: 27px;
    padding: 8px;
}

.con_kdc_big {
    display: flex;
    flex-wrap: wrap;
    line-height: 20px;
}

span.con_kdc_big_top {
    white-space: nowrap;
    font-size: 14px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}
 
span.con_kdc_big_bottom a {
    white-space: nowrap;
    font-size: 13px;
    text-decoration: underline;
    color: #555;
}

.rev_kdc {
    position: relative;
}

.rev_kdc i {
    position: absolute;
    top: -7px;
    right: -18px;
    font-size: 11px;
    font-style: normal;
    color: #d31c21;
}

.lozung img {
    height: auto;
    width: 16px;
}

span.con_kdc_big_bottom a:hover {
    color: #f84b50;
}

p.filial-desc {
    font-size: 15px;
}
.grid_veiw_list .cat_grid:hover {
    background: #fffbe9d6;
}
.doctor-video-fancybox .fancybox__content{
  width:min(92vw, 1200px) !important;
  height:auto !important;
  padding:0 !important;
  background:#000 !important;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 20px 80px rgba(0,0,0,.35);
}

.doctor-video-fancybox .fancybox__slide{
  padding:24px;
}

.doctor-video-fancybox .fancybox__iframe{
  width:min(92vw, 1200px) !important;
  height:min(80vh, 675px) !important;
  aspect-ratio:16/9;
  display:block;
  border:0;
  background:#000;
}

.doctor-video-modal{
  width:min(92vw, 1200px);
  aspect-ratio:16/9;
  background:#000;
  display:flex;
  align-items:center;
  justify-content:center;
}

.doctor-video-modal video,
.doctor-video-modal iframe{
  width:100%;
  height:100%;
  display:block;
  border:0;
  background:#000;
}

.doctor-video-modal--embed iframe{
  width:100% !important;
  height:100% !important;
  display:block;
  border:0;
  background:#000;
}

.doctor-video-fancybox .f-button.is-close-btn{
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(6px);
}

.doctor-video-fancybox .f-button.is-close-btn svg{
  stroke:#fff;
}
@media (max-width: 768px){
  .doctor-video-fancybox .fancybox__slide{
    padding:0;
  }

  .doctor-video-fancybox .fancybox__content{
    width:100vw !important;
    height:100vh !important;
    max-width:100vw !important;
    max-height:100vh !important;
    border-radius:0;
  }

  .doctor-video-fancybox .fancybox__iframe{
    width:100vw !important;
    height:56.25vw !important;
    max-height:100vh !important;
    margin:auto;
  }

  .doctor-video-modal{
    width:100vw;
    height:56.25vw;
    max-height:100vh;
    border-radius:0;
  }
}
.category_tabs__pane li {
    margin-bottom: 8px;
}

@keyframes fadeTab {
    0% {
        opacity: 0;
        transform: translateY(6px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 768px) {
    .category_tabs__btn {
        flex: 1 1 auto;
        text-align: center;
    }

    .category_tabs__pane {
        padding: 26px;
    }
}

.search_left_open {
}

.fot_tet_sl {
    color: rgb(255, 255, 255);
}

.services-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    min-height: 373px;
    background: rgb(165, 165, 167);
    width: 33%;
}
.kdc-mega__promo-wrap .promo-remain {
    top: 13px;
    bottom: auto;
    right: 14px;
    left: auto;
}
.services-card__img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.services-card::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(212, 39, 39);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: 0.2s;
    border-radius: 20px;
}

div#splide21 img {
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#splide21 {
    height: 288px;
}

div#splide21 .splide__pagination {
    bottom: 15px;
}

.uk_title {
    font-size: 17px;
    width: 94%;
    margin: 17px 0px 10px 23px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.services-card__content {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 30px;
}

.pg_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pg_gallery button {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    width: 19%;
}

.pg_gallery {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pg_gallery button:hover {
    opacity: 0.7;
}
.workp__grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 30px;
}

.workp__media {
    width: 50%;
}

section.otherWorks {
    margin-top: 60px;
    margin-bottom: 60px;
}

h2.otherWorks__title {
    margin-bottom: 21px;
}

#workTeamSplide-track {
    margin-top: 20px;
}

.workp__cardTitle p {
    font-size: 12px;
}

.workp__card p {
    font-size: 15px;
    margin: 10px 0px;
}
.page_content_page a {
    color: rgb(0, 48, 255);
    text-decoration: underline;
}

.page_content_page a:hover {
    text-decoration: none;
}

.services-card__name {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    height: 58px;
}

.services-card__name::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    width: 60px;
    height: 2px;
    background: rgb(212, 39, 39);
}
.faq-cta-premium{margin-top:40px;padding:28px;border-radius:22px;/* background:linear-gradient(180deg,#f8fcff 0%,#eef8ff 100%); */border: 1px solid rgb(254 246 239);box-shadow: 0 16px 40px rgb(62 62 62 / 8%);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}

.faq-cta-premium__left{display:flex;align-items:center;gap:18px;gap: 40px;min-width:280px;}

.faq-cta-premium__avatar{width: 145px;height: 270px;border-radius:50%;overflow:hidden;flex: 0 0 266px;padding: 18px 1px 1px 1px;background: #fef6ef;box-shadow:0 10px 24px rgba(0,0,0,.08);}

.faq-cta-premium__avatar img{width:100%;height:100%;object-fit: contain;display:block;}

.faq-cta-premium__badge{display:inline-flex;align-items:center;border-radius:999px;font-size: 14px;font-weight:700;color: #f55d4f;margin-bottom:10px;}

.faq-cta-premium__title{
font-size:28px;
line-height:1.15;
font-weight:800;
color:#16202a;
margin-bottom:8px;
}

.faq-cta-premium__desc{
font-size:15px;
line-height:1.6;
color:#5f7283;
max-width:620px;
}

.faq-cta-premium__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top: 25px;}

.faq-cta-premium__btn{min-height:50px;padding:13px 22px;border-radius: 6px;font-size: 14px;text-decoration:none;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;}

.faq-cta-premium__btn:hover{
transform:translateY(-2px);
}

.faq-cta-premium__btn--main{background: linear-gradient(135deg, #f84b50 0%, #ee954b 100%);color: #fff;}

.faq-cta-premium__btn--main:hover{}

.faq-cta-premium__btn--ghost{
background:#fff;
color:#1d2b36;
border:1px solid rgba(29,43,54,.12);
box-shadow:0 8px 18px rgba(17,24,39,.06);
}

.faq-cta-premium__btn--ghost:hover{
border-color:rgba(0,183,255,.28);
background:#f9fcff;
}

.faq-cta-premium__icon{
font-size:18px;
line-height:1;
transition:transform .2s ease;
}

.faq-cta-premium__btn--main:hover .faq-cta-premium__icon{
transform:translateX(4px);
}
.input--textarea{
display:block;
width:100%;
margin-top:14px;
}

.input--textarea .input__field{
width:100%;
min-height:120px;
padding-top:18px;
resize:vertical;
}

.appt_question{
font-family:inherit;
font-size:15px;
line-height:1.4;
}
@media (max-width: 767px){
.faq-cta-premium{
padding:20px;
border-radius:18px;
}

.faq-cta-premium__left{align-items:flex-start;display: flex;flex-wrap: wrap;justify-content: center;}

.faq-cta-premium__title{
font-size:22px;
}

.faq-cta-premium__actions{
width:100%;
flex-direction:column;
}

.faq-cta-premium__btn{
width:100%;
}
}
.services-card:hover::after {
    opacity: 1;
}
.number a:hover {
    color: rgb(0, 100, 255);
}
.cat_toc_link{
  display:block;
  padding: 8px 10px;
  border-radius: 6px;
  transition: background .15s ease;
}
.cat_toc_link.is-active{
  background: #fef6ef;
}
.uk_title_metro {
    gap: 14px;
    font-weight: 600;
    width: 100%;
    margin: 2px 0px 20px 23px;
    display: flex;
}

.nav-buttons {
    margin-top: 14px;
    position: absolute;
    bottom: 50px;
    left: 32%;
    font-size: 14px;
    width: 88%;
}

.btn-route {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 20px;
    border-radius: 6px;
    border: 0px;
    color: rgb(255, 255, 255);
    background: rgb(24, 108, 255);
    cursor: pointer;
    transition: 0.2s;
    justify-content: center;
}

.btn-route:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 18px;
}

.kdc-tabs {
    display: flex;
    gap: 8px;
    margin: 46px 0px 0px;
    flex-wrap: wrap;
    width: 100%;
}

.skills li::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-color: rgb(226, 64, 59);
    border-radius: 50%;
}
.page_content_page table td {
    border: 1px solid #dadada;
    font-size: 14px;
    padding: 8px;
}

.page_content_page ul li {
    position: relative;
    padding: 6px 5px 6px 25px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}

.page_content_page ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 16px;
    height: 16px;
    background-color: rgb(222, 90, 86);
    background: url(images/ptichka.svg) 0% 0% / 100% no-repeat rgb(255, 255, 255);
    border-radius: 50%;
    background-size: 100%;
}

.page_content_page ol li {
    list-style: auto;
}
.skills ul {
    column-count: 2;
}

.phonn p a {
    color: rgb(255, 255, 255);
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
}
.page_content_page .image img {
    width: 600px !important;
}
button.acc-head {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
}

.filial-title {
    width: 100%;
    font-size: 25px;
    margin-bottom: 10px;
}

.kdc-tabs__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 25%;
}

.kdc-tabs__btn {
    border: 0px;
    background: rgb(248, 236, 225);
    padding: 18px 14px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    text-align: left;
}
.cat-desc table tr {
    gap: 22px;
    display: flex;
}

.kdc-tabs__btn.is-active {
    background: rgb(248, 75, 80);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 20px;
}

.kdc-tabs__content {
    background: rgb(255, 255, 255);
    padding: 0px;
    border-radius: 18px;
    width: 75%;
    position: relative;
}

.kdc-tabs__pane {
    display: none;
}

.kdc-tabs__pane.is-active {
    display: block;
}

@media (max-width: 900px) {
    .kdc-tabs {
        grid-template-columns: 1fr;
        margin: 7px 0px 0px;
    }

    .kdc-tabs__nav {
        flex-flow: wrap;
        width: 100%;
    }

    .kdc-tabs__btn {
        flex: 1 1 0%;
        text-align: center;
        width: 100%;
        font-size: 12px;
    }
}

.menu_icon:hover {
    background: rgb(255, 179, 0);
}

.inner h2 {
    font-size: 30px;
    margin-bottom: 0px;
}

.content_descr li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 7px;
    height: 7px;
    background-color: rgb(86, 160, 65);
    border-radius: 50%;
}

.content_descr li {
    font-size: 16px;
    margin: 14px 0px;
    position: relative;
    list-style: none;
    padding-left: 18px;
}

.fag_text_kdc {
    display: flex;
    justify-content: space-between;
    gap: 41px;
}

.faq_kdc {
    display: flex;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    width: 42%;
}

.pntik_kdc {
}

.faq_kdc img {
    width: 100%;
    height: 100%;
}

.fag_text {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

.content_descr li span {
    font-size: 15px !important;
}

.content_descr ul {
    margin: 0px 15px;
}

.cart_in_part_section .house_category_title p {
    font-size: 13px;
}

.content_descr h2 {
    font-size: 25px;
}

.icon.icon-phone_right a {
    color: rgb(0, 0, 0) !important;
}

figure.image.image-style-side img {
    width: 470px;
    height: auto;
    border-radius: 12px;
}

.content_descr h3 {
    font-size: 25px;
}

.content_descr h4 {
    font-size: 25px;
    font-weight: 600;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.content_descr font {
    border-left: 4px solid rgb(0, 169, 255);
    border-radius: 3px;
    margin: 1rem 0px;
    box-shadow: rgba(43, 42, 51, 0.05) 0px 1px 2px;
    padding: 18px 20px;
    color: rgb(0, 65, 80);
    display: table;
    background: rgb(231, 250, 255) !important;
}

.img_price img {
    height: auto;
}

.content_descr tbale {
    width: 100%;
    border-collapse: collapse;
}

.content_descr img {
    margin: 20px 12px 20px 30px;
    border-radius: 11px;
}

.content_descr tbale td {
    border: 1px solid rgb(238, 238, 238);
    font-size: 15px !important;
}

.menu-subs2 a {
    font-size: 14px;
    width: 100%;
    display: flex;
    margin: 7px 0px;
}

.title_wrap small {
    color: rgb(255, 255, 255);
    font-size: 30px;
}

.menu-subs2 a:hover {
    color: rgb(0, 116, 40);
}

.content_descr table tr:hover {
}
.doc-mini__meta{
display:flex;
flex-direction:column;
align-items:flex-start;
}

.doc-mini__actions{
display:flex;
flex-wrap:wrap;
gap:12px;
width:100%;
margin-top:18px;
}

.doc-mini__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 20px;border:none;border-radius: 6px;text-decoration:none;cursor:pointer;font-size: 14px;line-height:1.2;transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;}

.doc-mini__btn:hover{
transform:translateY(-2px);
}

.doc-mini__btn:focus{
outline:none;
}

.doc-mini__btn:focus-visible{
box-shadow:0 0 0 4px rgba(0,183,255,.18);
}

.doc-mini__btn:not(.doc-mini__btn--ghost){background: linear-gradient(135deg, #f84b50 0%, #ee954b 100%);color:#fff;}

.doc-mini__btn:not(.doc-mini__btn--ghost):hover{
    box-shadow: 0 12px 22px rgba(17, 24, 39, .10);
}

.doc-mini__btn--ghost{
background:#fff;
color:#1d2b36;
border:1px solid rgba(29,43,54,.14);
box-shadow:0 8px 18px rgba(17, 24, 39, .06);
}

.doc-mini__btn--ghost:hover{background:#f8fbfd;border-color: rgb(241 129 76);box-shadow:0 12px 22px rgba(17, 24, 39, .10);}

.doc-mini__btn-icon{
font-size:18px;
line-height:1;
transition:transform .2s ease;
}

.doc-mini__btn:hover .doc-mini__btn-icon{
transform:translateX(4px);
}

@media (max-width: 767px){
.doc-mini__actions{
flex-direction:column;
}

.doc-mini__btn{
width:100%;
}
}
.cart_search {
    width: 100% !important;
    margin-top: 20px;
}

.obez_zap_pol b {
    color: red;
    margin: 0px 3px;
}

.yan_ot a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.o0nPFIL18wRaYzL2R68K.heading--sm.text--bold {
    font-size: 15px;
}

.xx3OaK1 {
    font-size: 14px;
    color: rgb(42, 100, 230);
    margin: 12px 0px;
}

.slider_text {
    font-size: 22px;
    line-height: 29px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.certs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 12px;
    margin-top: 10px;
}

@media (max-width: 720px) {
    .certs-grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
}

.cert-card {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgb(238, 241, 246);
    background: rgb(246, 247, 251);
    aspect-ratio: 3 / 4;
}

.cert-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.25s;
}

.cert-card:hover img {
    transform: scale(1.04);
}

.cert-card::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.35));
    pointer-events: none;
}

.cert-zoom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    box-shadow: rgba(10, 22, 70, 0.18) 0px 10px 26px;
}

.xjnAO5r8FU_g6b33TvMY {
    font-size: 19px;
    font-weight: 500;
}

 
 

.teV1V9viMMG2GQbTNKa_ .l_button {
    margin: 12px 0px 0px;
    font-size: 14px;
    padding: 8px;
    width: 200px;
}

.otzz_title {
    font-size: 14px;
}

.container_news {
    width: 67%;
    margin-bottom: 80px;
}

.page_content_page_news ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 7px;
    height: 7px;
    background-color: rgb(52, 125, 47);
    border-radius: 50%;
}

.contact_i .social_obr {
    color: rgb(0, 0, 0);
}

.yan_ot a:hover {
    opacity: 0.7;
}

.sho_hide .myRadio input:checked + span {
    color: rgb(255, 255, 255);
    background: rgb(248, 206, 34);
    border-radius: 2px;
    border: 2.2px solid rgb(248, 206, 34) !important;
}

.cart_in_part:hover .image_cart_451 img {
    transform: scale(1.05);
}
.doc-photo-wrap a {
    display: flex;
    height: 100%;
    width: 100%;
}
.sho_hide .myRadio span {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    border: 2px solid rgba(211, 211, 211, 0.75);
    border-radius: 2px;
    top: 0px !important;
}

.sho_hide .reg_radio_buttons {
}

.cart_in_part .all_price_title:first-child .pr_det_title {
}

 

.apptBox {
    margin: 10% auto !important;
}

.p_number {
    position: relative;
}

div#readmore h2 {
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 10px;
}

.obr_icons_web img {
}

.namak_big {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.block-item {
    display: flex;
}
 
 
.flexbox.flexbox--row {
    display: flex;
    align-items: center;
}

.text.darken h5 {
    font-size: 20px;
}

.block-item__image.icon_sendmessage i {
    display: flex;
    margin-right: 20px;
}

.more_harcer {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(236, 236, 236);
    background: rgb(247, 247, 246);
    padding: 25px 50px;
    margin-top: 25px;
    align-items: center;
    margin-bottom: 80px;
}

.btns {
    width: 20%;
}

.namak h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

 .rayt_rayte {
    font-size: 32px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.rayt_name {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
}

li.partner_right_li a img {
    width: auto;
    height: 100px;
}

.rayt_stars img {
    width: auto;
    height: 30px;
}
.workp__info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 50%;
}
.workp__card {
    background: #fff;
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
}
.workp__cardTitle--red {
    color: #d3544a;
}
.workp__text {
    color: #2a2f36;
    font-size: 15px;
    line-height: 1.65;
}
.workp__card:nth-child(1) .workp__more {
    color: #d3544a;
}
.workp__more {
    margin-top: 10px;
    background: transparent;
    border: 0;
    padding: 0;
    font-weight: 700;
    cursor: pointer;
}
.workp__cardTitle--green {
    color: #3f9b63;
    font-weight: 600;
}
.workp__card:nth-child(2) .workp__more {
    color: #3f9b63;
}
.workp__card {
    background: #fff;
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
}
.workp__cardTitle {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
.workp__card {
    background: #fff;
    border-radius: 18px;
    padding: 20px 24px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
}
.workp__main {
    border-radius: 18px;
    overflow: hidden;
    background: #f3f5f7;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}
.workp__thumbs {
    margin-top: 12px;
    display: flex;
    gap: 10px;
}
.workp__mainImg {
    width: 100%;
    height: auto;
    display: block;
}
.workp__thumb {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: #e9edf1;
    cursor: pointer;
    opacity: .65;
}
.workp__thumb.is-active {
    opacity: 1;
}
.workp__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
li.partner_right_li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    background: #f8ece1;
    position: relative;
    border-radius: 12px;
    width: 23%;
    padding: 30px;
}

ul.partner_right__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 29px;
    margin-bottom: 15px;
}

.rayt_count {
    color: #555;
    font-size: 15px;
}

li.partner_right_li a {
    margin-top: -76px;
}

.namak {
    width: 21%;
}
 
.pr_right_side ._29-a1 {
    margin-top: 20px;
    border-radius: 2px;
}

.pr_right_side ._29-a4 {
    font-size: 12px;
}

.real_rek div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgb(226, 226, 226);
    margin-bottom: 7px;
}
.price_cat_icon {
    background: #f84b50;
    border-radius: 37px;
    display: flex;
    padding: 12px 12px;
    color: #fff;
}

.payment-page-types {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subscribe_title {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.payment-page-types__item {
    display: flex;
    align-items: center;
    background: rgb(246, 246, 246);
    border-radius: 12px;
    padding: 26px;
    width: 32%;
    font-size: 14px;
    line-height: 18px;
    color: rgb(151, 151, 151);
}
.cat_kdc_price_bottom_description {
    color: #8b8a8c;
    font-size: 13px;
    margin-bottom: 25px;
    padding: 0px 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

a.badge-plate__link {
    text-decoration: underline;
    color: #006cff;
    margin-top: 4px;
    display: inline-block;
}

a.badge-plate__link:hover {
    text-decoration: none;
    color: #225ddd;
}
.payment-page-type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.payment-page-type__content strong {
    width: 100%;
    font-size: 16px;
    margin-bottom: 7px;
}

div#splide20 {
    height: 288px;
}

div#splide20 img {
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.punkt_sam_contact {
    font-size: 14px;
}

.payment-page-type__content {
    color: rgb(85, 85, 85);
    font-size: 14px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 9px;
}

span.rek_name {
    position: relative;
    top: 9px;
    background: rgb(255, 255, 255);
    padding-right: 6px;
    font-size: 14px;
}

.gab_demision .typography:hover em {
    color: rgb(0, 0, 0);
}

article.hom_cat_new:hover {
    box-shadow: rgba(0, 0, 0, 0.16) -3.746px 9.272px 13px 0px;
    transform: scale(1.1);
    background-color: rgb(255, 255, 255);
}

.past_rev_comp {
    box-shadow: none;
    font-size: 15px;
    background-color: rgb(212, 164, 106);
    border-radius: 6px;
    text-align: center;
    padding: 11px 28px;
    display: inline-block;
    cursor: pointer;
    color: white;
    outline: none;
    text-decoration: none;
    background-size: 100%;
    transition: box-shadow 0.15s, transform 0.15s;
    user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.search_five_res {
    position: absolute;
    top: 40px;
    background: rgb(255, 255, 255);
    width: 100%;
    z-index: 99;
    border-radius: 6px;
    box-shadow: rgb(191, 191, 191) 0px 2px 8px;
}

.one_s_res {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 12px 14px 12px 14px;
}

span.sr_price_row b {
    font-size: 13px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    color: #373636;
}

.t_code_cat_s span {
    color: rgb(85, 85, 85);
    align-items: center;
    margin-right: 3px;
    display: flex !important;
}

b {
}

.tooltip__content b {
    font-size: 16px;
}

.t_code_cat_s {
    font-size: 12px;
    display: none;
    margin-left: 10px;
    align-items: center;
}
.m_p_b_t {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 14px;
    color: #555;
}
.t_code_cat_s b {
    font-weight: 500;
    display: flex;
}

span.ser_til2 {
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    display: inline-block !important;
}

.zakaz_delll {
    padding: 27px 30px 0px;
    background: rgb(248, 248, 248);
    color: rgb(0, 0, 0);
    border-radius: 6px;
    border: 2px solid rgb(224, 224, 224);
    margin: 2em auto;
}

.pr_right_side .order_details_form_content {
    width: 50%;
    flex-wrap: nowrap;
    top: 16px;
}

.house_category_content12 .myCheckbox em {
    width: 82%;
}
/* Countdown badge */
.promo-countdown{

display: flex;

margin-top: 15px;

align-items:center;

gap: 23px;

width: 100%;

padding: 25px 40px;

border-radius:14px;

background:rgba(255,255,255,.92);

border:1px solid rgba(255,255,255,.55);

box-shadow:0 10px 30px rgba(0,0,0,.22);

backdrop-filter: blur(8px);

-webkit-backdrop-filter: blur(8px);

flex-wrap: wrap;

justify-content: flex-start;
}

.promo-countdown__icon{
  width:34px;height:34px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,106,42,.12);
  color:#ff6a2a;
  font-size:16px;
  flex:0 0 auto;
}

.promo-countdown__text{
  color:#111;
  font-size: 16px;
  line-height:1.2;
  gap: 15px;
  white-space:nowrap;
  display: flex;
  align-items: center;
}

.promo-countdown__time{
  margin-left:6px;
  font-size: 25px;
  display: flex;
  letter-spacing: 3px;
}

.promo-countdown__hint{
  margin-left:auto;
  font-size:11px;
  color:#6b7280;
  padding-left:10px;
  border-left:1px solid rgba(0,0,0,.08);
  white-space:nowrap;
}

@media (max-width: 520px){
  .promo-countdown__hint{display:none;}
}
 

.home_img_right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.erbrus_oper_big {
    display: flex;
    align-items: center;
    gap: 21px;
    width: 100%;
}

.buttons_contact {
    display: flex;
    gap: 8px;
}

.buttons_contact img {
    width: auto;
}

.ter_phone_first {
}

.ter_phone_email {
    display: flex;
    gap: 8px;
}

.ter_phone {
}

a.phone:hover {
    opacity: 0.8;
}

.erbrus_oper_img {
    display: flex;
}

.erbrus_oper_text {
    display: flex;
    width: 72%;
    flex-wrap: wrap;
}

.home_text_top {
    width: 52%;
}

.home_img_right {
    width: 45%;
    position: relative;
}
 
.category_top_side p {
    margin-top: 3px;
}

 .roulette-svg-host{
  width:520px;
  height:520px;
}

.roulette-svg-host svg{
  display:block;
  width:100%;
  height:100%;
}

.roulette-svg-text{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 900;
  fill:#222;
  letter-spacing: .2px;
}
 
span.all_ves {
    color: rgb(85, 85, 85);
    white-space: nowrap;
}

span.all_dlina {
    color: rgb(85, 85, 85);
    white-space: nowrap;
}

.cart_pr_zakaz img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart_pr_zakaz {
    border: 1px solid rgb(238, 238, 238);
    width: 19.1%;
    margin: 5px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    overflow: hidden;
}

#payment_block .pay_item {
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 91%;
    justify-content: flex-start;
}

.rekvizt_row label {
    margin-bottom: 5px;
    display: inline-block;
}

.cart_pr_left_zakaz {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.cart_pr_left_zakaz button {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.cart_pr_right_zakaz {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 8%;
    justify-content: space-between;
    align-items: center;
}

.cart_pr_right_zakaz button {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    -webkit-line-clamp: 2;
    height: 44px;
    width: 100%;
}

.total_text {
    margin-top: 5px;
}

.yur_left_text a:hover {
    color: rgb(255, 105, 0);
}

.cart_pr_right_zakaz .pr_single_name:hover {
    color: rgb(230, 42, 52);
}

.open_search_back_center {
    border: 1px solid rgb(242, 242, 242);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 7px 17.5px;
    border-radius: 4px;
    padding: 12px 12px 19px;
}

.gab_demision ._29-a1 {
    margin-top: 30px;
}

.sear_left {
    display: flex;
    width: 14%;
    height: 56px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    mix-blend-mode: darken;
}

.sear_left img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
    justify-content: center;
    align-items: center;
}

.all_rezalt {
    font-size: 13px;
    color: rgb(0 0 0);
    margin-top: 6px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #eee;
    padding: 11px 4px;
    border-radius: 8px;
}
span.pr_single_brand {
    display: flex;
    border: 1px solid #eee;
}

span.sub_sub_cat_icon_text_top {
    display: flex;
    gap: 16px;
    align-items: center;
}
.sc-ekboDZ.cYxOGz a {
    padding: 0px;
    display: flex;
    margin: 0px 10px;
}
.rating img {
    width: 24px;
    height: auto;
}
.sc-btdgZA.dNdkcH {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

.all_rezalt:hover {
    text-decoration: none;
    color: rgb(248 75 80);
    background: #eee;
}

.product_thumb {
    z-index: 0;
    transition: transform 0.3s, background-color 0.3s;
}

.cat_home .hom_cat_new:hover .product_thumb {
}

button.header-search__search-submit-btn {
}

.not_found {
    width: 100%;
    margin: 40px 0px;
}

 
.sc-ekboDZ.cYxOGz a:hover {
    opacity: 0.7;
}

 

.sc-btdgZA.dNdkcH img {
    width: 130px;
}
 
 

.stages__stage__desc a {
    color: rgb(255, 255, 255);
}

.sear_bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
}

.one_s_res:hover .ser_til2 {
}

.services-banner {
    color: rgb(255, 255, 255);
    max-width: 320px;
    padding: 60px 30px 40px;
    background: url("images/cat12.jpg") center center / cover;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
}

.w_tel a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.w_tel a:hover {
    color: rgb(116, 164, 255);
}
.promo_media_big {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: flex-start;
    margin-top: 12px;
    width: 100%;
}

.card__media {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 55%;
    border-radius: 16px;
    border: 1px solid #eee;
}

.prom_singl_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 41%;
}

.promo-countdown .head_call_header {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 14px;
}

.card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p.text-muted {
    display: flex;
    margin-bottom: 10px;
    font-size: 18px;
    color: #555;
    line-height: 26px;
}

.promo_media_big_right {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
}
.services-banner__item {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 15px;
    list-style: none;
}

.title-underline::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 3px;
    background: rgb(212, 39, 39);
    border-radius: 1.5px;
}

.services-banner__item::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 18px;
    height: 16px;
    background: url("images/check-bold.svg") no-repeat;
}
 
.src_price {
    display: flex;
    margin-top: 5px;
}

.logo_rev {
    display: flex;
    gap: 6px;
    flex-direction: column;
    align-items: flex-end;
}

.teV1V9viMMG2GQbTNKa_ {
    background-color: rgb(255, 202, 0);
    border-radius: 12px;
    width: 100%;
    padding: 5%;
    display: inline-block;
    margin-top: 0px;
    gap: 15px;
}

.NEoCCfox8rYiJrs_1d9L img {
    width: 81%;
    height: 64%;
    object-fit: contain;
    display: flex;
    position: relative;
    right: -2px;
    opacity: 0.8;
}
 
.cat-desc p i strong {
    background: url(images/ptichka.svg) 0% 0% / 100% no-repeat;
    background-size: 30px;
    padding: 41px 0px 0px 0px;
    background-position: 2% 7px;
    margin-bottom: 1px;
    display: flex;
    margin-top: -46px;
}

.cat-desc table td {
    background: #ffffff;
    border-radius: 16px;
    width: 33%;
    padding: 15px 33px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 9px;
}
.info-box-text {
    margin: 0px 0px 10px;
    width: 80%;
}

.call_button {
    font-size: 15px;
    font-weight: 600;
    color: rgb(0, 0, 0) !important;
}

a[href^="tel"] {
    text-decoration: inherit;
}
.prom_singl_right .new {
    font-size: 25px;
}

.prom_singl_right .old {
    font-size: 19px;
}
.NEoCCfox8rYiJrs_1d9L {
    display: flex;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0px 12px 0px 0px;
    overflow: hidden;
    width: 40px;
    background: rgb(239, 242, 246);
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.26) 1px 1px 3px 0px;
    justify-content: center;
}

.category_tabs a {
    color: #0033f9;
    text-decoration: underline;
}

.category_tabs a:hover {
    text-decoration: none;
    color: #0284ff;
}
.cat_tabs2_wrap a {
    color: #0033f9;
    text-decoration: underline;
}

.cat_tabs2_wrap a:hover {
    text-decoration: none;
    color: #0284ff;
}
.wt_icons {
    display: flex;
    align-items: center;
}

.wt_icons a {
    display: flex;
    margin: 0px;
    justify-content: center;
    align-items: center;
}

.wt_icons .social_obr svg path {
}

.wt_icons a:hover {
    opacity: 0.7;
}

.heading--xs.text--bold {
    font-size: 15px;
}

.kdc_krujok {
    animation: 15s linear 0s infinite normal none running spin;
    display: flex;
}

.kdc_krujok_big {
    background: url("images/round_bg1.png") no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 70px;
    width: 150px;
    height: 150px;
    z-index: 2;
}

.home_img_right_doc {
    overflow: hidden;
    width: 483px;
    height: 572px;
    padding-top: 15px;
    position: relative;
    z-index: 1;
    border-radius: 999px;
    background-color: rgb(248 236 225);
    clip-path: inset(-50px 0px 0% 0% round 0px 0px 999px 999px);
}

.koxqi_ketikner {
    position: absolute;
    right: 34px;
    top: 25%;
}

.koxqi_ketikner img {
    opacity: 0.7;
}

.year_kdc_center {
    background-size: contain;
    width: 320px;
    display: flex;
    position: relative;
    top: 44px;
    left: 103px;
    flex-direction: column;
    line-height: 0;
    height: 150px;
}

.year_kdc {
    display: flex;
    background: url("images/years.png") 0% 0% / contain no-repeat;
    position: absolute;
    bottom: -15px;
    z-index: 2;
}
.workp_doc_title {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}
.year_kdc_text_top {
    color: rgb(255, 255, 255);
    transform: rotate(352deg);
    transition: opacity 0.2s ease-out;
    font-size: 22px;
}

.year_kdc_text_bottom {
    color: rgb(255, 255, 255);
    transform: rotate(352deg);
    transition: opacity 0.2s ease-out;
    margin-top: 28px;
    font-size: 23px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.kdc_h_t {
    display: flex;
    align-items: center;
    gap: 22px;
}

.kdc_h_t_l {
    display: flex;
}

.kdc_h_t_l img {
    width: auto;
    height: 230px;
    border-radius: 15px;
}

.kdc_h_t_r ul li::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0px;
    width: 19px;
    height: 19px;
    background: url("images/ptichka.svg") 0% 0% / 100% no-repeat rgb(255, 255, 255);
}

.kdc_h_t_r ul li {
    padding: 6px 0px 5px 32px;
    font-size: 15px;
}

.kdc_h_t_r strong {
    border-left: 4px solid rgb(234, 206, 176);
    display: flex;
    padding-left: 15px;
}

.kdc_h_t_r {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 16px;
}

.home_h1_text_title {
    text-align: left;
}

 

.favvv55 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

span.slesh i {
    font-style: normal;
    color: rgb(154, 154, 154);
    font-size: 12px;
}

.sho_hide .order_details_form_content {
}

.qeek_right .product-article {
    margin: 0px !important;
}

h2 {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 25px;
}

h3 {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 26px;
}

h4 {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
}

h5 {
    font-family: Montserrat-Black, "Helvetica Neue", Arial, sans-serif;
}
.splide__arrows--ttb {
    right: -33px;
    position: absolute;
    top: 50%;
}

section.home-reviews {
    margin: 40px 0px;
}
.market_zakaz {
    color: red;
    font-size: 12px;
    display: flex;
    background: rgb(255, 234, 234);
    border-radius: 2px;
    padding: 3px 14px;
    white-space: nowrap;
    align-items: center;
}

.pr_right .head_pofile {
    margin-bottom: 11px;
}

.market_zakaz span {
    margin: 0px !important;
}

.market_3day {
    color: rgb(0, 72, 179);
    font-size: 12px;
    display: flex;
    background: rgb(234, 244, 255);
    border-radius: 2px;
    padding: 3px 14px;
    white-space: nowrap;
    align-items: center;
    margin-right: 14px;
}

.grid_veiw_list .order_details_form_content {
    display: flex;
    flex-wrap: wrap;
    width: 59px;
}

.grid_veiw_list .ad_cart_button {
    background: rgb(46, 60, 83);
    padding: initial;
}

.market_3day span {
    margin: 0px;
}

.slesh {
    display: flex;
    margin-right: 4px;
}

.qeek_left .icons_pr {
    top: 11px;
    left: 15px;
    position: absolute;
    z-index: 7;
}

.subscribe-box {
    margin: 0px auto;
    border-radius: 16px;
    padding: 0px 1px 1px 2px;
    text-align: left;
    width: 33%;
}

.subscribe-box h2 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.subscribe-box p {
    color: rgb(200, 200, 200);
    font-size: 13px;
    margin-bottom: 16px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid rgb(1, 2, 1);
    border-radius: 6px;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.input-icon {
    padding-left: 12px;
    font-size: 18px;
    color: rgb(102, 187, 106);
}

.category_left.sidenav .head_call_header {
    width: 100%;
    margin-top: 12px;
}

.subscribe-form input[type="email"] {
    flex: 1 1 0%;
    padding: 6px 15px 6px 10px;
    border: none;
    outline: none;
    font-size: 12px;
    background: transparent;
}

.subscribe-form button {
    padding: 10px 12px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    background: rgb(0 0 0);
    color: rgb(255, 255, 255);
    font-size: 12px;
    cursor: pointer;
    transition: background 0.3s;
    border-left: 1px solid rgb(165, 214, 167);
}

.subscribe-form button:hover {
    background: rgb(46, 125, 50);
}

.message {
    margin-top: 15px;
    font-size: 17px;
    color: rgb(46, 125, 50);
    min-height: 20px;
    font-weight: 700;
}

.policy-text {
    font-size: 12px;
    color: rgb(102, 102, 102);
    margin-top: 0px;
}

.policy-text a {
    color: rgb(255 255 255);
    text-decoration: underline;
}

.strelkaaj {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(68, 109, 41);
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 10px;
}

.policy-text a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .subscribe-box {
        padding: 25px 20px;
        width: 100%;
    }

    .subscribe-box h2 {
        font-size: 22px;
    }

    .subscribe-form button {
        font-size: 13px;
        padding: 10px;
    }
}
 
.cart_in_part .pr_det_title {
    width: auto;
}

span.pr_title_note {
    font-size: 13px;
    color: rgb(90 90 90);
    line-height: 18px;
    display: flex;
    margin-top: 0px;
    width: 100%;
}

span.pr_single_brand img {
    height: auto;
}

.widget img {
    width: 30px;
    animation: 2s ease 0s infinite normal none running blink;
}

.widget__text {
    font-size: 14px;
    padding-left: 15px;
}

.cat_prods_block_search {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 16px;
    grid-auto-flow: dense;
    margin: 0px 0px 24px;
}

.widget {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 19px;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(254, 72, 70);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
}

.widget_text {
    color: rgb(254, 65, 63);
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cart_in_part .all_ves {
}

.cart_in_part .all_dlina {
    margin-left: 5px;
}

 
.one_s_res:hover {
    background-color: rgb(238, 239, 241);
    border-radius: 8px;
}

 
.pr_desc h3 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}

.sticky .header_left {
}

 
.cat_list_right .is2 {
    display: none;
}

 
 
.home_h1_text_title p {
    font-size: 16px;
}

.links.rL img {
    width: 20px;
    height: auto;
    margin-right: 12px;
}
/* ===== PROMO MODAL ===== */

.promo-modal {
  max-width: 560px !important;
  padding: 22px 27px !important;
  overflow: clip !important;
  background: #ffffff;
  border-radius: 16px;
}

/* Image */
.promo-modal__image-wrap {
  margin: -22px -27px 19px -27px;
  height: 220px;
  overflow: hidden;
}

.promo-modal__image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px 16px 0 0;
  object-fit: cover;
}

/* Title */
.promo-modal__title {
  font-size: 21px;
  margin-bottom: 2px;
  color: #000;
  line-height: 1.2;
  font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

/* Content */
.promo-modal__content {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.5;
}

/* Form Block */
.promo-modal__form-block {
  padding-top: 0px;
}

.promo-modal__form-title {
  margin-bottom: 11px;
  font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

/* Fields */
.promo-modal__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 560px) {
  .promo-modal__fields {
    grid-template-columns: 1fr;
  }
}

/* Input */
.promo-modal__input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.2s ease;
}

#fab-wrap {
    position: fixed;
    right: 28px;
    bottom: 135px;
    z-index: 9999;
    display: flex !important;
    align-items: center;
    gap: 14px;
}

.fab-btn {
    width: 65px;
    height: 65px;
    background: rgb(37, 211, 102);
    border-radius: 50%;
    box-shadow: rgba(44, 62, 80, 0.24) 0px 4px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: scale(0.5);
}
.promo-modal__input:focus {
  border-color: #00000033;
  outline: none;
  box-shadow: 0 0 0 2px rgb(0 0 0 / 15%);
}

/* Submit button */
.promo-modal__submit {
  margin-top: 14px;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  font-size: 14px;
  border-radius: 7px;
  background
Shorthand property for setting most background properties at the same place in the style sheet.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show: rgb(248, 75, 80);
    border-color: rgb(248, 75, 80);';
  font-size: 15px;
  background: rgb(248, 75, 80);
  border-color: rgb(248, 75, 80);
  cursor: pointer;
  color: #ffffff;
  transition: 0.2s ease;
}

.promo-modal__submit:hover {
  background: #e7353d;
}

/* Message */
.promo-modal__msg {
  margin-top: 10px;
  font-size: 13px;
  min-height: 18px;
}
.links.rL a:hover {
    color: rgb(0, 58, 255);
}

.links.rL a:hover b {
    color: rgb(230, 42, 52);
}

.home_text h3 {
    font-size: 30px;
    width: 100%;
    font-weight: 600;
}

.field-label_rev {
    font-size: 14px;
    margin: 14px 0px 4px;
    display: inline-block;
}

.sticky_buy .not_in_stock_big {
    margin: 0px;
    width: 240px;
}

#pr_otzivi_text {
    height: 85px;
}

.popup__list-wrap ul {
    list-style: none;
}

figure.image.image-style-side {
    float: right;
    margin: 20px 2px 20px 20px;
}

svg.icon-svg {
    width: 25px;
    opacity: 0.9;
}

.content_descr table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    margin: 25px 0px;
}

.one_s_res.selected {
    background-color: rgb(240, 240, 240);
    border-radius: 4px;
}

.content_descr table td {
    border: none;
    font-size: 14px;
    padding: 16px 25px;
}

.content_descr table p {
    font-size: 14px;
    margin: 0px;
}

.content_descr table a {
    color: rgb(0, 76, 255);
    text-decoration: underline;
}

.content_descr table a:hover {
    text-decoration: none;
    color: rgb(0, 100, 255);
}

span.t7 span:hover {
    text-decoration: underline;
    color: rgb(0, 161, 242);
}
.metro_kdc_promo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.promo_price_kdc_promo {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    height: 26px;
}
.btn_show_morw {
    width: 100%;
    box-shadow: none;
    font-size: 13px;
    border-radius: 6px;
    text-align: center;
    padding: 9px 18px;
    display: inline-block;
    cursor: pointer;
    color: black;
    outline: none;
    text-decoration: none;
    background-size: 100%;
    margin: 18px 0px 0px;
    transition: box-shadow 0.15s, transform 0.15s;
    user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    background-color: rgb(245, 246, 248);
    border: 2px solid rgb(245, 246, 248);
}

.cat_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

button.btn_show_morw:hover {
    background-color: rgb(226, 228, 232);
    border-color: rgb(226, 228, 232);
}

.real_rek div b {
    position: relative;
    top: 9px;
    background: rgb(255, 255, 255);
    padding-left: 6px;
    font-size: 14px;
}

.number .item_stock {
}

.yur_adress {
    margin: 26px 0px 25px;
    font-size: 14px;
}

.work-video-btn img {
    width: 21px;
    height: 23px;
    fill: rgb(255, 255, 255);
}

button.work-video-btn svg {
    width: 30px;
    height: 30px;
    background: rgb(222, 90, 86);
    fill: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 2px;
}

.work-cta:hover {
    background: rgb(248, 75, 80);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(248, 75, 80);
}

a:hover {
    color: rgb(202 71 67);
}

.cat_data_accord .pr_title_cart {
    margin: 0px;
}

.product_pricelist .t_code_cat {
    margin-bottom: 3px;
}

.yur_adress i {
    color: rgb(151, 151, 151);
    font-style: normal;
}

.namak .price-button a::before {
    content: "";
    display: block;
    height: 40px;
    width: 34px;
    background: url("images/pdf_ioc.png") center center / 24px no-repeat;
    margin-right: 12px;
}

.price-button {
}

div#readmore {
    width: 100%;
}

.erbrus_pr_bot_right {
    width: 36%;
}

.house_category_title {
}

.house_category_title span {
    display: inline-block;
    width: 17px;
    border-radius: 2px;
    height: 14px;
    position: relative;
    background: url("images/arrow_top_bottom.png") center center / 14px no-repeat;
}

.pr_right ._29-a1 {
    margin: 25px 0px 0px;
}

.sticky .phone {
}

.profile-menu33 {
    font-size: 13px;
    line-height: 22px;
    color: rgb(157, 157, 165);
}

ul.second_menu {
    list-style: none;
    display: flex;
    align-items: center;
}

.header_left {
    display: flex;
    padding: 12px 0px;
    align-items: center;
    position: relative;
}
div#branchFilters {
    background: none;
    padding: 0px;
}
p.img_no_marg img {
    border-radius: 7px;
    float: right;
    margin: 0px 0px 15px;
    width: 100%;
    height: auto;
    border: 1px solid rgb(238, 238, 238);
}

.pr_desc p {
    margin: 15px 0px;
    line-height: 26px;
    font-size: 15px;
}

.s-product-watching-now__indicator::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(37, 211, 102, 0.32);
    border-radius: 100%;
    transform: scale(0);
    animation: 0.7s ease 0s infinite alternate none running watching-now-indicator-glow;
    transform-origin: center center;
    z-index: -1;
}

.s-product-watching-now__indicator {
    display: inline-block;
    margin: 0px 16px 0px -6px;
    padding: 0px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background: rgb(37, 211, 102) !important;
    width: 8px !important;
    height: 8px !important;
}

@keyframes watching-now-indicator-glow {
    0%, 75% {
        transform: scale(0);
    }

    100% {
        transform: scale(2.5);
    }
}

.pr_desc a {
    color: rgb(0, 26, 218);
    text-decoration: underline;
}

ul.met_trans {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.pr_desc a:hover {
    text-decoration: underline;
}

.order_number_all {
    display: flex;
    flex-wrap: wrap;
    width: 61%;
}

div#splide222 {
    height: 446px;
}

div#splide222 .splide_list button {
    height: 500px;
}

div#splide222 .splide__slide button {
    height: 430px;
    width: 100%;
}

.offerd_item_hit {
    display: inline-block;
    background: url("images/hitpr.png") 0% 0% / 100% no-repeat;
    color: rgb(255, 255, 255);
    left: 3px;
    font-size: 0px;
    position: relative;
    width: 40px;
    top: -17px;
    height: 40px;
    z-index: 9;
    padding: 2px 8px;
    border-radius: 2px;
}

.sdek_take_numebr {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    background: rgb(255, 255, 255);
    align-items: flex-start;
    justify-content: center;
    padding: 0px 30px;
    border-radius: 5px;
}

span.pr_single_brand_logo img {
    width: auto;
    height: 22px;
}

span.pr_single_brand_logo {
    display: flex;
}

.sdek_take_numebr b {
    font-size: 32px;
    letter-spacing: 4px;
}

.pr_desc h2 {
    line-height: 31px;
    margin-bottom: 20px;
}

li.second_menu_item {
    display: flex;
}

li.ch_cat_li.cat_li a {
}

.inner h5 {
    font-size: 27px;
    font-family: Montserrat-Black, "Helvetica Neue", Arial, sans-serif;
}

li.p_cat_li.cat_li a:hover {
    color: rgb(174, 132, 88);
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    border-left: 1px solid rgb(238, 238, 238);
    border-image: initial;
    border-right: none;
    width: 101%;
    background: rgb(255, 255, 255);
}

li.second_menu_item a {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0px;
}

li.profile-menu__footer {
    border-top: 1px solid rgb(232, 232, 240);
    padding: 12px 0px 0px;
    font-size: 14px;
}

ul.account_menu_profile {
    padding: 12px 3px 9px;
}

.client_block .icon-svg {
    width: 12px !important;
    opacity: 0.8;
}

.pr_desc ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 7px;
    height: 7px;
    background-color: rgb(0, 115, 40);
    border-radius: 50%;
}

ul.par_ul {
    list-style: none;
}

.page_content_page_news ul {
    margin: 14px;
    display: inline-block;
}

.st0 {
}

.slider_partner {
    display: flex;
    justify-content: space-between;
    margin: 41px 0px 14px;
    align-items: center;
    flex-wrap: wrap;
}

.partner__yellow-dots {
}

#splide_partner {
    width: 100%;
    border-radius: 250px;
    box-sizing: border-box;
}
 
 
.friens_use_link h2 {
    font-size: 25px;
    color: rgb(0, 0, 0);
}

.cart_share_text1 {
    color: rgb(118, 118, 118);
    font-size: 14px;
}

.tooltip svg {
    color: rgb(138, 138, 138);
    fill: currentcolor;
    width: 17px;
    height: 17px;
    position: relative;
    right: 5px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: rgb(85, 85, 85);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(85, 85, 85) transparent transparent;
}

.shar_url .tooltip {
    position: relative;
    padding: 0px;
    right: 15px;
    top: 2px;
}

input#myInput {
    border: none;
    margin: 0px;
    outline: none;
}
 

div#splide_partner img {
    height: 130px;
    width: auto;
}

.page_content_page_news ul li {
    list-style: none;
    position: relative;
    padding: 4px 0px 4px 18px;
}

span.pr_det_title {
    font-size: 11px;
    display: flex;
    color: rgb(0, 0, 0);
    align-items: center;
}

 

ul.par_ul ul {
    list-style: none;
}

em.akcc_name {
    font-style: normal;
}

.BSuAQNT96aYiEQT_khFK.text--xs {
    color: rgb(151, 151, 151);
    margin-top: 4px;
    font-size: 12px;
}

.heading--sm {
    font-size: 15px;
}

.page_center_rev {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid rgba(238, 238, 238, 0.55);
    padding-top: 35px;
    flex-wrap: wrap;
}

.container_all_news {
    margin-bottom: 60px;
}

.iY2kcBlvN0BOq5SeX4uv {
    width: 100%;
}

.pr_desc li {
    list-style: none;
    position: relative;
    padding-left: 19px;
    margin: 7px 0px;
}

.order_number {
    color: rgb(0, 0, 0);
    font-size: 20px;
    display: flex;
    margin-bottom: 6px;
}

p.delivery-address__info em {
    color: rgb(134, 134, 149);
    font-style: normal;
}

.order_number b {
    color: rgb(0, 0, 0);
    margin-left: 5px;
}

blockquote {
    margin: 0px;
    padding: 19px 0px 22px 59px;
    position: relative;
}

blockquote::before {
    content: '';
    font-size: 7em;
    line-height: 0.1em;
    margin-right: 0px;
    position: absolute;
    vertical-align: -0.55em;
    top: -7px;
    left: 0px;
    background: url(images/quote.svg) no-repeat;
    width: 120px;
    height: 100px;
    background-size: 120px;
}

blockquote p {
    display: flex;
    text-align: left;
    font-size: 16px !important;
    position: relative;
    line-height: 26px !important;
    flex-wrap: wrap;
    gap: 3px;
}

.home_tabes {
    margin-top: 22px;
}
.home-top-promo__btn:hover {
    color: #25d366;
}
.big_em {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.st-play-btn.st-style1 {
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 80px;
    /* background: #12b90078; */
    padding: 5%;
    border-radius: 50%;
    /* box-shadow: 0px 2px 5px 0px #00000030; */
    left: 50%;
    position: absolute;
    top: 49%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.st-play-btn.st-style1 svg {
    fill: #ffffff;
    width: 50px;
}
.st-video-animaiton, .st-video-animaiton span {
    animation: st-video-animaion 2s linear infinite;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 0 5px #fff;
    display: block;
    height: 50px;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
@keyframes st-video-animaion {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  25% {
    transform: scale(1);
    opacity: 0.75;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.links_footer a {
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    padding: 7px 23px 6px 16px;
    border-radius: 4px;
    margin: 0px 2px 0px 20px;
    font-size: 14px;
}

.links_footer {
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    flex-wrap: wrap;
}

.links_footer img {
    width: 27px;
    height: auto;
    margin: 0px 8px 0px 0px;
}

div#write_review {
    padding: 34px;
}

.odin_title {
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 20px;
}

.popup_row_label {
    margin-bottom: 10px;
}

small.pr_otz_info {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 17px !important;
    display: flex;
    margin-top: 15px;
}

div#write_review .head_call_header {
    width: 100% !important;
    text-align: center !important;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

input#name__rev {
    border: 1px solid #d3d4dd;
    border-radius: 4px;
}

.links_footer a:hover {
    opacity: 0.7;
}

.pr_desc font {
    color: rgb(61, 81, 101);
    display: flex;
    align-items: center;
    padding: 12px 22px;
    margin-bottom: 12px;
    border-radius: 6px;
    margin-top: 12px;
    background-color: rgb(242, 245, 249) !important;
}

.links.rL {
    display: flex;
    flex-wrap: wrap;
    margin: 19px 18px 15px 24px;
    align-items: center;
    justify-content: space-between;
}

.links.rL div {
    width: 100%;
    font-size: 13px;
    margin-bottom: 7px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.links.rL a {
    color: rgb(0, 0, 0);
    font-size: 12.5px;
    display: flex;
    margin: 3px 0px 4px;
    padding: 2px 0px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
a.kdc_main_phone_number {
    font-size: 18px;
    color: #000;
    margin-top: 5px;
    display: inline-block;
}
ul.account_menu_profile a {
    padding: 7px 0px;
    font-size: 14px;
}

.input {
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
}

.input__label {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: calc(var(--size-bezel) * 0.75) calc(var(--size-bezel) * .9);
    margin: calc(var(--size-bezel) * 0.75 + 1px) calc(var(--size-bezel) * .8);
    white-space: nowrap;
    transform: translate(0px, 0px);
    transform-origin: 0px 0px;
    background: var(--color-background);
    transition: transform 120ms ease-in;
    line-height: 1.5;
    color: rgb(87, 87, 87);
    font-size: 16px;
}

.input__field {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 2px solid rgb(217, 217, 217);
    padding: 11px 15px;
    background: transparent;
    color: rgb(0, 0, 0);
    font-size: 23px;
    outline-color: rgb(204, 204, 204);
    border-radius: 6px;
}
 

.input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
    transform: translate(0.25rem, -65%) scale(0.8);
    color: rgb(151, 151, 151);
    font-size: 15px;
}
 
 

p.\35 iwb {
    color: rgb(95, 102, 108);
    margin-top: 6px;
}

.punkt_sam {
}

.dos_option_adress {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}

div#pnlLogin .p_number1 {
    color: rgb(0, 0, 0);
}

.p_number {
}

div#pnlLogin .p_number1 i {
    color: rgb(0, 0, 0);
    font-size: 14px;
}

.top_cats {
    display: block;
    margin: 50px auto 30px;
    max-width: 1366px;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.for_spec_arrr .splide__arrow--prev {
    left: -20px;
}

.lk-menu-main__item--favorites .lk-menu-main__title::before {
    --icon: url(data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2219%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.62%201.54c-2.612%200-4.583%201.953-4.583%204.45%200%201.498.991%203.28%202.778%205.328C6.458%2013.2%208.653%2015.179%2011%2017.212c2.347-2.034%204.542-4.012%206.185-5.896%201.787-2.047%202.778-3.829%202.778-5.328%200-2.496-1.97-4.448-4.584-4.448-1.432%200-2.875.662-3.8%201.728a.767.767%200%200%201-1.159%200C9.496%202.203%208.053%201.54%206.62%201.54ZM.5%205.99C.5%202.601%203.2%200%206.62%200A6.7%206.7%200%200%201%2011%201.673%206.701%206.701%200%200%201%2015.38%200c3.42%200%206.12%202.602%206.12%205.99%200%202.105-1.344%204.262-3.158%206.342-1.841%202.11-4.315%204.302-6.84%206.482a.767.767%200%200%201-1.003%200c-2.526-2.18-5-4.371-6.84-6.482C1.843%2010.252.5%208.095.5%205.989Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
}

.lk-menu-main__item--orders .lk-menu-main__title::before {
    --icon: url(data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M.003%206.7C-.058%205.779.726%205%201.714%205h14.572c.986%200%201.77.775%201.711%201.694l-.81%2012.8c-.053.846-.803%201.506-1.71%201.506H2.571c-.906%200-1.655-.657-1.711-1.5L.003%206.7Zm1.711-.329c-.14%200-.253.112-.244.243l.857%2012.8c.008.12.115.215.245.215h12.904c.13%200%20.237-.095.245-.216l.81-12.8c.007-.13-.104-.242-.245-.242H1.714Z%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%204.941C4%202.212%206.239%200%209%200s5%202.212%205%204.941v2.353a.71.71%200%200%201-.714.706.71.71%200%200%201-.715-.706V4.941c0-1.95-1.599-3.53-3.571-3.53-1.972%200-3.571%201.58-3.571%203.53v2.353A.71.71%200%200%201%204.714%208%20.71.71%200%200%201%204%207.294V4.941Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
}

.lk-menu-main__item--social .lk-menu-main__title::before {
    --icon: url(data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%206H1v15h6V6ZM7%209l2.797-3.69A1%201%200%200%200%2010%204.707V2.543c0-.553.467-1.355%201-1.5.596-.163.98.168%201.5.5.96.61%201.335%201.373%201.5%202.5.145.985-.5%202.5-.5%202.5h5.965a1%201%200%200%201%20.832.445l.488.732a.975.975%200%200%201%20.154.702c-.239%201.44-1.156%206.627-2.439%209.62-.218.508-.458.892-1%201-2.5.5-4.646.66-7.5%200-1.203-.277-3-1-3-1%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
}

.lk-menu-main__item--profile .lk-menu-main__title::before {
    --icon: url(data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.984%2015.405c-1.665%201.15-2.45%202.516-2.45%203.514%200%20.141.028.221.054.267.023.042.064.091.162.146.23.128.713.247%201.648.247h15.204c.935%200%201.417-.12%201.648-.247a.381.381%200%200%200%20.162-.146.541.541%200%200%200%20.053-.267c0-.998-.785-2.363-2.447-3.514-1.633-1.13-4.027-1.984-7.012-1.984-2.99%200-5.388.853-7.022%201.984Zm-.919-1.139C4.975%2012.945%207.698%2012%2011.006%2012c3.303%200%206.022.945%207.93%202.266%201.88%201.3%203.064%203.04%203.064%204.653%200%20.309-.06.625-.224.92-.168.3-.421.537-.738.712-.6.333-1.433.449-2.436.449H3.398c-1.003%200-1.836-.116-2.436-.449a1.85%201.85%200%200%201-.738-.712%201.86%201.86%200%200%201-.224-.92c0-1.614%201.185-3.353%203.065-4.653ZM6%204.965C5.988%202.153%208.333%200%2011%200c2.664%200%205%202.108%205%204.943C16%207.786%2013.699%2010%2011%2010c-2.696%200-4.999-2.21-5-5.035Zm5-3.536c-1.923%200-3.58%201.556-3.571%203.531v.004C7.429%206.99%209.083%208.57%2011%208.57c1.915%200%203.571-1.58%203.571-3.628%200-1.995-1.644-3.514-3.571-3.514Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
}

.lk-menu-main__item--favorites .lk-menu-main__title::before {
    mask-position: center center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-image: var(--icon);
    background-color: rgb(36, 36, 36);
    width: 21px;
    height: 19px;
}

.lk-menu-main__item--profile .lk-menu-main__title::before {
    mask-position: center center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-image: var(--icon);
    background-color: rgb(36, 36, 36);
    width: 21px;
    height: 19px;
}

 .promo-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}

.lk-menu-main__item--social .lk-menu-main__title::before {
    mask-position: center center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-image: var(--icon);
    background-color: rgb(36, 36, 36);
    width: 21px;
    height: 19px;
}

.jLdS65OfATA9WHwoVFKaWwEDSZOX2m {
    display: flex;
    margin-bottom: 24px;
}

.MJvHJv7_xNLGXa6TU5mBwgm2FzDU5R {
    position: relative;
    margin-right: 16px;
}

.works-title {
    margin: 0px 0px 14px;
}

.works-empty {
    padding: 16px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 14px;
    background: rgb(255, 255, 255);
}

.works-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 18px;
    margin-top: 14px;
}

@media (max-width: 992px) {
    .works-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
}

.work-card {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 18px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.work-media {
    position: relative;
    height: 300px;
    background: rgba(213, 162, 113, 0.27);
}

.work-media-link {
    display: flex;
    height: 100%;
    background: url("images/first-screen-decor-4.svg") center bottom / 174% 70% no-repeat;
    justify-content: center;
    align-items: flex-end;
}

.work-main {
    width: 91%;
    /* height: 100%; */
    display: block;
    object-fit: contain;
    transition: opacity 0.25s, transform 0.25s;
}

.work-placeholder {
    height: 100%;
}

.work-thumb {
    position: absolute;
    bottom: 15px;
    left: 21px;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: rgb(17, 17, 17);
    padding: 0px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 10px 22px;
}

.work-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.work-thumb.is-after {
    left: 110px;
    opacity: 0.65;
}

.work-video-btn {
    position: absolute;
    right: 14px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
}

.work-body {
    padding: 18px;
}

.work-name {
    margin: 0px 0px 10px;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 17px;
    -webkit-line-clamp: 2;
    line-height: 20px;
    font-weight: 500;
}

.work-name a {
    text-decoration: none;
    color: inherit;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.work-section-title {
    font-size: 13px;
    opacity: 0.7;
    margin: 8px 0px 10px;
}

.work-docs {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.work-doc {
    display: flex;
    gap: 10px;
    align-items: center;
}
.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #f4f5f7;
    color: #2a2d34;
    font-size: 10px;
}
.work-doc-ava {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    overflow: hidden;
    background: rgb(243, 243, 243);
    flex: 0 0 auto;
    border: 1px solid rgb(238, 238, 238);
}

.work-doc-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.work-doc-ava.ph {
    background: rgb(241, 241, 241);
}

.work-doc-name {
    line-height: 1.15;
    font-size: 14px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.work-doc-sub {
    font-size: 13px;
    opacity: 0.7;
    margin-top: 2px;
}

.work-cta {
    display: block;
    margin-top: 10px;
    text-align: center;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid rgb(222, 90, 86);
    color: rgb(222, 90, 86);
    text-decoration: none;
}

.MJvHJv7_xNLGXa6TU5mBwgm2FzDU5R::before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 60px;
    z-index: 1006;
    border-style: solid;
    border-width: 8px 7px 0px;
    border-color: rgb(56, 46, 44) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    width: 0px;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    transition: var(--primary-trs);
}

.whatsapp-button {
    position: fixed;
    left: 70px;
    bottom: 0px;
    transform: translate(-50%, -50%);
    background: rgb(37, 211, 102);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 53px;
    font-size: 35px;
    z-index: 9999;
}



.doc-chip {
    box-shadow: none;
    font-size: 13px;
    border: 1px solid #eee;
    white-space: nowrap;
}
.whatsapp-button::before, .whatsapp-button::after {
    content: " ";
    display: block;
    position: absolute;
    border: 1px solid rgb(37, 211, 102);
    inset: -20px;
    border-radius: 50%;
    animation: 1.5s linear 0s infinite normal none running animate;
    opacity: 0;
    backface-visibility: hidden;
}
.work-doc-info {
    display: flex;
    flex-wrap: wrap;
}
.whatsapp-button span {
    background: url("images/whatsapp-but.svg") 0px -1px / 55px no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.whatsapp-button::after {
    animation-delay: 0.5s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.no_cart_items a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: rgb(0, 149, 1);
    cursor: pointer;
    padding: 15px 35px;
    border-radius: 4px;
    margin-bottom: 80px;
}

.search-catalog__photo {
    margin-left: 2px;
    position: relative;
}

.search-catalog__btn--photo {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2222%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23B9B9C1%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.105%202.892H4a4%204%200%200%200-4%204V17.5a4%204%200%200%200%204%204h18a4%204%200%200%200%204-4V6.892a4%204%200%200%200-4-4h-2.105a1.98%201.98%200%200%201-1.695-.957A2.97%202.97%200%200%200%2015.657.5h-5.314A2.97%202.97%200%200%200%207.8%201.935a1.98%201.98%200%200%201-1.695.957ZM13%207.8a4%204%200%201%201%200%208%204%204%200%200%201%200-8Zm0-2a6%206%200%201%201%200%2012%206%206%200%200%201%200-12Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.search-catalog__btn--photo {
    mask-position: center center;
    mask-size: auto;
    mask-repeat: no-repeat;
    mask-image: var(--icon);
    background-color: rgb(200, 200, 209);
    transition: background-color 0.3s;
}

.search-catalog__btn {
    display: block;
    width: 37px;
    height: 40px;
    font-size: 0px;
    line-height: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
    transition: background-image 0.3s;
}

.rekvizt_row {
    width: 97%;
    margin-left: 1%;
    margin-bottom: 5px;
}

.cart_right .tab-wrap {
    margin-top: 15px;
    gap: 10px;
    padding: 0px 2em;
    margin-bottom: 0px;
}

.search-catalog__btn--photo input {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.search-catalog--photo .search-catalog__loading {
    display: flex;
}

.search-catalog__loading {
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: calc(100% - 8px);
    position: absolute;
    top: 4px;
    left: 4px;
    padding-left: 8px;
    display: flex;
    border-radius: 6px;
    background-color: rgb(241, 241, 245);
}

.search-catalog__btn--photo:hover {
    opacity: 0.7;
}

.search-catalog__loading-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.delv_item {
    margin-left: 10px;
    width: 95%;
}

.delv_item_price {
    margin-left: 8px;
    color: rgb(65, 65, 65);
    width: 21%;
    display: flex;
    text-align: center;
    justify-content: center;
}
.acc-body ul li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0px;
    width: 16px;
    height: 16px;
    background-color: rgb(222, 90, 86);
    background: url(images/ptichka.svg) 0% 0% / 100% no-repeat rgb(255, 255, 255);
    border-radius: 50%;
    background-size: 100%;
}
.about_doc_kdc p {
    margin: 20px 0px;
    font-size: 15px;
}
.about_doc_kdc li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0px;
    width: 16px;
    height: 16px;
    background-color: rgb(222, 90, 86);
    background: url(images/ptichka.svg) 0% 0% / 100% no-repeat rgb(255, 255, 255);
    border-radius: 50%;
    background-size: 100%;
}

.about_doc_kdc li {
   position: relative;
    padding: 11px 0px 10px 27px;
}
.acc-body li {
    position: relative;
    padding: 10px 0px 10px 32px;
}
.delv_item_time {
    margin-left: 8px;
    color: rgb(114, 115, 122);
    width: 26%;
    display: flex;
    justify-content: center;
}

.delv_item b {
    width: 47%;
}

.city_res label {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 6px 0px 14px;
}

.search-catalog__loading-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.search-catalog__loading-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-catalog__loading-name {
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 33px);
}

.search-catalog__loading-close {
    width: 36px;
    display: inline-block;
    position: relative;
    font-size: 0px;
    line-height: 1;
    border: none;
    background-color: transparent;
    cursor: pointer;
    height: 100%;
}
.promo-modal__content li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    background: url(images/ptichka.svg) 0% 0% / 100% no-repeat;
}

.promo-modal__content li {
    padding: 4px 0px 4px 23px;
}

.promo-modal__content ul {
    margin: 9px 5px;
}

.promo-modal__content i {
    color: #555;
    font-size: 12px;
    margin-top: 8px;
    display: inline-block;
}
.search-catalog__loading-close::before {
    width: 2px;
    height: 16px;
}

.search-catalog__loading-close::after, .search-catalog__loading-close::before {
    transition: background 0.3s;
    background-color: rgb(134, 134, 149);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.search-catalog__loading-close::after {
    width: 16px;
    height: 2px;
}

 
.header-search .tooltip__content::before {
    content: "";
    position: absolute;
    top: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid rgb(255, 255, 255);
}

.tooltip-search-photo {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 101;
}

.tooltip-simple {
    position: absolute;
    z-index: 999;
    cursor: default;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding-top: 12px;
    top: 100%;
}

.search-catalog__btn--clear::after, .search-catalog__btn--clear::before {
    left: auto;
    right: 6px;
    transform: translate(50%, -50%) rotate(45deg);
}

.search-catalog__btn--clear::before {
    width: 2px;
    height: 16px;
}

.search-catalog__btn--clear::after, .search-catalog__btn--clear::before {
    transition: background 0.3s;
    background-color: rgb(134, 134, 149);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.search-catalog__btn--clear::after {
    width: 16px;
    height: 2px;
}
   .has_home_promo{padding-top: 170px !important;}
.search-catalog--active .search-catalog__btn, .search-catalog--active .search-catalog__btn-wrap, .search-catalog--active .search-catalog__input {
    z-index: 30;
}

.search-catalog__btn--clear:hover::after, .search-catalog__btn--clear:hover::before {
    background-color: rgb(36, 36, 36);
}

 
.MnHXsliZg7p74Rt0CXSjYAsyrLAd0Q {
    position: relative;
    z-index: 3;
    height: 4px;
}

.MnHXsliZg7p74Rt0CXSjYAsyrLAd0Q img {
    position: absolute;
    right: 4px;
    top: 0px;
    height: 40px;
}

.TGokKRDWbIZL676fmaGGAHmMWdRjOz {
    height: 40px !important;
    width: 47px;
}

.CXRfeo6iwqLXYoO592uwVW4MFA9sJb {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: var(--gray-90-border);
    border-radius: 4px;
    padding: 8px 16px;
    width: 204px;
    min-width: 204px;
    color: var(--color-gray-20);
    cursor: pointer;
}

.kFilEj1Id6nYNMrUKEtKmQlBjocCdN {
    display: flex;
    align-items: center;
}

.iZkrbYpW1pYUDnl32ZCe {
    border-bottom: 1px solid rgb(239, 242, 246);
    padding: 42px 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 20px 0px;
    border-radius: 12px;
    margin: 10px 0px;
}

.kdc_tabs_bottom iframe {
    border-radius: 10px;
}

.wCRY7S8c_2gEy0J0sXSb {
    align-items: flex-start;
    display: flex;
}

.wCRY7S8c_2gEy0J0sXSb {
    align-items: flex-start;
    display: flex;
}

.dwy0q9XWV9Ef3JJ0YDCS {
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0px 12px 0px 0px;
    overflow: hidden;
}

.no-results {
    background: rgb(255, 243, 243);
    padding: 12px;
    border-left: 4px solid rgb(255, 107, 107);
    margin-top: 10px;
    font-size: 13px;
}
.prom_pro_text1 {
    width: 100%;
}
.hint-box, .autocorrect-box, .suggest-box {
    background: rgb(240, 249, 255);
    padding: 10px;
    margin-top: 8px;
    border-left: 4px solid rgb(42, 159, 214);
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.hint-box .chip {
    display: inline-block;
    background: rgb(208, 235, 255);
    color: rgb(28, 126, 214);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.suggest-word {
    color: rgb(26, 79, 204);
    text-decoration: underline dotted;
    cursor: pointer;
}

.suggest-word:hover {
    text-decoration: underline;
}

.TBliI_QIPxkNOUp6Y5Ln {
    object-fit: scale-down;
    display: flex;
}

.XYHTVn59gysM5naE9WFV {
    flex: 1 1 0%;
    min-width: 0px;
}

.kDmVGtAcsMdQBsv0Dl6S {
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.A0xBMlCU1FYM6s0mo77q {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    font-size: 15px;
    margin-left: 4px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.TvlWcNyJLs0_cGoO1ebw {
    color: rgb(151, 151, 151);
    white-space: pre-wrap;
    margin: 0px 0px 0px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.NlR69EIIyYwDhPBal_2P {
    width: 100%;
    margin: -15px 0px 0px 3px;
}

.cnXs0ppWnL8PTqf7rl8z {
    width: 100%;
    margin: 16px 0px 0px;
}

.not_found_center {
    text-align: center;
}

.not_found_center img {
    width: 200px;
    height: 200px;
}

.aVfHgG9fpQoDvwomr9na {
    margin: 0px 0px 2px;
    font-size: 15px;
}

.xUmrn9owvzskFrJzP0nU {
    margin: 12px 0px 25px;
    font-size: 14px;
    line-height: 26px;
}

.HNVvGuR3oc3RfV8J3N4z {
    grid-template-columns: 32px 1fr;
    margin-top: 19px;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid rgba(238, 238, 238, 0.51);
    padding-top: 20px;
}

.oCASUf8cTQYAcnEYqcad {
    margin-left: 12px;
}

.zQk9VkjPFYQULHzYuyah {
    display: flex;
    flex-wrap: wrap;
}

.text--bold {
    font-size: 33px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.sL19SRLo7ak2T1uWf_Ol {
    color: rgb(151, 151, 151);
    margin-left: 14px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.zA50qWhQm10Ho4mQPbDU {
    margin-top: 6px;
    font-size: 15px;
}

.VJJ8AfNo8snLudRi8fbhlgA63Xs0G_ {
    display: block;
    margin-right: 8px;
    font: var(--p4b);
}

.home_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 130px auto 50px;
    max-width: 1366px;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.news_img img {
    width: 100%;
    height: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    transform: perspective(1px) translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    transition-duration: 0.9s;
    transition-property: transform;
}

.news_img img:hover {
    transform: scale(1.2);
}
 

 
.news_img {
    width: 100%;
    height: 273px;
    overflow: hidden;
}

ul.all_news_one {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 15px 0px 0px;
}

ul.all_news_one {
}

span.news_title_post {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    -webkit-line-clamp: 2;
}

.news_date {
    font-size: 14px;
    margin-bottom: 10px;
}

ul.all_news_one li {
    width: 24%;
    display: flex;
    flex-wrap: wrap;
    background: rgb(255, 255, 255);
    margin: 0.5%;
    border: 1px solid rgba(238, 238, 238, 0.66);
}

li {
    position: relative;
}

ul.all_news_one li:hover {
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
    transform: translateY(-1px);
    background-color: rgb(255, 255, 255);
    z-index: 1;
}

.n_t_post {
    padding: 6%;
    width: 100%;
}

.home_text h2 {
    font-size: 30px;
    line-height: 37px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.home_text p {
    margin: 25px 0px;
    font-size: 16px;
    width: 100%;
    line-height: 26px;
}

.pr_box_memisions table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 25px;
}

.pr_box_memisions table td {
    border: 1px solid rgb(227, 227, 227);
    padding: 7px 10px;
    font-size: 14px;
}

.pr_box_memisions {
    margin-top: 30px;
    width: 93%;
}

.kdc_tabs_bottom {
    display: flex;
    gap: 30px;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 12px 30px;
    border-radius: 12px;
    padding: 25px;
}

:root{
  --kdc-graphite:#3b3b3b;
  --kdc-coral:#ff4d57;
  --kdc-sand:#d7a173;
  --kdc-bg:#ffffff;
}

/* ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ */
.reviews-wrap{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border-bottom-left-radius: 100px;
  background: rgb(248 236 225);
  padding: 1% 1% 0% 1%;
  display: flex;
  width: 39%;
  align-items: flex-end;
}

/* ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚ Ð¿Ð¾Ð²ÐµÑ€Ñ… ÑÑ„Ñ„ÐµÐºÑ‚Ð¾Ð² */
.reviews-content{position:relative;z-index:2;display: flex;width: 100%;}

.hero-img{
  width:100%;
  max-width: 860px;
  height:auto;
  display:block;
  margin: 0 auto;
  filter: drop-shadow(0 26px 60px rgba(0,0,0,.18));
}

/* ÑÐ»Ð¾Ð¹ ÑÑ„Ñ„ÐµÐºÑ‚Ð¾Ð² */
.fx{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  /* opacity:.95; */
}

/* ÐºÐ¾Ð»ÑŒÑ†Ð° */
.ring{
  position:absolute;
  border-radius:999px;
  border: 4px solid rgba(59,59,59,.10);
  box-shadow: 0 0 0 1px rgba(255,255,255,.6) inset;
  transform: translateZ(0);
}
.r1{
  width: 520px;
  height: 520px;
  right:-180px;
  top:-160px;
  border-color: rgb(215 161 115 / 27%);
  animation: ringFloat 10s ease-in-out infinite;
}
.r2{
  width: 380px;
  height: 380px;
  left:-140px;
  bottom:-140px;
  border-color: rgb(255 77 87 / 25%);
  animation: ringFloat 12s ease-in-out infinite reverse;
}

/* Ñ‚Ð¾Ñ‡ÐºÐ¸, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ðµ â€œÐºÑ€ÑƒÑ‚ÑÑ‚ÑÑâ€ Ð¿Ð¾ Ñ‚Ñ€Ð°ÐµÐºÑ‚Ð¾Ñ€Ð¸Ð¸ */
.dot{
  position:absolute;
  width: 20px;
  height: 20px;
  border-radius:999px;
  background: var(--kdc-coral);
  box-shadow: 0 12px 30px rgba(255,77,87,.25);
  transform: translateZ(0);
}
.d1{right: 160px;top: 65px;animation: orbit1 8s linear infinite;}
.d2{right: 280px;top: 210px;width: 20px;height: 20px;background:var(--kdc-sand);box-shadow:0 12px 30px rgba(215,161,115,.25);animation: orbit2 10s linear infinite;}
.d3{left: 32px;bottom: 120px;width: 20px;height: 20px;background: rgb(59 59 59 / 26%);box-shadow:0 12px 30px rgba(0,0,0,.12);animation: orbit3 11s linear infinite;}

/* â€œÑÐºÐ°Ð½Ð¸Ñ€ÑƒÑŽÑ‰Ð°Ñâ€ Ð»Ð¸Ð½Ð¸Ñ */
.sweep{
  position:absolute;
  inset:-40% -20%;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(255,77,87,.14) 48%,
    rgba(215,161,115,.12) 52%,
    transparent 60%
  );
  transform: translateX(-30%) rotate(8deg);
  animation: sweep 7s ease-in-out infinite;
  filter: blur(0.2px);
  mix-blend-mode: multiply;
  opacity:.7;
}

/* Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸ */
@keyframes ringFloat{
  0%,100%{ transform: translate(0,0) scale(1); }
  50%{ transform: translate(10px, 14px) scale(1.03); }
}

@keyframes orbit1{
  0%{ transform: translate(0,0); }
  25%{ transform: translate(-60px, 20px); }
  50%{ transform: translate(-90px, 70px); }
  75%{ transform: translate(-30px, 90px); }
  100%{ transform: translate(0,0); }
}
@keyframes orbit2{
  0%{ transform: translate(0,0); }
  25%{ transform: translate(-40px, -20px); }
  50%{ transform: translate(-120px, 10px); }
  75%{ transform: translate(-70px, 60px); }
  100%{ transform: translate(0,0); }
}
@keyframes orbit3{
  0%{ transform: translate(0,0); }
  25%{ transform: translate(40px, -30px); }
  50%{ transform: translate(80px, -10px); }
  75%{ transform: translate(30px, 30px); }
  100%{ transform: translate(0,0); }
}

@keyframes sweep{
  0%,100%{ transform: translateX(-35%) rotate(8deg); opacity:.45; }
  50%{ transform: translateX(5%) rotate(8deg); opacity:.85; }
}

/* ÐµÑÐ»Ð¸ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÑŒ Ð²Ñ‹ÐºÐ»ÑŽÑ‡Ð¸Ð» Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸ */
@media (prefers-reduced-motion: reduce){
  .r1,.r2,.d1,.d2,.d3,.sweep{ animation:none !important; }
}
/* 2 ÑÑ‚Ñ€Ð¾ÐºÐ¸ */
.kdc_otz_text_b {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 14px;
  margin-top: 9px;
}

/* Ñ€Ð°ÑÐºÑ€Ñ‹Ñ‚Ñ‹Ð¹ Ñ‚ÐµÐºÑÑ‚ */
.kdc_otz_text_b.is-open {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.kak_dobratsya {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.kdc-tabs__content p {
    font-size: 15px;
    margin: 6px 0px 20px;
    line-height: 25px;
}

span.ymaps-2-1-79-gotoymaps__text-container {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
}

.cat_home {
    flex-wrap: wrap;
    width: 70%;
    display: flex;
    gap: 19px;
}

.cat_home img {
    width: 62px;
    height: 62px;
    padding: 12px;
    border-radius: 20px;
    background-color: rgb(222, 90, 86);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px 0px;
}

.cat_home a {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 20px;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
}

.cat_home_title {
    margin-top: 30px;
    padding: 0px 20px;
    position: absolute;
    top: 0px;
    display: flex;
    left: 0px;
    color: rgb(26, 26, 26);
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    align-items: center;
    z-index: 1;
}

.doc-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 8px 0px 20px;
    background: #faf9fa;
    padding: 18px;
    border-radius: 10px;
}
 

.chip_prom .doc-tag {
    border: none;
    padding: 6px 0px 6px 0px;
}

.chip_prom {
    border: 1px solid #eaeaea;
    border-radius: 46px;
    padding: 2px 8px 2px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

 
.doc-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    border-radius: 6px;
    padding: 14px 15px;
    font-size: 14px;
    gap: 11px;
    line-height: 1;
    text-decoration: none;
    box-shadow: rgba(16, 24, 40, 0.04) 0px 1px 0px;
    transition: 0.12s;
}

.doc-chip:hover {
    transform: translateY(-1px);
}
.cat_razdel {
    font-size: 12px;
    color: #8a8a8a;
}
.doc-chip.is-active {
    background: rgb(248, 75, 80);
    border-color: rgb(243, 108, 33);
    color: rgb(255, 255, 255);
}
.doc-chip.is_active_cat {
    background: rgb(248, 75, 80);
    border-color: rgb(243, 108, 33);
    color: rgb(255, 255, 255);
}
.doctors-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    margin-bottom: 35px;
    margin-top: 35px;
}

@media (max-width: 1200px) {
    .doctors-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .doctors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .doctors-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.doc-card {
    border: 1px solid rgb(240, 242, 246);
    border-radius: 14px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: rgba(10, 22, 70, 0.06) 0px 10px 24px;
    display: flex;
    flex-direction: column;
}

.doc-media {
    position: relative;
}

.doc-photo-wrap {
    border-radius: 6px;
    height: 360px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.rev-links {
    margin-top: 14px;
}

.rev-links__title {
    margin: 8px 0px 12px;
    color: rgb(107, 107, 107);
    font-size: 14px;
}

.rev-docs {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.rev-doc {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

.rev-doc__img {
    border-radius: 999px;
    object-fit: cover;
}

.rev-doc__name {
    color: rgb(17, 17, 17);
    font-size: 14px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.rev-doc__pos {
    font-size: 13px;
    color: rgb(123, 132, 148);
}

.rev-services {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.rev-service {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 4px;
    background: rgb(242, 244, 248);
    color: rgb(17, 17, 17);
    font-size: 12.5px;
    text-decoration: none;
}

.rev-service:hover {
    background: rgb(248, 237, 226);
    color: rgb(0, 0, 0);
}

.rev-filter {
    margin: 0px 0px 18px;
    width: 100%;
    display: flex;
    gap: 25px;
}

.rev-filter__row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.rev-filter__col {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 50%;
    font-size: 14px;
}

.rev-filter__label {
    font-size: 13px;
    color: rgb(123, 132, 148);
    font-weight: 600;
}

.rev-filter__select {
    height: 44px;
    border: 1px solid rgb(227, 231, 239);
    border-radius: 12px;
    padding: 0px 12px;
    outline: none;
}
span.zap_kdc_free {
    font-size: 12px;
    color: #ffffffc2;
}
.rev-filter__actions {
    min-width: auto;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.rev-filter__btn {
    height: 44px;
    padding: 0px 16px;
    border-radius: 12px;
    border: 0px;
    background: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
    font-weight: 700;
    cursor: pointer;
}

.rev-filter__reset {
    color: rgb(123, 132, 148);
    text-decoration: none;
    font-weight: 600;
}

.doc-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background: rgb(248, 236, 225);
    display: block;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
}

.doc-fade {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 56px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.doc-badge {
    position: absolute;
    left: 28px;
    top: 28px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(233, 237, 243);
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 13px;
    color: rgb(17, 17, 17);
    z-index: 9;
    line-height: 1.1;
    box-shadow: rgba(10, 22, 70, 0.08) 0px 6px 18px;
}

.doc-badge span {
    display: block;
    color: rgb(136, 145, 161);
    font-size: 13px;
    margin-bottom: 2px;
}

.doc-play {
    position: absolute;
    right: 28px;
    top: 28px;
    width: 44px;
    z-index: 99;
    height: 44px;
    border-radius: 50%;
    background: rgb(248, 75, 80);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: rgba(243, 108, 33, 0.28) 0px 10px 18px;
}

.doc-play svg {
    width: 21px;
    height: 23px;
    fill: rgb(255, 255, 255);
}

.doc-body {
    padding: 16px 18px 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.doc-name {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    color: rgb(17, 17, 17);
    margin: 0px;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.doc-sub {
    font-size: 14px;
    color: rgb(112 120 134);
    line-height: 1.35;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.doc-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 2px;
}

.doc-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.doc-dot {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    background: rgb(123, 58, 237);
}

.doc-tag--muted {
    color: rgb(152, 162, 179);
}

.doc-dot--muted {
    background: rgb(203, 213, 225);
}

.doc-btn {
    margin-top: 6px;
    height: 44px;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    transition: 0.12s;
    align-items: center;
}

.doc-btn.fill {
    color: rgb(255, 255, 255);
}

.doc-btn.outline {
    background: rgb(255, 255, 255);
    padding: 0px 35px;
    color: rgb(248, 75, 80);
    border: 1px solid rgba(248, 75, 80, 0.6);
    width: 100%;
}

.doc-btn:hover {
    transform: translateY(-1px);
}

.doc-empty {
    margin-top: 18px;
    padding: 18px;
    border: 1px dashed rgb(207, 214, 223);
    border-radius: 14px;
    background: rgb(247, 249, 252);
    color: rgb(68, 68, 85);
}

.accordion {
    color: rgb(68, 68, 68);
    cursor: pointer;
    padding: 23px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    border-radius: 6px;
    font-size: 17px;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 1px 0px;
}

.active, .accordion:hover {
    background-color: rgb(255 255 255);
}

.accordion::after {
    content: "+";
    color: rgb(119, 119, 119);
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
    height: 25px;
    position: relative;
    top: -6px;
}

.active::after {
}

.panel {
    padding: 0px 18px;
    max-height: 0px;
    font-size: 15px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    line-height: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 1px 0px;
}

.lk-menu-main__item--orders .lk-menu-main__title::before {
    mask-position: center center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-image: var(--icon);
    background-color: rgb(36, 36, 36);
    width: 21px;
    height: 19px;
}

.lk-menu-main__title {
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: rgb(36, 36, 36);
    border-radius: 2px;
    width: 100%;
    justify-content: center;
}

.lk-menu-main__title::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.lk-menu-main__item.active_account .lk-menu-main__title {
    color: rgb(255, 255, 255);
}

.lk-menu-main__item.active_account .lk-menu-main__title::before {
    background-color: rgb(255, 255, 255);
}

.account_menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 21px;
    gap: 10px;
}

 

.account_block:hover {
    opacity: 0.6;
}

 
.top_cats_home {
    display: flex;
    margin: 1px 0px 30px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_cats_item {
    width: 12.99%;
    margin: 10px 0px 0px;
    font-size: 25px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 5px 0px;
    text-align: center;
}

.assortment-block-item {
    background-repeat: no-repeat;
    background-position: 50% 71%;
    height: 206px;
    color: rgb(0, 0, 0);
    border-radius: 11px;
    font-size: 14px;
    background-size: 50%;
    background-color: rgb(255, 255, 255);
    padding: 16px;
    border: 2px solid rgb(255, 255, 255);
}

.assortment-block-item:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 123, 0);
    border: 2px solid rgb(247, 145, 70);
}

.inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.inner a {
    font-size: 15px;
    margin: 2px 7px 0px 0px;
    display: inline-block;
}

.inner a:hover {
    color: rgb(248 75 80);
}

.inner h3 {
    font-size: 30px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

div#splide_brands {
    margin-top: 22px;
}

.one_brand {
    border: 1px solid rgb(238, 238, 238);
    padding: 2%;
    width: 206px;
    border-radius: 4px;
    margin: 5px;
}

.hidden {
    display: none;
}

 
.page_not_found {
    display: flex;
    width: 100%;
    background: rgba(238, 238, 238, 0.48);
    text-align: center;
    margin: 2% 0px 0px;
    padding: 2%;
    border-radius: 14px;
    align-items: center;
    flex-direction: column;
}

 
ul.cat-acc-level {
    list-style: none;
    font-size: 14px;
    padding-left: 10px;
}

ul.cat-acc-level a {
    display: flex;
    padding: 7px;
    border: 1px solid rgb(238, 238, 238);
    margin: 6px;
}

.cat_childes a:hover {
    filter: drop-shadow(rgba(0, 0, 0, 0.12) 0px 2px 8px) drop-shadow(rgba(0, 0, 0, 0.12) 0px 0px 1px);
}

button.cat-acc-toggle {
    display: none;
}

ul.cat-acc-level a {
    border: none;
    font-size: 13px;
}

li.cat-acc-item.has-children .cat-acc-row a {
    font-weight: 400;
}

.delivery_total {
    width: 100%;
    text-align: left;
    border-top: 1px solid rgba(238, 238, 238, 0.58);
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 15px;
}

.slid_info {
    position: absolute;
    right: 4%;
    top: 26%;
    z-index: 1;
    text-align: right;
    width: 34%;
    padding: 0%;
}

.slider_h1 {
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.31) 0px 0px 7px;
}

.effect-3 {
    position: relative;
    max-width: 620px;
    background: url("images/sign_in.png") no-repeat;
    border-radius: 6px;
    margin: 44px auto 64px;
    padding: 58px 78px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 8px;
}

.l_button {
    width: 100%;
    display: flex;
    color: rgb(0, 0, 0);
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    font-size: 15px;
    border-radius: 2px;
    margin-bottom: 14px;
    margin-top: 23px;
}

button.gorget_cl {
    text-decoration: underline;
    color: rgb(0, 125, 188);
}

button.gorget_cl:hover {
    text-decoration: none;
}

.news_container_text1 label {
    font-size: 14px;
    margin-bottom: 9px;
    display: inline-block;
    margin-top: 16px;
}

.delivery_total b {
    margin-right: 6px;
    font-size: 20px;
}

ul.pupup_rate_account {
    display: flex;
    align-items: center;
}

.popup_row_account {
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.popup_row_label_account {
    margin-right: 12px;
    color: rgb(105, 105, 120);
    font-size: 13px;
}

.product__label_finish_take {
    font-size: 12px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 3px 12px;
    border-radius: 16px;
    top: 8px;
    right: 8px;
    background-color: rgb(0, 207, 30);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    vertical-align: middle;
    margin: 7px 0px 6px;
}

 
.active_account {
    background: rgb(57, 52, 47);
}

.cat_prods_block {
    display: inline-block;
    width: 100%;
}

 
.cat-steps__intro h2 {
    margin-bottom: 15px;
    font-size: 25px;
}

.cat_list_right li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 16px;
    height: 16px;
    background-color: rgb(222, 90, 86);
    background: url(images/ptichka.svg) 0% 0% / 100% no-repeat rgb(255, 255, 255);
    border-radius: 50%;
    background-size: 100%;
}

.cat_list_right li {
    position: relative;
    padding: 6px 5px 6px 25px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}

.cat_list_right ul {
    margin: 0px 10px;
}

.doc-note::before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    left: -32px;
    top: -20px;
    width: 120px;
    height: 92px;
    background-image: url("/images/quote.svg");
    background-size: contain;
}

ul#catStandardsSplide-list li::before {
    display: none;
}

ul.splide__pagination li::before {
    display: none;
}

.cat_prods_block p {
    margin: 15px 0px;
    font-size: 15px;
    line-height: 26px;
}

section#cat-prices h2 {
    width: 100%;
    margin: 0px 0px 20px;
}

nav.cat_toc_nav a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.cat_toc_title {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 14px;
}

.d1151-a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 70px 0px;
}

.d1151-a3 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.d1151-a4 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
}

.slider_right img {
    width: 100%;
    border-radius: 20px;
    height: auto;
}

.b235-a {
    background: rgb(1, 180, 2);
    color: rgb(255, 255, 255);
    padding: 9px 25px;
    border-radius: 2px;
    cursor: pointer;
}

.d1151-a1 {
    background: rgb(232, 232, 232);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_client {
    position: relative;
    margin-right: 10px;
}

.client_info_title {
    padding: 4px;
    display: flex;
    font-size: 14px;
}

.client_info_title:hover {
    color: rgb(1, 174, 2);
}

svg.wdolk {
    width: 22px;
    height: 20px;
    fill: currentcolor;
    color: rgb(237, 120, 23);
    margin-right: 6px;
}

svg.d1151-a2 {
    fill: currentcolor;
    color: rgb(175, 175, 175);
    width: 32px;
}

.b235-a:hover {
    background: rgb(1, 144, 2);
}

.account_last_see_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account_last_see_all a {
    text-decoration: underline;
    font-size: 12px;
    margin: 9px;
    cursor: pointer;
}

.account_last_see_all a:hover {
    text-decoration: none;
    color: rgb(38, 179, 251);
}

.product__label_not_pay {
    font-size: 11px;
    line-height: 16px;
    color: rgb(255, 68, 68);
    display: inline-block;
    padding: 2px 10px;
    border-radius: 16px;
    top: 8px;
    left: 8px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    vertical-align: middle;
}

.product__label_pay {
    font-size: 11px;
    line-height: 16px;
    color: rgb(0, 211, 30);
    display: inline-block;
    padding: 2px 10px;
    border-radius: 16px;
    top: 8px;
    left: 8px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    vertical-align: middle;
}

.cat_title_count img {
    height: 70px;
    width: auto;
}

.one_selected_val {
    font-size: 13px;
    color: rgb(68, 73, 78);
    margin-left: 4px;
}

.pr_code {
    color: rgba(0, 26, 52, 0.6);
    font-size: 12px;
    display: none;
}

.pr_code em {
    font-style: normal;
    color: rgb(0, 0, 0);
}

.grid_veiw_list .pr_code {
    display: none;
    width: 100%;
}

.number_cart {
    width: 382px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: 16px;
}

.title404 {
    font-size: 22px;
    margin-bottom: 12px;
}

.btn404 {
    background: rgb(2, 166, 3);
    padding: 15px 30px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 4px;
}

.t2.t3.t4.tsBodyMBold {
    display: flex;
    align-items: center;
    gap: 4px;
}

.qeek_left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qeek_left .splide {
    height: 570px !important;
}

.close_after_select {
    appearance: none;
    cursor: pointer;
    color: rgb(85, 88, 93);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(8, 8, 8);
    border-radius: 50%;
    outline: none;
    display: flex;
}

.top_cats .cart_in_part {
    box-shadow: none;
}

.product__label_finish {
    font-size: 12px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 3px 12px;
    border-radius: 16px;
    top: 8px;
    right: 8px;
    background-color: rgb(38, 179, 251);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    vertical-align: middle;
    margin: 10px 0px 6px;
}

span.delivery-address__type-text {
    font-size: 14px;
    line-height: 20px;
    color: rgb(75, 75, 84);
}

p.delivery-address__info {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
}

.pr_top_bottom_left {
}

.pr_right_big {
    display: flex;
    width: 51%;
    place-content: flex-start space-between;
    align-items: flex-start;
    gap: 21px;
}

button.readmore__toggle:hover {
    text-decoration: none;
    color: rgb(0, 62, 255);
}

.product_otzivi {
}

.pr_right_side_inside {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sert_files a:hover {
    color: rgb(0, 138, 213);
    text-decoration: underline;
}

.base-button {
}

.bnd_title {
    font-size: 15px;
}

.price_title {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
}

#main-carousel li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.market_ok {
}

.buy_more_than {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgb(85, 85, 85);
}

.brand_list a:hover {
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
    transform: translateY(-1px);
    background-color: rgb(255, 255, 255);
    z-index: 1;
}

.othe_option_list {
    width: 100%;
}

.order_details_form_content {
}

.head_client:hover .navbar-pc__tooltip.tooltip-profile {
    display: block;
}

.cart_info_spec {
    display: flex;
    width: 49%;
    flex-wrap: wrap;
}

.cart_info_spec label {
    width: 100%;
    margin: 10px 0px;
}

label.input i {
    font-style: normal;
    font-size: 10px;
    color: red;
    margin-left: 6px;
}

.input__field:hover {
}

.dos_typ_icon svg {
    width: 30px;
    color: rgb(21, 169, 0);
    fill: rgb(21, 169, 0);
}

.dos_typ_icon {
    display: flex;
    align-items: center;
}

.dos_typ_icon img {
    width: 60px;
    display: flex;
    margin-right: 6px;
}

._29-a1 {
    background-color: rgb(242, 245, 249);
    color: rgb(61, 81, 101);
    display: flex;
    align-items: center;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 11px;
}

 
.not_in_stock_item img {
    filter: grayscale(100%);
}

._29-a1 svg {
    fill: currentcolor;
    color: rgb(61, 81, 101);
}

._29-a4 {
    margin-left: 10px;
    color: rgb(61, 81, 101);
    font-size: 13px;
    width: 92%;
}
 

.comments_page .cart_pr_left {
    width: 9%;
}

.comments_page .pr_rate_block {
    margin: 8px -3px;
}

.field-icon svg {
    fill: currentcolor;
    color: rgb(85, 85, 85);
    width: 22px;
    height: 22px;
}
.has-top-promo {
    margin-top: 158px !important;
}
.field-icon {
    position: absolute;
    right: 12px;
    top: 11px;
    cursor: pointer;
}

.price_cart {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
}

.tab_content_dos h4 {
    font-size: 16px;
    margin: 21px 0px 10px;
}

.dos_type_1 small {
    font-size: 13px;
    position: relative;
    top: -1px;
}

.othe_option_list .splide__list {
    display: flex;
    justify-content: flex-start;
}

.othe_option_list .splide__slide {
}

.othe_option_list .splide__arrow:disabled {
    opacity: 0;
}

.buy_more_than b {
    margin: 0px 5px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.Fu9TC0 ._3uXu6a::before {
    content: "";
    position: absolute;
    top: 40px;
    width: 16px;
    height: 16px;
    background: rgb(255, 255, 255);
    border-color: rgb(60, 170, 60) transparent transparent rgb(60, 170, 60);
    border-style: solid;
    border-width: 1px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.Fu9TC0 ._3uXu6a {
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid rgb(60, 170, 60);
    padding: 14px 0px 12px;
}

.Fu9TC0:hover ._3uXu6a {
    box-shadow: rgb(191, 191, 191) 0px 2px 8px 0px;
}

.share_sec {
}

.add_favorite {
}

.pr_soc_com_bot {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.pr_top_bottom {
}

span.vnal {
}

.all_chars {
}

.all_chars.sm_all_character {
}

p.coplekt22 {
    margin-bottom: 4px;
}

.drbp span {
}

b.bdp {
}

.dost_text_top ul {
    margin: 12px 23px 0px;
    display: inline-block;
}

ul#thumbnails {
}

.sop_pr_block .cat_grid {
}

.sop_pr_block .cart_in_part:hover .sho_hide {
}

.sop_pr_block {
    width: 100%;
    display: inline-block;
}

#splide_sop_slider {
}

#splide_similar_slider {
}

#splide_ranee_slider {
}

footer {
    width: 100%;
    display: inline-block;
    background: rgb(47 49 50);
    padding-top: 47px;
    color: rgb(0, 0, 0);
    margin-top: 60px;
}

.footer-colophon-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 100%;
}
.big_kdc_bomb_otziv {
    display: flex;
    justify-content: space-between;
    gap: 39px;
    margin-top: 27px;
}

#big_kdc_bomb_otziv_right {
    width: 58%;
    margin-right: 4%;
}

.reviews-content img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

div#big_kdc_bomb_otziv_right .iZkrbYpW1pYUDnl32ZCe {
    margin: 0px;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    padding: 23px 21px;
    background: #f0efef82;
}

.z6IKKoOWdXoWLUbJsKAANlR69EIIyYwDhPBal_2P {
    margin-top: -11px;
}

div#big_kdc_bomb_otziv_right .rating img {
    width: 22px;
}

.rating {
    display: flex;
    gap: 3px;
    margin-left: 0px;
}
.fottww {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 38px;
}

.footer_bottom {
    width: 30%;
    margin-right: 0%;
    margin-bottom: 24px;
    padding: 24px 1px 51px;
    text-align: center;
}

.flinks {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
}

.description404 {
}

.cart_in_part_section {
    margin-bottom: 15px;
}

.reg_radio_buttons {
}

.myRadio input, .myRadio2 input {
    display: none;
}

.myRadio span, .myRadio2 span {
    display: flex;
    background: rgb(255, 255, 255);
    margin-left: 0px;
    width: 22px;
    cursor: pointer;
    height: 22px;
    border: 1px solid rgb(162, 162, 162);
    border-radius: 50%;
    position: relative;
    top: 0px;
    align-items: center;
    justify-content: center;
}

.reg_radio_buttons b {
    color: rgb(0, 0, 0);
    font-weight: 300;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.myRadio input:checked + span {
    background: rgb(238, 238, 238);
    cursor: pointer;
}

.btn404:hover {
    background: rgb(19, 140, 202);
}

.flinks h6 {
    color: rgb(255, 255, 255);
    line-height: 29px;
    margin-top: 0px;
    font-size: 20px;
    text-transform: capitalize;
}

.fot_menu_title {
    font-size: 21px;
    margin-bottom: 6px;
}

.ph_verev {
    display: flex;
    align-items: flex-start;
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.zakaz_title {
    margin: 7px 0px 4px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
}

.phonn p {
    margin: 15px 0px;
    padding: 0px;
    font-size: 17px;
    color: rgb(255, 255, 255);
}

.ph_verev .obr_icons {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    color: rgb(0, 0, 0);
    justify-content: flex-start !important;
}

.social_obr {
    display: flex;
    align-items: center;
    text-decoration: underline;
    font-size: 14px;
    color: rgba(0, 26, 52, 0.91);
    margin-top: 10px;
}

.social_obr svg {
    margin-right: 10px;
}

.fot_menu_title {
    font-size: 15px;
    margin-bottom: 8px;
    width: 100%;
    color: rgb(255, 255, 255);
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.footer_det_links a {
    font-size: 13px;
    padding: 4px 0px;
    color: rgb(255, 255, 255);
}

.social-btn-row {
    display: flex;
    list-style: none;
    justify-content: center;
}

.social-btn {
    background: rgb(51, 47, 47);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.8);
    height: 40px;
    margin: 0px 8px;
    max-width: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social svg {
    fill: currentcolor;
    width: 23px;
    height: 20px;
}

.copyright {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px;
}

.copy_middle {
    width: 1300px;
    margin: 0px auto;
    max-width: calc(100% - 30px);
}

.payments-col {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.footer-title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
}

.icon-btns_footer {
    display: flex;
    align-items: center;
}

.icon-btns-row {
    display: flex;
    align-items: center;
    gap: 17px;
}

.icon-btns-row svg {
    width: 40px;
    margin: 0px 11px;
}

.right1 {
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 19px 0px 9px;
    color: rgba(255, 255, 255, 0.63);
}

.right1 a {
    text-decoration: underline;
    color: rgb(255, 255, 255);
}

.pr_podbor_title {
    font-size: 25px;
}

.thumbnail {
}

.thumbnail .if_hase_video {
    position: relative;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.othe_option_list img:hover {
    transform: scale(1.1);
}

li.thumbnail img {
}

.tab_content_dos textarea {
    width: 100%;
    border: 1px solid rgb(217, 217, 217);
    padding: 12px 15px;
    background: transparent;
    border-radius: var(--size-radius);
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.dos_option_adress .input {
    width: 32%;
}

.thumbnail .if_hase_video img {
}

.vid_pla_bot {
    position: relative;
    color: rgb(255, 255, 255);
    flex-direction: column;
    border-radius: 50%;
    align-items: center;
    font-size: 14px;
    text-shadow: black 0px 0px 3px;
}

.vid_pla_bot svg {
    margin-right: 0px;
    margin-bottom: 3px;
}
 
.thumbnail:hover {
    opacity: 0.7;
}

.thumbnails {
    display: flex;
    width: 20%;
    margin-top: 0px;
}

#main-carousel {
}

.pr_left .slide .splide__list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr_left iframe {
    width: 100% !important;
    height: 100% !important;
}

.pr_for_clinets {
    margin-top: 16px;
    width: 100%;
}

.pr_for_clinets ul li {
}

.brand_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 15px;
}

.brand_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19%;
    height: 152px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 1px 0px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.filtr_by_latter {
    display: flex;
    align-items: center;
    margin: 12px 0px 0px;
    flex-wrap: wrap;
}

.filtr_by_latter ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}

.reg_radio_buttons em {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: center;
}

.reg_radio_buttons em img {
    margin: 0px 5px;
}

.filtr_by_latter ul li button {
    white-space: nowrap;
    background-color: rgb(239, 242, 246);
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 4px;
    position: relative;
    border: 2px solid rgb(239, 242, 246);
    cursor: pointer;
    margin: 0px 14px 12px 0px;
}

.filtr_by_latter button:hover {
    color: rgb(28, 30, 33);
    background-color: rgb(226, 228, 232);
    border: 2px solid rgb(226, 228, 232);
}

.let_title {
    padding: 0px 0px 12px;
    font-size: 14px;
    color: rgb(82, 82, 82);
    margin-right: 10px;
    width: 100%;
}

.filtr_by_latter li {
    position: relative;
}

.filtr_by_latter li .close_after_select {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(239, 242, 246);
    position: absolute;
    top: -8px;
    right: 6px;
}

.activ_letter {
    border: 2px solid rgb(255, 184, 0) !important;
    background: rgb(255, 255, 255) !important;
}

.one_brand img {
    width: 100%;
    height: 60px;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    transform: perspective(1px) translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    transition-duration: 0.3s;
    transition-property: transform;
}

.one_brand img:hover {
    transform: scale(1.1);
}

li.nav-item b {
}

.ease {
}

.tabs {
    background: rgb(255, 255, 255);
    position: relative;
    margin-bottom: 50px;
}

.tabs > input, .tabs > span {
    width: 50%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0px;
}

.tabs > input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.tabs > span {
    background: rgb(240, 240, 240);
    text-align: center;
    overflow: hidden;
    width: 50%;
}

.tabs > span i, .tabs > span {
    transition: 0.5s;
}

.tabs > input:hover + span {
    background: rgba(255, 255, 255, 0.1);
}

.tabs > input:checked + span {
    background: rgb(255, 255, 255);
}

.tabs > input:checked + span, .tabs > input:hover + span {
    color: rgb(230, 42, 52);
}

#tab-1, #tab-1 + span {
    left: 0%;
    width: 50%;
}

#tab-2, #tab-2 + span {
    left: 50%;
}

.tab-content {
    padding: 20px 13px;
    width: 100%;
}

.tab-content section {
    width: 100%;
    display: none;
}

.tab-content section h1 {
    margin-top: 15px;
    font-size: 100px;
    font-weight: 100;
    text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1 {
    display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2 {
    display: block;
}

.effect-3 .line {
}

#tab-1:checked ~ .line {
}

#tab-2:checked ~ .line {
    left: 20%;
}

li.nav-item {
}

li.nav-item img {
}

svg.icon_svg_m {
    fill: currentcolor;
    width: 24px;
    height: 22px;
}

span.mob_menu_svg {display: flex;}

li.nav_title_title {
    font-size: 17px;
    font-weight: 100;
}

.fav_text_title {
}

.podel {
    margin-right: 7px;
}

.pr_left_right {
    display: flex;
    place-content: flex-start space-between;
    width: 100%;
    align-items: flex-start;
}

.pr_left {
    width: 47%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.pr_right {
    width: 47%;
    margin: 0px 10px 0px 6px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

.close_after_select svg {
    fill: currentcolor;
    color: rgb(255, 255, 255);
    width: 13px;
    height: 13px;
}

.close_after_select:hover {
    background: rgb(54, 51, 51);
    color: rgb(255, 255, 255);
}

.activ_select_sub_cat {
    background: rgb(255, 255, 255) !important;
    border: 2px solid rgb(239 179 128) !important;
}

.cat_childes .close_after_select {
    color: rgb(124, 124, 124);
    background: rgb(255, 255, 255);
    position: absolute;
    top: -9px;
    display: flex;
    right: -9px;
    padding: 5px;
    justify-content: center;
    align-items: center;
}

.cat_childes ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(309px, 0.1%));
    gap: 12px;
    grid-auto-flow: dense;
    margin: 0px;
    list-style: none;
    justify-content: space-between;
}

.cat_childes ul li {
    display: flex;
    position: relative;
}

.keeq_vew .splide__pagination {
    bottom: 22px;
}

.qeek_left .splide__slide {
    height: 570px;
}

span.t7 {
    display: flex;
    align-items: center;
    color: rgb(85, 85, 85);
    font-size: 12px;
}

span.t7 span {
    cursor: pointer;
}

.cart_in_part .add_favorite {
}

.add_favorite svg {
    fill: currentcolor;
    color: rgb(131, 131, 131);
    width: 19px;
    height: 19px;
}

.for_old_price {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    margin: 0px 1px 0px 0px;
    position: relative;
    font-size: 13px;
    display: flex;
    font-weight: 100;
    align-items: center;
    text-decoration: line-through;
}

.for_old_price::after {
}

.cart_in_part .product-card__fast-view:hover {
    background-color: rgb(66, 66, 66);
    color: rgb(255, 255, 255);
}

.cart_in_part .product-card__fast-view {
    font-size: 12px;
    color: rgb(0, 0, 0);
    display: none;
    white-space: nowrap;
    padding: 7px;
    width: 90%;
    position: absolute;
    border-radius: 4px;
    bottom: 13px;
    left: 6%;
    z-index: 99;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.51);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 16px;
    transition: background-color 0.3s;
}

.cart_in_part:hover .product-card__fast-view {
    opacity: 1;
}

.in_cart {
    color: rgb(19, 145, 0);
    text-shadow: none;
    padding: 6px 22px;
    background: rgba(228, 255, 202, 0.49) !important;
    border: 1px solid rgb(17, 184, 0) !important;
}

.in_cart:hover {
    background-color: rgba(133, 204, 65, 0.31) !important;
    text-shadow: none !important;
}

.pr_right_side .ad_cart_button_know {
    width: 48%;
    font-size: 13px;
    border-radius: 3px;
}

.ad_cart_button_fast {
}

#write_review .to_the_cart:hover {
    background: rgb(39, 151, 255);
}

.product_otziv_one_images a:hover {
    opacity: 0.7;
}

.one_click:hover {
    background: rgb(16, 157, 0);
}

.one_click:hover::before {
}

.write_review_policy_block button {
    margin-bottom: 0px;
    color: rgb(85, 85, 85);
    font-size: 12px;
    text-decoration: underline;
}

.rev_pr_title {
    font-size: 19px;
}

h2.popup__header {
    margin-bottom: 10px;
    font-size: 20px;
}

.popup__scroll-container p {
    font-size: 14px;
    line-height: 22px;
    color: rgb(134, 134, 149);
    margin: 14px 0px;
}

.popup__list-wrap ul li::before {
    content: "-";
    position: absolute;
    left: 0px;
}

article.teamCard img {
    width: 100%;
}

section.team {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    width: 100%;
}

.docp {
}

.docp-hero {
    border-radius: 22px;
    background: url("images/social-bg.png") right center no-repeat rgba(213, 162, 113, 0.17);
    border: 1px solid rgb(238, 241, 246);
    box-shadow: rgba(10, 22, 70, 0.06) 0px 14px 36px;
    padding: 0px;
    display: flex;
    grid-template-columns: 520px 1fr;
    gap: 28px;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 1100px) {
    .docp-hero {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        box-shadow: none;
        border: none;
    }
}

.docp-photo {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 580px;
    width: 41%;
    padding: 10px 0px 0px 40px;
    margin-left: 44px;
    margin-top: 20px;
    background: url("images/first-screen-decor-1.svg") left center no-repeat;
}

.docp-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.docp-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(233, 237, 243);
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.1;
    box-shadow: rgba(10, 22, 70, 0.08) 0px 8px 18px;
}

.docp-badge span {
    display: block;
    color: rgb(136, 145, 161);
    font-size: 13px;
    margin-bottom: 2px;
}

.docp-title {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 1.02;
    display: flex;
    gap: 10px;
    letter-spacing: -0.02em;
    flex-wrap: wrap;
}

@media (max-width: 520px) {
    .docp-title {
        font-size: 34px;
        gap: 4px;
        margin-bottom: 12px;
    }
}

.docp-sub {
    margin-top: 10px;
    color: rgb(120, 118, 118);
    font-size: 16px;
    line-height: 2;
    max-width: 760px;
    margin-bottom: 23px;
}

.docp-clinics {
    margin-top: 30px;
}

.docp-clinics .label {
    color: rgb(111, 120, 131);
    font-size: 14px;
}

.docp-tags {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.docp-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgb(123, 58, 237);
}

.docp-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(123, 58, 237);
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.docp-tag.muted {
    color: rgb(152, 162, 179);
}

.docp-dot.muted {
    background: rgb(203, 213, 225);
}

.docp-actions {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    height: 50px;
    padding: 0px 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    transition: transform 0.12s;
}

.btn.primary {
    background: rgb(243, 108, 33);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(243, 108, 33);
    box-shadow: rgba(243, 108, 33, 0.18) 0px 12px 20px;
}

.btn.ghost {
    background: rgb(255, 255, 255);
    color: rgb(243, 33, 33);
    border: 1px solid rgba(243, 33, 33, 0.55);
}

.btn:hover {
    transform: translateY(-1px);
}

.docp-nav {
    margin-top: 18px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.docp-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 999px;
    border: 1px solid rgb(238, 241, 246);
    background: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    text-decoration: none;
    font-size: 14px;
    box-shadow: rgba(10, 22, 70, 0.04) 0px 10px 26px;
}

.docp-pill .pico {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgb(243, 244, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(243, 108, 33);
    font-weight: 700;
}

.docp-pill:hover {
    transform: translateY(-1px);
}

.docp-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 22px;
    align-items: start;
    width: 100%;
}

@media (max-width: 1100px) {
    .docp-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
}

.card {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 241, 246);
    border-radius: 18px;
    box-shadow: rgba(10, 22, 70, 0.05) 0px 14px 36px;
    padding: 35px;
    width: 100%;
}

.card_doc_right {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 241, 246);
    border-radius: 18px;
    box-shadow: rgba(10, 22, 70, 0.05) 0px 14px 36px;
    width: 100%;
}

.card h2 {
    margin: 0px 0px 12px;
    font-size: 26px;
}

.muted {
    color: rgb(123, 132, 150);
}

.skills {
    margin-top: 14px;
    margin-bottom: 40px;
}

@media (max-width: 900px) {
    .skills {
        grid-template-columns: 1fr;
    }
}

.skills li {
    margin: 0px 0px 10px;
    padding: 10px 0px 0px 26px;
}

.sticky {
    position: sticky;
    top: 124px;
}

@media (max-width: 1100px) {
    .sticky {
        position: relative;
        top: auto;
    }
}

.side-photo {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    background: rgb(248, 236, 225);
    display: flex;
    justify-content: center;
}

.side-photo img {
    width: 80%;
    height: 300px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.side-name {
    margin: 6px 0px 0px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.side-pos {
    text-align: center;
    color: rgb(123, 132, 150);
    font-size: 14px;
    line-height: 1.4;
}

.side-btn {
    width: 100%;
    margin-top: 12px;
}

.acc {
    display: grid;
    gap: 12px;
}

.acc-item {
    border: 1px solid rgb(229, 229, 229);
    border-radius: 6px;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.acc-head {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: rgb(255, 255, 255);
    border: 0px;
    cursor: pointer;
    font-size: 18px;
}

.acc-head .arrow {
    font-size: 22px;
    color: rgb(154, 164, 178);
}

.acc-body {
    display: none;
    padding: 0px 25px 20px;
    color: rgb(17, 17, 17);
    line-height: 1.7;
}

.acc-item.is-open .acc-body {
    display: block;
}

.acc-item.is-open .arrow {
    transform: rotate(90deg);
}

.review-box {
}

.review-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 900px) {
    .review-row {
        flex-direction: column;
    }
}

.rv-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgb(243, 244, 246);
    border: 1px solid rgb(238, 241, 246);
    color: rgb(17, 17, 17);
    font-size: 14px;
}

.docp-story {
    margin-top: 50px;
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: center;
    width: 100%;
}

@media (max-width: 1100px) {
    .docp-story {
        grid-template-columns: 1fr;
    }
}

.docp-story__text {
    position: relative;
    background: transparent;
    padding: 8px 6px;
    width: 100%;
}

.docp-quote-mark {
}

.docp-story__title {
    margin: 0px;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: rgb(17, 17, 17);
}

@media (max-width: 520px) {
    .docp-story__title {
        font-size: 30px;
    }
}

.docp-story__desc {
    margin-top: 12px;
    color: rgb(75, 85, 99);
    font-size: 16px;
    line-height: 1.75;
    max-width: 720px;
}

.docp-story__author {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.docp-story__avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgb(238, 241, 246);
    background: rgb(245, 247, 251);
}

.docp-story__name {
    font-weight: 700;
    color: rgb(17, 17, 17);
}

.docp-story__pos {
    margin-top: 2px;
    color: rgb(123, 132, 150);
    font-size: 14px;
}

.docp-video {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    width: 100%;
    min-height: 350px;
    border: 1px solid rgb(238, 241, 246);
    background: rgb(31, 36, 49);
    box-shadow: rgba(10, 22, 70, 0.08) 0px 14px 36px;
}

.docp-video__bg {
    position: absolute;
    inset: 0px;
    background-size: cover;
    background-position: center center;
    filter: saturate(0.95);
    transform: scale(1.02);
}

.docp-video__overlay {
    position: absolute;
    inset: 0px;
    background: linear-gradient(90deg, rgba(17, 20, 28, 0.65), rgba(17, 20, 28, 0.25) 55%, rgba(17, 20, 28, 0.15));
}

.docp-video__brand {
    position: absolute;
    top: 18px;
    left: 18px;
    color: rgb(255, 255, 255);
    opacity: 0.9;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: lowercase;
}

.docp-video__play {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.docp-video__playbtn {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgb(222, 90, 86);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.docp-video__playbtn svg {
    width: 22px;
    height: 22px;
    fill: rgb(255, 255, 255);
    margin-left: 3px;
}

.docp-video__info {
    position: absolute;
    left: 18px;
    bottom: 18px;
    right: 18px;
    color: rgb(255, 255, 255);
}

.docp-video__who {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
}

.docp-video__role {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.4;
    max-width: 520px;
}

.team__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.team__title {
    margin: 0px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.team__arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

.team__arrow {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 0px;
    background: rgb(243, 245, 247);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
}

.team__counter {
    min-width: 64px;
    text-align: center;
    opacity: 0.65;
    font-weight: 700;
}

.teamCard {
    box-shadow: none;
}

.teamCard__imgWrap {
    position: relative;
    display: block;
    background: rgb(248, 236, 225);
}

.teamCard__img {
    width: 100%;
    height: auto;
    display: block;
}

.teamCard__play {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 0px;
    cursor: pointer;
    background: rgb(211, 84, 74);
    display: flex;
    align-items: center;
    justify-content: center;
}

.teamCard__play svg {
    width: 18px;
    height: 18px;
    fill: rgb(255, 255, 255);
}

.popup__list-wrap ul li {
    position: relative;
    padding-left: 21px;
    font-size: 14px;
}

.popup__list-wrap p {
    color: rgb(0, 0, 0);
}
 

.pr_rate_block {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 6px;
}

.pr_rate_number {
    margin-right: 9px;
    font-size: 24px;
    line-height: 32px;
}

.pr_rate_astx_block {
    display: flex;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23C8C8D1%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.205.554c.3-.738%201.35-.739%201.651-.002l1.8%204.398c.02.05.066.084.12.09l4.419.432c.76.074%201.08%201.004.526%201.527l-3.373%203.182a.145.145%200%200%200-.042.135l.966%204.613c.16.764-.678%201.347-1.344.934l-3.808-2.362a.146.146%200%200%200-.152-.001l-3.85%202.33c-.666.404-1.494-.179-1.334-.939l.962-4.595a.146.146%200%200%200-.043-.136L2.285%206.992c-.563-.522-.242-1.461.523-1.533l4.49-.422c.054-.005.1-.04.12-.09L9.206.554Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-size: 20% 100%;
    background-repeat: repeat-x;
    overflow: hidden;
    width: 125px;
    height: 20px;
}

.pr_rate_astx_fill {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FCA95D%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.205.554c.3-.738%201.35-.739%201.651-.002l1.8%204.398c.02.05.066.084.12.09l4.419.432c.76.074%201.08%201.004.526%201.527l-3.373%203.182a.145.145%200%200%200-.042.135l.966%204.613c.16.764-.678%201.347-1.344.934l-3.808-2.362a.146.146%200%200%200-.152-.001l-3.85%202.33c-.666.404-1.494-.179-1.334-.939l.962-4.595a.146.146%200%200%200-.043-.136L2.285%206.992c-.563-.522-.242-1.461.523-1.533l4.49-.422c.054-.005.1-.04.12-.09L9.206.554Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: repeat-x;
    height: 20px;
    background-size: calc(25px) 100%;
}

.pr_rate_rev_count {
    white-space: nowrap;
    color: rgb(85, 85, 85);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pr_parm_bottom {
    display: flex;
    width: 100%;
    margin: 15px 0px;
}

.one_click {
    background: 0% 0% / 100% rgb(0, 112, 1);
    padding: 10px 24px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    float: left;
    display: flex;
    margin: 0px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.product_otzivi_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.product_otziv_one {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgb(232, 232, 240);
    padding-bottom: 20px;
    margin-bottom: 10px;
    align-items: flex-start;
    padding-top: 20px;
}

.product_otziv_one_name_top_left {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.product_otziv_one_name {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.pr_otz_avatar {
    display: flex;
    align-items: center;
    width: 50px;
}

.pr_otz_avatar img {
    width: 100%;
    height: 100%;
}

span.card_flag {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
}
 

li.pupup_rate_item {
    display: inline-block;
    vertical-align: middle;
    width: 24.5px;
    height: 24.5px;
    margin-right: 6px;
    cursor: pointer;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20fill%3D%22%23C8C8D1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m13.568%201.395%203.052%207.577%207.816.704c.542.05.762.758.35%201.132l-5.927%205.386%201.776%208.012c.123.557-.452.995-.918.699l-6.716-4.248-6.717%204.248c-.467.294-1.04-.144-.918-.7l1.777-8.011-5.93-5.387c-.411-.374-.192-1.083.352-1.132L9.38%208.97l3.053-7.576a.605.605%200%200%201%201.135%200Z%22%20stroke%3D%22%23C8C8D1%22%2F%3E%3C%2Fsvg%3E");
}

.filled_star, .filled_star1 {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20fill%3D%22%23FCA95D%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m13.568%201.395%203.052%207.577%207.816.704c.542.05.762.758.35%201.132l-5.927%205.386%201.776%208.012c.123.557-.452.995-.918.699l-6.716-4.248-6.717%204.248c-.467.294-1.04-.144-.918-.7l1.777-8.011-5.93-5.387c-.411-.374-.192-1.083.352-1.132L9.38%208.97l3.053-7.576a.605.605%200%200%201%201.135%200Z%22%20stroke%3D%22%23FCA95D%22%2F%3E%3C%2Fsvg%3E") !important;
}

input {
    outline-color: rgba(92, 92, 92, 0.28);
    font-size: 15px;
    border-radius: 2px;
    width: 100%;
    padding: 12px 8px;
    border: 2px solid rgb(188, 187, 187);
}

.popup_inp.pop_comment {
    width: 100%;
    height: 100px;
    border: 1px solid rgb(211, 212, 221);
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
    line-height: 21px;
}

.popup_pr_images {
    margin-top: 23px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.popup_pr_zagrs {
    display: flex;
}

.cat-steps {
    margin: 32px 0px;
}

.cat-steps__box {
    background: rgb(255 248 242);
    border-radius: 18px;
    padding: 26px;
    margin-top: 30px;
}

.cs-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 26px;
    padding: 18px 0px;
}

.cs-visit-title {
    font-weight: 700;
    font-size: 20px;
}

.cs-visit-note {
    margin-top: 6px;
    opacity: 0.7;
}

.cs-right {
    position: relative;
    padding-left: 34px;
}

.cs-right::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: rgb(239, 179, 128);
    border-radius: 2px;
}

.cs-item {
    position: relative;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 18px;
    padding: 23px 0px 0px;
}

.cs-num {
    width: 34px;
    height: 34px;
    border-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(248, 75, 80);
    color: rgb(255, 255, 255);
    font-weight: 700;
    z-index: 2;
}

.cs-title {
    font-weight: 700;
    font-size: 16px;
    margin-top: 2px;
}

.cs-text {
    margin-top: 8px;
    opacity: 0.9;
    line-height: 1.55;
    margin-bottom: 40px;
    font-size: 15px;
}

.cs-ul {
    margin: 8px 0px 0px;
    padding-left: 18px;
}

.cs-ul li {
    margin: 6px 0px;
}

.cs-p {
    margin: 0px;
}

#img-load {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.img_text2 {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}

 
 
 
.btn--loading::after {
    content: "";
    background-image: url("images/load.png");
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    animation: 1s steps(36) 0s infinite normal none running loading-animation;
    position: absolute;
    top: 55%;
    left: 50%;
}

.br_pr {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
    padding: 4% 0px;
    border-radius: 3px;
    width: 100%;
}

.pr_bran_text {
    font-size: 12px;
    width: 48%;
}

.br_brand_img {
    width: 45%;
}

.pr_bran_text a {
}

.params-item-value {
    color: rgb(121, 121, 121);
    display: flex;
    flex-wrap: wrap;
}

.params-item-value a {
    color: rgb(111, 111, 111);
    text-decoration: underline;
}

.button-icon svg {
    fill: currentcolor;
    color: rgb(204, 204, 204);
    width: 24px;
    height: 20px;
    display: flex;
}

.base-button {
    display: flex;
    align-items: center;
}

.sert_files {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
}

.sert_files a {
    width: 100%;
    font-size: 13px;
}

.button-icon {
    display: flex;
    align-items: center;
    top: 5px !important;
}

span.label_sert {
    margin-left: 7px;
    font-size: 14px;
    top: 5px !important;
}

.params-item-value a:hover {
    color: rgb(0, 33, 255);
    text-decoration: none;
}

 
 
.if_hase_video {
    font-size: 12px;
    line-height: 20px;
    color: rgb(124, 124, 124);
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 8px;
    background-position: left 12px center;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(20px);
    cursor: pointer;
    position: absolute;
    display: none;
    bottom: 9px;
    right: 11px;
    align-items: center;
}

.if_hase_video svg {
    fill: currentcolor;
    margin-right: 6px;
}

span {
}

.cat_grid:hover {
}

.all_price {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    white-space: nowrap;
}

 
.keeq_vew iframe {
    height: 100%;
    width: 100%;
}

.cat_pr_top_count {
    font-size: 13px;
    line-height: 20px;
    color: rgb(72, 72, 72);
    white-space: nowrap;
}

.cat_pr_top_count b {
    font-weight: 500;
}

input.slider-min-val {
}

.btn_filtr1 {
    position: relative;
    border-radius: 20px;
    display: flex;
}

.activ_filt .filt_b {
    line-height: 20px;
    color: rgb(36, 36, 36);
    display: block;
    padding: 5px 40px 6px 14px;
    background: rgb(241, 241, 245);
    border-radius: 32px;
    position: relative;
    font-size: 13px;
    gap: 10px;
    border: 2px solid rgb(241, 241, 245) !important;
}

.btn_filtr1:hover {
    background-color: rgb(239, 242, 246);
}

.btn_filtr1:hover .filt_b {
    background: rgb(239, 242, 246);
}

.grid_veiw {
}

.grid_veiw .image_cart_451 {
}

span.for_new_price {
    font-size: 15px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 500;
    width: 100%;
    justify-content: flex-end;
}

.cost {width: 30%;display: flex;align-items: center;gap: 17px;justify-content: flex-end;}

input.slider-max-val {
}

.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 27px;
    align-items: baseline;
}

.pagination button {
    border: 1px solid rgba(204, 204, 204, 0.62);
    padding: 8px 13px;
    font-size: 14px;
    margin: 5px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pagination button:hover {
    background: rgb(238, 238, 238);
}

.pagination a {
    border: 1px solid rgba(204, 204, 204, 0.62);
    padding: 8px 13px;
    font-size: 14px;
    margin: 5px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pagination a:hover {
    background: rgb(238, 238, 238);
}

.current_page {
    background: rgb(0, 136, 47) !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(0, 136, 47) !important;
}

.category_left {
    display: inline-block;
    background: rgb(255, 255, 255);
    width: 22%;
    top: 130px;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 9px;
    position: sticky;
    padding: 21px 20px 20px;
    border-radius: 9px;
}

.docworks-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.docwork {
    background: rgb(255, 255, 255);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 30px;
}

.docwork-media {
    position: relative;
    background: url("images/first-screen-decor-4.svg") center bottom / 174% 70% no-repeat rgba(213, 162, 113, 0.27);
}

.docwork-link {
    display: block;
}

.docwork-main {
    width: 100%;
    height: auto;
    display: block;
}

.docwork-ph {
    height: 210px;
}

.docwork-play {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    cursor: pointer;
}

.docwork-play:hover {
    background: rgba(0, 0, 0, 0.65);
}

.docwork-play svg {
    width: 18px;
    height: 18px;
    fill: rgb(255, 255, 255);
}

.docwork-thumbs {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: flex;
    gap: 8px;
}

.docwork-thumb {
    width: 54px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    border: 0px;
    padding: 0px;
    background: rgb(233, 237, 241);
    cursor: pointer;
    opacity: 0.65;
}

.docwork-thumb.is-active {
    opacity: 1;
}

.docwork-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.docwork-body {
    padding: 20px;
}

.docwork-title {
    display: block;
    font-size: 17px;
    line-height: 1.25;
    color: rgb(31, 35, 40);
    text-decoration: none;
    margin-bottom: 16px;
}

.docwork-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgb(211, 84, 74);
    color: rgb(211, 84, 74);
    text-decoration: none;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .docworks-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .docworks-grid {
        grid-template-columns: 1fr;
    }
}

.close_after_select:hover {
    border: 1px solid rgb(255, 0, 0);
    background: rgb(249, 224, 224) !important;
    color: rgb(255, 255, 255) !important;
}

.cat_a_icon {
    padding: 5px 0px;
    font-size: 14px;
}

ul.sidebar_top_menu {
    width: 94%;
    margin-left: 12px;
}

.range {
}

span.minus_valu {
}

span.val-placeholder {
}

.attr_title {
}

.house_section1.colors_filter {
    width: 100%;
    margin: 15px 0px;
}

.not_in_stock {
    background: rgb(239, 239, 239);
    font-size: 11px;
    padding: 3px 12px;
    border-radius: 4px;
    white-space: nowrap;
    margin-right: 12px;
    display: flex;
}

.not_in_stock_item img {
    filter: grayscale(100%);
}

.not_in_stock_button {
    width: 100%;
    background: rgba(223, 223, 223, 0.58);
    padding: 8px;
    font-size: 12px;
}

.not_in_stock_button:hover {
    background: rgb(195, 195, 195);
}

.ad_cart_button:hover {
    background: url("images/cart-w.svg") 15% 50% no-repeat rgb(52, 170, 1);
}

.price_filter.house_section1 {
    margin: 15px 0px;
}

.price_filter {
}

ul.sidebar_top_menu li a {
    padding: 4px 0px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

ul.sidebar_top_menu li a:hover {
    text-decoration: underline;
    color: rgb(0, 52, 255);
}

.cat_a_icon a:hover {
    color: rgb(18, 78, 255) !important;
}

.search_block {
}

.btn_search {
    color: rgb(0, 0, 0);
    border-radius: 4px;
    padding: 8px 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 0px;
    border: none;
    background: rgb(255, 188, 8);
    width: 100%;
}

.short_descr {
    font-size: 17px;
    margin: 32px 0px 10px;
    color: rgb(79 61 46);
    background: rgb(244 230 217 / 74%);
    padding: 24px 30px;
    line-height: 29px;
    border-radius: 15px;
}

.myCheckbox {
    display: flex;
    padding-bottom: 9px;
    border: 1px solid transparent;
    margin-top: 0px;
    width: 98%;
    font-size: 13px;
    cursor: pointer;
    align-items: center;
}

.myCheckbox input {
    display: none;
}

.myCheckbox span {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: block;
    background: rgb(255, 255, 255);
    border: 1px double rgb(198, 198, 198);
    appearance: none;
    margin-left: 0px;
    border-radius: 4px;
    margin-right: 0px;
}

.myCheckbox em {
    margin: 0px 0px 0px 10px;
    display: inline-block;
    font-size: 13px;
    width: 100%;
    font-style: normal;
}

.myCheckbox input:checked + span {
    background: url("images/chack_icon.png") center center / 12px no-repeat rgb(1, 183, 2);
    border: 1px double rgb(1, 177, 2);
}

.show {
    flex-flow: column wrap;
    height: 451px;
    width: 1280px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top: 1px solid rgb(238, 238, 238);
    display: flex !important;
}

.header-item-right {
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 0%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: absolute;
}

.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: rgb(18, 18, 18);
    transition: 0.3s;
}

.log_top {
    display: flex;
    align-items: center;
}

.brand img {
    width: 130px;
    height: auto;
    position: relative;
}

span.logo_text {
    display: flex;
    letter-spacing: 1px;
    font-size: 20px;
    align-items: flex-end;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 700;
}

.switch {
}

.switch input {
}

.slider {
}

.slider::before {
}

input:checked + .slider {
    background-color: rgb(0, 157, 1);
}

input:focus + .slider {
    box-shadow: rgb(33, 150, 243) 0px 0px 1px;
}

input:checked + .slider::before {
    transform: translateX(26px);
}

.slider.round {
}

.slider.round::before {
}

.trigle_switch {
}

.trigle_switch_tog {
}

.trigle_switch_tog p {
}

.mob_cat_left {
    display: none;
}

.modal__header {
    display: none;
}

.filt_b {
    display: none;
    align-items: center;
    padding: 5px 15px 6px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid rgba(204, 204, 204, 0.54);
    background: rgb(255, 255, 255);
    font-size: 12px;
    white-space: nowrap;
}

.cart_in_part .offerd_item_hit {
    display: none;
}

.filters_left_left em {
    font-size: 12px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-style: normal;
}

.delete_filter {
    display: none;
}

.filt_b img {
    width: 15px;
    margin-right: 7px;
}

.filt_b svg {
    width: 17px;
    height: 17px;
    margin-right: 7px;
    fill: currentcolor;
    color: rgb(252, 56, 0);
}

select.sort_select {
}

.list_veiw svg {
}

.list_veiw svg:hover {
    opacity: 1;
}

.activ_list svg {
}

.cat_top {
}

.cat_top_left {
}

.filters_left_left {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    gap: 10px;
}

.btn_filtr3 {
    margin-left: 12px;
}

.list_veiw button {
}

.log_bottom {
    font-size: 24px;
    margin-top: 0px;
    text-transform: uppercase;
    margin-left: 2px;
    display: flex;
    align-items: flex-end;
}

.slider_right {
    /* margin-top: 140px; */
}

.divider {
    display: inline-block;
    width: 19px;
    margin: 4px 2px;
    height: 7px;
    background: url("images/down.svg") 0% 0% / 80% 80% no-repeat;
    transform: rotate(-90deg);
}

div#breadcrumbs li {
    display: flex;
    color: rgb(43, 43, 43);
    margin: 0px;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
}

#breadcrumbs ol {
    display: flex;
    align-items: center;
    list-style: none;
}

#breadcrumbs {
    display: flex;
    width: 100%;
    font-size: 13px;
    margin-top: 127px;
    padding: 13px 10px 10px 1px;
    margin-bottom: 0px;
}

.header .menu > ul > li {
    width: 20%;
    list-style: none;
}

i.ion.ion-ios-arrow-down svg {
    width: 60px;
    margin-left: 3px;
    fill: currentcolor;
    color: rgb(156, 156, 156);
    height: 27px;
}

.web_sty {
    display: flex;
    width: 100%;
    padding: 5px 1px 5px 0px;
    position: relative;
    font-weight: 600;
    font-size: 13px;
}

i.ion.ion-ios-arrow-back svg {
}

i.ion.ion-ios-close svg {
}

.header .menu > ul > li > a {
    position: relative;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.535;
    border: none;
    outline: none;
    color: rgb(18, 18, 18);
    text-rendering: optimizelegibility;
    transition: color 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs > ul > li {
    line-height: 1;
    list-style: none;
}

.header .menu > ul > li .menu-subs > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.25;
    padding: 0.35rem 0px;
    border: none;
    outline: none;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    text-rendering: optimizelegibility;
    transition: 0.3s ease-in-out;
}

.header .menu > ul > li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
}

.header .menu > ul > li .menu-subs.menu-mega {
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
    display: block;
    line-height: 1;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.15;
    padding: 0.3rem 0px;
    border: none;
    outline: none;
    color: rgb(0, 0, 0);
    text-rendering: optimizelegibility;
    transition: color 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs.menu-column-4 {
    display: flex;
    width: 100%;
    padding: 0px 0px 0px 4px;
    background: rgb(255, 255, 255);
    flex-wrap: wrap;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    padding: 0px 0rem;
    width: 100%;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    font-size: 0.9rem;
    line-height: 1.4;
    width: 100%;
    padding: 0.2rem 0px;
    font-weight: 100;
    border: none;
    outline: none;
    color: rgb(0, 0, 0);
    text-rendering: optimizelegibility;
    transition: 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    text-align: center;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    object-fit: cover;
    vertical-align: middle;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover, .header .menu > ul > li .menu-subs > ul > li > a:hover {
    color: rgb(0, 83, 255);
}

.header-item-right a:hover, .header .menu > ul > li:hover > a {
    color: rgb(0, 96, 255);
}

@media only screen and (min-width: 993px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
    }
}

 
 
.price {
    font-size: 24px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.btn-red {
    display: inline-block;
    background: rgb(89, 168, 65);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    text-decoration: none;
}

h1 {
    font-size: 30px;
    margin: 10px 0px 20px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    line-height: 40px;
}

.toolbar {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 10px 0px 14px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    font-size: 13px;
}

.toolbar .muted {
    color: var(--c-muted);
}

 

.old-price {
    text-decoration: line-through;
    color: rgb(156, 163, 175);
    font-size: 14px;
}

.price .unit {
    font-size: 12px;
    color: rgb(107, 114, 128);
    margin-left: 6px;
}

.discount-badge {
    display: inline-block;
    font-size: 11px;
    background: rgb(239, 68, 68);
    color: rgb(255, 255, 255);
    border-radius: 6px;
    padding: 1px 6px;
    margin-left: 8px;
}
 
 
 
.toolbar .chips button {
    background: none;
    border: 1px solid rgb(227, 227, 227);
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.toolbar .chips button.active {
    border-color: rgb(17, 17, 17);
}

 

.pagination .pg {
    background: none;
    border: 1px solid rgb(227, 227, 227);
    border-radius: 6px;
    padding: 4px 8px;
    cursor: pointer;
}
.prais-text p {
    font-size: 15px;
    margin: 15px 0px;
}
/* ===== Appointment modal responsive ===== */

#apptWrap .apptBox{
  position: relative;
  max-width: 860px;
  width: 95%;
  margin: 4vh auto;
  background:#fff;
  border-radius:14px;
  overflow:hidden;
}

#apptWrap .apptInner{
  max-height:85vh;
  overflow-y:auto;
}

/* ===== MOBILE ===== */

@media (max-width:768px){

  #apptWrap .apptBox{
    width:100%;
    height:100%;
    max-width:none;
    margin: 0% 0px 0px 0px !important;
    border-radius: 0;
  }

  #apptWrap .apptInner{
    max-height:100vh;
    padding: 0;
  }

  #apptWrap .apptClose{
    width: 40px;
    height: 40px;
    right:12px;
    top:12px;
    font-size: 20px;
    background: #fff;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
  }

}
.apptClose{position:absolute;right:10px;top:10px;z-index:5;width:40px;height:40px;border:0;border-radius:999px;cursor:pointer;}
@media only screen and (max-width: 850px) {
	.grid_veiw_list .cat_grid:hover {
    background: none;
}
.rev-doc__info {
    width: 67%;
}
.page_content_page figure.table {
    overflow-y: auto;
}
.uk_title_metro {
    gap: 14px;
    font-weight: 600;
    width: 86%;
    margin: 2px 0px 20px 23px;
    display: flex;
    flex-wrap: wrap;
}
	.kdc_work_cat {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 11px;
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 12px 0 4px;
}
	.workp__grid {
    display: flex;
    flex-wrap: wrap;
}

.workp__media {
    width: 100%;
}

.workp__info {
    width: 100%;
}

.workp__card p {
    font-size: 14px;
}
	section.docp-hero .doc-fade {
    display: flex;
}
	div#mobilePhone {
    text-align: center;
    padding-bottom: 35px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.h_mai_ph a {
    border-bottom: none !important;
    font-size: 25px;
    margin-top: 19px;
    font-family: Montserrat-Bold, Helvetica Neue, Arial, sans-serif;
}

.grafik_rabot {
    margin-bottom: 18px;
    color: #555;
    font-size: 12px;
}

div#mobilePhone .head_call_header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% 7% 0% 7%;
    font-size: 15px;
}
	.slid_info_kdc {
    padding: 9% 6% 9% 8%;
}

.section_title_top h1 {
    font-size: 20px;
    line-height: 27px;
}

.section_title_top {
    width: 82%;
}

.slider_right_kdc {
    height: 200px;
}

.slider_right_kdc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
	.promo-countdown {
    display: flex;
    justify-content: center;
}

.prom_singl_right h1 {
    font-size: 25px;
    line-height: 30px;
}

	section.home-reviews h2 {
    margin-bottom: 10px;
}

	.promo_media_big {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.promo-countdown__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card__media {
    width: 100%;
}

.prom_singl_right {
    width: 100%;
}
 
	.docp-photo {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-size: 100%;
    height: 490px;
    display: flex;
    justify-content: center;
}

.docp_info {
    margin: 45px 70px 55px 40px;
    margin: 12px 0px 55px 0px;
}

.docp-fio.docp-fio--last {
    font-size: 35px;
}

.docp-fio.docp-fio--first {
    font-size: 25px;
}

.docp-fio.docp-fio--middle {
    font-size: 25px;
}

.docp-badge {
    top: 8px;
    left: 7px;
}

.docp-photo img {
    width: 90%;
}

.docp-sub {
    margin-bottom: 14px;
    font-size: 16px;
}

.docp-clinics {
    margin-top: 25px;
}

.btn.ghost {
    display: none;
}

.docp-actions {
    width: 100%;
}

.docp-actions button {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 17px 0px;
}

.docp-story {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}

.card {
    box-shadow: none;
    padding: 0px;
    border: none;
}

.about_doc_kdc p {
    margin: 15px 0px;
}

.skills ul {
    column-count: 1;
}
	.doc-filters form {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 11px;
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 12px 0 4px;
}

	.doc-filters {
    padding: 0;
    background: #fff;
}
	.promotion_kdc {
    width: 100% !important;
}

.promo-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
	.faq-cta-premium__content {
    text-align: center;
}
	.after_add b {
    text-align: center;
}

.after_add {
    gap: 7px;
}

button.js-appointment-open.head_call_header:after {
    content: "";
    cursor: pointer;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: calc(100% + 3000px);
    margin-left: -1500px;
    background: linear-gradient(-45deg, transparent 310px, #fff 310px, #fff 325px, transparent 325px);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 1000px;
    -webkit-transition-timing-function: 3s;
    transition-timing-function: 3s;
    -webkit-animation-name: puls__cta;
    animation-name: puls__cta;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 4.6s;
    animation-duration: 4.6s;
    opacity: 1;
}

.input__label {
    font-size: 15px;
}

p.hom_kdc_title_under_text {
    font-size: 15px;
}

.fab-menu .fab-mini {
    width: 45px;
    height: 45px;
}

.fab-menu {
    bottom: 63px;
}

.category_block_indications h3 {
    margin: 20px 0px;
}
	.fab-btn {
    width: 50px;
    height: 50px;
}

#fab-wrap {
    bottom: 150px;
    bottom: 83px;
    right: 15px;
    gap: 6px;
}



div#fab-wrap .roulette-fab__bubble {
    display: none;
}
	.cat_pricelist.opend {
    padding-left: 0px;
}
	.big_kdc_bomb_otziv {
    display: flex;
    flex-wrap: wrap;
}

.reviews-wrap {
    width: 100%;
}

#big_kdc_bomb_otziv_right {
    width: 100%;
}

ul.partner_right__list {
    gap: 43px 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 12px;
}

li.partner_right_li {
    width: 48%;
}

li.partner_right_li {}

li.partner_right_li a img {
    height: 70px;
}

li.partner_right_li a {
    margin-top: -60px;
}

.rayt_stars img {
    height: 17px;
}

.rayt_count {
    font-size: 12px;
}
	.cat_tabs2_wrap img {
    width: 100% !important;
}

figure.image.image-style-side img {}

.cat_list_right ul {
    padding-left: 0px;
    margin: 0px 10px;
}

.cat_tabs2_wrap ul li strong {
    margin: 0px 0px 7px 0px;
    display: block;
    font-size: 15px;
}

.category_block_indications img {
    width: 100% !important;
}
	.container_rev_kdc_bottom {
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
}

.rayting {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 16px;
}

.category_top_left_rev {
    padding: 37px 23px 13px 35px;
}

.rev_text p {
    font-size: 15px;
}

.container_rev_kdc_bottom .rayting img {
    width: 25px;
}

.text--bold {
    font-size: 23px;
    margin-left: 12px;
}

.big_otziv {
    width: 100%;
    margin-top: 31px;
}

.category_top_right_rev img {
    bottom: 23px;
    width: 100%;
    height: auto;
}

.logo_rev img {
    height: 20px;
    width: auto;
    display: flex;
}

.A0xBMlCU1FYM6s0mo77q {
    font-size: 15px;
}

.otziv_title {
    font-size: 15px;
}

.dwy0q9XWV9Ef3JJ0YDCS {
    display: none;
}

.rating img {
    width: 22px;
}

.rev-doc__pos {
    font-size: 12px;
}

a.rev-doc img {
    width: 60px;
    height: 60px;
}

.rev-links__title {
    font-size: 14px;
}

a.rev-service {
    font-size: 12px;
}

.rev-filter {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 16px;
}

.rev-filter__col {
    width: 100%;
}

.past_rev_comp {
    font-size: 14px;
}

.big_otziv_center {
    gap: 17px;
}

.rev_text {
    margin: 5px 0px 10px;
}
	.top_cats .splide__arrows {
}
	.kdc_tabs_bottom {
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    margin-top: 21px;
    padding: 0px;
    gap: 18px;
}

.filial-item.uk-first-column .st-play-btn.st-style1 {
    left: 0px;
    bottom: -9px;
}

.filial-title {
    font-size: 22px;
}

.kdc-tabs__content {
    width: 100%;
}

.nav-buttons {
    left: 2%;
    bottom: 4%;
    font-size: 12px;
    width: 96%;
}

span.ymaps-2-1-79-gotoymaps__text-container {
    font-size: 11px;
}

button.btn-route {
    width: 100%;
}

p.filial-desc {
    font-size: 14px;
    line-height: 25px;
}

.uk_title {
    font-size: 15px;
    width: 89%;
}

.smile_beauty {
    margin-bottom: -15px;
    margin-top: 6px;
}

.socials-item-text {
    margin: 4px 0px;
}

.page_content_page p {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0px;
}

button.btn-route img {
    width: 22px;
    height: 22px;
}
	.home_kdc_rayting {
    display: flex;
    flex-wrap: wrap;
}

.rev_star {
    margin: 26px 0px 0px 0px;
}
	.home_big_kdc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.kdc_top_home {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.home_service_img {
    display: none;
}

.home_img_right_doc {
    width: 100%;
    height: 410px;
}

.kdc_krujok_big {
    right: -9px;
    top: -84px;
}

.year_kdc {
    background-size: 230px;
    bottom: -61px;
}

.year_kdc_center {
    top: 27px;
    left: 89px;
    width: 231px;
}

.year_kdc_text_top {
    font-size: 16px;
}

.year_kdc_text_bottom {
    font-size: 15px;
    margin-top: 20px;
}

.home_text p {
    margin: 15px 0px;
}

.kdc_h_t_l img {
    width: 100%;
    height: auto;
}

.kdc_h_t {
    display: flex;
    flex-wrap: wrap;
}

.fag_text_kdc {
    display: flex;
    flex-wrap: wrap;
}

.fag_text {
    width: 100%;
    gap: 5px;
}

.faq_kdc {
    width: 100%;
}

p.xUmrn9owvzskFrJzP0nU {
    font-size: 14px;
    line-height: 25px;
}

.rev-doc__name {
    font-size: 13px;
}
	.aaadsas {
    height: auto;
}

.cat_blocks_text li {
    font-size: 14px;
    line-height: 25px;
}

.category_tabs2 h2 {
    font-size: 22px;
}

.cat-standards__title {
    font-size: 22px;
}

.cat-standards__slider-title {
    font-size: 22px;
}

.cat-docblock__title {
    font-size: 22px;
}

.cat-docblock {
    margin: 73px 0px 42px;
}

.doc-note__title {
    font-size: 20px;
}

.cd-dropdown-trigger {
    padding: 0px 12px 0px 5px;
    width: 56px;
    height: 36px;
}

.cd-dropdown-trigger img {
    display: none;
}

li.nav-item {
    width: 100%;
}
	.cat-desc table tr {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.content_descr table td {
    width: 100%;
}

.cat-subtitle {
    font-size: 15px;
}

.price {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}

main {
    padding: 0 1.2em;
}

h4 {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 21px;
}

.cat_prods_block p {
    font-size: 14px;
}

.cat-steps__intro h2 {
    font-size: 22px;
}

h2 {
    font-size: 25px;
}

.cat-docblock__after-text {
    font-size: 14px;
}

.category_tabs__title {
    font-size: 22px;
}

h3 {
    font-size: 22px;
}

.see_all_kdc {
    width: 88%;
    margin: 31px auto;
}

.cs-right {
    padding-left: 0px;
}
	
	section.team {
    width: 100%;
}

.cat-docblock__card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.doc-mini__avatar {
    width: 280px;
    height: 280px;
}

article.std-card {
    display: flex;
    flex-direction: column-reverse;
    gap: 33px;
}

.std-card__body {
    width: 100%;
    padding: 0px;
}

.cs-row {
    display: flex;
    grid-template-columns
specifies, as a space-separated track list, the line names and track sizing functions of the grid.

Widely available across major browsers (Baseline since April 2020)
Learn more

Don't show
: 220px 1fr;';
    flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    padding: 3px 0px;
}

.cs-left {
    width: 100%;
}

.cat-price {
    position: relative;
    top: 0px;
    left: 0px;
    background: none;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
}

.cat-price_center {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    color: #525252;
    font-size: 14px;
}

.left_cat_service {
    width: 100%;
    gap: 7px;
    padding: 1px 0px 16px;
}

.right_cat_service {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

button.js-appointment-open.head_call_header {
    background: #19af51;
    color: #fff !important;
}

.left_cat_service button {
    width: 90%;
    font-size: 15px;
    position: absolute;
    bottom: 17px;
    left: 5%;
    display: flex;
    flex-wrap: nowrap;
}

.contact_big_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px;
}

.contact_big_form_left {
    width: 100%;
    height: 190px;
}

.contact_big_form_right {
    padding: 36px 21px 36px;
    ';
    padding: 36px;
    width: 100%;
    ;;;;;;;;;;;;;;;;;;;;;;;padding-top: 22px;;;;;;;;;;;;;;;;;;;;;;;;
}

span.b_price {
    font-size: 19px;
    color: #000;
}
	
	
    .faq_form_wrap {
        width: 100% !important;
    }

    .faq_btn {
        width: 100% !important;
    }

    #productFaq {
        padding: 0px 1em;
    }

    .faq_head_big {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .faq_actions_left {
        width: 100% !important;
    }

    #write_review {
        width: 100%;
    }

   

    .filial-item.uk-first-column iframe {
        height: 350px;
    }

    .section_title {
        font-size: 26px;
    }

    .slider_right .splide__pagination {
        bottom: -17px;
    }

    .share_stroy {
        background: rgba(116, 116, 116, 0.07);
        border-radius: 25px;
        padding: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .share_stroy img {
        opacity: 0.8;
    }

    .home_about h3 {
        font-size: 23px;
    }

    .home_about {
        padding: 0px 1em;
    }

    .grid_veiw_list .cart_in_part {
        /* border-bottom: 1px solid #eee; */
        /* margin-bottom: 5px; */
        /* padding-bottom: 10px; */
    }

    .grid_veiw_list img {
    }

    .sel_pil_cl {
        border-radius: 12px;
        position: relative;
        width: 147px;
        display: flex;
        flex: 0 0 auto;
    }

    

    #breadcrumbs ol li a {
        white-space: nowrap;
    }
 

    .cost {
        margin: 0px 0px 0px 16px;
    }

    span.pr_det_title {
        font-size: 12px;
    }

    body {
        background: rgb(255, 255, 255);
    }

    .ad_cart_button {
        background: rgb(46, 60, 83);
    }

    .order_details_form_content {
        width: 100% !important;
    }

    .cart_in_part .sho_hide {
        padding: 8px 15px 7px;
    }

    .cat_childes {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 11px;
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 12px 0 4px;
    }

    .cd-dropdown-trigger_search img {
        width: 17px;
        opacity: 0.8;
    }

    .title_bg {
        font-size: 0px;
    }

    .stages__stage {
        width: 41%;
    }

    section.top_section {
        background: none;
        height: 350px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .top_section::before {
        background: none;
    }

    .mobile_hide {
        width: 100%;
    }

    .inchvor_cat_home {
        padding: 20px 0px 0px 0px;
        text-align: center;
    }

    .home_text h2 {
        font-size: 23px;
        line-height: 29px;
    }

    .hom_cat_new {
        width: 48%;
        margin: 0px;
        /* height: 170px; */
        border-radius: 11px;
        padding: 20px 8px 19px 8px;
    }

    .d-flex img {
        width: 80%;
    }

    .pg_gallery button {
        width: 46%;
    }

   

    .splide__slide .video-poster img {
        width: 100%;
        height: 100%;
    }

    .app-download-block {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 31px;
        background: rgb(255, 255, 255);
        box-shadow: none;
    }

    .app-buttons img {
        width: 100%;
        height: auto;
    }

    .app-image {
        margin-top: 33px;
    }

    .app-info p {
        font-size: 16px;
    }

    .app-benefits li {
        font-size: 15px;
    }

    .podborki_values_items {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }

    .cat_prods_block_search {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 0px;
    }

    .podborki_values_items::-webkit-scrollbar {
        display: none;
    }

    .podborki_values_items_name {
    }

    .podborki_values_items_name a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

    div#udets0 label {
        width: 100%;
    }

    figure.table {
        /* overflow-y: auto; */
    }

    .images {
        height: 185px;
    }

    .thumbnails .is-active {
        border: 2px solid rgb(255, 222, 7);
    }

    div#breadcrumbs_center {
        width: 100%;
    }

    .pr_right_side .order_details_form_content {
        position: relative;
        top: 0px;
        display: flex;
        gap: 5%;
        justify-content: space-between;
    }

    
    .pr_right_side_inside .price_qeek {
    }

     
    .pr_right_side .all_price_title {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    

    .pr_right_side .pr_det_blok {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
 
    .all_price {
        font-size: 14px;
    }

    div#readmore {
        width: 100%;
    }

    .erbrus_pr_bot_right {
        width: 100%;
    }

    .erbrus_oper_big {
        gap: 15px;
    }

    .teV1V9viMMG2GQbTNKa_ .l_button {
        width: auto;
    }

    .xjnAO5r8FU_g6b33TvMY {
        font-size: 17px;
    }

    .main_big_carousel {
        display: flex;
        gap: 2%;
        width: 100%;
        margin: 0px 0.5em;
        flex-direction: row;
    }

    ul#thumbnails {
        display: flex;
        flex-direction: column;
        width: auto;
        gap: 3px;
    }

    .thumbnail {
        width: 100%;
        height: 61px;
        border-radius: 3px;
    }

    div#main-carousel .splide__slide button {
        width: 100%;
        height: 100%;
    }

    li.tech_st {
        width: 100%;
    }

    .shipping_address_block {
        width: 100%;
    }

    .filial-item.uk-first-column {
        width: 100%;
        margin-bottom: 33px;
    }

    .offerd_item {
        width: 60px;
        height: 19px;
    }

    .offerd_item_hit {
        width: 40px;
        height: 40px;
        left: -3px;
    }

    .home-g__inner {
        width: 93%;
        display: none;
        flex-wrap: wrap;
    }

    .home-g__col-1-3 {
        width: 100%;
        margin-bottom: 14px;
    }

    .reg_radio_buttons b {
        font-size: 13px;
    }

    .cat_grid:hover {
        box-shadow: none;
    }

    .cat_top_spec_top_left {
        display: flex;
        flex-wrap: wrap;
        padding: 22px 30px 0px;
    }

    
    p.img_no_marg {
        display: none;
    }

    .dots_map ul {
        margin-left: 25px;
    }

    .pr_dev {
        display: none;
    }

    .whatsapp-button {
        width: 50px;
        height: 50px;
        left: auto;
        right: -4px;
        bottom: -3px;
    }

    .whatsapp-button span {
        background-size: 50px;
    }

    .qeek_add_cart .ad_cart_button .btn-text {
    }

    .pr_desc h3 {
        font-size: 23px;
        line-height: 27px;
    }

    label.maps_cord1 img {
        display: none;
    }

    label.maps_cord1 {
        line-height: 12px;
        padding: 12px 5px;
        width: 100%;
        text-align: center;
        background: rgb(218, 218, 218);
        display: flex;
        margin-top: 10px;
        justify-content: center;
    }

    .big_del {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    label.popup-close-btn {
        position: absolute;
        right: 0px;
        text-decoration: underline;
        font-size: 14px;
        color: rgb(0, 129, 226);
        cursor: pointer;
    }

    .hushum {
        font-size: 13px;
        width: 66%;
    }

    .map_right {
        margin-bottom: 14px;
    }

    .slider_big {
        max-width: calc(100% + 0px);
        margin-top: 80px;
    }

    .services-slider {
        display: flex;
        flex-wrap: wrap;
    }

    .services-card {
        width: 100%;
    }

    .advantages-item {
        flex: 0 0 100%;
    }

    .advantages__list {
        margin: -15px 20px 140px;
    }

    .get-sentence {
        display: none;
    }

    .advantages {
        padding: 50px 0px 1px;
    }

    img.advantages__bg {
        width: 100%;
    }

    .advantages__list {
        margin: 0px 20px 50px;
    }

    .services-banner.sidebar__banner {
        display: none;
    }

    div#user_block .tooltip-simple {
        left: 29px;
    }

    .profile-menu__avatar::after {
        width: 51px;
    }

    .profile-menu__info {
        margin-left: 11px;
    }

    .d1151-a {
        margin: 19px 1em 50px;
    }

    li.nav-item img {
        width: 22px;
        height: 21px;
    }

    .market_ok {
        width: 100%;
    }

    .inner h2 {
        font-size: 25px;
    }

    .partner_left h6 {
        font-size: 25px;
    }

    .container {
        max-width: calc(100% + 0px);
        padding: 0px;
    }

    .pr_for_clinets svg {
        margin: 0px !important;
    }

    .pr_otz_top_big {
        width: 100%;
    }

    .page_center {
        /* padding: 0px 1em; */
    }

    .socials-outer-wrapper {
        margin: 0px 0px 26px;
        width: 100%;
        border: none;
        box-shadow: none;
        padding: 25px 20px 0px 20px;
        overflow: hidden;
    }

    .namak_big .splide__pagination {
        bottom: 20px;
    }

    .namak_big .splide__arrows {
        display: none;
    }

    .home_h1_text_title h1 {
        font-size: 22px;
        line-height: 36px;
    }

    .cat_home {
        padding: 0px 0em;
        gap: 14px 0px;
        display: flex;
        justify-content: space-between;
        margin: 0px;
        width: 100%;
    }

    .home_h1_text_title p {
        font-size: 17px;
    }

    .cat_home i {
        left: 9px;
    }

    .home_h1_text_title_big {
        padding: 0px 1em;
        margin-top: 15px;
    }

    .inner h4 {
        font-size: 25px;
    }

    .accordion {
        font-size: 15px;
        padding: 15px 19px 15px 18px;
    }

    .single_price {
        gap: 2px;
    }

    .content_descr h3 {
        font-size: 22px;
    }

    button.cd-close_search svg {
        position: relative;
        top: 6px;
    }

    .punkt_sam_right iframe {
        width: 100%;
    }

    .checkout_total_right {
        width: 100%;
    }

    .total-block__hint {
        margin-bottom: 0px;
    }

    div#payment_block .order_details_form_content {
        padding: 0px 0em;
    }

    .number_znat1_big_big .head_pofile {
        margin-right: 7px;
        margin-top: -14px;
    }

    .sm_cart {
        padding-right: 0em;
    }

    #map_c1 {
        height: 350px !important;
    }

    .bas_cart_log {
        font-size: 14px;
    }

    .item-page {
        margin: 0px;
    }

    .pr_blok_left {
        margin: 0px;
        width: 100%;
    }

    .params {
        width: 100%;
        margin-top: 20px;
    }

    h1.sert_title {
        padding: 0px 1rem;
    }

    .sertn1 {
        display: none;
    }

    ul.sertificats_items li {
        width: 49%;
    }

    .sertn2 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 1em;
    }

    .sertn2_left {
        margin: 0px;
    }

    .scrol_top_head_center_right .btn-text {
        font-size: 14px;
    }

    button.scrollup {
        display: none !important;
    }

    .scrol_top_head {
        transform: translateY(120%);
        top: auto;
        bottom: 0px;
        padding: 11px 16px 16px;
    }

    .scroll_show {
        transform: translateY(0px);
        opacity: 1;
    }

    .scrol_top_head_center {
        width: 100%;
    }

    .scrol_top_head_center_left {
        display: none;
    }

    .scrol_top_head_center_right {
        border: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .scrol_top_head_center_right .price_qeek {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 1px 0px 5px;
        gap: 10px;
    }

    .scrol_top_head_center_right .qeek_add_cart {
        display: flex;
        flex-flow: row-reverse;
        width: 100%;
        justify-content: space-between;
    }

    .top_cats .splide {
        /* visibility: visible !important; */
    }

    .sop_pr_block .grid_veiw {
        /* width: 190px; */
        /* margin: 0px; */
        /* border-radius: 0px; */
    }

    .top_cats .splide__list {
    }

    .pr_left img {
        width: 100%;
        height: 100%;
        padding: 0%;
        object-fit: cover;
    }

    .o_attrs_select {
        padding: 0px 1rem;
    }

    footer {
        margin-top: 30px;
    }

    span.logo_text_f {
        font-size: 28px;
    }

    .mec_divv {
    padding: 20px 0px 0px;
    margin-bottom: 15px;
    }

    .pagination {
        padding: 0px 1rem;
    }

    .content_descr {
        /* padding: 0px 1rem; */
        margin: 12px 0px;
    }

    .category_top_side {
        /* padding: 0px 1rem; */
        width: 100%;
    }

    .selected_filtr.filters_left_left {
        padding: 0px 1rem;
    }

    .menu-subs2 {
        margin-left: 47px;
    }

    .cart_in_part .cat_grid {
        border-radius: 0px;
        padding: 15px 0px;
        width: 100%;
    }

    .content_descr h4 {
        font-size: 26px;
        line-height: 31px;
    }

    h4.heading_v5 {
        font-weight: 500;
    }

    svg.svg_mob.h_s_b {
        width: 21px;
    }

    button.cd-dropdown-trigger_search.mob_menu_iconn {
        align-items: center;
        background-color: rgb(244, 245, 246);
        border-radius: 6px;
        color: rgb(39, 39, 39);
        display: flex;
        font-size: 12.5px;
        gap: 7px;
        padding: 6px 14px 6px 9px;
        width: 100%;
    }

    .log_bottom_menu a {
        display: flex;
        align-items: center;
    }

    .mobileheader-v1 {
        display: flex;
        align-items: center;
    }

    .right-icons.pull-right {
        display: flex;
        align-items: center;
    }

    .pull-right {
        display: flex;
        align-items: center;
    }

    i.svg.inline.svg-inline-phone {
        display: flex;
        align-items: center;
    }

    .top-btn.inline-phone-show svg {
        display: flex;
        width: 20px;
        height: 20px;
        fill: rgb(77, 175, 32) !important;
    }

    .log_bottom_menu_text {
        line-height: 15px;
        font-weight: 500;
    }

    button.header-search__search-submit-btn svg {
        color: rgb(134, 134, 149);
    }

    i.svg.inline.svg-inline-close.dark.dark-i {
        position: relative;
        z-index: 999;
        width: 34px;
        height: 30px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    p.zakaz_title_pop_up {
        font-size: 15px;
        padding: 9px 20px 0px;
        color: rgb(0, 0, 0);
        margin-bottom: 4px;
        line-height: 22px;
    }

    p.head_zak_ob_text {
        font-size: 14px;
        padding: 3px 20px 8px;
        color: rgb(85, 85, 85);
        margin-bottom: 4px;
    }

    span.no-decript.dark-color {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
    }

    i.svg.inline.svg-inline-close.dark.dark-i svg {
        width: 17px;
    }

    .mob_menu_iconn svg {
        fill: currentcolor;
        width: 27px;
        height: 25px;
        color: rgb(0, 0, 0);
    }

    .Wdolk_dBnAhV {
        width: 28px;
        color: rgb(238, 119, 66);
        fill: currentcolor;
        margin-right: 12px;
    }

    li.nav-item svg {
        width: 26px;
        height: 26px;
        fill: currentcolor;
        margin-right: 11px;
    }

    .\+Wdolk {
        fill: currentcolor;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        vertical-align: top;
        height: 1em;
        width: 1em;
        margin-right: 2px;
        position: relative;
    }

    .log_bottom_menu {
        z-index: 9999;
        border-bottom: 1px solid rgb(234, 234, 234);
        color: rgba(7, 7, 7, 0.84);
        background-color: rgb(255, 255, 255);
        height: 52px;
        padding: 0px 20px;
        font-size: 15px;
        gap: 10px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .cd-close_search {
        transform: rotate(270deg);
        display: flex;
        width: 45px;
        height: 35px;
        background: rgb(255, 255, 255);
        position: relative;
        text-indent: 18px;
        z-index: 9;
        justify-content: center;
        align-items: center;
    }

    .cd-dropdown_search {
        display: flex;
        align-items: flex-start;
        place-content: center space-between;
    }

    a.all_rezalt {
        background: rgba(238, 238, 238, 0.62);
        width: 100%;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        color: rgba(0, 0, 0, 0.66) !important;
        padding: 13px 0px !important;
    }

    li.nav-item a {
        display: flex;
        align-items: center;
        width: 100%;
        text-decoration: none;
        font-size: 14px;
        gap: 13px;
    }

    .wdolk_akczii {
        color: rgb(38, 197, 0) !important;
    }

    .sub_sub_cat_icon_text_top {
        display: flex;
        align-items: center;
        width: 100%;
        line-height: 16px;
        font-size: 14px;
        gap: 16px;
    }

    .sub_sub_cat_icon_text img {
        border: none;
        width: 35px;
        margin-right: 17px;
        display: flex;
        height: auto;
    }

    li.see-all {
        width: 100%;
    }

    li.has-children li {
        width: 100%;
    }

    span.sub_sub_cat_icon_text {
        display: flex;
        align-items: center;
    }

    .jqmOverlay {
        background: rgb(58, 63, 68);
        height: 100%;
        width: 100%;
        left: 0px;
        z-index: 99;
        opacity: 0.7 !important;
        position: fixed !important;
        top: 0px !important;
    }

    .more_phone {
        padding: 14px 20px;
    }

    a.dark-color.no-decript {
        font-size: 19px;
        font-weight: 500;
        color: rgb(0, 0, 0) !important;
    }

    .w_tel {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    a.w_t_a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 9px 0px;
        font-size: 14px;
        gap: 10px;
    }

    .grafik_rabot svg {
        fill: currentcolor;
        color: rgb(151, 151, 151);
        width: 15px;
        height: 15px;
        margin-right: 11px;
    }

    .promo {
        display: none;
    }

    .guestForm_numbers_ph b {
        font-weight: 500;
    }

    .slider_right .splide__arrow {
        display: none;
    }

    .slid_info {
    }

    .slider_h1 {
        font-size: 29px;
        line-height: normal;
    }

    .slider_text {
        font-size: 23px;
        line-height: normal;
    }

    .cat_prods_block {
        justify-content: space-between;
    }

    li.partnerslide {
        width: 30%;
        margin-bottom: 14px;
    }

    .social_obr svg {
        margin-right: 10px;
    }

    .readmore__content {
        font-size: 13px;
    }

    .readmore__toggle {
        font-size: 13px;
    }

     
    .home_text h3 {
        font-size: 25px;
    }

    .social_obr {
        margin-top: 20px;
    }

    

    .inner h5 {
        font-size: 23px;
    }

    .inner h6 {
        font-size: 23px;
    }

    .header {
        display: flex;
        align-items: center;
        padding: 11px 0px;
        background: rgb(255, 255, 255);
        justify-content: space-between;
    }

    .header-item-left {
        margin-left: 0px;
        margin-right: 0px;
    }

    .header .menu-mobile-trigger span:nth-child(2) {
    }

    .log_bottom {
        margin-top: 0px;
    }

    .head_right {
        margin-right: 6%;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .clickme1 {
        display: none !important;
    }

    select.sort_select {
    }

    .header_left {
    }

    .head_email {
        display: none;
    }

    .header_top {
        display: none;
    }

    .phone {
        display: none;
    }

    .sote_name {
        font-weight: 300;
        font-size: 11px;
        display: flex !important;
    }

    .header-item-right {
        position: relative;
    }

    .offer_left a {
        padding: 9px 35px;
    }

    li.p_cat_li.cat_li ul li a {
        padding-left: 46px;
    }

    .modal__header {
        display: block;
        background: rgb(255, 255, 255);
        padding: 18px 17px 14px 34px;
        position: sticky;
        top: 0px;
        z-index: 999;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px -1px, rgba(0, 0, 0, 0.06) 0px 0px 4px -1px;
    }

    .search_block_big {
        position: sticky;
        left: 0px;
        bottom: 0px;
        top: auto;
        width: 100%;
        border-radius: 0px;
    }

    .search_block_big svg {
        display: none;
    }

    span.btn-icon {
        display: flex;
        margin-left: 10px;
    }

    .mob_cat_left {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgb(43, 132, 37);
        color: white;
        font-weight: 600;
        font-size: 16px;
        padding: 9px 18px;
        border-radius: 30px;
        margin: 3px 15px 14px;
        cursor: pointer;
        user-select: none;
        transition: background 0.3s, box-shadow 0.3s;
        border: none;
    }

    .mob_cat_left:hover {
        background: linear-gradient(135deg, rgb(102, 187, 106), rgb(56, 142, 60));
    }

    .mob_cat_left:active {
        background: linear-gradient(135deg, rgb(56, 142, 60), rgb(27, 94, 32));
        box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 6px inset;
    }

    .btn-text {
        display: inline-block;
    }

    .btn-icon {
        display: flex;
        align-items: center;
    }

    .icon-svg {
        fill: white;
        width: 20px;
        height: 24px;
        transition: transform 0.3s;
    }

    .mob_cat_left:hover .icon-svg {
        transform: scale(1.1);
    }

    span.btn-text {
    }

    .trigle_switch {
        padding: 12px 35px;
        margin-top: 15px;
    }

    .price_filter {
        padding: 20px 35px;
    }

    .house_section1 {
        background: rgb(255, 255, 255);
        padding: 15px 35px;
    }

    .sidebar_top {
        background: rgb(255, 255, 255);
        margin-top: 15px;
        padding: 12px 35px;
    }

    .b-modal__header {
        font-family: Montserrat-Black, "Helvetica Neue", Arial, sans-serif;
    }

    .cat_list_right {
        width: 100%;
    }

    .category_left_right {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .dropdown-content {
        overflow: auto;
    }

    .menu_icon {
    }

    .header-item-center {
    }

    .header-item-left, .header-item-right {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    .wrapper {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1rem;
        background: none;
        transform: rotate(0deg);
        transition: 0.35s ease-in-out;
    }

    .header .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 80%;
        height: 2px;
        left: 0px;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background: rgb(255, 255, 255);
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }

    .header .menu-mobile-trigger span:nth-child(1) {
        top: 0px;
    }

    .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
        top: 0.5rem;
        width: 64%;
    }

    .header .menu-mobile-trigger span:nth-child(4) {
        top: 1rem;
    }

    .header-item-right {
        -webkit-box-align: center;
        align-items: center;
        margin-right: 14px;
    }

    .header .menu {
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu > ul > li {
        width: 100%;
    }

    .header .menu > ul > li > a {
        display: flex;
        line-height: 3.125rem;
        height: 48px;
        padding: 0px 3.125rem 0px 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        align-items: center;
    }

    .header .menu > ul > li > a i.ion {
        position: absolute;
        font-size: 1.25rem;
        line-height: 3.125rem;
        right: 3px;
        width: 3.125rem;
        height: 2.125rem;
        text-align: center;
    }

    .header .menu .menu-mobile-header {
    }

    .header .menu .menu-mobile-header .menu-mobile-arrow {
    }

    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block;
        background: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(238, 238, 238);
    }

    .header .menu .menu-mobile-header .menu-mobile-title {
    }

    .header .menu .menu-mobile-header .menu-mobile-close {
    }

    .header .menu .menu-section {
        overflow-y: scroll;
        width: 100%;
        display: inline-block;
        padding: 14px 12px 14px 21px;
        column-count: 2;
        height: 100%;
    }

    .header .menu > ul > li .menu-subs {
        position: absolute;
        display: none;
        top: 0px;
        left: 0px;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 4rem 1rem 1rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        transform: translateX(0%);
        box-shadow: none;
    }

    .header .menu > ul > li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0px;
        left: 0px;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 3.1rem 0px 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        transform: translateX(0%);
        box-shadow: none;
    }

    .header .menu > ul > li .menu-subs.active {
        display: block;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        padding: 0.3rem 21px;
        border-bottom: 1px solid rgb(220, 220, 220);
        margin: 0px;
        width: 100%;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
        margin-top: 0px;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
        margin-bottom: 1.25rem;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0rem;
    }

    .header .menu > ul > li .menu-subs > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 22px;
        height: 42px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }

    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    }

    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
        display: block;
        padding: 0.7rem 0px;
    }

    .overlay {
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 9999999;
        top: 0px;
        left: 0px;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 0px;
        text-align: left;
        border-radius: 0px;
        background: rgb(242, 242, 242);
    }

    .sidenav a {
        transition: 0.3s;
    }

    .sidenav a:hover {
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0px;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        cursor: pointer;
    }

    .grid_veiw {
    }

    .grid_veiw .image_cart_451 {
        height: 180px;
    }

    .cart_in_part .discount_count_cat {
        /* top: 430px; */
        display: none;
    }

    .for_old_price {
    color: #717171;
    }

    .on_pr_row {
        width: auto;
        gap: 3px;
        display: flex;
        justify-content: flex-start;
    }

    span.for_new_price b {
        font-size: 16px;
    }

    span.for_new_price {
        font-size: 15px;
        position: static;
        display: flex;
        justify-content: flex-start;
    }

    .cart_in_part .quantity {
        width: 39%;
    }

    .quantity-box {
        width: 100%;
    }

    .brand img {
        width: auto;
        height: 25px;
        top: 0px;
    }

    span.logo_text {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .log_bottom {
        font-size: 15px;
        margin: 0px;
        position: relative;
        top: 0px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .head_right span {
        display: none;
        font-size: 15px;
        align-items: center;
        margin: 0px;
    }

    .com_count {
        right: -9px;
    }

    .cart_count {
        top: -5px;
        right: -9px !important;
    }

    .favorit.f_hed {
        display: block !important;
    }

    .cart_in_part {
        /* border-radius: 0px; */
        /* box-shadow: none; */
    }

    .cat_grid .image_cart_451 {
    }

    .grid_veiw .for_new_price b {
    }

    .grid_veiw .quantity {
        width: 100%;
    }

    .grid_veiw .discount_count_cat {
        top: 135px;
        padding: 11px 6px;
    }

    .cat_top_spec_top h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .cat_top_left {
        display: flex;
        width: 100%;
    }

    .cat_childes a {
        padding: 9px 12px 10px;
        display: flex;
        height: auto;
        box-shadow: none;
        background: rgb(255, 255, 255);
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
    }

    .cat_childes a img {
        width: 80px;
        height: auto;
    }

    .search_block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .btn_search {
        width: 49%;
    }

    .search_block p {
        width: 100%;
    }

    .btn_search_sbros {
        width: 49%;
    }

    .cat_childes ul li {
    }

    .cat_childes .close_after_select {
    }

    .cart_in_part .product-card__fast-view {
        display: none;
    }

    .not_in_stock_button {
        font-size: 12px;
        padding: 10px 0px;
        width: 200px;
        margin: -38px 0px 0px -83px;
        display: flex;
        justify-content: center;
    }

    .cat_top {
        display: flex;
        align-items: flex-end;
        margin-bottom: 5px;
        padding: 0px 1rem;
    }

    .short_descr {
        font-size: 15px;
        line-height: 24px;
        margin: 32px 0px 33px;
    }

    h1 {
        font-size: 25px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .footer-colophon-wrapper {
        width: 100%;
    }

    .copy_middle {
        width: 100%;
        padding: 0px;
    }

    .pr_left_right {
        display: flex;
        flex-wrap: wrap;
    }

    .pr_left {
        width: 100%;
    }

    .pr_right {
        width: 90%;
        margin: 0px 10px;
        display: flex;
        padding: 0px 1rem;
    }

    .pr_right_big {
        display: flex;
        flex-flow: column-reverse wrap;
        width: 100%;
    }

    .thumbnails {
        overflow: hidden;
        flex-direction: column;
        width: 19%;
        margin: 0px;
        height: 320px;
    }

    .pr_right_side {
        width: 100%;
        box-shadow: none;
        position: relative;
        padding: 0px;
        top: 0px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .pr_desc_tech_attrs {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .pr_tech_attrs {
        width: 100%;
        display: flex;
        flex-flow: column wrap;
        margin: 0px;
    }

    .gab_demision {
        margin: 18px 0px 0px;
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .pr_desc {
        width: 100%;
    }

    .pr_otz_top {
        display: flex;
        flex-wrap: wrap;
    }

    .pr_otz_top .inner {
        width: 100%;
        padding: 0px;
    }

    .product_otziv_napisat {
        width: 100%;
        padding: 0% 0.5% 5%;
        box-shadow: none;
        position: relative;
        top: 0px;
    }

    .pr_parm_bottom {
        width: 100%;
    }

    .one_click {
        width: 100%;
        text-align: center;
    }

    .product_otziv_one_images a {
        width: 51px;
        height: 70px;
    }

    .product_otzivi_list {
        width: 100%;
    }

    .product_otzivi {
        box-shadow: none;
        padding: 0px 1rem;
        display: flex;
        margin-top: 12px;
    }

    .fottww {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_bottom {
        width: 100%;
        background: none;
        box-shadow: none;
        margin-bottom: 0px;
        padding: 10px 30px;
    }

    .fottww nav {
        display: none;
    }

    .footer_det_links {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 15px 0px 40px;
    }

    #breadcrumbs ol {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 0px;
        overflow: scroll;
        margin-bottom: 0px;
        line-height: 22px;
    }

    .pr_top_bottom {
        display: flex;
        flex-wrap: wrap;
        border: none;
        justify-content: space-between;
        margin-bottom: 0px;
        gap: 0px;
    }

    .pr_soc_com_bot {
    }

    .pr_right_side .qeek_add_cart {
    }

    small.u1j {
        width: 100%;
        margin-top: 18px;
    }

    .sticky_buy {
    }

    .qeek_other_option {
        width: 96%;
        margin-left: 2%;
    }

    .sticky_title {
        height: 56px;
        padding-left: 4%;
        position: sticky;
        width: 100% !important;
    }

    .sticky_title h1 {
    }

    .social-btn-row {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .fot_menu_title {
        display: flex;
        justify-content: center;
    }

    .ph_verev {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 1px 0px;
    }

    .zakaz_title {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contact_i {
        width: 100%;
        margin: 25px 0px 16px;
        justify-content: center;
    }

    .payments-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    span.footer-title {
        margin-bottom: 16px;
    }

    .right1 {
        width: 100%;
        font-size: 13px;
    }

    .pr_demis {
        width: 100%;
    }

    h3.pr_box_memisions_title {
        font-size: 18px;
    }

    .pr_desc_title {
        font-size: 18px;
    }

    h3.heading_v5 {
        font-size: 16px;
    }

    .attr_title {
        margin: 12px 0px 0px;
    }

    #main-carousel {
        margin-bottom: 15px;
        border-radius: 0px;
        height: 350px;
        width: 100%;
    }

    .header-search {
        width: 93%;
        background: rgb(255, 255, 255);
        border-radius: 5px;
        margin: 0px;
        border: 2px solid rgb(222, 222, 222);
        position: unset;
        display: flex !important;
    }

    .header-item-left_mix {
        width: 54%;
    }

    .search_input {
        padding: 10px 16px;
        border: none;
        border-radius: 0px;
        font-size: 15px;
    }

    button.header-search__search-submit-btn {
        padding: 10px 15px;
        height: 36px;
        background: none;
    }

    .list_veiw {
        white-space: nowrap;
    }

    .cat_list_right .grid_veiw {
    }

    .popup5.open {
        display: block;
        z-index: 99;
    }

    .popup5 {
        display: none;
    }

    .blocker {
        position: fixed;
        inset: 0px;
        content: " ";
        background: rgba(0, 0, 0, 0.5);
    }

    .popup5 .contents5 {
        border: 1px solid rgb(204, 204, 204);
        border-radius: 0px;
        width: 100%;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(255, 255, 255);
        position: fixed;
        top: 0px;
        left: 0px;
        transform: translate(0px, 0px);
    }

    .search_bar {
        float: none;
        width: 100%;
        margin: 0px;
        height: 53px;
        border-radius: 0px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .zorov {
        display: flex;
        width: 22px;
        height: 22px;
    }

    .zorov svg {
        fill: currentcolor;
        color: rgb(255, 255, 255);
    }

    .header {
        padding: 3px 0px;
        gap: 16px;
    }

    #breadcrumbs {
        margin-top: 72px;
        margin-bottom: 0px;
        padding: 0;
        background: none;
    }

    button.search_button {
        top: 0px;
        font-size: 14px;
        right: 0px;
        background: rgb(255, 201, 0);
        width: auto;
        color: rgb(0, 0, 0);
        padding: 11px 16px;
        height: 52px;
    }

    .sticky_price {
        position: fixed;
        top: 29px;
        left: 16px;
        display: flex;
        z-index: 999;
        font-size: 15px !important;
    }

    .sticky_price b {
        font-size: 15px !important;
        margin-right: 4px;
    }

    .fav_text_title {
        display: none;
    }

    .podel {
        display: none;
    }

    .buy_more_than {
        display: none;
    }

    .pr_top_bottom_left {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 0px;
    }

    .share_sec {
        margin-right: 0px;
    }

    .pr_kanach_klor {
        margin-top: 5px;
        font-size: 13px;
    }

    .cat_title_spec_menu {
        position: absolute;
        z-index: -1;
        margin-left: 5%;
        font-size: 17px;
    }

    .slider_right {
        margin-top: 56px;
    }

    .slider_right img {
        border-radius: 0px;
    }

    .head_client {
    }

    .p_number1 {
        text-align: center;
    }

    .ph_verev .obr_icons {
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .for_mob_al3 {
        display: none;
    }

    .for_mob_al2 {
        width: 100%;
    }

    .footer_det_links_big {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
    }

    .footer_det_links a {
        text-align: center;
    }

    li.top_cats_item {
        width: 100%;
    }

    #breadcrumbs ol li:last-child {
        white-space: nowrap;
    }
 
    .Fu9TC0 ._3uXu6a::before {
        display: none;
    }

    p.typography span {
        font-size: 14px;
    }

    p.typography_dem {
        line-height: 26px;
    }

    .tab-wrap label {
        font-size: 15px;
    }

    .web_sty {
    }

    div#pnlLogin {
        padding: 18px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: none;
    }

    .nav-link b {
        font-weight: normal;
        font-size: 15px;
        line-height: 23px;
    }

    .list-item ul li {
        list-style: circle;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
        font-size: 15.6px;
    }

    .menu-mobile-header.active {
        background: rgb(255, 255, 255) !important;
    }

    .pr_left .splide__slide {
        height: 350px;
    }

    .log_top_name {
        display: flex;
        align-items: center;
    }

    .cat_home img {
        max-width: 56%;
    }

    .cat_home_title {
        margin-top: 0px;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .flinks img {
        width: 71%;
    }

    .cat_pr_top_count {
        font-size: 13px;
        width: 100%;
    }

    span.inchvor {
        width: 100%;
    }

    span.count_sub_cat_pr {
    }

    ul.filters_left_left {
        display: flex;
        flex-direction: row;
    }

    .grid_veiw_list .cat_grid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .grid_veiw_list .cat_img_title {
        width: 100%;
        gap: 18px;
        margin-left: 0%;
    }

    span.pr_single_name {
        width: 100%;
        font-family: Montserrat-Medium, "Helvetica Neue", Arial, sans-serif;
        -webkit-line-clamp: 5;
    }

    .grid_veiw_list .brand-column {
        margin: 15px 0px 4px;
        width: 62%;
    }

    .grid_veiw_list .cost {
        width: 100%;
        margin: 0px 0px 0px 0%;
        display: flex;
        justify-content: space-between;
    }

    .grid_veiw_list .image_cart_451 {
        width: 32%;
        height: 120px !important;
    }

    .grid_veiw_list .cat_grid {
        /* padding-right: 0px; */
        width: 100%;
        /* padding-left: 0%; */
        /* padding-bottom: 15px; */
        gap: 11px;
    }

    .grid_veiw_list .sho_hide {
        width: 100% !important;
        padding-left: 3%;
    }

    .grid_veiw_list .number {
    }

    .number {
    width: 100%;
    }

    .btn_filtr1 {
        margin-top: 11px;
    }

    .othe_option_list a {
        height: auto;
    }

    .pr_left .other_option_list .splide__slide {
        height: auto;
    }

    .othe_option_list .splide__slide {
        height: 80px;
    }

    .othe_option_list .splide__arrow--next {
        right: -17px;
    }

    .othe_option_list .splide__arrow--prev {
        left: -18px;
    }

    .pr_right_side_inside {
        padding: 11px 1rem 0px;
    }

    .cart_right {
        width: 100%;
        margin-top: 24px;
    }

    .cart_info_spec {
        width: 100%;
    }

    .cart_pr {
        display: flex;
        flex-wrap: wrap;
        padding: 12px 0px 0px;
    }

    .checkout_total {
        width: 100%;
        padding: 6% 7% 9%;
    }

    .dostavka {
        padding: 5%;
    }

    .dostavka.de2 .container {
        padding: 0px;
    }

    .number_znat1_big {
        margin-bottom: 0px;
        font-size: 17px;
        padding: 0px;
    }

    .JSXH9l {
        border-top: 1px solid rgb(238, 238, 238);
        margin-top: 7px;
        padding: 12px 0px 0px;
    }

    .delv_item div {
        width: auto;
    }

    .delv_item b {
        width: 100%;
        font-size: 15px;
    }

    .dos_option_adress .input {
        width: 100%;
        margin: 8px 0px;
    }

    .dos_option_adress {
        display: flex;
        flex-wrap: wrap;
    }

    .topic__inner {
        display: none;
    }

    .cat_top_spec_top {
        margin-top: 0px;
    }

    .mob_top {
        position: relative;
        top: 0px;
        float: none;
        display: inline-block;
        margin: 16px 0px 0px;
    }

    .mob_top .privesy {
        display: none;
    }

    .cart_mob_bbb {
        position: fixed;
        left: 0%;
        width: 100%;
        border-radius: 0px;
        bottom: 0%;
        z-index: 999999;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.21) 0px 0px 5px 0px;
    }

    .triangle {
        display: none;
    }

    .friens_use_link_big_right {
        display: none;
        margin-top: 23px;
    }

    .de2 {
        display: flex;
        flex-wrap: wrap;
    }

    .cart_pr_left {
        width: 100%;
    }

    .number_cart .pr_single_name {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

    .cart_pr_right {
        margin: 10px 0px 0px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .single_price_cart {
        display: flex;
        flex-wrap: wrap;
    }

    .cart_pr_left img {
        width: 88px;
    }

    .list-item2 .amount_total {
        top: 15px;
    }

    .de2 .number_znat1_big {
        background: rgb(255, 255, 255);
        width: 100%;
        padding: 3% 6% 3% 1%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .de2 .tab-wrap {
        margin: 0px;
        box-shadow: none;
        padding: 0px;
    }

    .dos_typ_icon {
        width: 50px;
        text-align: center;
        justify-content: center;
    }

    .dos_second_left {
        display: none;
    }

    .keeq_vew {
        display: flex;
        flex-wrap: wrap;
    }

    .qeek_left {
        height: 330px;
        width: 100%;
    }

    .qeek_right {
        width: 100%;
        padding: 10px 31px 70px 30px;
    }

    .qeek_left .splide__slide {
        height: 300px;
    }

    .qeek_left img {
        object-fit: contain !important;
    }

    .qeek_left .splide {
        height: 330px !important;
    }

    .qeek_left .splide__arrow--next {
        right: 10px;
    }

    .qeek_left .splide__arrow--prev {
        left: 10px;
    }

    .cart_mob_bbb button {
        margin: 3% 0%;
        width: 94%;
    }

    .cart_backround #breadcrumbs {
        padding-top: 73px !important;
    }

    .brand {
    }

    .effect-3 {
        padding: 56px 15px 20px;
        box-shadow: none;
    }

    .inner {
        margin-top: 20px;
        /* padding: 0px 1rem; */
    }

    .mob_hide {
    }

    label.mob_lab2 {
        justify-content: center !important;
    }

    
    .grid_veiw .not_in_stock_button {
        width: 100%;
        margin: auto;
    }

    .teV1V9viMMG2GQbTNKa_ {
        width: 100%;
        padding: 5%;
    }

    .inner h3 {
        font-size: 25px;
    }

    .sop_pr_block h4 {
        font-size: 22px;
    }

    .pr_podbor_title {
        font-size: 21px;
    }

    .ochist_vse {
        margin-top: 11px;
    }

    .teV1V9viMMG2GQbTNKa_ {
        background-position: 131% center;
        background-size: 110px;
        margin-top: 12px;
    }

    .socials-inner-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .socials-item {
        width: 100%;
        margin-bottom: 23px;
    }

    .namak_big {
        display: flex;
        flex-wrap: wrap;
    }

    .namak {
        width: 100%;
    }

   
    .page_center_rev {
        display: flex;
        padding-top: 8px;
    }

    .ouPEQAX0YkRnTUsYknvg {
        width: 100%;
        margin-bottom: 50px;
    }

    .iY2kcBlvN0BOq5SeX4uv {
        width: 100%;
    }

    .iZkrbYpW1pYUDnl32ZCe {
        padding-top: 30px;
        padding: 24px 24px 37px;
    }

    .brand_list a {
        width: 29%;
        margin-bottom: 10px;
        height: 100px;
    }

    .brand_list {
        display: flex;
        justify-content: space-between;
    }

    .cat_title_count img {
        width: 70px;
        height: auto;
    }

    .podborki {
        margin: 10px 0px 8px;
        padding: 0px 1em;
    }

    .cat_list_right_brend .grid_veiw {
    }

    .page_content_page_news img {
        border-radius: 8px;
        width: 100% !important;
        height: auto !important;
    }

    .container_news h1 {
        margin: 20px 0px 15px;
    }

    .page_content_page_news {
        margin-bottom: 60px;
        width: 100%;
    }

    .slider_partner {
    margin: 7px 0px 14px;
    }

    .partner_left {
        width: 100%;
        text-align: center;
    }

    .partner_right {
        margin-top: 10px;
    }

    .partner__yellow-dots {
        left: 17%;
        width: 67%;
        top: -61px;
    }

    #splide_partner {
        padding: 0% 5%;
    }

    .container_news {
        width: 100%;
        padding: 0px 1em;
    }

    ul.all_news_one li {
        width: 49%;
    }

    .news_img {
        height: 220px;
    }

    .masterkassa {
        margin: 20px 0px 0px;
    }

    .kDmVGtAcsMdQBsv0Dl6S {
    }

    .TvlWcNyJLs0_cGoO1ebw {
        width: 100%;
        margin: 6px 0px 0px;
        font-size: 11px;
    }

    .logo_rev {
    }

    .assortment-block-item {
        height: 73px;
        background-size: 12%;
        background-position: 5% 50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 22%;
        font-size: 15px;
    }

    .cart_info_spec small {
        position: relative;
        bottom: -3px;
    }

    .cart_search {
        margin-top: 0px;
    }

    .typography_cart {
    }

    .price_cart {
        margin-top: 5px;
    }

    .t_code_cat {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .rekvizt_row {
        width: 100%;
    }

    .head_pofile .tooltip__content {
        margin-right: 0px;
        width: 240px;
    }

    .qeek_right .o_attrs_select {
        display: none;
    }

  
 

    .alert.-success {
        padding-bottom: 6px;
        margin: 15px 1rem;
    }

    .ad_cart_button .btn-text {
        font-size: 15px;
    }

    .Fu9TC0.GXsDBY {
        display: none;
    }

    div#readmore h2 {
        font-size: 21px;
        line-height: 31px;
    }

    .qeek_add_cart .ad_cart_button {
    }

    .product_otziv_one_name_top {
        display: flex;
        justify-content: space-between;
    }

    .product_otziv_one_name_top_right {
        margin-right: 10px;
    }

    .for_spec_arrr .splide__arrow {
        height: 3.2em;
    }

    .sop_pr_block .splide__pagination {
        bottom: -22px;
    }

    .top_cats {
        margin-bottom: 30px;
    }

    li.nav_title_title {
        font-size: 15px;
        background: rgb(238, 238, 238);
        color: rgb(85, 85, 85);
        padding: 11px 0px 12px 16px !important;
    }

    li.client_info.second_menu_item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav-link {
        width: 100%;
        display: inline-block;
    }

    .for_spec_arrr {
    }

    span.sr_price_row {
        display: inline-block !important;
    }

    .search_five_res {
        top: 55px;
        left: 0px;
        box-shadow: none;
    }

    .open_search_back_center {
        padding: 7%;
        box-shadow: none;
        border: none;
    }

    .sear_bottom {
    }

    .one_s_res {
        margin-bottom: 10px;
        border: navajowhite;
    }

    span.profile-menu22 {
        display: flex;
    }

    .fl_rate_right span {
        display: flex;
    }

    .content_descr h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .content_descr img {
        margin: 18px 0px 29px;
        height: auto;
        width: 100% !important;
    }

    .search_page .close_after_select {
        position: absolute;
        top: 17px;
    }

    .cat_list_right_brend .close_after_select {
        position: absolute;
        top: 17px;
        right: 22px;
    }

    .prais-header {
        box-shadow: none;
        margin-bottom: 10px;
    }

    .price-download {
        display: flex;
        flex-wrap: wrap;
    }

    .prais-header .price-button {
        width: 100%;
        text-align: center;
    }

    .price-button a {
    text-align: center;
    display: flex;
    justify-content: center;
    }

    .price-download-desc {
        margin-top: 10px;
        margin-left: 0px;
    }

    .cart_title_art1 {
        margin: 0px 0px 0px 12px;
    }

    .product_pricelist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product_pricelist_image_title {
        width: 100%;
        margin: 0px 0px 12px;
    }

    .product_pricelist .pr_title_cart a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .product_pricelist .spec452 {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 2px;
    }

    .product_pricelist .on_pr_row {
        margin-bottom: 14px;
    }

    .not_found {
        width: 100%;
    }

    .home_h1_text_title {
        margin-top: 15px;
        padding: 10px 0em 0px;
    }

    .inner_spec {
        width: 100%;
    }

    .spec_harcakan {
        width: 100%;
    }

    .sL19SRLo7ak2T1uWf_Ol {
        margin-left: 0px;
    }

    .reg_radio_buttons em img {
        margin: 5px 10px 4px 0px;
    }

   
    .delv_item_price {
        margin-left: 0px;
        font-size: 14px;
    }

    .delv_item_time {
        font-size: 14px;
    }

    .web_sty {
    }

    div#pnlLogin p {
        font-size: 17px;
    }

    ul.account_menu li {
        width: 48%;
        margin-bottom: 12px;
    }

    .d1151-a1 {
        display: none;
    }

    .del_loc_bottom {
        width: 100%;
        margin-left: 0px;
    }

    .cart_pr_zakaz {
        width: 50%;
        margin: 0%;
        border-radius: 0px;
    }

    .cart_pr_right_zakaz {
        padding: 3% 7% 6%;
    }

    .zakaz_delll {
        padding: 0px;
        margin: 1em auto 2em;
        box-shadow: none;
        border: 2px solid rgb(204, 204, 204);
    }

    .account_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 19px 1em;
    }

    .delivery_location {
        padding: 22px 22px 7px;
    }

    .delivery_total {
        padding-left: 25px;
        margin-top: 0px;
    }

    .account_page .effect-3 {
        padding: 30px;
        margin: 25px auto 64px;
    }

    .lk-menu-main__title {
        display: flex;
        justify-content: flex-start;
        padding: 12px 0px 12px 20px;
    }

    .payment-page-types__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .order_number_all {
        width: 100%;
    }

    .sdek_take_numebr {
        width: 100%;
        padding: 12px 0px;
        margin-top: 14px;
    }

    .header .menu > ul > li .menu-subs {
        position: absolute;
        display: none;
        top: 0px;
        left: 0px;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 50px 0rem 0rem;
        opacity: 4;
        overflow-y: auto;
        visibility: visible;
        transform: translateX(0%);
        box-shadow: none;
    }

    .pr_box_memisions {
        width: 100%;
    }

    .sop_pr_block .is2 {
        display: none;
    }

    .dots_map {
        display: flex;
        flex-wrap: wrap;
    }

    .dost_types {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100% !important;
    }

    .a_mp {
        width: 100% !important;
        margin-top: 20px;
    }

    .one_dost {
        width: 48%;
    }

    .alert_warning {
        margin-top: 12px;
    }

    

    .sho_hide .reg_radio_buttons {
    }

    .grid_veiw_list .order_details_form_content {
        position: absolute;
        bottom: 73px;
        right: 14px;
        display: flex;
        flex-wrap: nowrap;
        width: 32% !important;
    }

    .grid_veiw_list .spec452 {
        width: 130px;
    }

    .spec452 .ad_cart_button {
        padding: 10px 5px;
        height: 39px;
    }

    .grid_veiw_list {
    box-shadow: none;
    }

    .cat_childes ul {
        display: flex;
        gap: 10px;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    li.menu-item-has-children a {
    }

    i.ion.ion-ios-arrow-down {
        display: flex;
        align-items: center;
    }

    li.top_men_spec {
        background: rgb(238, 238, 238);
    }

    svg.werrdBnAhV {
        fill: currentcolor;
        color: rgb(255, 143, 0);
        width: 29px;
        height: 29px;
        position: absolute;
        left: 17px;
        top: 10px;
    }

    .favorit.f_hed svg {
    }

    .head_right svg {
        width: 23px !important;
    }

    span.logo_text b {
        font-size: 16px;
        margin-left: 5px;
        color: rgb(255, 161, 113);
    }

    .accordion::after {
    }

    .more_harcer {
        display: flex;
        flex-wrap: wrap;
        padding: 25px 20px;
    }

    .btns {
        width: 100%;
    }

    .filters_left_left_right {
    }

    figure.image.image-style-side {
        margin: 0px;
    }

    .sho_hide .ad_cart_button .btn-text {
        font-size: 13px;
        line-height: 13px;
    }

    .sop_pr_block .order_details_form_content {
        margin-bottom: 12px;
    }

    .pr_left a {
        padding: 5% 8% 8%;
    }

    .cart_items.dostavka .add_favorite {
        margin-right: 12px;
    }

    .dos_type_1 small {
        display: none;
    }

    .dos_type_1 {
        margin-left: 0px;
    }

    .one_dost img {
        right: 4px;
        bottom: 6px;
    }

    div#payment_block .reg_radio_buttons em {
        width: 87%;
    }

    .HSFTJpYNgysfUk6KMJL7 {
        display: flex;
        justify-content: space-between;
    }

    .TEQUPVeHNywF1fOsc9x6 {
        margin: 0px;
    }

    .page_sucses p b {
        font-size: 17px;
        width: 100%;
        display: inline-block;
        margin: 6px 0px;
    }

   
    svg.wdolk {
        width: 30px;
        height: 24px;
        fill: currentcolor;
        margin-right: 10px;
        color: rgb(64, 160, 0) !important;
    }

    .links.rL {
        width: 100%;
        padding-bottom: 15px;
    }

    .yur_left {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
        padding: 25px 3px;
    }

    .home_text {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 1em;
        width: 100%;
        margin: 112px auto 0px;
    }

    .home_img_right {
        width: 100%;
    }

    .home_text_top {
        width: 100%;
        margin-bottom: 9px;
        margin-top: 50px;
    }

    .home_img_right #splide222 {
        width: 100%;
        margin-bottom: 10px;
    }

    .home_img_right #splide222 img {
        object-fit: cover;
    }

    .home_img_right .splide__pagination {
        display: none;
    }

    li.nav-item svg {
        color: rgba(16, 16, 16, 0.71);
    }

    .links_footer {
        display: flex;
        justify-content: center;
        margin-bottom: 29px;
    }

    .links_footer a {
        margin: 19px 0px 0px;
        width: 80%;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 460px) {
    .cat_home a {
    gap: 0px;
    display: flex;
    flex-direction: column-reverse;
    }
}

@-webkit-keyframes loading-animation {
    0% {
        transform: translate(-12px, -12px);
    }

    100% {
        transform: translate(-12px, -12px) rotate(360deg);
    }
}

@keyframes loading-animation {
    0% {
        transform: translate(-12px, -12px);
    }

    100% {
        transform: translate(-12px, -12px) rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes rotatingInverse {
    0% {
        transform: rotate(1turn);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotatingInverse {
    0% {
        transform: rotate(1turn);
    }

    100% {
        transform: rotate(0deg);
    }
}

ul.cd-dropdown-icons {
    position: fixed !important;
    width: 100% !important;
}

.sticky .cd-dropdown-content .cd-dropdown-icons {
    width: 98%;
}

li.go-back {
    font-size: 14px;
    width: 100%;
}

@-webkit-keyframes loading-animation {
    0% {
        transform: translate(-12px, -12px);
    }

    100% {
        transform: translate(-12px, -12px) rotate(360deg);
    }
}

@keyframes loading-animation {
    0% {
        transform: translate(-12px, -12px);
    }

    100% {
        transform: translate(-12px, -12px) rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes rotatingInverse {
    0% {
        transform: rotate(1turn);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotatingInverse {
    0% {
        transform: rotate(1turn);
    }

    100% {
        transform: rotate(0deg);
    }
}

::-webkit-scrollbar {
    width: 10px;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
}

::-webkit-scrollbar-thumb {
    background: rgb(228, 230, 234);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(137, 137, 137);
}

.cd-dropdown-wrapper {
    display: flex;
    position: relative;
    height: 44px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    z-index: 99;
    align-items: center;
    justify-content: center;
}

.cd-dropdown-trigger {
    display: flex;
    position: relative;
    padding: 0px 48px 0px 5px;
    font-size: 15px;
    line-height: 40px;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    font-weight: 400;
}

.no-touch .cd-dropdown-trigger:hover {
    color: rgb(248, 75, 80);
}

.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    content: "";
    position: absolute;
    top: 38%;
    margin-top: 0px;
    height: 2px;
    width: 18px;
    background: rgb(0, 0, 0);
    backface-visibility: hidden;
    transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
    right: 18px;
    transform: rotate(180deg);
}

.cd-dropdown-trigger::after {
    right: 18px;
    transform: rotate(180deg);
    top: 56%;
}

@media only screen and (min-width: 1025px) {
    .cd-dropdown-trigger {
    }

    .cd-dropdown-trigger.dropdown-is-active {
        color: rgb(232, 49, 55);
    }

    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    }

    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        width: 17px;
    }

    .cd-dropdown-trigger.dropdown-is-active::before {
        transform: translateX(5px) rotate(-45deg);
        top: 20px;
        right: 21.5px;
        background: rgb(248, 75, 80);
    }

    .cd-dropdown-trigger.dropdown-is-active::after {
        transform: rotate(45deg);
        top: 20px;
        right: 17px;
        background: rgb(248, 75, 80);
    }
}

.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content button, .cd-dropdown-content ul a, .cd-dropdown-content ul button {
    height: 50px;
    line-height: 50px;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content button, .cd-dropdown-content ul a, .cd-dropdown-content ul button {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1025px) {
    .cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content button, .cd-dropdown-content ul a, .cd-dropdown-content ul button {
        height: 50px;
        line-height: 50px;
    }
}

.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content button, .cd-dropdown-content ul a, .cd-dropdown-content ul button, .cd-dropdown-content .cd-divider {
    padding: 0px 20px;
}

.cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(-100%);
    transition: transform 0.3s, visibility 0.3s;
}

.cd-dropdown h2 {
    position: relative;
    z-index: 999;
    display: flex;
    background-color: rgb(53, 55, 68);
    border-bottom: 1px solid rgb(234, 234, 234);
    align-items: center;
    color: rgb(88, 90, 112);
    padding-left: 11px;
}

.cd-dropdown .cd-close {
    position: absolute;
    z-index: 9999;
    right: 0px;
    top: 0px;
    height: 52px;
    width: 61px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: black;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 23px;
    width: 2px;
    background-color: rgb(0, 0, 0);
}

.cd-dropdown .cd-close::after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.3s, visibility;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
    }
}

@media only screen and (min-width: 1025px) {
    .cd-dropdown {
        position: absolute;
        top: calc(100% + 2px);
        height: auto;
        width: auto;
        background-color: rgb(255, 255, 255);
        color: rgb(17, 20, 51);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    }

    .open-to-left .cd-dropdown {
        right: 0px;
        left: auto;
    }

    .cd-dropdown h2, .cd-dropdown .cd-close {
        display: none;
    }

    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        transform: translateY(0px);
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    }
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: rgb(255, 255, 255);
    display: flex;
    width: 100%;
    height: 100%;
    list-style: none;
    overflow: hidden auto;
    transition: transform 0.3s;
    padding-top: 54px;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.cd-dropdown-content a, .cd-dropdown-content button, .cd-dropdown-content ul a, .cd-dropdown-content ul button {
    display: flex;
    color: rgb(0, 0, 0);
    border-top-width: 1px;
    border-color: rgb(243, 243, 243) rgb(243, 243, 243) rgb(238, 238, 238);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0px;
}

.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
}

.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0px;
}

.cd-dropdown-content a, .cd-dropdown-content button, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul button, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    transform: translateZ(0px);
    backface-visibility: hidden;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > button, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > button, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > button, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > button, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    opacity: 0;
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > button, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > button, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
}

@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 50px;
    }

    .cd-dropdown-content a, .cd-dropdown-content button, .cd-dropdown-content ul a, .cd-dropdown-content ul button {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 1025px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0px;
        overflow: visible;
    }

    .cd-dropdown-content a, .cd-dropdown-content button, .cd-dropdown-content ul a, .cd-dropdown-content ul button {
        color: rgb(17, 20, 51);
        height: 47.4px;
        line-height: 40px;
        border-color: rgb(235, 235, 235);
    }

    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: rgb(179, 179, 179);
        border-top: 1px solid rgb(235, 235, 235);
    }

    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
        border-top-width: 1px;
    }

    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > button, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > button, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > button, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > button, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        opacity: 1;
    }
}

.cd-dropdown-content .see-all a {
    color: rgb(0, 0, 0);
    background: rgb(251 236 223 / 47%);
    font-size: 14px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* height: 57px; */
    line-height: 21px;
    font-size: 14px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 24px;
    position: relative;
    width: 100% !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: rgb(17, 20, 51);
    font-size: 1.3rem;
    display: none;
}

@media only screen and (min-width: 1025px) {
    .cd-dropdown-content {
        position: static;
        width: 400px;
        overflow: auto;
        padding: 8px 0px;
        height: 434px;
    }

    .cd-dropdown-content > li:last-of-type a {
        border-bottom: none;
    }

    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: rgb(222, 90, 86);
    }

    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > button, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        transform: translateX(0px);
        opacity: 1;
    }

    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        transform: translateX(0px);
        left: 100%;
        height: auto;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 14px;
    }

    .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
        clear: both;
        content: "";
        display: table;
    }

    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        left: auto;
        right: 100%;
    }

    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        transform: translateX(0px);
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        animation: 0.2s ease 0s 1 normal none running cd-fade-in;
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        animation: 0.2s ease 0s 1 normal none running cd-fade-out;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        position: absolute;
        top: 10px;
        height: 45px;
        text-align: center;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
        margin: 0px;
        height: 100%;
        font-size: 14px;
        text-decoration: underline;
        color: rgb(4, 102, 255);
        line-height: 45px;
        padding-left: 12px;
        background: rgb(255, 255, 255);
        pointer-events: auto;
        transition: color 0.2s, background-color 0.2s;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }

    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 65px 16px 11px;
    }

    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        width: auto;
    }

    .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
        width: 100%;
        float: left;
        list-style: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 550px;
        padding-bottom: 65px;
    }

    .cd-dropdown-content .cd-secondary-dropdown::before {
        position: absolute;
        content: "";
        top: 290px;
        left: 15px;
        height: 1px;
        width: 520px;
        background-color: rgb(235, 235, 235);
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > a, .cd-dropdown-content .cd-secondary-dropdown > li > button {
        color: rgb(63, 134, 84);
        font-size: 1.6rem;
        margin-bottom: 10px;
        line-height: 30px;
        height: 30px;
        pointer-events: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a, .cd-dropdown-content .cd-secondary-dropdown.move-out > li > button {
        transform: translateX(0px);
    }

    .cd-dropdown-content .cd-secondary-dropdown > li {
        margin: 20px 0px;
        border-right: 1px solid rgb(235, 235, 235);
        border-top-color: rgb(235, 235, 235);
        border-bottom-color: rgb(235, 235, 235);
        border-left-color: rgb(235, 235, 235);
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        padding: 0px 30px;
        height: 250px;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
        border-right-width: 0px;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
        transform: translate(0px);
        position: relative;
        height: auto;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 25px;
        height: 25px;
        font-size: 1.3rem;
        padding-left: 0px;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: rgb(63, 134, 84);
    }

    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back button {
        padding-left: 20px;
        color: transparent;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back button:hover {
        color: transparent;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back button::before, .cd-dropdown-content .cd-secondary-dropdown .go-back button::after {
        left: 0px;
    }

    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }

    .cd-dropdown-content .cd-dropdown-gallery > li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
        margin-right: 0px;
    }

    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0px;
        height: auto;
        line-height: normal;
        color: rgb(63, 134, 84);
        margin-bottom: 2em;
    }

    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a, .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
        margin-bottom: 0px;
    }

    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0px 0px 0.6em;
    }

    .cd-dropdown-content .cd-dropdown-icons {
        width: 825px;
        height: 434px;
        overflow: auto;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        /* height: 68px; */
        line-height: 1.3;
        padding: 6px 10px 7px;
        font-size: 13.5px;
        width: 99%;
        display: flex;
        align-items: center;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        color: rgb(0, 8, 255);
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: rgb(0, 0, 0);
        font-weight: normal;
        font-size: 14px;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
        font-size: 1.2rem;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    }

    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
        display: none;
    }

    .cd-dropdown-content > .has-children > ul.is-active {
        visibility: visible;
        display: block;
    }

    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        visibility: visible;
    }

    .cd-dropdown-content > .has-children > .is-active {
        color: rgb(4, 102, 255);
    }

    .cd-dropdown-content > .has-children > .is-active::before, .cd-dropdown-content > .has-children > .is-active::after {
        background: rgb(72, 79, 85);
    }

    .open-to-left .cd-dropdown-content > .has-children > .is-active {
        box-shadow: rgb(63, 134, 84) -2px 0px 0px inset;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    appearance: none;
    background-color: rgb(36, 38, 67);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 0px;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
}

.cd-search input[type="search"]:focus {
    background: rgb(255, 255, 255);
    color: rgb(17, 20, 51);
    outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 820px) {
    .cd-search input[type="search"] {
        background-color: rgb(235, 235, 235);
    }

    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: rgb(179, 179, 179);
    }
}

.has-children > a, .go-back button {
    position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back button::before, .go-back button::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: rgb(126, 126, 126);
    backface-visibility: hidden;
}

.has-children > a::before, .go-back button::before {
    transform: rotate(45deg);
}

.has-children > a::after, .go-back button::after {
    transform: rotate(-45deg);
}

@media only screen and (min-width: 820px) {
    .has-children > a::before, .has-children > a::after, .go-back button::before, .go-back button::after {
        background: rgb(179, 179, 179);
    }
}

.has-children > a {
    padding-right: 40px;
    font-size: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.has-children > a::before, .has-children > a::after {
    right: 20px;
    transform-origin: 9px 50%;
}

@media only screen and (min-width: 820px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }

    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
        right: auto;
        left: 20px;
        transform-origin: 1px 50%;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item img {
    }
}

.cd-dropdown-content .go-back button {
    padding-left: 40px;
    font-size: 15px;
}

.cd-dropdown-content .go-back button::before, .cd-dropdown-content .go-back button::after {
    left: 20px;
    transform-origin: 1px 50%;
}

.cd-main-content {
    background-color: rgb(230, 230, 230);
    min-height: calc(-100px + 100vh);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

li.has-children {
    list-style: none;
    width: 100%;
}

.has-children > a img {
    width: 36px;
    height: 36px;
    background: #de5a56;
    border-radius: 6px;
    padding: 7px;
    display: flex;
}

.cd-dropdown-content .go-back button {
    width: 100%;
    font-weight: 500;
}

#mobileheader {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

#mobileheader .inline-phone-show {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mobileheader .wrap_phones .dropdown-mobile-phone {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    background: rgb(255, 255, 255);
    display: none;
}

.wrap_phones .more_phone {
    border-bottom: 1px solid rgb(242, 242, 242);
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid rgb(242, 242, 242);
}

.page_content_page h2 {
    font-weight: 500;
    font-size: 22px;
}

strong {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.cd-dropdown_search {
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    padding-right: 2%;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(-100%);
    transition: transform 0.4s, visibility 0.4s;
}

.cd-dropdown_search.dropdown-is-active {
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.3s, visibility;
}

.for_fav_icon .add_favorite {
    right: 14px;
    background: rgb(255, 255, 255);
    border-radius: 21px;
    padding: 2px;
    position: absolute !important;
    top: 9px !important;
}

.footer_call {
    overflow: hidden;
    position: fixed;
    right: 19px;
    bottom: 125px;
    width: 52px;
    height: 50px;
    z-index: 999;
    display: none;
    border-radius: 50%;
}

.podborki_values_items {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 10px 0px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.podborki_values_items::-webkit-scrollbar {
    display: none;
}

.podborki_values_items_name {
    flex: 0 0 auto;
    white-space: nowrap;
    transition: background 0.3s;
}

.app_buttons_qr {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
}

.podborki_values {
    position: relative;
    overflow: hidden;
}

.podborki_values::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 40px;
    background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.ship-note {
    --bg: #f7f7f8;
    --card: #fff;
    --fg: #101828;
    --muted: #667085;
    --line: #e7e7ea;
    --brand: #0b63f6;
    --ok: #12b76a;
}

.ship-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: rgba(16, 24, 40, 0.04) 0px 2px 10px;
    overflow: hidden;
}

.ship-head {
    display: flex;
    gap: 12px;
    margin: 26px 0px 20px;
}

.ship-head h3 {
    margin: 0px;
    font-size: 20px;
    line-height: 1.25;
}

.ship-body {
    padding: 22px;
}

.ship-body p {
    margin: 0px 0px 12px;
}

.ship-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    margin-top: 10px;
}

@media (max-width: 860px) {
    .ship-grid {
        grid-template-columns: 1fr;
    }
}

.ship-callout {
    padding: 14px 16px;
    border: 1px dashed rgb(223, 227, 232);
    border-radius: 12px;
    background: rgb(252, 252, 253);
    color: rgb(31, 35, 40);
}

.ship-list {
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
}

.ship-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: 10px;
    background: rgb(255, 255, 255);
}

.ship-list .dot {
    flex: 0 0 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--ok);
    margin-top: 6px;
}

.ship-cta .btn {
    margin-left: auto;
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--brand);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 560px) {
    .ship-cta .btn {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }
}

.fab-btn::before, .fab-btn::after {
    content: " ";
    display: block;
    position: absolute;
    border: 2px solid rgb(112 205 116 / 43%);
    inset: -20px;
    border-radius: 50%;
    animation: 1.5s linear 0s infinite normal none running animate;
    opacity: 0;
    backface-visibility: hidden;
}

.fab-btn::after {
    animation-delay: 0.5s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


.fab-btn.active {
    background: rgb(231, 76, 60);
}

.fab-btn img {
    transition: 0.4s;
}

.fab-menu {
    position: absolute;
    bottom: 77px;
    right: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    pointer-events: none;
}

.fab-menu .fab-mini {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(37, 211, 102);
    box-shadow: rgba(44, 62, 80, 0.17) 0px 2px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    transition: 0.36s cubic-bezier(0.5, 1.5, 0.8, 1.15);
    pointer-events: auto;
}



.fab-btn.fab-appear {
    animation: 0.5s cubic-bezier(0.22, 1, 0.36, 1.2) 0s 1 normal forwards running fab-fade-in;
}

@keyframes fab-fade-in {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#fab-wrap.open .fab-menu .fab-mini {
    opacity: 1;
    transform: translateY(0px) scale(1);
}

#fab-wrap.open .fab-menu .fab-mini:nth-child(1) {
    transition-delay: 0.06s;
}

#fab-wrap.open .fab-menu .fab-mini:nth-child(2) {
    transition-delay: 0.18s;
}

span.t7 span {
    cursor: pointer;
}

.category_faq {
    margin-top: 24px;
}

.category_faq .faq-title {
    margin: 0px 0px 21px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
}

.category_faq .faq-list {
    display: grid;
    gap: 12px;
}

.category_faq .faq-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 18px;
    overflow: hidden;
}

.category_faq .faq-q {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    line-height: 1.25;
}

.category_faq .faq-q::-webkit-details-marker {
    display: none;
}

.category_faq .faq-q-text {
    display: block;
}

.category_faq .faq-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.02);
    position: relative;
}

.category_faq .faq-icon::before, .category_faq .faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: rgba(0, 0, 0, 0.65);
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

.category_faq .faq-icon::after {
    width: 2px;
    height: 12px;
}

.category_faq .faq-item[open] .faq-icon::after {
    opacity: 0;
}

.category_faq .faq-a {
    padding: 12px 21px 15px 25px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 1.55;
}

.category_faq .faq-item[open] .faq-q {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@media (prefers-reduced-motion: no-preference) {
    .category_faq .faq-item {
        transition: box-shadow 0.2s, transform 0.2s;
    }

    .category_faq .faq-item:hover {
        box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 26px;
        transform: translateY(-1px);
    }

    .category_faq .faq-icon {
        transition: transform 0.2s;
    }

    .category_faq .faq-item[open] .faq-icon {
        transform: rotate(180deg);
    }
}

@media (max-width: 640px) {
    .category_faq .faq-title {
        font-size: 25px;
    }

    .category_faq .faq-q {
        padding: 15px;
        font-size: 15px;
    }

    .category_faq .faq-a {
        font-size: 15px;
    }
}

.product_faq_block {
    margin-top: 50px;
    border-radius: 14px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.faq_head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5px;
}

.faq_title {
    margin: 0px;
    font-size: 27px;
    font-family: Montserrat-Black, "Helvetica Neue", Arial, sans-serif;
}

.faq_actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.faq_btn {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.06s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
    user-select: none;
}

.faq_btn:active {
    transform: translateY(1px);
}

.faq_btn_primary {
    background: rgb(31, 41, 55);
    color: rgb(255, 255, 255);
}

.faq_btn_primary:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 20px;
}

.faq_btn_secondary {
    background: 0% 0% / 100% rgb(53, 109, 32);
    padding: 14px 24px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    float: left;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 15px 0px;
}

.faq_btn_secondary:hover {
    background: rgb(15, 82, 0);
}

.faq_btn.is_loading {
    opacity: 0.7;
    cursor: progress;
}

.faq_list {
    margin-top: 6px;
}

.faq_empty {
    display: flex;
    flex-wrap: wrap;
    margin: 17px 0px 0px;
    padding: 23px 31px 27px;
    border: 1px solid rgba(229, 231, 232, 0.67);
    border-radius: 16px;
    background: rgba(238, 238, 238, 0.12);
}

.faq_item {
    padding: 20px 0px;
    border-top: 1px solid rgb(240, 240, 240);
}

.faq_item:first-child {
    border-top: none;
}

.faq_item_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.faq_q {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    min-width: 0px;
    width: 100%;
}

.faq_q_text {
    font-size: 15px;
    line-height: 1.45;
    color: rgb(17, 24, 39);
    word-break: break-word;
}

.faq_meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex: 0 0 auto;
}

.faq_date {
    font-size: 12px;
    color: rgb(107, 114, 128);
    white-space: nowrap;
}

.faq_toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    font-size: 13px;
    color: rgb(62, 65, 70);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.faq_toggle:hover {
}

.faq_chev {
    width: 8px;
    height: 8px;
    border-right: 2px solid rgb(107, 114, 128);
    border-bottom: 2px solid rgb(107, 114, 128);
    transform: rotate(45deg);
    transition: transform 0.2s;
}

.faq_toggle[aria-expanded="true"] .faq_chev {
    transform: rotate(-135deg);
}

.faq_a_wrap {
    margin-top: 10px;
    padding: 0px 29px;
}

.faq_a {
    padding: 2px 0px;
}

.faq_a_text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.7;
    color: rgb(17, 24, 39);
    word-break: break-word;
}

.faq_form_wrap {
    margin-top: 14px;
    padding: 30px;
    width: 72%;
    border-radius: 14px;
    border: 1px solid rgb(229, 231, 235);
    background: rgb(252, 252, 252);
}

.faq_form_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.faq_form_title {
    margin: 0px;
    font-size: 20px;
}

.faq_close {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgb(229, 231, 235);
    background: rgb(255, 255, 255);
    cursor: pointer;
    position: relative;
}

.faq_close::before, .faq_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: rgb(107, 114, 128);
    transform-origin: center center;
}

.faq_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.faq_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.faq_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    .faq_head {
        flex-direction: column;
        align-items: stretch;
    }

    .faq_actions {
        width: 100%;
    }

    .faq_grid {
        grid-template-columns: 1fr;
    }

    .faq_meta {
        align-items: flex-start;
    }
}

.faq_field span {
    display: block;
    font-size: 14px;
    color: rgb(37, 37, 38);
    margin: 0px 0px 6px;
}

.faq_field input, .faq_field textarea {
    width: 100%;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 6px;
    padding: 12px;
    font-size: 14px;
    outline: none;
    background: rgb(255, 255, 255);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.faq_field input:focus, .faq_field textarea:focus {
    border-color: rgb(156, 163, 175);
    box-shadow: rgba(156, 163, 175, 0.25) 0px 0px 0px 3px;
}

.faq_form_actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.faq_msg {
    font-size: 13px;
    color: rgb(107, 114, 128);
}

.faq_msg.ok {
    color: rgb(6, 95, 70);
}

.faq_msg.err {
    color: rgb(185, 28, 28);
}

.faq_note {
    margin-top: 10px;
    font-size: 12px;
    color: rgb(107, 114, 128);
}

.faq_author {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.faq_actions_left {
    border: 1px solid rgb(229, 231, 232);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    width: 23%;
}

p.faq_text_top {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

label.faq_field {
    margin-top: 20px;
}

.faq_head_big {
    width: 72%;
}

.faq_head_bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.answer_count {
    font-size: 12px;
    color: rgb(85, 85, 85);
}

p.faq_text {
    margin-top: 5px;
    font-size: 14px;
    display: inline-block;
    color: rgb(85, 85, 85);
    margin-bottom: 0px;
}

.faq_item_top_bottom {
    width: 100%;
    color: rgb(0, 0, 0);
}

.author_answer_date {
    display: flex;
    align-items: center;
    gap: 18px;
}

.author_answer {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    color: rgb(41, 123, 10);
    font-size: 14px;
}

span.faq_badge.faq_badge_answer {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    margin-right: 8px;
}

p.privesy1 {
    font-size: 12px;
    color: rgb(107, 114, 128);
}

.answer_count {
    cursor: pointer;
}

.answer_count:hover {
    text-decoration: underline;
}

.answer_count_empty {
    opacity: 0.6;
    cursor: default;
}
span.play_left {display: flex;}

.filial-image {
    position: relative;
}

 

button.cat-video-card.jsVideoOpen:hover {
    opacity: 0.9;
}

 @media (max-width: 1100px){ .cat-video-grid{ grid-template-columns:repeat(2,minmax(0,1fr)) !important; } }
      @media (max-width: 640px){ .cat-video-grid{grid-template-columns:1fr !important;} }
	  
	  
	  .cat-video-reviews h3 {
    margin: 39px 0px 20px;
}

.fancybox__content video {
    height: 100% !important;
}
  .kdc-modal{
    width:min(1100px, 92vw);
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 60px rgba(0,0,0,.28);
  }
  .kdc-modal__head{
    padding:14px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border-bottom:1px solid #eef1f6;
  }
  .kdc-modal__title{
    margin:0;
    font-size:16px;
    font-weight:700;
    line-height:1.2;
    color:#111;
  }
  .kdc-modal__close{
    border:0;
    background:#f3f5f8;
    width:38px;
    height:38px;
    border-radius:12px;
    cursor:pointer;
    font-size:18px;
    line-height:38px;
  }
  .kdc-modal__body{ background:#000; }
  .kdc-modal__ratio{
    position:relative;
    width:100%;
    height:0;
    padding-top:56.25%; /* 16:9 */
  }
  .kdc-modal__ratio > iframe,
  .kdc-modal__ratio > video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    display:block;
  }
  .kdc-modal__ratio > video{ object-fit:contain; }
	.kdc_small_video  {    position: relative;
    width: 100%;
    height: 0;
    padding-top: 176.25%;
    background: #000;}
	/* voice button */
.header-search{ position: relative; }

/* mic button */
.header-search__voice-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 32px;
  height: 27px;
  border-radius: 48px;
  background: #ffffff;
  cursor:pointer;
  margin-right: -2px;
  user-select:none;
}

.header-search.voice-listening .header-search__voice-btn{
  border-color: rgb(15 77 115 / 23%);
  box-shadow: 0 0 0 4px rgb(15 77 115 / 14%);
  animation: voicePulse 1.1s infinite;
}

@keyframes voicePulse{
  0%   { transform: scale(1); }
  50%  { transform: scale(1.06); }
  100% { transform: scale(1); }
}

/* badge */
.voice-badge{
  position:absolute;
  top:100%;
  left:0;
  margin-top: 2px;
  padding:10px 12px;
  border-radius: 12px;
  font-size:13px;
  line-height:1;
  opacity:0;
  transform: translateY(-4px);
  pointer-events:none;
  transition:.18s ease;
  background: rgba(15,15,15,.92);
  color:#fff;
  z-index:50;
  display:flex;
  align-items:center;
  gap:10px;
}

.voice-badge.is-visible{
  opacity:1;
  transform: translateY(0);
}

.header-search.voice-done .voice-badge{ background: rgba(0, 140, 60, .92); }
.header-search.voice-error .voice-badge{ background: rgba(200, 40, 40, .92); }

.voice-badge__text{white-space:nowrap;font-size: 12px;}

/* waves (3 dots) */
.voice-waves{
  display:none;
  align-items:center;
  gap:4px;
}
.voice-waves.is-active{ display:inline-flex; }

.voice-waves i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#fff;
  opacity:.6;
  animation: voiceDots 1s infinite ease-in-out;
}
.voice-waves i:nth-child(2){ animation-delay:.15s; }
.voice-waves i:nth-child(3){ animation-delay:.3s; }

@keyframes voiceDots{
  0%,100%{ transform: translateY(0); opacity:.5; }
  50%{ transform: translateY(-4px); opacity:1; }
}

#myHeader{ z-index: 9998; }

.home-top-promo{
  width:100%;
  background: #2f3132;
  color:#fff;
  font-size:14px;
  line-height:1.2;
  z-index:9999;
}

.home-top-promo__inner{display: flex;margin-left: auto;margin-right: auto;max-width: 1366px;padding-left: 1.5%;padding-right: 1.5%;width: 100%;align-items: center;padding-top: 7px;padding-bottom: 7px;justify-content: space-between;}

.home-top-promo__texts{
  display:flex;
  align-items:baseline;
  gap: 24px;
  flex-wrap:wrap;
  font-size: 13px;
}

.home-top-promo__subtitle{/* font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif; */}
.home-top-promo__note{
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.home-top-promo__timer{
  display:flex;
  align-items:baseline;
  gap:4px;
  white-space:nowrap;
  font-variant-numeric: tabular-nums;
}

.home-top-promo__timer .t{
  border-radius: 5px;
  font-size: 10px;
  text-align:center;
}

.home-top-promo__timer .l{opacity:.8;/* font-weight:700; */margin-right:2px;}
.home-top-promo__timer .sep{opacity:.45;}

.home-top-promo__btn{
  color: #e0e0e0;
  text-decoration: underline;
  cursor:pointer;
  font-size: 12px;
}

@media (max-width: 860px){
  .home-top-promo__inner{ flex-wrap:wrap; justify-content:center; }
}

.scroll-top-btn{
    position: fixed;
    left: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #f3353a;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(.94);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.scroll-top-btn.is-visible{
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-top-btn:hover{
    box-shadow: 0 14px 30px rgba(0,0,0,.28);
}

.scroll-top-btn:active{
    transform: translateY(0) scale(.96);
}

.scroll-top-icon{
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.scroll-top-progress{
    position: absolute;
    inset: 0;
    transform: rotate(-90deg);
    pointer-events: none;
}

.scroll-top-bg,
.scroll-top-bar{
    fill: none;
    stroke-width: 3;
}

.scroll-top-bg{
    stroke: rgba(255,255,255,.18);
}

.scroll-top-bar{
    stroke: #fff;
    stroke-linecap: round;
    stroke-dasharray: 151;
    stroke-dashoffset: 151;
    transition: stroke-dashoffset .12s linear;
}

@media (max-width: 768px){
    .scroll-top-btn{
        right: 14px;
        bottom: 14px;
        width: 50px;
        height: 50px;
    }

    .scroll-top-progress{
        width: 50px;
        height: 50px;
    }
}

.price-cat-filter{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:22px 0 24px;
}

.price-cat-filter__btn{
    appearance:none;
    border: 1px solid #e4e4e4a8;
    background: #f4f4f49e;
    color:#111;
    border-radius: 6px;
    padding:10px 16px;
    font-size:14px;
    line-height:1.2;
    display: flex;
    cursor:pointer;
    transition:.2s ease;
    align-items: center;
    gap: 9px;
}

.price-cat-filter__btn:hover,
.price-cat-filter__btn.is-active{
    background:#111;
    color:#fff;
    border-color:#111;
}

.price-cat-title-btn{
    display:block;
    width:100%;
    text-align:left;
    background:none;
    border:0;
    padding:0;
    cursor:pointer;
}

html{
    scroll-behavior:smooth;
}

@media (max-width: 768px){
    .price-cat-filter{
        flex-wrap:nowrap;
        overflow-x:auto;
        overflow-y:hidden;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        padding-bottom:4px;
    }

    .price-cat-filter::-webkit-scrollbar{
        display:none;
    }

    .price-cat-filter__btn{
        flex:0 0 auto;
        white-space:nowrap;
    }
}


.kdc-mega{
  position: relative;
}

.kdc-mega__trigger{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  border: 0;
  background: #ffffff;
  cursor: pointer;
  padding: 0px 26px 0px 19px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 10002;
  border-radius: 6px 6px 0px 0px;
}

.kdc-mega__trigger-text{
  line-height: 1;
}

.kdc-mega__burger{
  width: 22px;
  height: 16px;
  position: relative;
  display: inline-block;
  flex: 0 0 22px;
}

.kdc-mega__burger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #000000;
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
}

.kdc-mega__burger span:nth-child(1){top: 0;width: 15px;}
.kdc-mega__burger span:nth-child(2){top: 7px;width: 18px;}
.kdc-mega__burger span:nth-child(3){ top: 14px; }

.kdc-mega.is-open .kdc-mega__burger span:nth-child(1){
  top: 7px;
  transform: rotate(45deg);
  width: 21px;
  background: #ff0000;
}

.kdc-mega.is-open .kdc-mega__burger span:nth-child(2){
  opacity: 0;
}

.kdc-mega.is-open .kdc-mega__burger span:nth-child(3){
  top: 7px;
  transform: rotate(-45deg);
  background: #ff0000;
}

.kdc-mega__overlay{
  position: fixed;
  inset: 0;
  background: rgba(17, 20, 28, 0.28);
  /* backdrop-filter: blur(1px); */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 9998;
}

.kdc-mega.is-open .kdc-mega__overlay{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kdc-mega__panel{
  position: fixed;
  left: 0;
  right: 0;
  top: 117px;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-14px);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
  z-index: 9999;
  box-shadow: 0 18px 44px rgba(13, 18, 32, 0.08);
}

.kdc-mega.is-open .kdc-mega__panel{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  display: flex;
}

.kdc-mega__inner{
  padding: 25px 0px 17px;
  min-height: 450px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  width: 100%;
}

.kdc-mega__head{
}

.kdc-mega__head-left{
  color: #f15a24;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.kdc-mega__head-left::before{
  content: "Ã—";
  margin-right: 8px;
}

.kdc-mega__head-close{
}

.kdc-mega__head-close::before{
  content: "Ã—";
  margin-right: 8px;
}

.kdc-mega__body{
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 0;
  align-items: start;
  overflow: auto;
  scrollbar-width: thin;
}

.kdc-mega__sidebar{
  padding-right: 19px;
  overflow: auto;
  scrollbar-width: thin;
}

.kdc-mega__cats{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  scrollbar-width: thin;
}

.kdc-mega__cat-item{
  margin: 0 0 8px;
}

.kdc-mega__cat-btn{
  width: 100%;
  min-height: 40px;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 10px 17px;
  font-size: 15px;
  border-radius: 6px;
  color: #5a5a5a;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.kdc-mega__cat-btn:hover{
  color: #222;
  background: #f7f7f7;
}

.kdc-mega__cat-btn.is-active{
  color: #f3353a;
  background: #f5f5f5;
  box-shadow: inset 0 0 0 1px #f0f0f0;
}

.kdc-mega__cat-btn-inner{
  display: flex;
  align-items: center;
  gap: 12px;
}
 
.kdc-mega__content{
  min-width: 0;
  border-left: 1px solid #e0e0e0;
  padding: 7px 18px 10px 30px;
  height: 100%;
  /* background: #eeeeee30; */
}

.kdc-mega__tab{
  display: none;
}

.kdc-mega__tab.is-active{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 50px;
  align-items: start;
}

.kdc-mega__title-row{
  margin-bottom: 28px;
}

.kdc-mega__title{
  color: #232323;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}

.kdc-mega__title::after{
  content: ">";
  margin-left: 10px;
  color: #7d7d7d;
}

.kdc-mega__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(240px, 1fr));
  gap: 9px 54px;
}

.kdc-mega__col{
  min-width: 0;
}

.kdc-mega__parent-link{
  display: inline-block;
  margin-bottom: 12px;
  color: #2d2d2d;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s ease;
}

.kdc-mega__parent-link:hover{
  color: #f84b50;
}

.kdc-mega__links{
  list-style: none;
  margin: 0;
  padding: 0;
}

.kdc-mega__links li{
  margin: 0 0 10px;
}

.kdc-mega__links a{
  color: #505050;
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease;
}

.kdc-mega__links a:hover{
  color: #f15a24;
}

.kdc-mega__promo-wrap{
  width: 350px;
}

.kdc-mega-promo{
  background: linear-gradient(180deg, #ffffff 0%, #ffdeb2 100%);
  border-radius: 14px;
  padding: 20px 26px 24px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ffe3be;
}

.kdc-mega-promo__badge{
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 4px 12px 3px;
  border-radius: 20px;
  background: #ffc104;
  color: #060606;
  font-size: 10px;
  margin-bottom: 16px;
}

.kdc-mega-promo__title{
  color: #000000;
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.kdc-mega-promo__subtitle{
  color: #505052;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 20px;
}

.kdc-mega-promo__price-row{
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.kdc-mega-promo__price-new{
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.kdc-mega-promo__price-old{
  color: #959595;
  font-size: 17px;
  text-decoration: line-through;
  line-height: 1;
}

.kdc-mega-promo__chip{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.42);
  color: #4b438f;
  font-size: 13px;
  font-weight: 600;
}

.kdc-mega-promo__image-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 22px;
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background-color: rgb(255 255 255 / 64%);
  border: 2px solid #ffc104;
}

.kdc-mega-promo__image{
  /* max-width: 208px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kdc-mega-promo__btn{
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: #f84b50;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.kdc-mega-promo__btn:hover{
  background: #d60000;
  transform: translateY(-1px);
}

body.kdc-mega-open{
  overflow: hidden;
}

@media (max-width: 1440px){
  .kdc-mega__inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1280px){
  .kdc-mega__body{
    grid-template-columns: 300px 1fr;
  }

  .kdc-mega__tab.is-active{
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
  }

  .kdc-mega__promo-wrap{
    width: 280px;
  }

  .kdc-mega__grid{
    gap: 12px 32px;
  }
}

.kdc-mega-promo__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}

.promo-remain{position: absolute;left: 12px;bottom: 12px;display: flex;align-items: center;gap: 10px;background: #fff;border-radius: 999px;padding: 6px 15px 5px;box-shadow: 0 6px 18px rgba(0, 0, 0, .15);}

.promo-remain__txt{
  font-size: 11px;
  color: #000000;
  line-height:1;
}

.promo-remain__val{
  font-size: 12px;
  color: #000000;
}

 
.promo-remain__icon{animation:promoFire 1.6s infinite;width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:inset 0 0 0 4px rgba(255,106,42,.25)}
.promo-remain__icon svg{
  width:16px;
  height:16px;
  fill:#4b438f;
}
 

@keyframes promoFire{
0%{transform:scale(1)}
50%{transform:scale(1.15)}
100%{transform:scale(1)}
}



.promo_home_card .cat_grid{
    display:flex;
    flex-direction:column;
    height:100%;
    padding: 0px;
}

 

.promo_home_card__image img{
    display:block;
    width:100%;
    height: 230px;
    object-fit:cover;
    border-radius:16px;
    border: 1px solid #eee;
}
 

.small_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:14px;
}
.doc-filters-mobile{
  display:none;
  margin:18px 0 22px;
}

.doc-select-group{
  margin-bottom:18px;
}

.doc-select-label{
  display:block;
  margin-bottom:10px;
  font-size: 14px;
  line-height:1.3;
  color:#8f8f8f;
  font-weight:400;
}

.doc-select-wrap{
  position:relative;
}

.doc-select-wrap::after{
  content:'';
  position:absolute;
  right:18px;
  top:50%;
  width:10px;
  height:10px;
  border-right:2px solid #9a9a9a;
  border-bottom:2px solid #9a9a9a;
  transform:translateY(-60%) rotate(-45deg);
  pointer-events:none;
}

.doc-select{
  width:100%;
  height: 50px;
  border:1px solid #dcdcdc;
  border-radius: 6px;
  background:#fff;
  padding:0 52px 0 20px;
  font-size: 15px;
  color:#6f6f6f;
  outline:none;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  box-shadow:none;
}

.doc-select:focus{
  border-color:#cfcfcf;
}

@media (max-width: 767px){
  .doc-filters-mobile{
    display:block;
  }

  #branchFilters,
  #depFilters{
    display:none !important;
  }
}

 .checkup-cta{
    --bg1:#585b8f;
    --bg2:#6c5a95;
    --accent:#ff6a2a;
    --accent-hover:#f35b18;
    --text:#ffffff;
    --muted:rgba(255,255,255,.82);
    --card:rgba(255,255,255,.08);
    --stroke:rgba(255,255,255,.14);
    position:relative;
    overflow:hidden;
    margin-top: 40px;
    border-radius:32px;
    padding: 45px 50px;
    background:
      linear-gradient(135deg, var(--bg1) 0%, var(--bg2) 100%);
    color:var(--text);
    isolation:isolate;
  }

  .checkup-cta__bg{
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 18% 22%, rgba(255,255,255,.12), transparent 30%),
      radial-gradient(circle at 82% 70%, rgba(255,255,255,.10), transparent 32%);
    z-index:-3;
  }

  .checkup-cta__glow{
    position:absolute;
    border-radius:50%;
    filter:blur(18px);
    opacity:.35;
    z-index:-2;
    pointer-events:none;
  }

  .checkup-cta__glow--one{
    width:280px;
    height:280px;
    left:-80px;
    top:-90px;
    background:rgba(255,255,255,.22);
  }

  .checkup-cta__glow--two{
    width:360px;
    height:360px;
    right:-100px;
    bottom:-120px;
    background:rgba(255,106,42,.20);
  }

  .checkup-cta__inner{
    display:grid;
    grid-template-columns:minmax(0, 1.15fr) minmax(300px, .85fr);
    gap:28px;
    align-items: end;
  }

  .checkup-cta__content{
    max-width:760px;
  }

  .checkup-cta__badge{
    display:inline-flex;
    align-items:center;
    min-height:36px;
    padding:8px 14px;
    margin-bottom:18px;
    border:1px solid var(--stroke);
    border-radius:999px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    font-size:14px;
    line-height:1;
    letter-spacing:.02em;
  }

  .checkup-cta__title{
    margin:0;
    font-size: clamp(34px, 5vw, 62px);
    line-height:1.02;
    font-weight:800;
    letter-spacing:-.03em;
  }

  .checkup-cta__title span{
    display:block;
    margin-top:8px;
    font-weight:400;
    opacity:.96;
  }

  .checkup-cta__text{
    max-width:720px;
    margin:20px 0 0;
    color:var(--muted);
    font-size:18px;
    line-height:1.6;
  }

  .checkup-cta__actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap: 20px 20px;
    margin-top: 25px;
  }

  .checkup-cta__btn{
    appearance:none;
    border:0;
    cursor:pointer;
    min-width:220px;
    min-height:62px;
    padding:16px 28px;
    border-radius: 10px;
    background:linear-gradient(180deg, #ff7c43 0%, var(--accent) 100%);
    color:#fff;
    font-size:21px;
    font-weight:800;
    line-height:1;
    box-shadow:0 14px 34px rgba(255,106,42,.28);
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  }

  .checkup-cta__btn:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 38px rgba(255,106,42,.34);
    background:linear-gradient(180deg, #ff8652 0%, var(--accent-hover) 100%);
  }

  .checkup-cta__btn:active{
    transform:translateY(0);
  }

  .checkup-cta__phone{
    display:inline-flex;
    align-items:center;
    gap:14px;
    color:#fff;
    text-decoration:none;
    font-weight:800;
    font-size: clamp(26px, 2.8vw, 35px);
    letter-spacing:-.03em;
  }

  .checkup-cta__phone-icon{
    width:52px;
    height:52px;
    flex:0 0 52px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(8px);
  }

  .checkup-cta__phone-icon svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .checkup-cta__list{
    display:grid;
    gap:14px;
    margin:28px 0 0;
    padding:0;
    list-style:none;
    max-width:760px;
  }

  .checkup-cta__list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:var(--muted);
    font-size:18px;
    line-height:1.5;
  }

  .checkup-cta__check{
    width:28px;
    height:28px;
    flex:0 0 28px;
    margin-top:1px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    color:var(--accent);
    box-shadow:0 6px 18px rgba(0,0,0,.12);
  }

  .checkup-cta__check svg{
    width:16px;
    height:16px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .checkup-cta__visual{
    position:relative;
    min-height:420px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
  }

  .checkup-cta__circle{
    position:absolute;
    right:-30px;
    bottom:-120px;
    width:min(44vw, 620px);
    aspect-ratio:1 / 1;
    border-radius:50%;
    background:
      radial-gradient(circle at 45% 35%, rgba(255,255,255,.13), rgba(255,255,255,.05) 55%, transparent 56%);
    border:1px solid rgba(255,255,255,.08);
    z-index:0;
  }

  .checkup-cta__image{
    position:relative;
    z-index:1;
    display:block;
    max-width:100%;
    max-height:560px;
    width:auto;
    bottom: -45px;
    height:auto;
    object-fit:contain;
    filter:drop-shadow(0 24px 38px rgba(0,0,0,.22));
  }

  @media (max-width: 1180px){
    .checkup-cta{
      padding:34px 28px;
      border-radius:28px;
    }

    .checkup-cta__inner{
      grid-template-columns:1fr;
      align-items:start;
      display: flex;
      flex-direction: column-reverse;
      gap: 0;
    }

    .checkup-cta__visual{
      order:-1;
      min-height:auto;
      justify-content:flex-end;
      margin-bottom:6px;
    }

    .checkup-cta__image{
      max-height:380px;
    }

    .checkup-cta__circle{
      width:420px;
      right:-40px;
      bottom:-90px;
    }
  }

  @media (max-width: 767px){
    .checkup-cta{
      padding: 26px 30px 20px;
      border-radius:22px;
    }

    .checkup-cta__badge{
      min-height:32px;
      padding:7px 12px;
      margin-bottom:14px;
      font-size:12px;
    }

    .checkup-cta__title{
      font-size:clamp(28px, 8.2vw, 40px);
      line-height:1.06;
    }

    .checkup-cta__title span{
      margin-top:6px;
    }

    .checkup-cta__text{
      margin-top:16px;
      font-size:15px;
      line-height:1.55;
    }

    .checkup-cta__actions{
      flex-direction:column;
      align-items:stretch;
      gap:14px;
      margin-top:22px;
    }

    .checkup-cta__btn{
      width:100%;
      min-width:0;
      min-height:56px;
      padding:14px 20px;
      border-radius:16px;
      font-size:18px;
    }

    .checkup-cta__phone{
      width:100%;
      justify-content:flex-start;
      font-size: clamp(22px, 6vw, 32px);
    }

    .checkup-cta__phone-icon{
      width:44px;
      height:44px;
      flex-basis:44px;
    }

    .checkup-cta__phone-icon svg{
      width:20px;
      height:20px;
    }

    .checkup-cta__list{
      gap:12px;
      margin-top:22px;
    }

    .checkup-cta__list li{
      font-size:15px;
      line-height:1.45;
    }

    .checkup-cta__check{
      width:24px;
      height:24px;
      flex-basis:24px;
    }

    .checkup-cta__check svg{
      width:14px;
      height:14px;
    }

    .checkup-cta__visual{
      justify-content:center;
      margin:0 0 6px;
    }

    .checkup-cta__image{
      max-height: 330px;
    }

    .checkup-cta__circle{
      width:300px;
      right:50%;
      transform:translateX(50%);
      bottom:-70px;
    }
  }
  
  .workp__card--review{
  background: #ffffff;
  padding: 45px;
  margin-top: 50px;
}

.workp__reviewText{
  font-size:15px;
  line-height:1.7;
}

.workp__reviewName{
  margin-top:10px;
  font-weight:700;
  opacity:.8;
}

