@charset "UTF-8";

/*
Theme Name: Lawtter
Author: Glove
Author URI: https://glove.com.ua/
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --dark-blue: #07091A;
    --grey: #21222C;

    --primary: #283286;
    --secondary: #EFC988;
    --card-bg: #F4F5F9;
    --light-blue: #A4AADB;
    --button-bg: #202231;

    --benefit-dark: #18205a;
    --text: #21222C;
    --gold: #E6BC73;
    --separator: #DFE0EA;
    --primary-gradient: linear-gradient(95deg, #0b1034 0%, var(--primary) 100%);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    color: var(--text);
}

body.overflow_hidden {
    overflow-y: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    max-height: 100%;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}

h1, h2, h4, h5, h6 {
    color: var(--dark-blue);
    font-weight: 700;
}

h1 {
    font-size: 72px;
    line-height: 79.2px;
    margin-bottom: 32px;
}

.section_title {
    font-size: 56px;
    line-height: 62px;
    color: var(--dark-blue);
    width: 100%;
    margin-bottom: 40px;
}

.section_title i {
    font-weight: 400;
}

.caps_title {
    font-size: 18px;
    line-height: 19.8px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    line-height: 22px;
}

p {
    font-weight: 400;
    line-height: 24px;
}

b {
    font-weight: 600;
}

ul, ol {
    padding-left: 0;
    margin-bottom: 0;
}

.block_text {
    line-height: 28px;
}

.block_text b {
    color: var(--dark-blue);
}

.additional_text {
    margin-top: 20px;
}

hr {
    height: 1px;
    background: var(--separator);
    border: none;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

@media (max-width: 1360px) {
    hr {
        max-width: calc(100% - 40px);
    }

    .container hr {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .section_title {
        font-size: 32px;
        line-height: 35px;
    }

    .caps_title {
        font-size: 14px;
        line-height: 15.4px;
        margin-bottom: 16px;
    }

    p {
        font-size: 14px;
        line-height: 21px;
    }
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer,
.otgs-development-site-front-end {
    display: none;
}

.btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border: none;
    border-radius: 30px;
    padding: 16px 20px;
    transition: all .3s;
    position: relative;
}

.btn.sm {
    font-size: 14px;
    line-height: 21px;
    padding: 9.5px 16px;
}

.btn_arrow {
    border: 1px solid #C1C2CC;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    transition: all .3s;
}

.btn::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15L5 5' stroke='%2307091A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66699 15.0003H15.0003V6.66699' stroke='%2307091A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background: var(--gold);
    border-radius: 70px;
    position: absolute;
    left: 100%;
    top: 0;
    width: 56px;
    height: 56px;
    padding: 18px;
    transition: all .3s;
}

.btn.sm::after {
    content: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.333 4L4.33301 12' stroke='%23171822' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.66635 4H12.333V10.6667' stroke='%23171822' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    padding: 12px;
}

.btn-primary {
    background: var(--primary);
    color: white;
    position: relative;
}

.btn-primary:hover {
    background: var(--primary);
}

.btn-primary:hover::after {
    background: var(--card-bg);
}

.btn-secondary {
    background: #FAFAFA12;
    color: white;
}

.btn-secondary:hover {
    background: #FAFAFA12;
    color: white;
}

.btn-secondary:hover::after {
    background: var(--primary);
}

.btn-secondary:hover::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15L5 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66699 15.0003H15.0003V6.66699' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.show_all_block {
    margin-top: 24px;
}

.show_all {
    color: var(--dark-blue);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding-bottom: 4px;
    border-bottom: 1px dotted var(--dark-blue);
}

.container {
    margin: 0 auto;
    max-width: 1390px;
    width: 100%;
    padding: 0 15px;
}

.section {
    padding: 82px 0;
}

.section.contact_form  {
    padding: 48px 0;
}

/* START CARDS */
.card {
    background: var(--card-bg);
    border-color: transparent;
    color: var(--dark-blue);
    border-radius: 16px;
    padding: 30px;
    transition: all .3s;
    justify-content: flex-start;
    align-items: flex-start;
}

.card:hover {
    background: white;
    border: 1px solid var(--separator);
}

.card p {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .card {
        padding: 20px;
    }
}

/* SERVICE ITEM CARD */
.service_item_card {
    height: 100%;
}

.service_item_card img {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
}

.service_item_card h3 {
    margin-bottom: 16px;
}

.service_item_card p {
    font-size: 14px;
    line-height: 21px;
}

.service_item_card .btn_arrow {
    transition: all .3s;
    position: absolute;
    top: 30px;
    right: 30px;
}

.service_item_card:hover .btn_arrow {
    transform: rotate(45deg);
    background: var(--gold);
    border-color: transparent;
}

/* BENEFITS CARD */
.benefits_card {
    background: var(--button-bg);
    height: 100%;
}

.benefits_card:hover {
    background: #171822;
    border-color: transparent;
}

.benefits_card img {
    width: 56px;
    height: 56px;
    padding: 12px;
    margin-bottom: 30px;
    background: var(--light-blue);
    border-radius: 8px;
}

.about_benefits .benefits_card img {
    margin-bottom: 40px;
}

.benefits_card h4 {
    margin-bottom: 16px;
}

.benefits_card p {
    font-size: 16px;
    line-height: 24px;
}

/* PROGRAM CARD */
.membership_programs .section_title {
    margin-bottom: 12px;
}

.membership_programs .row.programs {
    grid-row-gap: 16px;
    margin-top: 64px;
}

.program_card {
    color: var(--dark-blue);
}

.program_card img {
    width: 40px;
    height: 40px;
    margin-bottom: 32px;
}

.program_card h3 {
    color: var(--dark-blue);
    margin-bottom: 24px;
}

/* PROCEDURE CARD */
.procedure_card {
    height: 100%;
}

.procedure_card .count {
    font-weight: 600;
    padding: 12px;
    background: var(--light-blue);
    color: white;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 32px;
}

.procedure_card h4 {
    margin-bottom: 12px;
}

/* END CARDS */

.dark {
    background: var(--dark-blue);
}

.dark * {
    color: white;
}

.dark .additional_text b {
    color: var(--gold);
}

.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-not-valid-tip {
    display: inline-block;
    color: #FF7F49;
    margin-top: 5px;
}

.wpcf7-spinner {
    display: none;
}

.form_input {
    width: 50%;
    max-width: 300px;
    padding: 0 12px;
    margin-bottom: 24px;
}

.form_input.full {
    width: 100%;
    max-width: 100%;
}

.form_input p {
    margin-bottom: 0;
}

.form_input label {
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}

.form_input label .form_required {
    color: #FF7F49;
}

.form_input .wpcf7-form-control {
    background: white;
    border: 1px solid #C1C2CC1A;
    border-radius: 8px;
    color: #676872;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 20px;
    width: 100%;
    margin-top: 8px;
}

.form_input .wpcf7-form-control::placeholder {
    color: #abb8c3;
}

.dark .form_input .wpcf7-form-control {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1C;
    color: #FFFFFF;
}

.dark .form_input .wpcf7-form-control::placeholder {
    color: #FFFFFF99;
}

.attention {
    margin-top: 20px;
    font-weight: 700;
    color: var(--dark-text);
}

.dark .attention {
    color: white;
}

.attention span {
    color: #FF7F49;
}

.form_container {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 32px;
    max-width: 600px;
}

.dark .form_container {
    background: #2A2E4E99;
}

.form_container .caps_title {
    margin-bottom: 24px;
}

.form_input .wpcf7-form-control::placeholder {
    color: #89785c;
}

.form_input .wpcf7-form-control.wpcf7-textarea {
    min-width: 100%;
    max-width: 100%;
    height: 90px;
    min-height: 90px;
    padding: 29.5px 20px;
}

.form_submit {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.form_submit .btn {
    font-weight: 400;
    background: var(--primary);
    color: white;
}

.form_submit .btn:hover {
    cursor: pointer;
    background: var(--dark-blue);
}

.dark .form_submit .btn {
    font-weight: 400;
    background: #FAFAFA12;
    color: white;
}

.dark .form_submit .btn:hover {
    cursor: pointer;
    background: #FAFAFA12;
}

.form_submit .btn::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15L5 5' stroke='%2307091A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66699 15.0003H15.0003V6.66699' stroke='%2307091A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background: var(--gold);
    border-radius: 70px;
    position: absolute;
    left: 100%;
    top: 0;
    width: 56px;
    height: 56px;
    padding: 18px;
    transition: all .3s;
}

.form_submit .btn:hover::after {
    background: var(--card-bg);
}


.form_accept label {
    line-height: 16px;
}

.form_accept label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form_accept label {
    display: block;
    position: relative;
    padding-left: 32px;
}

.form_accept label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 4px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    left: 0;
    top: -4px;
    position: absolute;
    background-color: var(--gold);
}

.form_accept label:has(input:checked)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6L5 9L10 3' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form_accept a {
    color: var(--dark-blue);
    text-decoration: underline;
}

.form_accept a:hover {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }

    .section {
        padding: 48px 0;
    }
}

@media (max-width: 991px) {
    .form_container {
        margin-top: 48px;
    }
}

@media (max-width: 767px) {
    .form_input {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
}

.text_gold {
    font-weight: 300;
    font-style: italic;
}

.text_black {
    color: black;
}

/* MAIN STYLES */
/* HEADER */
.navbar_logo {
    max-width: 102px;
}

.navbar .logo_light,
.navbar.dark .logo_dark {
    display: none;
}

.navbar.dark .logo_light {
    display: flex;
}

.menu_toggler {
    border: none;
    background: transparent;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dark .menu_toggler svg path {
    fill: white;
}

.dark .menu_toggler svg:last-child path {
    stroke: white;
}

.menu_toggler:hover svg {
    fill: var(--gold);
}

.menu_toggler svg:last-child {
    display: none;
}

.menu_toggler.menu_opened svg:first-child {
    display: none;
}

.menu_toggler.menu_opened svg:last-child {
    display: flex;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 100;
    /*background: var(--dark-blue);*/
    padding: 0;
}

.navbar > .container {
    position: relative;
}

.main {
    width: 100%;
    overflow-x: hidden;
}

.navbar_menu {
    top: 0;
    transition: all .8s;
    z-index: 99;
}

.navbar_menu.opened {
    left: 0;
}

.navbar_menu > *:not(.container) {
    position: relative;
    z-index: 5;
}

.main_menu {
    display: flex;
    list-style: none;
    counter-reset: list-item;
}

.main_menu .menu-item {
    line-height: initial;
    font-size: initial;
    padding: 0 8px;
}

.main_menu > .menu-item > a {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--dark-blue);
    text-decoration: none;
    transition: color .3s;
}

.navbar.dark .main_menu > .menu-item > a {
    color: white;
}

.main_menu > .menu-item > a:hover,
.main_menu > .menu-item.menu-item-has-children:hover > a {
    color: var(--gold);
    border-bottom: 1px solid var(--gold);
}

.main_menu > .menu-item.menu-item-has-children > a {
    position: relative;
    padding-right: 24px;
}

.main_menu > .menu-item.menu-item-has-children > a::before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 25px;
}

.main_menu > .menu-item.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64'%3E%3Cpath d='M2.6665 6.5L7.99984 11.8333L13.3332 6.5' stroke='%23171822' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
    transition: all .3s;
}

.navbar.dark .main_menu > .menu-item.menu-item-has-children > a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64'%3E%3Cpath d='M2.66699 6.5L8.00033 11.8333L13.3337 6.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

.main_menu > .menu-item.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

.main_menu .sub-menu {
    list-style: none;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu {
    display: none;
    background: var(--grey);
    border-radius: 16px;
    flex-direction: column;
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    position: absolute;
    top: 72px;
    left: 15px;
    overflow: hidden;
    box-shadow: 0px 14px 24px 0px #00000078;
}

.main_menu > .menu-item.menu-item-has-children:hover > .sub-menu {
    display: flex;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
    max-width: 360px;
    padding: 0;
    border-right: 1px solid #4A4A4F52;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: white;
    display: flex;
    padding: 12px 20px;
    text-decoration: none;
    transition: all .3s;
    width: 100%;
    position: relative;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:hover {
    background: #FFFFFF0F;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item.menu-item-has-children > a::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 2L8 6L4 10' stroke='%23C1C2CC' stroke-opacity='1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    transition: all .3s;
}

.navbar.dark .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item.menu-item-has-children > a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 2L8 6L4 10' stroke='%23FDFDFD' stroke-opacity='0.3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item.menu-item-has-children > a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 2L8 6L4 10' stroke='%23E6BC73' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
    width: calc(100% - 360px);
    position: absolute;
    top: 0;
    right: 0;
    /*border-left: 1px solid #4A4A4F52;*/
    display: none;
    padding: 24px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background: #4A4A4F52;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item:hover > .sub-menu {
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item:hover > .sub-menu::-webkit-scrollbar {
    width: 5px;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item:hover > .sub-menu::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 5px;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item {
    width: 50%;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item:has(.submenu_title) {
    width: 100%;
}

.submenu_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.submenu_title h4 {
    color: white;
}

.submenu_title a {
    position: relative;
    color: #FFFFFF99;
    padding-right: 22px;
    transition: all .3s;
}

.submenu_title a:hover {
    color: var(--gold);
}

.submenu_title a::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 4L3.5 11' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66675 4H10.5001V9.83333' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 4px;
    transition: all .3s;
}

.submenu_title a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 4L3.5 11' stroke='%23E6BC73' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.6665 4H10.4998V9.83333' stroke='%23E6BC73' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.submenu_category_title {
    padding: 24px 16px 16px 16px;
    color: white;
    max-width: 360px;
    border-right: 1px solid #4A4A4F52;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item a {
    display: flex;
    color: #FFFFFFA3;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 16px;
    width: fit-content;
    border-radius: 12px;
    transition: all .3s;
}

.main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item a:hover {
    background: #FFFFFF0F;
    color: white;
}

.nav_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 16px 0;
}

.main_menu_lang {
    position: relative;
    list-style: none;
}

.main_menu_lang .menu-item {
    line-height: initial;
    font-size: initial;
}

.main_menu_lang > .menu-item {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.main_menu_lang > .menu-item > a {
    color: var(--dark-blue);
    font-weight: 400;
    line-height: 24px;
    padding: 4px 33px 4px 12px;
    max-width: 67px;
    width: 67px;
    border-radius: 30px;
    background: var(--card-bg);
    position: relative;
}

.navbar.dark .main_menu_lang > .menu-item > a {
    background: var(--grey);
    color: white;
}

.wpml-ls-slot-15.wpml-ls-current-language, .wpml-ls-slot-15.wpml-ls-current-language a, .wpml-ls-slot-15.wpml-ls-current-language a:visited {
    color: #06192C;
}

.main_menu_lang > .menu-item > a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.5L6 8.5L10 4.5' stroke='%2307091A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
}

.navbar.dark .main_menu_lang > .menu-item > a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.5L6 8.5L10 4.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.main_menu_lang > .menu-item .sub-menu {
    list-style: none;
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background: transparent;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.main_menu_lang > .menu-item .sub-menu .menu-item a span {
    background: var(--card-bg);
    color: var(--dark-blue);
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    padding: 10px 0;
}

.navbar.dark .main_menu_lang > .menu-item .sub-menu .menu-item a span {
    background: var(--grey);
    color: white;
}

.main_menu_lang > .menu-item .sub-menu .menu-item a:hover span {
    color: var(--gold);
}

.menu-header-lang-container .main_menu_lang .menu-item.wpml-ls-current-language:hover .sub-menu {
    display: block;
}

/*@media (max-width: 992px) or (max-height: 576px) {*/
@media (max-width: 992px) {
    .content {
        display: unset;
    }

    .navbar {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .menu_toggler {
        display: flex;
        justify-content: flex-end;
    }

    .navbar_logo {
        max-width: 87px;
    }

    .navbar_menu {
        background: white;
        display: none;
        padding: 20px 0;
        overflow: auto;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
    }

    .navbar.dark .navbar_menu {
        background: var(--dark-blue);
    }

    .navbar_menu.opened {
        display: flex;
    }

    .navbar_menu .container {
        padding: 0;
        height: calc(100vh - 54px);
        display: flex;
        flex-direction: column;
    }

    .main_menu {
        flex-direction: column;
    }

    .main_menu > .menu-item {
        padding: 16px 20px;
        border-bottom: 1px solid var(--separator);
    }

    .main_menu > .menu-item > a {
        position: relative;
        display: flex;
        width: 100%;
        color: var(--dark-blue);
        padding: 6px 0;
    }

    .main_menu > .menu-item.menu-item-has-children:hover > a {
        border-bottom: none;
    }

    .main_menu .menu-item.menu-item-has-children > a::after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33301 2.66666L10.6663 8L5.33301 13.3333' stroke='%23C1C2CC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 16px;
        height: 16px;
    }

    .navbar.dark .main_menu > .menu-item.menu-item-has-children > a::after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33337 2.66669L10.6667 8.00002L5.33337 13.3334' stroke='%23676872' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .main_menu .menu-item:not(.menu-item-has-children) a {
        position: relative;
        border-bottom: none;
    }

    .main_menu .menu-item:not(.menu-item-has-children) a::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L4 12' stroke='%23C1C2CC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.33301 4H11.9997V10.6667' stroke='%23C1C2CC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 16px;
        height: 16px;
        position: absolute;
        right: 20px;
        top: calc(50% - 6px);
    }

    .main_menu > .menu-item:not(.menu-item-has-children) a::after {
        right: 0;
    }

    .navbar.dark .main_menu .menu-item:not(.menu-item-has-children) a::after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L4 12' stroke='%23676872' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.33301 4H11.9997V10.6667' stroke='%23676872' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .main_menu > .menu-item.menu-item-has-children .sub-menu {
        background: white;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
        height: calc(95vh - 54px);
        top: 0;
        left: 0;
        z-index: 95;
        /*overflow: auto;*/
    }

    .main_menu > .menu-item.menu-item-has-children:hover > .sub-menu {
        display: none;
    }

    .main_menu > .menu-item.menu-item-has-children > .sub-menu.opened {
        display: flex;
    }

    .navbar.dark .main_menu > .menu-item.menu-item-has-children > .sub-menu {
        background: var(--dark-blue);
    }

    .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
        max-width: 100%;
        border-right: none;
    }

    .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
        color: var(--dark-blue);
    }

    .navbar.dark .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
        color: white;
    }

    .submenu_category_title {
        display: flex;
        color: var(--dark-blue);
        max-width: 100%;
        border-right: none;
    }

    .navbar.dark .submenu_category_title {
        color: white;
    }

    .submenu_category_title::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6665 10L3.33317 10' stroke='%2307091a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.1665 15.8333L3.33317 9.99998L9.1665 4.16665' stroke='%2307091a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 12px;
    }

    .navbar.dark .submenu_category_title::before {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6665 10L3.33317 10' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.1665 15.8333L3.33317 9.99998L9.1665 4.16665' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
        background: white;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
        height: calc(95vh - 54px);
        top: 0;
        left: 0;
        z-index: 96;
        flex-direction: column;
    }

    .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu::before {
        display: none;
    }

    .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item:hover > .sub-menu {
        display: none;
    }

    .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item> .sub-menu.opened {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-y: scroll;
        max-height: calc(95vh - 54px);
        padding-bottom: 50px;
    }

    .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item> .sub-menu.opened::after {
        content: '';
        background: white;
        width: calc(100% - 5px);
        height: 50px;
        position: fixed;
        left: 0;
        bottom: 0;
    }

    .navbar.dark .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
        background: var(--dark-blue);
    }

    .navbar.dark .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
        background: var(--dark-blue);
    }

    .submenu_title h4 {
        display: flex;
        color: var(--dark-blue);
    }

    .navbar.dark .submenu_title h4 {
        color: white;
    }

    .submenu_title h4::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6665 10L3.33317 10' stroke='%2307091a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.1665 15.8333L3.33317 9.99998L9.1665 4.16665' stroke='%2307091a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 12px;
    }

    .navbar.dark .submenu_title h4::before {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6665 10L3.33317 10' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.1665 15.8333L3.33317 9.99998L9.1665 4.16665' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .submenu_title a {
        font-weight: 500;
        color: var(--gold);
        font-size: 14px;
        line-height: 21px;
        position: fixed;
        width: 100%;
        text-align: center;
        bottom: 30px;
        left: 0;
        z-index: 5;
    }

    .submenu_title a::after {
        right: unset;
        margin-left: 8px;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 4L3.5 11' stroke='%23E6BC73' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66675 4H10.5001V9.83333' stroke='%23E6BC73' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item {
        width: 100%;
        padding: 0;
    }

    .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item a {
        width: 100%;
        padding: 8px 0;
        color: var(--dark-blue);
    }

    .navbar.dark .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item a {
        color: white;
    }

    .main_menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item a::after {
        right: 0;
    }

    .lang {
        margin-top: 50px;
    }

    .main_menu_lang {
        display: flex;
        justify-content: center;
    }

    .main_menu_lang > .menu-item {
        position: relative;
    }

    .main_menu_lang > .menu-item > a::after {
        top: calc(50% - 7px);
    }
}

/* FOOTER */
body:has(.page_not_found) footer {
    display: none;
}

.footer {
    background-color: var(--dark-blue);
    padding-top: 25px;
}

.footer_top_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 32px 0 40px 0;
    border-bottom: 1px solid #FFFFFF26;
}

.footer_info {
    display: flex;
}

.footer_logo {
    display: flex;
    max-width: 100%;
    width: 100%;
    /*padding: 10px;*/
}

.footer_info p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 21px;
    color: white;
}

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

.footer_banks a {
    width: 80px;
    max-width: 33%;
}

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

.footer_col_title {
    color: white;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer_col > div {
    height: 100%;
}

.footer_col ul {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.footer_menu li {
    list-style: none;
}

.footer_menu li:not(:last-child) {
    margin-bottom: 12px;
}

.footer_menu li.all {
    margin-top: auto;
}

.footer_menu li.all a {
    color: var(--gold);
}

.footer_menu li.all a:hover {
    color: var(--primary);
    text-decoration: none;
}

.footer_menu li a {
    line-height: 24px;
    font-weight: 400;
    color: white;
    display: inline-block;
    transition: color .3s;
}

.footer_menu li a:hover {
    color: var(--gold);
}

.footer_menu li:last-child a {
    margin-bottom: 0;
}

.footer_lang .footer_menu li:last-child a {
    margin-bottom: 10px;
}

.footer_bot_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 70px 0;
    border-top: 2px solid var(--separator);
    border-bottom: 2px solid var(--separator);
}

.rights {
    padding: 40px 0 25px 0;
    text-align: center;
}

.rights_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    list-style: none;
}

.rights_links a {
    color: white;
    opacity: 80%;
    margin: 0 20px;
    transition: color .3s;
}

.rights_links a:hover {
    color: var(--gold);
}

.rights p {
    color: white;
    opacity: 60%;
}

.footer_phones {
    display: flex;
    flex-wrap: wrap;
}

.footer_phone {
    line-height: 24px;
    font-weight: 600;
    color: white;
    margin: 0 25px;
    display: flex;
    align-items: center;
    transition: color .3s;
}

.footer_phone:hover {
    color: var(--gold);
}

.footer_phone img {
    max-width: 24px;
    margin-right: 15px;
}

.socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    grid-row-gap: 20px;
}

.socials a {
    display: flex;
    width: 50%;
    color: var(--dark-blue);
}

.dark .socials a {
    color: white;
}

.socials a svg {
    margin-right: 15px;
}

.dark .socials a svg path {
    stroke: #FFFFFF80;
}

@media (max-width: 1024px) {
    .footer_top_content {
        grid-row-gap: 40px;
        padding: 50px 0;
    }

    .footer_bot_content {
        padding: 50px 0;
        grid-row-gap: 40px;
    }

    .footer_phones {
        order: 3;
        margin: 0 auto;
    }

    .rights {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .footer_top_content {
        grid-row-gap: 20px;
    }

    .footer_bot_content {
        justify-content: center;
        grid-row-gap: 20px;
        padding: 30px 0;
    }

    .footer_info {
        width: 100%;
    }

    .footer_logo {
        margin: 0 auto;
    }

    .footer_phones {
        grid-gap: 20px;
    }

    .footer_phone {
        margin: 0;
        width: 100%;
    }

    .rights {
        padding: 24px 0 120px 0;
    }

    .rights_links {
        justify-content: flex-start;
        gap: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #FFFFFF26;
        margin-bottom: 16px;
    }

    .rights_links a {
        margin: 0;
    }

    .rights p {
        text-align: start;
    }
}

.breadcrumb {
    padding-top: 16px;
    margin-bottom: 64px;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    color: var(--separator);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.breadcrumb .breadcrumb-item:hover,
.breadcrumb .breadcrumb-item.active {
    color: var(--primary);
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.5L8.5 6.5L4.5 2.5' stroke='%23283286' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    color: var(--primary);
    padding-right: 12px;
}

.breadcrumb-item .text_gold,
.breadcrumb-item i {
    font-weight: 600;
    font-style: normal;
}

@media (max-width: 1024px) {
    .breadcrumb {
        margin-bottom: 0;
    }

    .contacts_intro .breadcrumb {
        margin-bottom: 75px;
    }
}

@media (max-width: 567px) {
    .breadcrumb-item {
        padding-right: 12px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0;
    }
}

/* END MAIN STYLES */

/* CONTENT STYLES */
/*	HOME PAGE*/
.intro {
    width: 100%;
    padding-bottom: 84px;
}

.intro .container {
    position: relative;
}

.intro_element {
    position: absolute;
    right: 15px;
    top: -50px;
    z-index: -1;
}

.intro_text {
    max-width: 755px;
}

.intro_element.cu_element {
    z-index: 0;
    top: -91px;
}

.home_intro {
    padding-bottom: 102px;
    overflow: hidden;
    position: relative;
}

.home_intro .container {
    position: unset;
}

.home_intro_element {
    position: absolute;
    right: 0;
    top: 75px;
}

.home_intro .intro-start {
    max-width: 920px;
}

.contacts_intro {
    background: var(--card-bg);
    padding-bottom: 116px;
}

.contacts_intro .intro_text {
    max-width: 800px;
}

.intro .intro_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.intro .intro_center *:not(.intro_element) {
    z-index: 5;
}

.intro .intro_center h1 {
    margin-bottom: 16px;
}

.intro .intro_center .btn {
    margin-top: 16px;
}

.bg_gold {
    background: var(--gold);
}

.home_intro .intro_text {
    max-width: 740px;
    margin-bottom: 40px;
}

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

.intro_image {
    margin-top: 64px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.home_intro .intro_image {
    margin-top: 82px;
}

.intro:has(.second_intro_image) .intro_image {
    max-width: 748px;
    max-height: 647px;
}

.intro:has(.second_intro_image) .intro_image img {
    object-fit: cover;
}

.second_intro_image {
    border-radius: 16px;
    overflow: hidden;
    margin-top: 105px;
    max-width: 572px;
    margin-right: 40px;
    position: relative;
}

.second_intro_image .service_item {
    position: absolute;
    bottom: 14px;
    right: 19px;
    max-width: 173px;
    background: #1c3545;
}

.btn-explore {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: white;
    display: flex;
    align-items: center;
}

.btn-explore svg {
    margin-left: 8px;
}

.btn-explore:hover {
    color: white;
}

.intro_services {
    background: white;
    position: relative;
}

.home_intro_s {
    border-radius: 16px 16px 0 0;
    background: white;
    margin-top: -20px;
}

.intro_services .container {
    position: relative;
}

.intro_services .section_title {
    margin-bottom: 48px;
}

.intro_services .row {
    grid-row-gap: 16px;
}

.intro_services .see_all_btn {
    position: absolute;
    right: 55px;
    top: 0;
}

@media (max-width: 1024px) {
    .intro {
        height: auto;
        padding: 48px 0;
    }

    .intro_element {
        display: none;
    }

    .intro_text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .intro {
        width: 100%;
    }

    .second_intro_image {
        margin-right: 10px;
        border-radius: 0;
        overflow: unset;
    }

    .second_intro_image img {
        border-radius: 16px;
    }

    .second_intro_image .service_item {
        position: absolute;
        bottom: -23px;
        right: -27px;
        max-width: 91px;
        background: #838890;
        padding: 10px 15px;
        border-radius: 12px;
        z-index: 99;
    }
}

@media (max-width: 425px) {
    .intro:has(.second_intro_image) .intro_image {
        max-height: 159px;
        margin-top: 50px;
    }

    .second_intro_image {
        max-width: 141px;
        margin-top: 60px;
    }
}

/* 404 PAGE */
.page_not_found {
    align-items: flex-end;
    padding-bottom: 70px;
}

.page_not_found h1 {
    color: var(--primary);
    text-align: center;
    font-size: 110px;
    line-height: 110px;
}

.page_not_found .intro_img {
    text-align: center;
    margin-bottom: 40px;
}

.page_not_found .intro_text {
    color: var(--text);
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.page_not_found .intro_services a {
    color: var(--dark-blue);
}

/* END 404 PAGE */

@media (max-width: 1024px) {
    .contacts_intro {
        padding-top: 0;
    }

    .home_intro_element svg {
        width: 500px;
    }
}

@media (max-width: 991px) {
    .home_intro_element {
        display: none;
    }
}

@media (max-width: 767px) {
    .intro_services .section_title {
        margin-bottom: 40px;
    }

    .intro_services .see_all_btn {
        position: relative;
        right: unset;
        text-align: center;
        margin-top: 24px;
    }
}

.why_trust_us .section_title {
    margin-bottom: 50px;
}

.why_trust_us .block_text {
    margin-top: 16px;
}

.trust_number_cards {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--separator);
    border-radius: 16px;
}

.trust_number_card {
    display: flex;
    flex-direction: column;
    padding: 40px 0 40px 40px;
    border: 1px solid var(--separator);
    width: calc(100% / 3);
    color: var(--dark-blue);
}

.trust_number_card:first-child {
    border-radius: 15px 0 0 0;
}


.trust_number_card:nth-child(3) {
    border-radius: 0 15px 0 0;
}

.trust_number_card:last-child,
.trust_number_card:nth-last-child(2) {
    width: calc(100% / 2);
}

.trust_number_card:nth-last-child(2) {
    border-radius: 0 0 0 15px;
}

.trust_number_card:last-child {
    border-radius: 0 0 15px 0;
}

.trust_number_card .quantity {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 16px;
}

.trust_number_card p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .trust_number_card {
        padding: 20px;
    }

    .trust_number_card .quantity {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .trust_number_cards {
        margin-top: 37px;
    }
}

@media (max-width: 767px) {
    .why_trust_us .section_title {
        margin-bottom: 37px;
    }

    .trust_number_card {
        width: calc(100% / 2);
    }

    .trust_number_card:first-child {
        border-radius: 15px 0 0 0;
    }

    .trust_number_card:nth-child(2) {
        border-radius: 0 15px 0 0;
    }

    .trust_number_card:nth-child(3) {
        border-radius: 0 0 0 0;
    }

    .trust_number_card:nth-last-child(2) {
        border-radius: 0 0 0 0;
    }

    .trust_number_card:last-child {
        border-radius: 0 0 0 15px;
    }
}

.big_title {
    font-size: 72px;
    line-height: 79.2px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 64px;
}

.big_title .text_lighter {
    color: #C1C2CC;
}

.about_blocks .big_title {
    font-size: 56px;
    line-height: 61.6px;
    margin-bottom: 40px;
}

.service_items {
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 115.5px 70px;
    gap: 24px;
    margin-left: 13px;
}

.service_item {
    background: #03083163;
    border-radius: 16px;
    padding: 30px;
    color: white;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    max-width: 300px;
    width: 100%;
}

.home_about_us .service_item img {
    margin-bottom: 24px;
}

.home_about_us .service_item h3 {
    margin-bottom: 16px;
}

.home_about_us .block_text * {
    font-size: 18px;
    line-height: 27px;
}

.service_item_text {
    min-height: 48px;
}

@media (max-width: 1024px) {
    .big_title {
        font-size: 40px;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .about_blocks .big_title {
        font-size: 40px;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .service_items {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .service_items {
        padding: 80px 30px;
        margin-bottom: 40px;
    }

    .service_item {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .home_about_us .service_item {
        width: 100%;
    }

    .service_items {
        flex-direction: column;
        padding: 40px 17px;
    }

    .service_item {
        padding: 20px;
    }

    .home_about_us .block_text * {
        font-size: 14px;
        line-height: 21px;
    }
}

.case_studies {
    background: white;
    border-radius: 16px 16px 0 0;
    margin-top: -20px;
}

.case_studies .section_title {
    margin-bottom: 50px;
}

.case {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--separator);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    height: 100%;
}

.case > .case_image {
    max-height: 400px;
    height: 400px;
    border-radius: 16px;
    margin-bottom: 32px;
    overflow: hidden;
    position: relative;
}

.case > .case_image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.case_card_icon {
    background: var(--button-bg);
    border: 8px solid white;
    border-radius: 16px 0 16px 0;
    position: absolute;
    bottom: -8px;
    right: -8px;
    padding: 38px 28px;
    transition: all .3s;
}

.case:hover .case_card_icon {
    background: var(--primary);
}

.case_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.case .post_title {
    color: var(--dark-blue);
    font-weight: 700;
    margin-bottom: 12px;
}

.case:hover h3 {
    color: var(--primary);
}

.case .btn_arrow {
    margin-left: 20px;
    transition: all .3s;
}

.case:hover .btn_arrow {
    transform: rotate(45deg);
    background: var(--gold);
    border-color: transparent;
}

.case .case_text {
    color: var(--dark-blue);
    max-width: 552px;
    min-height: 72px;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .case > .case_image {
        max-height: 300px;
    }

    .case > .case_image > img {
        max-height: 300px;
        height: 300px;
    }

    .case .post_title {
        max-width: 228px;
    }

    .case .btn_arrow {
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .case > .case_image {
        border-radius: 12px;
        max-height: 172px;
        margin-bottom: 16px;
    }

    .case > .case_image > img {
        max-height: 172px;
        height: 172px;
    }

    .case_card_icon {
        padding: 13.5px 9px;
        border-width: 4px;
        border-radius: 8px 0 8px 0;
        bottom: 0;
        right: 0;
    }

    .case_card_icon img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 767px) {
    .cases {
        padding: 10px;
        margin-top: 40px;
        row-gap: 16px;
    }

    .case {
        max-width: 100%;
        text-align: start;
    }
}

.best_solutions .row {
    row-gap: calc(var(--bs-gutter-x));
}

.best_solution img {
    border: 1px solid #A3A4AE;
    border-radius: 8px;
    width: 80px;
    height: 54px;
    margin-bottom: 24px;
}

.best_solution h4 {
    margin-bottom: 8px;
}

.best_solution .card_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.best_solution_swiper {
    display: none;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: calc(100% - 112px);
    left: 56px;
    bottom: 18px;
    height: 2px;
    background: var(--separator);
}

.swiper-scrollbar-drag {
    background: var(--gold);
}

.swiper-btn-prev,
.swiper-btn-next {
    position: absolute;
    bottom: 0;
    top: auto;
    width: fit-content;
}

.swiper-btn-prev {
    left: 0;
}

.swiper-btn-next {
    right: 0;
}

@media (max-width: 1200px) {
    .best_solution .card_text {
        min-height: 48px;
    }
}

@media (max-width: 767px) {
    .best_solution img {
        width: 41px;
        height: 28px;
    }

    .best_solution .card_text {
        min-height: auto;
        font-size: 14px;
        line-height: 21px;
    }

    .best_solutions .row {
        display: none;
    }

    .best_solution_swiper {
        display: flex;
        padding-bottom: 56px;
    }
}

/* STEPS */
.steps_section.dark {
    padding-bottom: 102px;
}

.steps_section.light .section_title {
    /*max-width: 405px;*/
    margin-bottom: 50px;
}

.steps h3 {
    margin-bottom: 10px;
}

.steps_light .step_count {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 19.8px;
    color: var(--gold);
    margin-right: 24px;
}

.steps_section .section_title.caps_title {
    margin-bottom: 48px;
}

.steps_dark {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.steps_dark::before {
    content: '';
    width: 1px;
    height: calc(100% - 100px);
    background: #2B2C36;
    position: absolute;
    top: 50px;
    left: 20px;

}

.step {
    display: flex;
    justify-content: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid var(--separator);
}

.step:first-child {
    padding-top: 0;
}

.steps_dark .step {
    align-items: flex-start;
    z-index: 10;
    padding: 0;
    border-bottom: none;
}

.steps_dark .step_count {
    background: var(--light-blue);
    border-radius: 13px;
    color: var(--dark-blue);
    padding: 14px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-right: 16px;
}

.steps_dark .step_text {
    margin-top: 4px;
}

.step_image {
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 135px 200px;
}

.step_image .service_item {
    max-width: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 78px;
}

.step_image .service_item img {
    width: 203px;
    height: 80px;
}

.opening_account ul {
    padding-left: 40px;
    color: var(--dark-blue);
}

.opening_account.steps_section ul {
    color: var(--text);
}

.steps_block_info h3 {
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
    .steps_section.dark {
        padding-bottom: 68px;
    }

    .steps_section .block_text:last-child {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .step_image {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .steps_block_info {
        margin-top: 30px;
    }

    .steps_section .block_text:last-child {
        margin-top: 30px;
    }

    .step_image {
        padding: 60px 90px;
    }

    .step_image .service_item {
        background: #03083130;
        padding: 18px 25px;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
}

.cta {
    padding: 80px 40px;
    position: relative;
}

.cta.dark {
    background: var(--button-bg);
}

.cta .cta_text {
    max-width: 860px;
    margin-bottom: 32px;
}

.cta .cta_text .section_title {
    margin-bottom: 16px;
}

.cta.dark .cta_text {
    font-weight: 400;
}

.cta .cta_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.cta > svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 0;
}

@media (max-width: 1200px) {
    .cta > svg {
        display: none;
    }
}

@media (max-width: 767px) {
    .cta {
        padding: 48px 20px;
    }

    .cta .cta_text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 16px;
    }
}

.contact_us_info .section_title {
    margin-bottom: 64px;
}

.contact_us_info .row h2 {
    margin-bottom: 16px;
}

.contact_us_info .block_text b {
    font-weight: 500;
}

.contact_us_info_image img {
    border-radius: 16px;
}

.contact_form.dark {
    background: #1B1D2E;
}

.contact_form.dark:not(.home_cf) {
    border-radius: 16px 16px 0 0;
}

.dark .form_accept a {
    color: white;
}

.contacts_row {
    display: flex;
    margin-top: 40px;
}

.contacts_block {
    width: 44%;
}

.contacts_block h3 {
    margin-bottom: 10px;
}

.contacts_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact {
    line-height: 17px;
    font-weight: 400;
    color: var(--text);
}

.dark .contact {
    color: white;
}

.contact img {
    max-width: 24px;
    margin-right: 12px;
    border-radius: 2px;
}

.contact svg {
    margin-right: 12px;
}

.dark .contact svg path {
    stroke: #FFFFFF80;
}

.contacts_block .socials {
    padding: 0;
}

@media (max-width: 991px) {
    .contact_us_info .section_title {
        margin-bottom: 16px;
    }

    .contact_us_info_image {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .contacts_intro .breadcrumb {
        margin-bottom: 48px;
    }

    .contact_form .section_title {
        margin-bottom: 20px;
    }

    .contacts_row {
        flex-direction: column;
        grid-row-gap: 40px;
    }

    .contacts_block {
        width: 100%;
    }
}

.about_blocks {
    padding-top: 0;
}

.about_blocks .section {
    padding: 20px 0;
}

.about_blocks .block_text {
    padding-left: 100px;
}

.about_blocks .flex-md-row-reverse .block_text {
    padding-right: 100px;
    padding-left: 0;
}

.about_blocks .block_text h3 {
    margin-bottom: 16px;
}

.about_benefits .benefits {
    margin-top: 64px;
}

.info_section {
    padding: 50px 0;
}

.rounded_image {
    margin-bottom: 16px;
}

.rounded_image img {
    border-radius: 16px;
    width: 100%;
}

.full_image {
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .about_blocks .section {
        padding: 0 0 20px 0;
    }

    .about_blocks .block_text {
        padding-left: 40px;
    }

    .about_blocks .flex-md-row-reverse .block_text {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .about_blocks {
        padding-top: 48px;
    }

    .about_blocks .block_text {
        padding-left: 0;
    }

    .about_blocks .flex-md-row-reverse .block_text {
        padding-right: 0;
    }

    .info_section {
        padding: 25px 0;
    }

    .full_image {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

.team {
    padding-top: 70px;
}

.team_info {
    text-align: center;
}

.team_info h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 16px;
}

.team_info h2 i {
    font-weight: 500;
}

.team_benefits {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.team .card {
    border-radius: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    height: 100%;
    background: transparent;
}

.team_benefits > .card {
    background: transparent;
    border: 1px solid var(--card-bg);
    border-radius: 12px;
    padding: 12px;
    min-width: 125px;
    display: flex;
    align-items: center;
}

.team_benefits span {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    color: var(--primary);
    margin-top: 12px;
}

.team .card > a {
    width: 100%;
}

.team .card .card-img-top {
    background: var(--card-bg);
    border-radius: 12px;
}

.team .card .card-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 6px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.team .card .card-body {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.team .card .card-text {
    color: #3F404AB3;
    position: absolute;
    top: 72px;
    left: 16px;
}

.team .card .card-text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.team .card .card-body .team_contacts {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.team .card .card-body .team_contacts a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: var(--dark-blue);
}

.team .card .card-body .team_contacts a svg {
    margin-right: 12px;
}

.team .card a.btn-more {
    color: var(--gold);
    font-weight: 600;
}

.team .card a.btn-more::after {
    content: '';
    display: flex;
    height: 16px;
    width: 21px;
    background-image: url('/wp-content/uploads/2023/10/icon-arrow-1.svg');
    background-size: contain;
}

.team .card .competencies {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.team .card .competencies .tag {
    background: #2832861A;
    border-radius: 8px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 7px 15px;
}

.swiper {
    width: 100%;
}

@media (max-width: 1200px) {
    .team .container {
        flex-wrap: wrap;
    }

    .team_benefits > .card {
        min-width: 90px;
    }

    .team .card .card-title {
        font-size: 28px;
        line-height: 34px;
        top: 8px;
        left: 8px;
    }

    .team .card .card-text {
        top: 44px;
        left: 8px;
    }

    .team .card .card-text p {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
    }
}

@media (max-width: 1024px) {
    .team {
        padding-top: 48px;
    }
}

@media (max-width: 991px) {
    .team_info {
        border: 1px solid #000000;
        border-radius: 12px;
        margin: 0 auto 24px;
    }

    .team_info .block_text {
        padding: 0 5px;
    }

    .team_benefits {
        justify-content: space-between;
    }

    .team_benefits > .card {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .team .container {
        justify-content: center;
    }
}

/* PARTNERSHIP PAGE */

.partnership_benefits .section_title {
    margin-bottom: 12px;
}

.partnership_benefits .row {
    grid-row-gap: 16px;
    margin-top: 48px;
}

.partnership_benefits .service_item_card img {
    margin-bottom: 16px;
}

.blog {
    padding-top: 0;
}

.category_filter {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 32px;
}

.category_filter a {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: var(--primary);
    background: #2832861A;
    padding: 7px 15px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.category_filter a:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.category_filter a.active {
    color: white;
    background: var(--primary);
}

.blog .articles {
    margin-bottom: 40px;
}

.blog .articles .row {
    row-gap: calc(var(--bs-gutter-x));
}

.single_blog {
    padding-top: 0;
}

.single_blog h1 {
    margin-bottom: 48px;
}

.post_info {
    display: flex;
    gap: 66px;
}

.post_info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #676872;
    margin-bottom: 0;
}

.post_info p b,
.post_info p b a {
    font-weight: 500;
    color: var(--dark-blue);
}

.content_list_container {
    position: sticky;
    top: 80px;
}

.content_list {
    display: flex;
    flex-direction: column;
    grid-row-gap: 8px;
}

.content_list h3 {
    margin-bottom: 8px;
}

.content_list a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #676872;
    transition: all .3s;
}


.content_list a:hover {
    font-weight: 600;
    color: var(--dark-blue);
}

.single_image {
    border-radius: 16px;
    overflow: hidden;
    margin: 48px 0;
}

.post_content ul {
    padding-left: 18px;
}

.post_content ul li {
    margin-bottom: 12px;
}

.post_content ul li::marker {
    color: var(--gold);
}

.post_content h3 {
    margin-top: 48px;
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
    .single_blog {
        padding-top: 20px;
    }

    .content_list h3 {
        font-size: 26px;
        line-height: 31px;
    }
}

@media (max-width: 767px) {
    .single_blog h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .single_blog .section_title {
        text-align: start;
    }

    .single_image {
        border-radius: 16px;
        overflow: hidden;
        margin: 20px 0;
    }

    .content_list {
        margin-bottom: 32px;
    }

    .blog .articles .case > .case_image > img {
        transform: scaleX(-1);
    }
}

.info_page {
    padding-top: 25px;
}


.info_page .container {
    flex-direction: column;
}

.info_page h1 {
    color: black;
    margin-bottom: 60px;
}

.info_page .wp-block-heading {
    margin-top: 60px;
}

.info_page p {
    margin-bottom: 20px;
}

.info_page ul {
    list-style: none;
}

.info_page ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.info_page ul li > ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 20px;
}

.info_page ul li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 2px;
    background: var(--gold);
}

.info_page ul li > ul li {
    padding-left: 0;
}

.info_page ul li > ul li::before {
    display: none;
}

.info_page ul.dark_marker li::before {
    background: var(--primary);
}

@media (max-width: 1024px) {
    .info_page .wp-block-heading {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .info_page .wp-block-heading {
        margin-top: 30px;
    }
}

.we_offer .section_title {
    margin-bottom: 64px;
}

.we_offer p {
    font-size: 18px;
    line-height: 27px;
}

.services_intro .intro_text {
    max-width: 750px;
}

.services_block {
    padding-top: 0;
}

.services_block .row {

}

.services_block_row {
    margin-top: 48px;
    grid-row-gap: 16px;
}

.services_block_img {
    border-radius: 16px;
}

.range_of_areas {
    padding-top: 80px;
}

.range_of_areas .section_title {
    padding-top: 80px;
    margin-bottom: 12px;
}

.services_block .service_item_card {
    padding: 20px;
}

.offers_section .block_text:first-of-type {
    margin-bottom: 70px;
}

.offers_section .services_title {
    margin-top: 24px;
    margin-bottom: 48px;
    display: block;
}

.offers_section .benefits {
    grid-row-gap: 16px;
}

.benefits_title {
    font-weight: 600;
}

.consultations_image {
    max-height: 365px;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
}

.consultations_image img {
    object-fit: cover;
}

@media (max-width: 1024px) {
    .range_of_areas {
        padding-top: 64px;
    }

    .range_of_areas .section_title {
        padding-top: 32px;
    }

    .offers_section .benefits.dark {
        padding: 30px;
    }

    .offers_section .benefits.dark:first-of-type {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .we_offer .section_title {
        margin-bottom: 16px;
    }

    .services_block_img {
        margin-bottom: 16px;
    }

    .offers_section .block_text:first-of-type,
    .offers_section .services_title {
        margin-bottom: 30px;
    }

    .offers_section .benefit .count {
        font-size: 30px;
        line-height: 45px;
        margin-right: 25px;
    }

    .offers_section .benefits.dark {
        padding: 25px;
    }

    .offers_section .benefit a {
        order: 3;
        width: 100%;
    }
}

.dark_benefits {
    border-radius: 16px 16px 0 0;
}

.dark_benefits .benefits {
    grid-row-gap: 16px;
}

.additional_text.text_hide {
    max-height: 110px;
    overflow: hidden;
    margin-bottom: 20px;
}

.additional_text.text_hide.opened {
    max-height: unset;
}

.light_benefits .benefits {
    gap: 70px;
    margin-top: 70px;
}

.light_benefits .benefits ~ .block_text,
.light_benefits .benefits ~ .additional_text {
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .light_benefits .benefits {
        margin-top: 10px;
        gap: 50px;
    }

    .dark_benefits .benefits {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .dark_benefits .benefits,
    .light_benefits .benefits {
        gap: 30px;
    }

    .dark_benefits .benefits {
        margin-top: 10px;
    }

    .dark_benefits .benefits .benefit .count {
        font-size: 20px;
        line-height: 30px;
    }

    .dark_benefits .benefits ~ .block_text,
    .dark_benefits .benefits ~ .additional_text {
        margin-top: 30px;
    }
}

.accordion {
    grid-row-gap: 24px;
    margin-top: 50px;
}

.accordion-item {
    border: none;
    border-radius: 16px;
    background: var(--card-bg);
}

.principles.dark .accordion-item {
    background: var(--primary);
}

.accordion-button:focus,
.accordion-button {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    background: var(--card-bg);
    box-shadow: none;
    border-radius: 20px;
    padding: 28px 98px 28px 24px;
    transition: 0.25s;
    display: flex;
    flex-wrap: wrap;
    color: var(--dark-blue);
    position: relative;
}

.accordion-button span {
    font-size: 16px;
    font-weight: 400;
}

.accordion-button:not(.collapsed) {
    border-radius: 20px 20px 0 0;
    box-shadow: none;
    color: var(--dark-blue);
    background: var(--card-bg);
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button::after {
    background-size: 100%;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15L5 5' stroke='%2307091A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66699 15.0003H15.0003V6.66699' stroke='%2307091A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background: var(--gold);
    border-radius: 70px;
    position: absolute;
    right: 24px;
    top: auto;
    width: 56px;
    height: 56px;
    padding: 18px;
    transition: all .3s;
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15L5 5' stroke='%2307091A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66699 15.0003H15.0003V6.66699' stroke='%2307091A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: rotate(-90deg);
    border: 1px solid var(--separator);
    background: transparent;
}

.dark .accordion-button {
    background: white;
}

.dark .accordion-item {
    background-color: #FFFFFF08;
}

.accordion-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 20px;
    padding: 24px;
}

.faq .accordion .accordion-body {
    display: flex;
    line-height: 35px;
}

.accordion-body a {
    text-decoration: underline;
}

.accordion-body a:hover {
    text-decoration: none;
}

.countries .section_title {
    margin-bottom: 48px;
}

.nav-pills {
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.nav-pills .nav-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background: #FFFFFF1F;
    color: #FFFFFFD1;
    padding: 11px 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all .3s;
}

.nav-pills .nav-link:hover {
    color: white;
    border: 1px solid white;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--primary);
    background: white;
}

.offers_tab_section .nav-pills {
    justify-content: flex-start;
    gap: 6px;
}

.offers_tab_section .nav-pills .nav-link {
    font-size: 12px;
    line-height: 18px;
    color: var(--primary);
    background: #2832861A;
    padding: 7px 15px;
}

.offers_tab_section .nav-pills .nav-link:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.offers_tab_section .nav-pills .nav-link.active,
.offers_tab_section .nav-pills .show > .nav-link {
    color: white;
    background: var(--primary);
}

.offers_btn {
    margin-top: 48px;
}

.offers_btn hr {
    margin-bottom: 48px;
}

@media (max-width: 767px) {
    .nav-pills {
        justify-content: flex-start;
    }

    .nav-pills .nav-link {
        padding: 8px 12px;
    }

    .countries .tab-pane .row {
        grid-row-gap: 8px;
    }

    .offers_btn {
        margin-top: 32px;
    }

    .offers_btn hr {
        margin-bottom: 24px;
    }
}

.toast {
    background: var(--card-bg);
    border: none;
    border-radius: 16px;
    bottom: 24px;
    box-shadow: 2px 2px 8px 0 #0F0F0F14;
    left: 32px;
    position: fixed;
    width: 100%;
    max-width: 579px;
    padding: 16px 20px;
    /*transition: all .3s;*/
    z-index: 90;
}

.toast.smaller {
    padding: 4px;
    max-width: 83px;
    cursor: pointer;
}

.toast-header {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 12px;
}

.toast.smaller .toast-header {
    /*animation: toastDisappear .1s forwards;*/
    display: none;
}

.toast-header b {
    font-size: 16px;
    line-height: 17.6px;
    font-weight: 600;
    color: var(--dark-blue);
    letter-spacing: 1px;
}

.toast-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.toast img {
    height: 75px;
    width: 75px;
    background: white;
    border-radius: 16px;
    margin-right: 16px;
}

.toast_info {
    margin-left: -60px;
}

.toast_info h4 {
    margin-bottom: 6px;
}

.toast_info h4 i {
    font-weight: 400;
    font-style: italic;
}

.toast_info p {
    font-size: 16px;
    margin-bottom: 0;
}

.toast_btn {
    padding-right: 50px;
}

.toast.smaller .toast_info,
.toast.smaller .toast_btn {
    /*animation: toastDisappear .1s forwards;*/
    display: none;
}

.countries .tab-pane .row {
    grid-row-gap: 12px;
}

.country {
    display: flex;
    align-items: center;
    padding: 11.5px 16px;
    border-radius: 12px;
    transition: all .3s;
}

.country:hover {
    background: #FFFFFF14;
}

.country img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

@media (max-width: 1024px) {
    .accordion {
        margin-top: 30px;
    }

    .accordion-body {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .accordion-button {
        font-size: 16px;
        line-height: 18px;
    }

    .accordion-button::after {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
}

@media (max-width: 767px) {

    .country {
        padding: 6px 0;
    }

    .accordion {
        margin-top: 10px;
    }

    .toast {
        max-width: 350px;
        left: 12px;
        bottom: 12px;
    }

    .toast.smaller {
        max-width: 64px;
        cursor: pointer;
        border-radius: 10px;
    }

    .toast-header b {
        font-size: 12px;
        line-height: 13.2px;
    }

    .toast-body {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .toast img {
        height: 56px;
        width: 56px;
        border-radius: 10px;
    }

    .toast_info {
        margin-left: 0;
    }

    .toast_info h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .toast_info p {
        font-size: 14px;
    }

    .toast_btn {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 4px;
        padding-right: 40px;
    }

    .toast_btn .btn {
        padding: 9.5px 20px;
    }

    .toast-body .btn::after {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
}

.tax_rate_section {
    padding: 0;
}

.tax_rate_section .trust_number_card {
    width: calc(100% / 4);
}

.tax_rate_section .trust_number_card:first-child {
    border-radius: 15px 0 0 15px;
}

.tax_rate_section .trust_number_card:nth-last-child(2) {
    border-radius: 0;
}

.tax_rate_section .trust_number_card:last-child {
    border-radius: 0 15px 15px 0;
}

.tax_rate_section .trust_number_card .quantity {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 8px;
}

.registration_companies .section_title {
    max-width: 958px;
}

.registration_companies .row {
    margin-top: 82px;
    grid-row-gap: 24px;
}

@media (max-width: 991px) {
    .tax_rate_section .trust_number_cards {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .tax_rate_section .trust_number_cards {
        border: none;
    }

    .tax_rate_section .trust_number_card {
        width: 100%;
        border: none;
        justify-content: center;
        align-items: center;
    }
}

.see_all {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: white;
    background: var(--primary);
    padding: 15px 30px;
    margin: 0 auto;
    border-radius: 50px;
    transition: all .3s;
    position: relative;
}

.dark .see_all {
    background: var(--gold);
    color: var(--primary);
}

.dark .see_all:hover {
    background: white;
    color: var(--dark-blue);
}

.see_all.hide span:first-child {
    display: none;
}

.see_all.hide span:nth-child(2) {
    display: unset;
}

.see_all span:nth-child(2) {
    display: none;
}

.see_all svg {
    margin-left: 8px;
}

.see_all.hide svg {
    transform: rotate(180deg);
}

.see_all svg path {
    fill: white;
    transition: all .3s;
}

.see_all:hover {
    background: var(--gold);
    color: black;
    cursor: pointer;
}

.see_all:hover svg path {
    fill: black;
}

.dark .see_all svg path {
    fill: var(--primary);
}

.dark .see_all:hover svg path {
    fill: var(--dark-blue);
}

@media (max-width: 768px) {

}

.tab_section {
    border-radius: 16px 16px 0 0;
}

.tab_section .nav-tabs {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #676872;
    padding-left: 0;
}

.tab_section .nav-tabs:has(.nav-item:nth-of-type(1):nth-last-of-type(1)) {
    --foo: 1
}

.tab_section .nav-tabs:has(.nav-item:nth-of-type(2):nth-last-of-type(1)) {
    --foo: 2
}

.tab_section .nav-tabs:has(.nav-item:nth-of-type(3):nth-last-of-type(1)) {
    --foo: 3
}

.tab_section .nav-tabs:has(.nav-item:nth-of-type(4):nth-last-of-type(1)) {
    --foo: 4
}

.tab_section .nav-tabs:has(.nav-item:nth-of-type(5):nth-last-of-type(1)) {
    --foo: 5
}

.tab_section .nav-tabs .nav-item {
    width: calc(100% / var(--foo));
}

.tab_section .nav-tabs .nav-item .nav-link {
    width: 100%;
    padding: 0 0 28px 0;
    color: #676872;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    border: none;
    border-bottom: 1px solid #676872;
    transition: .3s;
}

.tab_section .nav-tabs .nav-item .nav-link:hover,
.tab_section .nav-tabs .nav-item .nav-link.active {
    color: white;
    background: transparent;
    border-bottom: 1px solid white;
}

.tab_section .tab-content {
    padding-top: 64px;
}

.tab-content h3 {
    margin-bottom: 16px;
}

.tab-content h4 {
    margin-bottom: 12px;
}

.tab_section ul {
    padding-left: 24px;
    color: var(--dark-blue);
    margin-bottom: 32px;
}

.tab_section ul li::marker {
    color: var(--gold);
}

.tab_section b {
    color: var(--primary);
}

.tab_section ul li b {
    color: var(--dark-blue);
}

@media (max-width: 1024px) {
    .tab_section .nav-tabs .nav-item .nav-link {
        min-height: 85px;
    }

    .tab_section .tab-content {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .tab_section .nav-tabs {

    }

    .nav-tabs-dropdown {
        display: block;
        position: relative;
    }

    .nav-tabs-dropdown .dropdown-toggle {
        background: #F4F5F91F;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 700;
        line-height: 17.6px;
        padding: 15px 20px;
        position: relative;
        color: white;
    }

    .nav-tabs-dropdown .dropdown-toggle:focus,
    .nav-tabs-dropdown .dropdown-toggle:hover {
        background: #F4F5F91F;
        color: white;
    }

    .nav-tabs-dropdown .dropdown-toggle.show {
        border-radius: 8px 8px 0 0 ;
    }

    .nav-tabs-dropdown .dropdown-toggle::after {
        position: absolute;
        right: 20px;
        top: 22px;
    }

    .nav-tabs-dropdown .dropdown-menu {
        background: #242636;
        border-radius: 0 0 8px 8px;
        padding: 0;
        display: none;
        border-bottom: none;
    }

    .nav-tabs-dropdown .dropdown-menu.show {
        display: block;

    }

    .nav-tabs-dropdown .dropdown-item.active,
    .nav-tabs-dropdown .dropdown-item:active {
        background: transparent;
    }

    .nav-tabs-dropdown .dropdown-item.active {
        display: none;
    }

    .nav-tabs-dropdown .dropdown-menu.nav-tabs .nav-item {
        width: 100%;
    }
}

.teammate_page {
    background: var(--card-bg);
    border-radius: 16px 16px 0 0;
}

.teammate_page .breadcrumb {
    margin-bottom: 60px;
    padding-left: 137px;
}

.teammate_block {
    display: grid;
    gap: 20px;
    margin-bottom: 32px;
}

.teammate_heading {
    color: var(--dark-blue);
}

.teammate_main {
}

.teammate_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.lawyer_list {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    min-width: 300px;
}

.lawyer_small_card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    max-width: 64px;
    max-height: 80px;
    height: 80px;
}

.lawyer_small_card img {
    height: 100%;
    object-fit: cover;
}

.lawyer_count_card {
    background: var(--button-bg);
    border-radius: 8px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    max-width: 64px;
    max-height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teammate_img img {
    background: white;
    border-radius: 16px;
    color: black;
    max-width: 364px;
    width: 100%;
}

.teammate_main .section_title {
    color: var(--dark-blue);
    margin-bottom: 12px;
}

.teammate_main .team_contacts {
    margin-top: 32px;
    margin-bottom: 16px;
    gap: 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.teammate_main .team_contacts a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: var(--dark-blue);
}

.teammate_main .team_contacts a svg {
    margin-right: 12px;
}

.team_socials {
    display: flex;
    gap: 32px;
}

.vcard {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-bottom: 1px solid var(--primary);
}

.teammate_main .competencies {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.teammate_main .competencies .tag {
    background: #2832861A;
    border-radius: 8px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 7px 15px;
}

.teammate_main .description {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.teammate_page ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 48px;
}

.teammate_page ul li {
    position: relative;
    padding-left: 18px;
    width: calc(50% - 48px);
}

.teammate_page ul li b {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 12px;
    display: flex;
}

.teammate_page ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
    background: var(--gold);
}

.teammate_page ul.dark_marker li::before {
    background: var(--primary);
}

.lawyer_languages {
    display: flex;
    gap: 12px;
}

.lawyer_languages img {
    max-width: 41px;
    width: 100%;
}

@media (max-width: 1200px) {
    .teammate_page .breadcrumb {
        padding-left: 15px;
    }
}

@media (max-width: 1024px) {
    .teammate_page .breadcrumb {
        margin-bottom: 40px;
    }

    .teammate_page ul {
        gap: 0 40px;
    }

    .teammate_page ul li {
        width: calc(50% - 40px);
    }
}

@media (max-width: 991px) {
    .teammate_main {
        flex-direction: column;
    }

    .teammate_head {
        flex-wrap: wrap;
        margin-bottom: 16px;
    }

    .lawyer_list {
        justify-content: center;
        margin-top: 16px;
    }

    .teammate_main .team_contacts {
        gap: 16px;
        margin-top: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .teammate_page .breadcrumb {
        margin-bottom: 20px;
        padding-left: 0;
    }

    .teammate_page ul {
        gap: 0;
    }

    .teammate_page ul li {
        width: 100%;
    }

    .teammate_img {
        text-align: center;
        margin-bottom: 15px;
    }
}


@keyframes toastDisappear {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

/* END CONTENT STYLES */