@font-face {
    font-family: "GolosText";
    src: url("../fonts/Golos/GolosText-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "GolosText";
    src: url("../fonts/Golos/GolosText-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "GolosText";
    src: url("../fonts/Golos/GolosText-DemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "GolosText";
    src: url("../fonts/Golos/golos-text_bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "GolosText";
    src: url("../fonts/Golos/golos-text_black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "GolosUi";
    src: url("../fonts/Golos/golos-ui_bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SFProDisplay/SFProDisplay-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}


* {
    margin: 0;
    padding: 0;
    line-height: normal;
    box-sizing: border-box;
    scrollbar-width: thin;
}

*::-webkit-scrollbar {
    height: .375rem;
    width: .375rem;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #717985;
    /* Если нужно - добавьте :hover и:active */
}

*::-webkit-scrollbar-thumb:vertical {
    min-height: 1.5rem;
}

*::-webkit-scrollbar-thumb:horizontal {
    min-width: 1.5rem;
}

html {
    scrollbar-width: thin;
    font-size: 14px;
    letter-spacing: -0.18px;
}

body {
    font-family: "GolosText", sans-serif;
    font-style: normal;
    color: #000;
    font-style: normal;
    font-weight: 400;
    max-width: 100%;
    width: 100%;
    position: relative;
    scrollbar-width: thin;
    font-size: 16px;
    background: #ECF2FA;
    height: 100vh;
    overflow-x: hidden;
}


input {
    padding: 0;
    margin: 0;
    border: 0;
    border: none;
    outline: none;
    resize: none;
    text-align: left;
    background: none;
}

input::placeholder {
    opacity: 1;
}


label {
    padding: 0;
    margin: 0;
}

button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    transition: opacity 1s ease;
    display: inline-block;
    font-family: "GolosText", sans-serif;
}

button:hover {
    opacity: 0.5;
}

ul {
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    transition: opacity 1s ease;
    cursor: pointer;
    display: inline-block;
    color: #000;
    font-family: "GolosText", sans-serif;
    transition: opacity 1s ease-in-out;
    
}

a:hover {
    opacity: 0.5;
}

button:hover {
    cursor: pointer;
}

textarea {
    resize: none;
    scrollbar-width: thin;
}

ul {
    display: flex;
    flex-direction: column;
}

li {
    font-size: 12px;
    line-height: 1.4;
    color: rgba(16, 12, 64, 0.699999988079071);
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

input {
    margin-top: 0.5rem;
    max-width: 100%;
    width: 100%;
    background: #ffffff;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
    transition: all 1s ease-in-out;
    color: #000;
    border-radius: 0.5rem;
    border: 1px solid #8B98AA;
}

input:-webkit-autofill {
    transition: all 5000s ease-in-out;
}

input::placeholder {
    opacity: 1;
    color: #ABB4C0;
}

input:disabled {
    opacity: 0.4;
    pointer-events: none;
}

textarea {
    min-height: 120px;
    margin-top: 8px;
    max-width: 100%;
    width: 100%;
    background: #ffffff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 12px 16px;
    line-height: 22px;
    font-size: 17px;
    transition: all 0.5s ease-in-out;
    color: #1A1A1A;
    border: 1px solid #828c99;
}

textarea:focus {
    outline: none;
}

textarea::placeholder {
    opacity: 1;
    color: #5d6470;
}
pre{
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap;  
    white-space: -pre-wrap;     
    white-space: -o-pre-wrap;    
    word-wrap: break-word;  
    font-family: inherit;
}
.container {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 86rem;
    width: 100%;
}

.small-container {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 610px;
    width: 100%;
}
.link-default {
    max-width: 100%;
    width: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
    background: #003099;
    text-align: center;
    font-size: 1rem;
    color: #FFF;
    font-weight: 500;
}
.link-default__disabled{
    color: #8B98AA;
    background: #ECF2FA;
    cursor: default;
    pointer-events: none;
}
.title{
    font-size: 2rem;
    font-weight: 700;
}
.title-small {
    font-size: 1.5rem;
}
.text{
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.60);
    line-height: 150%;
}
.text-small{
    font-size:1rem;
}
.text__black {
    color: #000;
}

.popup {
    position: relative;
}

.popup-list {
    padding: 8px 0;
    position: absolute;
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.15);
    background: #fff;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.popup-list__element {
    line-height: 24px;
    padding: 8px 16px;
    transition: all 1s ease-in-out;
    text-align: left;
}

.popup-list__element:hover {
    background: #DEEDFF;
    opacity: 1;
}

.selected-element {
    color: #e51740;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

/* /popup */
.wrapper {
    position: relative;
}

.mobile {
    display: none !important;
}


@media (max-width: 1500px) {
    .text{
        font-size: 1rem;
    }

}

@media (max-width: 1000px) {
    html{
        font-size: 16px;
    }
    .desktop {
        display: none;
    }

    .mobile {
        display: block !important;
    }
    button:hover {
        opacity: 1;
    }

    a:hover {
        opacity: 1;
    }
    .text{
        font-size: 0.875rem;
    }
    .title{
        font-size: 1.5rem;
    }
    .title-small{
        font-size: 1.25rem;
    }
}


.blocked {
    pointer-events: none;
    opacity: 0.3;
}

.disable-actions{
    pointer-events: none;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

