@import "../fonts/inter/inter.css";

html {
    font-size: 14px;
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    outline: none;
}

body {
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #2d2d2d;
    background: #ffffff;
    min-width: 320px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    height: 100%;
    padding: 0;
    width: 100%;
}

.main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.index-container {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.index-logo-opros {
    display: flex;
    align-items: flex-end;
    width: 100%;
    gap: 10px;
    padding-bottom: 40px;
}

.index-logo-opros span {
    font-weight: bold;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.index-logo-opros img {
    max-width: 200px;
}

.opros_form {

    max-width: 740px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 20px 100px 20px;
}

.opros_form iframe {
    margin-left: -12px;
}

img,
picture,
video,
canvas,
svg {
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    margin-bottom: 0;
}

.container {
    max-width: 1164px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 2rem;
}

@media (max-width: 767px) {
    .container {
        padding: 0 12px;
    }
}

.container.container-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

a {
    color: #2d2d2d;
    text-decoration: none;
}

a:hover,
a:active {
    color: #2d2d2d;
    opacity: 0.8;
}

a.disabled {
    color: #858b9d !important;
    cursor: auto;
    pointer-events: none;
}

a,
button {
    outline: none !important;
}

strong,
b {
    font-weight: 600;
}

p {
    margin-bottom: 0.8rem;
}

p.last {
    margin-bottom: 1.8rem;
}

li,
p {
    font-size: 16px;
    line-height: 140%;
}

h1 {
    font-weight: 500;
    text-align: center;
    font-size: 28px;
    line-height: 120%;
    color: #2d2d2d;
    margin-bottom: 40px;
}

h2 {
    font-weight: 600;
    margin-bottom: 0.7rem;
    font-size: 18px;
    line-height: 140%;
}

h3 {
    font-weight: 600;
    margin-bottom: 0.7rem;
    font-size: 16px;
}

.h1-text {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: -30px;
}

ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px;
    list-style: none;
}

ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7px;
    background: #ee0e79;
    left: 0;
}

ul li ul {
    margin-top: 7px;
    margin-bottom: 1.5rem;
}

ol {
    margin-bottom: 1.5rem;
}

ol li {
    margin-bottom: 7px;
}

@media (max-width: 500px) {
    ul {
        padding-left: 10px;
    }
}

.login-container {
    margin: 0 auto;
    max-width: 400px;
    padding: 10vh 24px 5vh 24px;
}

.login-container .logo-cont {
    margin-bottom: 70px;
}

.index-logo-cont {
    text-align: center;
}

.index-logo-cont img {
    max-width: 348px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .index-logo-cont img {
        max-width: 80%;
    }
}

.index-logo-cont .slogan {
    padding-top: 30px;
    font-size: 26px;
    line-height: 120%;
}

.logo-cont {
    text-align: center;
}

.logo-cont img {
    max-width: 180px;
    margin: 0 auto;
}

.logo-cont .slogan {
    padding-top: 20px;
    font-size: 14px;
}

form input {
    border: 1px solid #EDEEEF;
    padding: 15px;
    color: #2d2d2d;
    font-size: 16px;
    border-radius: 12px;
    height: 50px;
    width: 100%;
    font-weight: 300;
}

form input.code {
    width: 160px;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin: 0 auto;
}

form .form-group {
    margin-bottom: 24px;
}

form .form-group.code {
    text-align: center;
}

form .forgot-cont {
    text-align: right;
    margin-bottom: 10px;
}

form .forgot-cont a {
    color: #4E5779;
    font-size: 12px;
}

form .form-button {
    margin-top: 44px;
    margin-bottom: 34px;
}

form .button {
    height: 52px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    border: 0;
    border-radius: 12px;
    width: 100%;
    cursor: pointer;
    background: linear-gradient(90deg, #ffaa7a 0%, #f8607a 50%, #ee0979 100%);
}

form .button:active {
    background: linear-gradient(-90deg, #ffaa7a 0%, #f8607a 50%, #ee0979 100%);
}

form .button:hover {
    opacity: 0.9;
}

form .button:disabled {
    background: #EDEEEF;
    color: #858b9d;
    cursor: auto;
}

form .select-type {
    font-size: 18px;
    text-align: center;
}

.social-block {
    margin-top: 8vh;
    color: #858b9d;
    text-align: center;
}

.social-block .list {
    padding-top: 12px;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.index-screens {
    padding: 5vh 0 10vh 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.index-screens .page2 {
    margin: 0 5% 0 10%;
}

@media (max-width: 991px) {
    .index-screens {
        display: none;
    }
}

.index-screens-mobile {
    display: none;
    padding: 5vh 0 7vh 0;
    align-items: flex-end;
    justify-content: center;
}

@media (max-width: 991px) {
    .index-screens-mobile {
        display: flex;
    }
}

@media (max-width: 991px) and (min-width: 500px) {
    .index-screens-mobile img {
        max-width: 500px;
    }
}

.index-link {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-link .link-title {
    font-size: 24px;
    color: #EE0E79;
}

.index-link .link-links {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
}

@media (max-width: 767px) {
    .index-link .link-links {
        gap: 15px;
    }
}

.index-help {
    padding-top: 30px;
    font-size: 14px;
}

a.blue-link {
    color: #007AFF;
    text-decoration: underline;
}

a.blue-link:hover {
    text-decoration: none;
    color: #007AFF;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
}

header img {
    max-width: 130px;
}

header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .download-block {
    display: flex;
    gap: 10px;
    font-size: 14px;
}

header .download-block a {
    margin: 0 5px;
}

@media (max-width: 500px) {
    header .download-block {
        flex-direction: column;
        text-align: right;
        gap: 0;
    }

    header .download-block div {
        display: flex;
        flex-direction: column;
    }

    header .download-block span {
        display: none;
    }
}

.content-page {
    padding-top: 150px;
    padding-bottom: 70px;
}

@media (max-width: 500px) {
    .content-page {
        padding-top: 120px;
        padding-bottom: 50px;
    }
}

.content-pic {
    border-radius: 20px;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .two-column {
        flex-wrap: wrap;
        display: flex;
    }

    .two-column ul {
        flex: 1;
    }
}

#telegrabot {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url('../images/telegram.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 0 #2aaaed;
    transform: scale(1);
    animation: pulse 2s infinite;
    border-radius: 50%;
}

@media (min-width: 992px) {
    #telegrabot {
        bottom: 50px;
        right: 50px;
        width: 70px;
        height: 70px;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(42, 170, 237, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(42, 170, 237, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(42, 170, 237, 0);
    }
}
