/*
	Theme Name: Moldo Personal
	Theme URI: https://newlightdigital.com/
	Author: Taranov Denys
	Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@font-face {
    font-family: 'moldopersonal';
    src: url('font/moldopersonal.eot?50397975');
    src:
        url('font/moldopersonal.eot?50397975#iefix') format('embedded-opentype'),
        url('font/moldopersonal.woff2?50397975') format('woff2'),
        url('font/moldopersonal.woff?50397975') format('woff'),
        url('font/moldopersonal.ttf?50397975') format('truetype'),
        url('font/moldopersonal.svg?50397975#moldopersonal') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 14px;
    line-height: 1.1;
    font-family: 'Manrope', sans-serif;
    color: #1c1c1c;
    background: #f8f4ee;
}
/* header */
.header {
    background: rgba(255, 255, 255, 0.12);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    padding: 12px 0;
    transition: 0.5s;
}
.header.header-expanded {
    background: #1f1f1f;
}
.customize-support .header {
    top: 46px;
}
.header.is-scrolled:not(.header-expanded) {
    background: #fff;
}
.header .columns-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .columns-wrapper .right-column {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header .menu {
    display: none;
}
.custom-logo-link {
    display: block;
    width: 100px;
    position: relative;
    transition: 0.5s;
}
.custom-logo-link:focus {
    outline: none;
}
.custom-logo-link img {
    width: 100%;
    height: auto;
}
.custom-logo-link .custom-logo {
    opacity: 1;
    transition: 0.5s;
}
.custom-logo-link .custom-logo-colored {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
}
.header.is-scrolled:not(.header-expanded) .custom-logo-link .custom-logo {
    opacity: 0;
}
.header.is-scrolled:not(.header-expanded)
    .custom-logo-link
    .custom-logo-colored {
    opacity: 1;
}
.header .right-column .btn {
    display: none;
}
.menu-toggler {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    gap: 4px;
    margin-left: 16px;
}
.menu-toggler > span {
    display: block;
    height: 1.5px;
    background: #fff;
    width: 24px;
    transition: 0.5s;
}
.is-scrolled:not(.header-expanded) .menu-toggler > span {
    background: #000;
}
.header-expanded .menu-toggler span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}
.header-expanded .menu-toggler span:nth-child(2) {
    opacity: 0;
}
.header-expanded .menu-toggler span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
.langs-switcher {
    margin-left: 10px;
    display: none;
}
.langs-switcher a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}
.lang-selector .wpml-ls-legacy-list-horizontal,
.lang-selector .wpml-ls-legacy-list-horizontal a {
    padding: 0;
}
/* header responsive */
@media (min-width: 375px) {
    .header .right-column .btn {
        display: inline-flex;
    }
}
@media (min-width: 768px) {
    .custom-logo-link {
        width: 160px;
    }
    .header.is-scrolled:not(.header-expanded) .custom-logo-link {
        width: 124px;
    }
    .menu-toggler {
        margin-left: 32px;
    }
}
@media (min-width: 783px) {
    .customize-support .header {
        top: 32px;
    }
}
@media (min-width: 1280px) {
    .header .menu {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: center;
    }
    .header .menu li {
        font-weight: 600;
        letter-spacing: 0.15px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .header .menu li a {
        color: #fff;
        text-decoration: none;
        display: block;
        transition: 0.5s;
        padding: 8px 0;
    }
    .header.is-scrolled:not(.header-expanded) .menu li a,
    .header.is-scrolled:not(.header-expanded) .langs-switcher a {
        color: #1c1c1c;
    }
    .header .menu li a:hover {
        color: #b39262;
    }
    .header .menu li.current-menu-item {
        margin-left: 0;
        margin-right: 0;
    }
    .header .menu li.current-menu-item a,
    .header.is-scrolled:not(.header-expanded) li.current-menu-item a {
        color: #b39262;
        border-radius: 24px;
        padding: 8px 10px;
        background: #fff;
    }
    .menu-toggler {
        display: none !important;
    }
    .header .btn {
        margin-left: 16px;
    }
    .menu-item-962 {
        display: none !important;
    }
    .langs-switcher {
        display: block;
    }
}
/* mobile menu */
#mobile-menu-layout {
    display: none;
    background: #000;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
}
.header-expanded + #mobile-menu-layout {
    display: block;
}
#mobile-menu-layout .layout-wrapper {
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 96px 0 32px;
    position: relative;
    z-index: 10;
}
.customize-support #mobile-menu-layout {
    top: 46px;
}
#mobile-menu-layout .menu {
    margin: 0 0 32px 0;
    padding: 0;
    list-style: none;
    font-size: 25px;
    font-weight: 500;
    line-height: 106%;
    letter-spacing: -0.5px;
}
#mobile-menu-layout .menu li {
    margin-bottom: 24px;
}
#mobile-menu-layout .menu li a {
    color: #fff;
    text-decoration: none;
}
#mobile-menu-layout .menu li.current_page_item a {
    color: #b39262;
}
#mobile-menu-layout .flex-wrapper {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
}
#mobile-menu-layout .flex-wrapper .btn {
    margin-bottom: 24px;
}
#mobile-menu-layout .lang-selector {
    margin-bottom: 24px;
}
#mobile-menu-layout .lang-selector ul {
    padding: 0;
}
#mobile-menu-layout .lang-selector ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.14px;
    margin-left: 20px;
}
#mobile-menu-layout .lang-selector ul li:first-of-type {
    margin-left: 0;
}
#mobile-menu-layout .lang-selector ul li a {
    text-decoration: none;
    color: #838588;
}
#mobile-menu-layout .lang-selector ul li.wpml-ls-current-language a {
    color: #fff;
}
#mobile-menu-layout .pattern {
    position: absolute;
    width: 400px;
    right: -200px;
    bottom: -200px;
}
/* mobile menu responsive */
@media (min-width: 768px) {
    #mobile-menu-layout .layout-wrapper {
        padding-top: 120px;
    }
    #mobile-menu-layout .menu {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.04;
        letter-spacing: -0.64px;
    }
    #mobile-menu-layout .columns-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 32px;
    }
    #mobile-menu-layout .columns-wrapper .right-column {
        text-align: right;
        max-width: 210px;
        margin-right: 60px;
    }
    #mobile-menu-layout .address-block {
        margin-bottom: 32px;
    }
    #mobile-menu-layout .pattern {
        width: 500px;
        right: -230px;
        bottom: -240px;
    }
    #mobile-menu-layout .socials-buttons br {
        display: none;
    }
    #mobile-menu-layout .flex-wrapper {
        display: block;
    }
}
@media (min-width: 783px) {
    .customize-support #mobile-menu-layout {
        top: 32px;
    }
}
@media (min-width: 1280px) {
    #mobile-menu-layout {
        display: none !important;
    }
}
/* hero */
.hero {
    min-height: 404px;
    color: #fff;
    position: relative;
}
.hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.hero.homepage:before {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.42) 7.66%,
        rgba(0, 0, 0, 0.08) 100%
    );
}
.hero.default-page {
    min-height: 300px;
}
.hero.no-thumbnail {
    position: relative;
    background: #b39262;
    overflow: hidden;
}
.hero.no-thumbnail:before {
    display: none;
}
.hero.no-thumbnail .pattern {
    position: absolute;
    bottom: -235px;
    left: 50%;
    margin-left: -225px;
    width: 450px;
}
.hero {
    padding-top: 88px;
    padding-bottom: 32px;
}
.hero-text-layer {
    position: relative;
    z-index: 1;
}
.hero .hero-titles-column {
    max-width: 930px;
}
.hero .hero-titles-column h1 {
    margin-bottom: 16px;
}
.hero .hero-titles-column h3 {
    margin-bottom: 43px;
}
.hero.homepage h1 {
    max-width: 622px;
}
.hero.homepage .rows-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 550px;
}
.avantages-list {
    list-style: none;
    font-weight: 400;
    padding: 0;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
    margin: 0;
}
.avantages-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 23px;
}
.avantages-list li:before {
    content: '\e805';
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 8px;
    background: #b39262;
    border-radius: 50%;
}
.calculate-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px 6px 16px;
    gap: 8px;
    border-radius: 40px;
    background: #fff;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.15px;
    text-decoration: none;
    color: #1c1c1c;
    transition: 0.5s;
    text-align: left;
}
.calculate-btn:hover {
    background: #f8f4ee;
    color: #1c1c1c;
}
.calculate-btn:after {
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: url(images/calculator-icon.svg) center #000 no-repeat;
    background-size: 18px;
    border-radius: 50%;
}
.hero .columns-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 276px;
}
.hero.hero-post {
    height: 390px;
}
.hero.hero-jobs .columns-wrapper {
    min-height: 130px;
}
/* hero responsive */
@media (width < 850px) {
    .hero.homepage {
        background-position: left center !important;
    }
}
@media (width < 600px) {
    .hero.homepage {
        background-position: -100px center !important;
    }
}
@media (width < 500px) {
    .hero.homepage {
        background-position: -130px center !important;
    }
}
@media (width < 470px) {
    .hero.homepage {
        background-position: -145px center !important;
    }
}

@media (width < 440px) {
    .hero.homepage {
        background-position: -160px center !important;
    }
}
@media (width < 420px) {
    .hero.homepage {
        background-position: -170px center !important;
    }
}
@media (width < 400px) {
    .hero.homepage {
        background-position: -180px center !important;
    }
}
@media (min-width: 768px) {
    .hero.homepage .rows-wrapper .bottom-side {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        align-items: flex-end;
    }
    .calculate-btn-wrapper {
        order: 1;
        width: 100%;
        text-align: right;
    }
    .avantages-list {
        display: flex;
        gap: 32px;
        order: 2;
        font-size: 17px;
        line-height: 1.1;
        letter-spacing: -0.17px;
    }
    .avantages-list li {
        margin-bottom: 0;
    }
    .hero .hero-titles-column h1 {
        margin-bottom: 32px;
    }
    .hero .columns-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-end;
    }
    .calculate-btn {
        margin-bottom: 32px;
    }
    .hero-text-layer .columns-wrapper .calculate-btn-wrapper {
        order: 1;
    }
    .hero-text-layer .columns-wrapper .hero-titles-column {
        order: 2;
    }
    .hero .hero-titles-column h3 {
        margin-bottom: 0;
    }
    .hero.hero-post {
        height: 500px;
    }
    .hero.no-thumbnail .pattern {
        bottom: -260px;
        left: -7%;
        margin-left: 0;
        width: 500px;
    }
}
@media (min-width: 1280px) {
    .hero.homepage .rows-wrapper .bottom-side .avantages-list {
        order: 1;
    }
    .hero.homepage .rows-wrapper .bottom-side .calculate-btn-wrapper {
        order: 2;
    }
    .hero.homepage {
        padding-top: 137px;
    }
    .calculate-btn-wrapper {
        width: auto;
    }
    .hero.homepage .rows-wrapper .bottom-side {
        justify-content: space-between;
    }
    .avantages-list {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
    .hero.homepage .calculate-btn {
        margin-bottom: 30px;
    }
    .hero.homepage .rows-wrapper {
        min-height: 630px;
    }
    .calculate-btn {
        padding: 11px 8px 11px 16px;
        margin-bottom: 0;
    }
    .avantages-list {
        margin: 35px 0 33px;
    }
    .hero-text-layer .columns-wrapper .calculate-btn-wrapper {
        order: 2;
    }
    .hero-text-layer .columns-wrapper .hero-titles-column {
        order: 1;
    }
    .hero.hero-post {
        height: 562px;
    }
    .hero.no-thumbnail .pattern {
        left: 0;
    }
}
@media (min-width: 1600px) {
    .hero.no-thumbnail .pattern {
        left: 10%;
    }
}
@media (min-width: 1920px) {
    .hero.no-thumbnail .pattern {
        left: 15%;
    }
}
/* solve section */
.solve-section {
    padding: 32px 0;
    background: #f8f4ee;
}
.solve-section h2 {
    max-width: 856px;
    margin-bottom: 16px;
}
.problems-list {
    margin: 0;
    padding: 0 16px;
    list-style: none;
    overflow: hidden;
    max-width: 320px;
}
.problems-list li {
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
    display: inline-flex;
    padding: 4px 16px 4px 4px;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #fff;
    white-space: nowrap;
    margin-right: 10%;
    margin-bottom: 8px;
}
.problems-list li:before {
    content: '\e806';
    font-size: 8px;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #b39262;
    color: #fff;
    border-radius: 50%;
}
/* solve-section */
@media (min-width: 768px) {
    .solve-section {
        padding: 56px 0;
    }
    .solve-section h2 {
        margin-bottom: 32px;
    }
    .problems-list {
        display: flex;
        gap: 16px;
        justify-content: center;
        max-width: none;
        padding: 0;
        flex-wrap: wrap;
    }
    .problems-list li {
        margin-right: 0;
        margin-bottom: 0;
        font-size: 17px;
        line-height: 1.1;
        letter-spacing: -0.17px;
    }
    .problems-list li:before {
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 1280px) {
    .solve-section {
        padding: 64px 0;
    }
    .solve-section h2 {
        margin-bottom: 64px;
    }
    .problems-list li {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
        gap: 13px;
        padding: 8px 24px 8px 8px;
    }
    .problems-list li:before {
        width: 45px;
        height: 45px;
    }
}
/* offer section */
.offer-section {
    padding: 32px 0;
    background: #000;
    color: #f0f2f4;
    overflow: hidden;
}
.offer-section .container {
    position: relative;
}
.offer-section .column-wrapper .pattern-column {
    position: relative;
    margin-bottom: 32px;
}
.offer-section .pattern {
    position: absolute;
    width: 400px;
    top: -300px;
    right: -160px;
}
.offers-list {
    margin-bottom: 31px;
}
.offers-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.offers-list-item-title {
    flex: 1 0;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
}
.offers-list-item-title h2 {
    margin-bottom: 0;
}
.offers-list-item-description {
    color: #fff;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
}
/* offer section responsive */
@media (max-width: 767px) {
    .offers-list-item-title {
        margin-bottom: 18px;
    }
    .offers-list-item-title h2 {
        font-size: 19px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: -0.19px;
    }
}
@media (min-width: 768px) {
    .offer-section {
        padding: 56px 0;
    }
    .offer-section .column-wrapper .pattern-column {
        margin-bottom: 96px;
    }
    .offer-section .pattern {
        width: 500px;
        top: -360px;
        right: -60px;
    }
    .offers-list-item {
        display: flex;
        align-items: center;
        gap: 23px;
    }
    .offers-list-item-description {
        width: 270px;
        font-size: 17px;
        letter-spacing: -0.17px;
    }
}
@media (min-width: 1280px) {
    .offer-section {
        padding: 64px 0;
    }
    .offer-section .column-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .offer-section .column-wrapper .pattern-column {
        width: 25%;
        margin-bottom: 0;
    }
    .offer-section .column-wrapper .content-column {
        width: 73.5%;
    }
    .offer-section .pattern {
        right: auto;
        top: -40px;
        left: -402px;
        width: 668px;
    }
    .offers-list {
        margin-bottom: 49px;
    }
    .offers-list-item {
        gap: 54px;
    }
    .offers-list-item-description {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
}
/* video reviews section */
.video-reviews-section {
    padding: 32px 0;
    background: #f0f2f4;
}
.video-reviews-section h2 {
    margin: 0 auto 16px;
    text-align: center;
}
.video-reviews-section .section-subtitle {
    margin: 0 auto 16px;
    max-width: 512px;
    text-align: center;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
}
.video-reviews-section .section-subtitle span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 19px;
}
.videos-list {
    margin-bottom: 16px;
}
.videos-list .video-item-wrapper {
    margin-bottom: 16px;
}
.videos-list .video-item-wrapper .video-preview-thumbnail {
    width: 100%;
    object-fit: cover;
    height: 344px;
}
.videos-list .video-preview {
    position: relative;
}
.videos-list .video-preview:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.videos-list .video-preview .video-controls {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.videos-list .video-preview .video-controls h3 {
    margin: 0;
    max-width: 194px;
    font-size: 18px;
}
.play-btn {
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    flex: 0 0 auto;
}
.play-btn:before {
    content: '\e80f';
    font-size: 30px;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: block;
    color: #000;
    transition: 0.5s;
}
.play-btn:hover {
    background: #b39262;
}
.play-btn:hover:before {
    color: #fff;
}
.video-reviews-section .button-wrapper {
    text-align: center;
    margin-bottom: 16px;
}
.big-video {
    max-width: 824px;
    margin: 0 auto;
    position: relative;
}
.big-video .video-preview-thumbnail {
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.big-video .video-preview:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.big-video .video-preview .video-controls {
    color: #fff;
    position: absolute;
    top: 38%;
    left: 16px;
    right: 16px;
    text-align: center;
}
.big-video .video-preview .video-controls h3 {
    margin-bottom: 24px;
}
/* video reviews section responsive */
@media (min-width: 768px) {
    .video-reviews-section {
        padding: 48px 0;
    }
    .video-reviews-section .section-subtitle {
        margin: 0 auto 32px;
        font-size: 17px;
        letter-spacing: -0.17px;
    }
    .videos-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 32px;
        justify-content: space-between;
    }
    .videos-list .video-item-wrapper {
        box-sizing: border-box;
        width: 32.5%;
        margin-bottom: 0;
    }
    .videos-list .video-item-wrapper .video-preview-thumbnail {
        height: 400px;
    }
    .video-reviews-section .button-wrapper {
        margin-bottom: 32px;
    }
    .big-video .video-preview-thumbnail {
        height: 400px;
    }
    .big-video .video-preview .video-controls {
        max-width: 396px;
        top: 42%;
        left: 50%;
        margin-left: -198px;
        right: auto;
    }
}
@media (min-width: 1280px) {
    .video-reviews-section h2 {
        max-width: 512px;
    }
    .video-reviews-section .section-subtitle {
        margin: 0 auto 48px;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
    .videos-list {
        margin: 0 -5px 48px;
    }
    .videos-list .video-item-wrapper .video-preview-thumbnail {
        height: 488px;
    }
    .videos-list .video-preview .video-controls {
        bottom: 26px;
        left: 32px;
        right: 32px;
    }
    .play-btn {
        width: 48px;
        height: 48px;
    }
    .videos-list .video-preview .video-controls h3 {
        font-size: 24px;
    }
    .video-reviews-section .button-wrapper {
        margin-bottom: 48px;
    }
    .big-video .video-preview-thumbnail {
        height: 500px;
    }
}
/* process section */
.process-section {
    padding: 32px 0;
    background: #b39262;
    color: #fff;
}
.process-section .btn {
    white-space: nowrap;
}
.process-section .column-wrapper {
    margin-bottom: 16px;
}
.process-section .column-wrapper h2 {
    max-width: 483px;
    margin-bottom: 16px;
}
.steps-block {
    margin-bottom: 16px;
}
.steps-block .step-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.steps-block .step-item .step-thumbnail {
    width: 100%;
    height: 332px;
    object-fit: cover;
}
.steps-block .step-item .step-caption {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    color: #1c1c1c;
    border-radius: 16px 8px 0 16px;
    background: #f3c686;
    padding: 4px 16px;
    position: absolute;
    top: 0;
    right: 0;
}
.step-text {
    background: #000;
    color: #fff;
    padding: 16px;
}
.step-text .step-text-column {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}
.step-text-title {
    color: #f3c686;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
}
.step-text-timing {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    padding-left: 14px;
    white-space: nowrap;
}
.step-text-timing:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(images/clock-icon.svg);
    position: absolute;
    left: 0;
    top: 3px;
}
.step-description {
    font-size: 14px;
    line-height: 1.2;
}
.steps-block.owl-carousel .owl-nav button.owl-prev,
.steps-block.owl-carousel .owl-nav button.owl-next {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
}
.steps-block.owl-carousel .owl-nav button.owl-prev.disabled,
.steps-block.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.5;
}
.steps-block.owl-carousel .owl-nav button.owl-prev span,
.steps-block.owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.steps-block.owl-carousel .owl-nav button.owl-prev:before,
.steps-block.owl-carousel .owl-nav button.owl-next:before {
    font-size: 12px;
    line-height: 1;
    color: #b39262;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    transition: 0.5s;
}
.steps-block.owl-carousel .owl-nav button.owl-prev:hover:before,
.steps-block.owl-carousel .owl-nav button.owl-next:hover:before {
    color: #1c1c1c;
}
.steps-block.owl-carousel .owl-nav button.owl-prev:before {
    content: '\e801';
}
.steps-block.owl-carousel .owl-nav button.owl-next:before {
    content: '\e812';
}
.steps-block.owl-carousel .owl-nav button.owl-prev.disabled:before,
.steps-block.owl-carousel .owl-nav button.owl-next.disabled:before {
    color: #b39262;
}
.call-block {
    text-align: center;
}
.call-block .call-block-text {
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.1;
    font-size: 15px;
    letter-spacing: -0.15px;
}
.call-field {
    width: 248px;
    position: relative;
}
.process-section .call-field {
    margin: 0 auto;
}
.call-field .wpcf7-form-control.wpcf7-tel {
    padding-right: 48px;
    padding-left: 64px;
}
.call-field:before {
    content: '+373';
    color: #1c1c1c;
    display: inline-block;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.15px;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 16px;
    z-index: 1;
}
.call-field button {
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: 7px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.call-field button:after {
    content: '\e803';
    font-size: 10px;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    color: #fff;
    transition: 0.5s;
}
.call-field .sent button {
    background: #b39262;
}
.call-field .sent button:after {
    content: '\e805';
}
/* process section responsive */
@media (max-width: 767.98px) {
    .steps-block .owl-nav {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 8px;
    }
}
@media (min-width: 768px) {
    .process-section {
        padding: 56px 0;
    }
    .process-section .column-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 32px;
        align-items: start;
    }
    .process-section .column-wrapper h2 {
        margin-bottom: 0;
    }
    .steps-block {
        padding: 0 48px;
        margin-bottom: 32px;
    }
    .step-text-title {
        font-size: 17px;
        letter-spacing: -0.17px;
    }
    .steps-block .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 43%;
    }
    .steps-block.owl-carousel .owl-nav button.owl-prev,
    .steps-block.owl-carousel .owl-nav button.owl-next {
        position: absolute;
    }
    .steps-block.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .steps-block.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .call-block .call-block-text {
        font-size: 17px;
        letter-spacing: -0.17px;
        max-width: 540px;
        margin: 0 auto 16px;
    }
}
@media (min-width: 1280px) {
    .process-section {
        padding: 64px 0;
    }
    .process-section .column-wrapper {
        margin-bottom: 48px;
    }
    .steps-block {
        padding: 0 80px;
        margin-bottom: 28px;
    }
    .step-text-title {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
    .step-text .step-text-column {
        gap: 16px;
    }
    .call-block .call-block-text {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
    .call-field:before {
        font-size: 15px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .call-field button {
        right: 8px;
        top: 8px;
    }
}
/* speakers section */
.speakers-section .left-column {
    height: 375px;
    position: relative;
}
.map-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.map-bg-tablet,
.map-bg-desktop {
    display: none;
}
.speakers-section .right-column {
    background: #000;
    color: #fff;
    padding: 32px 16px;
    position: relative;
}
.speakers-section .right-column .pattern {
    display: none;
}
.speakers-section h3 {
    padding-left: 40px;
    position: relative;
    margin-bottom: 32px;
}
.speakers-section h3:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/globe-icon.svg);
}
.speakers-section .text-block {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 16px;
}
.speakers-list {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}
.speakers-list li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.speakers-list li h2 {
    margin-bottom: 8px;
    white-space: nowrap;
}
.speakers-list li .see-on-map-link {
    color: #b39262;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}
.speakers-list li a:hover {
    text-decoration: underline;
}
.speakers-tooltip {
    background: #fff;
    box-shadow:
        0 4px 16px rgba(20, 0, 66, 0.06),
        0 12px 32px rgba(20, 0, 66, 0.08),
        0 32px 64px rgba(20, 0, 66, 0.1),
        0 64px 128px rgba(20, 0, 66, 0.12);
    width: 200px;
    border-radius: 10px;
    position: absolute;
    padding: 12px;
    display: none;
}
.speakers-tooltip.india-mumbai {
    top: 84px;
    left: 21%;
}
.speakers-tooltip.uzbekistan-tashkent {
    top: 20px;
    left: 17%;
}
.speakers-tooltip::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 40%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #fff;
}
.speakers-tooltip-title {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    color: #b39262;
    margin-bottom: 4px;
}
.speakers-tooltip-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.18px;
    padding-left: 22px;
    position: relative;
}
.speakers-tooltip-content .flag-icon {
    width: 16px;
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    top: 4px;
}
.india-mumbai .speakers-tooltip-content .flag-in {
    display: inline-block;
}
.uzbekistan-tashkent .speakers-tooltip-content .flag-uz {
    display: inline-block;
}
/* speakers section responsive */
@media (min-width: 360px) {
    .speakers-tooltip.india-mumbai {
        left: 24%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        left: 21%;
    }
}
@media (min-width: 375px) {
    .speakers-list li {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px;
    }
    .speakers-list li h2 {
        margin-bottom: 0;
    }
    .speakers-tooltip.india-mumbai {
        left: 25%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        left: 22%;
    }
}
@media (min-width: 390px) {
    .speakers-tooltip.india-mumbai {
        left: 26%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: 16px;
        left: 22.8%;
    }
}
@media (min-width: 412px) {
    .speakers-tooltip.india-mumbai {
        left: 27%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: 12px;
        left: 24%;
    }
}
@media (min-width: 428px) {
    .speakers-tooltip.uzbekistan-tashkent {
        left: 24.5%;
    }
}
@media (min-width: 480px) {
    .speakers-tooltip.india-mumbai {
        left: 30%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: 2px;
        left: 26.5%;
    }
}
@media (min-width: 576px) {
    .speakers-tooltip.india-mumbai {
        left: 32.5%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: -13px;
        left: 29.5%;
    }
}
@media (min-width: 600px) {
    .speakers-tooltip.india-mumbai {
        left: 33.4%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: -17px;
        left: 30%;
    }
}
@media (min-width: 667px) {
    .speakers-tooltip.india-mumbai {
        left: 34.4%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: -28px;
        left: 31%;
    }
}
@media (min-width: 760px) {
    .speakers-tooltip.india-mumbai {
        left: 36%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: -44px;
        left: 32.6%;
    }
}
@media (min-width: 768px) {
    .speakers-section .right-column {
        padding: 56px 32px;
    }
    .map-bg-mobile,
    .map-bg-desktop {
        display: none;
    }
    .map-bg-tablet {
        display: block;
    }
    .speakers-tooltip.india-mumbai {
        left: 50.3%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: -14px;
        left: 49%;
    }
}
@media (min-width: 844px) {
    .speakers-tooltip.india-mumbai {
        left: 50.7%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: -23px;
        left: 49.4%;
    }
}
@media (min-width: 883px) {
    .speakers-tooltip.india-mumbai {
        left: 51%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: -23px;
        left: 49.7%;
    }
}
@media (min-width: 900px) {
    .speakers-tooltip.india-mumbai {
        left: 51.5%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        left: 50%;
        top: -28px;
    }
}
@media (min-width: 992px) {
    .speakers-tooltip.india-mumbai {
        top: 85px;
        left: 52%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: -36px;
        left: 50.7%;
    }
}
@media (min-width: 1024px) {
    .speakers-tooltip.india-mumbai {
        top: 87px;
        left: 52.5%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: -39px;
        left: 51%;
    }
}
@media (min-width: 1080px) {
    .speakers-tooltip.india-mumbai {
        top: 85px;
        left: 52.7%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: -47px;
        left: 51.5%;
    }
}
@media (min-width: 1200px) {
    .speakers-tooltip.india-mumbai {
        top: 89px;
        left: 53.3%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: -62px;
        left: 52.2%;
    }
}
@media (min-width: 1280px) {
    .speakers-section {
        display: flex;
        flex-wrap: wrap;
    }
    .speakers-section .left-column {
        width: 50%;
        order: 1;
        height: auto;
    }
    .speakers-section .right-column {
        order: 2;
        width: 50%;
        padding: 64px 48px;
    }
    .speakers-section .right-column .pattern {
        position: absolute;
        bottom: 40px;
        right: 30px;
        width: 162px;
        display: block;
    }
    .speakers-list {
        margin: 0 0 275px 0;
    }
    .speakers-section h3:before {
        top: 3px;
    }
    .map-bg-tablet {
        display: none;
    }
    .map-bg-desktop {
        display: block;
    }
    .speakers-section h3 {
        margin-bottom: 48px;
    }
    .speakers-tooltip.india-mumbai {
        top: 291px;
        left: 22%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: 152px;
        left: 20.3%;
    }
}
@media (min-width: 1366px) {
    .speakers-tooltip.india-mumbai {
        top: 324px;
        left: 23%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: 173px;
        left: 21.2%;
    }
}
@media (min-width: 1440px) {
    .speakers-tooltip.india-mumbai {
        top: 350px;
        left: 24%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: 187px;
        left: 22%;
    }
}
@media (min-width: 1536px) {
    .speakers-tooltip.india-mumbai {
        top: 376px;
        left: 24.5%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: 205px;
        left: 22.3%;
    }
}
@media (min-width: 1680px) {
    .speakers-tooltip.india-mumbai {
        top: 418px;
        left: 25%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: 231px;
        left: 23.2%;
    }
}
@media (min-width: 1728px) {
    .speakers-tooltip.india-mumbai {
        top: 435px;
        left: 25.5%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: 242px;
        left: 23.5%;
    }
}
@media (min-width: 1920px) {
    .speakers-tooltip.india-mumbai {
        top: 500px;
        left: 26.7%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: 284px;
        left: 24.7%;
    }
}
@media (min-width: 2560px) {
    .speakers-tooltip.india-mumbai {
        top: 698px;
        left: 28.7%;
    }
    .speakers-tooltip.uzbekistan-tashkent {
        top: 413px;
        left: 26.7%;
    }
}
/* partners section */
.partners-section {
    background: #000;
    padding: 32px 0;
    color: #fff;
}
.partners-section h2 {
    margin-bottom: 8px;
}
.partners-section .columns-wrapper .left-column {
    box-sizing: border-box;
    padding-top: 10px;
    margin-bottom: 32px;
}
.partners-section .columns-wrapper .right-column {
    position: relative;
}
.partners-section .thumbnail-wrapper {
    position: relative;
}
.partners-section .thumbnail-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.partners-section .call-block .call-block-text {
    max-width: 284px;
}
.partners-section .thumbnail-wrapper img {
    width: 100%;
    height: 343px;
    object-fit: cover;
}
.partners-section .call-block {
    text-align: left;
    position: absolute;
    bottom: 24px;
    left: 24px;
}
.tab-content-title {
    color: #f3c686;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.tab-content-value {
    margin-bottom: 16px;
}
.partners-section .tab-content ul {
    list-style: none;
    margin: 32px 0 0 0;
    padding: 0;
}
.partners-section .tab-content ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.partners-section .tab-content ul li:last-of-type {
    margin-bottom: 0;
}
.partners-section .tab-content ul li:before {
    content: '\e805';
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 8px;
    background: #b39262;
    border-radius: 50%;
    flex: 0 0 auto;
}
.partners-section .nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 35px;
}
.partners-section .nav-tabs .nav-item {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners-section .nav-tabs .nav-item .nav-link {
    border: none;
    opacity: 0.4;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.partners-section .nav-tabs .nav-item.show .nav-link,
.partners-section .nav-tabs .nav-link.active {
    background: none;
    border: none;
    opacity: 1;
    position: relative;
}
.partners-section .nav-tabs .nav-link.active:before {
    content: '';
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.partners-section .nav-tabs .nav-item .nav-link img {
    max-width: 100%;
}
/* partners section resonsive */
@media (min-width: 768px) {
    .partners-section {
        padding: 56px 0;
    }
    .partners-section .thumbnail-wrapper img {
        height: 320px;
    }
}
@media (min-width: 1280px) {
    .partners-section {
        padding: 64px 0;
    }
    .partners-section .columns-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
    }
    .partners-section .columns-wrapper .left-column {
        padding-right: 16px;
        width: 53.8%;
        margin-bottom: 0;
    }
    .partners-section .columns-wrapper .right-column {
        width: 46.2%;
    }
    .partners-section .thumbnail-wrapper img {
        height: 549px;
    }
}
/* stats section */
.stats-section {
    padding: 32px 0;
    background: #f8f4ee;
}
.stats-section.style-2 {
    background: #b39262;
    color: #fff;
    overflow: hidden;
}
.stat-counter {
    margin-bottom: 32px;
}
.stat-counter:last-of-type {
    margin-bottom: 0;
}
.stats-section .stats-block .stat-value {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 48px;
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: -0.96px;
}
.stats-section .stats-block .stat-description {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.19px;
}
.license {
    margin: 32px auto 0;
    max-width: 960px;
}
.license a {
    display: inline-block;
    width: 200px;
    box-shadow:
        0 75.574px 49.098px 0 rgba(20, 0, 66, 0.05),
        0 45.522px 40.192px 0 rgba(20, 0, 66, 0.04);
}
.license a img {
    width: 100%;
    height: auto;
}
.license h3 {
    margin-top: 32px;
    max-width: 670px;
}
.how-works-link {
    margin-top: 32px;
}
.how-works-link a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.how-works-link a:hover {
    border-color: transparent;
}
.stats-section.style-2 .container {
    position: relative;
}
.stats-section.style-2 .stats-block {
    padding-right: 130px;
}
.stats-section.style-2 .pattern {
    position: absolute;
    top: -71px;
    right: -205px;
}
/* stats section responsive */
@media (min-width: 768px) {
    .stats-section {
        padding: 56px 0 130px;
    }
    .stats-section .stats-block {
        display: flex;
        justify-content: space-between;
        gap: 16px;
    }
    .stat-counter {
        margin-bottom: 0;
    }
    .stats-section .stats-block .stat-value {
        margin-bottom: 24px;
        font-size: 64px;
        line-height: 0.94;
        letter-spacing: -1.28px;
    }
    .stats-section .stats-block .stat-description {
        font-size: 20px;
        letter-spacing: -0.2px;
        max-width: 213px;
    }
    .license {
        margin-top: 56px;
        display: flex;
        justify-content: space-between;
        gap: 90px;
        align-items: flex-end;
    }
    .license h3 {
        margin-top: 0;
    }
    .how-works-link {
        margin-top: 56px;
    }
}
@media (min-width: 1280px) {
    .stats-section {
        padding: 96px 0;
    }
    .stats-section.style-2 {
        padding: 64px 0 130px;
    }
    .stats-section .stats-block {
        justify-content: space-around;
    }
    .stats-section.style-2 .stats-block {
        justify-content: space-between;
    }
    .stats-section .stats-block .stat-value {
        font-size: 72px;
        line-height: 0.9;
        letter-spacing: -1.44px;
    }
    .stats-section .stats-block .stat-description {
        font-size: 24px;
        letter-spacing: -0.24px;
    }
    .license {
        margin-top: 96px;
    }
    .how-works-link {
        margin-top: 64px;
    }
    .stats-section.style-2 .stats-block {
        padding-right: 330px;
    }
    .stats-section.style-2 .pattern {
        right: 0;
    }
}
/* guarantee section */
.guarantee-section {
    color: #fff;
    padding: 32px 0;
}
.guarantee-section h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: -0.96px;
    margin-bottom: 32px;
}
.garanties-list .garantee-item {
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 16px;
}
.garanties-list .garantee-item:last-of-type {
    margin-bottom: 0;
}
.garanties-list .garantee-item .icon-column {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
}
.garanties-list .garantee-item .icon-column img {
    width: 40px;
    height: auto;
}
.garanties-list .garantee-item .garantee-text-column {
    padding-left: 52px;
}
.garanties-list .garantee-item .title-column {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.5px;
    margin-bottom: 2px;
}
/* guarantee section responsive */
@media (min-width: 768px) {
    .guarantee-section {
        padding: 56px 0;
    }
    .guarantee-section h2 {
        font-size: 64px;
        line-height: 0.94;
        letter-spacing: -1.28px;
        margin-bottom: 56px;
    }
    .garanties-list .garantee-item .garantee-text-column {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 76px;
    }
    .garanties-list .garantee-item .title-column {
        width: 47%;
        margin-bottom: 0;
        font-size: 32px;
        line-height: 1.04;
        letter-spacing: -0.64px;
    }
    .garanties-list .garantee-item .description-column {
        width: 51%;
    }
}
@media (min-width: 1280px) {
    .guarantee-section {
        padding: 64px 0;
    }
    .guarantee-section h2 {
        font-size: 72px;
        line-height: 0.9;
        letter-spacing: -1.44px;
        margin-bottom: 67px;
    }
    .garanties-list .garantee-item {
        margin-bottom: 48px;
        padding-bottom: 20px;
    }
    .garanties-list .garantee-item .icon-column {
        margin-top: -34px;
    }
    .garanties-list .garantee-item .icon-column img {
        width: 49px;
    }
    .garanties-list .garantee-item .garantee-text-column {
        padding-left: 269px;
    }
    .garanties-list .garantee-item .title-column {
        font-size: 40px;
        letter-spacing: -0.8px;
    }
    .garanties-list .garantee-item .title-column {
        width: 60%;
    }
    .garanties-list .garantee-item .description-column {
        width: 37%;
    }
}

/* news section */
.news-section {
    background: #000;
    padding: 32px 0;
    color: #fff;
}
.news-section h2 {
    margin-bottom: 32px;
}
.news-list {
    margin-bottom: 32px;
}
.news-list .news-list-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-list .news-list-item:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.new-thumbnail-column {
    margin-bottom: 16px;
}
.new-thumbnail-column img {
    width: 100%;
    height: auto;
}
.new-excerpt-column {
    margin-bottom: 16px;
}
.date-publication {
    font-size: 14px;
    line-height: 1.2;
    color: #b39262;
    margin-bottom: 8px;
}
.new-title-column h3 {
    margin-bottom: 8px;
}
.new-title-column h3 a {
    text-decoration: none;
    color: #fff;
}
.new-excerpt-column .new-excerpt {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
}
.link-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #333;
    transition: 0.5s;
}
.link-arrow:hover {
    background: #fff;
}
.link-arrow:after {
    content: '\e803';
    font-size: 10px;
    line-height: 1;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    color: #fff;
}
.link-arrow:hover:after {
    color: #000;
}
/* news section responsive */
@media (min-width: 768px) {
    .news-section {
        padding: 56px 0;
    }
    .news-section h2 {
        margin-bottom: 48px;
    }
    .news-list .news-list-item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .new-thumbnail-column {
        width: 27.3%;
        margin-bottom: 0;
    }
    .news-list-text {
        width: 67%;
        padding-right: 72.5px;
        position: relative;
        box-sizing: border-box;
    }
    .new-excerpt-column {
        margin-bottom: 0;
    }
    .news-list-text .link-arrow {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .new-title-column h3 {
        margin-bottom: 16px;
    }
}
@media (min-width: 1280px) {
    .news-section {
        padding: 64px 0;
    }
    .news-list {
        margin-bottom: 78px;
    }
    .news-list-text {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .new-thumbnail-column {
        width: 17%;
    }
    .news-list-text {
        width: 75%;
    }
    .new-title-column {
        width: 55%;
    }
    .new-excerpt-column {
        width: 37%;
    }
    .new-title-column h3 {
        margin-bottom: 0;
    }
}
/* form section */
.form-section {
    padding: 32px 0 16px;
    background: #b39262;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.form-section h2 {
    max-width: 818px;
    margin-bottom: 16px;
}
.form-section .subtitle {
    max-width: 630px;
    margin-bottom: 16px;
}
.form-section .wpcf7-form {
    margin-bottom: 32px;
}
.form-section .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 8px;
}
.form-section .pattern {
    display: none;
}
.employee-gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 888px;
}
.employee-gallery a {
    display: block;
    width: 48%;
    margin-bottom: 16px;
}
.employee-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-section .wpcf7 form .wpcf7-response-output {
    border: none;
    margin-top: 0px;
    color: #1c1c1c;
    padding: 0;
    width: 100%;
}
/* form section */
@media (max-width: 767.98px) {
    .form-section .call-field {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .form-section {
        padding: 56px 0;
    }
    .form-section .wpcf7-form {
        display: flex;
        gap: 8px;
        margin-bottom: 56px;
        flex-wrap: wrap;
    }
    .form-section .wpcf7-form .wpcf7-form-control-wrap {
        width: 228px;
    }
    .form-section .call-field {
        width: 228px;
    }
    .employee-gallery a {
        width: 24%;
        margin-bottom: 0;
    }
}
@media (min-width: 1280px) {
    .form-section {
        padding: 64px 0;
    }
    .form-section .pattern {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
    }
    .form-section .wpcf7-form .wpcf7-form-control-wrap,
    .form-section .call-field {
        width: 248px;
    }
}
/* info section */
.info-section {
    padding: 32px 0 26px;
    background: #f8f4ee;
}
.info-section h2,
.info-section h3,
.info-section p {
    margin-bottom: 16px;
}
.info-section h2:nth-of-type(1) {
    max-width: 951px;
}
.info-section h2:nth-of-type(2) {
    max-width: 802px;
}
.negatives-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.negatives-list li {
    margin-bottom: 16px;
    padding-left: 36px;
    position: relative;
}
.negatives-list li:before {
    content: '\e806';
    font-size: 8px;
    line-height: 1;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #b39262;
    color: #fff;
    position: absolute;
    top: -2px;
    left: 0;
}
.positives-list .positive-item {
    background: #fff;
    padding: 16px 16px 16px 56px;
    margin-bottom: 8px;
    box-sizing: border-box;
    position: relative;
    color: #1c1c1c;
}
.positives-list .positive-item:before {
    content: '\e805';
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 8px;
    background: #b39262;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 16px;
    left: 16px;
}
.info-section
    .positives-list
    .positive-item-wrapper:last-of-type
    .positive-item {
    padding: 48px 48px 16px 16px;
    color: #b39262;
    font-weight: 600;
}
.info-section
    .positives-list
    .positive-item-wrapper:last-of-type
    .positive-item:before {
    content: '\e80d';
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 24px;
    border-radius: 0;
    color: #b39262;
    background: none;
    width: auto;
    height: auto;
}
.positives-list .positive-item strong {
    font-weight: 600;
}
/* info section responsive */
@media (min-width: 768px) {
    .info-section {
        padding: 56px 0;
        font-size: 17px;
        letter-spacing: -0.17px;
    }
    .info-section h2,
    .info-section h3,
    .info-section p,
    .negatives-list {
        margin-bottom: 24px;
    }
}
@media (min-width: 1280px) {
    .info-section {
        padding: 64px 0 48px;
        font-size: 18px;
        letter-spacing: -0.18px;
    }
    .info-section h2,
    .info-section h3,
    .info-section p,
    .negatives-list {
        margin-bottom: 32px;
    }
    .positives-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px;
    }
    .positives-list .positive-item-wrapper {
        width: 33.33%;
        padding: 0 8px;
        margin-bottom: 16px;
    }
    .positives-list .positive-item {
        height: 100%;
    }
}
/* benefits section */
.benefits-section {
    background: #000;
    color: #fff;
    padding: 32px 0 0 0;
}
.benefits-section h2 {
    margin-bottom: 23px;
}
.benefits-list {
    margin-bottom: 64px;
}
.benefits-list .benefit-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.benefit-title h3 {
    margin-bottom: 16px;
}
.benefit-title h3 span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.15px;
    margin-right: 16px;
}
.benefit-description {
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
}
.hr-block {
    padding-top: 199%;
    position: relative;
    background: url(images/hr-bg.png) no-repeat center;
}
.hr-block:before {
    content: '';
    background: linear-gradient(
        180deg,
        #000 0%,
        rgba(0, 0, 0, 0.6) 50%,
        #000 100%
    );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hr-block .hr-block-text-layer {
    position: absolute;
    padding: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hr-block .hr-block-text-layer h2 {
    margin-bottom: 32px;
    font-size: 48px;
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: -0.96px;
    max-width: 556px;
}
.hr-block .hr-block-text-layer h2 strong {
    color: #b39262;
    font-weight: 500;
}
.hr-block .hr-block-text-layer .subtitle {
    margin-bottom: 32px;
    max-width: 556px;
}
.hr-block .hr-block-text-layer .subtitle p {
    margin-bottom: 0;
}
/* benefits section resonsive */
@media (min-width: 768px) {
    .benefits-section {
        padding: 56px 0 0 0;
    }
    .benefits-section h2 {
        margin-bottom: 56px;
    }
    .benefit-title h3 span {
        font-size: 17px;
        letter-spacing: -0.17px;
    }
    .benefit-description {
        font-size: 17px;
        letter-spacing: -0.17px;
    }
    .hr-block {
        padding-top: 179%;
    }
    .hr-block .hr-block-text-layer h2 {
        font-size: 64px;
        line-height: 0.94;
        letter-spacing: -1.28px;
    }
}
@media (min-width: 1280px) {
    .benefits-section {
        padding: 64px 0 0 0;
    }
    .benefits-section h2 {
        margin-bottom: 120px;
    }
    .benefits-list .benefit-item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .benefits-list .benefit-title {
        width: 45%;
    }
    .benefits-list .benefit-description {
        width: 50%;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
    .benefit-title h3 {
        margin-bottom: 0;
    }
    .benefit-title h3 span {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
    .hr-block {
        padding-top: 101%;
    }
    .hr-block .hr-block-text-layer h2 {
        font-size: 72px;
        line-height: 0.9;
        letter-spacing: -1.44px;
    }
}
/* columns section */
.columns-section {
    background: #f8f4ee;
}
.columns-section .columns-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}
.columns-section .columns-wrapper .text-column {
    padding: 32px 16px;
}
.columns-section .columns-wrapper .image-column {
    position: relative;
}
.columns-section .columns-wrapper .image-column img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}
.text-column-count {
    font-size: 48px;
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: -0.96px;
    margin-bottom: 24px;
}
.columns-section .columns-wrapper .text-column h2 {
    margin-bottom: 24px;
}
.period-caption {
    border-radius: 40px;
    border: 1px solid #000;
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 32px;
}
.column-information {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.19px;
}
/* columns section responsive */
@media (min-width: 768px) {
    .columns-section .columns-wrapper .text-column {
        padding: 32px;
        display: flex;
    }
    .columns-section .columns-wrapper .text-column .first-part {
        width: 32%;
        padding-right: 35px;
        box-sizing: border-box;
    }
    .columns-section .columns-wrapper .text-column .second-part {
        width: 68%;
    }
    .text-column-count {
        font-size: 64px;
        line-height: 0.94;
        letter-spacing: -1.28px;
    }
    .columns-section .columns-wrapper .text-column h2 {
        margin-bottom: 32px;
    }
    .period-caption {
        font-size: 17px;
        line-height: 1.1;
        letter-spacing: -0.17px;
    }
    .column-information {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    .columns-section .columns-wrapper .image-column img {
        height: 400px;
    }
}
@media (min-width: 1280px) {
    .columns-section .columns-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .columns-section .columns-wrapper:nth-of-type(even) .image-column {
        order: 1;
    }
    .columns-section .columns-wrapper:nth-of-type(even) .text-column {
        order: 2;
    }
    .columns-section .columns-wrapper .text-column {
        width: 50%;
        box-sizing: border-box;
        padding: 40px;
        display: block;
    }
    .columns-section .columns-wrapper .text-column .first-part {
        width: 100%;
        padding-right: 0;
    }
    .columns-section .columns-wrapper .text-column .second-part {
        width: 100%;
    }
    .columns-section .columns-wrapper .image-column {
        width: 50%;
    }
    .columns-section .columns-wrapper .image-column img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .text-column-count {
        font-size: 72px;
        line-height: 0.9;
        letter-spacing: -1.44px;
    }
    .period-caption {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
        margin-bottom: 64px;
    }
    .column-information {
        font-size: 24px;
        letter-spacing: -0.24px;
        max-width: 480px;
    }
}
/* reasons section */
.reasons-section {
    padding: 32px 0 8px;
}
.reasons-section h2 {
    margin-bottom: 34px;
}
.styled-list {
    list-style: none;
    font-weight: 400;
    padding: 0;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
    margin: 0;
}
.styled-list li {
    padding-left: 36px;
    margin-bottom: 24px;
    position: relative;
}
.styled-list li:before {
    content: '\e805';
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 8px;
    background: #b39262;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 0;
    top: -3px;
}
/* reasons section responsive */
@media (min-width: 768px) {
    .styled-list li {
        padding-left: 40px;
    }
    .reasons-section .styled-list {
        font-size: 20px;
        letter-spacing: -0.2px;
        display: flex;
        flex-wrap: wrap;
    }
    .reasons-section .styled-list li {
        width: 40%;
        padding-right: 2%;
    }
    .styled-list li:before {
        top: 0;
    }
}
@media (min-width: 1280px) {
    .reasons-section {
        padding: 64px 0 40px;
    }
    .reasons-section .styled-list {
        font-size: 24px;
        letter-spacing: -0.24px;
        gap: 48px;
    }
    .reasons-section .styled-list li {
        width: auto;
        padding-right: 0;
    }
}
/* areas section */
.areas-section {
    padding: 32px 0 0 0;
    background: #000;
    color: #fff;
}
.areas-section h2 {
    margin-bottom: 32px;
}
.area-item {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.area-item:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.area-item .banner-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.area-uppertitle {
    color: #b39262;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
    padding-top: 16px;
}
.area-titles h3 a {
    text-decoration: none;
    color: #fff;
    margin-bottom: 8px;
}
.area-short-info {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
}
.area-short-info:hover {
    color: #fff;
}
/* areas section responsive */
@media (min-width: 768px) {
    .areas-section {
        padding: 56px 0 0 0;
    }
    .area-item {
        display: flex;
        flex-wrap: wrap;
    }
    .area-item .banner-column {
        width: 50%;
        box-sizing: border-box;
        padding-right: 16px;
    }
    .area-item .area-info-column {
        width: 40%;
        box-sizing: border-box;
        padding-left: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .area-short-info {
        display: inline-block;
        margin-bottom: 16px;
    }
}
@media (min-width: 1280px) {
    .areas-section {
        padding: 64px 0 0 0;
    }
    .areas-section h2 {
        margin-bottom: 48px;
    }
    .area-item .banner-column {
        padding-right: 24px;
        width: 52%;
    }
    .area-item .area-info-column {
        padding-left: 24px;
        width: 43%;
    }
}
/* work period section */
.work-period-section {
    padding: 32px 0;
}
.work-period-section h2 {
    margin-bottom: 32px;
}
.clients-counter {
    font-size: 48px;
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: -0.96px;
    margin-bottom: 24px;
    color: #b39262;
}
.counter-subtitle {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.19px;
    margin-bottom: 32px;
}
.work-period-section .columns-wrapper .left-column {
    margin-bottom: 16px;
}
.work-period-section .columns-wrapper .right-column {
    padding-left: 10%;
}
/* work period section responsive */
@media (min-width: 768px) {
    .clients-counter {
        font-size: 64px;
        line-height: 0.94;
        letter-spacing: -1.28px;
        margin-bottom: 0;
    }
    .counter-subtitle {
        font-size: 20px;
        letter-spacing: -0.2px;
        margin-bottom: 0;
    }
    .work-period-section .columns-wrapper .right-column {
        display: flex;
        gap: 24px;
        align-items: center;
        justify-content: space-between;
        padding-left: 0;
    }
    .work-period-section .columns-wrapper .right-column > div {
        display: flex;
        gap: 24px;
        align-items: center;
    }
}
@media (min-width: 1280px) {
    .work-period-section {
        padding: 64px 0;
    }
    .work-period-section h2 {
        margin-bottom: 48px;
    }
    .work-period-section .columns-wrapper {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .work-period-section .columns-wrapper .left-column {
        width: 69%;
        margin-bottom: 0;
    }
    .work-period-section .columns-wrapper .right-column {
        width: 21%;
        display: block;
    }
    .work-period-section .columns-wrapper .right-column > div {
        display: block;
    }
    .clients-counter {
        font-size: 72px;
        line-height: 0.9;
        letter-spacing: -1.44px;
        margin-bottom: 24px;
    }
    .counter-subtitle {
        font-size: 24px;
        letter-spacing: -0.24px;
        margin-bottom: 32px;
    }
}
/* content section */
.content-section {
    padding: 32px 0;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.19px;
}
.content-section.pattern-on-mobiles {
    overflow: hidden;
}
.content-section h2 {
    margin-bottom: 24px;
}
.content-section p {
    margin-bottom: 24px;
}
.content-section .container {
    position: relative;
}
.content-section .pattern {
    display: none;
}
.content-section strong {
    font-weight: 600;
}
.content-section.big-title h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: -0.96px;
}
.styled-title {
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin: 0;
}
/* content section responsive */
@media (max-width: 1279.98px) {
    .content-section.pattern-on-mobiles .pattern {
        position: absolute;
        bottom: -270px;
        right: 0;
        display: block;
    }
}
@media (max-width: 767px) {
    .content-section.pattern-on-mobiles .pattern {
        width: 200px;
        bottom: -150px;
    }
}
@media (min-width: 768px) {
    .content-section {
        padding: 56px 0;
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    .content-section.big-title h2 {
        font-size: 64px;
        line-height: 0.94;
        letter-spacing: -1.28px;
    }
}
@media (min-width: 1280px) {
    .content-section {
        padding: 64px 0;
        font-size: 24px;
        letter-spacing: -0.24px;
    }
    .content-section .text-wrapper {
        padding-right: 300px;
    }
    .content-section .pattern {
        display: block;
        position: absolute;
        top: -70px;
        right: 0;
    }
    .content-section.big-title h2 {
        font-size: 72px;
        line-height: 0.9;
        letter-spacing: -1.44px;
    }
}
/* solution section */
.solution-section {
    padding: 32px 0;
    color: #fff;
    background: #b39262;
}
.solution-section h2 {
    margin-bottom: 16px;
}
.solution-section .how-works-link {
    margin-top: 16px;
    margin-bottom: 0;
}
/* solution section resonsive */
@media (min-width: 768px) {
    .solution-section {
        padding: 56px 0;
    }
    .solution-section h2 {
        margin-bottom: 32px;
    }
    .solution-section .how-works-link {
        margin-top: 24px;
    }
}
@media (min-width: 1280px) {
    .solution-section {
        padding: 64px 0;
    }
    .solution-section h2 {
        margin-bottom: 64px;
    }
    .solution-section .how-works-link {
        margin-top: 48px;
    }
}
/* examples section */
.examples-section {
    background: #000;
    color: #fff;
    padding: 32px 0;
}
.examples-list {
    margin-bottom: 16px;
}
.example-item {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.example-title {
    color: #b39262;
    font-size: 48px;
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: -0.96px;
    margin-bottom: 8px;
}
.examle-subtitle {
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
    margin-bottom: 16px;
}
.example-label {
    margin-bottom: 8px;
    color: #f3c686;
    font-size: 14px;
    line-height: 1.2;
}
.example-value {
    margin-bottom: 16px;
}
.example-top-part {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.example-thumbnail-column {
    position: relative;
}
.example-thumbnail-column img {
    width: 100%;
    height: auto;
}
.profesions-tags {
    display: flex;
    align-items: start;
    gap: 8px;
    position: relative;
    z-index: 10;
    margin-bottom: 16px;
}
.profesions-tags span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.14px;
    color: #fff;
    display: inline-block;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(22px);
    padding: 6px 12px;
}
.example-logo {
    width: 97px;
}
/* examples section responsive */
@media (min-width: 768px) {
    .examples-list {
        margin-bottom: 32px;
    }
    .example-title {
        font-size: 64px;
        line-height: 0.94;
        letter-spacing: -1.28px;
    }
    .examle-subtitle {
        font-size: 17px;
        letter-spacing: -0.17px;
        margin-bottom: 32px;
    }
    .example-item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: start;
    }
    .example-info-column {
        width: 75%;
        box-sizing: border-box;
        padding-right: 32px;
    }
    .example-thumbnail-column {
        width: 25%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }
    .example-thumbnail-column img {
        height: 260px;
        object-fit: cover;
        order: 1;
    }
    .profesions-tags {
        order: 2;
    }
    .profesions-tags {
        margin-top: 16px;
        justify-content: end;
    }
}
@media (min-width: 1280px) {
    .examples-section {
        padding: 64px 0;
    }
    .examples-list {
        margin-bottom: 48px;
    }
    .example-item {
        align-items: normal;
    }
    .example-top-part {
        padding-top: 36px;
    }
    .example-title {
        font-size: 72px;
        line-height: 0.9;
        letter-spacing: -1.44px;
    }
    .examle-subtitle {
        margin-bottom: 48px;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
    .example-info-column {
        width: 47%;
        display: block;
        padding-bottom: 26px;
    }
    .example-thumbnail-column {
        width: 46%;
    }
    .example-thumbnail-column img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .profesions-tags {
        position: absolute;
        bottom: 16px;
        right: 16px;
        margin-top: 0;
    }
    .profesions-tags span {
        font-size: 15px;
        letter-spacing: 0.15px;
        padding: 8px 16px;
    }
    .example-logo {
        width: 145px;
    }
}
/* orientation section */
.orientation-section {
    padding: 32px 0;
    background: #000;
    color: #fff;
}
.orientation-section h2 {
    margin-bottom: 32px;
}
.approximate-price-info .info-row {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.approximate-price-info .info-row:last-of-type {
    margin-bottom: 0;
}
.approximate-price-info .info-row:nth-of-type(1) .left-column {
    color: #f0f2f4;
}
.approximate-price-info .info-row h3 {
    margin-bottom: 16px;
}
.note-button {
    color: #b39262;
    border: 1px solid #b39262;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
    margin-bottom: 16px;
}
.approximate-price-info .info-row:nth-of-type(2) img {
    margin-bottom: 16px;
}
/* orientation section responsive */
@media (min-width: 768px) {
    .approximate-price-info .info-row:nth-of-type(2) {
        padding-left: 40px;
    }
    .approximate-price-info .info-row:nth-of-type(2) img {
        position: absolute;
        left: 0;
        top: 3px;
        margin-bottom: 0;
    }
    .approximate-price-info .info-row:nth-of-type(3) {
        display: flex;
        gap: 16px;
        align-items: start;
    }
    .note-button {
        font-size: 17px;
        letter-spacing: -0.17px;
        margin-bottom: 0;
    }
}
@media (min-width: 1280px) {
    .orientation-section {
        padding: 64px 0;
    }
    .orientation-section h2 {
        margin-bottom: 64px;
    }
    .approximate-price-info .info-row:nth-of-type(1) {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .approximate-price-info .info-row .left-column {
        width: 36%;
    }
    .approximate-price-info .info-row .right-column {
        width: 51%;
    }
    .approximate-price-info .info-row h3 {
        margin-bottom: 0;
    }
    .note-button {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
}
/* financial worries section */
.financial-worries-section {
    padding: 32px 0;
}
.financial-worries-section h2 {
    margin-bottom: 32px;
}
.financial-worries-section .section-text {
    margin-bottom: 24px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.19px;
}
.financial-worries-section .columns-wrapper .left-column img {
    width: 100%;
    height: auto;
}
.financial-worries-section .columns-wrapper .right-column h2 {
    margin-top: 24px;
    margin-bottom: 24px;
}
/* financial worries section resonsive */
@media (min-width: 768px) {
    .financial-worries-section {
        padding: 56px 0;
    }
    .financial-worries-section .section-text {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    .financial-worries-section .columns-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .financial-worries-section .columns-wrapper .left-column {
        box-sizing: border-box;
        padding-right: 24px;
        width: 50%;
    }
    .financial-worries-section .columns-wrapper .right-column {
        box-sizing: border-box;
        padding-left: 24px;
        width: 50%;
    }
}
@media (min-width: 1280px) {
    .financial-worries-section {
        padding: 64px 0;
    }
    .financial-worries-section .section-text {
        font-size: 24px;
        letter-spacing: -0.24px;
    }
    .financial-worries-section .columns-wrapper .left-column {
        width: 52.7%;
    }
    .financial-worries-section .columns-wrapper .right-column {
        width: 45%;
    }
    .financial-worries-section .section-text {
        margin-bottom: 64px;
    }
    .financial-worries-section .columns-wrapper .right-column .section-text,
    .financial-worries-section .columns-wrapper .right-column h2 {
        margin-bottom: 32px;
    }
}
/* posts section */
.posts-section {
    padding: 32px 0;
    background: #000;
    color: #fff;
}
.posts-list {
    overflow: hidden;
}
.post-item-wrapper {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.post-item .thumbnail-wrapper {
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.post-item .thumbnail-wrapper:after {
    content: '\e803';
    font-size: 10px;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: inherit;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 16px;
    right: 16px;
    text-decoration: none;
    opacity: 0;
    transition: 0.5s;
}
.post-item .thumbnail-wrapper:hover:after {
    opacity: 1;
}
.post-item .thumbnail-wrapper img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.date-post {
    font-size: 14px;
    line-height: 1.2;
    color: #b39262;
    margin-bottom: 8px;
}
.post-item h3 {
    margin-bottom: 8px;
}
.post-item h3 a {
    color: #fff;
    text-decoration: none;
}
.post-excerpt {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
}
.post-excerpt:hover {
    color: #fff;
}
.post-list-desktop {
    display: none;
}
.nav-links {
    text-align: center;
}
.nav-links .page-numbers {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.14px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: none;
    transition: 0.5s;
}
.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
    color: #b39262;
}
.prev.page-numbers:before,
.next.page-numbers:before {
    font-size: 10px;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
}
.prev.page-numbers:before {
    content: '\e801';
}
.next.page-numbers:before {
    content: '\e812';
}
/* posts section responsive */
@media (min-width: 768px) {
    .posts-section {
        padding: 56px 0;
    }
    .posts-list .post-list-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .post-item-wrapper {
        padding-bottom: 32px;
        box-sizing: border-box;
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
        margin: 0;
        border: none;
    }
}
@media (min-width: 1280px) {
    .posts-section {
        padding: 64px 0;
    }
    .post-list-desktop {
        display: block;
    }
    .post-list-mobiles {
        display: none !important;
    }
    .posts-list .post-list-row {
        margin: 0 -16px 32px;
    }
    .post-item-wrapper {
        width: 33.33%;
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* post content */
.post-content {
    padding: 32px 0;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
}
.post-content h1 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.5px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content p,
.post-content ul,
.post-content ol {
    margin-bottom: 24px;
}
.post-content ul,
.post-content ol {
    padding: 0 0 0 15px;
}
.post-content li {
    margin-bottom: 12px;
}
.post-content li span {
    color: #b39262;
}
.post-content img {
    margin-bottom: 24px;
}
.wp-element-caption {
    margin-top: -16px;
    margin-bottom: 24px;
    color: #bcc0c4;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.15px;
}
.post-content a:not(.btn) {
    color: #628ab3;
    text-decoration: none;
}
.wp-block-quote {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.06;
    letter-spacing: -0.5px;
    color: #b39262;
    border-top: 1px solid #b39262;
    border-left: 1px solid #b39262;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
}
.wp-block-quote p:last-of-type {
    margin-bottom: 0;
}
.post-bottom-block h4 {
    font-weight: 600;
    margin-bottom: 24px;
}
.share-buttons .share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    margin-right: 10px;
}
.share-buttons .share-button:before {
    font-size: 18px;
    line-height: 1;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    color: #fff;
}
.share-buttons .share-button.share-facebook:before {
    content: '\e808';
}
.share-buttons .share-button.share-instagram:before {
    content: '\e809';
}
.post-bottom-block .columns-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-content .wp-block-columns {
    margin-bottom: 0;
}
/* post content responsive */
@media (min-width: 768px) {
    .post-content {
        font-size: 17px;
        letter-spacing: -0.17px;
    }
    .wp-block-quote {
        font-size: 32px;
        line-height: 1.04;
        letter-spacing: -0.64px;
    }
    .post-content h1 {
        font-size: 32px;
        line-height: 1.04;
        letter-spacing: -0.64px;
    }
}
@media (min-width: 1280px) {
    .post-content {
        padding: 48px 0;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
    .post-content .container {
        padding-left: 120px;
        padding-right: 120px;
    }
    .post-content h1 {
        font-size: 40px;
        letter-spacing: -0.8px;
    }
    .wp-block-quote {
        font-size: 40px;
        letter-spacing: -0.8px;
        padding-right: 120px;
    }
    .wp-block-quote:before {
        content: '';
        display: block;
        width: 130px;
        height: 130px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(images/pattern-3.svg) no-repeat;
        background-size: 100%;
    }
}
/* map section */
.map-section {
    padding: 32px 0;
}
.map-section h2 {
    margin-bottom: 32px;
}
.contacts-block {
    margin-bottom: 16px;
}
.contacts-block .contact {
    padding-left: 41px;
    position: relative;
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.19px;
}
.contacts-block .contact a {
    color: #1c1c1c;
    text-decoration: none;
}
.contacts-block .contact:before {
    font-size: 14px;
    line-height: 1;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #b39262;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.contacts-block .contact.phone-contact:before {
    content: '\e80a';
}
.contacts-block .contact.mail-contact:before {
    content: '\e807';
}
.contacts-block .contact.address-contact:before {
    content: '\e80b';
}
.map-section .columns-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* map section resonsive */
@media (min-width: 768px) {
    .map-section {
        padding: 56px 0;
    }
    .contacts-block .contact {
        margin-bottom: 32px;
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    .map-section .columns-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .map-section .columns-wrapper .left-column {
        width: 61%;
    }
    .map-section .columns-wrapper .right-column {
        width: 39%;
    }
}
@media (min-width: 1280px) {
    .map-section {
        padding: 64px 0;
    }
    .contacts-block {
        display: flex;
        gap: 64px;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    .contacts-block .contact {
        font-size: 24px;
        letter-spacing: -0.24px;
    }
}
/* direct contacts section */
.direct-contacts-section {
    padding: 32px 0;
}
.direct-contacts-section h2 {
    margin-bottom: 32px;
}
.direct-contacts-block {
    margin-bottom: 32px;
}
.direct-contacts-block .direct-contact {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.19px;
    margin-bottom: 24px;
}
.direct-contacts-block .direct-contact strong {
    font-weight: 600;
}
.direct-contacts-block .direct-contact a {
    color: #1c1c1c;
    text-decoration: none;
}
.direct-contacts-block .direct-contact span {
    color: rgba(28, 28, 28, 0.5);
}
.direct-contacts-section .columns-wrapper .left-column img {
    width: 100%;
    margin-bottom: 24px;
}
.direct-contacts-section .text-block {
    font-size: 19px;
    letter-spacing: -0.19px;
    line-height: 1.2;
}
.direct-contacts-section .text-block-2 {
    color: #b39262;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.5px;
}
.direct-contacts-section .text-block p,
.direct-contacts-section .text-block-2 p {
    margin-bottom: 24px;
}
/* direct contacts section resonsive */
@media (min-width: 768px) {
    .direct-contacts-section {
        padding: 56px 0;
    }
    .direct-contacts-block .direct-contact {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    .direct-contacts-section .columns-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .direct-contacts-section .columns-wrapper .left-column {
        box-sizing: border-box;
        padding-right: 32px;
        width: 50%;
    }
    .direct-contacts-section .columns-wrapper .left-column img {
        height: 400px;
        object-fit: cover;
    }
    .direct-contacts-section .columns-wrapper .right-column {
        width: 50%;
    }
    .direct-contacts-section .text-block {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    .direct-contacts-section .text-block-2 {
        font-size: 32px;
        line-height: 1.04;
        letter-spacing: -0.64px;
    }
}
@media (min-width: 1280px) {
    .direct-contacts-section {
        padding: 64px 0;
    }
    .direct-contacts-block {
        margin-bottom: 48px;
    }
    .direct-contacts-block .direct-contact {
        font-size: 24px;
        letter-spacing: -0.24px;
    }
    .direct-contacts-section .columns-wrapper .left-column {
        padding-right: 48px;
        width: 45%;
    }
    .direct-contacts-section .columns-wrapper .left-column img {
        height: auto;
        object-fit: fill;
    }
    .direct-contacts-section .columns-wrapper .right-column {
        width: 55%;
    }
    .direct-contacts-section .text-block {
        font-size: 24px;
        letter-spacing: -0.24px;
    }
    .direct-contacts-section .text-block-2 {
        font-size: 40px;
        line-height: 1.04;
        letter-spacing: -0.8px;
    }
    .direct-contacts-section .text-block p,
    .direct-contacts-section .text-block-2 p {
        margin-bottom: 32px;
    }
}
/* jobs */
.single-job {
    background: #000;
    color: #fff;
}
.job-section {
    padding: 32px 0;
}
.job-section h1 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}
.job-meta {
    margin-bottom: 40px;
    position: relative;
}
.job-meta-row {
    margin-bottom: 16px;
}
.job-meta-row span {
    font-size: 12px;
    line-height: 1;
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid #a2a2a0;
    white-space: nowrap;
    color: #a2a2a0;
}
.job-meta-row span:first-of-type {
    padding-left: 0;
}
.job-meta-row span:last-of-type {
    padding-right: 0;
    border-right: none;
}
.job-meta .copy-link {
    display: none;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -14px;
    right: 0;
    background: url(images/share-link.svg) no-repeat center;
    background-size: 19px 21px;
    cursor: pointer;
}
.job-content .left-column {
    border-top: 2px solid #fff;
    padding-top: 23px;
    margin-bottom: 32px;
}
.job-content h3.description-title {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.15px;
    margin-bottom: 23px;
}
.job-content ul,
.job-content ol {
    padding-left: 16px;
}
.job-content h1,
.job-content h2,
.job-content h3,
.job-content h4,
.job-content h4,
.job-content ul,
.job-content ol,
.job-content p {
    margin-bottom: 16px;
}
.job-content li {
    list-style: none;
    margin-bottom: 16px;
    padding-left: 22px;
    position: relative;
}
.job-content li:before {
    content: '';
    background: #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 4px;
}
.copy-link::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}
.copy-link.show-tooltip::after {
    opacity: 1;
}
.job-content .right-column h3 {
    margin-bottom: 32px;
}
.job-content .wpcf7 {
    background: #202020;
    padding: 32px 24px;
}
.job-content .wpcf7 h4 {
    margin-bottom: 32px;
}
.job-content .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px;
}
.job-content .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control {
    background: none;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.15px;
    padding: 16px;
    color: #fff;
}
.cv-dropzone {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    padding: 16px 48px 16px 16px;
    cursor: pointer;
    transition: 0.2s ease;
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
}
.cv-dropzone:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 24px;
    background: url(images/download-icon.svg) no-repeat;
    background-size: 100%;
    width: 21px;
    height: 16px;
}
.cv-dropzone.has-file:after {
    display: none;
}
.cv-dropzone .cv-placeholder {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.15px;
    color: #fff;
}
.cv-dropzone.dragover {
    border-color: #000;
    background: #f9f9f9;
}
.cv-dropzone .wpcf7-form-control-wrap {
    margin-bottom: 0 !important;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.cv-dropzone .wpcf7-form-control-wrap input[type='file'] {
    cursor: pointer;
    font-size: 0 !important;
    height: 100%;
}
.cv-dropzone .file-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.15px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cv-placeholder,
.file-name {
    cursor: pointer;
}
.cv-remove {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -8px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    display: none;
    z-index: 15;
}
.cv-dropzone.has-file .cv-remove {
    display: block;
}
.cv-dropzone.has-file .cv-placeholder {
    display: none;
}
.job-content .wpcf7 .button-wrapper {
    text-align: right;
}
.job-content .wpcf7 .wpcf7-not-valid-tip {
    font-size: 11px;
    padding-left: 10px;
    padding-top: 2px;
}
.post-type-archive-job {
    background: #000;
    color: #fff;
}
.job-list-section {
    padding: 16px 0 32px;
}
.job-item {
    background: #101010;
    padding: 12px 40px 12px 8px;
    margin-bottom: 16px;
    position: relative;
}
.job-item h3 a {
    color: #fff;
    text-decoration: none;
}
.job-item .job-meta-row {
    margin-bottom: 0;
}
.link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #b39262;
    text-decoration: none;
    position: absolute;
    right: 12px;
    top: 12px;
}
.link-button:after {
    content: '\e803';
    font-size: 10px;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    color: #fff;
}
.post-type-archive-job .nav-links {
    text-align: right;
}
.job-search-block {
    margin-bottom: 32px;
    position: relative;
}
.job-search-block #job-search {
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -0.19px;
    background: none;
    padding: 16px 16px 16px 32px;
    border: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    border-radius: 0;
}
.job-search-block #job-search:focus {
    outline: none !important;
}
.job-search-block #job-search-button {
    width: 15px;
    height: 16px;
    background: url(images/search-icon.svg) no-repeat;
    background-size: 15px 16px;
    position: absolute;
    left: 0;
    top: 20px;
    border: none;
}
.ui-widget-content.ui-autocomplete {
    background: #202020;
    color: #fff;
    border: none;
}
.ui-widget-content.ui-autocomplete .ui-menu-item {
    padding: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ui-widget-content.ui-autocomplete .ui-menu-item:hover {
    background: #b39262;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: none;
    background: none;
    margin: 0;
}
.filter-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 16px 0;
    margin-bottom: 32px;
}
.filter-heading .filters-main-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.15px;
    color: #f0f2f4;
}
#clear-filters {
    font-size: 14px;
    line-height: 1.2;
    color: #808080;
    position: relative;
    padding-right: 22px;
    cursor: pointer;
}
#clear-filters:after {
    content: '';
    background: url(images/clear-icon.svg) no-repeat;
    width: 14px;
    height: 16px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
h3.filter-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #f0f2f4;
}
.filter-body {
    display: none;
}
.job-city-search-block {
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
}
.city-search-wrapper {
    position: relative;
}
.city-search-wrapper #job-cit-search {
    background: #202020;
    border: none;
    padding: 12px 12px 12px 43px;
    color: #fff;
    width: 100%;
    border-radius: 0;
}
.city-search-wrapper #job-cit-search:focus {
    outline: none !important;
}
.city-search-wrapper #job-city-search-button {
    width: 15px;
    height: 15px;
    background: url(images/search-icon.svg) no-repeat;
    background-size: 15px;
    position: absolute;
    left: 12px;
    top: 12px;
    border: none;
}
.job-category-block {
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 32px;
}
.job-types-block {
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 32px;
}
.option-row {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.option-row:last-of-type {
    margin-bottom: 8px;
}
.job-count {
    color: #b39262;
    font-size: 12px;
    font-weight: 600;
}
.joblist-heading {
    margin-bottom: 24px;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
}
.results-counter {
    padding-right: 12px;
    border-right: 1px solid #fff;
    margin-right: 12px;
}
.sorting-button {
    background: none;
    color: #616160;
    border: none;
    box-shadow: none;
    padding: 0;
}
.sorting-button.dropdown-toggle::after {
    content: '\e800';
    font-size: 10px;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    border: none;
    background: none;
}
/* jobs responsive */
@media (max-width: 767px) {
    .filters-main-title {
        padding-right: 32px;
        position: relative;
        cursor: pointer;
    }
    .filters-main-title:before {
        content: '';
        height: 14px;
        width: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 6px;
        margin-top: -5px;
    }
    .filters-main-title:after {
        content: '';
        height: 2px;
        width: 14px;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 0;
    }
    .filters-main-title.filter-expanded:before {
        display: none;
    }
}
@media (min-width: 768px) {
    .job-section,
    .job-list-section {
        padding: 56px 0;
    }
    .job-list-section {
        padding-top: 32px;
    }
    .job-section h1 {
        font-size: 32px;
        line-height: 1.04;
        letter-spacing: -0.64px;
        margin-bottom: 24px;
    }
    .job-content h3.description-title {
        font-size: 17px;
        letter-spacing: -0.17px;
    }
    .job-content .wpcf7 {
        padding: 32px;
    }
    .job-search-block #job-search {
        font-size: 32px;
        letter-spacing: -0.64px;
        padding: 20px 24px 20px 62px;
    }
    .job-search-block #job-search-button {
        width: 30px;
        height: 31px;
        top: 30px;
        background-size: 30px 31px;
    }
    .filter-heading .filters-main-title {
        font-size: 17px;
        letter-spacing: -0.17px;
    }
    .joblist-heading {
        font-size: 17px;
        letter-spacing: -0.17px;
    }
    .filter-body {
        display: block !important;
    }
    .filter-columns-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: start;
    }
    .filter-columns-wrapper .job-category-block,
    .filter-columns-wrapper .job-types-block {
        width: 45%;
    }
    .job-item {
        padding: 24px 66px 24px 24px;
    }
    .link-button {
        right: 24px;
        top: 50%;
        margin-top: -12px;
    }
    .job-meta-row span {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (min-width: 1280px) {
    .job-section,
    .job-list-section {
        padding: 64px 0;
    }
    .job-section h1 {
        font-size: 40px;
        letter-spacing: -0.8px;
        margin-bottom: 32px;
    }
    .job-meta {
        padding-right: 64px;
    }
    .job-meta .copy-link {
        display: inline-flex;
    }
    .job-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .job-content .left-column {
        width: 54%;
    }
    .job-content .right-column {
        width: 38%;
    }
    .job-content h3.description-title {
        font-size: 18px;
        letter-spacing: -0.18px;
    }
    .job-content h1,
    .job-content h2,
    .job-content h3,
    .job-content h4,
    .job-content h4,
    .job-content ul,
    .job-content ol,
    .job-content p {
        margin-bottom: 24px;
    }
    .job-item {
        padding: 32px 72px 32px 32px;
    }
    .link-button {
        right: 32px;
    }
    .job-list-section .columns-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .job-list-section .columns-wrapper .jobs-filter {
        width: 28%;
    }
    .job-list-section .columns-wrapper .joblist {
        width: 65.2%;
    }
    .job-search-block {
        margin-bottom: 120px;
    }
    .job-search-block #job-search {
        font-size: 40px;
        letter-spacing: -0.8px;
    }
    .filter-heading .filters-main-title {
        font-size: 18px;
        letter-spacing: -0.18px;
    }
    .joblist-heading {
        font-size: 18px;
        letter-spacing: -0.18px;
    }
    .filter-columns-wrapper {
        display: block;
    }
    .filter-columns-wrapper .job-category-block,
    .filter-columns-wrapper .job-types-block {
        width: 100%;
    }
}
/* error page */
.error-section {
    position: relative;
    padding: 96px 0 32px 0;
    color: #fff;
}
.error-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.error-section .text-layer {
    position: relative;
    z-index: 1;
}
.error-section h1 {
    margin-bottom: 32px;
}
.error-section .subtitle {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.19px;
}
.error-section .subtitle p {
    margin-bottom: 32px;
}
.error-links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.2px;
}
.error-links li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.error-links li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.error-links li a {
    text-decoration: none;
    color: #fff;
}
.error-links li a.error-link-button {
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    justify-content: center;
    align-items: center;
}
.error-links li a.error-link-button:before {
    content: '\e803';
    font-size: 10px;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
}
/* error page responsive*/
@media (min-width: 768px) {
    .error-section {
        padding: 120px 0 32px 0;
    }
    .error-section .subtitle {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    .error-links li a.error-link-button {
        display: inline-flex;
    }
}
@media (min-width: 1280px) {
    .error-section {
        padding: 152px 0 39px 0;
    }
    .error-section .subtitle {
        font-size: 24px;
        letter-spacing: -0.24px;
    }
    .error-links {
        font-size: 24px;
        letter-spacing: -0.24px;
    }
    .error-links li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
}
/* calculate section */
.calculate-section {
    padding: 32px 0;
    background: #f8f4ee;
}
.calculate-section h2 {
    margin-bottom: 16px;
    text-align: center;
}
.calculate-section .subtitle {
    text-align: center;
    margin-bottom: 24px;
}
.calculator-block {
    max-width: 784px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #b39262;
    margin-bottom: 24px;
}
.calculator-block .calculator-header {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    background: #b39262;
    color: #fff;
    text-align: center;
    padding: 4px 32px;
    border-radius: 8px 8px 0 0;
}
.calculator-body {
    padding: 16px 16px 24px 16px;
}
.calculator-block h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.15px;
    margin-bottom: 8px;
}
.calculator-block .dropdown {
    width: 100%;
    margin-bottom: 16px;
}
.calculator-block .dropdown .dropdown-toggle {
    width: 100%;
    text-align: left;
    background: #f0f2f4;
    border-radius: 40px;
    border: none;
    padding: 10px 56px 10px 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.15px;
    color: #1c1c1c;
}
.calculator-block .dropdown .dropdown-toggle::after {
    content: '\e800';
    font-size: 10px;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    border: none;
    color: #000;
    position: absolute;
    top: 13px;
    right: 24px;
}
.calculator-block .dropdown .dropdown-menu {
    border: 1px solid #f0f2f4;
    padding: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    min-width: 290px;
}
.calculator-block .dropdown .dropdown-menu .dropdown-item {
    padding: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.15px;
    border-radius: 8px;
    margin-bottom: 8px;
}
.calculator-block .dropdown .dropdown-menu .dropdown-item:hover {
    background: #f0f2f4;
}
.radio-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #f0f2f4;
    background: #fff;
    margin-bottom: 8px;
}

.radio-wrapper input[type='radio'] {
    display: none;
}

.radio-label {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    background: #f0f2f4;
}

.radio-label::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

.radio-wrapper input[type='radio']:checked + .radio-label {
    background: #b39262;
}

.radio-wrapper input[type='radio']:checked + .radio-label::after {
    transform: translate(-50%, -50%) scale(1);
}

.radio-item-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.radio-wrapper input[type='radio']:checked + .radio-label + .radio-item-title {
    color: #b39262;
}
.selector-bottom-caption {
    color: #bcc0c4;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.range-block {
    margin-bottom: 24px;
    position: relative;
}
#search .button-wrapper {
    text-align: center;
}
#calculate-btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.15px;
    color: #fff;
    border-radius: 56px;
    background: #000;
    padding: 15px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
}
#calculate-btn:before {
    content: '';
    background: url(images/calculator-icon.svg) center;
    width: 18px;
    height: 18px;
    background-size: 100%;
}
.field-error-message {
    font-size: 13px;
    color: #d33;
    margin-top: 6px;
    margin-left: 18px;
}
#workers-counter {
    border-radius: 40px;
    background: #f8f4ee;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    color: #b39262;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin: 8px 0;
}
#workers_range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    margin-bottom: 8px;
}
#workers_range::-webkit-slider-runnable-track {
    width: 100%;
    height: 18px;
    border-radius: 40px;
}
#workers_range::-moz-range-track {
    width: 100%;
    height: 18px;
    border-radius: 40px;
}
#workers_range::-ms-track {
    width: 100%;
    height: 18px;
    border-radius: 40px;
}
#workers_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #000;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -3px;
}
#workers_range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #000;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50%;
}
#workers_range::-ms-thumb {
    width: 24px;
    height: 24px;
    background: #000;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50%;
}
.parametres-block {
    border-radius: 8px;
    background: #f0f2f4;
    padding: 16px;
    font-size: 14px;
    margin-bottom: 16px;
}
.parametres-block h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.15px;
    margin-bottom: 8px;
}
.parameters-table {
    width: 100%;
}
.parameters-table td,
.parameters-table th {
    padding: 8px 0;
}
.parameters-table td {
    color: #7f7f7f;
}
.parameters-table th {
    font-weight: 600;
    color: #1c1c1c;
}
.calculated-results-block {
    margin-bottom: 16px;
}
.calculated-results-header {
    border-radius: 8px 8px 0 0;
    background: #f0f2f4;
    font-weight: 400;
    line-height: 1.2;
    font-size: 15px;
    letter-spacing: -0.15px;
    padding: 10px 16px;
}
.calculated-results-body {
    padding: 0 16px 16px 16px;
    font-size: 14px;
    line-height: 1.2;
    border-left: 1px solid #f0f2f4;
    border-right: 1px solid #f0f2f4;
}
.calculated-results-body .calculated-row {
    padding: 16px 0 8px;
    border-bottom: 1px solid #f0f2f4;
    display: flex;
    justify-content: space-between;
}
.calculated-results-footer {
    border-radius: 0 0 8px 8px;
    background: #f0f2f4;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.15px;
}
.note-block {
    margin-bottom: 16px;
}
.note-block-text {
    font-size: 14px;
    line-height: 1.2;
}
.note-block-text .regular-text {
    margin-bottom: 8px;
}
.note-block-text .note-text {
    padding: 6px 12px;
    border-radius: 40px;
    border: 1px solid #b39262;
    color: #b39262;
    display: inline-block;
    margin-bottom: 8px;
}
#results .buttons-wrapper button {
    border-radius: 56px;
    padding: 15px 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.15px;
}
#results .buttons-wrapper button#back-btn {
    background: #f0f2f4;
    color: #000;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
#results .buttons-wrapper button#back-btn:before {
    content: '\e801';
    font-size: 12px;
    line-height: 1;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
}
#results .buttons-wrapper button#confirm-btn {
    background: #b39262;
    color: #fff;
    border: none;
    transition: 0.5s;
}
#results .buttons-wrapper button#confirm-btn:hover {
    background: #000;
}
.calculate-section .modal-dialog {
    max-width: 500px;
}
.calculate-section .modal-dialog .modal-content {
    border-radius: 8px;
    padding: 32px 32px 16px 32px;
    border: 1px solid #00a73d;
}
.calculate-section .modal-dialog .modal-header {
    display: block;
    border-bottom: none;
    position: relative;
    padding: 0;
}
.calculate-section .modal-dialog .modal-header .btn-close {
    position: absolute;
    top: -8px;
    right: -8px;
}
.calculate-section .modal-dialog h3 {
    margin-bottom: 8px;
}
.calculate-section .modal-dialog .subtitle {
    color: #8d8d8d;
    margin-bottom: 16px;
    text-align: left;
}
.calculate-section .modal-dialog .modal-body {
    padding: 0;
}
.calculate-section .modal-dialog label {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.15px;
}
.calculate-section .modal-dialog .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 24px;
    margin-top: 8px;
}
.calculate-section .modal-dialog .wpcf7-form-control {
    background: #f0f2f4;
}
.calculate-section .modal-dialog .call-field {
    width: 100%;
}
.calculate-section .modal-dialog .wpcf7-form-control.wpcf7-checkbox {
    padding: 0;
    background: none;
    border-radius: none;
}
.calculate-section
    .modal-dialog
    .wpcf7-form-control.wpcf7-checkbox
    + .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid {
    color: #dc3232;
}
.calculate-section
    .modal-dialog
    .wpcf7-form-control.wpcf7-checkbox
    .wpcf7-list-item {
    margin: 0;
}
.calculate-section
    .modal-dialog
    .wpcf7-form-control.wpcf7-checkbox
    .wpcf7-list-item
    label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.calculate-section .modal-dialog .button-wrapper {
    text-align: center;
}
.whatsapp-btn {
    border-radius: 56px;
    background: #00a73d;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 15px 16px;
    border: none;
    margin-bottom: 10px;
}
.whatsapp-btn:disabled {
    opacity: 0.5;
}
.whatsapp-btn:before {
    content: '\e811';
    font-size: 18px;
    line-height: 1;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
}
.calculate-section .modal-dialog .wpcf7-not-valid-tip {
    font-size: 12px;
}
.wpcf7-list-item input[type='checkbox'] {
    opacity: 0;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    padding-left: 24px;
    display: block;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '';
    background: #f0f2f4;
    border: 1px solid #f0f2f4;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}
.wpcf7-not-valid.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    border-color: #dc3232;
    background: #fff;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
    content: '';
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
}
.wpcf7-acceptance
    .wpcf7-list-item
    input:checked
    + .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
    background: #b39262;
    border-color: #b39262;
}
.wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}
.direct-contact-block {
    text-align: center;
}
.direct-contact-block .regular-text {
    margin-bottom: 16px;
}
#calculator {
    position: relative;
    top: -80px;
    padding: 1px;
}
/* calculate section responsive*/
@media (max-width: 767.98px) {
    .parameters-table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .parameters-table tr td,
    .parameters-table tr th {
        width: 49%;
        box-sizing: border-box;
    }
    .calculated-results-footer .left-column {
        margin-bottom: 8px;
    }
    #results .buttons-wrapper {
        text-align: center;
    }
    #results .buttons-wrapper button {
        width: 100%;
        max-width: 312px;
    }
    #results .buttons-wrapper button#back-btn {
        margin-bottom: 8px;
    }
    #calculate-section .modal-dialog .subtitle {
        margin-bottom: 32px;
    }
    .calculate-section .modal-dialog label {
        font-size: 17px;
        letter-spacing: -0.17px;
    }
}
@media (min-width: 768px) {
    .calculate-section {
        padding: 56px 0;
    }
    .calculator-block {
        margin-bottom: 32px;
    }
    .calculator-body {
        padding: 24px 32px;
    }
    .calculator-block h4 {
        font-size: 17px;
        letter-spacing: -0.17px;
        padding-left: 8px;
    }
    .calculate-section .subtitle {
        margin-bottom: 32px;
    }
    .calculator-block .dropdown {
        margin-bottom: 24px;
    }
    .radio-block {
        margin-bottom: 24px;
    }
    .range-block {
        padding-right: 76px;
    }
    #workers-counter {
        position: absolute;
        top: -5px;
        right: 0;
        margin: 0;
    }
    .selector-bottom-caption {
        padding-left: 32px;
    }
    .parametres-block {
        margin-bottom: 24px;
    }
    .parametres-block h3,
    .calculated-results-header,
    .calculated-results-footer {
        font-size: 17px;
        letter-spacing: -0.17px;
    }
    .calculated-results-footer {
        display: flex;
        justify-content: space-between;
    }
    .calculated-results-block {
        margin-bottom: 24px;
    }
    .note-block-text {
        display: flex;
        align-items: start;
        gap: 16px;
    }
    .note-block {
        margin-bottom: 40px;
    }
    #results .buttons-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .calculate-section .modal-dialog label {
        font-size: 18px;
        letter-spacing: -0.18px;
    }
}
@media (min-width: 1280px) {
    .calculate-section {
        padding: 64px 0;
    }
    .calculator-block {
        margin-bottom: 40px;
    }
    .calculator-block h4 {
        font-size: 18px;
        letter-spacing: -0.18px;
    }
    .calculate-section .subtitle {
        margin-bottom: 40px;
    }
    .calculator-block .dropdown {
        margin-bottom: 32px;
    }
    .parametres-block h3,
    .calculated-results-header,
    .calculated-results-footer {
        font-size: 18px;
        letter-spacing: -0.18px;
    }
}
/* default section */
.default-section {
    padding: 32px 0;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.15px;
}
.default-section h1 {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.5px;
}
.default-section h1,
.default-section h2,
.default-section h3,
.default-section h4,
.default-section h5,
.default-section p,
.default-section ul,
.default-section ol {
    margin-bottom: 24px;
}
.default-section li {
    margin-bottom: 12px;
}
/* default section responsive */
@media (min-width: 768px) {
    .default-section {
        padding: 56px 0;
        font-size: 17px;
        line-height: 1.1;
        letter-spacing: -0.17px;
    }
    .default-section h1 {
        font-size: 32px;
        line-height: 1.04;
        letter-spacing: -0.64px;
    }
}
@media (min-width: 1280px) {
    .default-section {
        padding: 64px 0;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
    .default-section h1 {
        font-size: 40px;
        letter-spacing: -0.8px;
    }
}
/* forms */
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form-control {
    background: #fff;
    border: none;
    width: 100%;
    padding: 14px 16px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.15px;
    position: relative;
}
.wpcf7-form-control:focus {
    outline: none;
}
.call-field .wpcf7 form .wpcf7-response-output {
    margin: 4px 0 0 0;
    border: none;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    color: #1c1c1c;
}
.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    color: #f0f2f4;
    user-select: none;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.checkbox-mark {
    width: 16px;
    height: 16px;
    border-radius: 1px;
    border: 1px solid #f0f2f4;
    display: inline-flex;
    padding-top: 1px;
    justify-content: center;
    transition: all 0.2s ease;
}
.checkbox-mark::after {
    content: '';
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.custom-checkbox input:checked + .checkbox-mark {
    background: #b39262;
    border-color: #b39262;
}
.custom-checkbox input:checked + .checkbox-mark::after {
    opacity: 1;
}
/* form responsive */
@media (min-width: 1280px) {
    .wpcf7-form-control {
        font-size: 15px;
        padding: 15px 16px;
    }
}
/* footer */
.footer {
    background: #000;
    color: #fff;
    padding: 32px 0;
}
.footer-block-1 {
    margin-bottom: 32px;
}
.footer .menu {
    list-style: none;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.footer .menu li {
    margin-right: 24px;
    margin-bottom: 24px;
}
.footer .menu li:last-of-type {
    margin-right: 0;
}
.footer .menu li a {
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
}
.footer .menu li a:hover {
    color: #b39262;
}
.footer-block-2 {
    box-sizing: border-box;
    margin-bottom: 48px;
}
.footer-block-4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-logo {
    display: inline-block;
    margin-bottom: 16px;
}
.footer-short-info {
    font-size: 14px;
    line-height: 1.2;
    max-width: 356px;
}
.address-block {
    font-size: 14px;
    line-height: 1.2;
    color: #838588;
    margin-bottom: 24px;
}
.address-block a {
    font-size: 14px;
    line-height: 1.2;
    color: #838588;
    text-decoration: none;
}
.address-block a:hover {
    text-decoration: underline;
}
.footer-block-3 {
    margin-bottom: 48px;
}
.footer .lang-selector {
    margin-bottom: 16px;
}
.footer .lang-selector .wpml-ls-legacy-list-horizontal ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}
.footer .lang-selector .wpml-ls-legacy-list-horizontal ul li .wpml-ls-link {
    text-decoration: none;
    color: #838588;
    font-weight: 600;
}
.footer
    .lang-selector
    .wpml-ls-legacy-list-horizontal
    ul
    li.wpml-ls-current-language
    .wpml-ls-link {
    color: #fff;
}
.copyright-column {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    color: #dadee2;
    text-align: right;
}
.copyright-column p {
    margin-bottom: 0;
}
.copyright-column a {
    color: #dadee2;
}
.copyright-column a:hover {
    text-decoration: none;
}
.footer .socials-buttons {
    flex: 0 0 auto;
    padding-right: 6px;
}
.socials-buttons .social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin: 10px 10px 0 0;
    text-decoration: none;
    transition: 0.5s;
}
.socials-buttons .social-icon:hover {
    background: #333;
}
.socials-buttons .social-icon:after {
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    transition: 0.5s;
}
.socials-buttons .social-icon:hover:after {
    color: #fff;
}
.socials-buttons .social-icon.whatsapp-icon:after {
    content: '\e811';
}
.socials-buttons .social-icon.viber-icon:after {
    content: '\e810';
}
.socials-buttons .social-icon.facebook-icon:after {
    content: '\e808';
}
.socials-buttons .social-icon.telegram-icon:after {
    content: '\e80e';
}
.socials-buttons .social-icon.instagram-icon:after {
    content: '\e809';
}
.socials-buttons .social-icon.youtube-icon:after {
    content: '\f167';
}
.socials-buttons .social-icon.linkedin-icon:after {
    content: '\f0e1';
}
.otgs-development-site-front-end {
    display: none !important;
}
/* footer responsive */
@media (min-width: 480px) {
    .footer .lang-selector {
        margin-bottom: 0;
    }
    .footer-block-2 {
        display: flex;
        gap: 16px;
        justify-content: space-between;
        align-items: flex-end;
    }
}
@media (min-width: 768px) {
    .footer {
        padding: 48px 0;
    }
    .footer-block-1 {
        margin-bottom: 24px;
    }
    .footer-block-3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer-logo {
        margin-bottom: 0;
    }
    .footer .menu {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 1280px) {
    .footer {
        padding: 48px 0 25px;
    }
    .footer .columns-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-block-1 {
        box-sizing: border-box;
        width: 47%;
        order: 2;
    }
    .footer-block-2 {
        width: 47%;
        order: 4;
        margin-bottom: 0;
    }
    .footer-block-3 {
        order: 1;
        width: 47%;
        display: block;
        margin-bottom: 0;
    }
    .footer-block-4 {
        order: 3;
        width: 47%;
    }
    .address-block {
        margin-bottom: 32px;
    }
    .footer-short-info {
        margin-bottom: 26px;
    }
    .footer-logo {
        margin-bottom: 32px;
    }
}
/* common */
.btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.15px;
    padding: 4px 16px;
    border-radius: 56px;
    transition: 0.5s;
}
button:focus {
    outline: none !important;
}
.btn.has-icon {
    padding-right: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn.has-icon:after {
    content: '\e803';
    font-size: 10px;
    font-family: 'moldopersonal';
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: inherit;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: 0.5s;
}
.btn-primary,
.btn-secondary {
    color: #fff;
    background: #b39262;
    border-color: #b39262;
}
.btn-primary.has-icon:after,
.btn-secondary.has-icon:after {
    background: #fff;
    color: #b39262;
}
.btn-primary:hover {
    color: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
}
.btn-secondary:hover {
    background: #fff !important;
    color: #1c1c1c !important;
}
.btn-primary.has-icon:hover:after {
    background: #fff;
    color: #000;
}
.btn-secondary.has-icon:hover:after {
    background: #000;
    color: #fff;
}
.btn-dark {
    background: #000;
    color: #fff;
}
.btn-dark:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}
.btn-dark.has-icon:after {
    background: #fff;
    color: #000;
}
.btn-dark.has-icon:hover:after {
    background: #000;
    color: #fff;
}
.container {
    padding-left: 16px;
    padding-right: 16px;
}
.btn-light {
    background: #fff;
    border-color: #fff;
    color: #1c1c1c;
}
.btn-light.has-icon:after {
    background: #000;
    color: #fff;
}
.btn-light:hover {
    background: #b39262 !important;
    border-color: #b39262 !important;
    color: #fff !important;
}
.btn-light.has-icon:hover:after {
    background: #fff;
    color: #b39262;
}
.lightboxOverlay {
    width: 100% !important;
}
h1,
.h1-style {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.96px;
}
h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.5px;
}
h3 {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.19px;
}
h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.15px;
}
h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.14px;
}
.regular-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.15px;
}
/* common responsive */
@media (max-width: 767.98px) {
    .no-paddings-on-mobiles {
        padding: 0 !important;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 1280px !important;
    }
}
@media (min-width: 768px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
    .container.no-padds-on-tablet {
        padding-left: 0;
        padding-right: 0;
    }
    .btn {
        padding: 6px 16px;
    }
    .btn.has-icon {
        padding-right: 6px;
    }
    h1,
    .h1-style {
        font-size: 64px;
        letter-spacing: -1.28px;
    }
    h2 {
        font-size: 32px;
        line-height: 1.04;
        letter-spacing: -0.64px;
    }
    h3 {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }
    h4 {
        font-size: 17px;
        line-height: 1.1;
        letter-spacing: -0.17px;
    }
    .regular-text {
        font-size: 17px;
        letter-spacing: -0.17px;
    }
}
@media (min-width: 1280px) {
    body {
        font-size: 15px;
    }
    .container,
    .container.no-padds-on-tablet {
        padding-left: 48px;
        padding-right: 48px;
    }
    h1,
    .h1-style {
        font-size: 72px;
        font-style: normal;
        letter-spacing: -1.44px;
    }
    h2 {
        font-size: 40px;
        line-height: 1.04;
        letter-spacing: -0.8px;
    }
    h3 {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.24px;
    }
    h4 {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
    h5 {
        font-size: 15px;
        letter-spacing: 0.15px;
    }
    .btn {
        font-size: 15px;
        padding: 8px 16px;
    }
    .btn.has-icon {
        padding-right: 8px;
    }
    .regular-text {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.18px;
    }
}
