/* --------------------------------- dam new css --------------------------------- */

.vh-100 {
    height: 100vh !important;
}

img {
    max-width: 100%;
}

.pxp-header {
    padding: 24px 0;
}

.pxp-logo>img {
    max-height: 34px;
}

.home .pxp-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.home .dam-footer.mt-100 {
    margin-top: 0;
}

.page-template-page-about-us .dam-footer.mt-100 {
    margin-top: 0;
}

.page-template-page-contact .dam-footer.mt-100 {
    margin-top: 0;
}

.dam-hero {
    position: relative;
    background: #fff;
    overflow: hidden;
    min-height: 600px;
}

.dam-hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300vh;
    width: 100%;
}

.home .dam-cover-bottom {
    /* background-position: center bottom; */
}

.dam-hero-opacity {
    background-color: rgba(34, 34, 34, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.dam-hero_conent {
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left;
}

.dam-hero_conent h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #FFFFFF;
    max-width: 820px;
}

.dam-pr-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
    border-width: 1px;
    border-style: solid;
    align-items: center;
    padding: 22px 35px;
    min-width: 360px;
    transition: all 0.3s ease;
    background-color: #C78960;
    border-color: #C78960;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;

}

.dam-pr-btn-width {
    width: max-content;
    min-width: unset;
}

.dam-pr-btn:hover {
    color: #222222;
    background-color: #ffffff;
    border-color: #ffffff;
    text-decoration: none;
}

.dam-pr-btn-width:hover {
    border-color: #222222;
}

.dam-hero_conent .dam-pr-btn {
    margin-top: 70px;
}


.info-company {
    padding: 180px 0px;
    /* Dark orange */
    background: #2C241E;
}

.info-company_container {
    display: flex;
    gap: 60px 150px;
}

.info-company_image img {}

.info-company_image {
    flex-shrink: 0;
}

.info-company_image.pxp-animate-in {
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.info-company_image.pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}


.info-company_content-text {
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
}

.info-company_content-geo {
    display: flex;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #C78960;
    gap: 60px;
    margin-top: 50px;
}

.info-company_content-geo-item {
    display: flex;
    align-items: center;
    gap: 15px
}

.services {
    padding: 140px 0;
}

.services_container {
    display: flex;
    gap: 20px 60px;
}

.services_container_item {
    background: #FAF6F3;
    overflow: hidden;
    position: relative;
    height: 280px;
    width: 100%;
    display: flex;
}

.services_container_item img {
    position: absolute;
}

.services_container_item span {
    position: absolute;
    max-width: 190px;
    width: 100%;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: capitalize;
    color: #222222;
}

.services_container_item:nth-child(1) img {
    bottom: 10px;
    right: -25px;
    width: 214px;
}

.services_container_item:nth-child(1) span {
    left: 50px;
    top: 40px;
}

.services_container_item:nth-child(2) img {
    top: 20px;
    right: 20px;
    width: 154px;
}

.services_container_item:nth-child(2) span {
    left: 50px;
    bottom: 40px;
}

.services_container_item:nth-child(3) img {
    bottom: -25px;
    right: 0px;
    width: 214px;
}

.services_container_item:nth-child(3) span {
    left: 50px;
    top: 40px;
}


.services_descript_container {}

.services_descript_container_item {
    /* Light orange */
    background: #FAF6F3;
    display: flex;
}

.services_descript_container_item img {
    max-width: 100%;

}



.services_descript_container_item_left {
    display: flex;
}

.services_descript_container_item_right {
    position: relative;
    overflow: hidden;
    height: 740px;
}


.services_descript_container_item_right-img {
    object-fit: cover;
    height: 740px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;

    /* background-attachment: fixed;
    height: 300vh; */
}

.services_descript_container_item_left_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 495px;
    margin-right: 150px;
    margin-left: auto;
}

.services_descript_container_item:nth-child(1) .services_descript_container_item_left {
    width: 47%;
}

.services_descript_container_item:nth-child(1) .services_descript_container_item_right {
    width: 53%;
}

.services_descript_container_item:nth-child(2) {
    flex-direction: row-reverse;
}

.services_descript_container_item:nth-child(2) .services_descript_container_item_left_content {
    margin-right: auto;
    margin-left: 150px;
}

.services_descript_container_item:nth-child(2) .services_descript_container_item_left {
    width: 47%;
}

.services_descript_container_item:nth-child(2) .services_descript_container_item_right {
    width: 53%;
}

.services_descript_container_item:nth-child(3) .services_descript_container_item_left {
    width: 47%;
}

.services_descript_container_item:nth-child(3) .services_descript_container_item_right {
    width: 53%;
}

.services_descript_container_item-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.06em;
    color: #222222;
}

.title-line::before {
    content: '';
    width: 50px;
    height: 1px;
    box-sizing: border-box;
    border-top: 1px solid #C78960;
    display: block;
    margin-bottom: 30px;
}

.services_descript_container_item-descritption {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* Gray */
    color: #555555;
    margin-top: 60px;
}

.our_story {
    padding: 180px 0px;
    background: #2C241E;
}

.our_story_container {
    display: flex;
    gap: 60px 150px;
}

.our_story_container .our_story_container-left {
    width: 55%;
}

.our_story_container .our_story_container-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our_story_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.06em;
    color: #FFFFFF;
}

.dam-accordion {
    margin-top: 80px;
}

.dam-accordion-item {}

.dam-accordion-item:first-child {
    border-top: none;
}

.dam-tab-title {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 24px 20px 24px 0;
    cursor: pointer;
}

.dam-accordion-icon {
    position: absolute;
    right: 0;
}

.dam-accordion-title span {
    color: #C78960;
    margin-right: 4px;
}

.dam-accordion-icon-closed {
    display: block;
}

.dam-accordion-icon-opened {
    display: none;
}

.dam-active .dam-accordion-icon-closed {
    display: none;
}

.dam-active .dam-accordion-icon-opened {
    display: block;
}

.dam-accordion-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dam-accordion-title:hover {
    text-decoration: none;
    color: #fff;
}

.dam-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.dam-tab-content.dam-active {
    max-height: initial;
}

.dam-tab-content p {
    margin: 30px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #B4B4B4;
}

.dam-tab-content.dam-active {}

.our_story_container-left a {
    font-weight: 400;
    font-size: 22px;
    line-height: 170%;
    align-items: center;
    text-decoration-line: underline;
    /* Primary */
    color: #C78960;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 130px;
}

.our_story_container-left a:hover {
    color: #fff;
}

.management {
    padding: 140px 0;
}

.management_container {
    display: flex;
    gap: 60px 60px;
    justify-content: space-between;
}

.management_container_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.management_container_item img {
    width: 60px;
}

.management_container_item span {
    font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.06em;
    /* Dark gray */
    color: #222222;
}

.management .dam-pr-btn {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 340px;
    text-align: center;
}

.dam-pr-btn-black-border.dam-pr-btn:hover {
    border-color: #222222;
}


.current_offer {
    padding: 140px 0px;
    /* Light orange */
    background: #FAF6F3;
}

.dam-title_block {
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.06em;
    color: #222222;
    text-align: center;
    margin-bottom: 80px;
}

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

.current_offer_container {
    display: flex;
    justify-content: space-between;

}

.current_offer_container-item {
    width: 33.33%;
}

.current_offer_container-item-img {
    overflow: hidden;
    position: relative;
}

.current_offer_container-item-img img {
    object-fit: cover;
    height: 300px;
    width: 100%;
    transition: all 0.4s ease;
}

.current_offer_container-item-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: capitalize;
    /* Dark gray */
    color: #222222;
    margin-top: 26px;
    margin-bottom: 26px;
    text-align: center;
}

.current_offer_container-item-details-features {
    display: flex;
    justify-content: space-around;
}

.current_offer_container-item-details-features-pos {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* Gray */
    color: #555555;
    padding: 22px 10px;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
}

.current_offer_container-item-details-features-pos:first-child {}

.current_offer_container-item-details-features-pos:last-child {}

.current_offer_container-item-details-features-pos:nth-child(2) {
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
}

.current_offer_container-item-details-icon {
    margin-bottom: 10px;
}

.current_offer .dam-pr-btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    display: block;
    max-width: 260px;
}

.current_offer_container-item a:hover .current_offer_container-item-title {
    opacity: 0.85;
}

.current_offer_container-item a:hover .current_offer_container-item-img img {
    scale: 1.1;
}

.wecan-do {
    padding: 180px 0;
    background-color: #222222;
}

.wecan-do_container {
    display: flex;
    gap: 60px 120px;
}

.wecan-do_container-left {
    max-width: 690px;
    width: 100%;
}

.what_we_can_title {
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #FFFFFF;
}

.wecan-do_container-right {}

.what_we_can_before_form {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.what_we_can_whatsapp {
    margin-top: 50px;
    display: flex;
    gap: 6px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    align-items: center;
}

.what_we_can_whatsapp a {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    /* Primary */
    color: #C78960;
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
}

.what_we_can_whatsapp a:hover {
    opacity: 0.85;
}

.dam-form-submit p {
    margin-bottom: 0;
}

.what_we_can_form .wpcf7-form-control {
    margin-bottom: 20px;
}

.wpcf7-form .wpcf7-form-control {
    height: 52px;
    border-radius: 0;
    padding: 0 20px;
}

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

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background: #C78960;
    height: 60px;
    padding: 0px 35px;
    border: 1px solid #C78960;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;

    width: auto;
    color: #fff;
    transition: all .4s ease-in-out;

    margin-bottom: 0;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    color: #222222;
    background-color: #ffffff;
    border-color: #222222;
}

.dam-footer {
    background: #2C241E;
}

.dam-footer-top {
    padding: 100px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dam-footer-bottom {
    padding: 40px 0;
}

.dam-footer-col1 img {
    max-height: 73px;
}

.dam-footer-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.dam-footer-content {
    font-weight: 400;
    font-size: 15px;
    line-height: 170%;
    color: #B4B4B4;
}

.dam-footer-content-email a {
    font-weight: 400;
    font-size: 15px;
    line-height: 173%;
    letter-spacing: 0.9px;
    color: #B4B4B4;
}

.dam-footer-content-phone a {
    font-weight: 400;
    font-size: 24px;
    line-height: 108%;
    color: #C78960;
}

.dam-footer-top-container {
    display: flex;
    justify-content: space-between;
}

.dam-footer-col5 img {
    display: block;
    margin-top: 30px;
}

.dam-footer-content-phone {
    margin-top: 12px;
}

.dam-footer-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dam-footer-bottom-container-left {
    font-weight: 400;
    font-size: 15px;
    line-height: 187%;
    color: #B4B4B4;
}

.dam-footer-bottom-container-right {
    display: flex;
    gap: 44px;
    align-items: center;
}

.dam-footer-bottom-container-right>a {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-transform: capitalize;
    color: #B4B4B4;
}

.social_link {
    display: flex;
    gap: 44px;
}

.social_link a:hover {
    opacity: 0.85;
}

.dam-form-submit p {
    position: relative;
}

.dam-form-submit .wpcf7-spinner {
    position: absolute;
    right: 20px;
    top: 18px;
}


.pxp-nav>div>ul>li.login_link>a:after {
    content: none;
}

.pxp-nav>div>ul>li>a {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    text-transform: initial;
    padding: 0 16px 0 15px;
    display: block;
    white-space: nowrap;
}

.pxp-nav>div>ul>li.login_link>a {
    padding: 0px 12px;
    width: max-content;
    height: 40px;
    border: 1px solid #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.pxp-header.fixed-top.pxp-no-bg .pxp-nav>div>ul>li.login_link {
    border: 1px solid #333;
    padding: 0;

}

.pxp-header.fixed-top.pxp-no-bg .pxp-nav>div>ul>li.login_link>a {
    color: #333;
}

.pxp-nav>div>ul>li.login_link>a {
    text-transform: uppercase;
}

.pxp-nav>div>ul>li>a,
.pxp-nav>div>ul>li>a:hover {
    font-weight: normal;
}

.pxp-nav>div>ul>li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--e-global-color-primary);
    display: inline-block;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    background-color: #C78960;
}

.pxp-header.fixed-top .pxp-nav>div>ul>li:before {
    background-color: #C78960;
}

.pxp-nav>div>ul>li.login_link:before,
.pxp-nav>div>ul>li:first-child:before {
    content: none;
}

.pxp-nav>div>ul>li.login_link>a:hover {
    background-color: #C78960;
    border-color: #C78960;
}


.dam-page-hero {
    position: relative;
}

.dam-page-hero_conent {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.dam-page-hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-attachment: fixed; */
    height: 280px;
    background-size: cover;
    background-position: center top;
}

.dam-page-hero_conent {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    position: relative;
    height: 280px;
    margin-top: 87px;
}

.dam-page-hero h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #FFFFFF;
}

#breadcrumbs {
    color: #fff;
}

#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
    font-weight: 400;
    font-size: 15px;
    line-height: 170%;
    color: #FFFFFF;
}

#breadcrumbs a:hover {
    color: #FFFFFF;
}

#breadcrumbs span {
    display: flex;
    align-items: center;
    gap: 18px;
}

.info-about_us {
    padding: 180px 0px;
    /* Light orange */
    background: #FAF6F3;
}

.info-about_us-content {
    display: flex;
    gap: 60px 120px;
}

.info-about_us-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.06em;
    /* Dark gray */
    color: #222222;
    white-space: nowrap;
}

.info-about_us-title:before {
    content: '';
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    border-top: 1px solid #C78960;
    display: block;
    margin-bottom: 30px;
}

.info-about_us-title.pxp-animate-in {
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.info-about_us-title.pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}

.info-about_us_text {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    /* Dark gray */
    color: #222222;
}

.info-about_us_text p {
    margin-bottom: 50px;
}

.info-about_us_text p:last-child {
    margin-bottom: 0;
}

.our_team {
    padding: 140px 0 180px;
}

.our_team-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: -3px;
    text-transform: capitalize;
    /* Dark gray */
    color: #222222;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.our_team-title:before {
    content: '';
    width: 50px;
    height: 1px;
    box-sizing: border-box;
    border-top: 1px solid #C78960;
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.our_team-items {
    display: flex;
    gap: 105px;
    margin-top: 80px;
}

.our_team-item {
    position: relative;
    margin-bottom: 50px;
}

.our_team-items img {
    object-fit: cover;
    width: 400px;
    height: 480px;
    max-width: 100%;
    object-position: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.our_team-item-content {
    position: absolute;
    bottom: -50px;
    left: calc((100% - 300px) / 2);
    padding-top: 20px;
    padding-bottom: 20px;
    width: 300px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    transition: all 0.4s ease;
}

.our_team-item:hover .our_team-item-content {
    background-color: #C78960;
}

.our_team-item:hover .our_team-item-content-full_name {
    color: #fff;
}

.our_team-item:hover .our_team-item-content-position {
    color: #fff;
}

.our_team-item-content-full_name {
    font-weight: 600;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: -0.06em;
    text-transform: capitalize;
    /* Dark gray */
    color: #222222;
    transition: all 0.4s ease;
}

.our_team-item-content-position {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* Dark gray */
    color: #222222;
    transition: all 0.4s ease;
}

.contact_page-info {
    padding: 120px 0 0;
}

.contact_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.06em;
    /* Dark gray */
    color: #222222;
    margin-bottom: 30px;
    word-spacing: 6px;
}

.contact_title:before {
    content: '';
    width: 50px;
    height: 1px;
    box-sizing: border-box;
    border-top: 1px solid #C78960;
    display: block;
    margin-bottom: 30px;
}

.contact_with_us_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #555555;
    margin-bottom: 60px;
}

.contact_details_location {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.contact_details_location_item {
    display: flex;
    gap: 30px;
    width: 50%;
}

.contact_details_location-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.06em;
    text-transform: capitalize;
    /* Dark gray */
    color: #222222;
    margin-bottom: 30px;
}

.contact_details_location-addres {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #555555;
}

.contact_details_location_item-content a {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    /* identical to box height, or 24px */
    letter-spacing: 2px;
    text-decoration-line: underline;
    /* Dark gray */
    color: #222222;
    margin-top: 10px;
    display: block;
}

.contact_page-info-container {
    display: flex;
    gap: 60px 90px;
}

.contact_page-info-lef {
    width: 50%;
}

.contact_page-info-right {
    width: 50%;
}

.phone-mail {
    margin-top: 50px;
    padding: 30px 0;
    border: 1px solid #C78960;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.phone-mail_phone,
.phone-mail_mail {
    display: flex;
    gap: 10px;
    align-items: center;
}

.phone-mail_phone span,
.phone-mail_mail span {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #555555;
}

.phone-mail_phone a,
.phone-mail_mail a {
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    /* Primary */
    color: #C78960;
}


.wpcf7-form textarea.wpcf7-form-control {
    max-height: 150px;
}

.advantage-block {
    background-image: url(../img/bg-advantage.webp);
    width: 600px;
    height: 312px;
    max-width: 100%;
    background-size: cover;
    background-position: center right;
    padding: 80px 48px 44px;
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin-top: 80px;
}

.advantage-block-img_title {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: -0.06em;
    color: #222222;
    display: flex;
    align-items: center;
}

.advantage-block-img_title span {
    max-width: 260px;
}

.advantage-block-img_title img {
    margin-right: 30px;
    display: block;
}

.advantage-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* Primary */
    color: #555555;
}

.advantage-block a {
    color: #C78960;
}

.advantage-block p:last-child {
    margin-bottom: 0;
}

.whatsap-fixed {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color: #fff;
    padding: 10px;
    z-index: 99;
    box-shadow: 0px 0px 10px rgb(199 137 94 / 30%);
    border-radius: 50%;
}

.whatsap-fixed:hover {
    box-shadow: 0px 0px 10px rgb(199 137 94 / 50%);
}

.whatsap-fixed a {
    color: #555;
    display: flex;
    padding: 4px;
}

.whatsap-fixed a:hover {
    text-decoration: none;
}

.whatsap-fixed a svg {
    display: block;
    width: 36px;
    height: 36px;
}

@media only screen and (min-width: 1024px) {
    .home .dam-hero.vh-100 {
        height: 820px !important;
    }

    .home .dam-cover-bottom {
        background-position: center top;
    }

    .pxp-is-sticky .pxp-nav>div>ul>li.login_link {
        border: solid 1px #2C241E;
        padding: 0;
    }

    .pxp-is-sticky .pxp-nav>div>ul>li.login_link>a {
        color: #2C241E;
        background-color: #fff;
    }

    .pxp-is-sticky .pxp-nav>div>ul>li.login_link>a:hover {
        color: #fff;
        background-color: #C78960;
    }

    .pxp-is-sticky .pxp-nav>div>ul>li:before {
        background-color: #C78960;
    }

    .pxp-nav>div>ul>li:before {
        top: calc(50% - 1px);
        left: -3px;
        background-color: #FFFFFF;
    }

    .pxp-nav>div>ul {
        /* margin-left: 70px; */
    }

    .pxp-nav>div>ul {
        display: flex;
        align-items: center;
    }

    .pxp-nav>div>ul>li {
        margin-right: 0;
    }

    .pxp-nav>div>ul>li.login_link {
        margin-right: 0;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 1490px) {
    .container {
        max-width: 1410px;
    }

    .pxp-header .container {
        max-width: 1380px;
    }

    .home .dam-hero_conent {
        max-width: 1380px;
    }
}

@media only screen and (min-width: 1780px) {
    .pxp-header .container {
        max-width: 1740px;
    }
}


/**** ****/

@media only screen and (min-width: 1024px) {
    .home .dam-hero.vh-100 {
        height: 656px !important;
    }
}

@media only screen and (min-width: 1490px) {
    .home .dam-hero.vh-100 {
        height: 820px !important;
    }
}

@media only screen and (max-width: 2560px) {
    .pxp-header .container {
        max-width: 1380px;
    }

    .home .dam-hero_conent {
        max-width: 1140px;
    }

    .container {
        max-width: 1140px;
    }

    .pxp-nav>div>ul>li>a {
        font-size: 16px;
    }

    .dam-hero_conent h1 {
        font-size: 64px;
        max-width: 650px;
    }

    .dam-hero_conent .dam-pr-btn {
        margin-top: 56px;
    }

    .dam-pr-btn {
        font-size: 14px;
        padding: 18px 28px;
    }

    .info-company {
        padding: 140px 0px;
    }

    .info-company_container {
        gap: 48px 120px;
    }

    .info-company_image img {
        max-width: 265px;
    }

    .info-company_content-text {
        font-size: 20px;
    }

    .info-company_content-geo {
        margin-top: 40px;
        gap: 44px;
        font-size: 18px;
    }

    .services {
        padding: 110px 0;
    }

    .services_container_item span {
        font-size: 26px;
        max-width: 172px;
    }

    .services_descript_container_item-title {
        font-size: 38px;
    }

    .services_descript_container_item-descritption {
        font-size: 18px;
        margin-top: 44px;
    }

    .title-line::before {
        margin-bottom: 24px;
    }

    .services_descript_container_item_left_content {
        max-width: 395px;
        margin-right: 120px;
    }

    .services_descript_container_item_right {
        height: 590px;
    }

    .services_descript_container_item:nth-child(2) .services_descript_container_item_left_content {
        margin-right: auto;
        margin-left: 120px;
    }

    .our_story {
        padding: 140px 0px;
    }

    .our_story_container {
        gap: 48px 120px;
    }

    .our_story_title {
        font-size: 38px;
    }

    .dam-accordion {
        margin-top: 60px;
    }

    .dam-accordion-title {
        font-size: 20px;
    }

    .dam-tab-content p {
        margin: 24px 0;
        font-size: 16px;
    }

    .management {
        padding: 110px 0;
    }

    .management_container_item span {
        font-size: 22px;
    }

    .management .dam-pr-btn {
        margin-top: 60px;
    }

    .current_offer {
        padding: 100px 0px;
    }

    .dam-title_block {
        margin-bottom: 60px;
        font-size: 38px;
    }

    .current_offer_container-item-details-features-pos {
        font-size: 14px;
        padding: 18px 8px;
    }

    .current_offer .dam-pr-btn {
        margin-top: 60px;
    }

    .wecan-do {
        padding: 140px 0;
    }

    .what_we_can_title {
        font-size: 64px;
    }

    .wecan-do_container-left {
        max-width: 540px;
    }

    .wecan-do_container {
        gap: 48px 120px;
    }

    .wpcf7-form .wpcf7-form-control.wpcf7-submit {
        height: 52px;
    }


    .info-about_us {
        padding: 140px 0px;
    }

    .info-about_us-content {
        gap: 48px 120px;
    }

    .info-about_us-title {
        font-size: 52px;
    }

    .info-about_us_text p {
        margin-bottom: 32px;
    }

    .info-about_us_text {
        font-size: 20px;
    }

    .our_team {
        padding: 100px 0 120px;
    }

    .our_team-title {
        font-size: 38px;
    }

    .dam-page-hero h1 {
        font-size: 52px;
    }

    .our_team-items {
        gap: 60px;
        margin-top: 60px;
    }

    .our_team-item-content {
        left: calc((100% - 280px) / 2);
        width: 280px;
    }

    .our_team-title:before {
        margin-bottom: 26px;
    }


    .contact_page-info {
        padding: 90px 0 0;
    }

    .contact_title {
        font-size: 38px;
    }

    .contact_details_location {
        gap: 15px;
    }

    .contact_details_location_item {
        gap: 20px;
    }

    .contact_page-info-container {
        gap: 48px 72px;
    }

    .contact_details_location_item-icon svg {
        width: 28px;
        height: 28px;
    }

    .contact_details_location-title {
        font-size: 22px;
        margin-bottom: 26px;
    }

    .advantage-block-img_title span {
        font-size: 22px;
    }

    .phone-mail {
        margin-top: 40px;
        padding: 24px 0;
        gap: 8px;
    }

    .phone-mail_phone a,
    .phone-mail_mail a {
        font-size: 22px;
    }

    .dam-hero_bg {
        position: absolute;
        top: 0;
        left: 0;
        right: initial;
        bottom: initial;
        background-attachment: initial;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        display: block;
    }
}

/**** ****/


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

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .dam-hero_conent h1 {
        font-size: 42px;
        line-height: 105%;
    }

    .dam-pr-btn {
        font-size: 14px;
        line-height: 100%;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        min-width: unset;
    }

    .info-company {
        padding: 100px 0;
    }

    .info-company_container img {
        max-height: 81px;
    }

    .info-company_container {
        flex-direction: column;
    }

    .info-company_image {
        text-align: center;
    }

    .info-company_content-text {
        font-size: 18px;
        line-height: 150%;
        text-align: center;
    }

    .info-company_content-geo {
        margin-top: 35px;
        font-size: 18px;
        justify-content: center;
    }

    .info-company_content-geo-item svg {
        width: 28px;
        height: 28px;
    }

    .info-company_content-geo {
        gap: 30px
    }

    .info-company_content-geo-item {
        gap: 10px
    }

    .services {
        padding: 50px 0;
    }

    .services_container {
        flex-direction: column;
    }

    .services_container_item {
        justify-content: space-between;
        align-items: center;
        height: 160px;
        padding: 20px;
    }

    .services_container_item span {
        position: relative;
        font-size: 26px;
        max-width: 180px;
        bottom: unset !important;
        left: unset !important;
        right: unset !important;
        top: unset !important;
    }

    .services_container_item img {
        position: relative;
        width: 80px !important;
        height: 80px;
        flex-shrink: 0;
        bottom: unset !important;
        left: unset !important;
        right: unset !important;
        top: unset !important;
    }

    .title-line::before {
        margin-bottom: 21px;
        width: 50px;
    }

    .services_descript_container_item-title {
        font-size: 36px;
    }

    .services_descript_container_item-descritption {
        margin-top: 30px;
        font-size: 18px;
    }

    .services_descript_container_item,
    .services_descript_container_item:nth-child(2) {
        flex-direction: column;
    }

    .services_descript_container_item_left {
        width: 100% !important;
        padding: 80px 20px 60px;
    }

    .services_descript_container_item_right {
        width: 100% !important;
    }

    .services_descript_container_item_right {
        height: 300px;
    }

    .services_descript_container_item_right-img {
        height: 300px;
    }

    .services_descript_container_item_left_content,
    .services_descript_container_item:nth-child(2) .services_descript_container_item_left_content {
        margin-right: auto;
        margin-left: auto;
        max-width: unset;
    }

    .our_story {
        padding: 100px 0;
    }

    .our_story_container {
        flex-direction: column-reverse;
    }

    .our_story_container .our_story_container-left {
        width: 100%;
    }

    .our_story_container .our_story_container-right {
        width: 100%;
    }

    .our_story_title {
        font-size: 36px;
        line-height: 110%;
    }

    .dam-accordion {
        margin-top: 60px;
    }

    .dam-accordion-title {
        font-size: 20px;
    }

    .management {
        padding: 100px 0;
    }

    .management_container {
        flex-direction: column;
    }

    .management_container_item {
        gap: 20px;
    }

    .our_story_container-left a {
        font-size: 18px;
        margin-top: 20px;
        width: auto;
        text-align: center;
    }

    .management .dam-pr-btn {
        width: auto;
        max-width: max-content;
    }

    .current_offer {
        padding: 100px 0;
    }

    .dam-title_block {
        margin-bottom: 60px;
        font-size: 36px;
    }

    .current_offer_container {
        gap: 0;
    }

    .current_offer_container-item {}

    .current_offer_container-item-title {}

    .current_offer_container-item-details-features-pos {
        font-size: 14px;
    }

    .current_offer .dam-pr-btn {
        margin-top: 60px;
    }

    .wecan-do {
        padding: 100px 0;
    }

    .what_we_can_title {
        font-size: 42px;
    }

    .wecan-do_container {
        flex-direction: column;
        gap: 50px;
    }

    .what_we_can_whatsapp {
        flex-direction: column;
        gap: 15px;
    }

    .what_we_can_form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }

    .dam-footer-top-container {
        flex-wrap: wrap;
        gap: 60px 0;
    }

    .dam-footer-col1 {
        width: 100%;
        text-align: center;
    }

    .dam-footer-col1 img {
        max-height: 58px;
    }

    .dam-footer-col2,
    .dam-footer-col3 {
        width: 50%;
    }

    .dam-footer-title {
        margin-bottom: 20px;
    }

    .dam-footer-col4 {
        width: 100%;
        text-align: center;
    }

    .dam-footer-col5 {
        width: 100%;
        text-align: center;
    }

    .dam-footer-content {
        font-size: 12px;
    }

    .dam-footer-col5 img {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }

    .dam-footer-bottom-container {
        flex-direction: column;
        gap: 20px;
    }

    .dam-footer-bottom {
        padding: 30px 0;
    }

    .pxp-logo.pxp-logo-nav {
        top: 15px;
    }

    .pxp-mobile .pxp-nav>div>ul>li {
        text-align: center;
        padding-top: 20px;
        margin-bottom: 20px;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .pxp-nav {
        background: rgba(34, 34, 34, 0.8) !important;
        backdrop-filter: blur(100px);
    }

    .pxp-is-sticky .pxp-nav>div>ul>li>a,
    .pxp-is-sticky .pxp-nav>div>ul>li>a:hover,
    .pxp-is-opaque .pxp-nav>div>ul>li>a,
    .pxp-is-opaque .pxp-nav>div>ul>li>a:hover,
    .pxp-mobile .pxp-nav>div>ul>li>a,
    .pxp-mobile .pxp-nav>div>ul>li>a:hover {

        font-weight: 600;
        font-size: 24px;
        line-height: 140%;
        /* identical to box height, or 34px */
        color: #FFFFFF;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    .pxp-nav>div>ul>li.login_link>a {
        font-size: 16px;
    }

    .pxp-header.pxp-is-sticky.pxp-mobile:after {
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .pxp-header.pxp-mobile .pxp-logo>img.pxp-second-logo {
        display: none;
    }

    .pxp-header.pxp-mobile .pxp-logo>img.pxp-first-logo {
        display: block;
    }

    .pxp-is-sticky .pxp-header-nav-trigger,
    .pxp-is-opaque .pxp-header-nav-trigger,
    .pxp-mobile .pxp-header-nav-trigger {
        padding: 0;
        border: none;
        width: 40px;
        height: 40px;
    }

    .pxp-header-nav-trigger,
    .pxp-no-bg .pxp-header-nav-trigger {
        padding: 0;
        border: none;
    }

    .pxp-header-nav-trigger:hover,
    .pxp-mobile .pxp-header-nav-trigger:hover {
        background-color: transparent;
        opacity: 0.85;
    }

    .pxp-header-nav-trigger>span {
        width: 40px;
        text-align: center;
        height: 40px;
    }

    .pxp-header-nav-trigger.pxp-active>span:before {}

    .pxp-header-nav-trigger svg+svg {
        display: none;
    }

    .pxp-header-nav-trigger.pxp-active svg {
        display: none;
    }

    .pxp-header-nav-trigger.pxp-active svg+svg {
        display: block;
    }

    .pxp-is-sticky .pxp-header-nav-trigger:hover {
        background-color: transparent !important;
    }

    .pxp-header.pxp-mobile:after {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        background-color: transparent !important;
    }

    .pxp-no-bg .pxp-header-nav-trigger svg path {
        stroke: #000;
    }

    .pxp-header-nav-trigger.pxp-active svg path,
    .pxp-no-bg .pxp-header-nav-trigger.pxp-active svg path {
        stroke: #fff;
    }

    .pxp-is-sticky .pxp-header-nav-trigger svg path {
        stroke: #000;
    }

    .pxp-no-bg .pxp-header-user:hover,
    .pxp-no-bg .pxp-header-nav-trigger:hover {
        background: transparent;
    }

    .pxp-header.pxp-is-sticky.pxp-mobile svg path {
        stroke: #fff;
    }

    .pxp-mobile .menu-menu-english-container {
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .pxp-mobile .pxp-nav>div>ul {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }

    .pxp-nav>div>ul>li.login_link {
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
    }


    /* about us */

    .dam-page-hero_conent {
        gap: 20px;
        height: 220px;
    }

    .dam-page-hero_bg {
        height: 220px;
    }

    .dam-page-hero h1 {
        font-size: 50px;
    }

    .info-about_us {
        padding: 100px 0;
    }

    .info-about_us-title {
        font-size: 50px;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    .info-about_us_text {
        font-size: 16px;
    }

    .info-about_us_text p {
        margin-bottom: 30px;
    }

    .info-about_us-content {
        flex-direction: column;
    }

    .our_team {
        padding: 100px 0;
    }

    .our_team .container {
        padding-left: 0;
        padding-right: 0;
    }

    .our_team-title {
        font-size: 42px;
    }

    .our_team-title:before {
        margin-bottom: 20px;
    }

    .our_team-items {
        flex-direction: column;
        gap: 0;
        margin-top: 60px;
    }

    .contact_page-info {
        padding-top: 100px;
    }

    .contact_page-info-container {
        flex-direction: column;
        gap: 100px;
    }

    .contact_title {
        font-size: 42px;
    }

    .contact_title:before {
        margin-bottom: 20px;
    }

    .contact_page-info-right,
    .contact_page-info-lef {
        width: 100%;
    }

    .contact_page-info-right {
        order: 1;
    }

    .contact_page-info-lef {
        order: 2;
    }

    .contact_details_location {
        flex-direction: column;
    }

    .contact_details_location_item {
        width: 100%;
        gap: 20px;
    }

    .contact_details_location-title {
        margin-bottom: 20px;
    }

    .advantage-block {
        padding: 80px 20px 40px;
        background-position: top left;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        max-width: unset;
    }

    .advantage-block-img_title {
        font-size: 20px;
    }

    .pxp-mobile.pxp-header.fixed-top.pxp-no-bg .pxp-nav>div>ul>li.login_link>a {
        color: #fff;
    }

    .pxp-mobile .menu-2dam-menu-container {
        height: 100%;
    }

    .dam-hero_bg {
        position: absolute;
        top: 0;
        left: 0;
        right: initial;
        bottom: initial;
        background-attachment: initial;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .pxp-logo.pxp-logo-nav {
        top: 15px !important;
    }

    .pxp-header-nav-trigger.pxp-active {
        top: 18px !important;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #777;
}

.pxp-results-card-1.pxp-is-featured {
    border: initial;
}

.pxp-results-card-1-featured-label {
    background: #2C241E;
}

.pxp-save-search-btn {
    background: #2C241E;
    border-color: #2C241E;
}

.pxp-results-card-1-featured-label+.pxp-results-card-1-featured-label {
    top: 50px;
}


/*  Point count rental property  */

.counting-rental .pxp-animate-in {
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.counting-rental .pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}

.counting-rental .pxp-animate-in.right {
    transform: translateX(100%);
}

.counting-rental .pxp-animate-in.right.pxp-in {
    transform: translateX(0);
}

.counting-rental-hero {
    background: #222222;
    color: #fff;
    padding-top: 87px;
    position: relative;
}

.counting-rental-hero-white {
    background: #fff;
    color: #555;
}

.counting-rental h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.06em;
    margin-bottom: 32px;
}

.counting-rental-hero-white .counting-rental h1 {
    color: #222;
}

.rental-hero_container_descritption {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #B4B4B4;
}

.rental-hero_container_items {
    display: flex;
    gap: 16px;
    flex-direction: column;
    margin-top: 56px;
    margin-bottom: 56px;
}

.rental-hero_container_item {
    display: flex;
    gap: 16px;
}

.rental-hero_container_item span {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
}

.rental-hero_container_item svg {}

.dam-pr-btn-width {
    min-width: initial;
}

.counting-rental-hero_container_item {
    display: flex;
    gap: 70px;
    padding-top: 140px;
    padding-bottom: 160px;
}

.counting-rental-hero_container_item_left {
    width: 595px;
}

.counting-rental-hero_container_item_right {
    width: calc(100% - 595px - 70px);
    position: relative;
    z-index: 1;
}

.counting-rental-hero_container_item_right img {
    position: relative;
    z-index: 1;
    box-shadow: 60px -60px 0px #9C9284;
    margin-top: 60px;
}

.counting-rental-hero_container_item_right-img {
    height: calc(100% - 87px);
    position: absolute;
    top: 0;
    right: 0;
    width: 660px;
    opacity: 0.5;
    margin-top: 87px;
    background-size: cover;
}

.information {
    background: #2C241E;
    padding-top: 120px;
    padding-bottom: 120px;
}

.information_container {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.information_title {
    font-weight: 600;
    font-size: 38px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.06em;
    color: #FFFFFF;
}

.information_descritption {
    margin-top: 44px;
    margin-bottom: 44px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
}

.information_subdescritption {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #C78960;
    text-align: center;
}

.title-line-center::before {
    margin-left: auto;
    margin-right: auto;
}

.proceed {
    padding: 180px 0px;
    background: #FAF6F3;
}

.proceed_container {
    display: flex;
    gap: 80px;
}

.proceed_container-left {
    width: 445px;
}

.proceed_container-right {
    width: calc(100% - 445px - 80px);
}

.proceed_title {
    text-align: left;
}

.proceed-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #222222;
}

.proceed-item-title span {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #C78960;
}

.proceed-item-descript p {
    margin-bottom: 0;
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #555555;
}

.proceed-item:not(:last-child) {
    border-bottom: 1px solid rgba(180, 180, 180, 0.2);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.report {
    padding: 180px 0px;
    background: #2C241E;
}

.report_container {
    display: flex;
    gap: 56px;
}

.report-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 80px 56px;
    gap: 68px;
    background: #FFFFFF;
}

.report_container-left {
    width: calc(50% - 28px);
}

.report_container-right {
    width: calc(50% - 28px);
}

.report-block-title {
    font-weight: 600;
    font-size: 38px;
    line-height: 110%;
    letter-spacing: -0.06em;
    color: #222222;
}

.report-block-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.report-block-item {
    display: flex;
    gap: 16px;
    align-items: center;
}

.report-block-item .report-block-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #222222;
}

.report-block-item-not_included {
    opacity: 0.4;
}

.counting-rental svg {
    flex-shrink: 0;
}

.report-block-price {
    font-weight: 600;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.06em;
    color: #222222;
    display: flex;
    align-items: center;
}

.text_before_price {
    font-weight: 600;
    font-size: 38px;
    line-height: 110%;
    letter-spacing: -0.06em;
    color: #2C241E;
    opacity: 0.5;
    margin-right: 20px;
}

.report_container-right .report-block {
    background: #C78960;
}

.report_container-right .report-block svg path {
    fill: #C78960;
}

.report_container-right .dam-pr-btn {
    background: #2C241E;
}

.report_container-right .dam-pr-btn:hover {
    background: #fff;
}

.counting-rental .our_story {
    background: #FAF6F3;
}

.counting-rental .our_story_title {
    color: #222222;
}

.counting-rental .dam-accordion-title {
    color: #222222;
}

.counting-rental .dam-tab-content p,
.counting-rental .dam-tab-content li {
    color: #555555;
}

.point_counts {
    padding-top: 140px;
    padding-bottom: 140px;
}

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

.point_counts_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 30px;
    background: #FAF6F3;
    width: calc(33.33% - 21px);
}

.point_counts_item_title {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    color: #C78960;
    letter-spacing: -0.06em;
    text-transform: capitalize;
}

.point_counts_item_descritption {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #555555;
}

.section_title {
    font-weight: 600;
    font-size: 38px;
    line-height: 110%;
    letter-spacing: -0.06em;
    margin-bottom: 44px;
}

.section_title-darck {
    color: #222222;
}

.point_counts .section_title {
    text-align: center;
}

.counting-rental+.dam-footer.mt-100 {
    margin-top: 0;
}

.report_container-left .report-block svg circle {
    fill: #C78960;

}

.row-form {
    display: flex;
    gap: 20px
}

.row-form-col {
    width: calc(50% - 10px);
}

.start-application-form_title {
    font-size: 24px;
    font-weight: 700;
}

.start-application-form_subtitle {
    font-weight: 700;
}

.start-application-form_title_two {
    font-weight: 700;
}

.start-application-form label {
    font-size: 14px;
}

.start-application-form_title_two p {
    margin-bottom: 0;
}

.start-application-form_title_two {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.start-application-form label .wpcf7-form-control-wrap {
    margin-top: 8px;
    display: block;
}

.start-application-form .wpcf7-radio .wpcf7-list-item-label {
    font-weight: 500;
    margin-left: 4px;
    font-size: 18px;
}

.start-application-form .wpcf7-form-control.wpcf7-acceptance {
    margin-bottom: 0;
}

.start-application-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-weight: 500;
}


.pxp-nav>div>ul>li>ul.sub-menu {
    border-radius: 0;
}

.pxp-nav>div>ul>li>ul.sub-menu a {
    padding-left: 12px;
    padding-right: 12px;
}

.pxp-nav>div>ul>li.pll-parent-menu-item ul {
    min-width: unset;
    margin-left: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.pxp-blog-post-hero-fig.pxp-cover {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .counting-rental h1 {
        font-size: 42px;
        line-height: 105%;
    }

    .counting-rental-hero_container_item {
        padding-top: 100px;
        padding-bottom: 0px;
        flex-direction: column;
    }

    .counting-rental-hero_container_item_left {
        width: 100%;
    }

    .rental-hero_container_items {
        margin-top: 40px;
    }

    .rental-hero_container_item span {
        font-size: 16px;
    }

    .rental-hero_container_item svg {
        width: 18px;
        height: 18px;
    }

    .rental-hero_container_item {
        gap: 12px;
    }

    .counting-rental-hero_container_item {
        gap: 56px;
    }

    .counting-rental-hero_container_item_right {
        width: 100%;
    }

    .counting-rental-hero_container_item_right-img {
        display: none;
    }

    .counting-rental-hero_container_item_right img {
        margin-top: 0;
        box-shadow: initial;
    }

    .information {}

    .information_title {
        font-size: 36px;
        text-align: left;
    }

    .information_descritption {
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: left;
    }

    .information_subdescritption {
        text-align: left;
    }

    .information_title.title-line.title-line-center::before {
        margin-left: 0;
    }

    .proceed {
        padding: 100px 0px;
    }

    .proceed_container {
        gap: 60px;
        flex-direction: column-reverse;
    }

    .proceed_container-left {
        width: 100%;
    }

    .proceed_container-right {
        width: 100%;
    }

    .proceed-item-title,
    .proceed-item-title span {
        font-size: 20px;
    }

    .proceed-item:not(:last-child) {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .report_container-left {
        width: 100%;
    }

    .report_container-right {
        width: 100%;
    }

    .point_counts {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .point_counts_items {
        flex-direction: row;
    }

    .section_title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .point_counts_item {
        width: 100%;
    }

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

    .point_counts .section_title {
        text-align: left;
    }

    .point_counts_title.title-line-center::before {
        margin-left: 0;
    }

    .point_counts_item_title {
        font-size: 26px;
    }

    .point_counts_item {
        gap: 20px;
        padding: 30px;
    }

    .report {
        padding: 100px 0;
    }

    .report_container {
        flex-direction: column;
        gap: 30px;
    }

    .report-block {
        padding: 30px;
        gap: 40px;
    }

    .report-block-title {
        font-size: 32px;
    }

    .report-block-item .report-block-item-title {
        font-size: 16px;
    }

    .report-block svg {
        width: 18px;
        height: 18px;
    }

    .report-block-price {
        font-size: 60px;
    }

    .text_before_price {
        font-size: 30px;
    }

    .pxp-no-bg .pxp-nav>div>ul>li>ul.sub-menu {
        background-color: transparent;
    }

    .pxp-nav>div>ul>li>ul.sub-menu a {
        font-weight: 600;
        font-size: 24px;
        line-height: 140%;
        color: #FFFFFF;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    .pxp-nav>div>ul>li.pll-parent-menu-item ul {
        margin-left: 0;
    }
}

.block-schedule-viewing {
    text-align: right;
}