@import '../fonts/fonts.css';

:root {
    --star-color_my: #e3e3e3;
    --star-size: 16px;
    --star-color: #e3e3e3;
    --star-background: #1357cd
}


#container {
    width: 75px;
    height: 75px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: rgb(250, 250, 250);
    overflow:hidden;
}
.loader-img {
    position: absolute;
    inset: 0px;
    z-index: 9999;
    height: 120px;
    width: 120px;
    margin: auto;
}
.icon-main {
    width: 63px;
    height: 63px;
    border-radius: 16px;
}
.icon-loading {
    width: 33px;
    height: 33px;
    border-radius: 4px;
}
.main-button {
    width: 100% !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    background-color: #0b57cf !important;
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.0178571429em;

}
.active {
    animation: spin 1s linear infinite;
}
.isDisabled {
    background-color: gray;
    color: #202124;
    cursor: not-allowed;
    pointer-events: none;
    user-select: none;
    opacity: 0.5;
    text-decoration: none;
}
.circle__spinner {
    width: 63px;
    height: 63px;
}
.circle__spinner .path {
    stroke: #0b57cf;
    stroke-linecap: round;
    animation: test 5s linear infinite;
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 130, 150;
        stroke-dashoffset: 0;
    }
}
.secondary-title {
    font-weight: 600;
    font-size: 17px;
    font-family: 'Open Sans', 'Roboto', 'Arial', sans-serif;
}

.arrow {
    width: 25px;
    cursor: pointer;
}

.cell {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cell:not(:first-child)::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    background-color: #e8eaed;
    width: 1px;
    height: 20px;
}

.text {
    fill: #202124;
    stop-color: #202124;
    align-items: center;
    color: #202124;
    display: flex;
    font-family: 'Open Sans', 'Roboto', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    justify-content: center;
    letter-spacing: 0.0178571429em;
    line-height: 1.25rem;
    white-space: nowrap;
}

.icons {
    width: 18px;
    height: 18px;
}

.small-icons {
    width: 10px;
    height: 10px;
}

.image-slide {
    position: relative;
    width: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.image-slide > img,
.video-slide > video
{
    height: 204px;
}

.number {
    font-family: Roboto, Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1rem;
    padding-right: 16px;
}

.progress {
    align-items: center;
    display: grid;
    margin-bottom: 2px;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
}

.line {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    fill: #5f6368;
    -webkit-tap-highlight-color: transparent;
    background-color: #e8eaed;
    border: 0;
    border-radius: 9999px;
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    font-size: 100%;
    height: 8px;
    letter-spacing: 0.0142857143em;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    vertical-align: initial;
    visibility: visible;
    width: 100%;
}

.progress-bar {
    background-color: #0b57cf;
    border-radius: inherit;
    height: 100%;
}
.backdrop.backdrop--is-hidden {
    opacity: 0;
    pointer-events: none;
}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100vw;
    height: 100%;

    opacity: 1;
    overflow-y: scroll;
    transition: opacity 500ms ease-in-out, transform 250ms ease-in-out;
}

.backdrop.backdrop--is-hidden .modal {
    transform: translate(100%, -50%) scale(1);
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    background-color: white;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 500ms ease-in-out;
}
.modal__icon {
    width: 24px;
    height: 24px;
    color: #202124;
}
.modal-block {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 16px;
    border-bottom: 1px solid #5f6368;
}
.modal-title {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', 'Roboto', 'Arial', sans-serif;
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

html {
    font-family: "Roboto";
}

body.body-lock{
    overflow: hidden;
    scroll-snap-type: none;
}
body ::-webkit-scrollbar {
    height: 0;
    width: 0;

}

::-webkit-scrollbar-thumb {
    background: none;
}

::-webkit-scrollbar-track {
    background-color: inherit;
}



@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    width: max-content
}

.stars::before {
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color_my) var(--percent)) !important;
    -webkit-background-clip: text !important;
    content: "★★★★★";
    letter-spacing: 0;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rating__stars-box {
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box
}

.active-device {
    background: #c2e7fe;
    color: gray;
    border-color: #c2e7fe !important;
}

@media (prefers-color-scheme: dark) {
    .active-device {
        background: #004a76;
        color: #c2e7fe;
        border-color: #004a76 !important;
    }
}
