@font-face{
    font-family: 'Wadik';
    src: url(../fonts/Wadik.ttf);
}
@font-face{
    font-family: 'Kozuka Gothic Pr6N';
    src: url(../fonts/kozgopr6n-medium.woff);
}

@font-face{
    font-family: 'Montserrat';
    src: url(../fonts/montserrat.woff2);
}

@font-face{
    font-family: 'Nunito';
    src: url(../fonts/nunito.woff2);
}

@font-face{
    font-family: 'Montserrat';
    src: url(../fonts/montserrat1.woff2);
}

@font-face{
    font-family: 'Montserrat';
    src: url(../fonts/montserrat2.woff2);
}

/*all style*/
body{
    overflow-x: hidden;
}
h3.other-product-title {
    padding: 40px 0;
    font-size: 40px;
    font-family: 'Wadik';
    padding-top: 80px;
}
img.main-logo-mobile {
    display: none;
}
.sale-order-detail {
    margin-top: 100px !important;
}
h2.sale-order-detail-card-title{
    color: #000;
}
.sale-order-detail-card .btn-block{
    color: #fff !important;
    background: #000;
}
.password-field{
    position: relative;
}
.password-field input {
    width: 100%;
}
.password-field img{
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.password-field img{
    height: 20px;
}
.hide-pass{
    display: none;
}
.policy {
    display: flex;
    gap: 10px;
}
.policy label {
    font-family: 'Montserrat' !important;
    font-size: 14px !important;
}
.policy label a{
    font-weight: 600;
}
.address-row a:hover{
    text-decoration: underline !important;
}
body:not(.product-price), .menu-content{
    font-family: 'Montserrat';
}
.slider-title{
    font-family: 'Wadik';
    font-size: 95px;
}
h3.card-title span {
    font-size: 12px;
    margin-top: 0px;
    text-transform: none;
    font-weight: 600;
    color: #5d5d5d;
}
/*div.container-fluid{*/
/*    padding: 0 165px;*/
/*}*/
a{
    color: #000 !important;
    text-decoration: unset !important;
}
#footer-form input[type="checkbox"] {
    position: relative;
    appearance: none;
    height: 20px;
    width: 20px;
    border: 1px solid #919191;
    border-radius: 50%;
    padding: 0;
}
#footer-form input[type="checkbox"]:checked:after {
    background: #000000;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 4px;
    content: "";
    border-radius: 50%;
    left: 4px;
}
#catalog-sections{
    position: relative;
}
.col-3.cred li {
    padding: 2px 0;
    font-size: 13px;
}
footer button.btn {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 5px 40px;
    padding-left: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
}
footer button.btn img {
    filter: invert(1);
    position: relative;
    right: -30px;
}
.cart-header, .cart-footer{
    position:relative;
}
.cart-header span, .cart-footer span{
    position: absolute;
    right: -10px;
    top: -14px;
    background: #e12a29;
    height: 15px;
    width: 15px;
    text-align: center;
    place-content: center;
    display: grid;
    padding: 2px;
    font-size: 10px;
    border-radius: 50%;
    color: #fff;
}
#payment-result{
    display: grid;
    height: 100vh;
    place-content: center;
    padding-bottom: 300px;
    font-size: 34px;
    font-weight: 600;
}
/*clients*/
.details {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 20px 0;
    background: rgb(255 255 255 / 0%);
    border-radius: 5px;
    transition: 0.3s;
    overflow: hidden;
}
section#clients {
    min-height: 60vh;
}

.details::after {
    position: absolute;
    right: 24px;
    top: 15px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: .3s;
}

.details[open]::after {
    transform: rotate(45deg);
}

.details[open] {
    padding-bottom: 100px;
}

.details[open] .details__title {
    margin-bottom: 32px;
}
section#clients h2 {
    font-family: 'Wadik';
}
.details__title {
    background: #eaeaea00;
    border-radius: 5px;
    padding: 12px 0;
    font-size: 20px;
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    transition: .3s;
}

.details__title::-webkit-details-marker {
    display: none;
}

.details__content {
    padding: 0 32px;
    font-size: 18px;
    margin-bottom: -60px;
}

.details__content p:last-child {
    margin-bottom: 0;
}
.details__content p:first-child {
    margin-top: 0;
}
/*clients*/
@media(max-width: 767px){
    #payment-result{
        padding-left: 40px;
        padding-right: 40px;
        font-size: 30px;
    }
    .policy label {
        font-size: 10px !important;
    }
    img.main-logo-mobile {
        position: absolute;
        display: block;
        height: 80px;
        right: -30px;
        top: 0;
    }
    .details::after{
        top: 50px;
    }
    .faq-box{
        margin-top: 50px !important;
    }
    .faq-title{
        margin-top: 50px;
    }
    #mission .title-box, #mission .section-title, #recommendation .title-box, #recommendation .section-title, #recommendation .subtitle{
        text-align: left;
    }
    #recommendation .subtitle{
        margin: unset !important;
    }

    .products-list.first-product-list {
        margin-top: 100px;
        margin-bottom: -100px;
    }
    section .title-box{
        padding-bottom: unset !important;
    }
    .section-btn{
        padding: 0 68px !important;
    }
    .user-info-private-box {
        display: grid !important;
    }
    .card-price span {
        font-family: Arial;
        font-size: 16px !important;
        padding-left: 2px;
    }
}
@media(min-width: 767px){
    .final-col {
        float: left;
    }
    .order-col{
        float: right;
    }
}
.cart-footer span{
    font-size: 8px;
}
a.btn {
    border: 2px solid #000;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 40px;
}

.hide-click {
    opacity: 0;
    height: auto;
    width: 100%;
    left: 0;
}
.rec-btn-box{
    width: min-content;
}
.slider-rec-item a.btn{
    margin-top: 20px;
}
#categoryForm .checkbox {
    display: block;
    margin: 15px 0;
}
#catalog .checkbox{
    margin: unset;
    margin-right: 5px;
}
.btn-product-filter{
    display: block;
}
.hide-click{
    margin-left: unset !important;
    cursor: pointer;
    height: 30px;
    margin-top: -5px;
}
.btn-filter{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.filter-data {
    display: flex;
}
a.btn-black {
    background: #000;
    color: #fff !important;
}

#categoryForm .btn-filter{
    display: none;
}
.filter-data-box{
    overflow: hidden;
    overflow-x: auto;
    width: 440px !important;
}
.product-filter-box .btn-filter{
    opacity: 0;
}
div[id*='wait']{
    display: none;
}
.filter-data{
    width: max-content;
    padding-bottom: 5px;
}
.filter-btn-box{
    position: relative;
}
div.filter-btn-box img{
    padding-left: 100px;
}
.slider-rec-item a.btn{
    margin: 0 auto;
}
.param-box span {
    font-size: 14px;
}
.btn-filter{
    width: 200px;
    position: absolute;
    background: unset !important;
    left: 0;
    top: 0;
    height: 40px;
    padding-left: 20px;
    text-align: left;
}

.filter-data-box::-webkit-scrollbar,
.selected-filter-box::-webkit-scrollbar
{
    display: none;
    width: 50px !important;
    height: 2px;
    background-color: #000;
}

.filter-data-box::-webkit-scrollbar-thumb,
.selected-filter-box::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    height: 2px;
    background-color: #fff;
}
#catalog-box{
    min-height: 600px;
}
.disabled {
    pointer-events: none;
    opacity: 0.4;
}
.filter-data-box::-webkit-scrollbar-track,
.selected-filter-box::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    height: 5px;
    background-color: #000;
}
.main-slider .owl-next{
    order: -1;
}

.user-balance span {
    font-weight: 900;
}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1620px;
    }
}@media (min-width: 1200px) {
    .container-custom {
        max-width: 1640px;
    }
}
.container-custom {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.subtitle{
    font-size: 14px;
    font-family: 'Montserrat';
}
.section-addict-title{
    font-size: 19px;
    background: #E2E88B;
    padding: 7px 25px;
    border-radius: 20px;
    margin-left: 20px;
    letter-spacing: -4px;
    margin-top: 10px;
}
.title-box{
    font-weight: 900;
    font-family: 'Wadik';
    text-align: center;
}
.section-title{
    display: flex;
    text-align: center;
    width: 100%;
    place-content: center;
    align-items: center;
    font-weight: 800;
    font-family: 'Wadik';
    font-size: 66px;
}
.main{
    width: 100vw;
}
.more-text {
    position: relative;
    margin-top: 10px;
    z-index: 1;
    background: #f4f4f4;
    padding: 40px;
    border-radius: 0 0 100px 100px;
}
.more-text .block-title {
    font-weight: 600 !important;
    font-size: 14px;
    margin: 15px 0;
    text-align: center;
    padding: 0 30px;
}

.more-text > div, .more-text > input { display: none; }

.more-text label {
    border: 1px solid #aaa;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    bottom: 1px;
    height: 35px;
    border-radius: 20px;
    place-content: center;
    margin-bottom: 5px;
}
.more-text .block-title {
    font-weight: 600 !important;
    font-size: 14px;
    margin: 15px 0;
    text-align: center;
    padding: 0 30px;
    color: #9d9d9d;
}
span.block-title img {
    filter: opacity(0.45);
    width: 40px;
    margin-left: 20px;
    margin-right: -20px;
}
.more-text input[type="radio"]:checked + label {
    background: #000;
    color: #fff !important;
    border: unset;
    border-radius: 30px;
    height: 35px;
}
.more-text input[type="radio"]:checked + label .block-title{
    color: #fff !important;
}
.more-text input[type="radio"]:checked + label span img{
    display: none;
}

.more-text > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.more-text > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.more-text > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.more-text > input:nth-of-type(4):checked ~ div:nth-of-type(4) {
    display: block;
    padding: 5px;
    padding-top: 30px;
}
/*all style*/

/*new catalog section*/
.title-box{
    padding-bottom: 100px;
}
button.btn.btn-primary.btn-buy.btn-sm.btn-popup-catalog {
    border: 2px solid black;
    background: unset;
    color: #000;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 10px 15px;
}

.popup-window-close-icon{
    height: 40px;
    width: 40px;
    opacity: 1;
}
.popup-window-with-titlebar .popup-window-content img {
    background: #d5d5d5;
    border-radius: 50%;
    margin-bottom: 40px;
    max-height: 200px !important;
    height: 200px;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version{
    font-size: 20px;
}
.popup-window-with-titlebar .popup-window-content p {
    font-family: 'Wadik';
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.popup-window-close-icon:after{
    width: 20px;
    height: 20px;
}
.popup-window.popup-window-with-titlebar{
    border-radius: 30px;
    padding: 20px;
}
span.popup-window-titlebar-text {
    color: #000;
    font-family: Wadik;
}
.popup-window-with-titlebar .popup-window-content p {
    font-family: 'Wadik';
}
.section-card {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 350px;
    z-index: 2;
    place-content: center;
    margin-bottom: 80px;
    align-items: center;
}
.section-card-img {
    position: absolute;
    top: 80px;
}
.section-card-img img{
    height: 250px;
}
.section-card:before {
    content: "";
    position: absolute;
    background: #bec0d7;
    z-index: -1;
    height: 350px;
    width: 350px;
}
.section-card-roundsquad:before{
    border-radius: 200px 200px 0 0;
}
.section-card-circle:before{
    border-radius: 100%;
}
.section-btn-box {
    display: flex;
    position: relative;
    top: -160px;
    border: 2px solid black;
    border-radius: 50px;
    height: 60px;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    place-content: center;
}
.section-btn{
    width: fit-content;
    padding: 0 82px;
    left: -40px;
    position: relative;
}
a.section-btn img {
    position: absolute;
    right: -20px;
    bottom: 4px;
}
.section-btn span{
    font-weight: 900;
    text-transform: uppercase;
}
.section-card-xl {
    position: relative;
    border: 2px solid black;
    padding: 96px;
    height: 350px;
    border-radius: 200px;
}
span.card-xl-tag {
    position: absolute;
    top: -17px;
    left: 50px;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 900;
}
.shares-variation-box {
    display: grid;
    position: absolute;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px 0;
    top: 50px;
}
p.shares-description {
    position: absolute;
    top: 50px;
}
.shares-variation-box span {
    background: #f6f6f6;
    text-align: center;
    padding: 10px 30px;
    border-radius: 30px;
}
.section-card-xl-btn-box {
    display: flex;
    align-items: end;
    place-content: end;
    height: 130px;
    position: absolute;
    bottom: 40px;
    right: 60px;
}
.section-card-xl-btn{
    line-height: 0px;
}
.shares-count {
    font-size: 83px;
    font-weight: 900;
    line-height: 11px;
}
.shares-count a {
    display: inline-flex;
    position: relative;
    background: #fff;
    filter: invert(1);
    padding: 20px 40px;
    border-radius: 30px;
    top: -20px;
}
.yellow-card:before{
    background: #ffe286;
}
.green-card:before{
    background: #c0ddc1;
}
.pink-card:before{
    background: #eab9cf;
}
.white-blue-card:before{
    background: #cae6ea;
}
.blue-card:before{
    background: #cad6ec;
}
.dark-yellow-card:before{
    background: #ffcc83;
}
.salad-card:before{
    background: #c8e1a0;
}
.card-btn-box{
    display: flex !important;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.popup-subname{
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    color: #5d5d5d;
}
@media(max-width: 767px){
    .shares-variation-box span{
        padding: 5px 8px;
    }
    .card-btn-box a.btn{
        padding: 5px;
        font-size: 12px;
    }
    .popup-window {
        width: calc(100% - 10px);
        margin: 0 5px;
        left: 0 !important;
    }
    .popup-window-titlebar-text, .popup-window-titlebar-text-version{
        text-overflow: unset;
        white-space: unset;
        line-height: unset;
    }
    button.btn.btn-primary.btn-buy.btn-sm.btn-popup-catalog{
        width: 100%;
    }
    .popup-window-with-titlebar .popup-window-content p{
        width: unset;
        line-height: 24px;
    }
    .popup-window-buttons{
        margin: 0 20px;
        gap: 5px;
        display: grid;
    }
    .shares-variation-box{
        left: 30px;
    }
    .section-card-xl {
        margin-bottom: 80px;
        width: 93vw;
        border-radius: 50%;
    }
    .section-card-xl-btn-box{
        right: 0;
    }

}
/*new catalog section*/
/*menu*/
.menu{
    margin-top: 20px;
    position: relative;
    z-index: 999;
}
.menu-box{
    display: flex;
    justify-content: space-between;
}
.menu__left-side{
    display: flex;
    align-items: center;
}
.logo-header{
    width: 98px;
    height: 150px;
    margin-bottom: -70px;
}
.menu-content{
    display: flex;
}
a.menu-item {
    position: relative;
    margin-right: 25px;
    text-decoration: unset;
    color: #000;
}
a.label-logo{
  font-weight: 900;
    padding-left: 40px;
}
.menu-item {
    padding-left: 15px;
}
.search{
    display: flex;
    cursor: pointer;
}
.search-link{
    margin-right: 15px;
}
.menu__right-side{
    display: grid;
    place-content: center;
}
.menu__right-side ul{
    list-style: none;
    display: flex;
    gap: 20px;
}
.menu-item:not(:nth-last-child(1))::after {
    content: '●';
    position: absolute;
    top: 6px;
    padding-left: 20px;
    font-size: 7px;
}
/*menu*/
/*slider*/
.slider-box{
    height: 600px;
    display: flex;
    place-content: center;
    justify-content: space-between;
    position: relative;
}

.menu-box{
    z-index: 999;
}
.user-info-private-box{
    display: flex;
}
.user-coupon{
    align-items: center;
    display: flex;
}
.user-coupon span{
    font-weight: 900;
}
@media(min-width: 767px){
    .slider__left-side{
        width: 46% !important;
        height: 800px;
        background: #fff;
        padding-top: 130px;
        margin-top: -18px;
        padding-left: 160px;
        margin-left: -170px;
        margin-right: 80px;
        z-index: 888;
    }
    .one-btn{
        position: relative;
        left: 100px;
    }
    .bx_profile{
        display: grid;
        place-content: center;
        height: 600px;
    }
}

.main-slider .owl-stage-outer {
    overflow: visible !important;
}
.btn-slider {
    display: flex;
    width: max-content;
    margin: 60px 0 40px;
    padding: 10px 105px 10px 55px;
    border-radius: 20px;
    border: unset;
    background: #CAE6EB;
    font-weight: 900;
    position: relative;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: none !important;
}
#mission + #recommendation .owl-carousel .owl-nav.disabled{
    display: flex !important;
    pointer-events: auto;
    opacity: 1;
}
span.active-btn.disabled {
    opacity: 1;
}
.btn-slider img{
    position: absolute;
    right: 25px;
    top: 14px;
}
.main-slider .owl-nav svg {
    height: 40px;
}
.main-slider .owl-nav {
    display: grid;
    position: absolute;
    right: -15px;
    top: 280px;
}
.slider__right-side{
    margin-left: 80px;
}
.slider-text{
    width: 720px;
}
.slider-text p {
    font-size: 14px;
    color: #808080;
}
.slider-text p:nth-child(2){
    padding-right: 220px;
}

.animation{
    -webkit-animation: fadeInRight 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeInRight 2s; /* Firefox < 16 */
    -ms-animation: fadeInRight 2s; /* Internet Explorer */
    -o-animation: fadeInRight 2s; /* Opera < 12.1 */
    animation: fadeInRight 2s;
}

.bg-circle-0{
    background: #c1c6e2 !important;
}
.bg-circle-1{
    background: #cae6eb !important;
}
.slider-btns.circle-1:after{
    display: none;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


.slider-btns.circle-0:after, .slider-btns.circle-1:after {
    content: '';
    height: 220px;
    width: 220px;
    display: block !important;
    position: absolute;
    top: -310px;

    border-radius: 50%;
}
.slider-btns.circle-1:after{
    right: 170px;
    background: #c1c6e2;
}
.slider-btns.circle-0:after{
    right: 289px;
    background: #cae6eb;
}
span.slider-short-text.slider-short-text-1 {
    right: -50px;
    width: 200px;
}
#catalog .title-box {
    padding-bottom: 20px;
}
.desktop-filter-box {
    padding-top: 30px;
}
.text-bg__slider {
    font-family: 'Kozuka Gothic Pr6N';
    font-weight: 900;
    font-size: 280px;
    position: absolute;
    right: -390px;
    color: #efeeee40;
    z-index: -1;
    letter-spacing: 90px;
    top: -100px;
    line-height: 350px;
}
.circle-bg{
    position: absolute;
    height: 900px;
    width: 900px;
    background: #CAE6EB;
    right: 150px;
    border-radius: 50%;
    z-index: -2;
    top: -130px;

}
.slider-item{
    position: relative;
}

.slider-img{
    filter: drop-shadow(7px 0 0 white)
    drop-shadow(0 7px 0 white)
    drop-shadow(-7px 0 0 white)
    drop-shadow(0 -7px 0 white);
    width: 90%;
    margin-left: 100px;
}
.slider-short-text{
    position: absolute;
    right: 230px;
    width: 160px;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    top: 60px;
    line-height: 14px;
}
.slider-short-text:before {
    content: '*';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    left: -18px;
    top: 6px;
}
.slider-btns{
    position: absolute;
    top: 515px;
    left: 110px;
}
.circle-bg{
    animation: slide .21s linear;
    z-index: 0;
}

@keyframes slide {
    0%{
        transform: translate3d(350px, 300px, 220px);
        height: 220px;
        width: 220px;
    }

    100%{
        transform: translate3d(0px, 0px, 0px);
        height: 900px;
        width: 900px;

    }

}
.vertical-text__slider{
    position: relative;
    align-items: end;
    display: flex;
    margin-left: -70px;
}
.vertical-text__slider span{
    transform: rotate(270deg);
    display: block;
    width: 150px;
    height: 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Wadik';
}

.slider-title{
    width: 850px;
}
.slider-btns img{
    width: unset !important;
    display: unset !important;
}
/*slider*/

/*section*/
img.section-item-img {
    width: 150px;
    height: auto;
}
.section-item {
    position: relative;
    display: flex;
    float: left;
    width: fit-content;
    align-items: end;
    text-align: center;
}
.section-item:before {
    position: absolute;
    height: 80px;
    width: 80px;
    background: #e2e88b;
    content: '';
    z-index: -1;
    top: 55px;
    left: 55px;
    border-radius: 50%;
}
/*section*/

/*mission*/
#mission{
    padding-bottom: 240px;
    padding-top: 150px;
}

section#sections-main {
    margin-top: 300px;
}
.main-section-box {
    display: flex;
    justify-content: space-between;
}
.mission-title{
    padding-left: 70px;
}

.mission__left-side {
    position: relative;
}
.circle-bg__mission{
    position: absolute;
    width: 1050px;
    height: 1050px;
    background: #e2e88b;
    top: -250px;
    left: -215px;
    border-radius: 50%;
    z-index: -1;
}
.mission__left-side {
    padding: 65px 0;
    padding-left: 65px !important;
}
.mission-text-header h3:before {
    content: '*';
    position: absolute;
    left: -20px;
    font-size: 28px;
    font-weight: 500;
    top: 0px;
}
.mission__left-side p {
    font-size: 14px;
    color: #666666;
}
.mission-text-main p span {
    font-weight: 700;
}
.mission-text-main{
    padding: 50px 0 0 50px;
    position: relative;
}
.mission-text-main:before {
    content: 'ドクターシャイン';
    position: absolute;
    transform: rotate(-90deg);
    font-weight: 900;
    top: 100px;
    left: -55px;
    font-family: 'Kozuka Gothic Pr6N' !important;
}
.mission-text-title{
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 900;
}
.mission-text-title span{
    font-size: 20px;
    padding: 0 10px 0 5px;
}
.mission-text-title img{
    margin-top: -5px;
}
.text-bg-box__mission{
    position: relative;
    height: 0;
    place-content: center;
    display: flex;
}
.text-bg__mission{
    font-size: 300px;
    font-family: 'kozuka gothic pr6n';
    font-weight: 900;
    margin-top: -70px;
    color: #efeeee40;
    line-height: 340px;
    z-index: -1;
}
.marquees{
    position: relative;
    width: 60vw;
    margin-top: 100px;
    z-index: -2;
}
span.marquee-text {
    margin: 0 20px 0 30px;
}

.items-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
}
.items-wrap:before,
.items-wrap:after {
    content: "";
    height: 100%;
    top: 0;
    width: 10%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.items-wrap:before {
    left: 0;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%
    );
}
.items-wrap:after {
    right: 0;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
}
.items {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
}

.marquee {
    animation: scroll 20s linear infinite;
}
.reverce {
    animation-direction: reverse;
}
.items-wrap:hover .marquee {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 20px));
    }
}
span.marquee-text {
    border: 1px solid #e3e3e3;
    padding: 10px 55px;
    border-radius: 20px;
    font-style: italic;
    font-size: 14px;
    color: #adadad;
}
/*mission*/

/*recommendation*/
#recommendation{
    padding: 0 0 120px;
    margin-top: 50px;
}
div.recommendation-slider{
    margin-top: 100px;
}
.slider-rec-item {
    place-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.slider-rec-item a.btn {
    display: grid;
    width: 310px;
    text-align: left;
    position: relative;
    padding-right: 63px;
    font-weight: 900;
    font-size: 14px;
    padding-left: 30px;
}
.slider-rec-item a.btn img {
    width: 50px;
    height: auto !important;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.slider-rec-item span {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    padding-right: 20px;
}
img.slide-rec-img {
    height: 220px;
    width: auto !important;
    filter: drop-shadow(5px 0 0 white)
    drop-shadow(0 5px 0 white)
    drop-shadow(-5px 0 0 white)
    drop-shadow(0 -5px 0 white);
    margin-top: 30px;
}
.slider-rec-item:before {
    content: '⬤';
    position: absolute;
    font-size: 404px;
    border: unset;
    z-index: -1;
    top: -90px;
}
.slider-rec-item span:not(.rec-subname) {
    text-align: center;
    font-style: italic;
    font-size: 12px;
    position: relative;
    font-weight: 600;
    width: auto;
    display: block;
    line-height: 12px;
    margin: 0 auto;
    margin-top: 20px;
}
.slider-rec-item span:not(.rec-subname):before {
    content: '*';
    font-size: 25px;
    position: relative;
    left: 0;
    top: 0;
    font-style: normal;
}
.offset-rec-btn{
    position: relative;
    left: 110px;
    top: 60px;
}
.offset-rec-btn + img.slide-rec-img {
    height: 500px;
    margin-top: -110px;
}
.slider-rec-item-1:before{
    filter: brightness(0) saturate(100%) invert(88%) sepia(12%) saturate(372%) hue-rotate(183deg) brightness(94%) contrast(99%);
}
.slider-rec-item-2:before{
    filter: brightness(0) saturate(100%) invert(90%) sepia(48%) saturate(2450%) hue-rotate(285deg) brightness(112%) contrast(78%);
}
.slider-rec-item-3:before{
    filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(6850%) hue-rotate(180deg) brightness(86%) contrast(86%);
}
.recommendation-slider .owl-item{
    padding-top: 15px;
}
.recommendation-slider .owl-nav{
    place-content: center;
    display: flex !important;
    margin-top: 40px;
}
.recommendation-slider .owl-next {
    margin-left: 40px;
}
.product-rec .owl-prev, .product-rec .owl-next{
    position: absolute;
    top: 200px;
}
.product-rec .owl-prev{
    left: 0;
}
.product-rec .owl-next{
    right: 0;
}
.product-rec section#recommendation{
    padding-bottom: 0;
    min-height: 100px;
}
span.login-header {
    padding-right: 15px;
    font-weight: 900;
}
span.login-header:hover{
    text-decoration: underline;
}
/*recommendation*/
/*kids*/
#kids {
    position: relative;
    height: 1500px;
    overflow: hidden;
    margin-bottom: -550px;
}
div.kids__left-side {
    margin-top: 300px;
    z-index: 999;
}
.kids-subtitle {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 40px;
}
.kids-title {
    font-family: 'Wadik';
    font-size: 75px;
}
.kids-text-box {
    margin: 20px 0;
}
.kids-text-box p {
    font-size: 14px;
    padding-right: 120px;
}
.kids__left-side{
    place-content: center;
    display: grid;
}
.circle-bg__kids {
    height: 2300px;
    width: 2300px;
    background: #FFE233;
    position: absolute;
    top: 7%;
    z-index: -1;
    border-radius: 50%;
    margin-left: -900px;
}
.kids-slider{
    margin-left: -100px;
    margin-top: -79px;
}
.kids-slider .owl-nav{
    display: none;
}
.btn-kids{
    margin-top: 30px;
}
a.btn.btn-kids {
    font-weight: 900;
    padding-left: 80px;
    letter-spacing: 1.2px;
}
.btn-kids img{
    margin-left: 30px;
}

.kids-slider-nav img{
    cursor:  pointer;
}
.kids-arrow-next {
    margin-left: 40px;
}
/*kids*/
/*footer*/
footer {
    padding: 300px 0 100px;
    position: relative;
    /*height: 750px;*/
    height: auto;
    overflow: hidden;
    color: #fff;
    /*margin-top: -300px;*/
    display: grid;
    place-content: center;
}
footer .subtitle{
    margin-top: -220px;
    margin-bottom: 150px;
}
footer .title-box{
    margin-top: -100px;
}
.circle-bg-box__footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-bg__footer {
    background: #000;
    height: 4000px;
    width: 4000px;
    border-radius: 50% !important;
    position: absolute;
    top: 0;
    z-index: -1;
}
div.footer-links-box{
    justify-content: space-between;
    margin-top: 140px;
}
.footer-links-box a{
    color: #fff !important;
    font-size: 12px;
}
.footer-links-box ul{
    list-style: none;
    padding-left: 0;
}
.footer-links-box li{
    line-height: 14px;
}
#footer-form{
    position: relative;
    display: grid;
    gap: 20px;
}
.mobile-menu-item img:not(.burger-footer) {
    height: 20px;
}
#footer-form input{
    border-radius: 20px;
    outline: unset;
    padding: 8px 35px;
    color: #000;
}
#footer-form button{
    background: unset;
    width: fit-content;
    border-radius: 30px;
    padding: 5px 30px;
    margin: 0 auto;
    color: #000;
    border: 1px solid black;
}
#footer-form label{
    font-family: 'Wadik';
}
#footer-form button img {
    position: relative;
    right: -20px;
}
#callbackModal .modal-dialog{
    height: 100vh;
    place-content: center;
}
#callbackModal .modal-body{
    margin-top: -50px;
    z-index: 0;
}
#callbackModal .modal-body h3{
    font-family: 'Wadik';
}
#callbackModal .modal-content{
    border-radius: 50px;
    padding: 30px;
}
#callbackModal .modal-header{
    border: unset;
    z-index: 1;
}
footer h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
#footer-form input::placeholder{
    color: #000;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat';
}
/*footer*/

/*product*/
#product-detail .container-custom{
    position: relative;
}
.product-rec{
    padding-top: 150px;
}
.product-slider {
    position: sticky;
    top: 20%;
    left: -30%;
}
.vertical-text__product{
    position: absolute;
    align-items: end;
    display: flex;
    right: -65px;
    bottom: 75px;
}
.vertical-text__product span{
    transform: rotate(269deg);
    display: block;
    width: 150px;
    height: 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Wadik';
}
.product-content{
    position: relative;
    z-index: 1;
}
.product-header{
    margin-top: 20px;
}
h1.product-category{
    width: 100%;
    font-weight: 800;
    font-family: 'Wadik';
    font-size: 64px;
}
div.product-name__header {
    color: #5d638b;
    font-size: 38px;
    top: -8px;
    position: relative;
}
.credentials-box{
    margin-bottom: 40px;
}
p.product-name:before {
    content: 'ドクターシャイン';
    padding-bottom: 10px;
    letter-spacing: -3px;
    font-weight: 900;
}
p.product-name {
    font-weight: 900;
}
.product-description{
    font-size: 14px;
}
.param-row{
    display: flex;
}
.param-row .param-box {
    width: 100%;
    font-style: italic;
}
.param-box {
    border: 1px solid gray;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
}
.variation-row {
    display: flex;
    gap: 40px;
    justify-content: start;
}
.variations-item-box {
    display: flex;
}
.variations-item {
    border: 1px solid gray;
    height: 40px;
    width: 40px;
    place-content: center;
    text-align: center;
    display: grid;
    border-radius: 50%;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
    cursor: pointer;
}
.variations-item.select{
    position: relative;
    border: unset;
    background: black;
    color: #fff;
}
.variations-item.select:after {
    content: '';
    height: 7px;
    width: 7px;
    background: #000;
    border-radius: 50%;
    margin-bottom: -5px;
    position: absolute;
    bottom: -7px;
    text-align: center;
    margin-left: 16px;
}
.color-items .variations-item{
    border: unset;
}
.param-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.param-row div:nth-child(2) {
    background: #98a0d0;
    border: unset;
    position: relative;
    left: -50px;
    color: #fff;
}
.search .search-form{
    display: flex;
}
input[name="search"]{
    width: 0;
    border: 0;
    padding: 0;
    margin-right: 10px;
}
.search-open input
{
    display: block;
}
.search-open
{
    display: block;
    width: 520px;
    animation: search-width linear .3s;
}
.search-icon{
    height: 28px;
    margin-top: 2px;
}

.search input{
    display: none;
    background: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    margin-top: -6px;
    line-height: 25px;
    padding-left: 15px;
    animation: search-width-out linear .3s;
    animation-fill-mode: backwards;
    border: 1px solid;
}
.result-img{
    height: 50px;
}
@keyframes search-width {
    from{
        width: 0;
        display: none;
    }
    to{
        display: block;
        width: 520px;
    }
}

@keyframes search-width-out {
    from{
        width: 520px;
        display: block;
    }
    to{
        width: 0;
        display: none;
    }
}
.result-desc{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.result-row{
    display: grid;
    font-size: 12px;
    width: 520px;
    grid-template-columns: 2fr 4fr 2fr;
    place-content: center;
    background: #fff;
    border-radius: 20px;
}
.result-img, .result-row img:not(.result-img){
    display: block !important;
    margin-right: -5px;
}
.buy a{
    display: grid;
    place-content: flex-end;
}
.result-content {
    margin-left: -45px;
}
#search-result{
    position: absolute;
    left: 80px;
    top: 30px;
    background: #ffffff63;
    border-radius: 20px;
    overflow: auto;
    height: fit-content;
    max-height: 430px;
    display: grid;
    gap: 10px;
    margin-top: 10px;
}
.result-name {
    font-size: 18px;
    line-height: 15px;
    margin: 0;
    margin-top: 25px;
}

.result-img {
    height: 50px;
    margin-left: 10px;
    background: #98a0d0;
    border-radius: 50%;
    position: relative;
    top: 13px;
}
span.price {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    font-family: 'Wadik';
}
span.price span {
    font-size: 10px;
    position: absolute;
    top: 7px;
    font-weight: 900;
}
.buy {
    display: grid;
    place-content: center;
}
.search{
    display: grid;
    position: relative;
}
.param-row div:nth-child(3){
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.product-params {
    margin-top: 40px;
}
.product-variations {
    margin-top: 30px;
}

.variation-title span {
    font-weight: 600;
    padding-left: 3px;
}
.variation-box {
    margin-right: 40px;
    width: max-content;
}


#recommendation{
    min-height: 950px
}
.variation-box:nth-child(1) .variation-title:before {
    content: url('/local/templates/main/images/product/product-tools.png');
    position: absolute;
    left: 42px;
}

.variation-title{
    display: flex;
    line-height: 30px;
    font-size: 14px;
}
.product-params:before {
    content: url('/local/templates/main/images/product/brush.png');
    position: absolute;
    left: 0;
}
/*.variation-box:nth-child(2) .product-item-scu-item-text-container {*/
/*    margin-top: 10px;*/
/*}*/
.tablebodytext{
    display: none;
}
.product-item-scu-item-text-block {
    border-radius: 50%;
    place-content: center;
    display: grid;
    outline: unset;
}
.variation-box:nth-child(2) .product-item-scu-item-text,
.teste-box .product-item-scu-item-text-container .product-item-scu-item-text-block{
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.product-item-scu-item-text-container {
    min-width: 40px !important;
}
.product-item-scu-item-text-container .product-item-scu-item-text-block
{
    border-radius: 50%;
    padding-top: 10px;
}
li.product-item-scu-item-text-container.notallowed {
    display: inline-block !important;
    width: fit-content;
}
.product-item-scu-item-text-container .product-item-scu-item-text-block{
    background: #000;
    color: #fff;
}
.teste-box .product-item-scu-item-text{
    font-size: 18px;
}
.product-item-scu-item-text{
    height: 28px;
    width: 28px;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-item-scu-item-color-block {
    outline: unset;
}
li.product-item-scu-item-color-container {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}
.color-prop-icon {
    height: 28px;
    width: 28px;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}
.product-item-scu-item-color{
    border-radius: 50%;
    place-content: center;
    display: grid;
    color: #a3a3a3;
    box-shadow: 0 0 2px 0 gray;
}
li.product-item-scu-item-text-container.selected{
    position: relative;
}
li.product-item-scu-item-text-container.selected:after {
    content: '●';
    position: absolute;
    left: 18px;
}
.product-options{
    padding-left: 40px;
}
.product-controls{
    margin-top: 60px;
}
.row-price{
    display: flex;
}
.price-box, .outofstock-box{
    font-size: 40px;
    width: 190px;
    font-weight: 900;
}
.outofstock-box{
    display: none;
    font-size: 28px;
    margin-bottom: 20px;
    margin-left: 11px;
}
.notallowed {
    pointer-events: none;
}
.variation-box:not(.teste-box):not(.color-box) li.product-item-scu-item-text-container:not(.selected) .product-item-scu-item-text-block {
    background: #000;
}
#catalog .col-md-2{
    position: relative;
}
.quantity-box {
    place-content: center;
    display: grid;
    border: 1px solid gray;
    width: 160px;
    height: 35px;
    border-radius: 20px;
    margin-top: 13px;
}
.product-quantity {
    border: 2px solid black;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: grid;
    place-content: center;
    font-family: Wadik;
    font-weight: 600;
}
.product-quantity:before, .product-quantity:after{
    cursor: pointer;
}
.product-quantity{
    position: relative;
}
/*.product-quantity:after {*/
/*    content: '-';*/
/*    position: absolute;*/
/*    left: -30px;*/
/*    font-weight: 100;*/
/*    font-size: 12px;*/
/*    line-height: 30px;*/
/*    color: gray;*/
/*}*/
/*.product-quantity:before {*/
/*    content: '+';*/
/*    position: absolute;*/
/*    right: -30px;*/
/*    font-weight: 100;*/
/*    font-size: 12px;*/
/*    line-height: 30px;*/
/*    color: gray;*/
/*}*/


a.btn.btn-add {
    border: unset;
    background: #98a0d0;
    width: 350px;
    height: 44px;
    color: #fff !important;
    letter-spacing: 2px;
    position: relative;
    text-align: left;
}
a.btn.btn-add img {
    padding: 3px 20px;
    border-radius: 20px;
    filter: invert(1);
    position: absolute;
    right: 0;
    top: 10px;
}
a.btn.btn-whatsapp {
    border: unset;
    background: #ffffff;
    width: 250px;
    height: 45px;
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: left;
    color: #000000 !important;
}
a.btn.btn-whatsapp img {
    position: absolute;
    right: 15px;
    height: 25px;
}
.more-desc-btn{
    font-weight: 900;
    color:#000;
    cursor: pointer;
}
.product-description{
    width: 90%;
}
.product-description-more{
    display: none;
}
.product-controls{
    background: #f4f4f4;
    padding: 40px;
    border-radius: 100px 100px 0 0;
}
.text-bg__product {
    font-family: 'Kozuka Gothic Pr6N';
    font-weight: 900;
    font-size: 280px;
    position: absolute;
    left: 186px;
    color: #efeeee40;
    z-index: -1;
    letter-spacing: 40px;
    top: -100px;
    line-height: 310px;
    width: 125%;
}
.circle-bg__product {
    height: 1200px;
    width: 1200px;
    background: #98A0D0;
    position: absolute;
    top: -125%;
    border-radius: 50%;
    left: -54%;
    z-index: -2;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
    width: 600px;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}
#sync1.owl-theme .owl-next {
    right: 10px;
}

.more-info-box {
    display: flex;
    position: absolute;
    top: 100px;
    right: 50px;
}
a.btn.btn-product-sale {
    height: 40px;
    line-height: 16px;
}
span.more-info-collection {
    position: relative;
    padding-left: 24px;
    align-items: end;
    display: flex;
}
span.more-info-collection:before {
    content: '*';
    font-size: 34px;
    position: absolute;
    left: 0px;
    top: 5px;
    font-weight: 300;
    font-style: normal;
}
.more-info-text {
    padding-left: 20px;
    width: 250px;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    line-height: 14px;
    padding-top: 15px;
}
.more-info-text p {
    padding-left: 2px;
    font-style: normal;
    font-weight: 900 !important;
    font-family: 'Kozuka Gothic Pr6N';
    padding-bottom: 25px;
}

.teste-icon {
    height: 20px;
    width: 20px;
}
#sync1 .item img {
    height: 630px;
    width: auto;
    filter: drop-shadow(7px 0 0 white) drop-shadow(0 7px 0 white) drop-shadow(-7px 0 0 white) drop-shadow(0 -7px 0 white);
}
#sync1 .owl-nav .owl-prev {
    margin-top: 15px !important;
    margin-left: -40px;
}
#sync1 .owl-nav {
    position: absolute;
    bottom: 300px;
    left: 100px;
}
div#sync2 .item {
    background: #98a0d0;
    border-radius: 50%;
    height: 30px;
    cursor: pointer;
    width: 30px;
    place-content: center;
    display: grid;
}
div#sync2 img {
    height: 30px;
    width: auto;
}
#sync2 .owl-item {
    width: max-content !important;
    padding: 0 10px;
}
#sync2 .owl-item img {
    padding: 5px;
}
#sync2 .owl-stage-outer {
    transform: rotate(320deg);
    position: absolute;
    right: -20px;
    bottom: 145px;
    height: 120px;
    place-content: center;
}
.single-photo{
    margin-left: -200px;
}
#sync2 .owl-stage{
    float: right;
    width: max-content !important;
}
#sync2 .owl-nav{
    display: none;
}
.product-slider .item{
    display: grid;
    place-content: center;
}
/*.owl-item.active:nth-last-child(2) {*/
/*    top: -10px;*/
/*}*/
div#sync2 .item img {
    transform: rotate(45deg);
}
#sync2 .owl-stage{
    display: flex;
}
#sync2 .owl-item img{
    filter: drop-shadow(1px 0 0 white) drop-shadow(0 1px 0 white) drop-shadow(-1px 0 0 white) drop-shadow(0 -1px 0 white);
}
/*#sync2 .owl-item:not(.current){*/
/*    order: 1;*/
/*}*/
/*#sync2 .owl-item.current{*/
/*    order: 0 !important;*/
/*}*/

#sync2 .owl-item.current .item {
    height: 50px !important;
    width: 50px !important;
}
#sync2 .owl-item.current img{
    height: 50px !important;
    width: auto !important;
}
/*#sync2 .owl-item.active{*/
/*    order: 1;*/
/*}*/
.selected-filter-box{
    order: 10;
    overflow: hidden;
    overflow-x: auto;
}
.selected-filter{
    width: max-content;
    display: flex;
    gap: 5px;
    padding-top: 5px;
}
.selected-item {
    background: #ffffff8c;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    padding-right: 12px;
    display: flex;
    font-weight: 600;
}
input[type="range"] {
    -webkit-appearance: none !important;
    accent-color: #fff !important;
    width: 100% !important;
    height: 7px !important;
    background: #000 !important;
    border-radius: 5px !important;
    background-image: linear-gradient(#fff, #fff) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    height: 12px !important;
    width: 12px !important;
    border-radius: 50% !important;
    background: #fff !important;
    transition: background .3s ease-in-out !important;
    color: #fff !important;
    margin-top: -3.8px !important;
    border: 1px solid #000 !important;

}

input[type=range]::-webkit-slider-runnable-track  {
    -webkit-appearance: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;

}
.delete {
    background: #000;
    height: 15px;
    display: grid;
    place-content: center;
    color: #fff;
    width: 15px;
    border-radius: 50%;
    transform: rotate(45deg);
    margin-left: -4px;
    line-height: 10px;
    margin-right: 5px;
    margin-top: 2px;
    cursor: pointer;
}
div.delete-icon {
    font-family: calibri;
    font-weight: 300;
}
span.delete{
    padding-right: 5px;
    margin-left: -5px;
    line-height: 10px;
}
.filter .delete {
    font-size: 12px;
    padding-right: 5px;
    margin-left: -5px;
}
#sync2 .owl-item:nth-child(2){
    top: 10px;
}
#sync2 .owl-item:nth-child(3){
    top: 5px;
}
#sync2 .owl-item:nth-child(4){
    top: -5px;
}
#sync2 .owl-item:nth-child(5){
    top: -15px;
}
#sync2 .owl-item:nth-child(6){
    top: -30px;
}
#sync2 .owl-item:nth-child(7){

}
#sync2 .owl-item:nth-child(8){

}
#sync2 .owl-item:nth-child(9){

}
#sync2 .owl-item:nth-child(2){

}
/*product*/
/*catalog*/

.products-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 15px;
}
.product-card {
    display: flex;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    place-content: center;

}
.product-img {
    display: grid;
    position: relative;
    place-content: center;
   top: 0;
}
span.param__left-top {
    left: 5px;
    bottom: 30px;
}
span.param__left-bottom {
    bottom: 5px;
    left: 25px;
}
span.param__right-bottom {
    bottom: 5px;
    right: 25px;
}

span.param__right-top {
    right: 5px;
    bottom: 30px;
}
span.param__left-top-one {
    left: -10px;
    bottom: 60px;
}
span.param__right-top-one {
    right: -10px;
    bottom: 60px;
}
span.param__right-top,
span.param__right-bottom,
span.param__left-top,
span.param__left-bottom,
span.param__right-top-one,
span.param__left-top-one
{
    position: absolute;
}
.product-img span {
    background: #000;
    height: 25px;
    width: 25px;
    color: #fff;
    place-content: center;
    display: grid;
    border-radius: 50%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.card-header {
    padding: 0 20px !important;
}
.product-img img:not(.teste-icon){
    background: #98a0d0;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    object-fit: contain;
    padding-top: 10px;
}
.order-info-modal{
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: #000000a8;
    z-index: 999;
    place-content: center;
}
.order-info-modal .close-icon-box{
    padding: 20px;
    position: absolute;
    right: 0;
}
#lk .order-close img{
    float: right;
    margin-top: 0;
}
.order-info-box{
    display: grid;
    place-content: center;
    height: 100%;
    background: #fff;
}


.product-img .teste-icon{
    height: 15px;
    width: 17px;
}
.card-content{
    display: grid;
    place-content: center;
    text-align: center;
}
.checkbox .teste-icon{
    height: 15px;
    width: 15px;
    margin-right: 5px;
    margin-left: -10px;
    margin-top: -4px;
}
.checkbox .active-btn .teste-icon{
    filter: invert(1);
}
h3.card-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    padding-bottom: 15px;
    min-height: 70px;
    display: grid;
    place-content: center;
    gap: 10px;
}
.card-category{
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: gray;
}
#catalog{
    height: max-content;
    padding-bottom: 100px;
    position: relative;
}
.bitrix-img {
    display: none;
}
.text-bg-box__catalog {
    position: absolute;
    z-index: -1;
    top: -100px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.text-bg__catalog{
    font-family: 'Kozuka Gothic Pr6N';
    font-weight: 900;
    font-size: 280px;
    position: absolute;
    color: #ffffff73;
    letter-spacing: 40px;
    line-height: 310px;
}

.card-header{
    position: absolute;
    width: 0;
    top: 50px;
    height: 100px;
}
.card-content{
    position: relative;
    background: #fff;
    margin-top: 260px;
    padding: 0 50px;
}
@media(min-width: 768px) and (max-width: 1124px){
    .products-list{
        grid-template-columns: 1fr 1fr 1fr;
    }

}
@media(min-width: 1125px) and (max-width: 1324px){
    .products-list{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.card-color-variations span {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-flex;
    cursor: default;
}
.card-color-variations {
    padding-bottom: 10px;
}
.product-card:nth-child(odd) .card-content:before,
.product-card:nth-child(even) .card-content:before
{
    content: '';
    background: #fff;
    height: 290px;
    position: absolute;
    top: -150px;
    width: 100%;
    z-index: -1;
    border-radius: 50% 50% 0 0;
}
.product-card:nth-child(even) .card-content:before {
    border-radius: unset;
}
p.card-description {
    font-size: 12px;
    text-align: left;
    color: #808080;
    display: flex;
    position: relative;
    min-height: 100px;
}
p.card-description:before {
    content: '*';
    font-size: 32px;
    position: absolute;
    left: -20px;
    top: -10px;
    font-weight: 100;
}
.card-price-box{
    display: flex;
    justify-content: end;
    position: relative;
    right: 0;
    bottom: 20px;
    margin-bottom: 60px;
}
button.btn-card {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px solid #000;
    padding: 5px;
    border-radius: 50%;
    margin-left: 20px;
    place-content: center;
    background: #fff;
}
.modal-btn-box{
    display: flex;
    justify-content: space-around;
    margin: 15px 20px;
    margin-bottom: 20px;
}

#offerModal .modal-header h3 {
    color: #000;
    font-family: 'Wadik';
    position: relative;
    bottom: -36px;
    font-size: 22px !important;
    left: 20px;
}

#offerModal button.btn-close {
    position: relative;
    top: 20px;
    right: 20px;
}
#offerModal .modal-header{
    border: unset;
    height: 50px;
}
div#offerModal .modal-content {
    border-radius: 50px !important;
}
div#offerModal {
    place-content: center;
    height: 100vh;
}
.modal-btn-box a.btn{
    padding: 10px 20px;
}
button.btn-card img {
    height: 20px;
    width: auto;
}
.card-price {
    position: relative;
    font-size: 30px;
    font-weight: 900;
    font-family: Wadik;
}
.card-price span {
    font-size: 18px;
    font-family: -apple-system,
    BlinkMacSystemFont, sans-serif;
    position: absolute;
}
.product-item-price-old{
    font-size: 16px;
    font-style: italic;
    top: 0;
    position: relative;
}
#catalog .title-box, #catalog-section .title-box {
    margin-top: 60px;
}
.product-quantity .product-item-amount-field{
    border: unset;
    font-size: 16px;
}
.product-quantity .product-item-amount-field-btn-plus{
    position: absolute;
    right: -37px;
    top: 4px;
    background: unset;
}
.product-quantity .product-item-amount-field-btn-minus{
    position: absolute;
    left: -37px;
    top: 4px;
    background: unset;
}
.single-photo img {
    height: 700px;
}
p.product-name {
    display: grid;
}
.switch-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.switch-box .filter-data-box {
    width: max-content !important;
}
.switch-filter{
    display: flex;
}
.switch-filter .filter-title {
    padding: 12px 15px 0 0 !important;
}
.switch-filter span {
    padding: 5px 30px !important;
}
.switch-filter .hide-click {
    opacity: 1;
    width: 22px;
    height: 22px;
    background-color: #878484;
    border-radius: 50%;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    top: 6px;
    left: 4px;
}
.switch-filter .active-btn {
    background: #000;
    color: #fff;
}
.switch-filter .hide-click.switch-checked-on{
    animation: click-switch-on .1s linear;
    left: unset;
    right: 4px;
    background-color: #fff;
}
.switch-filter .hide-click.switch-checked-off{
    animation: click-switch-off .1s linear;
}
.main-filter-box.show-filter-mobile{
    display: grid !important;
    position: fixed;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    top: 0;
    left: 0;
}
@keyframes click-switch-on{
    0% {
        left: 4px;
        right: unset;
    }
    50% {
        left: 20px;
        right: unset;
    }
    100% {
        left: 36px;
    }

}

@keyframes click-switch-off{
    0% {
        left: 36px;
        right: unset;
    }
    50% {
        left: 20px;
        right: unset;
    }
    100% {
        left: 4px;
    }
}

/*catalog*/
/*catalog filter*/
.filter-box{
    padding: 0 0 0 10px;
}

.product-filter-tab {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    margin-right: 145px;
    color: #000;
    filter: invert(1);
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.product-filter-tab img {
    padding-left: 15px;
}
.collection-filter-tab,
.main-filter-tab,
.products-sort
{
    border: 1px solid #000;
    border-radius: 20px;
    padding: 9px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    cursor: pointer;
}
.collection-filter-tab img,
.main-filter-tab img,
.products-sort img
{
    padding-left: 40px;
}
.main-filter-tab {
    margin-right: 0;
    margin-left: 120px;
}
.products-sort {
    margin-right: 0;
    margin-left: -20px;
}
.products-sort img
{
    height: 20px;
}
.sale-filter-box .active-btn{
    background: #000 !important;
    color: #fff !important;
}
.active-btn{
    background: #fff;
    color: #000;
}
.main-filter img{
    height: 15px;
}
.col-md-3:has(.product-filter-tab),
.col-md-3:has(.collection-filter-tab),
.col-md-3:has(.main-filter-tab),
.col-md-3:has(.products-sort),
.mobile-main-filter-box
{
    position: relative;
}
.product-filter-box, .collection-filter-box{
    display: none;
    background: #000;
    color: #fff;
    place-content: center;
    padding: 40px 0;
    position: absolute;
    z-index: 999;
    width: 250px;
    top: 48px;
    border-radius: 0 30px 30px;
}
.active-offer{
    border: 2px solid;
}
@media(min-width: 767px) {
    .collection-filter-tab {
        width: 250px !important;
    }

    .offers-box {
        display: flex;
        place-content: center;
        padding-bottom: 30px;
    }

    span.color-offer {
        display: unset;
    }
}

.btn-product-filter {
border: 1px solid #fff;
border-radius: 20px;
padding: 5px 25px;
margin-bottom: 5px;
font-size: 14px;
width: max-content;
color: #fff !important;
}
.active-filter {
background: #fff;
color: #000;
font-weight: 600;
}
.show-filter{
display: grid !important;
}
.main-filter-box{
display: none;
background: #000;
color: #fff;
padding: 20px 40px;
width: 500px;
position: absolute;
z-index: 2;
top: 48px;
left: -175px;
border-radius: 20px 0 20px 20px;
}
span.btn-product-filter.active-btn {
color: #000 !important;
}
.main-filter-item:not(.price-slider) {
margin: 15px 0;
}

.age-filter,
.rigi-brush-filter,
.rigi-ruff-filter,
.flavor-filter,
.color-filter,
.sale-filter,
.filter-data{
padding-top: 10px;
}

.age-filter span,
.rigi-brush-filter span,
.rigi-ruff-filter span,
.flavor-filter span,
.sale-filter span,
.filter-data span
{
border: 1px solid #fff;
padding: 5px 20px;
border-radius: 20px;
font-size: 12px;
}
.color-filter span {
height: 20px;
width: 20px;
display: inline-flex;
border-radius: 50%;
}
.flavor-filter {
display: flex;
width: 399px !important;
flex-wrap: wrap;
}
.flavor-filter span {
height: 30px !important;
margin: 2px;
width: max-content;
display: block;
padding: 5px 28px;
}

input {
box-shadow: 0;
outline: 0;
}
.price-slider {
margin: auto;
text-align: center;
position: relative;
height: 50px;
}
.price-slider svg,
.price-slider input[type=range] {
position: absolute;
left: 0;
bottom: 0;
}
input[type=number] {
border: 1px solid #ddd;
text-align: center;
font-size: 1.6em;
-moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type=number]:invalid,
input[type=number]:out-of-range {
border: 2px solid #e60023;
}
input[type=range] {
-webkit-appearance: none;
width: 100%;
}
input[type=range]:focus {
outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #1da1f2;
}
input[type=range]:focus::-ms-fill-lower {
background: #1da1f2;
}
input[type=range]:focus::-ms-fill-upper {
background: #1da1f2;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: #1da1f2;
border-radius: 1px;
box-shadow: none;
border: 0;
}
input[type=range]::-webkit-slider-thumb {
z-index: 2;
position: relative;
box-shadow: 0px 0px 0px #000;
border: 1px solid #1da1f2;
height: 18px;
width: 18px;
border-radius: 25px;
background: #a1d0ff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -7px;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: #1da1f2;
border-radius: 1px;
box-shadow: none;
border: 0;
}
input[type=range]::-moz-range-thumb {
z-index: 2;
position: relative;
box-shadow: 0px 0px 0px #000;
border: 1px solid #1da1f2;
height: 18px;
width: 18px;
border-radius: 25px;
background: #a1d0ff;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
background: #1da1f2;
border-radius: 1px;
box-shadow: none;
border: 0;
}
input[type=range]::-ms-thumb {
z-index: 2;
position: relative;
box-shadow: 0px 0px 0px #000;
border: 1px solid #1da1f2;
height: 18px;
width: 18px;
border-radius: 25px;
background: #a1d0ff;
cursor: pointer;
}
.filter-btn-box{
display: flex;
place-content: center;
}
.btn-filter{
background: #fff;
}
.filter-btn-box{
background: #fff;
width: fit-content;
margin: 0 auto;
padding: 5px 15px;
border-radius: 20px;
}
.filter-btn-box img {
padding: 5px;
}
.btn-filter{
border: unset;
}
span.color-item {
border: unset;
padding: 3px 12px;
margin-right: 5px;
}
.color-12{
background: #8b00ff;
}
.color-13{
background: #ffff00;
}
.color-14{
background: #42aaff;
}
.color-15{
background: #ff5c77;
}
.color-27{
background: #FF0000FF;
}
.color-28{
background: #FFA500FF;
}
.color-29{
background: #008000FF;
}
.color-30{
background: #f5f5f5;
}
.color-31{
background: #800080;
}
.color-32{
background: #0000FFFF;
}
.color-33{
background: #fbceb1;
}
.color-34{
background: #8b00ff;
}
.color-35{
background: #30d5c8;
}
.color-36{
background: #99ff99;
}
.color-37{
background: #f5f5dc;
}
.color-38{
background: #282828;
}
.color-39{
background: #bae2e8;
}
.color-52{
background: #808080FF;
}
span.color-item{
position: relative;
}
span.color-item.active-btn{
border: 2px solid white;
}
/*span.color-item.active-btn:after {*/
/*    content: '.';*/
/*    font-size: 39px;*/
/*    position: absolute;*/
/*    z-index: 9999;*/
/*    line-height: 0;*/
/*    left: 7.4px;*/
/*    top: 1.3px;*/
/*    color: #fff;*/
/*}*/
.filter-box span{
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}
.sale-filter-box{
    display: flex;
    gap: 20%;
    width: 340px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-sort-box{
    display: none;
    background: #000;
    color: #fff;
    padding: 30px 30px;
    position: absolute;
    z-index: 2;
    top: 49px;
    width: 270px;
    border-radius: 20px 0 20px 20px;
    left: -10px;
}
.products-list {
    min-height: 600px;
}
.no-result{
    position: relative;
    display: none;
    place-content: center;
    top: -250px;
}
.show-no-result{
    display: grid !important;
}
.product-sort-box span {
    padding: 3px 0;
    font-size: 14px;
    display: inline-flex;
    gap: 5px;
}
/*catalog filter*/

/*basket*/
#basket{
    min-height: 100vh;
    padding: 120px 0;
    margin-bottom: 400px;
}
/*basket*/
/*footer*/
.with-dot, .with-dots{
    position: relative;
}
.with-dot a,.with-dots a{
    padding-right: 10px;
}
.with-dot a:nth-child(1):after{
    content: '●';
    position: absolute;
    top: 1px;
    font-size: 7px;
    padding: 0 3px;
}
.with-dots a:nth-child(2):before,
.with-dots a:nth-child(2):after{
    content: '●';
    position: absolute;
    top: 1px;
    font-size: 7px;
}
.with-dots a:nth-child(2):before{
    left: 19px;
}
.with-dots a:nth-child(2):after{
    left: 85px;
}
.mobile-menu, .mobile-marquees, .mobile-filter-box{
    display: none;
}

/*footer*/
.desktop-filter-box{
    display: block;
}
a.btn.btn-whatsapp.mobile-none{
    display: inline-block;
}
.mobile-none{
    display: block;
}
a.btn.btn-whatsapp.mobile-block, .mobile-block{
    display: none;
}
.mobile-menu-window{
    display: none;
}
.price-slider .filter-title{
    float: left;
}
.price-label-box{
    display: flex;
    justify-content: space-between;
}
span.price-min, span.price-max{
    font-size: 16px;
}

/* Styles for the price input container */
.price-input-container {
    width: 100%;
}

.price-input .price-field-item {
    display: flex;
}

.price-field-item span {
    margin-right: 10px;
    margin-top: 6px;
    font-size: 17px;
}
.sub-products-list{
    margin-bottom: 250px;
}

.price-field-item input {
    height: 35px;
    font-size: 14px;
    border: 0px;
    background: #e4e4e400;
    color: #fff;
    width: 50px;
    font-weight: 600;
}

.price-input {
    width: 100%;
    font-size: 14px;
    display: flex;
    line-height: 36px;
    justify-content: end;
    font-weight: 600;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider-container {
    width: 100%;
}

.slider-container {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.slider-container .price-slider {
    height: 100%;
    left: 25%;
    right: 15%;
    position: absolute;
    border-radius: 5px;
    background: #01940b;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}
span.price-sep {
    margin: 0;
    margin-right: 6px;
    font-weight: 300;
}
.range-input{
    margin: 20px 0;
    margin-top: 15px;
}
/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #555;
    pointer-events: auto;
    -webkit-appearance: none;
}
#search-result::-webkit-scrollbar{
    width: 0;
}
.no-result p {
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    line-height: 30px;
}


img.close-filter {
    margin: -10px 0 20px 0;
    cursor: pointer;
}
.close-icon-box img{
    float: right;
    margin-top: 0;
}
.hide-click{
    position: absolute;
}
#catalog .checkbox{
    position: relative;
}
.btn-slider__right img{
    right: 20px;
    position: absolute;
    top: 15px;
}
a.btn.btn-clear.btn-slider__right {
    font-size: 20px;
    padding: 5px 40px;
}
.variation-box:nth-child(odd){
    padding-left: 40px;
}
.sort-item{
    cursor: pointer;
}
.bx-catalog-element ~ .product-rec{
    padding-top: 250px;
}
.title-box.sub-section-title {
    padding: 70px 0 50px;
}
.checkbox {
    position: relative;
}
span.btn-product-filter.active-filter {
    color: #000 !important;
}
button.btn.btn-lg.btn-default.basket-btn-checkout {
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid black;
}
.main-img-box {
    position: relative;
    top: -50px;
    right: 100px;
}
.main-img-box .main-img{
    height: 800px;
}
.main-img-parts-box {
    position: absolute;
    bottom: -100px;
    right: -180px;
    width: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    float: right;
    gap: 40px;
    transform: rotate(344deg);
}
.mango-1{
    padding-left: 67px;
    margin-top: -30px;
}
.mango-3{
    padding-left: 40px;
}
.mango-4{
    position: relative;
    right: -20px;
}
.mango-5{
    position: relative;
    right: -100px;
}
/*contacts*/
#basket{
    padding-bottom: 0;
    margin-bottom: unset;
}
.empty-rec .title-box{
    padding-bottom: unset;
}
.empty-rec #recommendation {
     min-height: unset;
}
.map-box {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 0;
    bottom: -400px;
    margin-top: -500px;
}
.map-link-btn.map-widget-layout-view__maps-links {
    position: absolute;
    right: 10px;
    top: 54%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    filter: invert(1);
    border-radius: 5px;
    padding: 5px;
    font-weight: 600;
}
.map-link-btn.map-widget-layout-view__maps-links:hover{
    filter: unset;
}
.map-link-btn.map-widget-layout-view__maps-links a{
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.map-link-btn.map-widget-layout-view__maps-links svg{
    margin-top: -5px;
}
.circle-card {
    position: relative;
    background: #fff;
    border-radius: 50%;
    height: 500px;
    width: 500px;
    font-weight: 600;
    z-index: 1;
}
.circle-card-header {
    position: absolute;
    top: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.circle-card-header p {
    margin: 0;
    border: 2px solid black;
    border-radius: 30px;
    min-width: 400px;
    text-align: center;
    padding: 10px;
    font-weight: 900;
}
.circle-card-footer {
    position: absolute;
    right: 110px;
    bottom: 60px;
    display: flex;
    gap: 10px;
}
.circle-card-footer img {
    height: 80px;
    display: block;
    position: relative;
}
img.contact-geo-icon {
    height: 120px;
    right: -60px;
}
.circle-card-body {
    display: grid;
    position: relative;
    top: 120px;
    left: 90px;
}
.info-row.address-row {
    position: relative;
}
.circle-card-body span {
    position: relative;
    margin-top: 40px;
    width: 40%;
}
.info-row.address-row:before, .circle-card-body span:before {
    content: '*';
    font-size: 36px;
    position: absolute;
    top: -10px;
    left: -20px;
    color: #606060;
}
.info-row.address-row {
    position: relative;
    margin-bottom: 40px;
}
.bg-white-purple{
    background: #ccd8ed;
}
.bg-pink{
    background: #e3b3c5;
}
.bg-purple{
    background: #b2b4ce;
}

img.profile-icon {
    height: 150px;
    right: -24px;
}
.circle-card-header p a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.circle-card-header p a img {
    height: 20px;
    margin-top: 2px;
}
.kids-slider-nav.mobile-kids-nav {
    display: none;
}
/*contacts*/
/*mobile*/
@media(max-width: 767px){
    .mobile-menu{
        display: block;
    }
    section#sections-main {
         margin-top: 120px;
    }
    h3.other-product-title{
        padding-bottom: 0;
        margin-top: 40px;
    }
    .main-section-box::-webkit-scrollbar { display: none; }
    .main-section-box{
        overflow: scroll;
    }
    #mission{
        padding-top: 50px !important;
    }
    #recommendation .container-custom{
        padding: 0;
    }
    .circle-card{
        height: 380px;
        width: 380px;
        margin: 20px 0;
        min-width: 380px;
    }
    .circle-card-footer{
        right: 90px;
        bottom: 35px;
    }
    .circle-card-header{
        top: 30px;
    }
    .circle-card-header p{
        min-width: 320px;
    }
    .circle-card-body{
        top: 88px;
    }
    #contacts .col-md-4, #contacts .col-md-12,
    .personal-page .col-md-4, .personal-page .col-md-12{
        display: flex;
        place-content: center;
        padding-left: 0;
        padding-right: 0;
    }
    .info-row {
        width: fit-content;
        margin-bottom: 5px;
    }
    .circle-card-footer img:not(.profile-icon){
        height: 60px;
    }
    .circle-card{
        font-size: 14px;
    }
    #contacts .map-box{
        bottom: unset;
        margin-top: 20px;
        margin-bottom: 50px;
        height: 400px;
        min-width: 400px;
        z-index: 1000;
    }
    #contacts iframe {
        height: 800px;
        width: unset;
        min-width: 200%;
        position: relative;
        right: 400px;
        top: -85px;
    }
    img.contact-geo-icon{
        height: 100px;
    }
    .mobile-menu-item:not(.menu-box) {
        display: grid;
        place-content: center;
        text-align: center;
        color: #fff;
        font-size: 10px;
        gap: 5px;
    }
    #product-detail .product-rec section{
        padding-bottom: 0 !important;
    }
    #product-rec .section-title{
        font-size: 24px !important;
    }
    .more-info-text p{
        padding-bottom: 0;
        padding-top: 45px;
    }
    .mobile-margin{
        margin-top: 100px;
        padding: 0;
    }
    #footer-form input{
        padding-left: 15px;
        padding-right: 0px;
        padding-top: 5px;
    }
    .title-box.sub-section-title .subtitle {
        display: none;
    }
    .title-box.sub-section-title {
        padding-top: 130px;
    }
    .variation-box:nth-child(odd){
        padding-left: 0px;
    }
    .slider-rec-item span{
        width: 95%;
    }
    .main{
        overflow: hidden;
    }
    .mobile-filter-box{
        padding: 0;
        position: relative;
    }
    .product-filter-box, .collection-filter-box{
        top: 65px;
    }
    img.close-mob-filter {
        padding-bottom: 20px;
        margin-top: -15px;
    }
    .js-mob-filter-box .close-mob-filter{
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .circle-bg__kids{
        top: 0;
    }
    .collection-filter-box {
        left: unset;
        right: 0;
        border-radius: 30px 0 30px 30px;
        direction: rtl;
    }
    .param-row div:nth-child(3){
        margin-top: 0;
    }
    .mobile-filter-box .col-7{
        padding-left: 2.5px;
    }
    .mobile-filter-box .col-5{
        padding-right: 2.5px;
    }
    .mobile-filter-box .product-filter-tab{
        margin-right: 0;
    }
    .mobile-filter-box .collection-filter-tab{
        margin: 0;
    }
    .menu, .desktop-filter-box{
        display: none;
    }
    .slider-item {
        display: flex;
        place-content: center;
        margin-top: 20px;
    }
    .mission__left-side p {
        font-size: 12px;
        color: #3e3e3e;
        line-height: 1.2;
        width: 70%;
    }
    .mission-text-main p span{
        font-weight: 300;
    }
    .slider-title{
        width: unset;
    }
    .slider-short-text{
        right: 0;
        z-index: 999;
    }
    .slider-box{
        display: grid;
        padding-top: 150px;
    }
    .slider__left-side.col-md-6{
        order: 2;
    }
    .slider__right-side{
        position: relative;
        margin-left: 0;
        top: 30px;
    }
    .main-img-parts-box{
        bottom: -183px;
        right: -185px;
        transform: rotate(344deg) scale(0.5);
    }
    .slider-title + a{
        display: none;
    }
    .main-img-box .main-img {
        height: 400px;
    }
    .slider-title{
        position: relative;
        font-size: 32px;
        /*text-align: center;*/
        margin-top: 20px;
        z-index: 999;
    }
    .circle-bg{
        animation: unset;
    }
    .slider-text{
        width: 100%;
        padding-right: 50px;
    }
    .slider-btns.circle-0:after, .slider-btns.circle-1:after{
        content: unset;
    }
    .slider-img{
        width: calc(150vw - 20%) !important;
        filter: drop-shadow(1px 0 0 white) drop-shadow(0 1px 0 white) drop-shadow(-1px 0 0 white) drop-shadow(0 -1px 0 white);
        margin-left: unset;
    }
    .main-slider .owl-nav{
        right: 10px;
        top: 280px;
    }
    .circle-bg {
        height: 550px;
        width: 550px;
        right: -15px;
        top: 0;
    }
    .mobile-header-box{
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 15px 5px;
    }
    .circle-logo{
        height: 10px;
        width: 10px;
        display: block;
        background: #000;
        border-radius: 50%;
        margin-right: 10px;
    }
    .mobile-logo-label{
        font-weight: 900;
    }
    .mobile-logo{
        display: inline-flex;
        line-height: 10px;
        align-items: center;
    }
    .mobile-person{
        margin-top: -5px;
    }
    .btn-slider {
        display: grid;
        width: 150px;
        padding: 10px 20px;
        background: #ffffff;
        position: absolute;
        top: 220px;
        right: 20px;
        border-radius: 50px;
    }
    .btn-slider img{
        position: unset;
        margin-left: 40px;
    }
    .btn-slider__right{
        position: absolute;
        width: 160px;
        top: -150px;
        left: -105px;
    }
    a.btn.btn-black.btn-slider__left{
        display: none;
    }
    .vertical-text__slider{
        display: none;
    }


    .marquees.mobile-marquees{
        position: static;
        margin: 40px 0 60px;
    }
    .mobile-marquees .items-wrap:before, .mobile-marquees .items-wrap:after{
        content: unset;
    }
    .mobile-marquees{
        display: block;
    }
    .mobile-marquees .items-wrap{
        overflow: visible;
    }
    .mobile-marquees .items{
        overflow: visible;
    }
    .mobile-marquees .marquee-text{
        margin: 0 5px;
    }
    .mission-text-header h3:before{
        top: -5px;
    }
    .mobile-mission-subtitle{
        color: #000;
        font-weight: 600 !important;
    }
    .mission-text-title span{
        font-size: 14px;
    }
    .section-addict-title{
        display: none;
    }
    .mission-title {
        padding-left: 0;
    }
    .section-title{
        font-size: 28px;
    }
    .circle-bg__mission{
        width: 600px;
        height: 600px;
        left: calc(-100vw + 30%);
        top: 40px;
    }
    .mission-text-title{
        width: 50%;
        font-size: 12px;
    }
    .mission-text-main {
        padding: 0;
        padding-top: 50px;
    }
    .mission__left-side {
        padding: 0 20px !important;
    }
    .mission-text-main:before {
        transform: unset;
        top: 10px;
        left: -5px;
    }
    .mob-mission-subtitle{
        margin-left: 20px;
    }
    .mission-text-header p{
        color: #000000;
        font-weight: 600;
    }
    .marquees {
        position: absolute;
        width: 100%;
        top: 280px;
    }
    .offset-rec-btn {
        left: 50px;
        top: 5px;
    }
    .product-card:nth-last-child(1) .card-header{
        top: -130px;
    }
    .offset-rec-btn .btn{
        width: 220px !important;
    }
    #recommendation .owl-item:not(.active) {
        margin-top: 100px;
    }
    .slider-rec-item:before{
        font-size: 310px;
    }
    .owl-item.active + .owl-item .slider-rec-item:before {
        left: calc(-100% + 300px);
        right: 0 !important;
    }
    .kids-title{
        font-size:32px;
    }
    #kids{
        height: 1000px;
        margin-top: -200px;
        margin-bottom: -370px;
    }
    .circle-card-header p a img{
        position: absolute;
        right: 50px;
        top: 10px;
    }
    .kids-subtitle{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .kids-subtitle, .kids-title{
        text-align: center;
    }
    #kids .owl-stage-outer{
        right: -65px;
    }
    .circle-bg__kids{
        height: 900px;
        width: 900px;
        margin-left: calc(-100vw + 20%);
    }
    div.kids__left-side{
        margin-top: 30px;
    }
    .owl-item:not(.active) .slider-rec-item:before {
        right: -30px;
    }
    img.slide-rec-img{
        height: 220px;
        margin-bottom: -170px;
    }
    .mobile-kids-slider img{
        transform: rotate(-90deg);
    }
    .mobile-kids-slider{
        position: absolute;
        top: 330px;
        right: -200px;
    }
    .product-rec #recommendation .title-box{
        margin-left: 0;
    }
    #recommendation .title-box{
        display: grid;
        margin-left: 20px;
    }
    .slider-rec-item:before{
        top: -30px;
    }
    #recommendation .section-title{
        order: -1;
        margin-bottom: 24px;
    }
    #recommendation .subtitle{
        width: 270px;
        margin: 0 auto;
    }
    #mission + #recommendation .owl-carousel .owl-nav.disabled{
        margin-top: 0;
    }
    a.btn.btn-add img{
        padding: 5px 0;
        height: 25px;
    }
    .recommendation-slider .owl-stage{
        padding-bottom: 120px;
    }
    .recommendation-slider .owl-nav{
        display: none !important;
    }
    div.recommendation-slider{
        margin-top: 20px;
        padding: 0;
    }
    a.btn.btn-kids {
        font-weight: 900;
        padding: 10px 0;
        width: 250px;
        padding-left: 19px;
        padding-right: 10px;
    }
    footer {
        padding: 0;
        position: relative;
        height: 360px;
        overflow: hidden;
        color: #fff;
        display: grid;
        place-content: center;
        z-index: 1000;
    }
    #basket{
        padding-top: 60px !important;
        margin-bottom: 50px !important;
    }
    .circle-bg__footer{
        height: 950px;
        width: 950px;
    }
    .row.footer-links-box {
        display: none;
    }
    #footer-form label{
        font-size: 14px;
    }
    footer .subtitle{
        margin: 0;
        padding-bottom: 20px;
    }
    footer .section-title{
        padding-bottom: 20px;
    }
    footer .title-box{
        margin-top: 0;
    }
    .mobile-menu {
        position: fixed;
        bottom: 10px;
        width: 100%;
        z-index: 1001;
    }
    .mob-menu-burger{
        display: flex;
        align-items: center;
    }
    .mobile-menu-box{
        display: flex;
        justify-content: space-around;
        background: #000;
        padding: 10px 20px;
        border-radius: 20px;
        gap: 10px;
        width: 100%;
    }
    .products-list{
        grid-template-columns: 1fr 1fr;
    }
    .card-header{
        left: 0;
    }
    .card-content{
        padding: 0;
        width: 45vw;
    }
    .product-card .card-header{
        width: 100%;
    }
    p.card-description{
        padding: 0 20px;
        padding-top: 10px;
        text-align: center;
    }
    .product-img img:not(.teste-icon){
        height: 120px;
        width: 120px;
    }
    .product-card:nth-child(odd) .card-content:before, .product-card:nth-child(even) .card-content:before{
        height: 180px;
    }
    .product-card:nth-child(odd) .card-content:before, .product-card:nth-child(even) .card-content:before{
        top: -80px;
    }
    .product-card:nth-child(odd) {
        margin-top: 130px;
    }
    .products-list{
        margin-top: 50px;
    }
    .sub-products-list{
        margin-top: 40px;
        margin-bottom: 100px;
    }
    .product-card:nth-child(even):not(:nth-last-child(1)) .card-header {
        top: -130px;
    }
    .product-card:nth-child(odd) .card-header {
        top: -130px;
    }
    .mission-text-title img{
        display: none;
    }
    /*.main-slider .owl-stage-outer{*/
    /*    overflow: hidden !important;*/
    /*}*/
    #mission{
        position: relative;
    }
    .main-slider .owl-prev, .main-slider .owl-next, .main-slider .owl-nav{
        width: fit-content !important;
        float: right;
        text-align: right;
    }

    .text-bg__slider, .text-bg__mission{
        font-family: Arial;
    }
    .text-bg-box__mission{
        z-index: 1;
    }
    .mission__left-side{
        z-index: 2;
    }
    .text-bg__mission{
        margin-top: 200px;
        font-size: 200px;
        line-height: 275px;
    }
    .text-bg-box__mission{
        width: 150vw;
    }
    .title-box{
        position: relative;
        z-index: 2;
    }
    .text-bg__slider{
        right: -870px;
        height: 600px;
        overflow: hidden;
    }
    .product-img{
        top: 10px;
    }
    button.btn-card{
        width: 30px;
        height: 30px;
        margin-left: 10px;
        padding: 5px 7px;
        filter: opacity(0.8);
    }
    .card-price-box{
        margin-right: -20px;
        margin-bottom: -5px;
        display: block;
        position: absolute;
        bottom: 60px;
        right: 50px;
    }
    .mobile-filter-box{
        display: block;
    }
    .main-filter-tab {
        margin-right: 0;
        margin-left: 0;
        max-width: fit-content;
    }
    .products-sort{
        max-width: fit-content;
    }
    .filter-icon-box {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        float:left;
    }
    .main-filter-tab, .products-sort{
        padding: 10px 20px;
    }
    .product-filter-tab{
        text-align: unset;
        padding: 10px;
        padding-left: 15px;
        font-size: 13px;
    }
    .main-filter-box{
        width: 94vw;
        left: unset;
        padding: 20px;
        border-radius: 0 20px 20px;
        height: 60vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .product-sort-box{
        border-radius: 0 20px 20px;
        left: -92px;
    }
    .product-filter-tab img, .collection-filter-tab img{
        height: 16px;
    }
    .product-filter-tab.js-product{
        position: relative;
    }
    .product-filter-tab img{
        right: 10px;
        position: absolute;
        padding-left: 0;
        top: 12px;
    }
    .collection-filter-tab img, .main-filter-tab img, .products-sort img{
        padding-left: 0;
    }
    .collection-filter-tab{
        display: flex;
        justify-content: space-between;
    }
    .collection-filter-tab img{
        margin-top: 3px;
    }
    #catalog{
        min-height: 900px;
        padding-bottom: 20px;
    }
    #catalog .subtitle{
        display: none;
    }
    #catalog .section-title{
        font-size: 26px;
        text-align: center;
    }
    .product-params{
        position: relative;
    }
    .product-params:before{
        top: -30px;
    }
    #catalog .title-box{
        padding-bottom: 0px;
        margin-top: 30px;
    }
    #catalog-box{
        margin-top: -100px;
        min-height: 900px;
    }
    .card-content-top{
        padding-top: 20px;
    }
    .mobile-filter-box{
        z-index: 999;
    }
    .text-bg__catalog{
        font-family: Arial;
    }
    .circle-bg__product{
        top: -360px;
        left: -90%;
        height: 950px;
        width: 950px;
    }
    .single-photo img {
        height: 500px;
        margin-top: 100px;
        margin-left: -100px;
    }
    .more-info-box{
        top: 100px;
        right: -85px;
    }
    #product-detail .product-header{
        position: absolute;
        right: 0;
        top: -180px;
        margin: 0;
        text-align: right;
        width: 100%;
    }
    div.product-name__header {
        color: #000000;
        font-size: 16px;
        line-height: 16px;
        top: unset;
    }

    h1.product-category{
        font-size: 34px;
        line-height: 34px;
        position: absolute;
        top: -480px;
    }
    footer .title-box{
        padding-top: 0 !important;
        padding-bottom: 0;
    }
    #product-detail .product-info{
        margin-top: 450px;
    }
    #sync1 .owl-nav {
        bottom: 350px;
        left: 50px;
    }
    #sync2{
        display: none;
    }
    #sync1 .item img{
        height: 450px;
        margin-left: -245px;
        margin-top: 180px;
        filter: drop-shadow(3px 0 0 white) drop-shadow(0 3px 0 white) drop-shadow(-3px 0 0 white) drop-shadow(0 -3px 0 white);
    }
    .more-info-text{
        z-index: 999;
    }
    p.product-name:before{
        content: unset;
    }
    div.product-controls{
        position: fixed;
        bottom: 55px;
        z-index: 999;
        background: #fff;
        padding-bottom: 40px;
        width: calc(100% - 26px);
        border-radius: 20px 20px 0 0;
        left: 0;
        margin: 0 13px;
    }
    a.btn.btn-whatsapp.mobile-none, .mobile-none{
        display: none;
    }
    a.btn.btn-whatsapp.mobile-block, .mobile-block{
        display: block;
        width: auto;
        background: unset;
    }
    .price-box{
        order: 1;
        width: 50%;
        text-align: right;
        padding-right: 20px;
    }
    .quantity-box{
        order: 0;
        border: unset;
    }
    .more-text{
        z-index: unset;
        margin-top: 40px;
        padding: 40px 30px;
    }
    .product-controls{
        padding: 10px 20px;
        padding-bottom: 35px;
    }
    .product-quantity{
        border: 2px solid #d1d1d1;
    }
    .product-btns {
        display: flex;
        gap: 20px;
    }
    a.btn.btn-whatsapp img{
        height: 30px;
        top: 5px;
        filter: opacity(0.3);
    }
    a.btn.btn-add img{
        transform: unset;
        right: 14px;
    }
    .product-info, .product-options{
        display: flex;
        flex-direction: column;
    }
    .product-card{
        place-content: center;
    }
    .product-variations {
        order: 0;
    }
    .product-params {
        order: 1;
    }
    .variation-row > div:nth-child(1){
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .product-description{
        order: 1;
        padding-top: 40px;
        font-size: 12px;
    }
    .product-params .param-row{
        display: grid;
        margin-left: 40px;
        grid-template-columns: 1fr;
    }
    span.block-title img{
        margin-left: 5px;
        margin-right: -5px;
        width: 30px;
    }
    .more-text .block-title{
        padding: 0 15px;
        font-size: 12px;
    }
    .product-img{
        height: 120px;
        width: 120px;
        margin: 0 auto;
    }
    .param-row div {
        left: 0 !important;
        margin-left: 0 !important;
    }
    .param-box {
        width: 100% !important;
        border: unset;
        text-align: left;
    }
    .param-row div:nth-child(2){
        background: unset;
        color: #000;
    }
    .product-options{
        position: relative;
    }
    .variation-box:nth-child(1):not(.teste-box) .variation-title{
        padding-left: 0;
    }
    
    .product-options:before {
        content: 'ドクターシャイン';
        position: absolute;
        transform: rotate(-90deg);
        left: -40px;
        top: 80px;
        font-size: 12px;
        font-weight: 900;
    }
    .variation-box:nth-child(1) .variation-title:before{
        display: none;
    }
    .text-bg__product{
        font-family: Arial;
    }
    span.mobile-prop-value {
        border: 1px solid #c3c3c3;
        padding: 5px 20px;
        border-radius: 20px;
        margin-left: 5px;
    }
    .param-box span {
        font-size: 12px;
        color: gray;
    }
    .variation-title{
        font-size: 12px;
    }
    .bx-catalog-element ~ .product-rec {
        position: relative;
        z-index: 0;
        padding-top: 50px;
    }
    p.product-name{
        font-size: 14px;
    }
    span.param__left-top {
        left: 0;
        bottom: 20px;
    }
    span.param__left-bottom{
        left: 24px;
    }
    span.param__left-bottom, span.param__right-bottom{
        bottom: -5px;
    }
    span.param__right-top {
        right: 0;
        bottom: 20px;
    }
    .product-img .teste-icon{
        height: auto;
        width: 12px;
        padding: 1px;
    }
    span.param__right-bottom{
        right: 24px;
    }
    form#footer-form img {
        height: 15px;
        right: -15px;
        position: relative;
    }
    footer button.btn img{
        top: -1px;
    }
    #callbackModal .modal-header{
        padding: 0;
    }
    #callbackModal .modal-body{
        margin-top: -32px;
    }
    a.btn.btn-whatsapp.mobile-block{
        padding: 10px 20px;
    }
    .card-content{
        margin-top: 0;
        place-content: unset;
    }
    p.card-description{
        min-height: 60px;
        height: 60px;
        overflow: hidden;
        margin-bottom: 90px;
        margin-top: 10px;
        display: inline-block;
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;*/
    }
    .product-img span{
        height: 20px;
        width: 20px;
        font-size: 10px;
    }
    .product-card:nth-child(odd) .card-content:before
    {
        border-radius: 50% 50% 0 0 !important;
    }
    h3.card-title{
        padding: 15px;
        padding-top: 0;
        font-size: 14px;
        padding-bottom: 5px;
        min-height: unset;
    }
    .card-category{
        font-size: 12px;
    }
    button.btn-card img{
        height: 13px;
        margin-top: -10px;
        margin-left: -2px;
    }
    #offerModal .product-card{
        margin-top: 150px;
        height: unset;
    }
    #offerModal .modal-header h3{
        font-size: 18px !important;
    }
    .modal-btn-box{
        display: grid;
        justify-content: unset;
        gap: 5px;
    }
    .modal-btn-box a.btn{
        text-align: center;
    }
    .product-rec section#recommendation{
        padding-bottom: 230px;
    }
    .product-description.noOffer{
        padding-top: 15px;
    }
    .product-options.noOffer{
        display: none;
    }
    .price-slider{
        width: 100%;
        margin-bottom: 30px;
        float: left;
    }
    .price-input{
        padding-right: 10px;
    }
    .price-field-item input{
        width: 70px;
    }
    span.price-sep{
        margin-left: -13px;
        margin-right: -10px;
        margin-top: -2px;
    }
    .main-filter-box img.close-mob-filter {
        margin-top: 5px;
    }
    .card-price{
        font-size: 22px;
    }
    .card-price span{
        top: 2px;
    }
    .mobile-menu-window{
        position: fixed;
        bottom: 77px;
        z-index: 1001;
        /*height: 70vh;*/
        height: auto;
        color: #fff;
        left: 9px;
        background: #000;
        width: 95vw;
        border-radius: 30px;
        padding: 20px 0;
    }
    .profile-footer-img{
        filter: invert(1);
        height: 20px;
    }
    .close-mob-menu{
        padding: 0 20px;
        margin: 15px;
    }
    .mobile-menu-item span {
        margin-left: 20px;
    }
    .menu-show{
        display: grid;
        z-index: 1003;
    }
    .mobile-menu-window .mobile-menu-item {
        display: grid;
        padding-left: 20px;
        height: 100px;
    }
    .mobile-menu-window .mobile-menu-item a {
        color: #fff !important;
    }
    .mobile-menu-window .mobile-menu-item a img {
        filter: invert(1);
        float: right;
    }
    .mobile-menu-window .mobile-menu-item a {
        border: 1px solid #fff;
        width: 260px;
        height: 47px;
        place-content: center;
        padding: 0 20px;
        border-radius: 30px;
    }
    .text-bg-box__catalog{
        top: 0;
        left: 0;
        overflow: hidden;
        height: 100vh;
    }
    .text-bg__catalog{
        font-size: 130px;
        letter-spacing: 40px;
        line-height: 220px;
        width: 140%;
    }
    .main-filter-item{
        margin: 15px 0 !important;
    }
    .price-slider{
        height: unset;
        margin-top: 30px !important;
    }
    .range-input{
        margin: 0;
    }
    #filter-box-mob{
        padding-top: 20px;
        z-index: 1002;
        padding-bottom: 100px;
    }
    .flavor-filter span{
        padding: 3px 23px;
    }
    div.filter-data-box{
        width: 90vw !important;
    }
    .mobile-main-filter-box:nth-last-child(1) {
        margin-left: 5px;
    }
    .js-mob-filter-box .filter-btn-box{
        margin-bottom: 100px;
    }
}

@media (max-width: 360px){
    #mission{
        padding: 50px 0;
        position: relative;
    }
    .circle-bg__mission{
        left: calc(-100vw + 15%);
    }

}

@media (min-width: 300px) and (max-width: 361px){

}
@media (min-width: 429px) and (max-width: 431px){

}
@media (min-width: 411px) and (max-width: 413px){

}
@media (min-width: 374px) and (max-width: 376px){

}
@media (min-width: 413px) and (max-width: 415px){

}
@media (min-width: 389px) and (max-width: 391px){

}
@media (min-width: 361px) and (max-width: 431px){
    #mission{
        padding: 140px 0;
        padding-bottom: 50px;
    }
    .circle-bg__mission{
        left: calc(-100vw + 30%);
    }

    .owl-item:not(.active) .slider-rec-item:before {
        right: -40px;
    }
    .circle-bg__kids{
        margin-left: calc(-100vw + 30%);
    }
    .recommendation-slider .owl-stage{
        padding-bottom: 100px;
    }
    .main-slider .owl-nav{
        right: -100px;
    }
}
/*mobile*/
/*lk*/
#lk{
    height: 100%;
    padding-bottom: 50px;
}
/*lk*/
/*preloader*/
@media(max-width: 767px){
    div.preloader{
        display: grid;
    }
}
.preloader{
    position: fixed;
    height: 100vh;
    display: none;
    place-content: center;
    z-index: 9999;
    background: #fff;
    width: 100vw;
}
.preloader img{
    z-index: 9999;
    height: 300px;
}
.bg-circle__preloader {
    position: absolute;
    background: #cae6eb;
    height: 800px;
    width: 800px;
    border-radius: 50%;
    left: 40px;
}
.bg-text__preloader {
    z-index: 9995;
    font-size: 186px;
    position: absolute;
    left: 40px;
    line-height: 244px;
    overflow: visible;
    margin-right: -900px;
    font-weight: 900;
    padding-left: 143px;
    color: #ffffff7d;
}
.progress-bar-box{
    position: absolute;
    bottom: 200px;
    z-index: 9999;
    background-color: rgb(192, 192, 192);
    width: 67%;
    border-radius: 15px;
    margin: 0 70px;
}
.progress-bar {
    background-color: rgb(4 4 4) !important;
    padding: 1%;
    font-size: 20px;
    border-radius: 15px;
    width: 100%;
    z-index: 10000;
    position: relative;
    animation: progress 1s linear;
}
.preloader-img-box {
    z-index: 9999;
    position: relative;
}
.light{
    position: absolute;
    top: 163px;
    left: 96px;
    animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes glow {
    from {
        box-shadow:
        0 0 4px white,
        0 0 6px white,
        0 0 8px #f0f8ff,
        0 0 10px 0px #f0f8ff,
        0 0 10px 0px #f5f8fb,
        0 0 16px 0px #f5f8fb,
        0 0 24px 0px #f5f8fb,
        0 0 40px 0px #f5f8fb,
        0 0 60px 0px #f0f8ff,
        0 0 80px 0px #f0f8ff,
        0 0 100px 0px white,
        0 0 120px 0px white,
        0 0 160px white,
        0 0 200px white;
    }
    to {
        box-shadow:
        0 0 10px white,
        0 0 15px white,
        0 0 20px #f0f8ff,
        0 0 25px 15px #f0f8ff,
        0 0 25px 15px #f5f8fb,
        0 0 40px 15px #f5f8fb,
        0 0 60px 15px #f5f8fb,
        0 0 100px 15px #f5f8fb,
        0 0 150px 15px #f0f8ff,
        0 0 200px 15px #f0f8ff,
        0 0 250px 15px white,
        0 0 300px 15px white,
        0 0 200px white,
        0 0 500px white;
    }
}
@keyframes progress {
    from{
        width: 0;
    }
    to{
        width: 100%;
    }
}
/*preloader*/

/*cookie*/
.cookie-block-box {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 2%;
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 0 5px 0px #80808036;
    z-index: 1050;
}
.cookie-block-box a, .cookie-modal-box a{
    text-decoration: underline !important;
}

.cookie-modal-box{
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #000000b0;
    place-content: center;
    top: 0;
    z-index: 9999;
}
.cookie-modal {
    position: relative;
    height: auto;
    width: 30vw;
    background: #fff;
    padding: 40px;
}
.cookie-modal a{
    display: block;
}
.cookie-modal-close{
    font-size: 40px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: -5px;
    cursor: pointer;
}
.adaptive-form-main-place, .adaptive-form-main-lector, .adaptive-form-main-spec {
    position: absolute !important;

    border: 1px solid #a2a2a2;
}
.days li:not(.active):hover::before {
    background: #e3e3e3;
}
.cookie-btn {
    padding: 5px 45px;
    border: unset;
    color: #fff;
    background: #000;
    border-radius: 30px;
    margin: 0 auto;
    display: flex;
    margin-top: 20px;
}
@media(max-width: 767px){
    .cookie-modal{
        width: 90vw;
        padding: 25px;
    }
    .cookie-block-box {
        bottom: 80px;
        right: 2%;
        width: 96vw;
        padding: 20px;
    }
    .cookie-block p {
        font-size: 1em;
        line-height: 18px;
    }
    .cookie-modal p{
        line-height: 20px;
    }
    .bot-offset{
        bottom: 0;
        right: 1%;
        width: 98vw;
        margin-bottom: 4px;
    }
    .cookie-block-box a{
        padding-top: 5px;
        display: block;
    }
    div.fixed-places {
        width: 100%;
    }
    span.place-btn-box a{
        font-size: 12px;
    }
}
/*cookie*/