/* Generated by less 2.5.1 */
a {
    transition-duration: 0.3s;
    display: inline-block;
    text-decoration: none;
    color: #1a70c5;
}
.overflow-ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.error-file-not-exist {
    color: indianred;
    border: 2px solid indianred;
    margin: 20px 0 0;
    padding: 10px;
    background-color: rgba(255, 0, 0, 0.03);
}
.hidden-text {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.hidden-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 75%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 75%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 75%, #ffffff 100%);
}
.form-search-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    max-width: 601px;
    margin: auto;
}
.search-result {
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-height: 0;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #dfe2e5;
    background-color: #ffffff;
    border-radius: 4px;
    z-index: 10;
}
.search-result__item {
    padding: 10px;
}
.search-result__item:hover {
    cursor: pointer;
    background-color: #fffaf1;
}
#billingPolicyAgree,
#include-mailing {
    display: none;
}
.icon-checklist-icon {
    display: inline-block;
    min-width: auto;
    width: 20px;
    height: 20px;
    border: 1px solid #e4e9ec;
    background-color: #fbfcff;
    margin-right: 5px;
}
.icon-checklist-icon:before {
    content: '\e80f';
    font-family: "font-icons";
    transition-duration: 0.2s;
    visibility: hidden;
    opacity: 0;
    color: #3eb53e;
    position: relative;
    top: -5px;
}
label[for="billingPolicyAgree"],
label[for="include-mailing"] {
    cursor: pointer;
}
input[type="checkbox"]:checked + label i:before {
    visibility: visible;
    opacity: 1;
}
input[type="checkbox"]:checked {
    color: #3eb53e !important;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    overflow-x: hidden;
}
h1 {
    font-size: 34px;
}
hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    font-size: 1em;
    font-family: monospace, monospace;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
}
code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}
small {
    font-size: 80%;
}
p {
    max-width: 100%;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.row {
    display: flex !important;
}
.row_between {
    justify-content: space-between;
}
.row_column {
    flex-direction: column;
}
.col {
    flex-grow: 1 !important;
}
.valign-center {
    align-items: center;
}
.main,
.sidebar {
    width: 100%;
    flex-grow: 1;
}
.main {
    max-width: 980px;
    padding-right: 20px;
    margin-bottom: 30px;
}
@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
.preloader {
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000000;
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.sidebar {
    padding-left: 42px;
    max-width: 480px;
    padding-bottom: 20px;
}
.sidebar .ul-list__content {
    padding-left: 0;
}
.sidebar .ul-list__content li {
    display: block;
}
.sidebar .vumingo-link {
    margin-bottom: 40px;
}
.container {
    width: 100%;
    max-width: 1460px;
    padding: 0 10px;
    margin: 0 auto;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    white-space: nowrap;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}
.orange-gradient {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
}
.user-menu {
    padding-left: 9px;
}
.user-menu a,
.user-menu span {
    font-size: 17.5px;
    color: #354c5e;
    font-family: "Lato";
    font-weight: bold;
}
.user-menu a:hover,
.user-menu span:hover {
    cursor: pointer;
    color: #fda00a;
}
.user-menu i:before {
    font-size: 21px;
    line-height: 21px;
    width: 24px;
    padding-right: 0px;
}
.user-menu-wrapper {
    margin-left: auto;
    display: inline-block;
}
.logo {
    display: inline-block;
    padding: 27px 0 18px;
}
.practice-exams-wrapper {
    background-color: #3eb53e;
    color: #ffffff;
    background: #268f26;
    background: linear-gradient(to right, #268f26 0%, #299329 10%, #3eb53e 20%, #3eb53e 100%);
}
.practice-exams-wrapper > .container {
    vertical-align: baseline;
    display: flex;
}
.practice-exams {
    margin: 0;
    padding-left: 0;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
}
.practice-exams li {
    display: inline-block;
    padding-bottom: 0;
}
.practice-exams a {
    position: relative;
    font-size: 15.47px;
    letter-spacing: -0.22px;
    line-height: 24px;
    border-bottom: 1px solid #5ed05e;
    margin: 18px 20px;
    color: #ffffff;
    font-weight: bold;
}
.practice-exams a:hover {
    border: none;
}
.practice-exams a:before,
.practice-exams a:after {
    transition-duration: 0.3s;
    position: absolute;
    opacity: 0;
}
.practice-exams a:before {
    content: "<";
    left: 0;
}
.practice-exams a:after {
    content: ">";
    right: 0;
}
.practice-exams a:hover:before,
.practice-exams a:hover:after {
    opacity: 1;
}
.practice-exams a:hover:before {
    left: -1em;
}
.practice-exams a:hover:after {
    right: -1em;
}
.practice-section-name {
    position: relative;
    text-transform: uppercase;
    margin-right: 12px;
    line-height: 58px;
    font-size: 15.5px;
    padding-right: 35px;
    flex-shrink: 0;
    font-weight: bold;
}
.practice-section-name span {
    position: relative;
}
.practice-section-name:before {
    content: url("/design/img/ui/vendors-bg.svg");
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}
.nav__link {
    color: #354c5e;
    display: inline-block;
    font-size: 15px;
}
.nav__link:first-of-type {
    margin-left: 0;
}
.nav__link:last-of-type {
    margin-right: 0;
}
.nav__link:nth-of-type(1) {
    letter-spacing: 0.6px;
}
.nav__link:nth-of-type(2) {
    letter-spacing: 0.6px;
}
.nav__link:nth-of-type(3) {
    letter-spacing: 0.6px;
}
.nav__link:nth-of-type(4) {
    letter-spacing: 0.6px;
}
.nav__link:nth-of-type(5) {
    letter-spacing: 0.6px;
}
.nav__link:nth-of-type(6) {
    letter-spacing: 0.6px;
}
.nav__link:nth-of-type(7) {
    letter-spacing: 0.6px;
}
.nav__link:nth-of-type(8) {
    letter-spacing: 0.6px;
}
.nav__link:nth-of-type(9) {
    letter-spacing: 0.6px;
}
.nav i:before {
    color: #1a70c5;
    font-size: 22px;
    padding-right: 8px;
}
.sidebar .training-course__info {
    font-weight: normal;
    font-size: 16px;
    padding: 0 !important;
    line-height: 24px;
}
.sidebar .training-course__info .icon-students,
.sidebar .training-course__info .icon-star,
.sidebar .training-course__info .icon-duration {
    padding: 0;
}
.sidebar .training-course__info .icon-star:before,
.sidebar .training-course__info .icon-duration:before,
.sidebar .training-course__info .icon-lectures:before,
.sidebar .training-course__info .icon-students:before {
    padding-right: 5px !important;
}
.training-course {
    position: relative;
    cursor: pointer;
    padding-bottom: 40px;
    width: 100%;
}
.training-course:hover {
    border-color: #07a1fb;
}
.training-course:hover h6 {
    transition-duration: 0.3s;
    color: #07a1fb;
    text-decoration: underline;
    text-decoration-color: #dae8f6;
}
.training-course img {
    display: block;
    width: 100%;
}
.training-course .price {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 10px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 1.5em;
}
.vumingo-link {
    margin-top: 65px;
    display: block;
    min-width: 418px;
    padding: 36px 62px;
    text-align: center;
    background: #eff6ff;
    background: -moz-linear-gradient(top, #eff6ff 0%, #c2d8f7 100%);
    background: -webkit-linear-gradient(top, #eff6ff 0%, #c2d8f7 100%);
    background: linear-gradient(to bottom, #eff6ff 0%, #c2d8f7 100%);
}
.vumingo-link .vumingo-logo {
    width: 220px;
}
.vumingo-link .link-how-open {
    ext-transform: uppercase;
    margin: 21px 10px 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dae8f6;
}
.vumingo-link .use-ete {
    letter-spacing: -0.3px;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 45px;
}
.vumingo-link .sidebar-vumingo-app-screenshot {
    margin-bottom: 32px;
}
.vumingo-link .google-play,
.vumingo-link .app-store {
    margin-top: 24px;
}
.footer {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #fcfcfc;
    border-top: 1px solid #f0f3fa;
}
.footer__left {
    width: 33%;
}

@media screen and (max-width: 600px){
    .footer__left {
        width: 100%;
    }
}
.footer__right {
    width: 67%;
}

@media screen and (max-width: 992px) {
    .footer__right {
        width: 100%;
    }
}
.terms-link_wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

@media screen and (max-width: 1721px) {
    .terms-link_wrapper {
        display: flex;
        align-items: flex-end;
    }
}

@media screen and (max-width: 768px) {
    .terms-link_wrapper {
        display: flex;
        justify-content: space-between;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
    .terms-link_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.terms-link--padding-top {
    padding-top:  20px;
}

@media screen and (max-width: 600px) {
    .terms-link--padding-top {
        padding-top:  0;
    }
}

.footer > .container {
    display: flex;
}
.footer .last-update {
    padding: 20px 10px;
    line-height: 1.4rem;
}
.footer .terms-link {
    font-weight: bold;
}

@media screen and (max-width: 600px){
    .terms-link {
        padding-bottom: 10px;
    }
}
.footer .terms-link:hover {
    color: #07a1fb;
    border-color: #07a1fb;
}

.comments-block h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.85px;
    padding-bottom: 0;
}
.comments {
    max-width: 960px;
    font-weight: 400;
    font-family: "Roboto", "Arial", sans-serif;
}
.comments .comments__item {
    padding: 5px 0 32px;
}
.comments .comments__item:not(:last-of-type) {
    border-bottom: 1px solid #eff1f2;
}
.comments .about-user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 13px 0 0;
    min-width: 25%;
}
.comments .about-user > *:not(.dot) {
    padding: 5px 0 12px;
}
.comments .about-user .user-name {
    font-weight: 600;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.25px;
    color: #1a70c5;
}
.comments .user-country {
    display: flex;
    align-items: center;
    color: #31526b;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.22px;
}
.comments .country-icon {
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url("/design/img/ui/country-back.svg");
    margin-right: 7px;
}
.comments .comment-date {
    color: #97a3af;
    font-weight: normal;
    letter-spacing: -1.1px;
}
.comments .report {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    font-size: 13px;
    color: #ff8a50;
}
.comments .report .orange-underline {
    border-bottom: 1px solid #fce9e1;
}
.comments .report__form {
    transition-duration: 0.3s;
    transition-timing-function: easeOutCirc;
    min-width: 285px;
    min-height: 237px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #eff1f2;
    padding: 10px 10px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background-color: #ffffff;
}
.comments .report__form .input-name {
    padding-bottom: 10px;
    color: #31526b;
}
.comments .report__form .btn {
    margin-top: 10px;
}
.comments .report .row {
    padding: 10px 0;
}
.comments .report-wrapper {
    position: relative;
}
.comments .report_open ~ .report__form {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 100%);
}
.comments .icon-warning {
    font-size: 14px;
    padding-right: 5px;
}
.comments .user-comment {
    font-size: 18px;
    font-family: "Lato";
    color: #354c5e;
    line-height: 1.833;
    text-align: left;
    letter-spacing: 0.134px;
}
html {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #354c5e;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}


h1 {
    font-weight: 600;
    padding: 0 0 15px;
    line-height: 61px;
    letter-spacing: -1.89px;
}
h1 img {
    image-rendering: auto;
}
h1 img:nth-of-type(1) {
    margin-right: 1.0px;
}
h1 img:nth-of-type(2) {
    margin-right: 5px;
    transform: scaleX(1.02);
}
h1 img:nth-of-type(3) {
    transform: scaleX(0.99);
    margin-right: 3px;
}
h1 img:nth-of-type(4) {
    transform: scaleX(0.997);
    margin-right: 8px;
}
h1 img:nth-of-type(5) {
    transform: scaleX(0.995);
    margin-right: 8.5px;
}
h2 {
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.7px;
    padding: 23px 0 15px;
}
h3 {
    font-size: 2.4rem;
}
h4 {
    padding: 55px 0 19px;
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 24px;
    letter-spacing: -0.9px;
}
h5 {
    font-family: "Lato";
    font-size: 23px;
    font-weight: 500;
    margin: 0;
}
h5 p {
    color: #516e84;
    line-height: 1em;
    letter-spacing: -0.5px;
}
h6 {
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: #dae8f6;
    font-family: "Lato";
    font-weight: bold;
    font-size: 19px;
    padding: 25px 0 7px;
    margin-bottom: 17px;
    letter-spacing: -0.26px;
}

h3 {font-size: 26px;} h4 {font-size: 24px;}h5 {font-size: 24px;} h6 {font-size: 20px;}

img {
    max-width: 100%;
}
button {
    cursor: pointer;
}
img {
    max-width: 100%;
}
ol li,
ul li {
    display: list-item;
    padding-bottom: 5px;
}
small {
    color: #8291a0;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.3px;
}
body {
    background-color: #ffffff;
}
* {
    box-sizing: border-box;
}
.or {
    padding-left: 15px;
    padding-right: 15px;
}
.txt-link {
    border-bottom: 1px solid #d1e2f3;
    line-height: 24px;
}

.txt-link-nocursor {
    border-bottom: 1px solid #d1e2f3;
    line-height: 24px;
}

.txt-blue {
    color: #1a70c5;
}
.txt-orange {
    color: #fda00a;
}
.txt-green {
    color: #3eb53e;
}
.txt-gray {
    color: #8ca0af;
}
.fs_10 {
    font-size: 10px !important;
}
.fs_12 {
    font-size: 12px !important;
}
.fs_14 {
    font-size: 14px !important;
}
.fs_16 {
    font-size: 16px !important;
}
.fs_18 {
    font-size: 18px !important;
}
.fs_20 {
    font-size: 20px !important;
}
.fs_22 {
    font-size: 22px !important;
}
.fs_24 {
    font-size: 24px !important;
}
.fs_26 {
    font-size: 26px !important;
}
.fs_28 {
    font-size: 28px !important;
}
.fs_30 {
    font-size: 30px !important;
}
.fs_32 {
    font-size: 32px !important;
}
.fs_34 {
    font-size: 34px !important;
}
.fs_36 {
    font-size: 36px !important;
}
.fs_38 {
    font-size: 38px !important;
}
.fs_40 {
    font-size: 40px !important;
}
.fs_42 {
    font-size: 42px !important;
}
.fs_44 {
    font-size: 44px !important;
}
.fs_46 {
    font-size: 46px !important;
}
.fs_48 {
    font-size: 48px !important;
}
.product-item:after,
article:after {
    content: "";
    display: table;
    clear: both;
}
.course-files {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eff1f2;
    margin: 30px 0;
}
.course-files td,
.course-files th {
    padding: 20px 10px;
}
.course-files th,
.course-files td:not(:first-of-type) {
    text-align: center;
}
.course-files td {
    border-top: 1px solid #eff1f2;
}
.exam-filesnew {
    width: 100%;
    margin: 30px 0 55px;
    border: 1px solid #eff1f2;
    border-collapse: collapse;
}
.exam-filesnew .views,
.exam-filesnew .downloads,
.exam-filesnew .size,
.exam-filesnew .votes {
    letter-spacing: -0.5px;
    font-weight: 900;
}
.exam-filesnew td {
    line-height: 33px;
    color: #9ba9b5;
    font-size: 16px;
    font-weight: bold;
}
.exam-filesnew thead td,
.exam-filesnew tr:not(:last-of-type) td {
    border-bottom: 1px solid #eff1f2;
}
.exam-filesnew tbody tr.filename td:nth-of-type(1) {
    padding: 10px 10px 10px 30px;
    font-weight: bold;
    font-size: 20px;
	border-bottom:none;
}
.exam-filesnew td {
    min-height: 102px;
    vertical-align: middle;
    padding: 0 0 5px 30px;
}
.exam-filesnew h2 {
    font-weight: bold;
    letter-spacing: -1.8px;
    padding: 23px 0;
    font-size: 28px;
    color: #354c5e;
}
.exam-files {
    width: 100%;
    margin: 30px 0 55px;
    border: 1px solid #eff1f2;
    border-collapse: collapse;
}
.exam-files .views,
.exam-files .downloads,
.exam-files .size,
.exam-files .votes {
    letter-spacing: -0.5px;
    font-weight: 900;
}
.exam-files td:not(:first-of-type) {
    line-height: 33px;
    color: #9ba9b5;
    font-size: 16px;
    font-weight: bold;
}
.exam-files thead td,
.exam-files tr:not(:last-of-type) td {
    border-bottom: 1px solid #eff1f2;
}
.exam-files tbody td:nth-of-type(1) {
    padding: 10px 10px 10px 30px;
    font-weight: bold;
    font-size: 20px;
}
.exam-files tbody td:nth-of-type(1) a {
    text-decoration: underline;
    text-decoration-color: #dae8f6;
    letter-spacing: -0.26px;
    line-height: 28px;
	word-break: break-all;
}
.exam-files tbody td:nth-of-type(2) {
    padding: 20px 10px 16px 28px;
    text-align: center;
    width: 25%;
}
.exam-files tbody td:nth-of-type(3) {
    text-align: center;
    padding: 20px 10px 16px 26px;
    width: 25%;
}
.exam-files td {
    min-height: 102px;
    vertical-align: middle;
    padding: 15px 0;
}
.exam-files h2 {
    font-weight: bold;
    letter-spacing: -1.8px;
    padding: 23px 30px;
    font-size: 28px;
}
.exam-files td:nth-of-type(2) {
    width: 20%;
    max-width: 196px;
}
.exam-files td:nth-of-type(3) {
    width: 22%;
    max-width: 154px;
}
.archive-exams {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eff1f2;
    margin: 45px 0;
}
.archive-exams h2 {
    padding: 0;
}
.archive-exams tr td {
    border-top: 1px solid #eff1f2;
}
.archive-exams td,
.archive-exams th {
    text-align: center;
    padding: 20px;
}
.top-practice-exam {
    border-collapse: collapse;
}
.top-practice-exam a {
    transition-duration: 0.3s;
}
.top-practice-exam a:hover {
    position: relative;
    top: 0;
    color: #07a1fb;
}
.top-practice-exam th {
    font-size: 19px;
}
.top-practice-exam th,
.top-practice-exam td {
    font-family: "Lato";
    font-weight: bold;
}
.top-practice-exam td {
    font-size: 16px;
    font-weight: bold;
    color: #1a70c5;
}
.top-practice-exam th:last-of-type,
.top-practice-exam td:last-of-type {
    word-break: break-all;
}
.top-practice-exam tbody tr:nth-of-type(2n) {
    background-color: #f7f8fa;
}
.top-practice-exam td:first-of-type,
.top-practice-exam th:first-of-type {
    padding-left: 31px;
    width: 25%;
}
.top-practice-exam th:nth-of-type(2),
.top-practice-exam td:nth-of-type(2) {
    width: 20%;
}
.top-practice-exam td:nth-of-type(3) {
    width: 55%;
    max-width: 55%;
}
.top-practice-exam td:nth-of-type(3) a {
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dot {
    background-color: #c8c8ca;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin: 0 21px 10px 20px;
}
.main-header {
    text-align: center;
}
.main-header .price__new,
.main-header .price__old {
    display: inline-block;
}
.warning {
    text-align: center;
    padding: 20px;
    color: white;
    background-color: darkred;
    font-size: 1.4rem;
}
.learn-more,
.view-all {
    padding-top: 6px;
    align-self: flex-start;
    font-weight: bold;
    text-align: right;
    line-height: 20px;
    border-bottom: 2px solid #dae8f6;
    white-space: nowrap;
    letter-spacing: -0.6px;
}
.learn-more:hover,
.view-all:hover {
    color: #fda00a;
    cursor: pointer;
    border-bottom: 2px solid #fda00a;
    margin-bottom: -1px;
}
.training-course__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    color: #31526b;
    font-size: 17px;
    letter-spacing: -0.2px;
    padding: 35px 0 17px;
    font-weight: bold;
    max-width: 470px;
    letter-spacing: -0.35px;
}
.training-course__info .icon-students,
.training-course__info .icon-star,
.training-course__info .icon-duration {
    font-size: 19px;
}
.training-course__info .icon-students {
    color: #46b846;
}
.training-course__info .icon-star {
    color: #fcb119;
}
.training-course__info .icon-duration {
    color: #07a1fb;
}
.training-course__info #lectures-value,
.training-course__info #students-value,
.training-course__info #rating-value,
.training-course__info #duration-value {
    padding-right: 2px;
}
.main .training-course__info {
    padding: 48px 0 0 0;
    width: 100%;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    max-width: 467px;
}
.main .training-course__info .icon-lectures:before,
.main .training-course__info .icon-duration:before {
    padding-left: 10px;
}
.icon-star-rating {
    position: relative;
    z-index: 1;
}
.icon-star-rating:before,
.icon-star-rating_half:before,
.icon-star-rating_empty:before {
    content: "";
    background-image: url("/design/img/ui/full-star.svg");
    background-image: url("/design/img/ui/full-star.svg");
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.icon-star-rating_half:before {
    background-image: url("/design/img/ui/half-star.svg");
    background-image: url("/design/img/ui/half-star.svg");
}
.icon-star-rating_empty:before {
    background-image: url("/design/img/ui/empty-star.svg");
    background-image: url("/design/img/ui/empty-star.svg");
}
.ol-list {
    counter-reset: myCounter;
}
.ol-list li {
    font-weight: bold;
    color: #3eb53e;
    padding-left: 28px;
    letter-spacing: -0.25px;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 44px;
}
.ol-list li:before {
    position: absolute;
    left: 2px;
    top: 1px;
    color: #9d9d9d;
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    margin: 0px;
    width: 20px;
    height: 30px;
}
.ol-list__name {
    letter-spacing: -1.5px;
    padding: 46px 3px 13px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.about {
    font-weight: 400;
    padding: 38px 0 20px;
}
.about h2 {
    padding-bottom: 2px;
}
.about p {
    letter-spacing: -0.177px;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.89;
    margin-bottom: 25px;
}
.course-link {
    margin-top: 4px;
    padding: 10px;
    border: 1px solid #eff1f2;
}
.course-link .star-rating {
    padding: 30px 0 0 5px !important;
    letter-spacing: 4.0px;
}
.course-link .star-rating .icon-star-rating:before {
    font-size: 39px;
}
.course-link__name {
    transition-duration: 0.3s;
    line-height: 31px;
    text-decoration: underline;
    text-decoration-color: #dae8f6;
    letter-spacing: -1.22px;
    padding: 0;
    color: #1a70c5;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 28px;
}
.course-link__name:hover {
    color: #07a1fb;
}
.certification-name,
.file-name,
.exam-name {
    border: 1px solid #eff1f2;
    padding: 22px 32px;
    letter-spacing: -0.46px;
    font-size: 22px;
    line-height: 26px;
    white-space: pre-wrap;
}
.memberarea .main {
    padding-right: 0;
}
.memberarea .warning {
    text-align: left;
    padding-left: 0;
    background-color: transparent;
    color: #b53e3e;
}
.memberarea .sidebar {
    max-width: 420px;
    padding-left: 0;
    padding-right: 60px;
}
.member-area-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 10px 0;
    border: 1px solid #eff1f2;
    font-size: 19px;
    font-weight: bold;
}
.member-area-header__user-email {
    color: #516e84;
    padding: 10px;
}
.member-area-header__menu {
    padding: 10px;
    display: block;
}
.member-area-header__menu li {
    display: inline-block;
}
.member-area-header__menu a {
    color: #1a70c5;
    padding: 10px 0;
}
.member-area-header__menu li:not(:last-of-type) a:after {
    content: "|";
    padding: 0 10px;
}
.product-item {
    border: 1px solid #eff1f2;
    margin: 30px 0;
    padding: 10px;
}
.product-item__content {
    align-items: flex-start;
}
.product-item h1 {
    padding: 10px 0;
    font-size: 34px;
}
.product-item p {
    font-size: 24px;
    font-weight: 400;
}
.product-item img {
    max-width: min(320px, 50%);
    float: left;
    padding-right: 10px;
}
.product-item .read-more {
    float: right;
}
.orders-invoices-wrapper {
    overflow-x: auto;
}
.orders-invoices {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #eff1f2;
    margin: 50px 0;
    font-weight: bold;
}
.orders-invoices td,
.orders-invoices th,
.orders-invoices a {
    word-break: break-word;
}
.orders-invoices th,
.orders-invoices td {
    padding: 37px 10px;
}
.orders-invoices th {
    font-size: 22px;
}
.orders-invoices td {
    color: #9ba9b5;
    font-size: 18px;
}
.orders-invoices thead td,
.orders-invoices tr:not(:last-of-type) td {
    border-bottom: 1px solid #eff1f2;
}
.providers,
.current-products {
    width: 100%;
    border: 1px solid #eff1f2;
    border-collapse: collapse;
}
.providers th,
.current-products th,
.providers td,
.current-products td {
    padding: 37px 10px;
}
.providers th,
.current-products th {
    font-weight: bold;
}
.providers td,
.current-products td {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.providers thead td,
.current-products thead td,
.providers tr:not(:last-of-type) td,
.current-products tr:not(:last-of-type) td {
    border-bottom: 1px solid #eff1f2;
}
.providers td {
    padding: 30px;
}
.providers td:first-of-type {
    text-align: left;
}
.exam-name {
    background-color: #fafcff;
}
.btn_back {
    overflow: hidden;
    display: inline-block;
    padding: 34px 0 0;
    line-height: 18px;
    font-size: 18px;
    color: #c0c9cf;
    margin-bottom: -11px;
}
.btn_back i:before {
    font-size: 10px;
    top: -2px;
}
.pagination {
    max-width: 772px;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.pagination__btn {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    border: 2px solid #f1f2f3;
    min-width: 56px;
    line-height: 22px;
    height: 56px;
    padding: 15px;
    color: #5d7b92;
    border-radius: 4px;
}
.pagination__btn_current {
    color: #ffffff;
    background-color: #354c5e;
    border-color: #354c5e;
}
.pagination__btn_page {
    margin: 0 6.5px;
}
.pagination__btn_next,
.pagination__btn_prev {
    min-width: 166px;
}
.pagination__btn_next {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
    color: #ffffff;
    margin-left: 26px;
    border-color: transparent;
    box-shadow: 0 21px 32px -10px rgba(252, 101, 0, 0.3);
}
.pagination__btn_next .icon-arrow-right:before,
.pagination__btn_next a {
    color: #ffffff;
}
.pagination__btn_prev {
    margin-right: 28px;
}
.pagination .icon-arrow-left:before,
.pagination .icon-arrow-right:before {
    font-size: 12px;
    padding: 5px;
    top: -2px;
}
.ul-list {
    padding-left: 0;
}
.ul-list__content a {
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #dae8f6;
    text-underline-width: 1px;
    text-underline-position: 10px;
    letter-spacing: -0.284px;
    margin-bottom: 15px;
}
.ul-list__name {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    padding-top: 42px;
    padding-bottom: 19px;
}
.last-results {
//    margin-bottom: 50px;
    padding: 29px 0 0;
}
.last-results .row {
    flex-wrap: wrap;
}
.last-results h2 {
    font-size: 38px;
    letter-spacing: -2.2px;
    color: #4a5e69;
    text-align: center;
    padding-bottom: 23px;
}
.last-results__item {
    line-height: 26px;
    width: 100%;
    max-width: 279px;
    min-height: 199px;
    background-color: #fafcff;
    border-radius: 10px;
    border: 1px solid #eff1f2;
    text-align: center;
    font-size: 19px;
    color: #4a5e69;
    padding: 45px 25px 19px;
    margin-bottom: 20px;
}
.last-results .value {
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 48px;
    color: #0b4db4;
}
.search-results {
    border-collapse: collapse;
    background-color: #fafcff;
    border: 1px solid #eff1f2;
    width: 100%;
}
.search-results td {
    padding: 20px;
}
.search-results td:first-of-type {
    text-align: center;
    font-weight: bold;
}
.search-results tr:not(:last-of-type) td {
    border-bottom: 1px solid #eff1f2;
}
::-webkit-input-placeholder {
    color: #c0c9cf;
}
::-moz-placeholder {
    color: #c0c9cf;
}
:-moz-placeholder {
    color: #c0c9cf;
}
:-ms-input-placeholder {
    color: #c0c9cf;
}
.btn,
input {
    padding: 10px 20px;
    outline: none;
    transition-duration: 0.3s;
    min-width: 103px;
}
#file-load {
    display: none;
}
.add-comment-verification-img img {
    height: 100%;
}
.name-chosen-file {
    padding: 10px 20px;
    display: inline-block;
}
.btn {
    z-index: 1;
    display: inline-block;
    color: #fff;
    background-color: #46b846;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 4px;
}
.btn:hover {
    filter: brightness(0.93);
}
.btn:active {
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.btn_more-exams {
    font-family: "Montserrat";
    background: #4aba46;
    background: -moz-linear-gradient(45deg, #4aba46 0%, #6ccc45 100%);
    background: -webkit-linear-gradient(45deg, #4aba46 0%, #6ccc45 100%);
    background: linear-gradient(45deg, #4aba46 0%, #6ccc45 100%);
}
.btn_sign-up,
.btn_log-in {
    padding-bottom: 13px;
    letter-spacing: -0.5px;
    font-size: 21px;
    font-family: "Lato";
    font-weight: bold;
}
.btn_sign-up i:before,
.btn_log-in i:before {
    padding-right: 5px;
}
.btn.read-more-btn,
.btn_file,
.btn_show-more,
.btn_sign-up,
.btn_submit,
.btn_win,
.btn_mac {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
    background-color: #fda00a;
    padding-right: 24px;
    box-shadow: 0 21px 32px -10px rgba(252, 101, 0, 0.45);
}
.btn_log-in {
    background-color: #ffffff;
    border: 1px solid #daf1da;
    color: #46b846;
}
.btn_win,
.btn_mac {
    font-size: 24px;
    width: 100%;
    margin: 12px 0;
    padding: 10px;
    line-height: 48px;
}
.btn_win i:before,
.btn_mac i:before {
    padding-right: 13px;
}
.btn_show-more {
    font-size: 21px;
    font-weight: 400;
    padding: 11px 28px 13px;
    margin-bottom: 33px;
}
.btn_add {
    min-width: 120px;
    background-image: linear-gradient(0deg, #48b946 0%, #77d145 100%) !important;
}
.btn_checkout {
    margin-left: 0;
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%) !important;
}
.btn_pay-now,
.btn_request-exam,
.btn_checkout,
.btn_download-now,
.btn_start-course,
.btn_add-to-cart {
    box-shadow: 0 12px 16px -5px rgba(90, 120, 190, 0.3);
    min-width: 150px;
}
.btn_pay-now,
.btn_request-exam,
.btn_pay,
.btn_apply-discount,
.btn_checkout {
    font-size: 24px !important;
}
.btn_skip {
    background: none;
    color: #1a70c5;
    font-weight: 600;
    border-bottom: 1px solid #dae8f6;
    padding: 0;
    line-height: 26px;
}

.btn_skip:hover {
    color: #07a1fb;
    border-color: #07a1fb;
}
.btn_activate,
.btn_deactivate {
    background: none;
    color: #1a70c5;
    font-weight: 600;
    padding: 0;
    line-height: 26px;
}
.btn_activate:hover,
.btn_deactivate:hover {
    color: #07a1fb;
}
.btn_pay {
    min-width: 314px;
    line-height: 50px;
}
.btn .btn_pay-now,
.btn .btn_request-exam,
.btn .btn_pay,
.btn .btn_apply-discount,
.btn .btn_checkout {
    font-size: 24px !important;
}
.stripe-button-el {
    background-image: linear-gradient(0deg, #48b946 0%, #77d145 100%) !important;
}
.form-output,
input {
    letter-spacing: -0.8px;
    border: 1px solid #dfe2e5;
    color: #354c5e;
    line-height: 34px;
}
.form-output:focus,
input:focus {
    border-color: #46b846;
}
.form-output {
    padding: 20px;
}
.search-form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-width: 300px;
    max-width: 601px;
}
.search-form input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    padding-right: 110px;
    min-height: 56px;
}
.search-form .search-form__btn {
    position: absolute;
    top: 0;
    right: 0;
}

h2 small {
    padding-left: 25px;
}
.email-form,
.login-form,
.share-file,
.registration,
.form-exam-request,
.comment-form,
.comment-form,
.form-vacancies {
    flex-shrink: 0;
}
.email-form select,
.login-form select,
.share-file select,
.registration select,
.form-exam-request select,
.comment-form select,
.comment-form select,
.form-vacancies select,
.email-form .select,
.login-form .select,
.share-file .select,
.registration .select,
.form-exam-request .select,
.comment-form .select,
.comment-form .select,
.form-vacancies .select,
.email-form input,
.login-form input,
.share-file input,
.registration input,
.form-exam-request input,
.comment-form input,
.comment-form input,
.form-vacancies input,
.email-form textarea,
.login-form textarea,
.share-file textarea,
.registration textarea,
.form-exam-request textarea,
.comment-form textarea,
.comment-form textarea,
.form-vacancies textarea {
    display: block;
    width: 100%;
    color: #31526b;
    border: 1px solid #e4e9ec;
    background-color: #fbfcff;
    resize: none;
    line-height: 23px;
    padding: 20px;
}
.email-form textarea,
.login-form textarea,
.share-file textarea,
.registration textarea,
.form-exam-request textarea,
.comment-form textarea,
.comment-form textarea,
.form-vacancies textarea {
    font-style: italic;
    font-weight: bold;
    min-height: 141px;
}
.email-form .btn_submit,
.login-form .btn_submit,
.share-file .btn_submit,
.registration .btn_submit,
.form-exam-request .btn_submit,
.comment-form .btn_submit,
.comment-form .btn_submit,
.form-vacancies .btn_submit {
    margin: 37px 0;
    align-self: flex-end;
    font-weight: bold;
    font-size: 26px;
    padding: 22px 52px;
    text-transform: uppercase;
}
.input-name {
    color: #31526b;
    font-size: 18px;
    font-weight: normal;
    padding: 28px 0 16px;
}
.input-name small {
    padding-left: 10px;
}
.login-form {
    width: 100%;
    max-width: 370px;
}
.login-form .btn {
    width: 100%;
}
.login-form .txt-link {
    padding-top: 0 !important;
}
.txt-link {
    cursor: pointer;
}
.comment-form {
    margin: 50px 0 0;
    max-width: 960px;
    border: 1px solid #ebeef2;
    padding: 30px 58px;
    background-color: #ffffff;
    box-shadow: 0px 32px 61px 0px rgba(32, 70, 128, 0.21);
}
.comment-form h2 {
    letter-spacing: -0.8px;
}
.comment-form #like,
.comment-form #dislike {
    display: none;
}
.comment-form .btn_submit {
    padding: 22px 35px;
}
.comment-form [for="dislike"],
.comment-form [for="like"] {
    white-space: nowrap;
    font-weight: bold;
    font-size: 20px;
    margin-right: 22px;
    line-height: 72px;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.comment-form .icon-like,
.comment-form .icon-dislike {
    position: relative;
    top: -4px;
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    margin-right: 8px;
}
.comment-form .icon-like {
    color: #46b846;
    border: 2px solid #46b846;
}
.comment-form .icon-dislike {
    color: #fb5e5f;
    border: 2px solid #fb5e5f;
}
.comment-form #like:checked ~ .icon-like {
    color: #ffffff;
    background-color: #46b846;
}
.comment-form #dislike:checked ~ .icon-dislike {
    color: #ffffff;
    background-color: #fb5e5f;
}
.comment-form [for="add-comment-email"],
.comment-form [for="add-comment-name"] {
    width: 100%;
    margin-top: 6px;
}
.comment-form [for="add-comment-name"] {
    max-width: 348px;
    margin-right: 10px;
}
.comment-form [for="add-comment-email"] {
    max-width: 458px;
}
.comment-form [for="comment-form__verification"] {
    margin-right: 35px;
}
.comment-form .comment-form__verification {
    width: 100px;
    text-align: center;
    margin-right: 10px;
    height: 65px;
}
.comment-form .help-txt {
    display: block;
    padding: 14px 0 11px;
}
.form-exam-request {
    padding: 36px 0;
    width: 100%;
    max-width: 830px;
}
.form-exam-request label {
    width: 100%;
    max-width: 380px;
    margin-bottom: 19px;
}
.form-exam-request .phone-number-wrapper {
    position: relative;
}
.form-exam-request .phone-number-wrapper img {
    width: 100%;
    max-width: 45px;
    height: auto;
}
.form-exam-request .phone-number-wrapper .phone-number {
    max-width: 380px;
    padding-left: 120px;
    margin-bottom: 20px;
}
.form-exam-request .phone-number-wrapper .code-phone {
    display: none;
}
.form-exam-request .phone-number-wrapper .flag {
    border: 1px solid #e4e9ec;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    background-color: #fbfcff;
}
.form-exam-request .phone-number-wrapper .flag img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-68%, -50%);
}
.form-exam-request .phone-number-wrapper .flag span {
    position: absolute;
    right: 10px;
    font-size: 10px;
    top: 27px;
}
.form-exam-request .phone-number-wrapper .flag-img {
    display: inline-block;
    width: 25px;
    height: 15px;
    background: url('//www.1-hit.com/scripts/design/img/flags.png') no-repeat;
}
.form-exam-request .phone-number-wrapper .form-phone {
    padding-left: 0;
    z-index: 10;
    width: 100%;
    max-width: 480px;
    max-height: 200px;
    overflow-y: auto;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    border: 1px solid #e4e9ec;
}
.form-exam-request .phone-number-wrapper .form-phone li {
    transition-duration: 0.3s;
    padding: 10px;
    display: flex;
    align-items: center;
}
.form-exam-request .phone-number-wrapper .form-phone li:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}
.form-exam-request .phone-number-wrapper .form-phone li .label {
    margin: 0 10px;
    flex-grow: 1;
}
.form-exam-request .phone-number-wrapper .form-phone li .code {
    width: auto;
    margin-bottom: 0;
}
.form-exam-request .phone-number-wrapper .form-phone li .flag-img {
    width: 33px;
}
.form-exam-request .phone-number-wrapper input#phone {
    text-indent: 90px;
    width: 100%;
    max-width: 380px;
}
.form-exam-request .comment-form__verification {
    width: 220px;
    margin-right: 20px;
    height: 65px;
}
.form-exam-request .comment-form__verification .input-name {
    padding-bottom: 5px;
}
.form-exam-request .comment-form__verification .btn {
    padding-top: 10px;
}
.form-exam-request textarea {
    min-height: 210px;
}
.form-exam-request .btn_submit {
    margin: 45px 0;
    min-width: 380px;
    padding: 18px 10px 21px;
    font-size: 28px;
}
.popup_download-ete .icon-arrow-right,
.form-exam-request .icon-send {
    margin-left: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    border-radius: 50%;
    height: 60px;
    line-height: 54px;
    width: 60px;
    text-align: center;
}
.popup_download-ete .icon-arrow-right .icon-send:before,
.form-exam-request .icon-send .icon-send:before {
    left: 5px;
}
.breadcrumbs {
    line-height: 1.4em;
    padding: 20px 10px;
	font-size: 17px;
}
.breadcrumbs__item:last-of-type {
    color: #97a3af;
}
.breadcrumbs__item:not(:last-of-type):after {
    color: #97a3af;
    display: inline-block;
    content: "\E804";
    font-family: "font-icons";
    transform: scaleX(-1);
    text-align: center;
    padding: 0 10px 0 5px;
    font-size: 15px;
    line-height: 15px;
}
.help-txt {
    color: #6d8090;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    padding-top: 54px;
    padding-left: 69px;
}
.help-txt .txt-link {
    cursor: pointer;
    line-height: 20px;
    color: #6d8090;
    border-bottom: 1px solid #dfe1e4;
    font-weight: bold;
}
.search-form {
    position: relative;
}
.search-form div {
    padding: 7px 0 13px;
}
.search-form input {
    width: 100%;
    border-radius: 4px !important;
}
.search-form input:focus ~ .btn_search {
    color: #268f26;
}
.search-form .btn_search {
    color: #dfe2e5;
    position: absolute;
    bottom: 4px;
    right: 0;
    outline: none;
    border: none;
    background-color: transparent;
}
.search-form .icon-search-icon {
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    padding: 13px;
}
.share-file {
    width: 100%;
    max-width: 480px;
}
.feedback {
    padding-bottom: 58px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.feedback:not(:last-of-type) {
    border-bottom: 1px solid #d8e0e6;
    margin-bottom: 20px;
}
.feedback__average-raiting {
    padding-top: 30px;
    text-align: center;
    min-width: 160px;
    padding-right: 10px;
}
.feedback__average-raiting div {
    text-transform: uppercase;
    padding: 5px 5px 19px;
    color: #b9bec3;
}
.feedback__average-raiting .icon-star-rating:before {
    top: -3px;
    margin-right: 4px;
    font-size: 24px !important;
}
.feedback__separate-raiting {
    padding: 31px 0 31px 30px;
    flex-grow: 1;
}
.feedback__rating-number {
    font-family: "Montserrat", sans-serif;
    font-size: 110px;
    font-weight: 500;
    line-height: 110px;
    letter-spacing: -12px;
}
.feedback__wrapper-rating-progress {
    margin: 12px 30px 12px 0px;
    height: 14px;
    border-radius: 5px;
    background-color: #f5f4f4;
    flex-grow: 1;
}
.feedback__rating-progress {
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background-color: #6a9e39;
    background: #7dd358;
    background: -moz-linear-gradient(top, #7dd358 0%, #50b437 100%);
    background: -webkit-linear-gradient(top, #7dd358 0%, #50b437 100%);
    background: linear-gradient(to bottom, #7dd358 0%, #50b437 100%);
    box-shadow: 0 3px 9px 0 rgba(176, 231, 110, 0.49);
    transition-duration: 0.3s;
}
.feedback__percent-voters {
    margin-top: -4px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    width: 66px;
    text-align: right;
}
.feedback__rating-stars-1,
.feedback__rating-stars-2,
.feedback__rating-stars-3,
.feedback__rating-stars-4,
.feedback__rating-stars-5 {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 19px;
}
.feedbacks .feedback {
    display: block;
    font-size: 19px;
    color: #4a5e69;
    padding-bottom: 10px;
}
.feedbacks .feedback:not(:last-of-type) {
    margin-bottom: 10px;
    border-bottom: 1px solid #d8e0e6;
}
.feedbacks .feedback__header {
    font-size: 28px;
    margin: 0 !important;
    padding: 0 !important;
}
.feedbacks .feedback__star-rating {
    letter-spacing: 0.5em;
}
.feedbacks .feedback__content {
    font-family: "Lato";
    margin: 0;
    color: #7894a3;
    font-style: oblique;
    letter-spacing: 0.02em;
}
.feedbacks .feedback__author-name {
    font-weight: bold;
}
.feedbacks .feedback__author-address {
    padding-top: 5px;
    font-style: normal;
}
.comment-form_star-rating {
    display: block;
    padding-top: 20px;
}
input.star-rate {
    display: none;
}
.star-rating .fa-star {
    display: none;
}
.star-rating .star-active .fa-star {
    display: inline-block;
}
.star-rating .star-active .fa-star-o {
    display: none;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    position: absolute;
    top: 91px;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
    box-shadow: 0px 21px 50px -10px rgba(252, 101, 0, 0.4);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 100;
}
.slick-prev:before,
.slick-next:before {
    position: relative;
    cursor: pointer;
    font-family: "font-icons";
    font-size: 25px;
    line-height: 1.1em;
    color: #ffffff;
    opacity: 1;
}
.slick-prev {
    left: -100px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -100px;
}
.slick-prev:before {
    left: -3px;
    content: "\E81E";
}
[dir="rtl"] .slick-prev:before {
    content: "\E81F";
}
.slick-next {
    right: -100px;
}
[dir="rtl"] .slick-next {
    left: -100px;
    right: auto;
}
.slick-next:before {
    right: -3px;
    content: "\E81F";
}
[dir="rtl"] .slick-next:before {
    content: "\E81E";
}
.slick-dots {
    position: absolute;
    bottom: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0 0 38px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.slick-dots li button {
    transition-duration: 0.3s;
    display: inline-block;
    font-size: 0;
    color: transparent;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 5px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #ccdff3;
    background-color: #ddeaf7;
}
.slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    margin: none;
    border: none;
    background-color: #fbc140;
    background-image: -moz-linear-gradient(90deg, #faa537 0%, #fceb65 100%);
    background-image: -webkit-linear-gradient(90deg, #faa537 0%, #fceb65 100%);
    background-image: -ms-linear-gradient(90deg, #faa537 0%, #fceb65 100%);
}
.slider-menu {
    display: flex;
    justify-content: space-between;
    color: #1a70c5;
}
.slider-menu .hot-certifications {
    margin-top: -1px;
    font-weight: bold;
    border-bottom: 1px solid #dfe2e5;
    line-height: 31px;
    padding-left: 2px;
    letter-spacing: -0.4px;
}
.slider-menu .hot-certifications:hover {
    color: #fda00a;
    cursor: pointer;
    border-bottom: 2px solid #fda00a;
    margin-bottom: -1px;
}
.slider-menu i:before {
    font-size: 22px;
    padding-right: 9px;
}
.slider-wrapper {
    background-image: url("/design/img/ui/slider-bg.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: auto 247px;
}
.slider_hot-certifications {
    max-width: 1500px;
    margin: 0 auto;
}
.slider_hot-certifications__item {
    cursor: pointer;
    text-align: center;
    margin: 32px 30px 87px;
}
.slider_hot-certifications__item:hover .slider_hot-certifications__certifications-name {
    color: #07a1fb;
}
.slider_hot-certifications__img-wrapper {
    background-color: #ffffff;
    border: 1px solid #eff1f2;
    border-radius: 4px;
    box-shadow: 0 20px 60px -10px rgba(32, 70, 128, 0.21);
    height: 188px;
    padding: 10px;
}
.slider_hot-certifications img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
}
.slider_hot-certifications__certifications-name {
    font-weight: bold;
    display: inline-block;
    padding: 39px 0 6px;
    text-decoration: underline;
    text-decoration-color: #dae8f6;
    font-size: 18px;
    color: #1a70c5;
}
.slider-wrapper_curriculum {
    background-image: none;
    background-color: #fafcff;
    border: 1px solid #eff1f2;
    margin-top: 29px;
    padding-top: 38px;
    width: 100%;
}
.slider_curriculum .slick-prev {
    left: -36px !important;
}
.slider_curriculum .slick-next {
    right: -36px !important;
}
.slider_recently-added__item,
.slider_tutorials__item,
.slider_curriculum__item {
    cursor: pointer;
    transition-duration: 0.3s;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #516e84;
    background-color: #fff;
    border: 1px solid #ebeef2;
    border-radius: 4px;
    box-shadow: 0 32px 61px 0 rgba(32, 70, 128, 0.21);
    overflow: hidden;
    padding-bottom: 24px;
    margin: 0 27px 97px;
}
.slider_recently-added__item.slick-active,
.slider_tutorials__item.slick-active,
.slider_curriculum__item.slick-active {
    opacity: 1;
}
.slider_recently-added__item .lectures,
.slider_tutorials__item .lectures,
.slider_curriculum__item .lectures {
    padding: 18px 29px 0;
}
.slider_recently-added__item .duration,
.slider_tutorials__item .duration,
.slider_curriculum__item .duration {
    padding: 14px 30px 0;
}
.slider_recently-added__item .icon-lectures,
.slider_tutorials__item .icon-lectures,
.slider_curriculum__item .icon-lectures {
    color: #fca61b;
    padding-right: 12px;
}
.slider_recently-added__item .icon-duration,
.slider_tutorials__item .icon-duration,
.slider_curriculum__item .icon-duration {
    color: #07a1fb;
    padding-right: 10px;
}
.slider_curriculum__img-wrapper {
    position: relative;
    width: 100%;
    height: 161px;
    overflow: hidden;
}
.slider_curriculum__img-wrapper img {
    position: absolute;
    top: 0;
    height: auto;
    width: 100%;
}
.slider_curriculum__img-wrapper .number,
.slider_curriculum__img-wrapper .name {
    font-size: 19px;
    position: relative;
    z-index: 10;
}
.slider_curriculum__img-wrapper .number {
    padding: 18px 27px 0;
    color: #fdb525;
}
.slider_curriculum__img-wrapper .name {
    padding: 9px 27px 0;
    color: #ffffff;
}
.slider_tutorials {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}
.list-video {
    display: none;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px, rgba(0, 0, 0, 0.1) 0px 3px 3px 0px;
    width: 100%;
}
.list-video img {
    max-width: 30px;
}
.list-video th {
    font-size: 20px;
    padding: 20px;
}
.list-video td:first-of-type {
    width: 50px;
    padding: 15px;
}
.list-video td:last-of-type {
    max-width: 50px;
    padding: 10px;
    text-align: center;
}
.name-video {
    font-size: 20px;
    font-weight: bold;
    padding: 17px 25px 15px;
    line-height: 30px;
    letter-spacing: -0.4px;
}
body {
    min-height: 100vh;
}
.js-mobile-menu-toggle,
#js-mobile-menu-toggle {
    display: none;
}
body.blocked {
    overflow: hidden;
}
body.blocked:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
}
.popup {
    z-index: 100001;
    position: fixed;
    width: 100%;
    max-width: 774px;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fbfcff;
    box-shadow: 0 26px 70px 0 rgba(0, 0, 0, 0.15);
}
.popup__header {
    padding: 20px 55px;
    padding: 3px;
    background-color: #ffffff;
    box-shadow: 0 3px 14px 0 rgba(2, 29, 79, 0.06);
}
.popup__header h1 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: -2.5px;
    line-height: 1.39em;
}
.popup__content {
    padding: 23px 55px 50px;
}
.popup__content p {
    letter-spacing: -0.42px;
    line-height: 1.7em;
}
.popup .icon-close {
    z-index: 1;
    transition-duration: 0.3s;
    cursor: pointer;
    color: #afbac2;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}
.popup .icon-close:hover {
    color: #fda00a;
}
.popup ul {
    padding-top: 25px;
    padding-bottom: 0px;
}
.popup li {
    font-size: 20px;
    line-height: 30px;
    color: #3eb53e;
    display: block;
    padding-bottom: 15px;
    letter-spacing: -0.5px;
}
.popup li:before {
    font-size: 24px;
    padding-right: 16px;
    padding-left: 2px;
    content: '\e80f';
    font-family: "font-icons";
    display: inline-block;
}
.popup .email-form {
    align-items: flex-end;
    flex-wrap: wrap;
}
.popup .email-form input {
    max-width: 330px;
    width: 100%;
    margin-right: 21px;
    min-height: 72px;
    margin-bottom: 25px;
}
.popup .email-form .btn {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
    font-size: 25px;
    min-height: 72px;
    min-width: 252px;
    margin-bottom: 25px;
}
.popup small {
    display: block;
    font-size: 18px;
    letter-spacing: -0.48px;
}
.popup .input-name {
    font-size: 22px;
    color: #354c5e;
    font-weight: bold;
}
.popup .txt-link {
    font-weight: bold;
    font-size: 18px;
    padding-top: 45px;
}
.popup_how-it-works,
.popup_login,
.popup_register,
.popup_download-ete {
    border-radius: 20px;
    overflow-y: auto;
}
.popup_register ul {
    padding-top: 0;
    margin: 0;
}
.popup_register .input-name {
    padding-top: 10px;
    margin-right: 20px;
}
.popup_register .txt-link {
    padding-top: 25px;
}
.popup_video video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.popup_login .txt-link {
    padding-top: 0;
}
.popup_login .popup__content p {
    margin: 0;
}
.popup_download-ete {
    max-width: 728px;
    min-height: 619px;
    font-size: 27px;
}
.popup_download-ete .popup__header {
    padding-bottom: 33px;
}
.popup_download-ete .popup__content {
    padding-top: 55px;
    padding-bottom: 33px;
}
.popup_download-ete h1 {
    padding-top: 12px;
    letter-spacing: -2.15px;
}
.popup_download-ete .btn {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
    font-size: 25px;
    line-height: 72px;
    min-width: 288px;
}
.popup_download-ete .dowload {
    padding: 22px 0;
    align-items: center;
}
.popup_download-ete .icon-arrow-right {
    font-size: 21px;
    margin-left: 18px;
    height: 44px !important;
    line-height: 38px !important;
    width: 44px !important;
}
.popup_download-ete .icon-arrow-right:before {
    left: 3px;
}
.popup_download-ete .txt-link {
    padding: 0;
    margin: 10px auto;
    text-align: center;
}
.popup_how-it-works {
    max-height: 100vh !important;
    width: 100%;
    max-width: 1100px;
    overflow-y: auto;
}
.popup_how-it-works .popup__header {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding-bottom: 220px;
    padding-left: 20px;
    padding-right: 20px;
}
.popup_how-it-works .popup__content {
    padding: 0 77px 20px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
.popup_how-it-works h1 {
    padding: 15px 0 7px;
    text-align: center;
    letter-spacing: -3px;
}
.popup_how-it-works hr {
    background-color: #d9e0ef;
    height: 1px;
    width: 91px;
    outline: none;
    border: none;
}
.popup_how-it-works .steps__item {
    margin: 0 1.666% 30px;
    margin-top: -197px;
    width: 30%;
    max-width: 300px;
    position: relative;
    border-radius: 18px;
    box-shadow: 0 10px 150px 0 rgba(203, 212, 227, 0.5), 0 20px 40px -10px #cbd4e3;
}
.popup_how-it-works .steps__item:not(:last-of-type):after {
    content: "\E81F";
    color: #d1d7dd;
    font-family: "font-icons";
    position: absolute;
    top: 46.8%;
    right: -2.5%;
    font-size: 100%;
    transform: translate(100%, -50%);
}
.popup_how-it-works .img-wrapper {
    position: relative;
    background: linear-gradient(to bottom, #e5ebf9 0%, #d4ddf3 100%);
    width: 100%;
    min-height: 300px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    box-shadow: inset 0 -8px 0 0 rgba(255, 255, 255, 0.5);
}
.popup_how-it-works .img-wrapper img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup_how-it-works .txt-wrapper {
    position: relative;
    z-index: 120;
    padding: 30px;
    text-align: center;
}
.popup_how-it-works .txt-wrapper a {
    padding: 10px;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -1.2px;
}
.popup_how-it-works .txt-wrapper p {
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
    font-size: 18px;
    margin: 2px 0;
    color: #516e84;
}
.popup_how-it-works .btn-step {
    font-weight: 600;
    font-size: 23px;
    display: block;
    margin: -58px auto 28px;
    color: #fda00a;
    line-height: 51px;
    width: 100%;
    max-width: 175px;
    border-radius: 26px;
    background-color: #ffffff;
    box-shadow: 0px 14px 24px 0px rgba(32, 70, 128, 0.21);
}
.popup_bundle {
    max-width: 1020px;
    border-radius: 10px;
    overflow-x: hidden;
}
.popup_bundle__content {
    margin: 0 !important;
    padding-bottom: 30px !important;
}
.popup_bundle__header {
    padding: 10px 30px !important;
    position: relative;
    z-index: 1;
}
.popup_bundle h1 {
    color: #fa9c05;
    font-size: 38px;
    padding: 0 0 25px !important;
}
.popup_bundle li:before {
    background-color: transparent;
}
.popup_bundle small {
    color: #ccb59b;
}
.popup_certbundle {
    border-radius: 10px;
    max-width: 1060px;
}
.popup_certbundle h1 {
    font-size: 56px;
    line-height: 1em;
}
.popup_certbundle small {
    font-size: 36px;
    color: #354c5e;
    line-height: 1em;
    font-weight: 700;
}
.popup_certbundle__wrapper {
    padding: 30px;
}
.popup_certbundle__header {
    display: flex;
    padding: 20px !important;
    justify-content: center;
    align-items: flex-start;
}
.popup_certbundle__content {
    padding: 0 0 10px;
}
.popup_certbundle__content h2 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.popup_certbundle__purchase-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.popup_certbundle .btn {
    font-size: 19px;
}
.popup_certbundle .purchase-individually {
    width: 50%;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #e1eaf7;
}
.popup_certbundle .purchase-individually:nth-of-type(2n-1) {
    border-right: 1px solid #e1eaf7;
}
.popup_certbundle .purchase-individually__description {
    font-size: 18px;
}
.popup_certbundle .purchase-individually .btn {
    background-image: none;
    margin-top: 15px;
}
.popup_certbundle .purchase-individually b {
    font-size: 22px !important;
    font-family: "Montserrat", sans-serif;
}
.popup_certbundle .bundle__img-wrapper {
    width: 380px;
    height: auto;
    max-width: 100%;
    margin-right: 60px;
}
.popup_certbundle .bundle__img-wrapper img {
    height: auto;
    width: 100%;
    max-height: none;
}
.popup_certbundle ul {
    padding: 0;
    margin: 0;
}
.popup_certbundle ul li {
    color: #354c5e;
    font-size: 18px;
}
.popup_certbundle ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fec332;
    padding: 0;
    margin: 3px 8px 3px 0;
}
.popup_certbundle .price__new {
    font-size: 44px;
    padding: 0 15px 10px 0;
    position: relative;
    top: 5px;
    font-weight: 600;
}
.popup_memberarea {
    margin: 30px auto;
    max-height: calc(100vh - 90px);
    overflow-y: visible;
    max-width: 1000px;
    background-color: transparent;
}
.popup_memberarea .btn_remove {
    min-width: 120px;
    border: 2px solid #d7eeda;
    color: #48b946;
    background-image: none !important;
    background-color: transparent;
}
.popup_memberarea .btn_remove:hover {
    color: #ffffff !important;
}
.popup_memberarea__wrapper {
    max-height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 10px;
    border-top: 4px solid #ed8204;
}
.popup_memberarea .special-offer {
    max-width: 360px;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    z-index: 10;
}
.popup_memberarea__header {
    padding-top: 30px;
}
.popup_memberarea__header h1 {
    text-align: center;
}
.popup_memberarea__header p {
    text-align: center;
}
.popup_memberarea__header img {
    position: relative;
}
.popup_memberarea__content {
    background-color: #fbfcff;
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
}
.popup_memberarea .remaining {
    color: #fda00a;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.popup_memberarea .choice {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.popup_memberarea .choice_recomended {
    color: #4dbb46;
}
.popup_memberarea .choice_popular {
    padding-left: 30px;
    position: relative;
}
.popup_memberarea .choice_popular:before {
    left: 0;
    top: -5px;
    position: absolute;
    content: "";
    width: 30px;
    height: 26px;
    display: inline-block;
    line-height: 1em;
    background-image: url("/design/img/ui/check.png");
}
.popup_memberarea .get-all {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.popup_memberarea .get-all__wrapper {
    display: flex;
    align-items: flex-start;
    background-color: #fbfcff;
    padding: 20px;
    margin: 20px -20px;
}
.popup_memberarea .sale-off {
    color: #4dbb46;
    font-size: 22px;
    text-transform: uppercase;
}
.popup_memberarea .purchase-individually {
    margin: 0;
}
.popup_memberarea .purchase-individually img {
    float: none;
}
.popup_memberarea .purchase-individually .price {
    margin: 10px 0;
}
.popup_memberarea__footer {
    background-color: #ffffff;
    padding: 20px 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup_memberarea__footer .btn {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%) !important;
}
.popup__header {
    padding-left: 85px;
    padding-right: 85px;
}
body.index .main-header {
    padding-top: 50px;
    padding-bottom: 23px;
}
body.index h1 {
    letter-spacing: 1px;
    padding-bottom: 0px;
}
body.index .main {
    padding-right: 120px;
    padding-bottom: 30px;
}
body.index .main h2 {
    letter-spacing: -1.2px;
    padding-bottom: 25px;
}
body.index .sidebar {
    padding-bottom: 79px;
    padding-left: 0 !important;
}
body.index .sidebar .training-course__info {
    max-width: 420px;
    flex-wrap: wrap;
}
body.index .sidebar h2 {
    padding-bottom: 55px;
}
body.blog h1 {
    display: block;
    font-size: 34px;
    color: #354c5e;
    line-height: 1.2em;
    padding: 0.8em 0 0.4em;
    clear: both;
}
body.blog h2 {
    display: block;
    font-size: 32px;
    color: #354c5e;
    line-height: 1.2em;
    padding: 0.8em 0 0.4em;
    clear: both;
    font-weight: 500;
}
body.blog h3 {
    display: block;
    font-size: 30px;
    color: #354c5e;
    line-height: 1.2em;
    padding: 0.8em 0 0.4em;
    clear: both;
    font-weight: 500;
}
body.blog h4 {
    display: block;
    font-size: 28px;
    color: #354c5e;
    line-height: 1.2em;
    padding: 0.8em 0 0.4em;
    clear: both;
    font-weight: 500;
}
body.blog h5 {
    display: block;
    font-size: 26px;
    color: #354c5e;
    line-height: 1.2em;
    padding: 0.8em 0 0.4em;
    clear: both;
    font-weight: 500;
}
body.blog h6 {
    display: block;
    font-size: 24px;
    color: #354c5e;
    line-height: 1.2em;
    padding: 0.8em 0 0.4em;
    clear: both;
    font-weight: 500;
}
body.blog blockquote {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    font-style: oblique;
}
body.blog blockquote h1:before,
body.blog blockquote h2:before,
body.blog blockquote h3:before,
body.blog blockquote h4:before,
body.blog blockquote h5:before,
body.blog blockquote h6:before {
    display: inline-block;
    content: 'Â«';
}
body.blog blockquote h1:after,
body.blog blockquote h2:after,
body.blog blockquote h3:after,
body.blog blockquote h4:after,
body.blog blockquote h5:after,
body.blog blockquote h6:after {
    display: inline-block;
    content: 'Â»';
}
body.blog blockquote h1:before,
body.blog blockquote h2:before,
body.blog blockquote h3:before,
body.blog blockquote h4:before,
body.blog blockquote h5:before,
body.blog blockquote h6:before,
body.blog blockquote h1:after,
body.blog blockquote h2:after,
body.blog blockquote h3:after,
body.blog blockquote h4:after,
body.blog blockquote h5:after,
body.blog blockquote h6:after {
    font-family: "Arial", sans-serif;
}
body.blog .alignleft,
body.blog .align-left {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}
body.blog .alignright,
body.blog .align-right {
    margin-top: 10px;
    float: right;
    margin-left: 20px;
}
body.blog .post {
    font-size: 19px;
    font-weight: normal;
    line-height: 32px;
}
body.blog .post p {
    font-weight: normal;
    margin-top: -5px;
    margin-bottom: 20px;
}
body.blog .post__ol-list {
    width: 100%;
    padding: 65px 10px 48px 85px;
    background-color: #fafcff;
    border: 1px solid #eff1f2;
}
body.blog .post__ol-list li {
    line-height: 20px;
    padding-bottom: 20px;
    color: #354c5e !important;
}
body.blog .post__ol-list li:before {
    left: -15px;
    color: #1a70c5;
}
body.blog .post ul {
    list-style: none;
    padding-left: 0;
}
body.blog .post ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 8px 3px 0;
    background-color: #3eb53e;
    border-radius: 50%;
}
body.blog .post__ol-list_subsection h2 {
    display: inline-block;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 30px;
}
body.blog .post__ol-list_subsection h2:first-of-type {
    text-indent: 25px;
}
body.blog .post__ol-list_subsection li {
    margin-top: 40px;
    padding-left: 0;
    font-size: 19px;
    line-height: 34px;
    letter-spacing: -0.08px;
    color: #354c5e;
}
body.blog .post__ol-list_subsection li:before {
    font-family: "Montserrat", sans-serif;
    top: 27px;
    padding-right: 10px;
    font-weight: 600;
    color: #1a70c5;
    font-size: 28px;
}
body.blog .post__ol-list_subsection p {
    padding: 10px 0 27px;
    margin-bottom: 0;
}
body.blog .related-posts {
    border-top: 1px solid #f0f3fa;
    padding-top: 86px;
}
body.blog .related-posts__item {
    text-align: center;
    max-width: 305px;
    padding: 44px 0 64px;
    margin-right: 10px;
}
body.blog .related-posts__item img {
    width: 100%;
}
body.blog .related-posts .ul-list__content {
    list-style: none;
    padding: 0;
    display: flex;
}
body.blog .related-posts .ul-list__content li {
    flex: 1 1 25%;
}
body.blog .related-posts .post-name {
    padding: 21px 0;
    line-height: 30px;
    font-size: 19px;
    text-align: left;
    text-decoration: underline;
    text-decoration-color: #dae8f6;
}
body.blog .main {
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 20px;
}
body.blog .sidebar {
    max-width: 600px;
    border-left: 1px solid #f0f3fa;
    padding-left: 73px;
    padding-right: 100px;
    padding-top: 65px;
}
@media all and (max-width: 1370px) {
    body.blog .post__ol-list {
        padding: 30px 10px 30px 25px;
    }
    body.blog .sidebar {
        max-width: 100%;
    }
    body.blog .related-posts__item {
        padding: 10px;
    }
    body.blog .related-posts h2 {
        padding: 30px 20px;
    }
}
@media all and (max-width: 540px) {
    body.blog .steps__item:before {
        display: none;
    }
    body.blog .product-item__content img {
        padding-right: 0;
    }
    body.blog .related-posts h2 {
        text-align: center;
    }
    body.blog .related-posts .row {
        flex-direction: column;
        align-items: center;
    }
}
.slider_recently-added,
.slider_tutorials {
    padding-bottom: 15px;
}
.slider_recently-added__img-wrapper img,
.slider_tutorials__img-wrapper img {
    transform: none;
    max-height: auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}
.slider_recently-added__img-wrapper,
.slider_tutorials__img-wrapper {
    overflow: hidden;
    position: relative;
    height: 192px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.slider_recently-added__item,
.slider_tutorials__item {
    padding-bottom: 20px;
    position: relative;
    text-align: left;
}
.slider_recently-added__item .name,
.slider_tutorials__item .name {
    font-size: 20px;
    font-weight: bold;
    padding: 17px 25px 15px;
    line-height: 30px;
    letter-spacing: -0.4px;
}
.slider_recently-added__item .training-course__info,
.slider_tutorials__item .training-course__info {
    padding: 0 25px;
    color: #516e84;
}
.slider_recently-added__item .training-course__info .icon-duration,
.slider_tutorials__item .training-course__info .icon-duration {
    padding-right: 0;
}
.slider_recently-added .price,
.slider_tutorials .price {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
    font-size: 18px;
    z-index: 100;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-weight: 600;
    padding: 7px 12px;
    margin: 10px;
    border-radius: 1.5em;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
}
.slider_recently-added .star-rating,
.slider_tutorials .star-rating {
    margin: 10px;
    float: left;
}
body.examvideo h1 {
    padding: 0 85px 15px 0;
    font-weight: 600;
    letter-spacing: -2.8px;
}
body.examvideo .main {
    padding-bottom: 39px;
    padding-right: 20px;
}
body.examvideo .training-guide {
    padding: 40px 30px 40px;
    margin-bottom: 45px;
    border: 1px solid #dae8f6;
}
body.examvideo .training-guide h2 {
    letter-spacing: -1.4px;
    padding: 0;
    line-height: 34px;
    color: #1a70c5;
    font-weight: 600;
    font-size: 28px;
    border-bottom: 1px solid #dae8f6;
}
body.examvideo .training-guide .view-all {
    position: relative;
    top: 3px;
}
body.examvideo .google-play,
body.examvideo .app-store {
    margin: 24px 0 0;
}
body.examvideo .about {
    padding-top: 0;
}
body.examvideo .main-header {
    background-color: #fafcff;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 72px;
    border-bottom: 1px solid #eff1f2;
}
body.examvideo .main-header .course-img {
    box-sizing: content-box;
    max-width: 50%;
    height: auto;
    float: left;
    padding-right: 83px;
}
body.examvideo .main-header .best-seller {
    position: relative;
    top: -1px;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: -0.5px;
    border-radius: 4px;
    background-color: #fda00a;
    width: 116px;
    line-height: 36px;
    text-align: center;
}
body.examvideo .main-header .star-rating {
    font-size: 1.4em;
    padding-left: 47px;
    position: relative;
    top: 8px;
    padding-top: 0;
    letter-spacing: 0;
    padding-bottom: 0;
}
body.examvideo .main-header .star-rating i:before {
    margin-right: 5.3px;
}
body.examvideo .main-header h1 {
    padding: 30px 0 15px 0 !important;
}
body.examvideo .main-header h5 {
    letter-spacing: -0.5px;
    line-height: 1.65;
    font-size: 20px;
}
body.examvideo .main-header .btn_start-course {
    font-family: "Montserrat", sans-serif;
    letter-spacing: -1.2px;
    font-weight: 500;
    font-size: 28px;
    line-height: 70px;
    padding: 8px 33px 12px 39px;
    margin: 15px 0px;
}
body.examvideo .main-header .icon-arrow-right-start {
    position: relative;
    top: -3px;
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    width: 51px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4);
    margin-left: 20px;
}
body.examvideo .slider_curriculum__item .icon-lectures,
body.examvideo .slider_curriculum__item .icon-duration {
    padding-right: 0;
}
body.examvideo .slider_curriculum__item .lectures__value {
    padding-right: 5px;
}
body.examvideo .slider_curriculum__item .duration__value {
    padding-left: 5px;
}
body.examvideo .section-name {
    padding-bottom: 17px;
    color: #354c5e;
}
body.examvideo .slider-menu {
    padding: 30px 10px;
}
body.examvideo .slider-menu .view-all {
    align-self: center;
    margin-top: 15px;
}
body.examvideo .star-rating {
    display: inline-block;
    padding: 20px;
    letter-spacing: 2.5px;
}
body.examvideo .slick-arrow {
    top: 129px;
}
body.examvideo .slick-dots {
    padding: 0 0 48px;
}
body.examvideo .slider-wrapper {
    background-size: auto 276px;
}
@media all and (max-width: 1370px) {
    body.examvideo .main-header {
        padding: 30px 0;
    }
    body.examvideo .main-header .course-img {
        padding-right: 10px;
    }
    body.examvideo table {
        width: 100%;
        display: table;
        overflow-x: auto;
    }
    body.examvideo .vumingo-link {
        min-width: auto;
    }
}
@media all and (max-width: 768px) {
    body.examvideo .breadcrumbs {
        padding: 20px;
    }
    body.examvideo .main-header .course-img {
        float: none !important;
        width: 100%;
        max-width: 100% !important;
        padding-right: 0;
        padding-bottom: 30px;
    }
}
@media all and (max-width: 540px) {
    body.examvideo .star-rating {
        margin: auto;
        padding-left: 15px !important;
        letter-spacing: -1em !important;
    }
}
body.examrequest .main small {
    color: #354c5e;
}
body.examrequest .sidebar {
    padding-left: 60px;
    padding-bottom: 37px;
}
body.examrequest .sidebar .btn_learn-more,
body.examrequest .sidebar .btn_full-version,
body.examrequest .sidebar .btn_sign-up {
    margin-top: 20px;
}
body.examrequest .sidebar .sidebar-vumingo-app-screenshot {
    margin-bottom: 27px;
}
body.examrequest .sidebar .app-store,
body.examrequest .sidebar .google-play {
    margin: 12px 0;
}
body.examrequest .sidebar .btn_win,
body.examrequest .sidebar .btn_mac {
    margin-top: 12px;
    margin-bottom: 25px;
}
body.examrequest .sidebar .btn_full-version,
body.examrequest .sidebar .btn_learn-more,
body.examrequest .sidebar .btn_sign-up {
    min-height: 79px;
    display: flex;
    align-items: center;
    font-size: 27px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 16px;
    box-shadow: none;
    padding: 5px 32px;
}
body.examrequest .sidebar .btn_full-version span,
body.examrequest .sidebar .btn_learn-more span,
body.examrequest .sidebar .btn_sign-up span {
    letter-spacing: -1.7px;
    text-align: left;
    flex-grow: 1;
}
body.examrequest .sidebar .btn_full-version .icon-arrow-right,
body.examrequest .sidebar .btn_learn-more .icon-arrow-right,
body.examrequest .sidebar .btn_sign-up .icon-arrow-right {
    margin-left: 10px;
    font-size: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    border-radius: 50%;
    height: 46px;
    line-height: 40px;
    width: 46px;
    text-align: center;
}
body.examrequest .sidebar .btn_full-version .icon-arrow-right:before,
body.examrequest .sidebar .btn_learn-more .icon-arrow-right:before,
body.examrequest .sidebar .btn_sign-up .icon-arrow-right:before {
    left: 3px;
}
body.examrequest .sidebar .btn_full-version small,
body.examrequest .sidebar .btn_learn-more small,
body.examrequest .sidebar .btn_sign-up small {
    font-size: 18px;
    color: #7aff75;
}
body.examrequest .sidebar .btn_sign-up {
    background-image: linear-gradient(180deg, #5bcb4a 0%, #3db23d 100%);
}
body.examrequest .sidebar .btn_learn-more {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
}
body.examrequest .sidebar .btn_full-version {
    background-image: linear-gradient(180deg, #297fd3 0%, #1a70c5 100%);
}
body.examrequest h1 {
    padding-bottom: 8px;
}
@media all and (max-width: 768px) {
    body.examrequest .form-exam-request {
        margin: auto;
    }
    body.examrequest .form-exam-request .row {
        flex-direction: column;
    }
    body.examrequest .form-exam-request .help-txt {
        padding: 10px;
    }
    body.examrequest .form-exam-request .btn_submit {
        min-width: auto !important;
        max-width: 380px;
        width: 100%;
        font-size: 24px;
        margin-top: 10px;
        margin-right: auto;
    }
    body.examrequest .vumingo-link {
        align-items: center;
    }
    body.examrequest .btn_sign-up,
    body.examrequest .btn_learn-more,
    body.examrequest .btn_full-version {
        padding: 10px !important;
    }
    body.examrequest .add-comment-verification-img img {
        margin-top: 10px;
    }
}
body.etefile .main {
    padding-right: 0;
    padding-bottom: 60px;
}
body.etefile .sidebar {
    padding-left: 62px;
    padding-top: 0;
}
body.etefile .star-rating {
    padding-top: 30px;
    padding-right: 20px;
    letter-spacing: 3.6px;
    position: relative;
    left: 5px;
}
body.etefile .star-rating i:before {
    font-size: 39.4px;
}
body.etefile .training-course__info {
    padding-top: 47px;
    max-width: 467px;
}
body.etefile h1 {
    padding: 12px 0 21px;
    letter-spacing: -2.4px;
    position: relative;
    left: -5px;
}
body.etefile .file-name {
    line-height: 38px;
}
body.etefile .file-info {
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #eff1f2;
    background-color: #fafcff;
}
body.etefile .file-info td {
    padding: 22px 10px 20px 32px;
}
body.etefile .file-info td:first-of-type {
    width: 18.45%;
    font-weight: 700;
}
body.etefile .file-info td:last-of-type {
    word-wrap: break-word;
    wont-weight: 600;
    color: #516e84;
}
body.etefile .file-info tr:not(:last-of-type) td {
    border-bottom: 1px solid #eff1f2;
}
body.etefile .file-info tr:last-of-type td {
    border-bottom: 1px solid #eff1f2;
    color: #3eb53e;
}
body.etefile .file-info tr:last-of-type td:first-of-type {
    letter-spacing: -0.6px;
    font-size: 19px;
}
body.etefile .file-info .file-link {
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: -0.25px;
    text-decoration: underline;
    -webkit-text-decoration-color: #3eb53e;
    -moz-text-decoration-color: #3eb53e;
    text-decoration-color: #3eb53e;
}
body.etefile .file-info .file-link i:before {
    padding-left: 5px;
}
body.etefile .file-rating {
    margin: 20px 0 0 0;
    padding: 10px 20px 25px;
    border: 1px solid #eff1f2;
}
body.etefile .file-rating h2 {
    letter-spacing: -1.5px;
    padding-top: 25px;
    padding-left: 12px;
}
body.etefile .file-rating__value {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    padding: 5px;
    color: #46b846;
    font-weight: bold;
    transform: translate(55%, -100%);
}
body.etefile .file-rating__wrapper-rating-progress {
    height: 14px;
    border-radius: 5px;
    background-color: #f5f4f4;
    flex-grow: 1;
    margin: 11px 152px 0px 11px;
}
body.etefile .file-rating__rating-progress {
    position: relative;
    height: 100%;
    border-radius: 5px;
    background-color: #6a9e39;
    background: #7dd358;
    background: -moz-linear-gradient(top, #7dd358 0%, #50b437 100%);
    background: -webkit-linear-gradient(top, #7dd358 0%, #50b437 100%);
    background: linear-gradient(to bottom, #7dd358 0%, #50b437 100%);
    box-shadow: 0 3px 9px 0 rgba(176, 231, 110, 0.49);
    transition-duration: 0.3s;
    width: 50%;
}
body.etefile .file-rating .icon-dislike,
body.etefile .file-rating .icon-like {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    height: 32px;
    width: 32px;
    margin-right: 6px;
}
body.etefile .file-rating .icon-dislike {
    background-color: #ffffff;
    border: 2px solid #fb5e5f;
    color: #fb5e5f;
}
body.etefile .file-rating .icon-like {
    background-color: #ffffff;
    border: 2px solid #46b846;
    color: #46b846;
}
body.etefile .file-rating .like-value,
body.etefile .file-rating .dislike-value {
    letter-spacing: -0.5px;
    display: inline-block;
    padding: 22px 15px 10px 0;
    font-size: 18px;
    font-weight: bold;
}
body.etefile .file-rating .like-value {
    color: #46b846;
}
body.etefile .file-rating .dislike-value {
    color: #fb5e5f;
}
body.etefile .file-rating .lactive .icon-like {
    color: #ffffff;
    background-color: #46b846;
}
body.etefile .file-rating .dactive .icon-dislike {
    color: #ffffff;
    background-color: #fb5e5f;
}
@media all and (max-width: 1370px) {
    body.etefile .file-rating__wrapper-rating-progress {
        margin-right: 11px !important;
    }
    body.etefile .file-info td,
    body.etefile .file-info th {
        padding: 10px;
    }
}
@media all and (max-width: 768px) {
    body.etefile .course-link .training-course__info {
        flex-direction: column;
    }
    body.etefile .course-link .row:last-of-type {
        flex-direction: column;
    }
    body.etefile .file-name {
        padding: 10px;
    }
    body.etefile .file-info td:first-of-type {
        width: 100%;
    }
    body.etefile .file-info tr {
        display: flex;
        flex-direction: column;
    }
    body.etefile .file-info td {
        width: 100%;
    }
    body.etefile .file-rating {
        flex-direction: column;
    }
    body.etefile .file-rating__wrapper-rating-progress {
        width: 100%;
    }
}
body.register .registration {
    flex-shrink: 0;
    width: 100%;
    max-width: 370px;
}
body.register .registration .btn {
    width: 100%;
}
body.register .main,
body.register .sidebar {
    padding-top: 1px;
}
body.register h1 {
    padding-bottom: 15px;
}
body.register .btn_back {
    margin-left: -10px;
}
body.register .help-txt {
    font-size: 14px;
    padding: 55px 200px 0 82px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
body.register .help-txt span {
    font-size: 19px;
    width: 100%;
}
body.register .help-txt a {
    margin-top: auto;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 58px;
    border-bottom: 1px solid #dae8f6;
}
@media all and (max-width: 1200px) {
    body.register h1 {
        padding-top: 30px;
    }
    body.register .main .row {
        flex-direction: column;
    }
    body.register .help-txt {
        padding: 10px;
    }
    body.register .help-txt a {
        margin: 10px 0;
    }
}
body.latest-posts h1 {
    padding-bottom: 42px;
}
body.latest-posts .main {
    padding-bottom: 41px;
    padding-right: 115px;
}
body.latest-posts .sidebar {
    max-width: 598px;
    border-left: 1px solid #f0f3fa;
    padding-left: 73px;
    padding-right: 102px;
    padding-top: 56px;
}
body.latest-posts .post-preview {
    padding-bottom: 77px;
}
body.latest-posts .post-preview__header {
    font-size: 28px;
    line-height: 42px;
    padding: 26px 0 0;
    letter-spacing: -0.45px;
    text-decoration: underline;
    text-decoration-color: #dae8f6;
    color: #1a70c5;
}
body.latest-posts .post-preview__content {
    font-size: 19px;
    line-height: 34px;
    padding-bottom: 17px;
    margin-top: 15px;
}
body.latest-posts .read-more {
    border-bottom: 1px solid #dfe2e5;
    padding-bottom: 5px;
}
@media all and (max-width: 1370px) {
    body.latest-posts .sidebar {
        max-width: 100%;
        border: 0;
        padding: 30px 0;
    }
    body.latest-posts .post-preview h1 {
        padding: 0;
    }
    body.latest-posts .post-preview img {
        float: left;
        width: 100%;
        max-width: 320px;
        margin-right: 20px;
    }
}
@media all and (max-width: 768px) {
    body.latest-posts .post-preview {
        padding-bottom: 30px;
    }
}
body.vendor h1 {
    letter-spacing: -2.4px;
    margin-left: -6px;
    padding: 12px 85px 2px 0;
}
body.vendor .sidebar {
    padding-left: 53px;
}
body.vendor .sidebar h2 {
    padding: 20px 0;
}
body.vendor .slider-wrapper_curriculum {
    margin-top: 20px;
    margin-bottom: 22px;
    padding-top: 20px;
}
body.vendor .slider_hot-certifications__item {
    transition-duration: 0.3s;
    margin-top: 10px;
    margin-bottom: 45px;
}
body.vendor .slider_hot-certifications__img-wrapper {
    height: 167px;
    position: relative;
}
body.vendor .slider_hot-certifications__img-wrapper img {
    max-height: 100%;
    max-width: 100%;
}
body.vendor .slider_hot-certifications__certifications-name {
    padding: 22px 0 6px;
}
body.vendor .slick-active {
    opacity: 1;
}
body.vendor .slick-arrow {
    top: 10px;
}
body.vendor .slick-dots {
    padding-bottom: 10px;
}
body.vendor .main h2 {
    letter-spacing: -1.2px;
}
body.vendor .vumingo-link {
    padding: 36px 62px 48px;
}
body.vendor .top-practice-exam td:first-of-type,
body.vendor .top-practice-exam th:first-of-type {
    width: 20%;
    min-width: 100px;
}
body.vendor .top-practice-exam td:last-of-type,
body.vendor .top-practice-exam th:last-of-type {
    width: 80%;
}
body.newfiles .exam-files {
    margin: 10px 0 55px;
}
body.vacancies ol li {
    display: list-item;
    list-style-position: inside;
    color: #45c345;
    padding-bottom: 5px;
}
body.vacancies .form-vacancies {
    width: 100%;
    max-width: 370px;
}
body.cert h1 {
    letter-spacing: -2.8px;
}
table a {
    transition-duration: 0.3s;
    text-decoration: underline;
    -webkit-text-decoration-color: #dae8f6 !important;
    -moz-text-decoration-color: #dae8f6 !important;
    text-decoration-color: #dae8f6 !important;
}
table a:hover {
    color: #07a1fb;
}
.register-new {
    margin: 65px;
    border-bottom: 1px solid #dae8f6;
    align-self: flex-end;
}
.price {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    text-align: right;
}
.price__new,
.price__old {
    padding: 8px;
    display: block;
}
.price__new {
    color: #46b846;
    font-size: 26px;;
    font-weight: 500;
}
.price__old {
    color: #fc766b;
    font-size: 18px;
    font-weight: 500;
}
.bundle {
    position: relative;
    display: flex;
    padding: 40px 40px 10px 20px;
    margin: 0 0 10px;
    background-color: #f0f6ff;
    flex-direction: column;
}
.bundle hr {
    background-color: #dae5f5;
    border: 0;
    height: 1px;
    width: 100%;
}
.bundle h1 {
    line-height: 1.2em;
}
.bundle__label {
    position: absolute;
    z-index: 1;
    left: -12px;
    top: 8px;
}
.bundle__img-wrapper {
    flex-shrink: 0;
    position: relative;
    margin-right: 20px;
    align-self: center;
    width: 260px;
    height: 260px;
    margin-left: -20px;
    padding-left: 10px;
}
.bundle__img-wrapper img {
    padding-top: 10px;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}
.bundle__header:after {
    content: "";
    display: table;
    clear: both;
}
.bundle__list {
    list-style: none;
    display: inline-block;
    padding: 10px 0 0;
    margin: 0;
}
.bundle__list li {
    padding-bottom: 10px;
    padding-left: 20px;
    text-indent: -20px;
}
.bundle__list li a {
    text-indent: 0;
    margin-left: 10px;
}
.bundle__list li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-bottom: 2px;
    background-color: #d1def1;
}
.bundle__content {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 400px;
}
.bundle_premium-membership {
    margin: 20px 0 50px;
    background-color: #fffaf2;
}
.bundle_premium-membership img {
    width: 250px;
    height: 260px;
    flex-shrink: 0;
    max-height: auto;
    margin-right: 10px;
}
.bundle_premium-membership__list {
    padding: 0 !important;
    column-count: 2;
    margin-bottom: -20px;
}
.bundle_premium-membership .price {
    float: right;
}
.bundle_premium-membership .btn {
    margin: 30px auto 0 0 !important;
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
}
.bundle_premium-membership li:before {
    background-color: transparent;
}
.bundle__description {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bundle .price {
    float: right;
    margin-top: -6px;
    margin-right: -10px;
    margin-bottom: -10px;
    white-space: nowrap;
    line-height: 32px;
}
.bundle .btn {
    font-size: 24px;
    align-self: flex-end;
    padding: 16px 39px;
    margin: 10px 0 10px 10px;
    margin-left: auto;
}
.bundle_upsell .price {
    float: none;
    text-align: center;
}
.check-list {
    display: block;
    list-style: none;
}
.check-list li {
    padding-left: 40px;
    text-indent: -40px;
    display: block;
}
.check-list li:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    background-image: url("/design/img/ui/check.png");
    height: 26px;
    width: 30px;
    padding: 0;
    margin-right: 10px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
.check-list *:not(li) {
    text-indent: 0;
}
.check-list__header {
    font-weight: bold;
    padding-top: 10px;
}
.check-list_bundle {
    margin: 0;
    padding: 0;
}
.limited-special-offer {
    font-size: 14px;
    max-width: 230px;
    font-weight: 600;
    color: #f1319e;
    border: 2px solid #f0bbe2;
    text-align: center;
    border-radius: 4px;
    display: block;
    padding: 10px;
    margin-right: auto;
}
.limited-special-offer i {
    padding-right: 5px;
}
.memberarea-menu {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.memberarea-menu,
.memberarea-menu td {
    border: 1px solid #eff1f2;
}
.memberarea-menu__item {
    text-align: left;
    text-decoration: none;
    width: 100%;
    padding: 10px 25px;
    border-left: 3px solid transparent;
    margin: -1px;
    margin-left: -3px;
    transition-duration: 0.3s;
}
.memberarea-menu__item_active {
    color: #fda00a;
    border-color: #fda00a;
}
.memberarea-menu__item i:before {
    width: 30px;
    text-align: center;
}
.purchase-individually {
    color: #4a5e69;
    margin: 30px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1eaf7;
}
.purchase-individually:last-of-type {
    border-bottom: none;
}
.purchase-individually img {
    float: left;
    max-height: 185px;
    width: auto;
    height: 100%;
    margin-right: 20px;
}
.purchase-individually h1,
.purchase-individually__size {
    font-size: 26px;
    color: #336daf;
    padding: 0 !important;
    margin: 0;
    line-height: 1em;
    letter-spacing: 0 !important;
    font-weight: 600;
}
.purchase-individually .btn {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
    display: block;
    margin: 10px 0 5px;
}
.purchase-individually__product-value {
    display: inline-block;
    padding: 20px 10px 20px 0;
    color: #3eb53e;
    font-weight: 600;
    text-decoration: underline;
}
.purchase-individually__description {
    margin: 5px 0;
}
.purchase-individually__price {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    margin: 15px 0;
}
.memberarea-table {
    border-collapse: collapse;
}
.memberarea-table td,
.memberarea-table th {
    border: 1px solid #eff1f2;
    padding: 10px;
}
.memberarea-table td:not(:first-of-type),
.memberarea-table th:not(:first-of-type) {
    text-align: center;
}
.memberarea-table th {
    color: #9ba9b5;
    font-size: 16px;
    font-weight: 600;
}
.memberarea-table .deactivate {
    font-size: 15px;
    padding: 10px;
}
.memberarea-table .btn {
    margin: 10px;
}
.memberarea-table .sale {
    font-size: 14px;
    color: #fda00a;
}
.memberarea-table__btn_download .icon-download-file {
    margin-right: 6px;
}
.memberarea-table__btn_start {
    color: #fda20e;
}
.memberarea-table__btn_start .icon-arrow-right-start {
    position: relative;
    top: -3px;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid rgba(253, 162, 14, 0.4);
    margin: -9px 6px -9px 20px;
}
.you-save {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0 auto auto;
    background-image: url("/design/img/ui/you-save.png");
    width: 122px;
    height: 122px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    color: #964509;
    font-size: 20px;
    font-weight: 900;
    padding-top: 50px;
}
.slider_recently-added {
    margin-bottom: 20px;
}
.slider_recently-added__item .training-course__info {
    font-size: 15px;
}
.pre-order .main {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 0;
}
.pre-order .form-exam-request {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pre-order .form-exam-request .btn {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
    margin: 30px 0;
}
.pre-order .form-exam-request input {
    background-color: #ffffff !important;
}
.pre-order .form-exam-request label {
    max-width: 420px;
    min-width: 300px;
    width: calc((100% - 34px)/2);
    display: inline-block;
}
.pre-order .form-exam-request label:first-of-type {
    margin-right: 30px;
}
.pre-order .exam-price {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    color: #3eb53e;
    font-weight: 500;
    padding-top: 10px;
    display: inline-block;
}
.pre-order .ol-list {
    column-count: 2;
}
.pre-order .ol-list li {
    color: #4a5e69;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 20px;
}
.pre-order .ol-list li:before {
    color: #fda00a;
    font-weight: 600;
}
.option-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.option-1:after {
    display: none;
}
.option-1 h1 {
    margin-top: 20px;
}
.billing-details,
.option-2 {
    background-color: #fbfcff;
    border-top: 1px solid #eff1f2;
    padding: 20px;
}
.billing-details h3,
.option-2 h3 {
    font-size: 24px;
    padding: 20px 0;
}
.option-1,
.option-2,
.billing-details {
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-us-block {
    margin-top: 30px;
    padding: 10px 10px 55px;
    text-align: center;
    border-radius: 4px;
    background-image: -moz-linear-gradient(90deg, #1a70c5 0%, #4ba0f3 100%);
    background-image: -webkit-linear-gradient(90deg, #1a70c5 0%, #4ba0f3 100%);
    background-image: -ms-linear-gradient(90deg, #1a70c5 0%, #4ba0f3 100%);
    width: 100%;
    max-width: 370px;
}
.contact-us-block p {
    color: #76fbea;
    font-size: 24px;
}
.contact-us-block h2 {
    color: #ffffff;
    font-size: 42px;
    padding: 0 0 20px;
}
.contact-us-block .btn {
    color: #0b4db4;
    font-size: 21px;
    background-color: #ffffff;
    box-shadow: 0px 20px 22px 0px rgba(24, 51, 107, 0.42);
}
sup {
    font-size: 50%;
}
.flex {
    display: flex;
    align-items: center;
}
.flex_baseline {
    align-items: baseline;
}
.flex_wrap {
    flex-wrap: wrap;
}
.flex_between {
    justify-content: space-between;
}
.flex_end {
    justify-content: flex-end;
}
.btn_not-active {
    background-color: #cadaf0;
    text-decoration: none;
}
.header__green-border {
    border-bottom: 1px solid #46b846;
}
.order-page .main {
    padding-right: 0;
}
.order-page .sidebar_right {
    padding-left: 110px;
}
.order-page .sidebar_right__article {
    padding: 40px 25px 20px;
    display: block;
}
.order-page .sidebar_right__article_satisfied-customers {
    border: 1px solid #d8dde3;
    border-radius: 4px;
    background-color: rgba(239, 244, 251, 0.502);
}
.order-page .sidebar_right__article_satisfied-customers h3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.order-page .sidebar_right__article_satisfied-customers h1 {
    font-size: 33px !important;
    padding: 10px 0 10px;
    font-weight: 600;
}
.order-page .sidebar_right__article_satisfied-customers .check-list {
    padding-left: 0;
}
.order-page .sidebar_left {
    padding-left: 0;
    max-width: 360px;
}
.order-page .feedbacks > h2 {
    margin-bottom: 10px;
}
.order-page .bundle {
    background-color: #ffffff;
    flex-direction: column;
    margin-top: 66px;
    padding: 0;
    border: 1px solid #d8dde3;
    border-radius: 4px;
    box-shadow: 0px 18px 42px 0px rgba(91, 124, 196, 0.28);
}
.order-page .bundle img {
    margin: -120px auto -10px;
}
.order-page .bundle__header {
    text-align: center;
    padding: 0 10px 20px !important;
    background-color: #f8fafd;
    border-bottom: 3px solid #46b846;
}
.order-page .bundle__content {
    padding: 20px 20px 30px;
}
.order-page .bundle__list {
    column-count: 1;
}
.order-page [class^="fs"] {
    line-height: 1.1em;
}
.order-page .form {
    width: 100%;
    display: flex;
    align-items: center;
}
.order-page .form ::-webkit-input-placeholder {
    color: #aab4be;
}
.order-page .form ::-moz-placeholder {
    color: #aab4be;
}
.order-page .form :-moz-placeholder {
    color: #aab4be;
}
.order-page .form :-ms-input-placeholder {
    color: #aab4be;
}
.order-page .form_baseline {
    align-items: baseline;
}
.order-page .form_wrap {
    flex-wrap: wrap;
}
.order-page .form_between {
    justify-content: space-between;
}
.order-page .form_end {
    justify-content: flex-end;
}
.order-page .form__header {
    padding-bottom: 15px;
}
.order-page .form__textarea,
.order-page .form__select,
.order-page .form__input {
    width: 100%;
    min-width: 200px;
    border: none;
    outline: none;
    flex-grow: 1;
    background-color: #fbfcff;
    border: 1px solid #e4e9ec;
}
.order-page .form__fieldset {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order-page .form__label {
    width: calc((100% - 28px)/2);
    padding: 0 0 26px;
}
.order-page .form__label_cvv {
    display: flex;
    align-items: flex-end;
}
.order-page .form__label_cvv a {
    padding: 20px 5px;
    line-height: 25px;
}
.order-page .form__label_cvv img {
    position: relative;
    top: 15px;
}
.order-page .form__label_cvv .cvv-img-wrapper {
    cursor: pointer;
    position: relative;
}
.order-page .form__label_cvv .cvv-img-wrapper:hover .cvv-help {
    visibility: visible;
    opacity: 1;
}
.order-page .form__label_cvv .cvv-help {
    transition-duration: 0.3s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}
.order-page .form__textarea,
.order-page .form__select {
    resize: none;
    font-family: "Lato", sans-serif;
}
.order-page .form__select {
    color: #4a5e69 !important;
    min-width: auto;
    appearance: none !important;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("/design/img/ui/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}
.order-page .form__select::-ms-expand {
    display: none;
}
.order-page .form_order {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 115px;
}
.order-page .form_order__textarea,
.order-page .form_order__select,
.order-page .form_order__input {
    height: 65px;
    padding: 20px;
    line-height: 1em;
    font-size: 19px;
    font-weight: 400;
    color: #4a5e69;
}
.order-page .form_order__textarea_security,
.order-page .form_order__select_security,
.order-page .form_order__input_security {
    max-width: 220px;
    margin: 28px 30px 14px 0;
    flex-shrink: 0;
}
.order-page .form_order__select {
    padding-right: 45px;
}
.order-page .form_order__btn {
    margin: 14px 0;
}
.order-page .form_order .security-code-img {
    margin-top: 14px;
    flex-shrink: 10;
}
.order-page .form_order__input_cvv {
    width: 52%;
}
.order-page .form_order__label_cvv {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.order-page .form_order__label_cvv_baseline {
    align-items: baseline;
}
.order-page .form_order__label_cvv_wrap {
    flex-wrap: wrap;
}
.order-page .form_order__label_cvv_between {
    justify-content: space-between;
}
.order-page .form_order__label_cvv_end {
    justify-content: flex-end;
}
.order-page .form_order__label_cvv img {
    padding: 10px 20px;
}
.order-page .form_order__label_expiration-date-year,
.order-page .form_order__label_expiration-date-month {
    width: calc((((100% - 28px)/2) - 28px)/2);
}
.order-page .form_order__label_security-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.order-page .form_order__label_security-info_baseline {
    align-items: baseline;
}
.order-page .form_order__label_security-info_wrap {
    flex-wrap: wrap;
}
.order-page .form_order__label_security-info_between {
    justify-content: space-between;
}
.order-page .form_order__label_security-info_end {
    justify-content: flex-end;
}
.order-page .form_order__label_security-info img {
    margin: 10px 0;
}
.order-page .form_order__label_security-info img:first-of-type {
    max-width: 311px;
    width: 100%;
}
.order-page .form_order__label_security-info img:last-of-type {
    max-width: 114px;
    width: 100%;
}
.order-page .form_order .expiration-date {
    width: 100%;
    padding-top: 10px;
}
.order-page .checkbox {
    cursor: pointer;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 5px;
    width: 19px;
    height: 19px;
    border: 1px solid #adc1c6;
    border-radius: 4px;
    background-color: #ffffff;
}
.order-page .checkbox .icon-check-list {
    transition-duration: 0.15s;
    visibility: hidden;
    opacity: 0;
    position: relative;
    top: -5px;
}
.order-page .label_checkbox {
    cursor: pointer;
}
.order-page .checkbox-input:checked ~ .checkbox .icon-check-list {
    visibility: visible;
    opacity: 1;
}
.order-page .checkbox-input:checked ~ .checkbox ~ strong {
    color: #3bae41;
}
.order-page .descount_wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.order-page .descount_wrapper_baseline {
    align-items: baseline;
}
.order-page .descount_wrapper_wrap {
    flex-wrap: wrap;
}
.order-page .descount_wrapper_between {
    justify-content: space-between;
}
.order-page .descount_wrapper_end {
    justify-content: flex-end;
}
.order-page .descount_wrapper .form__input {
    border-color: #fda00a;
    position: relative;
    left: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.order-page .table {
    width: 100%;
    border-collapse: collapse;
}
.order-page .table_orders a {
    text-decoration: none;
}
.order-page .table_orders tbody tr:not(: last-of-type) td,
.order-page .table_orders thead th {
    border-bottom: 1px solid #deeaf1;
}
.order-page .table_orders .product__name {
    color: #1a70c5 !important;
}
.order-page .table_orders .sub-bundle {
    color: #354c5e;
}
.order-page .table_orders .total-price {
    font-size: 32px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: right;
    color: #1a70c5;
}
.order-page .table_orders .total-price_subtotal {
    color: #1a70c5 !important;
    font-size: 26px;
}
.order-page .table_orders .total-price_discount {
    color: #97a3af !important;
    font-size: 24px;
}
.order-page .table_orders .btn_remove:hover {
    color: #ffffff;
}
.order-page .table_orders .qstion, .table_reseller-sales .qstion {
    color: #ffffff;
    background-color: #cadaf0;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600px;
    border-radius: 50%;
    flex-shrink: 0;
}
.order-page .table_orders .btn-wrapper {
    background-color: transparent !important;
}
.order-page .table_cart thead th,
.order-page .table_cart tbody td {
    padding: 20px;
    vertical-align: top;
}
.order-page .table_cart thead th:not(:first-of-type),
.order-page .table_cart tbody td:not(:first-of-type) {
    text-align: center;
}
.order-page .table_cart thead th:first-of-type,
.order-page .table_cart tbody td:first-of-type {
    text-align: left;
}
.order-page .table_cart tfoot td:last-of-type {
    text-align: right;
}
.order-page .table_checkout thead th,
.order-page .table_checkout tbody td {
    padding: 20px;
    vertical-align: top;
}
.order-page .table_checkout thead th:not(:nth-of-type(2)),
.order-page .table_checkout tbody td:not(:nth-of-type(2)) {
    text-align: center;
}
.order-page .table_checkout thead th:nth-of-type(2),
.order-page .table_checkout tbody td:nth-of-type(2) {
    text-align: left;
}
.order-page .table_checkout tfoot td:last-of-type {
    text-align: center;
}
.order-page .table_checkout .free {
/*    line-height: 5em;*/
}
.order-page .table_checkout tbody tr:not(:last-of-type) td,
.order-page .table_checkout .table_checkout th {
    border-bottom: 1px solid #eff1f2;
}
.order-page .table .form__input,
.order-page .table .form__select {
    max-width: 240px;
}
.order-page .table .form__input {
    max-width: 182px;
}
.order-page .table .form__select {
    margin: 15px 10px;
    padding-right: 35px;
    z-index: 3;
    position: relative;
}
.order-page .total-price__wrapper {
    text-align: right;
    margin-left: auto;
}
.order-page .btn_apply-discount,
.order-page .btn_pay {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
    box-shadow: 4px 4px 20px 0 rgba(4, 31, 67, 0.2);
}
.order-page .sidebar_right section h2 {
    margin-top: 28px;
}
.order-page .discount {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
    background-color: #eff4fb;
    padding: 17px 20px;
}
.order-page .discount_baseline {
    align-items: baseline;
}
.order-page .discount_wrap {
    flex-wrap: wrap;
}
.order-page .discount_between {
    justify-content: space-between;
}
.order-page .discount_end {
    justify-content: flex-end;
}
.order-page .discount .form__input {
    margin: 10px 0 10px 10px;
    min-height: 56px;
}
.order-page .discount + .btn-wrapper {
    background-color: #eff4fb;
    padding: 0 40px 20px 40px;
    text-align: right;
}
.order-page .bg_blue {
    background-color: #fbfcff;
    border-top: 1px solid #eff1f2;
    border-bottom: 1px solid #eff1f2;
}
@media screen and (max-width: 960px) {
    .order-page br {
        display: none;
    }
    .order-page .form__label {
        width: 100%;
    }
}
.special-offer {
    text-align: center;
    background-color: #fe9618;
    font-family: "Montserrat";
    color: #ffffff;
    font-size: 24px;
    padding: 12px 38px;
    margin: 10px auto;
    border-radius: 24px;
    max-width: 460px;
}
.upsell {
    text-align: center;
    padding-bottom: 50px;
}
.upsell hr {
    background-color: #deeaf1;
    max-width: 200px;
    height: 2px;
    border: none;
}
.upsell__special-offer {
    text-align: center;
    background-color: #fe9618;
    font-family: "Montserrat";
    color: #ffffff;
    font-size: 24px;
    padding: 12px 38px;
    margin: 10px auto;
    border-radius: 24px;
    max-width: 460px;
    font-weight: 600;
}
.memberarea table td:last-of-type {
    text-align: center;
}
.memberarea .slider-menu {
    padding-top: 20px;
}
.memberarea .slider-menu h2 {
    padding-top: 0;
}
.promo-message {
    color: #46b846;
    font-weight: bold;
}
.promo-message,
.error-message {
    display: block;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    margin: 0 10px;
    padding: 10px 10px 10px 30px;
    border-radius: 8px;
    max-width: 260px;
    font-size: 16px;
}
.error-message {
    position: relative;
    border: 1px solid #fda00a;
    display: flex;
}
.error-message:before {
    content: "!";
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    height: 1.15em;
    text-align: center;
    font-size: 50px;
    color: #fda00a;
}
.error-message span {
    margin: auto;
}
.certification-facts {
    line-height: 1.89;
    padding: 20px 0;
}
.details {
    text-indent: 0;
    display: inline-block;
    position: relative;
}
.details__btn {
    cursor: pointer;
    transition-duration: 0.3s;
    color: #1a70c5;
    font-weight: bold;
    padding: 0 10px;
}
.details__btn:hover {
    color: #07a1fb;
}
.details__popup {
    padding: 20px;
    border: 1px solid #d8dde3;
    border-radius: 4px;
    box-shadow: 0px 18px 42px 0px rgba(91, 124, 196, 0.28);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    width: 320px;
    transition-duration: 0.3s;
    position: absolute;
    top: -10px;
    left: 50%;
    background-color: #ffffff;
    transform: translate(-50%, -100%);
}
.details__popup:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #d8dde3;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
    box-shadow: 1px 1px 0 0 #d8dde3;
}
.details__btn:hover ~ .details__popup {
    visibility: visible;
    opacity: 1;
}
.details .check-list {
    padding-left: 0;
}
.details .check-list li:before {
    background-color: transparent;
}
.subscription_premium {
    cursor: pointer;
    transition-duration: 0.3s;
    border: 2px solid #bdf0bd;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 13px;
    flex: 1 1 calc((100% - 13px * 4 * 2) / 4);
    text-align: center;
    padding: 42px 50px 36px;
    color: #354c5e;
}
.subscription_premium hr {
    max-width: 28px;
    margin: 23px auto 19px;
    border: none;
    height: 1px;
    background-color: #d9dfec;
}
.subscription_premium__input {
    display: none;
}
.subscription_premium__header {
    letter-spacing: -0.05em;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: #3eb53e;
    text-transform: uppercase;
    text-decoration: none;
}
.subscription_premium__description {
    margin: 10px 0;
}
.subscription_premium__price {
    font-size: 56px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.subscription_premium__month {
    color: #a7b9c7;
    padding: 10px 0;
}
.subscription_premium__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
    padding-bottom: 57px;
}
#payEvery1Month:checked ~ [for="payEvery1Month"],
#payEvery3Month:checked ~ [for="payEvery3Month"],
#payEvery6Month:checked ~ [for="payEvery6Month"],
#payEvery12Month:checked ~ [for="payEvery12Month"] {
    border: 2px solid #34b734;
    background-color: #34b734;
    color: #ffffff;
    position: relative;
}
#payEvery1Month:checked ~ [for="payEvery1Month"]:after,
#payEvery3Month:checked ~ [for="payEvery3Month"]:after,
#payEvery6Month:checked ~ [for="payEvery6Month"]:after,
#payEvery12Month:checked ~ [for="payEvery12Month"]:after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    content: "\E80F";
    font-family: "font-icons";
    border-radius: 50%;
    background-color: #fff;
    color: #fda20e;
    font-size: 0.9rem;
}
#payEvery1Month:checked ~ [for="payEvery1Month"] .subscription_premium__header,
#payEvery3Month:checked ~ [for="payEvery3Month"] .subscription_premium__header,
#payEvery6Month:checked ~ [for="payEvery6Month"] .subscription_premium__header,
#payEvery12Month:checked ~ [for="payEvery12Month"] .subscription_premium__header {
    color: #ffffff;
}
#payEvery1Month:checked ~ [for="payEvery1Month"] .subscription_premium__month,
#payEvery3Month:checked ~ [for="payEvery3Month"] .subscription_premium__month,
#payEvery6Month:checked ~ [for="payEvery6Month"] .subscription_premium__month,
#payEvery12Month:checked ~ [for="payEvery12Month"] .subscription_premium__month {
    color: #167f16;
}
#payEvery1Month:checked ~ [for="payEvery1Month"] .subscription_premium__description,
#payEvery3Month:checked ~ [for="payEvery3Month"] .subscription_premium__description,
#payEvery6Month:checked ~ [for="payEvery6Month"] .subscription_premium__description,
#payEvery12Month:checked ~ [for="payEvery12Month"] .subscription_premium__description {
    color: #62f362;
}
.payments_premium {
    background-color: #eff4fb;
}
.payments_premium .flex {
    align-items: flex-start !important;
}
.payments_premium__price {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    padding: 10px 0;
    letter-spacing: -0.07em;
}
.payments_premium__price .txt-blue {
    font-size: 55px;
    font-weight: 600;
}
.payments_premium__btn {
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
    padding: 20px 42px;
    font-size: 28px;
    text-transform: uppercase;
    margin: 27px 10px 27px 0;
}
.payments_premium__btn i:before {
    display: inline-block;
    border: 3px solid rgba(255, 255, 255, 0.3);
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    margin-left: 40px;
}
.payments_premium__btn-help {
    border: 2px solid rgba(52, 183, 52, 0.3);
    border-radius: 6px;
    padding: 20px 33px 19px 75px;
    position: relative;
    font-size: 17px;
    margin-bottom: 5px;
}
.payments_premium__btn-help:before {
    content: "?";
    display: block;
    text-align: center;
    font-size: 24px;
    color: #34b734;
    border: 2px solid rgba(52, 183, 52, 0.3);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    font-weight: 600;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
}
.payments_premium__col-1,
.payments_premium__col-2,
.payments_premium__col-3 {
    padding: 71px 0 51px;
}
.payments_premium__col-1 {
    position: relative;
    width: 31.89%;
}
.payments_premium__col-1 > * {
    position: relative;
    z-index: 1;
}
.payments_premium__col-1:after {
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 99999999%;
    background-color: #eff4fb;
}
.payments_premium__col-2 {
    width: 32.4%;
    padding-right: 110px;
}
.payments_premium__col-3 {
    align-self: stretch;
    width: 35.71%;
    padding-top: 91px;
    padding-left: 90px;
    background-color: #e6ecf6;
    position: relative;
}
.payments_premium__col-3 > * {
    position: relative;
    z-index: 1;
}
.payments_premium__col-3:after {
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 99999999%;
    background-color: #e6ecf6;
}
.slider_premium__item {
    transition-duration: 0.3s;
    transform: scale(0.94);
    margin-top: 77px;
    margin-bottom: 77px;
    height: auto;
    box-shadow: inset 0 0 2px 0 #ffffff, 0 28px 68px 13px rgba(93, 112, 115, 0.3);
    max-width: 480px;
}
.slider_premium__item.slick-center {
    transform: scale(1);
}
.slider_premium .slick-arrow {
    background: linear-gradient(to top, #e9f1f8 0%, #ffffff 100%);
    box-shadow: 0 10px 30px 5px rgba(59, 91, 117, 0.3);
    bottom: 91px;
    margin: auto;
}
.slider_premium .slick-arrow:before {
    color: #8292a7;
    font-size: 20px;
    top: 2px;
}
.slider_premium .slick-prev {
    left: 15px;
}
.slider_premium .slick-next {
    right: 15px;
}
.slider_premium__btn-scale {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transition-duration: 0.3s;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    background-image: url("/design/img/ui/scale.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42px;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    box-shadow: 0 10px 30px 5px rgba(59, 91, 117, 0.3);
}
.slider_premium__btn-scale:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
.slider_premium__wrapper {
    float: right;
    background-color: #e0edff;
    background: linear-gradient(to bottom, #edf4ff 0%, #d4e4fb 100%);
    width: 50%;
    max-width: 716px;
    margin-bottom: 45px;
    position: relative;
}
.prepaway-premium {
    padding-top: 40px;
}
.prepaway-premium__check-list {
    width: 566px;
    max-width: calc(50% - 10px);
    padding: 20px;
    border: 1px solid #d8dde3;
    border-radius: 4px;
    background-color: #f7f9fd;
    margin: 30px 10px 30px 0;
}
.preferred-subscription {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #fda20e;
    margin: 30px 0 0;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .preferred-subscription {
        display: flex;
        flex-direction: column;
    }
}

.preferred-subscription input[type="radio"] {
    display: none;
}
.preferred-subscription__item {
    cursor: pointer;
    text-align: center;
    padding: 10px 20px;
    flex: 1 1 25%;
    transition-duration: 0.3s;
}
.preferred-subscription__item:not(:last-of-type) {
    border-right: 1px solid #fda20e;
}
input[type="radio"]:checked + .preferred-subscription__item,
.preferred-subscription__item:hover {
    background-color: #fda20e;
    color: #fff;
}
.table_soundlist {
    width: calc(100% + 20px);
    font-weight: bold;
    table-layout: fixed;
    border-collapse: collapse;
    margin: -10px;
}
.table_soundlist th,
.table_soundlist td {
    border: none !important;
}
.table_soundlist thead th {
    padding-bottom: 10px !important;
}
.table_soundlist tr:nth-of-type(2n - 1) td {
    background-color: #f7f8fa;
}
@media all and (min-width: 1371px) {
    .slider_tutorials__item {
        opacity: 0;
    }
}
@media all and (min-width: 769px) {
    .icon-how-works:before {
        left: -4.35px;
        font-size: 22px !important;
    }
    .icon-log-in:before {
        left: -2px;
    }
    .icon-sign-up:before {
        left: -5px;
    }
    .icon-cart:before {
        left: -3px;
        top: -1px;
        font-size: 22px !important;
    }
    .icon-ete-simulator:before {
        font-size: 20px !important;
        left: 5px;
        top: 2px;
    }
    .icon-training-courses:before {
        top: 2px;
        left: -1px;
    }
    .icon-new-files:before {
        font-size: 21.5px !important;
        left: 1px;
        top: 3px;
    }
    .icon-upload-ete-file:before {
        top: 2px;
        padding-right: 4px !important;
    }
    .icon-jobs:before {
        font-size: 21.5px !important;
        top: 2.5px;
    }
    .icon-request-exam:before {
        padding-right: 4px !important;
        top: 2px;
    }
    .icon-view-all:before {
        font-size: 18px !important;
        top: -2px;
        left: -2px;
    }
    .btn_more-exams {
        letter-spacing: -1.1px;
        font-size: 28px;
        margin: 70px auto 40px;
        padding: 30px 31px 33px 20px;
    }
    .btn_more-exams i:before {
        font-size: 32px;
        padding: 0 13px;
    }
    .top-practice-exam {
        width: 100%;
    }
    .top-practice-exam th,
    .top-practice-exam td {
        text-align: left;
        line-height: 20px;
    }
    .top-practice-exam th {
        padding: 25px 10px 12px;
    }
    .top-practice-exam td {
        padding: 20px 10px;
    }
    .header {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 15px 9px;
    }
    .user-menu {
        display: flex;
        justify-content: flex-end;
    }
    .user-menu__link {
        display: inline-block;
        line-height: 21px;
        padding: 10px 20px;
        margin-left: 10px;
    }
    .user-menu__link:nth-of-type(3) {
        letter-spacing: -0.19px;
    }
    .user-menu__link:nth-of-type(1) {
        position: relative;
        left: 4.5px;
    }
    .user-menu i:before {
        color: #fda00a;
    }
    .logo {
        margin-right: 54px;
    }
    .footer > .container {
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        padding: 48px 10px;
    }
    .footer .terms-link,
    .footer .last-update,
    .footer .copyright {
        font-size: 16px;
        font-family: "Lato";
    }
    .footer .terms-link {
        font-weight: bold;
        padding-bottom: 4px;
        margin-right: 10px;
        border-bottom: 1px solid #d8e5f3;
    }
    .footer .logo {
        padding: 5px 0 3px;
        margin-right: 75px;
    }
    .footer .last-update {
        font-weight: 400;
        color: #607688;
        padding: 0 0 5px 45px;
        letter-spacing: -0.5px;
    }
    .footer .copyright {
        color: #607688;
        padding: 0 10px 5px;
        letter-spacing: -0.4px;
        white-space: pre-wrap;
        padding-left: 0;
    }
    .nav {
        min-height: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .nav__link {
        margin: 0 6px;
        margin-top: -1px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 20px;
        border-top: 1px solid transparent;
        padding: 18px 10px 21px;
    }
    .nav__link_active,
    .nav__link:hover {
        color: #fda00a;
        background-color: #fffaf1;
        border-top-color: #f19b0f;
    }
    .nav__link_active i:before,
    .nav__link:hover i:before {
        color: #fda00a;
    }
    .nav-wrapper {
        border-top: 1px solid #f3f4f6;
    }
}
@media all and (min-width: 769px) and (max-width: 1366px) {
    .nav-wrapper > .container {
        padding: 0;
    }
}
@media all and (max-width: 1800px) {
    .slider_hot-certifications .slick-next {
        right: -5px !important;
    }
    .slider_hot-certifications .slick-prev {
        left: -5px !important;
    }
}
@media all and (max-width: 1550px) {
    .slider_hot-certifications .slick-next,
    .slider_hot-certifications .slick-prev {
        opacity: 0.3;
        transition-duration: 0.3s;
    }
    .slider_hot-certifications .slick-next:hover,
    .slider_hot-certifications .slick-prev:hover {
        opacity: 1;
    }
    .slider_hot-certifications .slick-next {
        right: 30px !important;
    }
    .slider_hot-certifications .slick-prev {
        left: 30px !important;
    }
}
@media all and (max-width: 1370px) {
    .btn_mac,
    .btn_win {
        margin: 10px;
        max-width: 320px;
        display: inline-block;
    }
    .user-menu {
        display: flex;
    }
    .sidebar {
        max-width: 100%;
        padding: 10px 0 !important;
    }
    .main {
        padding: 10px 0 !important;
        max-width: 100%;
    }
    .main-wrapper {
        flex-direction: column;
    }
    .vumingo-link {
        min-width: auto !important;
        padding: 10px !important;
        margin-bottom: 30px;
    }
    .training-course-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .training-course {
        flex-grow: 1;
    }
    .comments {
        max-width: 100%;
    }
    .comment-form {
        margin: 50px auto;
    }
    .course-link .training-course__info {
        flex-direction: row;
    }
    .training-course-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .training-course {
        flex-grow: 1;
        max-width: 320px;
        padding: 10px;
    }
}
@media screen and (max-width: 1650px) {
    .memberarea .slick-next,
    .memberarea .slick-prev {
        opacity: 0.3;
    }
    .memberarea .slick-next:hover,
    .memberarea .slick-prev:hover {
        opacity: 1;
    }
    .memberarea .slick-arrow.slick-next {
        right: 0 !important;
    }
    .memberarea .slick-arrow.slick-prev {
        left: 0 !important;
    }
}
@media screen and (max-width: 1650px) {
    .memberarea .slick-next,
    .memberarea .slick-prev {
        opacity: 0.3;
        top: 120px;
    }
    .memberarea .slick-next:hover,
    .memberarea .slick-prev:hover {
        opacity: 1;
    }
    .memberarea .slick-next {
        right: 10px !important;
    }
    .memberarea .slick-prev {
        left: 10px !important;
    }
}
@media screen and (max-width: 1370px) {
    .bundle_premium-membership {
        text-align: center;
        margin-top: 130px;
    }
    .limited-special-offer {
        margin: auto;
    }
    .check-list {
        text-align: left;
        column-count: 1;
    }
    .order-page .sidebar,
    .memberarea .sidebar {
        max-width: 100%;
    }
}
@media screen and (max-width: 960px) {
    h2 {
        text-align: center;
    }
    .memberarea-table {
        width: 100%;
        text-align: center;
    }
    .memberarea-table thead {
        display: none !important;
    }
    .memberarea-table tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        width: 100%;
    }
    .option-1 {
        flex-direction: column;
    }
    .contact-us-block {
        max-width: 100%;
    }
    .ol-list {
        column-count: 1 !important;
        padding-left: 0;
    }
    .order-page thead {
        display: none;
    }
    .order-page tr {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .order-page td {
        padding: 10px;
    }
    .order-page td .flex {
        flex-direction: column;
        padding-top: 10px;
    }
    .order-page .form_order {
        padding-bottom: 0;
    }
    .popup_certbundle__purchase-wrapper .purchase-individually {
        width: 100%;
        border: 1px solid #e1eaf7;
        margin-bottom: 20px;
    }
    .popup_memberarea {
        text-align: center;
    }
    .popup_memberarea img {
        max-width: 320px;
        margin: auto;
    }
    .popup_memberarea .row {
        flex-direction: column;
    }
    .popup_memberarea .btn {
        margin: auto;
    }
    .popup_memberarea__footer,
    .popup_memberarea__content {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .price {
        float: none !important;
    }
    .price__new,
    .price__old {
        padding: 0 0 15px;
    }
    .bundle__header {
        display: flex;
        flex-direction: column;
    }
    .bundle_premium-membership {
        margin-top: 0;
    }
    .bundle_premium-membership img {
        margin: auto;
    }
    .order-page .descount_wrapper,
    .order-page .discount {
        flex-direction: column !important;
    }
    .discount .form__input {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}
@media all and (max-width: 768px) {
    .user-menu {
        padding: 10px 0 !important;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .header {
        padding-bottom: 30px;
    }
    .sidebar {
        text-align: center;
    }
    .footer > .container {
        flex-direction: column;
    }
    .comments-block {
        padding: 10px 0;
    }
    .popup__header,
    .popup__content {
        padding: 20px !important;
    }
    .orders-invoices th,
    .orders-invoices td {
        padding: 10px;
    }
    .btn_more-exams {
        margin: 40px auto;
        display: block;
    }
    .form-footer,
    .name-email-row {
        flex-direction: column;
    }
    .comment-form {
        padding: 10px;
    }
    .slider_curriculum__item {
        margin: 10px 10px 30px !important;
    }
    .feedback__average-raiting {
        flex-grow: 1;
        width: 100%;
    }
    .feedback__wrapper-rating-progress {
        width: 100%;
        margin: 10px 0;
    }
    .feedback__rating-stars-1,
    .feedback__rating-stars-2,
    .feedback__rating-stars-3,
    .feedback__rating-stars-4,
    .feedback__rating-stars-5 {
        flex-wrap: wrap;
    }
    .feedback__separate-raiting {
        padding: 10px;
    }
    .js-mobile-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 240px;
        overflow: auto;
        transition-duration: 0.3s;
        transform: translateX(-110%);
        z-index: 100;
        background-color: #354c5e;
        color: #ffffff;
        display: block;
        padding: 7px 0;
        font-family: sans-serif;
        text-decoration: none;
        box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.05);
    }
    .js-mobile-menu .user-menu__link a,
    .js-mobile-menu .user-menu__link span,
    .js-mobile-menu .nav__link {
        display: block;
        color: #ffffff;
        padding: 10px 10px 10px 20px;
        font-family: "Lato";
        font-weight: 400;
        font-size: 18px;
    }
    .js-mobile-menu .user-menu__link a i:before,
    .js-mobile-menu .user-menu__link span i:before,
    .js-mobile-menu .nav__link i:before {
        color: #fca61b;
        text-align: left;
        width: 25px;
    }
    .js-mobile-menu .user-menu {
        border-bottom: 1px solid #46b846;
    }
    .js-mobile-menu-toggle {
        cursor: pointer;
        color: #46b846;
        float: right;
        display: inline-block;
        font-size: 24px;
        line-height: 24px;
        margin-top: 15px;
        border: 2px solid #46b846;
        padding: 10px 12px;
        border-radius: 5px;
    }
    .js-mobile-menu-toggle .icon-cancel {
        display: none;
    }
    .js-mobile-menu-toggle i:before {
        padding: 0;
        color: #46b846;
        width: 20px;
    }
    #js-mobile-menu-toggle:checked ~ .js-mobile-menu,
    #js-mobile-menu-toggle:checked ~ * .js-mobile-menu {
        transform: translateX(0);
    }
    #js-mobile-menu-toggle:checked ~ .js-mobile-menu-toggle .icon-menu,
    #js-mobile-menu-toggle:checked ~ * .js-mobile-menu-toggle .icon-menu {
        display: none;
    }
    #js-mobile-menu-toggle:checked ~ .js-mobile-menu-toggle .icon-cancel,
    #js-mobile-menu-toggle:checked ~ * .js-mobile-menu-toggle .icon-cancel {
        color: #354c5e;
        display: block;
    }
    .or {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .top-practice-exam {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }
    .top-practice-exam th,
    .top-practice-exam td {
        padding: 15px 10px;
    }
    .top-practice-exam h1 {
        position: sticky;
        padding-top: 20px;
        font-size: 34px;
    }
    .top-practice-exam h5 p {
        margin: 10px;
        font-size: 20px;
        line-height: 1.3;
    }
    .align-left {
        padding-right: 10px !important;
    }
    .align-right {
        padding-left: 10px !important;
    }
    .course-link,
    h1,
    .main {
        padding: 10px;
    }
    .course-link .row:first-of-type {
        flex-direction: column-reverse;
    }
    .course-link .learn-more {
        margin-left: auto;
        margin-bottom: 10px;
    }
    h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .about {
        padding: 5px 0;
    }
    .training-course__info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .training-course__info .icon-star,
    .training-course__info .icon-duration,
    .training-course__info .icon-lectures {
        padding-left: 0 !important;
    }
    .training-course__info > span {
        padding: 5px 0;
    }
    .popup_how-it-works .steps__item:after {
        display: none;
    }
    .popup__content .steps__item {
        margin-top: 10px;
        width: 100%;
    }
    .popup_how-it-works .popup__content {
        flex-direction: column;
        align-items: center;
    }
    .pagination {
        justify-content: center;
        align-items: flex-end;
    }
    .pagination__btn {
        min-width: auto;
        height: 36px;
        margin: 0 5px;
        padding: 0 8px;
        line-height: 32px;
    }
    .form-vacancies-wrapper {
        flex-direction: column;
    }
    .form-vacancies-wrapper .help-txt {
        padding-left: 0;
    }
    .tr {
        display: block;
    }
    .tr h2 {
        text-align: center;
    }
    th,
    td a {
        word-break: break-all;
    }
    .last-results__item {
        margin: 10px auto 20px;
    }
    .list-video thead {
        display: none;
    }
    .list-video tr:not(:last-of-type) td:last-of-type {
        border-bottom: 1px solid lightgray;
    }
    .orders-invoices {
        margin: 10px 0;
    }
    .orders-invoices th {
        font-size: 16px;
    }
    .orders-invoices th:last-of-type,
    .orders-invoices td:last-of-type {
        display: none;
    }
    .vumingo-link {
        margin-top: 0px;
    }
    .top-practice-exam,
    .file-info,
    .top-practice-exam {
        table-layout: fixed;
    }
    .star-rating {
        margin: auto;
    }
    .bundle {
        flex-wrap: wrap;
    }
    .bundle__img-wrapper {
        margin: auto;
    }
}
@media all and (max-width: 540px) {
    .top-practice-exam th:first-of-type,
    .top-practice-exam td:first-of-type {
        display: none !important;
    }
    .top-practice-exam th:nth-of-type(2),
    .top-practice-exam td:nth-of-type(2) {
        width: 35% !important;
    }
    h1,
    h2 {
        text-align: center;
        display: block;
        width: 100%;
    }
    .exam-files td {
        display: block !important;
        padding: 10px;
        min-height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
    }
    .exam-files thead td,
    .exam-files tr:last-of-type td {
        border-bottom: 1px solid #eff1f2;
    }
    .training-course {
        max-width: 100% !important;
    }
    .training-course__info {
        flex-direction: column !important;
        align-items: center;
    }
}


.sprite {
    background-image: url(/design/img/flags/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    margin-right: 7px;
}

.sprite-AD {
    width: 32px;
    height: 32px;
    background-position: -20px -20px;
}

.sprite-AE {
    width: 32px;
    height: 32px;
    background-position: -92px -20px;
}

.sprite-AF {
    width: 32px;
    height: 32px;
    background-position: -164px -20px;
}

.sprite-AG {
    width: 32px;
    height: 32px;
    background-position: -236px -20px;
}

.sprite-AI {
    width: 32px;
    height: 32px;
    background-position: -308px -20px;
}

.sprite-AL {
    width: 32px;
    height: 32px;
    background-position: -380px -20px;
}

.sprite-AM {
    width: 32px;
    height: 32px;
    background-position: -452px -20px;
}

.sprite-AN {
    width: 32px;
    height: 32px;
    background-position: -524px -20px;
}

.sprite-AO {
    width: 32px;
    height: 32px;
    background-position: -596px -20px;
}

.sprite-AQ {
    width: 32px;
    height: 32px;
    background-position: -668px -20px;
}

.sprite-AR {
    width: 32px;
    height: 32px;
    background-position: -740px -20px;
}

.sprite-AS {
    width: 32px;
    height: 32px;
    background-position: -812px -20px;
}

.sprite-AT {
    width: 32px;
    height: 32px;
    background-position: -884px -20px;
}

.sprite-AU {
    width: 32px;
    height: 32px;
    background-position: -956px -20px;
}

.sprite-AW {
    width: 32px;
    height: 32px;
    background-position: -1028px -20px;
}

.sprite-AX {
    width: 32px;
    height: 32px;
    background-position: -1100px -20px;
}

.sprite-AZ {
    width: 32px;
    height: 32px;
    background-position: -1172px -20px;
}

.sprite-BA {
    width: 32px;
    height: 32px;
    background-position: -1244px -20px;
}

.sprite-BB {
    width: 32px;
    height: 32px;
    background-position: -1316px -20px;
}

.sprite-BD {
    width: 32px;
    height: 32px;
    background-position: -1388px -20px;
}

.sprite-BE {
    width: 32px;
    height: 32px;
    background-position: -1460px -20px;
}

.sprite-BF {
    width: 32px;
    height: 32px;
    background-position: -1532px -20px;
}

.sprite-BG {
    width: 32px;
    height: 32px;
    background-position: -1604px -20px;
}

.sprite-BH {
    width: 32px;
    height: 32px;
    background-position: -1676px -20px;
}

.sprite-BI {
    width: 32px;
    height: 32px;
    background-position: -1748px -20px;
}

.sprite-BJ {
    width: 32px;
    height: 32px;
    background-position: -1820px -20px;
}

.sprite-BL {
    width: 32px;
    height: 32px;
    background-position: -1892px -20px;
}

.sprite-BM {
    width: 32px;
    height: 32px;
    background-position: -1964px -20px;
}

.sprite-BN {
    width: 32px;
    height: 32px;
    background-position: -2036px -20px;
}

.sprite-BO {
    width: 32px;
    height: 32px;
    background-position: -2108px -20px;
}

.sprite-BR {
    width: 32px;
    height: 32px;
    background-position: -2180px -20px;
}

.sprite-BS {
    width: 32px;
    height: 32px;
    background-position: -2252px -20px;
}

.sprite-BT {
    width: 32px;
    height: 32px;
    background-position: -2324px -20px;
}

.sprite-BW {
    width: 32px;
    height: 32px;
    background-position: -2396px -20px;
}

.sprite-BY {
    width: 32px;
    height: 32px;
    background-position: -2468px -20px;
}

.sprite-BZ {
    width: 32px;
    height: 32px;
    background-position: -2540px -20px;
}

.sprite-CA {
    width: 32px;
    height: 32px;
    background-position: -2612px -20px;
}

.sprite-CC {
    width: 32px;
    height: 32px;
    background-position: -2684px -20px;
}

.sprite-CD {
    width: 32px;
    height: 32px;
    background-position: -2756px -20px;
}

.sprite-CF {
    width: 32px;
    height: 32px;
    background-position: -2828px -20px;
}

.sprite-CG {
    width: 32px;
    height: 32px;
    background-position: -2900px -20px;
}

.sprite-CH {
    width: 32px;
    height: 32px;
    background-position: -2972px -20px;
}

.sprite-CI {
    width: 32px;
    height: 32px;
    background-position: -3044px -20px;
}

.sprite-CK {
    width: 32px;
    height: 32px;
    background-position: -3116px -20px;
}

.sprite-CL {
    width: 32px;
    height: 32px;
    background-position: -3188px -20px;
}

.sprite-CM {
    width: 32px;
    height: 32px;
    background-position: -3260px -20px;
}

.sprite-CN {
    width: 32px;
    height: 32px;
    background-position: -3332px -20px;
}

.sprite-CO {
    width: 32px;
    height: 32px;
    background-position: -3404px -20px;
}

.sprite-CR {
    width: 32px;
    height: 32px;
    background-position: -3476px -20px;
}

.sprite-CU {
    width: 32px;
    height: 32px;
    background-position: -3548px -20px;
}

.sprite-CV {
    width: 32px;
    height: 32px;
    background-position: -3620px -20px;
}

.sprite-CW {
    width: 32px;
    height: 32px;
    background-position: -3692px -20px;
}

.sprite-CX {
    width: 32px;
    height: 32px;
    background-position: -3764px -20px;
}

.sprite-CY {
    width: 32px;
    height: 32px;
    background-position: -3836px -20px;
}

.sprite-CZ {
    width: 32px;
    height: 32px;
    background-position: -3908px -20px;
}

.sprite-DE {
    width: 32px;
    height: 32px;
    background-position: -3980px -20px;
}

.sprite-DJ {
    width: 32px;
    height: 32px;
    background-position: -4052px -20px;
}

.sprite-DK {
    width: 32px;
    height: 32px;
    background-position: -4124px -20px;
}

.sprite-DM {
    width: 32px;
    height: 32px;
    background-position: -4196px -20px;
}

.sprite-DO {
    width: 32px;
    height: 32px;
    background-position: -4268px -20px;
}

.sprite-DZ {
    width: 32px;
    height: 32px;
    background-position: -4340px -20px;
}

.sprite-EC {
    width: 32px;
    height: 32px;
    background-position: -4412px -20px;
}

.sprite-EE {
    width: 32px;
    height: 32px;
    background-position: -4484px -20px;
}

.sprite-EG {
    width: 32px;
    height: 32px;
    background-position: -4556px -20px;
}

.sprite-EH {
    width: 32px;
    height: 32px;
    background-position: -4628px -20px;
}

.sprite-ER {
    width: 32px;
    height: 32px;
    background-position: -4700px -20px;
}

.sprite-ES {
    width: 32px;
    height: 32px;
    background-position: -4772px -20px;
}

.sprite-ET {
    width: 32px;
    height: 32px;
    background-position: -4844px -20px;
}

.sprite-EU {
    width: 32px;
    height: 32px;
    background-position: -4916px -20px;
}

.sprite-FI {
    width: 32px;
    height: 32px;
    background-position: -4988px -20px;
}

.sprite-FJ {
    width: 32px;
    height: 32px;
    background-position: -5060px -20px;
}

.sprite-FK {
    width: 32px;
    height: 32px;
    background-position: -5132px -20px;
}

.sprite-FM {
    width: 32px;
    height: 32px;
    background-position: -5204px -20px;
}

.sprite-FO {
    width: 32px;
    height: 32px;
    background-position: -5276px -20px;
}

.sprite-FR {
    width: 32px;
    height: 32px;
    background-position: -5348px -20px;
}

.sprite-GA {
    width: 32px;
    height: 32px;
    background-position: -5420px -20px;
}

.sprite-GB {
    width: 32px;
    height: 32px;
    background-position: -5492px -20px;
}

.sprite-GD {
    width: 32px;
    height: 32px;
    background-position: -5564px -20px;
}

.sprite-GE {
    width: 32px;
    height: 32px;
    background-position: -5636px -20px;
}

.sprite-GG {
    width: 32px;
    height: 32px;
    background-position: -5708px -20px;
}

.sprite-GH {
    width: 32px;
    height: 32px;
    background-position: -5780px -20px;
}

.sprite-GI {
    width: 32px;
    height: 32px;
    background-position: -5852px -20px;
}

.sprite-GL {
    width: 32px;
    height: 32px;
    background-position: -5924px -20px;
}

.sprite-GM {
    width: 32px;
    height: 32px;
    background-position: -5996px -20px;
}

.sprite-GN {
    width: 32px;
    height: 32px;
    background-position: -6068px -20px;
}

.sprite-GQ {
    width: 32px;
    height: 32px;
    background-position: -6140px -20px;
}

.sprite-GR {
    width: 32px;
    height: 32px;
    background-position: -6212px -20px;
}

.sprite-GS {
    width: 32px;
    height: 32px;
    background-position: -6284px -20px;
}

.sprite-GT {
    width: 32px;
    height: 32px;
    background-position: -6356px -20px;
}

.sprite-GU {
    width: 32px;
    height: 32px;
    background-position: -6428px -20px;
}

.sprite-GW {
    width: 32px;
    height: 32px;
    background-position: -6500px -20px;
}

.sprite-GY {
    width: 32px;
    height: 32px;
    background-position: -6572px -20px;
}

.sprite-HK {
    width: 32px;
    height: 32px;
    background-position: -6644px -20px;
}

.sprite-HN {
    width: 32px;
    height: 32px;
    background-position: -6716px -20px;
}

.sprite-HR {
    width: 32px;
    height: 32px;
    background-position: -6788px -20px;
}

.sprite-HT {
    width: 32px;
    height: 32px;
    background-position: -6860px -20px;
}

.sprite-HU {
    width: 32px;
    height: 32px;
    background-position: -6932px -20px;
}

.sprite-IC {
    width: 32px;
    height: 32px;
    background-position: -7004px -20px;
}

.sprite-ID {
    width: 32px;
    height: 32px;
    background-position: -7076px -20px;
}

.sprite-IE {
    width: 32px;
    height: 32px;
    background-position: -7148px -20px;
}

.sprite-IL {
    width: 32px;
    height: 32px;
    background-position: -7220px -20px;
}

.sprite-IM {
    width: 32px;
    height: 32px;
    background-position: -7292px -20px;
}

.sprite-IN {
    width: 32px;
    height: 32px;
    background-position: -7364px -20px;
}

.sprite-IO {
    width: 94px;
    height: 47px;
    background-position: -7436px -20px;
}

.sprite-IQ {
    width: 32px;
    height: 32px;
    background-position: -7570px -20px;
}

.sprite-IR {
    width: 32px;
    height: 32px;
    background-position: -7642px -20px;
}

.sprite-IS {
    width: 32px;
    height: 32px;
    background-position: -7714px -20px;
}

.sprite-IT {
    width: 32px;
    height: 32px;
    background-position: -7786px -20px;
}

.sprite-JE {
    width: 32px;
    height: 32px;
    background-position: -7858px -20px;
}

.sprite-JM {
    width: 32px;
    height: 32px;
    background-position: -7930px -20px;
}

.sprite-JO {
    width: 32px;
    height: 32px;
    background-position: -8002px -20px;
}

.sprite-JP {
    width: 32px;
    height: 32px;
    background-position: -8074px -20px;
}

.sprite-KE {
    width: 32px;
    height: 32px;
    background-position: -8146px -20px;
}

.sprite-KG {
    width: 32px;
    height: 32px;
    background-position: -8218px -20px;
}

.sprite-KH {
    width: 32px;
    height: 32px;
    background-position: -8290px -20px;
}

.sprite-KI {
    width: 32px;
    height: 32px;
    background-position: -8362px -20px;
}

.sprite-KM {
    width: 32px;
    height: 32px;
    background-position: -8434px -20px;
}

.sprite-KN {
    width: 32px;
    height: 32px;
    background-position: -8506px -20px;
}

.sprite-KP {
    width: 32px;
    height: 32px;
    background-position: -8578px -20px;
}

.sprite-KR {
    width: 32px;
    height: 32px;
    background-position: -8650px -20px;
}

.sprite-KW {
    width: 32px;
    height: 32px;
    background-position: -8722px -20px;
}

.sprite-KY {
    width: 32px;
    height: 32px;
    background-position: -8794px -20px;
}

.sprite-KZ {
    width: 32px;
    height: 32px;
    background-position: -8866px -20px;
}

.sprite-LA {
    width: 32px;
    height: 32px;
    background-position: -8938px -20px;
}

.sprite-LB {
    width: 32px;
    height: 32px;
    background-position: -9010px -20px;
}

.sprite-LC {
    width: 32px;
    height: 32px;
    background-position: -9082px -20px;
}

.sprite-LI {
    width: 32px;
    height: 32px;
    background-position: -9154px -20px;
}

.sprite-LK {
    width: 32px;
    height: 32px;
    background-position: -9226px -20px;
}

.sprite-LR {
    width: 32px;
    height: 32px;
    background-position: -9298px -20px;
}

.sprite-LS {
    width: 32px;
    height: 32px;
    background-position: -9370px -20px;
}

.sprite-LT {
    width: 32px;
    height: 32px;
    background-position: -9442px -20px;
}

.sprite-LU {
    width: 32px;
    height: 32px;
    background-position: -9514px -20px;
}

.sprite-LV {
    width: 32px;
    height: 32px;
    background-position: -9586px -20px;
}

.sprite-LY {
    width: 32px;
    height: 32px;
    background-position: -9658px -20px;
}

.sprite-MA {
    width: 32px;
    height: 32px;
    background-position: -9730px -20px;
}

.sprite-MC {
    width: 32px;
    height: 32px;
    background-position: -9802px -20px;
}

.sprite-MD {
    width: 32px;
    height: 32px;
    background-position: -9874px -20px;
}

.sprite-ME {
    width: 32px;
    height: 32px;
    background-position: -9946px -20px;
}

.sprite-MF {
    width: 32px;
    height: 32px;
    background-position: -10018px -20px;
}

.sprite-MG {
    width: 32px;
    height: 32px;
    background-position: -10090px -20px;
}

.sprite-MH {
    width: 32px;
    height: 32px;
    background-position: -10162px -20px;
}

.sprite-MK {
    width: 32px;
    height: 32px;
    background-position: -10234px -20px;
}

.sprite-ML {
    width: 32px;
    height: 32px;
    background-position: -10306px -20px;
}

.sprite-MM {
    width: 32px;
    height: 32px;
    background-position: -10378px -20px;
}

.sprite-MN {
    width: 32px;
    height: 32px;
    background-position: -10450px -20px;
}

.sprite-MO {
    width: 32px;
    height: 32px;
    background-position: -10522px -20px;
}

.sprite-MP {
    width: 32px;
    height: 32px;
    background-position: -10594px -20px;
}

.sprite-MQ {
    width: 32px;
    height: 32px;
    background-position: -10666px -20px;
}

.sprite-MR {
    width: 32px;
    height: 32px;
    background-position: -10738px -20px;
}

.sprite-MS {
    width: 32px;
    height: 32px;
    background-position: -10810px -20px;
}

.sprite-MT {
    width: 32px;
    height: 32px;
    background-position: -10882px -20px;
}

.sprite-MU {
    width: 32px;
    height: 32px;
    background-position: -10954px -20px;
}

.sprite-MV {
    width: 32px;
    height: 32px;
    background-position: -11026px -20px;
}

.sprite-MW {
    width: 32px;
    height: 32px;
    background-position: -11098px -20px;
}

.sprite-MX {
    width: 32px;
    height: 32px;
    background-position: -11170px -20px;
}

.sprite-MY {
    width: 32px;
    height: 32px;
    background-position: -11242px -20px;
}

.sprite-MZ {
    width: 32px;
    height: 32px;
    background-position: -11314px -20px;
}

.sprite-NA {
    width: 32px;
    height: 32px;
    background-position: -11386px -20px;
}

.sprite-NC {
    width: 32px;
    height: 32px;
    background-position: -11458px -20px;
}

.sprite-NE {
    width: 32px;
    height: 32px;
    background-position: -11530px -20px;
}

.sprite-NF {
    width: 32px;
    height: 32px;
    background-position: -11602px -20px;
}

.sprite-NG {
    width: 32px;
    height: 32px;
    background-position: -11674px -20px;
}

.sprite-NI {
    width: 32px;
    height: 32px;
    background-position: -11746px -20px;
}

.sprite-NL {
    width: 32px;
    height: 32px;
    background-position: -11818px -20px;
}

.sprite-NO {
    width: 32px;
    height: 32px;
    background-position: -11890px -20px;
}

.sprite-NP {
    width: 32px;
    height: 32px;
    background-position: -11962px -20px;
}

.sprite-NR {
    width: 32px;
    height: 32px;
    background-position: -12034px -20px;
}

.sprite-NU {
    width: 32px;
    height: 32px;
    background-position: -12106px -20px;
}

.sprite-NZ {
    width: 32px;
    height: 32px;
    background-position: -12178px -20px;
}

.sprite-OM {
    width: 32px;
    height: 32px;
    background-position: -12250px -20px;
}

.sprite-PA {
    width: 32px;
    height: 32px;
    background-position: -12322px -20px;
}

.sprite-PE {
    width: 32px;
    height: 32px;
    background-position: -12394px -20px;
}

.sprite-PF {
    width: 32px;
    height: 32px;
    background-position: -12466px -20px;
}

.sprite-PG {
    width: 32px;
    height: 32px;
    background-position: -12538px -20px;
}

.sprite-PH {
    width: 32px;
    height: 32px;
    background-position: -12610px -20px;
}

.sprite-PK {
    width: 32px;
    height: 32px;
    background-position: -12682px -20px;
}

.sprite-PL {
    width: 32px;
    height: 32px;
    background-position: -12754px -20px;
}

.sprite-PN {
    width: 32px;
    height: 32px;
    background-position: -12826px -20px;
}

.sprite-PR {
    width: 32px;
    height: 32px;
    background-position: -12898px -20px;
}

.sprite-PS {
    width: 32px;
    height: 32px;
    background-position: -12970px -20px;
}

.sprite-PT {
    width: 32px;
    height: 32px;
    background-position: -13042px -20px;
}

.sprite-PW {
    width: 32px;
    height: 32px;
    background-position: -13114px -20px;
}

.sprite-PY {
    width: 32px;
    height: 32px;
    background-position: -13186px -20px;
}

.sprite-QA {
    width: 32px;
    height: 32px;
    background-position: -13258px -20px;
}

.sprite-RE {
    width: 50px;
    height: 33px;
    background-position: -13330px -20px;
}

.sprite-RO {
    width: 32px;
    height: 32px;
    background-position: -13420px -20px;
}

.sprite-RS {
    width: 32px;
    height: 32px;
    background-position: -13492px -20px;
}

.sprite-RU {
    width: 32px;
    height: 32px;
    background-position: -13564px -20px;
}

.sprite-RW {
    width: 32px;
    height: 32px;
    background-position: -13636px -20px;
}

.sprite-SA {
    width: 32px;
    height: 32px;
    background-position: -13708px -20px;
}

.sprite-SB {
    width: 32px;
    height: 32px;
    background-position: -13780px -20px;
}

.sprite-SC {
    width: 32px;
    height: 32px;
    background-position: -13852px -20px;
}

.sprite-SD {
    width: 32px;
    height: 32px;
    background-position: -13924px -20px;
}

.sprite-SE {
    width: 32px;
    height: 32px;
    background-position: -13996px -20px;
}

.sprite-SG {
    width: 32px;
    height: 32px;
    background-position: -14068px -20px;
}

.sprite-SH {
    width: 32px;
    height: 32px;
    background-position: -14140px -20px;
}

.sprite-SI {
    width: 32px;
    height: 32px;
    background-position: -14212px -20px;
}

.sprite-SK {
    width: 32px;
    height: 32px;
    background-position: -14284px -20px;
}

.sprite-SL {
    width: 32px;
    height: 32px;
    background-position: -14356px -20px;
}

.sprite-SM {
    width: 32px;
    height: 32px;
    background-position: -14428px -20px;
}

.sprite-SN {
    width: 32px;
    height: 32px;
    background-position: -14500px -20px;
}

.sprite-SO {
    width: 32px;
    height: 32px;
    background-position: -14572px -20px;
}

.sprite-SR {
    width: 32px;
    height: 32px;
    background-position: -14644px -20px;
}

.sprite-SS {
    width: 32px;
    height: 32px;
    background-position: -14716px -20px;
}

.sprite-ST {
    width: 32px;
    height: 32px;
    background-position: -14788px -20px;
}

.sprite-SV {
    width: 32px;
    height: 32px;
    background-position: -14860px -20px;
}

.sprite-SX {
    width: 65px;
    height: 40px;
    background-position: -14932px -20px;
}

.sprite-SY {
    width: 32px;
    height: 32px;
    background-position: -15037px -20px;
}

.sprite-SZ {
    width: 32px;
    height: 32px;
    background-position: -15109px -20px;
}

.sprite-TC {
    width: 32px;
    height: 32px;
    background-position: -15181px -20px;
}

.sprite-TD {
    width: 32px;
    height: 32px;
    background-position: -15253px -20px;
}

.sprite-TF {
    width: 32px;
    height: 32px;
    background-position: -15325px -20px;
}

.sprite-TG {
    width: 32px;
    height: 32px;
    background-position: -15397px -20px;
}

.sprite-TH {
    width: 32px;
    height: 32px;
    background-position: -15469px -20px;
}

.sprite-TJ {
    width: 32px;
    height: 32px;
    background-position: -15541px -20px;
}

.sprite-TK {
    width: 32px;
    height: 32px;
    background-position: -15613px -20px;
}

.sprite-TL {
    width: 32px;
    height: 32px;
    background-position: -15685px -20px;
}

.sprite-TM {
    width: 32px;
    height: 32px;
    background-position: -15757px -20px;
}

.sprite-TN {
    width: 32px;
    height: 32px;
    background-position: -15829px -20px;
}

.sprite-TO {
    width: 32px;
    height: 32px;
    background-position: -15901px -20px;
}

.sprite-TR {
    width: 32px;
    height: 32px;
    background-position: -15973px -20px;
}

.sprite-TT {
    width: 32px;
    height: 32px;
    background-position: -16045px -20px;
}

.sprite-TV {
    width: 32px;
    height: 32px;
    background-position: -16117px -20px;
}

.sprite-TW {
    width: 32px;
    height: 32px;
    background-position: -16189px -20px;
}

.sprite-TZ {
    width: 32px;
    height: 32px;
    background-position: -16261px -20px;
}

.sprite-UA {
    width: 32px;
    height: 32px;
    background-position: -16333px -20px;
}

.sprite-UG {
    width: 32px;
    height: 32px;
    background-position: -16405px -20px;
}

.sprite-US {
    width: 32px;
    height: 32px;
    background-position: -16477px -20px;
}

.sprite-UY {
    width: 32px;
    height: 32px;
    background-position: -16549px -20px;
}

.sprite-UZ {
    width: 32px;
    height: 32px;
    background-position: -16621px -20px;
}

.sprite-VA {
    width: 32px;
    height: 32px;
    background-position: -16693px -20px;
}

.sprite-VC {
    width: 32px;
    height: 32px;
    background-position: -16765px -20px;
}

.sprite-VE {
    width: 32px;
    height: 32px;
    background-position: -16837px -20px;
}

.sprite-VG {
    width: 32px;
    height: 32px;
    background-position: -16909px -20px;
}

.sprite-VI {
    width: 32px;
    height: 32px;
    background-position: -16981px -20px;
}

.sprite-VN {
    width: 32px;
    height: 32px;
    background-position: -17053px -20px;
}

.sprite-VU {
    width: 32px;
    height: 32px;
    background-position: -17125px -20px;
}

.sprite-WF {
    width: 32px;
    height: 32px;
    background-position: -17197px -20px;
}

.sprite-WS {
    width: 32px;
    height: 32px;
    background-position: -17269px -20px;
}

.sprite-YE {
    width: 32px;
    height: 32px;
    background-position: -17341px -20px;
}

.sprite-YT {
    width: 32px;
    height: 32px;
    background-position: -17413px -20px;
}

.sprite-ZA {
    width: 32px;
    height: 32px;
    background-position: -17485px -20px;
}

.sprite-ZM {
    width: 32px;
    height: 32px;
    background-position: -17557px -20px;
}

.sprite-ZW {
    width: 32px;
    height: 32px;
    background-position: -17629px -20px;
}

.sprite-_abkhazia {
    width: 32px;
    height: 32px;
    background-position: -17701px -20px;
}

.sprite-_basque-country {
    width: 32px;
    height: 32px;
    background-position: -17773px -20px;
}

.sprite-_british-antarctic-territory {
    width: 32px;
    height: 32px;
    background-position: -17845px -20px;
}

.sprite-_commonwealth {
    width: 32px;
    height: 32px;
    background-position: -17917px -20px;
}

.sprite-_england {
    width: 32px;
    height: 32px;
    background-position: -17989px -20px;
}

.sprite-_gosquared {
    width: 32px;
    height: 32px;
    background-position: -18061px -20px;
}

.sprite-_kosovo {
    width: 32px;
    height: 32px;
    background-position: -18133px -20px;
}

.sprite-_mars {
    width: 32px;
    height: 32px;
    background-position: -18205px -20px;
}

.sprite-_nagorno-karabakh {
    width: 32px;
    height: 32px;
    background-position: -18277px -20px;
}

.sprite-_nato {
    width: 32px;
    height: 32px;
    background-position: -18349px -20px;
}

.sprite-_northern-cyprus {
    width: 32px;
    height: 32px;
    background-position: -18421px -20px;
}

.sprite-_olympics {
    width: 32px;
    height: 32px;
    background-position: -18493px -20px;
}

.sprite-_red-cross {
    width: 32px;
    height: 32px;
    background-position: -18565px -20px;
}

.sprite-_scotland {
    width: 32px;
    height: 32px;
    background-position: -18637px -20px;
}

.sprite-_somaliland {
    width: 32px;
    height: 32px;
    background-position: -18709px -20px;
}

.sprite-_south-ossetia {
    width: 32px;
    height: 32px;
    background-position: -18781px -20px;
}

.sprite-_united-nations {
    width: 32px;
    height: 32px;
    background-position: -18853px -20px;
}

.sprite-_unknown {
    width: 32px;
    height: 32px;
    background-position: -18925px -20px;
}

.sprite-_wales {
    width: 32px;
    height: 32px;
    background-position: -18997px -20px;
}
.sprite-unknown {
    width: 32px;
    height: 32px;
    background-position: -19069px -20px;
}
.price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
#slct {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
}
#slct {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #fdb726;
    background-image: none;
}
/* Custom Select */
.select {
    position: relative;
    display: block;
    width: 100%;
    height: 3em;
    line-height: 3;
    background: #fdb726;
    overflow: hidden;
    border-radius: .25em;
    outline: none;
    border: none;
}
#slct {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #fff;
    cursor: pointer;
    border: none;
}
#slct::-ms-expand {
    display: none;
}
/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #fdb726;
    pointer-events: none;
}
/* Transition */
.select:hover::after {
    color: #fff;
}
.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 84px 0 22px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 60px;
    background: #fdb726;
    border-radius: 4px;
    cursor: pointer;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px; height: 10px;
    top: 50%; right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    z-index: 100;
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%; right: 25px;
    width: 7px; height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 18px;
    font-weight: 600;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
    background: #fff;
}

#includeSecond {
    display: none;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 100px;
}

.main-title {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.39em;
    text-align: center;
    font-size: 40px;
    width: 100%;
}

.form-wrapper {
    width: 30%;
    padding-bottom: 35px;
}

.btn_submit_width {
    width: 100% !important;
}

#includeThird {
    display: none;
}

#includeFourth {
    display: none;
}

#includeFive {
    display: none;
}

.checkbox-wrapper {
    padding-top: 30px;
}

.checkbox-padding {
    padding-bottom: 10px;
}

.svg-sprite-to-png {
    background-image: url("/design/img/sprite/spritesheet-arrows.png");
    background-repeat: no-repeat;
    display: block;
}

.svg-sprite-to-png-down-arrow {
    width: 32px;
    height: 32px;
    background-position: -20px -20px;
}

.svg-sprite-to-png-down-arrow:hover {
    background-position: -92px -20px;
}

.svg-sprite-to-png-down-arrow-second {
    width: 32px;
    height: 32px;
    background-position: -92px -20px;
}

.position {
    display: flex;
    align-items: center;
}

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

.title-text {
    letter-spacing: -1.4px;
}

.memberarea-menu__item-new--border {
    border-top: 1px solid red !important;
}

.svg-text {
    font-family: Montserrat, Sans-serif;
    fill: #354c5e;
    font-size: 52px;
    font-weight: 600;
    transform: scale(1.1, 1.1);
    line-height: 61;
    letter-spacing: -1.5px;
}

.svg-text-second {
    font-family: Montserrat, Sans-serif;
    fill: #354c5e;
    font-size: 47.8px;
    font-weight: 600;
    transform: scale(1.1, 1.2);
    line-height: 61;
    letter-spacing: -1.5px;
}

.questions__list {
    list-style: none;
    padding-left: 0;
}

.questions__list-answers {
    display: flex;
    list-style: none;
    padding-left: 0;
    width: 100%;
    justify-content: space-between;
    padding-left: 25px;
}

.questions__item-link:hover {
    text-decoration: underline;
}

.questions__title-answers {
    padding-top: 40px;
}

.questions__list-left {
    width: 50%;
}

.questions__list-right {
    width: 50%;
}

.questions__text p {
    letter-spacing: -0.177px;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.89;
    margin-bottom: 25px;
}

.questions__link {
    text-decoration: underline;
    text-decoration-color: #dae8f6;
    letter-spacing: -0.26px;
    line-height: 28px;
    font-family: "Montserrat";
    font-weight: 600;
}

.questions__answer  h5 {
    text-decoration: underline;
}

ul li {
    list-style-type: none;
}

/* slider swiper */
.gallery__item {
    width: 140px !important;
    height: 100%;
    margin-right: 25px;
}

/* slider swiper */
.gallery__link img {
    height: 90px
}

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

.bundle__img-wrapper-general {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}

@media screen and (max-width: 768px) {
    .bundle__img-wrapper-general {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

.bundle_premium-general-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bundle__link {
    padding-bottom: 20px;
}

/* slider swiper */
.swiper-container {
    width: 72%;
}

.main-title {
    margin-bottom: 30px;
}

.reseller-area__general-block {
    width: 70%;
}

.registration--width {
    width: 400px;
}

.btn_submit--width {
    width: 100%;
}

.faq-text {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.faq-text__left {
    width: 49%;
}

.faq-text__right {
    width: 49%;
}

.faq-text__title {
    padding-top: 50px;
}

.reseller-area__header--position {
        display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-wrapper {
    list-style: none !important;
}

/*2019-12-09*/
.myBtns .btn{
    display: block;
    font-size: 24px;
    line-height: 48px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
    position: relative;
    font-weight: medium;
    margin-bottom: 20px;
}
.myBtns .btn .freeDemo{
    color: #0fff0f;
    margin-left: 15px;
}
.myBtns .btn .btnChevron{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.myBtns .btn.orange{
    background-image: linear-gradient(180deg, #fdb726 0%, #fca218 100%);
}
.myBtns .btn.blue{
    background-image: linear-gradient(90deg, #1a70c5 0%, #4ba0f3 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(4,81,198) 0%, rgb(61,178,240) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(4,81,198) 0%, rgb(61,178,240) 100%);
}
.training-course-wrapper .bundle__list{
    background-color: #f0f6ff;
    padding: 15px;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-bottom: 30px;
}
.training-course-wrapper .bundle__list li{
    width: 49%
}
.training-course-wrapper .bundle__list li a{
    margin-left: 0;
}
.training-course-wrapper .bundle__list li::before{
    width: 6px;
    height: 6px;
}
.training-course-wrapper .bundle__list.noMarker li{
    padding: 0;
    margin-bottom:15px;
}
.training-course-wrapper .bundle__list.noMarker li::before{
    content: none;
}
.training-course-wrapper .bundle__list.noMarker li a{
    display: block;
}