@charset "UTF-8";
    @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
    @font-face {
    font-family: "Segoe UI Bold Italic";
    font-display: swap;
    src: url("/fonts/Segoe UI Bold Italic.woff2") format("woff2"), url("/fonts/Segoe UI Bold Italic.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Segoe UI";
    font-display: swap;
    src: url("/fonts/Segoe UI Bold.woff2") format("woff2"), url("/fonts/Segoe UI Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Segoe UI Bold Italic";
    font-display: swap;
    src: url("/fonts/Segoe UI Italic.woff2") format("woff2"), url("/fonts/Segoe UI Italic.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Segoe UI";
    font-display: swap;
    src: url("/fonts/Segoe UI.woff2") format("woff2"), url("/fonts/Segoe UI.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active, :focus {
    outline: 0;
}
a:active, a:focus {
    outline: 0;
}
body, html {
    height: 100%;
    min-width: 320px;
}
body {
    color: #000;
    line-height: 1;
    font-family: "Segoe UI", Inter, Arial, Helvetica, sans-serif;
    font-size: .9375rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button, input, textarea {
    font-family: "Segoe UI", Inter, Arial, Helvetica, sans-serif;
    font-size: inherit;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}
a {
    color: inherit;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}
.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.wrapper>* {
    min-width: 0;
}
[class*=__container] {
    max-width: 75rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 3.125rem;
}
input[type=email], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input {
    border-radius: 0!important;
    width: 100%;
    display: block;
    padding: 0 20px;
    border: 1px solid #eee;
}
textarea.input {
    resize: none;
    padding: 0 0;
}
.select {
    position: relative;
}
.select__body {
    position: relative;
}
.select__title {
    text-align: left;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    color: #354c5e;
}
.select__content {
    font-size: 17px;
    line-height: 23px;
    color: #000;
}
.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.9375rem;
    padding: 0 1.25rem;
    gap: .625rem;
}
.select__value>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.select__value:after {
    content: "";
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/design/img/icons/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
}
._select-open .select__value:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: .5;
}
.select__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%}
.select__options {
    color: #354c5e;
    position: absolute;
    overflow: auto;
    height: 250px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 10px 0 5px 0;
}
.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}
.select__scroll .simplebar-scrollbar::before {
    opacity: 1;
}
.select__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 5px 15px;
    color: inherit;
    font-size: 22px;
}
.select__option._select-selected {
    background-color: #eee;
}
.select__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select._select-open {
    z-index: 5;
}
._select-tag {
    cursor: pointer;
}
body::after {
    content: "";
    background-color: rgba(40, 47, 55, .8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .8s ease 0s;
    -o-transition: opacity .8s ease 0s;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    z-index: 149;
}
.popup-show body::after {
    opacity: 1;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility .8s ease 0s;
    -o-transition: visibility .8s ease 0s;
    transition: visibility .8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}
.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}
.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    background-color: #fff;
    padding: 40px;
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
}
.lock .popup__content {
    visibility: visible;
}
.spollers {
    display: -ms-grid;
    display: grid;
    gap: 15px;
}
.spollers__item {
    font-size: 1.25rem;
}
.spollers__title {
    width: 100%;
    cursor: default;
    text-align: left;
    border: 1px solid #eee;
    padding: .625rem .9375rem;
    border-radius: .3125rem;
    position: relative;
}
._spoller-init .spollers__title {
    cursor: pointer;
}
._spoller-init .spollers__title::after, ._spoller-init .spollers__title::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: #000;
    height: 2px;
    width: 15px;
    -webkit-transition: -webkit-transform .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    -o-transition: transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}
._spoller-init .spollers__title::before {
    -webkit-transform: translate(-75%, -50%) rotate(40deg);
    -ms-transform: translate(-75%, -50%) rotate(40deg);
    transform: translate(-75%, -50%) rotate(40deg);
}
._spoller-init .spollers__title::after {
    -webkit-transform: translate(0, -50%) rotate(-40deg);
    -ms-transform: translate(0, -50%) rotate(-40deg);
    transform: translate(0, -50%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::before {
    -webkit-transform: translateX(-75%) rotate(-40deg);
    -ms-transform: translateX(-75%) rotate(-40deg);
    transform: translateX(-75%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.spollers__body {
    padding: 1.25rem;
    border-radius: .3125rem;
    border: 1px solid #eee;
}
[class*=-ibg] {
    position: relative;
}
[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.align-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page__subtitle, .page__title {
    color: #1b2733;
    font-weight: 700;
    text-align: center;
}
.page__title {
    font-size: 36px;
    margin-bottom: 24px;
}
.page__title+span {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin: 0 auto;
}
.page__subtitle {
    font-size: 24px;
    line-height: 32px;
}
.page__subnav {
    gap: 5px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    margin-top: 12px;
}
.page__subnav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.page__subnav li:hover {
    cursor: pointer;
    text-decoration: underline;
}
.section__title {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
}
.section__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    text-align: center;
}
.privacy__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 36px;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
}
.privacy__wrapper h1 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
}
.privacy__wrapper h2 {
    font-size: 24px;
    line-height: 43px;
    font-weight: 700;
}
.privacy__wrapper h3 {
    font-size: 20px;
    line-height: 43px;
    font-weight: 700;
}
.privacy__wrapper .privacy__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}
.privacy__wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4px;
}
.privacy__wrapper ul li {
    list-style: disc;
}
.privacy__wrapper ul li.child {
    padding-left: 30px;
}
.privacy__wrapper ul.inside li {
    list-style: inside;
}
svg {
    fill: #fff;
}
.btn {
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
}
.btn-green {
    background: #00ad26;
    -webkit-transition: .25s background ease;
    -o-transition: .25s background ease;
    transition: .25s background ease;
}
.btn-green:hover {
    background: #037e1d;
}
.btn-purple {
    background: -o-linear-gradient(359.16deg, #9380e4 -2.7%, #6677d8 102.95%), #0095eb;
    background: linear-gradient(90.84deg, #9380e4 -2.7%, #6677d8 102.95%), #0095eb;
    border-radius: 5px;
    padding: 15px;
}
.btn-orange {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(17.71%, #f80), color-stop(122.92%, #f80));
    background: -o-linear-gradient(bottom, #f80 17.71%, #f80 122.92%);
    background: linear-gradient(0deg, #f80 17.71%, #f80 122.92%);
}
.btn-orange:hover {
    opacity: .8;
}
.input__wrapper {
    position: relative;
    width: 100%}
.input__wrapper::before {
    position: absolute;
    content: " ";
    left: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}
.signup .login__signup {
    margin-top: 0;
}
.input__text {
    font-size: 12px;
    text-align: right;
    margin-top: 4px;
}
.page__input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    font-size: 24px;
    line-height: 26px;
    padding: 15px 15px 15px 60px;
    font-size: 14px;
    width: 100%;
    position: relative;
}
.page__input::-webkit-input-placeholder {
    color: rgba(53, 76, 94, .3);
}
.page__input::-moz-placeholder {
    color: rgba(53, 76, 94, .3);
}
.page__input:-ms-input-placeholder {
    color: rgba(53, 76, 94, .3);
}
.page__input::-ms-input-placeholder {
    color: rgba(53, 76, 94, .3);
}
.page__input::placeholder {
    color: rgba(53, 76, 94, .3);
}
.page__select {
    padding: 20px;
    color: #000;
}
section {
    padding: 60px 0;
}
.mobileVisible {
    display: none;
}
.pre2 {
    margin-bottom: 81px;
}
main.login {
    background: #fafbfb;
    padding-bottom: 40px;
}
.logo-container {
    margin: 0 auto;
}
.page__table {
    background: #fff;
    border: 1px solid #3b95e4;
    border-radius: 6px;
    margin-top: 52px;
    border-spacing: 0;
    font-weight: 400;
    line-height: 21px;
    font-size: 16px;
    width: 100%;
    border-collapse: collapse;
}
.page__table:first-child {
    margin-top: 0;
}
.page__table thead {
    background: #fff;
    border-radius: 6px 6px 0 0;
    font-weight: 500;
}
.page__table thead th:nth-child(1) {
    width: 13%}
.page__table thead th:nth-child(2) {
    width: 18%}
.page__table thead th:nth-child(3) {
    width: 42%}
.page__table thead th:nth-child(4) {
    width: 13%}
.page__table thead th:nth-child(5) {
    width: 12%}
.page__table tr :last-child td {
    border-bottom: 0;
}
.page__table td, .page__table th {
    margin: 0;
    text-align: left;
    border: 1px solid #3b95e4;
}
.page__table th {
    color: #3b95e4;
    width: auto;
    font-weight: 500;
    text-align: center;
    border: 1px solid #3b95e4;
    padding: 15.7px 20px;
}
.page__table td {
    font-weight: 400;
    text-align: center;
    color: #354c5e;
    padding: 20px;
}
.page__table td.bold {
    font-weight: 600;
}
.page__table td.left {
    text-align: left;
}
.page__table td.action {
    font-weight: 600;
    color: #3b95e4;
}
.page__table .visibleMobile {
    display: none;
}
.page__tableMob {
    display: none;
}
.allExams__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 36px;
}
.allExams__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 16px;
}
.allExams__titles h1 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
}
.allExams__titles p {
    font-size: 16px;
    line-height: 24px;
}
.allExams__vendors {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 28px;
    font-size: 17px;
    line-height: 20px;
    color: #3e70ff;
    font-weight: 400;
}
.allExams__exam {
    border: 1px solid #e1ecff;
    margin: 0 auto;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 25px rgba(0, 0, 0, .06);
    border-radius: 8px;
    max-width: 800px;
    padding: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
}
.allExams__exam a {
    font-size: 15px;
    line-height: 20px;
    color: #3e70ff;
}
.examsPage__subfooter-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}
.examsPage__subfooter-nav .prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header {
    width: 100%;
    z-index: 10;
    background: #2a3845;
}
.header__container {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 128px;
    position: relative;
}
.header a img {
    margin-right: 60px;
}
.footer {
    background: #283142;
    padding: 55px 0;
    color: #fff;
}
.footer__lists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 246px;
}
.footer__list span {
    font-weight: 700;
    margin-bottom: 24px;
}
.footer__list-item {
    margin-bottom: 24px;
}
.footer__list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    color: #cdd6e9;
}
.footer__list-item svg {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    fill: #cdd6e9;
}
.footer__list-item:hover {
    cursor: pointer;
    color: #cdd6e9;
}
.footer__list-item:hover svg {
    fill: #cdd6e9;
}
.footer__list-item span {
    font-weight: 400;
    margin-bottom: 0;
}
.footer__list.second {
    max-width: 488px;
}
.footer__list.second .footer__list-item {
    margin-bottom: 8px;
}
.footer__list.second .footer__list-item span {
    line-height: 20px;
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
}
.footer__bottom {
    border-top: 1px solid #3a455a;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 19px;
    color: #9daac2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-top: 20px;
}
.footer__bottom-links a {
    text-transform: uppercase;
}
.footer__bottom-links a:hover {
    color: #fff;
}
.footer__bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
}
.menu {
    color: #fff;
    width: 100%}
.menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu__item {
    position: relative;
    margin: 0 0 0 20px;
}
.menu__link {
    color: #000;
    font-size: 18px;
}
.menu__link:hover {
    text-decoration: underline;
}
.menu__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.menu__button {
    padding: 14px 30px;
    border: 1px solid #fff;
    border-radius: 100px;
}
.menu__button:hover {
    color: #2a3845;
    border: 1px solid #2a3845;
    background-color: #fff;
}
.menu__exams {
    margin-right: 25px;
}
.menu__exams:hover {
    text-decoration: underline;
}
.icon-menu {
    display: none;
    margin-left: auto;
}
.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .75rem;
}
.search input {
    padding: 16px 25px;
    border-radius: 6px;
    min-width: 300px;
    outline: 0;
}
.search input::-webkit-input-placeholder {
    color: #000;
    opacity: .8;
}
.search input::-moz-placeholder {
    color: #000;
    opacity: .8;
}
.search input:-ms-input-placeholder {
    color: #000;
    opacity: .8;
}
.search input::-ms-input-placeholder {
    color: #000;
    opacity: .8;
}
.search input::placeholder {
    color: #000;
    opacity: .8;
}
.search button {
    padding: 12px;
    border: 2px solid #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.search button svg {
    stroke: #fff;
    fill: transparent;
}
.search button:hover {
    background: #fff;
}
.search button:hover svg {
    stroke: #2a3845;
}
.vendors-spoiler {
    margin-right: 25px;
}
.vendors-spoiler:hover {
    text-decoration: underline;
}
.vendors-spoiler__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 5px;
}
.vendors-spoiler__title svg {
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    transition: .7s all;
    fill: none;
}
.vendors-spoiler__title._spoller-active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.vendors-spoiler__wrapper {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 75vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0 auto;
    gap: 18px;
    max-width: 900px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 5px;
    border-radius: 0 0 .25rem .25rem;
    -webkit-box-shadow: 0 13px 20px rgba(0, 0, 0, .07);
    box-shadow: 0 13px 20px rgba(0, 0, 0, .07);
    border-color: #fbfbfb;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.vendors-spoiler__wrapper.active {
    opacity: 1;
    z-index: 1;
    pointer-events: visible;
}
.vendors-spoiler__header {
    margin: 0 auto;
    font-size: 18px;
    color: #1b2733;
    font-weight: 500;
}
.vendors-spoiler__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #1b2733;
    row-gap: 15px;
}
.vendors-spoiler__list-item {
    width: 25%;
    font-size: 16px;
    padding: 4px 1.5rem;
}
.vendors-spoiler__list-item:hover {
    text-decoration: underline;
}
.vendors-spoiler__list-item:last-child {
    font-weight: 700;
    border: 1px solid rgba(57, 67, 96, .3);
    border-radius: 6px;
    padding: 4px 1.5rem;
    line-height: 1.5rem;
}
.download h2 {
    margin-bottom: 24px;
}
.download span {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin: 0 auto;
}
.download__list {
    max-width: 485px;
    row-gap: 18px;
    margin: 40px auto 0 auto;
}
.download__list-item {
    gap: 10px;
}
.download__list-item svg {
    min-width: 28px;
    min-height: 28px;
}
.choose-exam {
    background: rgba(147, 151, 155, .1);
}
.choose-exam__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 32px auto 0 auto;
    gap: 20px;
}
.choose-exam__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    white-space: nowrap;
}
.choose-exam .btn-green {
    padding: 19px 92px;
    margin: 40px 0 18px 0;
}
.choose-exam span {
    font-size: 17px;
}
.choose-exam input, .choose-exam select {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    padding: 16px 24px;
    font-family: "Segoe UI", Inter, Arial, Helvetica, sans-serif;
    width: 100%}
.choose-exam select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background: url(/design/img/icons/arrow.svg) #fff no-repeat 90.5%!important;
    cursor: pointer;
}
.statistics {
    background: #fafbfb;
}
.statistics__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 40px;
}
.statistics__item {
    max-width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
    gap: 6px;
}
.statistics text {
    font-weight: 700;
}
.feedback {
    background: rgba(27, 39, 51, .1);
}
.feedback__item {
    max-width: 840px;
    margin: 0 auto;
}
.feedback__item p {
    line-height: 24px;
    color: #1b2733;
}
.feedback__text {
    position: relative;
    padding: 31px 43px 24px 43px;
}
.feedback__quote {
    position: absolute;
}
.feedback__quote:first-child {
    top: 35px;
    left: 0;
}
.feedback__quote:last-child {
    right: 10px;
}
.feedback__author {
    padding-left: 31px;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feedback__author-logo img {
    width: 79px;
    height: 79px;
}
.feedback__author-info {
    gap: 10px;
}
.feedback__author-info span:first-child {
    font-weight: 700;
    font-size: 17px;
}
.captcha-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%}
.captchaRefresh.animated img {
    -webkit-animation: captchaRefreshAnim .5s ease-in-out;
    animation: captchaRefreshAnim .5s ease-in-out;
}
.captchaRefresh:hover {
    cursor: pointer;
}
@-webkit-keyframes captchaRefreshAnim {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
}@keyframes captchaRefreshAnim {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
}.exams__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    margin: 0 auto;
    max-width: 850px;
}
.exams__content .title {
    text-align: center;
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
}
.exams__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.exams__item {
    background: #fff;
    border: 3px solid;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.exams__item .corner {
    position: absolute;
    right: -60px;
    top: -60px;
    height: 116px;
    width: 116px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.exams__item.left {
    border-color: #6f79da;
}
.exams__item.left .corner {
    background: #6f79da;
}
.exams__item.left .exams__info-listItem {
    font-size: 14px;
    line-height: 26px;
}
.exams__item.left .exams__info-listItem .marked {
    background: #6f79da;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.exams__item.left .title {
    background: -o-linear-gradient(359.16deg, #9380e4 -2.7%, #6677d8 102.95%), #000;
    background: linear-gradient(90.84deg, #9380e4 -2.7%, #6677d8 102.95%), #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.exams__item.left .exams__check {
    background: #e8ebfa;
}
.exams__item.left .exams__submit {
    background: -o-linear-gradient(359.16deg, #9380e4 -2.7%, #6677d8 102.95%), #0095eb;
    background: linear-gradient(90.84deg, #9380e4 -2.7%, #6677d8 102.95%), #0095eb;
}
.exams__item.right {
    border-color: #0681fb;
}
.exams__item.right .corner {
    background: #0681fb;
}
.exams__item.right .exams__info-listItem {
    font-size: 14px;
    line-height: 26px;
}
.exams__item.right .exams__info-listItem .marked {
    background: #0681fb;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.exams__item.right .title {
    background: -o-linear-gradient(359.22deg, #36afda -11.61%, #007bff 106.17%), #0095eb;
    background: linear-gradient(90.78deg, #36afda -11.61%, #007bff 106.17%), #0095eb;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.exams__item.right .exams__check {
    background: -o-linear-gradient(359.22deg, rgba(54, 175, 218, .1) -11.61%, rgba(0, 123, 255, .1) 106.17%);
    background: linear-gradient(90.78deg, rgba(54, 175, 218, .1) -11.61%, rgba(0, 123, 255, .1) 106.17%);
}
.exams__item.right .exams__submit {
    background: -o-linear-gradient(359.22deg, #36afda -11.61%, #007bff 106.17%), #0095eb;
    background: linear-gradient(90.78deg, #36afda -11.61%, #007bff 106.17%), #0095eb;
}
.exams__footer {
    margin-top: 12px;
    font-size: 12px;
    color: #505050;
    text-align: center;
}
.exams__submit {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    width: 100%;
    height: 48px;
    border-radius: 5px;
}
.exams__submit .month {
    font-weight: 700;
}
.exams__submit .separator {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #fff;
}
.exams__check {
    padding: 12px 20px;
    margin: 0 -20px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.exams__check input {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #767676;
}
.exams__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.exams__list .benefits {
    color: #505050;
    font-size: 12px;
}
.exams__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #505050;
}
.exams__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.exams__separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
    color: #212121;
    margin-top: 25px;
}
.exams__separator span {
    width: 100%;
    height: 1px;
    background: #d4d4d4;
}
.exams__captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
}
.exams__captcha .title {
    font-size: 24px;
    line-height: 43px;
    font-weight: 700;
}
.exams__captcha button {
    background: #007bff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    width: 144px;
    height: 38px;
    border-radius: 4px;
}
.exams__captcha-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: #505050;
}
.exams__captcha-text a {
    color: #0095eb;
}
#exams-popup .pop-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
#exams-popup .pop-title mark {
    background: 0 0;
    color: #3b95e4;
}
#exams-popup .popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
}
#exams-popup .popup__content .popup__close {
    position: absolute;
    right: 35px;
    top: 35px;
}
.download-exam .page__title+span {
    font-weight: 600;
    font-size: 16px;
}
.download-exam .page__title+span a {
    text-decoration: underline;
    color: #18476b;
}
.download-exam .page__title+span a:hover {
    opacity: .8;
}
.download-exam p, .download-exam span {
    font-family: Inter;
}
.file__wrapper {
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 33px auto 0 auto;
}
.file__info {
    gap: 18px;
}
.file__info span {
    font-size: 17px;
    font-weight: 600;
}
.file__info span:first-child {
    font-size: 20px;
    color: #0095eb;
}
.file__info p {
    font-size: 17px;
    line-height: 24px;
    max-width: 450px;
}
.choose-version {
    background: rgba(27, 39, 51, .04);
}
.choose-version__wrapper {
    gap: 20px;
    margin-top: 36px;
}
.choose-version__item {
    width: calc(50% - 20px);
    min-width: 590px;
    background: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .16);
    border-radius: 8px;
    padding: 32px 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 765px;
}
.choose-version__item-header {
    border-radius: 5px 5px 0 0;
    height: 8px;
    width: 100%;
    position: absolute;
    top: 0;
}
.choose-version__item-header.basic {
    background: -o-linear-gradient(.17deg, #ffc714 .15%, #ff3737 145.29%);
    background: linear-gradient(89.83deg, #ffc714 .15%, #ff3737 145.29%);
}
.choose-version__item-header.pro {
    background: -webkit-gradient(linear, left top, right top, color-stop(31.78%, #00ad26), color-stop(67.8%, #0ea32e));
    background: -o-linear-gradient(left, #00ad26 31.78%, #0ea32e 67.8%);
    background: linear-gradient(90deg, #00ad26 31.78%, #0ea32e 67.8%);
}
.choose-version__item h3 {
    font-size: 24px;
    color: #18476b;
    margin-bottom: 15px;
    font-weight: 600;
}
.choose-version__item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
.choose-version__item .btn {
    width: 250px;
    height: 60px;
}
.choose-version__list {
    margin: 36px 0;
    gap: 16px;
    height: 199px;
}
.choose-version__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.choose-version__list-item span {
    font-weight: 400;
    font-size: 20px;
    color: rgba(4, 5, 10, .8);
    line-height: 27px;
}
.choose-version__slider {
    width: 100%;
    height: 213px;
    margin-top: auto;
    padding: 0 70px!important;
}
.choose-version__slider-wrapper {
    margin-top: auto;
}
.choose-version__slider .swiper-button-next, .choose-version__slider .swiper-button-prev {
    background: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    border-radius: 50px;
    height: 36px;
    width: 36px;
    color: #000;
    font-weight: 600;
}
.choose-version__slider .swiper-button-next::after, .choose-version__slider .swiper-button-prev::after {
    opacity: .5;
    font-size: 14px;
}
.choose-version__slide {
    height: 203px;
    -webkit-transform: scale(1, .9);
    -ms-transform: scale(1, .9);
    transform: scale(1, .9);
}
.choose-version__slide.swiper-slide-active {
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}
.download-pro__logo {
    gap: 12px;
}
.download-pro__logo span {
    color: #fda00a;
    font-weight: 700;
    font-size: 47.0238px;
    line-height: 55px;
}
.pay.v2 .page__subtitle:last-child {
    margin-bottom: 20px;
}
.pay.v2 .options__block {
    row-gap: 40px;
    margin-top: 2.5rem;
    width: 100%;
    padding: 0 30px;
    text-align: center;
}
.pay.v2 .options__block-item {
    row-gap: 20px;
}
.pay.v2 .options__block-item:last-child {
    row-gap: 5px;
}
.pay.v2 .options__block-item span {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}
.pay.v2 .options__block-nav {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pay.v2 .options__block button {
    width: 198px;
    padding: 18.5px 0;
}
.pay {
    background: rgba(249, 249, 249, .5);
    padding: 100px 0;
}
.pay.active {
    display: block;
}
.pay .page__subtitle::before {
    content: none;
}
.pay__form {
    margin-top: 1rem;
    gap: 20px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pay__form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pay__form-input {
    position: relative;
    width: 100%;
    max-width: 600px;
}
.pay__form-input::before {
    position: absolute;
    content: " ";
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.pay__form input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    width: 100%;
    height: 100%;
    font-size: 19px;
    line-height: 36px;
    padding: 0 10px;
    height: 3.375rem;
}
.pay__form input::-webkit-input-placeholder {
    color: rgba(53, 76, 94, .3);
}
.pay__form input::-moz-placeholder {
    color: rgba(53, 76, 94, .3);
}
.pay__form input:-ms-input-placeholder {
    color: rgba(53, 76, 94, .3);
}
.pay__form input::-ms-input-placeholder {
    color: rgba(53, 76, 94, .3);
}
.pay__form input::placeholder {
    color: rgba(53, 76, 94, .3);
}
.pay__form button {
    background: #3b95e4;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    padding: 26px 59px;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
}
.pay__form button:hover {
    background: #1e84dd;
}
.pay .field {
    font-size: 19px;
}
.unlimited-access {
    background: #fafbfb;
    padding: 20px;
    position: relative;
    margin-top: 84px;
}
.unlimited-access__wrapper .page__subtitle {
    padding: 0 20px;
}
.unlimited-access__wrapper .page__subtitle::before {
    content: none;
}
.unlimited-access__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}
.unlimited-access__info {
    width: 270px;
    text-align: center;
    padding-top: 123px;
}
.unlimited-access__subtitle {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    opacity: .8;
    margin-top: 10px;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
}
.unlimited-access__stock {
    margin-top: 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ed1111;
}
.unlimited-access__stock mark {
    background-color: transparent;
    font-size: 28px;
    line-height: 34px;
    color: #ed1111;
}
.unlimited-access__cards {
    -webkit-column-gap: 34px;
    -moz-column-gap: 34px;
    column-gap: 34px;
}
.unlimited-access__card {
    background: #fff;
    border: 1px solid rgba(225, 232, 245, .5);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .16);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .16);
    border-radius: 3px;
    width: 420px;
    color: #354c5e;
    border-radius: 5px 5px 0 0;
}
.unlimited-access__card-header {
    position: relative;
    border-radius: 5px 5px 0 0;
}
.unlimited-access__card-header::after {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    height: 8px;
    width: 100%;
    background: -o-linear-gradient(.17deg, #ffc714 .15%, #ff3737 145.29%);
    background: linear-gradient(89.83deg, #ffc714 .15%, #ff3737 145.29%);
    border-radius: 5px 5px 0 0;
}
.unlimited-access__card.annual {
    background: #0095eb;
    color: #fff;
}
.unlimited-access__card.annual .unlimited-access__card-header {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}
.unlimited-access__card.annual .unlimited-access__card-total {
    background: rgba(255, 255, 255, .2);
}
.unlimited-access__card.annual .unlimited-access__card-button {
    background: #f80;
    border: none;
    color: #fff;
}
.unlimited-access__card.annual .unlimited-access__card-button:hover {
    background: #f1990b;
}
.unlimited-access__card.annual .unlimited-access__card-price mark, .unlimited-access__card.annual .unlimited-access__card-price span {
    color: #fff;
}
.unlimited-access__card.quarterly {
    background: #fff;
    color: #000;
}
.unlimited-access__card.quarterly .unlimited-access__card-header {
    background: #f5fff8;
    color: #000;
}
.unlimited-access__card.quarterly .unlimited-access__card-header::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(31.78%, #00ad26), color-stop(67.8%, #0ea32e));
    background: -o-linear-gradient(left, #00ad26 31.78%, #0ea32e 67.8%);
    background: linear-gradient(90deg, #00ad26 31.78%, #0ea32e 67.8%);
}
.unlimited-access__card.quarterly .unlimited-access__card-total {
    background: #f5fff8;
    color: #000;
}
.unlimited-access__card.quarterly .unlimited-access__card-button {
    background: #fff;
    border: none;
    background-clip: padding-box;
    color: #fff;
    background: #00ad26;
}
.unlimited-access__card.quarterly .unlimited-access__card-button:hover {
    background: #037e1d;
}
.unlimited-access__card.quarterly .unlimited-access__card-price mark, .unlimited-access__card.quarterly .unlimited-access__card-price span {
    color: #000;
}
.unlimited-access__card.quarterly .unlimited-access__card-footer {
    color: #000;
}
.unlimited-access__card-header {
    padding: 17px 77px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.unlimited-access__card-price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}
.unlimited-access__card-price .old {
    text-decoration-line: line-through;
    line-height: 28px;
    font-size: 18px;
}
.unlimited-access__card-price .new {
    font-size: 15px;
    line-height: 18px;
}
.unlimited-access__card-price span {
    font-size: 18px;
    line-height: 28px;
    color: #354c5e;
}
.unlimited-access__card-price span mark {
    background-color: transparent;
    letter-spacing: -1.4px;
    font-size: 32px;
    line-height: 39px;
    color: #354c5e;
    font-weight: 500;
}
.unlimited-access__card-list {
    margin: 25px 25px 0 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.unlimited-access__card-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    min-width: 50%}
.unlimited-access__card-list li span {
    font-size: 17px;
    line-height: 40px;
    font-weight: 500;
}
.unlimited-access__card-total {
    padding: 16px 0 20px 0;
    margin-top: 28px;
    row-gap: 16px;
    text-align: center;
}
.unlimited-access__card-total span {
    font-size: 16px;
    line-height: 19px;
}
.unlimited-access__card-button {
    border-radius: 3px;
    padding: 20px;
    margin: 24px auto 0 auto;
    width: 300px;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.unlimited-access__card-footer {
    text-align: center;
    color: #fda00a;
    font-size: 16px;
    line-height: 21px;
    margin-top: 11px;
    font-weight: 400;
    padding-bottom: 20px;
}
.time__wrapper {
    color: #000;
    margin-top: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.time__wrapper-item span {
    font-size: 16px;
    line-height: 21px;
    margin-top: 9px;
    font-weight: 500;
    text-align: center;
}
.time__wrapper-square {
    padding: 0 25px;
}
.time__wrapper-square span {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}
.time__wrapper .separator {
    gap: 14px;
    height: 40px;
    width: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.time__wrapper .separator::after, .time__wrapper .separator::before {
    content: " ";
    width: 6px;
    height: 6px;
    background: #d9d9d9;
    border-radius: 100%}
.welcome {
    padding-top: 45px;
    padding-bottom: 0;
}
.welcome__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 100px;
    padding: 0 100px;
}
.welcome__wrapper-image {
    width: 100%;
    max-width: 166px;
    height: auto;
}
.welcome__wrapper-image img {
    width: 100%}
.welcome__wrapper-info p {
    padding: 27px 0 28px 0;
    font-size: 19px;
    line-height: 36px;
}
.welcome__wrapper-info p a {
    color: #3271bf;
}
.welcome__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.welcome__info {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.welcome__advantages {
    padding: 20px 0 28px 0;
    font-size: 19px;
    line-height: 25px;
    color: #000;
    text-align: center;
}
.welcome__advantages a {
    color: #0095eb;
}
.welcome__advantages a:hover {
    text-decoration: underline;
}
.welcome__list {
    max-width: 557px;
    row-gap: 18px;
    font-size: 17px;
    line-height: 24px;
}
.welcome__list-item {
    gap: 10px;
}
.welcome__list-item svg {
    min-width: 28px;
    min-height: 28px;
}
.login__logo img {
    width: 100%}
.login__form {
    width: 100%;
    max-width: 590px;
    margin-top: 36px;
    padding: 70px 90px 50px 90px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 100px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 100px rgba(0, 0, 0, .08);
    border-radius: 8px;
    border: 1px solid #e1ecff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 25px rgba(0, 0, 0, .06);
}
.login__form .email::before {
    background-image: url(/design/img/icons/message.svg);
}
.login__form .nickname::before {
    background-image: url(/design/img/icons/user-login.svg);
}
.login__form .password::before {
    background-image: url(/design/img/icons/lock.svg);
}
.login__form .password button {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.login__inputs {
    gap: 24px;
    margin-bottom: 32px;
}
.login__submit {
    padding: 15px 0;
    width: 100%;
    max-width: 500px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 28px;
}
.login__signup {
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px;
}
.login__signup span {
    font-size: 15px;
    line-height: 23px;
    color: #354c5e;
}
.login__signup span:last-child {
    font-weight: 700;
    color: #3b95e4;
}
.login__signup span:last-child:hover {
    cursor: pointer;
    text-decoration: underline;
}
.login__forget {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, .8);
    text-align: center;
}
.login__forget:hover {
    color: rgba(53, 76, 94, .7);
}
.faq__wrapper {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}
.faq__item {
    width: calc((100% - 40px)/ 3);
    background: #fff;
    -webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 60px rgba(0, 0, 0, .12);
    border-radius: 6px;
    font-family: Inter;
    padding: 28px 24px;
}
.faq__item h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #0095eb;
}
.faq__item p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin-top: 1rem;
}
.faq__item p a {
    text-decoration: underline;
}
.my-exams__select {
    margin-top: 40px;
    gap: 8px;
    max-width: 400px;
    width: 100%}
.my-exams__select label {
    font-size: 16px;
    line-height: 19px;
    color: rgba(53, 76, 94, .7);
}
.my-exams__tables {
    margin-top: 60px;
    width: 100%;
    margin-bottom: 20px;
}
.welc {
    padding-top: 110px;
    padding-bottom: 90px;
    background-image: url(/design/img/images/homepageBg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.welc__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.welc__info {
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 33px;
}
.welc__info .statistics__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.welc__info .statistics__wrapper .statistics__item {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none;
    text-align: left;
}
.welc__info .statistics__wrapper .statistics__item text {
    fill: #fff;
}
.welc__info h2 {
    color: #fff;
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
}
.welc__info p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
.welc__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}
.welc__btns .searchExams__form {
    width: 100%;
    max-width: 440px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.welc__btns .searchExams__form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    height: 60px;
    padding: 0 15px;
    color: #000;
    border: none;
    width: 100%;
    border-radius: 6px;
}
.welc__btns .searchExams__form input::-webkit-input-placeholder {
    color: #000;
}
.welc__btns .searchExams__form input::-moz-placeholder {
    color: #000;
}
.welc__btns .searchExams__form input:-ms-input-placeholder {
    color: #000;
}
.welc__btns .searchExams__form input::-ms-input-placeholder {
    color: #000;
}
.welc__btns .searchExams__form input::placeholder {
    color: #000;
}
.welc__btns .searchExams__form button {
    position: absolute;
    right: 0;
    z-index: 3;
    top: 0;
    background-color: #0095eb;
    color: #fff;
    font-size: 20px;
    width: 60px;
    height: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: none;
    border-radius: 6px;
}
.welc__btns .searchExams__form button svg {
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #fff;
}
.users__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 14px;
    color: #fff;
    margin-top: 18px;
}
.users__info-separator {
    width: 5px;
    min-width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
}
.welc__btns .btn {
    border-radius: 6px;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    width: 157px;
    height: 60px;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.welc__btns .btn.blue {
    background: #0095eb;
}
.welc__btns .btn.blue:hover {
    background: #1e7bb1;
    color: #fff;
}
.welc__btns .btn.transp {
    background: 0 0;
    border: 1px solid #0095eb;
}
.welc__btns .btn.transp:hover {
    background: #0095eb;
    color: #fff;
}
.topExams {
    padding: 60px 0;
}
.topExams__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.topExams h2 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
}
.nav-link {
    color: #016fd0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
}
.nav-link:hover {
    opacity: .8;
}
.topExams__content {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.topExams__content-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}
.topExams__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    padding: 32px 28px;
    background: #fff;
    border: 1px solid #e1ecff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 25px rgba(0, 0, 0, .06);
    border-radius: 8px;
}
.topExams__block .nav-link {
    margin-left: 16px;
}
.topExams__block h3 {
    color: #171d23;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}
.topExams__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}
.topExams__links a {
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    font-size: 15px;
    line-height: 20px;
}
.topExams__links a:hover {
    color: #016fd0;
    text-decoration: underline;
}
.homepage_header {
    background: 0 0;
    position: absolute;
    top: 0;
    width: 100%}
.homepage_header .ml-auto {
    margin-left: auto;
}
.homepage_header .search input {
    width: 200px;
    min-width: 0;
    height: 34px;
    padding: 0 12px;
}
.homepage_header .search button {
    width: 40px;
    height: 35px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.homepage_header .menu__button {
    height: 38px;
    padding: 0 20px;
}
.homepage_header .menu__exams {
    margin-right: 40px;
    font-size: 13px;
}
.homepage__topExams .topExams__links a {
    color: #3e70ff;
}
.whoAreWe__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
}
.whoAreWe__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
}
.whoAreWe__info h4 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .1px;
    font-weight: 700;
    color: #212529;
}
.whoAreWe__info p {
    color: #212529;
    font-size: 16px;
    line-height: 24px;
}
.whoAreWe__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.whoAreWe__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}
.whoAreWe__content-item span {
    color: #212529;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.whoAreWe__content-item p {
    color: #212529;
    font-size: 15px;
    line-height: 25px;
}
.passCert {
    background: #fafafa;
}
.passCert .big-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.passCert .big-wrapper .devices {
    position: absolute;
    top: 50%;
    left: 500px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.passCert__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    margin-left: 150px;
    width: 900px;
    position: relative;
}
.passCert__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 28px;
    height: 500px;
}
.passCert__info .title {
    color: #36afda;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.passCert__info .subtitle {
    color: #212529;
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    max-width: 315px;
}
.passCert__link {
    background: #007bff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 13px;
    border-radius: 4px;
    width: 100%;
    max-width: 135px;
}
.homepage__spollers {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
}
.homepage__spollers .spollers__title {
    border: none;
    padding-bottom: 0;
}
.homepage__spollers .spollers__body {
    border: none;
    padding-top: 0;
}
.homepage__spollers .spollers__item {
    border: 1px solid #e1ecff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .0588235294);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .0588235294);
}
.homepage__spollers .spollers__item .spollers__title::after, .homepage__spollers .spollers__item .spollers__title::before {
    right: 35px!important;
}
.homepage__spollers .spollers__item:hover button {
    color: #3e70ff;
}
.homepage__spollers .spollers__item button {
    color: #2f4166;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 32px;
    padding-bottom: 20px;
    padding-right: 60px;
}
.homepage__spollers .spollers__item button._spoller-active {
    color: #3e70ff;
}
.homepage__spollers .spollers__body {
    color: #212529;
    font-size: 15px;
    line-height: 25px;
    padding: 0 32px 32px 32px;
}
.homepage__footer .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}
.homepage__footer .footer__list li {
    margin-bottom: 0;
}
.homepage__footer .footer__wrapper {
    row-gap: 22px;
}
.testimonials {
    background: url(/design/img/images/testimonials.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.testimonials h4 {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    text-align: center;
}
.testimonials__content {
    margin: 0 auto;
    max-width: 1380px;
    position: relative;
}
.testimonials__slider {
    margin-top: 40px;
    width: 100%;
    max-width: 1070px;
}
.testimonials__slider .swiper-button-prev {
    position: absolute;
    left: 0;
}
.testimonials__slider .swiper-button-next svg, .testimonials__slider .swiper-button-prev svg {
    fill: #fff;
}
.testimonials__slider .swiper-button-next:hover svg, .testimonials__slider .swiper-button-prev:hover svg {
    fill: #cfdcec;
}
.testimonials__slider .swiper-button-next::after, .testimonials__slider .swiper-button-next::before, .testimonials__slider .swiper-button-prev::after, .testimonials__slider .swiper-button-prev::before {
    display: none;
}
.testimonials__slider .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.testimonials__slide {
    background: #54657b;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}
.testimonials__slide p {
    color: #fff;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
}
.testimonials__slide span {
    font-size: 16px;
    line-height: 24px;
    color: #cfdcec;
}
.seenOn {
    padding-top: 0;
}
.seenOn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    width: 100%}
.seenOn__title {
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
}
.seenOn__vendors {
    margin: 0 75px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.qapage__header {
    background: #282f37;
    position: relative;
}
.qapage__header .header__container {
    min-height: 64px;
}
.qaExam .statistics__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: none;
}
.qaExam .statistics__item text {
    font-weight: 700;
    font-size: 30px;
}
.qaExam .statistics__item span {
    text-align: left;
    color: #505050;
    font-size: 16px;
    line-height: 20px;
}
.qaExam .statistics__wrapper {
    max-width: 820px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
    margin-top: 50px;
}
.qaExam__item {
    width: 100%;
    max-width: 596px;
    margin: 0 auto;
    padding: 32px 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.qaExam__item .title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
}
.qaExam__item .subtitle {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.qaExam__item-link {
    width: 100%;
    max-width: 360px;
    background-color: #28a745;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.qaExam__item-link:hover {
    opacity: .8;
}
.qaExam__item .users__info {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
}
.qaExam .qaExam__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%}
.qaExam .qaExam__info-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}
.qaExam .qaExam__info-item span {
    font-size: 16px;
    line-height: 26px;
    display: block;
}
.qaExam .qaExam__info-item span:nth-child(1) {
    width: 179px;
    font-weight: 700;
}
.examsPage {
    padding: 0;
}
.examsPage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%}
.examsPage__title {
    width: 100%;
    background: -o-linear-gradient(359.22deg, rgba(54, 175, 218, .1) -11.61%, rgba(0, 123, 255, .1) 106.17%), #fff;
    background: linear-gradient(90.78deg, rgba(54, 175, 218, .1) -11.61%, rgba(0, 123, 255, .1) 106.17%), #fff;
}
.examsPage__title h1 {
    color: #282f37;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
}
.examsPage__nav {
    background: -o-linear-gradient(359.22deg, #36afda -11.61%, #007bff 106.17%), #707a84;
    background: linear-gradient(90.78deg, #36afda -11.61%, #007bff 106.17%), #707a84;
    width: 100%;
    padding: 16px 0;
}
.examsPage__nav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.examsPage__nav-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.examsPage__nav-l a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
    background: 0 0;
}
.examsPage__nav-l a:hover {
    opacity: .9;
}
.examsPage__nav-l a.load {
    background: #fff;
    color: #212529;
}
.examsPage__nav-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
}
.examsPage__questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 30px;
}
.examsPage__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
}
.examsPage__question-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    background: #2b2b2b;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 4px 4px 0 0;
}
.examsPage__question-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
}
.examsPage__question-body img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 400px;
    width: 100%}
.examsPage__question-answers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}
.examsPage__question-answer {
    padding: 14px;
    color: #505050;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer;
}
.examsPage__question-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}
.examsPage__question-nav button {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    padding: 10px 20px;
}
.examsPage__question-nav button:hover {
    opacity: .9;
}
.examsPage__question-nav button.reveal {
    background: #007bff;
}
.examsPage__question-nav button.next {
    background: #28a745;
}
.examsPage__footer {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.examsPage__footer-next {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    padding: 10px 20px;
    background: #28a745;
}
.examsPage__footer-next:hover {
    opacity: .9;
}
.examsPage__subfooter {
    margin-top: 80px;
    background: -o-linear-gradient(359.22deg, #36afda -11.61%, #007bff 106.17%), #707a84;
    background: linear-gradient(90.78deg, #36afda -11.61%, #007bff 106.17%), #707a84;
    width: 100%;
    padding: 16px 0;
}
.examsPage__subfooter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.examsPage__subfooter-content a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
    background: 0 0;
}
.examsPage__subfooter-content a:hover {
    opacity: .9;
}
.examsPage__subfooter-content a.load {
    background: #fff;
    color: #212529;
}
.examsPage__subfooter-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.thankyou__wrapper {
    width: 100%;
    max-width: 910px;
    border: 1px solid #e1ecff;
    margin: 0 auto;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 25px rgba(0, 0, 0, .06);
    border-radius: 12px;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.thankyou__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}
.thankyou__title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 180px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #3b95e4;
}
.thankyou__purchased {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 12px;
}
.thankyou__purchased .title {
    background: -o-linear-gradient(359.16deg, #9380e4 -2.7%, #6677d8 102.95%), #3b95e4;
    background: linear-gradient(90.84deg, #9380e4 -2.7%, #6677d8 102.95%), #3b95e4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 30px;
    font-weight: 700;
}
.thankyou__purchased .subtitle {
    font-size: 18px;
    line-height: 24px;
}
.thankyou__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
    font-size: 18px;
}
.thankyou__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    font-size: 14px;
}
.thankyou__login button {
    color: #fff;
    background: #0095eb;
    border-radius: 2px;
    padding: 10px 30px;
}
.thankyou__support {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.thankyou__support a {
    color: #3e70ff;
}
.separator {
    height: 1px;
    background: rgba(0, 0, 0, .4);
    width: 100%}
.swiper {
    overflow: hidden;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-android .swiper-slide, .swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
    display: none!important;
}

:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none!important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}
.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%}
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes swiper-preloader-spin {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
@media (min-width:576px) {
    .container {
    max-width: 540px;
}
}@media (min-width:767px) {
    .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu__item {
    padding: 10px 0;
}
}@media (min-width:768px) {
    .container {
    max-width: 720px;
}
}@media (min-width:992px) {
    .container {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .container {
    max-width: 1140px;
}
}@media (max-width:1400px) {
    .unlimited-access__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.unlimited-access__cards {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.unlimited-access__card {
    width: 375px;
}
.unlimited-access__card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px auto 0 auto;
}
.unlimited-access__card-list li {
    width: 100%}
.topExams h2, .welc__info h2 {
    font-size: 28px;
    line-height: 38px;
}
.welc__info p {
    font-size: 18px;
    line-height: 24px;
}
}@media (max-width:1300px) {
    .welcome__wrapper {
    padding: 0;
    gap: 75px;
}
}@media (max-width:1280px) {
    .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    padding: 100px 30px 30px 30px;
    -webkit-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    overflow: auto;
}
.menu__body._active {
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}
.menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    z-index: 2;
}
.menu__list>li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
.menu__list>li:last-child {
    margin-bottom: 0;
}
.menu__link {
    font-size: 24px;
}
.icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
}
.icon-menu span, .icon-menu::after, .icon-menu::before {
    content: "";
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #fff;
}
.icon-menu::before {
    top: 0;
}
.icon-menu::after {
    bottom: 0;
}
.icon-menu span {
    top: calc(50% - .0625rem);
}
.menu-open .icon-menu span {
    width: 0;
}
.menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.vendors-spoiler__wrapper {
    top: 100%}
.menu__list {
    position: relative;
    padding-bottom: 20px;
}
.choose-version__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
}
.homepage_header .ml-auto {
    margin-left: 0;
}
}@media (max-width:1200px) {
    .footer__lists {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
}
.pay {
    padding: 75px 0;
}
.unlimited-access__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.unlimited-access__wrapper {
    background: #f9f9f9;
    padding: 50px 0;
}
.unlimited-access__cards {
    margin-top: 40px;
}
.unlimited-access__stock {
    margin-top: 20px;
}
.unlimited-access__info {
    padding: 0;
    width: auto;
}
.time__wrapper {
    width: 280px;
}
.welcome__wrapper {
    gap: 30px;
}
.welcome__wrapper-image {
    max-width: 225px;
}
.my-exams {
    margin-top: 30px;
}
.welc {
    padding-bottom: 60px;
    padding-top: 140px;
}
.passCert__wrapper {
    margin-left: 0;
}
.passCert .big-wrapper .devices {
    left: 400px;
}
.testimonials__content {
    padding: 0 40px!important;
}
.testimonials__slide p {
    font-size: 16px;
    line-height: 24px;
}
.footer__lists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}
.examsPage__nav-l a {
    border-radius: 12px;
}
.examsPage__nav-l a span {
    display: none;
}
}@media (max-width:1024px) {
    section {
    padding: 45px 0;
}
.footer {
    padding: 45px 0;
}
.statistics__item {
    max-width: 20%}
.feedback__text {
    padding: 0 35px 24px 35px;
}
.feedback__quote:first-child {
    top: 0;
}
.feedback__quote:last-child {
    bottom: 20px;
}
}@media (max-width:992px) {
    .unlimited-access {
    margin-top: 25px;
}
.welcome__wrapper-list {
    margin-bottom: 30px;
    padding: 34px 41px;
}
.welcome__wrapper-image.prem {
    max-width: 200px;
}
.welcome__con {
    gap: 20px;
}
.welcome__info {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.topExams {
    padding: 40px 0;
}
.topExams__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.topExams__content-col {
    width: 100%}
.whoAreWe__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
.seenOn__vendors {
    margin: 0;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
}
.seenOn__vendors img {
    margin: 0 auto;
}
.homepage__spollers .spollers__item button {
    font-size: 16px;
}
}@media (max-width:980px) {
    .allExams__vendors {
    font-size: 16px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.faq__item {
    width: calc((100% - 20px)/ 2);
}
}@media (max-width:900px) {
    .exams__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
#exams-popup .popup__content .popup__close {
    right: 20px;
    top: 20px;
}
}@media (max-width:880px) {
    .pay__form button {
    padding: 20px 39px;
    white-space: nowrap;
    font-size: 17px;
}
.unlimited-access__card {
    width: 340px;
}
}@media (max-width:840px) {
    .footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 50px;
}
.footer__list:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.footer__list.second {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
}@media (max-width:800px) {
    .page__table {
    padding: 24px 0;
    border-width: 0;
    margin: 0;
}
.page__table:first-child {
    border-width: 1px 0 0 0;
}
.page__table thead {
    display: none;
}
.page__table td {
    border: none;
}
.page__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #3b95e4;
    border-width: 0 0 1px 0;
    position: relative;
    padding: 14px 0;
}
.page__table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 20px;
}
.page__table td.action {
    position: absolute;
    bottom: 14px;
    right: 0;
}
.page__table .visibleMobile {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: rgba(53, 76, 94, .7);
}
.page__table .visibleMobile.bold {
    color: #354c5e;
    font-size: 16px;
    row-gap: 4px;
}
.passCert .big-wrapper .devices {
    width: 400px;
    height: auto;
}
.passCert .big-wrapper .devices img {
    width: 100%;
    height: auto;
}
.passCert__info {
    height: auto;
}
.faq {
    padding-top: 45px;
}
.homepage__spollers .spollers__item .spollers__title::after, .homepage__spollers .spollers__item .spollers__title::before {
    right: 15px!important;
}
.welc__info .statistics__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
}@media (max-width:768px) {
    .select__content {
    font-size: 20px;
}
.select__value {
    height: 3.5rem;
}
.select__option {
    font-size: 17px;
}
.section__title {
    font-size: 26px;
    line-height: 32px;
}
.section__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}
.section__subtitle br {
    display: none;
}
.privacy__wrapper {
    row-gap: 24px;
    font-size: 14px;
    line-height: 22px;
}
.privacy__wrapper h1 {
    font-size: 28px;
    line-height: 36px;
}
.privacy__wrapper h2 {
    font-size: 22px;
    line-height: 36px;
}
.privacy__wrapper h3 {
    font-size: 18px;
    line-height: 36px;
}
.privacy__wrapper .privacy__block {
    row-gap: 12px;
}
.allExams__vendors {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
.allExams__exam {
    padding: 20px;
    row-gap: 8px;
}
.allExams__exam a {
    font-size: 14px;
}
.page__title {
    font-size: 28px;
}
.page__subtitle {
    font-size: 18px;
    line-height: 24px;
}
section {
    padding: 30px 0;
}
.examsPage__subfooter-nav {
    width: 160px;
}
.footer {
    padding: 30px 0;
}
.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.download span {
    font-size: 15px;
}
.download__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.download__list-item svg {
    min-width: 24px;
    min-height: 24px;
}
.exams__content .title {
    font-size: 28px;
    line-height: 34px;
}
.exams__captcha .title {
    font-size: 20px;
    line-height: 24px;
}
#exams-popup .pop-title {
    font-size: 20px;
}
#exams-popup .popup__content {
    padding: 30px 20px;
}
#exams-popup .popup__content .popup__close {
    top: 10px;
    right: 10px;
}
.file__wrapper p {
    font-size: 14px;
}
.pay.v2 .options__block {
    text-align: center;
    padding: 0 10px;
}
.pay.v2 .options__block-nav button {
    font-size: 16px;
    padding: 13px 0;
}
.pay.v2 .options__block-nav img {
    width: 100%}
.pay.v2 .options__block-item span {
    font-size: 16px;
    line-height: 24px;
}
.pay {
    padding: 45px 0;
}
.unlimited-access__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.unlimited-access__card-button {
    max-width: 260px;
}
.welcome span {
    font-size: 15px;
}
.welcome__wrapper-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 275px;
}
.welcome__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.welcome__list-item svg {
    min-width: 24px;
    min-height: 24px;
}
.welcome__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.welcome__list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.welcome__logo img {
    width: 320px;
}
.faq__item h3 {
    font-size: 18px;
}
.faq__item p {
    font-size: 15px;
}
.my-exams__tables {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.my-exams {
    margin-top: 0;
}
.users__info span:not(:first-of-type) {
    display: none;
}
.qaExam .statistics__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
}@media (max-width:740px) {
    .statistics__item {
    max-width: 30%}
}@media (max-width:695px) {
    .pay__form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.pay__form-input {
    width: 100%;
    max-width: 100%}
.card-frame {
    width: 100%!important;
}
#payment-form {
    width: 100%!important;
}
.success-payment-message {
    text-align: center;
}
}@media (max-width:680px) {
    .menu__list {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu__list .vendors-spoiler {
    margin-right: 0;
}
.menu__exams {
    margin-right: 0;
}
.menu__buttons {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.vendors-spoiler__list-item {
    width: 50%}
.choose-version__item {
    min-height: 0;
    min-width: 450px;
    padding: 32px;
}
.choose-version__item p {
    font-size: 16px;
}
.choose-version__item h3 {
    font-size: 22px;
}
.choose-version__slide img {
    width: 100%}
.choose-version__list {
    gap: 5px;
    margin: 10px 0;
    height: 160px;
}
.choose-version__list-item span {
    font-size: 16px;
}
.homepage_header .menu__exams {
    margin-right: 0;
}
}@media (max-width:630px) {
    body {
    font-size: .875rem;
}
[class*=__container] {
    padding: 0 1.5625rem!important;
}
.page__title {
    font-size: 24px;
}
.download__list {
    margin-top: 30px;
}
.choose-exam span {
    font-size: 14px;
}
.feedback__text {
    padding: 0 30px 24px 30px;
}
.feedback__quote:last-child {
    right: 0;
}
.file__info span {
    font-size: 15px;
}
.file__info span:first-child {
    font-size: 18px;
}
}@media (max-width:600px) {
    .exams__content .title {
    font-size: 24px;
    line-height: 28px;
}
.exams__captcha .title {
    font-size: 18px;
    line-height: 24px;
}
#exams-popup .pop-title {
    font-size: 18px;
}
.topExams {
    padding: 25px 0;
}
.footer__bottom-links {
    row-gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__bottom-links a {
    width: calc((100% - 30px)/ 2);
    line-height: normal;
}
.welc {
    padding-top: 0;
}
.topExams h2, .welc__info h2 {
    font-size: 26px;
    line-height: 32px;
}
.topExams__block h3 {
    font-size: 18px;
}
.topExams__block {
    padding: 20px;
}
.welc__info p {
    font-size: 16px;
    line-height: 24px;
}
.topExams__links a {
    font-size: 14px;
}
.passCert .big-wrapper .devices {
    display: none;
}
.passCert__info .subtitle {
    max-width: none;
}
.passCert__wrapper {
    width: auto;
}
.passCert__info .title br {
    display: none;
}
.examsPage__nav-l {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    width: 100%}
.examsPage__nav-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
}
.examsPage__nav-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%}
.examsPage__subfooter-content {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}
.examsPage__subfooter-content a span {
    display: none;
}
.thankyou__title {
    font-size: 28px;
}
.thankyou__order {
    font-size: 16px;
}
.thankyou__login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}
}@media (max-width:576px) {
    .select__content {
    font-size: 17px;
    line-height: 20px;
}
.select__value {
    height: 2.5rem;
}
.select__option {
    font-size: 17px;
}
.forgot .login__submit {
    margin-bottom: 0;
}
.pay__form {
    gap: 10px;
}
.pay__form button {
    padding: 20px 25px;
}
.success-payment-message {
    text-align: left;
}
.unlimited-access__wrapper {
    padding: 36px 0 48px 0;
}
.unlimited-access__card {
    width: 300px;
}
.unlimited-access__card-button {
    max-width: 240px;
}
.time__wrapper {
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.time__wrapper-square {
    padding: 15px 20px;
}
.login__form {
    padding: 30px 20px;
}
.login__forget {
    margin-bottom: 0;
}
.login__signup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
}
.faq__item {
    width: 100%}
.faq__wrapper {
    margin-top: 2rem;
}
.my-exams {
    margin-top: 0;
    margin-bottom: 50px;
}
.my-exams__tables {
    margin-top: 40px;
}
.my-exams__select {
    font-size: 13px;
    line-height: 15px;
}
}@media (max-width:500px) {
    .welc__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}
.whoAreWe__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
.welc__btns .btn {
    width: 100%}
.welc {
    padding-bottom: 45px;
}
.seenOn__vendors {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
.users__info {
    font-size: 14px;
}
.testimonials__slide {
    padding: 20px;
}
.welc__info .statistics__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
}@media (max-width:480px) {
    .page__title {
    font-size: 20px;
}
.search input {
    min-width: 60vw;
}
.download span {
    text-align: center;
}
.download__list span {
    text-align: start;
}
.choose-exam__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.choose-exam input {
    padding: 16px;
}
.choose-exam .btn-green {
    margin: 20px 0;
    padding: 19px 80px;
}
.file__image {
    display: none;
}
.file__image.mobileVisible {
    display: block;
}
.file__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.download-exam .page__title+span {
    text-align: center;
}
.choose-version__slider {
    padding: 0!important;
}
.choose-version__slider .swiper-button-next {
    right: 0;
}
.choose-version__slider .swiper-button-prev {
    left: 0;
}
.choose-version__slider .swiper-button-next, .choose-version__slider .swiper-button-prev {
    width: 25px;
    height: 25px;
}
.choose-version__slider .swiper-button-next::after, .choose-version__slider .swiper-button-prev::after {
    font-size: 12px;
}
.choose-version__item {
    min-width: 300px;
}
.choose-version__item h3 {
    font-size: 18px;
}
.choose-version__item p {
    font-size: 14px;
    line-height: 24px;
}
.choose-version__list {
    height: 175px;
}
.choose-version__list-item span {
    line-height: 20px;
    font-size: 14px;
}
.pay__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pay__form button {
    padding: 15px;
}
.pay__form-input::before {
    left: 10px;
}
.input.card-number {
    font-size: 14px;
}
.welcome__wrapper-image {
    max-width: 210px;
}
.welcome__list span {
    text-align: start;
}
.welcome__logo img {
    width: 280px;
}
.welcome__advantages {
    text-align: left;
}
.qaExam .statistics__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
.qaExam__item {
    padding: 0;
    border: none;
}
.qaExam__item .title {
    font-size: 18px;
    line-height: 23px;
}
.qaExam__item .subtitle {
    font-size: 14px;
}
.qaExam .qaExam__info-item span {
    font-size: 14px;
    line-height: 18px;
}
.qaExam .qaExam__info-item span:nth-child(1) {
    width: 100px;
}
}@media (max-width:460px) {
    .exams__info img {
    width: 80px;
    height: auto;
}
.exams__list-item {
    font-size: 13px;
    line-height: 16px;
}
.exams__list-item img {
    width: 12px;
    height: auto;
}
.exams__item .corner {
    display: none;
}
.exams__item {
    padding: 20px 10px;
}
.exams__submit {
    font-size: 14px;
}
}@media (max-width:420px) {
    .examsPage__subfooter-nav {
    width: 65px;
}
}@media (max-width:400px) {
    .allExams__vendors {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
.feedback {
    display: none;
}
.thankyou__order {
    font-size: 14px;
}
.thankyou__title {
    font-size: 24px;
}
.thankyou__wrapper {
    padding: 20px;
}
.thankyou__purchased .subtitle {
    font-size: 14px;
}
}@media (max-width:360px) {
    .statistics__item {
    max-width: 50%}
.exams__info img {
    display: none;
}
}@media (any-hover:hover) {
    .select__option:hover {
    background: #d9d9d9;
}
}
.email-icon{
position:relative;
}

.email-tooltip{
position:absolute;
bottom:35px;
left:50%;
transform:translateX(-50%);
background:#333;
color:#fff;
padding:6px 10px;
border-radius:6px;
font-size:13px;
white-space:nowrap;
display:none;
}

.email-icon:hover .email-tooltip{
display:block;
}





/* Floating Enquire Button */

.middle_enquiry_form{
position:fixed;
right:0;
top:50%;
transform:translateY(-50%);
z-index:9999;
}

.middle_enquiry_form button{
background:#0b2c4a;
color:#fff;
border:none;
padding:12px 10px;
writing-mode:vertical-rl;
text-orientation:mixed;
cursor:pointer;
font-size:16px;
}


/* Modal Container */

.middle_enquiry_modal .modal-content{
background:#d9eefb !important;   /* Light Blue */
padding:35px;
border-radius:6px;
border:none;
box-shadow:0 10px 25px rgba(0,0,0,0.3);
}


/* Title */

.modal-title{
text-align:center;
font-size:32px;
font-weight:500;
margin-bottom:25px;
}


/* Input Fields */

.middle_enquiry_modal input,
.middle_enquiry_modal textarea{
width:100%;
padding:15px;
margin-bottom:18px;
border-radius:8px;
border:1px solid #d9d9d9;
background:#ffffff;
font-size:16px;
outline:none;
}


/* Focus Effect */

.middle_enquiry_modal input:focus,
.middle_enquiry_modal textarea:focus{
border-color:#3d73e0;
box-shadow:0 0 5px rgba(61,115,224,0.4);
}


/* Textarea */

.middle_enquiry_modal textarea{
height:130px;
resize:none;
}


/* Submit Button */

.middle_enquiry_modal input[type="submit"]{
background:#3d73e0;
color:#fff;
border:none;
padding:12px 25px;
border-radius:6px;
font-size:16px;
cursor:pointer;
width:120px;
}

.middle_enquiry_modal input[type="submit"]:hover{
background:#2c5bc4;
}


/* Close Button */

.modal-close{
position:absolute;
right:-12px;
top:-12px;
background:#fff;
border-radius:50%;
width:35px;
height:35px;
line-height:35px;
text-align:center;
font-size:18px;
font-weight:bold;
cursor:pointer;
box-shadow:0 3px 8px rgba(0,0,0,0.3);
}


/* Modal width */

.modal-div{
max-width:420px;
margin:100px auto;
}

