

/* Start:/bitrix/components/ringstudio/onlinefitting/templates/.default/style.css?17624360049488*/
#ring-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 460px;
    padding-top: 20px;
}
#ring-wrap p{
    color: #403F4A;
    font-family: Arial;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
}
#qrcode{
    width: 100px;
    height: 100px;
}
#carousel-zone{
    text-align: center; 
}
.buttonA{
    text-decoration: none;
    color: inherit;    
}

.buttonN {
    width: 100%;
    background-color: #403F4A;
    color: #FFFFFF;
    padding: 14px;
    border-radius: 5px;
    border: none;
    margin: 10px auto 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
#make-photo {
    margin-top: 35px;
}
#redo-save {
    margin-top: 10px;
    font-size: 1.4em;
}
#return{
    color: #3E3D49;
    font-size: 14px;
    line-height: 14px;
    text-decoration-line: underline;
    text-align: center;
    margin-top: 24px;
    display: block;
}
#save {
    width: 100%;
    background-color: #403F4A;
    color: #FFFFFF;
    padding: 14px;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
#redo{
    width: 100%;
    background-color: #FFFFFF;
    color: #403F4A;
    border: 1px solid #403F4A;
    padding: 14px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
}

.ring-photo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    max-height: 120px;
    object-fit: cover;
}
#video-player{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#photo-zone {
    position: relative;
    min-height: 290px;
}

#photo-zone:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(360deg, #3C3B47 1.37%, rgba(60, 59, 71, 0) 21.3%);
}
#photo-zone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, #3C3B47 1.37%, rgba(60, 59, 71, 0) 11.3%);
}

#photo-canvas{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.output-canvas{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    touch-action: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#photo-def{
    background: rgba(217, 217, 217, 0.20);
    width: 100%;
    height: 290px;
    color: #403F4A;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;    
}
#example-pic{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 225px;
    margin-bottom: 20px;
}

#correction-zone {
    width: 100%;
    height: 115px;
    border: 1px solid #EAEAEB;    
    -webkit-touch-action: manipulation;
    -moz-touch-action: manipulation;
    -ms-touch-action: manipulation;
    touch-action: manipulation!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

#correction-zone button{
    background: transparent;
    border: none;
    -webkit-touch-action: manipulation;
    -moz-touch-action: manipulation;
    -ms-touch-action: manipulation;
    touch-action: manipulation!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.control-button {
    position: absolute;
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.control-button img {
    width: 100%;
    height: 100%;
}

#btn-rot-left {
    width: 31px;
    height: 27px;

    bottom: 54px;
    left: 20px;
}

#btn-rot-right {
    width: 31px;
    height: 27px;

    bottom: 54px;
    left: 78px;
}

#btn-sizeP {
    width: 27px;
    height: 27px;

    bottom: 54px;
    right: 80px;
}

#btn-sizeM {
    width: 27px;
    height: 27px;

    bottom: 54px;
    right: 20px;
}

#btn-move-left {
    width: 31px;
    height: 18px;

    bottom: 60px;
    right: 51%;
}

#btn-move-right {
    width: 31px;
    height: 18px;

    bottom: 60px;
    left: 51%;
}

#btn-move-up {
    width: 18px;
    height: 31px;

    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
}

#btn-move-down {
    width: 18px;
    height: 31px;

    bottom: 31px;
    left: 50%;
    transform: translateX(-50%);
}

.inscription {
    position: absolute;
    z-index: 1;
    bottom: 12px;

    color: #000000;
    font-size: 12px;
    line-height: 16px;
}

#inscription-rotate {
    left: 20px;
}

#inscription-move {
    left: 50%;
    transform: translateX(-50%);
}

#inscription-size {
    right: 20px;
}

h2.title {
    color: #403F4A;
    font-family: HeliosB;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.guide-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px !important;
}

.guide-list__item:before {
    background: #403F4A !important;
    top: 6px !important;
}

#carousel {
    margin: 30px 0 30px 0;
}
#custom-dots{
    display: flex;
}
#custom-dots div{
    display: inline-block;    margin: 0 5px;
}
#custom-dots button.owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #403F4A !important;
    border-radius: 50%;
    background-clip: padding-box;
    background: #fff;
    margin: 0;
    padding: 0;
}

#custom-dots button.owl-dot.active {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #403F4A !important;
    border-radius: 50%;
    background-clip: padding-box;
    background: #403F4A !important;
    margin: 0;
}

.back {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.back img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.back span {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #403F4A;
    text-decoration: none;
}

.modal {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__body {
    position: relative;
    width: 96%;
    padding: 0;
    background-color: #FFFFFF;
    text-align: center;
}
.modal__txt{
    color:#636363;
    font-size: 14px;
    line-height: 130%;
    padding: 20px 0 30px;
}
.modal__title {
    margin: 0 0 15px 0;
    letter-spacing: normal!important;
    font-weight: 700!important;
    text-shadow: none!important;
    text-transform: uppercase;    
    color: #403F4A;
    font-family: 'HeliosB';
    font-size: 14px;
    line-height: 18px;
}

.modal__text {
    margin: 0 !important;
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;

    width: 17px;
    height: 17px;
}

.modal__close img {
    width: 100%;
    height: 100%;
}

#mobile-zone {
    display: none;
}

@media (max-width: 480px) {
    #mobile-zone {
        display: block;
    }

    #pc-zone {
        display: none;
    }
}

#ring-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-style: italic;
    width: 100%;
    justify-content: space-between;
    gap: 5px;
    padding: 8px 10px;
    color: #ffffff;
}
.owl-carousel .owl-stage {
    /*width: 100% !important;*/
    display: flex !important;
    gap: 4px;
    margin: 0 auto;
}

.owl-carousel .owl-item {
    width: auto !important;
    border: 1px solid #DADADA;
    opacity: 0.5;
}

.owl-carousel .owl-item.custom-active {
    opacity: 1;
}

#custom-dots {
    transform: translateY(-10px);
    
}

.header__logo.download-logo {
    margin: 0 auto 15px;
    float: none;
}
#result_img img{
    width: 100%;
}
/*#result_img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(360deg, #3C3B47 1.37%, rgba(60, 59, 71, 0) 11.3%);
}*/
#ring-options{ 
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border:2px solid #FFF;
    border-radius:100px;
    /*width: 38px;*/
    width:173px;
    height: 38px;
    margin: 0 auto 17px;
    /*transition: .5s cubic-bezier(0.68, -0.3, 0.265, 1.3);*/
    user-select:none;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*#ring-options:hover{
    width:173px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    transition:.5s;
}*/
#ring-options .icon{
    padding: 6px;
    position: relative;    
}
#ring-options .ring-options-link{
    white-space: nowrap;
    display: inline-block;
    transition:.8s;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    /*overflow: hidden;
    display: none;*/
}
/*#ring-options:hover .ring-options-link{
    display: inline-block;
    transition:.8s;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}*/
#options-popup .pic-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
#options-popup .preview_pic{
    width: 120px;
    border: 1px solid var(--Color-3-Light-grey, #EAEAEB);
    margin: 3px;
}
/* End */
/* /bitrix/components/ringstudio/onlinefitting/templates/.default/style.css?17624360049488 */
