@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;
}

html {
    font-size: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    color: rgb(18, 18, 18);
    background: 0% 0% rgba(255, 248, 242, 0.56);
    font-family: Montserrat-Medium, "Helvetica Neue", Arial, sans-serif;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

a, button {
    line-height: inherit;
    cursor: pointer;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(0, 0, 0);
    outline: none;
	position:relative;
    background: none;
    text-decoration: none;
    font-family: inherit;
}



.container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 100%;
}

 
.header_hidden {
    transform: translateY(-100%);
}

.header .wrapper {
    display: flex;
    gap: 0px;
    position: relative;
}

.header-item-left {
}

.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: 8px;
}

.mec_divv {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    border-radius: 12px;
    grid-auto-flow: dense;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 15px 0px;
    background: rgb(255, 255, 255);
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 9px;
    width: 100%;
}

 
#breadcrumbs a:hover {
    color: rgb(220 69 80);
    text-decoration: underline;
}

button.header-search__search-submit-btn {
    display: flex !important;
}

.header-item-left_mix {
}

.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: 10px;
    align-items: flex-start;
    margin-bottom: 50px;
}

.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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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: 14.5px;
    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: 25%;
}

.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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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: 8px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

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%;
}
 
.cat-standards {
    margin: 0px 0px 25px;
    width: 100%;
}

.cat-standards__title {
    font-size: 25px;
    line-height: 1.2;
    margin: 0px 0px 20px;
}

.cat-standards__text {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
 
}
.cat-prices-section {
    width: 100%;
}
.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, 255, 255);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgb(238, 238, 238);
    display: flex;
    padding: 0px;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.std-card__img {
    width: 100%;
    height: 330px;
    border-radius: 0px;
    position: relative;
}

.std-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
    border-radius: 0px;
}

.std-card:hover .std-card__img img {
    transform: scale(1.03);
}

.std-card__body {
    padding: 20px 19px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.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: 17px;
    line-height: 1.6;
}

.cat-standards__splide .splide__slide {
    height: auto;
    padding: 0px;
    margin: 0px;
    list-style: none !important;
}

 

.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 {
}

.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: 14px;
    -webkit-line-clamp: 3;
    text-align: left;
    font-family: Montserrat-Medium, "Helvetica Neue", Arial, sans-serif;
}

.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 {
}

.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 {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-flow: column wrap;
    position: relative;
    margin-bottom: 50px;
}

.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 {
}

.tooltip-profile .tooltip__content {
}

.tooltip-profile .tooltip__content {
}

.tooltip-simple .tooltip__content {
}

.head_pofile:hover .navbar-pc__tooltip.tooltip-profile {
    display: block;
    left: 36%;
}

.tooltip-simple {
}

.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;
}

.product-article {
    margin-left: 7px;
    color: rgba(0, 26, 52, 0.6);
    font-size: 12px;
}
 

.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;
}

#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: 8px 28px;
    border-bottom: 1px solid #faf6ec;
}

.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-width: 1px medium 1px 1px !important;
    border-style: solid none solid solid !important;
    border-color: rgb(232, 232, 232) currentcolor rgb(232, 232, 232) rgb(232, 232, 232) !important;
    border-image: initial !important;
    width: 101% !important;
    color: rgb(114, 176, 96) !important;
}

.active_cat1 div {
    color: rgba(0, 26, 52, 0.6);
}

.header_top {
}

.header_top_center {
}

.sale_point img {
}

.page_prise_list {
    margin-top: 20px;
}

.acc_item:last-child {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.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: 40px;
}

.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 {
}

.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: rgb(124, 123, 123);
}

.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 {
}

.sale_point {
}

.lozung svg {
    fill: currentcolor;
    color: rgb(237, 120, 23);
    width: 17px;
    margin-right: 4px;
}

.cat_top_spec_top_left {
    display: flex;
    gap: 0px;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
}

span.d-block {
    font-size: 13px;
    display: none;
}

span.d-block b {
    font-weight: 500;
}

button.clickme1 {
    display: none;
}

.lozung {
}

.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 {
}

.tooltip__content ul {
}

.client_info a {
}

.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 {
    color: rgb(255, 255, 255);
    fill: currentcolor;
}

.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;
    justify-content: space-between;
}

.tel_poch_bot img {
}

.guestForm_numbers_ph b {
    font-weight: 500;
    width: 100%;
}

button.head_call_header {
    background: linear-gradient(135deg, rgb(220, 69, 80) 0%, rgb(221, 117, 45) 100%);
}

.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: 1600px;
    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: 0px;
    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;
}
.inner h2 {
    font-size: 30px;
    margin-bottom: 0px;
}
 
.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 {
}

.erb_home_big {
    position: relative;
    width: 100%;
}

h2.section_title {
}

.hom_cat_new {
    width: 32%;
    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;
}

#splide222 .splide__arrow--next {
    right: -5px;
}

#splide222 .splide__arrow:disabled {
}

.ochist_vse {
    appearance: none;
    cursor: pointer;
    color: rgb(0, 0, 0);
    background: rgb(234, 234, 237);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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;
}

.slider_right .splide__slide {
    border-radius: 40px;
    overflow: hidden;
}

.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%;
}

#VkIdSdkOneTap {
    display: inline-block;
    width: 100%;
}

.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;
}

.header_left_bottom {
}

.header_left_first {
}

.header_left_top {
}

.header_top_right {
}

.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: flex;
}

.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: 0px 60px 0px 20px;
    width: 56%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.docp-fio.docp-fio--last {
    width: 100%;
    font-size: 44px;
    margin-bottom: 2px;
}

.docp-fio.docp-fio--first {
    margin: 0px 11px 0px 0px;
    font-family: Montserrat-Medium, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 44px;
}

.docp-fio.docp-fio--middle {
    font-weight: 500;
    font-family: Montserrat-Medium, "Helvetica Neue", Arial, sans-serif;
}

.docp-story_bottom p {
    line-height: 26px;
    font-size: 15px;
    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;
    justify-content: center;
}

.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;
}

#guestForm .social_obr svg {
    margin-right: 11px;
}

.show22 .sub_cat.catalog_menu {
    display: block;
}

.menu-subs2 {
    margin-left: 54px;
}

.slider_right .splide__pagination {
    bottom: 40px;
}

.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: 1400px;
    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;
}

.dobrro {
    width: 100%;
    display: block;
    color: rgb(134, 134, 149);
    font-size: 12px;
    text-align: left;
    margin-top: 4px;
}

#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: rgb(255, 255, 255);
}

.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 13px;
}

.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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    outline: 0px;
    background: rgb(21, 169, 0);
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

#splide_partner .splide__arrow--prev {
    left: 0px;
}

#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;
}

.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%;
}

.zakaz_title_pop_up {
}

#guestForm {
}

.obr_icons a {
    text-decoration: none;
    font-size: 14px;
    gap: 7px;
}

.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: 15px !important;
}

.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: 20px 0px;
}

.content_descr {
}

.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: 20px 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: 0px;
    margin-right: 8px;
}

.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 {
    width: 100%;
}

.cat-docblock__title {
    font-size: 25px;
    line-height: 1.2;
    margin: 0px 0px 25px;
}

.cat-docblock__intro {
    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: 12px 18px 0px;
    align-items: center;
    border: 1px solid #eee;
}

.doc-mini {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 0px 5px;
    border-radius: 14px;
    flex-wrap: wrap;
    width: 46%;
    position: relative;
}

.doc-mini__avatar {
    width: 100%;
    height: auto;
}

.doc-mini__avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.doc-mini__name {
    font-size: 14px;
    line-height: 1.2;
    font-style: italic;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.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(0, 0, 0);
    margin-top: 6px;
}

.doc-note {
    padding: 0px 16px;
    width: 70%;
}

.doc-note__title {
    font-size: 21px;
    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);
 
}

@media (max-width: 900px) {
    .cat-docblock__card {
        grid-template-columns: 1fr;
    }

    .doc-mini {
        justify-content: flex-start;
        padding: 0px;
        width: 100%;
    }
}

.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: rgb(71, 73, 89);
    color: rgb(255, 255, 255);
}

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 {
    display: inline-block;
    width: 100%;
}

.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 / contain no-repeat rgba(255, 255, 255, 0.17);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 20px 0px;
}

.category_top_right_rev img {
    width: auto;
    position: relative;
    bottom: -49px;
}

.rayting {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    gap: 26px;
    width: auto;
}

.big_otziv {
    margin-top: 39px;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    width: 88%;
}

.category_top_left_rev {
    padding: 20px 28px 36px 42px;
}

.category_top_right_rev {
    height: 339px;
}

.logo_rev img {
    height: 26px;
    width: auto;
}

.otziv_title {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
}

a.rev-doc img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #eee;
}

.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;
}

.is-open .kdc-mega__trigger {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.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 / 64%);
}

.mas_icon_kdc {
    display: flex;
    align-items: center;
}

.mas_icon {
    display: flex;
    background: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    margin: -4px;
    border: 2px solid rgb(26, 115, 232);
}

.mas_icon_back {
    display: flex;
}

.bp-btn {
    display: inline-flex;
    align-items: center;
    gap: 17px;
    padding: 0px 25px;
    height: 50px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
    white-space: nowrap;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
}

.bp-btn--orange {
    background: rgb(13, 167, 71);
    color: rgb(255, 255, 255);
    text-align: left;
    border-radius: 53px;
    padding: 0px 40px;
}

.bp-btn--blue {
    background: rgb(26, 115, 232);
    color: rgb(255, 255, 255);
    text-align: left;
    border-radius: 53px;
    padding: 0px 12px 0px 27px;
}
button.mobile-toc-toggle {
    display: none;
}
.bp-btn small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.85;
}

.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: 0px;
}

.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;
}

.kdc_b_c {
    height: 430px;
    display: flex;
    width: 100%;
}

.kdc_breanch .filial-item__address img {
    margin: 0px 8px 0px 0px;
}

.uk-grid .splide__list li button {
    width: 100%;
    height: 288px;
}

.checkup-cta__phone:hover {
    color: rgb(255, 255, 255);
    opacity: 0.8;
}

.filial-item__phone {
    margin: 0px 0px 20px 4px;
    color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cat-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 15px;
}

.video_cover_kdc {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_cover_kdc_top {
    position: relative;
    padding-top: 57.25%;
    background: rgb(245, 247, 251);
    display: block;
}

.video_cover_kdc_top_button {
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid rgb(238, 241, 246);
    border-radius: 14px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    cursor: pointer;
    padding: 0px;
}

.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 {
    display: inline-block;
    position: relative;
    margin: 26px 0px 0px 30px;
}

.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: 25px;
    margin: 0px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

figure.table table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
    background: rgb(255, 255, 255);
}

figure.table table td {
    border: 1px solid rgb(238, 238, 238);
    padding: 15px;
    font-size: 14px;
}

.splide__pagination.splide__pagination--ltr {
}

#splide20 .splide__pagination {
    bottom: 15px;
}

.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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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: 74%;
}

label.fast_order_com_title {
}

#cod_email {
    margin-bottom: 10px;
}

.docp-story_bottom {
    min-height: 100%;
    border-radius: 30px;
    padding: 25px 31px;
    background: url("images/decor-1.svg") right center / cover no-repeat rgb(255, 255, 255);
    box-shadow: rgba(142, 142, 142, 0.1) 0px 6px 12px;
    font-size: 16px;
    gap: 10px;
    display: grid;
}

.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: 20px;
    margin: 0px;
}

.rev_text {
    margin: 0px 0px 24px;
    display: inline-block;
    width: 53%;
}

.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;
}

#splide_revv .splide__arrow--next {
    right: 5px;
}

#splide1 .splide__arrow--prev {
    left: -5px;
}

#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;
}

.OvStVH i {
    font-style: normal;
    margin-left: 4px;
}

.chips a:hover {
    opacity: 0.7;
}

.OvStVH span {
    display: flex;
    align-items: center;
}

#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);
    border-radius: 12px;
    padding: 29px 24px 0px;
    background: rgb(248, 236, 225);
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
}

.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 rgb(238, 238, 238);
    padding: 24px;
    width: 201px;
    height: 125px;
    border-radius: 7px;
    background: rgb(255, 255, 255);
    margin: 0px 4px;
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 18px;
    margin-top: 16px;
    margin-bottom: 35px;
}

.promo-chip {
    position: absolute;
    left: 14px;
    top: 14px;
    background: rgb(255, 224, 0);
    color: rgb(0, 0, 0);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.promo-card__media {
    position: relative;
    height: 280px;
    width: 100%;
    background: rgb(17, 17, 17);
}

.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: rgb(154, 160, 166);
    text-decoration: line-through;
}

.promo-price {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 0px 0.2em;
    width: 100%;
}

.doc-filters form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.doc-tag--metro {
    border: 1px solid rgb(238, 238, 238);
    padding: 5px 14px 5px 6px;
    border-radius: 32px;
}

.work-card a {
    width: 100%;
}

.promo-chip--promo {
    background: rgb(248, 75, 80) !important;
    color: rgb(255, 255, 255) !important;
}

.chip_prom:hover {
    opacity: 0.7;
}

p.hom_kdc_title_under_text {
    margin: 5px 0px;
    color: rgb(85, 85, 85);
    width: 100%;
    font-size: 18px;
}

.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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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;
}

.cu-appointment-doctor-card__photo {
    display: block;
}

.category_left_right section[id] {
    scroll-margin-top: 140px;
}

.cu-appointment-doctor-card__name {
    display: block;
    text-decoration: none;
}

.cu-appointment-doctors {
    margin: 0px 0px 25px;
    box-shadow: none;
    width: 100%;
    display: inline-block;
    gap: 26px;
    flex-wrap: wrap;
}

.cu-appointment-doctors__head {
    margin-bottom: 28px;
}

.cu-appointment-doctors__head h2 {
}

.cu-appointment-doctors__grid {
    display: grid;
    gap: 24px;
    justify-content: center;
}

.cu-appointment-doctors__grid.count-1 {
    grid-template-columns: minmax(280px, 420px);
}

.cu-appointment-doctors__grid.count-2 {
    grid-template-columns: repeat(2, minmax(280px, 490px));
}

.cu-appointment-doctors__grid.count-3 {
    grid-template-columns: repeat(3, minmax(260px, 360px));
}

.cu-appointment-doctors__grid.count-4, .cu-appointment-doctors__grid.count-5, .cu-appointment-doctors__grid.count-6 {
    grid-template-columns: repeat(3, minmax(260px, 360px));
}

.cu-appointment-doctor-card {
    background: rgb(255, 255, 255);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    box-shadow: rgba(18, 55, 85, 0.1) 0px 14px 40px;
    transition: 0.25s;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    align-items: stretch;
}

.cu-appointment-doctor-card__photo {
    height: 450px;
    background: rgb(255, 255, 255);
    position: relative;
    width: 100%;
}

.cu-appointment-doctor-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.cu-appointment-doctor-card__body {
    padding: 18px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.cu-appointment-doctor-card__name {
    font-size: 17px;
    line-height: 1.25;
    color: rgb(16, 43, 60);
    margin-bottom: 8px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.cu-appointment-doctor-card__position {
    line-height: 1.45;
    color: rgb(90, 97, 100);
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    -webkit-line-clamp: 2;
}

@media (max-width: 900px) {
    .cu-appointment-doctors__grid, .cu-appointment-doctors__grid.count-1, .cu-appointment-doctors__grid.count-2, .cu-appointment-doctors__grid.count-3, .cu-appointment-doctors__grid.count-4, .cu-appointment-doctors__grid.count-5, .cu-appointment-doctors__grid.count-6 {
        grid-template-columns: 1fr;
    }

    .cu-appointment-doctors__head h2 {
    }
}

.price-cat-filter__btn--special {
}

.price-cat-filter__btn--special:hover {
    color: rgb(255, 255, 255);
    transform: translateY(-1px);
}
.inner.home-dirs-head h1 {
    font-size: 39px;
    margin-bottom: 12px;
}
.price-cat-filter__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 187, 16);
}

 
.cat_make_plan_btn {
    background: rgb(255, 212, 32);
    display: flex;
    color: rgb(0, 0, 0);
    padding: 4px 7px 4px 15px;
    border-radius: 45px;
    align-items: center;
    transition: 0.25s;
}

span.cat_make_plan_btn__icon {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 2px;
}

span.cat_make_plan_btn__text {
    display: flex;
    width: 80px;
    justify-content: flex-start;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}

.cart_in_part .for_old_price {
    /* color: rgb(85, 85, 85); */
}

.cat_make_plan_btn:hover {
    background: rgb(221, 181, 15);
}

.left_cat_service .head_call_header {
    background: rgb(218, 40, 45);
}


.cat-olga-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.cat-olga-head {
}

.cat-olga-head h2 {
    margin: 0px 0px 14px;
    font-size: 25px;
    line-height: 1.4;
    color: rgb(22, 33, 62);
}

.cat-olga-intro {
    max-width: 100%;
    color: rgb(37, 41, 46);
    font-size: 17px;
    line-height: 1.7;
}

.cat-olga-intro p {
    margin: 0px 0px 18px;
}

.cat-olga-shell {
    display: grid;
    grid-template-columns: minmax(280px, 38%) 1fr;
    gap: 22px;
    align-items: stretch;
    width: 100%;
}

.cat-olga-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cat-olga-btn {
    width: 100%;
    display: grid;
    grid-template-columns: 52px 1fr 32px;
    align-items: center;
    gap: 14px;
    text-align: left;
    border: 1px solid rgba(25, 52, 91, 0.12);
    background: rgb(255, 255, 255);
    border-radius: 22px;
    padding: 7px 18px;
    cursor: pointer;
    transition: 0.22s;
}

.cat-olga-btn:hover {
    transform: translateY(-2px);
    border-color: rgb(234, 194, 158);
    box-shadow: rgb(255, 243, 232) 0px 18px 44px;
}

.cat-olga-btn.active {
    background: linear-gradient(135deg, rgb(255, 225, 197) 0%, rgb(255, 231, 209) 100%);
    border-color: transparent;
}

.cat-olga-btn__num {
    width: 43px;
    height: 34px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(22, 22, 22);
    font-size: 15px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.cat-olga-btn.active .cat-olga-btn__num {
}

.cat-olga-btn__title {
    color: rgb(26, 38, 56);
    font-size: 15px;
    line-height: 1.5;
}

.cat-olga-btn.active .cat-olga-btn__title {
}

.cat-olga-btn__arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 243, 232);
    color: rgb(0, 0, 0);
    font-weight: 800;
    transition: 0.22s;
}

.cat-olga-btn.active .cat-olga-btn__arrow {
    transform: rotate(-25deg);
}

.cat-olga-content {
    min-height: 100%;
    position: relative;
    width: 100%;
}

.cat-olga-pane {
    display: none;
    min-height: 100%;
    border-radius: 30px;
    padding: clamp(24px, 4vw, 42px);
    background: url("images/decor-1.svg") right center / cover no-repeat rgb(255, 255, 255);
    box-shadow: rgba(21, 21, 21, 0.1) 0px 10px 21px;
    animation: 0.22s ease 0s 1 normal none running catOlgaFade;
}

.cat-olga-pane.active {
    display: block;
}

.cat-olga-pane h3 {
    margin: 0px 0px 16px;
    font-size: clamp(20px, 1.5vw, 25px);
    line-height: 1.2;
    color: rgb(22, 33, 62);
}

.cat-olga-pane__text {
    color: rgb(45 51 59);
    font-size: 17px;
    line-height: 1.75;
}

.cat-olga-pane__text p {
    margin: 0px 0px 14px;
    display: block;
}

.cat-olga-pane__text ul, .cat-olga-pane__text ol {
    margin: 14px 0px 0px;
    padding-left: 22px;
}

.cat-olga-pane__text li {
    margin-bottom: 8px;
}

.cat-olga-cta {
    margin-top: 8px;
    border: 0px;
    border-radius: 999px;
    padding: 11px 22px;
    color: rgb(255, 255, 255);
    background: linear-gradient(135deg, rgb(220, 69, 80) 0%, rgb(221, 117, 45) 100%);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: rgba(22, 33, 62, 0.18) 0px 16px 34px;
    transition: 0.22s;
}

.cat-olga-cta:hover {
    transform: translateY(-2px);
    background: rgb(220, 69, 80);
}
.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;
}

.kdc_tabs_bottom .links.rL {
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    gap: 0px 24px;
}

.kdc_tabs_bottom .links.rL a {
    width: auto;
}

.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 {
    display: flex;
    align-items: flex-end;
    width: 50%;
}

.right_cat_service img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.left_cat_service {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cat-subtitle {
    font-size: 17px;
}

.promo-pager {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.promo-pager button {
    display: flex;
    background: rgb(238, 238, 238);
    padding: 9px 15px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 4px;
}

.promo-pager button:hover {
    background: rgb(248, 75, 80);
    color: rgb(255, 255, 255);
}

.promo-pager .active {
    background: rgb(248, 75, 80) !important;
    color: rgb(255, 255, 255) !important;
}

.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%;
}

.header_top_right .head_call_header {
    background: rgb(195 39 58);
}

.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-size: 34px;
    line-height: 45px;
    margin-bottom: 10px;
}

.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);
}
 
.top_section_bg video {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top_section {
    padding-top: 24px;
    margin-bottom: 20px;
    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 {width: 100%;display: flex;flex-wrap: wrap;gap: 25px;}

.category_tabs2 h2 {
    font-size: 25px;
    line-height: 1.2;
}

.cat_tabs2_text {
    font-size: 16px;
    color: rgb(47, 47, 47);
    margin-bottom: 0px;
}

.cat_tabs2_nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cat_tabs2_btn {
    font-size: 14px;
    color: rgb(181, 22, 27);
    cursor: pointer;
    padding: 10px 17px;
    border-radius: 7px;
    white-space: nowrap;
    transition: color 0.2s;
    text-decoration: underline 1px dotted rgb(218, 40, 45);
    text-underline-offset: 30%;
}

.cat_tabs2_btn:hover {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-color: rgb(248, 75, 80);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 0px;
    text-decoration: none !important;
}

.cat_tabs2_btn.active {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-color: rgb(248, 75, 80);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 0px;
    text-decoration: none !important;
}

.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: rgba(0, 0, 0, 0.09) 0px 4px 20px 0px;
}

.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 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.category_tabs__title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 14px;
    width: 100%;
}

.category_tabs__text {width: 100%;}

.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;
    width: 100%;
}

.kdc_rayt_text b {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.home_kdc_rayting {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgb(255, 251, 248);
    padding: 15px 0px 0px 15px;
    border-radius: 33px 0px 0px;
    z-index: 1;
}

section.works-seo-text {
    margin-top: 35px;
}

.rev_img img {
    border-radius: 41px;
    border: 3px solid rgb(255, 255, 255);
    position: relative;
    margin: -9px;
    display: flex;
    width: 47px !important;
    height: 47px !important;
}

.rev_star_kdc img {
    width: 20px !important;
    height: 21px !important;
}

.rev_star {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-left: 20px;
}

.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);
}

blockquote h4 {
    position: relative;
}

.home_service_img img {
}

.home_service_img {
}

.hom_kdc_bottom {
    display: flex;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.category_tabs__btn {
    font-size: 14px;
    color: rgb(227, 29, 35);
    cursor: pointer;
    padding: 10px 17px;
    border-radius: 7px;
    transition: color 0.2s;
    text-decoration: underline 1px dotted rgb(248, 75, 80);
    text-underline-offset: 30%;
}

.category_tabs__btn:hover {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-color: rgb(248, 75, 80);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 0px;
    text-decoration: none !important;
}

.category_tabs__btn.active {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-color: rgb(248, 75, 80);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 0px;
    text-decoration: none !important;
}

.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: rgba(0, 0, 0, 0.09) 0px 4px 20px 0px;
}

.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 {
}

.locations_kdc {
}

.locations_kdc_icon img {
}

.locations_kdc_icon {
}

.con_kdc_big {
}

span.con_kdc_big_top {
}

span.con_kdc_big_bottom a {
    white-space: nowrap;
    font-size: 13px;
    text-decoration: underline;
    color: rgb(85, 85, 85);
}

.rev_kdc {
    position: relative;
}

.rev_kdc i {
    position: absolute;
    top: -7px;
    right: -18px;
    font-size: 11px;
    font-style: normal;
    color: rgb(211, 28, 33);
}

.lozung img {
    height: auto;
    width: 16px;
}

span.con_kdc_big_bottom a:hover {
    color: rgb(248, 75, 80);
}

p.filial-desc {
    font-size: 15px;
}

.grid_veiw_list .cat_grid:hover {
    background: rgb(249 249 249 / 42%);
}

.doctor-video-fancybox .fancybox__content {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 20px 80px;
    width: min(92vw, 1200px) !important;
    height: auto !important;
    padding: 0px !important;
    background: rgb(0, 0, 0) !important;
}

.doctor-video-fancybox .fancybox__slide {
    padding: 24px;
}

.doctor-video-fancybox .fancybox__iframe {
    aspect-ratio: 16 / 9;
    display: block;
    border: 0px;
    background: rgb(0, 0, 0);
    width: min(92vw, 1200px) !important;
    height: min(80vh, 675px) !important;
}

.doctor-video-modal {
    width: min(92vw, 1200px);
    aspect-ratio: 16 / 9;
    background: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-video-modal video, .doctor-video-modal iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0px;
    background: rgb(0, 0, 0);
}

.doctor-video-modal--embed iframe {
    display: block;
    border: 0px;
    background: rgb(0, 0, 0);
    width: 100% !important;
    height: 100% !important;
}

.doctor-video-fancybox .f-button.is-close-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
}

.doctor-video-fancybox .f-button.is-close-btn svg {
    stroke: rgb(255, 255, 255);
}

@media (max-width: 768px) {
    .doctor-video-fancybox .fancybox__slide {
        padding: 0px;
    }

    .doctor-video-fancybox .fancybox__content {
        border-radius: 0px;
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
    }

    .doctor-video-fancybox .fancybox__iframe {
        margin: auto;
        width: 100vw !important;
        height: 56.25vw !important;
        max-height: 100vh !important;
    }

    .doctor-video-modal {
        width: 100vw;
        height: 56.25vw;
        max-height: 100vh;
        border-radius: 0px;
    }
}

.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;
        font-size: 13px;
    }

    .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 {
    inset: 13px 14px auto 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;
}

#splide21 img {
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#splide21 {
    height: 288px;
}

#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 {
}

.workp__media {
}

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 {
}

.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: rgb(255, 255, 255);
    border: 1px solid rgb(254, 246, 239);
    box-shadow: rgba(62, 62, 62, 0.08) 0px 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    flex-wrap: wrap;
}

.faq-cta-premium__left {
    display: flex;
    align-items: center;
    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;
    background: rgb(254, 246, 239);
}

.faq-cta-premium__avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.faq-cta-premium__badge {
}

.faq-cta-premium__title {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: rgb(22, 32, 42);
    margin-bottom: 8px;
}

.faq-cta-premium__desc {
    font-size: 15px;
    line-height: 1.6;
    color: rgb(95, 114, 131);
    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: 48px;
    padding: 13px 22px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}

.faq-cta-premium__btn:hover {
    transform: translateY(-2px);
}

.faq-cta-premium__btn--main {
    background: #fff;
    color: rgb(0 0 0);
    border: 1px solid #d5d5d5;
}

.faq-cta-premium__btn--main:hover {
}

.faq-cta-premium__btn--ghost {
}

.faq-cta-premium__btn--ghost:hover {
    border-color: rgba(0, 183, 255, 0.28);
    background: rgb(249, 252, 255);
}

.faq-cta-premium__icon {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.2s;
}

.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: 100px;
    padding-top: 18px;
    resize: vertical;
    font-size: 16px;
}

.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(208 47 59);
}

.cat_toc_link {
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background 0.15s;
}

.cat_toc_link.is-active {
    background: rgb(254, 246, 239);
}

.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: 25px 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 rgb(218, 218, 218);
    font-size: 14px;
    padding: 8px;
}

.page_content_page ul li {
    position: relative;
    padding: 6px 5px 6px 25px;
    margin: 0px;
    font-size: 15px;
}

.page_content_page ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url("images/ptichka.svg") 0% 0% / 100% no-repeat rgb(255, 255, 255);
    border-radius: 50%;
}

.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);
}


.kdc_breanch .wrk_big {
    display: flex;
    margin: 0px 0px 0px 4px;
}

.kdc_breanch .filial-item__work {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.worktime_kdc {
    display: flex;
    gap: 19px;
    font-size: 15px;
    flex-wrap: wrap;
}

.content_descr li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 7px;
    height: 7px;
    background-color: rgb(240 33 48);
    border-radius: 50%;
}

.content_descr li {
    font-size: 15px;
    margin: 14px 0px;
    position: relative;
    list-style: none;
    padding-left: 18px;
}

.fag_text_kdc {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
}

.faq_kdc {
    display: flex;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    width: 42%;
}

.blog-card-author {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #f0ebe6;
	text-decoration: none;
	color: inherit;
}

.blog-card-author.is-not-link {
	cursor: default;
}

.blog-card-author-photo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	background: #f0ebe6;
}

.blog-card-author-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.blog-card-author-label {
	font-size: 12px;
	color: #9a9a96;
	line-height: 1.2;
}

.blog-card-author-name {
	font-size: 13.5px;
	font-weight: 500;
	color: #2c2c2a;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-card-author:hover .blog-card-author-name {
	text-decoration: underline;
}
.faq_kdc img {
    width: 100%;
    height: 100%;
}

.fag_text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.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;
}

.kdc_breanch .filial-item__address {
    margin: 0px 0px 13px;
    width: 100%;
}

figure.image.image-style-side img {
    width: 520px;
    height: auto;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 21px rgb(0 0 0 / 7%);
}

.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;
    margin-top: 12px;
}

.doc-mini__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin-top: 17px;
}

.doc-mini__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 20px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
}

.doc-mini__btn:hover {
    transform: translateY(-2px);
}

.doc-mini__btn:focus {
    outline: none;
}

.doc-mini__btn:focus-visible {
    box-shadow: rgba(0, 183, 255, 0.18) 0px 0px 0px 4px;
}

.doc-mini__btn:not(.doc-mini__btn--ghost) {
    color: rgb(255, 255, 255);
    background: linear-gradient(135deg, rgb(220, 69, 80) 0%, rgb(221, 117, 45) 100%);
}

.doc-mini__btn:not(.doc-mini__btn--ghost):hover {
    box-shadow: rgba(17, 24, 39, 0.1) 0px 12px 22px;
}

.doc-mini__btn--ghost {
    background: rgb(255, 255, 255);
    color: rgb(29, 43, 54);
    border: 1px solid rgba(29, 43, 54, 0.14);
    box-shadow: rgba(17, 24, 39, 0.06) 0px 8px 18px;
}

.doc-mini__btn--ghost:hover {
    background: rgb(248, 251, 253);
    border-color: rgb(241, 129, 76);
    box-shadow: rgba(17, 24, 39, 0.1) 0px 12px 22px;
}
 
.doc-mini__btn-icon {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.2s;
}

.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;
}
.sr_price_row {
    font-size: 13px;
    color: #555;
}
.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;
}

.uslugi-section-header {
    margin-bottom: 28px;
}

.uslugi-section-header__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    text-decoration: underline;
    transition: unset;
}

.uslugi-section-header__link svg {
    color: var(--k-red);
    flex-shrink: 0;
}

.uslugi-section-header__link:hover {
    color: var(--k-red);
}

.uslugi-accordion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: start;
}

.uslugi-accordion__item {
    background: var(--k-white);
    border: 1px solid var(--k-border);
    border-radius: var(--k-r);
    overflow: hidden;
    box-shadow: var(--k-shadow);
    transition: box-shadow 0.18s, border-color 0.18s;
    display: flex;
    flex-direction: column;
}

.uslugi-accordion__item:hover {
    box-shadow: var(--k-shadow2);
}

.uslugi-accordion__item.is-open {
    border-color: var(--k-ora);
    box-shadow: var(--k-shadow2);
}

.uslugi-accordion__head {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: var(--k-white);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    font-size: 15px;
    border-image: initial;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s;
    position: relative;
}

.uslugi-accordion__item.is-open .uslugi-accordion__head::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 3px;
    background: var(--k-red);
}

.uslugi-accordion__head:hover {
    background: var(--k-peach2);
}

.uslugi-accordion__item.is-open .uslugi-accordion__head {
    background: var(--k-peach);
}

.uslugi-accordion__icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: var(--k-peach2);
    padding: 6px;
    box-sizing: border-box;
    object-fit: contain;
    flex-shrink: 0;
    transition: background 0.15s;
}

.uslugi-accordion__item.is-open .uslugi-accordion__icon {
    background: var(--k-border);
}

.uslugi-accordion__title-link {
    flex: 1 1 0%;
    font-size: 15px;
    color: var(--k-dark);
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.14s;
}

.uslugi-accordion__title-link:hover {
    color: var(--k-red);
}

.uslugi-accordion__item.is-open .uslugi-accordion__title-link {
    color: var(--k-red);
}

.uslugi-accordion__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 20px;
    padding: 0px 7px;
    background: var(--k-peach2);
    border: 1px solid var(--k-border);
    border-radius: 20px;
    font-size: 11px;
    color: var(--k-muted);
    flex-shrink: 0;
    transition: background 0.14s, color 0.14s, border-color 0.14s;
}

.uslugi-accordion__item.is-open .uslugi-accordion__count {
    background: var(--k-red);
    color: var(--k-white);
    border-color: var(--k-red);
}

.uslugi-accordion__arrow {
    flex-shrink: 0;
    color: var(--k-ora);
    transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s;
}

.uslugi-accordion__item.is-open .uslugi-accordion__arrow {
    transform: rotate(180deg);
    color: var(--k-red);
}

.uslugi-accordion__body {
    display: none;
    padding: 0px 14px 14px;
    background: var(--k-white);
    border-top: 1px solid var(--k-border);
}

.uslugi-accordion__item.is-open .uslugi-accordion__body {
    display: block;
    animation: 0.2s ease 0s 1 normal none running kSlide;
}

@keyframes kSlide {
    0% {
        opacity: 0;
        transform: translateY(-4px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.uslugi-list {
    list-style: none;
    margin: 12px 0px 10px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.uslugi-list__item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.uslugi-list__link {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: var(--k-mid);
    text-decoration: none;
    line-height: 1.35;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: background 0.13s, border-color 0.13s, color 0.13s;
}

.uslugi-list__link:hover {
    background: var(--k-white);
    border-color: var(--k-ora);
    color: var(--k-red-d);
}

.uslugi-list__dot {
    flex-shrink: 0;
    margin-top: 4px;
    color: var(--k-red);
    opacity: 0.4;
    transition: opacity 0.13s;
}

.uslugi-list__link:hover .uslugi-list__dot {
    opacity: 1;
}

.uslugi-accordion__more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
    font-size: 12px;
    text-decoration: underline;
    padding: 6px 3px;
    border-radius: 6px;
    background: var(--k-white);
    transition: background 0.14s, color 0.14s, box-shadow 0.14s;
}

.uslugi-empty {
    color: var(--k-muted);
    font-size: 14px;
    padding: 32px 0px;
    text-align: center;
}

.apptBox {
    margin: 10% auto !important;
}

.p_number {
    position: relative;
}

#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 {
}

.workp__card {
}

.workp__cardTitle--red {
}

.workp__text {
}

.workp__card:nth-child(1) .workp__more {
}

.workp__more {
}

.workp__cardTitle--green {
}

.workp__card:nth-child(2) .workp__more {
}

.workp__card {
}

.workp__cardTitle {
}

.workp__card {
}

.workp__main {
}

.workp__thumbs {
}

.workp__mainImg {
}

.workp__thumb {
}

.workp__thumb.is-active {
}

.workp__thumb img {
}

.partner_right_li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    background: rgb(248, 236, 225);
    position: relative;
    border-radius: 12px;
    width: 23%;
    padding: 30px;
}

.partner_right__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 29px;
    margin-bottom: 15px;
}

.rayt_count {
    color: rgb(85, 85, 85);
    font-size: 15px;
}

.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: rgb(248, 75, 80);
    border-radius: 37px;
    display: flex;
    padding: 12px;
    color: rgb(255, 255, 255);
}

.payment-page-types {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subscribe_title {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.home_kdc_rayting::before {
    top: -30px;
    right: 0px;
}

.home_kdc_rayting::after {
    bottom: 0px;
    left: -30px;
}

.home_kdc_rayting::before, .home_kdc_rayting::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    mask: url("images/about-image-corner-bg-shape-royal.svg") 0% 0% / cover no-repeat;
    z-index: 25;
    background: rgb(255, 251, 248);
}

.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: rgb(85, 85, 85);
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px 0px 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.badge-plate__link {
    text-decoration: underline;
    color: rgb(0, 108, 255);
    margin-top: 4px;
    display: inline-block;
}

.badge-plate__link:hover {
    text-decoration: none;
    color: rgb(34, 93, 221);
}

.payment-page-type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.payment-page-type__content strong {
    width: 100%;
    font-size: 16px;
    margin-bottom: 7px;
}

#splide20 {
    height: 405px;
}

#splide20 img {
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.punkt_sam_contact {
    font-size: 14px;
}

.docp-mobile-live-btn, .docp-mobile-live-close {
    display: none;
}

@media (hover: none) {
    .docp-mobile-live-btn {
        position: absolute;
        left: 7px;
        bottom: 12px;
        z-index: 5;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 5px 15px 5px 6px;
        border: 0px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.94);
        backdrop-filter: blur(14px);
        box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 8px, rgba(0, 0, 0, 0.08) 0px 2px 8px;
        font-size: 12px;
        color: rgb(17, 24, 39);
        cursor: pointer;
    }

    .docp-mobile-live-btn__icon {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: rgb(22, 163, 74);
        color: rgb(255, 255, 255);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .docp-mobile-live-btn__icon svg {
        width: 14px;
        height: 14px;
        fill: currentcolor;
        margin-left: 2px;
    }

    .docp-mobile-live-close {
        position: absolute;
        top: 8px;
        right: 0px;
        z-index: 9;
        width: 40px;
        height: 40px;
        border: 0px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.66);
        backdrop-filter: blur(10px);
        color: rgb(255, 255, 255);
        font-size: 26px;
        line-height: 1;
        display: none;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .docp-photo.is-live .docp-mobile-live-close {
        display: flex;
    }

    .docp-photo.is-live .docp-mobile-live-btn {
        opacity: 0;
        pointer-events: none;
    }

    .docp-photo.is-live .docp-photo__img {
        opacity: 0;
        transform: scale(1.04);
        filter: blur(1px);
    }

    .docp-photo.is-live .docp-photo__video {
        opacity: 1;
        transform: scale(1);
    }
}

.payment-page-type__content {
    color: rgb(85, 85, 85);
    font-size: 14px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 9px;
}

.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);
}

.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(195, 135, 62);
    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 {
}

.one_s_res {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 12px 14px;
}

span.sr_price_row b {
    font-size: 13px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    color: rgb(55, 54, 54);
}

.t_code_cat_s span {
    color: rgb(85, 85, 85);
    align-items: center;
    margin-right: 3px;
    display: flex !important;
}

b {font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;}

.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: rgb(85, 85, 85);
}

.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%;
}

.promo-countdown {
    display: flex;
    margin-top: 8px;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 11px 27px 19px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: rgb(0 0 0 / 14%) 0px 4px 15px;
    backdrop-filter: blur(8px);
    flex-wrap: wrap;
    justify-content: flex-start;
}

.cat_kdc_price_bottom_description p {
    width: 100%;
    margin: 0px !important;
    font-size: 14px !important;
}

.promo-countdown__icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 106, 42, 0.12);
    color: rgb(255, 106, 42);
    font-size: 16px;
    flex: 0 0 auto;
}

.uslugi_accordion_doc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: start;
    margin-top: 27px;
    margin-bottom: 40px;
}

.promo-countdown__text {
    color: rgb(17, 17, 17);
    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: rgb(107, 114, 128);
    padding-left: 10px;
    border-left: 1px solid rgba(0, 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: cover;
    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;
}

.work-card:hover {
    transform: translateY(-2px);
}

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: 46%;
}

.home_img_right {
    width: 50%;
    position: relative;
}

.category_top_side p {
    margin-bottom: 12px;
    font-size: 15px;
}

.roulette-svg-host {
    width: 520px;
    height: 520px;
}

.roulette-svg-host svg {
    display: block;
    width: 100%;
    height: 100%;
}

.acc-body p {
    margin: 15px 0px;
    font-size: 15px;
}

.roulette-svg-text {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 900;
    fill: rgb(34, 34, 34);
    letter-spacing: 0.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: rgb(238, 238, 238);
    padding: 11px 4px;
    border-radius: 8px;
}

.promo-card__media {
}

.checkup-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    padding: 9px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: rgb(81, 43, 13);
    font-size: 12px;
    line-height: 1;
    backdrop-filter: blur(7px);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 18px;
}

span.pr_single_brand {
    display: flex;
    border: 1px solid rgb(238, 238, 238);
}

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: rgb(238, 238, 238);
}

.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 {
}
.cat-process-block .cat-process-card__text img {
    width: 100% !important;
    display: flex;
    margin-bottom: 40px;
    margin-top: 27px;
    border-radius: 0px !important;
}

.cat-process-block .cat-process-card__text .image {
    margin: -27px !important;
    display: flex !important;
}
.not_found {
    width: 100%;
    margin: 40px 0px;
}
section.kdc-video-seo-text {
    width: min(1366px, 100% - 32px);
    margin: 0px auto;
    padding-left: 1.5%;
    padding-right: 1.5%;
}
 .category_tabs__wrap {
    width: 100%;
}

cat-olga-section {
    width: 100%;
    display: inline-block;
}

.cat-olga-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.akcii-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1;
    margin-left: 5px;
    background: rgba(0,0,0,.12);
    color: inherit;
    vertical-align: middle;
}
.kdc-video-filter.active .akcii-filter-count {
    background: rgba(255,255,255,.3);
}


.akcii-cat-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #888;
    margin-bottom: 4px;
}
.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 rgb(238, 238, 238);
}

.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: rgb(85, 85, 85);
    line-height: 26px;
}
.video_icon {
}

.video_icon::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid rgb(255, 255, 255);
}

.video_sec {
}
.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") 2% 7px / 30px no-repeat;
    padding: 41px 0px 0px;
    margin-bottom: 1px;
    display: flex;
    margin-top: -46px;
}

.cat-desc table td {
    background: rgb(255, 255, 255);
    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: rgb(0, 51, 249);
    text-decoration: underline;
}

.category_tabs a:hover {
    text-decoration: none;
    color: rgb(2, 132, 255);
}

.cat_tabs2_wrap a {
    color: rgb(0, 51, 249);
    text-decoration: underline;
}

.cat_tabs2_wrap a:hover {
    text-decoration: none;
    color: rgb(2, 132, 255);
}

.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 {
}

.kdc_krujok_big {
}

.home_img_right_doc {
    overflow: hidden;
    height: 657px;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    border-radius: 33px;
}

.koxqi_ketikner {
}

.koxqi_ketikner img {
}

.year_kdc_center {
}

.year_kdc {
}

.workp_doc_title {
}

.year_kdc_text_top {
}

.year_kdc_text_bottom {
}

.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: 30px;
}

h3 {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 25px;
}

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;
}
.category_block_indications {width:100%}
.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;
    text-decoration: line-through;
    color: #8e8b8b;
    font-size: 19px;
}

.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;
}

.doctor-video-block .kdc-video-card {
    height: 340px;
    min-height: auto;
    grid-template-columns: 47% 53%;
}

.subscribe-form input[type="email"] {
    flex: 1 1 0%;
    padding: 6px 15px 6px 10px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    font-size: 12px;
    background: transparent;
}

.doc-photo-wrap {
    isolation: isolate;
}

.doc-photo-link {
    display: block;
    position: relative;
    z-index: 2;
}

.doc-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 31 / 36;
    object-fit: cover;
    display: block;
    transition: opacity 0.52s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), filter 0.52s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
    backface-visibility: hidden;
}

.doc-hover-video {
    position: absolute;
    inset: 0px;
    width: 100%;
    object-fit: contain;
    z-index: 3;
    opacity: 0;
    transform: scale(1.035);
    pointer-events: none;
    background: rgb(0, 0, 0);
    transition: opacity 0.52s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
    backface-visibility: hidden;
}

.doc-photo-wrap.has-hover-video::before {
}

.doc-live-hint__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    position: absolute;
    border-radius: 50%;
    background: rgb(22, 163, 74);
    color: rgb(255, 255, 255);
    display: flex;
    top: 70px;
    left: 16px;
    z-index: 9;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(22, 163, 74, 0.35) 0px 8px 18px;
}

.doc-live-hint__icon svg {
    width: 14px;
    height: 14px;
    fill: currentcolor;
}

.doc-photo-wrap.has-hover-video .doc-fade {
    z-index: 5555;
}

@media (hover: hover) {
    .doc-photo-wrap.has-hover-video:hover .doc-photo, .doc-photo-wrap.has-hover-video.is-video-active .doc-photo {
        opacity: 0;
        transform: scale(1.055);
        filter: blur(1px);
    }

    .doc-photo-wrap.has-hover-video:hover .doc-hover-video, .doc-photo-wrap.has-hover-video.is-video-active .doc-hover-video {
        opacity: 1;
        transform: scale(1);
    }

    .doc-photo-wrap.has-hover-video:hover::before, .doc-photo-wrap.has-hover-video.is-video-active::before {
        opacity: 0.25;
        transform: translateX(18%);
    }

    .doc-photo-wrap.has-hover-video:hover .doc-live-hint, .doc-photo-wrap.has-hover-video.is-video-active .doc-live-hint {
        opacity: 0;
        transform: translateY(10px) scale(0.96);
        filter: blur(2px);
    }
}

@media (hover: none) {
    .doc-live-hint {
        display: none;
    }
}

.subscribe-form button {
    padding: 10px 12px;
    border-width: medium medium medium 1px;
    border-style: none none none solid;
    border-color: currentcolor currentcolor currentcolor rgb(165, 214, 167);
    border-image: initial;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 12px;
    cursor: pointer;
    transition: background 0.3s;
}

.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: 850px) {
	.inner.home-dirs-head h1 {
    font-size: 26px;
    margin-bottom: 12px;
}
    .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;
    }
}

.uslugi-page {
    position: relative;
}

.container-kdc {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.uslugi-page__breadcrumbs {
}

.uslugi-hero {
    position: relative;
    background: #fff5ee;
    overflow: hidden;
    border-bottom: 1px solid var(--k-border);
    margin-top: 6px;
    margin-bottom: 25px;
}

.uslugi-hero__dec1 {
    position: absolute;
    right: -60px;
    top: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(248, 75, 80, 0.08);
    pointer-events: none;
}

.uslugi-hero__dec2 {
    position: absolute;
    right: 120px;
    bottom: -80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(235, 179, 135, 0.18);
    pointer-events: none;
}

.uslugi-hero__inner {
    position: relative;
    padding-top: 0px;
    padding-bottom: 16px;
}

.uslugi-hero__content {
}

.uslugi-hero__h1 {
    font-size: 35px;
    color: var(--k-dark);
    line-height: 1.15;
    letter-spacing: -0.4px;
    margin: 0px 0px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}

.uslugi-hero__h1 em {
    font-style: normal;
    color: rgb(241, 87, 92);
}

.uslugi-hero__sub {
    font-size: 17px;
    color: rgb(35, 35, 35);
    line-height: 1.65;
}
 
.uslugi-tabs-photo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 315px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.uslugi-tab-photo {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-width: medium 5px medium medium;
    border-style: none solid none none;
    border-color: currentcolor rgba(255, 255, 255, 0.12) currentcolor currentcolor;
    border-image: initial;
    border-radius: 4px;
    padding: 0px;
    text-align: left;
    transition: filter 0.25s;
}

.uslugi-tab-photo:last-child {
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
}

.uslugi-tab-photo:not(.is-active) {
    filter: brightness(0.85) saturate(0.6);
}

.uslugi-tab-photo:hover:not(.is-active) {
    filter: brightness(0.82) saturate(0.8);
}

.uslugi-tab-photo.is-active {
    filter: none;
}

.uslugi-tab-photo__bg {
    position: absolute;
    inset: 0px;
    background-size: cover;
    background-position: center center;
    background-color: rgb(26 37 53);
    background-image: linear-gradient(145deg, rgb(15, 37, 53) 0%, rgb(30, 58, 85) 50%, rgb(13, 32, 53) 100%);
    transition: transform 0.35s;
}

.uslugi-tab-photo:nth-child(2) .uslugi-tab-photo__bg {
    background-image: linear-gradient(145deg, rgb(26, 21, 48) 0%, rgb(42, 32, 80) 50%, rgb(26, 16, 48) 100%);
}

.uslugi-tab-photo:nth-child(3) .uslugi-tab-photo__bg {
    background-image: linear-gradient(145deg, rgb(37, 15, 16) 0%, rgb(61, 21, 32) 50%, rgb(32, 13, 16) 100%);
}

.uslugi-tab-photo:hover .uslugi-tab-photo__bg {
    transform: scale(1.04);
}

.uslugi-tab-photo__grad {
    position: absolute;
    inset: 0px;
    background: linear-gradient(to top, rgb(0 0 0 / 81%) 0%, rgb(0 0 0 / 0%) 55%, transparent 100%);
    transition: background 0.3s;
}

.uslugi-tab-photo.is-active .uslugi-tab-photo__grad {
}

.uslugi-tab-photo__num {
    position: absolute;
    top: 12px;
    width: 70px;
    height: 70px;
    display: flex;
    right: 14px;
    text-align: center;
    background: #ffffff85;
    border-radius: 38px;
    font-size: 35px;
    backdrop-filter: blur(6px);
    font-weight: 700;
    color: rgb(255 255 255 / 58%);
    line-height: 1;
    transition: color 0.25s;
    align-items: center;
    justify-content: center;
}

.uslugi-tab-photo.is-active .uslugi-tab-photo__num {
    color: rgb(255 255 255);
    background: #dc4550c9;
    backdrop-filter: blur(6px);';
}

.uslugi-tab-photo__body {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 14px 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.uslugi-tab-photo__name {
    display: block;
    font-size: 21px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.uslugi-tab-photo__sub {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.2s;
}

.uslugi-tab-photo.is-active .uslugi-tab-photo__sub {
    color: rgba(255, 255, 255, 0.7);
}

.uslugi-tab-photo__bar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: var(--k-red);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.28s;
}

.uslugi-tab-photo.is-active .uslugi-tab-photo__bar {
    transform: scaleX(1);
}

.uslugi-tabs__panel {
    display: none;
}

.uslugi-tabs__panel.is-active {
    display: block;
    animation: 0.24s ease 0s 1 normal none running kFadeIn;
}

.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: 11px;
}

.promo-modal {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    max-width: 560px !important;
    padding: 22px 27px !important;
    overflow: clip !important;
}

.promo-modal__image-wrap {
    margin: -22px -27px 19px;
    height: 220px;
    overflow: hidden;
}

.promo-modal__image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px 16px 0px 0px;
    object-fit: cover;
}

.promo-modal__title {
    font-size: 21px;
    margin-bottom: 2px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.promo-modal__content {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.5;
}

.promo-modal__form-block {
    padding-top: 0px;
}

.promo-modal__form-title {
    margin-bottom: 11px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.promo-modal__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width: 560px) {
    .promo-modal__fields {
        grid-template-columns: 1fr;
    }
}

.promo-modal__input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 6px;
    font-size: 14px;
    transition: 0.2s;
}

#fab-wrap {
    position: fixed;
    right: 26px;
    bottom: 105px;
    z-index: 99;
    align-items: center;
    gap: 14px;
    display: flex !important;
}

.fab-btn {
    width: 60px;
    height: 60px;
    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: rgba(0, 0, 0, 0.2);
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
}

.promo-modal__submit {
    margin-top: 14px;
    width: 100%;
    padding: 14px 16px;
    border: 0px rgb(248, 75, 80);
    font-size: 14px;
    border-radius: 7px;
    background: rgb(248, 75, 80);
    cursor: pointer;
    color: rgb(255, 255, 255);
    transition: 0.2s;
}

.promo-modal__submit:hover {
    background: rgb(231, 53, 61);
}

.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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    width: 100%;
    margin: 25px 0px;
    background: none !important;
}

.one_s_res.selected {
    background-color: rgb(240, 240, 240);
    border-radius: 4px;
}

.content_descr table td {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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 {background: rgb(255, 255, 255);color: rgb(95, 95, 95);box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 11px;width: 100%;display: flex;height: 50px;font-size: 15px;padding: 0px 22px;margin-top: 20px;transition: transform 0.12s;justify-content: center;align-items: center;}

.cat_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 16px;
}

.btn_show_morw:hover {
    /* border-color: rgb(226, 228, 232); */
    transform: translateY(-1px);
}

.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);
}

.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;
}

.home_kdc_rayting_nersi {
    display: flex;
    padding: 15px 16px 15px 20px;
    background: rgb(248, 236, 225);
    border-radius: 20px;
}

.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 {
}

#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);
}

.second_menu {
    list-style: none;
    display: flex;
    align-items: center;
}

.header_left {
    display: flex;
    padding: 12px 0px;
    align-items: center;
    position: relative;
}

#branchFilters {
    background: none;
    padding: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.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%;
}

#splide222 {
    height: 446px;
}

#splide222 .splide_list button {
    height: 500px;
}

#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-width: 1px medium 1px 1px;
    border-style: solid none solid solid;
    border-color: rgb(238, 238, 238) currentcolor rgb(238, 238, 238) rgb(238, 238, 238);
    border-image: initial;
    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 {
}

.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;
}

.is-open {
    /* background: rgb(238 238 238 / 28%); */
}

section#ceny-na-lechenie {
    width: 100%;
    display: inline-block;
    margin: 15px 0px;
}

.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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    margin: 0px;
    outline: none;
}
.doc_card_flex {
    display: flex;
    width: 100%;
    gap: 50px;
    flex-wrap: wrap;
}
#splide_partner img {
    height: 130px;
    width: auto;
}

.page_content_page_news ul li {
    list-style: none;
    position: relative;
    padding: 4px 0px 4px 18px;
}

.pr_det_title {
    font-size: 11px;
    display: flex;
    color: rgb(0, 0, 0);
    align-items: center;
}

.kdc_kurkino .socials-inner-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0px;
    grid-auto-flow: dense;
    margin: 0px;
    list-style: none;
}

.kdc_kurkino {
}

.kdc_kurkino .socials-item {
    display: flex;
}

.kdc_kurkino .smile_beauty {
    width: 14%;
}

.par_ul ul {
    list-style: none;
}

.akcc_name {
    font-style: normal;
}

.BSuAQNT96aYiEQT_khFK.text--xs {
    color: rgb(151, 151, 151);
    font-size: 12px;
}

.heading--sm {
    font-size: 15px;
}

span.doctor-service-card__arrow {
    display: flex;
    position: absolute;
    right: 18px;
    font-size: 29px;
    color: rgb(206, 124, 60);
}

span.doctor-service-card__name {
    width: 70%;
    display: flex;
}

.doctor-service-card__head {
    margin-top: 35px;
}

.page_center_rev {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 15px;
    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 {
 
width: 100%;
 
border-radius: 30px;
 
padding: 23px 30px;
 
background: url("images/decor-1.svg") right center / cover no-repeat rgb(255, 255, 255);
 
box-shadow: rgba(85, 85, 85, 0.16) 0px 6px 12px;
 
margin: 0px 0px 6px;
 
display: inline-block;
}

.bp-text-block a {
    color: rgb(0, 85, 227);
    transition: color 0.2s;
    text-decoration: underline 1px rgb(180, 192, 255);
    text-underline-offset: 30%;
}

.bp-text-block a:hover {
    text-decoration: none;
    color: rgb(0, 25, 255);
}

.bp-faq a {
    color: rgb(0, 85, 227);
}

.bp-faq a:hover {
    text-decoration: underline;
}

.bp-tabs-body a {
    color: rgb(0, 33, 255);
}

.bp-tabs-body a:hover {
    text-decoration: underline;
}

main {
    width: 100%;
    display: inline-block;
    padding-bottom: 80px;
}

blockquote p {
    display: block;
    text-align: left;
    position: relative;
    flex-wrap: wrap;
    gap: 3px;
    padding: 8px 0px;
    color: rgb(0, 0, 0);
    font-size: 16px !important;
    line-height: 26px !important;
    margin: 0px !important;
}

.home-blog {
    margin: 52px 0px;
}

.home-blog-card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgb(238, 238, 238);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-blog-card__img-wrap {
    display: block;
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: rgb(241, 241, 241);
}

.cu-appointment-doctor-card__body .head_call_header {
    width: 100%;
}

.cu-appointment-doctor-card:hover {
    transform: translateY(-2px);
}

.cat_price_from {
    font-size: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.home-blog-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s;
}

.home-blog-card:hover .home-blog-card__img-wrap img {
    transform: scale(1.04);
}

.home-blog-card__cat {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
}

.home-blog-card__body {
    padding: 16px 18px 18px;
    flex: 1 1 0%;
}

.home-blog-card__title {
    display: block;
    font-size: 16px;
    color: rgb(26, 26, 26);
    line-height: 1.4;
    margin-bottom: 10px;
    text-decoration: none;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.home-blog-card__title:hover {
}

.home-blog-card__meta {
    display: flex;
    gap: 12px;
    font-size: 13px;
    color: rgb(153, 153, 153);
    flex-wrap: wrap;
}

.home_article_date svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentcolor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home_article_date {
    display: flex;
    gap: 10px;
    align-items: center;
}

.home_tabes {
    margin-top: 22px;
}

.home-top-promo__btn:hover {
    color: rgb(37, 211, 102);
}

.big_em {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.st-play-btn.st-style1 {
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    font-size: 80px;
    padding: 5%;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 49%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.cat-process-card a {
    color: #004cdc;
    text-decoration: underline;
}

.cat-process-card a:hover {
    text-decoration: none;
    color: #0050ff;
}
.st-play-btn.st-style1 svg {
    fill: rgb(255, 255, 255);
    width: 50px;
}

.st-video-animaiton, .st-video-animaiton span {
    animation: 2s linear 0s infinite normal none running st-video-animaion;
    border-radius: 50%;
    inset: 0px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 5px;
    display: block;
    height: 50px;
    margin: auto;
    position: absolute;
    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(0px);
    }
}

.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;
}

#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: rgb(143, 143, 143);
    display: flex;
    margin-top: 15px;
    gap: 7px;
    line-height: 17px !important;
}

#write_review .head_call_header {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 100% !important;
    text-align: center !important;
}

input#name__rev {
    border: 1px solid rgb(211, 212, 221);
    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: 33px 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 {
	    width: 100%;
    font-size: 24px;
    color: rgb(231 90 100);
    margin-top: 5px;
    display: inline-block;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

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: rgb(255, 252, 250);
    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(186, 186, 186);
    padding: 11px 15px;
    background: rgba(255, 255, 255, 0.56);
    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;
}

.head_client_kdc_right {
}
#vrachi-dlya-zapisi li::before {
    background: none !important;
    display: none !important;
}

#vrachi-dlya-zapisi li {
    padding: 0px !important;
}

.splide__slide .cu-appointment-doctor-card {
    border: 1px solid rgb(213 213 213 / 52%);
    box-shadow: none !important;
}

.dos_option_adress {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}

#pnlLogin .p_number1 {
    color: rgb(0, 0, 0);
}

.p_number {
}

#pnlLogin .p_number1 i {
    color: rgb(0, 0, 0);
    font-size: 14px;
}

.top_cats {
    display: block;
    margin: 25px auto 30px;
    max-width: 1400px;
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.cat_tabs2_wrap {
    width: 100%;
}
.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 rgb(238, 238, 238);
    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 {
}

@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;
    transition: 0.25s;
}

.short_descr_text a {
    color: #0060ff;
    text-decoration: underline;
}

.short_descr_text a:hover {
    text-decoration: none;
    color: #0021ff;
}

.work-placeholder {
    height: 100%;
}

.work-thumb {
}

.work-thumb img {
}

.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 {
}

.work-name {
}

.work-name a {
}

.work-section-title {
}

.work-docs {
}

.cat_blocks_text a {
    color: rgb(0, 74, 213);
    text-decoration: underline;
}

.cat_blocks_text a:hover {
    text-decoration: none;
}

.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: 0px 7px;
    border-radius: 999px;
    background: rgb(244, 245, 247);
    color: rgb(42, 45, 52);
    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;
}

.doc_ot_kdc {margin-top:16px; display:grid; gap:12px;
}
.video-otzyvy-head {
    margin: 35px 0 14px;
    width: 100%;
    display: inline-block;
}
.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 rgb(238, 238, 238);
    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;
    }
}

.icon.icon-phone {
    display: flex;
    align-items: center;
}

.bp-btn--orange:hover {
    background: rgb(248, 75, 80);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.bp-btn--blue:hover {
    background: rgb(21, 87, 176);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.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;
}

span.zap_kdc {
    width: 100%;
    text-align: center;
}

.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 {
}

.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: url("images/ptichka.svg") 0% 0% / 100% no-repeat rgb(255, 255, 255);
    border-radius: 50%;
}

.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: url("images/ptichka.svg") 0% 0% / 100% no-repeat rgb(255, 255, 255);
    border-radius: 50%;
}

.about_doc_kdc li {
    position: relative;
    padding: 11px 0px 10px 27px;
}

.acc-body li {
    position: relative;
    padding: 10px 0px 10px 32px;
    font-size: 15px;
}

.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);
}
h2#about-title i {
    font-family: Montserrat-Medium, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    width: 100%;
}

h2#about-title {
    display: flex;
    flex-wrap: wrap;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 15px;
}

.search-catalog__loading-close {
    width: 36px;
    display: inline-block;
    position: relative;
    font-size: 0px;
    line-height: 1;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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;
}

.profile-menu .doc-tag {
    width: 100%;
    padding: 0px 14px 0px 3px;
    background: none;
}
.cat-prices-subhead {
    margin: 18px 0 6px;
    padding-top: 14px;
    padding-left: 16px;
    border-top: 1px dashed #dfe3e8;
}
 
.cat-prices-subhead h3{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #1a1a1a;
}
.profile-menu .doc-tag {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.client_info_title_kdc {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.65);
}

.client_info a:hover {
    background: rgba(238, 238, 238, 0.44);
}

.client_info_title_kdc:hover {
    background: rgba(238, 238, 238, 0.47);
}

.promo-modal__content li {
    padding: 4px 0px 4px 23px;
}

.promo-modal__content ul {
    margin: 9px 5px;
}

.promo-modal__content i {
    color: rgb(85, 85, 85);
    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 {
}

.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;
}

.docp-photo {
    isolation: isolate;
}

.docp-photo__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.docp-photo__video {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transform: scale(1.04);
    z-index: 3;
    pointer-events: none;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(255, 255, 255);
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.docp-photo.has-live-video::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 4;
    pointer-events: none;
    opacity: 0.8;
    transition: opacity 0.5s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.docp-live-badge {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 6px 14px 6px 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    box-shadow: rgba(0, 0, 0, 0.11) 0px 3px 12px, rgba(0, 0, 0, 0.08) 0px 0px 12px;
    font-size: 12px;
    color: rgb(17, 24, 39);
    transition: opacity 0.35s, transform 0.35s;
}

.docp-live-badge__icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: rgb(22, 163, 74);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.docp-live-badge__icon svg {
    width: 14px;
    height: 14px;
    fill: currentcolor;
    margin-left: 2px;
}

.docp-live-badge__pulse {
    position: absolute;
    left: 6px;
    top: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.22);
    transform: translateY(-50%);
    animation: 2.4s ease 0s infinite normal none running docPulse;
}

@keyframes docPulse {
    0% {
        transform: translateY(-50%) scale(0.9);
        opacity: 0.9;
    }

    70% {
        transform: translateY(-50%) scale(1.8);
        opacity: 0;
    }

    100% {
        transform: translateY(-50%) scale(1.8);
        opacity: 0;
    }
}

@media (hover: hover) {
    .docp-photo.has-live-video:hover .docp-photo__img, .docp-photo.has-live-video.is-live .docp-photo__img {
        transform: scale(1.045);
        opacity: 0;
        filter: blur(1px);
    }

    .docp-photo.has-live-video:hover .docp-photo__video, .docp-photo.has-live-video.is-live .docp-photo__video {
        opacity: 1;
        transform: scale(1);
    }

    .docp-photo.has-live-video:hover::before, .docp-photo.has-live-video.is-live::before {
        opacity: 0.22;
        transform: scale(1.04);
    }

    .docp-photo.has-live-video:hover .docp-live-badge, .docp-photo.has-live-video.is-live .docp-live-badge {
        opacity: 0;
        transform: translateY(10px) scale(0.96);
    }
}

.iZkrbYpW1pYUDnl32ZCe {
    border-bottom: 1px solid rgb(239, 242, 246);
    padding: 37px 36px 36px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 20px 0px;
    border-radius: 12px;
    margin: 12px 0px;
    background: rgb(255, 255, 255);
}

.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;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.NlR69EIIyYwDhPBal_2P {
    width: 100%;
    margin: -15px 0px 0px 3px;
}

.cnXs0ppWnL8PTqf7rl8z {
    width: 100%;
    margin: 10px 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: 47px;
}
.phonn {
    color: #fff;text-align: center;
}
.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: 80px auto 70px;
    max-width: 1400px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    align-items: flex-start;
}

.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;
}
.cart_in_part .cat_grid .number a {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #dc4550ab;
    text-underline-offset: 38%;
    text-decoration-thickness: 1px;
}
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;
}

#video-materialy {
    display: inline-block;
    width: 100%;
}

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;
}

.doc-mini__avatar {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.doc-mini__photo {
    width: 100%;
    display: block;
    transition: opacity 0.35s;
}

.doc-mini__avatar .docp-photo__video {
}

.doc-mini__avatar.is-live .docp-photo__video {
    opacity: 1;
}

.doc-mini__avatar.is-live .doc-mini__photo {
    opacity: 0;
}

.n_t_post {
    padding: 6%;
    width: 100%;
}

fo {
    font-size: 35px;
    display: flex;
    line-height: 37px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    flex-wrap: wrap;
    line-height: 48px;
}

.home_text p {
    margin: 0px 0px !important;
    font-size: 15px !important;
    width: 100%;
    line-height: 26px;
    padding: 4px 0px !important;
}

.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;
    margin-top: 15px;
	margin-bottom: 50px;
}

:root {
    --kdc-graphite: #3b3b3b;
    --kdc-coral: #ff4d57;
    --kdc-sand: #d7a173;
    --kdc-bg: #ffffff;
}

.reviews-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 28px 28px 28px 100px;
    background: rgb(248, 236, 225);
    padding: 0px;
    display: flex;
    width: 60%;
    align-items: flex-end;
}

.reviews-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
}

.hero-img {
    width: 100%;
    max-width: 860px;
    height: auto;
    display: block;
    margin: 0px auto;
    filter: drop-shadow(rgba(0, 0, 0, 0.18) 0px 26px 60px);
}

@keyframes ringFloat {
    0%, 100% {
        transform: translate(0px, 0px) scale(1);
    }

    50% {
        transform: translate(10px, 14px) scale(1.03);
    }
}

@keyframes orbit1 {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(-60px, 20px);
    }

    50% {
        transform: translate(-90px, 70px);
    }

    75% {
        transform: translate(-30px, 90px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes orbit2 {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(-40px, -20px);
    }

    50% {
        transform: translate(-120px, 10px);
    }

    75% {
        transform: translate(-70px, 60px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes orbit3 {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(40px, -30px);
    }

    50% {
        transform: translate(80px, -10px);
    }

    75% {
        transform: translate(30px, 30px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes sweep {
    0%, 100% {
        transform: translateX(-35%) rotate(8deg);
        opacity: 0.45;
    }

    50% {
        transform: translateX(5%) rotate(8deg);
        opacity: 0.85;
    }
}

@media (prefers-reduced-motion: reduce) {
    .r1, .r2, .d1, .d2, .d3, .sweep {
        animation: auto ease 0s 1 normal none running none !important;
    }
}

section.doctor-video-block {
    display: inline-block;
    width: 100%;
}

.doctor-video-block__head {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 25px;
}

.doctor-video-block .kdc-video-info h2 {
    font-size: 18px;
}

section.doctor-video-block .kdc-video-info {
    padding: 20px 19px;
}

section.doctor-video-block .kdc-video-play {
    width: 58px;
    height: 58px;
    top: 14px;
    left: 14px;
}

section.doctor-video-block .kdc-video-play::before {
    top: 15px;
    left: 20px;
}

.kdc_otz_text_b {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
    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: 100%;
    display: flex;
    gap: 19px;
    justify-content: space-between;
}

.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;
}
.s_section_label {
    font-size: 11px;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 8px 14px 3px;
    margin: 0;
}
.s_badge {
    display: inline-block;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 20px;
    font-weight: 500;
}
.s_badge--akciya  { background: #FAEEDA; color: #854F0B; }
.s_badge--checkup { background: #EEEDFE; color: #534AB7; }

.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: rgb(250, 249, 250);
    padding: 18px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 10px;
}

.chip_prom .doc-tag {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 6px 0px;
}

.chip_prom {
    border: 1px solid rgb(234, 234, 234);
    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: rgb(138, 138, 138);
}

.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: 15px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    margin-bottom: 20px;
    margin-top: 25px;
}

@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;
}
.cat-img-stack {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cat-img-stack__back {
    position: absolute;
    top: 8px;
    left: -10px;
    width: 100%;
    height: 100%;
    background: #ffe7d1;
    border-radius: 16px;
    transform: rotate(357deg);
    z-index: 0;
}
ul#splide_akczii1-list {
    padding: 24px 0px !important;
}
.home-akcii-section {/* padding: 48px 0 56px; */}
.home-akcii-head {
  display: flex;
}
.home-akcii-head .section_title {margin: 0;width: 100%;}
.home-akcii-all {
}
.home-akcii-all:hover { background: #e05050; color: #fff; }
.promo-slide-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
  height: 100%;
  transition: box-shadow .2s, transform .2s;
  text-decoration: none;
  color: inherit;
}
.promo-slide-card:hover { box-shadow: 0 6px 28px rgba(0,0,0,0.13); transform: translateY(-3px); }
.promo-slide-card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f5f0f0;
  flex-shrink: 0;
}
.promo-slide-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.promo-slide-card:hover .promo-slide-card__img img { transform: scale(1.04); }
.promo-slide-card__no-img {
  width: 100%;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #fde8e8 0%, #fce4d6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.promo-slide-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  backdrop-filter: blur(6px);
  z-index: 2;
}
.promo-slide-badge--fire { background: rgba(220,40,40,0.88); color: #fff; }
.promo-slide-badge--soon { background: rgba(230,110,20,0.88); color: #fff; }
.promo-slide-badge--normal { background: rgba(30,30,30,0.65); color: #fff; }
.promo-slide-card__body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
}
.promo-slide-card__title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.promo-slide-card__sub {
  font-size: 13px;
  color: #777;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.promo-slide-card__metros { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 2px; }
.promo-slide-card__metro { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 500; }
.promo-slide-card__metro-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.promo-slide-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}
.promo-slide-card__price-new { font-size: 17px;  }
.promo-slide-card__price-old { font-size: 13px; color: #aaa; text-decoration: line-through; margin-left: 6px; }
.promo-slide-card__btn {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 50px;
  background: #e05050;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background .18s;
  white-space: nowrap;
}
.promo-slide-card__btn:hover { background: #c03838; color: #fff; }
.home-akcii-arrows {}
.home-akcii-arrow {
}
.home-akcii-arrow:hover { border-color: #e05050; background: #fdf2f2; }
.home-akcii-arrow svg {}
.home-akcii-arrow:hover svg { color: #e05050; }
#splide_akczii1 .splide__arrow {/* display: none !important; */}
#splide_akczii1 .splide__pagination__page.is-active { background: #e05050; }
.cat-img-stack__front {
  position: relative;
  z-index: 1;
  transform: rotate(2deg);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  background: #fff;
}
.cat-img-stack__front img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.doc-media {
    position: relative;
}
.cu-cases {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.doc-photo-wrap {
    height: 430px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.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: rgba(255, 255, 255, 0.76);
}

.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(255, 255, 255);
    display: flex;
    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));
    z-index: 4;
}

.doc-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(233, 237, 243);
    border-radius: 9px;
    padding: 8px 10px;
    font-size: 12px;
    color: rgb(17, 17, 17);
    z-index: 4;
    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: 11px;
    margin-bottom: 5px;
}

.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;
    width: 100%;
    flex-wrap: wrap;
    background: rgb(255, 255, 255);
}

.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;
    background: rgb(255, 255, 255);
}

.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;
    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: 9px;
    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: 10px 18px;
    color: rgb(248, 75, 80);
    border: 1px solid rgba(248, 75, 80, 0.6);
    width: 100%;
    height: auto;
    font-size: 13px;
    margin-top: 15px;
}

.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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    text-align: left;
    background: rgb(255, 255, 255);
    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;
    background: rgb(255, 248, 242);
    width: 100%;
    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: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.inner a {
    font-size: 15px;
}

.inner a:hover {
    color: rgb(248, 75, 80);
}

.inner h3 {
    font-size: 30px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

#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;
}
 
button.cat-acc-toggle {
    display: none;
}

ul.cat-acc-level a {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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: flex;
    width: 75%;
    flex-wrap: wrap;
    gap: 45px;
}

.cat-steps__intro h2 {
    margin-bottom: 12px;
    font-size: 25px;
}

.cat_prods_block li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0px;
    width: 14px;
    height: 14px;
    background: url("images/ptichka.svg") 0% 0% / 100% no-repeat rgb(255, 255, 255);
    border-radius: 50%;
}

.cat_prods_block li {
    position: relative;
    padding: 8px 5px 8px 25px;
    margin: 0px;
    font-size: 15px;
}

.cat_prods_block ul {
    margin: 14px 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: 12px 0px 12px;
    font-size: 15px;
    line-height: 24px;
}

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;
}
.pr_otz_info a {
    color: #dc494e;
}

.pr_otz_info a:hover {
    text-decoration: underline;
}
.d1151-a4 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
}

.slider_right img {
    width: 100%;
    border-radius: 40px;
    height: auto;
    border: 1px solid rgb(255, 243, 232);
}

.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 {
}

.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;
}








.cu-related-checkups{
  margin: 50px 0;
  width: 100%;
}

.cu-related-checkups__head{
  margin-bottom: 24px;
}

.cu-related-checkups__head h2{
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
}

.cu-related-card{
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #eee;
  color: inherit;
  transition: .25s ease;
}

.cu-related-card:hover{
  transform: translateY(-4px);
   
  text-decoration: none;
}

.cu-related-card__image{
  height: 210px;
  background: #f5f7fb;
  overflow: hidden;
}

.cu-related-card__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cu-related-card__body{
  padding: 22px;
}

.cu-related-card__price{
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff3e8;
  color: #dc4550;
  font-weight: 700;
  font-size: 14px;
}
.cu-related-checkups ul li::before {
   display:none
}
.cu-related-checkups ul li {
   padding:0px;
    
}
.footer__section.section__op {
    grid-area: op;
    padding: 30px 0;
    border-top: 1px solid #eeeeee2e;
}

.footer-row.content-container {max-width: 1400px;padding-left: 1.5%;padding-right: 1.5%;text-align: center;}

span.footer-contraindications.leading-8 {
    font-weight: 400;
    font-size: 25px;
    letter-spacing: .01em;
    text-transform: uppercase;
    text-align: center;
    color: #626262;
    margin: 0 auto;
}
.cu-related-card h3{
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 12px;
  color: #1f2933;
}

.cu-related-card p{
  font-size: 15px;
  line-height: 1.5;
  color: #5f6b7a;
  margin: 0 0 18px;
}

.cu-related-card__more{
  font-weight: 700;
  color: #dd6b34;
  font-size: 13px;
}

 


div#homeBlogSplide {
    margin-top: 30px;
}
 
.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%;
}

.docp-sub ul li {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 2.2;
}

.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 {
}

.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(255 244 219);
    color: rgb(61, 81, 101);
    display: flex;
    align-items: center;
    padding: 12px;
    margin-bottom: 30px;
    border-radius: 9px;
    font-size: 13px;
    margin-top: 20px;
}

.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(158 119 31);
    font-size: 14px;
    width: 92%;
}

.cat-price-accordion {
    width: 100%;
}

.cat-price-group {
    border-bottom: 1px solid #eceae6;
}

.cat-price-group__head {
    width: 100%;
    border: 0px;
    background: rgb(255, 255, 255);
    padding: 16px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.cat-price-group__head i {
    width: 29px;
    height: 29px;
    position: relative;
    display: block;
    flex: 0 0 29px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(255 255 255);
    padding: 11px;
}

.cat-price-group__head i::before, .cat-price-group__head i::after {
    content: "";
    position: absolute;
    background: rgb(51, 51, 51);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cat-price-group__head i::before {
    width: 16px;
    height: 2px;
}

.cat-price-group__head i::after {
    width: 2px;
    height: 16px;
}

.cat-price-group.is-open .cat-price-group__head i::after {
    display: none;
}

.cat-price-group__body .cart_in_part:first-child {
    border-top: 0px;
}

.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);
}

.footer-colophon-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    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: cover;
}

#big_kdc_bomb_otziv_right .iZkrbYpW1pYUDnl32ZCe {
    margin: 0px;
    box-shadow: none;
    border: 1px solid rgb(233, 233, 233);
    padding: 23px 21px;
    background: rgb(255, 255, 255);
}

.z6IKKoOWdXoWLUbJsKAANlR69EIIyYwDhPBal_2P {
    margin-top: -11px;
}

#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;
}

.doc-photo-wrap {
    position: relative;
    overflow: hidden;
}

.doc-photo-wrap .docp-photo__video {
    position: absolute;
    inset: 0px 0px -22px;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 2;
}

.doc-photo-wrap.is-live .docp-photo__video {
    opacity: 1;
}

.doc-live-hint__icon {
}

.doctor-consult-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 6px 0px 26px;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgb(246, 246, 246);
    backdrop-filter: blur(8px);
    box-shadow: rgba(10, 22, 70, 0.06) 0px 14px 36px;
}

.doctor-consult-price__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: Montserrat-Medium, "Helvetica Neue", Arial, sans-serif;
}

.doctor-consult-price__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    color: rgb(70, 74, 83);
}

.doctor-consult-price__right {
    flex-shrink: 0;
    font-size: 21px;
    line-height: 1;
    color: rgb(36, 36, 36);
}

@media (max-width: 768px) {
    .doctor-consult-price {
        width: 100%;
    }

    .doctor-consult-price__title {
    }

    .doctor-consult-price__right {
        font-size: 28px;
    }
}

.doc-live-hint__icon svg {
    width: 10px;
    height: 10px;
    fill: rgb(255, 255, 255);
}

.doc-photo-wrap.is-live .doc-live-hint {
    opacity: 0;
}

.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(65 65 65);
    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: 33px 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;
}

.bp-hero-image-wrap .splide__arrow--next {
    right: 12px !important;
}

.bp-hero-image-wrap .splide__arrow--prev {
    left: 12px !important;
}

.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;
}
.home-dirs-section{
  padding: 0 0 40px;
  --hm-accent: #f84b50;
  --hm-accent-dark: #c93338;
  --hm-text: #241f1c;
  --hm-muted: #8c8175;
  --hm-border: #eee0d2;
  background: linear-gradient(180deg, #fdf7f1 0%, #f8ece1 100%);
  border-radius: 24px;
  padding: 38px 2.5% 36px;
  margin: 30px auto 40px;
  max-width: 1400px;
  width: 100%;
  display: block;
}
.home-dirs-head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0px;
}
.home-dirs-all{
  flex-shrink: 0;
  white-space: nowrap;
}
.home-dirs-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media(max-width:900px){
  .home-dirs-grid{ grid-template-columns: 1fr 1fr; }
}
@media(max-width:580px){
  .home-dirs-grid{ grid-template-columns: 1fr; }
}

.home-dir-card{
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s;
}
.home-dir-card:hover{
  box-shadow: 0 6px 28px rgba(0,0,0,0.12);
}

.home-dir-card__top{
  position: relative;
  display: block;
  height: 280px;
  text-decoration: none;
  overflow: hidden;
  flex-shrink: 0;
}
.home-dir-card__bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #f5e8e0;
  transition: transform .35s ease;
}
.home-dir-card:hover .home-dir-card__bg{
  transform: scale(1.04);
}
.home-dir-card__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(20,10,5,.15) 0%, rgba(20,10,5,.65) 100%);
}
.home-dir-card__content{
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
}
.home-dir-card__icon{
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  flex-shrink: 0;
}
.home-dir-card__icon img{
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}
.home-dir-card__name{
  font-size: 22px !important;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.home-dir-card__count{
  font-size: 12px;
  color: rgba(255,255,255,.8);
  font-weight: 500;
}

.home-dir-card__list{
  list-style: none;
  margin: 0;
  padding: 14px 18px 6px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}
.home-dir-card__list li{
  border-bottom: 1px solid #f3f3f3;
}
.home-dir-card__list li:last-child{
  border-bottom: none;
}
.home-dir-card__list a{
  display: block;
  padding: 9px 0;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  transition: color .15s;
  line-height: 1.35;
}
.home-dir-card__list a:hover{
  color: #e05050;
}
.home-dir-card__more-li{
  margin-top: 4px;
}
.home-dir-card__more{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #e05050 !important;
  padding: 8px 0 10px !important;
}
#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;
}
.short_descr_text {
    width: 100%;
    margin-bottom: 0px;
}
 
.podel {
    margin-right: 7px;
}
.ak-badge-wrap{display:inline-flex;align-items:center;gap:6px;border-radius:20px;padding:5px 12px 5px 8px;font-size:13px;font-weight:500;line-height:1;position:absolute;top:12px;left:12px;z-index:2;animation:ak-fadein .4s ease both}
.ak-badge-wrap.urgent{background:#FCEBEB;color:#A32D2D;border:0.5px solid #F09595}
.ak-badge-wrap.soon{background:#FAEEDA;color:#854F0B;border:0.5px solid #EF9F27}
.ak-badge-wrap.normal{background:#EAF3DE;color:#3B6D11;border:0.5px solid #97C459}
.ak-badge-wrap.upcoming{background:#E6F1FB;color:#185FA5;border:0.5px solid #85B7EB}
.ak-badge-wrap.bezdaty{background:#EEEDFE;color:#534AB7;border:0.5px solid #AFA9EC}
.ak-badge-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;animation:ak-pulse 1.8s ease-in-out infinite}
.urgent .ak-badge-dot{background:#E24B4A}
.soon .ak-badge-dot{background:#BA7517;animation:ak-pulse 2.2s ease-in-out infinite}
.normal .ak-badge-dot{background:#639922;animation:none}
.upcoming .ak-badge-dot{background:#378ADD;animation:none}
.bezdaty .ak-badge-dot{background:#7F77DD;animation:none}
@keyframes ak-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.55);opacity:.65}}
@keyframes ak-fadein{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.short_descr_text ul li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0px;
    width: 14px;
    height: 14px;
    background: url(images/ptichka.svg) 0% 0% / 100% no-repeat rgb(255, 255, 255);
    border-radius: 50%;
}

.short_descr_text li {
    position: relative;
    padding: 5px 8px 4px 23px;
}
.short_descr ul {
    display: block;
    margin: 10px 20px 5px 0px;
}
.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;
}
.cat-desc {
    width: 100%;
}
.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;
}
 

.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(104 104 104);
    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;
}

.teamCard img {
    width: 100%;
}

.team {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    width: 100%;
}

.docp {
}

.docp-hero {
    border-radius: 22px 22px 0px 0px;
    background: url("images/social-bg.png") right center / contain no-repeat rgb(255, 255, 255);
    border: 1px solid rgb(238, 241, 246);
    border-bottom: none;
    box-shadow: rgba(10, 22, 70, 0.06) 0px 14px 36px;
    padding: 0px;
    display: flex;
    grid-template-columns: 520px 1fr;
    gap: 28px;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    height: 100%;
}

@media (max-width: 1100px) {
    .docp-hero {
        display: flex;
        flex-wrap: wrap;
        background: rgb(255, 255, 255);
        box-shadow: none;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        gap: 12px;
    }
}

.docp-photo {
    position: relative;
    overflow: hidden;
    height: 600px;
    display: flex;
    width: 47%;
    padding: 0px 0px 0px 40px;
    margin-top: 0px;
    align-items: flex-end;
}

.docp-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    display: flex;
    align-items: flex-end;
}

.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 10px;
    font-size: 13px;
    line-height: 1.1;
    z-index: 9;
    box-shadow: rgba(10, 22, 70, 0.08) 0px 8px 18px;
}
.dobrro a {
    color: #ea5d61;
}

.dobrro a:hover {
    text-decoration: underline;
}
.docp-badge span {
    display: block;
    color: rgb(136, 145, 161);
    font-size: 12px;
    margin-bottom: 2px;
}

.docp-title {
    margin-bottom: 24px;
    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: 16px;
    }
}

.docp-sub {
    margin-top: 0px;
    color: rgb(120, 120, 120);
    font-size: 16px;
    width: 100%;
    margin-bottom: 18px;
}

.docp-clinics {
    margin-top: 17px;
    width: 100%;
}

.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: 30px;
}

.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: 3px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
	width: 100%;
}

.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(255, 255, 255);
    color: rgb(95, 95, 95);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 11px;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.btn.ghost {
    background: rgb(255, 255, 255);
    color: rgb(176, 103, 46);
    border: 1px solid rgb(218, 130, 67);
}

.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%;
    margin-bottom: 50px;
}

@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%;
    display: inline-block;
}

.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%;
    overflow: hidden;
}

.card h2 {
    margin: 0px 0px 0px;
    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;
    font-size: 15px;
}

.sticky {
    position: sticky;
    top: 196px;
}

@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(255, 255, 255);
    display: flex;
    justify-content: center;
    position: relative;
}

.side-photo img {
    width: 100%;
    height: 350px;
    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: 20px;
    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: 25px;
    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 {
    color: rgb(17, 17, 17);
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
}

.docp-story__pos {
    margin-top: 2px;
    color: rgb(123, 132, 150);
    font-size: 14px;
}

.cat-process-block {
    width: 100%;
}

.cat-process-block h2 {
    margin: 0px 0px 25px;
    font-size: 25px;
    line-height: 1.4;
    color: rgb(27, 31, 42);
}

.cat-process-intro {
    max-width: 100%;
    margin-bottom: 25px;
    color: rgb(46 48 53);
    font-size: 17px;
    line-height: 1.7;
}

.cat-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 22px;
}

.cat-process-card {
    position: relative;
    min-height: 220px;
    padding: 27px;
    border-radius: 16px;
    border: 1px solid rgb(245, 240, 235);
    background: url("images/decor-1.svg") right center / cover no-repeat rgb(255, 255, 255);
    box-shadow: rgba(20, 30, 45, 0.08) 0px 6px 22px;
    overflow: hidden;
}

.cat-process-card::after {
}

.cat-process-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 34px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgb(255, 255, 255);
    color: rgb(185, 110, 63);
    box-shadow: rgba(20, 30, 45, 0.15) 0px 5px 9px;
}

.cat-process-card h3 {
    position: relative;
    z-index: 2;
    margin: 0px 0px 14px;
    font-size: 19px;
    line-height: 1.25;
    color: rgb(31, 41, 55);
}

.cat-process-card__text {
    position: relative;
    z-index: 2;
    color: rgb(42, 45, 50);
    font-size: 16px;
    line-height: 1.65;
}

.cat-process-card__text p:last-child {
    margin-bottom: 0px;
}

@media (max-width: 900px) {
    .cat-process-grid {
        grid-template-columns: 1fr;
    }

    .cat-process-card {
        padding: 24px;
        border-radius: 22px;
    }
}

.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 11px;
    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 {
    width: 100%;
}

.cat-steps__box {
    background: rgb(255, 255, 255);
    border-radius: 18px;
    padding: 26px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 20px 0px;
}

.cs-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 26px;
    padding: 8px 0px;
}

.cs-visit-title {
    font-weight: 700;
    font-size: 17px;
}

.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;
}
.cat-prices-section .cat-price-group__head {
    font-size: 14.5px;
    padding: 10px 18px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    color: #000000;
}
 

.cat-prices-section .cat-price-group__body {
    margin: 0px;
    border-left: none;
}
.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 {
    background: rgb(247 247 247);
}

.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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(255, 188, 8);
    width: 100%;
}

.short_descr {
    font-size: 16px;
    color: rgb(41, 35, 30);
    padding: 0px 10px 0px 45px;
    line-height: 27px;
    width: 51%;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.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 {
}

.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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    color: rgb(18, 18, 18);
    transition: 0.3s;
}

.log_top {
}

.brand img {
}

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 {
}

.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);
}

#breadcrumbs li {
    display: flex;
    color: rgb(43, 43, 43);
    margin: 0px;
    align-items: center;
    font-size: 14.5px;
    white-space: nowrap;
}

#breadcrumbs ol {
    display: flex;
    align-items: center;
    list-style: none;
}

#breadcrumbs {
    display: flex;
    width: 100%;
    font-size: 13px;
    margin-top: 20px;
    padding: 4px 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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 8px;
    padding: 10px 14px;
    text-decoration: none;
}

h1 {
    font-size: 35px;
    margin: 10px 0px 20px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    line-height: 40px;
}
.kdc-about-advantages-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.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;
}

#apptWrap .apptBox {
    position: relative;
    max-width: 860px;
    width: 95%;
    margin: 4vh auto;
    background: rgb(255, 255, 255);
    border-radius: 14px;
    overflow: hidden;
}

#apptWrap .apptInner {
    max-height: 85vh;
    overflow-y: auto;
}

@media (max-width: 768px) {
    #apptWrap .apptBox {
        width: 100%;
        height: 100%;
        max-width: none;
        border-radius: 0px;
        background: url("images/first-screen-decor-4.svg") center bottom no-repeat rgb(255, 244, 234);
        margin: 0% 0px 0px !important;
    }

    #apptWrap .apptInner {
        max-height: 100vh;
        padding: 0px;
    }

    #apptWrap .apptClose {
        width: 40px;
        height: 40px;
        right: 12px;
        top: 12px;
        font-size: 20px;
        background: rgb(255, 255, 255);
        font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
    }
}

.apptClose {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 0px;
    border-radius: 999px;
    cursor: pointer;
}
@media (max-width:1190px){
	a.kdc_main_phone_number {
 
    font-size: 21px;
 
}
	.header-item-left_mix {
 
    width: 70%;
 
}
	.locations_kdc {
}
  .category_left{
    position:relative;
  }

  .mobile-toc-toggle{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 14px 18px 13px;
    border:none;
    border-radius: 0px;
    background: #ffefde;
    /* background: var(--c-accent-grad); */
    font-size: 14px;
    margin-bottom:15px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 12%);
    cursor:pointer;
    z-index:1001;
    border-bottom: 2px solid var(--c-topbar-border);
    color: #000000;
  }

  .mobile-toc-arrow{
    transition:.3s;
  }

  .mobile-toc-toggle.active .mobile-toc-arrow{
    transform:rotate(180deg);
  }

  .mobile-toc-wrap{
    /* position:relative; */
    overflow:hidden;
    /* max-height:180px; */
    transition:max-height .35s ease;
    background:#fff;
    border-radius: 0px;
  }

  .mobile-toc-wrap:not(.opened)::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:80px;
   /* background:linear-gradient(
      to bottom,
      rgba(255,255,255,0),
      rgba(255,255,255,.95) 60%,
      rgba(255,255,255,1) 100%
    );*/
    pointer-events:none;
  }

  .mobile-toc-wrap.opened{
    max-height:2000px;
  }

  .mobile-toc-toggle.mobile-toc-sticky{
    position:fixed;
    top: 53px;
    left: 0px;
    right: 0px;
    width:auto;
    margin:0;
    animation:tocFade .25s ease;
  }

  .mobile-toc-wrap.mobile-toc-wrap-sticky{
    position:fixed;
    top: 97px;
    left: 0px;
    right: 1px;
    padding: 0px 25px 0px;
    z-index:1000;
    max-height:0;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
  }

  .mobile-toc-wrap.mobile-toc-wrap-sticky.opened{
    max-height:70vh;
    overflow:auto;
    padding: 7px 14px 15px;
  }

  .mobile-toc-wrap.mobile-toc-wrap-sticky::after{
    display:none;
  }

  @keyframes tocFade{
    from{
      opacity:0;
      transform:translateY(-10px);
    }
    to{
      opacity:1;
      transform:translateY(0);
    }
  }
}
@media only screen and (max-width: 850px) {
	.team {
    display: inline-block;
    margin-bottom: 50px;
}
#splide20 {
    height: 250px;
}
.kdc_clin {
    height: 250px !important;
}
	.uslugi-hero {
    background: none;
    border: none;
    margin-bottom: 14px;
}

.uslugi-hero__dec1 {
    display: none;
}

.uslugi-hero__dec2 {
    display: none;
}

.uslugi-accordion__head {
    padding: 6px 9px;
    font-size: 15px;
}

.uslugi-accordion__icon {
    width: 47px;
    height: 47px;
}

.uslugi-accordion__title-link {
    font-size: 14px;
}

.uslugi-hero__sub {
    font-size: 15px;
}

.uslugi-tab-photo__bg {
    background-image: none !important;
}

.uslugi-tab-photo__sub {
    display: none;
}

.uslugi-tab-photo__bar {
    height: 45px;
    background: var(--k-red);
}
	.cmb-section {
    margin-top: 60px;
    width: 100%;
    display: inline-block;
}

.slider_right .splide__slide {
    border-radius: 2px;
}

.kdc-feature {
    width: 49%;
    padding: 9px 7px;
}

.kdc-feature .text {
    font-size: 15px;
}

.kdc-about-advantages .kdc-about-section-head p {
    margin-top: 24px;
}

.hm-body-card {
    display: flex;
    flex-direction: column-reverse;
}

.hm-hint {
    font-size: 14px !important;
    color: #7a5e3d !important;
    background: #fff3e6;
    border-radius: 15px;
    padding: 9px;
    margin-top: 0px !important;
    width: 94%;
    margin-left: 3%;
    line-height: 20px;
}
	.home-dirs-section {
    background: none;
    padding: 0px;
}

.kdc-about-advantages-grid {
    grid-template-columns: repeat(1, 1fr);
}

section.kdc-about-advantages {
    background: none;
    box-shadow: none;
    padding: 0px;
}

.kdc-about-advantages .kdc-about-label {
    background: rgb(255 227 227 / 74%) !important;
}

.kdc-about-adv-card {
    display: flex;
    flex-wrap: wrap;
    padding: 24px !important;
    min-height: auto !important;
    flex-direction: column;
}

.kdc-about-adv-card h3 {
    font-size: 19px !important;
    margin-bottom: 11px !important;
}

.kdc-about-adv-icon {
    width: 58px !important;
    height: 36px !important;
    margin-bottom: 15px !important;
}

.hm-image-wrap {
    right: 0px !important;
}

.hm-subcats {
    padding: 0px 15px 18px 14px;
}

a.hm-cat {
    min-height: auto;
    padding: 10px 15px;
}

.hm-panel__title {
    font-size: 15px;
    width: 85%;
}

.hm-body-card {
    padding: 15px 7px 16px 7px !important;
}

	.cu-appointment-doctor-single__photo img {
    height: auto;
}

span.footer-contraindications.leading-8 {
    font-size: 17px;
}
	.cat_left_card {
    display: none;
    padding: 0px;
}
	.cat-img-stack__back {
    top: 1px;
    left: 0px;
}
	.video_icon {
    position: relative;
    left: 0px;
}

.video_sec {
    margin: 0px;
}
	figure.image.image-style-side img {
    width: 100%;
}
	.promo-card__media {
 
    height: 222px;
 
}
section.kdc-video-seo-text {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
	.kdc-doctor-video-container {
    padding: 0px;
    width: 100% !important;
}

.kdc-video-filters {
    gap: 7px !important;
}

.kdc-video-filter {
    background: #eeeeeeb8 !important;
}
	button.mobile-toc-toggle {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
	.category_block_indications {
    display: inline-block;
    width: 100%;
}
	.category_left.sidenav .head_call_header {
    display: none;
    justify-content: center;
    margin-top: 6px;
}

.cat_toc_title {
    display: none;
}
.doc_not_bottom {
    display: inline-block;
    margin-top: 26px;
}

    .cat_tabs2_text img {
        width: 100% !important;
    }

    .doc-note {
        width: 100%;
        padding: 0px;
        display: flex;
        flex-flow: column-reverse wrap;
    }

    .doc-mini__meta {
        margin-top: 6px;
    }

    .std-card__img {
        width: 100%;
        height: 280px;
    }

    .std-card__img img {
    }

    .cat-olga-block .image.image-style-side img {
        width: 100% !important;
    }

    .uslugi_accordion_doc {
        grid-template-columns: repeat(1, 1fr);
    }

    .doctor-service-card__title {
        margin-top: 11px;
    }

    .kdc-video-desc {
        display: none;
    }

    .kdc-video-modal-box {
        height: 100%;
        border-radius: 0px;
    }

    .kdc-video-modal-box iframe, .kdc-video-modal-box video {
        height: 100%;
    }

    .doctor-video-block .kdc-video-cat {
        display: none;
    }

    .docp-sub ul li {
        margin: 0px 0px 18px;
        padding: 12px 15px;
        background: rgb(248, 250, 252);
        border-radius: 12px;
        line-height: 1.5;
    }

    .doc-name {
        height: auto;
    }

    .docp-live-badge {
        display: none;
    }

    .cat-quiz-open-btn {
        font-size: 17px;
    }

    .kdc_b_c {
        height: 198px;
    }

    .worktime_kdc {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin-left: 30px;
    }

    .worktime_kdc span {
        width: 100%;
    }

    .sz_adress {
        width: 100%;
    }

    .bp-btn--blue {
        text-align: left;
    }

    .kak_dobratsya {
        margin-top: 25px;
    }

    .splide__pagination--ttb {
        display: none !important;
    }

    .cat-docblock img {
        width: 100% !important;
        object-fit: cover;
        object-position: center top;
    }

    .search_watched_title {
        margin: 0px 0px 11px;
        font-size: 15px;
    }

    .content_descr figure.table {
        overflow: visible;
    }

    figure.table th {
        font-size: 13px;
    }

    .filial-item__coordinates {
        display: none;
    }

    .category_tabs__content img {
        width: 100% !important;
    }

    .category_tabs__nav {
    }

    .category_tabs__nav2 {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 0px;
        overflow: scroll;
        line-height: 22px;
    }

    a.kdc_t_h_a {
        display: flex;
    }

    .cat-desc table td {
        width: 100%;
    }

    .page_content_page .image img {
        width: 100% !important;
    }

    .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: auto hidden;
        gap: 11px;
        width: 100%;
        max-width: 100%;
        overscroll-behavior-x: contain;
        padding: 12px 0px 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;
    }

    #mobilePhone {
        text-align: center;
        padding-bottom: 35px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .h_mai_ph a {
        font-size: 25px;
        margin-top: 19px;
        font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
        border-bottom-width: medium !important;
        border-bottom-style: none !important;
        border-bottom-color: currentcolor !important;
    }

    .grafik_rabot {
        margin-bottom: 18px;
        color: rgb(85, 85, 85);
        font-size: 12px;
    }

    #mobilePhone .head_call_header {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0% 7%;
        font-size: 15px;
    }

    .slid_info_kdc {
    }

    .section_title_top h1 {
    }

    .section_title_top {
    }

    .slider_right_kdc {
    }

    .slider_right_kdc img {
    }

    .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: 410px;
        display: flex;
        justify-content: center;
    }

    .docp_info {
        margin: 12px 0px 25px;
        width: 100%;
    }

    .docp-fio.docp-fio--last {
        font-size: 37px;
        margin-bottom: 9px;
    }

    .docp-fio.docp-fio--first {
        font-size: 30px;
    }

    .docp-fio.docp-fio--middle {
        font-size: 30px;
    }

    .docp-badge {
        top: 8px;
        left: 7px;
    }

    .docp-photo img {
        width: 100%;
        height: 100%;
    }

    .docp-sub {
        font-size: 16px;
    }

    .docp-clinics {
        margin-top: 15px;
    }

    .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;
    }

    .card {
        box-shadow: none;
        padding: 0px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    .about_doc_kdc p {
        margin: 15px 0px;
    }

    .skills ul {
        column-count: 1;
    }

    .doc-filters form {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto hidden;
        gap: 11px;
        width: 100%;
        max-width: 100%;
        overscroll-behavior-x: contain;
        padding: 12px 0px 4px;
    }

    .doc-filters {
        padding: 0px;
        background: rgb(255, 255, 255);
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    .promotion_kdc {
        width: 100% !important;
    }

    .promo-grid {
        grid-template-columns: repeat(1, minmax(0px, 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;
        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;
		 
    }

    .input__label {
        font-size: 15px;
    }

    p.hom_kdc_title_under_text {
        font-size: 15px;
    }

    .fab-menu .fab-mini {
        width: 45px !important;
        height: 45px !important;
    }

    .fab-menu {
        bottom: 63px !important;
    }

    .category_block_indications h3 {
        margin: 20px 0px;
    }

    .fab-btn {
        width: 50px;
        height: 50px;
    }

    #fab-wrap {
        bottom: 83px;
        right: 15px;
        gap: 6px;
    }

    #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%;
    }

    .partner_right__list {
        gap: 43px 0px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        margin-bottom: 12px;
    }

    .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;
    }

    .cat_list_right ul {
        padding-left: 0px;
        margin: 20px 10px;
    }

    .cat_tabs2_wrap ul li strong {
        margin: 0px 0px 7px;
        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: 12px;
        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;
    }


    .kdc_tabs_bottom {
        display: flex;
        flex-wrap: wrap;
        box-shadow: none;
        margin-top: 0px;
        padding: 0px;
        gap: 18px;
    }

    .filial-item.uk-first-column .st-play-btn.st-style1 {
        left: 0px;
        bottom: -9px;
    }

    .filial-title {
    }

    .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;
        display: none;
    }

    .uk_title {
        font-size: 15px;
        width: 89%;
    }

    .smile_beauty {
        margin-bottom: -15px;
        margin-top: 6px;
        display: none;
    }

    .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;
    }

    .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;
    }

  

    .cat_blocks_text li {
        font-size: 14px;
        line-height: 25px;
    }

    .category_tabs2 h2 {
    }

    .cat-standards__title {
    }

    .cat-standards__slider-title {
        font-size: 22px;
    }

    .cat-docblock__title {
    }

    .cat-docblock {
    }

    .doc-note__title {
        font-size: 20px;
    }

   
    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: 0px 1em;
    }

    h4 {
        font-size: 18px;
    }

    .cat_prods_block p {
    }

    .cat-steps__intro h2 {
    }

    h2 {
        font-size: 25px;
        line-height: 33px;
    }

    .cat-docblock__after-text {
        font-size: 14px;
    }

    .category_tabs__title {
    }

    h3 {
        font-size: 22px;
    }

    .see_all_kdc {
        width: 88%;
        margin: 31px auto;
    }

    .cs-right {
        padding-left: 0px;
    }

    .team {
        width: 100%;
    }

    .cat-docblock__card {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        padding: 18px 18px 20px;
    }

    .doc-mini__avatar {
        height: 380px;
        width: 100%;
    }

    .std-card {
        display: flex;
        flex-direction: column-reverse;
        gap: 33px;
        justify-content: flex-end;
    }

    .std-card__body {
        width: 100%;
        padding: 0px 19px 11px;
    }

    .cs-row {
        display: flex;
        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;
        flex-direction: row;
    }

    .cat-price_center {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        color: rgb(82, 82, 82);
        font-size: 14px;
    }

    .left_cat_service {
        width: 100%;
        gap: 7px;
        padding: 1px 0px 12px;
    }

    .right_cat_service {
        width: 100%;
        margin: 0px auto;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    button.js-appointment-open.head_call_header {
        background: rgb(25, 175, 81);
        width: 100%;
        color: rgb(255, 255, 255) !important;
        font-size: 15px;
        position: relative;
        overflow: hidden;
        padding: 15px 24px;
    }

    .left_cat_service button {
    position: absolute;
    right: 8px;
    top: 4px;
    }

    .contact_big_form {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 0px;
        background: linear-gradient(1deg, rgba(255, 244, 234, 0) -20%, rgb(255, 255, 255) 100%) !important;
    }

    .contact_big_form_left {
        width: 100%;
        height: 190px;
    }

    .contact_big_form_right {
        padding: 22px 21px 36px;
        width: 100%;
    }

    span.b_price {
        font-size: 19px;
        color: rgb(0, 0, 0);
    }

    .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 {
    }

    .grid_veiw_list img {
    }

    .sel_pil_cl {
        border-radius: 12px;
        position: relative;
        width: 150px;
        display: flex;
        flex: 0 0 auto;
    }

    #breadcrumbs ol li a {
        white-space: nowrap;
    }

    .cost {
        margin: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    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;
    }

   
 

    .title_bg {
        font-size: 0px;
    }

    .stages__stage {
        width: 41%;
    }

    .top_section {


        padding-top: 0px;
        padding-bottom: 0px;
    }

    .top_section::before {
        background: none;
    }

    .mobile_hide {
        width: 100%;
    }

    .inchvor_cat_home {
        padding: 20px 0px 0px;
        text-align: center;
    }

    .home_text h2 {
        font-size: 27px !important;
        line-height: 31px !important;
        margin-bottom: 8px !important;
    }

    .hom_cat_new {
        width: 48%;
        margin: 0px;
        border-radius: 11px;
        padding: 20px 8px 19px;
    }

    .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%;
    }

    #udets0 label {
        width: 100%;
    }

    figure.table {
        overflow-y: auto;
    }

    .images {
        height: 185px;
    }

    .thumbnails .is-active {
        border: 2px solid rgb(255, 222, 7);
    }

    #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;
    }

    #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;
    }

    #thumbnails {
        display: flex;
        flex-direction: column;
        width: auto;
        gap: 3px;
    }

    .thumbnail {
        width: 100%;
        height: 61px;
        border-radius: 3px;
    }

    #main-carousel .splide__slide button {
        width: 100%;
        height: 100%;
    }

    .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: 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: 0px;
        padding: 0px;
    }

    .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;
    }

    #user_block .tooltip-simple {
        left: 29px;
    }

    .profile-menu__avatar::after {
        width: 51px;
    }

    .profile-menu__info {
        margin-left: 11px;
    }

    .d1151-a {
        margin: 19px 1em 50px;
    }

    .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 {
        width: 100%;
    }

    .socials-outer-wrapper {
    }

    .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;
    }
 

    .punkt_sam_right iframe {
        width: 100%;
    }

    .checkout_total_right {
        width: 100%;
    }

    .total-block__hint {
        margin-bottom: 0px;
    }

    #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-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        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;
    }




    .pr_left img {
        width: 100%;
        height: 100%;
        padding: 0%;
        object-fit: cover;
    }

    .o_attrs_select {
        padding: 0px 1rem;
    }

    footer {
        margin-top: 30px;
    }

    .logo_text_f {
        font-size: 28px;
    }

    .mec_divv {
        padding: 0px;
        margin-bottom: 15px;
    }

    .pagination {
        padding: 0px 1rem;
    }

    .content_descr {
    }

    .category_top_side {
        padding: 10px 0px 0px;
        width: 100%;
    }

    .selected_filtr.filters_left_left {
        padding: 0px 1rem;
    }

    .menu-subs2 {
        margin-left: 47px;
    }

    .cart_in_part .cat_grid {
        border-radius: 0px;
        padding: 9px 12px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .content_descr h4 {
        font-size: 26px;
        line-height: 31px;
    }

    h4.heading_v5 {
        font-weight: 500;
    }

    svg.svg_mob.h_s_b {
        width: 21px;
    }

   

    .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;
    }

   

    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: 9px;
    }

    .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-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        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;
        width: 100%;
    }

    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 {
    }

    .header-item-left {
    }

    .header .menu-mobile-trigger span:nth-child(2) {
    }

    .log_bottom {
        margin-top: 0px;
    }

    .head_right {
        margin-right: 3%;
        display: flex;
        align-items: center;
        gap: 21px;
    }

    .clickme1 {
        display: none !important;
    }

    select.sort_select {
    }

    .header_left {
    }

    .head_email {
        display: none;
    }

    .header_top {
    }

    .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-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    .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 {
        flex-wrap: wrap;
    }

    .dropdown-content {
        overflow: auto;
    }

    .menu_icon {
    }

    .header-item-center {
    }

    .header-item-left, .header-item-right {
    }

    .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-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        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-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        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 {
        padding: 0px;
    }

    .sidenav a {
    }

    .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 {
        display: none;
    }

    .for_old_price {
        /* color: rgb(113, 113, 113); */
    }

    .on_pr_row {
        width: auto;
        gap: 10px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    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 {
    }

    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 {
    }

    .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: 25px;
        line-height: 32px;
    }

    .cat_top_left {
        display: flex;
        width: 100%;
    }

  

    .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%;
    }

   

    .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: 11px 0px 0px;
        width: 100%;
        padding: 0px;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 12px;
        line-height: 32px;
    }

    .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-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        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 {
    }

    .header-item-left_mix {
        width: 54%;
    }

    .search_input {
    }

    button.header-search__search-submit-btn {
        padding: 10px 15px;
        height: 36px;
        background: none;
        opacity: 0.4;
    }

    .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-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        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 {
    }

    #breadcrumbs {
        margin-top: 14px;
        margin-bottom: 0px;
        padding: 0px;
        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;
    }

   
    .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: 0;
        width: 110%;
        margin: 0% -4% 0% -4%;
    }

    .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;
    }

    .top_cats_item {
        width: 100%;
    }

    #breadcrumbs ol li:last-child {
        white-space: nowrap;
    }

    .Fu9TC0 ._3uXu6a::before {
        display: none;
    }

    .typography span {
        font-size: 14px;
    }

    .typography_dem {
        line-height: 26px;
    }

    .tab-wrap label {
        font-size: 15px;
    }

    .web_sty {
    }

    #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 {
    }

    .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%;
    }

    

    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%;
        -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 {
        width: 100%;
        gap: 8px;
    }

    .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;
        gap: 0px;
        margin-bottom: 10px;
    }

    .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;
    }

    .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: 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;
    }

    #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: 50px;
    }

    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 {
    }

    .open_search_back_center {
        padding: 0%;
        box-shadow: none;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    .sear_bottom {
    }

    .one_s_res {
        margin-bottom: 3px;
        border-bottom: 1px solid rgb(232, 232, 232);
        padding: 9px 14px 9px 14px;
    }

    span.profile-menu22 {
        display: flex;
    }

    .fl_rate_right span {
        display: flex;
    }

    .content_descr h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .content_descr img {
        margin: 18px 0px 15px;
        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 {
    }

    #pnlLogin p {
        font-size: 17px;
    }

    .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;
    }

   
    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;
    }
 
    .head_right svg {
        width: 23px !important;
    }

    span.logo_text b {
        font-size: 16px;
        margin-left: 5px;
        color: rgb(255, 161, 113);
    }
 

    .more_harcer {
        display: flex;
        flex-wrap: wrap;
        padding: 25px 20px;
    }

    .btns {
        width: 100%;
    }

    .filters_left_left_right {
    }

    figure.image.image-style-side {
        margin: 20px 0px;
        float: none;
    }

    .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;
    }

    #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: 0px;
    }

    .yur_left {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
        padding: 25px 3px;
    }

    .home_text {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 0em;
        width: 100%;
        margin: 48px auto 0px;
    }

    .home_img_right {
        width: 100%;
    }

    .home_text_top {
        width: 100%;
        margin-bottom: 9px;
        margin-top: 28px;
    }

    .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;
    }
}

 

.page_content_page h2 {
    font-weight: 500;
    font-size: 25px;
}

strong {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}
 
 

.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 rgba(112, 205, 116, 0.4);
    inset: -10px;
    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 {
    display: inline-block;
    width: 100%;
}

.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-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
}

.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;
}

.answer_count:hover, .home-top-promo__btn {
    text-decoration: underline;
}

.kdc-mega.is-open .kdc-mega__overlay, .kdc-mega.is-open .kdc-mega__panel {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.author_answer, .faq_author, .home-top-promo__note, .kdc-mega-promo__title, p.faq_text_top, span.faq_badge.faq_badge_answer {
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.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;
}

.faq_actions_left {
    border: 1px solid rgb(229, 231, 232);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    width: 23%;
}

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);
    cursor: pointer;
}

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 {
    color: rgb(41, 123, 10);
    font-size: 14px;
}

span.faq_badge.faq_badge_answer {
    margin-right: 8px;
}

p.privesy1 {
    font-size: 12px;
    color: rgb(107, 114, 128);
}

.answer_count_empty {
    opacity: 0.6;
    cursor: default;
}

span.play_left {
    display: flex;
}

.filial-image, .header-search, .kdc-mega {
}

button.cat-video-card.jsVideoOpen:hover {
    opacity: 0.9;
}

@media (max-width: 1100px) {
    .cat-video-grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .cat-video-grid {
        grid-template-columns: 1fr !important;
    }
}

.cat-video-reviews h3 {
    margin: 5px 0px 20px;
}

.fancybox__content video {
    height: 100% !important;
}

.kdc-modal {
    width: min(1100px, 92vw);
    background: rgb(255, 255, 255);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.28) 0px 18px 60px;
}

.kdc-modal__head {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgb(238, 241, 246);
}

.kdc-modal__title {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(17, 17, 17);
}

.kdc-modal__close {
    border: 0px;
    background: rgb(243, 245, 248);
    width: 38px;
    height: 38px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
    line-height: 38px;
}

 

.kdc-modal__body {
    background: rgb(0, 0, 0);
}

 
.kdc-modal__ratio > iframe, .kdc-modal__ratio > video {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.kdc-modal__ratio > video {
    object-fit: contain;
}

.kdc_small_video {
    padding-top: 176.25%;
    background: rgb(0, 0, 0);
}

.header-search__voice-btn {
}

.header-search.voice-listening .header-search__voice-btn {
    border-color: rgba(15, 77, 115, 0.23);
    box-shadow: rgba(15, 77, 115, 0.14) 0px 0px 0px 4px;
    animation: 1.1s ease 0s infinite normal none running voicePulse;
    border-radius: 31px;
}

@keyframes voicePulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }
}

.voice-badge {
    position: absolute;
    top: 100%;
    left: 0px;
    margin-top: 2px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1;
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
    transition: 0.18s;
    background: rgba(15, 15, 15, 0.92);
    color: rgb(255, 255, 255);
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 10px;
}

.voice-badge.is-visible {
    opacity: 1;
    transform: translateY(0px);
}

.header-search.voice-done .voice-badge {
    background: rgba(0, 140, 60, 0.92);
}

.header-search.voice-error .voice-badge {
    background: rgba(200, 40, 40, 0.92);
}

.voice-badge__text {
    white-space: nowrap;
    font-size: 12px;
}

.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: rgb(255, 255, 255);
    opacity: 0.6;
    animation: 1s ease-in-out 0s infinite normal none running voiceDots;
}

.voice-waves i:nth-child(2) {
    animation-delay: 0.15s;
}

.voice-waves i:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes voiceDots {
    0%, 100% {
        transform: translateY(0px);
        opacity: 0.5;
    }

    50% {
        transform: translateY(-4px);
        opacity: 1;
    }
}

#myHeader {
    z-index: 9998;
}

.home-top-promo {
    width: 100%;
    background: rgb(47, 49, 50);
    color: rgb(255, 255, 255);
    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;
    width: 100%;
    align-items: center;
    padding: 7px 1.5%;
    justify-content: space-between;
}

.home-top-promo__texts {
    display: flex;
    align-items: baseline;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 13px;
}

.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: 0.8;
    margin-right: 2px;
}

.home-top-promo__timer .sep {
    opacity: 0.45;
}

.home-top-promo__btn {
    color: rgb(224, 224, 224);
    cursor: pointer;
    font-size: 12px;
}

@media (max-width: 860px) {
    .home-top-promo__inner {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.scroll-top-btn {
    position: fixed;
    right: 32px;
    top: 140px;
    width: 54px;
    height: 54px;
    padding: 0px;
    border: 0px;
    border-radius: 999px;
    background: rgb(213 66 84);
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 10px 25px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.94);
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s, box-shadow 0.25s, background 0.25s;
}

.scroll-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) scale(1);
}

.scroll-top-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.28) 0px 14px 30px;
}

.scroll-top-btn:active {
    transform: translateY(0px) scale(0.96);
}

.scroll-top-icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.scroll-top-progress {
    position: absolute;
    inset: 0px;
    transform: rotate(-90deg);
    pointer-events: none;
}

.scroll-top-bar, .scroll-top-bg {
    fill: none;
    stroke-width: 3;
}

.scroll-top-bg {
    stroke: rgba(255, 255, 255, 0.18);
}

.scroll-top-bar {
    stroke: rgb(255, 255, 255);
    stroke-linecap: round;
    stroke-dasharray: 151;
    stroke-dashoffset: 151;
    transition: stroke-dashoffset 0.12s linear;
}

.price-cat-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0px 24px;
}

.price-cat-filter__btn {
    appearance: none;
    border: 1px solid rgba(228, 228, 228, 0.66);
    background: rgba(244, 244, 244, 0.62);
    color: rgb(17, 17, 17);
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    cursor: pointer;
    transition: 0.2s;
    align-items: center;
    gap: 9px;
}

.price-cat-filter__btn.is-active, .price-cat-filter__btn:hover {
    background: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
    border-color: rgb(17, 17, 17);
}

.price-cat-title-btn {
    display: block;
    width: 100%;
    text-align: left;
    background: 0px 0px;
    border: 0px;
    padding: 0px;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 768px) {
    .scroll-top-btn, .scroll-top-progress {
        width: 35px;
        height: 35px;
    }

    .scroll-top-btn {
        right: 17px;
        left: auto;
        top: 60px;
        box-shadow: none;
    }

    .price-cat-filter {
        flex-wrap: nowrap;
        overflow: auto hidden;
        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__body, .kdc-mega__cats, .kdc-mega__sidebar {
    overflow: auto;
    scrollbar-width: thin;
}

.kdc-mega__trigger {
}

.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__overlay, .kdc-mega__panel {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.kdc-mega__burger span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: rgb(0, 0, 0);
    transition: transform 0.25s, opacity 0.2s, top 0.25s;
}

.kdc-mega__burger span:first-child {
    top: 0px;
    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:first-child {
    top: 7px;
    transform: rotate(45deg);
    width: 21px;
    background: red;
}

.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: red;
}

.kdc-mega__overlay {
    inset: 0px;
    background: rgba(17, 20, 28, 0.28);
    transition: opacity 0.25s, visibility 0.25s;
    z-index: 9998;
}

.kdc-mega__panel {
    left: 0px;
    right: 0px;
    top: 114px;
    width: 100%;
    background: rgb(255, 255, 255);
    transform: translateY(-14px);
    transition: opacity 0.28s, transform 0.28s, visibility 0.28s;
    z-index: 9999;
    box-shadow: rgba(13, 18, 32, 0.08) 0px 18px 44px;
}

.kdc-mega.is-open .kdc-mega__panel {
    transform: translateY(0px);
    display: flex;
}

.kdc-mega__inner {
    padding: 25px 1.5% 17px;
    min-height: 450px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    width: 100%;
}

.kdc-mega__head-left {
    color: rgb(241, 90, 36);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.kdc-mega__head-close::before, .kdc-mega__head-left::before {
    content: "";
    margin-right: 8px;
}

.kdc-mega__body {
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 0px;
    align-items: start;
}

.kdc-mega__sidebar {
    padding-right: 19px;
}

.kdc-mega__cats {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.kdc-mega__cat-item {
    margin: 0px 0px 8px;
}

.kdc-mega__cat-btn {
    width: 100%;
    min-height: 40px;
    border: 0px;
    background: 0px 0px;
    text-align: left;
    padding: 10px 17px;
    font-size: 15px;
    border-radius: 6px;
    color: rgb(90, 90, 90);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.kdc-mega__cat-btn:hover {
    color: rgb(34, 34, 34);
    background: rgb(247, 247, 247);
}

.kdc-mega__cat-btn.is-active {
    color: rgb(243, 53, 58);
    background: rgb(245, 245, 245);
    box-shadow: rgb(240, 240, 240) 0px 0px 0px 1px inset;
}

.kdc-mega__cat-btn-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kdc-mega__content {
    min-width: 0px;
    border-left: 1px solid rgb(224, 224, 224);
    padding: 7px 18px 10px 30px;
    height: 100%;
}

.kdc-mega__tab {
    display: none;
}

.kdc-mega__tab.is-active {
    display: grid;
    gap: 50px;
    align-items: start;
}

.kdc-mega__title-row {
    margin-bottom: 28px;
}

.kdc-mega__title {
    color: rgb(35, 35, 35);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
}

.kdc-mega__links a, .kdc-mega__parent-link {
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s;
}

.kdc-mega__title::after {
    content: ">";
    margin-left: 10px;
    color: rgb(125, 125, 125);
}

.kdc-mega__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 18px 19px;
}

.kdc-mega__col {
    min-width: 0px;
}

.kdc-mega__parent-link {
    display: inline-block;
    margin-bottom: 12px;
    color: rgb(45, 45, 45);
    line-height: 1.35;
    font-weight: 500;
}

.kdc-mega__parent-link:hover {
    color: rgb(248, 75, 80);
}

.kdc-mega__links {
    list-style: none;
    margin: 0px 0px 0px 12px;
    padding: 0px;
}

.kdc-mega__links li {
    margin: 0px 0px 10px;
}

.kdc-mega__links a {
    color: rgb(80, 80, 80);
    line-height: 1.45;
}

.kdc-mega__links a:hover {
    color: rgb(241, 90, 36);
}

.kdc-mega__promo-wrap {
}

.kdc-mega-promo {
}

.kdc-mega-promo__badge {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 4px 12px 3px;
    border-radius: 20px;
    background: rgb(255, 193, 4);
    color: rgb(6, 6, 6);
    font-size: 10px;
    margin-bottom: 16px;
}

.kdc-mega-promo__title {
}

.kdc-mega-promo__subtitle {
}

.kdc-mega-promo__price-row {
}

.kdc-mega-promo__price-new {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.kdc-mega-promo__price-old {
    color: rgb(149, 149, 149);
    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, 0.42);
    color: rgb(75, 67, 143);
    font-size: 13px;
    font-weight: 600;
}

.kdc-mega-promo__image-wrap {
}

.kdc-mega-promo__image {
}

.kdc-mega-promo__btn {
}

.kdc-mega-promo__btn:hover {
    background: rgb(214, 0, 0);
    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(0px, 1fr) 280px;
        gap: 24px;
    }

    .kdc-mega__promo-wrap {
        width: 280px;
    }

    .kdc-mega__grid {
        gap: 12px 32px;
    }
}

.kdc-mega-promo__top {
}

.promo-remain {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgb(255, 255, 255);
    border-radius: 999px;
    padding: 6px 15px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 18px;
}

.promo-remain__txt {
    font-size: 11px;
    color: rgb(0, 0, 0);
    line-height: 1;
}

.promo-remain__val {
    font-size: 12px;
    color: rgb(0, 0, 0);
}

.promo-remain__icon {
    animation: 1.6s ease 0s infinite normal none running promoFire;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    box-shadow: rgba(255, 106, 42, 0.25) 0px 0px 0px 4px inset;
}

.promo-remain__icon svg {
    width: 16px;
    height: 16px;
    fill: rgb(75, 67, 143);
}

@keyframes promoFire {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.checkup-cta, .doc-select-wrap {
}

.promo_home_card .cat_grid {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 16px;
    overflow: hidden;
}

.promo_home_card__image img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 16px 16px 0px 0px;
}

.small_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.doc-filters-mobile {
    display: none;
    margin: 18px 0px 22px;
}

.doc-select-group {
    margin-bottom: 18px;
}

.doc-select-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: rgb(143, 143, 143);
    font-weight: 400;
}

.doc-select-wrap::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgb(154, 154, 154);
    border-bottom: 2px solid rgb(154, 154, 154);
    transform: translateY(-60%) rotate(-45deg);
    pointer-events: none;
}

.doc-select {
    width: 100%;
    height: 50px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 6px;
    background: rgb(255, 255, 255);
    padding: 0px 52px 0px 20px;
    font-size: 15px;
    color: rgb(111, 111, 111);
    outline: 0px;
    appearance: none;
    box-shadow: none;
}

.doc-select:focus {
    border-color: rgb(207, 207, 207);
}

 
.cookie-consent {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 99999;
    display: none;
    pointer-events: none;
}

.cookie-consent.is-visible {
    display: block;
    pointer-events: auto;
}

.cookie-consent__content {
    max-width: 700px;
    margin: 0px auto;
    background: rgba(0, 0, 0, 0.96);
    color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 20px 60px;
    padding: 16px 34px 16px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    backdrop-filter: blur(10px);
    animation: 0.35s ease 0s 1 normal none running cookieFadeUp;
}

.cookie-consent__left {
    min-width: 0px;
}

.cookie-consent__text {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.cookie-consent__link {
    color: rgb(158, 215, 255);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-consent__link:hover {
    color: rgb(194, 231, 255);
}

.cookie-consent__actions {
    flex: 0 0 auto;
}

.cookie-consent__btn {
    border: 0px;
    outline: 0px;
    cursor: pointer;
    padding: 5px 19px;
    border-radius: 6px;
    background: linear-gradient(135deg, rgb(22, 179, 107) 0px, rgb(18, 148, 90) 100%);
    color: rgb(255, 255, 255);
    font-size: 12px;
    box-shadow: rgba(22, 179, 107, 0.28) 0px 10px 24px;
    transition: transform 0.18s, box-shadow 0.18s, opacity 0.18s;
}

.cookie-consent__btn:hover {
    transform: translateY(-1px);
    box-shadow: rgba(22, 179, 107, 0.34) 0px 14px 30px;
}

.cookie-consent__btn:active {
    transform: translateY(0px);
}

.cookie_close_button {
    background: rgb(255, 255, 255);
    border-radius: 26px;
    display: flex;
    width: 31px;
    height: 30px;
    font-size: 22px;
    position: absolute;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 3px 1px;
    top: -10px;
    right: -8px;
}

.cookie_close_button:hover {
    background: rgb(230, 230, 230);
    color: rgb(0, 0, 0);
}

@keyframes cookieFadeUp {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 767px) {
    .doc-filters-mobile {
        display: block;
    }

    #branchFilters, #depFilters {
        display: none !important;
    }

    .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: 0px;
        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: 0px 0px 6px;
    }

    .checkup-cta__image {
        max-height: 330px;
    }

    .checkup-cta__circle {
        width: 300px;
        right: 50%;
        transform: translateX(50%);
        bottom: -70px;
    }

    .cookie-consent {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: 83%;
    }

    .cookie_close_button {
        width: 30px;
    }

    .cookie-consent__content {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        border-radius: 16px;
        gap: 10px;
        max-width: 93%;
        margin: 0px;
        box-shadow: none;
    }

    .cookie-consent__text {
        font-size: 12px;
    }

    .cookie-consent__btn {
        width: 100%;
        min-width: 0px;
    }
}

.worktime-mobile {
    display: none;
}

.worktime-desktop {
    display: block;
}

@media (max-width: 768px) {
    .worktime-mobile {
        display: inline-block;
        margin: 7px 0px 0px 49px;
        font-size: 13px;
    }

    .worktime-desktop {
        display: none;
    }
}

.kdc-map-section {
    width: 100%;
    opacity: 0;
    display: inline-block;
    transform: translateY(40px);
    transition: opacity 0.9s, transform 0.9s;
}

.kdc-map-section.kdc-visible {
    opacity: 1;
    transform: translateY(0px);
	margin-top: 30px;
}

.kdc-map-outer {
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
    border-radius: 14px;
    margin-top: 20px;
}

#kdcYandexMap {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.kdc-map-outer [class*="ymaps"], .kdc-map-outer canvas {
    filter: grayscale(100%) brightness(1);
    transition: filter 1s;
}

.kdc-map-outer:hover [class*="ymaps"], .kdc-map-outer:hover canvas {
    filter: grayscale(0%) brightness(1);
}

.kdc-map-placeholder {
    position: absolute;
    inset: 0px;
    background: rgb(245, 243, 240);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    z-index: 20;
    transition: opacity 0.5s, visibility 0.5s;
}

.kdc-map-placeholder.kdc-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.kdc-map-spinner {
    width: 42px;
    height: 42px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent rgb(201, 169, 110) rgb(201, 169, 110);
    border-image: initial;
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running kdcSpin;
}

@keyframes kdcSpin {
    100% {
        transform: rotate(360deg);
    }
}

.kdc-map-placeholder p {
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    color: rgb(153, 153, 153);
    font-family: sans-serif;
}

.kdc-clinic-card {
    position: absolute;
    top: 51px;
    left: 78px;
    width: 320px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 40px;
    z-index: 15;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
}

.kdc-clinic-card.kdc-card-open {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
}

.kdc-clinic-card__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.9);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgb(85, 85, 85);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px;
    transition: background 0.2s;
}

.kdc-clinic-card__close:hover {
    background: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
}

.kdc-clinic-card__img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    background: rgb(232, 228, 223);
}

.kdc-clinic-card__img-placeholder {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kdc-clinic-card__img-placeholder svg {
    width: 48px;
    height: 48px;
    opacity: 0.6;
}

.kdc-clinic-card__body {
    padding: 18px 20px 20px;
}

.kdc-clinic-card__name {
    font-size: 13px;
    color: rgb(26, 26, 26);
    margin: 0px 0px 9px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.kdc-clinic-card__addr {
    font-size: 0.83rem;
    color: rgb(102, 102, 102);
    margin: 0px 0px 12px;
    line-height: 1.4;
}

.kdc-clinic-card__meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 14px;
}

.kdc-clinic-card__metro {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: rgb(88, 88, 88);
}

.kdc-clinic-card__walk {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    color: rgb(113, 113, 113);
    font-family: sans-serif;
}

.kdc-clinic-card__walk svg {
    width: 14px;
    height: 14px;
    stroke: rgb(136, 136, 136);
    fill: none;
}

@media (max-width: 600px) {
    .kdc-map-head {
        padding: 36px 20px 24px;
    }

    .kdc-map-outer {
        height: 420px;
    }

    .kdc-clinic-card {
        width: calc(100% - 32px);
        left: 16px;
        top: auto;
        bottom: 11px;
    }

    .kdc-clinic-card__img-placeholder, .kdc-clinic-card__meta {
        display: none;
    }
}

@keyframes kdcPinFloat {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.kdc-pin-inner {
    transform: rotate(314deg);
}

.kdc-pin-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.kdc-pin-wrap.kdc-bounce {
    animation: 0.6s ease-in-out 0s 1 normal forwards running kdcPinFloat;
}

.kdc-pin-wrap.kdc-active {
    animation: 1s ease-in-out 0s infinite normal none running kdcPinFloat !important;
}

.gallery-top-text {
    margin: 0px 0px 22px;
    color: rgb(102, 102, 102);
    line-height: 1.6;
    font-size: 16px;
}

.gallery-filters-mobile {
    display: none;
    margin-bottom: 18px;
}

.gallery-select-group {
    margin-bottom: 12px;
}

.gallery-select-label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
}

.gallery-select-wrap {
    position: relative;
}

.gallery-select {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 14px;
    background: rgb(255, 255, 255);
}

.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.gallery-filters--branches {
    margin-bottom: 14px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.gallery-card {
    display: block;
    background: rgb(255, 255, 255);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgb(236, 236, 236);
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
    position: relative;
}

.gallery-card:hover {
    transform: translateY(-3px);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 12px 28px;
}

.gallery-card__image-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: rgb(246, 246, 246);
}

.gallery-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-card__body {
    padding: 12px;
    position: absolute;
    bottom: 0px;
}

.gallery-card__section {
    display: none;
}

.gallery-card__title {
    font-size: 14px;
    line-height: 1.45;
    color: rgb(102, 102, 102);
    margin-bottom: 10px;
}

.gallery-card__metros {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gallery-empty {
    color: rgb(119, 119, 119);
    padding: 22px 0px;
    font-size: 16px;
}

.doc-tag {
}

.doc-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
}

.doc-dot img {
    display: block;
    width: 12px;
    height: auto;
    margin: 0px;
}

.branch-chip, .doc-chip {
    cursor: pointer;
}

@media (max-width: 1199px) {
    .gallery-grid {
        grid-template-columns: repeat(3, minmax(0px, 1fr));
    }
}

@media (max-width: 767px) {
    .gallery-filters {
        display: none;
    }

    .gallery-filters-mobile {
        display: block;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        gap: 12px;
    }

    .gallery-card__body {
        padding: 12px;
    }

    .gallery-card__section {
        font-size: 15px;
    }
}

@media (max-width: 479px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

.bp-msg-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 15px;
    border-radius: 16px;
    border: 1.5px solid rgb(240, 240, 240);
    background: rgb(255, 255, 255);
    text-decoration: none;
    color: rgb(26, 26, 26);
    margin-top: 14px;
    transition: 0.2s;
}

.bp-msg-item img {
    width: 38px;
    height: 32px;
    border-radius: 12px;
    object-fit: contain;
    flex-shrink: 0;
}

.bp-msg-item:hover {
    border-color: rgb(224, 224, 224);
    background: rgb(248, 248, 248);
    text-decoration: none;
    color: rgb(26, 26, 26);
}

.bp-msg-item b {
    display: block;
    font-size: 15px;
    color: rgb(26, 26, 26);
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.bp-msg-item span {
    font-size: 13px;
    color: rgb(111, 111, 111);
}

.bp-msg-modal {
    min-width: 320px;
    max-width: 420px;
    padding: 34px !important;
}

.bp-hero {
}

.bp-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    color: rgb(136, 136, 136);
}

.bp-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bp-meta-item svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentcolor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bp-hero-title {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(26, 26, 26);
    margin: 0px 0px 16px;
}

.bp-hero-excerpt {
    font-size: 15px;
    line-height: 1.65;
    color: rgb(85, 85, 85);
    margin-bottom: 37px;
}

.bp-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bp-hero-image-wrap {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    position: relative;
}

.bp-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cat-quiz-answer {
    position: relative;
}

.cat-quiz-checkbox-hint {
    font-size: 13px;
    color: rgb(160, 160, 160);
    margin-bottom: 12px;
    border-radius: 8px;
    width: 100%;
}

.cat-quiz-answer__mark {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    border: 3px solid rgb(34, 188, 92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    position: relative;
}

.cat-quiz-answer__mark::after {
    content: "";
    width: 12px;
    height: 8px;
    border-left: 3px solid rgb(255, 255, 255);
    border-bottom: 3px solid rgb(255, 255, 255);
    transform: rotate(-45deg);
    opacity: 0;
    margin-top: -2px;
}

.cat-quiz-answer.is-active .cat-quiz-answer__mark, .cat-quiz-answer--checkbox.is-active .cat-quiz-answer__mark {
    background: rgb(35, 188, 92);
    border-color: rgb(35, 191, 94);
}

.cat-quiz-answer.is-active .cat-quiz-answer__mark::after, .cat-quiz-answer--checkbox.is-active .cat-quiz-answer__mark::after {
    opacity: 1;
}

.cat-quiz-answer--checkbox input {
    display: none;
}

.cat-quiz-nav-btn.is-disabled {
    opacity: 0.55;
    cursor: default;
    pointer-events: none;
}

.cat-prices-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    width: 100%;
}

.cat-quiz-open-btn {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(32, 163, 81) 0%, rgb(37, 211, 102) 100%);
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 16px 28px;
    cursor: pointer;
    transition: 0.2s;
    width: 100%;
    margin-bottom: 30px;
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.cat-quiz-open-btn:hover {
    transform: translateY(-1px);
}

.cat-quiz-inline-wrap {
    margin-top: 40px;
    padding: 45px;
    border: 2px solid rgb(35, 192, 94);
    border-radius: 28px;
    background: rgb(255, 255, 255);
    margin-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 20px 0px;
}

.cat-quiz-inline-badge {
}

.cat-quiz-inline-head h3 {
    margin: 0px 0px 10px;
    font-size: 30px;
    line-height: 1.2;
}

.cat-quiz-inline-head p {
    margin: 0px 0px 24px;
    color: rgb(89, 99, 109);
    font-size: 17px;
}

.cat-quiz-card {
    border-radius: 24px;
    position: relative;
}

.cat-quiz-card--anim {
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.18s, transform 0.18s;
}

.cat-quiz-card--anim.is-entered {
    opacity: 1;
    transform: translateX(0px);
}

.cat-quiz-card--anim.is-leaving {
    opacity: 0;
    transform: translateX(-24px);
}

.cat-quiz-progress-top {
    margin-bottom: 22px;
}

.cat-quiz-progress-line {
    width: 100%;
    height: 8px;
    background: rgba(230, 230, 230, 0.69);
    border-radius: 999px;
    overflow: hidden;
}

.cat-quiz-progress-line span {
    display: block;
    height: 100%;
    background: linear-gradient(135deg, rgb(35, 191, 93) 0%, rgb(63, 236, 127) 100%);
    border-radius: 999px;
    transition: width 0.25s;
}

.cat-quiz-title {
    margin: 40px 0px 15px;
    font-size: 25px;
    line-height: 1.08;
    font-weight: 500;
    color: rgb(47, 49, 53);
}

.cat-quiz-subtitle {
    color: rgb(86, 95, 103);
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 1.6;
}

.cat-quiz-answers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 18px;
    margin-top: 40px;
}

.cat-quiz-answers.is-image-cards {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}

.cat-quiz-answer {
    border: 2px solid rgba(207, 214, 218, 0.6);
    border-radius: 18px;
    background: rgb(255, 255, 255);
    min-height: 75px;
    padding: 12px 19px;
    text-align: left;
    font-size: 17px;
    line-height: 1.35;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 14px;
}

.cat-quiz-answer:hover, .cat-quiz-answer.is-active {
    border-color: rgb(35, 192, 94);
}

.cat-quiz-answer--image {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-height: 250px;
}

.cat-quiz-answer__img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    background: rgb(244, 244, 244);
}

.cat-quiz-answer__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-quiz-answer__text {
    display: block;
}

.cat-quiz-answer--checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cat-quiz-answer--checkbox input {
    width: 20px;
    height: 20px;
    accent-color: rgb(138, 198, 0);
    flex: 0 0 auto;
}

.cat-quiz-phone-box {
    margin-top: 40px;
}

.cat-quiz-phone-input {
    width: 100%;
    height: 74px;
    border: 1px solid rgb(210, 217, 221);
    border-radius: 18px;
    padding: 0px 22px;
    font-size: 28px;
    color: rgb(47, 49, 53);
}

.cat-quiz-phone-input.is-error {
    border-color: rgb(220, 53, 69);
}

.cat-quiz-nav {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cat-quiz-nav__left {
    color: rgb(120, 126, 134);
    font-size: 16px;
}

.cat-quiz-nav__right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cat-quiz-nav-btn {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 12px;
    font-size: 17px;
    cursor: pointer;
    transition: 0.2s;
}

.cat-quiz-nav-btn--back {
    width: 74px;
    height: 60px;
    background: rgb(218, 219, 217);
    color: rgb(96, 97, 95);
}

.cat-quiz-nav-btn--back.is-disabled {
    opacity: 0.55;
    cursor: default;
}

.cat-quiz-nav-btn--next {
    min-width: 210px;
    height: 60px;
    padding: 0px 28px;
    color: rgb(255, 255, 255);
    background: linear-gradient(135deg, rgb(32, 163, 81) 0%, rgb(37, 211, 102) 100%);
    font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;
}

.cat-quiz-card--success .cat-quiz-subtitle {
    margin-bottom: 0px;
}

.cat-quiz-modal {
    position: fixed;
    inset: 0px;
    z-index: 999999;
    display: none;
}

.cat-quiz-modal.is-open {
    display: block;
}

.cat-quiz-modal__overlay {
    position: absolute;
    inset: 0px;
    background: rgba(15, 23, 30, 0.58);
    backdrop-filter: blur(5px);
}

.cat-quiz-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(1299px, -32px + 100vw);
    max-height: calc(-20px + 100vh);
    overflow: auto;
    margin: 10px auto;
    background: rgb(247, 247, 247);
    border-radius: 28px;
    padding: 72px;
}

.cat-quiz-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}

.cat-quiz-lock {
    overflow: hidden;
}

@media (max-width: 1100px) {
    .cat-quiz-answers, .cat-quiz-answers.is-image-cards {
        grid-template-columns: 1fr 1fr;
    }

    .cat-quiz-title {
        font-size: 40px;
    }
}

@media (max-width: 900px) {
    .cat-prices-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .cat-quiz-answers, .cat-quiz-answers.is-image-cards {
        grid-template-columns: 1fr;
    }

    .cat-quiz-card {
        padding: 22px;
    }

    .cat-quiz-title {
        font-size: 22px;
        margin: 29px 0px 14px;
        line-height: 1.3;
    }

    .cat-quiz-inline-wrap {
        padding: 27px;
    }

    #ceny .cat-quiz-card {
        padding: 0px;
    }

    #sovet-vracha .cat-quiz-card {
        padding: 0px;
    }

    .cat-quiz-subtitle {
        font-size: 16px;
    }

    .cat-quiz-answer {
        font-size: 16px;
        min-height: 70px;
    }

    .cat-quiz-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .cat-quiz-nav__right {
        width: 100%;
    }

    .cat-quiz-nav-btn--next {
        width: 100%;
        font-size: 16px;
    }

    .cat-quiz-modal__dialog {
        padding: 5px;
    }
}

@keyframes quizShake {
    0%, 100% {
        transform: translateX(0px);
    }

    25% {
        transform: translateX(-6px);
    }

    75% {
        transform: translateX(6px);
    }
}

.cat-quiz-answers.shake {
    animation: 0.35s ease 0s 1 normal none running quizShake;
}

.cat-quiz-answer--checkbox .cat-quiz-answer__mark {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 6px !important;
}

.cat-quiz-answer--checkbox .cat-quiz-answer__mark::after {
    width: 12px;
    height: 7px;
}

.cat-quiz-subtitle ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url("images/ptichka.svg") 0% 0% / 100% no-repeat rgb(255, 255, 255);
    border-radius: 50%;
}

.cat-quiz-subtitle ul li {
    position: relative;
    padding: 4px 5px 5px 24px;
    font-size: 16px;
}

.cat-quiz-subtitle ul {
    margin: 25px 9px 9px;
}

.quiz-btn-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4);
    border-image: initial;
    border-radius: 50%;
    animation: 0.7s linear 0s infinite normal none running quizSpin;
    vertical-align: middle;
    margin-right: 6px;
}

@keyframes quizSpin {
    100% {
        transform: rotate(360deg);
    }
}

.kdc-features {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 21px auto 20px;
    max-width: 1400px;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.kdc-feature {
    flex: 1 1 0%;
    text-align: center;
    position: relative;
    padding: 10px 20px;
    border-radius: 20px;
    transition: 0.3s;
}

.kdc-feature:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 20%;
    height: 60%;
    width: 2px;
    background: rgba(231, 180, 133, 0.31);
}

.kdc-feature .icon {
    width: 90px;
    height: 90px;
    margin: 0px auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(255, 243, 232), rgb(233, 207, 181));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 25px;
    transition: 0.3s;
}

.kdc-feature .icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.kdc-feature .text {
    font-size: 15px;
    line-height: 1.4;
    color: rgb(51, 51, 51);
}

.kdc-feature:hover {
    transform: translateY(-5px);
}

.kdc-feature:hover .icon {
    background: linear-gradient(135deg, rgb(213, 162, 113), rgb(211, 88, 92));
    box-shadow: rgba(211, 88, 92, 0.25) 0px 15px 30px;
}

.kdc-feature:hover .icon img {
    filter: brightness(0) invert(1);
}

.kdc-doctor-anim-bg {
}

.kdc-doctor-anim-bg::before {
}

.kdc-doctor-anim-bg::after {
}

.kdc-doctor-anim-bg img {
    position: relative;
    z-index: 2;
    filter: drop-shadow(rgba(70, 45, 30, 0.18) 0px 28px 38px);
}

.kdc-doctor-anim-bg .kdc-float-dot {
}

.kdc-doctor-anim-bg .kdc-float-dot:nth-child(1) {
}

.kdc-doctor-anim-bg .kdc-float-dot:nth-child(2) {
}

.kdc-doctor-anim-bg .kdc-float-dot:nth-child(3) {
}

@keyframes kdcDoctorPulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.9;
    }

    50% {
        transform: translateX(-50%) scale(1.06);
        opacity: 1;
    }
}

@keyframes kdcDoctorRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes kdcFloatOne {
    0%, 100% {
        transform: translate(0px, 0px);
        opacity: 0.7;
    }

    50% {
        transform: translate(18px, -22px);
        opacity: 1;
    }
}

@keyframes kdcFloatTwo {
    0%, 100% {
        transform: translate(0px, 0px);
        opacity: 0.65;
    }

    50% {
        transform: translate(-18px, 18px);
        opacity: 1;
    }
}

@keyframes kdcFloatThree {
    0%, 100% {
        transform: translate(0px, 0px);
        opacity: 0.55;
    }

    50% {
        transform: translate(22px, 14px);
        opacity: 1;
    }
}

:root {
    --k-red: #f84b50;
    --k-red-d: #d03038;
    --k-ora: #ebb387;
    --k-peach: #ffe7d1;
    --k-peach2: #fdf0e6;
    --k-dark: #1a0a0b;
    --k-mid: #5c2d2e;
    --k-muted: #9a6060;
    --k-border: #f5d5c5;
    --k-bg: #fdf5f0;
    --k-white: #ffffff;
    --k-shadow: 0 2px 10px rgba(248,75,80,.07);
    --k-shadow2: 0 8px 28px rgba(248,75,80,.13);
    --k-r: 12px;
    --k-r-sm: 8px;
    --k-fn: -apple-system,'Segoe UI',sans-serif;
}


@keyframes kFadeIn {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}



@media (max-width: 1024px) {
    .uslugi-accordion {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .uslugi-hero__h1 {
        font-size: 27px;
        gap: 2px;
    }

    .uslugi-hero__inner {
        padding: 28px 0px;
    }

    .uslugi-tabs-photo {
        height: 130px;
    }

    .uslugi-tab-photo__name {
        font-size: 14px;
    }

    .uslugi-tab-photo__num {
        font-size: 22px;
        display: none;
    }

    .uslugi-accordion {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .uslugi-section-header {
        padding: 12px 16px;
    }

    .uslugi-section-header__link {
        font-size: 15px;
    }

    .container-kdc {
        padding: 0px;
    }
}

@media (max-width: 520px) {
    .uslugi-tabs-photo {
        grid-template-columns: 1fr;
        height: auto;
        padding: 0px;
    }

    .uslugi-tab-photo {
        height: 46px;
        border-right-width: medium;
        border-right-style: none;
        border-right-color: currentcolor;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    }

    .uslugi-tab-photo:last-child {
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    }

    .uslugi-accordion {
        grid-template-columns: 1fr;
    }

    .uslugi-tab-photo__body {
        padding: 10px 16px 12px;
        position: relative;
        z-index: 9;
    }

    .uslugi-tab-photo__name {
        font-size: 14.5px;
    }
}

.uslugi-list__row {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    position: relative;
}

.uslugi-list__row .uslugi-list__link {
    flex: 1 1 0%;
}

.uslugi-sub-toggle {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: var(--k-peach2);
    border: 1px solid var(--k-border);
    border-radius: 20px;
    cursor: pointer;
    color: var(--k-muted);
    font-size: 11px;
    position: absolute;
    font-weight: 700;
    right: 10px;
    line-height: 1;
    font-family: var(--k-fn);
    transition: background 0.14s, color 0.14s, border-color 0.14s;
    white-space: nowrap;
}

.uslugi-sub-toggle svg {
    transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.uslugi-sub-toggle:hover {
    background: var(--k-peach);
    border-color: var(--k-ora);
    color: var(--k-mid);
}

.uslugi-list__item.sub-open .uslugi-sub-toggle {
    background: var(--k-red);
    border-color: var(--k-red);
    color: var(--k-white);
}

.uslugi-list__item.sub-open .uslugi-sub-toggle svg {
    transform: rotate(180deg);
}

.uslugi-sublist {
    list-style: none;
    padding: 0px;
    margin: 3px 0px 0px 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    transition: max-height 0.28s, opacity 0.22s;
}

.uslugi-list__item.sub-open .uslugi-sublist {
    max-height: 600px;
    opacity: 1;
}

.uslugi-sublist__link {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 10px 8px 16px;
    font-size: 14px;
    color: var(--k-mid);
    text-decoration: none;
    line-height: 1.35;
    background: var(--k-white);
    border-radius: 6px;
    transition: background 0.12s, color 0.12s, border-color 0.12s;
}

.uslugi-sublist__link svg {
    flex-shrink: 0;
    margin-top: 4px;
    color: rgb(197, 131, 78);
}

.uslugi-sublist__link:hover {
    background: var(--k-peach2);
    border-color: var(--k-ora);
    color: var(--k-red);
}


@keyframes catOlgaFade {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 900px) {
    .cat-olga-shell {
    }

    .cat-olga-nav {
        gap: 10px;
    }

    .cat-olga-btn {
        grid-template-columns: 46px 1fr 30px;
        border-radius: 18px;
        padding: 14px;
    }

    .cat-olga-btn__num {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .cat-olga-pane {
        border-radius: 10px;
    }
}

@media (max-width: 520px) {
    .cat-olga-block {
    }

    .cat-olga-head h2 {
    }

    .cat-olga-intro, .cat-olga-pane__text {
        font-size: 16px;
    }

    .cat-olga-btn__title {
        font-size: 15px;
    }

    
}

.cat-olga-mobile {
    display: none;
}

@media (max-width: 900px) {
    .cat-olga-shell {
    }

    .cat-olga-mobile {
        display: block;
    }

    .cat-olga-mobile-item {
        margin-bottom: 12px;
        border-radius: 20px;
        background: rgb(255, 255, 255);
        border: 1px solid rgba(25, 52, 91, 0.12);
        box-shadow: rgba(24, 44, 74, 0.07) 0px 12px 30px;
        overflow: hidden;
    }

    
     

    .cat-olga-mobile-btn em {
        font-style: normal;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgb(255, 243, 232);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        line-height: 1;
    }

   

    .cat-olga-mobile-item.active .cat-olga-mobile-content {
        display: block;
    }

    .cat-olga-mobile-item.active .cat-olga-mobile-btn {
        background: linear-gradient(135deg, rgb(255, 225, 197) 0%, rgb(255, 231, 209) 100%);
        border-color: transparent;
    }
 
    .cat-olga-mobile-item.active .cat-olga-mobile-btn em {
        transform: rotate(45deg);
    }
}

.kdc-doctor-video-page {
    background: rgb(251, 241, 233);
    padding: 2px 0px 80px;
	    margin-bottom: 40px;
}

.kdc-doctor-video-container {
    width: min(1400px, 100% - 32px);
    margin: 0px auto;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.kdc-doctor-video-hero {
    background: rgb(255, 255, 255);
    border-radius: 19px;
    padding: 32px 40px;
    margin-bottom: 26px;
    margin-top: 12px;
}

.kdc-doctor-video-label {
    color: rgb(184, 131, 99);
    font-size: 16px;
    margin-bottom: 12px;
}

.kdc-doctor-video-hero h1 {
    color: rgb(37, 40, 54);
}

.kdc-doctor-video-hero p {
    margin: 0px;
    color: rgb(101, 103, 112);
    font-size: 16px;
    line-height: 1.45;
}

.kdc-video-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0px 0px 28px;
}

.kdc-video-filter {
    border: 0px;
    background: rgb(255, 255, 255);
    color: rgb(82, 67, 58);
    padding: 9px 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.25s;
}

.kdc-video-filter:hover, .kdc-video-filter.active {
    background: rgb(217, 87, 96) !important;
    color: rgb(255, 255, 255);
    transform: translateY(-2px);
}

.kdc-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 26px;
}

.kdc-video-card {
    background: rgb(255, 255, 255);
    border-radius: 25px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 46% 54%;
    min-height: 460px;
    height: 460px;
    box-shadow: rgba(70, 45, 28, 0.08) 0px 18px 50px;
    transition: 0.35s;
}

.kdc-video-card.is-hidden {
    display: none;
}

.kdc-video-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(70, 45, 28, 0.13) 0px 24px 60px;
}

.kdc-video-cover {
    position: relative;
    border: 0px;
    padding: 0px;
    background: rgb(17, 17, 17);
    cursor: pointer;
    overflow: hidden;
}

.kdc-video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.45s;
}

.kdc-video-card:hover .kdc-video-cover img {
    transform: scale(1.04);
}

.kdc-video-play {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(236, 43, 57);
    box-shadow: rgba(186, 38, 49, 0.53) 0px 6px 17px;
}

.kdc-video-play::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 21px;
    width: 0px;
    height: 0px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 21px solid rgb(255, 255, 255);
}

.kdc-video-info {
    padding: 25px 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kdc-video-cat {
    display: inline-flex;
    width: max-content;
    background: rgb(247, 236, 228);
    color: rgb(124, 89, 70);
    padding: 9px 19px;
    border-radius: 13px;
    font-size: 13px;
    margin-bottom: 25px;
}

.kdc-video-info h2 {
    margin: 0px 0px 18px;
    color: rgb(36, 39, 53);
    font-size: 18px;
    line-height: 1.32;
    font-weight: 400;
}

.kdc-video-desc {
    color: rgb(116, 119, 128);
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 26px;
    display: none;
}

.kdc-video-desc p:last-child {
    margin-bottom: 0px;
}

.kdc-video-doctor {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgb(240, 231, 223);
}

.kdc-video-doctor img, .kdc-video-doctor-empty {
    width: 70px;
    height: 73px;
    border-radius: 9px;
    object-fit: cover;
    background: rgb(255, 255, 255);
    flex: 0 0 62px;
}

.kdc-video-doctor b {
    display: block;
    color: rgb(39, 41, 54);
    font-size: 15px;
    line-height: 1.25;
}

.kdc-video-doctor em {
    display: block;
    color: rgb(134, 137, 149);
    font-style: normal;
    font-size: 13px;
    margin-top: 4px;
}

.kdc-video-empty {
    background: rgb(255, 255, 255);
    border-radius: 24px;
    padding: 30px;
    color: rgb(153, 153, 153);
}

.kdc-video-modal {
    position: fixed;
    inset: 0px;
    background: rgba(20, 20, 25, 0.84);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.kdc-video-modal.open {
    display: flex;
    padding: 0px;
}

.kdc-video-modal-box {
    width: min(1040px, 100%);
    background: rgb(0, 0, 0);
    border-radius: 24px;
    overflow: hidden;
}

.kdc-video-modal-box iframe, .kdc-video-modal-box video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    border: 0px;
}

.kdc-video-modal-close {
    position: absolute;
    right: 28px;
    top: 20px;
    width: 48px;
    height: 48px;
    border: 0px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .kdc-video-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
	.doctor-video-block .kdc-video-cover {
    height: auto !important;
    min-height: auto !important;
}

.kdc-video-modal-box {
    border-radius: 0px !important;
}
    .kdc-doctor-video-page {
    background: #fff;
    }
.kdc-video-play {
    left: 41%;
    top: 40%;
    width: 58px;
    height: 58px;
    border: 4px solid #ffffffba;
    background: rgb(236 43 57 / 69%);
}

.kdc-video-play::before {
    left: 20px;
    top: 15px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid rgb(255, 255, 255);
}

.kdc-video-cat {
    margin-bottom: 15px;
}

.kdc-video-doctor img, .kdc-video-doctor-empty {
    width: 100%;
    height: 100%;
}

.kdc-video-doctor-photo {
        border-radius: 75px !important;
        overflow: hidden;
        width: 85px;
        padding: 0px !important;
}

.kdc-video-doctor div {
    width: 90%;
}
    .kdc-doctor-video-hero {
        padding: 22px 24px;
        border-radius: 12px;
        background: rgb(251, 241, 233);
        margin-top: 20px;
    }

    .kdc-doctor-video-hero h1 {
    }

    .kdc-doctor-video-hero p {
    }

    .kdc-video-card {
        grid-template-columns: 1fr;
        height: auto;
    }

    .doctor-video-block .kdc-video-card {
        grid-template-columns: 1fr;
        height: 605px;
    }

    .kdc-video-cover {
        min-height: 200px;
        height: 200px;
    }

    .kdc-video-info {
        padding: 18px 18px;
    }

    .kdc-video-info h2 {
    }
}



.kdc-video-doctor-link {
    text-decoration: none;
}

.kdc-video-doctor-link b {
    transition: 0.2s;
}

.kdc-video-doctor-link:hover b {
    color: rgb(217, 87, 96);
}

.kdc-video-doctor-photo {
    display: block;
    line-height: 0;
    background: rgb(255, 255, 255);
    padding: 10px 2px 0px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 18px;
}



@media (max-width: 768px) {
    .kdc-features {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        gap: 3px;
    }

    .kdc-feature::after {
        display: none;
    }
}

@media (max-width: 900px) {
    .bp-hero {
        grid-template-columns: 1fr;
        padding: 0px;
        box-shadow: none;
        gap: 19px;
    }

    .bp-hero-image-wrap {
        order: -1;
        aspect-ratio: 15 / 12;
    }

    .bp-hero-title {
        font-size: 28px;
    }

    .bp-related-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bp-text-block h3 {
        font-size: 22px;
    }

    @media (max-width: 600px) {
        .bp-hero-title {
            font-size: 26px;
            line-height: 1.4;
        }

        .bp-hero-ctas {
            flex-direction: column;
            gap: 18px;
        }

        .bp-btn {
            width: 100%;
            justify-content: center;
            padding: 15px 0px;
            height: auto;
            text-align: center;
            font-size: 14px;
        }

        .bp-toc-list {
            grid-template-columns: 1fr;
        }

        .bp-text-block figure.image-style-side {
            float: none;
            max-width: 100%;
            margin-left: 0px;
        }

        .bp-services-grid {
            grid-template-columns: 1fr;
        }

        .bp-section-title {
            font-size: 22px;
        }
    }

    @media (max-width: 1200px) {
        .blog-hero-title {
            font-size: 42px;
        }

        .blog-grid {
            grid-template-columns: repeat(2, minmax(0px, 1fr));
        }
    }

    @media (max-width: 992px) {
        .blog-hero-card {
            grid-template-columns: 1fr;
            min-height: auto;
        }

        .blog-hero-image-wrap {
            min-height: 320px;
            order: -1;
        }

        .blog-hero-title {
            font-size: 38px;
        }

        .blog-hero-excerpt {
            font-size: 18px;
        }
    }

    @media (max-width: 768px) {
        .blog-hero-content {
            padding: 24px 20px 26px;
        }

        .blog-hero-title {
            font-size: 30px;
        }

        .blog-hero-excerpt {
            font-size: 16px;
            margin-bottom: 24px;
        }

        .blog-grid {
            grid-template-columns: 1fr;
            gap: 18px;
        }

        .blog-card-title {
            min-height: auto;
            font-size: 19px;
        }

        .blog-card-bottom {
            flex-direction: column;
            align-items: flex-start;
        }

        .blog-cat-chip {
            min-height: 46px;
            padding: 0px 18px;
            font-size: 15px;
        }
    }
}

