

/* Start:/local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1754655742379*/
.breadcrumb__inner .breadcrumb{
    padding: 8px 0;
}
.breadcrumb__item{
    white-space: nowrap;
}
@media (max-width: 767px) {
    .breadcrumb__inner {
        flex-wrap: nowrap!important;
        overflow-x: auto !important;
        width: 100%;
        padding-top: 0!important;
        margin-bottom: 22px!important;
        margin-top: 20px!important;
    }
}
/* End */


/* Start:/local/components/apollon/finger.sizes/templates/sizes_info/style.css?175465574213295*/
.breadcrumb__inner{
    padding-top: 49px;
    margin-bottom: 42px;
}

.size{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 80px;
}
.size__container{
    max-width: 927px;
    margin: 0 auto;
}

.hands{
    max-width: 572px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.size__title{
    font-size: 24px;
    margin-bottom: 12px;
    font-family: Arial, sans-serif;
    line-height: 150%;
    font-weight: 700;

}

.size__text{
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 40px;
}

.left-hand{
    position: relative;
}

.right-hand{
    position: relative;
}

.finger-num{
    position: absolute;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.finger_num_0{
    top: 114px;
    left: 16px;
}

.finger_num_1{
    top: 93px;
    left: 54px;
}

.finger_num_2{
    top: 89px;
    left: 98px;
}

.finger_num_3{
    top: 98px;
    left: 146px;
}

.finger_num_4{
    top: 175px;
    left: 178px;
}

.finger_num_5{
    top: 175px;
    left: 33px;
}

.finger_num_6{
    top: 99px;
    left: 68px;
}

.finger_num_7{
    top: 90px;
    left: 115px;
}

.finger_num_8{
    top: 93px;
    left: 160px;
}

.finger_num_9{
    top: 114px;
    left: 198px;
}

.finger_num_10{
    top: 304px;
    left: 127px;
}

.hand-name__inner{
    display: flex;
    justify-content: space-between;
    padding: 22px 45px 0;
    max-width: 571px;
    margin: 0 auto 40px;
}

.hand-name{
    font-size: 18px;
    line-height: 150%; /* 27px */
}
.sizes-block{
    position: relative;
    padding-bottom: 30px;
    min-height: 42px;
}
.size-block{
    position: absolute;
    display: none;
}
.sizes-block-disable{
    min-height: 0!important;
    padding-bottom: 0!important;
}
.size-block.active{
    display: block;
    width: 100%;
}
.finger-size__items,.wrist-size__items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.finger-size__item{
    padding: 11px 0px;
    font-size: 12px;
    color: #27251F;
    line-height: 150%;
    border: 1px solid #27251F;
    cursor: pointer;
    min-width: 70px;
    text-align: center;
}

.finger-num.nonempty{
    background-image: url("/local/components/apollon/finger.sizes/templates/sizes_info/images/ellipse.png");
}

.finger-num.active{
    background-image: url("/local/components/apollon/finger.sizes/templates/sizes_info/images/elipse_blue.png");
}

.finger-size__item.active{
    background: #27251F;
    color: #fff;
}

.hands__container{
    padding-bottom: 30px;
}

.folders__list{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.folders__list-item{
    font-size: 12px;
    line-height: 150%;
    padding-left: 34px;
    text-decoration-line: underline;
    position: relative;
    cursor: pointer;
}

body .folders__list-item::before{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url("/local/components/apollon/finger.sizes/templates/sizes_info/images/folders.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}

.instruction__title{
    font-size: 24px;
    font-family: Arial, sans-serif;
    line-height: 150%;
    font-weight: 700;

    margin-bottom: 20px;
}

.instruction__text{
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 16px;
}

.find-your-size{
    font-size: 12px;
    line-height: 150%;
    text-decoration-line: underline;
}



.size-info__item{
    border-top: 1px solid rgba(39, 37, 31, 0.4);
    padding: 16px 0 0;
}
.wrist-guid{
    padding: 20px 0;
}
.size-info__item {
    border-bottom: 1px solid rgba(39, 37, 31, 0.4);
}
.size-info__item-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
}

.size-info__item-content{
    height: 0;
    overflow: hidden;
    transition: all ease .5s;
}

.size-info__item-content.add{
    height: auto;
    overflow: unset;
    padding-bottom: 16px;
    transition: all ease .5s;
}
.size-list__item-plus{
    width: 19px;
    height: 19px;
    background-image: url("/local/components/apollon/finger.sizes/templates/sizes_info/images/plus.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all ease .5s;
}
.size-list__item-plus.add{
    background-image: url("/local/components/apollon/finger.sizes/templates/sizes_info/images/minus.svg");
}
.instruction{
    padding-top: 30px;
    margin-bottom: 16px;
    border-top: 1px solid rgba(39, 37, 31, 0.40);
}


.size-guide__btns{
    display: flex;
    max-width: 415px;
    margin-bottom: 16px;
}

.size-guide__btn{
    padding: 6px 0;
    width: 50%;
    text-align: center;
    cursor: pointer;
    line-height: 150%;
}

.size-guide__btn.mixitup-control-active{
    border-radius: 90px;
    background: #27251F;
    color: #fff;
}

.size-info__item-title{
    font-size: 24px;
    font-family: Arial, sans-serif;
    line-height: 150%;
    font-weight: 700;

    cursor: pointer;
}





.size-guide__text{
    opacity: 0.6;
}

.size-guide__list{

}

.size-guide__item{
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
}

.size-guide__item-text{
    font-size: 12px;
    line-height: 150%;
    font-family: Arial, sans-serif;
    font-weight: 700;

    min-width: 105px;
}

.size-guide__item:nth-child(even){
    background: #F5F5F5;
}

.seize-section__text{
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 16px;
}

.size-list__item-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}



.size-list__item-content--inner{
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.size-list__item-info{
    width: 75%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.rings-size--list{
    margin-bottom: 74px;
}

.rings-size-list__item{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.size-list__item-content--wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.size-list__item-content{
    padding: 20px;
    border: 1px solid rgba(39, 37, 31, 0.20);
}

.rings-size-list__text{
    color: #000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    line-height: 150%;
    font-weight: 700;

    white-space: nowrap;
    padding-right: 5px;
}

.rings-size-list__item:nth-child(even){
    background-color: #F5F5F5;
}

body .back-link{
    margin-bottom: 80px;
}

body .back-link:before{
    left: 29px!important;
    top: 5px!important;
}

.rings-size-text{
    font-size: 12px;
    line-height: 150%;
}

@media (max-width: 1600px) {
    .rings-size--list{
        margin-bottom: 74px;
    }
}

@media (max-width: 1439px) {
    .size{
        margin-bottom: 60px;
    }
    .back-link{
        margin-bottom: 60px;
    }
}

@media (max-width: 1279px) {
    .size{
        margin-bottom: 60px;
    }

    .breadcrumb__inner{
        padding-top: 29px;
        margin-bottom: 29px;
    }

    .size__container{
        max-width: 736px;
    }

    .size__title{
        text-align: center;
        margin-bottom: 30px;
    }

    .size__text{
        margin-bottom: 30px;
        text-align: center;
    }

    .hand-name__inner{
        padding-top: 22px;
        margin-bottom: 30px;
    }

    .rings-size--list{
        margin-bottom: 56px;
    }
}

@media (max-width: 1023px) {
    .size{
        margin-bottom: 40px;
    }

    .back-link{
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .rings-size-list__item{
        padding: 10px 0 ;
    }
    .rings-size-list__text{
        font-size: 11px;
    }
    .size-guide__item-text{
        min-width: 55px;
        max-width: 55px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .finger-size__item{
        max-width: 60px;
    }

    .size__container{
        max-width: 294px;
    }

    body .size__title{
        max-width: 251px;
        margin: 0 auto 30px;
        font-size: 24px;
    }

    .size__text{
        max-width: 295px;
        margin: 0 auto 30px;
        text-align: left;
    }

    .left-hand img, .right-hand{
        height: 184px;
        width: 125px;
    }

    .finger-num{
        width: 24px;
        height: 24px;
        font-size: 9px;
    }

    .finger_num_0{
        top: 57px;
        left: 8px;
    }

    .finger_num_1{
        top: 46px;
        left: 26px;
    }

    .finger_num_2{
        top: 44px;
        left: 49px;
    }

    .finger_num_3{
        top: 49px;
        left: 73px;
    }

    .finger_num_4{
        top: 87px;
        left: 89px;
    }

    .finger_num_5{
        top: 88px;
        left: 15px;
    }

    .finger_num_6{
        top: 49px;
        left: 34px;
    }

    .finger_num_7{
        top: 44px;
        left: 56px;
    }

    .finger_num_8{
        top: 46px;
        left: 79px;
    }

    .finger_num_9{
        top: 56px;
        left: 99px;
    }

    .finger_num_10{
        top: 152px;
        left: 63px;
    }

    .hand-name__inner{
        padding-left: 0;
        padding-right: 0;
        padding-top: 11px;
        max-width: 245px;
        margin-bottom: 30px;
    }

    .hand-name{
        font-size: 9px;
    }

    .finger-size__items{
        flex-wrap: wrap;
    }

    .instruction__title{
        font-size: 14px;
    }

    .size-info__item-title{
        font-size: 14px;
    }

    .size-guide__btn{
        padding: 4px 0;
        font-size: 8.5px;
    }

    .size-list__item-content--img{
        width: 48px;
        height: 48px;
    }

    .rings-size--list{
        margin-bottom: 40px;
    }

    .rings-size-text{
        margin-left: -62px;
    }

    .size{
        margin-bottom: 30px;
    }

    .back-link{
        margin-bottom: 59px;
    }
}

.diameter_popup{
    position: fixed;
    z-index: 13;
    width: 100%;
    max-width: 730px;
    height: 90%;
    overflow-y: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%,5%);
    background-color: #ffffff;
    padding: 30px;
    scrollbar-color: #000000 #ffffff;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.diameter_popup::-webkit-scrollbar {
    width: 6px;
}
.diameter_popup::-webkit-scrollbar-track {
    background: #FFF;
}
.diameter_popup::-webkit-scrollbar-thumb {
    background: #000000;
}
.diameter_popup_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.diameter_popup_header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.diameter_popup_title{
    font-size: 28px;
    line-height: 150%;
    font-weight: 400;
}
.popup_body_top_description{
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}
.popup_body_top_description_list{
    list-style: disc;
    padding-left: 5%;
}
.popup_body_top_description_list li{
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    list-style: disc;
}
.diameter_popup_body{
    width: 100%;
}
.popup_body_content{
    width: 100%;
    padding-top: 20px;
}
.popup_body_content ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.popup_body_content ul li{
    width: 100%;
    padding: 15px;
    border: 1px solid #d0d1d2;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.list_item_block{
    width: calc(50% - 8px);
    max-height: max-content;
}
.list_item_block img{
    width: 100%;
    height: 100%;
    max-height: 300px;
}
.list_item_description_title{
    font-size: 22px;
    line-height: 150%;
    font-weight: 700;
}
.list_item_description_text,.diameter_popup_footer{
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}
.d-none{
    display: none;
}
.size-list__item-content--inner h2{
    font-size: 14px;
    line-height: 150%;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    font-weight: 700;
}
.size-list-title-img{
    width: 35%;
    height: 100%;
    /*max-width: 275px;*/
    /*max-height: 275px;*/
}
@media (max-width: 1279px) {
    .sizes-block {
        min-height: 100px;
    }
}
@media (max-width: 767px) {
    .list_item_description_text,.popup_body_top_description,.popup_body_top_description_list li,.diameter_popup_footer{
        font-size: 12px;
    }
    .list_item_description_title{
        font-size: 18px;
    }
    .diameter_popup_title{
        font-size: 22px;
    }
    .sizes-block {
        min-height: 200px;
    }
    .size-list__item-content--inner h2{
        font-size: 12px;
    }
}
/* End */
/* /local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1754655742379 */
/* /local/components/apollon/finger.sizes/templates/sizes_info/style.css?175465574213295 */
