

/* Start:/local/templates/2024/fonts/fonts.css?1742566785521*/
@font-face {
    font-family: "Rosatom";
    src: url("/local/templates/2024/fonts/rosatom/RST45.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Rosatom";
    src: url("/local/templates/2024/fonts/rosatom/RST55.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Rosatom";
    src: url("/local/templates/2024/fonts/rosatom/RST75.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "My Font";
    src: url("/local/templates/2024/fonts/my-font/SofiaLZ-Semibold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "My Font";
    src: url("/local/templates/2024/fonts/my-font/SofiaLZ-Bold.otf");
    font-weight: 700;
}
/* End */


/* Start:/local/templates/2024/assets/css/variables.css?1742566785112*/
:root {
    --blue-1000-base: #003274;
    --blue-800-base: #025EA1;
    --white: #ffffff;
    --red: #ED3424;
}
/* End */


/* Start:/local/templates/2024/assets/css/base.css?1742566785992*/
@font-face {
    font-family: "Rosatom";
    src: url("/fonts/rosatom/RST45.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Rosatom";
    src: url("/fonts/rosatom/RST55.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Rosatom";
    src: url("/fonts/rosatom/RST56.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "Rosatom";
    src: url("/fonts/rosatom/RST75.ttf");
    font-weight: 700;
}
.no-scroll {
    overflow: hidden;
}

#s1 {
    background-color: grey;
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 640px;
}

#page {
    position: relative;
    overflow: hidden;
}

.bg--white {
    background-color: var(--white, #ffffff);
}
.button--small {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
button[class*="js"] {
    cursor: pointer;
}
@media (min-width: 1280px) {
    .container {
        max-width: 1199px;
    }
}
/* End */


/* Start:/local/templates/2024/assets/css/header.css?17434193045630*/
#page header {
    z-index: 9999;
    width: 100%;
    position: absolute;
    top: 0;
    font-family: "Rosatom";
}
.header__inner {
    position: relative;
}
.header__layout {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}
.header__layout .logotypes {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}
.header__layout .logotypes svg {
    width: auto;
    height: 22px;
}

.header__layout .logotypes img {
    width: 106px;
}

.header__layout > .logotypes .logo:last-child {
    display: flex;
}

.header__menu__container .header__user__auth + .logo {
    display: none;
}

.header__menu__container .header__menu--button {
    z-index: 20;
    position: relative;
    margin-left: auto;
}
.header__menu__container .header__menu--button button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    outline: none;
    border: none;
}
.header__menu__inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 29px;
    width: 100%;
}

.header__right:not(.active) .header__menu__inner svg {
    margin: 5px 0 0 -20px;
}

.user__preview {
    display: flex;
    align-items: center;
    gap: 10px;
}
.user__promo,
.user__promo .user__preview {
    color: var(--white, #ffffff);
    font-size: 16px;
    line-height: 20px;
}

.user__promo .user--icon img{
    width: 40px;
    height: 40px;
    border-radius: 9999px;
}
/** MENU */
body[data-menu-state="closed"] .header__menu__container .logotypes,
body[data-menu-state="closed"] .header__menu__container .header__menu__wrapper,
body[data-menu-state="closed"] .header__menu__container button.js-menu[data-action="close"],
body:not([data-menu-state="closed"]) .header__menu__container button.js-menu[data-action="open"] {
    display: none;
}
.header__menu__container {
    display: grid;
    width: 100%;
}
.header__menu__container .logotypes {
    grid-area: header-logo;
}
.header__menu__container .header__user__auth {
    display: flex;
    align-items: center;
    grid-area: header-user;
}
.header__menu__container .menu-top__container {
    grid-area: header-menu;
}
.header__inner .auth-reg__container {
    color: var(--white, #ffffff);
    display: flex;
    align-items: center;
    gap: 4px;
}
.header__inner .auth-reg__container a {
    color: inherit;
}
.header__inner .auth-reg__container .act--register a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.header__inner .auth-reg__container span:not(.separator) {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}
.header__inner .auth-reg__container .separator {
    padding: 0 8px;
}
.header__inner .auth-reg__container .act--register {
    padding: 5px 16px;
    display: inline-block;
    border-radius: 40px;
    background-color: var(--red, #ED3424);
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
@media (min-width: 720px) {
    .header__layout {
        padding: 29px 0;
    }
    .header__layout .logotypes {
        gap: 20px;
    }
    .header__layout .logotypes svg {
        height: 35px;
    }
    .header__layout .logotypes img {
        width: 124px;
    }
}

@media (min-width: 1280px) {
    .header__layout .logotypes img {
        width: 180px;
    }
    .header__layout > .logotypes .logo:last-child {
        display: none;
    }
    .header__menu__container .header__user__auth + .logo {
        display: flex;
    }
    .header__menu__container .header__user__auth {
        margin-left: auto;
    }
    .user--name {
        display: none;
    }
    .header__menu__container {
        /*grid-template-areas: "header-menu header-user";*/
    }
    body .header__menu__container .logotypes {
        display: none;
    }
    .header__menu__wrapper {
        position: initial;
    }
    body[data-menu-state="closed"] .header__menu__container .header__menu__wrapper {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .header__menu__container .header__menu--button {
        display: none;
    }
}
@media (max-width: 1279px) {
    .header__layout .logotypes {
        display: grid;
        grid-template-columns: repeat(3, minmax(70px, 160px));
        min-width: 74%;
        max-width: max-content;
    }
    .header__layout .logotypes a,
    .header__layout .logotypes img {
        display: inline-block;
        width: 100%;
        max-width: 160px;
    }
    .header__layout .logotypes svg {
        width: 100%;
    }
    .header__menu__wrapper {
        z-index: 19;
        position: absolute;
        top: 0;
        left: 100%;
        height: 110vh;
    }
    .header__menu__inner {
        box-sizing: border-box;
        position: relative;
        top: 0;
        right: 0;
        min-width: 280px;
        width: 340px;
        max-width: 100vw;
        height: 100%;
        max-height: 110vh;
        padding: 80px 40px 40px 30px;
        flex-direction: column;
        gap: 40px 0;
        background-color: var(--blue-800-base, #025EA1);
        transition: right 240ms linear;
    }
    .header__menu__container.active .header__menu__inner {
        right: 100%;
    }
    .header__menu__container .logotypes {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
@media (max-width: 719px) {
    .header__menu__inner {
        padding: 56px 20px 40px;
    }
    .header__layout .header__menu__container .logotypes svg {
        height: 35px;
    }
}
/* End */


/* Start:/local/templates/2024/assets/css/menu.css?1742566785636*/
.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu li,
.menu .menu__item {
    margin: 0;
    padding: 0;
    color: var(--white, #ffffff);
}
.menu li a,
.menu .menu__item a,
.menu li span,
.menu .menu__item span {
    font-size: 18px;
    line-height: 24px;
}

.footer-block .menu li a,
.footer-block .menu .menu__item a,
.footer-block .menu li span,
.footer-block .menu .menu__item span {
    font-size: 16px;
    line-height: 134%;
}
.menu li a,
.menu .menu__item a {
    color: inherit;
}
.menu li > span,
.menu .menu__item > span,
.menu li:hover,
.menu .menu__item:hover {
    color: var(--white, #ffffff);
}
/* End */


/* Start:/local/templates/2024/assets/css/footer.css?17434193043178*/
footer{
    padding: 60px 0;
    background-color: var(--blue-1000-base, #003274);
}
.footer-contacts{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    padding-top: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.footer-contacts:first-child{
    padding-top: 0;
}
.footer-contacts a{
    font-family: "My Font";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    color: #fff;
}
.footer-contacts a,
.footer-contacts a:hover{
    text-decoration: underline;
}
.footer__layout{
    display: grid;
    gap: 40px;
    grid-template-areas:
        "footer-menu"
        "footer-goto"
        "footer-logo";
    font-family: "Rosatom";
}
.footer__layout .footer-block:nth-child(1){
    grid-area: footer-menu;
}
.footer__layout .footer-block:nth-child(2){
    grid-area: footer-goto;
}
.footer__layout .footer-block:nth-child(3){
    grid-area: footer-logo;
}
.footer__layout .footer-block .button--small,
.footer__layout .footer-block .button--small svg{
    width: 52px;
    height: 52px;
}
.footer__layout .logotypes{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer__layout .logotypes svg{
    width: auto;
    height: 32px;
}
.footer__layout .rights-reserved{
    padding-top: 30px;
    color: var(--white, #ffffff);
    font-size: 12px;
    line-height: 16px;
    opacity: .5;
}
@media (min-width: 719px){
    .footer__layout .logotypes{
        flex-direction: row;
    }

    .footer-contacts{
        font-size: 16px;
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-start;
        align-self: stretch;
        gap: 8px;
    }

    .footer-contacts a{
        font-size: 20px;
        line-height: 120%; /* 24px */
    }
}
@media (min-width: 720px){
    .footer__layout{
        grid-template-areas:
            "footer-menu footer-goto"
            "footer-logo footer-logo";
    }

    .footer__layout .logotypes{
        gap: 22px;
    }

    .footer__layout .logotypes svg{
        height: 38px;
    }

    .footer__layout .rights-reserved{
        padding-top: 40px;
    }

    .footer__layout .footer-block:nth-child(2){
        direction: rtl;
    }
}
@media (min-width: 1280px){
    footer{
        padding: 80px 0;
        background-color: var(--blue-1000-base, #003274);
    }

    .footer__layout{
        grid-template-areas:
            "footer-logo footer-menu footer-goto";
    }

    .footer__layout .footer-block:nth-child(3){
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .main-page .footer-contacts {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

    .main-page .footer-contacts a {
        font-size: 24px;
    }
}
/* End */


/* Start:/local/templates/2024/css/fonts.css?17434193041583*/
@font-face{
    font-family: "Rosatom";
    src: url("/local/templates/2024/css/../fonts/rosatom/RST45.ttf");
    font-weight: 300;
}
@font-face{
    font-family: "Rosatom";
    src: url("/local/templates/2024/css/../fonts/rosatom/RST55.ttf");
    font-weight: 400;
}
@font-face{
    font-family: "Rosatom";
    src: url("/local/templates/2024/css/../fonts/rosatom/RST75.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "MyFont";
    src: url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Semibold.woff2") format("woff2"),
    url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Semibold.woff") format("woff"),
    url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MyFont";
    src: url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Bold.woff2") format("woff2"),
    url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Bold.woff") format("woff"),
    url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "My Font";
    src: url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Semibold.woff2") format("woff2"),
    url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Semibold.woff") format("woff"),
    url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "My Font";
    src: url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Bold.woff2") format("woff2"),
    url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Bold.woff") format("woff"),
    url("/local/templates/2024/css/../fonts/my-font/SofiaLZ-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* End */


/* Start:/local/templates/2024/libs/chronometer/chronometer.css?1742566785717*/
.chronometer {
    display: flex;
    gap: 5px;
}

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

.chronometer__block span:nth-child(1) {
    color: #FFF;
    font-family: Rosatom, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.chronometer__block span:nth-child(2) {
    color: #FFF;
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.chronometer__separator {
    color: #FFF;
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 2px;
}
/* End */


/* Start:/local/templates/2024/components/bitrix/menu/top/style.css?1742566785401*/
.menu-top {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    font-size: 18px;
    font-weight: 700;
}
@media (min-width: 1280px) {
    .menu-top,
    .menu.menu-top li span,
    .menu.menu-top li a {
        font-size: 14px;
        line-height: 18px;
    }
    .menu-top {
        height: 100%;
        flex-direction: row;
        gap: 0 20px;
        align-items: center;
    }
}
/* End */


/* Start:/local/components/mendeleev/check-agreement/templates/.default/style.css?17434193034551*/
:root {
    --black: #001C40;
    --dark: #003274;
    --green: #27AE60;
    --red: #ED3424;
    --blue-200-base: #B0DAFF;
    --blue-400-base: #6CACE4;
    --status-color-bg: #FFFFFF;
    --status-color-text: #001C40;
}

html {
    scroll-behavior: smooth;
}

.ui-button {
    padding: 12px 40px 14px;
    border-radius: 40px;
}

.field-item {
    width: 100%;
}

.field-item label,
.field-item input {
    width: max-content;
}

.field-item label {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.popup-agreement * {
    box-sizing: border-box;
    outline: none;
}

.popup-agreement {
    padding: 0 0 60px;
    font-family: "Rosatom", "Fira Sans", sans-serif;
    font-weight: 400;
    color: #ffffff;
}

.popup-agreement h3,
.popup-agreement .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.popup-agreement input {
    font-size: 16px;
    line-height: 24px;
    color: inherit;
}

.popup-agreement button {
    border: none;
    cursor: pointer;
    color: inherit;
}

.popup-agreement .button--red {
    background-color: var(--red, #ED3424);
    color: #ffffff;
    font-weight: 700;
}

.popup-agreement .button--red.disabled {
    background-color: #ffb3ad;
    cursor: not-allowed;
}

.popup-agreement .section__inner {
    padding: 20px;
    max-width: 100%;
}

.popup-agreement__wrapper {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-agreement__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #025EA166, transparent);
    backdrop-filter: blur(8px);
}

.popup-agreement .popup {
    z-index: 100;
    position: relative;
    border-radius: 12px;
    width: 90%;
    max-width: 680px;
    background-color: #6CACE4;
}

.popup .popup-agreement__popup-header {
    width: 100%;
    display: flex;
    gap: 30px;
}

.popup .popup-agreement__popup-header img {
    display: none;
}

.popup .popup-agreement__popup-header-content {
    color: #003274;
}

.popup .popup-agreement__popup-header .title {
    font-family: Rosatom;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}

.popup .popup-agreement__popup-header p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin: 20px 0 0;
}

.popup .popup-agreement--popup-body {
    margin-top: 50px;
    border-radius: 12px;
    background-color: #ffffff;
    color: #025EA1;
}

.popup-agreement__form {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    font-family: "Rosatom", "Fira Sans", sans-serif;
}

.popup .field-item label {
    padding: 0;
    flex-direction: row;
    align-items: center;
    gap: 0 20px;
    cursor: pointer;
}

.popup input[type="checkbox"] {
    margin: 0;
    position: relative;
    -moz-appearance: none;
    -ms-progress-appearance: unset;
    -webkit-appearance: none;
    appearance: none;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    border: 2px solid #025EA1;
    background-color: #D7EDFF;
    cursor: pointer;
}

.popup input[type="checkbox"]:checked:after {
    content: "\2714";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

.popup .field-item p {
    margin: 2px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

.popup .field-item p a,
.popup .field-item p a:hover {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #025EA1;
    text-decoration: underline;
}

.popup-agreement .popup .button--red {
    width: max-content;
}

.popup .ui-button {
    font-family: "Rosatom", "Fira Sans", sans-serif;
    font-size: 20px;
    line-height: 26px;
}

@media (min-width: 720px) {
    .popup .popup-agreement__popup-header {
        background-image: url("/local/components/mendeleev/check-agreement/templates/.default/images/lock.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .popup .popup-agreement__popup-header img {
        display: block;
    }
}

@media (min-width: 1200px) {
    .popup-agreement h3,
    .popup-agreement .title {
        font-size: 20px;
        line-height: 24px;
    }

    .popup-agreement .section__inner {
        padding: 30px;
    }

    .popup-agreement {
        padding: 0 0 216px;
    }
}
/* End */


/* Start:/local/templates/2024/components/bitrix/menu/bottom/style.css?1743419304495*/
.menu-bottom {
    column-count: 2;
    column-gap: 20px;
    font-family: "Rosatom";
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: -26px;
}
.menu.menu-bottom li {
    margin-bottom: 20px;
}

@media (min-width: 720px) {
    .menu.menu-bottom {
        margin-bottom: -20px;
    }
}

@media (min-width: 1200px) {
    .menu-bottom {
        column-gap: 40px;
        margin-bottom: -24px;
    }
    .menu.menu-bottom li {
        margin-bottom: 18px;
    }
}
/* End */


/* Start:/local/templates/2024/styles.css?177675100642763*/
@font-face { font-family: Atom350; src: url(/fonts/rosatom/RST45.ttf); }
@font-face { font-family: Atom400; src: url(/fonts/rosatom/RST55.ttf); }
@font-face { font-family: Atom700; src: url(/fonts/rosatom/RST75.ttf); }
@font-face { font-family: AtomI; src: url(/fonts/rosatom/RST56.ttf); }

body { margin: 0; padding: 0; width: 100%; overflow: overlay; background-size: 100vw; }
img { display: block; }
a {	cursor: pointer; text-decoration: none; }
section { position: relative; }
p { }
h1, h2 {}
input, select {
	padding: 0px 0px 2px 0px;
	border: 0;
	background: transparent;
}
input { width: 100%; border-radius: 0px; }
input[type="submit"] {
	-webkit-appearance:none;
}
select { width: 100%; cursor: pointer; }
select option {
	background-color: #FFFFFF;
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #6CACE4;
	padding: 5px 0px 5px 0px;
	color: #025EA1;
}
select option:hover { background-color: #E9F3FB }
textarea {
	padding: 0px;
	width: 100%;
	border: 0;
	background: #FFFFFF;
	height: 175px;
}
textarea:focus, input:focus, select:focus{
    outline: none;
}
input::placeholder {
	color: #FFFFFF;
	font-family: Atom400;
    font-size: 13px;
	opacity: 0.5;
}
textarea::placeholder {
	text-align: center;
	color: #99A2A7;
}

body::-webkit-scrollbar-thumb { width: 13px; border-radius: 0px; background: white; }
body::-webkit-scrollbar{ width: 13px; background: transparent; }




.atom350 { font-family: Atom350, Arial; }
.atom400 { font-family: Atom400, Arial; }
.atom700 { font-family: Atom700, Arial; }
.atomI { font-family: AtomI, Arial; }

.size12    { font-size: 12px;}
.size12l16 { font-size: 12px; line-height: 16px}
.size14    { font-size: 14px;}
.size14l16 { font-size: 14px; line-height: 16px}
.size14l19 { font-size: 14px; line-height: 19px}
.size15    { font-size: 15px;}
.size15l19 { font-size: 15px; line-height: 19px}
.size16    { font-size: 16px;}
.size16l19 { font-size: 16px; line-height: 19px}
.size16l22 { font-size: 16px; line-height: 22px}
.size18l19 { font-size: 18px; line-height: 19px}
.size18l21 { font-size: 18px; line-height: 21px}
.size18l25 { font-size: 18px; line-height: 25px}
.size24    { font-size: 24px;}
.size24e   { font-size: 24px; line-height: 24px}
.size24l31 { font-size: 24px; line-height: 31px}
.size24l33 { font-size: 24px; line-height: 33px}
.size32e   { font-size: 32px; line-height: 32px}
.size36    { font-size: 36px;}
.size36e   { font-size: 36px; line-height: 36px}
.size48e   { font-size: 48px; line-height: 48px}
.size64l57 { font-size: 64px; line-height: 57px}
.size64l83 { font-size: 64px; line-height: 83px}
.size72e   { font-size: 72px; line-height: 72px}
.size96e   { font-size: 96px; line-height: 96px}
.size288   { font-size: 288px; }

.sz10 { font-size: 10px; } .sz11 { font-size: 11px; } .sz12 { font-size: 12px; } .sz13 { font-size: 13px; } .sz14 { font-size: 14px; } .sz15 { font-size: 15px; } .sz16 { font-size: 16px; } .sz17 { font-size: 17px; } .sz18 { font-size: 18px; } .sz19 { font-size: 19px; } .sz20 { font-size: 20px; } .sz21 { font-size: 21px; } .sz22 { font-size: 22px; } .sz23 { font-size: 23px; } .sz24 { font-size: 24px; } .sz25 { font-size: 25px; } .sz26 { font-size: 26px; } .sz27 { font-size: 27px; } .sz28 { font-size: 28px; } .sz29 { font-size: 29px; } .sz30 { font-size: 30px; } .sz31 { font-size: 31px; } .sz32 { font-size: 32px; } .sz33 { font-size: 33px; } .sz34 { font-size: 34px; } .sz35 { font-size: 35px; } .sz36 { font-size: 36px; } .sz37 { font-size: 37px; } .sz38 { font-size: 38px; } .sz39 { font-size: 39px; } .sz40 { font-size: 40px; } .sz41 { font-size: 41px; } .sz42 { font-size: 42px; } .sz43 { font-size: 43px; } .sz44 { font-size: 44px; } .sz45 { font-size: 45px; } .sz46 { font-size: 46px; } .sz47 { font-size: 47px; } .sz48 { font-size: 48px; } .sz49 { font-size: 49px; } .sz50 { font-size: 50px; } .sz51 { font-size: 51px; } .sz52 { font-size: 52px; } .sz53 { font-size: 53px; } .sz54 { font-size: 54px; } .sz55 { font-size: 55px; } .sz56 { font-size: 56px; } .sz57 { font-size: 57px; } .sz58 { font-size: 58px; } .sz59 { font-size: 59px; } .sz60 { font-size: 60px; } .sz61 { font-size: 61px; } .sz62 { font-size: 62px; } .sz63 { font-size: 63px; } .sz64 { font-size: 64px; } .sz65 { font-size: 65px; } .sz66 { font-size: 66px; } .sz67 { font-size: 67px; } .sz68 { font-size: 68px; } .sz69 { font-size: 69px; } .sz70 { font-size: 70px; } .sz71 { font-size: 71px; } .sz72 { font-size: 72px; } .sz73 { font-size: 73px; } .sz74 { font-size: 74px; } .sz75 { font-size: 75px; } .sz76 { font-size: 76px; } .sz77 { font-size: 77px; } .sz78 { font-size: 78px; } .sz79 { font-size: 79px; } .sz80 { font-size: 80px; } .sz81 { font-size: 81px; } .sz82 { font-size: 82px; } .sz83 { font-size: 83px; } .sz84 { font-size: 84px; } .sz85 { font-size: 85px; } .sz86 { font-size: 86px; } .sz87 { font-size: 87px; } .sz88 { font-size: 88px; } .sz89 { font-size: 89px; } .sz90 { font-size: 90px; } .sz96 { font-size: 96px; } .sz102 { font-size: 102px; }

.lh10 { line-height: 10px; } .lh11 { line-height: 11px; } .lh12 { line-height: 12px; } .lh13 { line-height: 13px; } .lh14 { line-height: 14px; } .lh15 { line-height: 15px; } .lh16 { line-height: 16px; } .lh17 { line-height: 17px; } .lh18 { line-height: 18px; } .lh19 { line-height: 19px; } .lh20 { line-height: 20px; } .lh21 { line-height: 21px; } .lh22 { line-height: 22px; } .lh23 { line-height: 23px; } .lh24 { line-height: 24px; } .lh25 { line-height: 25px; } .lh26 { line-height: 26px; } .lh27 { line-height: 27px; } .lh28 { line-height: 28px; } .lh29 { line-height: 29px; } .lh30 { line-height: 30px; } .lh31 { line-height: 31px; } .lh32 { line-height: 32px; } .lh33 { line-height: 33px; } .lh34 { line-height: 34px; } .lh35 { line-height: 35px; } .lh36 { line-height: 36px; } .lh37 { line-height: 37px; } .lh38 { line-height: 38px; } .lh39 { line-height: 39px; } .lh40 { line-height: 40px; } .lh41 { line-height: 41px; } .lh42 { line-height: 42px; } .lh43 { line-height: 43px; } .lh44 { line-height: 44px; } .lh45 { line-height: 45px; } .lh46 { line-height: 46px; } .lh47 { line-height: 47px; } .lh48 { line-height: 48px; } .lh49 { line-height: 49px; } .lh50 { line-height: 50px; } .lh51 { line-height: 51px; } .lh52 { line-height: 52px; } .lh53 { line-height: 53px; } .lh54 { line-height: 54px; } .lh55 { line-height: 55px; } .lh56 { line-height: 56px; } .lh57 { line-height: 57px; } .lh58 { line-height: 58px; } .lh59 { line-height: 59px; } .lh60 { line-height: 60px; } .lh61 { line-height: 61px; } .lh62 { line-height: 62px; } .lh63 { line-height: 63px; } .lh64 { line-height: 64px; } .lh65 { line-height: 65px; } .lh66 { line-height: 66px; } .lh67 { line-height: 67px; } .lh68 { line-height: 68px; } .lh69 { line-height: 69px; } .lh70 { line-height: 70px; } .lh71 { line-height: 71px; } .lh72 { line-height: 72px; } .lh73 { line-height: 73px; } .lh74 { line-height: 74px; } .lh75 { line-height: 75px; } .lh76 { line-height: 76px; } .lh77 { line-height: 77px; } .lh78 { line-height: 78px; } .lh79 { line-height: 79px; } .lh80 { line-height: 80px; } .lh81 { line-height: 81px; } .lh82 { line-height: 82px; } .lh83 { line-height: 83px; } .lh84 { line-height: 84px; } .lh85 { line-height: 85px; } .lh86 { line-height: 86px; } .lh87 { line-height: 87px; } .lh88 { line-height: 88px; } .lh89 { line-height: 89px; } .lh90 { line-height: 90px; } .lh96 { line-height: 96px; } .lh102 { line-height: 102px; }


.black { color: #000000; }
.sdblue { color: #001C40; }
.dblue { color: #003274; }
.blue  { color: #005FA2; }
.lblue { color: #6CACE4; }
.gray  { color: #B4B4B4; }
.dgray { color: #99A2A7; }
.red   { color: #FF3A21; }
.white { color: #FFFFFF; }
.bluelight { color: #6CACE4; }
.bluemedium { color: #025EA1; }

.sdblue-b{ background-color: #001C40; }
.dblue-b { background-color: #003274; }
.blue-b  { background-color: #005FA2; }
.red-b   { background-color: #FF3A21; }
.white-b { background-color: #FFFFFF; }
.bluelight-b { background-color: #6CACE4; }
.bluemedium-b { background-color: #025EA1; }

.w5 { width: 5%; } .w6 { width: 6%; } .w10 { width: 10%; } .w15 { width: 15%; } .w20 { width: 20%; } .w25 { width: 25%; } .w30 { width:30%; } .w35 { width: 35%; } .w40 { width: 40%; } .w45 { width: 45%; } .w50 { width: 50%; } .w55 { width: 55%; } .w60 { width: 60%; } .w65 { width: 65%; } .w70 { width: 70%; } .w75 { width: 75%; } .w80 { width: 80%; } .w85 { width: 85%; } .w90 { width: 90%; } .w95 { width: 95%; } .w100 { width: 100%; }
.w12 { width: 12.5%; } .w17{ width: 17.5%; } .w22 { width: 22.5%; } .w27 { width: 27.5%; } .w32 { width: 32.5%; } .w42 { width: 42.5%; } .w47 { width: 47.5%; } .w57 { width: 57.5%; } .w62 { width: 62.5%; } .w67 { width: 67.5%; } .w72 { width: 72.5%; } .w87 { width: 87.5%; }

.mw90 { max-width: 90%; }
.mw850p { max-width: 850px; }

.h50 { height: 50%; } .h100 { height: 100%; }
.h70p { height: 70px; } .h80p { height: 80px; } .h200p { height: 200px; } .h250p { height: 250px; }

.mauto { margin-left: auto; margin-right: auto; }
.mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt25 { margin-top: 25px; } .mt30 { margin-top: 30px; } .mt35 { margin-top: 35px; } .mt40 { margin-top: 40px; } .mt45 { margin-top: 45px; } .mt50 { margin-top: 50px; } .mt55 { margin-top: 55px; } .mt60 { margin-top: 60px; } .mt65 { margin-top: 65px; } .mt70 { margin-top: 70px; } .mt75 { margin-top: 75px; } .mt80 { margin-top: 80px; } .mt85 { margin-top: 85px; } .mt90 { margin-top: 90px; } .mt95 { margin-top: 95px; } .mt100 { margin-top: 100px; } .mt105 { margin-top: 105px; } .mt110 { margin-top: 110px; } .mt115 { margin-top: 115px; } .mt120 { margin-top: 120px; } .mt155 { margin-top: 155px; } .mt170 { margin-top: 170px; } .mt185 { margin-top: 185px; }  .mt210 { margin-top: 210px; }  .mt215 { margin-top: 215px; }  .mt225 { margin-top: 225px; }
.mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb25 { margin-bottom: 25px; } .mb30 { margin-bottom: 30px; } .mb35 { margin-bottom: 35px; } .mb40 { margin-bottom: 40px; } .mb45 { margin-bottom: 45px; } .mb50 { margin-bottom: 50px; } .mb55 { margin-bottom: 55px; } .mb60 { margin-bottom: 60px; } .mb65 { margin-bottom: 65px; } .mb70 { margin-bottom: 70px; } .mb75 { margin-bottom: 75px; } .mb80 { margin-bottom: 80px; } .mb85 { margin-bottom: 85px; } .mb90 { margin-bottom: 90px; } .mb95 { margin-bottom: 95px; } .mb100 { margin-bottom: 100px; } .mb105 { margin-bottom: 105px; } .mb110 { margin-bottom: 110px; } .mb115 { margin-bottom: 115px; } .mb120 { margin-bottom: 120px; } .mb155 { margin-bottom: 155px; } .mb170 { margin-bottom: 170px; } .mb185 { margin-bottom: 185px; }  .mb210 { margin-bottom: 210px; }  .mb215 { margin-bottom: 215px; }  .mb225 { margin-bottom: 225px; }

.ml5p { margin-left: 5%; } .ml15p { margin-left: 15%; } .ml20p { margin-left: 20%; } .ml30p { margin-left: 30%; }
.ml20 { margin-left: 20px; } .ml40 { margin-left: 40px; } .ml100 { margin-left: 100px; }

.p30 { padding: 30px; }
.pl20 { padding-left: 20px; }

.s-big { width: 100%; }
.s-small { max-width: 1600px; margin-left: auto; margin-right: auto }
.s-small-small {
	max-width: 1168px; /* 1200px - 32px */
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.invisible { display: none !important; }
.transparent { opacity: 0; }
.opaque { opacity: 1 !important; }

.s-center { text-align: center; }
.s-tleft { text-align: left; }
.s-tright { text-align: right; }
.s-cursor { cursor: pointer; }
.s-flex { display: flex; }
.s-inline { display: inline-block; }
.s-relative { position: relative; }
.s-underline { text-decoration: underline; }
.s-uppercase { text-transform: uppercase; }
.s-z10 { z-index: 10; }
.s-z1000 { z-index: 1000; }

.ld, .rd { display: inline-block; position: relative; vertical-align: top; }
.lf, .rf { position: relative; }
.lf { float: left; } .rf { float: right; }

.vert { display: flex; justify-content: center; flex-direction: column }
.vertb { vertical-align: bottom; }

.flex-center { display: flex; justify-content: center; }

.hoverimg:hover .h1img { display: none !important; }
.hoverimg .h2img { display: none; }
.hoverimg:hover .h2img { display: block; }

.s-absolute { position: absolute; }
.s-left { left: 0px; } .s-right { right: 0px; } .s-top { top: 0px; } .s-bottom { bottom: 0px; }
.s-left-center { left: 50%; transform: translate(-50%, 0); }
.s-top-center { top: 50%; transform: translate(0, -50%); }
.s-abs-center { left: 50%; top: 50%; transform: translate(-50%, -50%); }
.s-bottom-30 { bottom: 30px; } .s-bottom-m30 { bottom: -30px; }
.s-right-30 { right: 30px; }
.s-left-m50 { left: -75px; }

.s-back-cover {	background-repeat: no-repeat; background-size: cover; }
.s-back-w100 {	background-repeat: no-repeat; background-size: 100% auto; }
.s-back-repeat { background-repeat: repeat-y; background-size: 100% auto; }
.s-back-bl { background-position: bottom left; }
.s-back-br { background-position: bottom right; }
.s-back-tl { background-position: top left; }
.s-back-tc { background-position: top center; }

.s-flex-cont-line {
	display: flex;
    justify-content: space-between;
}

.s-flex-cont-wrap {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.onlymobile, .onlymobilelight {
	display: none;
}

.s-text-shadow-red { text-shadow: 5px 5px #ED3424; }
.s-text-shadow-red2 { text-shadow: 2px 2px #ED3424; }
.s-box-shadow-red  {	box-shadow: 5px 5px #ED3424; }

.s-horizonimg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}

.s-va-middle { vertical-align: middle; }

.s-transition-05 { transition: all 3.5s; }

.op30 { opacity: 0.3; }
.op50 { opacity: 0.5; }
/*****************SECTIONS**********************************/

header {
	z-index: 9999;
}

.head1-1 { left: 2.375%; top: 0px; margin-top: 0%; max-width: 200px; width: 12.5vw;}
.head1-2 { left: 18%; top: 0px; margin-top: 1.0625%;  max-width: 111px; width: 6.9375vw;}
.head1-3 { display: none; left: 28.3125%; top: 0px; margin-top: 1%;  max-width: 78px; width: 4.875vw;}
.head1-4 { right: 15.5vw; bottom: 1.5vw; max-width: 59px; width: 3.6875vw;}
.head1-5 { right: 2.875vw; bottom: 1.5vw; max-width: 135px; width: 8.4375vw;}
/*.s1-1 { left: 28.3125%; top: 0px; margin-top: 1%;  max-width: 78px; width: 4.875vw;}*/
/*
.head1-1 { left: 2.375%;  top: -2.4375%; width: 12.625%; }
.head1-2 { left: 18%; top: 1%;  width: 7.3125%; }
.head1-3 { left: 28.3125%;	top: 1%;  width: 4.875%; }
.head1-4 { right: 15.5%; bottom: 1.5%; width: 3.6875%; }
.head1-5 { right: 2.875%; bottom: 1.5%; width: 8.4375%; }*/

.head2 {
	/*top: 36px;*/
	top: 0px;
	margin-top: 2.25%;
	right: 200px;
}
.head2h {
	position: relative;
	z-index: 1;
}
.head2h:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 170%;
	transform: translate(-50%, -50%) skewY(-3deg);
	z-index: -1;
	width: 150%;
	background-color: #ED3424;
	opacity: 0;
	transition-duration: 500ms;
}
/*.head2h:hover:before { opacity: 1; }*/
.head2h:hover { color: #ED3424; }

.head3 {
	right: 100px;
	width: 40px;
	/*top: 25px;*/
	top: 0px;
	margin-top: 1.5625%;
}

.head3-1 {
    top: 85px;
    right: 55px;
	width: 130px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.head3-1:before, .head3-1:after {
    -webkit-filter: drop-shadow(0 -2px 1px rgba(0,0,0,0.13));
    filter: drop-shadow(0 -2px 1px rgba(0,0,0,0.13));
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    position: absolute;
    border-bottom: 15px solid #005FA2;
    border-top: 0;
    bottom: auto;
    top: -15px;
    right: 46px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 10;
}
.head3-1:after { z-index: 5; right: 42px; border-bottom: 15px solid #ED3424; }

.logoerrorc {
    display: none;
    top: 0px;
    right: 0px;
}

.logoerror .logoerrorc {
	display: block !important;
}

#s1 {
	height: 82vh;
	padding-top: 18vh;
	background-image: url('/imgs/s1.jpg');
}

#s2 {
	height: 93vh;
	padding-top: 7vh;
	background-image: url('/imgs/s2.jpg');
	scroll-snap-stop: always;
}

.s2-1 {
	width: 25%;
	max-width: 388px;
	right: 0px;
	bottom: 0px;
}

.s2-bottom {
	background-image: url('/imgs/s2-11.png');
	height: 3.5vh;
	bottom: -3.5vh;
}

#s3 {
	/*margin-top: 3.5vh;*/
	padding-top: 120px;
	padding-bottom: 196px;
	background-image: url('/imgs/s3.png');
}

#s4 {
	margin-top: -7%;
	padding-top: 120px;
	padding-bottom: 115px;
	background-image: url('/imgs/s4.png');
}

#s5 {
	margin-top: 3.5vh;
	padding-top: 100px;
	padding-bottom: 115px;
	background-image: url('/imgs/s5.jpg');
}

#s6 {
	padding-top: 150px;
	padding-bottom: 100px;
	background-image: url('/imgs/s6.jpg');
	overflow: hidden;
}

.s6-1 {
	max-width: 710px;
	top: -150px;
	right: -70px;
	transform-origin: 0 0;
	transform: rotate(26deg) translate(0, -100%);
}

#s7 {
	z-index: 10;
}

.s7-1 {
	top: 100px;
}

.s7-2 {
	top: 190px;
	right: 120px;
}

#s8 {
	margin-top: -9%;
	z-index: 1;
}

.s8-1 {
	top: 13.125vw;
}

.s8-2 {
	margin-top: 0.9375vw;
}

.s8-3 {
	margin-top: 1.25vw;
}

.s8-4 {
	margin-top: 4.375vw;
}

#sr1 {
	padding-top: 150px;
	padding-bottom: 100px;
	background-color: #003274;
}

.sr2-1 {
	background-image: url('/imgs/sr2-1.jpg');
}

#sr3 {
	padding-top: 160px;
	padding-bottom: 200px;
	background-color: #003274;
	background-image: url('/imgs/sr3.jpg');
}

.sr3-1 {
	background-image: url('/imgs/sr3-3.png');
	padding: 30px;
	width: calc(100% - 60px);
}

#sp1 {
	padding-top: 160px;
	padding-bottom: 200px;
	background-image: url('/imgs/sp1.jpg');
}

.sp1-1 {
	left: 25%;
}

#sh1 {
	padding-top: 160px;
	padding-bottom: 100px;
	background-image: url('/imgs/sh1.jpg');
}

.sh1-block {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 5px;
}

.sh1-block-txt {
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	transition: max-height 0.5s;
	max-height: 0px;
	overflow: hidden;
}

.sh1-block-txt-open {
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	transition: max-height 1s;
	max-height: 500px;
}

.sh1-button {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.sh1-closed { background-image: url('/imgs/sh1-closed.svg'); }
.sh1-opened { background-image: url('/imgs/sh1-opened.svg'); }

#sq1 {
	padding-top: 160px;
	min-height: calc(100vh - 160px);
}
.sq1-sel { background-image: url(/imgs/sq1r.png) !important; }
.sq1-finish {
	padding-top: 150px;
	min-height: calc(100vh - 150px);
	background-image: url('/imgs/sq1-f.png');
}

#sa1 {
	height: 100vh;
	background-image: url('/imgs/reg-back.jpg');
	position: relative;
}
.sa1 {  }
.sa1-10 {  }

.sa1-1 {
	color: #FF3A21;
}

#srt1 {
	padding-top: 18vh;
	min-height: calc(82vh - 50px);
	padding-bottom: 50px;
	background-image: url('/imgs/srt1.jpg');
}

.srtf {
	background-image: url('/imgs/srtf.jpg') !important;
}

#sacc1 {
	padding-top: 175px;
	padding-bottom: 50px;
}

.sacc1-1 {
	border: 1px solid #ED3424;
	padding: 30px 0px 30px 0px;
}

.sacc1-2 {
	background-image: url('/imgs/sacc1-1.png');
	padding-top: 25px;
	padding-bottom: 35px;
}

.sacc1-3 {
	width: 340px;
}

.sacc2-1 {
	border: 1px solid #FF0000;
	padding: 0px 20px 0px 20px;
}

.sacc2-2 {
	height: 80px;
	padding: 20px 40px 20px 40px;
}

#sc0 {
	padding-top: 120px;
	padding-bottom: 50px;
}

#sc1 {
	/*padding-top: 130px;
	padding-bottom: 80px;
	height: calc(85vh - 210px);*/
	height: 85vh;
	background-image: url('/imgs/sc1.jpg');
}

#sc2 {
	height: 15vh;
	background-image: url('/imgs/sc2.png');
}

#s404 {
	height: 100vh;
	background-image: url('/imgs/sq1.png');
}

/*****************ELEMENTS**********************************/

.redback, .redbackstart, .blueback, .bluebackstart {
	position: relative;
	z-index: 1;
}

.redback::before, .blueback::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 170%;
	transform: translate(-50%, -50%) skewY(-3deg);
	z-index: -1;
}
.redback::before, .redbackstart::before  { background-color: #ED3424; }
.blueback::before, .bluebackstart::before {	background-color: #005FA2;}
.lbluebackstart::before {	background-color: #509DD5;}
.redback101::before { width: 101%; height: 130%;}
.redback101h::before { width: 101%; height: 160%;}
.redback120::before { width: 120%; height: 140%;}
.redback125::before { width: 125%; height: 80%;}
.redback130::before { width: 130%; height: 110%;}
.redback150::before { width: 150%; height: 110%;}
.redback150h::before { width: 150%; height: 130%;}

.redbackstart::before, .bluebackstart::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	height: 120%;
	transform: translate(-25%, -50%) skewY(-3deg);
	z-index: -1;
}
.redbackstartshort::before, .bluebackstartshort::before { height: 125%; }
.redbackstart125::before { width: 12.5vw; max-width: 200px; }

.circle {
	border-radius: 50%;
	width: 10px;
	height: 10px;
}
.redcircle { border: 1px solid #ED3424; }
.bluecircle { border: 1px solid #005FA2; }
.lbluecircle { border: 1px solid #509DD5; }
.whitecircle { border: 1px solid #FFFFFF; }

#mslider {
	width: 100%;
	overflow: hidden;
	margin-top: 7vh;
}

#mslider-cont {
	width: 200%;
	padding-right: 10%;
	background-image: url('/imgs/s2-s.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	transition: all 1.5s;
}

#mslider .slider-points {
	margin: 7vh auto 0px auto;
	width: 70px;
	padding-bottom: 10px;
    padding-top: 10px;
}

#slider1 .slider-points {
	width: 10px;
	right: -50px;
	top: 50%;
	transform: translate(0, -50%);
}

#slider1 .slider-points div { margin-bottom: 10px; }
#slider1 .slider-points div:last-child { margin-bottom: 0px; }
.slider-points div { cursor: pointer; }


.slider1elem { -webkit-animation: fadeAnimation 1s linear; }
.slider1elem2 { -webkit-animation: fadeAnimation 0.3s linear; }
@-webkit-keyframes fadeAnimation {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.redcircle.slider-points-selected { background-color: #ED3424; }
.bluecircle.slider-points-selected { background-color: #005FA2; }

#acc-text, #acc-error {
	min-height: 50px;
}

#accfilename {
	position: absolute;
	left: 5%;
	bottom: 85px;
	z-index: 9999;
	display: inline-block;
}

.stoploading {
	position: absolute;
	right: 5%;
	bottom: 85px;
	width: 18px;
	cursor: pointer;
	z-index: 9999;
}

.mse {
	margin-left: 6.25%;
	display: inline-block;
	width: 13%;
	vertical-align: top;
}

.button {
	width: 410px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	padding-left: 22px;
	padding-bottom: 22px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.button div {
	width: 410px;
	height: 60px;
	text-align: center;
	transition-duration: 500ms;
}
.redbutton { background-image: url('/imgs/buttonr.svg'); }
.redbutton:active div, .redbutton:hover div { background-color: #ED3424; color: #ffffff; }
.whitebutton { background-image: url('/imgs/buttonw.svg'); }
.whitebutton:active div, .whitebutton:hover div { background-color: #FFFFFF; color: #005FA2; }

.smallbutton {
	width: 9.375vw;
	max-width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	transition-duration: 500ms;
}
.redsmallbutton { background-color: #ED3424; }
.redsmallbutton:active, .redsmallbutton:hover { background-color: #005FA2; }

.authbutton {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 0;
	cursor: pointer;
	padding: 0px 16px 0px 16px;
	display: inline-block;
	width: auto;
	border-radius: 30px;
	transition-duration: 500ms;
}
.authbutton2 {
	padding: 0px;
	width: 170px;
}
.authbutton3 {
	padding: 0px;
	width: 140px;
}
.authbuttonl {
	width: calc(100% - 70px) !important;
	text-align: left;
}
.authwhitebutton { background-color: #FFFFFF; }
.authwhitebutton:active, .authwhitebutton:hover { background-color: #FFFFFF; }
.authredbutton { background-color: #ED3424; }
.authredbutton:active, .authredbutton:hover { background-color: #005FA2; }
.authbluebutton { background-color: #6CACE4; border: 1px solid white; }
.authbluebutton:active, .authbluebutton:hover { background-color: #6CACE4; }
.authbluebutton2:hover { background-color: #001c40; }
.authgraybutton { background-color: #B4B4B4; }
.authgraybutton:active, .authgraybutton:hover { background-color: #B4B4B4; }
.authredbutton3 { border: 1px solid #ED3424; color: #ED3424; }
.authredbutton3:active, .authredbutton3:hover { background-color: #ED3424; color: #FFFFFF; }
.authbluebutton3 { border: 1px solid #005FA2; color: #005FA2; }
.authbluebutton3:active, .authbluebutton3:hover { background-color: #005FA2; color: #FFFFFF; }

.popupbutton {
	height: 40px;
	line-height: 40px !important;
	text-align: center;
	cursor: pointer;
	width: 100%;
	transition-duration: 500ms;
}
.popupbuttonc { background-color: #005FA2; border: 1px solid #005FA2; }
.popupbuttont { background-color: transparent; border: 1px solid #ED3424; }
.popupbuttonc:active, .popupbuttonc:hover { background-color: #509DD5; border: 1px solid #509DD5; }
.popupbuttont:active, .popupbuttont:hover { background-color: #ED3424 }

.smallpopup {
	padding: 70px;
	width: 18.75vw;
	max-width: 300px;
}

.simplebutton {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 0;
	cursor: pointer;
	padding: 0px 20px 0px 20px;
	display: inline-block;
	width: auto;
	background-color: #509DD5;
	transition-duration: 500ms;
	z-index: 2;
}
.simplebutton:active, .simplebutton:hover { background-color: #005FA2; }
.simplebutton img {
    width: 22px;
    margin-left: 15px;
    display: inline;
	vertical-align: top;
    margin-top: 7px;
}

.authtransbutton {
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	transition-duration: 500ms;
}

#icebreaker-info {
    position: absolute;
    transition: all 0.5s;
	width: 355px;
	height: 134px;
	padding-left: 20px;
	padding-right: 20px;
}

.lbluelinepart { border-top: 6px solid #FFFFFF; }
.dbluelinepart { border-top: 6px solid #6CACE4; }

.video-preview::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 13%;
	height: 0px;
	padding-top: 13%;
	background-image: url('/imgs/ic-play.svg');
	background-size: cover;
}

.tcheck {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 35px;
	vertical-align: top;
	display: inline-block;
	height: 18px;
	padding-top: 2px;
}

.tcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #FFFFFF;
}

.tcheck input:checked ~ .checkmark:after {
    display: block;
}

.tcheck input:checked ~ .checkmark {
    background: #FFFFFF;
}

.tcheck .checkmark:after {
    left: 3px;
    top: 4px;
    width: 11px;
    height: 5px;
    border: solid #6CACE4;
    border-width: 2px 2px 0px 0px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.grayline-edge {
	height: 17px;
	vertical-align: top;
}
.grayline-middle {
	height: 17px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.grayline {
	border-bottom: 1px solid #FFFFFF;
	display: inline-block;
	vertical-align: top;
}

.suparea {
	background-color: transparent;
}

.errorinput input, .errorinput .checkmark, .errorinput textarea {
	border-color: #ED3424;
}
.errorinput input {
	background-image: url('/imgs/err.svg');
	background-position: right top;
	background-size: 20px auto;
	background-repeat: no-repeat;
}

.rating-table-row {
	height: 30px;
	border-bottom: 1px solid #509DD5;
	padding-top: 10px;
	margin-top: 3px;
}
.rating-table-row-f {
	margin-top: 45px;
	margin-bottom: 20px;
}
.rating-table-row-red { border-bottom: 1px solid #ED3424; }
.rating-table-row-blue { border-bottom: 1px solid #509DD5; }
.rating-table-row-selected { background-color: #509DD5; }
.rating-table-row div {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}
.rating-table-row div img {
	height: 28px;
	display: inline-block;
	margin-right: 8px;
	margin-top: -6px;
}
.rating-table-row div span {
	vertical-align: top;
}

.rr1 {
	width: 10%;
	padding-left: 5%;
}

.rr2 {
	width: 70%;
}

.rr3 {
	width: 15%;
}

.rating-arrow {
	width: 24px;
	height: 24px;
	position: absolute;
	background-size: cover;
	cursor: pointer;
	right: -55px;
}
.rating-arrow-up {
	top: 140px;
	background-image: url('/imgs/rarrow2.svg');
}
.rating-arrow-down {
	bottom: 0px;
	transform: rotate(180deg);
	background-image: url('/imgs/rarrow2.svg');
}
.rating-arrow-down2 {
	bottom: 90px;
}
.rating-arrow-up:hover {
	background-image: url('/imgs/rarrow1.svg');
}
.rating-arrow-down:hover {
	background-image: url('/imgs/rarrow1.svg');
}

.a-quiz div:first-child {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}

.quiz {
	width: calc(33.3% - 60px);
	padding: 0px 30px 30px 30px;
	border: 1px solid #509DD5;
}
.quiz-locked { border: 1px solid #ED3424; }
.quiz-started { background-color: #003274; }

.prec {
    top: 10px;
    position: relative;
}
.qcircle {
    position: relative;
    text-align: center;
    width: 57px;
    height: 57px;
    border-radius: 100%;
}
.active-border {
    position: relative;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    /*background-color: #FFFFFF;*/
}
.quiz-tb {
	height: 150px;
}

.fblock::after, tcheck::after {
    content: attr(data-value);
    position: absolute;
    right: -15px;
    width: auto;
    display: none;
    text-align: center;
    background: #ED3424;
    padding: 0px 26px 0px 26px;
    transform: translate(100%, -100%);
	height: 40px;
	line-height: 40px;
	font-family: Atom400;
	font-size: 14px;
	color: #FFFFFF;
}

.errorinput::after { display: block; }
.errorinput:focus-within::after { display: none; }

#helpresponce {
	width: calc(100% - 100px);
	padding: 50px;
}

/***********************************QUIZ**********************************/

#qz {
	display: none;
}

#qz-post {
	display: none;
}

#q-balls {
	min-width: 40px;
	text-align: right;
}

.q-ans {
	border: 1px solid white;
	padding: 20px 40px 20px 40px;
	width: calc(100% - 80px);
	cursor: pointer;
}
.q-ans-wrong   { background-color: #ED3424; border: 1px solid #ED3424; }
.q-ans-correct { background-color: #509DD5; border: 1px solid #509DD5; }

.qz-finishbutton {
	background-color: #003274;
	width: 160px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	transition-duration: 500ms;
}
.qz-finishbutton:hover, .qz-finishbutton:active {
	background-color: #005FA2;
}

.qz-pre-10b {
	width: 28.5%;
	padding: 30px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px 2px #45A6FF, inset 0px 0px 4px 2px #94D2FF;
}

.tavatars {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tavatar {
    width: 18%;
    cursor: pointer;
	margin-top: 20px;
}

.quizok {
	width: 80%;
	margin: auto;
}

/************************POPUP********************************************/

#popup iframe {
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    height: 100%;
}

.popup-background {
	z-index: 10000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.popup-body {
	background-color: #6CACE4;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.popup-body-small {
	width: 80%;
	max-width: 500px;
	padding: 50px;
}

.popup-body-big {
	width: 85vw;
	max-width: 600px;
}

.popup-body-nob {
	background-color: transparent;
}

.popupclose {
	width: 40px;
	height: 40px;
	background-image: url('/imgs/close.svg');
	background-size: 100% auto;
	position: absolute;
	top: 0px;
	right: 0px;
	transform: translate(50%, -50%);
	cursor: pointer;
	z-index: 9999;
}

.popupclose2 {
	width: 40px;
	height: 40px;
	background-image: url('/imgs/closes.svg');
	background-size: 100% auto;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 9999;
}

.popup-body-nob .popupclose {
	top: 0px;
	right: 0px;
	transform: translate(50%, -50%);
}

.popup-projectEnd img {
  width: 100%;
  height: auto;
}

#cookies {
	position: fixed;
	width: 100%;
	max-wdth: 670px;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

.cookies-back {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: #001C40;
	opacity: 0.8;
}

.cookies-cont {
	/*width: calc(43.75vw - 30px);*/
	/*max-width: 670px;*/
	padding: 30px 30px 30px 30px;
}

#drag-and-drop-zone {
	height: 180px;
	width: 100%;
	border: 1px dashed #C4C4C4;
	border-radius: 20px;
}

.upli {
	border: 1px solid #FFFFFF;
	padding: 0px 0px 0px 10px;
	width: calc(100% - 190px);
    height: 38px;
    line-height: 40px;
}

.note {
	border: 1px solid #ED3424;
	padding-left: 45px;
	width: calc(100% - 45px);
	padding-top: 10px;
	padding-bottom: 20px;
}

.crccont {
	width: 100px;
}

.crcsvg {
	transform: rotate(-90deg);
	vertical-align: top;
}

.crcsvg1 {
	stroke-dasharray: 251;
	stroke-dashoffset: 251;
}

.sel {
	width: 100%;
	min-height: 20px;
	position: relative;
	cursor: pointer;
}
#sel-txt {
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.sel-cont {
	position: absolute;
	width: calc(100% + 22px);
	bottom: -8px;
	left: -11px;
	background-color: #FFFFFF;
	cursor: pointer;
	transform: translate(0, 100%);
	z-index: 9999;
}
.sel-cont div {
	padding-left: 11px;
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #6CACE4;
}
.sel-cont div:hover { background-color: #E9F3FB }
.selarr {
	position: absolute;
	width: 16px;
	right: 0px;
	top: 7px;
}

#acc-loadline {
	height: 100%;
	width: 0%;
	background-color: #FFFFFF;
}

.acc-loadline-back {
	height: 6px;
	background-color: #003274;
}

.upbutton {
	position: absolute;
    right: 100px;
    bottom: 50px;
	/*transform: translate(100%, 0%);*/
	z-index: 9999;
	cursor: pointer;
}

.fade {
	opacity: 0;
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition-delay: .3s;
}

.fade1 { transition-delay: .8s; }
.fade2 { transition-delay: .7s; }

.fadeup {
	opacity: 0;
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition-delay: .3s;
}

#editavatar {
	position: absolute;
	opacity: 0;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background-image: url('/imgs/editavatar.svg');
	background-size: contain;
	background-repeat: no-repeat;
	transition-duration: 500ms;
}

#editemailinput {
	padding: 0px 30px 0px 0px;
}

#editemail::after {
    content: attr(data-value);
    position: absolute;
    display: none;
    background: #ED3424;
    transform: translate(0%, 290%);
    height: 30px;
    line-height: 30px;
    left: 0px;
    width: calc(100% - 20px);
    bottom: 0px;
    padding-left: 20px;
}
.errorinputedit::after { display: block !important; }

.editemailclose {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 18px;
	height: 18px;
	transform: translate(0%, -50%);
	background-image: url('/imgs/close.svg');
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.avatar:hover #editavatar {
	opacity: 1;
}

.stroke-outside {
	color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
}

.videoblock {
	width: 88%;
	padding-left: 12%;
	height: 230px;
}

.videoblockimg {
	right: 9%;
	top: 50%;
	transform: translate(0%, -50%);
	width: 22%;
}

.socnet-wrap {
	position: absolute;
	display: inline-block;
	width: 0px;
	height: 0px;
	vertical-align: top;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.socnets {
	height: 30px;
	display: inline-block;
	transition: all 0.7s ease-out;
	position:  absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	width: 120px;
}

.socnets img {
	height: 100%;
	margin-right: 5px;
	display: inline-block;
}

.socnets-vis {
	bottom: -50px !important;
}

.bs {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	cursor: pointer;
}

.bsl { left: -60px; }
.bsr { right: -60px; }

.vstar {
	width: 30px;
	height: 30px;
	background-image: url('/imgs/ic-star-off.svg');
	background-size: 100% 100%;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}

.vstara {
	background-image: url('/imgs/ic-star-on.svg');
}

.scale-video {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.scale-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1600px) {
	.s2-1 { width: 20%; }
	.quiz { margin-top: 5%; }
	.sq1-sel { padding-bottom: 40px; }
}

@media (max-width: 1300px) {
	.size12    { font-size: 11px;}
	.size12l16 { font-size: 11px;}
	.size14    { font-size: 12px;}
	.size14l16 { font-size: 12px; line-height: 14px}
	.size14l19 { font-size: 12px; line-height: 16px}
	.size15    { font-size: 13px;}
	.size15l19 { font-size: 13px;}
	.size16    { font-size: 14px;}
	.size16l19 { font-size: 14px; line-height: 17px}
	.size16l22 { font-size: 14px; line-height: 20px}
	.size18l19 { font-size: 16px; line-height: 17px}
	.size18l21 { font-size: 16px; line-height: 19px}
	.size18l25 { font-size: 16px; line-height: 23px}
	.size24    { font-size: 20px;}
	.size24e   { font-size: 20px; line-height: 20px}
	.size24l31 { font-size: 20px; line-height: 27px}
	.size24l33 { font-size: 20px; line-height: 29px}
	.size32e   { font-size: 28px; line-height: 28px}
	.size36    { font-size: 32px;}
	.size36e   { font-size: 32px; line-height: 32px}
	.size48e   { font-size: 36px; line-height: 36px}
	.size64l57 { font-size: 54px; line-height: 47px}
	.size64l83 { font-size: 54px; line-height: 73px}
	.size72e   { font-size: 62px; line-height: 62px}
	.size96e   { font-size: 96px; line-height: 96px}
	.size288   { font-size: 288px; }

	.s-small-small {
		max-width: 1030px; /* 1200px - 32px */
		margin-left: auto;
		margin-right: auto;
		padding-left: 85px;
		padding-right: 85px;
	}

	#s3 { padding-bottom: 150px; }
	#s4 { margin-top: -8%;  padding-top: 80px; }

	.button {
		width: 325px;
		padding-left: 18px;
		padding-bottom: 18px;
		height: 48px;
		line-height: 48px;
	}

	.button div {
		width: 325px;
		height: 48px;
	}

	.s7-1 {
		top: 50px;
		left: 85px;
		width: 30%;
	}
	.s8-1 { left: 85px;	}
	#icebreaker-info { width: 280px; }

	#sq1 { padding-top: 120px; min-height: calc(100vh - 120px); }

	.s1250-1 { margin-top: 20px; }
	.s1250-2 { margin-top: 20px; font-size: 28px; }
	.s1250-3 { width: 65%; }
	.s1250-4 { margin-top: 60px; }
	.s1250-5 { margin-top: 60px; }
	.s1250-6 { margin-top: 20px; }
	.s1250-7 { margin-top: 20px; }
	.s1250-8 { margin-top: 30px; }
	.s1250-9 { margin-top: 10px; }
	.s1250-10 { margin-top: 50px; }
	.s1250-11 { margin-top: 20px; }
	.s1250-12 { margin-top: 5px; }
	.s1250-13 { margin-top: 0px; }
	.s1250-14 { margin-top: 30px; }

	.suparea { height: 175px; }

	.quiz-tb { height: 140px; }

	.qz-pre-10b {
		width: 28.5%;
		padding: 25px 50px 25px 50px;
	}


	.qz-nextbutton, .simplebutton, .authbutton, .authtransbutton { line-height: 30px; }
	.qz-finishbutton { line-height: 40px; }


	.sq1-sel { padding-top: 80px; padding-bottom: 40px; }
	#sa1 { height: 100vh; }

	input::placeholder { font-size: 12px; opacity: 50%; }

	#mslider .slider-points {
		margin-top: 3.5vh;
	}
}

@media (max-device-width: 1024px) and (orientation: landscape) {
	.forbidden {
		display: block !important;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 99999;
		background-color: #003274;
		background-image: url('/imgs/landscape.jpg');
		background-size: 100% auto;
		background-position: left center;
	}
}

/*****************************/
.n_authcont {
	height: 100%;
	position: relative;
}

.n_authblock {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 500px;
	padding: 40px 50px 0px 50px;
}

.n_sa1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url('/imgs/reg-ill.svg');
	background-size: 100% 100%;
	width: 1242px;
	height: 656px;
}

.n_authblock540 { height: 540px; }
.n_authblock410 { height: 420px; }

.fblock {
	padding: 7px 10px 7px 10px;
	border: 1px solid #E9F3FB;
	margin-top: 5px;
	display: inline-block;
}

.n_auth {
	position: absolute;
	left: 50px;
	bottom: 40px;
	width: calc(100% - 100px);
}

.fblock100 { width: calc(100% - 22px); }
.fblock50 { width: calc(50% - 24px); }

.n_lk_ava {
	padding: 30px 40px 40px 40px;
	border: 1px solid #6CACE4;
	width: calc(35% - 82px);
}
.n_lk_info {
	padding: 30px 40px 30px 40px;
	width: calc(100% - 80px);
}

.line {
	height: 1px;
}

#acc-load, .trackbutton, .chtrackbutton, .qz-nextbutton {
	height: 30px;
	line-height: 30px;
	transition-duration: 500ms;
	cursor: pointer;
	text-align: center;
	border-radius: 30px;
}
#acc-load {
	width: 140px;
	background-color: #6CACE4;
	color: white;
}
.trackbutton {
}
.chtrackbutton {
	width: 140px;
	background-color: #025EA1;
	color: white;
}
.qz-nextbutton {
	height: 50px;
	line-height: 50px;
	width: 250px;
	background-color: #6CACE4;
	color: white;
}


.n_tb_e {
	border: 1px solid white;
	color: #6CACE4;
	background-color: white;
}
.n_tb_d {
	border: 1px solid white;
	color: #FFFFFF;
	background-color: transparent;
	opacity: 0.5;
}

.n_lk_c_preplace {
	height: 130px;
}
.n_lk_c_place {
	width: 290px;
}
.n_lk_c {
	width: 130px;
	height: 130px;
	border-radius: 75px;
}
.n_lk_c_w {
	background-color: white;
	border: 1px solid white;
}
.n_lk_c_b {
	background-color: transparent;
	border: 1px solid white;
}

.n_lk_main_track {
	border: 1px solid #6CACE4;
	padding: 40px 155px 70px 40px;
	width: calc(100% - 197px);
}
.n_lk_main_track2 {
	border: 1px solid #6CACE4;
	padding: 40px 40px 100px 40px;
	width: calc(100% - 82px);
}

.n_lk_qmark {
	background-image: url('/imgs/ic-question.svg');
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -40px;
	top: 35px;
}

.n_lk_main_red {
	padding: 10px 0px 10px 10px;
	width: calc(27.86% - 10px);
}
.n_lk_load_link_red {
	border: 1px solid #ED3424;
	padding: 10px 0px 20px 40px;
	width: calc(100% - 42px);
}

#sacc2 {
	padding: 100px 0px 100px 0px;
}

.n_lk_main_tracks {
	width: 88.55%;
}

.n_lk_main_tracks_desc {
	padding: 40px 30px 30px 40px;
	width: calc(30.33% - 60px);
}

.n_lk_main_circle {
	border: 1px solid white;
	border-radius: 70px;
	height: 0px;
	width: 47%;
	padding-top: 47%;
	position: relative;
}

.fblock.errorinput { border: 1px solid #FF3A21; }
.s1250-1 {
	height: 50px;
	line-height: 50px;
}

.head2, .head3 { display: none; }

/* End */


/* Start:/local/templates/2024/template_styles.css?177675100641186*/
.debugger{
    z-index: 100000;
    top: 0;
    padding: 50px;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0f0f0f;
    color: white;
    overflow: scroll;
}
.debugger pre{
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root{
    --white: #FFFFFF;
    --blue-100: #D7EDFF;
    --blue-150: #C3E3FF;
    --blue-200-base: #B0DAFF;
    --blue-300: #8EC3F1;
    --blue-400-base: #6CACE4;
    --blue-500: #5299D3;
    --blue-600: #3785C3;
    --blue-700: #1D72B2;
    --blue-800-base: #025EA1;
    --blue-900: #01488A;
    --blue-1000-base: #003274;
    --black: #001C40;
    --red: #ED3424;
    --green: #27AE60;
    --yellow: #FCC30B;
}
.blue-200{
    color: var(--blue-200-base);
}
.yellow{
    color: var(--yellow);
}
.red{
    color: var(--red);
}
.page{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.container{
    max-width: 1196px;
    width: 100%;
}
h1, .h1{
    font-family: "My Font";
    font-weight: 500;
    font-size: 80px;
    line-height: 88px;
    color: var(--white);
    text-transform: uppercase;
}
h3, .h3{
    font-size: 48px;
    font-weight: 500;
    font-family: "My Font";
    line-height: 57.6px;
}
h4, .h4{
    font-size: 30px;
    font-family: "My Font";
    font-weight: 500;
    line-height: 36px;
}
h5, .h5{
    font-family: "My Font";
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    margin: 0;
}
h6, .h6{
    font-size: 20px;
    font-family: "My Font";
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.my-font{
    font-family: "My Font";
}
.my-font--600{
    font-family: "My Font";
    font-weight: 600;
}
.my-font--700{
    font-family: "My Font";
    font-weight: 700;
}
.font-rosatom{
    font-family: "Rosatom";
}
.forbidden{
    display: none !important;
}
.caption{
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 400;
    font-family: "Rosatom";
    color: var(--blue-200-base);
}
.block-separator{
    width: 100%;
    height: 80px;
    background-image: url("/local/templates/2024/images/separator.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.track-separator{
    width: 100%;
    height: 100%;
    margin-bottom: -1px;
}
.track-separator.w-1920.test-quiz{
    margin-top: -4%;
    z-index: 11;
}
.track-separator.w-1280.test-quiz{
    margin-top: -6%;
    z-index: 11;
}
.track-separator.w-720.test-quiz{
    margin-top: -45px;
    z-index: 11;
}
.track-separator-top{
    height: fit-content;
    position: absolute;
    bottom: -5px;
    z-index: 10;
}
.base-link{
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 12px 40px 14px;
    background-color: var(--red);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    font-family: "Rosatom";
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.base-link-w100{
    width: 100%;
}
.w-1280,
.w-720{
    display: none;
}
.e-button{
    width: max-content;
    padding: 12px 40px 14px;
    border-radius: 40px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}
.button--blue{
    background-color: var(--blue-400-base);
    color: var(--white);
}
.button--red{
    background-color: var(--red);
    color: var(--white);
}
#s404 .e-button{
    margin: 0 auto;
}
/*region MAIN*/
.main__block-wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    align-items: center;
    height: 800px;
    padding: 0 0 140px;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(23, 38, 49, 0.25) 0%, rgba(23, 38, 49, 0.25) 100%);
}
.main__block-wrapper video{
    display: none;
    position: absolute;
    right: 0;
    top: -60px;
    min-width: 100%;
    min-height: 112%;
    width: auto;
    height: 100%;
    z-index: -100;
}
.main__block-wrapper img{
    z-index: -1;
    width: 100%;
    height: 114%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.main__block-wrapper::after{
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 18%);
    content: "";
}
.main__block{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    color: var(--white);
}
.main__block--title-wrapper{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.main__block--title{
    font-size: 111px;
    font-family: "My Font";
    font-weight: 500;
}
.main__block--inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.main__block--inner .base-link{
    width: 100%;
}
.main__block--path{
    display: none;
}
.main__block--path-arrow{
    flex: 1;
    opacity: 0.5;
    display: flex;
    justify-content: end;
    overflow: hidden;
}
.main__block--path-arrow svg{
    width: 100%;
    height: 100%;
    min-height: 24px;
    min-width: 781px;
}
.main__block-separator{
    position: absolute;
    width: 100%;
    height: 80px;
    color: var(--white);
    top: -80px;
    overflow: hidden;
}
.main__block-separator svg{
    min-width: 100%;
    height: 100%;
}
.main__banner{
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--blue-100, #D7EDFF);
}
.main__banner--left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}
.main__banner--left-inner{
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
}
.main__banner--title{
    color: var(--blue-800-base, #025EA1);
    font-family: "My Font", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 43.2px */
    text-transform: uppercase;
}
.main__banner--description{
    color: var(--black, #001C40);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.main__banner--description > *{
    margin: 0;
    margin-top: 10px;
}
.main__banner--description > *:first-child{
    margin-top: 0 !important;
}
.main__banner--description span{
    display: inline-block;
    color: var(--red, #ED3424);
    font-weight: 500;
    line-height: 120%; /* 24px */
    text-transform: uppercase;
}
.main__banner--description a{
    color: var(--blue-800-base, #025EA1);
}
.main__banner--description a:hover{
    color: var(--blue-800-base, #025EA1);
    text-decoration: underline;
}
.main__banner--description-goto-quiz{
    cursor: pointer;
    text-decoration: underline;
}
.main__banner--sub-title{
    color: var(--red, #ED3424);
    font-family: "My Font", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-transform: uppercase;
}
.main__banner--right{
    width: 100%;
    height: 100%;
}
.main__banner--right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main__banner--form {
    margin: 30px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px 12px;
}
.main__about{
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.about-steps{
    margin: 10px 0;
}
.about-steps > div{
    min-height: 200px;
}
.main__about-wrapper{
    position: relative;
    padding: 120px 0 200px;
    display: flex;
    justify-content: center;
    background-image: url("/local/templates/2024/images/main-expedition-bg.svg");
    background-size: 1731px 631px;
    background-position: top;
    background-repeat: no-repeat;
}
.main__about--info{
    max-width: 580px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.main__about--info a{
    padding: 12px 40px 14px;
}
.main__about-ship,
.main__expedition--title img,
.main__expedition--planet{
    display: none;
}
.main__about-ship{
    position: absolute;
    /*bottom: 160px;*/
    bottom: 50px;
    right: 45px;
    width: 903px;
}
.main__about--info-title{
    color: var(--blue-800-base);
}
.main__about--info-text{
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--black);
    font-family: "Rosatom";
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.main__about--info-text > p{
    margin: 0;
}
.about-steps{
    gap: 16px;
}
.about-steps > div{
    padding: 30px;
    flex: 0 0 calc(50% - 8px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--blue-150, #C3E3FF);
    border-radius: 12px;
}
.about-steps > div .main__expedition--step-title{
    color: var(--blue-800-base);
}
.about-steps > div .main__expedition--step-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.about-steps .main__expedition--step:first-child .main__expedition--step-text br{
    display: none;
}
.main__expedition--step-text a,
.main__expedition--step-text a:hover{
    text-decoration: underline;
    color: var(--white);
}
.main__expedition-wrapper{
    background-image: url("/local/templates/2024/images/main-expedition-bg.svg");
    background-size: 1731px 631px;
    background-position: top;
    background-color: var(--blue-800-base);
    position: relative;
    padding: 120px 0 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main__expedition{
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    color: var(--white);
    z-index: 10;
}
.expedition-final{
    display: block;
}
.main__expedition-separator{
    position: absolute;
    width: 100%;
    height: 80px;
    top: -78px;
    overflow: hidden;
}
.main__expedition-separator svg{
    min-width: 100%;
    height: 100%;
}
.main__expedition--title{
    position: relative;
    max-width: 990px;
    text-align: center;
}
.main__expedition--title h1 br{
    display: none;
}
.main__expedition--title img{
    position: absolute;
}
.main__expedition--title img:first-child{
    width: 213px;
    left: -235px;
    bottom: -40px;
}
.main__expedition--title img:last-child{
    width: 262px;
    right: -260px;
    bottom: -40px;
}
.main__expedition--steps{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.main__expedition .main__expedition--step{
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 233px;
    border-left: 1px solid var(--blue-900);
    border-right: 1px solid var(--blue-900);
    overflow: hidden;
}
.main__expedition .main__expedition--step.fill-full{
    background: var(--blue-900, #01488A);
}
.main__expedition .main__expedition--step:last-child{
    border-radius: 0 0 12px 12px;
}
.main__expedition .main__expedition--step.fill-full .main__expedition--step-title{
    background: var(--blue-1000-base, #003274);
}
.main__expedition .main__expedition--step.fill-full .main__expedition--step-text{
    background: none;
}
.main__expedition--step-text{
    font-size: 22px;
    font-family: "Rosatom";
    font-weight: 700;
    height: 100%;
}
.main__expedition .main__expedition--step-text{
    background: linear-gradient(180deg, rgba(2, 94, 161, 0.00) 20.4%, #025EA1 50.46%, rgba(2, 94, 161, 0.00) 100%);
    backdrop-filter: blur(2px);
}
.main__expedition .main__expedition--step-title{
    width: fit-content;
    font-family: "Rosatom";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    color: #FFFFFF;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 0 12px 12px 0;
    background: var(--blue-900, #01488A);
    backdrop-filter: blur(5.449999809265137px);
}
.main__expedition .main__expedition--step-text{
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.main__expedition .main__expedition--step-text > span{
    font-family: "My Font";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    margin-top: 40px;
    margin: 0;
}
.main__expedition .main__expedition--step-text > p{
    font-family: Rosatom;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin: 0;
}
.main__expedition p.main__expedition--step-text-blue{
    color: var(--blue-300, #8EC3F1);
    font-size: 14px;
}
.main__expedition--step-text-green{
    color: var(--green-light, #0FE369);
}
.main__expedition--planet{
    position: absolute;
    width: 949px;
    height: 596px;
    left: 0;
    bottom: 0;
}
.main__expedition--link{
    max-width: 578px;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.main__expedition--link a{
    padding: 12px 40px 14px;
}
.main__expedition--link h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 120%; /* 56.4px */
}
.main__expedition--bottom{
    position: absolute;
    bottom: -80px;
}
.main__expedition--line{
    display: none;
}
.big-text{
    font-size: 164px;
    line-height: 164px;
    font-family: "My Font";
    font-weight: 500;
}
.main__photo{
    margin-top: -65px;
    z-index: 10;
}
.main__photo img{
    width: 100%;
}
.main__photo--separator{
    position: absolute;
    top: -78px;
    height: 80px;
}
.main__tracks-wrapper{
    background-image: url("/local/templates/2024/images/main-expedition-bg.svg");
    background-position: center center;
    -webkit-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding: 120px 0;
    position: relative;
}
.main__tracks{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.main__tracks--header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main__tracks--header-title{
    color: var(--blue-800-base);
}
.main__tracks--items{
    max-width: 1196px;
    display: flex;
    border: 1px solid var(--blue-400-base);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: var(--blue-100);
}
.main__tracks--items.rules__tracks{
    background: transparent;
}
.main__tracks--items.rules__tracks .main__tracks--item-desc-title,
.main__tracks--items.rules__tracks .main__tracks--item-desc-text{
    color: var(--white);
}
.main__tracks--items.rules__tracks .main__tracks--item-themes-title{
    color: var(--blue-200-base);
}
.main__tracks--item{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.main__tracks--items > .main__tracks--item:last-child{
    border: unset;
}
.main__tracks--items > .main__tracks--item:first-child img{
    border-top-left-radius: 12px;
}
.main__tracks--items > .main__tracks--item:last-child img{
    border-top-right-radius: 12px;
}
.main__tracks--item-image-wrapper{
    width: 100%;
    height: 240px;
}
.main__tracks--item-image{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main__tracks--item-inner{
    padding: 0 30px;
    border-top: 1px solid var(--blue-400-base);
}
.main__tracks--item-desc{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px 0;
}
.main__tracks--item-desc-title{
    color: var(--blue-800-base);
}
.main__tracks--item-desc-text{
    font-family: "Rosatom";
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}
.main__tracks--item-themes{
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    border-top: 1px solid var(--blue-400-base, #6CACE4);
}
.main__tracks--item-themes-title{
    width: 100%;
    text-align: center;
    color: var(--blue-800-base);
}
.main__tracks--item-themes-items{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.main__tracks--item-themes-item{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background-color: var(--white);
    border-radius: 12px;
    border: 1px solid var(--blue-400-base);
}
.main__tracks--item-themes-item-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    flex: none;
}
.main__tracks--item-themes-item-icon svg{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: visible;
    overflow-y: visible;
    width: -webkit-fill-available;
}
.main__tracks--item-themes-item-title{
    font-size: 18px;
    font-weight: 400;
    font-family: "Rosatom";
    color: var(--black);
}
.main__tracks--header-link-bottom{
    display: none;
    padding: 12px 40px 14px;
}
.main__start-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    background-color: var(--blue-800-base);
    padding-top: 120px;
    background-image: url("/local/templates/2024/images/main-expedition-bg.svg");
    background-position: center center;
    -webkit-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 20px;
}
.main__start{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 140px;
}
.main__start--header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
    max-width: 990px;
    text-align: center;
}
.main__start--header-preview{
    font-size: 22px;
    font-weight: 700;
    font-family: "Rosatom";
    color: var(--blue-200-base);
    max-width: 450px;
}
.main__start--header{
    color: var(--white);
}
.main__start--ship{
    width: 783px;
    z-index: 1;
}
.main__start--ship-rope{
    position: absolute;
    display: none;
}
.main__start--planet,
.main__start--bird-left,
.main__start--bird-right{
    position: absolute;
}
.main__start--planet{
    width: 1265px;
    bottom: 0;
}
.main__start--bird-left,
.main__start--bird-right{
    width: 166px;
}
.main__start--bird-left{
    left: 0;
    top: 340px;
    bottom: 0;
}
.main__start--bird-right{
    right: 0;
    top: 242px;
    bottom: 0;
}
.main__start--bottom{
    position: absolute;
    bottom: -1px;
    z-index: 20;
}
/*endregion*/
.detail__task--tooltip{
    margin-top: 32px;
    display: flex;
    padding: 20px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--blue-600, #3785C3);
}
.detail__task--tooltip-inner{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.detail__task--tooltip-inner p{
    color: var(--White, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.detail__task--tooltip-inner b{
    color: var(--White, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
}
.companies{
    position: relative;
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
    background: var(--blue-900, #01488A);
    background-image: url("/local/templates/2024/images/main-expedition-bg.svg");
    background-size: contain;
    background-position: center center;
    background-position: 0 0;
}
.companies::after{
    z-index: 2;
    position: absolute;
    width: 100vw;
    height: 5vw;
    left: 0;
    top: -4vw;
    content: "";
    background-size: contain;
    background-image: url("/local/templates/2024/images/mendeleev/polyline-transparent-moredarkblue.png");
    background-repeat: no-repeat;
}
.ship-container{
    position: relative;
    z-index: 2;
}
@media (max-width: 1840px){
    .main__about-ship{
        width: 700px;
    }
}
@media (max-width: 1420px){
    .main__about-ship{
        width: 600px;
    }
}
@media (max-width: 1278px){
    h1, .h1{
        font-size: 56px;
        line-height: 61px;
    }

    h3, .h3{
        font-size: 40px;
    }

    h4, .h4{
        font-size: 30px;
    }

    h6, .h6{
        font-size: 20px;
    }

    .container{
        max-width: unset;
        padding: 0 40px;
    }

    .w-1920{
        display: none;
    }

    .w-1280{
        display: block;
    }

    .block-separator{
        background-image: url("/local/templates/2024/images/rules/separators/separator-1280.svg");
    }

    .main__block-separator{
        height: 70px;
        top: -70px;
    }

    .main__block-separator svg{
        min-width: 1280px;
    }

    .main__block--title{
        font-size: 100px;
        text-align: center;
    }

    .main__about--info{
        max-width: unset;
        gap: 30px;
    }

    .main__expedition--steps{
        flex-wrap: wrap;
    }

    .main__tracks--item-inner{
        padding-bottom: 16px;
    }

    .main__start--header-preview{
        max-width: 480px;
    }

    .main__about-wrapper{
        padding: 100px 0 180px;
    }

    .main__expedition-wrapper{
        padding: 100px 0 170px;
    }

    .final-step{
        min-height: 230px;
    }

    .main__expedition--link{
        max-width: 800px;
        align-self: unset;
        align-items: center;
    }

    .main__expedition--link h3{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .main__tracks-wrapper{
        padding: 100px 0;
    }

    .main__tracks{
        align-items: center;
    }

    .main__tracks--header{
        justify-content: center;
    }

    .main__tracks--header a,
    .main__tracks--header span{
        display: none;
    }

    .main__tracks--header-link-bottom{
        display: block;
    }

    .track-separator{
        height: 100%;
    }

    .main__photo{
        overflow: hidden;
    }

    .track-separator-top.w-1280{
        min-width: 1280px;
    }

    .main__start-wrapper{
        padding-top: 70px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .main__start--header{
        max-width: 640px;
    }

    .main__start{
        gap: 165px;
    }

    .main__start--ship{
        width: 505px;
    }

    .main__start--planet{
        width: 850px;
    }

    .main__start--bird-left,
    .main__start--bird-right{
        width: 130px;
    }

    .main__start--bird-left{
        left: 50px;
    }

    .main__start--bird-right{
        right: 50px;
    }
}
@media (max-width: 1278px){
    .main__tracks--items{
        flex-direction: column;
        align-items: center;
        max-width: 859px;
    }

    .main__expedition--step{
        min-height: 200px;
        flex: 0 0 50%;
    }

    .main__tracks--header-link-bottom{
        max-width: 859px;
    }
}
@media (max-width: 783px){
    .final-step{
        flex: 1 0 25%;
    }
}
@media (max-width: 550px){
    .main__start--bird-left,
    .main__start--bird-right{
        display: none;
    }
}
@media (max-width: 719px){
    h1, .h1{
        font-size: 36px;
        line-height: 43px;
    }

    h3, .h3{
        font-size: 24px;
        line-height: 28px;
    }

    h4, .h4{
        font-size: 20px;
        line-height: 24px;
    }

    h5, .h5{
        font-size: 18px;
        line-height: 21.6px;
    }

    h6, .h6{
        font-size: 16px;
        line-height: 20px;
    }

    .container{
        padding: 0 20px;
    }

    .w-1280{
        display: none;
    }

    .w-720{
        display: block;
    }

    .base-link{
        font-size: 18px;
    }

    .main__block-separator{
        height: 50px;
        top: -50px;
        display: flex;
        justify-content: center;
    }

    .main__block-separator svg{
        min-width: 720px;
    }

    .main__block-wrapper{
        padding-bottom: 60px;
        height: 640px;
    }

    .main__start--header{
        max-width: 440px;
    }

    .main__block{
        align-items: center;
    }

    .main__block--path h5{
        line-height: 21.6px;
    }

    .main__block--title-wrapper{
        max-width: 280px;
        gap: 20px;
    }

    .main__block--title{
        font-size: 64px;
        line-height: 64px;
        text-align: center;
    }

    .main__block--path{
        flex-direction: column;
        max-height: unset;
        gap: 22px;
    }

    .main__block--path-arrow{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        max-width: 55px;
        max-height: 55px;
        overflow: hidden;
    }

    .main__about-wrapper{
        padding: 80px 0 130px;
    }

    .about-steps > div{
        padding: 20px 15px;
    }

    .about-steps > div .main__expedition--step-text{
        font-size: 18px;
        line-height: 25.2px;
    }

    .main__expedition-wrapper{
        padding: 80px 0 130px;
    }

    .main__expedition--step{
        min-height: 160px;
    }

    .main__expedition-separator{
        height: 50px;
        top: -50px;
        display: flex;
        justify-content: center;
    }

    .main__expedition-separator svg{
        flex: 0 0 720px;
    }

    .main__expedition{
        gap: 60px;
    }

    .main__expedition .main__expedition--step .main__expedition--step-text{
        padding: 30px 15px 60px 15px;
    }

    .main__expedition .main__expedition--step-title{
        font-size: 16px;
        line-height: 130%; /* 20.8px */
        padding: 8px 15px;
    }

    .main__expedition--step-text{
        font-size: 20px;
    }

    .expedition-final{
        padding: unset;
    }

    .big-text{
        font-size: 100px;
        line-height: 100px;
    }

    .main__expedition--link{
        max-width: unset;
        width: 100%;
        gap: 30px;
    }

    .main__expedition--link a{
        width: 100%;
    }

    .main__photo{
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .main__photo img{
        min-width: 100%;
        height: auto;
    }

    .main__about--info-text{
        font-size: 18px;
        line-height: 25.2px;
    }

    .main__tracks-wrapper{
        padding: 80px 0;
    }

    .main__tracks--header-title{
        text-align: center;
    }

    .main__tracks{
        gap: 40px;
        height: 100%;
    }

    .main__tracks--item-inner{
        padding: 0 15px 10px;
    }

    .main__tracks--item-desc{
        padding: 20px 0;
    }

    .main__tracks--item-themes{
        gap: 15px;
        padding: 30px 15px;
    }

    .track-separator{
        width: 720px;
        align-self: center;
    }

    .main__tracks--item-themes-items{
        gap: 5px;
    }

    .main__tracks--item-themes-item-title{
        font-size: 16px;
    }

    .main__tracks--items > .main__tracks--item:first-child img{
        border-top-right-radius: 12px;
    }

    .main__tracks--items > .main__tracks--item:last-child img{
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        border-radius: unset;
    }

    .track-separator-top.w-720{
        min-width: 720px;
    }

    .main__start-wrapper{
        padding-top: 80px;
    }

    .main__start--header{
        gap: 24px;
    }

    .main__start--header a{
        width: 100%;
    }

    .main__start--header-preview{
        font-size: 18px;
    }

    .main__start{
        gap: 120px;
    }

    .main__start--planet{
        width: 520px;
    }

    .main__start--ship{
        width: 310px;
    }

    .about-steps{
        flex-direction: column;
    }

    .about-steps > div,
    .about-steps.main__expedition--steps .main__expedition--step:last-child{
        flex: unset;
        height: unset;
        min-height: 160px;
        gap: 50px;
        width: 100%;
        max-width: unset;
        border-radius: 12px;
    }

    .main__expedition--steps{
        flex-direction: column;
        align-items: center;
        border: unset;
        flex-wrap: unset;
    }

    .main__expedition--step{
        max-width: 280px;
    }
}
.container{
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
/* region button */
button[class^="button-polus__"]{
    display: flex;
    padding: 12px 40px 14px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    border-radius: 40px;
    height: 56px;
    white-space: nowrap;
    transition: .25s ease;
}
.button-polus__red{
    background: var(--red, #ED3424);
    color: var(--white, #FFF);
    border: none;
}
.button-polus__red:hover {
    background: #E52514;
}
.button-polus__red:active {
    background: #D81A09;
}
.button-polus__red:focus-visible {
    background: var(--red, #ED3424);
    box-shadow: 0px 0px 0px 3px rgba(254, 93, 79, 0.40);
    outline: none;
}
.button-polus__red:disabled {
    background: rgba(223, 223, 223, 0.40);
    color: rgba(0, 28, 64, 0.50);
    cursor: not-allowed;
}
.button-polus__blue{
    background: var(--Light-blue-1, #6CACE4);
    color: var(--White, #FFF);
    border: none;
}
.button-polus__transparent{
    background: transparent;
    color: var(--White, #FFF);
    border: 1px solid #FFF;
}
.button-polus__white{
    color: var(--blue-400-base, #6CACE4);
    border: none;
}
/* endregion */
.polyline__transparent-darkblue{
    position: relative;
    width: 100%;
}
.polyline__transparent-darkblue::after{
    z-index: 1;
    position: absolute;
    width: 100vw;
    height: 5vw;
    left: 0;
    top: -4vw;
    content: "";
    background-size: contain;
    background-image: url("/local/templates/2024/images/mendeleev/polyline-transparent-darkblue.png");
    background-repeat: no-repeat;
}
.main__about--info-text br{
    display: none;
}
@media (min-width: 521px){
    .main__tracks--item-themes-items{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main__tracks--item-themes-item{
        width: fit-content;
    }
}
@media (min-width: 939px){
    .main__tracks--item-themes{
        padding: 50px 30px 60px 30px;
        gap: 20px;
    }
}
@media (min-width: 720px){
    .detail__task--tooltip{
        flex-direction: row;
        justify-content: space-between;
    }

    .container{
        padding-left: 40px;
        padding-right: 40px;
    }

    .main__about{
        gap: 100px;
    }

    .about-steps .main__expedition--step:first-child .main__expedition--step-text > br{
        display: initial;
    }

    .main__banner{
        display: flex;
        padding: 50px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        align-self: stretch;
        width: auto;
    }

    .main__banner--left{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
        width: 100%;
    }

    .main__banner--left-inner{
        padding-top: 30px;
        width: 100%;
    }

    .main__banner--title{
        color: var(--blue-800-base, #025EA1);
        font-family: "My Font", sans-serif;
        font-size: 56px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%; /* 61.6px */
        text-transform: uppercase;
    }

    .main__banner--description{
        font-size: 18px;
    }

    .main__banner--description > *{
        margin-top: 15px;
    }

    .main__banner--sub-title{
        color: var(--red, #ED3424);
        font-family: "My Font", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 24px */
        text-transform: uppercase;
    }

    .main__expedition .main__expedition--step{
        height: 440px;
        min-width: 260px;
    }

    .main__expedition .main__expedition--step-text{
        padding: 40px 30px 80px 30px;
    }

    .main__expedition .main__expedition--step:nth-child(odd){
        border-right-style: none;
    }

    .main__expedition .main__expedition--step:nth-last-child(2){
        border-left-style: none;
        border-radius: 0 0 0 12px;
    }

    .main__expedition .main__expedition--step:last-child{
        border-radius: 0 12px 12px 0;
    }

    .main__expedition .main__expedition--step-text > span{
        font-size: 24px;
    }

    .main__expedition--link h3{
        font-size: 40px;
    }

    .companies{
        position: relative;
        display: flex;
        padding-bottom: 120px;
    }
}
@media (min-width: 1024px){
    .main__block-wrapper video{
        display: block;
    }

    .main__block-wrapper img{
        display: none;
    }

    .main__expedition .main__expedition--step{
        flex: 0 0 33.33%;
    }

    .main__expedition .main__expedition--step:nth-child(3n){
        border-right-style: solid;
    }

    .main__expedition .main__expedition--step:nth-child(2n){
        border-right-style: none;
    }

    .main__expedition .main__expedition--step:nth-last-child(2){
        border-left-style: none;
    }

    .main__expedition .main__expedition--step:last-child{
        border-radius: 0 12px 12px 0;
    }
}
@media (min-width: 1279px){
    .main__expedition--step.final-step:nth-child(1){
        border-right-style: none;
    }

    .main__expedition--step.final-step:nth-child(2){
        border-right-style: none;
    }

    .main__expedition--step.final-step:nth-child(3){
        border-right-style: none;
    }

    .main__expedition--step.final-step:nth-child(5){
        border-right-style: none;
    }

    .main__expedition--step.final-step:nth-child(6){
        border-right-style: none;
    }

    .container{
        max-width: 1196px;
        padding-left: 0;
        padding-right: 0;
    }

    .main__block--inner .base-link{
        display: flex;
        padding: 12px 40px 14px 40px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 200px;
    }

    .main__block--path{
        display: flex;
        width: 681px;
        height: 29px;
        align-items: center;
        gap: 24px;
    }

    .main__tracks--items{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .main__tracks--item{
        width: 33.33%;
        border-right: 1px solid var(--blue-400-base);
    }

    .main__tracks--item:last-child{
        border-right: none;
    }

    .main__tracks--item-themes-items{
        width: 98%;
        margin: 0 auto;
    }

    .main__about--info-text br{
        display: initial;
    }

    .main__tracks--item-desc{
        min-height: 220px;
    }

    .main__banner{
        flex-direction: row;
        width: 1196px;
        padding: 50px;
        align-items: center;
        gap: 0;
        border-radius: 16px;
        background: var(--blue-100, #D7EDFF);
    }

    .main__banner--left{
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
    }

    .main__banner--title{
        color: var(--blue-800-base, #025EA1);
        font-family: "My Font", sans-serif;
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%; /* 88px */
        text-transform: uppercase;
    }

    .main__banner--left-inner{
        max-width: 600px;
        padding-top: 30px;
    }

    .main__banner--sub-title{
        color: var(--red, #ED3424);
        font-family: "My Font", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 24px */
        text-transform: uppercase;
    }

    .main__banner--right{
        width: 100%;
        height: 100%;
    }

    .main__banner--right img{
        width: 430px;
        margin-left: auto;
        object-fit: initial;
    }

    .main__banner--form {
        flex-direction: row;
    }

    .main__about{
        gap: 120px;
    }

    .main__expedition .main__expedition--step{
        flex: 0 0 25%;
    }

    .main__expedition .main__expedition--step:nth-child(4n){
        border-right-style: solid;
    }

    .main__expedition .main__expedition--step:last-child{
        border-left: 1px solid var(--blue-1000-base, #003274);
    }

    .main__expedition--title h1 br{
        display: initial;
    }

    .main__about-ship,
    .main__expedition--title img,
    .main__expedition--planet{
        display: flex;
    }

    .main__expedition--line{
        display: flex;
        position: absolute;
        z-index: -1;
    }

    .main__expedition--line-1{
        transform: scale(1, 1.165);
        left: -101px;
        top: 39px;
    }

    .main__expedition--line-2{
        width: 320px;
        height: 467px;
        padding: 15px 20px 15px 20px;
        left: 850px;
        bottom: -84px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main__expedition--link h3{
        font-size: 47px;
    }

    .companies{
        position: relative;
        padding-top: 120px;
        gap: 120px;
        padding-bottom: calc(120px + 220px);
    }

    .companies > .container{
        position: relative;
    }

    .companies > .container:before{
        z-index: 1;
        position: absolute;
        width: 2599px;
        height: 478px;
        left: -490px;
        right: 0;
        bottom: -485px;
        margin: 0 auto;
        content: "";
        background-size: contain;
        background-image: url("/local/templates/2024/images/main/footer-img.svg");
        background-repeat: no-repeat;
    }

    .companies > .container:after{
        z-index: 1;
        bottom: -95px;
        right: 421px;
        position: absolute;
        content: "";
        width: 4px;
        height: calc(100% + 150px);
        background: var(--blue-1000-base, #003274);
        z-index: 0;
    }

    .polyline__transparent-darkblue::after{
        z-index: 1;
        position: absolute;
        width: 100vw;
        height: 5vw;
        left: 0;
        top: -4.3vw;
        content: "";
        background-size: contain;
        background-image: url(/local/templates/2024/images/mendeleev/polyline-transparent-darkblue.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .main__start--ship-rope{
        display: block;
        width: 100px;
        height: 363px;
        right: 350px;
        bottom: -104px;
        z-index: 10;
    }
}
@media (min-width: 1440px){
    .container{
        max-width: 1196px;
    }
}
@media (min-width: 1600px){
    .main__block-wrapper video{
        width: 100%;
        height: auto;
    }
}
@media (min-width: 2560px){
    .polyline__transparent-darkblue::after{
        background-size: cover;
        height: 120px;
        top: -119px;
    }
}

.input-group {
    position: relative;
    width: 100%;
}

.input-container {
    position: relative;
    display: flex;
    height: 56px;
    /*padding: 0px 30px;*/
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 9999px;
    background: var(--white, #FFF);
}

.text-input {
    width: 100%;
    height: 100%;
    padding: 22px 30px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    background: transparent;
    transition: all 0.3s;
    color: var(--black, #001C40);
}

.text-input:disabled {
    color: var(--gray-500, #9B9EA1);
    cursor: not-allowed;
}

.input-label {
    position: absolute;
    left: 30px;
    top: calc(50% - 10px);
    color: var(--blue-500, #5299D3);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    pointer-events: none;
    transition: all 0.3s;
}

.input-container:hover {
    color: var(--blue-800-base, #025EA1);
}

/*.input-container:hover .input-label {*/
/*    color: #666;*/
/*}*/

.text-input:focus ~ .input-label,
.text-input.filled ~ .input-label {
    top: 8.5px;
    font-size: 12px;
    color: var(--blue-800-base, #025EA1);
}

.text-input:focus ~ .input-label {
    color: var(--blue-800-base, #025EA1);
}

.input-container:focus-within {
    color: var(--blue-800-base, #025EA1);
}

.text-input.filled ~ .input-label {
    color: var(--blue-800-base, #025EA1);
}

.error-message {
    color: var(--red-text, #EF483A);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    font-size: 12px;
    margin: 0 0 0 30px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}

.input-group.error .error-message {
    margin-top: 8px;
    height: 20px;
}

@media (min-width: 1279px){
    .error-message {
        position: absolute;
    }
}
/* End */
/* /local/templates/2024/fonts/fonts.css?1742566785521 */
/* /local/templates/2024/assets/css/variables.css?1742566785112 */
/* /local/templates/2024/assets/css/base.css?1742566785992 */
/* /local/templates/2024/assets/css/header.css?17434193045630 */
/* /local/templates/2024/assets/css/menu.css?1742566785636 */
/* /local/templates/2024/assets/css/footer.css?17434193043178 */
/* /local/templates/2024/css/fonts.css?17434193041583 */
/* /local/templates/2024/libs/chronometer/chronometer.css?1742566785717 */
/* /local/templates/2024/components/bitrix/menu/top/style.css?1742566785401 */
/* /local/components/mendeleev/check-agreement/templates/.default/style.css?17434193034551 */
/* /local/templates/2024/components/bitrix/menu/bottom/style.css?1743419304495 */
/* /local/templates/2024/styles.css?177675100642763 */
/* /local/templates/2024/template_styles.css?177675100641186 */
