/*GLOBAL*/

#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.header__nav a.active:after {
    content: '';
    height: 1px;
    width: calc(100% + 20px);
    position: absolute;
    left: -10px;
    bottom: -18px;
    background: #A98538;
    display: block;
}

body .intro {
    width: 100%;
}

.footer__nav .footer__nav-item--linkedin {
    bottom: 12px;
}

.footer__nav-item--cookie a {
    opacity: 50%;
}

.header__nav-dropdown:hover:after {
    content: '';
    height: 1px;
    width: calc(100% + 20px);
    position: absolute;
    left: -10px;
    bottom: -18px;
    background: #A98538;
    display: block;
}

.header__nav-dropdown:hover a:after {
    display: none;
}

.header__nav-dropdown {
    position: relative;
}

a.header__submenu-item+.header__submenu-item {
    border-top: 1px solid rgb(118 86 22 / 25%);
}

.header__submenu {
    display: none;
    position: absolute;
    top: 3rem;
    left: 0;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-width: 344px;
    z-index: 1000;
    padding: 0;
}

.header__nav-dropdown:hover .header__submenu {
    display: block;
}

.header__submenu-item {
    display: block;
    padding: 8px 20px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s;
    background: #A98538;
    text-align: left;
    padding: 1.5625rem;
    background-image: url(/wp-content/themes/avalora_theme/img/menu-chevron.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 28px) 50%;
}

.header__submenu-item:hover {
    background-color: #f5f5f5;
}

.header__nav-dropdown:hover>a {
    padding-bottom: 2rem;
}

.header .header__submenu-item:hover {
    background-color: #765616;
    color: #fff;
}

header.header.js-header {
    padding: 2.1875rem 0;
}

header.header.js-header.fixed {
    padding: 0;
}

.admin-bar .header.fixed,
.admin-bar .header.top.fixed {
    top: 0;
}

button.header__toggler.js-header__toggler {
    color: #fff;
}

.admin-bar .header,
.admin-bar .header.top {
    top: 32px;
}

header.header.js-header::after {
    bottom: 35px;
}

header.header.js-header.fixed::after {
    bottom: 0;
}

.page-template-frontpage .intro__container {
    width: 100%;
    gap: 0;
}

.page-template-frontpage h1,
.page-template-frontpage .intro__subtitle {
    color: #fff;
}

.page-template-frontpage .intro__subtitle,
.page-template-frontpage .intro__subtitle strong {
    font-weight: 300;
}

.header__nav a {
    position: relative;
}

.header__nav a,
.header__client {
    color: #fff;
}

.header__nav a:hover {
    color: #fff
}

.header__client:hover {
    color: #a98538;
}

.header__nav .header__nav-dropdown a:hover:after {
    display: none;
}

.header__nav a:hover:after {
    content: '';
    height: 1px;
    width: calc(100% + 20px);
    position: absolute;
    left: -10px;
    bottom: -18px;
    background: #A98538;
    display: block;
}

.header__logo svg path,
.header__linkedin svg path {
    fill: #fff;
}

.header__logo svg path#Vector_5,
.header__logo svg path#Vector_6,
.header__logo svg path.cls-4 {
    fill: #8791A6;
}

.page-template-vypisfondu .main {
    background: white;
}

.page-template-frontpage .intro,
.page-template-frontpage video.bg {
    max-height: 800px;
}

.page-template-frontpage .about {
    padding-top: 7.5rem;
}

body .footer,
body:not(.page-template-frontpage) .header.js-header,
.header.js-header.fixed {
    background: url(/wp-content/themes/avalora_theme/img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
    .header__collapse.js-header__collapse {
        background: #0b1b35;
    }

    .header__nav a.active:after {
        bottom: -7px;
    }

    .header__submenu a {
        font-weight: 300;
    }

    .header__submenu {
        display: block;
        position: relative;
        min-width: unset;
        background: transparent;
        gap: 1rem;
        display: flex;
        flex-direction: column;
        top: unset;
        padding-top: 1rem;
    }

    a.header__submenu-item {
        color: #fff;
        background: transparent;
        padding: unset;
        text-align: center;
        font-size: .9em;
    }

    .header__nav {
        align-items: center;
    }

    .header .header__submenu-item:hover {
        background-color: transparent;
     
    }
}

.page-template-vypisfondu .main {
    background: white;
}

.av_tag {
    padding: 20px;
    background: #9542E7;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
    color: white;
    position: absolute;
    line-height: 0.7;
    z-index: 1;
    border-radius: 2px;
}

.av_tag.av_tag-gold {
    background: #AA812D;
}

.row {
    margin: 0 -15px;
    flex-wrap: wrap;
    display: flex;
}

.av_vypis_page {
    padding-top: 245px;
}

.av_vypis_page .container {
    max-width: 1300px;
    margin: 0 auto;
}

.av_vypis_page .av_left_wrapper {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}

.av_vypis_page .av_right_wrapper {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}


.av_vypis_page .row {
    align-items: center;
}

.av_vypis_page .av_left_wrapper .av_content h1 {
    font-size: 56px;
    font-weight: 700;
    color: #142948;
    line-height: 1.25;
    margin-bottom: 0;
}

.av_vypis_page .av_left_wrapper .av_content h1 strong {
    border-bottom: 6px solid #A98538;
}

.av_vypis_page .av_right_wrapper .av_content p {
    color: #142948;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 38px;
    font-weight: 100;
}

.av_vypis_page .av_right_wrapper .av_content p span {
    color: #A98538;
}

.av_vypis_page .av_right_wrapper .av_content .drfg__button {
    max-width: 200px;
    color: #142948;
    font-size: 14px;
    padding: 18px 35px;
    min-height: 62px;
}

.av_vypis_page .av_right_wrapper .av_content .drfg__button:hover {
    color: white;
}

.av_section_description {
    padding: 130px 109px 130px 179px;
    margin: 160px 130px 0;
    margin-top: 160px;
    background: #F4EFE5;
}

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

.av_section_description .av_pack p:first-of-type {
    max-width: 592px;
}

.av_section_description .av_pack p {
    font-size: 17px;
    font-weight: 100;
    color: #142948;
    margin-bottom: 0;
    line-height: 28px;
}

.av_section_description .av_pack ul {
    max-width: 669px;
    padding-left: 33px;
}

.av_section_description .av_pack ul li {
    font-size: 17px;
    font-weight: 100;
    color: #142948;
    margin-bottom: 13px;
    line-height: 28px;
    position: relative;
}

.av_section_description .av_pack ul li::before {
    content: "";
    position: absolute;
    background: #A98538;
    width: 8px;
    height: 8px;
    left: -30px;
    top: 11.5px;

}

.av_section_description h2 {
    margin-bottom: 58px;
    line-height: 1.25;
    font-weight: 700;
    color: #142948;
    font-size: 32px;
    max-width: 635px;
    position: relative;
}

.av_section_description h2::before {
    content: "";
    position: absolute;
    background: #A98538;
    width: 515px;
    height: 6px;
    right: 0px;
    bottom: -14px;
}

.av_section_banner .container {
    background-image: url("/wp-content/uploads/2024/11/Group-3876.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 80px 0 60px 120px;
    max-width: 1290px;
    margin: 120px auto 118px;
}

.av_section_banner .container ul {
    padding-left: 25px;
    margin-bottom: 44px;
}

.av_section_banner .container ul li {
    font-size: 18px;
    font-weight: 100;
    color: white;
    margin-bottom: 0px;
    line-height: 30px;
    position: relative;
}

.av_section_banner .container .logo {
    margin-bottom: 49px;
}

.av_section_banner .container ul li::before {
    content: "";
    position: absolute;
    background: #9542E7;
    width: 6px;
    height: 6px;
    left: -25px;
    top: 13.5px;
}

.av_section_banner .container.container-gold ul li::before {
    background: #AA812D;
}

.av_section_banner .container .drfg__button {
    max-width: 180px;
    min-height: 66px;
    color: white;
    padding: 21px 33px;
}

.av_section_form_page {
    padding: 130px 109px 130px 179px;
    margin: 0px 130px 140px;
    margin-top: 160px;
    background: #E5EAF0;
    margin-top: 0;
}

.av_detail_page {
    padding-top: 245px;
}

.av_detail_page .container {
    max-width: 1300px;
    margin: 0 auto;
}

.av_detail_page .av_left_wrapper {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}

.av_detail_page .av_right_wrapper {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}

.av_detail_page {
    background-image: url("/wp-content/uploads/2024/11/Group-3879.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 217px;
    padding-top: 100px;
    margin-top: 125px;

}

.av_detail_page .av_right_wrapper .av_content .drfg__button {
    max-width: 200px;
    color: white;
    font-size: 14px;
    padding: 18px 35px;
    min-height: 62px;
}

.av_detail_page .av_right_wrapper .av_content p {
    color: white;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 38px;
    font-weight: 100;
}

.av_detail_page .logo {
    margin-bottom: 75px;
    padding-left: 15px;
}

.av_detail_page .logo2 {
    padding-left: 15px;
}

.av_breadcrumbs {
    margin-bottom: 84px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.av_breadcrumbs a {
    line-height: 18px;
    font-size: 14px;
    text-decoration: underline;
    color: white;
    font-weight: 400;
}

.av_breadcrumbs img {
    margin-left: 9px;
    margin-right: 9px;
}


.av_section_big_image {
    margin-top: -107px;
}

.av_section_big_image .container {
    max-width: 1459px;
    width: 100%;
    margin: 0 auto;
}

.av_section_big_image .container img {
    border-radius: 4px;
    width: 100%;
    position: relative;
}

.av_section_big_image .container {
    position: relative;
}

.av_section_big_image .container .av_tag {
    top: 20px;
    right: 20px;
}

.av_development_section {
    padding-top: 100px;
}

.av_development_section .container {
    max-width: 1075px;
    margin: 0 auto;
}

.av_development_section .av_left_wrapper {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}

.av_development_section .av_right_wrapper {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}

.av_development_section .av_right_wrapper .av_content .av_pack {
    display: flex;
    flex-wrap: wrap;
}

.av_development_section .av_right_wrapper .av_content .av_pack .av_box {
    width: 100%;
    max-width: 50%;
}

.av_development_section .av_right_wrapper .av_content {
    max-width: 410px;
    margin-left: auto;
}

.av_development_section .av_left_wrapper .av_content h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 37px;
}

.av_development_section .av_left_wrapper .av_content p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 16px;
}

.av_development_section .av_left_wrapper .av_content p strong {
    font-weight: 700;
}

.av_development_section .av_right_wrapper .av_content .av_pack .av_box h3 {
    font-size: 28px;
    line-height: 34.8px;
    font-weight: 100;
    color: #AA812D;
    margin-bottom: 15px;
}

.av_development_section .av_right_wrapper .av_content .av_pack .av_box h3 strong {
    font-weight: 700;
}

.av_development_section .av_right_wrapper .av_content .av_pack .av_box p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #142948;
}

.av_development_section .av_right_wrapper .av_content .av_pack .av_box {
    margin-bottom: 46px;
}

.av_development_section .av_right_wrapper .av_content .av_seperator {
    margin-bottom: 69px;
}

.av_development_section .av_right_wrapper .av_content .av_seperator p {
    font-size: 13px;
    font-weight: 700;
    color: rgba(20, 41, 72, 0.5);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 17px;
    position: relative;
}

.av_development_section .av_right_wrapper .av_content .av_seperator p::before {
    content: "";
    background: #A98538;
    position: absolute;
    right: 0;
    top: 9px;
    width: 256px;
    height: 1px;
}

.av_development_section .av_right_wrapper .av_content {
    padding-top: 44px;
}

.av_info_section .container {
    padding: 30px;
    background: #aa812d30;
    border: 1px solid #AA812D;
    border-radius: 4px;
    max-width: 1130px;
    margin: 0 auto;
}

.av_info_section .container p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 28px;
}

.av_info_section .container p strong {
    font-weight: 700;
}

.av_info_section .container .pack {
    display: flex;
}

.av_info_section .container .left {
    width: 24px;
    margin-right: 14px;
    line-height: 28px;
    margin-top: 6px;
}

.av_info_section {
    margin-top: 47px;
}

.av_section_strategy {
    margin-top: 80px;
}

.av_section_strategy .av_left_wrapper {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}

.av_section_strategy .av_right_wrapper {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}

.av_section_strategy .container {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
}

.av_section_strategy .av_top_description {
    padding-top: 120px;
}

.av_section_strategy .av_top_description h2 span {
    border-bottom: 4px solid #A98538;
    padding-bottom: 4px;
}

.av_section_strategy .av_top_description h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 34px;
}

.av_section_strategy .av_top_description p {
    max-width: 849px;
    margin-bottom: 50px;
    font-size: 19px;
    line-height: 32px;
}


.av_section_strategy {
    position: relative;
}

.av_section_strategy::before {
    content: "";
    position: absolute;
    background: #aa812d30;
    left: 134px;
    top: 0px;
    width: 100%;
    max-width: 1650px;
    height: 538px;
}

.av_section_strategy .av_left_wrapper .av_content .av_image {
    position: relative;
}

.av_section_strategy .av_left_wrapper .av_content .av_image .av_tag {
    top: 20px;
    left: 20px;
}

.av_section_strategy .av_left_wrapper .av_content .av_image img {
    border-radius: 3px;
}

.av_section_strategy .av_left_wrapper .av_content .av_image {
    margin-bottom: 39px;
}

.av_section_strategy .av_left_wrapper .av_content .av_pack {
    display: flex;
}

.av_section_strategy .av_left_wrapper .av_content .av_pack .left {
    position: absolute;
    left: 0;
    transform: rotate(271deg);
    display: none;
}

.av_section_strategy .av_left_wrapper .av_content .av_pack .left p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 17px;
    font-weight: 700;
    color: rgba(20, 41, 72, 0.5);
}

.av_section_strategy .av_left_wrapper .av_content .av_pack .right {
    padding-left: 30px;
}

.av_section_strategy .av_left_wrapper .av_content .av_pack .right ul li {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.av_section_strategy .av_left_wrapper .av_content .av_pack .right ul li::before {
    content: "";
    position: absolute;
    background: #9542E7;
    width: 8px;
    height: 8px;
    left: -30px;
    top: 11.5px;
}

.av_section_strategy .av_left_wrapper .av_content.av_content-gold .av_pack .right ul li::before {
    background: #AA812D;
}


.av_section_strategy .av_right_wrapper .av_content .av_description {
    margin-bottom: 67px;
}

.av_section_strategy .av_right_wrapper .av_content .av_description:last-of-type {
    margin-bottom: 0;
}

.av_section_strategy .av_right_wrapper .av_content .av_description h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #142948;
    margin-bottom: 9px;
}

.av_section_strategy .av_right_wrapper .av_content .av_description p {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 28px;
}

.av_section_strategy .av_right_wrapper .av_content {
    max-width: 448px;
    margin-left: auto;
    padding-top: 20px;
    position: relative;
}

.av_section_strategy .av_right_wrapper .av_content::before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2024/11/Group-3884.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 27px;
    height: 470px;
    left: -50px;
    top: 27px;
}

.av_section_residential {
    position: relative;
}

.av_section_residential::before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2024/11/Group-78.png");
    background-repeat: no-repeat;
    background-size: cover;
    left: 134px;
    top: 0px;
    width: 100%;
    max-width: 1650px;
    height: 617px;
}

.av_section_residential.av_section_residential-gold::before {
    background-image: url("/wp-content/uploads/2024/12/Group-78-gold.png");
}


.av_section_residential {
    margin-top: 126px;
}

.av_section_residential .av_top_description {
    padding-top: 100px;
}

.av_section_residential .av_top_description h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    color: #8791A5;
    margin-bottom: 72px;
    border-bottom: 1px solid #A98538;
    padding-bottom: 12px;
    text-transform: uppercase;
    max-width: 161px;
}

.av_section_residential .container {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
}

.av_section_residential .av_left_wrapper {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}

.av_section_residential .av_left_wrapper .av_content .foto img {
    border-radius: 3px;
    width: 100%;
}

.av_section_residential .av_left_wrapper .av_content .foto {
    position: relative;
}

.av_section_residential .av_boxes_pack2 .av_left_wrapper .av_content .foto .av_tag {
    top: 20px;
    right: 20px;
    left: unset;
}

.av_section_residential .av_left_wrapper .av_content .foto {
    position: relative;
}

.av_section_residential .av_left_wrapper .av_content .foto .av_tag {
    top: 20px;
    left: 20px;
}

.av_section_residential .av_right_wrapper {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}

.av_section_residential .av_right_wrapper .av_content {
    max-width: 501px;
    margin-left: auto;
}

.av_section_residential .av_right_wrapper .av_content .pack {
    display: flex;
}

.av_section_residential .av_right_wrapper .av_content .icon {
    margin-right: 27px;
    margin-top: -17px;
}

.av_section_residential .av_right_wrapper .av_content .icon img {
    width: 64px;
}

.av_section_residential .av_right_wrapper .av_content .av_description {
    max-width: 410px;
}

.av_section_residential .av_right_wrapper .av_content .av_description h3 {
    font-size: 26px;
    font-weight: 700;
    color: white;
    line-height: 1.15;
    margin-bottom: 22px;
}

.av_section_residential .av_right_wrapper .av_content {
    padding-top: 39px;
}

.av_section_residential .av_right_wrapper .av_content .av_description p {
    font-size: 17px;
    color: white;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 100;
}


.av_section_residential .av_boxes_pack2 {
    margin-top: 64px;
}

.av_section_residential .av_boxes_pack2 .av_right_wrapper .av_content .av_description h3 {
    color: #142948;
}

.av_section_residential .av_boxes_pack2 .av_right_wrapper .av_content .av_description p {
    font-size: 17px;
    color: #142948;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 100;
}

.av_section_residential .av_boxes_pack2 .av_right_wrapper .av_content {
    max-width: 501px;
    margin-right: auto;
}

.av_section_residential .av_boxes_pack2 .av_right_wrapper .av_content .icon img {
    width: 64px;
    filter: drop-shadow(0px 10px 25px rgba(0.34583333134651184, 0.26138854026794434, 0.08837968856096268, 0.20000000298023224));
}


.av_section_info_investing .container {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
}

.av_section_info_investing .av_left_wrapper {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}

.av_section_info_investing .av_right_wrapper {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}

.av_section_info_investing .av_left_wrapper .av_box {
    margin-bottom: 4px;
}

.av_section_info_investing .av_left_wrapper .av_box .pack p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 32px;
    text-align: end;
}

.av_section_info_investing .av_left_wrapper .av_box .pack {
    display: flex;
    align-items: flex-start;
    background-color: rgba(217, 224, 235, 0.5);
    border-radius: 3px;
    padding: 20px 20px 20px 30px;
    justify-content: space-between;
}

.av_section_info_investing .av_right_wrapper .av_box .pack {
    display: flex;
    align-items: flex-start;
    padding: 14px 0;
    justify-content: space-between;
    border-bottom: 1px solid #D9E0EB;
}

.av_section_info_investing .av_right_wrapper .av_box:last-of-type .pack {
    border-bottom: 0;
}

.av_section_info_investing .av_right_wrapper .av_box .pack p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 32px;

}

.av_section_info_investing .av_right_wrapper .av_box .pack .text2 p {
    text-align: end;
}

.av_section_info_investing {
    padding-top: 104px;
    margin-top: 100px;
    position: relative;
}

.av_section_info_investing::before {
    content: "";
    position: absolute;
    background: #D9E0EB;
    width: 1645px;
    height: 1px;
    left: 140px;
    top: 0;
}

.av_section_info_investing h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    color: #8791A5;
    margin-bottom: 40px;
    border-bottom: 1px solid #A98538;
    padding-bottom: 12px;
    text-transform: uppercase;
    max-width: 205px;
    letter-spacing: 0.5px;
}


.av_section_banner2 .container {
    max-width: 1650px;
    margin: 0 auto;
}

.av_section_banner2 .container .av_content {
    background-image: url("/wp-content/uploads/2024/11/Group-3891.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 90px 182px 48px;
}

.page-template-detailfondu .main {
    background: white;
}

.av_section_banner2 {
    padding-top: 109px;
}

.av_section_banner2 .container .av_content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 27px;
}

.av_section_banner2 .container .av_content ul li {
    line-height: 28px;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 10px;
    padding-left: 41px;
    position: relative;
}

.av_section_banner2 .container .av_content ul li::before {
    content: "";
    background: #9542E7;
    position: absolute;
    left: 0;
    top: 11.5px;
    width: 8px;
    height: 8px;
}

.av_section_banner2 .container.container-gold ul li::before {
    background: #AA812D;
}

.av_section_member {
    padding-top: 122px;
    /* padding-bottom: 122px; */
}

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

.av_section_member .av_foto img {
    width: 100%;
    max-width: 381px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.av_section_member .av_foto {
    position: relative;
}

.av_section_member .av_foto::before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2024/11/vector.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 171px;
    height: 140px;
    left: -110px;
    top: -30px;
    z-index: 0;
}

.av_section_member .container {
    max-width: 1070px;
    margin: 0 auto;
}

.av_section_member .av_description {
    max-width: 629px;
}

.av_section_member .av_description p {
    font-size: 19px;
    font-weight: 100;
    line-height: 32px;
    margin-bottom: 34px;
}

.av_section_member .av_description .av_name h3 {
    font-size: 19px;
    font-weight: 700;
    color: #A98538;
    margin-bottom: 0px;
    line-height: 28px;
}

.av_section_member .av_description .av_name .text p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 400;
    color: rgba(20, 41, 72, 0.5);
    position: relative;
}

.av_section_member .av_description .av_name .text p::before {
    content: "";
    position: absolute;
    background: #A98538;
    height: 1px;
    width: 145px;
    bottom: 12px;
    right: 0;
}

.av_documents_section .container {
    max-width: 1552px;
    margin: 0 auto;
    background: #E5EAF0;
    padding: 100px 131px;
    margin-top: 122px;
}

.av_documents_section .container .av_pack {
    max-width: 1289px;
    margin: 0 auto;
}

.av_documents_section .container .av_pack .av_box {
    background: white;
    border-radius: 3px;
    padding: 25px 34px 25px 75px;
    margin-bottom: 5px;
}

.av_documents_section .container .av_pack .av_box .av_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.av_documents_section .container .av_pack .av_box .av_content .av_document_box {
    max-width: 285px;
    border: 1px solid #A98538;
    border-radius: 3px;
    padding: 13px 13px 13px 20px;
    margin-right: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.av_documents_section .container .av_pack .av_box .av_content .av_document_box .pack {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.av_documents_section .container .av_pack .av_box .av_content .av_document_box h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.av_documents_section .container .av_pack .av_box .av_content .av_document_box span {
    font-size: 14px;
    font-weight: 100;
    line-height: 7px;
    margin-bottom: 0;
}

.av_documents_section .container .av_pack .av_box h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 21px;
    position: relative;
}

.av_documents_section .container .av_pack .av_box h3::before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2024/11/arrow-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    left: -30px;
    top: 10px;
}

.av_documents_section h2 {
    margin-bottom: 33px;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 33px;
}

.av_documents_section {
    padding-bottom: 139px;
}

.av_section_form_page .container {
    max-width: 1340px;
    margin: 0 auto;
}

.av_section_form_page .container label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.av_section_form_page .container .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 670px;
}

.av_section_form_page .container .wpcf7-text {
    border: 1px solid rgba(20, 41, 72, 0.20000000298023224);
    border-radius: 4px;
    background-color: #ffffff;
    height: 56px;
    width: 100%;
    padding: 15px;
    font-size: 16px;
}

.av_section_form_page .container .wpcf7-text::placeholder {
    font-weight: 100;
    color: #142948;
    opacity: 50%;
}

.av_section_form_page .container textarea::placeholder {
    font-weight: 100;
    color: #142948;
    opacity: 50%;
}

.av_section_form_page .container textarea {
    border: 1px solid rgba(20, 41, 72, 0.20000000298023224);
    border-radius: 4px;
    background-color: #ffffff;
    height: 126px;
    width: 100%;
    padding: 15px;
    font-size: 16px;
}

.av_section_form_page .av_left_wrapper {
    max-width: 40%;
}

.av_section_form_page .av_right_wrapper {
    max-width: 60%;
}

.av_section_form_page .av_left_wrapper,
.av_right_wrapper {
    width: 100%;
}

.av_left_wrapper .av_content h2 {
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 0;
    line-height: 1.3;
}

.av_left_wrapper .av_content h2 strong {
    font-weight: 700;
}

.av_left_wrapper .av_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.av_left_wrapper .av_content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

.av_left_wrapper .av_content p a {
    text-decoration: underline;
    color: #A98538;
}

.av_section_form_page {
    padding-right: 199px;
}

.av_section_form_page .av_right_wrapper p:last-of-type {
    display: flex;
    justify-content: end;
}

.av_section_form_page .av_right_wrapper .wpcf7-spinner {
    display: none;
}

.av_section_form_page .av_right_wrapper .wpcf7-submit {
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #a98538;
    color: #142948;
    display: flex;
    font: 700 .875rem "Brown", Arial;
    gap: .5rem;
    justify-content: center;
    margin-top: 1rem;
    min-height: 4rem;
    padding: 1rem 2.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}

.av_section_form_page .av_right_wrapper .wpcf7-submit:hover {
    background: #142948;
    border-color: #142948;
    color: #fff;
}

@media only screen and (max-width: 1900px) {
    .av_section_strategy::before {
        left: 0;
        max-width: unset;
    }

    .av_section_residential::before {
        left: -1px;
        width: 101%;
        max-width: unset;
    }

    .av_documents_section .container .av_pack .av_box {
        padding: 30px 3px 30px 44px;
    }

    .av_section_info_investing::before {
        width: 100%;
        left: 0;
        max-width: unset;
    }

    .av_info_section .container {
        max-width: 920px;
    }

    .av_vypis_page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .av_section_description .av_pack p:first-of-type {
        max-width: 492px;
    }

    .av_vypis_page .container {
        max-width: 1060px;
    }

    .av_section_description {
        padding: 80px;
        margin: 0 auto;
        max-width: 1100px;
        margin-top: 160px;
    }

    .av_section_form_page {
        padding: 80px;
        padding-right: 80px;
    }

    .av_section_form_page .container label {
        flex-direction: column;
        align-items: unset;
    }

    .av_section_description {
        width: 100%;
        max-width: 1300px;
    }

    .av_section_banner .container {
        max-width: 1060px;
    }

    .av_section_description {
        margin-top: 70px;
    }

    .av_section_banner .container {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .av_section_form_page {
        margin: 0;

    }

    .av_section_form_page {
        margin: 0 auto 70px !important;
        width: 100%;
        max-width: 1300px;
    }

    .av_vypis_page .container {
        padding: 0px;
    }

    .av_vypis_page .av_left_wrapper .av_content h1 {
        font-size: 40px;
    }

    .av_vypis_page {
        padding-top: 150px;
    }

    .av_section_form_page .container {
        max-width: 1060px;
    }

    .av_section_description .container {
        max-width: 1060px;
        margin: 0 auto;
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .av_section_description {
        margin: 0;
        padding: 80px 50px;
        margin-top: 80px;
    }

    .av_section_banner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .av_section_residential .av_right_wrapper .av_content .av_description {
        max-width: 375px;
    }

    .av_vypis_page {
        padding-top: 150px;
    }

    .av_breadcrumbs {
        display: none;
    }

    .av_section_form_page {
        margin: 0;
    }

    .av_section_form_page {
        padding: 80px 50px;
        padding-right: 50px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .av_section_form_page .container label {
        flex-direction: column;
        align-items: unset;
    }

    .av_section_residential::before {
        left: -1px;
        width: 101%;
    }

    .av_section_strategy::before {
        left: 0;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .av_section_member .av_foto img {
        max-width: 291px;
    }

    .av_section_strategy .av_right_wrapper .av_content {
        max-width: 418px;
    }
}


@media only screen and (max-width: 991px) {

    .av_right_wrapper,
    .av_left_wrapper {
        max-width: 100% !important;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .av_detail_page {
        margin-top: 56px;
    }

    .av_detail_page .av_left_wrapper,
    .av_right_wrapper {
        max-width: 50% !important;
    }

    .av_section_big_image .container {
        max-width: 738px;
    }

    .av_development_section .av_left_wrapper,
    .av_right_wrapper {
        max-width: 100% !important;
    }

    .av_development_section .av_right_wrapper .av_content {
        max-width: 100%;
        margin-left: 0;
    }

    .av_section_strategy::before {
        left: 0;
    }

    .av_section_strategy .av_right_wrapper .av_content::before {
        display: none;
    }

    .av_section_strategy .av_right_wrapper .av_content {
        max-width: 100%;
        margin-left: 0;
    }

    .av_section_residential::before {
        content: none;
        left: -1px;
        width: 101%;
    }

    .av_section_residential .container .row:not(.av_boxes_pack2) {
        background-image: url("/wp-content/uploads/2024/11/Group-78.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 0 30px 0;
    }

    .av_section_residential .av_right_wrapper .av_content .av_description {
        max-width: 610px;
        margin-left: 0;
    }

    .av_section_residential .av_left_wrapper .av_content .foto img {
        height: 300px;
        object-fit: cover;
    }

    .av_section_residential .av_right_wrapper .av_content {
        max-width: unset;
        margin-left: 0;
    }

    .av_section_residential .av_boxes_pack2 .av_right_wrapper .av_content {
        max-width: unset;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .av_section_info_investing::before {
        width: 100%;
        left: 0;
    }

    .av_section_banner2 .container .av_content {
        padding: 30px;
    }

    .av_section_member .pack {
        flex-direction: column;
    }

    .av_documents_section .container {
        padding: 30px;
    }

    .av_breadcrumbs {
        display: none;
    }

    .av_vypis_page {
        padding-top: 70px;
    }

    .av_section_description {
        margin: 0;
    }

    .av_section_description .av_pack {
        flex-direction: column;
    }

    .av_section_description {
        padding: 70px 15px;
        margin-top: 70px;
    }

    .av_section_banner .container {
        padding: 70px 30px;
        background-position: left;
        margin: 70px auto;
        border-radius: 7px;
    }

    .av_section_form_page {
        margin: 0;
    }

    .av_section_form_page .container {
        padding: 0 15px;
    }

    .av_section_form_page {
        padding: 70px 15px;
    }

    .av_section_form_page .container label {
        flex-direction: column;
        align-items: unset;
    }

    .av_section_form_page .av_left_wrapper {
        margin-bottom: 30px;
    }

    .av_detail_page .av_left_wrapper,
    .av_right_wrapper {
        max-width: 100% !important;
    }

    .av_detail_page .row {
        text-align: center;
    }

    .av_detail_page .logo {
        margin-bottom: 20px;
    }

    .av_detail_page .av_right_wrapper .av_content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .av_left_wrapper .av_content h2 {
        max-width: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .av_breadcrumbs {
        display: none;
    }

    .av_detail_page .av_left_wrapper,
    .av_right_wrapper {
        max-width: 100% !important;
    }

    .av_detail_page .row {
        flex-direction: column-reverse;
    }

    .av_detail_page .logo {
        margin-bottom: 20px;
    }

    .av_detail_page .logo img {
        max-width: 190px;
    }

    .av_detail_page .logo {
        margin-top: 30px;
    }

    .av_section_big_image .container img {
        height: 40vh;
        object-fit: cover;
    }

    .av_detail_page {
        padding-top: 70px;
        padding-bottom: 170px;
    }

    .av_detail_page .av_right_wrapper .av_content .drfg__button {
        max-width: unset;
    }

    .av_development_section .av_left_wrapper .av_content h2 {
        font-size: 30px;
    }

    .av_development_section {
        padding-top: 70px;
    }

    .av_section_strategy .av_top_description h2 {
        font-size: 30px;
    }

    .av_section_strategy .av_top_description {
        padding-top: 70px;
    }

    .av_section_strategy .av_right_wrapper .av_content .av_description {
        margin-bottom: 30px;
    }

    .av_section_residential {
        margin-top: 70px;
    }

    .av_section_residential .av_top_description {
        padding-top: 70px;
    }

    .av_section_residential .av_right_wrapper .av_content .pack {
        flex-direction: column;
    }

    .av_section_residential .av_right_wrapper .av_content .icon {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .av_section_residential::before {
        display: none;
    }

    .av_section_residential .av_top_description h3 {
        margin-bottom: 60px;
    }

    .av_section_info_investing {
        margin-top: 70px;
        padding-top: 70px;
    }

    .av_section_info_investing .av_left_wrapper .av_box .pack p {
        text-align: unset;
    }

    .av_section_info_investing .av_left_wrapper .av_box .pack .text2 p {
        text-align: end;
    }

    .av_section_banner2 .container .av_content h2 {
        font-size: 23px;
    }

    .av_section_member {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .av_section_banner2 {
        padding-top: 70px;
    }

    .av_documents_section .container .av_pack .av_box {
        padding: 20px 20px 20px 40px;
    }

    .av_documents_section {
        padding-bottom: 70px;
    }

    /*
    .av_section_residential .av_right_wrapper .av_content .av_description p{
        color: #142948;
    }

    .av_section_residential .av_right_wrapper .av_content .av_description h3{
        color: #142948;
    }
    */

    .av_section_residential .av_right_wrapper .av_content .icon img {
        filter: drop-shadow(0px 10px 25px rgba(0.34583333134651184, 0.26138854026794434, 0.08837968856096268, 0.20000000298023224));
    }

    .av_vypis_page .av_left_wrapper .av_content h1 {
        font-size: 30px;
    }

    .av_vypis_page .av_right_wrapper .av_content p {
        font-size: 25px;
        line-height: 1.2;
    }

    .av_vypis_page .av_right_wrapper .av_content p br {
        display: none;
    }

    .av_vypis_page .av_left_wrapper .av_content h1 {
        margin-bottom: 15px;
    }

    .av_vypis_page .av_right_wrapper .av_content .drfg__button {
        max-width: unset;
        width: 100%;
    }

    .av_section_description h2::before {
        display: none;
    }

    .av_section_description h2 {
        margin-bottom: 30px;
    }

    .av_section_banner .container .drfg__button {
        max-width: unset;
    }

    .av_left_wrapper .av_content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .av_section_form_page .av_right_wrapper .wpcf7-submit {
        width: 100%;
    }

}