/* @import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap); */
.svg_arrow_accordion {
    width: 12px;
    height: 15px;
}
.svg_arrow_back {
    width: 15px;
    height: 12px;
}
.svg_arrow_btn {
    width: 16px;
    height: 16px;
}
.svg_arrow_down {
    width: 12px;
    height: 12px;
}
.svg_arrow_nav {
    width: 22px;
    height: 16px;
}
.svg_arrow_next {
    width: 15px;
    height: 12px;
}
.svg_arrow_post {
    width: 12px;
    height: 15px;
}
.svg_arrow_prev {
    width: 14px;
    height: 12px;
}
.svg_arrow_small {
    width: 12px;
    height: 12px;
}
.svg_classroom_icon {
    width: 32px;
    height: 28px;
}
.svg_email_icon {
    width: 17px;
    height: 13px;
}
.svg_location_icon {
    width: 13px;
    height: 19px;
}
.svg_online_icon {
    width: 28px;
    height: 28px;
}
.svg_search_icon {
    width: 17px;
    height: 16px;
}
.svg_soc_in {
    width: 32px;
    height: 32px;
}
.svg_soc_y {
    width: 48px;
    height: 34px;
}
.svg_soc_fb {
    width: 40px;
    height: 40px;
}
.svg_soc_ig {
    width: 40px;
    height: 40px;
}
.svg_tel_icon {
    width: 17px;
    height: 16px;
}
.svg_virtual_icon {
    width: 28px;
    height: 28px;
}
.svg_workplace_icon {
    width: 24px;
    height: 29px;
}
@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-VariableFont_wght.ttf);
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Borna;
    src: url(../fonts/borna-regular-webfont.woff2) format("woff2"), url(../fonts/borna-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Borna;
    src: url(../fonts/borna-medium-webfont.woff2) format("woff2"), url(../fonts/borna-medium-webfont.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Borna;
    src: url(../fonts/borna-semibold-webfont.woff2) format("woff2"), url(../fonts/borna-semibold-webfont.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a,
button,
input,
select,
textarea {
    outline: 0;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    appearance: none;
}
ul {
    list-style-type: none;
}
body {
    background-color: #fff;
    color: #291261;
    font: 18px Manrope, sans-serif;
}
.container {
    padding: 0 100px;
    max-width: 1920px;
    margin: 0 auto;
}
@media screen and (max-width: 1920px) {
    .container {
        padding: 0 5.2%;
    }
}
@media screen and (max-width: 1200px) {
    .container {
        padding: 0 32px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        padding: 0 25px;
    }
}
.container_left {
    padding-left: calc((100vw - 1720px) / 2);
}
@media screen and (max-width: 1920px) {
    .container_left {
        padding-left: 5.2%;
    }
}
@media screen and (max-width: 1200px) {
    .container_left {
        padding-left: 32px;
    }
}
@media screen and (max-width: 767px) {
    .container_left {
        padding-left: 20px;
    }
}
.bg_grey {
    background-color: #fafafa;
}
.bg_grey .breadcrumbs {
    color: #291261;
}
.bg_grey .breadcrumbs a {
    color: #291261;
}
.bg_purple {
    background-color: #291261;
}
.bg_purple .process_step_text {
    color: #fafafa;
}
.bg_purple .compliance_item_name {
    color: #fafafa;
}
.bg_purple .compliance_item_text {
    color: #fafafa;
}
.bg_purple .faq_box_name {
    color: #fafafa;
}
.bg_purple .faq_info_name {
    color: #fafafa;
}
.bg_purple .info_content_list li {
    color: #fafafa;
}
.bg_purple .testimonial_item_text {
    color: #fafafa;
}
.bg_purple .testimonial_item_name {
    color: #fafafa;
}
.bg_purple .testimonial_item_position {
    color: #fafafa;
}
.bg_green {
    background-color: #005955;
}
.bg_green .process_description .title_category {
    color: #1bf1a8;
}
.bg_green .process_description .title_category:before {
    background-color: #1bf1a8;
}
.bg_green .process_description .title_block span {
    color: #1bf1a8;
}
.bg_green .process_step_num {
    color: #1bf1a8;
}
.bg_green .process_steps_line {
    background-color: #1bf1a8;
}
.bg_green .process_step_name {
    color: #1bf1a8;
}
.bg_green .process_step_text {
    color: #fafafa;
}
.bg_blue {
    background-color: #002b54;
}
.bg_blue .process_description .title_category {
    color: #54efff;
}
.bg_blue .process_description .title_category:before {
    background-color: #54efff;
}
.bg_blue .process_description .title_block span {
    color: #54efff;
}
.bg_blue .process_step_num {
    color: #54efff;
}
.bg_blue .process_steps_line {
    background-color: #54efff;
}
.bg_blue .process_step_name {
    color: #54efff;
}
.bg_blue .process_step_text {
    color: #fafafa;
}
.bg_grey_half:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-color: #fafafa;
}
.btn {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    text-align: center;
    min-width: 217px;
    color: #fafafa;
    font-size: 20px;
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.02em;
    padding: 15px 26px 15px 20px;
    border: 1px solid #a27fff;
    border-radius: 5px;
    background: #a27fff;
    transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 1440px) {
    .btn {
        min-width: 199px;
        font-size: 18px;
        padding: 13px 23px 13px 20px;
    }
}
.btn:hover {
    color: #a27fff;
    background-color: rgba(162, 127, 255, 0.1);
}
.btn:hover svg {
    fill: #a27fff;
}
.btn.btn_purple {
    border-color: #291261;
    background-color: #291261;
}
.btn.btn_purple:hover {
    color: #291261;
    border-color: #a27fff;
    background-color: rgba(162, 127, 255, 0.1);
}
.btn.btn_purple:hover svg {
    fill: #291261;
}
.btn svg {
    margin-left: 12px;
    fill: #fafafa;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .btn svg {
        margin-left: 10px;
    }
}
.btn_arrow {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a27fff;
    border: 1px solid #a27fff;
    border-radius: 5px;
    transition: all 0.3s;
}
.btn_arrow:hover {
    color: #a27fff;
    background-color: rgba(162, 127, 255, 0.1);
}
.btn_arrow:hover svg {
    fill: #a27fff;
}
.btn_arrow.grey {
    background-color: #fafafa;
}
.btn_arrow.grey:hover {
    border-color: #fafafa;
    background-color: rgba(162, 127, 255, 0.25);
}
.btn_arrow.grey:hover svg {
    fill: #fafafa;
}
.btn_arrow.grey svg {
    fill: #920048;
}
.btn_arrow.green {
    border-color: #1bf1a8;
    background-color: #1bf1a8;
}
.btn_arrow.green:hover {
    background-color: rgba(27, 241, 168, 0.25);
}
.btn_arrow.green svg {
    fill: #005955;
}
.btn_arrow.blue {
    border-color: #54efff;
    background-color: #54efff;
}
.btn_arrow.blue:hover {
    background-color: rgba(84, 239, 255, 0.25);
}
.btn_arrow.blue svg {
    fill: #002b54;
}
.btn_arrow.pink {
    border-color: #ff73d9;
    background-color: #ff73d9;
}
.btn_arrow.pink:hover {
    background-color: rgba(255, 115, 217, 0.25);
}
.btn_arrow.pink svg {
    fill: #920048;
}
.btn_arrow.purple:hover {
    background-color: rgba(162, 127, 255, 0.1);
}
.btn_arrow svg {
    display: block;
    fill: #fafafa;
    transition: all 0.3s;
}
.link {
    display: inline-block;
    text-decoration: underline;
    color: #a27fff;
    font-size: 20px;
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.02em;
}
@media screen and (max-width: 1440px) {
    .link {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .link {
        font-size: 16px;
        line-height: 25px;
    }
}
.link:hover {
    text-decoration: none;
}
.link_arrow {
    display: flex;
    align-items: center;
    text-decoration: underline;
    color: #a27fff;
    font-size: 20px;
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.02em;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .link_arrow {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .link_arrow {
        font-size: 16px;
        line-height: 25px;
    }
}
.link_arrow:hover {
    color: #291261;
}
.link_arrow:hover:hover {
    text-decoration: none;
}
.link_arrow:hover svg {
    fill: purple;
}
.link_arrow.grey {
    color: #fafafa;
}
.link_arrow.grey svg {
    fill: #fafafa;
}
.link_arrow svg {
    fill: #a27fff;
    margin-left: 13px;
    transition: all 0.3s;
}
.title_page {
    color: #291261;
    font-weight: 400;
    font-size: clamp(60px, 5.729vw, 110px);
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.07em;
}
.title_page.grey {
    color: #fafafa;
}
.title_page span {
    color: #a27fff;
}
.title_section {
    color: #291261;
    font-weight: 400;
    font-size: clamp(45px, 3.33vw, 64px);
    line-height: 101%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.05em;
}
.title_section.grey {
    color: #fafafa;
}
.title_section span {
    color: #a27fff;
}
.title_block {
    color: #291261;
    font-weight: 400;
    font-size: clamp(35px, 2.86vw, 55px);
    line-height: 109%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.05em;
}
.title_block.grey {
    color: #fafafa;
}
.title_category {
    position: relative;
    color: #a27fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    font-family: Borna, sans-serif;
    padding-left: 26px;
}
@media screen and (max-width: 767px) {
    .title_category {
        font-size: 14px;
    }
}
.title_category:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #a27fff;
}
@media screen and (max-width: 767px) {
    .title_category:before {
        top: 3px;
    }
}
.title_category.grey {
    color: #fafafa;
}
.title_category.purple {
    color: #291261;
}
.title_category.purple:before {
    background-color: #291261;
}
.title_category.green {
    color: #005955;
}
.title_category.green:before {
    background-color: #005955;
}
.title_category.green_light {
    color: #1bf1a8;
}
.title_category.green_light:before {
    background-color: #1bf1a8;
}
.title_category.blue {
    color: #002b54;
}
.title_category.white {
    color: #FFF;
}
.title_category.white:before {
    background-color: #FFF;
}
.title_category.blue:before {
    background-color: #002b54;
}
.title_category.blue_light {
    color: #54efff;
}
.title_category.blue_light:before {
    background-color: #54efff;
}
.title_category.pink {
    color: #920048;
}
.title_category.pink:before {
    background-color: #920048;
}
.title_category.pink_light {
    color: #ff73d9;
}
.title_category.pink_light:before {
    background-color: #ff73d9;
}
.typical_text {
    overflow: auto;
}
.typical_text.grey h1,
.typical_text.grey h2,
.typical_text.grey h3,
.typical_text.grey h4,
.typical_text.grey li,
.typical_text.grey p {
    color: #fafafa;
}
.typical_text.purple_light h1,
.typical_text.purple_light h2,
.typical_text.purple_light h3,
.typical_text.purple_light h4,
.typical_text.purple_light li,
.typical_text.purple_light p {
    color: #a27fff;
}
.typical_text.small li,
.typical_text.small p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
    .typical_text.small li,
    .typical_text.small p {
        font-size: 16px;
        line-height: 25px;
    }
}
.typical_text.large li,
.typical_text.large p {
    font-size: clamp(18px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
}
.typical_text h1 {
    color: #291261;
    font-weight: 400;
    font-size: clamp(60px, 5.729vw, 110px);
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.07em;
    margin-bottom: 68px;
}
@media screen and (max-width: 991px) {
    .typical_text h1 {
        margin-bottom: 40px;
    }
}
.typical_text h2 {
    color: #291261;
    font-weight: 400;
    font-size: clamp(45px, 3.33vw, 64px);
    line-height: 101%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.05em;
    margin-bottom: 51px;
}
@media screen and (max-width: 991px) {
    .typical_text h2 {
        margin-bottom: 40px;
    }
}
.typical_text h3 {
    color: #291261;
    font-weight: 400;
    font-size: clamp(35px, 2.86vw, 55px);
    line-height: 109%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.05em;
    margin-bottom: 51px;
}
@media screen and (max-width: 991px) {
    .typical_text h3 {
        margin-bottom: 40px;
    }
}
.typical_text h4 {
    color: #291261;
    font-size: 24px;
    line-height: 28px;
    font-family: Borna, sans-serif;
    letter-spacing: -0.05em;
    margin-bottom: 32px;
}
.typical_text li,
.typical_text p {
    color: #291261;
    font-size: 22px;
    line-height: 33px;
    font-family: Manrope, sans-serif;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 1440px) {
    .typical_text li,
    .typical_text p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width: 991px) {
    .typical_text li,
    .typical_text p {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 767px) {
    .typical_text li,
    .typical_text p {
        font-size: 16px;
        line-height: 25px;
    }
}
.typical_text li a,
.typical_text p a {
    color: #291261;
    text-decoration: underline;
}
.typical_text li a:hover,
.typical_text p a:hover {
    text-decoration: none;
}
.typical_text ol,
.typical_text p,
.typical_text ul {
    margin-bottom: 32px;
}
.typical_text ol:last-child,
.typical_text p:last-child,
.typical_text ul:last-child {
    margin-bottom: 0;
}
.typical_text ul {
    list-style-type: disc;
    padding-left: 16px;
}
.typical_text ul li {
    margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
    .typical_text ul li {
        margin-bottom: 9px;
    }
}
.typical_text ul li:last-child {
    margin-bottom: 0;
}
.typical_text ol {
    padding-left: 20px;
}
.typical_text table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.typical_text tr:nth-child(even) {
    background-color: #fff;
}
.typical_text td,
.typical_text th {
    color: #291261;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    padding: 12px 15px;
    border-right: 1px solid #a27fff;
}
@media screen and (max-width: 767px) {
    .typical_text td,
    .typical_text th {
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 480px) {
    .typical_text td,
    .typical_text th {
        font-size: 12px;
        line-height: 16px;
        padding: 8px;
    }
}
.typical_text td:first-child,
.typical_text th:first-child {
    padding-left: 0;
}
.typical_text td:last-child,
.typical_text th:last-child {
    border-right: none;
}
.typical_text th {
    text-align: left;
    padding-top: 0;
    font-weight: 700;
}
.typical_text td:first-child {
    padding-left: 3px;
}
.intro_text {
    color: #291261;
    font-weight: 500;
    font-size: clamp(26px, 2.31vw, 40px);
    line-height: 140%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.05em;
}
.intro_text.grey {
    color: #fafafa;
}
.dropdown_wrap {
    position: relative;
}
.dropdown_box {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translate(0, -15px);
}
.dropdown_box.visible {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}
.fade_in {
    opacity: 0;
}
.top_panel {
    background-color: #a27fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}
.top_panel_wrap {
    position: relative;
    padding: 14px 400px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1440px) {
    .top_panel_wrap {
        padding: 14px 340px;
    }
}
@media screen and (max-width: 1200px) {
    .top_panel_wrap {
        padding: 14px 300px;
    }
}
@media screen and (max-width: 991px) {
    .top_panel_wrap {
        padding: 14px 0;
    }
}
@media screen and (max-width: 767px) {
    .top_panel_wrap {
        padding: 24px 0;
    }
}
.top_panel_nav {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
    .top_panel_nav {
        display: none;
    }
}
.top_panel_nav ul {
    display: flex;
}
.top_panel_nav li {
    margin-right: 52px;
}
@media screen and (max-width: 1440px) {
    .top_panel_nav li {
        margin-right: 39px;
    }
}
@media screen and (max-width: 1200px) {
    .top_panel_nav li {
        margin-right: 24px;
    }
}
.top_panel_nav li:last-child {
    margin-right: 0;
}
.top_panel_nav a {
    text-decoration: underline;
    color: #fafafa;
    font-size: 18px;
    line-height: 26px;
    font-family: Borna, sans-serif;
}
@media screen and (max-width: 1440px) {
    .top_panel_nav a {
        font-size: 16px;
        line-height: 24px;
    }
}
.top_panel_nav a:hover {
    text-decoration: none;
}
.top_panel_text {
    margin: 0 auto;
    text-align: center;
    color: #fafafa;
    font-size: 16px;
    line-height: 20px;
    font-family: Borna, sans-serif;
}
@media screen and (max-width: 1440px) {
    .top_panel_text {
        font-size: 14px;
    }
}
@media screen and (max-width: 945px) {
    .top_panel_text {
        margin: 0;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .top_panel_text {
        display: none;
        font-size: 12px;
        line-height: 16px;
    }
}
.top_panel_text strong {
    font-weight: 600;
}
.all {
    position: relative;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding-bottom: 21px;
    transition: all 0.3s;
}
@media screen and (max-width: 991px) {
    .header {
        padding: 0;
    }
}
.header.dark .header_logo_white {
    display: none;
}
.header.dark .header_logo_dark {
    display: block;
}
.header.dark .header_nav > ul > li > a {
    color: #291261;
}
.header.dark .header_toggle_text {
    color: #291261;
}
.header.hovered .header_logo_white {
    display: none;
}
@media screen and (max-width: 991px) {
    .header.hovered .header_logo_white {
        display: block;
    }
}
.header.hovered .header_logo_dark {
    display: block;
}
@media screen and (max-width: 991px) {
    .header.hovered .header_logo_dark {
        display: none;
    }
}
.header.hovered .header_nav > ul > li > a {
    color: #291261;
}
@media screen and (max-width: 991px) {
    .header.hovered .header_nav > ul > li > a {
        color: #fafafa;
    }
}
.header.sticky {
    position: fixed;
    background-color: #fafafa;
    padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
    .header.sticky {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.header.sticky .header_logo_white {
    display: none;
}
.header.sticky .header_logo_dark {
    display: block;
}
.header.sticky .header_nav > ul > li > a {
    color: #291261;
}
.header.sticky .header_toggle_text {
    color: #291261;
}
.header.active {
    position: fixed;
    background-color: #291261;
}
.header.active.dark .header_logo_white {
    display: block;
}
.header.active.dark .header_logo_dark {
    display: none;
}
.header.active.dark .header_nav > ul > li > a {
    color: #fafafa;
}
.header.active.dark .header_toggle_text {
    color: #fafafa;
}
@media screen and (max-width: 991px) {
    .header.submenu .header_logo_white {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .header.submenu .header_logo_dark {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .header.submenu .header_toggle_text {
        color: #291261;
    }
}
.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
}
@media screen and (max-width: 991px) {
    .header_wrap {
        height: 97px;
    }
}
.header_logo {
    position: relative;
    z-index: 6;
    max-width: 185px;
    margin-right: 24px;
}
@media screen and (max-width: 1440px) {
    .header_logo {
        max-width: 140px;
    }
}
@media screen and (max-width: 991px) {
    .header_logo {
        max-width: 154px;
    }
}
.header_logo svg {
    display: block;
    fill: #fff;
    transition: all 0.3s;
}
.header_logo_dark {
    display: none;
}
.header_navbar {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media screen and (max-width: 991px) {
    .header_navbar {
        position: fixed;
        top: 97px;
        left: 0;
        width: 100%;
        height: calc(100% - 97px);
        height: -webkit-fill-available;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        padding: 0 32px;
        background-color: #291261;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
}
@media screen and (max-width: 767px) {
    .header_navbar {
        padding: 0 20px;
    }
}
@media screen and (max-width: 991px) {
    .header_navbar.visible {
        opacity: 1;
        visibility: visible;
    }
}
.header_nav {
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    .header_nav {
        margin: 0;
    }
}
.header_nav > ul {
    display: flex;
}
@media screen and (max-width: 991px) {
    .header_nav > ul {
        display: block;
    }
}
.header_nav > ul > li {
    margin-right: 44px;
}
@media screen and (max-width: 1200px) {
    .header_nav > ul > li {
        margin-right: 32px;
    }
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li {
        margin-right: 0;
        margin-bottom: 12px;
    }
}
.header_nav > ul > li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li:last-child {
        margin-bottom: 0;
    }
}
.header_nav > ul > li:last-child > a {
    border-bottom: none;
}
.header_nav > ul > li.has_submenu:hover > a {
    font-weight: 600;
}
.header_nav > ul > li.has_submenu:hover > a:after {
    width: 100%;
}
.header_nav > ul > li.has_submenu:hover .header_submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li.has_submenu:hover .header_submenu {
        opacity: 0;
        visibility: hidden;
    }
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li.has_submenu.visible .header_submenu {
        opacity: 1;
        visibility: visible;
    }
}
.header_nav > ul > li > a {
    position: relative;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    padding: 14px 0;
    text-decoration: none;
    color: #fafafa;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-family: Borna, sans-serif;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .header_nav > ul > li > a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li > a {
        display: flex;
        justify-content: space-between;
        font-weight: 400;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -0.04em;
        padding: 36px 0;
        border-bottom: 0.5px solid #a27fff;
    }
}
.header_nav > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #a27fff;
    transition: all 0.3s;
}
.header_nav > ul > li > a:hover {
    font-weight: 600;
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li > a:hover {
        font-weight: 400;
    }
}
.header_nav > ul > li > a:hover:after {
    width: 100%;
}
.header_nav > ul > li > a svg {
    display: none;
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li > a svg {
        display: block;
        fill: #a27fff;
    }
}
.header_submenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #fafafa;
    padding: 158px 0 96px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .header_submenu {
        padding: 118px 0 72px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu {
        position: fixed;
        top: 0;
        z-index: 7;
        height: 100%;
        height: -webkit-fill-available;
        pointer-events: auto;
        padding: 97px 0 0;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu .container {
        height: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu_inner {
        height: 100%;
        overflow: auto;
        padding-top: 20px;
        padding-bottom: 84px;
        padding-left: 32px;
        padding-right: 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media screen and (max-width: 767px) {
    .header_submenu_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.header_submenu_wrap {
    display: flex;
}
@media screen and (max-width: 991px) {
    .header_submenu_wrap {
        display: block;
    }
}
.header_submenu_left {
    width: 20.81%;
    padding-right: 64px;
    border-right: 1px solid #a27fff;
}
@media screen and (max-width: 1440px) {
    .header_submenu_left {
        padding-right: 36px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu_left {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }
}
.header_submenu_description {
    max-width: 272px;
}
@media screen and (max-width: 991px) {
    .header_submenu_description {
        max-width: none;
        margin-bottom: 76px;
    }
}
.header_submenu_name {
    color: #a27fff;
    font-size: 16px;
    line-height: 1;
    font-family: Borna, sans-serif;
    margin-bottom: 38px;
}
@media screen and (max-width: 991px) {
    .header_submenu_name {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
}
.header_submenu_text {
    color: #291261;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    font-family: Borna, sans-serif;
    letter-spacing: -0.02em;
}
@media screen and (max-width: 1440px) {
    .header_submenu_text {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu_text {
        font-weight: 400;
        font-family: Manrope, sans-serif;
    }
}
.header_submenu_main {
    width: 79.19%;
    padding-left: 75px;
}
@media screen and (max-width: 1440px) {
    .header_submenu_main {
        padding-left: 56px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu_main {
        width: 100%;
        padding-left: 0;
    }
}
.submenu_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px -72px;
}
@media screen and (max-width: 1440px) {
    .submenu_wrap {
        margin: 0 -14px -54px;
    }
}
@media screen and (max-width: 991px) {
    .submenu_wrap {
        display: block;
        margin: 0;
    }
}
.submenu_item {
    text-decoration: none;
    width: calc(33.33% - 36px);
    margin: 0 18px 72px;
}
.submenu_item.more_margin_r {
    margin-right: 2rem;
}
@media screen and (max-width: 1440px) {
    .submenu_item {
        width: calc(33.33% - 28px);
        margin: 0 14px 54px;
    }
}
@media screen and (max-width: 991px) {
    .submenu_item {
        display: block;
        width: 100%;
        margin: 0 0 48px;
    }
}
@media screen and (max-width: 991px) {
    .submenu_item:last-child {
        margin-bottom: 0;
    }
}
.submenu_item_img {
    height: 206px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 21px;
}
@media screen and (max-width: 1440px) {
    .submenu_item_img {
        height: 155px;
    }
}
@media screen and (max-width: 991px) {
    .submenu_item_img {
        display: none;
    }
}
.submenu_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.submenu_item_name {
    color: #291261;
    font-size: clamp(25px, 1.5625vw, 30px);
    line-height: 133%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.05em;
    margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
    .submenu_item_name {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        letter-spacing: -0.03em;
    }
}
.submenu_item_name svg {
    display: none;
}
@media screen and (max-width: 991px) {
    .submenu_item_name svg {
        display: block;
        margin-left: 24px;
        fill: #a27fff;
    }
}
.submenu_item_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #291261;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 1440px) {
    .submenu_item_text {
        font-size: 14px;
        line-height: 23px;
    }
}
@media screen and (max-width: 991px) {
    .submenu_item_text {
        display: none;
    }
}
.submenu_item_text svg {
    position: relative;
    bottom: 5px;
    min-width: 11px;
    margin-left: 24px;
    fill: #a27fff;
    right: 20px;
}
.header_submenu_btn {
    display: none;
}
@media screen and (max-width: 991px) {
    .header_submenu_btn {
        display: inline-flex;
        justify-content: center;
        min-width: 199px;
        margin: 48px auto 0;
    }
}
@media screen and (max-width: 576px) {
    .header_submenu_btn {
        width: 100%;
    }
}
.header_back {
    display: none;
}
@media screen and (max-width: 991px) {
    .header_back {
        display: block;
        border-bottom: 0.5px solid #a27fff;
        padding-bottom: 29px;
        margin-bottom: 29px;
    }
}
@media screen and (max-width: 991px) {
    .header_back svg {
        margin-left: 14px;
    }
}
@media screen and (max-width: 991px) {
    .header_back_link {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #a27fff;
        font-size: 16px;
        line-height: 18px;
        font-family: Borna, sans-serif;
    }
}
.header_back_link svg {
    fill: #a27fff;
    margin-right: 10px;
}
.header_right {
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .header_right {
        flex-direction: column;
        justify-content: center;
        margin-top: auto;
        padding: 36px 0 84px;
    }
}
.header_right .btn {
    justify-content: center;
    font-size: 18px;
    min-width: 163px;
    padding: 13px 10px;
}
@media screen and (max-width: 1440px) {
    .header_right .btn {
        font-size: 16px;
        min-width: 130px;
    }
}
@media screen and (max-width: 991px) {
    .header_right .btn {
        margin-top: 35px;
        font-size: 18px;
        min-width: 199px;
    }
}
@media screen and (max-width: 576px) {
    .header_right .btn {
        width: 100%;
    }
}
.header_right .btn svg {
    display: none;
}
@media screen and (max-width: 991px) {
    .header_right .btn svg {
        display: block;
        margin-left: 14px;
    }
}
.header_links {
    display: none;
}
@media screen and (max-width: 991px) {
    .header_links {
        display: block;
        width: 100%;
    }
}
.header_links ul {
    display: flex;
    justify-content: center;
    gap: 0 56px;
}
@media screen and (max-width: 576px) {
    .header_links ul {
        justify-content: space-between;
        gap: 0 16px;
    }
}
.header_links a {
    text-decoration: none;
    color: #a27fff;
    font-size: 20px;
    line-height: 28px;
}
.header_links a:hover {
    text-decoration: underline;
}
.header_toggle {
    cursor: pointer;
    position: relative;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0;
    display: none;
    margin-left: 12px;
    transition: all 0.3s;
}
@media screen and (max-width: 991px) {
    .header_toggle {
        display: flex;
        align-items: center;
    }
}
.header_toggle.active .header_toggle_inner {
    background-color: transparent;
    width: 25px;
    height: 25px;
}
.header_toggle.active .header_toggle_inner span {
    background: 0 0;
    border: none;
}
.header_toggle.active .header_toggle_inner span:before {
    top: 2px;
    transform: rotate(45deg);
}
.header_toggle.active .header_toggle_inner span:after {
    bottom: -2px;
    transform: rotate(-45deg);
}
.header_toggle_text {
    color: #fafafa;
    font-size: 18px;
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.02em;
    margin-right: 10px;
    transition: all 0.3s;
}
.header_toggle_inner {
    position: relative;
    width: 25px;
    height: 18px;
    transition: all 0.3s;
}
.header_toggle_inner span {
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 2px;
    background: #a27fff;
    transition: all 0.3s;
}
.header_toggle_inner span:after,
.header_toggle_inner span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #a27fff;
    content: "";
    transition: all 0.3s;
}
.header_toggle_inner span:before {
    top: -9px;
}
.header_toggle_inner span:after {
    bottom: -9px;
}
.header_toggle_inner span:focus {
    outline: 0;
}
.all {
    position: relative;
}
.top_section {
    position: relative;
}
.top_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.top_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 61.04%;
    background: linear-gradient(-90deg, rgba(12, 2, 36, 0), rgba(13, 2, 39, 0.9) 100%);
}
@media screen and (max-width: 767px) {
    .top_bg:before {
        top: auto;
        bottom: 0;
        background: linear-gradient(180deg, rgba(15, 3, 44, 0), #0f042a 100%);
        opacity: 0.8;
        width: 100%;
        height: 50%;
    }
}
.top_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 18%;
    width: 100%;
    background: linear-gradient(0deg, rgba(5, 0, 18, 0), rgba(15, 15, 15, 0.8) 100%);
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .top_bg:after {
        height: 50%;
        background: linear-gradient(0deg, rgba(15, 3, 44, 0), #0f042a 100%);
        opacity: 0.8;
    }
}
.top_bg img,
.top_bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_bg video {
    vertical-align: top;
}
.top_inner {
    position: relative;
    z-index: 2;
    padding: 210px 0 100px;
    min-height: 980px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1440px) {
    .top_inner {
        padding: 158px 0 75px;
        min-height: 735px;
    }
}
@media screen and (max-width: 991px) {
    .top_inner {
        padding: 129px 0 43px;
    }
}
.top_description .title_category {
    margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
    .top_description .title_category {
        font-size: 12px;
        padding-left: 17px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .top_description .title_category:before {
        top: 2px;
    }
}
.top_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .top_row {
        display: block;
        margin-top: 64px;
    }
}
.top_row_left {
    padding-right: 64px;
}
@media screen and (max-width: 767px) {
    .top_row_left {
        padding-right: 0;
    }
}
.top_row_description {
    max-width: 600px;
}
@media screen and (max-width: 1440px) {
    .top_row_description {
        max-width: 450px;
    }
}
@media screen and (max-width: 767px) {
    .top_row_description {
        max-width: none;
    }
}
.top_row_description .title_page {
    margin-bottom: 21px;
}
.top_row_description .typical_text p {
    letter-spacing: -0.05em;
}
.top_row_description .link {
    margin-top: 60px;
}
@media screen and (max-width: 1440px) {
    .top_row_description .link {
        margin-top: 45px;
    }
}
@media screen and (max-width: 767px) {
    .top_row_description .link {
        margin-top: 24px;
    }
}
@media screen and (max-width: 767px) {
    .top_row_right {
        margin-top: 43px;
    }
}
.top_boxes {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 260px;
}
@media screen and (max-width: 1440px) {
    .top_boxes {
        min-width: 220px;
    }
}
.top_box_item {
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 118px;
    padding: 16px 15px 15px;
    margin-bottom: 12px;
}
@media screen and (max-width: 1440px) {
    .top_box_item {
        min-height: 90px;
    }
}
@media screen and (max-width: 767px) {
    .top_box_item {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        min-height: 70px;
        padding: 17px;
        margin-bottom: 15px;
    }
}
.top_box_item:last-child {
    margin-bottom: 0;
}
.top_box_item.purple {
    background-color: #291261;
}
.top_box_item.purple .top_box_plus:after,
.top_box_item.purple .top_box_plus:before {
    background-color: #a27fff;
}
.top_box_item.green {
    background-color: #005955;
}
.top_box_item.green .top_box_plus:after,
.top_box_item.green .top_box_plus:before {
    background-color: #1bf1a8;
}
.top_box_item.blue_light {
    background-color: #54efff;
}
.top_box_item.blue_light .top_box_name {
    color: #002b54;
}
.top_box_item.blue_light .top_box_plus:after,
.top_box_item.blue_light .top_box_plus:before {
    background-color: #002b54;
}
.top_box_curve {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 83.07%;
    object-fit: cover;
    object-position: left center;
}
@media screen and (max-width: 767px) {
    .top_box_curve {
        object-position: left 25%;
    }
}
.top_box_name {
    color: #fafafa;
    font-size: 18px;
    line-height: 22px;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 1440px) {
    .top_box_name {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .top_box_name {
        order: 2;
    }
}
.top_box_plus {
    position: relative;
    width: 19px;
    height: 19px;
    margin-top: 16px;
}
@media screen and (max-width: 767px) {
    .top_box_plus {
        order: 1;
        margin-top: 0;
        margin-right: 14px;
    }
}
.top_box_plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
}
.top_box_plus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
}
.top_home .top_row_description {
    max-width: 763px;
}
@media screen and (max-width: 1440px) {
    .top_home .top_row_description {
        max-width: 572px;
    }
}
@media screen and (max-width: 767px) {
    .top_home .top_row_description {
        max-width: none;
    }
}
.content_section {
    position: relative;
    overflow: hidden;
    padding: 140px 0;
}
@media screen and (max-width: 1440px) {
    .content_section {
        padding: 150px 0;
    }
}
@media screen and (max-width: 991px) {
    .content_section {
        padding: 96px 0;
    }
}
.content_section.p_no {
    padding: 0;
}
.content_section.pt_no {
    padding-top: 0;
}
.content_section.pb_no {
    padding-bottom: 0;
}
.content_section.p_280 {
    padding: 280px 0;
}
@media screen and (max-width: 1440px) {
    .content_section.p_280 {
        padding: 210px 0;
    }
}
@media screen and (max-width: 991px) {
    .content_section.p_280 {
        padding: 96px 0;
    }
}
.content_section.pt_280 {
    padding-top: 280px;
}
@media screen and (max-width: 1440px) {
    .content_section.pt_280 {
        padding-top: 210px;
    }
}
@media screen and (max-width: 991px) {
    .content_section.pt_280 {
        padding-top: 96px;
    }
}
.content_section.pb_280 {
    padding-bottom: 280px;
}
@media screen and (max-width: 1440px) {
    .content_section.pb_280 {
        padding-bottom: 210px;
    }
}
@media screen and (max-width: 991px) {
    .content_section.pb_280 {
        padding-bottom: 96px;
    }
}
.content_section.p_180 {
    padding: 180px 0;
}
@media screen and (max-width: 991px) {
    .content_section.p_180 {
        padding: 96px 0;
    }
}
.content_section.pt_180 {
    padding-top: 180px;
}
@media screen and (max-width: 991px) {
    .content_section.pt_180 {
        padding-top: 96px;
    }
}
.content_section.pb_180 {
    padding-bottom: 180px;
}
@media screen and (max-width: 991px) {
    .content_section.pb_180 {
        padding-bottom: 96px;
    }
}
.content_section.p_160 {
    padding: 160px 0;
}
@media screen and (max-width: 991px) {
    .content_section.p_160 {
        padding: 96px 0;
    }
}
.content_section.pt_160 {
    padding-top: 160px;
}
@media screen and (max-width: 991px) {
    .content_section.pt_160 {
        padding-top: 96px;
    }
}
.content_section.pb_160 {
    padding-bottom: 160px;
}
@media screen and (max-width: 991px) {
    .content_section.pb_160 {
        padding-bottom: 96px;
    }
}
.content_section.p_130 {
    padding: 132px 0;
}
@media screen and (max-width: 991px) {
    .content_section.p_130 {
        padding: 96px 0;
    }
}
.content_section.pt_130 {
    padding-top: 132px;
}
@media screen and (max-width: 991px) {
    .content_section.pt_130 {
        padding-top: 96px;
    }
}
.content_section.pb_130 {
    padding-bottom: 132px;
}
@media screen and (max-width: 991px) {
    .content_section.pb_130 {
        padding-bottom: 96px;
    }
}
.content_section.p_100 {
    padding: 100px 0;
}
@media screen and (max-width: 991px) {
    .content_section.p_100 {
        padding: 80px 0;
    }
}
.content_section.pt_100 {
    padding-top: 100px;
}
@media screen and (max-width: 991px) {
    .content_section.pt_100 {
        padding-top: 80px;
    }
}
.content_section.pb_100 {
    padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
    .content_section.pb_100 {
        padding-bottom: 80px;
    }
}
.content_section.p_90 {
    padding: 90px 0;
}
@media screen and (max-width: 991px) {
    .content_section.p_90 {
        padding: 80px 0;
    }
}
.content_section.pt_90 {
    padding-top: 90px;
}
@media screen and (max-width: 991px) {
    .content_section.pt_90 {
        padding-top: 80px;
    }
}
.content_section.pb_90 {
    padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
    .content_section.pb_90 {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 767px) {
    .content_section.pm_no {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .content_section.ptm_no {
        padding-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .content_section.pbm_no {
        padding-bottom: 0;
    }
}
.content_description {
    margin-bottom: 103px;
}
.content_description.mb_64 {
    margin-bottom: 64px;
}
.content_description.mb_64 .title_category {
    margin-bottom: 19px;
}
.content_description .title_category {
    margin-bottom: 49px;
}
.content_description .title_section {
    margin-bottom: 49px;
}
.content_description .typical_text {
    max-width: 893px;
}
.content_row {
    display: flex;
    gap: 0 20px;
}
@media screen and (max-width: 767px) {
    .content_row {
        display: block;
    }
}
.content_row_left {
    width: 33.33%;
    padding-right: 64px;
}
@media screen and (max-width: 767px) {
    .content_row_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
}
.content_row_right {
    width: 66.66%;
}
@media screen and (max-width: 767px) {
    .content_row_right {
        width: 100%;
    }
}
.content_row_description {
    max-width: 740px;
}
@media screen and (max-width: 767px) {
    .content_row_description {
        max-width: none;
    }
}
.content_row_description .title_section {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .content_row_description .title_section {
        margin-bottom: 26px;
    }
}
.content_row_description .btn {
    margin-top: 39px;
}
.panel_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
    .panel_content {
        display: block;
        margin-bottom: 40px;
    }
}
.panel_content .btn {
    min-width: 173px;
}
@media screen and (max-width: 767px) {
    .panel_content .btn {
        min-width: 199px;
    }
}
.panel_content_description {
    max-width: 851px;
}
@media screen and (max-width: 1440px) {
    .panel_content_description {
        max-width: 640px;
    }
}
.panel_content_description .title_category {
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .panel_content_description .title_category {
        margin-bottom: 26px;
    }
}
.panel_content_description .title_section {
    max-width: 986px;
}
@media screen and (max-width: 1440px) {
    .panel_content_description .title_section {
        max-width: 740px;
    }
}
@media screen and (max-width: 767px) {
    .panel_content_description .title_section {
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    .panel_content_right {
        margin-top: 22px;
    }
}
.we_are {
    position: relative;
    overflow: hidden;
    padding: 157px 0 273px;
    border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1440px) {
    .we_are {
        padding: 118px 0 204px;
    }
}
@media screen and (max-width: 991px) {
    .we_are {
        padding: 95px 0 96px;
    }
}
@media screen and (max-width: 767px) {
    .we_are {
        padding: 95px 0 0;
    }
}
.we_are_curve {
    position: absolute;
    top: 34px;
    right: 0;
    width: 41.35%;
}
@media screen and (max-width: 767px) {
    .we_are_curve {
        position: static;
        width: 100%;
        margin-top: 56px;
    }
}
.we_are_info {
    position: relative;
    z-index: 2;
    max-width: 903px;
    width: 52.5%;
}
@media screen and (max-width: 767px) {
    .we_are_info {
        width: 100%;
    }
}
.we_are_info .info_slider {
    max-width: 807px;
    margin: 146px 0 0;
}
@media screen and (max-width: 1440px) {
    .we_are_info .info_slider {
        margin-top: 110px;
    }
}
@media screen and (max-width: 991px) {
    .we_are_info .info_slider {
        margin-top: 75px;
    }
}
.we_are_info .btn {
    margin-top: 68px;
}
@media screen and (max-width: 991px) {
    .we_are_info .btn {
        margin-top: 95px;
    }
}
.we_are_description .title_category {
    margin-bottom: 68px;
}
@media screen and (max-width: 991px) {
    .we_are_description .title_category {
        margin-bottom: 40px;
    }
}
.we_are_description .title_block {
    margin-bottom: 41px;
}
@media screen and (max-width: 991px) {
    .we_are_description .title_block {
        margin-bottom: 40px;
    }
}
.info_slider.swiper {
    padding-left: 52px;
}
@media screen and (max-width: 767px) {
    .info_slider.swiper {
        padding-left: 30px;
    }
}
.info_dots {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.info_dots .swiper-pagination-bullet {
    cursor: pointer;
    width: 5px;
    height: 10px;
    min-height: 10px;
    margin-bottom: 12px;
    background-color: #a27fff;
    opacity: 0.5;
    transition: all 0.3s;
}
.info_dots .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}
.info_dots .swiper-pagination-bullet-active {
    opacity: 1;
    flex: 1 0 auto;
}
.info_slide_name {
    color: #a27fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
    .info_slide_name {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 14px;
    }
}
.we_do {
    overflow: hidden;
    padding: 189px 0 76px;
}
@media screen and (max-width: 991px) {
    .we_do {
        padding: 128px 0 54px;
    }
}
.cards_flex {
    display: flex;
    gap: 0 20px;
}
@media screen and (max-width: 1200px) {
    .cards_flex {
        display: block;
    }
}
.card_flex_item {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    flex: 1 1 100%;
    transition: flex-basis 0.3s;
}
@media screen and (max-width: 1200px) {
    .card_flex_item {
        margin-bottom: 14px;
    }
}
.card_flex_item:hover {
    flex-basis: 152.32%;
}
.card_flex_item:hover .card_flex_link {
    margin-left: 150px;
}
@media screen and (max-width: 1200px) {
    .card_flex_item:hover .card_flex_link {
        margin-left: 40px;
    }
}
.card_flex_item:hover .card_flex_link span {
    opacity: 1;
}
@media screen and (max-width: 1200px) {
    .card_flex_item:last-child {
        margin-bottom: 0;
    }
}
.card_flex_item.purple {
    background-color: #291261;
}
.card_flex_item.purple .title_category {
    color: #a27fff;
}
.card_flex_item.purple .title_category:before {
    background-color: #a27fff;
}
.card_flex_item.purple .btn_arrow {
    border-color: #a27fff;
    background-color: #a27fff;
}
.card_flex_item.purple .btn_arrow svg {
    fill: #fafafa;
}
.card_flex_item.purple .card_flex_link span {
    color: #a27fff;
}
.card_flex_item.purple .card_flex_name {
    color: #a27fff;
}
.card_flex_item.purple_light {
    background-color: #a27fff;
}
.card_flex_item.purple_light .title_category {
    color: #fafafa;
}
.card_flex_item.purple_light .title_category:before {
    background-color: #fafafa;
}
.card_flex_item.purple_light .btn_arrow {
    border-color: #fafafa;
    background-color: #fafafa;
}
.card_flex_item.purple_light .btn_arrow svg {
    fill: #002b54;
}
.card_flex_item.green {
    background-color: #005955;
}
.card_flex_item.green .title_category {
    color: #1bf1a8;
}
.card_flex_item.green .title_category:before {
    background-color: #1bf1a8;
}
.card_flex_item.green .btn_arrow {
    border-color: #1bf1a8;
    background-color: #1bf1a8;
}
.card_flex_item.green .btn_arrow svg {
    fill: #002b54;
}
.card_flex_item.green .card_flex_link span {
    color: #1bf1a8;
}
.card_flex_item.green .card_flex_name {
    color: #1bf1a8;
}
.card_flex_item.green_light {
    background-color: #1bf1a8;
}
.card_flex_item.green_light .title_category {
    color: #005955;
}
.card_flex_item.green_light .title_category:before {
    background-color: #005955;
}
.card_flex_item.green_light .btn_arrow {
    border-color: #fafafa;
    background-color: #fafafa;
}
.card_flex_item.green_light .btn_arrow svg {
    fill: #005955;
}
.card_flex_item.green_light .card_flex_link span {
    color: #005955;
}
.card_flex_item.green_light .card_flex_name {
    color: #005955;
}
.card_flex_item.green_light .card_flex_text {
    color: #005955;
}
.card_flex_item.blue {
    background-color: #002b54;
}
.card_flex_item.blue .title_category {
    color: #54efff;
}
.card_flex_item.blue .title_category:before {
    background-color: #54efff;
}
.card_flex_item.blue .btn_arrow {
    border-color: #54efff;
    background-color: #54efff;
}
.card_flex_item.blue .btn_arrow svg {
    fill: #002b54;
}
.card_flex_item.blue .card_flex_link span {
    color: #54efff;
}
.card_flex_item.blue .card_flex_name {
    color: #54efff;
}
.card_flex_item.blue_light {
    background-color: #54efff;
}
.card_flex_item.blue_light .title_category {
    color: #002b54;
}
.card_flex_item.blue_light .title_category:before {
    background-color: #002b54;
}
.card_flex_item.blue_light .btn_arrow {
    border-color: #fafafa;
    background-color: #fafafa;
}
.card_flex_item.blue_light .btn_arrow svg {
    fill: #002b54;
}
.card_flex_item.blue_light .card_flex_link span {
    color: #002b54;
}
.card_flex_item.blue_light .card_flex_name {
    color: #002b54;
}
.card_flex_item.blue_light .card_flex_text {
    color: #002b54;
}
.card_flex_item.pink {
    background-color: #920048;
}
.card_flex_item.pink .title_category {
    color: #ff73d9;
}
.card_flex_item.pink .title_category:before {
    background-color: #ff73d9;
}
.card_flex_item.pink .btn_arrow {
    border-color: #ff73d9;
    background-color: #ff73d9;
}
.card_flex_item.pink .btn_arrow svg {
    fill: #920048;
}
.card_flex_item.pink_light {
    background-color: #ff73d9;
}
.card_flex_item.pink_light .title_category {
    color: #920048;
}
.card_flex_item.pink_light .title_category:before {
    background-color: #920048;
}
.card_flex_item.pink_light .btn_arrow {
    border-color: #fafafa;
    background-color: #fafafa;
}
.card_flex_item.pink_light .btn_arrow svg {
    fill: #920048;
}
.card_flex_item.pink_light .card_flex_link span {
    color: #920048;
}
.card_flex_item.pink_light .card_flex_name {
    color: #920048;
}
.card_flex_item.pink_light .card_flex_text {
    color: #920048;
}
.card_flex_item.variant_1 .card_flex_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 72.85%;
}
@media screen and (max-width: 1200px) {
    .card_flex_item.variant_1 .card_flex_img {
        width: 72.75%;
    }
}
.card_flex_item.variant_2 .card_flex_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card_flex_item.variant_2 .card_flex_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(8, 1, 24, 0), rgba(6, 1, 19, 0.4) 100%);
}
.card_flex_item.variant_3:hover .card_flex_img {
    transform: scale(1.5, 1.5);
    /* width: 382px;
    height: 280px; */
}
@media screen and (max-width: 1200px) {
    .card_flex_item.variant_3:hover .card_flex_img {
        transform: scale(1, 1);
    }
}
.card_flex_item.variant_3.thin .card_flex_img {
    width: 156px;
}
@media screen and (max-width: 1440px) {
    .card_flex_item.variant_3.thin .card_flex_img {
        width: 117px;
    }
}
@media screen and (max-width: 1280px) {
    .card_flex_item.variant_3.thin .card_flex_img {
        width: 88px;
    }
}
@media screen and (max-width: 1200px) {
    .card_flex_item.variant_3.thin .card_flex_img {
        width: 182px;
    }
}
@media screen and (max-width: 390px) {
    .card_flex_item.variant_3.thin .card_flex_img {
        width: 128px;
    }
}
.card_flex_item.variant_3 .card_flex_top {
    padding-right: 228px;
}
@media screen and (max-width: 1440px) {
    .card_flex_item.variant_3 .card_flex_top {
        padding-right: 171px;
    }
}
@media screen and (max-width: 1280px) {
    .card_flex_item.variant_3 .card_flex_top {
        padding-right: 128px;
    }
}
@media screen and (max-width: 1200px) {
    .card_flex_item.variant_3 .card_flex_top {
        padding-right: 182px;
    }
}
@media screen and (max-width: 390px) {
    .card_flex_item.variant_3 .card_flex_top {
        padding-right: 128px;
    }
}
.card_flex_item.variant_3 .card_flex_img {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 228px;
    height: 204px;
    border-radius: 10px;
    overflow: hidden;
    transform-origin: right top;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .card_flex_item.variant_3 .card_flex_img {
        width: 171px;
        height: 153px;
    }
}
@media screen and (max-width: 1280px) {
    .card_flex_item.variant_3 .card_flex_img {
        width: 128px;
        height: 115px;
    }
}
@media screen and (max-width: 1200px) {
    .card_flex_item.variant_3 .card_flex_img {
        width: 182px;
        height: 164px;
    }
}
@media screen and (max-width: 390px) {
    .card_flex_item.variant_3 .card_flex_img {
        width: 128px;
        height: 115px;
    }
}
.card_flex_item .title_category.grey:before {
    background-color: #fafafa;
}
.card_flex_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_flex_body {
    position: relative;
    z-index: 2;
    min-height: 623px;
    padding: 40px 45px 45px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1440px) {
    .card_flex_body {
        min-height: 468px;
        padding: 30px 35px 35px 30px;
    }
}
@media screen and (max-width: 1280px) {
    .card_flex_body {
        padding: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .card_flex_body {
        min-height: 400px;
        padding: 24px 24px 28px 24px;
    }
}
@media screen and (max-width: 767px) {
    .card_flex_body .title_category {
        padding-left: 14px;
    }
}
@media screen and (max-width: 767px) {
    .card_flex_body .title_category:before {
        width: 5px;
        height: 5px;
    }
}
.card_flex_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.card_flex_link {
    position: relative;
    margin-left: 24px;
    transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
    .card_flex_link {
        margin-left: 40px;
    }
}
.card_flex_link span {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    text-decoration: underline;
    color: #fafafa;
    font-size: 18px;
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.02em;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
    .card_flex_link span {
        display: none;
    }
}
.card_flex_name {
    color: #fafafa;
    font-size: clamp(30px, 2.447vw, 47px);
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}
.card_flex_name.pink_light {
    color: #ff73d9;
}
.card_flex_text {
    color: #fafafa;
    font-size: clamp(16px, 1.041vw, 20px);
    line-height: 140%;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 1200px) {
    .card_flex_text br {
        display: none;
    }
}
.training_section {
    overflow: hidden;
    padding: 227px 0 277px;
}
@media screen and (max-width: 1440px) {
    .training_section {
        padding: 170px 0 208px;
    }
}
@media screen and (max-width: 991px) {
    .training_section {
        padding: 123px 0 159px;
    }
}
.switch_wrap {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .switch_wrap {
        display: block;
    }
}
.switch_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50.76%;
    padding-right: 64px;
}
@media screen and (max-width: 991px) {
    .switch_left {
        width: 100%;
        margin-bottom: 43px;
        padding-right: 0;
    }
}
.switch_description {
    max-width: 451px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
    .switch_description {
        max-width: 400px;
    }
}
@media screen and (max-width: 991px) {
    .switch_description {
        margin-bottom: 90px;
    }
}
.switch_description .title_category {
    margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
    .switch_description .title_category {
        margin-bottom: 40px;
    }
}
.switch_description .title_section {
    margin-bottom: 56px;
}
@media screen and (max-width: 1440px) {
    .switch_description .title_section {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .switch_description .title_section {
        margin-bottom: 40px;
    }
}
.switch_description .btn {
    margin-top: 72px;
}
@media screen and (max-width: 1440px) {
    .switch_description .btn {
        margin-top: 56px;
    }
}
@media screen and (max-width: 991px) {
    .switch_description .btn {
        margin-top: 17px;
    }
}
.switch_nav {
    max-width: 626px;
}
@media screen and (max-width: 991px) {
    .switch_nav {
        max-width: none;
    }
}
.switch_nav_item {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 41px 0;
    border-bottom: 1px solid #a27fff;
}
@media screen and (max-width: 1440px) {
    .switch_nav_item {
        padding: 35px 0;
    }
}
@media screen and (max-width: 991px) {
    .switch_nav_item {
        padding: 17px 0;
    }
}
.switch_nav_item:hover .switch_nav_arrow {
    background-color: #a27fff;
}
.switch_nav_item:hover .switch_nav_arrow svg {
    fill: #fafafa;
}
.switch_nav_item.current .switch_nav_arrow {
    background-color: #a27fff;
}
.switch_nav_item.current .switch_nav_arrow svg {
    fill: #fafafa;
}
.switch_nav_name {
    color: #291261;
    font-size: clamp(25px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
    margin-right: 16px;
    transition: all 0.3s;
}
.switch_nav_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #a27fff;
    border-radius: 5px;
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-left: auto;
    transition: all 0.3s;
}
.switch_nav_arrow svg {
    display: block;
    fill: #a27fff;
    transition: all 0.3s;
}
.switch_right {
    width: 49.24%;
}
@media screen and (max-width: 991px) {
    .switch_right {
        width: 100%;
        margin: 0;
    }
}
.switch_slider.swiper {
    height: 100%;
}
.switch_item {
    position: relative;
    min-height: 847px;
    padding: 28px 21px;
}
@media screen and (max-width: 1440px) {
    .switch_item {
        min-height: 635px;
    }
}
@media screen and (max-width: 991px) {
    .switch_item {
        min-height: 533px;
    }
}
@media screen and (max-width: 767px) {
    .switch_item {
        padding: 15px 8px;
    }
}
.switch_item.swiper-slide {
    display: flex;
    align-items: flex-end;
}
.switch_item_info {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    padding: 29px 35px 35px;
    min-height: 457px;
    width: 69.19%;
    max-width: 557px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1440px) {
    .switch_item_info {
        min-height: 420px;
        width: 75%;
        padding: 22px 26px 26px;
    }
}
@media screen and (max-width: 991px) {
    .switch_item_info {
        min-height: auto;
        padding: 20px 21px 15px;
    }
}
@media screen and (max-width: 767px) {
    .switch_item_info {
        width: 100%;
        max-width: none;
    }
}
.switch_item_info.purple_light {
    background-color: #a27fff;
}
.switch_item_info.purple_light .switch_item_num {
    color: #291261;
}
.switch_item_info.purple_light .switch_item_name {
    color: #291261;
}
.switch_item_info.purple_light .switch_item_link {
    color: #291261;
}
.switch_item_info.purple_light .btn_arrow svg {
    fill: #291261;
}
.switch_item_info.purple {
    background-color: #291261;
}
.switch_item_info.purple .switch_item_num {
    color: #a27fff;
}
.switch_item_info.purple .switch_item_name {
    color: #a27fff;
}
.switch_item_info.purple .typical_text p {
    color: #a27fff;
}
.switch_item_info.purple .switch_item_link {
    color: #a27fff;
}
.switch_item_info.purple .btn_arrow svg {
    fill: #a27fff;
}
.switch_item_info.blue_light {
    background-color: #54efff;
}
.switch_item_info.blue_light .switch_item_num {
    color: #002b54;
}
.switch_item_info.blue_light .switch_item_name {
    color: #002b54;
}
.switch_item_info.blue_light .typical_text p {
    color: #002b54;
}
.switch_item_info.blue_light .switch_item_link {
    color: #002b54;
}
.switch_item_info.blue_light .btn_arrow svg {
    fill: #002b54;
}
.switch_item_info.blue {
    background-color: #002b54;
}
.switch_item_info.blue .switch_item_num {
    color: #54efff;
}
.switch_item_info.blue .switch_item_name {
    color: #54efff;
}
.switch_item_info.blue .typical_text p {
    color: #54efff;
}
.switch_item_info.blue .switch_item_link {
    color: #54efff;
}
.switch_item_info.blue .btn_arrow svg {
    fill: #54efff;
}
.switch_item_info.green_light {
    background-color: #1bf1a8;
}
.switch_item_info.green_light .switch_item_num {
    color: #005955;
}
.switch_item_info.green_light .switch_item_name {
    color: #005955;
}
.switch_item_info.green_light .typical_text p {
    color: #005955;
}
.switch_item_info.green_light .switch_item_link {
    color: #005955;
}
.switch_item_info.green_light .btn_arrow svg {
    fill: #005955;
}
.switch_item_info.green {
    background-color: #005955;
}
.switch_item_info.green .switch_item_num {
    color: #1bf1a8;
}
.switch_item_info.green .switch_item_name {
    color: #1bf1a8;
}
.switch_item_info.green .typical_text p {
    color: #1bf1a8;
}
.switch_item_info.green .switch_item_link {
    color: #1bf1a8;
}
.switch_item_info.green .btn_arrow svg {
    fill: #1bf1a8;
}
.switch_item_info.pink_light {
    background-color: #ff73d9;
}
.switch_item_info.pink_light .switch_item_num {
    color: #920048;
}
.switch_item_info.pink_light .switch_item_name {
    color: #920048;
}
.switch_item_info.pink_light .typical_text p {
    color: #920048;
}
.switch_item_info.pink_light .switch_item_link {
    color: #920048;
}
.switch_item_info.pink_light .btn_arrow svg {
    fill: #920048;
}
.switch_item_info.pink {
    background-color: #920048;
}
.switch_item_info.pink .switch_item_num {
    color: #ff73d9;
}
.switch_item_info.pink .switch_item_name {
    color: #ff73d9;
}
.switch_item_info.pink .typical_text p {
    color: #ff73d9;
}
.switch_item_info.pink .switch_item_link {
    color: #ff73d9;
}
.switch_item_info.pink .btn_arrow svg {
    fill: #ff73d9;
}
.switch_item_info .btn_arrow {
    background-color: #fafafa;
    border-color: #fafafa;
}
.switch_item_curve {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 63.37%;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .switch_item_curve {
        width: 54.56%;
    }
}
.switch_item_curve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.switch_item_top {
    position: relative;
    z-index: 2;
}
.switch_item_num {
    font-size: 16px;
    line-height: 18px;
    font-family: Borna, sans-serif;
}
.switch_item_bottom {
    position: relative;
    z-index: 2;
    margin-top: 40px;
}
@media screen and (max-width: 991px) {
    .switch_item_bottom {
        margin-top: 29px;
    }
}
.switch_item_bottom .typical_text {
    max-width: 268px;
}
@media screen and (max-width: 767px) {
    .switch_item_bottom .typical_text {
        max-width: 213px;
    }
}
.switch_item_name {
    font-size: clamp(25px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
    margin-bottom: 21px;
}
@media screen and (max-width: 991px) {
    .switch_item_name {
        margin-bottom: 13px;
    }
}
.switch_item_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}
@media screen and (max-width: 991px) {
    .switch_item_row {
        margin-top: 22px;
    }
}
@media screen and (max-width: 767px) {
    .switch_item_row .btn_arrow {
        display: none;
    }
}
.switch_item_link {
    text-decoration: underline;
    font-size: 18px;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
    .switch_item_link {
        font-size: 16px;
    }
}
.switch_item_link:hover {
    text-decoration: none;
}
.switch_item_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.switch_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.process_section {
    padding: 189px 0 316px;
}
@media screen and (max-width: 1440px) {
    .process_section {
        padding: 142px 0 237px;
    }
}
@media screen and (max-width: 991px) {
    .process_section {
        padding: 124px 0 110px;
        border-radius: 10px;
    }
}
.process_description {
    position: relative;
    z-index: 2;
    width: 67.44%;
    max-width: 1160px;
    margin-bottom: 39px;
}
@media screen and (max-width: 991px) {
    .process_description {
        width: 100%;
        max-width: none;
        margin-bottom: 126px;
    }
}
.process_description .title_category {
    margin-bottom: 32px;
}
.process_wrap {
    display: flex;
}
@media screen and (max-width: 991px) {
    .process_wrap {
        flex-direction: column;
    }
}
.process_steps {
    width: 42.96%;
    padding: 289px 0 259px;
}
@media screen and (max-width: 1440px) {
    .process_steps {
        padding: 217px 0 194px;
    }
}
@media screen and (max-width: 991px) {
    .process_steps {
        width: 100%;
        padding: 0;
    }
}
.process_steps_list {
    position: relative;
}
.process_steps_line {
    position: absolute;
    top: 0;
    left: 144px;
    height: 100%;
    width: 1px;
    background-color: #a27fff;
}
@media screen and (max-width: 1440px) {
    .process_steps_line {
        left: 108px;
    }
}
@media screen and (max-width: 991px) {
    .process_steps_line {
        display: none;
    }
}
.process_step_item {
    padding-bottom: 272px;
    min-height: 70vh;
    display: flex;
}
@media screen and (max-width: 1440px) {
    .process_step_item {
        padding-bottom: 204px;
    }
}
@media screen and (max-width: 991px) {
    .process_step_item {
        padding-bottom: 42px;
        min-height: auto;
    }
}
.process_step_item:last-child {
    padding-bottom: 0;
    min-height: auto;
}
.process_step_num {
    min-width: 144px;
    width: 144px;
    color: #a27fff;
    font-size: 16px;
    line-height: 1;
    font-family: Borna, sans-serif;
}
@media screen and (max-width: 1440px) {
    .process_step_num {
        min-width: 108px;
        width: 108px;
    }
}
@media screen and (max-width: 991px) {
    .process_step_num {
        min-width: 78px;
        width: 78px;
    }
}
@media screen and (max-width: 767px) {
    .process_step_num {
        font-size: 14px;
    }
}
.process_step_description {
    max-width: 407px;
    margin-left: 20px;
}
@media screen and (max-width: 991px) {
    .process_step_description {
        max-width: none;
        margin-left: 0;
    }
}
.process_step_name {
    color: #a27fff;
    font-weight: 400;
    font-size: clamp(30px, 2.447vw, 47px);
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
    margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
    .process_step_name {
        margin-bottom: 31px;
    }
}
.process_step_text {
    color: #291261;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
    .process_step_text {
        font-size: 18px;
    }
}
.process_steps_video {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57.04%;
    height: 100vh;
}
@media screen and (max-width: 991px) {
    .process_steps_video {
        display: none;
    }
}
.process_steps_video video {
    width: 100%;
    max-width: 884px;
}
.process_bottom {
    position: relative;
    z-index: 2;
    width: 38.89%;
    max-width: 669px;
}
@media screen and (max-width: 991px) {
    .process_bottom {
        width: 100%;
        max-width: none;
        margin-top: 91px;
        padding-right: 42px;
    }
}
.process_bottom .btn {
    margin-top: 48px;
}
@media screen and (max-width: 991px) {
    .process_bottom .btn {
        margin-top: 58px;
    }
}
.process_bottom_text {
    color: #fafafa;
    font-size: clamp(25px, 1.666vw, 32px);
    line-height: 119%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.05em;
}
.news_section .panel_content {
    margin-bottom: 142px;
}
@media screen and (max-width: 1440px) {
    .news_section .panel_content {
        margin-bottom: 106px;
    }
}
@media screen and (max-width: 991px) {
    .news_section .panel_content {
        margin-bottom: 43px;
    }
}
.posts_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px -26px;
}
@media screen and (max-width: 767px) {
    .posts_wrap {
        display: block;
        margin: 0;
    }
}
@media screen and (max-width: 991px) {
    .posts_slider.swiper {
        margin-right: -32px;
        padding-right: 32px;
    }
}
.post_slide.swiper-slide {
    height: auto;
}
@media screen and (max-width: 991px) {
    .post_slide.swiper-slide {
        width: calc(50% - 32px);
    }
}
@media screen and (max-width: 767px) {
    .post_slide.swiper-slide {
        width: calc(100% - 68px);
    }
}
.post_slide.even {
    padding-top: 81px;
}
@media screen and (max-width: 1700px) {
    .post_slide.even {
        padding-top: 61px;
    }
}
@media screen and (max-width: 767px) {
    .post_slide.even {
        padding-top: 0;
        padding-bottom: 53px;
    }
}
.post_slide.odd {
    padding-bottom: 81px;
}
@media screen and (max-width: 1700px) {
    .post_slide.odd {
        padding-bottom: 61px;
    }
}
@media screen and (max-width: 767px) {
    .post_slide.odd {
        padding-bottom: 0;
        padding-top: 53px;
    }
}
.post_slide .post_item {
    height: 100%;
    width: 100%;
    margin: 0;
}
.post_item {
    width: calc(25% - 18px);
    margin: 0 9px 26px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
    .post_item {
        width: calc(33.33% - 18px);
    }
}
@media screen and (max-width: 991px) {
    .post_item {
        width: calc(50% - 18px);
    }
}
@media screen and (max-width: 767px) {
    .post_item {
        width: 100%;
        margin: 0 0 17px;
    }
}
.post_item:hover {
    background-color: #a27fff;
}
.post_item:hover .post_item_details {
    color: #fafafa;
}
.post_item .post_item_details .tags {
    width: calc(100% - 167px);
}
.post_item:hover .post_item_img {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.post_item:hover .post_item_name {
    color: #fafafa;
}
.post_item:hover .post_item_link {
    color: #fafafa;
}
.post_item:hover .post_item_arrow svg {
    fill: #fafafa;
}
@media screen and (max-width: 767px) {
    .post_item:last-child {
        margin-bottom: 0;
    }
}
.post_item_top {
    position: relative;
    height: 248px;
    min-height: 248px;
    padding: 26px 25px;
}
@media screen and (max-width: 1700px) {
    .post_item_top {
        padding: 21px 23px;
        height: 186px;
        min-height: 186px;
    }
}
@media screen and (max-width: 991px) {
    .post_item_top {
        height: 202px;
        min-height: 202px;
    }
}
.post_item_img {
    position: absolute;
    top: 16px;
    right: 14px;
    width: 174px;
    height: 167px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}
@media screen and (max-width: 1700px) {
    .post_item_img {
        width: 127px;
        height: 143px;
    }
}
.post_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post_item_details {
    position: relative;
    z-index: 2;
    color: #291261;
    font-size: 16px;
    line-height: 28px;
    font-family: Borna, sans-serif;
    transition: all 0.3s;
}
@media screen and (max-width: 1700px) {
    .post_item_details {
        font-size: 12px;
        line-height: 18px;
    }
}
@media screen and (max-width: 1300px) {
    .post_item_details {
        font-size: 14px;
    }
}
.post_item_info {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 18px 30px 25px;
}
@media screen and (max-width: 1700px) {
    .post_item_info {
        padding: 50px 26px 22px 23px;
    }
}
.post_item_name {
    max-width: 314px;
    color: #291261;
    font-size: 25px;
    line-height: 33px;
    font-family: Borna, sans-serif;
    letter-spacing: -0.02em;
    transition: all 0.3s;
}
@media screen and (max-width: 1700px) {
    .post_item_name {
        font-size: 19px;
        line-height: 25px;
        max-width: 236px;
    }
}
@media screen and (max-width: 1300px) {
    .post_item_name {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -0.03em;
        max-width: 270px;
    }
}
.post_item_more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
}
@media screen and (max-width: 1700px) {
    .post_item_more {
        margin-top: 36px;
    }
}
@media screen and (max-width: 767px) {
    .post_item_more {
        margin-top: 23px;
    }
}
.post_item_link {
    color: #291261;
    text-decoration: underline;
    font-size: 20px;
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.02em;
    transition: all 0.3s;
}
@media screen and (max-width: 1700px) {
    .post_item_link {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .post_item_link {
        font-size: 16px;
    }
}
.post_item_arrow {
    margin-left: 24px;
}
.post_item_arrow svg {
    display: block;
    fill: #291261;
    transition: all 0.3s;
}
.posts_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .posts_nav {
        margin-right: 50px;
    }
}
@media screen and (max-width: 767px) {
    .posts_nav {
        margin-right: 68px;
    }
}
.posts_arrow {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 9px;
    width: 34px;
    height: 34px;
    background-color: #291261;
    border: 1px solid #291261;
    margin-top: 28px;
    transition: all 0.3s;
}
.posts_arrow:hover {
    border-color: #a27fff;
    background-color: rgba(162, 127, 255, 0.1);
}
.posts_arrow:hover svg {
    fill: #291261;
}
.posts_arrow:last-child {
    margin-right: 0;
}
.posts_arrow svg {
    display: block;
    fill: #fafafa;
    transition: all 0.3s;
}
.cs_section {
    overflow: hidden;
    padding: 271px 0 264px;
}
@media screen and (max-width: 1440px) {
    .cs_section {
        padding: 203px 0 198px;
    }
}
@media screen and (max-width: 991px) {
    .cs_section {
        padding: 139px 0 123px;
    }
}
.cs_row {
    display: flex;
}
@media screen and (max-width: 991px) {
    .cs_row {
        display: block;
    }
}
.cs_row_info {
    width: 32.19%;
    padding-right: 64px;
}
@media screen and (max-width: 991px) {
    .cs_row_info {
        width: 100%;
        padding-right: 32px;
        margin-bottom: 87px;
    }
}
@media screen and (max-width: 767px) {
    .cs_row_info {
        padding-right: 20px;
    }
}
.cs_row_description {
    max-width: 460px;
}
@media screen and (max-width: 991px) {
    .cs_row_description {
        max-width: none;
    }
}
.cs_row_description .title_category {
    margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
    .cs_row_description .title_category {
        margin-bottom: 44px;
    }
}
.cs_row_description .title_block {
    margin-bottom: 13px;
}
.cs_row_description .title_block:last-child {
    margin-bottom: 0;
}
.cs_row_description .btn {
    min-width: 173px;
    margin-top: 40px;
}
@media screen and (max-width: 991px) {
    .cs_row_description .btn {
        min-width: 199px;
        margin-top: 50px;
    }
}
.cs_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -25px;
}
@media screen and (max-width: 767px) {
    .cs_wrap {
        display: block;
        margin: 0;
    }
}
.cs_wrap .cs_item_body {
    min-height: 701px;
}
@media screen and (max-width: 1440px) {
    .cs_wrap .cs_item_body {
        min-height: 596px;
    }
}
@media screen and (max-width: 767px) {
    .cs_wrap .cs_item_body {
        min-height: 492px;
    }
}
.cs_carousel {
    width: 67.81%;
}
@media screen and (max-width: 991px) {
    .cs_carousel {
        width: 100%;
    }
}
.cs_carousel_nav {
    display: none;
    justify-content: flex-end;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .cs_carousel_nav {
        display: flex;
        margin-right: 50px;
    }
}
@media screen and (max-width: 767px) {
    .cs_carousel_nav {
        margin-right: 51px;
    }
}
.cs_carousel_arrow {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 9px;
    width: 34px;
    height: 34px;
    background-color: #291261;
    border: 1px solid #291261;
    margin-top: 34px;
    transition: all 0.3s;
}
.cs_carousel_arrow:hover {
    border-color: #a27fff;
    background-color: rgba(162, 127, 255, 0.1);
}
.cs_carousel_arrow:hover svg {
    fill: #291261;
}
.cs_carousel_arrow:last-child {
    margin-right: 0;
}
.cs_carousel_arrow svg {
    display: block;
    fill: #fafafa;
    transition: all 0.3s;
}
@media screen and (max-width: 991px) {
    .cs_carousel_item.swiper-slide {
        width: calc(50% - 32px);
    }
}
@media screen and (max-width: 767px) {
    .cs_carousel_item.swiper-slide {
        width: calc(100% - 51px);
    }
}
.cs_carousel_item .cs_item {
    width: 100%;
    margin: 0;
}
.cs_item {
    width: calc(50% - 20px);
    margin: 0 10px 25px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .cs_item {
        width: 100%;
        margin: 0 0 16px;
    }
}
@media screen and (max-width: 767px) {
    .cs_item:last-child {
        margin-bottom: 0;
    }
}
.cs_item.variant_1.green .cs_item_details {
    color: #005955;
}
.cs_item.variant_1 .cs_item_body {
    padding: 38px 18px 17px 18px;
}
@media screen and (max-width: 1300px) {
    .cs_item.variant_1 .cs_item_body {
        padding: 25px 12px 10px 10px;
    }
}
.cs_item.variant_1 .cs_item_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.cs_item.variant_1 .cs_item_details {
    padding-left: 20px;
}
@media screen and (max-width: 1300px) {
    .cs_item.variant_1 .cs_item_details {
        padding-left: 10px;
    }
}
.cs_item.variant_2 .cs_item_body {
    padding: 38px 47px 43px 54px;
}
@media screen and (max-width: 1440px) {
    .cs_item.variant_2 .cs_item_body {
        padding: 29px 36px 33px 41px;
    }
}
@media screen and (max-width: 1300px) {
    .cs_item.variant_2 .cs_item_body {
        padding: 25px 12px 32px 20px;
    }
}
.cs_item.variant_2 .cs_item_img {
    width: 66.15%;
    max-width: 432px;
    height: 266px;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .cs_item.variant_2 .cs_item_img {
        max-width: 324px;
        height: 200px;
    }
}
@media screen and (max-width: 1300px) {
    .cs_item.variant_2 .cs_item_img {
        height: 193px;
    }
}
@media screen and (max-width: 767px) {
    .cs_item.variant_2 .cs_item_img {
        max-width: 154px;
        height: 120px;
    }
}
.cs_item.variant_2 .cs_item_details {
    margin-bottom: 57px;
}
@media screen and (max-width: 1440px) {
    .cs_item.variant_2 .cs_item_details {
        margin-bottom: 43px;
    }
}
@media screen and (max-width: 767px) {
    .cs_item.variant_2 .cs_item_details {
        margin-bottom: 26px;
    }
}
.cs_item.variant_2 .cs_item_description {
    margin-bottom: 59px;
}
@media screen and (max-width: 1440px) {
    .cs_item.variant_2 .cs_item_description {
        margin-bottom: 44px;
    }
}
@media screen and (max-width: 767px) {
    .cs_item.variant_2 .cs_item_description {
        margin-bottom: 26px;
    }
}
.cs_item.variant_3 .cs_item_body {
    padding: 38px 48px 47px 56px;
}
@media screen and (max-width: 1440px) {
    .cs_item.variant_3 .cs_item_body {
        padding: 29px 36px 36px 42px;
    }
}
@media screen and (max-width: 1300px) {
    .cs_item.variant_3 .cs_item_body {
        padding: 25px 12px 32px 20px;
    }
}
.cs_item.variant_3 .cs_item_img {
    position: absolute;
    top: 20px;
    right: 21px;
    z-index: 1;
    max-width: 394px;
    width: 56.35%;
    height: 273px;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .cs_item.variant_3 .cs_item_img {
        max-width: 296px;
        height: 205px;
    }
}
@media screen and (max-width: 1300px) {
    .cs_item.variant_3 .cs_item_img {
        top: 13px;
        right: 12px;
        max-width: 154px;
        height: 193px;
    }
}
@media screen and (max-width: 420px) {
    .cs_item.variant_3 .cs_item_img {
        max-width: 60px;
        height: 100px;
    }
}
.cs_item.variant_3 .cs_item_location {
    margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
    .cs_item.variant_3 .cs_item_location {
        margin-bottom: 26px;
    }
}
.cs_item.variant_3 .cs_item_more {
    margin-top: 33px;
}
@media screen and (max-width: 767px) {
    .cs_item.variant_3 .cs_item_more {
        margin-top: 26px;
    }
}
.cs_item.purple {
    background-color: #291261;
}
.cs_item.purple .cs_item_details {
    color: #a27fff;
}
.cs_item.purple .btn_arrow {
    background-color: #a27fff;
    border-color: #a27fff;
}
.cs_item.purple .btn_arrow:hover {
    background-color: rgba(162, 127, 255, 0.1);
}
.cs_item.purple .btn_arrow:hover svg {
    fill: #fafafa;
}
.cs_item.purple .btn_arrow svg {
    fill: #fafafa;
}
.cs_item.blue {
    background-color: #002b54;
}
.cs_item.blue .cs_item_details {
    color: #54efff;
}
.cs_item.blue .link {
    color: #54efff;
}
.cs_item.blue .btn_arrow {
    background-color: #54efff;
    border-color: #54efff;
}
.cs_item.blue .btn_arrow:hover {
    background-color: rgba(84, 239, 255, 0.25);
}
.cs_item.blue .btn_arrow:hover svg {
    fill: #fafafa;
}
.cs_item.blue .btn_arrow svg {
    fill: #002b54;
}
.cs_item.green {
    background-color: #005955;
}
.cs_item.green .cs_item_details {
    color: #1bf1a8;
}
.cs_item.green .link {
    color: #fafafa;
}
.cs_item.green .btn_arrow {
    background-color: #1bf1a8;
    border-color: #1bf1a8;
}
.cs_item.green .btn_arrow:hover {
    background-color: rgba(27, 241, 168, 0.25);
}
.cs_item.green .btn_arrow:hover svg {
    fill: #fafafa;
}
.cs_item.green .btn_arrow svg {
    fill: #002b54;
}
.cs_item.pink {
    background-color: #920048;
}
.cs_item.pink .cs_item_details {
    color: #ff73d9;
}
.cs_item.pink .link {
    color: #ff73d9;
}
.cs_item.pink .btn_arrow {
    background-color: #ff73d9;
    border-color: #ff73d9;
}
.cs_item.pink .btn_arrow:hover {
    background-color: rgba(255, 115, 217, 0.25);
}
.cs_item.pink .btn_arrow:hover svg {
    fill: #fafafa;
}
.cs_item.pink .btn_arrow svg {
    fill: #fafafa;
}
.cs_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cs_item_curve {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 88.58%;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .cs_item_curve {
        width: 100%;
    }
}
.cs_item_curve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}
@media screen and (max-width: 991px) {
    .cs_item_curve img {
        height: 75%;
    }
}
.cs_item_body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 795px;
}
@media screen and (max-width: 1440px) {
    .cs_item_body {
        min-height: 596px;
    }
}
@media screen and (max-width: 767px) {
    .cs_item_body {
        min-height: 492px;
    }
}
.cs_item_details {
    color: #fafafa;
    font-size: 16px;
    line-height: 1;
    font-family: Borna, sans-serif;
}
@media screen and (max-width: 1440px) {
    .cs_item_details {
        font-size: 14px;
    }
}
.cs_item_details p {
    margin-bottom: 6px;
}
.cs_item_details p:last-child {
    margin-bottom: 0;
}
.cs_item_details strong {
    font-weight: 600;
}
.cs_item_info {
    max-width: 511px;
    border-radius: 10px;
    padding: 45px 30px 29px 37px;
}
@media screen and (max-width: 1440px) {
    .cs_item_info {
        max-width: 440px;
        padding: 34px 23px 24px 28px;
    }
}
.cs_item_info.purple {
    background-color: #291261;
}
.cs_item_info.purple_light {
    background-color: #a27fff;
}
.cs_item_info.purple_light .link {
    color: #fafafa;
}
.cs_item_info.purple_light .btn_arrow svg {
    fill: #291261;
}
.cs_item_info.blue {
    background-color: #002b54;
}
.cs_item_info.blue_light {
    background-color: #54efff;
}
.cs_item_info.blue_light .cs_item_options {
    color: #002b54;
}
.cs_item_info.blue_light .cs_item_location {
    color: #002b54;
}
.cs_item_info.blue_light .cs_item_name {
    color: #002b54;
}
.cs_item_info.blue_light .link {
    color: #002b54;
}
.cs_item_info.blue_light .btn_arrow svg {
    fill: #002b54;
}
.cs_item_info.green {
    background-color: #005955;
}
.cs_item_info.green_light {
    background-color: #1bf1a8;
}
.cs_item_info.green_light .cs_item_options {
    color: #005955;
}
.cs_item_info.green_light .cs_item_location {
    color: #005955;
}
.cs_item_info.green_light .cs_item_name {
    color: #005955;
}
.cs_item_info.green_light .link {
    color: #005955;
}
.cs_item_info.green_light .btn_arrow svg {
    fill: #005955;
}
.cs_item_info.pink {
    background-color: #920048;
}
.cs_item_info.pink_light {
    background-color: #ff73d9;
}
.cs_item_info.pink_light .cs_item_options {
    color: #920048;
}
.cs_item_info.pink_light .cs_item_location {
    color: #920048;
}
.cs_item_info.pink_light .cs_item_name {
    color: #920048;
}
.cs_item_info.pink_light .link {
    color: #920048;
}
.cs_item_info.pink_light .btn_arrow svg {
    fill: #920048;
}
.cs_item_info .cs_item_more {
    margin-top: 43px;
}
.cs_item_options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 16px;
    line-height: 1;
    font-family: Borna, sans-serif;
    margin-bottom: 71px;
}
@media screen and (max-width: 1440px) {
    .cs_item_options {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .cs_item_options {
        margin-bottom: 26px;
    }
}
.cs_item_options strong {
    font-weight: 600;
}
.cs_item_description {
    max-width: 398px;
}
@media screen and (max-width: 1440px) {
    .cs_item_description {
        max-width: 300px;
    }
}
.cs_item_location {
    color: #fafafa;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    font-family: Borna, sans-serif;
    margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
    .cs_item_location {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .cs_item_location {
        font-size: 14px;
    }
}
.cs_item_name {
    color: #fafafa;
    font-weight: 400;
    font-size: clamp(30px, 2.447vw, 47px);
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
}
.cs_item_more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cs_item_more .btn_arrow {
    margin-left: 24px;
    background-color: #fafafa;
    border-color: #fafafa;
}
.cs_item_row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.cs_item_row .cs_item_info {
    width: 100%;
    max-width: 541px;
}
@media screen and (max-width: 1440px) {
    .cs_item_row .cs_item_info {
        max-width: 406px;
    }
}
.cs_item_row .cs_item_location {
    margin-bottom: 28px;
}
.cs_item_row .btn_arrow {
    min-width: 30px;
    margin: 0 29px 30px 26px;
}
@media screen and (max-width: 1440px) {
    .cs_item_row .btn_arrow {
        margin-right: 18px;
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 1300px) {
    .cs_item_row .btn_arrow {
        margin-right: 0;
        margin-bottom: 0;
    }
}
.cta_section {
    overflow: hidden;
}
.cta_wrap {
    display: flex;
    gap: 0 26px;
}
@media screen and (max-width: 767px) {
    .cta_wrap {
        flex-direction: column;
        gap: 0;
    }
}
.cta_wrap.wider {
    gap: 0 18px;
}
.cta_wrap.wider .cta_img {
    width: 27.1%;
}
@media screen and (max-width: 767px) {
    .cta_wrap.wider .cta_img {
        width: 100%;
    }
}
.cta_wrap.wider .cta_box {
    width: 72.9%;
    padding-left: 131px;
}
@media screen and (max-width: 1440px) {
    .cta_wrap.wider .cta_box {
        padding-left: 98px;
    }
}
@media screen and (max-width: 991px) {
    .cta_wrap.wider .cta_box {
        min-height: 540px;
        padding-left: 32px;
    }
}
@media screen and (max-width: 767px) {
    .cta_wrap.wider .cta_box {
        width: 100%;
        padding-left: 20px;
    }
}
.cta_img {
    width: 33.33%;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .cta_img {
        width: 100%;
        order: 2;
        margin-top: 11px;
    }
}
.cta_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cta_box {
    position: relative;
    width: 66.66%;
    min-height: 872px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 178px 86px;
}
@media screen and (max-width: 1440px) {
    .cta_box {
        min-height: 654px;
        padding: 58px 64px;
    }
}
@media screen and (max-width: 991px) {
    .cta_box {
        min-height: 540px;
        padding: 80px 32px;
    }
}
@media screen and (max-width: 767px) {
    .cta_box {
        display: block;
        min-height: auto;
        width: 100%;
        min-height: auto;
        padding: 90px 20px 0;
    }
}
.cta_box.green {
    background-color: #005955;
}
.cta_box.green .title_category {
    color: #1bf1a8;
}
.cta_box.green .title_category:before {
    background-color: #1bf1a8;
}
.cta_box.green .title_block span {
    color: #1bf1a8;
}
.cta_box.green .typical_text p {
    color: #fafafa;
}
.cta_box.green .link_arrow {
    color: #1bf1a8;
}
.cta_box.green .link_arrow svg {
    fill: #1bf1a8;
}
.cta_box.blue {
    background-color: #002b54;
}
.cta_box.blue .title_category {
    color: #54efff;
}
.cta_box.blue .title_category:before {
    background-color: #54efff;
}
.cta_box.blue .title_block span {
    color: #54efff;
}
.cta_box.blue .link_arrow {
    color: #54efff;
}
.cta_box.blue .link_arrow svg {
    fill: #54efff;
}
.cta_box.blue .checklist li {
    color: #fafafa;
}
.cta_box.blue .checklist li:before {
    background-color: #54efff;
    background-image: url(../images/checklist_blue.svg);
}
.cta_box.blue .btn {
    background-color: #54efff;
    border-color: #54efff;
    color: #002b54;
}
.cta_box.blue .btn svg {
    fill: #002b54;
}
.cta_box.pink {
    background-color: #920048;
}
.cta_box.pink .title_category {
    color: #ff73d9;
}
.cta_box.pink .title_category:before {
    background-color: #ff73d9;
}
.cta_box.pink .title_block span {
    color: #ff73d9;
}
.cta_box.pink .link_arrow {
    color: #ff73d9;
}
.cta_box.pink .link_arrow svg {
    fill: #ff73d9;
}
.cta_box_curve {
    position: absolute;
    top: 0;
    right: 0;
    width: 60.33%;
    height: 100%;

}
@media screen and (max-width: 767px) {
    .cta_box_curve {
        position: static;
        width: auto;
        height: auto;
        margin: 20px -20px 0;
    }
}
.cta_box_curve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    position: relative;
    z-index: -1;
}
.cta_description {
    max-width: 596px;
}
.cta_description .title_category {
    margin-bottom: 38px;
}
.cta_description .title_block {
    color: #fafafa;
    margin-bottom: 24px;
}
.cta_description .title_block:last-child {
    margin-bottom: 0;
}
.cta_description .typical_text {
    margin-bottom: 46px;
}
.cta_description .typical_text:last-child {
    margin-bottom: 0;
}
.cta_description .link_arrow {
    margin-top: 93px;
}
@media screen and (max-width: 1440px) {
    .cta_description .link_arrow {
        margin-top: 70px;
    }
}
@media screen and (max-width: 767px) {
    .cta_description .link_arrow {
        margin-top: 23px;
    }
}
.cta_description .link_arrow:hover {
    color: #fafafa;
}
.cta_description .link_arrow:hover svg {
    fill: #fafafa;
}
.cta_description .btn {
    margin-top: 50px;
}
.contact_section {
    overflow: hidden;
    padding: 156px 0 176px;
    background-color: #A27FFF;
}
@media screen and (max-width: 991px) {
    .contact_section {
        padding: 133px 0 134px;
    }
}
.contact_wrap {
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .contact_wrap {
        display: block;
    }
}
.contact_info {
    padding-right: 64px;
}
@media screen and (max-width: 767px) {
    .contact_info {
        padding-right: 0;
        margin-bottom: 56px;
    }
}
.contact_description {
    max-width: 563px;
}
@media screen and (max-width: 1440px) {
    .contact_description {
        max-width: 422px;
    }
}
@media screen and (max-width: 767px) {
    .contact_description {
        max-width: none;
    }
}
.contact_description .title_category {
    margin-bottom: 24px;
}
.contact_description .title_block {
    margin-bottom: 35px;
    color: #FFF;
}
.contact_description .typical_text {
    max-width: 519px;
}
.contact_description .typical_text p {
    color: #FFF;
}
.contact_form {
    width: 50%;
    max-width: 611px;
}
@media screen and (max-width: 767px) {
    .contact_form {
        width: 100%;
        max-width: none;
    }
}
.form_row {
    display: flex;
    margin-bottom: 26px;
    gap: 0 12px;
}
.form_row:last-child {
    margin-bottom: 0;
}
.form_cell {
    flex: 1 1 auto;
}
.form_field input {
    width: 100%;
    height: 62px;
    padding: 0 20px;
    border-radius: 0;
    border: none;
    background: #fff;
    color: #291261;
    font: 600 18px Borna, sans-serif;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 1440px) {
    .form_field input {
        height: 52px;
    }
}
.footer {
    background-color: #291261;
    padding: 139px 0 28px;
}
@media screen and (max-width: 991px) {
    .footer {
        padding: 92px 0 70px;
    }
}
@media screen and (max-width: 991px) {
    .footer {
        border-radius: 10px 10px 0 0;
    }
}
.footer_top_wrap {
    display: flex;
}
@media screen and (max-width: 1170px) {
    .footer_top_wrap {
        flex-wrap: wrap;
    }
}
#back_to_top {
    background: transparent;
    border: none;
    padding: 0;
    width: fit-content;
    margin-top: 20px;
    color: #FFF;
    cursor: pointer;
}
#back_to_top > img {
    width: 50px;
    height: 50px;
}
.footer_left {
    margin-right: 5.72vw;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1440px) {
    .footer_left {
        margin-right: 3vw;
    }
}
@media screen and (max-width: 1300px) {
    .footer_left {
        margin-right: 24px;
    }
}
@media screen and (max-width: 1170px) {
    .footer_left {
        width: 100%;
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 767px) {
    .footer_left {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .footer_left .footer_logo {
        display: none;
    }
}
.footer_logo {
    display: inline-block;
    max-width: 4vw;
}
@media screen and (max-width: 1170px) {
    .footer_logo {
        max-width: 196px;
    }
}

.logos_wrap{
   margin-top: 20px; 
}

.logos_wrap img{
    width: auto;
    max-height: 90px;
    margin-right: 10px;
    max-width: 150px;
    vertical-align: middle;
}

.footer_navbar {
    display: flex;
    margin: 0 auto;
}
@media screen and (max-width: 1170px) {
    .footer_navbar {
        width: 75%;
    }
}
@media screen and (max-width: 991px) {
    .footer_navbar {
        width: 100%;
        padding-bottom: 53px;
    }
}
@media screen and (max-width: 767px) {
    .footer_navbar {
        flex-wrap: wrap;
        width: auto;
        margin: 0 -10px -48px;
    }
}
.footer_column {
    margin-right: 3.67vw;
}
@media screen and (max-width: 1170px) {
    .footer_column {
        width: 33.33%;
        margin-right: 0;
        padding-right: 64px;
    }
}
@media screen and (max-width: 767px) {
    .footer_column {
        width: calc(50% - 20px);
        margin: 0 10px 48px;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer_column:last-child .footer_nav {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
}
@media screen and (max-width: 767px) {
    .footer_column:last-child .footer_nav ul {
        width: calc(50% - 20px);
        margin: 0 10px;
    }
}
.footer_name {
    color: #a27fff;
    font-size: 18px;
    font-family: Borna, sans-serif;
    margin-bottom: 26px;
}
@media screen and (max-width: 1600px) {
    .footer_name {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .footer_name {
        margin-bottom: 29px;
    }
}
.footer_nav ul {
    margin-bottom: 26px;
}
@media screen and (max-width: 1600px) {
    .footer_nav ul {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 767px) {
    .footer_nav ul {
        margin-bottom: 16px;
    }
}
.footer_nav ul:last-child {
    margin-bottom: 0;
}
.footer_nav li {
    margin-bottom: 26px;
}
@media screen and (max-width: 1600px) {
    .footer_nav li {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 767px) {
    .footer_nav li {
        margin-bottom: 16px;
    }
}
.footer_nav li:last-child {
    margin-bottom: 0;
}
.footer_nav a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-family: Borna, sans-serif;
    transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
    .footer_nav a {
        font-size: 16px;
    }
}
.footer_nav a:hover {
    color: #a27fff;
}
.footer_contact {
    max-width: 312px;
    margin-left: 2.083vw;
}
@media screen and (max-width: 1600px) {
    .footer_contact {
        max-width: 280px;
    }
}
@media screen and (max-width: 1300px) {
    .footer_contact {
        margin-left: 24px;
    }
}
@media screen and (max-width: 1170px) {
    .footer_contact {
        width: 25%;
        margin-left: 0;
    }
}
@media screen and (max-width: 991px) {
    .footer_contact {
        position: relative;
        max-width: none;
        width: 100%;
        padding: 45px 0 66px;
        border-top: 0.5px solid #a27fff;
        border-bottom: 0.5px solid #a27fff;
    }
}
.footer_contact_list {
    display: flex;
    flex-direction: column;
}
.footer_contact_item {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-family: Borna, sans-serif;
    margin-bottom: 25px;
    transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
    .footer_contact_item {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .footer_contact_item {
        margin-bottom: 20px;
    }
}
.footer_contact_item:hover {
    color: #a27fff;
}
.footer_contact_item:last-child {
    margin-bottom: 0;
}
.footer_contact_icon {
    min-width: 17px;
    min-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}
@media screen and (max-width: 767px) {
    .footer_contact_icon {
        min-width: 16px;
        margin-right: 11px;
    }
}
@media screen and (max-width: 767px) {
    .footer_contact_icon .svg_location_icon {
        width: 12px;
        height: 18px;
    }
}
@media screen and (max-width: 767px) {
    .footer_contact_icon .svg_tel_icon {
        width: 16px;
        height: 15px;
    }
}
@media screen and (max-width: 767px) {
    .footer_contact_icon .svg_email_icon {
        width: 16px;
        height: 12px;
    }
}
.footer_contact_icon svg {
    fill: #a27fff;
}
.footer_soc {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
@media screen and (max-width: 991px) {
    .footer_soc {
        position: absolute;
        bottom: 66px;
        right: 0;
        margin-top: 0;
    }
}
@media screen and (max-width: 1600px) {
    .footer_soc .svg_soc_in {
        width: 26px;
        height: 26px;
    }
}
@media screen and (max-width: 1600px) {
    .footer_soc .svg_soc_y {
        width: 40px;
        height: 28px;
    }
}
@media screen and (max-width: 1600px) {
    .footer_soc .svg_soc_fb {
        width: 32px;
        height: 32px;
    }
}
@media screen and (max-width: 1600px) {
    .footer_soc .svg_soc_ig {
        width: 32px;
        height: 32px;
    }
}
.footer_soc a {
    text-decoration: none;
    margin-right: 19px;
}
@media screen and (max-width: 991px) {
    .footer_soc a {
        margin-right: 16px;
    }
}
.footer_soc a:hover svg {
    fill: #fafafa;
}
.footer_soc a:last-child {
    margin-right: 0;
}
.footer_soc a svg {
    display: block;
    fill: #a27fff;
    transition: all 0.3s;
}
.footer_bottom {
    margin-top: 82px;
}
@media screen and (max-width: 991px) {
    .footer_bottom {
        margin-top: 65px;
    }
}
.footer_bottom .footer_logo {
    display: none;
}
@media screen and (max-width: 767px) {
    .footer_bottom .footer_logo {
        display: block;
        max-width: 392px;
        margin: 72px auto 0;
    }
}
.footer_bottom #back_to_top {
    display: none;
}
@media screen and (max-width: 767px) {
    .footer_bottom #back_to_top {
        display: block;
        margin: auto;
        cursor: pointer;
    }
}
.footer_bottom_wrap {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .footer_bottom_wrap {
        display: block;
    }
}
.footer_newsletter {
    max-width: 500px;
}
@media screen and (max-width: 991px) {
    .footer_newsletter {
        max-width: none;
    }
}
.footer_newsletter .title_category {
    margin-bottom: 24px;
}
.footer_newsletter_title {
    color: #fafafa;
    font-weight: 400;
    font-size: clamp(30px, 2.343vw, 45px);
    line-height: 122%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
    margin-bottom: 55px;
}
@media screen and (max-width: 991px) {
    .footer_newsletter_title {
        margin-bottom: 30px;
    }
}
.footer_newsletter_form {
    display: flex;
}
.footer_newsletter_field {
    width: 100%;
    height: 30px;
    margin-right: 13px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: 0 0;
    color: #fff;
    font: 600 18px Borna, sans-serif;
    letter-spacing: -0.03em;
    transition: all 0.3s;
}
.footer_newsletter_field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.footer_newsletter_field:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.footer_newsletter_field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.footer_newsletter_field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.footer_newsletter_field:focus {
    border-bottom-color: #fff;
}
.footer_newsletter_send {
    min-width: 30px;
}
.footer_links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
@media screen and (max-width: 991px) {
    .footer_links {
        justify-content: center;
        margin-top: 65px;
        gap: 10px 40px;
    }
}
@media screen and (max-width: 767px) {
    .footer_links {
        display: none;
    }
}
.footer_links li {
    margin-right: 51px;
}
@media screen and (max-width: 991px) {
    .footer_links li {
        margin-right: 0;
    }
}
.footer_links li:last-child {
    margin-right: 0;
}
.footer_links a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 23px;
    transition: all 0.3s;
}
.footer_links a:hover {
    color: #fff;
}
.breadcrumbs {
    position: relative;
    color: #fafafa;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-family: Borna, sans-serif;
    padding-left: 26px;
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        font-size: 14px;
    }
}
@media screen and (max-width: 576px) {
    .breadcrumbs {
        font-size: 12px;
    }
}
.breadcrumbs:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #a27fff;
}
@media screen and (max-width: 767px) {
    .breadcrumbs:before {
        top: 3px;
    }
}
.breadcrumbs a {
    color: #fafafa;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.intro_wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 64px;
}
@media screen and (max-width: 991px) {
    .intro_wrap {
        gap: 0 32px;
    }
}
@media screen and (max-width: 767px) {
    .intro_wrap {
        display: block;
        gap: 0;
    }
}
.intro_left {
    width: 58%;
}
@media screen and (max-width: 767px) {
    .intro_left {
        width: 100%;
    }
}
.intro_description {
    max-width: 996px;
    margin-bottom: 171px;
}
@media screen and (max-width: 1440px) {
    .intro_description {
        max-width: 748px;
        margin-bottom: 128px;
    }
}
@media screen and (max-width: 1440px) {
    .intro_description {
        margin-bottom: 68px;
    }
}
.intro_description:last-child {
    margin-bottom: 0;
}
.intro_description .title_category {
    margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
    .intro_description .title_category {
        margin-bottom: 40px;
    }
}
.intro_description .title_section {
    margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
    .intro_description .title_section {
        margin-bottom: 48px;
    }
}
.intro_description .title_block {
    margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
    .intro_description .title_block {
        margin-bottom: 36px;
    }
}
.intro_description .btn {
    margin-top: 95px;
}
@media screen and (max-width: 991px) {
    .intro_description .btn {
        margin-bottom: 72px;
    }
}
@media screen and (max-width: 767px) {
    .intro_aside {
        margin-top: 91px;
    }
}
.intro_curve {
    position: absolute;
    top: 0;
    right: 0;
    width: 37.39%;
    max-width: 718px;
    max-height: 100%;
}
@media screen and (max-width: 767px) {
    .intro_curve {
        position: static;
        max-width: none;
        width: auto;
        margin: 0 -20px 0;
    }
}
.intro_curve.v_5 {
    width: 29%;
    max-width: 557px;
}
@media screen and (max-width: 767px) {
    .intro_curve.v_5 {
        width: auto;
        max-width: none;
    }
}
.intro_curve.v_8 {
    width: 34.89%;
    max-width: 670px;
}
@media screen and (max-width: 767px) {
    .intro_curve.v_8 {
        width: auto;
        max-width: none;
    }
}
.intro_curve img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.intro_cta {
    position: relative;
    background-color: #291261;
    border-radius: 10px;
    padding: 35px 41px 170px;
    min-width: 411px;
    width: 411px;
}
@media screen and (max-width: 1200px) {
    .intro_cta {
        padding: 32px 31px 126px;
        min-width: 311px;
        width: 311px;
    }
}
@media screen and (max-width: 767px) {
    .intro_cta {
        min-width: auto;
        width: 100%;
    }
}
.intro_cta.blue {
    background-color: #002b54;
}
.intro_cta.blue .title_category {
    color: #54efff;
}
.intro_cta.blue .title_category:before {
    background-color: #54efff;
}
.intro_cta.blue .btn {
    background-color: #54efff;
    border-color: #54efff;
    color: #002b54;
}
.intro_cta.blue .btn:hover {
    background-color: rgba(84, 239, 255, 0.1);
    color: #fafafa;
}
.intro_cta.blue .btn:hover svg {
    fill: #fafafa;
}
.intro_cta.blue .btn svg {
    fill: #002b54;
}
.intro_cta .title_category {
    margin-bottom: 20px;
}
.intro_cta .typical_text {
    max-width: 206px;
}
@media screen and (max-width: 767px) {
    .intro_cta .typical_text {
        max-width: 173px;
    }
}
.intro_cta .btn {
    margin-top: 30px;
    min-width: 173px;
}
.intro_cta_curve {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.intro_cta_curve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro_cta_info {
    position: relative;
    z-index: 2;
}
.intro_cta_title {
    margin-bottom: 24px;
    max-width: 300px;
    color: #fafafa;
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    font-family: Borna, sans-serif;
    letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
    .intro_cta_title {
        max-width: 260px;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -0.05em;
    }
}
.why_section {
    position: relative;
}
.why_section .content_row {
    position: relative;
    z-index: 2;
}
.why_curve {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 680px;
    width: 35.41%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .why_curve {
        position: static;
        max-width: none;
        width: 100%;
        height: auto;
    }
}
.why_curve img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
.why_description {
    margin-bottom: 103px;
}
@media screen and (max-width: 991px) {
    .why_description {
        margin-bottom: 67px;
    }
}
.why_description .title_section {
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .why_description .title_section {
        margin-bottom: 27px;
    }
}
.why_img {
    margin-top: 78px;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .why_img {
        margin-top: 40px;
    }
}
.why_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.toggle_container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.faq_accordion.full .faq_box:last-child {
    border-bottom: 1px solid #a27fff;
}
.faq_accordion.full .faq_box_trigger {
    padding: 50px 0 50px 16.86%;
}
@media screen and (max-width: 1440px) {
    .faq_accordion.full .faq_box_trigger {
        padding: 40px 0 40px 12.645%;
    }
}
@media screen and (max-width: 1140px) {
    .faq_accordion.full .faq_box_trigger {
        padding: 28px 0 28px 41px;
    }
}
.faq_accordion.full .faq_box_trigger:before {
    top: 66px;
}
@media screen and (max-width: 1440px) {
    .faq_accordion.full .faq_box_trigger:before {
        top: 56px;
    }
}
@media screen and (max-width: 1140px) {
    .faq_accordion.full .faq_box_trigger:before {
        top: 40px;
    }
}
.faq_accordion.full .faq_box_trigger.active {
    padding-bottom: 35px;
}
@media screen and (max-width: 1140px) {
    .faq_accordion.full .faq_box_trigger.active {
        padding-bottom: 28px;
    }
}
.faq_accordion.full .faq_box_name {
    font-weight: 400;
    font-size: clamp(25px, 2.343vw, 45px);
    line-height: 122%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
    align-self: center;
}
.faq_accordion.full .faq_box_desc {
    padding-bottom: 60px;
    padding-left: 16.86%;
}
@media screen and (max-width: 1440px) {
    .faq_accordion.full .faq_box_desc {
        padding-left: 12.645%;
        padding-bottom: 44px;
    }
}
@media screen and (max-width: 1140px) {
    .faq_accordion.full .faq_box_desc {
        padding-left: 41px;
    }
}
@media screen and (max-width: 991px) {
    .faq_accordion.full .faq_box_desc {
        padding-left: 0;
    }
}
.faq_box {
    border-top: 1px solid #a27fff;
}
.faq_box_trigger {
    position: relative;
    padding: 27px 0 27px 25.43%;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .faq_box_trigger {
        padding-left: 19%;
    }
}
@media screen and (max-width: 767px) {
    .faq_box_trigger {
        padding: 29px 0 20px 41px;
    }
}
.faq_box_trigger:before {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #a27fff;
}
@media screen and (max-width: 767px) {
    .faq_box_trigger:before {
        top: 40px;
    }
}
.faq_box_trigger.active .faq_box_plus:after {
    display: none;
}
.faq_box_trigger.active .faq_box_arrow {
    background-color: transparent;
}
.faq_box_trigger.active .faq_box_arrow svg {
    fill: #a27fff;
}
.faq_box_name {
    color: #291261;
    font-size: clamp(25px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
}
.faq_box_plus {
    width: 25px;
    min-width: 25px;
    height: 25px;
    position: relative;
    margin-left: 24px;
}
.faq_box_plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1.5px;
    background-color: #a27fff;
}
.faq_box_plus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5px;
    height: 100%;
    background-color: #a27fff;
}
.faq_box_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin-left: 24px;
    background-color: #a27fff;
    border: 1px solid #a27fff;
    border-radius: 5px;
    transition: all 0.3s;
}
.faq_box_arrow svg {
    display: block;
    fill: #fafafa;
    transition: all 0.3s;
}
.faq_box_desc {
    padding: 0 0 27px 25.43%;
}
@media screen and (max-width: 1440px) {
    .faq_box_desc {
        padding-left: 19%;
    }
}
@media screen and (max-width: 767px) {
    .faq_box_desc {
        padding: 0 0 29px 41px;
    }
}
.faq_box_desc .typical_text {
    max-width: 675px;
}
@media screen and (max-width: 1440px) {
    .faq_box_desc .typical_text {
        max-width: 506px;
    }
}
@media screen and (max-width: 767px) {
    .faq_box_desc .typical_text {
        max-width: none;
    }
}
.info_description {
    margin-bottom: 103px;
}
@media screen and (max-width: 991px) {
    .info_description {
        margin-bottom: 56px;
    }
}
.info_description .title_category {
    margin-bottom: 49px;
}
@media screen and (max-width: 991px) {
    .info_description .title_category {
        margin-bottom: 40px;
    }
}
.info_description .title_section {
    margin-bottom: 49px;
}
@media screen and (max-width: 991px) {
    .info_description .title_section {
        margin-bottom: 40px;
    }
}
.info_description .typical_text {
    max-width: 893px;
}
@media screen and (max-width: 1440px) {
    .info_description .typical_text {
        max-width: 675px;
    }
}
.info_content {
    display: flex;
    gap: 0 64px;
}
@media screen and (max-width: 991px) {
    .info_content {
        gap: 0 32px;
    }
}
@media screen and (max-width: 767px) {
    .info_content {
        flex-direction: column;
        gap: 0;
    }
}
.info_content.reverse {
    flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
    .info_content.reverse {
        flex-direction: column;
    }
}
.info_content.reverse .info_content_description {
    margin-left: 0;
}
.info_content_img {
    width: 49.41%;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .info_content_img {
        width: 100%;
        margin-bottom: 73px;
    }
}
.info_content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info_content_about {
    width: 50.59%;
}
@media screen and (max-width: 767px) {
    .info_content_about {
        width: 100%;
    }
}
.info_content_description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 705px;
    margin-left: auto;
    height: 100%;
}
@media screen and (max-width: 1440px) {
    .info_content_description {
        max-width: 530px;
    }
}
@media screen and (max-width: 767px) {
    .info_content_description {
        max-width: none;
    }
}
.info_content_description .btn {
    margin-top: auto;
}
.info_content_list {
    margin-bottom: 40px;
}
.info_content_list:last-child {
    margin-bottom: 0;
}
.info_content_list li {
    position: relative;
    color: #291261;
    font-size: 22px;
    line-height: 33px;
    border-bottom: 1px solid #a27fff;
    padding: 50px 0 50px 48px;
}
@media screen and (max-width: 1440px) {
    .info_content_list li {
        padding: 32px 0 32px 48px;
    }
}
@media screen and (max-width: 991px) {
    .info_content_list li {
        padding: 28px 0 28px 43px;
    }
}
.info_content_list li:first-child {
    padding-top: 20px;
}
@media screen and (max-width: 767px) {
    .info_content_list li:first-child {
        padding-top: 0;
    }
}
.info_content_list li:first-child:before {
    top: 23px;
}
@media screen and (max-width: 767px) {
    .info_content_list li:first-child:before {
        top: 3px;
    }
}
.info_content_list li:last-child {
    border-bottom: none;
}
.info_content_list li:before {
    content: "";
    position: absolute;
    top: 53px;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: #a27fff url(../images/checklist.svg) no-repeat center/14px 10px;
}
@media screen and (max-width: 1440px) {
    .info_content_list li:before {
        top: 35px;
    }
}
@media screen and (max-width: 767px) {
    .info_content_list li:before {
        top: 30px;
    }
}
.info_content_bottom {
    margin-top: auto;
}
.info_content_bottom .btn {
    margin-top: 58px;
}
.faq_info {
    width: 100%;
    margin-bottom: 77px;
}
.faq_info:last-child {
    margin-bottom: 0;
}
.faq_info_box {
    border-bottom: 1px solid #a27fff;
}
.faq_info_box:first-child .faq_info_trigger {
    padding-top: 0;
}
.faq_info_trigger {
    cursor: pointer;
    position: relative;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .faq_info_trigger {
        padding: 32px 0;
    }
}
@media screen and (max-width: 991px) {
    .faq_info_trigger {
        padding: 28px 0;
    }
}
@media screen and (max-width: 767px) {
    .faq_info_trigger.active {
        padding-bottom: 23px;
    }
}
.faq_info_trigger.active .faq_info_plus:after {
    display: none;
}
.faq_info_name {
    position: relative;
    color: #291261;
    font-size: clamp(25px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
    padding-left: 48px;
}
.faq_info_name:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: #a27fff url(../images/checklist.svg) no-repeat center/14px 10px;
}
@media screen and (max-width: 767px) {
    .faq_info_name:before {
        top: 1px;
    }
}
.faq_info_plus {
    width: 25px;
    min-width: 25px;
    height: 25px;
    position: relative;
    margin-left: 24px;
}
.faq_info_plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1.5px;
    background-color: #a27fff;
}
.faq_info_plus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5px;
    height: 100%;
    background-color: #a27fff;
}
.faq_info_desc {
    padding: 0 48px 32px;
}
@media screen and (max-width: 991px) {
    .faq_info_desc {
        padding-bottom: 28px;
    }
}
@media screen and (max-width: 767px) {
    .faq_info_desc {
        padding-right: 0;
    }
}
.faq_info_desc .typical_text {
    max-width: 547px;
}
.checklist.grey li {
    color: #fafafa;
}
.checklist.small li {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
    .checklist.small li {
        font-size: 16px;
        line-height: 25px;
    }
}
.checklist li {
    margin-bottom: 22px;
    position: relative;
    padding-left: 51px;
    color: #291261;
    font-size: 22px;
    line-height: 33px;
}
@media screen and (max-width: 1440px) {
    .checklist li {
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width: 991px) {
    .checklist li {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 767px) {
    .checklist li {
        font-size: 16px;
        line-height: 25px;
    }
}
.checklist li:last-child {
    margin-bottom: 0;
}
.checklist li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: #a27fff url(../images/checklist.svg) no-repeat center/14px 10px;
}
@media screen and (max-width: 767px) {
    .checklist li:before {
        top: 1px;
    }
}
.sticky_section {
    overflow: visible;
}
.sticky_content {
    display: flex;
}
@media screen and (max-width: 991px) {
    .sticky_content {
        display: block;
    }
}
.sticky_content_left {
    width: 33.73%;
    padding-right: 64px;
}
@media screen and (max-width: 991px) {
    .sticky_content_left {
        width: 100%;
        padding-right: 0;
    }
}
.sticky_content_description {
    position: sticky;
    top: 140px;
}
@media screen and (max-width: 991px) {
    .sticky_content_description {
        margin-bottom: 94px;
    }
}
.sticky_content_description .title_category {
    margin-bottom: 36px;
}
.sticky_content_description .typical_text {
    max-width: 435px;
    margin-top: 40px;
}
@media screen and (max-width: 991px) {
    .sticky_content_description .typical_text {
        max-width: none;
    }
}
.sticky_content_count {
    color: #a27fff;
    font-weight: 400;
    font-size: clamp(30px, 2.343vw, 45px);
    line-height: 122%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
    margin-top: 40%;
}
@media screen and (max-width: 991px) {
    .sticky_content_count {
        display: none;
    }
}
.sticky_content_list {
    width: 66.27%;
}
@media screen and (max-width: 991px) {
    .sticky_content_list {
        width: 100%;
    }
}
.sticky_content_list .pin-spacer {
    position: static !important;
    max-height: 42vh !important;
}
.sticky_elem {
    margin-bottom: 38px;
    max-height: 40vh !important;
}
.sticky_card_body {
    min-height: 40vh !important;
}
@media screen and (max-width: 991px) {
    .sticky_elem {
        margin-bottom: 18px;
    }
}
.sticky_elem:last-child {
    margin-bottom: 0;
}
.sticky_card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 38px;
}
@media screen and (max-width: 991px) {
    .sticky_card {
        margin-bottom: 18px;
    }
}
.sticky_card:nth-child(2) {
    top: 280px;
}
.sticky_card:nth-child(3) {
    top: 420px;
}
.sticky_card:last-child {
    margin-bottom: 0;
}
.sticky_card.variant_2 .sticky_card_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sticky_card.variant_2 .sticky_card_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(9, 1, 28, 0), rgba(13, 3, 38, 0.6) 100%);
    opacity: 0.9;
    width: 93.596%;
    height: 100%;
}
.sticky_card.variant_3 .sticky_card_img {
    position: absolute;
    bottom: 27px;
    right: 21px;
    max-width: 394px;
    width: 37.452%;
    height: 290px;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .sticky_card.variant_3 .sticky_card_img {
        position: absolute;
        bottom: 12px;
        right: 9px;
        height: 207px;
        width: 50%;
        max-width: 254px;
    }
}
.sticky_card.purple {
    background-color: #291261;
}
.sticky_card.purple .sticky_card_name {
    color: #fafafa;
}
.sticky_card.purple .typical_text P {
    color: #fafafa;
}
.sticky_card.purple .link_arrow:hover {
    color: #a27fff;
}
.sticky_card.purple .link_arrow:hover svg {
    fill: #a27fff;
}
.sticky_card.blue_light {
    background-color: #54efff;
}
.sticky_card.blue_light .sticky_card_name {
    color: #002b54;
}
.sticky_card.blue_light .btn_arrow {
    background-color: #fafafa;
    border-color: #fafafa;
}
.sticky_card.blue_light .btn_arrow:hover {
    background-color: rgba(84, 239, 255, 0.25);
}
.sticky_card.blue_light .btn_arrow:hover svg {
    fill: #002b54;
}
.sticky_card.blue_light .btn_arrow svg {
    fill: #002b54;
}
.sticky_card.blue_light .sticky_card_list li {
    color: #002b54;
    border-bottom: 1px solid #002b54;
}
.sticky_card.blue_light .sticky_card_list li:before {
    background-color: #fafafa;
    background-image: url(../images/checklist_blue.svg);
}
.sticky_card.blue_light .link_arrow {
    color: #002b54;
}
.sticky_card.blue_light .link_arrow svg {
    fill: #002b54;
}
.sticky_card.green .sticky_card_name {
    color: #fafafa;
}
.sticky_card.green .btn_arrow {
    background-color: #1bf1a8;
    border-color: #1bf1a8;
}
.sticky_card.green .btn_arrow:hover {
    background-color: rgba(27, 241, 168, 0.25);
}
.sticky_card.green .btn_arrow:hover svg {
    fill: #fafafa;
}
.sticky_card.green .sticky_card_list li {
    color: #fafafa;
    border-bottom: 1px solid #fafafa;
}
.sticky_card.green .sticky_card_list li:before {
    background-color: #1bf1a8;
    background-image: url(../images/checklist_blue.svg);
}
.sticky_card.green .typical_text P {
    color: #fafafa;
}
.sticky_card.green .link_arrow {
    color: #1bf1a8;
}
.sticky_card.green .link_arrow svg {
    fill: #1bf1a8;
}
.sticky_card.green_light {
    background-color: #1bf1a8;
}
.sticky_card.green_light .sticky_card_name {
    color: #005955;
}
.sticky_card.green_light .btn_arrow {
    background-color: #fafafa;
    border-color: #fafafa;
}
.sticky_card.green_light .btn_arrow:hover {
    background-color: rgba(27, 241, 168, 0.25);
}
.sticky_card.green_light .btn_arrow:hover svg {
    fill: #fafafa;
}
.sticky_card.green_light .btn_arrow svg {
    fill: #005955;
}
.sticky_card.green_light .typical_text P {
    color: #005955;
}
.sticky_card.green_light .link_arrow {
    color: #005955;
}
.sticky_card.green_light .link_arrow svg {
    fill: #005955;
}
.sticky_card.pink {
    background-color: #920048;
}
.sticky_card.pink .sticky_card_name {
    color: #fafafa;
}
.sticky_card.pink .btn_arrow {
    background-color: #ff73d9;
    border-color: #ff73d9;
}
.sticky_card.pink .btn_arrow:hover {
    background-color: rgba(255, 115, 217, 0.25);
}
.sticky_card.pink .btn_arrow:hover svg {
    fill: #fafafa;
}
.sticky_card.pink .sticky_card_list li {
    color: #fafafa;
    border-bottom: 1px solid #fafafa;
}
.sticky_card.pink .sticky_card_list li:before {
    background-color: #ff73d9;
}
.sticky_card.pink .link_arrow {
    color: #ff73d9;
}
.sticky_card.pink .link_arrow svg {
    fill: #ff73d9;
}
.sticky_card .typical_text {
    max-width: 494px;
}
@media screen and (max-width: 1440px) {
    .sticky_card .typical_text {
        max-width: 360px;
    }
}
.sticky_card_curve {
    position: absolute;
    top: 0;
    right: -120px;
    width: 93.07%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .sticky_card_curve {
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
    }
}
.sticky_card_curve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sticky_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sticky_card_body {
    position: relative;
    z-index: 2;
    min-height: 538px;
    padding: 0 43px 37px 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .sticky_card_body {
        min-height: 588px;
        padding: 0 19px 0 21px;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .sticky_card_body .link_arrow {
        font-size: 18px;
        line-height: 28px;
        font-family: Manrope, sans-serif;
        letter-spacing: normal;
        margin-top: 42px;
    }
}
@media screen and (max-width: 767px) {
    .sticky_card_body .link_arrow:before {
        content: attr(text);
    }
}
@media screen and (max-width: 767px) {
    .sticky_card_body .link_arrow span {
        display: none;
    }
}
.sticky_card_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
    padding: 42px 0;
}
@media screen and (max-width: 767px) {
    .sticky_card_top {
        height: 104px;
        padding: 24px 0;
    }
}
.sticky_card_top .btn_arrow {
    position: relative;
    min-width: 30px;
    margin-left: 16px;
}
.sticky_card_name {
    color: #291261;
    font-weight: 400;
    font-size: clamp(30px, 2.343vw, 45px);
    line-height: 122%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
    .sticky_card_name {
        line-height: 35px;
    }
}
.sticky_card_list {
    max-width: 477px;
    width: 45.34%;
}
@media screen and (max-width: 767px) {
    .sticky_card_list {
        max-width: none;
        width: 100%;
    }
}
.sticky_card_list li {
    position: relative;
    color: #291261;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    padding: 16px 0 16px 44px;
    border-bottom: 0.5px solid #291261;
}
@media screen and (max-width: 767px) {
    .sticky_card_list li {
        font-size: 16px;
        line-height: 25px;
        padding: 9px 0 9px 37px;
    }
}
.sticky_card_list li:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 3px;
    background: #291261 url(../images/checklist.svg) no-repeat center/14px 10px;
}
@media screen and (max-width: 767px) {
    .sticky_card_list li:before {
        top: 12px;
    }
}
.top_page_inner {
    padding: 210px 0 116px;
    min-height: 646px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1440px) {
    .top_page_inner {
        padding: 158px 0 87px;
        min-height: 485px;
    }
}
@media screen and (max-width: 991px) {
    .top_page_inner {
        padding: 129px 0 45px;
    }
}
@media screen and (max-width: 767px) {
    .top_page_inner {
        min-height: 560px;
    }
}
.top_page_row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 65px;
    margin-top: 72px;
}
@media screen and (max-width: 991px) {
    .top_page_row {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .top_page_row {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .top_page_row .title_page {
        margin-bottom: 29px;
    }
}
@media screen and (max-width: 767px) {
    .top_page_row .title_section {
        margin-bottom: 42px;
    }
}
@media screen and (max-width: 767px) {
    .top_page_row .title_section br {
        display: none;
    }
}
.top_page_row .typical_text {
    max-width: 355px;
}
@media screen and (max-width: 1440px) {
    .top_page_row .typical_text {
        max-width: 266px;
    }
}
@media screen and (max-width: 767px) {
    .top_page_row .typical_text {
        max-width: none;
    }
}
.top_page_row .typical_text p {
    letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
    .top_page_row .typical_text p {
        letter-spacing: normal;
    }
}
.top_img {
    position: relative;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.top_img_inner {
    border-radius: 10px;
    overflow: hidden;
}
.page_nav {
    width: 311px;
    min-width: 311px;
}
@media screen and (max-width: 767px) {
    .page_nav {
        width: 100%;
        min-width: auto;
    }
}
.page_nav a {
    display: block;
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 15px 21px;
    border-top: 1px solid #a27fff;
    color: #291261;
    font-size: 16px;
    line-height: 18px;
    font-family: Borna, sans-serif;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .page_nav a {
        font-size: 14px;
    }
}
.page_nav a:hover {
    color: #a27fff;
}
.page_nav a:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #a27fff;
}
.page_nav a svg {
    position: relative;
    top: 3px;
    margin-left: 16px;
    fill: #a27fff;
    min-width: 14px;
}
.compliance_section {
    position: relative;
}
.compliance_description {
    position: relative;
    z-index: 2;
    max-width: 755px;
    margin-bottom: 103px;
}
@media screen and (max-width: 991px) {
    .compliance_description {
        margin-bottom: 67px;
        max-width: 500px;
    }
}
@media screen and (max-width: 767px) {
    .compliance_description {
        margin-bottom: 0;
    }
}
.compliance_description .title_category {
    margin-bottom: 47px;
}
@media screen and (max-width: 991px) {
    .compliance_description .title_category {
        margin-bottom: 36px;
    }
}
.compliance_description .title_section {
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .compliance_description .title_section {
        margin-bottom: 34px;
    }
}
@media screen and (max-width: 767px) {
    .compliance_description .typical_text {
        padding-right: 15%;
    }
}
.compliance_curve {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 506px;
    width: 26.35%;
}
@media screen and (max-width: 767px) {
    .compliance_curve {
        position: static;
        max-width: none;
        width: 92.25%;
        margin-left: auto;
        margin-right: -20px;
        margin-top: -25%;
    }
}
.compliance_curve.v_2 {
    max-width: 730px;
    width: 38.02%;
}
@media screen and (max-width: 767px) {
    .compliance_curve.v_2 {
        max-width: none;
        width: 83.86%;
        margin-bottom: 23px;
    }
}
.compliance_curve.v_3 {
    max-width: 736px;
    width: 38.33%;
}
@media screen and (max-width: 767px) {
    .compliance_curve.v_3 {
        max-width: none;
        width: 83.86%;
        margin-bottom: 23px;
    }
}
.compliance_curve img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
.compliance_container {
    position: relative;
    z-index: 2;
    max-width: 1285px;
    width: 74.7%;
}
@media screen and (max-width: 767px) {
    .compliance_container {
        max-width: none;
        width: 100%;
    }
}
.compliance_container.small {
    max-width: 1044px;
}
.compliance_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px -22px;
}
@media screen and (max-width: 576px) {
    .compliance_wrap {
        margin: 0 -5px -10px;
    }
}
.compliance_wrap.row_two {
    margin: 0 -12px -27px;
}
@media screen and (max-width: 767px) {
    .compliance_wrap.row_two {
        margin: 0 -5px -10px;
    }
}
@media screen and (max-width: 400px) {
    .compliance_wrap.row_two {
        display: block;
        margin: 0;
    }
}
.compliance_wrap.row_two .compliance_item {
    width: calc(50% - 24px);
    margin: 0 12px 27px;
    padding: 24px 72px 29px 27px;
}
@media screen and (max-width: 1440px) {
    .compliance_wrap.row_two .compliance_item {
        padding-right: 48px;
    }
}
@media screen and (max-width: 991px) {
    .compliance_wrap.row_two .compliance_item {
        padding-right: 22px;
    }
}
@media screen and (max-width: 767px) {
    .compliance_wrap.row_two .compliance_item {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
        padding: 20px 16px 18px 18px;
        display: block;
    }
}
@media screen and (max-width: 400px) {
    .compliance_wrap.row_two .compliance_item {
        width: 100%;
        margin: 0 0 10px;
    }
}
@media screen and (max-width: 400px) {
    .compliance_wrap.row_two .compliance_item:last-child {
        margin-bottom: 0;
    }
}
.compliance_item {
    width: calc(33.33% - 22px);
    margin: 0 11px 22px;
    border-radius: 10px;
    border: 1px solid #a27fff;
    padding: 25px 22px 21px 24px;
}
@media screen and (max-width: 767px) {
    .compliance_item {
        padding: 19px 16px 12px 20px;
    }
}
@media screen and (max-width: 576px) {
    .compliance_item {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
        min-height: 189px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
.compliance_item_check {
    margin-bottom: 33px;
}
@media screen and (max-width: 576px) {
    .compliance_item_check {
        margin-bottom: 16px;
    }
}
.compliance_item_check img {
    display: block;
}
.compliance_item_icon {
    margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
    .compliance_item_icon {
        margin-bottom: 22px;
    }
}
.compliance_item_name {
    color: #291261;
    font-size: clamp(25px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
    .compliance_item_name {
        margin-bottom: 10px;
    }
}
.compliance_item_text {
    color: #291261;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 133%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
    .compliance_item_text {
        font-family: Manrope, sans-serif;
        letter-spacing: 0.02em;
    }
}
.compliance_bottom {
    margin-top: 117px;
    max-width: 1033px;
}
@media screen and (max-width: 991px) {
    .compliance_bottom {
        margin-top: 86px;
    }
}
@media screen and (max-width: 767px) {
    .compliance_bottom {
        max-width: none;
    }
}
.compliance_bottom .btn {
    margin-top: 77px;
}
@media screen and (max-width: 767px) {
    .compliance_bottom .btn {
        margin-top: 51px;
    }
}
.gallery_block {
    position: relative;
}
.gallery_item.swiper-slide {
    width: calc(100% - 780px);
}
@media screen and (max-width: 1440px) {
    .gallery_item.swiper-slide {
        width: calc(100% - 586px);
    }
}
@media screen and (max-width: 991px) {
    .gallery_item.swiper-slide {
        width: calc(100% - 300px);
    }
}
@media screen and (max-width: 767px) {
    .gallery_item.swiper-slide {
        width: calc(100% - 128px);
    }
}
.gallery_item_img {
    height: 672px;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .gallery_item_img {
        height: 504px;
    }
}
@media screen and (max-width: 767px) {
    .gallery_item_img {
        height: 400px;
    }
}
@media screen and (max-width: 576px) {
    .gallery_item_img {
        height: 280px;
    }
}
.gallery_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a27fff;
    border: 1px solid #a27fff;
    border-radius: 5px;
    width: 42px;
    height: 42px;
    transition: all 0.3s;
}
.gallery_arrow:hover {
    background-color: #fafafa;
}
.gallery_arrow:hover svg {
    fill: #a27fff;
}
.gallery_arrow svg {
    display: block;
    fill: #fafafa;
    transition: all 0.3s;
}
.gallery_prev {
    left: 370px;
}
@media screen and (max-width: 1440px) {
    .gallery_prev {
        left: 273px;
    }
}
@media screen and (max-width: 991px) {
    .gallery_prev {
        left: 118px;
    }
}
@media screen and (max-width: 767px) {
    .gallery_prev {
        left: 48px;
    }
}
.gallery_next {
    right: 370px;
}
@media screen and (max-width: 1440px) {
    .gallery_next {
        right: 273px;
    }
}
@media screen and (max-width: 991px) {
    .gallery_next {
        right: 118px;
    }
}
@media screen and (max-width: 767px) {
    .gallery_next {
        right: 48px;
    }
}
.services_description {
    margin-bottom: 91px;
}
@media screen and (max-width: 991px) {
    .services_description {
        margin-bottom: 98px;
    }
}
.services_description .title_category {
    margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
    .services_description .title_category {
        margin-bottom: 36px;
    }
}
.service_about_container {
    transition: all 0.3s;
}
.service_about_wrap {
    display: flex;
    justify-content: space-between;
    padding-right: 139px;
}
@media screen and (max-width: 1440px) {
    .service_about_wrap {
        padding-right: 104px;
    }
}
@media screen and (max-width: 1140px) {
    .service_about_wrap {
        padding-right: 64px;
    }
}
@media screen and (max-width: 991px) {
    .service_about_wrap {
        padding-right: 0;
        flex-direction: column;
    }
}
.service_about_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 67.79%;
    padding-right: 32px;
    transition: all 0.3s;
}
@media screen and (max-width: 991px) {
    .service_about_left {
        width: 100%;
        padding-right: 0;
    }
}
.service_about_left .btn {
    margin-top: 40px;
}
@media screen and (max-width: 991px) {
    .service_about_left .btn {
        margin-top: 94px;
    }
}
.service_about_description {
    max-width: 651px;
}
@media screen and (max-width: 1440px) {
    .service_about_description {
        max-width: 500px;
    }
}
@media screen and (max-width: 991px) {
    .service_about_description {
        max-width: none;
    }
}
.service_about_description .typical_text {
    margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
    .service_about_description .typical_text {
        padding-left: 41px;
    }
}
@media screen and (max-width: 767px) {
    .service_about_description .typical_text {
        margin-bottom: 25px;
    }
}
.service_about_description .typical_text:last-child {
    margin-bottom: 0;
}
.service_about_description .checklist {
    position: relative;
    padding-top: 13px;
    margin-top: 43px;
}
@media screen and (max-width: 991px) {
    .service_about_description .checklist {
        margin-top: 25px;
    }
}
.service_about_description .checklist:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a27fff;
}
@media screen and (max-width: 991px) {
    .service_about_description .checklist:before {
        left: 41px;
    }
}
@media screen and (max-width: 991px) {
    .service_about_description .checklist li {
        padding-left: 41px;
    }
}
.service_about_img {
    width: 32.21%;
    border-radius: 5px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .service_about_img {
        width: 100%;
        margin-top: 38px;
    }
}
.service_about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_contact {
    display: flex;
    margin-top: 160px;
}
@media screen and (max-width: 1440px) {
    .services_contact {
        margin-top: 120px;
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .services_contact {
        margin-top: 94px;
    }
}
.services_contact_left {
    width: 16.86%;
    padding-right: 32px;
}
@media screen and (max-width: 1440px) {
    .services_contact_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 36px;
    }
}
.services_contact_info {
    width: 83.14%;
}
@media screen and (max-width: 1440px) {
    .services_contact_info {
        width: 100%;
    }
}
.services_contact_description {
    max-width: 974px;
}
@media screen and (max-width: 1440px) {
    .services_contact_description {
        max-width: 730px;
    }
}
.services_contact_description .title_block {
    margin-bottom: 59px;
}
@media screen and (max-width: 991px) {
    .services_contact_description .title_block {
        margin-bottom: 28px;
    }
}
.services_contact_description .btn {
    margin-top: 50px;
}
@media screen and (max-width: 991px) {
    .services_contact_description .btn {
        margin-top: 28px;
    }
}
.services_contact_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .services_contact_buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}
.services_contact_buttons .btn {
    margin-top: 0;
    margin-right: 53px;
}
@media screen and (max-width: 1440px) {
    .services_contact_buttons .btn {
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .services_contact_buttons .btn {
        margin-right: 0;
        margin-bottom: 28px;
    }
}
.services_contact_link {
    display: flex;
    align-items: center;
    color: #fafafa;
    text-decoration: none;
    font-size: 22px;
    line-height: 33px;
    transition: color 0.3s;
}
@media screen and (max-width: 1440px) {
    .services_contact_link {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .services_contact_link {
        font-size: 18px;
        line-height: 28px;
    }
}
.services_contact_link:hover {
    color: #a27fff;
}
.services_contact_link span {
    border-bottom: 1px solid #a27fff;
}
.services_contact_link .svg_tel_icon {
    width: 29px;
    height: 27px;
}
@media screen and (max-width: 767px) {
    .services_contact_link .svg_tel_icon {
        width: 24px;
        height: 22px;
    }
}
.services_contact_link svg {
    fill: #a27fff;
    margin-right: 25px;
}
@media screen and (max-width: 767px) {
    .services_contact_link svg {
        margin-right: 10px;
    }
}
.about_content {
    display: flex;
}
@media screen and (max-width: 991px) {
    .about_content {
        display: block;
    }
}
.about_content.reverse {
    flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
    .about_content.reverse {
        flex-direction: column;
    }
}
.about_content.reverse .about_content_info {
    padding-left: 0;
}
@media screen and (max-width: 1440px) {
    .about_content.reverse .about_content_info {
        padding-right: 64px;
    }
}
@media screen and (max-width: 991px) {
    .about_content.reverse .about_content_info {
        padding-right: 0;
    }
}
.about_content.reverse .about_content_description {
    margin-left: 0;
}
.about_content_img {
    width: 49.42%;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .about_content_img {
        width: 100%;
        margin-bottom: 72px;
    }
}
.about_content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_content_info {
    align-self: center;
    width: 50.58%;
    padding: 0 64px;
}
@media screen and (max-width: 1440px) {
    .about_content_info {
        padding-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .about_content_info {
        width: 100%;
        padding: 0;
    }
}
.about_content_description {
    margin-left: auto;
    max-width: 637px;
}
@media screen and (max-width: 991px) {
    .about_content_description {
        max-width: none;
    }
}
.about_content_description .title_category {
    margin-bottom: 26px;
}
.about_content_description .title_section {
    margin-bottom: 63px;
}
@media screen and (max-width: 1440px) {
    .about_content_description .title_section {
        margin-bottom: 48px;
    }
}
.about_content_description .typical_text.large {
    margin-bottom: 26px;
}
.about_content_description .btn {
    margin-top: 67px;
}
@media screen and (max-width: 1440px) {
    .about_content_description .btn {
        margin-top: 48px;
    }
}
.journey_section {
    overflow: visible;
}
.journey_description {
    max-width: 1160px;
    margin-bottom: 161px;
}
@media screen and (max-width: 1440px) {
    .journey_description {
        max-width: 870px;
    }
}
@media screen and (max-width: 767px) {
    .journey_description {
        margin-bottom: 166px;
    }
}
.journey_description .title_category {
    margin-bottom: 32px;
}
.journey_wrap {
    display: flex;
}
@media screen and (max-width: 767px) {
    .journey_wrap {
        display: block;
    }
}
.journey_left {
    width: 52.16%;
    padding-right: 64px;
    padding-top: 146px;
}
@media screen and (max-width: 991px) {
    .journey_left {
        padding-right: 32px;
    }
}
@media screen and (max-width: 767px) {
    .journey_left {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }
}
.journey_item {
    position: relative;
    padding-left: 143px;
}
@media screen and (max-width: 1440px) {
    .journey_item {
        padding-left: 108px;
    }
}
@media screen and (max-width: 991px) {
    .journey_item {
        padding-left: 68px;
    }
}
@media screen and (max-width: 767px) {
    .journey_item {
        padding-left: 0;
        margin-bottom: 97px;
    }
}
.journey_item:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #a27fff;
}
@media screen and (max-width: 767px) {
    .journey_item:before {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .journey_item:last-child {
        margin-bottom: 0;
    }
}
.journey_item:last-child .journey_item_info {
    padding-bottom: 0;
}
.journey_item_num {
    display: none;
}
@media screen and (max-width: 767px) {
    .journey_item_num {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        color: #a27fff;
        font-size: 14px;
        line-height: 18px;
        font-family: Borna, sans-serif;
    }
}
.journey_item_info {
    border-left: 1px solid #a27fff;
    padding-left: 20px;
    padding-bottom: 382px;
}
@media screen and (max-width: 767px) {
    .journey_item_info {
        padding-bottom: 0;
        padding-left: 68px;
        border-left: none;
    }
}
.journey_item_description {
    max-width: 458px;
}
@media screen and (max-width: 767px) {
    .journey_item_description {
        max-width: none;
    }
}
.journey_item_description .typical_text p {
    letter-spacing: normal;
}
.journey_item_name {
    color: #a27fff;
    font-size: clamp(30px, 2.447vw, 47px);
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .journey_item_name {
        margin-bottom: 23px;
    }
}
.journey_item_img {
    display: none;
}
@media screen and (max-width: 767px) {
    .journey_item_img {
        display: block;
        margin-top: 97px;
    }
}
.journey_right {
    width: 47.84%;
}
@media screen and (max-width: 767px) {
    .journey_right {
        display: none;
    }
}
.journey_sticky {
    position: sticky;
    top: 140px;
}
.journey_slider {
    max-width: 606px;
}
.certification_list {
    padding-top: 27px;
    max-width: 1076px;
}
@media screen and (max-width: 1600px) {
    .certification_list {
        max-width: 900px;
    }
}
@media screen and (max-width: 991px) {
    .certification_list {
        padding-left: 41px;
    }
}
@media screen and (max-width: 767px) {
    .certification_list {
        padding-top: 14px;
        max-width: none;
    }
}
.certification_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 43px;
    padding-left: 52px;
}
@media screen and (max-width: 767px) {
    .certification_item {
        display: block;
        padding-left: 43px;
        margin-bottom: 35px;
    }
}
.certification_item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: #a27fff url(../images/checklist.svg) no-repeat center/14px 10px;
}
@media screen and (max-width: 767px) {
    .certification_item:before {
        top: 0;
        transform: translateY(0);
    }
}
.certification_item:last-child {
    margin-bottom: 0;
}
.certification_item_name {
    color: #291261;
    font-size: 22px;
    line-height: 33px;
}
@media screen and (max-width: 1440px) {
    .certification_item_name {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .certification_item_name {
        font-size: 18px;
        line-height: 28px;
    }
}
.certification_item_icon {
    min-width: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    margin-left: 24px;
}
@media screen and (max-width: 767px) {
    .certification_item_icon {
        margin: 11px 0 0;
    }
}
.certification_item_button {
	margin-top: -35px;
	margin-bottom: 30px;
	margin-left: 52px;
}
.team_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}
@media screen and (max-width: 767px) {
    .team_wrap {
        display: block;
        margin: 0;
    }
}
.team_item {
    background-color: #f3f3f3;
    border-radius: 10px;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px 13px 16px 21px;
}
@media screen and (max-width: 1100px) {
    .team_item {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 767px) {
    .team_item {
        padding: 17px 9px 18px 19px;
    }
}
@media screen and (max-width: 767px) {
    .team_item {
        width: 100%;
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .team_item:last-child {
        margin-bottom: 0;
    }
}
.team_item_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.team_item_info {
    max-width: 100%;
    margin-right: 16px;
}
.team_item_name {
    color: #291261;
    font-size: clamp(25px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
}
.team_item_msc {
    color: #291261;
    font-size: 22px;
    line-height: 33px;
}
@media screen and (max-width: 1440px) {
    .team_item_msc {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .team_item_msc {
        font-size: 18px;
        line-height: 28px;
    }
}
.team_item_position {
    color: #a27fff;
    font-size: clamp(25px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
    margin-top: 26px;
}
@media screen and (max-width: 767px) {
    .team_item_position {
        margin-top: 21px;
    }
}
.team_item_soc:hover svg {
    fill: #920048;
}
.team_item_soc svg {
    width: 25px;
    height: 25px;
    fill: #a27fff;
    display: block;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .team_item_soc svg {
        width: 18px;
        height: 18px;
    }
}
.team_item_bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .team_item_bottom {
        margin-top: 40px;
    }
}
.team_item_bottom .link_arrow {
    margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .team_item_bottom .link_arrow {
        margin-bottom: 0;
    }
}
.team_item_img {
    /* width: 52.85%; */
    max-width: 278px;
    border-radius: 5px;
    overflow: hidden;
}
@media screen and (max-width: 576px) {
    .team_item_img {
        max-width: 199px;
    }
}
.benefits_wrap {
    display: flex;
}
@media screen and (max-width: 767px) {
    .benefits_wrap {
        display: block;
    }
}
.benefits_left {
    width: 25.23%;
    padding-right: 64px;
}
@media screen and (max-width: 767px) {
    .benefits_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
}
.benefits_right {
    width: 74.77%;
}
@media screen and (max-width: 767px) {
    .benefits_right {
        width: 100%;
    }
}
.benefits_description {
    margin-bottom: 50px;
}
.benefits_description .title_section {
    margin-bottom: 46px;
}
.benefits_description .typical_text {
    max-width: 1095px;
}
@media screen and (max-width: 1440px) {
    .benefits_description .typical_text {
        max-width: 1000px;
    }
}
.testimonials_section {
    position: relative;
    min-height: 1207px;
    padding: 312px 0;
}
@media screen and (max-width: 1440px) {
    .testimonials_section {
        min-height: 906px;
        padding: 234px 0;
    }
}
@media screen and (max-width: 991px) {
    .testimonials_section {
        padding: 90px 0;
        min-height: auto;
    }
}
@media screen and (max-width: 767px) {
    .testimonials_section {
        padding: 192px 0 122px;
    }
}
.testimonials_section.reverse .title_category {
    margin-left: 0;
}
.testimonials_section.reverse .testimonials_curve {
    left: auto;
    right: 0;
}
.testimonials_section.reverse .testimonial_item_wrap {
    flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
    .testimonials_section.reverse .testimonial_item_wrap {
        flex-direction: column;
    }
}
.testimonials_section.reverse .testimonial_item_left {
    padding-right: 0;
}
.testimonials_section.reverse .testimonials_nav {
    padding-right: 34.06%;
}
@media screen and (max-width: 767px) {
    .testimonials_section.reverse .testimonials_nav {
        padding-right: 0;
    }
}
.testimonials_section .title_category {
    margin-left: 34.06%;
    margin-bottom: -23px;
}
@media screen and (max-width: 767px) {
    .testimonials_section .title_category {
        margin-left: 0;
        position: absolute;
        top: 426px;
        left: 20px;
    }
}
.testimonials_curve {
    position: absolute;
    top: 28px;
    left: 0;
    max-width: 546px;
}
@media screen and (max-width: 1440px) {
    .testimonials_curve {
        max-width: 410px;
    }
}
@media screen and (max-width: 991px) {
    .testimonials_curve {
        max-width: 300px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials_curve {
        top: 0;
        right: 0;
        max-width: none;
    }
}
.testimonials_curve img {
    width: 100%;
}
.testimonials_slider {
    z-index: 3;
}
.testimonials_nav {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .testimonials_nav {
        justify-content: flex-start;
        position: absolute;
        top: 180px;
        left: 30px;
    }
}
.testimonials_arrow {
    position: relative;
    z-index: 4;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #a27fff;
    background-color: #a27fff;
    margin-right: 8px;
    transition: all 0.3s;
}
.testimonials_arrow:hover {
    background-color: rgba(162, 127, 255, 0.25);
}
.testimonials_arrow:hover svg {
    fill: #a27fff;
}
.testimonials_arrow:last-child {
    margin-right: 0;
}
.testimonials_arrow .testimonials_prev svg {
    transform: rotate(180deg);
}
.testimonials_arrow svg {
    display: block;
    fill: #fafafa;
    transition: all 0.3s;
}
.testimonial_item_wrap {
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 767px) {
    .testimonial_item_wrap {
        flex-direction: column;
    }
}
.testimonial_item_left {
    width: 34.06%;
    display: flex;
    justify-content: center;
    padding-right: 26px;
}
@media screen and (max-width: 991px) {
    .testimonial_item_left {
        padding-right: 64px;
    }
}
@media screen and (max-width: 767px) {
    .testimonial_item_left {
        width: 100%;
        padding-right: 0;
        min-height: 162px;
        margin-bottom: 129px;
    }
}
.testimonial_item_img {
    max-width: 270px;
    border-radius: 10px;
    overflow: auto;
}
@media screen and (max-width: 767px) {
    .testimonial_item_img {
        max-width: 137px;
        height: 162px;
        position: absolute;
        top: 82px;
        right: 10px;
    }
}
.testimonial_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial_item_info {
    width: 65.94%;
}
@media screen and (max-width: 767px) {
    .testimonial_item_info {
        width: 100%;
    }
}
.testimonial_item_text {
    color: #291261;
    font-weight: 400;
    font-size: clamp(30px, 2.343vw, 45px);
    line-height: 122%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
    .testimonial_item_text {
        font-size: 24px;
    }
}
.testimonial_item_bottom {
    margin-top: 65px;
}
.testimonial_item_name {
    color: #291261;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    font-family: Borna, sans-serif;
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .testimonial_item_name {
        font-size: 14px;
    }
}
.testimonial_item_name:last-child {
    margin-bottom: 0;
}
.testimonial_item_position {
    color: #291261;
    font-size: 16px;
    line-height: 18px;
    font-family: Borna, sans-serif;
}
.top_article .top_page_inner {
    min-height: 600px;
}
@media screen and (max-width: 1440px) {
    .top_article .top_page_inner {
        min-height: 485px;
    }
}
@media screen and (max-width: 991px) {
    .top_article .top_page_inner {
        padding: 129px 0 45px;
    }
}
@media screen and (max-width: 767px) {
    .top_article .top_page_inner {
        min-height: 560px;
    }
}
.top_article .top_page_row {
    padding-right: 0;
}
.addtoany_content.addtoany_content_top{
    width: 35px;
    position: fixed;
    right: 30px;
    top:180px;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .addtoany_content.addtoany_content_top{
        width: 24px;
        right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .addtoany_content.addtoany_content_top{
        width: 17px;
        right: 15px;
    }
}
.addtoany_content.addtoany_content_bottom{
    display: none;
}
@media screen and (min-width: 1200px) {
    .addtoany_content.addtoany_content_bottom{
    }
}
@media screen and (max-width: 767px) {
    .addtoany_content.addtoany_content_bottom{
        display: inline-flex;
    }
    .addtoany_content.addtoany_content_bottom .a2a_kit {
        display: inline-flex;
        gap: 10px;
        margin: 40px 20px;
    }
}
.addtoany_content .a2a_kit a span{
    background-color: #a27fff!important;
    height: 42px!important;
    line-height: 42px!important;
    width: 42px!important;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #a27fff;
    transition: background-color 0.3s;
}
@media screen and (max-width: 1200px) {
    .addtoany_content .a2a_kit a span{
        height: 36px !important;
        line-height: 36px !important;
        width: 36px !important;
    }
}
@media screen and (max-width: 767px) {
    .addtoany_content .a2a_kit a span{
        height: 26px !important;
        line-height: 26px !important;
        width: 26px !important;
        padding: 2px;
    }
}
.addtoany_content a .a2a_svg svg path{
    fill: #fff;
    transition: fill 0.3s;
}
.addtoany_list a:hover img, .addtoany_list a:hover span{
    opacity: 1;
}
.addtoany_content .a2a_kit a:hover span{
    background-color: #fff!important;
    transition: background-color 0.3s;
}
.addtoany_content a:hover .a2a_svg svg path{
    fill: #a27fff;
    transition: fill 0.3s;
}
.top_details {
    margin-left: 24px;
}
@media screen and (max-width: 767px) {
    .top_details {
        margin-left: 0;
    }
}
.top_detail_item {
    display: flex;
    margin-bottom: 8px;
}
.top_detail_item:last-child {
    margin-bottom: 0;
}
.top_detail_item p {
    color: #291261;
    font-size: 16px;
    line-height: 20px;
    font-family: Borna, sans-serif;
}
@media screen and (max-width: 767px) {
    .top_detail_item p {
        font-size: 14px;
    }
}
.top_detail_item p:first-child {
    min-width: 112px;
}
.top_detail_item p:last-child {
    position: relative;
    font-weight: 500;
    padding-left: 12px;
}
.top_detail_item p:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #291261;
}
.job_container {
    max-width: 1114px;
    margin: 0 auto;
}
.job_info {
    margin-bottom: 145px;
}
@media screen and (max-width: 991px) {
    .job_info {
        margin-bottom: 90px;
    }
}
.job_info:last-child {
    margin-bottom: 0;
}
.job_info .title_section {
    margin-bottom: 74px;
}
@media screen and (max-width: 991px) {
    .job_info .title_section {
        margin-bottom: 40px;
    }
}
.job_info .checklist li {
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .job_info .checklist li {
        margin-bottom: 20px;
    }
}
.job_info .checklist li:last-child {
    margin-bottom: 0;
}
.job_info .btn {
    margin-top: 83px;
}
@media screen and (max-width: 991px) {
    .job_info .btn {
        margin-top: 40px;
    }
}
.contact_cta {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #291261;
    margin-top: 157px;
    padding: 58px 66px 63px;
}
@media screen and (max-width: 991px) {
    .contact_cta {
        padding: 40px;
        margin-top: 90px;
    }
}
@media screen and (max-width: 767px) {
    .contact_cta {
        padding: 45px 33px 0;
    }
}
.contact_cta_curve {
    position: absolute;
    top: 0;
    right: 0;
    width: 50.46%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .contact_cta_curve {
        position: static;
        height: auto;
        width: auto;
        margin: -33% -33px 0;
    }
}
.contact_cta_curve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}
.contact_cta_info {
    position: relative;
    z-index: 3;
}
.contact_cta_info .title_category {
    margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
    .contact_cta_info .title_category {
        margin-bottom: 49px;
    }
}
.contact_cta_title {
    color: #fafafa;
    font-weight: 400;
    font-size: clamp(35px, 2.343vw, 45px);
    line-height: 122%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
    max-width: 617px;
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .contact_cta_title {
        letter-spacing: -0.05em;
        margin-bottom: 35px;
    }
}
.contact_cta_title:last-child {
    margin-bottom: 0;
}
.contact_cta_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .contact_cta_buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}
.contact_cta_buttons .btn {
    margin-top: 0;
    margin-right: 57px;
}
@media screen and (max-width: 1440px) {
    .contact_cta_buttons .btn {
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .contact_cta_buttons .btn {
        margin-right: 0;
        margin-bottom: 28px;
    }
}
.contact_cta_link {
    display: flex;
    align-items: center;
    color: #fafafa;
    text-decoration: none;
    font-size: 22px;
    line-height: 33px;
    transition: color 0.3s;
}
@media screen and (max-width: 1440px) {
    .contact_cta_link {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .contact_cta_link {
        font-size: 18px;
        line-height: 28px;
    }
}
.contact_cta_link:hover {
    color: #a27fff;
}
.contact_cta_link span {
    border-bottom: 1px solid #a27fff;
}
.contact_cta_link .svg_tel_icon {
    width: 29px;
    height: 27px;
}
@media screen and (max-width: 767px) {
    .contact_cta_link .svg_tel_icon {
        width: 24px;
        height: 22px;
    }
}
.contact_cta_link svg {
    fill: #a27fff;
    margin-right: 25px;
}
@media screen and (max-width: 767px) {
    .contact_cta_link svg {
        margin-right: 10px;
    }
}
.top_cs .title_section {
    font-size: clamp(45px, 3.64vw, 70px);
    line-height: 1;
    max-width: 756px;
}
@media screen and (max-width: 1440px) {
    .top_cs .title_section {
        max-width: 567px;
    }
}
.top_cs .top_bg:before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 62.45%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (max-width: 767px) {
    .top_cs .top_bg:before {
        height: 50%;
        background: linear-gradient(180deg, rgba(15, 3, 44, 0), #0f042a 100%);
        opacity: 0.8;
    }
}
.top_cs .top_inner {
    min-height: 791px;
}
@media screen and (max-width: 1440px) {
    .top_cs .top_inner {
        min-height: 664px;
    }
}
.cs_details {
    padding: 57px 0;
}
@media screen and (max-width: 767px) {
    .cs_details {
        padding: 40px 0;
    }
}
.cs_details_wrap {
    display: flex;
}
@media screen and (max-width: 991px) {
    .cs_details_wrap {
        display: block;
    }
}
.cs_details_item {
    color: #291261;
    font-size: 16px;
    line-height: 18px;
    font-family: Borna, sans-serif;
    margin-right: 7.55%;
}
@media screen and (max-width: 1170px) {
    .cs_details_item {
        margin-right: 32px;
    }
}
@media screen and (max-width: 991px) {
    .cs_details_item {
        margin: 0 0 14px;
    }
}
@media screen and (max-width: 767px) {
    .cs_details_item {
        font-size: 14px;
    }
}
.cs_details_item:last-child {
    margin-right: 0;
}
@media screen and (max-width: 991px) {
    .cs_details_item:last-child {
        margin-bottom: 0;
    }
}
.cs_details_item strong {
    font-weight: 600;
}
.cs_solutions {
    margin-top: 191px;
}
@media screen and (max-width: 1440px) {
    .cs_solutions {
        margin-top: 144px;
    }
}
@media screen and (max-width: 991px) {
    .cs_solutions {
        margin-top: 90px;
    }
}
.cs_solutions:first-child {
    margin-top: 0;
}
.cs_solutions .intro_description {
    margin-bottom: 68px;
}
.cs_solutions .intro_description:last-child {
    margin-bottom: 0;
}
.cs_solutions .faq_accordion {
    margin-bottom: 102px;
}
@media screen and (max-width: 1440px) {
    .cs_solutions .faq_accordion {
        margin-bottom: 77px;
    }
}
@media screen and (max-width: 991px) {
    .cs_solutions .faq_accordion {
        margin-bottom: 68px;
    }
}
.cs_solutions .faq_accordion:last-child {
    margin-bottom: 0;
}
.filter_panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 31px;
    padding: 28px 37px 28px 29px;
}
@media screen and (max-width: 1240px) {
    .filter_panel {
        padding: 24px 25px;
        margin-bottom: 27px;
    }
}
@media screen and (max-width: 991px) {
    .filter_panel {
        display: block;
    }
}
.filter_panel_name {
    color: #291261;
    font-size: clamp(25px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 991px) {
    .filter_panel_name {
        display: block;
        margin-bottom: 35px;
    }
}
.filter_panel_right {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .filter_panel_right {
        display: block;
    }
}
.filter_sort {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -18px;
}
.filter_item {
    margin-right: 81px;
    margin-bottom: 18px;
}
@media screen and (max-width: 1440px) {
    .filter_item {
        margin-right: 60px;
    }
}
@media screen and (max-width: 1240px) {
    .filter_item {
        margin-right: 31px;
    }
}
.filter_item:hover:hover .filter_item_arrow {
    background-color: rgba(162, 127, 255, 0.25);
}
.filter_item:hover:hover .filter_item_arrow svg {
    fill: #a27fff;
}
.filter_item:last-child {
    margin-right: 0;
}
.filter_item_toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #a27fff;
    text-decoration: underline;
    font-size: 20px;
    line-height: 1;
    font-family: Borna, sans-serif;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s;
}
.filter_item_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background-color: #a27fff;
    border: 1px solid #a27fff;
    border-radius: 5px;
    margin-left: 29px;
    transition: all 0.3s;
}
.filter_item_arrow svg {
    display: block;
    fill: #fafafa;
    transition: all 0.3s;
}
.filter_item_dropdown {
    top: 100%;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    min-width: 100%;
}
.filter_item_dropdown li {
    margin-bottom: 4px;
}
.filter_item_dropdown li:last-child {
    margin-bottom: 0;
}
.filter_item_dropdown a {
    white-space: nowrap;
    color: #a27fff;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1;
    font-family: Borna, sans-serif;
}
.filter_item_dropdown a:hover {
    text-decoration: none;
}
.filter_search {
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    padding: 6px 7px 6px 11px;
    width: 100%;
    max-width: 260px;
    margin-left: 112px;
}
@media screen and (max-width: 1440px) {
    .filter_search {
        margin-left: 84px;
    }
}
@media screen and (max-width: 1240px) {
    .filter_search {
        margin-left: 31px;
    }
}
@media screen and (max-width: 991px) {
    .filter_search {
        margin: 33px 0 0;
    }
}
.filter_search_field {
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #a27fff;
    text-decoration: underline;
    font: 20px Borna, sans-serif;
    letter-spacing: -0.02em;
}
.filter_search_field::-webkit-input-placeholder {
    color: #a27fff;
}
.filter_search_field:-moz-placeholder {
    color: #a27fff;
}
.filter_search_field::-moz-placeholder {
    color: #a27fff;
}
.filter_search_field:-ms-input-placeholder {
    color: #a27fff;
}
.filter_search_send {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background-color: #a27fff;
    border: 1px solid #a27fff;
    border-radius: 5px;
    margin-left: 12px;
    transition: all 0.3s;
}
.filter_search_send:hover {
    background-color: rgba(162, 127, 255, 0.25);
}
.filter_search_send:hover svg {
    stroke: #a27fff;
}
.filter_search_send svg {
    display: block;
    stroke: #fafafa;
    transition: all 0.3s;
}
.pagination {
    margin-top: 114px;
}
@media screen and (max-width: 1440px) {
    .pagination {
        margin-top: 86px;
    }
}
@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 61px;
    }
}
.pagination_list {
    display: flex;
    justify-content: center;
}
.pagination_list li {
    margin-right: 37px;
}
@media screen and (max-width: 991px) {
    .pagination_list li {
        margin-right: 41px;
    }
}
.pagination_list li:last-child {
    margin-right: 0;
}
.pagination_list li.active a {
    color: #291261;
    text-decoration: underline;
}
.pagination_list a {
    text-decoration: none;
    color: #a27fff;
    font-size: 22px;
    line-height: 33px;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .pagination_list a {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 991px) {
    .pagination_list a {
        font-size: 18px;
        line-height: 28px;
    }
}
.pagination_list a:hover {
    text-decoration: underline;
}
.newsletter_block {
    background-color: #291261;
    border-radius: 10px;
    padding: 125px 64px 146px;
    margin-top: 138px;
}
@media screen and (max-width: 1440px) {
    .newsletter_block {
        margin-top: 86px;
    }
}
@media screen and (max-width: 991px) {
    .newsletter_block {
        padding: 90px 32px;
        margin-top: 61px;
    }
}
.newsletter_wrap {
    max-width: 1430px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .newsletter_wrap {
        display: block;
    }
}
.newsletter_info {
    padding-right: 64px;
}
@media screen and (max-width: 767px) {
    .newsletter_info {
        padding-right: 0;
        margin-bottom: 56px;
    }
}
.newsletter_description {
    max-width: 563px;
}
@media screen and (max-width: 1440px) {
    .newsletter_description {
        max-width: 422px;
    }
}
@media screen and (max-width: 767px) {
    .newsletter_description {
        max-width: none;
    }
}
.newsletter_description .title_category {
    margin-bottom: 24px;
}
.newsletter_description .title_category.grey:before {
    background-color: #fafafa;
}
.newsletter_description .title_block {
    margin-bottom: 35px;
}
.newsletter_description .typical_text {
    max-width: 519px;
}
.newsletter_form {
    width: 50%;
    max-width: 611px;
}
@media screen and (max-width: 767px) {
    .newsletter_form {
        width: 100%;
        max-width: none;
    }
}
.top_details_post {
    width: 100%;
    max-width: 270px;
    margin-left: 40px;
}
@media screen and (max-width: 991px) {
    .top_details_post {
        width: auto;
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    .top_details_post {
        margin-left: 0;
    }
}
.top_details_post p {
    color: #291261;
    font-size: 16px;
    line-height: 28px;
    font-family: Borna, sans-serif;
    white-space: nowrap;
}
.article_container {
    margin: 0 auto;
    max-width: 1140px;
}
.article_container .typical_text {
    margin-bottom: 61px;
}
.article_container .typical_text:last-child {
    margin-bottom: 0;
}
.article_container .typical_text.large p {
    font-size: 25px;
    line-height: 30px;
}
.article_container .typical_text img {
    border-radius: 10px;
}
.article_container .checklist {
    margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
    .article_container .checklist {
        margin-bottom: 84px;
    }
}
.article_container .checklist:last-child {
    margin-bottom: 0;
}
.article_container .checklist li {
    margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
    .article_container .checklist li {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 26px;
    }
}
.article_container .checklist li:last-child {
    margin-bottom: 0;
}
.courses_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px -23px;
}
@media screen and (max-width: 767px) {
    .courses_wrap {
        display: block;
        margin: 0;
    }
}
.course_item {
    background-color: #fafafa;
    border-radius: 10px;
    width: calc(33.33% - 22px);
    margin: 0 11px 23px;
    padding: 14px 16px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1100px) {
    .course_item {
        width: calc(50% - 22px);
    }
}
@media screen and (max-width: 767px) {
    .course_item {
        width: 100%;
        margin: 0 0 25px;
    }
}
@media screen and (max-width: 576px) {
    .course_item {
        padding: 10px 11px 20px;
    }
}
@media screen and (max-width: 767px) {
    .course_item:last-child {
        margin-bottom: 0;
    }
}
.course_item_top {
    position: relative;
    margin-bottom: 38px;
}
@media screen and (max-width: 576px) {
    .course_item_top {
        margin-bottom: 27px;
    }
}
.course_item_img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 260px;
}
@media screen and (max-width: 576px) {
    .course_item_img {
        height: 168px;
    }
}
.course_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.course_item_category {
    display: inline-block;
    padding: 6px 11px;
    position: absolute;
    top: 11px;
    left: 11px;
    z-index: 2;
    background-color: #a27fff;
    border-radius: 8px;
    color: #fafafa;
    font-size: 16px;
    line-height: 18px;
    font-family: Borna, sans-serif;
}
@media screen and (max-width: 576px) {
    .course_item_category {
        top: 8px;
        left: 8px;
        padding: 4px 6px;
        border-radius: 4px;
        font-size: 14px;
    }
}
.course_item_info {
    padding: 0 0 0 10px;
}
.course_item_icons {
    display: flex;
    align-items: center;
    margin-bottom: 43px;
}
@media screen and (max-width: 576px) {
    .course_item_icons {
        margin-bottom: 17px;
    }
}
.course_item_icons img {
    margin-right: 11px;
}
@media screen and (max-width: 576px) {
    .course_item_icons img {
        margin-right: 8px;
    }
}
.course_item_icons img:last-child {
    margin-right: 0;
}
.course_item_name {
    text-decoration: none;
    display: inline-block;
    color: #291261;
    font-size: 25px;
    line-height: 33px;
    font-family: Borna, sans-serif;
    letter-spacing: -0.02em;
    margin-bottom: 23px;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .course_item_name {
        font-size: 22px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .course_item_name {
        font-size: 20px;
        line-height: 28px;
    }
}
.course_item_name:hover {
    color: #a27fff;
}
.course_item_more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 0 0 10px;
}
@media screen and (max-width: 576px) {
    .course_item_more {
        padding: 20px 0 0 8px;
    }
}
.course_item_arrow {
    margin-left: 24px;
}
.course_item_arrow svg {
    display: block;
    fill: #a27fff;
}
.course_intro {
    overflow: hidden;
    position: relative;
    padding: 130px 0 109px;
}
@media screen and (max-width: 767px) {
    .course_intro {
        padding: 128px 0 34px;
    }
}
.course_intro_vertical {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    transform: translateY(100%);
}
@media screen and (max-width: 1200px) {
    .course_intro_vertical {
        display: none;
    }
}
.course_intro_btn {
    transform: rotate(-90deg);
    transform-origin: 0 0;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    padding: 13px 20px;
    min-width: 185px;
    font-size: 18px;
    font-family: Manrope, sans-serif;
    letter-spacing: 0.02em;
}
.course_intro_wrap {
    display: flex;
}
@media screen and (max-width: 767px) {
    .course_intro_wrap {
        display: block;
    }
}
.course_intro_left {
    align-self: center;
    width: 50.76%;
    padding-right: 64px;
}
@media screen and (max-width: 991px) {
    .course_intro_left {
        padding-right: 32px;
    }
}
@media screen and (max-width: 767px) {
    .course_intro_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 62px;
    }
}
.course_intro_info {
    max-width: 667px;
}
@media screen and (max-width: 767px) {
    .course_intro_info {
        max-width: none;
    }
}
.course_intro_info .breadcrumbs {
    margin-bottom: 77px;
}
@media screen and (max-width: 1440px) {
    .course_intro_info .breadcrumbs {
        margin-bottom: 58px;
    }
}
@media screen and (max-width: 767px) {
    .course_intro_info .breadcrumbs {
        margin-bottom: 16px;
    }
}
.course_intro_info .typical_text {
    margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
    .course_intro_info .typical_text {
        margin-bottom: 45px;
    }
}
.course_intro_info .typical_text:last-child {
    margin-bottom: 0;
}
.course_intro_title {
    max-width: 592px;
    font-weight: 400;
    font-size: clamp(30px, 2.343vw, 45px);
    line-height: 122%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
    margin-bottom: 24px;
}
@media screen and (max-width: 1440px) {
    .course_intro_title {
        max-width: 444px;
    }
}
@media screen and (max-width: 767px) {
    .course_intro_title {
        margin-bottom: 20px;
    }
}
.course_intro_tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -24px;
}
@media screen and (max-width: 767px) {
    .course_intro_tags {
        margin: 0 0 -11px;
    }
}
.course_intro_tags span {
    display: flex;
    align-items: center;
    margin-right: 31px;
    margin-bottom: 24px;
    color: #a27fff;
    font-size: 16px;
    line-height: 18px;
    font-family: Borna, sans-serif;
}
@media screen and (max-width: 1440px) {
    .course_intro_tags span {
        margin-right: 24px;
    }
}
@media screen and (max-width: 767px) {
    .course_intro_tags span {
        margin: 0 42px 11px 0;
    }
}
.course_intro_tags span:last-child {
    margin-right: 0;
}
.course_intro_tags span img {
    margin-right: 9px;
}
.course_intro_bottom {
    display: flex;
    align-items: center;
    margin-top: 147px;
}
@media screen and (max-width: 1440px) {
    .course_intro_bottom {
        margin-top: 110px;
    }
}
@media screen and (max-width: 991px) {
    .course_intro_bottom {
        margin-top: 56px;
    }
}
.course_intro_bottom .btn {
    min-width: 173px;
}
@media screen and (max-width: 767px) {
    .course_intro_bottom .btn {
        min-width: 168px;
    }
}
.course_intro_price {
    margin-right: 71px;
}
@media screen and (max-width: 991px) {
    .course_intro_price {
        margin-right: 33px;
    }
}
.course_intro_price span {
    font-size: 15px;
    line-height: 18px;
    font-family: Borna, sans-serif;
}
@media screen and (max-width: 767px) {
    .course_intro_price span {
        font-size: 14px;
    }
}
.course_intro_price p {
    font-size: clamp(30px, 2.083vw, 40px);
    line-height: 1;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
}
.course_intro_right {
    width: 49.24%;
}
@media screen and (max-width: 767px) {
    .course_intro_right {
        width: 100%;
    }
}
.course_intro_img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .course_intro_img {
        margin-bottom: 11px;
    }
}
.course_intro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.course_contact {
    position: absolute;
    bottom: 28px;
    left: 20px;
    right: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #291261;
    padding: 65px 32px 45px;
}
@media screen and (max-width: 991px) {
    .course_contact {
        padding: 32px;
    }
}
@media screen and (max-width: 767px) {
    .course_contact {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 34px 31px 62px;
    }
}
.course_contact_curve {
    position: absolute;
    top: 0;
    right: 0;
    width: 42.82%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .course_contact_curve {
        top: auto;
        bottom: 0;
        height: auto;
        width: 100%;
        margin: 0;
    }
}
.course_contact_curve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}
.course_contact_info {
    position: relative;
    z-index: 3;
}
.course_contact_info .title_category {
    margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
    .course_contact_info .title_category {
        margin-bottom: 19px;
    }
}
.course_contact_title {
    color: #fafafa;
    font-weight: 400;
    font-size: clamp(25px, 2.343vw, 45px);
    line-height: 122%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
    max-width: 617px;
    margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
    .course_contact_title {
        letter-spacing: -0.03em;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 576px) {
    .course_contact_title {
        max-width: 230px;
    }
}
.course_contact_title:last-child {
    margin-bottom: 0;
}
.course_contact_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .course_contact_buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}
.course_contact_buttons .btn {
    margin-top: 0;
    margin-right: 47px;
}
@media screen and (max-width: 1440px) {
    .course_contact_buttons .btn {
        margin-right: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .course_contact_buttons .btn {
        margin-right: 0;
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 767px) {
    .course_contact_buttons .btn {
        order: 2;
        margin-bottom: 0;
    }
}
.course_contact_link {
    display: flex;
    align-items: center;
    color: #fafafa;
    text-decoration: none;
    font-size: 22px;
    line-height: 33px;
    transition: color 0.3s;
}
@media screen and (max-width: 1440px) {
    .course_contact_link {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .course_contact_link {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 23px;
    }
}
.course_contact_link:hover {
    color: #a27fff;
}
.course_contact_link span {
    border-bottom: 1px solid #a27fff;
}
.course_contact_link .svg_tel_icon {
    width: 29px;
    height: 27px;
}
@media screen and (max-width: 767px) {
    .course_contact_link .svg_tel_icon {
        width: 24px;
        height: 22px;
    }
}
.course_contact_link svg {
    fill: #a27fff;
    margin-right: 25px;
}
@media screen and (max-width: 767px) {
    .course_contact_link svg {
        margin-right: 10px;
    }
}
.tab_container {
    display: none;
}
.tab_container.active {
    display: block;
}
.course_about {
    padding: 120px 0 112px;
}
@media screen and (max-width: 991px) {
    .course_about {
        padding: 90px 0;
    }
}
.course_about .title_category {
    margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
    .course_about .title_category {
        margin-bottom: 32px;
    }
}
.course_tabs_buttons {
    display: flex;
    border-bottom: 2px solid #a27fff;
}
@media screen and (max-width: 991px) {
    .course_tabs_buttons {
        flex-direction: column;
        border-bottom: none;
    }
}
.course_btn {
    cursor: pointer;
    min-width: 270px;
    padding: 9px 21px;
    border-radius: 10px 10px 0 0;
    color: #291261;
    font-size: 22px;
    line-height: 33px;
}
@media screen and (max-width: 1440px) {
    .course_btn {
        min-width: 220px;
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 991px) {
    .course_btn {
        min-width: auto;
        border-radius: 0;
        border-bottom: 1px solid #a27fff;
    }
}
@media screen and (max-width: 991px) {
    .course_btn:last-child {
        border-bottom: none;
    }
}
.course_btn.current {
    background-color: #a27fff;
    color: #fafafa;
}
.quantity_counter {
    display: flex;
    align-items: center;
    width: 132px;
    height: 52px;
}
.quantity_counter .value {
    background-color: #f5f5f5;
    border: none;
    margin: 0 10px;
    padding: 0 2px;
    text-align: center;
    -moz-appearance: textfield;
    color: #1e1e1e;
    font: 18px Manrope, sans-serif;
    letter-spacing: 0.02em;
    width: 72px;
    height: 100%;
}
.quantity_counter .value::-webkit-inner-spin-button,
.quantity_counter .value::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity_counter .decrement,
.quantity_counter .increment {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: 0 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.quantity_counter .increment:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.5px;
    transform: translateY(-50%);
    background-color: #a27fff;
}
.quantity_counter .increment:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.5px;
    height: 100%;
    transform: translateX(-50%);
    background-color: #a27fff;
}
.quantity_counter .decrement:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #a27fff;
}
p.course_lower_title {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 25px;
}
.course_content {
    display: flex;
}
@media screen and (max-width: 991px) {
    .course_content {
        display: block;
        padding-top: 0;
    }
}
.course_content_main {
    width: 100%;
    padding-right: 63px;
}
@media screen and (max-width: 1200px) {
    .course_content_main {
        padding-right: 32px;
    }
}
@media screen and (max-width: 991px) {
    .course_content_main {
        padding-right: 0;
    }
}
.course_accordion_box {
    border-top: 1px solid #291261;
}
.course_accordion_trigger {
    display: flex;
    justify-content: space-between;
    padding: 72px 0;
    cursor: pointer;
}
@media screen and (max-width: 1440px) {
    .course_accordion_trigger {
        padding: 54px 0;
    }
}
@media screen and (max-width: 991px) {
    .course_accordion_trigger {
        padding: 34px 0;
    }
}
.course_accordion_trigger.active .course_accordion_arrow {
    background-color: transparent;
}
.course_accordion_trigger.active .course_accordion_arrow svg {
    transform: rotate(180deg);
    fill: #a27fff;
}
.course_accordion_left .typical_text {
    margin-top: 13px;
}
.course_accordion_name {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: clamp(30px, 2.343vw, 45px);
    line-height: 122%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.04em;
}
.course_accordion_name img {
    margin-right: 30px;
}
.course_accordion_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin-left: 24px;
    background-color: #a27fff;
    border: 1px solid #a27fff;
    border-radius: 5px;
    transition: all 0.3s;
}
.course_accordion_arrow svg {
    display: block;
    fill: #fafafa;
    transition: all 0.3s;
}
.course_accordion_content {
    background-color: #fafafa;
    padding: 58px 71px 54px 101px;
}
@media screen and (max-width: 1440px) {
    .course_accordion_content {
        padding: 58px 53px 54px 76px;
    }
}
@media screen and (max-width: 1200px) {
    .course_accordion_content {
        padding: 32px;
    }
}
@media screen and (max-width: 767px) {
    .course_accordion_content {
        padding: 32px 24px;
    }
}
.course_accordion_content .typical_text {
    margin-bottom: 26px;
}
.course_accordion_content .typical_text:last-child {
    margin-bottom: 0;
}
.course_accordion_content .typical_text .btn {
    margin-bottom: 32px;
}
.course_accordion_content .checklist {
    margin-bottom: 26px;
}
.course_accordion_content .checklist:last-child {
    margin-bottom: 0;
}
.course_list_item {
    padding: 40px 0;
    border-bottom: 1px solid #a27fff;
}
.course_list_item:first-child {
    padding-top: 0;
}
.course_list_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.course_list_item .typical_text {
    margin-bottom: 30px;
}
.course_list_info {
    margin-bottom: 49px;
}
.course_list_name {
    display: flex;
    align-items: center;
    font-size: clamp(18px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}
.course_list_name img {
    margin-right: 13px;
}
.course_list_details {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 27px;
}
@media screen and (max-width: 767px) {
    .course_list_details {
        display: block;
    }
}
.course_list_details p:after {
    content: "|";
    margin: 0 12px;
}
@media screen and (max-width: 767px) {
    .course_list_details p:after {
        display: none;
    }
}
.course_list_details p:last-child:after {
    display: none;
}
.course_list_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .course_list_row {
        display: block;
    }
}
.course_list_price {
    font-size: clamp(25px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
    .course_list_price {
        margin-bottom: 16px;
    }
}
.course_list_right {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .course_list_right {
        display: block;
    }
}
.course_list_right .btn {
    margin-left: 40px;
}
@media screen and (max-width: 767px) {
    .course_list_right .btn {
        margin-left: 0;
        margin-top: 16px;
    }
}
.downloads_list {
    display: flex;
    flex-direction: column;
    max-width: 532px;
}
.downloads_list a {
    color: #291261;
    text-decoration: none;
    font-size: 22px;
    line-height: 33px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.downloads_list a:hover .downloads_list_arrow {
    background-color: rgba(162, 127, 255, 0.1);
}
.downloads_list a:hover .downloads_list_arrow svg {
    fill: #a27fff;
}
.downloads_list a:last-child {
    margin-bottom: 0;
}
.downloads_list_arrow {
    min-width: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a27fff;
    border: 1px solid #a27fff;
    border-radius: 5px;
    margin-left: 16px;
    transition: all 0.3s;
}
.downloads_list_arrow svg {
    display: block;
    fill: #fafafa;
    transition: all 0.3s;
}
.course_content_sidebar {
    min-width: 415px;
    width: 415px;
}
@media screen and (max-width: 1200px) {
    .course_content_sidebar {
        min-width: 380px;
        width: 380px;
    }
}
@media screen and (max-width: 991px) {
    .course_content_sidebar {
        min-width: auto;
        width: 100%;
        margin-top: 11px;
    }
}
.course_side {
    background-color: #a27fff;
    border-radius: 10px;
    overflow: hidden;
}
.course_side_main {
    padding: 31px 38px 57px;
    background-color: #291261;
    border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1200px) {
    .course_side_main {
        padding: 32px;
    }
}
@media screen and (max-width: 767px) {
    .course_side_main {
        padding: 32px 24px;
    }
}
.course_side_title {
    color: #fafafa;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    font-family: Borna, sans-serif;
    margin-bottom: 44px;
}
.course_side_cta p {
    max-width: 289px;
    color: #fafafa;
    font-size: clamp(18px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
}
.course_side_cta .link_arrow {
    margin-top: 21px;
}
.course_method {
    margin-bottom: 48px;
}
.course_method_title {
    color: #fafafa;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    margin-bottom: 25px;
}
.course_method_group {
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
    margin-bottom: -23px;
}
@media screen and (max-width: 480px) {
    .course_method_group {
        padding-right: 0;
    }
}
.course_method_label {
    position: relative;
    width: 50%;
    cursor: pointer;
    display: flex;
    margin-bottom: 23px;
}
.course_method_label input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.course_method_label input:checked ~ .course_method_item {
    color: #fafafa;
    border-bottom-color: #fafafa;
}
.course_method_label input:checked ~ .course_method_item svg {
    stroke: #fafafa;
    fill: #fafafa;
}
.course_method_item {
    display: flex;
    align-items: center;
    color: #a27fff;
    font-size: 16px;
    line-height: 18px;
    font-family: Borna, sans-serif;
    padding-bottom: 10px;
    padding-right: 9px;
    border-bottom: 1.5px solid transparent;
    transition: all 0.3s;
}
.course_method_item svg {
    stroke: #a27fff;
    fill: #a27fff;
    margin-right: 10px;
    transition: all 0.3s;
}
.course_amount {
    display: flex;
    align-items: center;
    margin-bottom: 61px;
}
@media screen and (max-width: 480px) {
    .course_amount {
        display: block;
    }
}
.course_amount .quantity_counter {
    width: 185px;
}
.course_amount .counter_value {
    width: 117px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fafafa;
}
.course_amount_title {
    color: #fafafa;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    margin-right: 59px;
}
@media screen and (max-width: 480px) {
    .course_amount_title {
        display: inline-block;
        margin: 0 0 16px;
    }
}
.course_buy .btn {
    margin-top: 11px;
}
.course_buy_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.course_buy_item .course_buy_text {
    margin-bottom: 0;
    margin-right: 8px;
}
.course_buy_name {
    margin-bottom: 6px;
}
.course_buy_remove {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a27fff;
    border: 1px solid #a27fff;
    color: #fafafa;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 3px;
    transition: all 0.3s;
}
.course_buy_remove:hover {
    color: #a27fff;
    background-color: rgba(162, 127, 255, 0.1);
}
.course_buy_left {
    display: flex;
    align-items: center;
}
.course_buy_text {
    color: #fafafa;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 11px;
}
.course_buy_price {
    color: #fafafa;
    font-size: clamp(18px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
}
.course_side_bottom {
    padding: 38px 42px 49px;
}
@media screen and (max-width: 1200px) {
    .course_side_bottom {
        padding: 32px;
    }
}
@media screen and (max-width: 767px) {
    .course_side_bottom {
        padding: 32px 24px;
    }
}
.woocommerce {
    padding: 200px 0;
}
@media screen and (max-width: 1440px) {
    .woocommerce {
        padding: 150px 0;
    }
}
.woocommerce a.remove {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a27fff;
    border: 1px solid #a27fff;
    color: #fafafa !important;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s;
}
.woocommerce a.remove:hover {
    color: #a27fff !important;
    background-color: rgba(162, 127, 255, 0.1);
}
.woocommerce-cart-form__cart-item .product-name > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #291261;
    font-size: clamp(18px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
}
.woocommerce-cart-form__cart-item .product-name > a:hover {
    text-decoration: underline;
}
.woocommerce-cart-form__cart-item .product-name .wccpf-cart-editor-ul {
    padding: 0;
    font-size: 16px;
}
.woocommerce-Price-amount {
    font-size: clamp(25px, 1.5625vw, 30px);
    line-height: 120%;
    font-family: Borna, sans-serif;
    letter-spacing: -0.03em;
}
.woocommerce .quantity .qty {
    background-color: #f5f5f5;
    border: none;
    margin: 0 10px;
    padding: 0 2px;
    text-align: center;
    color: #1e1e1e;
    font: 18px Manrope, sans-serif;
    letter-spacing: 0.02em;
    width: 72px;
    height: 52px;
}
.woocommerce table.cart td.actions .coupon .input-text {
    background-color: #f5f5f5;
    border: none;
    margin: 0 10px;
    padding: 0 12px;
    text-align: center;
    color: #1e1e1e;
    font: 18px Manrope, sans-serif;
    letter-spacing: 0.02em;
    width: 180px;
    height: 52px;
}
.woocommerce table.cart td.actions .btn {
    text-align: center;
    justify-content: center;
}
.woocommerce .cart-collaterals .cart_totals {
    margin-right: 10rem;
}
.woocommerce .cart-collaterals .cart_totals h2 {
    margin-bottom: 24px;
}
.woocommerce #payment #place_order {
    justify-content: center;
    margin-top: 24px;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper-button-lock {
    display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.course-recipient-form {
	width: 90%;
	padding: 1rem;
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding: 10px;  
	border-radius: 8px; 
	background-color: #fafafa;
}
@media screen and (max-width: 1340px) {
	.course-recipient-form {
		width: 100%;
	}
}
.course-recipient-form-label {
	margin: 0 0 8px; 
	font-weight: 500;
	color: #A27FFF;
	text-align: left;
}
.course-recipient-field {
	display: flex;
	flex-direction: row;
	margin-bottom: 8px;
}
@media screen and (max-width: 1340px) {
	.course-recipient-field {
		flex-direction: column;
	}
}
.course-recipient-field > label {
	padding-right: 10px;
	flex: 0 0 20%;
	text-align: left;
}
.course-recipient-field > input {
	flex-grow: 1;
	border-radius: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	border: 2px solid #E0E0E0;
}
.course-recipient-field > input:focus {
	border-color: #A27FFF;
}

/* BEGIN learning options table */
.learning_options_table {
    padding: 10px;
    margin: auto;
}
.learning_options_table_head > tr > th {
    padding: 10px;
}
.learning_options_table_body {
    background-color: #FAFAFA;
}
.learning_options_table_row > td {
    padding: 8px 10px;
}
/* END learning options table */

/* Fix for numbered lists resetting after 9 */
ol li {
    counter-increment: list-counter;
    list-style: none;
}
ol li::before {
    display: inline-block;
    width: 30px;
    content: counter(list-counter) ". ";
}
@media screen and (max-width: 430px) {
    ol li::before {
        width: 25px;
    }
}

/* LCA Membership list styles */
.lca_list {
  counter-reset: item;
  margin-left: 1.5em;
  list-style: none;
  padding-left: 0;
}
.lca_list > li {
  counter-increment: item;
  position: relative;
  list-style: none;
}
.lca_list > li::before {
  content: counter(item) ". ";
  display: inline-block;
  width: 30px;
  position: absolute;
  left: -1.5em;
}
.lca_list ol {
  counter-reset: subitem;
  list-style: none;
  margin-left: 2em;
  padding-left: 0;
}
.lca_list ol > li {
  counter-increment: subitem;
  position: relative;
  list-style: none;
}
.lca_list ol > li::before {
  content: counter(subitem, lower-alpha) ". ";
  display: inline-block;
  width: 30px;
  position: absolute;
  left: -1.5em;
}
@media screen and (max-width: 430px) {
  .lca_list > li::before,
  .lca_list ol > li::before {
    width: 25px;
  }
}
/*END LCA Membership list styles */