/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/

/* Breadcrums single like on COM */
.site-breadcrumb {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 40px;
    color: #728181;
}

.site-breadcrumb a {
    color: #728181;
}

.site-breadcrumb a:hover {
    color: #00be8c;
}

.site-breadcrumb__separator {
    margin: 0 8px;
}

/* old styles from header <style> */

.youtube img {
    left: 0;
}

.roundme {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.roundme .roundme-play-button {
    background-color: #333;
    border-radius: 6px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    height: 60px;
    opacity: .8;
    width: 90px;
    z-index: 1;
}

.roundme .roundme-play-button:before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 15px 0 15px 26px;
    content: "";
}

.roundme img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

.roundme img,
.roundme .roundme-play-button {
    cursor: pointer;
}

.roundme .roundme-play-button,
.roundme .roundme-play-button:before {
    position: absolute;
}

.roundme .roundme-play-button,
.roundme .roundme-play-button:before {
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.roundme:hover .roundme-play-button {
    background-color: #05c495;
}

.roundme img {
    left: 0;
}

.slide-opacity {
    background-color: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.apartment-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .65;
    position: absolute;
    right: 0;
    top: 0;
}

.apartment-overlay-block {
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
}

.apartment-overlay-block p {
    color: #fff;
    font-size: 20px;
}

.apartment-overlay-block p.title-1 {
    font-size: 60px;
    font-weight: 700;
}

@media (max-width:1024px) {
    .apartment-overlay-block p.title-1 {
        font-size: 40px !important;
        line-height: 40px !important;
        margin-bottom: 14px !important;
    }
}

iframe.apartment {
    height: 100vh;
    width: 100vw;
}

@media (max-width: 940px) {
    iframe.apartment {
        height: 85vh;
        width: 100vw;
    }
}

.apartment-go-next {
    position: absolute;
    bottom: 65px;
    z-index: 4;
    width: 34px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 17px;
    margin-left: -17px;
    right: 50px;
}

.apartment-go-next:before {
    content: "";
    width: 10px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(/wp-content/themes/render2021likeCom/images/scrolldown-mouse.png) no-repeat center -10px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.as_item.hid {
    display: none;
}

#linkview {
    background-color: rgba(0, 0, 0, .25) !important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    bottom: 76px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 12px !important;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 26px;
    text-align: center;
    transition: opacity .3s, bottom .5s, box-shadow .3s cubic-bezier(0.55, 0, .1, 1), background-color .1s linear;
    width: 40px;
    z-index: -1;
}

#linkview img {
    width: 15px;
}

#linkview i {
    background-color: transparent !important;
    display: inline-block;
    font-size: 16px !important;
    height: 39px !important;
    left: 0 !important;
    line-height: 35px !important;
    position: relative;
    text-align: center !important;
    top: 0 !important;
    transform: translate(0, 0);
    transition: transform .2s ease;
    width: 39px !important;
    z-index: 10;
}

#linkview:hover {
    background-color: transparent !important;
    transition: box-shadow .3s cubic-bezier(0.55, 0, .1, 1), background-color .05s linear .25s;
}

#linkview:hover i {
    transform: translate(0, -39px) !important;
}

#linkview:after,
#linkview:before {
    background-color: #05c495;
    border-radius: 100px;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all .3s cubic-bezier(0.55, 0, .1, 1);
    width: 100%;
    z-index: 1;
}

#linkview:before {
    background-color: rgba(255, 255, 255, .25);
    opacity: 0;
    transform: scale(1);
    transition: all .5s cubic-bezier(0.165, .84, .44, 1);
    z-index: 2;
}

#linkview:hover:after {
    transform: scale(1);
}

#linkview:active:before {
    opacity: 1;
}

#menu-item-4062 svg {
    margin-right: 4px;
    margin-top: -4px;
}

.auto-checking-form-field {
    display: none;
}

/* 18.12.2022 new footer */
.footer_copy {
    font: normal normal normal 14px/24px Roboto;
    padding: 5px 0;
    letter-spacing: 0.1px;
    color: #a0a8a8;
    opacity: 0.52;
}

.footer_copy a {
    display: inline-block;
}

.footer_top {
    border-bottom: 1px solid #203536;
    padding-bottom: 32px;
    margin-bottom: 46px;
}

#footer {
    padding: 29px 0 12px;
}

#footer .footer_cols .logo {
    position: static;
    margin: 0;
}

#footer .footer_cols .logo img {
    width: 100%;
}

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

.footer_top .footer_cols {
    align-items: center;
    gap: 20px;
}

.footer_menu-container {
    width: 780px;
}

.footer_top .footer_cols .footer_menu-container {
    width: auto;
}

#footer .footer_cols #footer-menu li {
    font: normal normal bold 14px/27px Roboto;
}

#footer .footer_cols #footer-menu li:after {
    background: #a3a3a3;
    content: "";
    height: 13px;
    left: -11px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 1px;
}

#footer .footer_cols #footer-menu li a:not(.btn) {
    color: #fff;
}

#footer .footer_cols #footer-menu li a:not(.btn):hover {
    color: #21c396;
}

.footer_title {
    color: #fff;
    font: normal normal bold 16px/27px roboto;
    letter-spacing: 0;
    margin: 2px 0 24px;
}

.footer_nav {
    margin-bottom: 40px;
}

.footer_nav ul {
    column-count: 3;
    margin: 0;
}

.footer_nav li {
    list-style: none;
    margin-bottom: 13px;
    display: inline-block;
    break-inside: avoid;
    width: 100%;
}

#footer .footer_nav li a:not(.btn) {
    font: normal normal normal 14px/17px Roboto;
    letter-spacing: 0.1px;
    color: #a0a8a8;
}

#footer .footer_nav li a:not(.btn):hover {
    color: #21c396 !important;
}

#footer .footer_contacts li {
    list-style: none;
}

#footer .footer_contacts li a:not(.btn) {
    display: inline-flex;
    align-items: center;
    font: normal normal normal 14px/30px Roboto;
    letter-spacing: 0px;
    color: #21c396;
}

#footer .footer_contacts li a .fa {
    font-size: 22px;
    width: 22px;
    margin-right: 18px;
    display: block;
}

#footer .social-icons {
    margin-top: 25px;
    margin-right: -4px;
    margin-bottom: 52px;
    min-height: 36px;
}

#footer .social-icons.social-icons-light li a:not(.btn) {
    background: #142c2d;
    color: #fff;
    border: 1px solid #b1b1b1;
}

.social-icons ul {
    overflow: hidden;
    display: inline-block;
}

.footer_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2) format("woff2"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.ttf) format("truetype");
}

.fa-x-twitter:before {
    font-family: "Font Awesome 5 Brands";
    content: "\e61b";
}

/* Header */
#header .page-menu .sub-menu a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    color: #444 !important;
    font-family: "Roboto", sans-serif;
    padding: 12px 20px 12px 18px;
    display: block;
    transition: 0.3s ease;
}

#header .page-menu .sub-menu a:hover {
    color: #05c495 !important;
    text-decoration: none;
}

#header.dark .page-menu .menu-item .sub-menu a:not(.btn):hover {
    text-decoration: none !important;
}

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

    #mainMenu nav > ul > li .dropdown-menu,
    #mainMenu nav > ul > li .sub-menu {
        flex-grow: 1;
        order: 1;
    }

    #mainMenu:not(.menu-overlay) .menu > li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .dark #mainMenu .menu > li > a {
        color: #000;
        display: inline-block;
        padding: 12px 0;
        font-size: 14px;
        border: 0;
        border-radius: 0;
    }

    .mainMenu-open #header.dark .header-inner .lines:after,
    .mainMenu-open #header.dark .header-inner .lines:before {
        background-color: #111;
    }

    .mainMenu-open #header.dark .link-cont-mob svg {
        fill: #000;
        stroke: #000;
    }

    .mainMenu-open #header.dark .header-inner #logo a > img {
        display: block;
    }

    .mainMenu-open #header.dark .header-inner #logo a > .logo-hover {
        display: none;
    }

    .mainMenu-open .dark .header-extras a > i,
    .mainMenu-open .dark .header-extras .p-dropdown a > span {
        color: #484848;
    }

    #header #mainMenu-trigger {
        position: relative;
        margin-right: -10px;
        opacity: 1;
        visibility: visible;
    }

    #header #mainMenu:not(.menu-overlay) nav {
        line-height: 40px;
        float: none;
        width: 100%;
        padding-bottom: 20px;
        transition: 0.7s ease;
        opacity: 0;
        transform: translateY(-18px);
    }

    #header .header-extras {
        float: left;
    }

    #header .header-inner #logo {
        position: absolute !important;
        text-align: center;
        margin: 0 !important;
        float: none;
        height: 80px;
        left: 50%;
        width: 150px;
        margin-left: -75px !important;
        right: 0;
        padding: 0 !important;
    }

    #header .header-inner .page-menu {
        display: none;
    }

    .mainMenu-open #header .header-inner #mainMenu {
        width: calc(100% + 14px);
        display: block;
        opacity: 1;
        overflow-y: scroll;
    }

    .mainMenu-open .body-inner #header .header-inner,
    .mainMenu-open .body-inner #header #header-wrap {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        background-color: #fff !important;
    }

    .mainMenu-open #header .header-inner,
    .mainMenu-open #header #header-wrap {
        height: auto;
    }

    .mainMenu-open #header.dark .header-inner .lines:before,
    .mainMenu-open #header.dark .header-inner .lines:after {
        background-color: #111;
    }

    #header #mainMenu:not(.menu-overlay) {
        max-height: 0;
        clear: both;
        overflow: hidden;
        transition: max-height 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86),
            opacity 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    }

    #header #mainMenu:not(.menu-overlay).menu-animate nav {
        opacity: 1;
        transform: translateY(0);
        line-height: 40px;
        float: none;
        width: 100%;
        padding-bottom: 20px;
        transition: 0.7s ease;
    }

    #header #mainMenu:not(.menu-overlay) nav > ul {
        float: none;
        width: 100%;
    }

    #header #mainMenu:not(.menu-overlay) nav > ul > li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: flex;
        border: 0;
        align-items: center;
        flex-wrap: wrap;
    }

    #header #mainMenu nav > ul > li .dropdown-menu,
    #header #mainMenu nav > ul > li .sub-menu {
        flex-grow: 1;
        order: 1;
        box-shadow: 0 10px 17px rgba(0, 0, 0, 0.1);
        margin: 0 30px 20px;
        position: relative;
        top: 0;
    }

    .mainMenu-open .body-inner #header.header-sticky .header-inner {
        height: auto;
        position: fixed;
        top: 0;
        margin: 0 auto;
        width: 100%;
    }
}

/*Subscribe Modal*/
.modal-open {
    overflow: hidden;
}

#subscribe-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
}

.subscribe-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 428px;
    max-width: 80%;
}

.subscribe-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.subscribe-modal__content .wpcf7-not-valid-tip {
    line-height: 1.5;
}

.subscribe-modal__content .wpcf7-spinner {
    display: none;
}

.social-icons.social-icons-colored .social-x-twitter a,
.social-icons.social-icons-colored-hover .social-x-twitter a:hover {
    background-color: #40bff5;
}

@media (min-width: 1200px) {
    #footer .footer_cols .logo {
        width: 203px;
        max-width: 203px;
    }
}

@media (max-width: 1199px) {
    .footer_cols {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .footer_top .footer_cols {
        flex-direction: column;
    }

    .footer_menu-container {
        width: 100%;
    }

    .footer_copy {
        text-align: center;
    }

    #footer .footer_cols .logo {
        margin-bottom: 20px;
    }

    .footer_left {
        display: block;
    }

    #footer .social-icons {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .footer_nav ul {
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .footer_nav ul {
        column-count: 1;
    }
}

.breadcrumbs {
    color: #728181;
    font-size: 1rem;
}

.breadcrumbs a {
    color: #728181;
}

.breadcrumbs-mob {
    margin-bottom: 20px;
}

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

.dropdown-menu,
.sub-menu.sub-menu-vr {
    background-position: right bottom;
    background-repeat: no-repeat;
    min-width: 160px;
    top: auto;
    background-color: #ffffff;
    border: 0;
    color: #000000;
    border-style: solid;
    border-color: #eeeeee;
    border-width: 1px !important;
    left: auto;
    margin: 0;
    margin-top: -6px;
    border-radius: 4px;
    box-shadow: 0 33px 32px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: none;
    position: absolute;
}

.dropdown-menu,
.sub-menu.sub-menu-vr li a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    color: #444 !important;
    font-family: "Roboto", sans-serif;
    padding: 12px 20px 12px 18px;
    display: block;
    transition: 0.3s ease;
}

.dropdown-menu,
.sub-menu.sub-menu-vr li a:hover {
    color: #05c495 !important;
    text-decoration: none !important;
}

#header.dark .page-menu .sub-menu-vr li a.sub-menu-vr-link:hover {
    text-decoration: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

@media (min-width: 1025px) {
    #menu-item-6751 {
        display: none;
    }
}

/* Testimonials */
.testimonial .testimonial-item ol,
.testimonial .testimonial-item ul {
    color: #728181;
    display: inline-block;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    list-style: disc;
    margin-bottom: 0;
    text-align: left;
    max-width: 80%;
}

.testimonial .testimonial-item ol + span,
.testimonial .testimonial-item ul + span {
    margin-top: 30px;
}

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

    .testimonial .testimonial-item ol,
    .testimonial .testimonial-item ul {
        font-size: 14px;
    }
}

/* Home page */

.section-why .heading-text > .row h2,
.section-why .heading-text > .row h3,
.section-why .heading-text > .row h4,
.section-why .heading-text > .row h5,
.section-why .heading-text > .row h6 {
    color: #435657;
    font-size: 25px;
    line-height: 1.44;
}

.section-why__item:first-child .section-why__icon {
    max-width: 52px;
}

.section-why__icon {
    max-width: 62px;
    min-height: 64px;
}

.section-why__title {
    font-size: 18px;
    line-height: 1.44;
}

.section-why__arr {
    position: absolute;
    top: 24px;
    left: -59px;
    width: 118px;
}

.section-why__description {
    color: #1f1f1f;
    max-width: 270px;
}

@media screen and (max-width: 1200px) {
    .section-why__arr {
        left: -40px;
        width: 80px;
    }
}

@media screen and (max-width: 767px) {
    .section-why__item {
        margin-bottom: 80px;
    }

    .section-why__item:last-child {
        margin-bottom: 0;
    }

    .section-why__arr {
        top: -60px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
        width: 40px;
        height: 19px;
    }

    .section-why__arr img {
        -o-object-position: center right;
        object-position: center right;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }
}

/* Section Get in Touch with Us */
.title-get-in-touch,
.title-social {
    color: #1f1f1f;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 10px;
}

.title-social {
    margin-bottom: 12px;
}

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

    .title-get-in-touch,
    .title-social {
        font-size: 23px;
        line-height: 1.5;
    }
}

/* owner section */
.owner {
    background-color: #f6f8fa;
    padding: 100px 0;
}

.owner__inner {
    max-width: 1170px;
}

.owner__name {
    font-family: "Roboto", sans-serif;
    color: #435657;
    font-weight: 600;
    font-size: 25px;
    line-height: 36px;
    margin: 0 0 36px;
}

.owner__position {
    color: #728181;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.owner__description {
    max-width: 531px;
}

.owner__description > * {
    color: #728181;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.owner__description p {
    margin: 30px 0 0;
}

.owner__description p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .owner__name {
        margin: 0 0 18px;
    }

    .owner__description p {
        margin: 18px 0 0;
    }
}

@media screen and (max-width: 991px) {
    .owner__description {
        max-width: 100%;
    }
}

/* About page */
#header[data-transparent="true"] + #page-title.about-hero,
#header[data-transparent="true"] + #page-title.landing-3d-hero {
    background-size: cover;
    background-position: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 165px 0 115px;
    min-height: 75vh;
}

.about-hero .bg-overlay {
    opacity: 0.7;
}

.body-inner #page-title .page-title > h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 30px;
    color: #ffffff;
}

#page-title .page-title > p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.heading-text.heading-section > .about-title {
    margin-bottom: 82px;
}

@media screen and (max-width: 1024px) {
    .body-inner #page-title .page-title > h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 14px;
    }

    #page-title .page-title > p {
        font-size: 16px;
    }
}

/* Testimonials v2 */
.testimonials {
    background-color: #f6f8fa;
    padding: 100px 0;
}

.testimonials__container {
    align-items: center;
    display: flex;
    max-width: 1180px;
}

.testimonials__left-block {
    background-color: #54656c;
    min-height: 644px;
    max-width: 580px;
    padding: 117px 9% 183px 7.8%;
    width: 51%;
}

.testimonials__right-block {
    box-shadow: 0 183px 183px 0 #1622331f;
    background-color: #fff;
    flex-grow: 1;
    max-width: 657px;
    margin-left: -7.8%;
    min-height: 564px;
    padding: 80px 0;
    width: 68%;
}

.testimonials__left-block-inner {
    color: #fff;
    max-width: 303px;
}

.testimonials__right-block-inner {
    max-width: 507px;
    margin: 0 auto;
    width: 80%;
}

.testimonials__divider {
    background-color: #00be8c;
    height: 1px;
    margin: 40px 0;
    width: 100px;
}

.testimonials__title {
    color: inherit;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.testimonials__text > * {
    font-size: 14px;
    color: inherit;
    line-height: 1.71;
}

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

.testimonials__list-item {
    padding: 0 15px;
    width: 100%;
}

.testimonials__list-item ul,
.testimonials__list-item ol {
    display: inline-block;
    list-style: disc;
    padding-left: 25px;
    margin: 0 0 22px;
    text-align: left;
}

.testimonials__list-name {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    margin: 0 0 8px;
}

.testimonials__list-company {
    color: #728181;
    font-size: 16px;
    line-height: 1.12;
    margin: 0 0 30px;
}

.testimonials__list-text > * {
    color: #728181;
    font-size: 14px;
    line-height: 1.71;
}

.testimonials__list-text p {
    margin: 0 0 22px;
}

.testimonials__list-text p:last-child {
    margin-bottom: 0;
}

.testimonials__list .flickity-button {
    background-color: transparent;
    box-shadow: none;
    height: 30px;
    opacity: 1;
    top: calc(100% + 70px);
    width: 30px;
}

.testimonials__list .flickity-button[disabled] {
    cursor: auto;
    opacity: 0.5;
}

.testimonials__list .flickity-button:focus {
    outline: none;
}

.testimonials .testimonials__list .flickity-button:before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 10px;
}

.testimonials__list .flickity-prev-next-button.previous {
    left: auto;
    right: 56px;
    transform: translate(0, 0);
}

.testimonials__list .flickity-prev-next-button.previous:before {
    background: url("../images/slider-arr-left-dark.svg"), no-repeat;
    background-size: 100% 100%;
}

.testimonials__list .flickity-prev-next-button.next {
    left: auto;
    right: 20px;
    transform: translate(0, 0);
}

.testimonials__list .flickity-prev-next-button.next:before {
    background: url("../images/slider-arr-right-dark.svg"), no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 1200px) {
    .testimonials__left-block {
        padding: 70px 80px 120px 40px;
        width: 48%;
    }

    .testimonials__left-block-inner {
        max-width: 420px;
    }

    .testimonials__title {
        font-size: 24px;
    }

    .testimonials__right-block {
        margin-left: -40px;
        padding: 50px 0;
        width: 62%;
    }

    .testimonials__right-block-inner {
        max-width: 100%;
        padding: 0 25px;
        margin: 0 auto;
        width: 100%;
    }

    .testimonials__divider {
        margin: 25px 0;
        width: 70px;
    }
}

@media screen and (max-width: 768px) {
    .testimonials {
        padding: 50px 0;
    }

    .testimonials__container {
        flex-direction: column;
    }

    .testimonials__left-block {
        padding: 50px 20px 80px 20px;
        max-width: 100%;
        min-height: 365px;
        width: 100%;
    }

    .testimonials__left-block-inner {
        max-width: 100%;
    }

    .testimonials__right-block {
        margin: -40px auto 0;
        padding: 50px 0;
        max-width: 100%;
        min-height: auto;
        width: calc(100% - 40px);
    }

    .testimonials__list-name {
        font-size: 16px;
    }

    .testimonials__list-company {
        font-size: 15px;
    }

    .testimonials__list .flickity-prev-next-button.previous {
        right: auto;
        left: 16px;
    }

    .testimonials__list .flickity-prev-next-button.next {
        right: auto;
        left: 44px;
    }
}

@media screen and (max-width: 575px) {
    .testimonials__left-block {
        padding: 40px 20px;
        min-height: 400px;
    }

    .testimonials__right-block {
        margin: 0 auto;
        padding: 40px 0;
        width: 100%;
    }

    .testimonials__list .flickity-button {
        top: calc(100% + 60px);
    }

    .testimonials__right-block-inner {
        padding: 0;
    }

    .testimonials__list-item {
        padding: 0 20px;
    }
}

/* Your advantages */

.your-advantages {
    padding: 77px 0 200px;
    overflow: visible;
}

.your-advantages__container {
    max-width: 1170px;
}

.your-advantages .your_advantages__title {
    font: 700 48px/1.17 "Roboto", sans-serif;
    color: #1f1f1f;
    margin: 0 0 80px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}

.your_advantages__title:after {
    background-color: #00be8c;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.your-advantages__tabs {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.your-advantages__tab-nav {
    color: #435657;
    max-width: 270px;
    position: sticky;
    top: calc(50% - 50px);
    width: 24%;
}

.your-advantages__tab-content {
    max-width: 850px;
    width: 74.5%;
}

.your-advantages__tab-content:after {
    content: "";
}

.your-advantages__current-inner span,
.your-advantages__sep,
.your-advantages__total,
.your-advantages__current-number {
    font: 400 13px/1.23 "Roboto", sans-serif;
}

.your-advantages__current-inner span {
    display: block;
}

.your-advantages__count {
    display: flex;
}

.your-advantages__content-count {
    display: none;
}

.your-advantages__current-number {
    overflow: hidden;
    position: relative;
}

.your-advantages__current-inner {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.your-advantages__current-inner span:not(:first-child) {
    position: absolute;
    left: 0;
}

.your-advantages__sep {
    padding: 0 5px;
}

.your-advantages__nav-list {
    list-style: none;
    margin: 16px 0 0;
    position: relative;
}

.your-advantages__nav-item,
.your-advantages__current-item span {
    font: 600 25px/0.92 "Roboto", sans-serif;
}

.your-advantages__nav-item {
    opacity: 0;
}

.your-advantages__current-item {
    display: none;
    margin-bottom: 10px;
}

.your-advantages__nav-item:not(.active) {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: none;
}

.your-advantages__nav-item.active {
    animation: tab_in_down 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.1s;
    opacity: 0;
}

.your-advantages__content-block {
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: -10px;
    padding-bottom: 100px;
}

.your-advantages__content-block:last-child {
    padding-bottom: 0;
}

.your-advantages__card {
    border: 1px solid #d9d9d9;
    margin: 10px;
    padding: 30px;
    min-height: 334px;
    width: calc(33% - 20px);
}

.your-advantages__card-icon {
    margin-bottom: 20px;
    min-height: 68px;
    max-width: 52px;
}

.your-advantages__card-text > * {
    color: #435657;
    font: 400 14px/1.71 "Roboto", sans-serif;
}

@keyframes tab_in_down {
    0% {
        opacity: 0;
        transform: translateY(-18px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1200px) {
    .your-advantages__tab-nav {
        width: 20%;
    }

    .your-advantages__tab-content {
        width: 78.5%;
    }
}

@media screen and (max-width: 1024px) {
    .your-advantages > .container {
        padding-right: 0;
    }

    .your-advantages .your_advantages__title {
        padding-right: 30px;
    }

    .your-advantages .your_advantages__title:after {
        left: calc(50% - 18px);
    }

    .your-advantages__tab-nav {
        display: none;
        margin: 0 auto 65px;
        position: static;
        text-align: center;
    }

    .your-advantages__tab-content {
        max-width: 100%;
        width: 100%;
    }

    .your-advantages__tab-content {
        position: relative;
    }

    .your-advantages__content-block {
        display: block;
        margin: 0;
        position: relative;
        padding: 55px 20px 0 0;
        max-width: 650px;
        width: 80%;
    }

    .your-advantages__content-block[aria-hidden="true"] {
        opacity: 0.5;
    }

    .your-advantages__count {
        margin-bottom: 6px;
    }

    .your-advantages__content-count {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .your-advantages__nav-item,
    .your-advantages__nav-item:not(.active) {
        opacity: 1;
        pointer-events: auto;
        position: static;
    }

    .your-advantages__card {
        margin: 20px 0;
        min-height: 285px;
        width: 100%;
    }

    .your-advantages__card-icon {
        min-height: auto;
    }

    .your-advantages__tab-content:after {
        content: "flickity";
        display: none;
    }
}

@media screen and (max-width: 739px) {
    .your-advantages {
        padding: 40px 0 100px;
    }

    .your-advantages .your_advantages__title {
        font-size: 30px;
        margin-bottom: 40px;
        padding-bottom: 37px;
    }

    .your-advantages__sep {
        padding: 0 4px;
    }

    .your-advantages__nav-item {
        font-size: 18px;
        line-height: 23px;
    }
}

@media screen and (max-width: 499px) {
    .your-advantages__content-block {
        max-width: 293px;
        width: 90%;
    }

    .your-advantages__card {
        min-height: 334px;
    }
}

/* Comparion Section Start */
.comparison-section {
    padding-top: calc(0.065 * 100vw + 75px);
    padding-bottom: calc(0.045 * 100vw + 50px);
}

.comparison-section__row--second {
    padding-top: calc(0.03 * 100vw + 40px);
}

.comparison-section__row img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 98.3%;
    max-width: 560px;
}

.comparison-section__row--second .comparison-section__text ul li:before {
    background: url("../images/circle-green-arrow.svg"), no-repeat;
    background-size: 100% 100%;
}

.comparison-section__row--second .comparison-section__text {
    margin-left: 0;
    margin-right: auto;
    width: 89.5%;
}

.comparison-section__row--second .comparison-section__text p {
    max-width: 488px;
    margin-bottom: 24px;
}

.comparison-section__row--second .comparison-section__title {
    width: 100%;
}

.comparison-section__text,
.comparison-section__title {
    margin-left: auto;
    width: 81.3%;
}

.comparison-section__text p {
    margin-bottom: 34px;
}

.comparison-section__text ul {
    list-style: none;
}

.comparison-section__text ul li {
    color: #728181;
    font-size: 1.14rem;
    line-height: 1.5;
    min-height: 32px;
    margin-bottom: 16px;
    padding-left: 31px;
    position: relative;
}

.comparison-section__text ul li:last-child {
    min-height: auto;
    margin-bottom: 0;
}

.comparison-section__text ul li:before {
    background: url("../images/red-close-icon.svg"), no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
}

.comparison-section__text > ul:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 738px) {
    .comparison-section__title.heading-text > h2 {
        font-size: calc(0.01 * 100vw + 28px);
        line-height: 1.17;
    }
}

@media screen and (min-width: 1025px) {
    .comparison-section .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1919px) {
    .comparison-section {
        padding-top: 200px;
        padding-bottom: 137px;
    }

    .comparison-section__row--second {
        padding-top: 120px;
    }

    .comparison-section__title.heading-text > h2 {
        font-size: 48px;
    }
}

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

    .comparison-section__text,
    .comparison-section__title {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .comparison-section__row img {
        width: 100%;
        max-width: 100%;
    }
}

/* Comparion Section End */

/* Why Us Section Start */
.why-us-section {
    background-size: cover;
    padding-top: calc(0.082 * 100vw + 69px);
    padding-bottom: calc(0.064 * 100vw + 76px);
}

.why-us-section .bg-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.why-us-section,
.why-us-section h2,
.why-us-section h3,
.why-us-section p {
    color: #fff;
}

.why-us-section__col-left,
.why-us-section__col-right {
    padding-left: 15px;
    padding-right: 15px;
}

.why-us-section__col-left {
    width: 21%;
}

.why-us-section__col-right {
    width: 79%;
}

.why-us-section__title {
    font-size: calc(0.004 * 100vw + 22.5px);
}

.why-us-section__title:not(:last-child) {
    margin-bottom: 20px;
}

.why-us-section__description {
    margin-bottom: 1.9rem;
}

.why-us-section__card {
    padding-top: 18px;
}

.why-us-section__card img {
    max-width: 68px;
}

.why-us-section__card-title {
    font-size: 50px;
    line-height: 1.3;
}

.why-us-section__card-title:not(:last-child) {
    margin-bottom: 0;
}

.why-us-section__card-divider {
    border-top: 1px solid #fff;
    width: 15px;
}

@media screen and (min-width: 1310px) {
    .why-us-section__container {
        max-width: 1520px;
        width: 90%;
    }
}

@media screen and (min-width: 1919px) {
    .why-us-section {
        padding-top: 227px;
        padding-bottom: 199px;
    }

    .why-us-section__title {
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .why-us-section__col-left {
        width: 30%;
    }

    .why-us-section__col-right {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    .why-us-section__col-left {
        width: 38%;
    }

    .why-us-section__col-right {
        width: 62%;
    }
}

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

    .why-us-section__col-left,
    .why-us-section__col-right {
        width: 100%;
    }

    .why-us-section__col-left {
        margin-bottom: 60px;
    }
}

/* Why Us Section End */

/* Gallery Slider Section Start */
.gallery-section {
    padding-top: calc(0.052 * 100vw + 50px);
    padding-bottom: calc(0.065 * 100vw + 76px);
}

.gallery-section__divider {
    position: absolute;
    right: -47px;
    top: 0;
    height: 100%;
    border-right: 1px solid #d9d9d9;
}

.gallery-section .swiper-container {
    padding-top: 60px;
}

.gallery-section .swiper-slide,
.gallery-section__navigations {
    max-width: 601px;
}

.gallery-section__navigations {
    margin-top: 50px;
    height: 45px;
}

.gallery-section__project {
    font-size: 24px;
    font-weight: 600;
    margin-top: 26px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.gallery-section__project:not(:last-child) {
    margin-bottom: 0;
}

.gallery-section .swiper-slide-active .gallery-section__project {
    opacity: 1;
}

.gallery-section__img-wrap {
    box-shadow: 0 11.45px 11.45px 0 rgba(22, 34, 51, 0.04);
}

.gallery-section__img-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 444px;
}

.gallery-section__buttons,
.gallery-section__scrollbar {
    position: relative;
}

.gallery-section .swiper-scrollbar {
    background-color: #d9d9d9;
    top: calc(50% - 2px);
}

.gallery-section .swiper-scrollbar-drag {
    background-color: #0baf87;
}

.gallery-section__scrollbar {
    width: calc(100% - 118px);
}

.gallery-section__buttons {
    width: 90px;
}

.gallery-section .swiper-button-next,
.gallery-section .swiper-button-prev {
    border: 1px solid #01ba8b;
    border-radius: 3px;
    margin-top: 0;
    right: auto;
    top: 0;
    height: 45px;
    width: 45px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.gallery-section .swiper-button-next svg,
.gallery-section .swiper-button-prev svg {
    width: 10px;
}

.gallery-section .swiper-button-next:after,
.gallery-section .swiper-button-prev:after {
    display: none;
}

.gallery-section .swiper-button-prev {
    left: 0;
}

.gallery-section .swiper-button-next:hover,
.gallery-section .swiper-button-prev:hover {
    background-color: #0baf87;
}

.gallery-section .swiper-button-next:hover svg path,
.gallery-section .swiper-button-prev:hover svg path {
    fill: #fff;
}

.gallery-section .swiper-button-next {
    left: 45px;
}

@media screen and (min-width: 1919px) {
    .gallery-section {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}

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

    .gallery-section .swiper-slide,
    .gallery-section__navigations {
        max-width: calc(55% - 60px);
    }
}

@media screen and (max-width: 767px) {
    .gallery-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .gallery-section .swiper-slide,
    .gallery-section__navigations {
        max-width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .gallery-section__img-wrap img {
        height: calc(0.62 * 100vw + 122px);
    }
}

@media only screen and (max-width: 374px) {
    .gallery-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Gallery Slider Section End */

/* Our Partners Start */
.our-partners {
    overflow: hidden;
    padding-top: 244px;
    padding-bottom: 0;
}

.our-partners__list {
    align-items: center;
    margin-top: 100px;
    will-change: transform;
}

.our-partners__item {
    border: 1px solid #d9d9d9;
    border-left: none;
    flex-shrink: 0;
    height: 208px;
    width: 365px;
}

.our-partners__logo {
    max-width: 280px;
}

@media screen and (max-width: 1680px) {
    .our-partners {
        padding-top: calc(0.11 * 100vw + 58px);
    }

    .our-partners__list {
        margin-top: calc(0.03 * 100vw + 48px);
    }

    .our-partners__item {
        height: calc(0.09 * 100vw + 58px);
        width: calc(0.16 * 100vw + 101px);
    }

    .our-partners__logo {
        max-width: calc(0.12 * 100vw + 77px);
    }
}

@media screen and (max-width: 375px) {
    .our-partners__item {
        height: 91px;
        width: 160px;
    }

    .our-partners__logo {
        max-width: 122px;
    }
}

/* Our Partners End */

/* Our Team Start */
.our-team {
    padding-top: 90px;
    padding-bottom: 100px;
    background-color: #e8eaea;
}

.our-team__row {
    margin-bottom: 70px;
    gap: 20px;
}

.our-team__col {
    width: calc(20% - 16px);
}

@media screen and (max-width: 991px) {
    .our-team__row {
        margin-bottom: 70px;
        gap: 30px 0;
    }

    .our-team__col {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .our-team__col {
        width: 100%;
    }
}

/* Our Team End */

/* Frequently asked questions section start */
.faq {
    padding: 200px 0;
    overflow: visible;
}

.faq > .container {
    max-width: 1170px;
}

.faq__section-title-wrap {
    max-width: 463px;
    padding-top: 24px;
    width: 43%;
}

.faq__left,
.faq__right {
    max-width: 530px;
    width: 46.5%;
}

.faq .faq__section-title {
    font: 700 48px/1.17 "Roboto", sans-serif;
    margin: 0;
    padding-bottom: 40px;
    position: sticky;
    top: 120px;
}

.faq .faq__section-title::after {
    background-color: #00be8c;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
}

.faq__list {
    max-width: calc(100% - 483px);
}

.faq__item {
    border-top: 1px solid #d9d9d9;
    position: relative;
}

.faq__item.active {
    box-shadow: 0 11px 11px 0 rgba(22, 34, 51, 0.04),
        0 11px 68px 0 rgba(22, 34, 51, 0.04),
        0 68px 68px 0 rgba(22, 34, 51, 0.04),
        0 91px 91px 0 rgba(22, 34, 51, 0.04), 0 1px 0 0 #d9d9d9 inset;
}

.faq__item.active .faq__arrow::before {
    opacity: 0;
}

.faq__item:last-child {
    border-bottom: 1px solid #d9d9d9;
}

.faq__arrow-wrap {
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 25px;
    height: 39px;
    width: 39px;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    cursor: pointer;
}

.faq__arrow {
    border: 1px solid #313131;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.faq__arrow::after,
.faq__arrow::before {
    opacity: 1;
    background: #000;
    display: inline-block;
    content: "";
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.faq__arrow::after {
    height: 2px;
    width: 13px;
}

.faq__arrow::before {
    height: 13px;
    width: 2px;
}

.faq__title {
    min-height: 90px;
    padding: 15px 97px 15px 30px;
    cursor: pointer;
}

.faq__title,
.faq__title h3 {
    font: 600 18px/30px "Roboto", sans-serif;
    color: #313131;
}

.faq__section-title--highlight {
    color: #00be8c;
}

.faq__text {
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
    padding: 0 96px 0 30px;
}

.faq__text > * {
    color: #728181;
    font: 400 14px/24px "Roboto", sans-serif;
}

.faq__text > ul,
.faq__text > ol {
    padding-left: 28px;
}

.faq__text > *:last-child {
    margin-bottom: 0;
    padding-bottom: 50px;
}

@media screen and (max-width: 1680px) {
    .faq {
        padding-top: calc(0.08 * 100vw + 71px);
        padding-bottom: calc(0.08 * 100vw + 71px);
    }
}

@media screen and (max-width: 1024px) {
    .faq__list {
        max-width: 100%;
        width: 60%;
    }

    .faq__section-title-wrap {
        margin-right: 20px;
        width: 38%;
    }

    .faq .faq__section-title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (max-width: 991px) {
    .faq__section-title-wrap {
        margin-right: 0;
    }

    .faq .faq__section-title {
        padding-bottom: 30px;
        text-align: center;
    }

    .faq .faq__section-title::after {
        left: calc(50% - 50px);
    }

    .faq__section-title-wrap,
    .faq__list {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .faq__title {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 480px) {
    .faq .faq__section-title {
        font-size: 26px;
        line-height: 36px;
    }

    .faq__title {
        padding: 15px 90px 15px 15px;
    }

    .faq__text {
        padding: 0 30px 0 15px;
    }

    .faq__text > *:last-child {
        padding-bottom: 30px;
    }
}

/* Frequently asked questions section end */

/* FAQ Like on home */
.faq--home {
    background-color: #E8EAEA;
    padding: clamp(100px, 11.905vw, 200px) 0;
    overflow: visible;
}

.faq--home .faq__section-title-wrap {
    max-width: 550px;
    padding-top: 24px;
    width: 50%;
}

.faq--home .faq__left,
.faq--home .faq__right {
    max-width: 530px;
    width: 46.5%;
}

.faq--home .faq__section-title {
    font: 700 clamp(28px, 3vw, 48px)/1.17 "Roboto", sans-serif;
}

.faq--home .faq__section-title:after,
.faq--post .faq__section-title:after {
    display: none;
}

.faq--home .faq__list {
    max-width: calc(100% - 570px);
}

@media screen and (max-width: 1680px) {
    .faq--home .faq {
        padding-top: calc(0.08 * 100vw + 71px);
        padding-bottom: calc(0.08 * 100vw + 71px);
    }
}

@media screen and (max-width: 1024px) {
    .faq--home .faq__list {
        max-width: 100%;
        width: 60%;
    }

    .faq--home .faq__section-title-wrap {
        margin-right: 20px;
        width: 38%;
    }

    .faq--home .faq .faq__section-title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (max-width: 991px) {
    .faq--home .faq__section-title-wrap {
        margin-right: 0;
    }

    .faq--home .faq .faq__section-title {
        padding-bottom: 30px;
        text-align: center;
    }

    .faq--home .faq__section-title-wrap,
    .faq--home .faq__list {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .faq--home .faq__section-title {
        font-size: 26px;
        line-height: 36px;
    }
}

.faq:has(.social-icons) {
    padding-bottom: clamp(50px, 5.952vw, 100px);
}

.faq:has(.social-icons) > .container:last-child {
    padding-top: clamp(50px, 5.952vw, 100px);
}

/* /FAQ Like on home */

/* FAQ for post */
.faq--post {
    background-color: inherit;
    padding: clamp(50px, 5.952vw, 100px) 0;
}

.faq--post > .container {
    max-width: 850px;
}

.faq--post .faq__section-title-wrap,
.faq--post .faq__list {
    max-width: 100%;
    width: 100%;
}

.faq--post .faq__section-title {
    font: 700 clamp(24px, 2.22vw, 32px) / 1.4 "Roboto", sans-serif;
}

/* /FAQ for post */

/* Contact section start */
.contact-section {
    background-color: #f6f8fa;
    padding: 118px 0 128px;
}

.contact-section__title {
    font-size: 30px;
    line-height: 1.07;
    max-width: 615px;
    width: 114%;
}

.contact-section .form-group .contact-section__subtitle {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.contact-section .textradios .wpcf7-list-item-label {
    background-color: #d6dbde;
    color: #000;
}

.contact-section .textradios label input:checked + span {
    background-color: #142728;
    color: #fff;
}

.contact-section .form-group .wpcf7-submit {
    background-color: transparent;
    border: 1px solid #54656c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 115px;
    margin-bottom: 0;
}

.contact-section .form-group .wpcf7-submit:hover {
    background: #1fecb9;
    border-color: #1fecb9;
}

.contact-section__top-img {
    max-width: 232px;
}

.contact-section__name {
    color: #435657;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.44;
}

.contact-section__position {
    font-size: 16px;
    line-height: 18px;
    color: #728181;
}

.contact-section__phone span,
.contact-section__email-text {
    color: #677777;
    font-weight: 700;
}

@media screen and (max-width: 1366px) {
    .contact-section__title {
        font-size: 28px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .contact-section {
        padding: 80px 0 100px;
    }

    .contact-section__title {
        font-size: 24px;
    }
}

/* Contact section end */

/* Rendering Services hero section */

#page-title.rendering-services-hero {
    background-size: cover;
    background-position: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56.8vh;
}

@media screen and (min-width: 1200px) {
    #header[data-transparent="true"] + #page-title.rendering-services-hero {
        padding: 283px 0 143px;
    }
}

/* Our Services section */

.our-services {
    padding: 120px 0 150px;
}

.our-services .our-services__title {
    font: 700 48px/1.17 "Roboto", sans-serif;
    margin: 0 0 38px;
    padding-bottom: 30px;
    position: relative;
}

.our-services__title:after {
    background-color: #00be8c;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.our-services__first-row,
.our-services__third-row {
    margin: 0 -10px;
}

.our-services__first-row .portfolio-item,
.our-services__third-row .portfolio-item {
    margin: 0 10px;
}

.our-services__first-row .portfolio-item img,
.our-services__third-row .portfolio-item img,
.our-services__first-row .portfolio-item video,
.our-services__third-row .portfolio-item video {
    -o-object-fit: cover;
    object-fit: cover;
}

.our-services__first-row .portfolio-item:first-child {
    width: calc(62.9% - 20px);
}

.our-services__first-row .portfolio-item:first-child .portfolio-image > img,
.our-services__first-row .portfolio-item:first-child .portfolio-image > video {
    aspect-ratio: 1208/622;
}

.our-services__first-row .portfolio-item:nth-child(2) {
    width: calc(37.1% - 20px);
}

.our-services__first-row .portfolio-item:nth-child(2) .portfolio-image > img,
.our-services__first-row .portfolio-item:nth-child(2) .portfolio-image > video {
    aspect-ratio: 705/622;
}

.our-services__second-row .portfolio-image > video,
.our-services__second-row .portfolio-image > img {
    aspect-ratio: 840/775;
    -o-object-fit: cover;
    object-fit: cover;
}

.our-services__third-row .portfolio-item:first-child {
    width: calc(45.1% - 20px);
}

.our-services__third-row .portfolio-item:first-child .portfolio-image > img,
.our-services__third-row .portfolio-item:first-child .portfolio-image > video {
    aspect-ratio: 1.429;
}

.our-services__third-row .portfolio-item:nth-child(2) {
    width: calc(54.9% - 20px);
}

.our-services__third-row .portfolio-item:nth-child(2) .portfolio-image > img,
.our-services__third-row .portfolio-item:nth-child(2) .portfolio-image > video {
    aspect-ratio: 1.745;
}

.our-services .portfolio-item .portfolio-description {
    margin: 0;
    padding: 0;
    top: auto;
    bottom: 70px;
    left: 70px;
    opacity: 1;
    transform: translate(0, 0) !important;
    visibility: visible;
}

.portfolio-item .portfolio-item-wrap {
    display: block;
    /* Firefox fixed  */
}

.our-services .portfolio-item .portfolio-description {
    width: calc(100% - 140px);
}

.our-services .portfolio-item .portfolio-description > p,
.our-services .portfolio-item .portfolio-description-text > p {
    color: #fff;
    text-transform: unset;
}

.our-services .portfolio-item .portfolio-description > p {
    font: 700 25px/36px "Roboto", sans-serif;
    margin-bottom: 10px;
    opacity: 1;
}

.our-services .portfolio-item .portfolio-description-text {
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height 0.35s ease-out, opacity 0.5s 0.5s;
    transition: max-height 0.35s ease-out, opacity 0.5s 0.5s;
    overflow: hidden;
}

.our-services .portfolio-item:hover .portfolio-description-text {
    opacity: 1;
}

.our-services .portfolio-item .portfolio-description-text > p {
    font: 400 14px/24px "Roboto", sans-serif;
    letter-spacing: 0;
}

.portfolio-item .arror-wrap {
    position: relative;
    margin-top: 35px;
    height: 16px;
    width: 34px;
}

.portfolio-item .arrow-line,
.portfolio-item .arrow-end {
    position: absolute;
    opacity: 0;
}

.portfolio-item .arrow-line {
    background: #fff;
    left: 0;
    top: 7px;
    height: 2px;
    width: 29px;
}

.portfolio-item .arrow-end {
    right: -10px;
    top: -4px;
}

.our-services .portfolio-item:hover .arrow-line {
    opacity: 1;
    -webkit-transition: opacity 0.4s 0.6s ease-out, opacity 0.4s 0.6s ease-out;
    transition: opacity 0.4s 0.6s ease-out, opacity 0.4s 0.6s ease-out;
}

.our-services .portfolio-item:hover .arrow-end {
    right: 0;
    opacity: 1;
    -webkit-transition: right 0.4s 0.6s ease-out, opacity 0.4s 0.6s ease-out;
    transition: right 0.4s 0.6s ease-out, opacity 0.4s 0.6s ease-out;
}

@media screen and (max-width: 1440px) {
    .our-services .portfolio-item .portfolio-description {
        left: 30px;
        bottom: 40px;
        width: calc(100% - 60px);
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .our-services__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .our-services__first-row {
        order: 1;
    }

    .our-services__third-row {
        order: 2;
    }

    .our-services__second-row {
        order: 3;
    }
}

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

    .our-services__first-row .portfolio-item:first-child .portfolio-image > img,
    .our-services__first-row .portfolio-item:first-child .portfolio-image > video {
        aspect-ratio: 1238 / 800;
    }

    .our-services__third-row .portfolio-item:first-child,
    .our-services__third-row .portfolio-item:nth-child(2) {
        width: calc(50% - 20px);
    }

    .our-services__first-row .portfolio-item:nth-child(2) .portfolio-image > img,
    .our-services__first-row .portfolio-item:nth-child(2) .portfolio-image > video {
        aspect-ratio: 556 / 622;
    }

    .our-services__third-row .portfolio-item:first-child .portfolio-image > img,
    .our-services__third-row .portfolio-item:first-child .portfolio-image > video,
    .our-services__third-row .portfolio-item:nth-child(2) .portfolio-image > img,
    .our-services__third-row .portfolio-item:nth-child(2) .portfolio-image > video {
        aspect-ratio: 1.08;
    }
}

@media screen and (max-width: 768px) {
    .our-services .portfolio-item .portfolio-description > * {
        font-size: 21px;
        line-height: 31px;
    }

    .our-services {
        padding: 40px 0 60px;
    }

    .our-services .our-services__title {
        font-size: 36px;
        line-height: 48px;
    }

    .our-services .portfolio-item .portfolio-description {
        left: 20px;
        bottom: 30px;
        width: calc(100% - 40px);
    }

    .our-services__first-row .portfolio-item:first-child,
    .our-services__first-row .portfolio-item:nth-child(2) {
        width: calc(50% - 20px);
    }

    .our-services__first-row .portfolio-item:first-child .portfolio-image > img,
    .our-services__first-row .portfolio-item:nth-child(2) .portfolio-image > img,
    .our-services__third-row .portfolio-item:first-child .portfolio-image > img,
    .our-services__third-row .portfolio-item:nth-child(2) .portfolio-image > img,
    .our-services__first-row .portfolio-item:first-child .portfolio-image > video,
    .our-services__first-row .portfolio-item:nth-child(2) .portfolio-image > video,
    .our-services__third-row .portfolio-item:first-child .portfolio-image > video,
    .our-services__third-row .portfolio-item:nth-child(2) .portfolio-image > video {
        aspect-ratio: 466/430;
    }

    .portfolio-item .arrow-end {
        top: calc(-50% - 1px);
    }
}

@media screen and (max-width: 480px) {
    .our-services .our-services__title {
        font-size: 26px;
        line-height: 36px;
    }

    .our-services__first-row,
    .our-services__third-row {
        margin: 0;
    }

    .our-services__first-row .portfolio-item:first-child,
    .our-services__first-row .portfolio-item:nth-child(2),
    .our-services__third-row .portfolio-item:first-child,
    .our-services__third-row .portfolio-item:nth-child(2) {
        margin: 0;
        width: 100%;
    }
}

/* Our workflow section */

.our-workflow {
    background-color: #142728;
    color: #fff;
    padding: 100px 0;
}

.our-workflow .container {
    max-width: 1170px;
}

.our-workflow .our-workflow__title {
    color: #fff;
    font: 700 48px/1.17 "Roboto", sans-serif;
    margin: 0 0 60px;
    padding-bottom: 30px;
    position: relative;
}

.our-workflow__title:after {
    background-color: #fff;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.our-workflow__item {
    margin-right: 20px;
    width: 25%;
}

.our-workflow__item:last-child {
    margin-right: 0;
}

.our-workflow__item::after {
    background: url("../images/arrow-right-green.svg"), no-repeat;
    background-size: 100% 100%;
    display: block;
    content: "";
    height: 12px;
    position: absolute;
    right: -25%;
    top: 34px;
    width: 118px;
}

.our-workflow__item:last-child::after {
    display: none;
}

.our-workflow__caption,
.our-workflow__text > * {
    color: #fff;
}

.our-workflow__caption {
    font: 700 18px/26px "Roboto", sans-serif;
    margin: 15px auto 5px;
    width: 93%;
}

.our-workflow__text > * {
    font: 400 14px/24px "Roboto", sans-serif;
}

.our-workflow__text p {
    margin: 5px 0;
}

.our-workflow__link-wrap {
    margin: 85px 0 0;
}

.our-workflow .btn:not(.close):not(.mfp-close) {
    font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 991px) {
    .our-workflow__item {
        margin-right: 0;
        margin-bottom: 120px;
        max-width: 270px;
        width: 100%;
    }

    .our-workflow__item::after {
        transform: rotate(90deg);
        left: calc(50% - 38px);
        bottom: -60px;
        right: auto;
        width: 81px;
        top: auto;
    }

    .our-workflow__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .our-workflow {
        padding: 40px 0;
    }

    .our-workflow .our-workflow__title {
        font-size: 36px;
        line-height: 48px;
    }

    .our-workflow__caption {
        font-size: 17px;
    }
}

@media screen and (max-width: 480px) {
    .our-workflow .our-workflow__title {
        font-size: 26px;
        line-height: 36px;
    }
}

/* Two columns text section */
.two-columns-text {
    background-color: #e8eaea;
    padding: 100px 0;
}

.two-columns-text .two-columns-text__title {
    font: 700 48px/1.17 "Roboto", sans-serif;
    margin: 0 0 38px;
    padding-bottom: 30px;
    position: relative;
}

.two-columns-text__title::after {
    background-color: #00be8c;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.two-columns-text__inner {
    max-width: 976px;
}

.two-columns-text__text p {
    font: 400 14px/24px "Roboto", sans-serif;
    margin-bottom: 25px;
}

.two-columns-text__text a {
    text-decoration: underline;
}

.two-columns-text__text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .two-columns-text .two-columns-text__title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (max-width: 768px) {
    .two-columns-text {
        padding: 40px 0 60px;
    }
}

@media screen and (max-width: 480px) {
    .two-columns-text .two-columns-text__title {
        font-size: 26px;
        line-height: 36px;
    }

    .two-columns-text--type-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .two-columns-text--type-2 .two-columns-text__title {
        font-size: 36px;
        line-height: 40px;
    }
}

/* 3-d-visualisierungspreise page */
.section-pricetable .pricetable .btn.btn-light {
    min-width: 130px;
    width: auto;
}

/* Landing 3D Animation Template */
.page-template-template-landing-3d-animation .header-extras {
    display: none;
}

.page-template-template-landing-3d-animation .page-title p {
    margin-bottom: 27px;
}

.page-template-template-landing-3d-animation .landing-3d-hero .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.page-template-template-landing-3d-animation .section-why {
    padding-top: 70px;
    padding-bottom: 70px;
}

.page-template-template-landing-3d-animation .testimonials__title {
    margin-bottom: 6px;
}

.page-template-template-landing-3d-animation .testimonials__divider {
    margin-top: 0;
}

.page-template-template-landing-3d-animation .owner__image {
    max-width: 330px;
}

.page-template-template-landing-3d-animation .team-members .team-member .team-desc > h3 {
    font-size: 20px;
    color: #435657;
}

.page-template-template-landing-3d-animation .team-members .team-member .team-desc > span {
    font-size: 16px;
    color: #728181;
}

.page-template-template-landing-3d-animation .team-members .team-member:hover .team-desc {
    background-color: rgba(255, 255, 255, 0.71);
    backdrop-filter: blur(5px);
    /* Adjust blur intensity */
    -webkit-backdrop-filter: blur(4px);
    /* Safari support */
}

.landing-3d-hero .page-title h1 + p {
    animation-delay: 0.3s;
}

.landing-3d-hero .page-title .btn {
    animation-delay: 0.5s;
}

.landing-3d-hero .bg-overlay {
    z-index: 1;
}

.landing-3d-hero__video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .page-template-template-landing-3d-animation #page-title .page-title {
        padding-top: 8vw;
    }

    .page-template-template-landing-3d-animation #page-title .page-title h1 {
        font-size: calc(0.01 * 100vw + 50px);
        line-height: 1.214;
        margin-bottom: 10px;
    }

    #header[data-transparent="true"] + #page-title.landing-3d-hero {
        min-height: 90vh;
    }

    .page-template-template-landing-3d-animation .section-why .col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }

    .page-template-template-landing-3d-animation .section-why {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .page-template-template-landing-3d-animation .testimonials,
    .page-template-template-landing-3d-animation .owner {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .page-template-template-landing-3d-animation .testimonials__left-block {
        padding: 117px 9% 120px 7.8%;
    }

    .page-template-template-landing-3d-animation .testimonials__left-block-inner {
        max-width: 290px;
    }

    .page-template-template-landing-3d-animation .owner {
        background-color: #fff;
    }
}

@media screen and (min-width: 1024px) and (min-height: 850px) {
    #header[data-transparent="true"] + #page-title.landing-3d-hero {
        min-height: 100vh;
        height: 100vh;
    }
}

@media screen and (min-width: 1920px) {
    .page-template-template-landing-3d-animation #page-title .page-title h1 {
        font-size: 70px;
    }
}

@media screen and (max-width: 991px) {
    .page-template-template-landing-3d-animation .container {
        max-width: 960px;
    }
}

@media screen and (max-width: 767px) {
    .page-template-template-landing-3d-animation .owner__image {
        max-width: 100%;
    }
}

/* FAQ PAGE */

.page-template-template-faq .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.page-template-template-faq .bg-overlay + .container {
    z-index: 1;
}

.page-template-template-faq #page-title {
    clear: both;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: max(60vh, 631px);
    top: -132px;
    margin-bottom: -132px;
    position: relative;
    padding: 265px 0 115px 0;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .page-template-template-faq #page-title {
        padding: 244px 0 160px;
    }
}

.page-template-template-faq #page-title h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 30px;
    color: currentColor;
}

@media screen and (max-width: 1024px) {
    .page-template-template-faq #page-title h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 480px) {
    .page-template-template-faq #page-title {
        padding: 95px 0 47px;
        top: -85px;
        min-height: max(calc(100vh + 15px), 675px);
        margin-bottom: -85px;
    }

    .page-template-template-faq #page-title h1 {
        margin-bottom: 35px;
    }
}

.page-template-template-faq .hero-description {
    margin: 39px auto 0;
    max-width: 946px;
}

.page-template-template-faq .hero-description p {
    color: currentColor;
    font-size: 20px;
    line-height: 1.5;
}

.page-template-template-faq .faq__section-title-wrap {
    max-width: 100%;
    padding: 0 0 55px;
    width: 100%;
}

.page-template-template-faq .faq__list {
    max-width: 100%;
    width: 100%;
}

.page-template-template-faq .faq__arrow-wrap {
    right: 7px;
}

.page-template-template-faq .faq__text {
    padding: 0 67px 0 30px;
}

.page-template-template-faq .faq__text > *:last-child {
    padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .page-template-template-faq .body-inner #page-title .page-title > h1 {
        font-size: 50px;
        line-height: 60px;
        text-align: left;
    }

    .page-template-template-faq #page-title .page-title > p,
    .hero-description > p {
        font-size: 20px;
        line-height: 30px;
    }

    .hero-description {
        margin-top: 0;
    }
}

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

    .page-template-template-faq .faq__left,
    .page-template-template-faq .faq__right {
        max-width: 100%;
        width: 100%;
    }

    .page-template-template-faq .faq__section-title-wrap {
        max-width: 100%;
        padding: 0 0 45px;
        width: 100%;
    }

    .page-template-template-faq .faq .faq__section-title::after {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .page-template-template-faq .body-inner #page-title .page-title > h1 {
        margin-bottom: 35px;
    }

    .page-template-template-faq #header[data-transparent="true"] + #page-title {
        padding-bottom: 50px;
    }

    .page-template-template-faq .faq .faq__section-title {
        font-size: 36px;
        line-height: 48px;
    }

    .page-template-template-faq .faq__text {
        padding: 0 30px 0 15px;
    }

    .page-template-template-faq .faq__text > *:last-child {
        padding-bottom: 30px;
    }
}

/* Interior Visualization - Hero */
.iv-hero {
    top: -132px;
    margin-bottom: -132px;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 115px 0 80px;
}

.iv-hero .btn {
    margin-bottom: 0 !important;
    margin-top: 15px !important;
}

.iv-hero .btn:nth-child(2) {
    margin-left: 15px !important;
}

.iv-hero__btn-wrap {
    margin-top: -15px;
}

.iv-hero__container {
    max-width: 1170px;
    width: 100%;
    margin-top: 132px;
}

.iv-hero__title > * {
    font-weight: 300;
    font-size: 70px;
    line-height: 110%;
    color: #c6d1d3;
    letter-spacing: -0.03em;
}

.iv-hero__title {
    margin-bottom: 60px;
}

.iv-hero__title span {
    font-weight: 800;
}

.iv-hero__desc {
    max-width: 520px;
    width: 100%;
    margin: 0 auto 60px;
}

.iv-hero__desc > * {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #c6d1d3;
}

/* Interior Visualization - Visualization Benefits */
.iv-vis-benefits {
    padding: 150px 0;
    background-color: #142c2d;
}

.iv-vis-benefits__container {
    max-width: 1320px;
    width: 98%;
}

.iv-vis-benefits__title > * {
    font-weight: 500;
    font-size: 65px;
    line-height: 110%;
    color: #c6d1d3;
    letter-spacing: -0.03em;
}

.iv-vis-benefits__title {
    margin-bottom: 100px;
    max-width: 850px;
    width: 100%;
}

.iv-vis-benefits__desc {
    margin-bottom: 60px;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #c6d1d3;
}

.iv-vis-benefits-top-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.iv-vis-benefits-top-list__item {
    width: calc(100% / 3);
    padding: 15px;
}

.iv-vis-benefits-top-list__inner {
    background-color: #2c4142;
    color: #c6d1d3;
    padding: 40px;
    display: flex;
    align-items: center;
    height: 100%;
}

.iv-vis-benefits-top-list__txt {
    margin: 0 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #c6d1d3;
}

.iv-vis-benefits__top-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.iv-vis-benefits-bot-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.iv-vis-benefits-bot-list__item {
    width: calc(100% / 3);
    padding: 15px;
}

.iv-vis-benefits-bot-list__inner {
    color: #8a9597;
    padding: 40px 30px;
    border: 1px solid rgba(138, 149, 151, 0.2);
    height: 100%;
}

.iv-vis-benefits-bot-list__count {
    color: #00be8c;
    display: inline-block;
    margin-bottom: 29px;
    font-size: 16px;
    line-height: 150%;
}

.iv-vis-benefits-bot-list__txt {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
}

/* Interior Visualization - Video */

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.video-wrapper:hover .iv-video-play-button {
    background-color: #1fecb9;
}

.video-wrapper__iframe iframe,
.video-wrapper__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-wrapper__iframe video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-wrapper__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.video-wrapper__overlay.playing {
    display: none;
    z-index: -1;
}

.iv-video-play-button {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: rgba(0, 190, 140, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
}

.iv-video-play-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Interior Visualization - Clear Visualization */
.iv-clear {
    padding: 150px 0;
    background-color: #00be8c;
}

.iv-clear__container {
    max-width: 1320px;
    width: 98%;
}

.iv-clear__title > * {
    font-weight: 300;
    font-size: 80px;
    line-height: 100%;
    color: #c6d1d3;
    letter-spacing: -4px;
}

.iv-clear__title span {
    font-weight: 500;
}

.iv-clear__title {
    margin-bottom: 150px;
    max-width: 920px;
    width: 100%;
}

.iv-clear__desc-wrap {
    margin-left: auto;
    max-width: 520px;
    width: 100%;
}

.iv-clear__desc {
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 140%;
    font-size: 30px;
    margin-bottom: 50px;
    color: #fff;
}

.iv-clear__hidden-desk {
    position: absolute;
    bottom: -150px;
    left: 0;
}

/* Interior Visualization - Technology Benefits */
.iv-tb-benefits {
    padding: 150px 0;
    background-color: #e6eaea;
}

.iv-tb-benefits__container {
    max-width: 1320px;
    width: 98%;
}

.iv-tb-benefits__title > * {
    font-weight: 500;
    font-size: 65px;
    line-height: 110%;
    color: #1f1f1f;
    letter-spacing: -0.03em;
}

.iv-tb-benefits__title {
    margin-bottom: 100px;
    max-width: 780px;
    width: 100%;
}

.iv-tb-benefits-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.iv-tb-benefits-list__item {
    width: calc(100% / 3);
    padding: 15px;
}

.iv-tb-benefits-list__inner {
    background-color: #dce0e0;
    color: #c6d1d3;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.iv-tb-benefits-list__count {
    color: #00be8c;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 150%;
}

.iv-tb-benefits-list__title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 30px;
    color: #2f2f2f;
}

.iv-tb-benefits-list__desc-wrap {
    display: flex;
    align-items: flex-start;
}

.iv-tb-benefits-list__icon {
    margin-right: 13px;
    margin-top: 5px;
    flex-shrink: 0;
}

.iv-tb-benefits-list__desc {
    font-size: 14px;
    line-height: 150%;
    color: #00be8c;
    margin: 0;
}

/* Interior Visualization - Gallery */
.more-works-iv {
    padding: 150px 0;
}

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

.more-works-iv .button-wrap {
    margin-top: 100px;
}

.more-works-iv__title > * {
    font-weight: 500;
    font-size: 65px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #1f1f1f;
}

.more-works-iv__title {
    margin-bottom: 100px;
}

/* Interior Visualization - Technology & Precision */
.iv-tech-precision {
    padding: 150px 0;
    background-color: #f5f8fa;
}

.iv-tech-precision__container {
    max-width: 1320px;
    width: 98%;
}

.iv-tech-precision__title > * {
    font-weight: 500;
    font-size: 65px;
    line-height: 110%;
    color: #1f1f1f;
    letter-spacing: -0.03em;
}

.iv-tech-precision__title {
    margin-bottom: 100px;
    max-width: 850px;
    width: 100%;
}

.iv-tech-precision-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.iv-tech-precision-list__item {
    width: calc(100% / 4);
    padding: 15px;
}

.iv-tech-precision-list__inner {
    background-color: #142c2d;
    padding: 108px 30px 30px;
    display: flex;
    flex-direction: column;
    height: 300px;
    position: relative;
    align-items: center;
    text-align: center;
}

.iv-tech-precision-list__inner:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2c4142;
    transition: all 0.3s ease;
    opacity: 0;
    content: "";
    z-index: 2;
}

.iv-tech-precision-list__inner:hover .iv-tech-precision-list__hidden-content {
    transform: translate3d(0, -50%, 0);
    opacity: 1;
    visibility: visible;
}

.iv-tech-precision-list__inner:hover:after {
    opacity: 1;
}

.iv-tech-precision-list__hidden-content {
    left: 0;
    margin: 0 auto;
    padding: 30px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 48%;
    transform: translate3d(0px, -38%, 0px);
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 3;
}

.iv-tech-precision-list__main-content .iv-tech-precision-list__title {
    margin: 30px 0 0;
}

.iv-tech-precision-list__icon {
    max-width: 40px;
}

.iv-tech-precision-list__title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    color: #fff;
}

.iv-tech-precision-list__desc {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

/* Interior Visualization - Render Vision */
.iv-rv {
    padding: 150px 0 325px;
}

.iv-rv__title {
    max-width: 900px;
    width: 100%;
    margin-bottom: 100px;
}

.iv-rv__title > * {
    font-weight: 500;
    font-size: 65px;
    line-height: 110%;
    color: #1f1f1f;
    letter-spacing: -0.03em;
}

.iv-rv__container {
    max-width: 1320px;
    width: 98%;
}

.iv-rv__content-wrap {
    max-width: 1148px;
    width: 100%;
    margin-left: auto;
}

.iv-rv__main-desc {
    margin-bottom: 50px;
}

.iv-rv__main-desc > * {
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.04em;
    color: #8a9595;
}

.iv-rv__img-wrap {
    position: relative;
    padding-bottom: 62%;
    margin-bottom: 50px;
}

.iv-rv__img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iv-rv__cols-wrap {
    display: flex;
    padding-right: 75px;
}

.iv-rv__col-txt {
    margin-right: 40px;
    max-width: 331px;
    width: 100%;
}

.iv-rv__col-txt > * {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #8a9595;
    margin-bottom: 0;
}

.iv-rv__col-txt:last-child {
    margin-right: 0;
}

.iv-rv__hidden-desk {
    position: absolute;
    left: 0;
    bottom: 67px;
}

/* Interior Visualization - How we work */
.section-why--iv {
    background: #142c2d !important;
}

.section-why--iv .heading-text.heading-section > h2,
.section-why--iv .section-why__title,
.section-why--iv .section-why__description {
    color: #c6d1d3;
}

/* Interior Visualization - AI */

.iv-ai {
    padding: 150px 0;
    background-color: #f5f8fa;
}

.iv-ai__content-top {
    display: flex;
    margin-bottom: 100px;
}

.iv-ai__title {
    margin-right: 60px;
    max-width: 615px;
    width: 100%;
}

.iv-ai__title > * {
    font-size: 65px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    font-weight: 500;
}

.iv-ai__desc {
    margin-top: 50px;
    max-width: 615px;
    width: 100%;
}

.iv-ai__desc > * {
    font-size: 18px;
    line-height: 150%;
    color: #8a9595;
}

.iv-ai__desc p {
    margin-bottom: 35px;
}

.iv-ai__desc p:last-child {
    margin-bottom: 0;
}

.iv-ai__container {
    max-width: 1320px;
    width: 98%;
}

.iv-ai-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.iv-ai-list__item {
    width: calc(100% / 4);
    padding: 15px;
}

.iv-ai-list__inner {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    height: 360px;
    position: relative;
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
}

/*.iv-ai-list__inner:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(20, 44, 45, 0.9);*/
/*}*/

.iv-ai-list__inner:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #142c2d;
    transition: all 0.3s ease;
    opacity: 0;
    content: "";
    z-index: 2;
}

.iv-ai-list__inner:hover .iv-ai-list__hidden-content {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
    visibility: visible;
}

.iv-ai-list__inner:hover:after {
    opacity: 1;
}

.iv-ai-list__hidden-content {
    left: 0;
    margin: 0 auto;
    padding: 40px 30px;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate3d(0px, 20%, 0px);
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 3;
}

.iv-ai-list__title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.iv-ai-list__desc > * {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

.iv-ai-list__desc p:last-child {
    margin-bottom: 0;
}

.testimonials__left-block--iv {
    background-color: #142c2d;
}

@media only screen and (max-width: 1440px) {
    .iv-hero__title > * {
        font-size: calc(53px + (70 - 53) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-hero__container {
        max-width: calc(880px + (1170 - 880) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-hero__title {
        margin-bottom: calc(20px + (60 - 20) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-hero__desc {
        margin: 0 auto calc(40px + (60 - 40) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-vis-benefits,
    .iv-tb-benefits,
    .more-works-iv,
    .iv-tech-precision,
    .iv-ai {
        padding: calc(80px + (150 - 80) * ((100vw - 1024px) / (1440 - 1024))) 0;
    }

    .iv-vis-benefits__title > *,
    .iv-tb-benefits__title > *,
    .more-works-iv__title > *,
    .iv-tech-precision__title > *,
    .iv-rv__title > *,
    .iv-ai__title > * {
        font-size: calc(48px + (65 - 48) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-vis-benefits__title,
    .iv-tech-precision__title {
        max-width: calc(650px + (850 - 650) * ((100vw - 1024px) / (1440 - 1024)));
        margin-bottom: calc(40px + (100 - 40) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-tb-benefits__title {
        max-width: calc(600px + (780 - 600) * ((100vw - 1024px) / (1440 - 1024)));
        margin-bottom: calc(40px + (100 - 40) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-rv__title {
        max-width: calc(650px + (900 - 650) * ((100vw - 1024px) / (1440 - 1024)));
        margin-bottom: calc(40px + (100 - 40) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .more-works-iv__title,
    .iv-ai__content-top {
        margin-bottom: calc(40px + (100 - 40) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-vis-benefits__desc {
        margin-bottom: calc(40px + (60 - 40) * ((100vw - 1024px) / (1440 - 1024)));
        font-size: calc(20px + (22 - 20) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-vis-benefits-top-list__inner {
        padding: calc(24px + (40 - 25) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-vis-benefits-top-list__txt {
        font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-vis-benefits__top-content {
        padding-bottom: calc(60px + (100 - 60) * ((100vw - 1024px) / (1440 - 1024)));
        margin-bottom: calc(40px + (100 - 40) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-video-play-button {
        width: calc(40px + (80 - 40) * ((100vw - 375px) / (1440 - 375)));
        height: calc(40px + (80 - 40) * ((100vw - 375px) / (1440 - 375)));
    }

    .iv-video-play-button svg {
        width: calc(10px + (22 - 10) * ((100vw - 375px) / (1440 - 375)));
    }

    .iv-clear {
        padding: calc(80px + (150 - 80) * ((100vw - 1024px) / (1440 - 1024))) 0 calc(115px + (150 - 115) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-rv {
        padding: calc(80px + (150 - 80) * ((100vw - 1024px) / (1440 - 1024))) 0 calc(165px + (325 - 165) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-clear__title > * {
        font-size: calc(55px + (80 - 55) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-clear__title {
        max-width: calc(650px + (920 - 650) * ((100vw - 1024px) / (1440 - 1024)));
        margin-bottom: calc(80px + (150 - 80) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-clear__desc {
        font-size: calc(22px + (30 - 22) * ((100vw - 1024px) / (1440 - 1024)));
        margin-bottom: calc(30px + (50 - 30) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-clear__desc-wrap {
        max-width: calc(360px + (520 - 360) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-tb-benefits-list__title,
    .iv-ai__desc > * {
        font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .container-fluid--iv {
        padding-left: calc(55px + (75 - 55) * ((100vw - 1024px) / (1440 - 1024)));
        padding-right: calc(55px + (75 - 55) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .more-works-iv .button-wrap {
        margin-top: calc(60px + (100 - 60) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-tech-precision-list__title {
        font-size: calc(15px + (18 - 15) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-rv__content-wrap {
        max-width: calc(825px + (1148 - 825) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-rv__main-desc,
    .iv-rv__img-wrap {
        margin-bottom: calc(40px + (50 - 40) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-rv__main-desc > * {
        font-size: calc(20px + (22 - 20) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-rv__cols-wrap {
        padding-right: calc(20px + (75 - 20) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-rv__col-txt {
        margin-right: calc(30px + (40 - 30) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-rv__hidden-desk {
        width: calc(675px + (2560 - 675) * ((100vw - 375px) / (1440 - 375)));
        height: calc(82px + (204 - 82) * ((100vw - 375px) / (1440 - 375)));
        bottom: calc(40px + (67 - 40) * ((100vw - 375px) / (1440 - 375)));
    }

    .iv-ai__title {
        margin-right: calc(40px + (60 - 40) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-ai__desc {
        margin-top: calc(30px + (50 - 30) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-ai-list__inner,
    .iv-ai-list__hidden-content {
        padding: calc(24px + (40 - 25) * ((100vw - 1024px) / (1440 - 1024))) calc(24px + (30 - 25) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-ai-list__inner {
        height: calc(300px + (360 - 300) * ((100vw - 1024px) / (1440 - 1024)));
    }

    .iv-ai-list__title {
        font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1440 - 1024)));
    }
}

@media only screen and (max-width: 1023px) {
    .iv-hero__title > * {
        font-size: 40px;
    }

    .iv-hero {
        padding: 140px 0 95px;
    }

    .iv-hero__container {
        max-width: 700px;
        margin-top: 40px;
        padding: 0 25px;
    }

    .iv-hero__title {
        margin-bottom: 20px;
    }

    .iv-hero__desc {
        margin: 0 auto 40px;
    }

    .iv-hero__desc > * {
        font-size: 16px;
    }

    .iv-vis-benefits,
    .iv-tb-benefits,
    .more-works-iv,
    .iv-tech-precision,
    .iv-ai {
        padding: 80px 0;
    }

    .iv-vis-benefits__container,
    .iv-clear__container,
    .iv-tb-benefits__container,
    .iv-tech-precision__container,
    .iv-rv__container,
    .iv-ai__container {
        width: 100%;
        padding: 0 25px;
    }

    .iv-vis-benefits__top-content {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    .iv-vis-benefits-top-list__inner {
        padding: 30px 20px;
    }

    .iv-vis-benefits-top-list__item,
    .iv-vis-benefits-bot-list__item,
    .iv-tb-benefits-list__item,
    .iv-tech-precision-list__item,
    .iv-ai-list__item {
        width: calc(100% / 2);
    }

    .iv-vis-benefits-bot-list__inner,
    .iv-tb-benefits-list__inner {
        padding: 30px 20px;
        display: flex;
        flex-direction: row;
    }

    .iv-vis-benefits-bot-list__count,
    .iv-tb-benefits-list__count {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .iv-clear {
        padding: 80px 0 115px;
    }

    .iv-rv {
        padding: 80px 0 165px;
    }

    .iv-clear__title {
        margin-bottom: 60px;
    }

    .iv-tb-benefits__title,
    .more-works-iv__title,
    .iv-tech-precision__title,
    .iv-rv__title,
    .iv-rv__content-wrap,
    .iv-rv__main-desc,
    .iv-ai__content-top {
        margin-bottom: 40px;
    }

    .iv-tb-benefits-list__title {
        margin-bottom: 20px;
    }

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

    .iv-tech-precision-list__title {
        font-size: 16px;
    }

    .iv-rv__col-txt {
        margin-right: 30px;
    }

    .iv-rv__cols-wrap {
        padding-right: 20px;
    }

    .iv-rv__content-wrap {
        max-width: 100%;
    }

    .iv-rv__main-desc,
    .iv-rv__cols-wrap {
        padding: 0 25px;
    }

    .iv-rv__cols-wrap {
        flex-direction: column;
    }

    .iv-rv__col-txt {
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .iv-rv__col-txt:last-child,
    .iv-rv__content-wrap {
        margin-bottom: 0;
    }

    .iv-ai-list__title {
        font-size: 18px;
    }

    .iv-ai-list__inner,
    .iv-ai-list__hidden-content {
        padding: 25px;
    }

    .iv-ai-list__inner {
        height: 300px;
    }
}

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

    .iv-vis-benefits__title > *,
    .iv-tb-benefits__title > *,
    .more-works-iv__title > *,
    .iv-tech-precision__title > *,
    .iv-rv__title > *,
    .iv-ai__title > * {
        font-size: 28px;
    }

    .iv-ai__title {
        margin-bottom: 40px;
        max-width: 100%;
        margin-right: 0;
    }

    .iv-ai__content-top {
        flex-direction: column;
    }

    .iv-ai__desc {
        margin-top: 0;
    }

    .iv-vis-benefits__title,
    .iv-rv__title {
        margin-bottom: 60px;
        max-width: 100%;
    }

    .iv-rv__main-desc > * {
        font-size: 22px;
    }

    .iv-vis-benefits__desc {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .iv-vis-benefits-top-list__txt {
        font-size: 14px;
    }

    .iv-vis-benefits-top-list__item,
    .iv-vis-benefits-bot-list__item,
    .iv-tb-benefits-list__item,
    .iv-tech-precision-list__item,
    .iv-ai-list__item {
        width: calc(100% / 1);
        padding: 5px;
    }

    .iv-vis-benefits-top-list,
    .iv-vis-benefits-bot-list,
    .iv-tb-benefits-list,
    .iv-tech-precision-list,
    .iv-ai-list {
        margin: -5px;
    }

    .iv-clear__title > * {
        font-size: 50px;
    }

    .iv-clear__title {
        max-width: 100%;
    }

    .iv-clear__desc-wrap {
        max-width: 235px;
    }

    .iv-clear__desc {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .iv-clear__hidden-desk {
        width: 1147px;
        height: 82px;
        bottom: -30px;
    }

    .iv-tb-benefits-list__title {
        font-size: 18px;
    }

    .iv-tb-benefits-list__icon {
        margin-right: 10px;
    }

    .more-works-iv .button-wrap {
        margin-top: 40px;
    }

    .iv-tech-precision-list__title,
    .iv-ai__desc > * {
        font-size: 18px;
    }

    .iv-tech-precision-list__inner {
        padding: 30px;
        justify-content: center;
    }

    .iv-rv__col-txt,
    .iv-ai__content-top {
        margin-bottom: 60px;
    }

    .iv-ai-list__inner,
    .iv-ai-list__hidden-content {
        padding: 30px 20px;
    }
}

@media (min-width: 1600px) {
    .iv-rv__content-wrap {
        width: 70vw;
        max-width: none;
    }

    .iv-rv__col-txt {
        max-width: none;
    }
}

@media (min-width: 1980px) {
    .iv-rv__content-wrap {
        width: 63vw;
    }
}

/* === Fix for Text Page Template === */

.page-template-default #page-content:not(.no-sidebar),
.page-template-statpage #page-content:not(.no-sidebar) {
    padding: 8rem 0 3rem;
}

.page-template-default ul,
.page-template-statpage ul {
    padding-left: 1.5rem;
}

/* =============================== */
/* Recent Posts Sytles like on COM */
/* =============================== */

.recent-posts-seciton {
    padding: 0 0 clamp(80px, 10.42vw, 150px);
}

.recent-posts-seciton .container {
    max-width: 1320px;
}

@media screen and (min-width: 1440px) {
    .recent-posts-seciton .container {
        max-width: 100%;
        padding: 0 60px;
    }
}

.recent-posts-seciton__title {
    margin: 0 0 clamp(24px, 2.78vw, 40px);
}

.recent-posts-seciton__title .accent {
    color: #00be8c;
}

.recent-posts {
    gap: 60px;
}

@media screen and (min-width: 992px) {
    .recent-posts {
        gap: 24px;
    }
}

.recent-posts__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
}

.recent-posts__thumbnail {
    position: relative;
}

.recent-posts__thumbnail img {
    aspect-ratio: 116/94;
    -o-object-fit: cover;
    object-fit: cover;
}

.recent-posts__categories {
    position: absolute;
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

.recent-posts__category-link {
    border-radius: 5px;
    background-color: rgba(20, 44, 45, 0.5);
    backdrop-filter: blur(16px);
    display: inline-block;
    font: 400 12px/14px "Roboto", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 12px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #fff;
}

.recent-posts__category-link::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    padding: 1px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    -webkit-mask: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #fff)) content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.recent-posts__category-link:hover {
    color: #00be8c;
}

.recent-posts__inner {
    padding: 14px clamp(20px, 2.22vw, 32px) 0;
}

.recent-posts__date {
    color: #8a9595;
    font: 400 14px/1.7 "Roboto", sans-serif;
    letter-spacing: -0.03em;
    margin: 0 0 14px;
}

.recent-posts__title {
    border-top: 1px solid #f2f2f7;
    color: #142c2d;
    font: 500 clamp(20px, 1.67vw, 24px) / 1.7 "Roboto", sans-serif;
    letter-spacing: 0;
    padding: 16px 0 0;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.recent-posts__title:hover {
    color: #00be8c;
}

/* =================================== */
/* CTA Section Single Post like on COM */
/* =================================== */
.cta-section {
    background-size: cover;
    background-position: center;
    padding: clamp(80px, 11.6vw, 167px) 0;
}

.cta-section__inner {
    background-color: rgba(20, 44, 45, 0.47);
    backdrop-filter: blur(8px);
    padding: clamp(60px, 8.33vw, 120px) clamp(25px, 5.56vw, 80px);
    position: relative;
    text-align: center;
    max-width: 628px;
}

.cta-section__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(10px);
    -webkit-mask: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #fff)) content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.cta-section__text {
    color: #fff;
}

.cta-section__text h2,
.cta-section__text h3,
.cta-section__text h4 {
    color: #fff;
    margin: 0 0 32px;
}

.cta-section__text p {
    font: 500 clamp(16px, 1.25vw, 18px) / 1.5 "Roboto", sans-serif;
    color: #fff;
    margin: 32px 0;
}

/* ================================== */
/* Blog & Single Blog styles like COM */
/* ================================== */

.section-blog {
    padding: 45px 0 60px;
}

@media screen and (min-width: 768px) {
    .section-blog {
        padding: clamp(45px, 15.97vw, 230px) 0 clamp(60px, 11.94vw, 172px);
    }
}

.section-blog .container-blog {
    max-width: 1320px;
    padding: 0 15px;
}

.section-blog .container-blog .heading-text {
    margin: 0 0 clamp(60px, 7.57vw, 109px);
}

.section-blog .container-blog .heading-text h1 {
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0;
}

.section-blog .container-blog .heading-text h1 b,
.section-blog .container-blog .heading-text h1 strong {
    font-weight: 500;
}

@media screen and (min-width: 992px) {
    .section-blog .container-blog .heading-text h1 {
        max-width: 630px;
        flex: 0 1 46%;
    }
}

.section-blog .container-blog .filter-list-wrap {
    margin-top: 23px;
    justify-content: center;
    flex-direction: column;
}

.section-blog .container-blog .filter-list-wrap > span {
    white-space: nowrap;
    margin: 0 0 16px;
}

@media screen and (min-width: 600px) {
    .section-blog .container-blog .filter-list-wrap {
        justify-content: flex-start;
        flex-direction: row;
    }

    .section-blog .container-blog .filter-list-wrap > span {
        margin: 8px 16px 0 0;
    }
}

@media screen and (min-width: 992px) {
    .section-blog .container-blog .filter-list-wrap {
        max-width: 650px;
        flex: 0 1 50%;
    }
}

.section-blog .container-blog .filters_list {
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 23px 0 0;
    flex-wrap: wrap;
    flex-direction: column;
}

@media screen and (min-width: 600px) {
    .section-blog .container-blog .filters_list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 992px) {
    .section-blog .container-blog .filters_list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.section-blog .container-blog .filters_list > span {
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    padding: 0;
    white-space: nowrap;
}

@media screen and (min-width: 600px) {
    .section-blog .container-blog .filters_list > span {
        padding: 0 20px 0 0;
    }
}

.section-blog .container-blog .filters_list > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 78px;
    height: 40px;
    padding: 0 17px;
    border: 2px solid transparent;
    border-radius: 20px;
    font: bold 12px/14px "Roboto Condensed";
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.13px;
    color: #1f1f1f;
    text-transform: uppercase;
    background-color: #f2f2f7;
    white-space: nowrap;
}

.section-blog .container-blog .filters_list > li > a:hover {
    background-color: #00be8c;
    color: #1f1f1f;
}

.section-blog .container-blog .filters_list > li.active > a {
    background-color: #00be8c;
    color: #1f1f1f;
}

.section_txt-sm {
    font: 400 14px/24px "Roboto", sans-serif;
    max-width: 930px;
}

.section_txt-sm p {
    font: 400 14px/24px "Roboto", sans-serif;
}

.blog:not(.blog_item) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1560px;
}

.blog_item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: clamp(40px, 4.44vw, 64px) 0;
    gap: 30px;
    width: 100%;
}

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

.blog_item_img,
.blog_item_cont {
    flex: 1 1 50%;
}

.blog_item_img {
    position: relative;
}

.blog_item_img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.blog_item_img:has(.blgo_item_heading, .post_cover_heading) img {
    aspect-ratio: 630/407;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog_item_img:has(.blgo_item_heading, .post_cover_heading)::before {
    content: "";
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, rgba(0, 0, 0, 0)),
            color-stop(70%, rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0 40%,
            rgba(0, 0, 0, 0.5) 70%,
            rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.blgo_item_heading,
.post_cover_heading {
    color: #fff;
    font: 300 clamp(24px, 2.22vw, 32px) / 1.1 "Roboto", sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5.4% 9.5%;
    z-index: 2;
    padding: 0 16px 24px;
}

.blgo_item_heading > *,
.post_cover_heading > * {
    font-size: clamp(48px, 5vw, 96px);
}

@media screen and (min-width: 768px) {

    .blgo_item_heading,
    .post_cover_heading {
        padding: 0 5.4% 9.5%;
    }
}

.blgo_item_heading > *,
.post_cover_heading > * {
    color: #fff;
    font: 300 clamp(24px, 2.22vw, 32px) / 1.1 "Roboto", sans-serif;
    letter-spacing: 0;
    margin: 0;
}

.blgo_item_heading strong,
.post_cover_heading strong,
.blgo_item_heading b,
.post_cover_heading b {
    color: #00be8c;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.blog_item_cont {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .blog_item_cont {
        padding: 0 0 clamp(24px, 2.22vw, 32px);
    }
}

.blog_item_title {
    font-size: clamp(20px, 2.08vw, 30px);
    font-weight: 500;
    line-height: 1.4;
    color: #142c2d;
    margin: 0 0 24px;
}

.blog_item_title a {
    color: currentColor;
}

.blog_item_date {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #8a9595;
}

.blog_item_txt {
    margin: 0 0 32px;
    font: 400 16px/1.7 "Roboto", sans-serif;
    color: #8a9595;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.blog_item_txt > p {
    font: 400 16px/1.7 "Roboto", sans-serif;
}

.blog_inf {
    margin: 16px 0 4px;
    color: #00be8c;
    text-transform: uppercase;
    font: 400 14px/21px "Roboto", sans-serif;
}

.section-post {
    padding: 45px 0 60px;
}

@media screen and (min-width: 768px) {
    .section-post {
        padding: clamp(45px, 11.11vw, 160px) 0 clamp(60px, 10.42vw, 150px);
    }
}

.section-post .container {
    max-width: 880px;
    padding: 0 15px;
}

.section-post .container--full {
    max-width: 100%;
    padding: 0;
}

.section-post .container--content {
    max-width: 1100px;
}

.section-post .blog_inf {
    margin: 0 0 24px;
}

.post h1 {
    margin: 0 0 24px;
}

.post_cover {
    margin: 0 0 40px;
    position: relative;
}

.post_cover img {
    aspect-ratio: 630/407;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .post_cover img {
        aspect-ratio: 1440/714;
    }
}

.post_cover:has(.post_cover_heading)::before {
    content: "";
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, rgba(0, 0, 0, 0)),
            color-stop(70%, rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0 40%,
            rgba(0, 0, 0, 0.5) 70%,
            rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.post_cover_heading {
    font-size: clamp(24px, 4.8vw, 96px);
}

.post_cover_heading > * {
    font-size: clamp(24px, 4.8vw, 96px);
}

@media screen and (min-width: 768px) {
    .post_cover_heading {
        padding: 0 6% 9.6%;
    }
}

.post_txt {
    color: #8a9595;
    font: 400 16px/1.7 "Roboto", sans-serif;
    letter-spacing: -0.03em;
}

.post_txt > *:not(p:has(img.size-full)) {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.post_txt > p:has(img.aligncenter) {
    text-align: center;
}

.post_txt > p {
    color: #8a9595;
    font: 400 16px/1.7 "Roboto", sans-serif;
    letter-spacing: -0.03em;
    margin: 1.7em auto;
}

.post_txt > p:first-child {
    margin-top: 0;
}

.post_txt > p:last-child {
    margin-bottom: 0;
}

.post_txt > p > a {
    text-decoration: underline;
}

.post_txt > p > img {
    margin: 6px auto;
}

.post_txt > p > img.size-full,
.post_txt > p > img.size-large {
    max-width: 100%;
    width: 100%;
}

.post_txt > img.size-full,
.post_txt > img.size-large {
    max-width: 100%;
    width: 100%;
}

.post_txt > .wp-caption:has(img) {
    max-width: 100%;
    width: 100%;
}

.post_txt .wp-caption-text {
    color: #1f1f1f;
    font: 400 14px/1.1 "Roboto", sans-serif;
    letter-spacing: -0.03em;
    text-align: center;
    margin: 16px 0 0;
}

.post_txt > h2 {
    font: 500 clamp(24px, 2.22vw, 32px) / 1.4 "Roboto", sans-serif;
    margin: 80px auto 32px;
}

.post_txt > h3 {
    font: 600 clamp(20px, 1.67vw, 24px) / 1.7 "Roboto", sans-serif;
    margin: 32px auto 16px;
}

.post_txt > h3 + p {
    margin-top: 0;
}

.post_txt > ul {
    margin: 32px 0;
    padding: 0 0 0 27px;
}

.post_txt > ul > li {
    margin: 16px 0 0;
}

.post_txt > ul > li:first-child {
    margin-top: 0;
}

.post_txt > ul > li::marker {
    color: #00be8c;
    font-size: 1em;
}

.post_txt > ul > li > strong {
    color: #1f1f1f;
}

.post_txt > ol {
    padding: 0 0 0 27px;
}

.post_txt > ol > li {
    margin: 32px 0 0;
}

.post_txt > ol > li:first-child {
    margin-top: 0;
}

.post_txt > ol > li::marker {
    color: #00be8c;
    font-size: 1em;
    font-weight: 500;
}

.post_txt > ol > li > strong {
    color: #1f1f1f;
}

.post_txt > ol > li > strong:first-child:has(br),
.post_txt > ol > li > strong:first-child + br {
    display: block;
    margin-bottom: 16px;
}

.post-author {
    padding: 32px 0 0;
    margin: 64px 0 0;
    border-top: 1px solid #ccc;
}

.post-author__wrap {
    gap: 24px;
}

.post-author__content {
    gap: 16px;
}

@media screen and (min-width: 768px) {
    .post-author__content {
        gap: 24px;
    }
}

.post-author__avatar img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-author__caption {
    color: #8a9595;
    font: 400 12px/1.4 "Roboto", sans-serif;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.post-author__name-wrap {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .post-author__name-wrap {
        margin: 0 40px 0 0;
    }
}

.post-author__date,
.post-author__name {
    color: #1f1f1f;
    margin: 0;
    font: 400 16px/1.6 "Roboto", sans-serif;
    letter-spacing: -0.03em;
}

.post-sharing {
    margin: 10px 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-sharing__item {
    margin-right: 16px;
}

.post-sharing__item:last-child {
    margin-right: 0;
}

.post-sharing__link {
    display: block;
    max-width: 32px;
    width: 32px;
    max-height: 32px;
}

.post-sharing__link svg {
    width: 100%;
    height: 100%;
}

.post-sharing__link svg path,
.post-sharing__link svg rect {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.post-sharing__link:hover svg > rect {
    stroke: #00be8c;
}

.post-sharing__link:hover svg > path {
    fill: #00be8c;
    -webkit-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.rank-math-seo-score.before-content {
    display: none;
}

#portfolio-on-embed {
    margin-bottom: 15px;
    margin-top: 50px;
}

#portfolio-on-embed.row {
    margin-right: 0;
}

#portfolio-on-embed .col-md-4 {
    padding-right: 0;
}

#portfolio-on-embed a {
    display: block;
    margin-bottom: 15px;
    line-height: 0;
}

#portfolio-on-embed .portfolio-item {
    float: none;
}

#portfolio-on-embed .portfolio-image img {
    width: 100%;
}

#portfolio-on-embed .portfolio-item p {
    margin: 15px auto 0;
}

#portfolio-on-embed .portfolio-description img {
    max-width: 51px;
}

.top-slider .go-next:before {
    -webkit-animation: bounce 1.5s infinite !important;
    animation: bounce 1.5s infinite !important;
}

body .top-slider .go-next:before {
    left: 7px;
    width: 16px;
    background: url(../images/arrow-up-down.svg) no-repeat center;
    background-size: contain;
}

.section-wrap3dsimple {
    padding-bottom: 0;
}

.section-wrap3dsimple .wrap3d {
    margin-bottom: 0;
}

.fancybox-content.winiframe {
    width: calc(100% - 40px);
    padding: 0;
    height: calc(100% - 40px);
    max-height: 100vh;
    overflow: hidden;
}

.fancybox-content.winiframe[id^="embedcode"] iframe {
    opacity: 0;
    transition: opacity .4s ease;
}

.fancybox-content.winiframe[id^="embedcode"] iframe.is-ready {
    opacity: 1;
}

.fancybox-content.winiframe iframe {
    min-height: 100%;
}

.fancybox-close-small {
    right: 0 !important;
}

.portfolio-samesize .portfolio-item.img-zoom .portfolio-image img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 640/427;
}

.paging {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    background: #f7f9fb;
    height: 95px;
    font: normal 14px/24px Roboto;
    letter-spacing: 0px;
    color: #435657;
}

.paging a {
    height: 95px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 45px;
    color: #435657;
    font: normal 13px/24px Roboto;
    text-transform: uppercase;
}

.paging .arrow {
    padding-left: 6px;
    border: 1px solid #435657;
    width: 43px;
    height: 43px;
    margin-right: 16px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.paging a:hover .arrow {
    border-color: #05c495;
}

.paging a:hover .arrow:before {
    border-color: #05c495;
}

.paging .prev {
    border-right: 3px solid #fff;
}

.paging .next {
    border-left: 3px solid #fff;
}

.paging .disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.paging .arrow:before {
    content: "";
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #435657;
    width: 11px;
    height: 11px;
    border-width: 0 0 1px 1px;
}

.paging .next .arrow {
    padding-right: 6px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 16px;
}

.paging .next .arrow:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.sidenews {
    margin-bottom: 41px;
    margin-top: 25px;
}

.sidenews_item {
    margin-bottom: 18px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidenews_item_img {
    width: 37.8%;
    min-width: 37.8%;
    margin-right: 14px;
    position: relative;
    position: relative;
}

.sidenews_item_img:before {
    content: "";
    display: block;
    padding-bottom: 72%;
}

.sidenews_item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidenews_item_cont {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sidenews_item_title {
    font: normal 13px/15px Roboto;
    color: #435657;
    margin: 4px 0 7px;
}

.sidenews_item_title a {
    color: currentColor;
}

.sidenews_item_date {
    color: #435657;
    text-transform: uppercase;
    font: normal 9px/14px Roboto;
}

.sideblock_title {
    margin-bottom: 4px;
    font: normal normal bold 16px/19px "Roboto Condensed";
    color: #000000;
    text-transform: uppercase;
}

.sideblock_title h4 {
    padding-bottom: 2px;
    font: normal normal bold 16px/19px "Roboto Condensed";
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid #21c396;
}

.sideblock_list li {
    list-style: none;
}

.sideblock_list li a {
    font: normal normal bold 13px/32px "Roboto Condensed";
    color: #000000;
    text-transform: uppercase;
}

.sideblock_list li a:hover {
    color: #21c396;
}

.section-compare .heading-text h3 {
    font-size: 40px;
    line-height: 1.1;
}

.wpcf7-form .wpcf7-not-valid-tip {
    display: block !important;
}

.phone-country-code {
    border: none !important;
    position: relative;
}

.phone-country-code:before {
    border: 1px solid #ced4da;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    pointer-events: none;
    border-radius: 0.25rem;
}

.phone-country-code .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
}

.phone-country-code .wpcf7-not-valid-tip:before {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    content: "";
    border-radius: 0.25rem;
    height: 40px;
    pointer-events: none;
    border: 1px solid #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.72em + 0.375rem) calc(0.72em + 0.375rem);
}

.phone-country-code > span {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.phone-country-code .cc-picker {
    height: 40px;
}

.phone-country-code .form-control {
    margin: 0 !important;
}

.phone-country-code .form-control.wpcf7-not-valid {
    padding-right: calc(1.5em + 0.75rem);
    margin-bottom: 24px !important;
}

.textradios span.wpcf7-form-control-wrap {
    display: block;
}

.textradios span.wpcf7-checkbox {
    display: block;
}

.textradios span.wpcf7-checkbox input {
    position: absolute;
}

.textradios span.wpcf7-list-item {
    display: block;
}

.textradios_item {
    margin: 0 6px 6px 0;
}

.form-price-with-numbers {
    margin-bottom: 24px;
}

.form-price-with-numbers .textradios_item {
    font: normal 11px/16px "Roboto", sans-serif;
    margin: 0 3px 6px 0;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 31px;
    background-color: #fdfdfd;
    line-height: 16px;
    padding: 5px 15px 5px 15px;
    font-weight: 400;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.form-price-with-numbers .textradios_item.checked {
    background-color: #eff1f4;
}

.form-price-with-numbers .textradios_item .wpcf7-list-item-label {
    background: transparent;
    font-size: 13px;
    border: none;
    padding: 0;
    height: auto;
}

.form-price-with-numbers input.number-form-control,
.form-price-with-numbers input.number-form-control:not([type="checkbox"]):not([type="radio"]) {
    outline: none;
    min-height: 16px;
    border: none;
    width: 19px;
    text-align: center;
    height: 16px;
    padding: 1px 0 0;
    text-align: center;
    background: transparent;
    font: normal 11px/14px "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #495057;
}

.form-num-minus,
.form-num-plus {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #eff1f4;
    display: block;
    position: relative;
    cursor: pointer;
}

.form-num-minus:before,
.form-num-plus:before,
.form-num-plus:after {
    width: 8px;
    height: 2px;
    background: #495057;
    display: block;
    position: absolute;
    content: "";
    top: 7px;
    left: 4px;
}

.form-num-plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.form-num-minus:hover,
.form-num-plus:hover {
    background: #ced4da;
}

.form-price-with-numbers .textradios_item.checked .form-num-minus,
.form-price-with-numbers .textradios_item.checked .form-num-plus {
    background: #ffffff;
}

.form-price-with-numbers .textradios_item.checked .form-num-minus:hover,
.form-price-with-numbers .textradios_item.checked .form-num-plus:hover {
    background: #ced4da;
}

.form-price-with-numbers .textradios_item:not(.checked) .form-num-minus {
    pointer-events: none;
}

.new-form-field-type-checkbox-with-number {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-number-field {
    line-height: 0;
    margin-left: 9px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wpcf7-form .form-group label:not(.error) {
    margin-bottom: 0;
}

.wpcf7-form p {
    margin: 0;
    width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}

/* Remove styles to fix phone number */
/* .wpcf7-form #myphone {
    left: 75px;
    position: absolute;
    top: 0;
    width: calc(100% - 75px);
} */

.form-field-description {
    color: #848484;
    font: italic normal 300 12px/16px "Roboto", sans-serif;
    letter-spacing: 0px;
    padding: 0px 0 0 16px;
}

.form-heading-before-services p {
    font-weight: bold;
    margin-top: 30px;
}

.form-references-files-container label {
    display: block;
    margin: 0;
}

.form-references-files-container div#mfcf7_zl_multifilecontainer {
    margin: 0;
}

.form-references-files-container input.button-primary,
.form-references-files-container input.button-primary:not([type="checkbox"]):not([type="radio"]) {
    margin-bottom: -8px;
    color: #495057;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    font-size: 13px;
    border: 1px solid #ced4da;
}

.num-units {
    margin-left: 9px;
    line-height: 1.2;
    font-size: 11px;
    color: #495057;
}

@media (min-width: 992px) {
    .section-post .col-lg-9 {
        -ms-flex: 0 0 76%;
        -webkit-box-flex: 0;
        flex: 0 0 76%;
        max-width: 76%;
    }

    .section-post .col-lg-3 {
        -ms-flex: 0 0 24%;
        -webkit-box-flex: 0;
        flex: 0 0 24%;
        max-width: 24%;
    }

    .sidenews_item_img {
        height: 69px;
    }
}

@media (max-width: 991px) {
    .sidenews_item_img {
        min-width: 95px;
        width: 95px;
    }

    .p-t-40.p-t-sm-0 {
        padding-top: 0px !important;
    }
}

@media (max-width: 768px) {
    .phone-country-code .form-control.wpcf7-not-valid {
        margin-bottom: 21.5px !important;
    }
}

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

@media only screen and (max-width: 439px) {
    .heading-text.heading-section .section_txt-sm p {
        font: normal 14px/24px "Roboto", sans-serif;
    }
}

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

    .heading-text.heading-section > h1,
    .heading-text.heading-section > h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

/* Text page */
.page-template-page {
    /* like on com body 18px */
    font-size: 1.2785rem;
    line-height: 1.5;
}

.page-template-page #page-content:not(.no-sidebar) {
    padding: 8rem 0 3rem;
}

.page-template-page ul {
    padding-left: 1.5rem;
}

/* End Text page */