:root {
    --black-color: #000;
    --white-color: #fff;
    --pink-color: #CD3276;
    --light-gray-color: #8D8D8C;
    --gray-color: #949494;
}

.contacts-page a {
    text-decoration: none;
}

.contacts-map {
    width: 100%;
    height: 100%;
}

.wa-phone,
.te-phone,
.vi-phone {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0px 10px 0 0;
    vertical-align: middle;
}

.wa-phone {
    background: url(../img/wa.png) center;
    background-size: contain;
}

.te-phone {
    background: url(../img/telegram.png) center;
    background-size: contain;
}

.vi-phone {
    background: url(../img/viber.png) center;
    background-size: contain;
}

footer a {
    text-decoration: none;
}

.advantages h2,
.brands h2 {
    border-bottom: 1px solid #e1e7ec;
}

.advantages h2 span,
.brands h2 span {
    background: #fff;
    position: relative;
    top: 17px;
    padding: 0 40px;
}

.brands .owl-stage {
    display: flex;
    align-items: flex-end;
}

dt {
    font-weight: bold;
}

.site-search {
    z-index: 110;
    left: 0px;
}

.navbar-lang-city {
    z-index: 100;
}

/* Выставляет минимальный размер карточки для адаптива*/
/*.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: .5rem;
}*/


.arrow-collapse[data-toggle='collapse']::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -2px;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    border-right: 5px solid transparent;
    border-bottom: 5px dashed;
    border-left: 5px solid transparent;
    content: '';
}

.arrow-collapse[data-toggle='collapse'].collapsed::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.catalog-sidebar .arrow-collapse:after {
    right: 15px;
}

.catalog-sidebar .arrow-collapse,
.catalog-sidebar .arrow-collapse:focus {
    background-color: #0da9ef;
    color: #fff;
}

.catalog-sidebar .arrow-collapse:hover {
    background-color: #0c99d9;
    color: #fff;
}

.catalog-sidebar .multi-collapse .multi-collapse a {
    padding-left: 30px;
}

.catalog-sidebar .multi-collapse .list-group-item:first-child {
    border-radius: 0;
}

.widget-categories .callapsed-sign {
    width: 10px;
    height: 10px;
    position: relative;
}

.widget-categories .callapsed-sign::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -2px;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    border-right: 5px solid transparent;
    border-bottom: 5px dashed;
    border-left: 5px solid transparent;
    content: '';
}

.widget-categories .callapsed-sign[data-toggle='collapse'].collapsed::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.widget-categories .callapsed-sign.callapsed {

}

.dropdown-product-wrapper {
    max-height: 350px;
    overflow: auto;
}

.navbar {
    z-index: 999;
}

.widget-categories ul > li.has-children.expanded > ul, .widget-links ul > li.has-children.expanded > ul {
    max-height: none;
}

/* Количестов товаров для разных цен */
.pr-count {
    width: 19px;
    height: 13px;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: -2px;
}

.bg-img-above-5, .bg-img-to-5,
.bg-img-above-3, .bg-img-above-10, .bg-img-to-3, .bg-img-to-10 {
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
}

.bg-img-to-3 {
    background-image: url(/local/templates/fillers_orange/images/to3.png);
}

.bg-img-above-3 {
    background-image: url(/local/templates/fillers_orange/images/above3.png);
}

.bg-img-to-5 {
    background-image: url(/local/templates/fillers_orange/images/to5.png);
}

.bg-img-above-5 {
    background-image: url(/local/templates/fillers_orange/images/above5.png);
}

.bg-img-above-10 {
    background-image: url(/local/templates/fillers_orange/images/above10.png);
}

.bg-img-to-10 {
    background-image: url(/local/templates/fillers_orange/images/to10.png);
}

.bg-purple {
    background-color: #A56CEB;
}

.bg-grey {
    background-color: #b6b6b6;
}

/* Количестов товаров для разных цен - КОНЕЦ */

.gallery-item > a > img {
    display: inline-block;
    width: 100%;
}

.product-carousel .gallery-item {
    text-align: center;
}

.gallery-item.certificates img {
    height: 360px;
}

.gallery-item.certificates {
    margin-bottom: 70px;
    position: relative;
}

.gallery-item-title {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
}

.gallery-item-title-add {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: 1px solid #e1e7ec;
    border-radius: 6px;
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 15px;
    box-shadow: 0 0 15px rgba(172, 171, 171, 50%);
    transition: ease 500ms;
}

.gallery-item.certificates:hover .gallery-item-title-add {
    opacity: 1;
    visibility: visible;
}

.gallery-item-title-add-name {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
}

.cookie-popup {
    background: #db3b88;
    position: fixed;
    width: 100%;
    padding: 30px 0 20px 0;
    z-index: 100;
    border-top: 1px solid #db3b88;
    -webkit-box-shadow: 0px -9px 37px 0px rgba(219, 59, 136, 1);
    -moz-box-shadow: 0px -9px 37px 0px rgba(219, 59, 136, 1);
    box-shadow: 0px -9px 37px 0px rgba(219, 59, 136, 1);

    bottom: -100%;
    transition: 800ms;
}

.cookie-popup.active {
    bottom: 0;
}

.cookie-popup p {
    padding-right: 90px;
    color: #fff;
}

.cookie-popup-close {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    cursor: pointer;
    background-color: #00aeef;
}

.cookie-popup p {
    padding-right: 0;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
    color: #fff;
}

.footer-menu a {
    color: #fff;
}

.footer-menu li a.selected {
    color: #db3b88;
    pointer-events: none;
    cursor: default;
}

/* footer no phones START */

.orario {
    padding: 10px 10px;
    background: rgba(199, 199, 212, 0.8);
    max-width: 280px;
    position: relative;
    left: -10px;
}

.orario-text {
    color: #000;
}

.orario-time {
    color: #db3f96;
    font-size: 17px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.callme {
    margin: 15px 0;
}

.callme-text {
    text-decoration: underline;
}

.callme-phone,
.callme-phone a {
    color: #db3f96 !important;
    font-size: 24px !important;
}

.callme-phone {
    margin: 5px 0;
}

.writeme {
    margin: 15px 0;
}

.writeme-text {
    text-decoration: underline;
}

.writeme-icons {
    margin: 10px 0 0 0;
    display: inline-block;
}

.writeme-icons-contact {
    margin: 5px 5px 0 0;
}

.writeme-phone {
    display: inline-block;
    line-height: 100%;
    vertical-align: top;
    margin-top: 13px;
}

.writeme-phone a {
    font-size: 16px;
}

.subsribe-text {
    text-decoration: underline;
}

/* footer no phones END */

.site-footer {
    background-color: #374250;
}

.social-block {
    width: 100%;
    list-style: none;
    padding: 0;
}

.social-block li {
    margin: 5px 5px 5px 0;
    float: left;
    line-height: 50px;
}

.vk, .twitter, .facebook, .odnoklassniki, .googleplus, .telegram, .inst {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    margin-right: 0;
}

.vk {
    background: url(/local/templates/fillers_orange/images/VK_Color.png) 0 0 no-repeat;
}

.facebook {
    background: url(/local/templates/fillers_orange/images/Facebook_Color.png) 0 0 no-repeat;
}

.inst {
    background: url(/local/templates/fillers_orange/images/Instagram_Color.png) 0 0 no-repeat;
}

.telegram {
    background: url(/local/templates/fillers_orange/images/telegram.png) 0 0 no-repeat;
}

.toolbar .cart > .toolbar-dropdown {
    width: 335px;
}

.dropdown-product-item > .dropdown-product-remove {
    right: 15px;
}

.card {
    text-decoration: none;
}

.order-comment {
    min-height: 89px;
    width: 100%;
}

.bx-sls .dropdown-block {
    border-radius: 25px;
    padding: 4px 32px 0 33px;
    height: 43px;
    border: 1px solid #dbe2e8;
}

.bx-sls .dropdown-fade2white {
    right: 20px;
}

.bx-sls .bx-ui-sls-clear {
    margin-top: 7px;
}

.bx-sls .dropdown-icon {
    top: 14px;
}

.order-items.shopping-cart .product-item .product-thumb > img {
    width: 30%;
}

.order-items .product-title a {
    text-decoration: none;
}

.alert p {
    display: inline;
}

.text-pink {
    color: #d44594;
}


.some-height.owl-carousel .owl-stage {
    display: flex;
}

.some-height .product-card {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}

.some-height .product-card .product-buttons {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mb-7 {
    margin-bottom: 5rem !important;
}
.labels_wrapper{
    position: absolute ;
    left: 0;
    top: 0;
}
.slide_plate {
    display: block;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: fit-content;
    padding: 6px 7px 7px 13px;
    font-size: 12px;
    height: 28px;
    box-sizing: border-box;
    top: 10px;
    z-index:1;
    left: 0;
    margin-bottom: 10px;
}

.slide_plate:after {
    display: block;
    content: " ";
    position: absolute;
    border-width: 14px 14px 14px 4px;
    border-style: solid;
    top: 0;
    right: -18px;
}

.slide_plate.popular {
    background: #ca8ff4;
}

.slide_plate.popular:after {
    border-color: #ca8ff4 #ff000000 #ca8ff4 #ca8ff4;
}

.slide_plate.action {
    background: #d44594;
}

.slide_plate.action:after {
    border-color: #d44594 #ff000000 #d44594 #d44594;
}

.slide_plate.ucenka {
    background: #3eab36;
}

.slide_plate.ucenka:after {
    border-color: #3eab36 #ff000000 #3eab36 #3eab36;
}

.slide_plate.lower-price {
    background: #0abab5;
}

.slide_plate.lower-price:after {
    border-color: #0abab5 #ff000000 #0abab5 #0abab5;
}

.slide_plate.black {
    background: #000000;
}

.slide_plate.black:after {
    border-color: #000000 #ff000000 #000000 #000000;
}

.slide_plate.nyaction {
    background: #03a9f4;
}

.slide_plate.nyaction:after {
    border-color: #03a9f4 #ff000000 #03a9f4 #03a9f4;
}

.slide_plate.cachback {
    background: #bdbdbd;
}

.slide_plate.cachback:after {
    border-color: red #ff000000 red red;
}

.order-text textarea.form-control {
    height: auto;
    min-height: 110px;
}

.avbl-green {
    color: rgb(96, 185, 68);
}

.avlbl-city-search {
    position: relative;
}

.avbl-search-icon {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    padding: .375rem .75rem;

    border-radius: 22px;
    border-color: #dbe2e8;
    color: #606975;
    line-height: 2.2;

    height: 85%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    /*background-color: #f5f5f5;*/
    font-weight: 500 !important;
}

.catalog-element-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 30px!important;
}

.catalog-element-btn button {
    margin-right: 0;
}

.quantity-input {
    position: relative;
    border-radius: 22px;
    border-color: #dbe2e8;
    color: #606975;
    line-height: 2.2;
    margin: 13px 0 13px 0 !important;
    width: 105px;
}

.quantity-input .form-control {
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0 30px;
    width: 90px;
    margin: auto;
}

.quantity-input label {
    position: absolute;
    top: -30px;
    left: 5px;
    padding: 0;
}


.quntity-minus,
.quntity-plus {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #dbe2e8;
    height: 35px;
    width: 30px;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.quntity-minus {
    left: 1px;
    border-radius: 96px;
    border-color: #dbe2e8;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.quntity-plus {
    right: 1px;
    border-radius: 96px;
    border-color: #dbe2e8;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.table-aviability-title {
    font-size: 14px;
    padding-bottom: .75rem;
    text-align: left;
    font-weight: bold;
    color: #000;
}

.grid-row .product-card .product-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 165px;
    margin-bottom: 10px;
}

.grid-row .product-card .product-thumb > img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.grid-row .product-card {
    height: 100%;
    padding-bottom: 90px;
}

.grid-row .product-card .product-buttons,
.grid-row .product-card .product-price {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;

    bottom: 10px;
}

.grid-row .product-card .product-price {
    font-weight: bold;
    bottom: 67px;

}
.product-price del {
    font-weight: normal;

}

.topbar-rose {
    height: 100px;
    position: relative;
    background-image: url(../img/topbar-bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-rose-logosoc,
.topbar-rose-soc,
.topbar-rose-phone {
    display: flex;
    position: relative;
}

.topbar-rose-logo {
    display: flex;
    align-items: center;
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.topbar-rose-logo .offcanvas-toggle {
    color: #fff;
    border: none;
}

.topbar-rose-soc {
    top: 0;
}

.topbar-rose-soc-btn {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 6px;
}

.soc-btn-fb,
.soc-btn-inst,
.soc-btn-telegram,
.soc-btn-vk {
    background-size: cover;
    background-position: center;
}

.soc-btn-fb {
    background-image: url(../img/soc/fb.png);
}

.soc-btn-inst {
    background-image: url(../img/soc/inst.png);
}

.soc-btn-telegram {
    background-image: url(../img/soc/telegram.png);
}

.soc-btn-vk {
    background-image: url(../img/soc/vk.png);
}

.soc-btn-wa {
    background-image: url(../img/soc/wa.svg);
    background-size: 100%;
}
.soc-btn-viber {
    background-image: url(../img/soc/viber2.png);
    background-size: 100%;
}

.sp-buttons .btn.btn-wishlist.active,
.product-card .product-buttons > .btn.btn-wishlist.active {
    color: #ffffff;
    border-color: #db3b88;
    background: #db3b88;
}

.whishlist-active {
    color: #ffffff;
    border-color: #db3b88;
    background: #db3b88;
}

.whishlist-active:HOVER {
    color: #db3b88;
    border-color: #db3b88;
    background: #fff;
}

.whishlist-active .icon-heart {
    color: #ffffff;
    /* position: relative;  top: 1px; */
}

.whishlist-active:HOVER .icon-heart {
    color: #db3b88;
}

.topbar-rose-soc-text {
    position: absolute;
    bottom: 0;
    left: 6px;
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
}

.topbar-rose-phone {
    top: -10px
}

.topbar-phone {
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    padding-left: 40px;
}

.topbar-phone a {
    color: #fff;
    text-decoration: none;
}

.topbar-phone:HOVER,
.topbar-phone-callme:HOVER {
    color: #fff;
}

.topbar-phone-callme {
    position: absolute;
    bottom: -18px;
    right: 0;
    color: #fff;
    font-size: 15px;
}

.navbar-lang-city,
.navbar {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 100;
}
.navbar-lang-city {
    justify-content: right;
}

.topbar-rose-logo-img {
    width: 185px;
}

.text-black {
    color: #000 !important;
}

.user-info-wrapper .user-info .user-avatar > img {
    background: #db3b88;
}

.fancy-content {
    padding: 0;
}

.owl-carousel.justify-content .owl-stage-outer {
    justify-content: center;
    display: flex;
}

.owl-carousel.owl-drag .owl-item {
    padding: 0 12px;
}

.search-ajax-result-js {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 100;
    background: #fff;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;

    border-bottom: 1px solid #db3b88;

    -webkit-box-shadow: 0px 23px 37px 0px rgba(219, 59, 136, 1);
    -moz-box-shadow: 0px 23px 37px 0px rgba(219, 59, 136, 1);
    box-shadow: 0px 23px 37px 0px rgba(219, 59, 136, 1);

    padding-top: 40px;
    padding-bottom: 20px;
}

.search-element {
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    align-items: center;

    max-width: 1170px;
    margin: 0 auto;
}

.search-element-name {
    width: 100%;
    max-width: 200px;
}

.search-element-img {
    width: 100%;
    max-width: 100px;
}

.search-element-img img {
    width: 100%;
}

.pt-40 {
    padding-top: 40px;
}

.widget-categories > ul > li {
    padding-left: 3px;
}

.widget-categories > ul > li > a {
    padding-left: 8px;
}

.widget-categories > ul > li > ul > li > ul {
    margin-left: 5px;
}

.section-catalog-cosmetic-item {
    cursor: pointer;
}

.section-catalog-cosmetic h2,
.section-catalog-cosmetic h3 {
    color: #000;
    text-shadow: 0px 0px 15px #fff, 1px 2px 23px #fff;
}

.catalog-item-price {
    margin-right: 15px;
    font-size: 30px;
    line-height: 1.2;
}

.catalog-item-app-price-container {
    background: url('../img/bg-coupon.svg') center;
    background-size: contain;
    width: 170px;
    height: 77px;
    cursor: pointer;
}

.catalog-item-app-price {
    color: #fff;
    font-size: 29px;
    position: relative;
    top: 21%;
    left: 12px;
    font-weight: bold;
    cursor: pointer;
}

.catalog-item-app-price:HOVER {
    color: #fff;
}

.catalog-item-price-container {
    display: flex;
    align-items: center;
}

.main-slider-app-price-container {
    background: url(../img/bg-coupon-large.svg) center;
    background-size: contain;
    width: 251px;
    height: 112px;
    cursor: pointer;
    margin-top: 30px;
    position: relative;
    display: flex;
}

.main-slider-app-price-container:before {
    position: absolute;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    content: '';
    width: calc(100% - 31px);
    height: calc(100% - 33px);
    top: 16px;
    left: 18px;
    z-index: -1;
}

.main-slider-app-price {
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
}

.main-slider-app-price:HOVER {
    color: #fff;
}

.main-slider-app-price-text-left,
.main-slider-app-price-text-right {
    font-size: 28px;
    position: relative;
    width: 62%;
}

.main-slider-app-price-text-right {
    width: 34%;
    font-size: 12px;
    color: #bd2c72;
}

.hyaldew-slider-img {
    position: relative;
    height: auto;
    width: 100%;
}

.hyaldew-slider-img img {
    position: relative;
    margin: -11% 0 -5% 0;
}

.hyaldew-slider,
.hyaldew-slider h3 {
    color: #fff;
}

.hyaldew-slider p {
    color: #fff;
    font-size: 25px;
    line-height: 136%;
}

.hyaldew-slider ul {
    color: #fff;
    font-size: 20px;
    line-height: 136%;
}

.hyaldew-slider ul li {
    margin-bottom: 15px;
}

.hyaldew-slider .hero-slider {
    background-position: bottom;
}

.hyaldew-slider .hero-slider p {
    background-position: bottom;
}

.hyaldew-adv img {
    width: 100%;
}

.hyaldew-adv ul {
    font-size: 16px;
    line-height: 136%;
}

.hyaldew-adv ul li {
    margin-bottom: 15px;
}

.hyaldew-do-posle-img {
    text-align: center;
}

.hyaldew-do-posle-img img {
    max-height: 600px;
    max-width: 400px;
}

.modal-confirm {
    background: #fdfdfd;
    color: #000;
    width: 295px;
    border-radius: 5px;
    position: fixed;
    top: 45px;
    left: 30px;
}

.btn-desabled {
    cursor: not-allowed;
    pointer-events: none;
}

.btn_loader {
    display: inline-block;
    padding-bottom: 3px;
    padding-left: 10px;
    filter: brightness(2);
}

.go .btn_loader {
    display: none;
}

@media (max-width: 376px) {
    .modal-confirm {
        left: -35px;
        top: 35px;
    }
    .container .hyaldew-form {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 321px) {
    .modal-confirm {
        left: -63px;
    }
}

.modal-confirm-yes {
    background: #db3b88;
    border-radius: 21px;
}

.modal-confirm-no {
    border-radius: 20px;
}

.modal-y {
    border-radius: 5px;
}

.btn-y {
    border-radius: 20px;
    padding: 10px 20px;
}

#city_name_txt {
    border-radius: 20px;
    padding-left: 15px;
}

.hyaldew-slider-section {
    position: relative;
    background-image: url(/hyaldew/img/bg-hyaldew.jpg);
    overflow: hidden;
    background-position: bottom;
}

.hyaldew-form form {
    border: 1px solid #dbe2e8;
    border-radius: 20px;
    padding: 30px 50px 20px;
}

@media (max-width: 376px) {
    .hyaldew-form form {
        border: 0px solid #dbe2e8;
        padding: 0px;
    }
}

.hyaldew-form .card-header {
    background-color: #bd2c72;
    color: #fff;
}

.custom-file-label::after {
    content: 'Обзор';
}

.file-input-info {
    margin-bottom: 8px;
    margin-top: 20px;
    padding-left: 18px;
    font-size: 13px;
    font-weight: 500;
}

.hero-slider {
    position: relative;
    background: #fff;
}

.hero-slider:before {
    content: '';
    background-image: url(/local/templates/fillers/img/hero-slider/main-bg2.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease 400ms;
}

.hero-slider.hyaldew:before {
    content: '';
    background-image: url(/local/templates/fillers/img/hero-slider/main-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease 400ms;
}

.hero-slider.no-bg:before {
    opacity: 0;
}

@media (max-width: 1685px) {
    .site-menu {
        display: none !important;
    }

    .offcanvas-toggle.menu-toggle {
        display: table-cell;
    }

    .topbar-rose-logo {
        margin-left: 0 !important;
    }
}

@media (max-width: 992px) {
    .catalog-element-btn {
        display: flex;
        justify-content: space-between;
        width: 260px;
    }

    .catalog-element-btn button {
        width: 44px;
        padding: 0;
    }

    .section-catalog-cosmetic-item {
        background-size: cover;
    }
}

@media (max-width: 980px) {
    .topbar-rose-soc {
        display: none;
    }

    .suggestions-addon {
        display: none !important;
    }
}

@media (max-width: 980px) {
    .main-slider-app-price-container {
        display: inline-block;
        left: 0;
        top: 0;
        padding-top: 16px;
    }
}

@media (max-width: 628px) {
    .topbar-phone {
        font-size: 25px;
    }

    .topbar-phone-callme {
        font-size: 13px;
    }

}

@media (max-width: 514px) {
    .hyaldew-adv .btn a,
    .hyaldew-metod .btn a {
        white-space: normal;
    }

    .hyaldew-adv .btn,
    .hyaldew-metod .btn {
        height: auto;
    }
}

@media (max-width: 555px) {
    .topbar-phone {
        font-size: 23px;
        background: none;
        padding: 0;
    }

    .topbar-phone-callme {
        font-size: 12px;
    }

}

@media (max-width: 494px) {
    .topbar-phone {
        font-size: 21px;
        background: none;
        padding: 0;
    }

    .topbar-phone-callme {
        font-size: 10px;
    }

}

@media (max-width: 478px) {
    .advantages h2 span,
    .brands h2 span {
        padding: 0;
    }

    .advantages h2,
    .brands h2 {
        border: none;
    }

    .topbar-phone {
        font-size: 18px;
        background: none;
        padding: 0;

    }

    .topbar-rose-phone {
        top: 0;
    }

    .topbar-phone-callme {
        display: none;
    }

}

@media (max-width: 454px) {
    .topbar-rose-phone {
        display: none;
    }
    .noshow-mobile {
        display: none;
    }
    .mobile-center {
        text-align: center !important;
    }
}

@media (max-width: 415px) {
    .hyaldew-do-posle-img img {
        width: 100%;
    }
    #dostavka_banner {
        content: url('/images/dostavka-ru-sm.jpg');
        width: 100%;
    }
    #dostavka_list {
        content: url('/images/dostavka-ru3.png');
    }
}

@media (max-width: 320px) {
    .search-element-name {
        max-width: 150px;
    }
}

@media (max-width: 320px) {
    .search-element-name {
        max-width: 150px;
    }
}

@media (max-width: 376px) {
    .page-title {
        margin-bottom: 20px;
        padding: 15px 0 10px 0;
    }
    .page-title h1, .page-title h2, .page-title h3 {
        font-size: 20px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    .padding-top-2x {
        padding-top: 10px !important;
    }
    .padding-bottom-3x {
        padding-bottom: 10px !important;
    }
    .breadcrumbs {
        padding-top: 0px;
        text-align: center;
    }
    .shop-view {
        display: none;
    }
    .shop-sorting label {
        display: none;
    }
    .shop-sorting .text-muted {
        display: none;
    }
    .shop-toolbar > .column:last-child {
        padding-top: 0px;
    }
    .padding-bottom-1x {
        padding-bottom: 12px !important;
    }
}

.bg-indigo-soft {
    color: #1f1173 !important;
    background-color: #efedfc !important; }

.bg-indigo-soft-hover:hover {
    background-color: #efedfc !important; }

.bg-indigo-hover:hover {
    color: #fff !important;
    background-color: #533be2 !important; }

.bg-indigo-hover:hover h4 {
    color: #fff !important; }

.bg-indigo-hover:hover h6 {
    color: #fff !important; }


/*

	5. Checkbox

*/
.form-checkbox {
    position: relative;
    cursor: pointer;
    line-height: 1.3;
    padding-left: 30px;
    padding-right: 15px; }

a.form-checkbox {
    text-decoration: none;
    color: #212529; }

.form-checkbox > input[type="checkbox"] {
    display: none; }

.form-checkbox > i {
    position: absolute;
    display: inline-block;
    border-radius: 3px;
    transition: 0.3s;
    left: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.35);
    cursor: pointer; }

.was-validated .form-checkbox > input[type=checkbox]:invalid ~ span,
.form-checkbox > input[type=checkbox].is-invalid ~ span {
    color: #f64e60 !important; }

a.form-checkbox.active > i,
.form-checkbox > input[type="checkbox"]:checked + i {
    background: #377dff;
    border: none; }

.form-checkbox-inset {
    margin: 0;
    padding: 0;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden; }

a.form-checkbox.active > i,
.form-checkbox > input[type="checkbox"]:checked + i,
.form-checkbox.form-checkbox-dark > input[type="checkbox"]:checked + i {
    border: none;
    background: #121212; }

.form-checkbox-bordered > i,
.form-checkbox-bordered.form-checkbox-dark > i {
    border: 2px solid #121212; }

a.form-checkbox.form-checkbox-primary.active > i,
.form-checkbox.form-checkbox-primary > input[type="checkbox"]:checked + i {
    background: #377dff; }

.form-checkbox-bordered.form-checkbox-primary > i {
    border: 2px solid #377dff; }

a.form-checkbox.form-checkbox-secondary.active > i,
.form-checkbox.form-checkbox-secondary > input[type="checkbox"]:checked + i {
    background: #6c757d; }

.form-checkbox-bordered.form-checkbox-secondary > i {
    border: 2px solid #6c757d; }

a.form-checkbox.form-checkbox-success.active > i,
.form-checkbox.form-checkbox-success > input[type="checkbox"]:checked + i {
    background: #6dbb30; }

.form-checkbox-bordered.form-checkbox-success > i {
    border: 2px solid #6dbb30; }

a.form-checkbox.form-checkbox-info.active > i,
.form-checkbox.form-checkbox-info > input[type="checkbox"]:checked + i {
    background: #73e7f7; }

.form-checkbox-bordered.form-checkbox-info > i {
    border: 2px solid #73e7f7; }

a.form-checkbox.form-checkbox-warning.active > i,
.form-checkbox.form-checkbox-warning > input[type="checkbox"]:checked + i {
    background: #fad776; }

.form-checkbox-bordered.form-checkbox-warning > i {
    border: 2px solid #fad776; }

a.form-checkbox.form-checkbox-danger.active > i,
.form-checkbox.form-checkbox-danger > input[type="checkbox"]:checked + i {
    background: #f64e60; }

.form-checkbox-bordered.form-checkbox-danger > i {
    border: 2px solid #f64e60; }

a.form-checkbox.form-checkbox-light.active > i,
.form-checkbox.form-checkbox-light > input[type="checkbox"]:checked + i {
    background: #f8f9fa; }

.form-checkbox-bordered.form-checkbox-light > i {
    border: 2px solid #f8f9fa; }

a.form-checkbox.form-checkbox-dark.active > i,
.form-checkbox.form-checkbox-dark > input[type="checkbox"]:checked + i {
    background: #2E2E2E; }

.form-checkbox-bordered.form-checkbox-dark > i {
    border: 2px solid #2E2E2E; }

a.form-checkbox.form-checkbox-indigo.active > i,
.form-checkbox.form-checkbox-indigo > input[type="checkbox"]:checked + i {
    background: #533be2; }

.form-checkbox-bordered.form-checkbox-indigo > i {
    border: 2px solid #533be2; }

a.form-checkbox.form-checkbox-purple.active > i,
.form-checkbox.form-checkbox-purple > input[type="checkbox"]:checked + i {
    background: #4c2c92; }

.form-checkbox-bordered.form-checkbox-purple > i {
    border: 2px solid #4c2c92; }

a.form-checkbox.form-checkbox-pink.active > i,
.form-checkbox.form-checkbox-pink > input[type="checkbox"]:checked + i {
    background: #f92084; }

.form-checkbox-bordered.form-checkbox-pink > i {
    border: 2px solid #f92084; }

a.form-checkbox.active > i:after,
.form-checkbox > input[type="checkbox"]:checked + i:after {
    position: absolute;
    content: "";
    top: 5px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    transform: rotate(-45deg);
    left: 4px; }

/* disabled */
a.form-checkbox.disabled > i,
.form-checkbox input[disabled] + i {
    border-color: #e9ecef !important;
    background: #e9ecef !important; }

@media (max-width: 980px) {
    .col-4 label {
        display: inline;
    }
}

/* loyalty */

/*

#loyalty ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 60px;
    padding: 15px 0 5px 0;
    font-size: 16px;
}
#loyalty ol li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}
#loyalty ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -60px;
    width: 50px;
    color: #ef6780;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
*/

.olbignum {
    counter-reset: myCounter;
}

.olbignum ul {
    counter-reset: myCounter2;
}

.olbignum li{
    list-style: none;
}

.olbignum ul li{
    list-style: disc;
    margin-left: 45px;
}

.olbignum li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    color: white;
    background: #e25d9b;
    display: inline-block;
    text-align: center;
    margin: 10px 10px 10px 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.olbignum ul li:before {

    counter-increment: myCounter2;
    content:counter(myCounter2);
    /*color: white;*/
    /*background: #e25d9b;*/
    display: none;
    text-align: center;
    margin: 5px 10px;
    line-height: 40px;
    width: 40px;
    height: 40px;

}

/* фото в карусели размер */

.owl-item .product-card .product-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 165px;
    margin-bottom: 10px;
}

.owl-item .product-card .product-thumb > img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.filterblock {
    display: none;
}
@media (max-width: 991px) {
    .filterblock {
        display: block;
    }
}
.old_price {
    text-decoration: line-through;
}
.sb-whatsapp {
    position: relative;
    top: -1px;
}

.topbar .topbar__phone-mobile {
    position: relative;
    top: 7px;
}
.topbar .topbar__social-icons {
    position: relative;
    left: 26px;
}
.topbar .topbar__working-hours {
    position: relative;
    top: 19px;
    font-size: 12px;
}

.callme .callme__link {
    color: #0fa8ef; font-size: 23px;
}
.widget .widget__box {
    border: 1px solid #555e6a;
    border-radius: 5px;
    padding: 10px 15px;
    background: #434d5a
}
.widget .widget__box .widget__box-hours {
    color: #0fa8ef;
    font-size: 17px;
}

@media (max-width: 991px) {
    .topbar {
        display: flex;
        justify-content: space-between;
        height: auto;
    }
    .topbar .topbar-column {
        display: flex;
        flex-direction: column;
    }
    .topbar .topbar-column:first-child {
        justify-content: space-between;
    }
    .topbar .topbar-column:last-child {
        align-items: end;
    }
    .topbar .social-button {
        position: relative;
        top: 2px;
    }
    .topbar .lang-currency-switcher-wrap {
        top: -2px;
    }
    .topbar .navbar-lang-city {
        position: relative;
        top: 7px;
    }
}

.sb-telegram {
    border-color: #2481cc !important;
}
.socicon-telegram {
    color: #2481cc !important;
}
.sb-viber {
    border-color: #7f6bf4 !important;
}
.socicon-instagram {
    color: #f46bcd !important;
}
.sb-instagram {
    border-color: #f46bcd !important;
}
.socicon-facebook {
    color: #7f6bf4 !important;
}
.sb-facebook {
    border-color: #7f6bf4 !important;
}
.socicon-viber {
    color: #7f6bf4 !important;
}
.sb-whatsapp {
    border-color: #128c7e !important;
}
.socicon-whatsapp {
    color: #128c7e !important;
}
.sb-vkontakte {
    border-color: #0177fe !important;
}
.socicon-vkontakte {
    color: #0177fe !important;
}

.important-text {
    color: #db3b88;
}

.supersale-timer {
    position: relative;
}

.supersale-timer-num {
    position: absolute;
    font-size: 92px;
    color: #ffffff;
    top: 126px;
    left: 0;
    height: 110px;
    width: 65px;
    text-align: center;
}

.supersale-timer-num.days-0 {
    left: 546px;
}

.supersale-timer-num.days-1 {
    left: 617px;
}

.supersale-timer-num.hours-0 {
    left: 701px;
}

.supersale-timer-num.hours-1 {
    left: 770px;
}

.supersale-timer-num.minutes-0 {
    left: 852px;
}

.supersale-timer-num.minutes-1 {
    left: 922px;
}

.slide_plate.supersale {
    background-color: #8264cc;
}

.slide_plate.supersale:after {
    border-color: #8264cc #ff000000 #8264cc #8264cc;
}

/*Правки catalog/index.php*/

.catalog_banner{
    margin-bottom: 20px;
}
.baner_utm {
    background: url(/catalog/img/pk.jpg) no-repeat center;
    height: 430px;
    background-size: contain;
}

@media(max-width:640px) {
    .baner_utm {
        background-size: contain!important;
        background: url(/catalog/img/mobile.jpg) no-repeat center;
    }
}



/*Правки pricedrop/index.php*/
.pricedrop-banner {
    background: url(/pricedrop/img/baner.jpg) no-repeat center;
    background-size: cover;
    height: 330px;
}

@media(max-width:640px) {
    .pricedrop-banner {
        background: url(/pricedrop/img/mobile.jpg) no-repeat center;
        background-size: contain
    }
}

/*боковое меню(левое)*/
.left-menu-item{
    width: fit-content!important;
}
.left-menu-item:hover .left-menu-down{
    max-height: 100%;
    display: block;
}
.left-menu-down{
    transition: max-height 0.2s!important;
}

/*Правки oplata-i-dostavka*/

.delivery-po-gorodam{
    margin-top: 20px;
    text-align: center;
}
.delivery-card{
    color: #0a0a0b;
    height: fit-content;
    border: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 12px;
    font-weight: bolder;
}
.element-price{
    display: inline-block;
    float: right;
}
.element-price h6{
    color: #db3b88;
    font-family: 'Montserrat', cursive;
    font-size: 18px;
}
.element-name{
    display: inline-block;
}
.element-name h6{
    color: #606975;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.4;
}
.card-main-back{
    background-color: #f5f5f5;
}
.accordion [data-toggle='collapse']::after{
    border-right: 9px solid transparent;
    border-bottom: 9px dashed;
    border-left: 9px solid transparent;
}
.card-header.colored{
    background-color: #db3b88;
}
.card-header.colored a{
    color: #ffffff;
}

/*Правки offers*/

.offers .offers__line::after {
    content: '';
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 33px;
    background: #6ad3e1;
    left: 50%;
    transform: translateX(-50%);
}
.offers .offers__line::before {
    content: '';
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 99px;
    background: #e0e0e0;
    left: 50%;
    transform: translateX(-50%);
}
.offers .offers__footer {
    text-align: center;
    background: #6ad3e1;
    border-radius: 20px;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 8px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px 1px 8px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 1px 8px 2px rgba(34, 60, 80, 0.2);
}
.offers .offers__footer-flex {
    display: flex;
    justify-content: center;
}
.offers .offers__link {
    text-decoration: none;
}

@media (max-width: 767px) {
    .offers .offers__img {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .offers .offers__link + .offers__link {
        display: block;
        margin-top: 8px;
    }
    .offers .offers__footer-flex {
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .offers .offers__img {
        margin-bottom: 15px;
    }
}
/*Правки koreanautumn/index.php*/
.koreanautumn-banner {
    background: url(/koreanautumn/img/baner.png) no-repeat center;
    background-size: cover;
    height: 330px;
}

@media(max-width:640px) {
    .koreanautumn-banner {
        height: 200px;
        background: url(/koreanautumn/img/baner.png) no-repeat center;
        background-size: contain
    }
}
.label-info:hover::after {
    white-space: pre-line;
    content: attr(data-title); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    min-width: 180px;
    left: 70%;/* Положение подсказки */
    z-index: 12; /* Отображаем подсказку поверх других элементов */
    background: rgba(100,100,100,0.7); /* Полупрозрачный цвет фона */
    font-family: Arial, sans-serif; /*  Гарнитура шрифта */
    font-size: 11px; /* Размер текста подсказки */
    padding: 5px 10px; /* Поля */
    border-radius: 17px;
    color: #ffffff;
}

.label-info{
    font-weight: bold;
    text-transform: uppercase;
    width: fit-content;
    height: fit-content;
}
.title-labels-menu{
    color: #374250;
    font-family: inherit;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 40px;
}
.labels-menu-item{
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    padding: 6px 13px 7px 13px;
}
.labels-menu-item:after {
    content: none!important;
}
.labels-menu-mobile{
    display: none;
    margin-bottom: 15px;
}
.labels-menu-content{
    padding: 6px 13px 7px 13px;
}
.labels-menu-content:after{
    content: none!important;
}
@media(max-width: 991px){
    .labels-menu-mobile{
        display: block;
    }
    .labels-menu{
        display: none;
    }
}
@media(min-width: 991px) {
    .custom-footer-margin{
        margin-bottom: 0px!important;
    }
}
.labels-comment-detail{
    margin-top:20px;
    margin-bottom:20px;
}
.labels-comment-content{
    font-size: 18px;
    font-weight: 900;
}
.text-apgreade{
    color: #ffffff!important;
}
.sdec-custom-js{
    display: none;
}
.sdec-custom-js.active{
    display: block!important;
}
.CDEK-widget__delivery-type__box{
    display: none!important;
}
.bg-pink{
    background-color: #fc9eaa;
}
.pr-count{
    height: fit-content;
    padding: 5px 5px!important;
    background-size: contain;
    font-size: 10px;
    color: white;
    width: 60px;
    font-weight: bold;
    text-align: center;
}
.price-custom-count{
    font-size: 22px;
    vertical-align: bottom;
}
.catalog-element-custom{
    margin-bottom: 4px!important;
}
.display-none{
    display: none;
}
.display-none.active{
    display: block;
}
.form-group.active{
    display: none;
}

.account-icon svg{
    fill: #fff;
}


/* NEW DISAINE */
.logo {
    display: inline-block;
}

.social-link {
    display: flex;
    gap: 14px;
}

.social-link a {
    width: 1.5rem;
    transition: transform 0.3s;
}

.social-link a:hover {
    transform: scale(1.5);
    transition: transform 0.3s;
}

.header {
    padding-top: 35px;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header__logo-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__logo {
    width: 10rem;
    height: 4rem;
}

.header__link-wrapper {
    display: flex;
    gap: 24px;
}

.header__links {
    display: flex;
    gap: 24px;
}

.header__links a {
    display: flex;
    align-items: center;
    gap: 8px;

}

.header__links a svg {
    transition: transform 0.3s;
}

.header__links a:hover svg {
    transform: scale(1.4);
    transition: transform 0.3s;
}

.header__links svg {
    width: 1.5rem;
}

.header-nav {
    width: 100%;
    position: relative;
    padding-top: 1.5rem;
    margin-top: 4rem;
}

.header-nav-mob {
    display: none;
}

.header-nav .logo {
    display: none;
}

.header-nav .account {
    display: none;
}

.menu {
    display: none;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    display: none;
    padding: 0;
    position: relative;
    z-index: 12;
}

.menu svg {
    pointer-events: none;
}
.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
    stroke: var(--pink-color);
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
    stroke: var(--pink-color);
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
    stroke: var(--pink-color);
}
.active .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke: var(--pink-color);
}
.active .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
    stroke: var(--pink-color);
}
.active .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke: var(--pink-color);
}

.header-nav__strip {
    position: absolute;
    display: inline-block;
    width: 100%;
    border-radius: 1rem;
    height: 0.35rem;
    background-color: #e5e5e5;
    top: 0px;
    left: 0px;
}

.header-nav__list {
    display: flex;
    justify-content: space-around;
}
.header-nav__item a.active {
    position: relative;
    font-weight: 600;
    color: #0a0a0b;
}

.header-nav__item a.active::before {
    content: " ";
    width: 12.6rem;
    height: 0.35rem;
    border-radius: 1rem;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--pink-color);
}


.header-nav__item a:not([href]) {
    position: relative;
}
.header-nav__item a:not([href])::before {
    content: " ";
    width:  11.4rem;
    height: 0.35rem;
    border-radius: 1rem;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--pink-color);
}

.header-nav__item a:hover {
    text-decoration: underline;
}


.footer {
    background: #414141;
    padding: 4rem 0;
    color: var(--white-color);
}

.footer__mob {
    display: none;
}

.footer .container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.footer__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.footer__big-col {
    width: 30%;
}

.footer__logo {
    position: relative;
    top: -25px;
    max-width: 15rem;
}

.footer-nav__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-nav__list a {
    color: inherit;
    transition: color 0.3s;
}

.footer-nav__list a:hover,
.footer-nav__list a:active {
    color: var(--pink-color);
    transition: color 0.3s;
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer__links a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer__links a svg {
    transition: transform 0.3s;
}

.footer__links a:hover svg {
    transform: scale(1.5);
    transition: transform 0.3s;
}

.footer__links svg {
    width: 1.5rem;
}

.footer__list-title {
    font-size: 1.3rem;
    color: var(--pink-color);
    font-weight: 700;
}

.footer__item {
    color: #949494;
    transition: color 0.3s;
}

.marquee__item-mob {
    display: none;
}

.header__logo-text
{
    font-size: inherit;
}
a {
    color: inherit;
}

.iziToast-wrapper-topRight {
    top: 0;
    right: 0;
    text-align: right;
}
.iziToast-wrapper {
    z-index: 99999;
    position: fixed;
    width: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
}
.iziToast {
    border: 1px solid #e1e7ec;
    background: #f5f5f5;
}

.iziToast::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
    content: '';
    z-index: -1;
}

.iziToast > .iziToast-body {
    margin-left: 15px;
}

.iziToast > .iziToast-close {
    width: 40px;
    transition: opacity .25s;
    background: none;
    background-position: center;
    background-color: transparent;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMzc0MjUwIi8+Cjwvc3ZnPgo=);
    background-size: 8px;
    background-repeat: no-repeat;
}

.iziToast.iziToast-info {
    border-color: rgba(80, 198, 233, 0.3);
    background-color: #e6f7fc;
    color: #39bfe6;
}

.iziToast.iziToast-info > .iziToast-close {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMTg5NmJiIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-success {
    border-color: rgba(67, 217, 163, 0.3);
    background-color: #dcf8ee;
    color: #2bd396;
}

.iziToast.iziToast-success > .iziToast-close {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMWY5NzZjIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-warning {
    border-color: rgba(255, 183, 79, 0.3);
    background-color: #fff6e8;
    color: #ffb140;
}

.iziToast.iziToast-warning > .iziToast-close {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZTg4OTAwIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-danger {
    border-color: rgba(255, 82, 82, 0.3);
    background-color: #ffebeb;
    color: #ff5252;
}

.iziToast.iziToast-danger > .iziToast-close {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZWIwMDAwIi8+Cjwvc3ZnPgo=);
}
.iziToast-capsule {
    font-size: 0;
    height: 0;
    max-height: 1000px;
    width: 100%;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: transform .5s cubic-bezier(.25,.8,.25,1),height .5s cubic-bezier(.25,.8,.25,1)
}

.iziToast {
    display: inline-block;
    clear: both;
    position: relative;
    padding: 8px 50px 9px 0;
    min-height: 54px;
    width: 100%;
    pointer-events: all;
    cursor: default;
    transform: translateX(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.iziToast>.iziToast-close {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 0;
    opacity: .6;
    width: 42px;
    height: 100%;
    cursor: pointer;
    outline: 0
}

.iziToast>.iziToast-close:hover {
    opacity: 1
}

.iziToast>.iziToast-body {
    position: relative;
    padding: 0 0 0 10px;
    height: 100%;
    min-height: 36px;
    margin: 0 0 0 16px
}

.iziToast>.iziToast-body::after {
    content: "";
    display: table;
    clear: both
}

.iziToast>.iziToast-body>.iziToast-icon {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    display: table;
    font-size: 20px;
    line-height: 20px;
    margin-top: -11px
}

.iziToast>.iziToast-body>p,.iziToast>.iziToast-body>strong {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    float: left
}

.iziToast>.iziToast-body>strong {
    padding: 0 8px 0 0;
    margin: 10px 0 -10px
}

.iziToast>.iziToast-body>p {
    padding: 0;
    margin: 10px 0
}

.iziToast-target {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.iziToast-target .iziToast-capsule {
    overflow: hidden
}

.iziToast-target .iziToast-capsule:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.iziToast-target .iziToast-capsule .iziToast {
    width: 100%;
    float: left
}

.iziToast-wrapper {
    z-index: 99999;
    position: fixed;
    width: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column
}

.iziToast-wrapper-bottomLeft {
    left: 0;
    bottom: 0
}

.iziToast-wrapper-bottomRight {
    right: 0;
    bottom: 0;
    text-align: right
}

.iziToast-wrapper-topLeft {
    left: 0;
    top: 0
}

.iziToast-wrapper-topRight {
    top: 0;
    right: 0;
    text-align: right
}

.iziToast-wrapper-topCenter {
    top: 0;
    left: 0;
    right: 0;
    text-align: center
}

.iziToast-wrapper-bottomCenter {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.iziToast-wrapper-center {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    flex-flow: column;
    align-items: center
}

.iziToast-rtl {
    direction: rtl;
    padding: 8px 0 9px 50px
}

.iziToast-rtl .iziToast-cover {
    left: auto;
    right: 0
}

.iziToast-rtl .iziToast-close {
    right: auto;
    left: 0
}

.iziToast-rtl .iziToast-body {
    padding: 0 10px 0 0;
    margin: 0 16px 0 0
}

.iziToast-rtl .iziToast-body strong {
    padding: 0 0 0 10px
}

.iziToast-rtl .iziToast-body p,.iziToast-rtl .iziToast-body strong {
    float: right;
    text-align: right
}

.iziToast-rtl .iziToast-body .iziToast-icon {
    left: auto;
    right: 0
}

@media only screen and (min-width: 568px) {
    .iziToast-wrapper {
        padding:10px 15px
    }

    .iziToast-cover {
        border-radius: 4px 0 0 4px
    }

    .iziToast {
        margin: 5px 0;
        border-radius: 4px;
        width: auto
    }
}

.iziToast.fadeInLeft {
    -webkit-animation: iziT-fadeInLeft .6s cubic-bezier(.25,.8,.25,1) both;
    animation: iziT-fadeInLeft .6s cubic-bezier(.25,.8,.25,1) both
}

.iziToast.fadeInRight {
    -webkit-animation: iziT-fadeInRight .6s cubic-bezier(.25,.8,.25,1) both;
    animation: iziT-fadeInRight .6s cubic-bezier(.25,.8,.25,1) both
}

.iziToast.fadeInDown {
    -webkit-animation: iziT-fadeInDown .6s cubic-bezier(.25,.8,.25,1) both;
    animation: iziT-fadeInDown .6s cubic-bezier(.25,.8,.25,1) both
}

.iziToast.fadeInUp {
    -webkit-animation: iziT-fadeInUp .6s cubic-bezier(.25,.8,.25,1) both;
    animation: iziT-fadeInUp .6s cubic-bezier(.25,.8,.25,1) both
}

.iziToast.fadeIn {
    -webkit-animation: iziT-fadeIn .5s ease both;
    animation: iziT-fadeIn .5s ease both
}

.iziToast.fadeOut {
    -webkit-animation: iziT-fadeOut .5s ease both;
    animation: iziT-fadeOut .5s ease both
}

@-webkit-keyframes iziT-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes iziT-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes iziT-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(200px,0,0);
        transform: translate3d(200px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziT-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(200px,0,0);
        transform: translate3d(200px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziT-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px,0,0);
        transform: translate3d(-200px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziT-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px,0,0);
        transform: translate3d(-200px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziT-fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes iziT-fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes iziT-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes iziT-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes iziT-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes iziT-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.b24-crm-button-icon{
    width: unset;
}
.credential__info{
    grid-column: 2 / span 4;
}
.credential__item-value{
    color: #949494;
}
.d-none-pc{
    display: none;
}
@media (max-width: 991px) {
    .credential__info{
        text-align: center;
    }
    .d-none-pc{
        display: block;
    }
    .d-none-mobile
    {
        display: none!important;
    }
    .header-nav__item a.active::before {
        content: unset!important;
        background-color: unset!important;
    }
}
.subnav {
    position: absolute;
    background: #fff;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    display: flex;
    width: fit-content;
    left: 0;
    gap: 1rem;
    padding: 2rem 0;
    /*transition: all 0.5s;*/
}

.subnav.active {
    opacity: 1;
    visibility: visible;
    /*transition: all 0.5s;*/
}

.subnav__col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.subnav__item {
    border: 1px solid #D9D9D9;
    border-radius: 0.5rem;
    padding: 1rem;
}

.subnav__title {
    color: var(--pink-color);
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
    cursor: default;
}

.subnav__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.subnav__list li a:hover {
    color: var(--pink-color);
    text-decoration: none;
}

.header-nav__item_subnav > a.active {
    color: var(--pink-color);
    text-decoration: none;
    transition: color 0.5s;
}

.header-nav__item_subnav > a {
    transition: color 0.5s;
}

.subnav__title.accordeon__btn {
    border-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.subnav__list.accordeon__content {
    padding: 0;
    display: none;
    margin-top: 1rem;
}

.accordeon.active.subnav__list.accordeon__content {
    display: flex;
}

.subnav__title.accordeon__btn::after {
    content: " ";
    position: absolute;
    display: inline-block;
    background-image: url("/local/templates/fillers/icons/angle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1rem;
    height: 1rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.accordeon.active .subnav__title.accordeon__btn::after {
    -webkit-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.accordeon__btn {
    padding-right: 1.2rem;
    width: 100%;
    text-align: left;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #d9d9d9;
}

.accordeon__title {
    color: var(--pink-color);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    position: relative;
    pointer-events: none;
}

.accordeon__title::after {
    content: " ";
    position: absolute;
    display: inline-block;
    background-image: url("/local/templates/fillers/icons/angle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 0.7rem;
    height: 0.7rem;
    right: -1.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.accordeon.active .accordeon__title::after {
    -webkit-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}

.accordeon__content {
    padding: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    display: none;
}

.accordeon.active .accordeon__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* footer */

.footer_new_item {
    color: #fff;
}
.footer__wrapper_new {
    grid-template-columns: 2fr 2fr 2fr;
    font-size: .68rem;

}

.footer_img {
    width: 95px;
    margin-top: 0.5rem;
    margin-right: 1rem;
}


/* company */

.company_text {
    font-size: 1.2rem;
    width: 67%;
    text-align: center;
    margin: 3rem auto 5rem auto;
    text-transform: uppercase;
}

.company_stars5 {
    width: 20%;
    margin: 0 auto;
    display: block;
}

.stonks {
    width: 65px;
}

.company_text_2 {
    font-size: 1.2rem;
    width: 98%;
    text-align: left;
    margin: 1rem auto 0rem auto;
    text-transform: uppercase;
}

.company_btn {
    margin: 0;
}

.catalog_bg {
    background: #F3F3F3;

}

.vacation {
    background: var(--pink-color);
}

.vacation2 {
    background: var(--white-color);
    color: #000;
}

.vacation {
    color: var(--white-color);
}
.vacation2 h2 {
    margin-bottom: 1rem;
    color: var(--pink-color) !important;
}
.company__text-block {
    width: 50%;
    max-width: 38%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;

    margin-bottom: 20rem;
    padding: 2rem;
    border-radius: 5px;
    border: 1px solid var(--pink-color);
    margin: 4rem 2rem;
}

.vacations {

    display: flex;
    justify-content: center;
}
.company__text-block h2 {
    color: inherit;
    text-align: left;
    font-size: 1.35rem;
    text-transform: none;
}

.company__text-block ul {
    padding-left: 1.2rem;
    font-size: .9rem;
    opacity: .65;
    margin-bottom: 1rem;
}

.company__text-block li {
    list-style: disc;
}

.company__text-block--child {
    position: absolute;
    top: 22rem;
    right: -120%;
}

.company__text_treners {
    width: 38%;
    text-align: center;
    margin: 4rem auto 3rem auto;
    font-size: .9rem;
}

#consulting .company__text-block::before {

    display: inline-block;
    position: absolute;
    width: 25%;
    aspect-ratio: 1 / 1;
    top: -14.5%;
    left: 37%;
    background-color: var(--pink-color);
    border-radius: 50%;
    padding: 6% 0%;
    font-size: 2rem;
    text-align: center;
    color: white;
}

#consulting .consulting1::before {
    content: "1";
}
#consulting .consulting2::before {
    content: "2";
}
#consulting .consulting3::before {
    content: "3";
}
#consulting .consulting4::before {
    content: "4";
}


#consulting .company__text-block {
    width: 50%;
    max-width: 38%;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 1rem;
    padding: 6rem 2rem 2rem 2rem;
    border-radius: 5px;
    border: 1px solid rgba(217, 217, 217, 1);
    margin: 4rem 2rem;
}

#consulting h2 {
    text-transform: uppercase;
    text-align: center;
}

#consulting p {

    text-align: center;
}


#new_slider .slide_1  {
    -o-object-fit: cover;
    object-fit: cover;
    background-image: url(../img/Subtract_grey.png);
    background-repeat: no-repeat;
    background-size: initial;
}

#new_slider .slide_2  {
    -o-object-fit: cover;
    object-fit: cover;
    background-image: url(../img/Subtract_pink.png);
    background-repeat: no-repeat;
    background-size: initial;
}

#new_slider .company__slider-img {
    height: 200px;
}
#treners .gradient {
    border-bottom: 2px solid;
    border-image: radial-gradient(rgba(205, 50, 118, .7), rgba(243, 243, 243, 1)) 20;
    width: 90%;
    margin: 5rem auto;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    position: relative;
    padding: 0 17%;

}

.elem {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
    width: 33%;
    /* max-width: 250px; */
}
.elem p {
    margin-left: 15px;
}
.elem::after {
    content: " ";
    width: 25px;
    aspect-ratio: 1 / 1;
    display: inline-grid;
    background-color: var(--pink-color);
    border-radius: 50%;
    padding: 0;
    font-size: 2rem;
    margin-bottom: -12px;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
}

.ab_catalog {
    margin-top: 0rem;
    padding-bottom: 5rem;
    padding-top: 7rem;
}

.slide_1 img, .slide_2 img {
    width: 50px;
    height: auto;
    margin: 7% 15% !important;
}
.slide_1 span {
    color: var(--pink-color);
}
.slide_2 {
    color: var(--white-color);
}

/* .slides {
   display: block;
margin-left: 35%;
padding: 20% 0px;
} */

.slides {
    display: block;
    width: 48%;
    font-size: .7rem;
    right: 26%;
    top: 15%;
    position: absolute;
}

.company__slider-img {
    padding: 0;
    height: 500px;

}

.company__slider-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 5% 0;
}

.company__slider-img span {
    font-size: 2rem
}

.company__slider-img p {
    margin-top: 1rem;
}



.company-slider__wrapper {
    display: flex;
    padding: 0 85px;
    -webkit-box-align: center;
    align-items: center;
    gap: 9%;
    margin: 5rem 0;
}


.company-slider__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    width: 38%;
}

.elem span {
    white-space: wrap;
    width: 100%;
    display: block;
}


@media(max-width: 991px) {
    .company-cards {
        flex-direction: column;
    }
    .company-cards__item p {
        width: 70%;
        margin: 8rem auto 5rem auto;
        font-size: .9rem;
    }
    #new_slider .slide_1 {
        background-image: none;
        background-color: rgba(243, 243, 243, 1);
        margin: 0 2rem;
    }
    #new_slider .slide_2 {
        background-image: none;
        background-color: var(--pink-color);
        margin: 0 2rem;
    }
    .slides {
        width: 61%;
        font-size: 1rem;
        top: 19%;
        text-align: center;
    }
    .mob_no {
        display: none;
    }
    .ab_catalog {
        margin-top: 0rem;
        padding: 4rem 0;
    }
    .company_stars5 {
        width: 50%;
    }

    .company_text {
        width: 80%;
        font-weight: 500;
        text-align: center;
        margin: 3rem auto 5rem auto;
        text-transform: capitalize;
    }
    .company-slider__wrapper {
        text-align: center;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    .company_text_2 {
        text-align: center;

    }
    .company-slider__text-block {
        width: 80%;
    }

    #stonks .company_btn {
        width: 100%;
        margin: 0 auto;
    }
    #stonks .main-slider__img {
        width: 75%;
        margin-top: -25rem;
        padding-bottom: 10rem;
    }

    #stonks .main-slider__decription {
        padding-top: 16rem;
    }
    #treners .gradient {
        flex-direction: column;
    }
    .elem {
        width: 100%;
    }
    .vacations {
        flex-direction: column;
    }
    #consulting .company__text-block {
        width: 87%;
        max-width: 100%;
    }
    .clients__slider {
        margin-bottom: 2rem;
    }
    #treners .swiper-slide {
        width: 300px !important;

        margin: 0 1rem;
    }
    .elem::after {
        bottom: auto;
    }
    .elem p {
        margin: 2rem auto;
    }
    .elem span {
        white-space: nowrap;
    }

    #treners .gradient {
        border: none;
    }
    .backet_header {
        display: none;
    }
}


/* backet_header */

.backet_header .basket__icon {
    width: 1.6rem;

}
.backet_header {

    margin-right: 1rem;
}
.loop_all {

    z-index: 1000 !important;
    position: absolute !important;
}


.loop {
    content: '';
    background: url(/local/templates/fillers/icons/loop.svg);
    border: 1px solid #C9C9C9;
    border-radius: 3.2rem;
    background-size: 19.6px 43px;
    padding-left: 1rem;
    background-repeat: no-repeat;
    background-position: 93%;
    padding-right: 0rem;
    width: 100%;
    height: 36px;
    margin: auto 0;
    max-width: 273px;
}

.loop_all {

    z-index: 1000 !important;
    position: absolute !important;
}

/* .loop_header {

    width: 100%;


    max-width: 96%;
    margin: 0 2%;
} */

.header-nav_change {
    margin-top: -4rem;
}

#catalog .search_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.search_container {
    position: relative;
}

.change_loop {
    position: absolute;
    right: 0;
    margin-left: 1rem;
    padding-left: 3.5%;
    background-position: 95%;
    color: black;
    max-width: 100%;
}
.loop_catalog.change_loop, .loop_header.change_loop{
    width: 85%;
    left: 0;
}

.all_search_container {
    position: relative;
    padding-top: 1rem;
}
.change_all_search_container {
    padding-bottom: 3.08rem !important;
}

.change_loop2 {
    background: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: none;
    z-index: 101;
}

.change_h2-top {
    display: none;
}

.change_search_container {
    margin-bottom: 5.08rem;
    justify-content: right;

    width: 100%;
}
.loop_header {
    right: 0;
}

.close {
    width: 20px;
    height: 20px;
    margin-right: -2rem;
}

.search_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100% !important;
    padding-right: 0;
}

#search_block {
    display: none;
}

.change_search_block {
    display: flex !important;
    flex-direction: column;
    padding-top: 6rem;
}

.close_change {
    margin-top: -4.5rem;
}

.shopping-cart_change {
    margin-top: -5rem;
    position: absolute;
    z-index: 100;
    box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.10);
    top: 5rem;
    right: 0;
    left: 0;
}


#search_block .card__text-block {
    padding: 0;
}

.image,
.description,
.text,
.card__price_block,
#search_block .card__text-block,
#mobile_search_block .card__text-block
{
    margin: auto 0;
}

.text,
.card__price_block {
    width: 10%;
}

#search_block .card__text-block,
#mobile_search_block .card__text-block
{
    width: 28%;
    text-align: left;
    font-weight: 400;
    padding-left: 0;
}

#search_block .basket__text-block {
    width: 12%;
    margin: auto 0;
}

.shopping-cart {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding: 0 3%;
}

.image {
    width: 5%;
}

.description {
    width: 15%;
    margin-right: 5%;
}

.image img {
    width: 40px;
}

.item {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #E1E8EE;
    padding: 15px 0 15px 0;
}

.card__button-wrapper {
    height: auto;
}

.result {
    color: #B0B0B0;
    margin-bottom: 2rem;
}

.card__price_mobile {
    display: none;
}

.tab_btn {
    display: flex;
    margin-top: 7rem;
    margin-bottom: 3rem;
}

.arrow_all {
    width: 80px;
}

#search_block .tab-title::before {
    display: none;
}

#search_block .tab-title {
    text-transform: none;
    font-weight: 400;
    border-bottom: none !important;
}

@media (max-width: 1000px) {

    .search__form,
    .card_and_page {
        display: none;
    }

    #catalog .filter__basket {
        display: flex;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }

    .top_mobile {
        display: block;
    }

    .top_mobile .h2-top {
        display: block;
        margin-left: 0;
        margin-top: 3rem;
    }

    .search_container .h2-top {
        display: none;
    }

    .loop {
        max-width: 100%;
    }

    #search_block .basket__text-block,
    #search_block .image,
    .block_pk,
    #search_block .result {
        display: none;
    }

    #mobile_search_block .basket__text-block,
    #mobile_search_block .image,
    .block_pk,
    #mobile_search_block .result {
        display: none;
    }

    .card__price_mobile {
        display: flex;
        width: 50%;
        flex-direction: column;

    }

    .card__price_mobile .card__text-block,
    .card__price_mobile .card__price_block,
    #search_block .card__text-block,
    #mobile_search_block .card__text-block
    {
        width: 100%;

    }

    #search_block .card__price,
    #mobile_search_block .card__price {
        padding: 0;
    }


    #search_block .item,
    #mobile_search_block .item
    {
        justify-content: space-between;
    }

    #search_block .description,
    #mobile_search_block .description
    {
        width: 20%;
        margin-right: 0;
    }

    #search_block .purchase,
    #mobile_search_block .purchase
    {
        margin-right: 1rem;
        justify-content: right;
    }

    #search_block .tab_btn,
    #mobile_search_block .tab_btn
    {
        margin: 0rem;

    }

    #search_block .tab-title,
    #mobile_search_block .tab-title
    {
        font-size: 1.1rem;
        margin-left: 0;
    }

    #search_block .arrow_all,
    #mobile_search_block .arrow_all
    {
        margin: 4.6rem 0.5rem;
    }

    .change_loop {
        padding-left: 1.3rem !important;
    }

    .loop {
        height: 55px;
    }

    #search_block .result,
    #mobile_search_block .result
    {
        position: relative;
    }
    .change_loop-back{
        background: unset;
    }

    #search_block .close_change,
    #mobile_search_block .close_change
    {
        width: 25px;
        height: 25px;
        margin-right: 1rem;
        right: 0;
        position: absolute;
    }
    #mobile_search_block .close_change {
        top: 24px;
        margin-right: 2rem;
    }

    .search__form,
    .card_and_page {
        display: block;
    }

    #catalog .card-group {
        grid-template-columns: repeat(2, 1fr);

    }

    #catalog .card_and_page {
        width: 95%;
        margin: 0 auto;

    }

    .all_search_container,
    .top_mobile {
        display: none;
    }

    .change_all_btn {
        display: none;
    }

    .change_top_btn {
        display: block;
    }

    .back_top {
        display: block;
        width: 10%;
        margin: 5rem auto 0rem auto;
    }
}
.header-nav__item a.active-header {
    position: relative;
    font-weight: 600;
}

.header-nav__item a.active-header::before {
    content: " ";
    width: 11.4rem;
    height: 0.35rem;
    border-radius: 1rem;
    position: absolute;
    top: -1.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--pink-color);
}
.comment-seo{
     padding-top: 30px;
     padding-bottom: 10px;
 }
.comment-seo-h2{
    font-size: 1.8rem;
}

/* fix header */
.header-basket-pc{
    width: 140px;
    margin: auto;
    padding-left: 15px
}
@media (max-width: 991px) {
    .header-basket-pc{
        display: none;
    }
    .header__link-wrapper{
        padding-top: 10px;
        gap: unset;
    }
    .mobile-social-link-content{
        max-width: 100%;
        background: #F3F3F3;
    }
    .header {
        padding-top: 0;
        position: fixed;
        width: 100%;
        z-index: 1000;
        background: #fff;
    }
    .header.active .cart-mobile {
        display: none;
    }
    .cart-mobile{
        position: relative;
        display: inline-block;
    }

    .cart-count {
        position: absolute;
        top: 3px;
        right: 0;
        color: #fff;
        border-radius: 50%;
        padding: 5px;
        font-size: 12px;
    }

    .page-title {
        margin-top: 10rem !important;
    }
    .header{
        top: 0;
    }
}

/*Раздел рассрочки на главной странице*/
.installment-block{
    display: flex;
    margin: auto;
    width: 100%;
}
.installment-item{
    max-width: 550px;
    margin: auto;
    text-align: center;
    display: inline-block;
    width: 50%;
}
.installment-content{
    border: 1px solid #CD3276;
    display: flex;
    width: 90%;
    margin: auto;
}
.installment-img{
    height: 70px;
    padding-top: 10px;
    padding-bottom: 8px;
    display: inline-block;
    width: 20%;
    border-right: 1px solid #CD3276;
}
.installment-text{
    color: #CD3276;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
    display: inline-block;
    width: 80%;
}
.installment-img img{
    width: 55%;
}
.installment-catalog-img{
    width: 60%;
    display: none;
    margin: auto;
}
.installment-catalog-img-block{
    position: relative;
}
.installment-catalog-img-pc{
    top: -50px;
    right: 20px;
    width: 220px;
    position: absolute;
    margin: auto;
}
@media (max-width: 991px) {
    .installment-catalog-img-block{
        display: none!important;
    }
    .installment-catalog-img{
        width: 60%;
        max-width: 220px;
        display: block;
    }
    .installment-block{
        display: block;
    }
    .installment-item{
        margin-bottom: 25px;
        width: 100%;
    }
    .installment-img {
        width: 35%;
        height: 70px;
    }
    .installment-img img {
        width: 52%;
    }
    .installment-text {
        font-size: 22px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*Рассрочка в карточке товара*/
.implements-product-page{
    border-radius: 50px;
}
.installment-catalog-product{
    padding-bottom: 30px;
}
.installment-catalog-product .installment-block{
    max-width: 420px;
    margin: unset;
}
.implements-product-page.installment-content{
    margin: unset;
}
.implements-product-page .installment-text {
    text-align: start;
    padding-left: 5px;
    font-size: 12px;
}
.implements-product-page .installment-img {
    height: 40px;
    width: fit-content;
    padding-top: unset;
    padding-bottom: unset;
    border-right: unset;
}
@media (max-width: 991px) {
    .installment-catalog-product .installment-block {
        max-width: 420px;
    }
    .installment-catalog-product{
        padding-bottom: unset;
    }
    .implements-product-page .installment-img{
        height: 40px;
    }
    .header-mob-menu-links{
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    .header-mob-menu-link-item{
        display: inline-block;
    }
    .header-mob-menu-link-item a{
        margin-right: 10px;
        margin-left: 10px;
        color: var(--pink-color);
        display: inline-block;
        max-width: 100%;
        border-radius: 5rem;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        padding: 6px 17px;
        border: 1px solid var(--pink-color);
        text-transform: uppercase;
        height: unset;
        width: unset;
    }
    .header-mob-menu-links.active{
        display: none;
    }
    .mob-wa-icon-link{
        padding-right: 12px;
        display: inline-block;
    }
    .menu-btn-block{
        display: none!important;
    }
    .menu-btn-block.active{
        display: block!important;
    }
    .header.active .mob-wa-icon-link {
        display: none;
    }
    .header__social-links{
        display: none;
    }
}
.sale-order-detail-about-order-inner-container-name-read-more{
    display: none;
}
.navigation-mobile-loc{
    display: none;
}
.header.active .navigation-mobile-loc{
    display: block;
}
.sale-order-detail-about-order-inner-container-repeat{
    display: none!important;
}
.sale-order-list-repeat-link{
    display: none!important;
}
.about-section-information{
    margin-top: 4rem;
}
@media (max-width: 991px) {
    .about-section-information{
        margin-top: unset;
    }
}
.tfl-define-popup{
    position: absolute;
}


/*Раздел "Личный кабинет"*/
.auth-personal{
    padding-top: 4rem;
    padding-bottom: 4rem;

}
.auth-personal-login{
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-family: 'Montserrat', serif;
    text-align: center;
}
.auth-personal-login-title{
    margin-bottom: 30px;
    color: var(--pink-color);
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.auth-login-phone{
    width: 240px;
    margin: auto;
}
.form-group-auth input{
    max-width: 340px;
    margin: auto;
}
.auth-registration-section{
    max-width: 800px;
    margin: auto;
}
.pin-input-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.pin-input {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #f8f8f8;
    transition: border-color 0.3s ease;
}

.pin-input:focus {
    outline: none;
    border-color: #000;
}

.auth-personal-note {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
}

.auth-personal-submit {
    background-color: #d72664;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 40px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.auth-personal-submit:hover {
    background-color: #c71d57;
}
@media (max-width: 991px) {
    .auth-personal {
        padding-top: 10rem;
    }
    .auth-personal-login{
        padding-top: 13rem;
    }
    .auth-personal-login-title{
        font-size: 1.4rem;
    }
}