@font-face {
    font-family: "SB Sans Text";
    src: url("../fonts/SBSansText/SBSansText.eot");
    src:
        url("https://aij.accreditation.ru/fonts/SBSansText/SBSansText.eot?#iefix") format("embedded-opentype"),
        url("https://aij.accreditation.ru/fonts/SBSansText/SBSansText.woff") format("woff"),
        url("https://aij.accreditation.ru/fonts/SBSansText/SBSansText.ttf") format("truetype"),
        url("https://aij.accreditation.ru/fonts/SBSansText/SBSansText.svg?#webfont") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SB Sans Text";
    src: url("https://aij.accreditation.ru/fonts/SBSansTextSemibold/SBSansTextSemibold.eot");
    src:
        url("https://aij.accreditation.ru/fonts/SBSansTextSemibold/SBSansTextSemibold.eot?#iefix")
            format("embedded-opentype"),
        url("https://aij.accreditation.ru/fonts/SBSansTextSemibold/SBSansTextSemibold.woff") format("woff"),
        url("https://aij.accreditation.ru/fonts/SBSansTextSemibold/SBSansTextSemibold.ttf") format("truetype"),
        url("https://aij.accreditation.ru/fonts/SBSansTextSemibold/SBSansTextSemibold.svg?#webfont") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "SB Sans Interface";
    src: url("https://aij.accreditation.ru/fonts/SBSansInterface/SBSansInterfaceSemibold.woff2");
    src:
        url("https://aij.accreditation.ru/fonts/SBSansTextSemibold/SBSansTextSemibold.woff2") format("woff2"),
        url("https://aij.accreditation.ru/fonts/SBSansTextSemibold/SBSansTextSemibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "SB Sans Display";
    src: url("https://aij.accreditation.ru/fonts/SBSansDisplaySemiBold.eot");
    src:
        url("https://aij.accreditation.ru/fonts/SBSansDisplaySemiBold.eot?#iefix") format("embedded-opentype"),
        url("https://aij.accreditation.ru/fonts/SBSansDisplaySemiBold.woff") format("woff"),
        url("https://aij.accreditation.ru/fonts/SBSansDisplaySemiBold.ttf") format("truetype"),
        url("https://aij.accreditation.ru/fonts/SBSansDisplaySemiBold.svg?#webfont") format("svg");
    font-weight: 600;
    font-style: normal;
}

body,
html {
    margin: 0;
    font-family: "SB Sans Text", sans-serif;
    min-height: 100vh;
    background: #070708;
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
* {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    transition: 0.2s;
}
svg {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.unsubscribe {
    text-align: center;
    color: #fff;
}
@media (max-width: 767px) {
    .page {
        background: url(../img/bg-b-s.png) no-repeat 0 100%;
        background-size: 100% auto;
    }
}

.page:before {
    display: block;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-4.png?2) no-repeat 0 100%;
    background-size: cover;
}
@media (max-width: 767px) {
    .page:before {
        background: url(../img/bg-s-n.png?2) no-repeat 100% 100%;
        background-size: 100% auto;
    }
}

.page:after {
    display: block;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .page:after {
        background: linear-gradient(180deg, rgba(70, 78, 141, 0) 0%, #464e8d 100%);
        height: 731px;
    }
}

.header {
    width: 100%;
    height: 170px;
    z-index: 10;
}
@media (max-width: 767px) {
    .header {
        height: 74px;
        position: fixed;
        background: url(../img/header-bg-s.png) no-repeat 0 0;
        background-size: 100% 100%;
        z-index: 100;
    }
}

.header__inner {
    max-width: 1770px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    z-index: 1;
    height: 170px;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .header__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .header__inner {
        height: 74px;
        /*padding-top: 20px;*/
        /*align-items: flex-start;*/
    }
}

.logo img,
.logo svg {
    display: block;
    max-width: 100%;
}

.logo {
    max-width: 40%;
}

@media screen and (max-width: 767px) {
    .logo {
        max-width: 167px;
    }
}
@media (max-width: 480px) {
    .logo {
        max-width: 148px;
    }
}

.header-nav__btns {
    display: flex;
    align-items: center;
}

.lang {
    margin-left: 20px;
    display: flex;
}
.lang a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
}
@media (max-width: 480px) {
    .lang a {
        font-size: 9px;
    }
}

.header-nav__btn {
    display: flex;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    height: 56px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    align-items: center;
    margin-left: 20px;
    padding-left: 26px;
    padding-right: 26px;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}
@media screen and (max-width: 991px) {
    .header-nav__btn {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        height: 45px;
    }
}
@media (max-width: 480px) {
    .header-nav__btn {
        font-size: 9px;
        padding-left: 9px;
        padding-right: 9px;
        height: 25px;
        border: 1px solid #ffffff;
        border-radius: 13px;
        margin-left: 12px;
    }
}
.header-nav__btn:hover {
    border-color: rgba(225, 225, 225, 0.5);
}

.header-nav__btn img {
    margin-right: 10px;
}
@media (max-width: 480px) {
    .header-nav__btn img {
        margin-right: 6px;
        width: 11px;
    }
}

.page__main {
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 460px);
}
@media (max-width: 767px) {
    .page__main {
        padding-top: 74px;
        min-height: calc(100vh - 370px);
    }
}

.footer {
    display: flex;
    height: 290px;
    position: relative;
    z-index: 1;
    padding-top: 50px;
}
@media (max-width: 767px) {
    .footer {
        height: 370px;
        padding-top: 24px;
        text-align: left;
    }
}

.footer__inner {
    max-width: 1770px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 991px) {
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .footer__inner {
        display: block;
    }
}

.footer__inner__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid rgba(225, 225, 225, 0.3);
    padding-bottom: 25px;
}
@media (max-width: 767px) {
    .footer__inner__top {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.footer__feedback__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    font-family: "SB Sans Display", sans-serif;
}
@media screen and (max-width: 991px) {
    .footer__feedback__title {
        font-size: 16px;
        line-height: 1;
    }
}
@media screen and (max-width: 375px) {
    .footer__feedback__title {
        font-size: 14px;
    }
}

.footer__feedback__btns {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .footer__feedback__btns {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.footer__feedback__btns a {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    height: 56px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    align-items: center;
    margin-left: 20px;
    width: 272px;
    max-width: 100%;
    justify-content: center;
    transition: 0.3s;
}
@media screen and (max-width: 991px) {
    .footer__feedback__btns a {
        font-size: 14px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        height: 54px;
    }
}
@media (max-width: 767px) {
    .footer__feedback__btns a {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}

.footer__feedback__btns a:hover {
    border-color: rgba(225, 225, 225, 0.5);
}

.footer__feedback__btns a:first-child {
    margin-left: 0;
}
@media (max-width: 767px) {
    .footer__feedback__btns a:first-child {
        margin-top: 0;
    }
}

.footer__feedback__btns a svg {
    min-width: 24px;
}

.footer__feedback__btns a span {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.footer__feedback__btns a span:after {
    content: "";
    width: 2px;
    height: 26px;
    background: #fff;
    margin-left: 15px;
    display: block;
}

.footer__inner__bottom {
    padding-top: 25px;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
@media (max-width: 767px) {
    .footer__inner__bottom {
        font-size: 14px;
        line-height: 16px;
        flex-wrap: wrap;
    }
}
@media (max-width: 375px) {
    .footer__inner__bottom {
        font-size: 13px;
        line-height: 15px;
    }
}

.footer__inner__bottom__item:first-child {
    max-width: 500px;
    width: 50%;
}
.footer__inner__bottom__item:last-child {
    max-width: 670px;
    width: 50%;
}
@media (max-width: 767px) {
    .footer__inner__bottom__item:first-child {
        width: 100%;
        margin-bottom: 17px;
    }
    .footer__inner__bottom__item:last-child {
        width: 100%;
    }
}

.footer__inner__bottom a {
    color: #fff;
}
@media (max-width: 767px) {
    .footer__inner__bottom a {
        display: block;
        margin-top: 5px;
    }
}

.lang {
    cursor: pointer;
}

.disable {
    display: none !important;
}

.MuiCircularProgress-root {
    color: #8de7c9 !important;
}
.CircularContainer svg circle {
    stroke: #8de7c9;
}
@media (max-width: 1400px) {
    .mainembeddedcontainer {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
.metrics,
.metrics th,
.metrics td {
    color: #fff;
    border: 1px solid #fff;
    border-collapse: collapse;
}
.metrics th,
.metrics td {
    padding: 5px 10px;
}
.metrics th {
    text-align: center;
}
.metrics th:first-child,
.metrics td:first-child {
    width: 70%;
}

.metrics th:nth-child(2),
.metrics td:nth-child(2),
.metrics th:nth-child(3),
.metrics td:nth-child(3) {
    width: 15%;
    text-align: center;
}
