main.landing {
    background-color: var(--body-caption-off);
}

.show_more {
    position: absolute;
    bottom: 56px;
    right: 96px;
}

.landing .action-dropdown,
.landing .show_more {
    color: var(--body-text);
    font-weight: 400;
    text-decoration: underline;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    cursor: pointer;
}

.landing .action-dropdown.active,
.landing .action-dropdown:hover,
.landing .show_more:hover,
.landing .show_more.active {
    opacity: .4;
}

.benefit-box {
    padding: 32px;
    background-color: var(--light-dark);
    border-radius: 30px;
}

.hero-benefit {
    gap: 24px;

}

.benefit-box:nth-child(2) {
    border: none;
}

.benefit-box:nth-child(1) .benefit-image-box:after {
    content: "\e919";
}

.benefit-box:nth-child(2) .benefit-image-box:after {
    content: "\e91a";
}

.benefit-box:nth-child(3) .benefit-image-box:after {
    content: "\e91b";
}

.benefit-box:nth-child(4) .benefit-image-box:after {
    content: "\e91c";
}

.benefit-image-box:after {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: var(--second-green);
    left: 0;
}

.benefit-image-box {
    width: 20px;
    height: 20px;
    background: none;
    top: 4px;
}

.benefit-title p {
    margin-bottom: 8px;
}

/*.benefit-description p {*/
/*    margin-bottom: 0;*/
/*}*/

/* sub nav menu*/
.sub-nav-box {
    column-gap: 8px;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

/* About SQE Main*/
.about-sqe-main {
    background-color: var(--second-rain);
    /*padding: 80px 0 0 0;*/
    border-radius: 24px;
    overflow: hidden;
}

.about-sqe-main p:last-child {
    margin-bottom: 0;
}

.about-sqe-main a {
    color: var(--main-lavanda);
    text-decoration: underline;
}

.about-header {
    column-gap: 24px;
    display: flex;
    justify-content: space-between;
    padding: 80px 96px 56px 96px;
    border-bottom: 1px solid rgba(35, 35, 35, .3);
}

.about-header-column {
    width: 100%;
    max-width: 33.3%;
}

.about-header-column ul, .about-header-column ol {
    margin-bottom: 24px;
}

.about-sub-section {
    column-gap: 24px;
    display: flex;
    justify-content: space-between;
    padding: 32px 96px 56px 96px;
}

.about-header-column.white_column {
    background-color: var(--body-caption-off);
    padding: 40px;
    border-radius: 16px;
}

.column-tags {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 24px;
}

.column-tag {
    padding: 12px 24px;
    border: 1px solid var(--body-text);
    border-radius: 20px;
}

/* Assessment */
.assessment {
    padding: 80px 96px;
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    row-gap: 24px;
}

.assessment div {
    width: 100%;
    max-width: 33.3%;
}

.assessment-title, .assessment-content {
    color: var(--body-caption-off);
}

/* Transition */
.transition {
    padding: 36px 0 56px 0;
}

.transition-header {
    padding: 40px 96px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.transition-sub-section {
    padding: 32px 96px 24px 96px;
    border-bottom: 1px solid var(--body-text-rgba);
}

.transition-sub-section.dropdown_section {
    padding: 20px 96px;
}

.transition-sub-section .sub-section-title p {
    margin-bottom: 0;
}

.transition-sub-section .sub-section-title {
    color: var(--body-text);
    display: flex;
    justify-content: space-between;
}

.transition-sub-section.dropdown_section .sub-section-title {
    font-weight: 700;
}

.sub-section-dropdown {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    padding-top: 20px;
    padding-bottom: 36px;
}

.sub-section-dropdown div {
    width: 100%;
    max-width: 50%;
}

.sub-section-content ul, .sub-section-content ol {
    padding-left: 20px;
}

.transition-footer {
    display: flex;
    justify-content: right;
    padding-left: 24px;
    padding-top: 32px;
}

.transition-footer div {
    width: 100%;
    max-width: 50%;
}

/* Requirements */
.requirements {
    background-color: var(--body-text-off);
    padding: 32px 0 24px 0;
}

.requirements-header {
    row-gap: 24px;
    display: flex;
    flex-direction: column;
    padding: 32px 96px 40px 96px;
}

.requirements-step {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    padding: 20px 96px 56px 96px;
    border-bottom: 1px solid var(--body-text-rgba);
    position: relative;
}

.requirements-step .step-meta {
    display: flex;
    align-items: center;
    gap: 30px;
}

.requirements-step:last-child {
    border-bottom: 0;
}

.requirements-step div {
    width: 100%;
    max-width: 45%;
}

.requirements-step:nth-child(2) .step-content {
    max-height: 130px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.requirements.new-land .requirements-step:nth-child(2) .step-content {
    max-height: none;
}

.requirements-cta {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.requirements-cta a {
    color: var(--body-text-off);
    text-decoration: none;
}

.step-content.active {
    max-height: 2000px !important;
}

.step_number {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    font-family: var(--title-font);
    color: var(--body-text);
}

.step_title {
    padding: 12px 24px;
    background-color: var(--second-green);
    border-radius: 20px;
    display: inline-block;
    line-height: 24px;
    max-width: 90%;
}

.step_title * {
    margin-bottom: 0;
}


/* Costs */
.costs {
    padding: 32px 96px 56px 96px;
}

.costs-header {
    padding-top: 32px;
    padding-bottom: 24px;
}

.costs-columns {
    display: flex;
    column-gap: 24px;
    row-gap: 24px;
    padding-bottom: 32px;
}

.costs-column {
    width: 100%;
    max-width: 33.3%;
    padding: 24px 32px;
    background-color: var(--body-text-off);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 60px;
}

.costs-column-footer {
    display: flex;
    justify-content: space-between;
}

.costs-column-price {
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    color: var(--body-text);
}

.costs-column-text {
    color: var(--main-blue);
    font-weight: 500;
}

.costs-column.black_column {
    background-color: var(--light-dark);
}

.costs-column.black_column .costs-column-text,
.costs-column.black_column .costs-column-title {
    color: var(--body-text-off);
}

.costs-column.black_column .costs-column-price {
    color: var(--main-lime);
}

.costs-footer {
    display: flex;
    justify-content: center;
    padding: 32px 0;
}

.costs-footer a {
    color: var(--body-text-off);
    background-color: var(--body-text);
    padding: 16px 56px 16px 56px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}

.costs-footer a:after {
    transform: rotate(90deg);
    display: inline-block;
    left: 24px;
}

/* Next Steps */
.next-steps {
    padding: 32px 96px 80px 96px;
    background-color: var(--body-text-off);
}

.next-steps-steps {
    display: flex;
    column-gap: 24px;
    padding-top: 32px;
    justify-content: space-between;
}

.next-step {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.next-steps-header {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 32px 0 24px 0;
}

.step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    background-color: var(--second-green);
    color: var(--body-text);
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-image-box {
    width: 146px;
    height: 148px;
}

.next-step .step-meta {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

/* Smart Course */
.smart-main {
    padding: 80px 0 0 0;
    background-color: var(--second-green);
    border-radius: 40px;
    overflow: hidden;
    margin-top: 32px;
}

.smart-main p:last-child {
    margin-bottom: 0;
}

.smart-top-title {
    padding: 0 96px 40px 96px;
}

.smart-sub-section {
    padding: 32px 96px 56px 96px;
}

.smart-sub-section-title {
    padding-bottom: 24px;
}

.smart-top-columns {
    display: flex;
    column-gap: 24px;
}

.smart-top-columns .smart-top-column {
    width: 100%;
    max-width: 33.3%;
    padding-right: 32px;
}

/* Offer */
.offer {
    border-top: 1px solid var(--body-text-rgba);
}

.offer-header {
    padding: 32px 96px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.offer-row {
    padding: 20px 96px;
    display: flex;
    column-gap: 24px;
}

.offer-tags {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row-reverse;
}

.offer-row div {
    width: 100%;
    max-width: 50%;
}

.offer-tags span {
    padding: 11px 24px;
    border: 1px solid var(--body-text);
    border-radius: 20px;
    display: inline-block;
}

.offer-tag.dark_tag {
    background-color: var(--body-text);
    color: var(--body-caption-off);
}

.offer-content ul, .offer-content ol {
    padding-left: 25px;
}

.offer-banner {
    background-color: var(--body-text);
    padding: 45px 96px;
    display: flex;
    column-gap: 24px;
}

.offer-banner div {
    width: 100%;
    max-width: 50%;
}

.offer-banner .banner-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--body-caption-off);
    text-transform: uppercase;
}

.offer-banner-link {
    color: var(--body-caption-off);
    border-color: var(--main-lime);
    padding: 16px 56px;
    display: inline-block;
}

.offer-sub-section {
    display: flex;
    padding: 20px 96px;
    border-bottom: 1px solid var(--body-text-rgba);
    column-gap: 24px;
    position: relative;
}

.offer-sub-section .sub-section-title,
.offer-sub-section .sub-section-description {
    width: 100%;
    max-width: 50%;
}

.offer-sub-section .sub-section-title,
.offer-sub-section .sub-section-subtitle {
    font-weight: 600;
}

.sub-section-subtitle {
    display: flex;
    justify-content: space-between;
}

.sub-section-content {
    padding-top: 40px;
}

.offer-sub-section .action-dropdown {
    position: absolute;
    right: 96px;
    top: 20px;
}

.offer-sub-section a,
.smart-prepare-step a {
    color: var(--main-lavanda);
}

.smart-prepare-title {
    padding: 32px 96px 24px 96px;
}

.smart-prepare-step {
    padding: 20px 96px 56px 96px;
    display: flex;
    column-gap: 24px;
    border-bottom: 1px solid var(--body-text-rgba);
    position: relative;
}

.smart-prepare-step .show_more {
    bottom: auto;
    top: 30px;
    color: var(--body-text);
    text-decoration: underline;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}

.smart-prepare-step .prepare-step-meta,
.smart-prepare-step .prepare-step-description {
    width: 100%;
    max-width: 50%;
}

.prepare-step-num {
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
    color: var(--body-text-off);
    background-color: var(--body-text);
    padding: 12px 15px;
    border-radius: 50%;
    display: inline-block;
}

.prepare-step-tag {
    padding: 12px 24px;
    border-radius: 20px;
    border: 1px solid var(--body-text);
    display: inline-block;
}

.prepare-step-tag.mobile-tag {
    display: none;
}

.prepare-step-content {
    padding-top: 52px;
    max-height: 150px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.prepare-step-content.active {
    max-height: 2000px;
}

.smart-prepare ul,
.smart-prepare ol {
    padding-left: 25px;
}

/* Section Footer*/
.section-footer {
    padding: 56px 96px;
    background-color: var(--body-text);
    display: flex;
    column-gap: 24px;
}

.section-footer-title {
    color: var(--second-green);
}

.section-footer-description {
    color: var(--body-caption-off);
}

.section-footer .section-footer-data,
.section-footer .section-footer-button {
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.section-footer-button {
    align-items: end;
}

.section-button {
    font-weight: 500;
    font-size: 17px;
    line-height: 56px;
    text-align: center;
    border: 1px solid red;
    width: 224px;
    height: 56px;
    border-radius: 30px;
    position: relative;
}

.section-button:first-child {
    border-color: var(--body-caption-off);
    color: var(--body-caption-off);
}

.section-button:first-child:hover,
.section-button:first-child:focus,
.section-button:first-child:active {
    border-color: var(--second-green);
    color: var(--second-green);
}

.section-button:last-child {
    border-color: var(--second-green);
    color: var(--body-text);
    background-color: var(--second-green);
}

.section-button:last-child:hover,
.section-button:last-child:focus,
.section-button:last-child:active {
    background-color: var(--main-lime);
    color: var(--body-text);
}

.course-footer .section-button:last-child:after {
    font-size: 16px;
}

/* SQE1 */
.sqe-description-main p:last-child {
    margin-bottom: 0;
}

.sqe-description-main {
    padding: 80px 0;
    background-color: var(--second-lavanda);
    border-radius: 40px;
    overflow: hidden;
    margin-top: 32px;
}

.sqe-description-title {
    padding: 0 96px 40px 96px;
}

.sqe-description-columns {
    padding: 32px 96px 56px 96px;
    display: flex;
    column-gap: 24px;
}

.sqe-description-columns div {
    width: 100%;
    max-width: 33.3%;
    padding-right: 32px;
}

.sqe-description-columns ul,
.sqe-description-columns ol {
    padding-left: 25px;
}

.sqe-description-columns .sqe-description-column:first-child {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 24px;
}

.sqe-description-subsection {
    padding: 20px 96px;
    display: flex;
    flex-direction: column;
    column-gap: 24px;
    border-bottom: 1px solid var(--body-text-rgba);
    position: relative;
}

.sqe-description-subsections ul,
.sqe-description-subsections ol {
    padding-left: 25px;
}

.sqe-description-subsection:first-child {
    border-top: 1px solid var(--body-text-rgba);
}

.sqe-description-subsection .sqe-description-meta,
.sqe-description-subsection .subsection-description-col {
    width: 100%;
    max-width: 33.3%;
}

.subsection-number {
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
    color: var(--body-caption-off);
    background-color: var(--body-text);
    border-radius: 50%;
    padding: 12px 15px;
    display: inline-block;
}

.subsection-tag {
    padding: 12px 24px;
    border-radius: 20px;
    border: 1px solid var(--body-text);
    display: inline-block;
    cursor: pointer;
}

.subsection-content {
    display: flex;
    padding-top: 40px;
    column-gap: 24px;
    padding-bottom: 36px;
}

.subsection-content .subsection-description-col {
    width: 100%;
    max-width: 33.3%;
    column-gap: 24px;
}

.description-button-box {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
}

.sub-section-button {
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 56px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    text-transform: lowercase;
    padding: 0 32px;
    color: var(--body-text-off) !important;
    background-color: var(--second-violet);
    width: fit-content;
}

.sub-section-button.arrow-right-btn:after {
    left: 10px;
    top: 3px;
}

.sub-section-button:hover,
.sub-section-button:active,
.sub-section-button:focus {
    background-color: var(--main-lavanda);
}

.sqe-description-meta.table-section {
    max-width: 100%;
    display: flex;
    column-gap: 24px;
}

.sqe-description-subsection.table-section {
    flex-direction: column;
}

.sqe-description-subsection .action-dropdown {
    position: absolute;
    top: 28px;
    right: 96px;
}

.subsection-content.table-content {
    flex-direction: column;
}

.sqe-description a {
    color: var(--main-lavanda);
}

/* Sub section Table */
.subsection-content table {
    border-radius: 8px;
    overflow: hidden;
}

.subsection-content table tr {
    background-color: var(--body-caption-off);
}

.subsection-content table tr:nth-child(odd) {
    background-color: var(--second-lavanda-rgba);
}

.subsection-content table td {
    padding: 8px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--body-text);
}

.subsection-content table tr:first-child {
    background-color: var(--main-lavanda);
}

.subsection-content table tr:first-child td {
    color: var(--body-caption-off);
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
}

.subsection-content table strong {
    font-weight: 500;
}

.sqe-description-more-box {
    padding: 56px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sqe-description-more-box a {
    padding: 16px 72px 16px 56px;
    background-color: var(--second-violet);
    border-radius: 30px;
    color: var(--body-text-off);
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    position: relative;
}

.sqe-description-more-box a:after {
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    content: "\e901";
    font-family: icomoon;
    right: 24px;
}

.sqe-description-more-box a:hover,
.sqe-description-more-box a:focus,
.sqe-description-more-box a:active {
    background-color: var(--main-lavanda);
    color: var(--body-text-off);
}

.sqe-description-main.sqe2-main {
    padding-bottom: 0;
}

/* Prices */
.prices-main {
    margin-top: 32px;
    border-radius: 40px;
    overflow: hidden;
    padding: 80px 0 0 0;
    background-color: #ffffff;
}

.prices-header {
    padding: 0 96px 24px 96px;
}

.prices-content {
    padding: 56px 96px;
}

.prices-main p:last-child {
    margin-bottom: 0;
}

.prices-content-subtitle {
    padding-bottom: 32px;
}

.prices-content .main-package-top {
    background-color: var(--body-caption);
    color: var(--body-text-off);
}

.prices-content .main-package-top:after,
.prices-content .main-package-top:before {
    background-color: var(--body-text-off);
}

.prices-content .main-package-bottom {
    background-color: var(--second-green);
}

/* Discount */
.mocks-box, .discount-box {
    padding: 64px 96px 56px 96px;
    border-top: 1px solid var(--body-text-rgba);
}

.mocks-title {
    padding-bottom: 20px;
}

.mocks-box .prices-table {
    margin: 32px 0;
}

.discount-box .discount-table {
    margin: 24px 0 32px 0;
}

.discount-footer {
    padding: 36px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discount-box-button {
    font-size: 17px;
}

.section-footer.prices-footer {
    background-color: var(--second-green);
}

.prices-footer .section-footer-title {
    color: var(--main-lavanda);
}

.prices-footer .section-footer-description {
    color: var(--body-text);
}

.prices-footer .section-button:first-child {
    color: var(--body-text);
    border-color: var(--body-text);
}

.prices-footer .section-button:first-child:hover,
.prices-footer .section-button:first-child:focus,
.prices-footer .section-button:first-child:active {
    color: var(--body-text-off);
    background-color: var(--body-text);
}

.prices-footer .section-button:last-child {
    color: var(--body-text-off);
    background-color: var(--body-text);
}

.prices-footer .section-button:last-child:hover,
.prices-footer .section-button:last-child:focus,
.prices-footer .section-button:last-child:active {
    background-color: var(--body-caption);
}

.prices-footer .section-button:last-child:after {
    display: none;
}

/* News */
.news-main {
    margin-top: 32px;
    padding: 80px 0;
    background-color: var(--body-text-off);
    border-radius: 40px;
    overflow: hidden;
}

.news-main p:last-child {
    margin-bottom: 0;
}

.news-header {
    padding: 0 96px 32px 96px;
}

.news-title {
    padding-bottom: 24px;
}

.news-subtitle {
    padding-bottom: 8px;
}

.news-last_update {
    color: var(--gray);
}

.news-list {
    padding: 0 96px 32px 81px;
}

.news-item {
    padding: 40px 32px;
    margin: 0 12px;
    border-radius: 16px;
    background-color: var(--gray-200);
    /*height: 340px !important;*/
    height: auto !important;
    /*overflow: auto;*/
    display: flex !important;
    flex-direction: column;
    align-items: start;
}

.news_date {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--gray);
    padding: 12px 24px;
    border-radius: 20px;
    border: 1px solid var(--gray);
}

.news-link {
    margin-top: 56px;
    margin-bottom: 18px;
    font-weight: bold;
}

.news-list .slick-arrow {
    background-color: var(--gray-200);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: -158px;
}

.news-list .slick-arrow:before {
    position: relative;
    content: "\e901";
    font-family: 'icomoon';
    color: var(--body-subtext);
}

.news-list .slick-prev {
    right: 160px;
    left: auto;
}

.news-list .slick-prev:before {
    transform: rotate(-180deg);
    display: inline-block;
}

.news-list .slick-next {
    right: 96px;
    left: auto;
}

.news-list .slick-prev:hover,
.news-list .slick-prev:focus,
.news-list .slick-next:hover,
.news-list .slick-next:focus {
    background-color: var(--gray-400);
}

/* New mocks */
.mocks-section {
    display: flex;
    flex-direction: column;
    padding: 56px 86px;
    gap: 20px;
}

.about-mocks-box {
    display: flex;
    gap: 30px;
}

.mocks-section .column-tag {
    display: inline-block;
    margin-bottom: 20px;
}

/* Media */

@media screen and (max-width: 1440px) {
    .about-header-column.white_column {
        padding: 25px;
    }
}

@media screen and (max-width: 1024px) {
    br {
        display: none;
    }

    .about-mocks-box {
        flex-direction: column;
    }

    .mocks-section {
        padding: 56px 30px;
    }

    .hero-review {
        margin-bottom: 0;
        padding: 32px 25px 25px 25px;
    }

    .sub-nav-menu {
        height: auto;
        max-height: 100px;
        display: flex;
        width: 100%;
        background-color: var(--body-caption-off);
        transition: all .2s ease;
        overflow: auto;
    }

    .sub-nav-box {
        column-gap: 8px;
        display: flex;
        padding: 24px 25px;
        overflow: auto;
        justify-content: inherit;
    }

    .hero-benefit {
        column-gap: 0;
        row-gap: 16px;
        padding-top: 16px;
    }

    .benefit-box {
        margin: 0 25px;
    }

    .benefit-box:nth-child(2) {
        border: none;
    }

    .about-sqe-main {
        /*padding-top: 16px;*/
        border-radius: 0;
    }

    .about-header-column {
        max-width: 100%;
    }

    .about-header, .about-sub-section {
        flex-direction: column;
        row-gap: 24px;
        padding: 40px 25px 56px 25px;
    }

    .assessment {
        flex-direction: column;
        padding: 40px 25px 56px 25px;
    }

    .assessment-title {
        padding-bottom: 40px;
    }

    .assessment div {
        max-width: 100%;
    }

    .transition {
        padding-top: 0;
    }

    .transition-header {
        padding: 40px 25px;
    }

    .transition-sub-section {
        padding: 40px 25px 24px 25px;
    }

    .transition-sub-section.dropdown_section {
        padding: 20px 25px;
    }

    .transition-sub-section:first-child {
        padding-top: 0;
    }

    .sub-section-dropdown {
        flex-direction: column;
        row-gap: 24px;
    }

    .sub-section-dropdown div {
        max-width: 100%;
    }

    .requirements {
        padding: 0 0 56px 0;
    }

    .requirements-header {
        padding: 40px 25px 40px 25px;
    }

    .requirements-step {
        padding: 20px 25px 40px 25px;
        flex-direction: column;
        row-gap: 24px;
    }

    .requirements-step div {
        max-width: 100%;
    }

    .step-content {
        padding-left: 32px;
    }

    .next-step .step-content {
        padding-left: 0;
    }

    .step-content ul, .step-content ol {
        padding-left: 0;
    }

    .step_number {
        font-size: 13px;
    }

    .show_more {
        right: 25px;
        bottom: 16px;
    }

    .costs {
        padding: 8px 25px 40px 25px;
    }

    .costs-column {
        max-width: 100%;
        height: 177px;
    }

    .costs-columns {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .costs-column-title {
        font-weight: 700;
        font-size: 17px;
        line-height: 23px;
    }

    .costs-column.black_column {
        row-gap: 24px;
    }

    .costs-footer {
        padding: 16px 0;
    }

    .next-steps {
        padding: 8px 25px 56px 25px;
    }

    .next-steps-steps {
        flex-direction: column;
        padding: 40px 24px;
        row-gap: 40px;
    }

    .next-step .step-meta {
        flex-direction: row;
        column-gap: 32px;
    }

    .next-step {
        max-width: 100%;
    }

    .smart-main {
        padding: 56px 0 0 0;
        margin-top: 0;
        border-radius: 0;
    }

    .smart-top-title {
        padding: 0 25px 40px 25px;
    }

    .smart-sub-section {
        padding: 0 25px 56px 25px;
    }

    .smart-top-columns {
        flex-direction: column;
        row-gap: 24px;
    }

    .smart-top-columns .smart-top-column {
        max-width: 100%;
    }

    .offer-header {
        padding: 40px 25px 24px 25px;
    }

    .offer-row {
        padding: 20px 25px;
        flex-direction: column;
        row-gap: 24px;
    }

    .offer-row div {
        max-width: 100%;
    }

    .offer-tags {
        flex-direction: column-reverse;
        row-gap: 24px;
    }

    .offer-banner {
        padding: 56px 25px;
        flex-direction: column;
        row-gap: 24px;
        text-align: center;
    }

    .offer-banner div {
        max-width: 100%;
    }

    .offer-sub-section {
        padding: 20px;
        flex-direction: column;
        position: relative;
    }

    .offer-sub-section .sub-section-title,
    .offer-sub-section .sub-section-description {
        max-width: 100%;
    }

    .sub-section-subtitle {
        display: none;
    }

    .offer-sub-section .action-dropdown {
        right: 24px;
    }

    .smart-prepare-title {
        padding: 40px 25px 24px 25px;
    }

    .smart-prepare-step {
        padding: 20px 25px 56px 25px;
        flex-direction: column;
    }

    .smart-prepare-step .prepare-step-meta,
    .smart-prepare-step .prepare-step-description {
        max-width: 100%;
    }

    .prepare-step-tag {
        display: none;
    }

    .prepare-step-tag.mobile-tag {
        display: inline-block;
        margin-left: 8px;
    }

    .section-footer {
        flex-direction: column;
        text-align: center;
        row-gap: 40px;
        padding: 56px 25px;
    }

    .section-footer .section-footer-data,
    .section-footer .section-footer-button {
        max-width: 100%;
    }

    .section-footer .section-footer-button {
        align-items: center;
    }

    .sqe-description-columns {
        flex-direction: column;
        padding: 32px 25px 56px 25px;
        row-gap: 24px;
    }

    .sqe-description-columns div {
        max-width: 100%;
    }

    .subsection-content {
        flex-direction: column;
        overflow: scroll;
    }

    .subsection-content .subsection-description-col {
        max-width: 100%;
    }

    .sqe-description-main {
        padding: 56px 0 0 0;
        margin-top: 0;
        border-radius: 0;
    }

    .sqe-description-title {
        padding: 0 25px 8px 25px;
    }

    .sqe-description-subsection {
        padding: 20px 25px;
    }

    .sqe-description-meta.table-section {
        column-gap: 8px;
        padding-right: 55px;
    }

    .sqe-description-subsection .subsection-description-col {
        width: auto;
        max-width: none;
    }

    .sqe-description-subsection .action-dropdown {
        right: 25px;
    }

    .prices-main {
        padding: 56px 0 0 0;
        border-radius: 0;
        margin-top: 0;
    }

    .prices-header {
        padding: 0 25px 20px 25px;
    }

    .prices-content {
        padding: 40px 25px 56px 25px;
    }

    .mocks-box, .discount-box {
        padding: 32px 25px 56px 25px;
    }

    .discount-footer {
        padding-bottom: 0;
    }

    .news-main {
        padding: 56px 0;
        border-radius: 0;
        margin-top: 0;
    }

    .news-header {
        padding: 0 25px 32px 25px;
    }

    .news-list {
        padding: 0 13px 0 13px;
    }

    .landing {
        display: flex;
        flex-direction: column;
    }

    .hero-box {
        order: 1;
    }

    .sub-nav-menu {
        order: 2;
    }

    .about-sqe {
        order: 3;
    }

    .smart {
        order: 4;
    }

    .prices {
        order: 5;
    }

    .sqe-description {
        order: 6;
    }

    .news {
        order: 7;
    }
}

@media screen and (max-width: 768px) {
    .transition-footer {
        padding: 32px 25px 0 25px;
    }

    .transition-footer div {
        max-width: 100%;
        text-align: center;
    }

    .news-list .slick-next {
        right: 25px;
    }

    .news-list .slick-prev {
        right: 89px;
    }

    .hero-review {
        margin-bottom: 0;
        padding: 32px 0 0 0;
    }
}

@media screen and (max-width: 425px) {
    .step-content br {
        display: none;
    }

    .costs-footer a {
        white-space: nowrap;
    }

    .subsection-content table td {
        padding: 8px 12px;
    }

    .mocks-subtitle br {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .news-title {
        font-size: 38px;
    }

    .prepare-step-tag.mobile-tag {
        font-size: 14px;
        padding: 8px 12px;
    }
}

/* New blocks */


/* Compare section */

.about-sqe-main .compare-wrapper {
    border-radius: 0;
}

.compare-section {
    margin-top: 32px;
}

.compare-wrapper {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 56px 86px;
}

.compare-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.compare-table {
    margin-top: 50px;
}

.compare-table table {
    width: 100% !important;
}

.compare-table table tr:nth-child(even) {
    background-color: var(--body-caption-off);
}

.compare-table table tr {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--body-text);
}

.compare-table table tr:first-child span {
    opacity: 0.7;
}

.compare-table table tr:first-child td:nth-child(2) {
    border-radius: 15px 15px 0 0;
}

.compare-table table tr:last-child td:nth-child(2) {
    border-radius: 0 0 15px 15px;
}

.compare-table table tr td:nth-child(2) {
    background-color: #cdea68;
}

.compare-table table tr td:nth-child(2) span {
    font-size: 18px;
    font-weight: 800 !important;
}


.compare-table table td {
    padding: 8px 24px;
    text-align: right;
    width: min-content !important;
}

.compare-table table td:first-child {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .compare-section {
        order: 3;
        margin-top: 0;
    }

    .compare-table {
        overflow-x: auto;
    }

    .compare-wrapper {
        padding: 56px 30px;
        border-radius: 0;
    }
}

@media screen and (max-width: 768px) {
    .compare-wrapper {
        padding: 36px 13px;
    }
}

/* main padding */

main {
    padding-bottom: 32px;
}

@media screen and (max-width: 1024px) {
    main {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .bottom-banner-section {
        order: 3;
    }
}

