
@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts1/Rubik-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'Rubik', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main_window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.top_window {
    height: 68px;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.center_window {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #ffffff;
    background-image: linear-gradient(#dcdcdc29 1px, transparent 1px), linear-gradient(90deg, #dcdcdc29 1px, transparent 1px);
    background-size: 25px 25px;
}

.bottom_window {
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 9px 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.webname {
    margin: -12px 0 0 167px;
    font-size: 44px;
    font-weight: 600;
    color: #005fb3;
    width: 100%;
    text-align: center;
}

.hrefLogotype {
    color: #747474;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.hrefLogotype:hover {
    color: #005fb3;
}

.sitelogo {
    width: 40px;
    height: 40px;
    position: relative;
    bottom: -4px;
    margin: 0 8px 0 0;
}
.authVkDiv {
    margin: -10px 58px 0 0;
}

.jam {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1010px;
    margin: 32px auto 30px;
    min-height: 550px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%);
    box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 28px 0 12px;
}

.Box {
    position: relative;
    padding: 0 34px;
}

.inptB {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 9px;
}

.classInput {
    display: block;
    font-size: 14px;
    width: 248px;
    height: 36px;
    padding: 7px 45px 7px 15px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f3f3f3;
    color: #626262;
}

input.classInput:focus {
    outline: none;
    border: 2px solid transparent;
    background: -webkit-gradient(linear, right top, left top, from(#f3f3f3), to(#f3f3f3)), -webkit-gradient(linear, right top, left top, from(#85afdba1), to(#6baae157));
    background: -o-linear-gradient(right, #f3f3f3, #f3f3f3), -o-linear-gradient(right, #85afdba1, #6baae157);
    background: linear-gradient(to left, #f3f3f3, #f3f3f3), linear-gradient(to left, #85afdba1, #6baae157);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 7px 45px 7px 14px;
}

::-webkit-input-placeholder {
    color: #87878794;
    opacity: 1;
}

::-moz-placeholder {
    color: #87878794;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #87878794;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #87878794;
    opacity: 1;
}

::placeholder {
    color: #87878794;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #87878794;
}

::-ms-input-placeholder {
    color: #87878794;
}

.button_start {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 7px;
    font-size: 14px;
    font-weight: 400;
    width: 148px;
    height: 20px;
    border-radius: 5px;
    font-family: inherit;
    border: none;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px #c5c5c5, 0px 0px 0px #ffffff;
    box-shadow: 0px 1px 4px 0px #c5c5c5, 0px 0px 0px #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    letter-spacing: 1px;
    background-image: linear-gradient(to right, rgb(90 146 219 / 78%), rgb(99 102 241 / 78%));
}

.button_start:hover {
    background-image: linear-gradient(to right, rgb(90 146 219 / 70%), rgb(99 102 241 / 70%));
}

.titlediv {
    text-align: center;
    margin: 0 0 22px 0;
    font-size: 20px;
    font-weight: 500;
}

.descWin {
    margin: 23px 0 0 0;
    max-width: 900px;
    padding: 0 0 0 0;
    color: #2c2c2c;
}

.annotation {
    font-size: 14px;
    background: -o-linear-gradient(315deg, #f4f7ff, #eef2ff);
    background: linear-gradient(135deg, #f4f7ff, #eef2ff);
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 30px;
    color: #6c6c6c;
}

.examlelnk {
    color: #0f48af;
}

.an1,
.an3 {
    font-size: 19px;
    font-weight: 600;
    margin: 30px 0 15px;
    position: relative;
    padding-left: 15px;
}

.an1::before,
.an3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 20px;
    background: #4c75a3;
    border-radius: 4px;
}

.an2,
.an4,
.an5,
.descr {
    font-size: 15px;
    margin-bottom: 20px;
    color: #444;
}

.an4 ul,
.an5 ol {
    margin-top: 10px;
    padding-left: 20px;
}

.an4 li,
.an5 li {
    margin-bottom: 8px;
}

.an6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
}

.lst {
    background: #839ec5;
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    -webkit-box-shadow: 0 5px 15px rgb(76 117 163 / 30%);
    box-shadow: 0 5px 15px rgb(76 117 163 / 30%);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.lst:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 8px 20px rgba(76, 117, 163, 0.4);
    box-shadow: 0 8px 20px rgba(76, 117, 163, 0.4);
}

.descr {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 15px;
    color: #555;
}

.vk_auth {
    background-color: #0077FF;
    color: #fff;
    border-radius: 7px;
    border-width: 0;
    width: 208px;
    padding: 7px 3px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: blink;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vk_auth:hover {
    background-color: #0077ffcf;
}

.logotypeVk {
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: -1px;
    margin-right: 10px;
}

.CookieAva {
    width: 18px;
    border-radius: 50%;
    margin: 0 4px 0 0;
}

.vkidentr {
    display: inline-block;
}

.logined {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    padding: 8px 8px;
}

.sgn {
    margin: 0 0 0 4px;
}

.btmDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    gap: 3px;
}

.nonof {
    text-align: center;
}

.cop {
    text-align: center;
}

.cont {
    text-align: center;
}

.eml {
    font-weight: 600;
}

.resultDiv {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 24px 0 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.user_ava {
    border: 2px solid transparent;
    border-radius: 7px;
    width: 96px;
    height: 96px;
    padding: 3px;
    margin: 3px 0 0 0;
}

.avatar {
    height: 96px;
    width: 96px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}

.infoDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.NameDiv {
    margin: 12px 0 0 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.uName {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 1px 0;
}

.uAge {
    font-size: 14px;
    color: #575757;
}

.uLocation {
    font-size: 14px;
    color: #575757;
}

.uRL {
    font-size: 13px;
    color: #275b93;
    margin: 3px 0 0 0;
}

.uID {
    font-size: 13px;
    color: #000;
    margin: 3px 0 0 0;
}

.spanuID {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin: 3px 0 0 0;
}

.displaynone {
    display: none;
}

@media only screen and (max-width: 1050px) {
    .jam {
        width: 100%;
    }

}
@media only screen and (max-width: 810px) {
    .authVkDiv {
        margin: -10px 9px 0 0;
    }
}
@media only screen and (max-width: 764px) {
    .webname {
        font-size: 29px;
    }
    .sitelogo {
        width: 27px;
        height: 27px;
        bottom: -3px;
    }
}

@media only screen and (max-width: 640px) {
    .webname {
        width: unset;
        margin: -8px 0 0 8px;
        font-size: 35px;
    }

    .authVkDiv {
        margin: -9px 5px 0 0;
    }
}
@media only screen and (max-width: 520px) {
    .vk_auth {
        width: 29px;
        border-radius: 50%;
        padding: 8px 2px;
    }

    .vkidentr {
        display: none;
    }

    .logotypeVk {
        margin-right: 0;
    }
    .logined {
        width: 94px;
        border-radius: 20px;
        padding: 8px 8px;
    }
}
@media only screen and (max-width: 500px) {
    .inptB {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bottom_window {
        padding: 9px 13px;
    }
}

@media only screen and (max-width: 482px) {
    .webname {
        font-size: 30px;
    }

    .resultDiv {
        gap: 12px;
    }

    .uName {
        font-size: 15px;
    }

    .uLocation,
    .uRL,
    .uID,
    .spanuID {
        font-size: 13px;
    }

    .user_ava,
    .avatar {
        width: 75px;
        height: 75px;
    }
}
@media only screen and (max-width: 373px) {
    .webname {
        font-size: 27px;
    }
}