:root {
    --color-white: #fff;
    --color-green: #18a553;
    --color-green-secondary: #6BBD3F;
    --color-light-green: #89c355;
    --color-red: #e94b31;
    --color-orange: #ff9700;
    --color-blue-dark-1: #2c3e50;
    --color-grey: #EEECEC;
    --title-top-margin: 120px;
}

/* WordPress Core */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignnone {
    max-width: 96%;
    height: auto;
    width: auto;
}

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

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-weight: bold;
    height: auto;
    left: 10px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    font-size: 14px;

}

html {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-padding-top: 120px;
}

body {
    font-family: 'PT Sans', Trebuchet MS, sans-serif;
    padding: 0;
    color: #404040;
    font-weight: 300;
    line-height: 1.6;
    font-size: 18px;
    position: relative;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-wrap: break-word;
    font-weight: 700;
    letter-spacing: -.02em;
}

a:active {
    border-bottom: none;
}

.main-container {
    background-color: #fff;
    overflow: hidden;
}

@media (min-width: 768px) {
    .open>.dropdown-menu {
        height: auto;
        visibility: visible;
        opacity: 1;
    }

    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .dropdown-menu {
        display: block;
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .mm {
        opacity: 0;
        visibility: hidden;
    }

    .mm.mm--open {
        opacity: 1;
        visibility: visible;
    }

    a.open-panel {
        text-decoration: none;
    }

    .open-panel {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 6px;
        left: 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .open-panel span {
        display: none;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #bdc3c7;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .open-panel:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f00d";
        font-size: 28px;
        text-decoration: none;
    }

    .open-panel.collapsed:before {
        display: none;
    }

    .open-panel.collapsed span {
        display: block;
    }

    .open-panel span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .open-panel span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .open-panel span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .open-panel.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 3px;
    }

    .open-panel.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .open-panel.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 3px;
    }

    .mobile-cart .header-cart,
    .mobile-account .header-my-account {
        position: relative;
        float: right;
        display: block;
        top: 0;
        left: auto;
        margin-top: 0;
        padding: 15px 5px;
        margin-right: 0;
        right: 30px;
        line-height: initial;
    }

    .top-bar-section .widget {
        text-align: center !important;
    }
}

.dropdown-menu>li>a {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
}

input,
textarea {
    background-color: #fff;
    padding: 8px;
    color: #464a4c;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
}

.radio,
.checkbox {
    display: inline-block;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

select {
    max-width: 100%;
    padding: 5px;
    color: #000;
}

#sidebar {
    display: inline-block;
    max-width: 100%;
}

.page-area {
    padding-top: 15px;
}

.widget {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 20px;
    position: relative;
}

#breadcrumbs {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1290px;
}

#breadcrumbs a {
    color: #ffa00e;
}

#breadcrumbs span {
    color: var(--color-blue-dark-1);
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding: 0;
    margin: 0 10px 0 0;
}

.fw-bold {
    font-weight: 700;
}

/* Projects menu */
#site-navigation {
    background-color: #ffffff;
    border: none;
}

#site-navigation,
nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    border-radius: 0;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    width: 100%;
    padding-left: 33%;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    line-height: 40px;
    min-width: 36px;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    color: #007ac5;
    font-size: 15px;
    font-family: bold, arial;
}

.woocommerce nav.woocommerce-pagination ul li a {
    text-decoration: underline;
}

.woocommerce nav.woocommerce-pagination .prev,
.woocommerce nav.woocommerce-pagination .next {
    text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #00afef;
    color: #fff;
    border-radius: 4px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 19px;
}

/* Footer */
.footer-top {
    padding: 3.8rem 0;
    background: #353a3e;
    color: var(--color-white);
}

.footer-logo {
    display: block;
    max-width: none;
    color: #fff;
    text-decoration: none;
    font-size: 3.625rem;
    margin: 0 0 1rem -1.25rem;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-social-links {
    line-height: 2.8;
    margin-bottom: 0.99rem;
}

.footer__social-link {
    font-size: 20px;
    text-decoration: none;
    margin-right: 11px;
}

.footer-tiktok-logo:before {
    color: transparent;
    background-image: url(/wp-content/themes/envo-storefront/images/logos/logo-tiktok.svg);
    background-position: center;
    background-size: cover;
}

.footer-rutube-logo:before {
    color: transparent;
    background-image: url(/wp-content/themes/envo-storefront/images/logos/rutube_light.svg);
    background-position: center;
    background-size: cover;
}

.fa-rutube:before {
    content: "\f2c6";
}

.footer-top .footer-link-whatsapp {
    color: var(--color-light-green);
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.footer-top .header__phone-block__callback-link {
    display: block;
    color: #f4f9fc;
    margin: 0;
    font-size: 13.4px;
}

.footer-top .header__phone-block__callback-link {
    display: block;
    color: #f4f9fc;
    margin: 0;
    font-size: 13.4px;
}

.footer-social-links i {
    color: #B5BDC7;
    border: 1px solid #B5BDC7;
    border-radius: 50%;
    padding: 1rem;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 25px;
    transition: transform .2s;
}

.footer-social-links i:hover {
    transform: scale(1.1);
    color: #fff;
    border-color: #fff;
}

.footer-adress-phone {
    color: #fff;
    font-weight: bold;
    text-decoration: none !important;
    cursor: default;
    font-size: 20px;
}

.footer-adress-line {
    color: #f4f9fc;
    display: block;
    font-size: 13px;
    margin-top: 6px;
}

.footer-adress-email {
    color: #ffa00e;
    font-size: 13px;
}

.footer-bottom {
    padding: 1rem 0;
    background: #2e3337;
    color: var(--color-white);
    font-size: 13px;
}

.footer-bottom a {
    margin: 0 0 0 10px;
}

.copy {
    display: block;
    margin-top: 12px;
}

.footer-bottom a.link-policy,
.footer-bottom .link-policy {
    margin-top: 12px;
    margin-left: 0;
    display: inline-block;
}

/* Home page */
.home-page-title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: var(--title-top-margin);
}

.learn-more-link {
    color: #229f00;
    text-decoration: revert;
    font-size: 21px;
}

.home-page-catalog img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
}

.contacts-section {
    background-color: #3e3e3e;
    color: #fff;
    text-align: center;
    padding: 0 60px;
}

/* Search styling */
.header-search-form {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid;
    border-radius: 3px;
    border-color: #d9d9d9;
    height: 42px;
    background-color: #fff;
    padding-right: 46px;
}

select.header-search-select {
    width: 45%;
    display: inline-block;
    border: none;
    height: 40px;
    background-color: #fff;
}

input.header-search-input {
    width: 55%;
    display: inline-block;
    border: none;
    border-right: 1px solid;
    border-color: #d9d9d9;
    height: 40px;
    border-radius: 0;
    right: 0px;
    position: relative;
}

button.header-search-button {
    border: none;
    color: inherit;
    position: absolute;
    right: 0;
    padding: 0 15px;
    font-size: 15px;
    line-height: 40px;
    top: 0;
    border-left: 1px solid;
    border-color: #d9d9d9;
    height: 40px;
    border-radius: 0;
    width: 46px;
}

form.search-form label {
    width: 100%;
    display: block;
}

button.dgwt-wcas-search-submit,
button.dgwt-wcas-search-submit:hover {
    background: initial;
}

form.search-form,
form.woocommerce-product-search {
    position: relative;
}

.search-submit,
.woocommerce-product-search button {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    line-height: 18px;
}

.search-field {
    width: 100%;
    padding-right: 90px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

input[type="search"].search-field::-webkit-input-placeholder {
    color: #d7d7d7;
}

input[type="search"].search-field:focus::-webkit-input-placeholder {
    color: #f1f1f1;
    padding: 20px 0 0 0;
}

fieldset {
    margin: 5px 2px 2px 18px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: auto;
    border-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.project-search__form {
    float: left;
    position: relative;
}

.project-search__form .project-search__input,
.project-search__form .ya-site-form .ya-site-form__input-text {
    height: 44px;
    width: 170px;
    padding-left: 54px;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin-left: 20px;
    margin-bottom: 10px;
    outline: none;
    transition: 350ms;
}

.project-search__form .fa-search {
    position: absolute;
    top: 50%;
    left: 35px;
    margin-top: -13px;
    pointer-events: none;
}

.project-search__form .fa-times {
    position: absolute;
    top: 50%;
    right: 115px;
    margin-top: -16px;
    background-color: #f0f0f0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 19px;
    display: none;
}

.project-search__form .invalid-feedback {
    position: absolute;
    top: 8px;
    left: 110%;
    width: 110%;
}

.project-search__form .project-search__btn-search {
    display: none;
    position: absolute;
    right: 10px;
    top: calc(50% - 22px);
    height: 34px;
    width: 96px;
    border-radius: 6px;
    background: #D61229;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    transition: 350ms;
    border: none;
    outline: 0;
    line-height: 1;
}

.project-search__form.search--open .project-search__input {
    width: 400px;
}

.project-search__form.search--open .project-search__btn-search,
.project-search__form.search--open .fa-times {
    display: block;
}

.ya-site-form__search-input-layout-r {
    display: none;
}

.page-search__container {
    display: inline-block;
    margin: 20px 23vw;
}

/* Comments */
.btn-default,
input[type="submit"],
input#submit,
button,
a.comment-reply-link,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid;
    border-radius: 3px;
    padding: 10px 20px;
    color: #2f96d1;
    background-color: transparent;
    font-weight: 400;
}

.woocommerce ul.products li {
    border-bottom: 0;
}

ul.products {
    padding: 0;
}

.woocommerce ul.products li {
    border-bottom: 0;
}

/* Custom header */
.header__phone-block__callback-link,
.small-link,
.small-link--2 {
    color: #353a3e;
    font-size: 13px;
}

.mobile-head-icons {
    position: absolute;
    right: 0;
    top: 4px;
    color: #b5bdc4;
    font-size: 24px;
}

.mobile-head-icons a {
    color: #b5bdc4;
}

.menu-container {
    background: #2f96d1;
    box-shadow: 0 0 15px rgba(46, 51, 52, .15);
    border-radius: 0;
    padding: 10px 0;
    z-index: 3;
}

/* New header */
.header {
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
    color: #fff;
    transition: .3s;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    border-bottom: 1px solid hsl(0deg 0% 81% / 48%);
}

.header__inner--mobile {
    height: auto;
    padding-right: 12px;
    border-bottom: none;
}

html.is-scrolled .header__inner--mobile,
.header--white .header__inner--mobile {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.header__logo {
    padding-left: 24px;
    max-width: 200px;
    display: none;
}

.header__logo--white {
    display: block;
    padding-left: 24px;
    max-width: 200px;
}

.header__logo--mobile {
    padding-left: 0;
}

html.is-scrolled .header__logo--mobile,
.header--white .header__logo--mobile {
    display: inline-block;
}

.header__logo .custom-logo,
.header__logo--white .custom-logo {
    padding-left: 24px;
    max-width: 200px;
}

.header__nav {
    flex-grow: 1;
    color: #fff;
}

.header__toolbar {
    flex-shrink: 0;
    align-self: flex-end;
}

.header__btn {
    position: relative;
    color: var(--color-blue-dark-1);
    width: 72px;
    height: 72px;
    line-height: 60px;
    font-size: 18px;
    border-left: 1px solid hsl(0deg 0% 81% / 48%);
    box-shadow: none !important;
}

.header__btn:focus,
.header__btn:active,
.header__btn img:focus {
    outline: none !important;
    box-shadow: none;
}

.header__btn img {
    height: 50px;
    transition: all 0.2s;
}

.header__btn img:hover {
    -webkit-filter: drop-shadow(5px 5px 5px #ccced0);
    filter: drop-shadow(0px 0px 6px #ccced0);
    transform: scale(1.1);
}

.header__btn i {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
}

.header__btn-count {
    position: absolute;
    top: -8px;
    right: -2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: #e40321;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 1.16;
}

.header__info--mobile {
    display: block;
    margin-left: auto;
    padding: 14px 0;
    color: #fff;
    text-align: right;
    justify-self: flex-end;
}

.header__phone {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
    margin-right: 70px;
    margin-left: 70px;
}

.header__email {
    display: block;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

.header__btn--phone-in .ic_image {
    display: none;
}

.header__btn--phone-in .ic_image--white {
    display: block;
}

html.is-scrolled .header,
.header--white {
    background-color: #fff;
    box-shadow: 0 100px 80px rgba(0, 0, 0, 0.00562291), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.00807786), 0 22.3363px 17.869px rgba(0, 0, 0, 0.01), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.0119221), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.0143771), 0 2.76726px 2.21381px rgba(0, 0, 0, 0.02);
    color: #000;
}

html.is-scrolled .header .header__logo--white,
.header--white .header__logo--white {
    display: none;
}

html.is-scrolled .header .header__logo,
.header--white .header__logo {
    display: block;
}

html.is-scrolled .header .header__btn--menu,
.header--white .header__btn--menu {
    color: #004eb7;
}

html.is-scrolled .header .header__btn--search,
.header--white .header__btn--search {
    color: #004eb7;
}

html.is-scrolled .header .header__btn--favorites,
.header--white .header__btn--favorites {
    color: #e40321;
}

html.is-scrolled .header .header__info,
.header--white .header__info {
    color: #004eb7;
}

html.is-scrolled .header .header__nav,
.header--white .header__nav {
    color: #000;
}

html.is-scrolled .header .ic_image--white,
.header--white .ic_image--white {
    display: none;
}

html.is-scrolled .header .ic_image,
.header--white .ic_image {
    display: block;
}

html.is-scrolled .header .header__phone,
.header--white .header__phone {
    color: #000;
}

.header__btn--phone-in img {
    height: 26px;
    margin: auto;
}

.header__btn--phone-in img:hover {
    -webkit-filter: drop-shadow(5px 5px 5px #ccced0);
    filter: drop-shadow(0px 0px 6px #ccced0);
    transform: scale(1.1);
}

.header--white {
    position: sticky;
    top: 0;
}

.show-if-desktop {
    display: block !important;
}

.nav {
    color: inherit;
}

.nav__list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}

.nav__list .nav__item {
    margin-left: 30px;
}

.nav__link {
    position: relative;
    display: flex;
    align-items: center;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s;
}

.nav__link .icon {
    margin-left: 11px;
    transition: transform 0.3s;
}

.nav__link.is-active {
    color: #004eb7;
}

.nav__link.is-active .icon {
    transform: rotate(-180deg);
}

.nav__link.is-current {
    color: #004eb7;
}

.nav__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 375px;
}

.nav.is-active .nav__submenu {
    opacity: 1;
    visibility: visible;
}

.nav__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

html.is-scrolled .nav {
    color: #000;
}

.nav__list .dropdown-menu .nav__item {
    margin: 5px 15px;
}

/* Main menu */
#mobile-menu .navbar-nav .nav-link {
    color: var(--color-white);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    background-color: transparent;
}

#mobile-menu .navbar-nav>li>.dropdown-menu {
    padding: 25px;
    margin: 15px;
}

/* Calculator */
.builds_calc {
    color: #565f66;
}

.builds_calc__price-all {
    text-align: center;
}

.builds_calc__price-all-title {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.builds_calc__price-all-price {
    color: #2f96d1;
    font-size: 38px;
    font-weight: normal;
    line-height: 1.5;
}

.builds_calc__price-all-price .b {
    font-size: 47px;
    font-weight: bold;
}

.builds_calc__price-all-price .full-price {
    font-size: 47px;
    font-weight: bold;
}

.builds_calc__item-title {
    display: block;
    font-weight: bold;
    font-size: 25px;
    margin: 25px 0 28px;
}

.builds_calc__item {
    margin: 0 0 57px;
}

.builds_calc__item .nav-tabs {
    border: none;
    margin: 0 0 30px;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 1px 55px;
    padding-right: 35px;
}

.builds_calc__item .nav-item {
    width: auto !important;
    margin-right: 20px !important;
    border: none !important;
}

.builds_calc__item .nav-link {
    border: 1px solid #2f96d1 !important;
    color: #565f66;
    border-radius: 3px;
    display: table-cell;
    padding: 12px 14px;
    text-decoration: none;
    white-space: normal;
    width: 275px;
    height: 76px;
    vertical-align: middle;
    text-align: center;
}

.builds_calc__price-mortgage-text {
    font-size: 18px;
    line-height: 110%;
    color: #6EB76C;
    text-align: center;
}

.carousel .carousel-inner a.nav-link.active {
    display: table-cell;
}

.builds_calc__item .nav-item .active {
    background-color: #2f96d1 !important;
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    cursor: pointer;
}

.builds_calc__item .tab-content {
    position: relative;
}

.builds_calc__item .tab-pane img {
    border-radius: 5px;
    max-width: none;
    width: 100%;
}

.builds_calc__item .builds_calc__item-prices {
    background: #f4f9fc;
    display: block;
    height: 100%;
    padding: 20px;
    border-radius: 5px;
}

.builds_calc__item .builds_calc__item-prices-all {
    color: #2f96d1;
    font-size: 37px;
    line-height: 1;
}

.builds_calc__item .builds_calc__item-prices-all .b {
    font-weight: bold;
    font-size: 39px;
    display: inline-block;
    line-height: 1;
}

.builds_calc__item .builds_calc__item-prices-all .b2 {
    margin-right: 10px;
}

.builds_calc__item .builds_calc__item-prices-line .tit {
    display: inline-block;
    width: 36%;
}

.builds_calc__item .builds_calc__item-prices-line .b {
    font-weight: bold;
}

.builds_calc__item .builds_calc__item-prices-link {
    color: #ffa00e;
    display: inline-block;
    font-weight: bold;
    margin: 11px 0 0;
    font-size: 18px;
}

.builds_calc__price-all--active .builds_calc__price-all-price {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    font-size: 30px;
    padding: 10px 0;
    box-shadow: 0px 9px 8px rgba(0, 0, 0, .1);
    z-index: 450;
}

.builds_calc__price-all--active .builds_calc__price-all-price .b,
.builds_calc__price-all--active .builds_calc__price-all-price .full-price {
    font-size: 36px;
}

.builds_calc__price-all--active .builds_calc__price-all-price .full-price {
    margin: 0 5px;
}

.builds_calc__price-all--active .builds_calc__icons {
    display: none;
}

.builds_calc__price-placeholder {
    display: block;
    width: 100%;
    height: 0;
}

.builds_calc__price-all-price .builds_calc_stat-image {
    width: 50px;
    margin: 15px 0;
}

.builds_calc__item .carousel-control-next,
.builds_calc__item .carousel-control-prev {
    height: 78px;
}

.builds_calc__item .owl-carousel .owl-nav.disabled {
    display: block;
}

.callback_form-d2 {
    padding: 60px;
    text-align: left;
    position: absolute;
    transform: translate(-50%, 0%);
}

.callback_form-d2 h2 {
    margin-bottom: 30px;
    padding: 0;
}

.callback_form-d2 h3 {
    padding-top: 0;
}

.callback_form-d2 ul.none {
    margin: 0 0 40px;
    font-size: 14px;
}

.builds_calc__promo {
    background: #f4f9fc;
    border-radius: 5px;
    color: #6b6b6b;
    text-align: center;
    padding: 50px;
    margin: 30px 0 60px;
}

.builds_calc__promo-title {
    font-weight: bold;
    font-size: 31px;
    line-height: 1.2;
    display: block;
}

.builds_calc__promo p {
    margin: 18px auto 34px;
    font-size: 13px;
    max-width: 510px;
    line-height: 1.5;
}

.builds_calc__promo .add_to_cart_n {
    display: block;
    max-width: 163px;
    margin: 0 auto 38px;
    border-radius: 5px;
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    padding: 0 0 3px;
    line-height: 1.9;
    height: auto;
    background: #ffa00e;
}

.builds_calc__promo-link {
    font-weight: bold;
}

.calculator-accordion .card {
    border: none;
    background: none;
}

.calculator-accordion .card .card-header {
    background: none;
    border: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.calculator-accordion .card .card-header h2 {
    margin: 15px 0;
}

.calculator-accordion .card .card-header h2 .btn {
    font-weight: bold;
    font-size: 25px;
    color: #565f66;
    text-decoration: none;
}

.calculator-accordion .card .card-header h2 .btn:hover {
    color: #ffa00e;
    text-decoration: underline;
}

.calculator-page-button {
    background-color: #89c355;
    color: #fff;
    max-width: 400px;
    font-size: 22px;
    margin-bottom: 40px;
}

.calculator-page-button:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: .65;
}

/* Product stats table */
.stats-table .cell {
    border: 1px solid #000;
    text-align: center;
}

.stats-table-info {
    font-size: 13px;
}

.product-image-title {
    font-size: 22px;
    padding-left: 20px;
    color: #000;
    font-weight: bold;
    margin: 0;
}

.product-material {
    font-size: 20px;
    padding-left: 20px;
    color: #000;
    margin: 0;
}

.project-item__image {
    height: 16.25rem;
    display: block;
    overflow: hidden;
    border-radius: 0.3125rem 0.3125rem 0 0;
}

.project-item__row {
    display: flex;
}

.project-item__col {
    width: 48%;
    padding-left: 2rem;
    padding-top: 1.25rem;
}

.project-item_name {
    margin: 0 5px;
    color: #b5bdc4;
    font-size: 12px;
}

.project-item_area {
    position: relative;
    background: transparent;
    color: var(--color-light-green);
    font-size: 2.375rem;
    font-weight: normal;
    height: auto;
    line-height: 1.15;
    width: auto;
    top: auto;
    left: auto;
    text-align: left;
}

.project-item_area span {
    font-size: 4rem;
    font-weight: bold;
}

.project-item_area sup {
    font-size: 1.5rem;
}

.project-item_size {
    margin: 0;
    color: #b5bdc4;
    white-space: normal;
    line-height: 1.8;
}

.project-item_price {
    border-bottom: none;
    border-top: none;
    display: flex;
    align-items: baseline;
    justify-content: normal;
    padding: 0;
    flex-direction: column-reverse;
}

.project-item_price-building {
    font-weight: bold;
    color: #2f96d1;
    font-size: 1.25rem;
    line-height: 1;
}

.project-item_price-project-number {
    font-weight: bold;
    color: #2f96d1;
    font-size: 1.4vw;
    line-height: 1;
}

@media (min-width: 2000px) {
    .project-item_price-project-number {
        font-size: 28px;
    }
}

.project-item_price-project-number span {
    font-size: 1.5625rem;
}

.project-item_links {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    font-size: 13px;
    color: #dde4ea;
}

.project-item_links span {
    margin: 0 5px;
}

.project-item_links .compare_add_btn:before,
.project-item_links .comparison_add_btn:before {
    color: #dde4ea;
    margin-left: 0;
}

.project-item_links .compare_add_btn:before {
    content: "\e911";
}

.project-item_links .comparison_add_btn:before {
    content: "\e910";
}

.project-item_links .compare_add_btn:hover:before,
.project-item_links .comparison_add_btn:hover:before,
.project-item_links .active:before {
    color: #ffa00e !important;
}

.project-item_links .simplefavorite-button.active {
    color: #ffa00e;
}

.project-item_price--sale .project-item_price-project-number {
    text-decoration: line-through;
    font-size: 1.25rem;
    line-height: 1;
    margin-top: -0.2rem;
    display: block;
}

.project-item_price--sale .project-item_price-project-number span {
    font-size: 0.9375rem;
}

.project-item_price-project-number--sale {
    display: block;
    line-height: 1;
    font-size: 1.75rem;
    font-weight: bold;
    color: #ffa00e;
    margin-bottom: 0.125rem;
}

.project-item_price-project-number--sale i {
    font-style: normal;
    color: var(--color-white);
    background: #ffa00e;
    font-weight: normal;
    width: 1.6875rem;
    display: inline-block;
    vertical-align: top;
    margin: 0.1875rem 0 0 0.3125rem;
    height: 0.875rem;
    line-height: 0.875rem;
    text-align: center;
    position: absolute;
    right: 0.5rem;
}

.project-item_price-project-number--sale i:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent #ffa00e transparent transparent;
    border-width: 0.4375rem;
    left: -0.875rem;
    top: 0;
}

.project-item_bottom {
    border-top: 0.0625rem solid #dce3e9;
    padding: 1.26rem 2.4875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.56rem;
}

.project-item_bottom div {
    display: flex;
    align-items: center;
    color: #565f66;
}

.project-item_bottom div i {
    font-size: 25.6px;
    color: #bac1c5;
}

.project-item_bottom div span {
    margin-left: 0.3125rem;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.project-item_mortgage {
    font-size: 14px;
    color: #6EB76C;
    text-align: center;
}

.svg-inline--fa {
    font-size: 21.6px;
    color: #bac1c5;
}

.svg-inline--fa.fa-car {
    font-size: 30px;
}

.svg-inline--fa.fa-bed-alt {
    font-size: 27px;
}

a.add_to_cart_button.button.br_compare_button {
    display: none;
}

.br_compare_button.br_compare_added {
    color: #ffa00e;
}

.project-item_links .br_compare_button:hover {
    background-color: transparent;
    cursor: pointer;
}

.project-item_links .simplefavorite-button:hover {
    background-color: transparent;
    cursor: pointer;
    color: #515151;
}

.bunker-catalog .project-image .wp-post-image {
    max-height: 277px;
    object-fit: contain !important;
}

/* Prduct text */
.product-text-block {
    position: relative;
    max-width: 100%;
    margin-top: 30px;
}

.product-text-content {
    max-height: 220px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.product-text-block.expanded .product-text-content {
    max-height: 10000px;
    /* или auto, но max-height плавнее */
}

.product-text-fade {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.product-text-block.expanded .product-text-fade {
    opacity: 0;
    visibility: hidden;
}

.toggle-full-text {
    display: block;
    margin: 20px auto 0;
    padding: 10px 20px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.toggle-full-text:hover {
    background: #e0e0e0;
}

/* Category text */
.catalog-seo-text-block {
    position: relative;
    margin: 40px auto;
}

.seo-text-content {
    max-height: 220px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.catalog-seo-text-block.expanded .seo-text-content {
    max-height: 10000px;
}

.seo-text-fade {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.catalog-seo-text-block.expanded .seo-text-fade {
    opacity: 0;
    visibility: hidden;
}

.toggle-catalog-text {
    display: block;
    margin: 20px auto 0;
    padding: 10px 20px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    cursor: pointer;
}

/* header */
.head {
    padding: 0 30px 0px 30px;
}

.top-find {
    padding: 0;
    margin: 28px -15px 27px 10px;
    position: relative;
}

.top-find form fieldset {
    position: relative;
    z-index: 5;
}

.top-find .icon-2-search {
    color: #dce3e9;
    position: absolute;
    right: 10px;
    top: 22px;
    font-size: 19px;
}

.top-find form fieldset #top-find-input {
    display: block;
    background: transparent;
    font-size: 13px;
    width: 100%;
    padding: 0 15px 0 0;
    border: none;
    height: 23px;
    color: #353a3e;
    border-bottom: 1px solid #f4f9fc;
    line-height: 23px;
    outline: none !important;
}

.top-find form fieldset #top-find-input::-webkit-input-placeholder {
    color: #b4b5b8;
}

.top-find form fieldset #top-find-input:-ms-input-placeholder {
    color: #b4b5b8;
}

.top-find form fieldset #top-find-input::placeholder {
    color: #b4b5b8;
}

.top-find__btn-reset {
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    top: 0;
    padding: 0;
    line-height: 1;
    font-size: 24px;
    border: none;
    color: #b4b5b8;
    height: 20px;
    cursor: pointer;
}

.top-find #top-find-result {
    display: none;
}

.top-find .top-find-result--active {
    position: absolute;
    left: -25px;
    right: -25px;
    top: -15px;
    box-shadow: 0 0 15px rgba(46, 51, 55, .15);
    background: #fff;
    padding: 55px 25px 10px;
    z-index: 4;
    border-radius: 4px;
    display: block !important;
    max-height: 50vh;
    overflow: auto;
}

.top-find #top-find-result ul {
    width: 100% !important;
    list-style: none;
    margin: 0;
    left: 0 !important;
    top: 0 !important;
    padding: 0;
    background: transparent;
    border: none;
}

.top-find #top-find-result ul li a {
    border: none !important;
    background: transparent !important;
    display: flex;
    color: var(--color-blue-dark-1);
    font-weight: bold;
    text-decoration: none;
    align-items: center;
    font-size: 13px;
    width: 100%;
    margin-bottom: 15px;
}

.top-find #top-find-result ul li a .image {
    display: block;
    width: 115px;
    height: 75px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 4px;
}

.top-find #top-find-result ul li a .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .6s ease-in;
    max-width: 110%;
}

.top-find #top-find-result ul li a:hover .image img {
    transform: translate(-50%, -50%) scale(1.1);
}

.top-find #top-find-result ul li a .title {
    width: calc(100% - 125px);
}


/* Custom Sidebar */
.price-block {
    padding: 18px;
    background: #F2F2F2;
    border-radius: 10px;
}

.pr-item__main-price {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
}

.pr-item__main-price .title {
    color: #959595;
    display: block;
    font-size: 14px;
    line-height: 15.4px;
}

.pr-item__main-price .num {
    display: block;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    margin-left: 10px;
}

.pr-item__main-link {
    padding-top: 10px;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

a.pr-item__main-link-item_capital,
a:link.pr-item__main-link-item_capital,
a:hover.pr-item__main-link-item_capital,
a:visited.pr-item__main-link-item_capital,
a:active.pr-item__main-link-item_capital,
a:focus.pr-item__main-link-item_capital {
    background: url(images/icons/mat-cap-icon.svg) center left no-repeat;
}

a.pr-item__main-link-item,
a:link.pr-item__main-link-item,
a:hover.pr-item__main-link-item,
a:visited.pr-item__main-link-item,
a:active.pr-item__main-link-item,
a:focus.pr-item__main-link-item,
button.pr-item__main-link-item,
input[type=submit].pr-item__main-link-item {
    padding: 3px 0 3px 45px;
    display: block;
    margin-top: 15px;
}

a.pr-item__main-link-item span,
a:link.pr-item__main-link-item span,
a:hover.pr-item__main-link-item span,
a:visited.pr-item__main-link-item span,
a:active.pr-item__main-link-item span,
a:focus.pr-item__main-link-item span,
button.pr-item__main-link-item span,
input[type=submit].pr-item__main-link-item span {
    display: inline;
    border-bottom: 1px solid #868686;
}

a.pr-item__main-link-item_credit,
a:link.pr-item__main-link-item_credit,
a:hover.pr-item__main-link-item_credit,
a:visited.pr-item__main-link-item_credit,
a:active.pr-item__main-link-item_credit,
a:focus.pr-item__main-link-item_credit,
button.pr-item__main-link-item_credit,
input[type=submit].pr-item__main-link-item_credit {
    background: url(images/icons/credit-icon.svg) 3px 50% no-repeat;
}

a.pr-item__main-link-item,
a:link.pr-item__main-link-item,
a:hover.pr-item__main-link-item,
a:visited.pr-item__main-link-item,
a:active.pr-item__main-link-item,
a:focus.pr-item__main-link-item,
button.pr-item__main-link-item,
input[type=submit].pr-item__main-link-item {
    padding: 3px 0 3px 45px;
    display: block;
    margin-top: 15px;
    color: #000000;
    cursor: pointer;
}

a.pr-item__main-link-item span,
a:link.pr-item__main-link-item span,
a:hover.pr-item__main-link-item span,
a:visited.pr-item__main-link-item span,
a:active.pr-item__main-link-item span,
a:focus.pr-item__main-link-item span,
button.pr-item__main-link-item span,
input[type=submit].pr-item__main-link-item span {
    display: inline;
    border-bottom: 1px solid #868686;
}

.pr-item__main-option {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 20px -15px;
}

.pr-item__main-option-item {
    margin-top: 20px;
    float: left;
    width: 50%;
    padding: 0 15px;
}

.pr-item__main-option-item .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}

.pr-item__main-option-item img {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
}

.pr-item__main-option-item .num {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.custom-sidebar .two-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    margin: 20px 0;
}

.custom-sidebar .two-buttons .two-buttons__button {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    white-space: normal;
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-sidebar .two-buttons .button--orange {
    color: #ffffff;
    background: var(--color-orange);
    padding: 13px 15px;
    text-decoration: none;
}

.custom-sidebar .two-buttons .button--orange-transparent-white {
    color: #fd8900;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--color-orange);
    padding: 13px 15px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce .button.smeta-sidebar-button {
    color: #ffffff;
    background: var(--color-orange);
    padding: 13px 15px;
    width: 100%;
    margin-bottom: 20px;
}

.builds_calc .button.smeta-sidebar-button {
    max-width: 400px;
    margin: 0 auto;
}

.custom-sidebar-buttons .button.smeta-sidebar-button {
    height: 66px;
    border-radius: 10px;
    text-align: left;
    padding-left: 30px;
    line-height: 2;
    overflow: hidden;
    position: relative;
}

.custom-sidebar-buttons .button.smeta-sidebar-button:after {
    content: "";
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 70px;
    height: 60px;
    transform: none;
    right: 20px;
    top: 4px;
    transition: transform 0.3s ease;
}

.custom-sidebar-buttons .button.smeta-sidebar-button:hover:after {
    transform: scale(1.1);
}

.custom-sidebar-buttons .button.smeta-sidebar-button.consultation-button {
    background: linear-gradient(90deg, #59A6EC 0%, #3D87CA 100%);
}

.custom-sidebar-buttons .button.smeta-sidebar-button.consultation-button:after {
    background-image: url(images/icons/sidebar_phone.png);
}

.custom-sidebar-buttons .button.smeta-sidebar-button.save-page-whatsapp {
    background: linear-gradient(90deg, #5EE562 0%, #43BB47 100%);
}

.custom-sidebar-buttons .button.smeta-sidebar-button.save-page-whatsapp:after {
    background-image: url(images/icons/sidebar_whatsapp.png);
}

.custom-sidebar-buttons .button.smeta-sidebar-button.show-calculator-button {
    background: linear-gradient(90deg, #8787FF 0%, #7777E3 100%);
}

.custom-sidebar-buttons .button.smeta-sidebar-button.show-calculator-button:after {
    background-image: url(images/icons/sidebar_calculator.png);
}

.custom-sidebar-buttons .social-banner__form-submit {
    height: 66px;
    border-radius: 10px;
    line-height: 2;
    overflow: hidden;
    position: relative;
}

.social-share-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-share-buttons {
    margin-top: 15px;
}

.social-share-title {
    display: block;
    font-weight: bold;
}

.social-share {
    display: inline-block;
    margin: 0 5px;
}

.social-share img {
    width: 32px;
    height: 32px;
}

.project__plan-feature {
    margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .project__plan-feature {
        width: 300px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1440px) {
    .project__plan-feature {
        width: 100%
    }
}

.project__feature {
    padding: 20px 10px;
    border: 2px solid #edf4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 1024px) {
    .project__feature {
        padding: 20px
    }
}

.project__feature-title {
    margin-bottom: 20px
}

.project__feature-block-title {
    font-size: 16px;
    font-weight: 500;
    color: #3b3b3b;
    line-height: 1.25;
    margin-bottom: 10px
}

.project__feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.project__feature-item+.project__feature-item {
    margin-top: 12px
}

.project__feature-item-title,
.project__feature-item-val {
    font-size: 14px;
    line-height: 1.28571429
}

.project__feature-item-title {
    color: #888f95
}

.project__feature-item-val {
    text-decoration: none;
    text-align: right
}

.product_cat-objects+div .description-block {
    margin-top: 60px;
}

.heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #3b3b3b;
    margin: 0;
    padding: 0;
}

.aside-title-middle {
    font-size: 28px;
    line-height: 26px;
    font-weight: 600;
    margin: 35px 0px 20px;
}

.list-percent {
    padding: 0;
    list-style: none;
    margin: 0 0 0 0;
    display: flex;
    gap: 20px;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-percent__item {
    width: 405px;
    height: 60px;
    background: #F2F2F2;
    border-radius: 10px;
    font-size: 14px;
    line-height: 110%;
    color: #404040;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.list-percent__amount {
    display: inline-block;
    font-weight: 700;
    font-size: 26px;
    color: #6EB76C;
    width: 60px;
}

.list-percent__step {
    padding: 2px 10px;
    height: 20px;
    background: #2F96D1;
    border-radius: 30px;
    font-size: 14px;
    color: #FFFFFF;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.list-advantages-icons {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 16px 0 14px;
    justify-content: space-evenly;
    align-items: center;
}

.list-advantages-icons__item {
    padding: 18px 0 11px 75px;
    position: relative;
}

.list-advantages-icons__item:before {
    content: "";
    background: url("images/icons/icon-guarantee2.svg") center center no-repeat;
    background-size: cover;
    width: 33px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-advantages-icons__item--guarantee:before {
    left: 16px;
}

.list-advantages-icons__item--guarantee .list-advantages-icons__text {
    font-size: 18px;
}

.list-advantages-icons__item--delivery:before {
    background: url("images/icons/icon-shipped.svg") center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 32px;
    left: 8px;
}

.list-advantages-icons__item--export:before {
    background: url("images/icons/icon-trash.svg") center center no-repeat;
    background-size: cover;
    width: 46px;
    height: 35px;
    left: 6px;
}

.list-advantages-icons__text {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

.banner--project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 0 24px;
    border-radius: 3px;
    background: url(images/banners/banner-project.png) right bottom no-repeat;
    background-size: cover;
    padding: 24px 20px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 407px;
    margin-top: 90px;
}

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

.banner:hover {
    -webkit-box-shadow: 0 6px 25px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.banner:before {
    content: "";
    position: absolute;
    border-radius: 0 0 3px 0;
    overflow: hidden;
}

.banner__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 31px;
    margin: 0 0 15px;
}

.banner__price--big {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
}

.banner__button {
    margin: 22px 0 0 0;
}

.banner--project .button.banner__button {
    padding: 16px 20px;
    background: #6EB76C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 54px;
    font-weight: 400;
    font-size: 20px;
    border: none;
    color: #FFFFFF;
}

.custom-sidebar .banner--project a.button--orange-transparent-white {
    font-size: 18px;
    line-height: 18px;
    color: #fd8900;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--color-orange);
    padding: 13px 15px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    display: inline-block;
    margin: 22px 0 0 0;
}

.custom-sidebar .banner--project a.button--orange-transparent-white:hover {
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-sidebar .banner--project a.button--orange-transparent-white:before {
    content: '';
    height: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-orange);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -2;
}

.custom-sidebar .banner--project a.button--orange-transparent-white:hover:before {
    height: 100%;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1299.99px) {
    .container {
        max-width: 1290px;
        width: 1290px;
    }
}

.woocommerce div.product div.images {
    float: none;
    width: 100%;
}

.room-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    background: #f8f9fa;
}

.stat-block-short-info {
    margin-bottom: 30px;
}

.stat-block-short-info .stat-block-item {
    padding: 0 0 0 65px;
    position: relative;
    line-height: 1;
}

.stat-block-short-info .stat-block-item .b {
    display: block;
    font-size: 17px;
    font-weight: bold;
}

.stat-block-short-info .stat-block-item .stat-block-name {
    font-size: 14px;
    white-space: nowrap;
}

.stat-block-short-info .stat-block-item i {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: auto;
    text-align: right;
}

.stat-block-short-info .stat-block-item {
    padding: 55px 0 0;
    position: relative;
    line-height: 1;
    text-align: center;
}

.stat-block-short-info .stat-block-item i {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: auto;
    text-align: right;
}

.stat-block-short-info .stat-block-item {
    padding: 0 0 0 60px;
}

.stat-block-short-info .stat-block-item i {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    transform: none;
    left: 0;
    top: -4px;
}

.stat-block-short-info .stat-block-item i.stat-block-icon-pr-1 {
    background-image: url("images/icons/icon-pr-1.svg");
    left: -7px;
}

.stat-block-short-info .stat-block-item i.stat-block-icon-pr-2 {
    background-image: url("images/icons/icon-pr-2.svg");
    left: -5px;
}

.stat-block-short-info .stat-block-item i.stat-block-icon-pr-3 {
    background-image: url("images/icons/icon-pr-3.svg");
    left: -13px;
}

.stat-block-short-info .stat-block-item i.stat-block-icon-pr-4 {
    background-image: url("images/icons/icon-pr-4.svg");
    left: -13px;
}

.stat-block-short-info .stat-block-item i.stat-block-icon-pr-5 {
    background-image: url("images/icons/icon-pr-5.svg");
    left: -3px;
}

.stat-block-short-info .stat-block-item i.stat-block-icon-pr-6 {
    background-image: url("images/icons/size-home-icon.svg");
    left: -3px;
}

.stat-block-short-info .stat-block-item i.stat-block-icon-pr-7 {
    background-image: url("images/icons/ehvakuacionnyj-tunnel-green.svg");
    left: -3px;
    background-size: contain;
}

.stat-block-short-info .stat-block-item i.stat-block-icon-pr-8 {
    background-image: url("images/icons/pomeshcheniya-dlya-generatora-green.svg");
    left: -3px;
    background-size: contain;
}

.stat-block-short-info .stat-block-item i.stat-block-icon-pr-9 {
    background-image: url("images/icons/floor-home-icon.svg");
    left: -3px;
}

.stat-block-short-info .stat-block-item .b {
    font-size: 19px;
}

.stat-block-short-info .stat-block-item .stat-block-name {
    font-size: 13px;
    line-height: 1;
    display: block;
    margin-top: 6px;
}

.stat-block-short-info {
    margin-bottom: 37px;
    display: flex;
    justify-content: space-around;
}

.stats-table {
    width: 100%;
}

.stats-table tr:nth-child(1) td.cell {
    font-size: 16px;
    line-height: 17.6px;
    height: 50px;
}

.materials-block {
    margin-top: 30px;
}

.materials-block .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.3);
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f2f2f2));
    background: linear-gradient(to top, #ffffff, #f2f2f2);
    position: relative;
    margin: 30px 0 24px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.banner:hover {
    -webkit-box-shadow: 0 6px 25px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.materials-block .banner:before {
    content: "";
    position: absolute;
    border-radius: 0 0 3px 0;
    overflow: hidden;
}

.materials-block .banner--log:before {
    width: 150px;
    height: 112px;
    background: url("images/banners/banner-log.png") right bottom no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
}

.materials-block .banner--block:before {
    width: 194px;
    height: 111px;
    background: url("images/banners/banner-block.png") right bottom no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
}

.materials-block .banner--sip:before {
    width: 120px;
    height: 112px;
    background: url("images/banners/banner-sip.png") right bottom no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
}

.materials-block .banner--carcass:before {
    width: 127px;
    height: 113px;
    background: url("images/banners/banner-carcass.png") right bottom no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
}

.materials-block .banner__link {
    padding: 22px 20px 27px;
    color: #1c1c1c;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.materials-block .banner__title-small {
    font-family: "GothamPro", Verdana, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 4px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.materials-block .banner__price {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: none;
}

.materials-block .banner__link.active .banner__price {
    display: block;
}

.materials-block .selection-orange {
    color: #ffffff;
    background-color: var(--color-orange);
    display: inline-block;
    vertical-align: middle;
    padding: 1px 2px;
    border-radius: 3px;
}

.materials-block .banner__selection-orange-small {
    font-size: 14px;
    margin: 0 -1px 0 -1px;
    position: relative;
    top: -1px;
}

.view-count {
    color: #404040;
    margin-left: 20px;
}

.view-count i {
    padding-right: 8px;
}

.mortgage-block {
    margin-top: 20px;
}

.mortgage-block_grid {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    gap: 2px;
}

.mortgage-block_cell {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    height: 40px;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 10px;
}

.mortgage-block__text {
    font-style: normal;
    font-size: 16px;
    line-height: 110%;
    color: #000000;
}

.mortgage-block_cell__icon-block {
    padding: 10px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}

.sber-icon {
    background-image: url(/wp-content/uploads/page/ipoteka/sber-logo-small.svg);
}

.domrf-icon {
    background-image: url(/wp-content/uploads/page/ipoteka/domrf-logo-small.jpg);
}

.alfa-icon {
    background-image: url(/wp-content/uploads/page/ipoteka/alfa-logo-small.png);
}

.mortgage-block_cell__icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Slider */
.slider-content {
    position: relative;
}

.carousel .nav>li {
    display: none;
}

.carousel .nav>li.carousel-item.active {
    display: block;
}

@media (min-width: 768px) {

    /* show 4 items */
    .carousel:not(.carousel-compare) .carousel-inner .active,
    .carousel:not(.carousel-compare) .carousel-inner .active+.carousel-item,
    .carousel:not(.carousel-compare) .carousel-inner .active+.carousel-item+.carousel-item,
    .carousel:not(.carousel-compare) .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel:not(.carousel-compare) .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel:not(.carousel-compare) .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel:not(.carousel-compare) .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item,
    .carousel:not(.carousel-compare) .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
        transition: none;
    }

    .carousel:not(.carousel-compare) .carousel-inner .carousel-item-next,
    .carousel:not(.carousel-compare) .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel:not(.carousel-compare) .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carousel:not(.carousel-compare) .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel:not(.carousel-compare) .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel:not(.carousel-compare) .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel:not(.carousel-compare) .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item,
    .carousel:not(.carousel-compare) .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel:not(.carousel-compare) .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .carousel:not(.carousel-compare) .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel:not(.carousel-compare) .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel:not(.carousel-compare) .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel:not(.carousel-compare) .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item,
    .carousel:not(.carousel-compare) .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    .home-slider .carousel-inner .active+.carousel-item,
    .home-slider .carousel-inner .active+.carousel-item+.carousel-item {
        display: none;
    }

    .home-slider .carousel-item {
        float: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    width: 30px;
    background-color: #008b00;
}

.carousel:not(.carousel-compare) .carousel-item {
    width: auto;
    margin: unset;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    width: 30px;
    background-color: #008b00 !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.3;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.owl-prev>span,
.owl-next>span {
    display: none;
}

.owl-carousel .owl-stage {
    padding-bottom: 3px;
}

.carousel-compare .carousel-control-next,
.carousel-compare .carousel-control-prev {
    padding: 0;
    width: 30px;
}

/* Home Slider */
.home-slider {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    top: -101px;
}

.slide {
    position: relative;
    width: 100%;
}

.slide__container {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    padding: 240px 90px;
    min-height: 887px;
}

.slide__content {
    padding: 0 30px 0 0;
}

.slide__title {
    font-size: 75px;
    line-height: 0.9;
    color: #fff;
}

.slide__title sup {
    font-size: 30%;
    top: -0.8em;
}

.small-letter {
    font-size: 48px;
}

li.small-letter {
    font-size: 38px;
    line-height: 55px;
}

.long-text {
    font-size: 42px;
}

.slide__description {
    color: hsla(0, 0%, 100%, .52);
    font-size: 2.5rem;
    line-height: 1.375;
    margin-top: .625rem;
}

.home-slider .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
}

.btn-primary--transparent {
    font-size: 16px;
    text-decoration: none;
    padding: 10px 21px;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: background-color .3s linear, color .3s linear, border-color .3s linear;
    min-width: 138px;
    border: 1px solid hsla(0, 0%, 100%, .24);
    color: #fff;
    background-color: transparent;
    position: relative;
    display: inline-flex;
}

.slide__content .btn-primary--transparent {
    margin-top: 3.125rem;
}

.btn-slider-danger {
    background-color: rgb(242 38 19 / 80%);
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    padding: 10px 50px;
    border-radius: 6px;
    border: 2px solid #fff !important;
    letter-spacing: 1px;
    margin-top: 35px;
    position: relative;
    overflow: hidden;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    width: 30px;
    background-color: #008b00;
    padding: 0;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    width: 60px;
    height: 44px;
    background: hsla(0, 0%, 100%, .16);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 12px;
    color: #fff;
    text-indent: -9999em;
    cursor: pointer;
    outline: none;
    transition: background-color .3s linear;
}

.home-slider .carousel-control-prev {
    left: 24px;
}

.home-slider .carousel-control-next {
    right: 24px;
}

.home-slider .slide {
    background-color: #00000047;
}


/* Popular filters */
.popular-filters-slider {
    padding: 10px 40px 30px;
    position: relative;
}

.popular-filters-item {
    background-color: #f4f2f2;
    border-color: #f4f2f2;
    color: #282828;
    font-size: 14px;
    display: inline-block;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    border-radius: 0.25rem;
    margin-right: 15px;
    margin-bottom: 5px;
    transition: all .35s ease-in-out;
}

.popular-filters-item:hover {
    background-color: #89c355;
}

.popular-filters-item:hover a {
    color: #fff;
    text-decoration: none;
}

.popular-filters-slider .owl-nav button.owl-prev,
.popular-filters-slider .owl-nav button.owl-next {
    background-color: transparent !important;
    width: 27px;
    height: 44px;
    top: 4px;
}

.popular-filters-slider .owl-nav .owl-prev:before,
.popular-filters-slider .owl-nav .owl-next:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 25px;
}

.popular-filters-slider .owl-nav .owl-prev:before {
    content: "\f053";
}

.popular-filters-slider .owl-nav .owl-next:before {
    content: "\f054";
}

.seo-link-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.seo-slider-wrap {
    width: calc(100% - 150px);
    position: relative;
    padding: 5px 0;
}

.seo-slider-control-wrap {
    width: 150px;
    padding: 15px 20px 0 0;
}

.orange-link.seo-slider-control {
    font-size: 16px;
    color: #89c355;
    border-bottom: 1px solid #89c355;
    position: relative;
    font-weight: 700;
    transition: all .15s ease-in-out;
}

.orange-link.seo-slider-control:after {
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAl0lEQVQYlV3OIa+BYRgG4OuY8w+QvyCfIlGcLrBxil+h+SdUzWbjNIEgME3UmJPtSExQ2Lv57J27Xnvu+/k49coj/KGLuygZ/KKDAT5jzGKIf0xQQBPXgOEyZI5vlLBAPsaQDSrIYYUkxpAd6iiGmXdMMMYBPzF+YY3Ls36fYhVLbJ+PHdOHWphhihrOaVXABvpo4/YawQMvtR10HvFrpQAAAABJRU5ErkJggg==');
    -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAl0lEQVQYlV3OIa+BYRgG4OuY8w+QvyCfIlGcLrBxil+h+SdUzWbjNIEgME3UmJPtSExQ2Lv57J27Xnvu+/k49coj/KGLuygZ/KKDAT5jzGKIf0xQQBPXgOEyZI5vlLBAPsaQDSrIYYUkxpAd6iiGmXdMMMYBPzF+YY3Ls36fYhVLbJ+PHdOHWphhihrOaVXABvpo4/YawQMvtR10HvFrpQAAAABJRU5ErkJggg==');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: right;
    -webkit-mask-position: right;
    background-color: #89c355;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 100%;
    margin-left: 10px;
    transform: translateX(0px)
}

.seo-links-wrap {
    width: 100%;
}

.seo-box-item {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 35px;
}

.seo-box-item-title {
    width: 130px;
    font-weight: 700;
}

.seo-box-item-links {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -15px;
}

/* Feedback Form */
.modal-open .modal {
    background-color: rgb(197 197 197 / 93%);
}

.modal-call__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    max-width: 310px;
    margin: 0 auto;
    margin-top: 30px;
}

.modal-call__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 290px;
    margin: 26px auto 15px;
}

input.modal-call__input {
    border: none;
    border-radius: 3px;
    outline: none;
    font-size: 24px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 18px;
    max-width: 100%;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 0 13px;
    line-height: 1.15;
    border: 1px solid #ffa70f;
}

.field-pp input:focus,
.field-pp input:active,
.field-pp input:hover {
    outline: none;
    -webkit-box-shadow: 0 5px 26px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 26px -2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.button--green {
    background-color: #008b00;
    color: #ffffff;
    text-decoration: none;
    padding: 11px 16px;
    position: relative;
    z-index: 2;
}

.modal-call__form .button--green.modal-call__button {
    padding: 20px 18px;
    background-color: #008b00;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    font-size: 20px;
    line-height: 18px;
    width: 100%;
}

.modal-call__text-accept {
    padding-top: 20px;
    color: #b5b5b5;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    max-width: 235px;
    margin: 0 auto 10px;
    width: 100%;
}

.advantages-block img {
    width: auto;
    margin: 15px;
    max-width: 51px;
}

.pr-item__plus-title {
    color: #252620;
}

.advantages-desc {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.reviews-block {
    background-color: #eee;
    padding: 15px;
}

.reviews-block iframe {
    border-radius: 10px;
    border: none;
    margin: 20px 0;
}

.feedback-before-success,
.feedback-after-success {
    display: none;
}

.feedback-before-success.active {
    display: block;
}

.feedback-after-success.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feedback-after-success {
    align-items: center;
    justify-content: center;
}

.b-pform__confirmed {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding: 30px 0;
}

.b-pform__confirmed-ico {
    background: url(/wp-content/themes/envo-storefront/images/icons/confirmed.png) no-repeat;
    width: 114px;
    height: 114px;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
}

.b-pform__thanks {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #555;
    margin-bottom: 7px;
}

.modal button.close {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000000;
    font-size: 30px;
    line-height: 0;
    right: 10px;
}

.modal button.close:hover {
    opacity: 1;
}

/* Credit block */

.credit-box {
    background: #53b374;
    color: #f4f9fc;
}

.credit-box__item {
    margin: 24px 0;
    border-radius: 4px;
    text-align: center;
}

.credit-box__collapser {
    color: #f4f9fc;
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 22px 0;
    line-height: 1;
}

.credit-box__top-info {
    color: #336945;
    font-weight: bold;
    display: block;
    margin: 0 0 9px;
}

.credit-box__line {
    max-width: 760px;
    width: 85%;
    margin: 0 auto 45px;
}

.credit-box__line-title {
    color: #f4f9fc;
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 1.5;
    margin: 0 0 8px;
}

.credit-box__line-control {
    background: #f4f9fc;
    color: #565f66;
    border-radius: 4px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    padding: 18px 0;
}

.credit-box__line-control b {
    margin-left: 5px;
}

.credit-box__line-slide {
    background: transparent !important;
    height: 4px !important;
    border: none !important;
    margin: -4px 0 0 !important;
    opacity: 1 !important;
}

.credit-box__line-slide .ui-slider-range,
.credit-box__line-slide .noUi-connects {
    background: #ffa00e;
    opacity: 1 !important;
}

.credit-box__line-slide .ui-slider-handle {
    background: #ffa00e !important;
    border: 5px solid #f4f9fc !important;
    box-shadow: 0 0 1px #000;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    margin: 0 -10px !important;
    top: -9px !important;
    outline: none !important;
}

.credit-box__line--price {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 22px;
}

.credit-box__line-title-min {
    display: block;
    font-weight: 600;
    margin-bottom: 9px;
}

.credit-box__line-valute {
    margin-left: 5px;
    font-size: 29px;
}

.credit-box__line-numb {
    font-size: 29px;
}

.credit-box__line--bottom {
    border-top: 1px solid #3b8253;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
}

.credit-box__line--bottom span {
    display: block;
    text-align: left;
    line-height: 1.25;
    padding-right: 15px;
}

.credit-box__line--bottom a {
    color: #fff;
    background: #ffa00e;
    text-decoration: none;
    font-size: 20px;
    padding: 8px 19px;
    display: block;
    border-radius: 4px;
    min-width: 200px;
}

.filter--style-premmerce .filter__title {
    color: #353a3e;
    text-transform: none;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 11px;
}

.filter--style-premmerce .filter__checkgroup-title {
    padding-left: 2px;
    height: 16px;
    font-size: 16px;
    color: #353a3e;
    margin-bottom: .5rem;
}

.filter--style-premmerce .filter__checkgroup-check {
    top: 0.5em;
}

.filter__checkgroup-check {
    width: 16px !important;
    height: 16px !important;
}

.filter__checkgroup-check:before {
    width: 10px;
    height: 10px;
    background: var(--color-light-green);
    border-radius: 2px;
}

.filter__checkgroup-check {
    border: 1px solid #b6bdc5;
    border-radius: 2px;
}

.filter__slider-control {
    padding: 0 15px;
    outline: none !important;
    width: 115px !important;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dce3e9;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    box-shadow: none;
    text-align: left;
}

.filter__slider-control-column {
    width: 30%;
}

.ui-slider {
    cursor: pointer;
    background: #e2e7ed;
    height: 8px;
}

.ui-slider .ui-slider-range {
    background: var(--color-light-green);
    height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    border: 1px solid #19af5d;
    background: #f4f6f8;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0 -8px;
}


.project-item {
    box-shadow: 0.1875rem -0.1875rem 1.8125rem rgba(0, 0, 0, .14);
    margin-bottom: 30px;
    position: relative;
    line-height: 2;
    border-radius: 0.3125rem;
    padding: 0;
    overflow: hidden;
}

.woocommerce .products ul,
.woocommerce ul.products {
    width: 75%;
    float: left;
}

.catalog-page--body--header {
    margin-bottom: 1rem;
    border-radius: 6px;
    background: #f4f9fc;
    padding: 10px;
}

.woocommerce .woocommerce-result-count {
    margin: 5px;
}

.woocommerce-product-gallery .flex-control-thumbs {
    display: none;
}

ul.flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
}

li.flex-nav-prev,
li.flex-nav-next {
    position: absolute;
    top: 50%;
}

li.flex-nav-prev {
    left: 0;
}

li.flex-nav-next {
    right: 0;
}

a.flex-next {
    visibility: hidden;
}

a.flex-prev {
    visibility: hidden;
}

li.flex-nav-next::before,
li.flex-nav-prev::before {
    content: '';
    position: absolute;
    top: -600px;
    width: 52px;
    height: 1200px;
    z-index: -1;
}

li.flex-nav-next::before {
    right: 0;
}

li.flex-nav-prev::before {
    left: 0;
}

a.flex-next::after {
    content: '\f054';
    margin-right: 18px;
    right: 0;
    padding-left: 20px;
}

a.flex-prev::before {
    content: '\f053';
    margin-left: 18px;
}

a.flex-next::after,
a.flex-prev::before {
    visibility: visible;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 0 #000;
    position: absolute;
    top: -500px;
    line-height: 1000px;
    width: 42px;
    text-shadow: 0px 0px 10px #000000;
}

ul.flex-direction-nav li a {
    color: #ccc;
}

ul.flex-direction-nav li a:hover {
    text-decoration: none;
}

.lozad {
    width: auto !important;
    cursor: pointer;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    overflow: hidden;
}

/* Filter */
.filter__inner select.input-sm {
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 700;
    color: #2f96d1;
    border: 1px solid #dce3e9;
    margin: 0;
    padding: 0 15px;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
}

.btn-filter {
    width: 100%;
    background-color: #27af63;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.woocommerce-result-count .filter-item {
    color: #353a3e;
    font-weight: 700;
    font-size: 16px;
}

.woocommerce-result-count .filter-item span:first-child {
    text-decoration: underline;
}

.color-orange {
    color: #ffa00e !important;
}

.products .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    transition: all 1s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail:hover {
    transform: scale(1.05);
}

/* Compare page */
.comparison {
    display: flex;
    max-width: 1290px
}

.comparison__item {
    width: 500px;
    margin-right: 40px;
}

.comparison__item-header {
    text-align: right;
    overflow: hidden;
    padding: 10px 0 5px;
}

.comparison__item-header .link-project {
    font-size: 24px;
    float: left;
    margin: -10px 0 0;
}

.comparison__item-header .compare_add_btn {
    margin-left: 30px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.comparison__item-header .comparison_add_btn {
    color: var(--color-red);
    margin-left: 15px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.comparison__item-header .comparison_add_btn:before {
    content: "\e93c";
}

.comparison__item-header .compare_add_btn:before {
    content: "\e93d";
}

.c_line {
    display: flex;
}

.c_name {
    width: 55%;
    font-weight: bold;
}

.c_value {
    width: 55%;
}

.c_line--first {
    font-size: 20px;
}

.c_line--first .c_name {
    font-weight: normal;
}

.c_line--first .c_value {
    color: var(--color-green);
}

.c_description>.row>.col-md-7,
.c_description>.row>.col-md-5,
.c_description>.row>.col-md-4 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.favorites-list .project-item {
    width: 30.333333%;
    margin: 0 15px;
    margin-bottom: 30px;
}

.button-heart-label,
.button-sliders-label {
    cursor: pointer;
}

/* Projets page */
.projects-page .page-title {
    font-size: 70px;
    letter-spacing: 0px;
    line-height: 205px;
    color: #000000;
    text-align: center;
}

.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}

.timeline__line {
    width: 1075.56px;
    height: 1px;
    background-color: #64779b;
    opacity: .3;
    display: none
}

.timeline__item,
.timeline__item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.timeline__item {
    padding-left: 13.3333px;
    padding-right: 8.88896px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10000
}

.timeline__item::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 29.3333px;
    height: 0.875px;
    background: rgba(100, 119, 155, .3);
    width: 100%
}

.timeline__item--active::after {
    bottom: 22px;
}

.timeline__text {
    font-family: "Century Gothic", sans-serif;
    font-size: 12.4445px;
    color: #64779b;
    opacity: .4;
    cursor: pointer
}

.timeline__text:last-child {
    margin-bottom: 15px
}

.timeline__item--active {
    height: 56px;
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
}

.timeline__item--active .timeline__text {
    font-family: "Century Gothic", sans-serif;
    font-size: 16.889px;
    opacity: 1;
    line-height: 0
}

/* Team page */
.custom-card {
    box-shadow: 0 0 6px rgb(0 0 0 / 22%);
    border-radius: 2px;
    text-align: center;
    padding: 13px 15px 16px;
    margin-bottom: 35px;
}

.custom-card hr {
    border-color: #000;
    margin: 5px 0;
}

.team-photo,
.employee-photo {
    margin-bottom: 15px;
    transition: transform 1s;
    max-height: 310px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team-photo:hover {
    transform: scale(1.1);
}

.team-name {
    font-size: 25px;
    letter-spacing: 0px;
    color: #000000;
}

.dep-title {
    font-size: 42px;
    line-height: 100px;
    letter-spacing: 0px;
    color: #000000;
}

.employee-page .foogallery-container {
    margin: 35px 0;
}

.employee-name {
    margin-bottom: 35px;
}

.employee-phone {
    margin-top: 35px;
}

.employee-video-button::after {
    content: '\25B6';
    /* Юникод символ ▶ */
    font-size: 48px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    border: 1px solid;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    letter-spacing: -10px;
}

.employee-video-button:hover::after {
    opacity: 1;
}


.shortly-about-list {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625em;
    color: #5f656c;
    padding: 0 0 0 40px;
    margin: 42px 0
}

.gradient-box .shortly-about-list {
    margin: 10px 0 0
}

.shortly-about-list .item {
    position: relative;
    margin: 0 0 31px;
    padding-right: 24px
}

.shortly-about-list .item:before {
    content: '';
    position: absolute;
    top: 22px;
    left: -28px;
    bottom: -36px;
    width: 1px;
    background: #eff2f5
}

.shortly-about-list .item:last-child:before {
    display: none
}

.shortly-about-list .h5,
.shortly-about-list h5 {
    line-height: 1.4em;
    margin: 0 0 13px;
    font-size: 20px;
}

.shortly-about-list .h5:before,
.shortly-about-list h5:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -37px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 5px solid var(--color-light-green);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
}

.shortly-about-list p {
    margin: 0 0 11px
}

.shortly-about-list .item>:last-child {
    margin-bottom: 0
}

.shortly-about-list blockquote {
    font-size: 15px;
    line-height: 1.6em;
    margin: 0 0 11px;
    border: none;
    padding: 0;
}

.shortly-about-list blockquote .text {
    font-style: normal;
    padding: 0 0 0 25px
}

.shortly-about-list blockquote .text :last-child:after,
.shortly-about-list blockquote .text:before {
    content: '«';
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    line-height: 1.1em;
    color: var(--color-light-green);
}

.shortly-about-list blockquote .text:before {
    position: absolute;
    left: 0;
    top: 31px;
}

.shortly-about-list blockquote .text :last-child:after {
    content: '»';
    margin: -10px -34px 0 9px
}

.shortly-about-list blockquote .author {
    font-size: 13px;
    line-height: 1.3em;
    margin: 8px 0 0 24px
}

.cert-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.cert-image {
    width: auto;
    max-height: 180px;
    margin-bottom: 20px;
}

.team-count {
    color: #a8a8a8;
    font-size: 34px;
}

/* Contacts */
.footer-contacts h1 {
    text-align: center;
    font-weight: 600;
    color: #f0f0f0;
    font-size: 90px;
    letter-spacing: 20px;
}

.footer-contacts img {
    width: 50px;
    margin-bottom: 30px
}

.footer-contacts {
    text-align: center;
}

.footer-contacts .fw-bold {
    font-size: 16px;
    margin-bottom: 20px
}

.footer-contacts span {
    font-size: 14px;
    line-height: 24px;
    display: block
}

.footer-contacts a {
    color: #000
}

.footer-contacts-address,
.footer-contacts-email,
.footer-contacts-telephone {
    border-right: 1px solid #d7d7d7
}

.consultation__row {
    text-align: left;
    padding: 90px 0;
}

.consultation__row:before {
    top: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    background: url(/wp-content/themes/envo-storefront/images/consultation__bg_desktop.png) 40% 100% no-repeat;
}

.consultation__row .heading {
    color: #000;
    font-size: 4rem;
    font-weight: 900;
    line-height: 4.4rem;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 22px;
}

.consultation__row .heading:before {
    left: 0;
    bottom: 0;
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    position: absolute;
    background: #ffa511;
}

.consultation__row .form-block {
    margin-top: 100px;
    margin-bottom: 200px;
    padding: 40px;
    margin-left: 75px;
}

.consultation__row .form-title {
    border: none;
    font-size: 29px;
    font-weight: 500;
    color: #7e7b7c;
}

.consultation__text {
    color: #666666;
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 25px;
}

.consultation__content {
    max-width: 550px;
}

.consultation__content p {
    margin: 0 0 15px 0;
}

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

.btn_modal {
    background-color: #fd982b;
    color: #fff;
    font-size: 15px;
    white-space: normal;
    padding: 10px 25px;
}

h2.contacts-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.left-block-text {
    padding-top: 10%;
}

.left-block-text p.text-title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.left-block-text p.text-time {
    font-size: 23px;
    color: #000;
    font-weight: bold;
}

.left-block-text a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.left-block-text .d-flex p {
    margin: 0;
}

section.walk-video-block {
    padding: 60px 20%;
}

section.walk-video-block .video-feedback p {
    font-size: 30px;
    font-weight: bold;
}

.office-block {
    margin-top: 100px;
}

.office-block p {
    color: #000;
    line-height: 50px;
}

.car-path-block .list-text {
    color: #7b7b7b;
    margin: 0;
}

.drive-map-wrapper {
    height: 100%;
}

.drive-map-wrapper img {
    height: calc(100% - 85px);
}

.office-block .images-list__large {
    width: 50vw;
}

.line-number-purple,
.line-number-brown,
.line-number-green,
.line-number-blue {
    box-sizing: border-box;
    padding: 2px 3px;
    min-width: 16px;
    height: 16px;
    width: 19px;
    margin: 0 5px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.line-number-purple {
    background-color: rgb(146, 0, 123);
}

.line-number-brown {
    background-color: rgb(127, 0, 0);
}

.line-number-blue {
    background-color: rgb(0, 51, 153);
}

.line-number-green {
    background-color: rgb(153, 204, 51);
}

@media (min-width: 768px) {
    .contact__box {
        left: 0;
        top: 50px;
        margin: 0;
        position: absolute;
    }

    .contact__info {
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        position: absolute;
        background: transparent;
    }

    .contact__info .container {
        position: relative;
    }
}

/* Reviews */
.review-row {
    margin-bottom: 80px;
    margin-top: 70px;
}

.text-item {
    background: #f7f6f5;
    padding: 0 20px 30px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.text-item .tx {
    position: relative;
    top: -10px;
}

.text-item .nfo {
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #121212;
}

.tx img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nfo {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #121212;
}

.nfo img {
    position: relative;
    top: -5px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin: 0 10px 0 0;
}

.nfo span {
    display: inline-block;
    position: relative;
    margin-right: 32px;
}

.video-feedback {
    text-align: center;
}

.video-feedback .tp {
    position: relative;
    margin-bottom: 85px;
}

.video-feedback .tp img {
    width: 100%;
    display: block;
}

.video-feedback .video-button {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    outline: none;
    width: 100%;
}

.video-button:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #a32829;
    border-radius: 40px;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.video-button svg {
    position: relative;
    z-index: 1;
}

.video-button .circles {
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.video-button .outer-circle {
    fill: none;
    stroke: #ebebe5;
    stroke-width: 2px;
}

.video-button .inner-circle {
    fill: none;
    stroke: #a32829;
    stroke-width: 3px;
    stroke-dasharray: 433;
    stroke-dashoffset: 433;
}

.video-button .triangle {
    fill: #f2f0eb;
    stroke: #f2f0eb;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    fill-rule: evenodd;
}

.video-feedback .nfo {
    margin-bottom: 8px;
}

.video-feedback .nfo span:after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    width: 3px;
    height: 20px;
    background: #a32829;
}

.video-feedback .nfo *:last-child:after {
    content: none;
}

.video-feedback p {
    color: #121212;
    font-size: 16px;
}

.video-button:hover:before,
.video-button.s-hover:before {
    transform: scale(1.2);
}

.video-button:hover .circles,
.video-button.s-hover .circles {
    transform: translate(6.7px, 6.7px) scale(0.9);
}

.reviews-pagination {
    margin: 40px auto;
}

.reviews-pagination .page-numbers {
    border: none;
    line-height: 40px;
    min-width: 36px;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    color: #007ac5;
    font-size: 19px;
    font-family: bold, arial;
    text-decoration: underline;
}

.reviews-pagination .page-numbers.current {
    background: #00afef;
    color: #fff;
    border-radius: 4px;
}

#modal-fullscreen {
    padding: 0 !important;
}

#modal-fullscreen video {
    height: 100vh;
    width: 100%;
}

#modal-fullscreen .modal-body {
    padding: 0;
    margin: 0;
}

.modal-fullscreen .modal-content {
    border: 0;
    box-shadow: none;
}

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: none;
}

.modal-fullscreen .close {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 50%;
}

.modal-fullscreen #iframe-video {
    height: 100vh;
}

/* Home reviews */
.video-reviews {
    padding-bottom: 40px;
}

.video-reviews .h3 {
    margin-bottom: 43px;
    font: Bold 36px/49px Montserrat;
    text-align: center;
    color: #404040;
}

.video-reviews .carousel .owl-item {
    max-width: 640px;
    opacity: 0.5;
    transition: opacity 0.25s;
}

.video-reviews .carousel .owl-item.active {
    opacity: 1;
}

.video-reviews .carousel .item {
    width: 100%;
    min-height: 510px;
}

.video-reviews .tp {
    position: relative;
    margin-bottom: 80px;
}

.video-reviews .tx {
    text-align: center;
}

.video-reviews .tx .h5 {
    text-align: center;
    font: Bold 16px/19px 'Montserrat', sans-serif;
    letter-spacing: 0;
    color: #000000;
}

.video-reviews .video-button {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    outline: none;
    width: 100%;
}

.video-reviews.carousel-section .reviews-carousel-controls {
    position: static;
    padding: 0;
    margin: 0;
}

.video-reviews .slider-controls .prev,
.video-reviews .slider-controls .next {
    position: absolute;
    width: 50px;
    height: 100px;
    top: 28%;
    opacity: 0.8;
    transition: opacity .4s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video-reviews .carousel-container-wrapper {
    display: inherit;
}

.video-reviews .carousel-container-wrapper .owl-stage-outer {
    overflow: visible;
}

.video-reviews .slider-controls .next {
    right: 0;
    transform: rotate(180deg);
}

.video-reviews .slider-controls button .b1,
.video-reviews .slider-controls button .b2 {
    display: none;
}

.video-reviews .slider-controls .prev.disabled,
.video-reviews .slider-controls .next.disabled {
    opacity: 0;
    transition: .4s all;
}

.video-reviews .carousel-container .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    backface-visibility: hidden;
}

.video-reviews .text-item {
    background-color: #fff;
}

.reviews-owl-carousel .owl-nav.disabled {
    display: none;
}

.reviews-owl-carousel .owl-nav {
    min-height: 369px;
}

.reviews-owl-carousel .owl-nav button.owl-prev,
.reviews-owl-carousel .owl-nav button.owl-next,
.stroitelsvo-material-slider .owl-nav button.owl-prev,
.stroitelsvo-material-slider .owl-nav button.owl-next {
    position: absolute;
    width: 50px;
    height: 100px;
    top: 35%;
    opacity: 0.8;
    transition: opacity .4s;
    background-image: url(/wp-content/themes/envo-storefront/images/icons/left-right.svg) !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    outline: none;
}

.reviews-owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.reviews-owl-carousel .owl-nav .owl-next,
.stroitelsvo-material-slider .owl-nav button.owl-next {
    transform: rotate(180deg);
    right: 0;
}

/* Home reports */
.reports-container {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 100px;
    left: 50%;
    min-height: 735px;
    background-image: linear-gradient(#fff, #ede9f8);
}

.reports-content {
    background-image: url(/wp-content/themes/envo-storefront/images/reports/reports-content_BG.jpg);
    min-height: 735px;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    .reports-content {
        background: none;
    }
}

@media screen and (max-width: 500px) {
    .reports-content .container {
        padding: 0;
    }
}

.reports-content__tabs {
    max-width: 460px;
}

.reports-content__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media screen and (max-width: 500px) {
    .reports-content__wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.reports-content__block {
    margin-left: auto;
    min-width: 530px;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 500px) {
    .reports-content__block {
        min-width: 100%;
        padding: 0 15px;
    }
}

.reports-content__nav {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (max-width: 500px) {
    .reports-content__nav {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

.reports-content__nav a {
    font-size: calc(18px + 8px);
    text-decoration: none;
    color: #434343;
    font-weight: 600;
}

@media screen and (max-width: 500px) {
    .reports-content__nav a {
        font-size: 18px;
    }
}

.reports-content__nav a:hover,
.reports-content__nav a.active {
    border-bottom: 3px solid #ff9c00;
}

.reports-content__item {
    display: none;
}

.reports-content__item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.reports-content__item ul li {
    font-size: calc(18px + 6px);
    color: #434343;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}

@media screen and (max-width: 500px) {
    .reports-content__item ul li {
        font-size: 18px;
    }
}

.reports-content__item ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #80b5ec;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.reports-content__hand {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 200px;
    z-index: 1;
}

@media (max-width: 1200px) {
    .reports-content__hand {
        left: -55px;
    }
}

@media screen and (max-width: 768px) {
    .reports-content__hand {
        position: relative;
        left: auto;
        width: 100%;
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .reports-content__hand img {
        width: 130%;
        margin-top: -40px;
    }
}

.reports-content__video {
    width: 275px;
    height: 476px;
    position: absolute;
    z-index: 1;
    top: 158px;
    left: 123px;
}

.reports-content__video video {
    width: 100%;
    height: 100%;
}

.reports-content__pics {
    position: relative;
    z-index: 1;
}

.video-tabs__item {
    display: none;
}

.video-tabs__item.active {
    display: block;
}

.reports-content__item a {
    color: #ff9c00;
    text-decoration: none;
    border-bottom: 1px solid #ff9c00;
}

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

    .reports-content__video {
        width: 40%;
        height: auto;
        position: absolute;
        z-index: 1;
        top: 11%;
        left: 19%;
    }
}

/* Home page materials form */
.materials-form {
    text-align: center;
    position: relative;
}

.catalog-image {
    position: relative;
    right: -65px;
    z-index: 5;
}

.materials-form-arrow {
    z-index: 6;
    width: 154px;
    height: 153px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: matrix(0.3584, -0.9336, 0.9336, 0.3584, -22, 121);
    -ms-transform: matrix(0.3584, -0.9336, 0.9336, 0.3584, -22, 121);
    transform: matrix(0.3584, -0.9336, 0.9336, 0.3584, -22, 121);
    position: absolute;
    right: -110px;
    top: -10px;
    background: transparent url(/wp-content/themes/envo-storefront/images/icons/aro.png) no-repeat center center;
}

.form-block {
    box-shadow: 0px 0px 8px rgb(181 181 181 / 50%), 0px 0px 8px rgb(181 181 181 / 50%);
    background-color: #fff;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 64px;
    z-index: 2;
}

.form-title {
    min-height: 42px;
    border-style: solid;
    border-color: #B5B5B5;
    color: #1E1E1E;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    border-width: 0px 0px 1px;
}

.materials-form-text {
    color: #1e1e1e;
    font-weight: 700;
    margin-top: 70px;
}

.materials-phone-input {
    height: 68px;
    border-color: #B5B5B5;
    border-radius: 5px;
    color: #B5B5B5;
    line-height: 45px;
    font-weight: 500;
    margin-top: 13px;
    padding: 6px 6px 6px 26px;
}

.phone-input-label {
    background-color: #FFFFFF;
    font-size: 13px;
    color: #7F7F7F;
    line-height: 25px;
    font-weight: 500;
    position: absolute;
    left: 30px;
    padding: 0 5px;
}

.materials-submit-button {
    width: 100%;
    background-color: #F22613;
    border-radius: 5px;
    padding: 0px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 74px;
    font-weight: 700;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
}

.ink-animate {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ink-animate.animate {
    -webkit-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.social-icon {
    padding: 10px 0;
    margin-bottom: 12px;
    cursor: pointer;
}

.social-icon.active {
    box-shadow: 0px 0px 8px rgb(181 181 181 / 50%), 0px 0px 8px rgb(181 181 181 / 50%);
}

.social-icon .whatsapp,
.social-icon .viber,
.social-icon .telegram,
.social-icon .phone {
    width: 55px;
    height: 55px;
    padding: 12px;
    background-color: #1BD741;
    border-radius: 50%;
    margin: auto;
}

.social-icon .viber {
    background-color: #7D3DAF;
}

.social-icon .telegram {
    background-color: #61A8DE;
}

.social-icon .phone {
    background-color: #FF2613;
}

.social-icon-description {
    font-size: 13px;
    color: #1E1E1E;
    line-height: 13px;
    position: relative;
    margin-top: 8px;
}

/* Popular project form */
.popular-projects {
    background-image: url(/wp-content/themes/envo-storefront/images/2.webp);
    padding: 80px 0;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    min-height: 500px;
    overflow: hidden;
    margin-top: var(--title-top-margin);
}

.popular-projects-title {
    color: #000000;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
    padding: 30px 40px;
}

.text-card {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px rgb(173 170 170);
    color: #000000;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    padding: 54px 10px 25px 13px;
    margin-right: 10px;
}

.checkmark {
    background-image: url(/wp-content/themes/envo-storefront/images/icons/4.png);
    width: 73px;
    height: 73px;
    position: absolute;
    top: -25px;
}

.popular-projects-form {
    margin-top: 70px;
}

.popular-projects-form .form-control {
    outline: none;
    background-color: transparent;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    box-shadow: none;
}

.popular-projects-form .btn-primary {
    color: #ffffff;
    line-height: 1.55;
    border-width: 1px;
    border-radius: 5px;
    background-color: #ef4229;
    border-color: transparent;
    font-weight: 600;
    font-size: 16px;
    height: 50px;
    padding: 0 25px;
}

.background-catalog-image {
    position: absolute;
    top: -50%;
    right: -13%;
    width: 65%;
}

/* Product info blocks */
.title {
    color: #01161e;
}

.title--secondary {
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

#productPlans {
    margin-top: 50px;
}

.plans {
    color: #01161E;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

.plan {
    position: relative;
    flex: 0 50%;
}

.plan__title {
    margin-bottom: 24px;
    padding-top: 24px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}

.plan__image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: zoom-in;
    border: 1px solid #CBCBCB;
    border-radius: 20px;
    padding: 30px;
}

.plan__buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 24px;
    margin-bottom: 16px;
    width: 165px;
    height: 28px;
}

img[data-mirror=true] {
    transform: scaleX(-1) !important;
}

.btn-outline-secondary {
    background: #fff;
    border-color: #8c8c8c;
    color: #333;
}

.btn--xs {
    height: 40px;
    padding: 0 24px;
    font-size: 14px;
}

.plan__buttons button {
    padding: 0;
    flex: 1;
    border: none;
    border-radius: 5px;
    background-color: #F2F2F2;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: center;
}

.plan__buttons button:first-child {
    margin-right: 16px;
    flex: 1.4;
}

.btn--xs svg {
    transform: scale(.8);
    transform-origin: right;
    margin-right: 8px !important;
}

.btn-outline-secondary svg {
    fill: #333;
}

.plan__parameters {
    padding-bottom: 16px;
    padding-left: 0;
}

.plan__parameter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    line-height: 24px;
}

.plan__parameter--bold {
    font-weight: 700;
}

.plan__parameter--bordered {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.details {
    margin-bottom: 50px;
}

.accordion--details .accordion__item,
.accordion--details .accordion__table th,
.accordion--details .accordion__table tr {
    border-bottom: 1px solid #eee;
}

.accordion__heading {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 54px;
    cursor: pointer;
}

.accordion--details .accordion__heading {
    height: 45px;
    justify-content: space-between;
}

.accordion__heading {
    padding-right: 74px;
}

.accordion--details .accordion__title {
    color: #646464;
}

.accordion--details .accordion__values {
    text-align: right;
}

.accordion--details .accordion__value {
    font-weight: 700;
    color: #01161e;
}

.accordion--details .accordion__promo {
    display: none;
}

.accordion--details .accordion__heading-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 13px;
    transition: all .3s;
}

.accordion__heading.active .accordion__heading-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.accordion__content {
    margin: 0;
    overflow: hidden;
    color: #646464;
    transition: all .3s;
    height: 0px;
}

.accordion__inner {
    padding-bottom: 22px;
}

.accordion--details .accordion__inner {
    padding-top: 8px;
    padding-left: 36px;
    padding-right: 55px;
}

.accordion__text {
    line-height: 22px;
}

.elevations__wrapper {
    margin-bottom: 90px;
    position: relative;
}

.elevations {
    margin-bottom: 56px;
    width: 100%;
    max-width: 408px;
}

.elevations__header {
    margin-bottom: 26px;
}

.title--tertiary {
    display: inline-block;
    padding-bottom: 10px;
    margin-right: 16px;
    font-size: 12px;
    line-height: 20px;
    color: #646464;
    cursor: pointer;
}

.elevations__title {
    margin-right: 31px;
}

.title--tertiary.active {
    position: relative;
    color: #01161e;
    font-weight: 700;
}

.title--tertiary {
    display: inline-block;
    padding-bottom: 10px;
    margin-right: 16px;
    font-size: 12px;
    line-height: 20px;
    color: #646464;
    cursor: pointer;
}

.title--tertiary.active {
    position: relative;
    color: #01161e;
    font-weight: 700;
}

.title--tertiary.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #de737f;
    display: block;
    width: 100%;
}

.elevations__item {
    margin-right: 24px;
    display: flex;
    align-items: flex-end;
    height: 150px;
    min-height: 150px;
}

.tab__item,
.zoom__header,
.zoom__plan {
    display: none;
}

.tab__item {
    -webkit-animation: fadeEffect 650ms;
    animation: fadeEffect 650ms;
}

.elevations__item {
    height: 200px;
    min-height: 200px;
}

.tab__item.active {
    display: block;
    opacity: 1;
}

.elevations__item img {
    width: 100%;
    max-height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Text animate */
[data-words] {
    overflow: hidden;
    position: relative;
    width: auto;
    height: 45px;
}

[data-words]:after {
    display: none !important;
}

.text-anim-item {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
}

.text-anim-item.anim-in {
    -webkit-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0);
    -webkit-animation: textAnimInCenter .6s .3s forwards;
    animation: textAnimInCenter .6s .3s forwards;
}

.text-anim-item.anim-out {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    -webkit-animation: textAnimOutCenter .6s forwards;
    animation: textAnimOutCenter .6s forwards;
}

@-webkit-keyframes textAnimIn {
    0% {
        -webkit-transform: translate3d(0, -120%, 0);
        transform: translate3d(0, -120%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

@keyframes textAnimIn {
    0% {
        -webkit-transform: translate3d(0, -120%, 0);
        transform: translate3d(0, -120%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

@-webkit-keyframes textAnimOut {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 120%, 0);
        transform: translate3d(0, 120%, 0);
    }
}

@keyframes textAnimOut {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 120%, 0);
        transform: translate3d(0, 120%, 0);
    }
}

@-webkit-keyframes textAnimInCenter {
    0% {
        -webkit-transform: translate3d(-50%, -120%, 0);
        transform: translate3d(-50%, -120%, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 10%, 0);
        transform: translate3d(-50%, 10%, 0);
    }
}

@keyframes textAnimInCenter {
    0% {
        -webkit-transform: translate3d(-50%, -120%, 0);
        transform: translate3d(-50%, -120%, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 10%, 0);
        transform: translate3d(-50%, 10%, 0);
    }
}

@-webkit-keyframes textAnimOutCenter {
    0% {
        -webkit-transform: translate3d(-50%, 0%, 0);
        transform: translate3d(-50%, 0%, 0);
    }

    50% {
        -webkit-transform: translate3d(-50%, -20%, 0);
        transform: translate3d(-50%, -20%, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 120%, 0);
        transform: translate3d(-50%, 120%, 0);
    }
}

@keyframes textAnimOutCenter {
    0% {
        -webkit-transform: translate3d(-50%, 0%, 0);
        transform: translate3d(-50%, 0%, 0);
    }

    50% {
        -webkit-transform: translate3d(-50%, -20%, 0);
        transform: translate3d(-50%, -20%, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 120%, 0);
        transform: translate3d(-50%, 120%, 0);
    }
}

/* Certificates */
.certificates-block {
    margin-bottom: 100px;
}

.certificates-block .splide {
    padding: 0;
}

.certificates-block .splide__arrow--prev {
    left: -2em;
}

.certificates-block .splide__arrow--next {
    right: -3em;
}

.certificates-block .splide__arrow {
    top: 35%;
}

.certificates-block .splide__slide {
    opacity: 0.3;
}

.certificates-block .splide__slide.is-active {
    opacity: 1;
}

.certificates-block .splide__slide .team-name,
.certificates-block .splide__slide .team-dep,
.certificates-block .splide__slide hr {
    visibility: hidden;
}

.certificates-block .splide__slide.is-active .team-name,
.certificates-block .splide__slide.is-active .team-dep,
.certificates-block .splide__slide.is-active hr {
    visibility: visible;
}

/* Technology */
.technology__row {
    margin-right: -52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.technology__list {
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.technology__item {
    margin: 30px 0 10px 0;
    padding: 20px 20px 15px 20px;
    background: #fff;
    box-shadow: 0 7px 20px rgb(0 0 0 / 13%);
    position: relative;
    border-radius: 16px;
    width: 274px;
    display: flex;
    flex-direction: column;
}

.technology__item span {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 1;
    top: -10px;
    left: 0;
    background-color: #ffac2b;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 7px 0 0 0;
    line-height: 100%;
    font-weight: 900;
}

.technology__item figure {
    width: 100%;
    font-size: 0;
    margin: 0;
}

.technology__item img {
    border-radius: 8px;
    max-width: 100%;
}

.technology__item p {
    text-align: center;
    font-size: 17px;
    margin: 15px 0 0 0;
    color: #4c4c4c;
    font-weight: 400;
}

/* Spinner */
.cssload-container {
    display: none;
    background-color: #f1f1f1ad;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    position: absolute;
}

.loading .cssload-container {
    display: block;
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgb(204, 204, 204);
    border-left-color: rgb(0, 0, 0);
    border-radius: 974px;
    -o-border-radius: 974px;
    -ms-border-radius: 974px;
    -webkit-border-radius: 974px;
    -moz-border-radius: 974px;
}

.cssload-whirlpool {
    margin: -24px 0 0 -24px;
    height: 49px;
    width: 49px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
    content: "";
    margin: -22px 0 0 -22px;
    height: 43px;
    width: 43px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
    content: "";
    margin: -28px 0 0 -28px;
    height: 55px;
    width: 55px;
    animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite;
}

@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}

/* Mobile banner */
.mobile-banner {
    background-image: url(/wp-content/themes/envo-storefront/images/mobile-banner.webp);
    background-size: cover;
    padding: 20px 25px 130px 25px;
}

.mobile-banner p {
    font-size: 30px;
    line-height: 1;
}

.mobile-banner .btn-slider-danger {
    border-radius: 12px;
    padding: 4px 15px;
}

/* Desktop banner */
.desktop-banner {
    background-image: url(/wp-content/themes/envo-storefront/images/desktop-banner.jpg);
    background-size: cover;
    padding: 20px 25px 130px 25px;
    box-shadow: inset 0 34px 20px 0px rgb(255 255 255);
}

.desktop-banner .bg-wrapper {
    margin-left: 54%;
    padding-top: 50px;
}

.desktop-banner p {
    font-size: 36px;
    line-height: 1;
}

/* Ipoteka page  */
.ipoteka-main {
    background-image: url(/wp-content/uploads/page/ipoteka/special-bg.webp);
    background-size: cover;
    padding-top: 80px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
}

.ipoteka-main h2 {
    color: #000000;
    font-size: 42px;
    line-height: 1.25;
}

.ipoteka-main .description {
    color: #000000;
    font-size: 28px;
    line-height: 1.45;
    font-weight: 600;
    margin-bottom: 40px;
}

.dotted-underline {
    border-bottom: 2px dashed #000;
}

.request-cart {
    border-radius: 15px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 15px 15px 15px 0px rgb(201 201 201);
    padding: 20px 30px;
    text-align: center;
}

.request-cart p {
    color: #000000;
    font-size: 15px;
    line-height: 1.55;
}

.request-cart .big-green-text {
    color: #43a857;
    font-size: 28px;
    line-height: 1.55;
    font-weight: 700;
}

.dashed-element {
    border-width: 1px;
    border-radius: 15px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #bdbdbd;
    border-style: dashed;
    padding: 10px 10px;
}

.custom-bullets-list {
    list-style: none;
    padding-left: 35px;
}

.custom-bullets-list li {
    position: relative;
    margin-bottom: 30px;
    max-width: 320px;
}

.custom-bullets-list>li:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: -35px;
    top: 5px;
    background-image: url(/wp-content/uploads/page/ipoteka/check-mark_1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.list-row {
    color: #000000;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
}

.ipoteka-button {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 20px;
    background-color: #43a857;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding: 10px 30px;
}

.cert-title {
    color: #000000;
    font-size: 28px;
    line-height: 1.45;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    max-width: 350px;
    text-align: center;
}

.certs-block .custom-bullets-list {
    margin-left: 10%;
}

.certs-block .custom-bullets-list li {
    margin-bottom: 10px;
}

.certs-block .left-cert {
    position: relative;
    top: 52px;
}

.certs-block .right-cert {
    position: relative;
    top: 65px;
    z-index: 10;
}

.installment-plan-block {
    padding: 80px 0;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
    background-color: #e9e9e9;
}

.installment-phone .installment-phone-input {
    color: #000000;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ababab;
    margin-bottom: 20px;
    max-width: 300px;
}

.questions-block {
    background-image: url(/wp-content/uploads/page/ipoteka/123-min.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 25px 0;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
}

.questions-title {
    color: #000000;
    font-size: 20px;
    line-height: 1.55;
    text-align: center;
    margin-bottom: 20px;
}

.questions-list-title {
    color: #333333;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
    border-bottom: 2px dashed #333;
}

.questions-list {
    color: #333333;
    font-size: 15px;
    line-height: 1.55;
    list-style: none;
    font-weight: 400;
    padding-left: 30px;
}

.questions-list li {
    margin-bottom: 15px;
    position: relative;
}

.questions-list>li:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: -35px;
    top: 10px;
    background-image: url(/wp-content/uploads/page/ipoteka/arrows_circle_plus.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.card-form {
    border-width: 1px;
    border-radius: 30px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #e8e8e8;
    border-style: solid;
    box-shadow: 10px 10px 30px 0px rgb(194 194 194 / 80%);
    padding: 20px 33px;
}

.card-form .form-title {
    color: #333333;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    text-align: center;
    border: 0;
    min-height: auto;
}

.card-form label {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 5px;
    margin: 0;
}

.card-form .form-control {
    color: #333333;
    border: 1px solid #b8b8b8;
    background-color: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
}

.card-form .ipoteka-button {
    width: 100%;
    color: #fff;
    min-height: 50px;
    margin-top: 5px;
}

/* Credit Tabs */
@media (max-width: 1023px) {
    .tabs__controls-wrapper {
        margin-right: -12px;
        margin-left: -12px;
        padding: 19px 16px 22px;
        background: #fff;
        box-shadow: 0 100px 80px rgba(0, 0, 0, .00562291), 0 41.7776px 33.4221px rgba(0, 0, 0, .00807786), 0 22.3363px 17.869px rgba(0, 0, 0, .01), 0 12.5216px 10.0172px rgba(0, 0, 0, .0119221), 0 6.6501px 5.32008px rgba(0, 0, 0, .0143771), 0 2.76726px 2.21381px rgba(0, 0, 0, .02)
    }
}

.tabs__controls {
    position: relative;
    overflow-x: auto;
    display: flex;
    -webkit-overflow-scrolling: touch
}

.tabs__controls-label {
    margin-bottom: 16px;
    color: #99a2ad;
    font-weight: 700
}

@media (min-width: 1024px) {
    .tabs__controls-label {
        display: none
    }
}

.tabs__tab {
    background-color: transparent;
    border: none;
    border: 1px solid rgba(0, 78, 183, .16);
    position: relative;
    min-width: 168px;
    padding: 14px 18px;
    background: #fff;
    color: #99a2ad;
    font-family: SF UI Text, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background .3s linear, color .3s linear
}

.tabs__tab img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    display: none;
    width: 100%;
    height: 100%;
    font-family: "object-fit:contain", "object-fit:cover";
    object-fit: cover;
    object-fit: contain;
    right: 0;
    bottom: 0;
    max-width: 120px;
    margin: auto
}

@media (min-width: 1024px) {
    .tabs__tab img {
        display: block
    }
}

.tabs__tab+.tabs__tab {
    border-left: 0
}

.tabs__tab:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.tabs__tab:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.can-hover .tabs__tab:hover,
[data-whatintent=keyboard] .tabs__tab:focus {
    background: rgba(0, 78, 183, .08);
    color: #004eb7
}

.can-hover .tabs__tab:hover .tabs__tab-highlighted-text,
[data-whatintent=keyboard] .tabs__tab:focus .tabs__tab-highlighted-text {
    color: #99a2ad
}

.tabs__tab.active {
    background: rgba(0, 78, 183, .08);
    color: #004eb7
}

@media (min-width: 768px) {
    .tabs__tab.active .tabs__tab-highlighted-text {
        color: #99a2ad
    }
}

@media (min-width: 768px) {
    .tabs__tab-highlighted-text {
        margin-left: 3px;
        color: #004eb7;
        transition: color .3s linear
    }
}

.tabs__tab-radio-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    overflow: hidden;
    display: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, .24);
    border-radius: 50%;
    transition: border-color .3s linear
}

@media (min-width: 1024px) {
    .tabs__tab-radio-btn {
        display: block
    }
}

.tabs__tab-radio-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: scale(0);
    width: 10px;
    height: 10px;
    margin: auto;
    background-color: #004eb7;
    border-radius: 50%;
    transition: transform .3s cubic-bezier(.4, .47, .17, .98)
}

.tabs__content {
    position: relative;
    z-index: 0;
    grid-template-areas: "a";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    display: -ms-grid;
    display: grid
}

.tabs__panel {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: a;
    display: none;
    padding: 20px 0 0
}

@media (min-width: 768px) {
    .tabs__panel {
        padding: 40px 0 0
    }
}

.tabs__panel--no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0
}

.tabs__panel.active {
    display: block
}

.tabs--calculator .tabs__controls {
    overflow-x: visible
}

.tabs--calculator .tabs__panel {
    padding-top: 12px
}

@media (min-width: 768px) {
    .tabs--calculator .tabs__panel {
        padding-top: 24px
    }
}

@media (min-width: 768px) {
    .tabs--calculator .tabs__tab {
        flex-grow: 1;
        padding: 19px 18px
    }
}

@media (max-width: 767px) {
    .tabs--calculator .tabs__tab {
        display: none;
        width: 100%;
        padding: 11px 12px;
        background-color: #fbfbfb;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 8px;
        color: #000;
        font-family: SF UI Text, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 1.25;
        text-transform: none;
        cursor: pointer
    }

    .tabs--calculator .tabs__tab .icon {
        margin-left: 12px;
        color: #004eb7
    }

    .tabs--calculator .tabs__tab.active {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.tabs--tab-image .tabs__controls {
    overflow-x: visible
}

.tabs--tab-image .tabs__panel {
    padding-top: 12px
}

@media (min-width: 1024px) {
    .tabs--tab-image .tabs__panel {
        padding-top: 24px
    }
}

@media (min-width: 1024px) {
    .tabs--tab-image .tabs__tab-title {
        display: none
    }
}

@media (min-width: 1024px) {
    .tabs--tab-image .tabs__tab {
        width: 160px;
        height: 108px;
        padding: 12px;
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, .08)
    }
}

@media (max-width: 1023px) {
    .tabs--tab-image .tabs__tab {
        display: none;
        width: 100%;
        padding: 11px 12px;
        background-color: #fbfbfb;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 8px;
        color: #000;
        font-family: SF UI Text, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 1.25;
        text-transform: none;
        cursor: pointer
    }

    .tabs--tab-image .tabs__tab .icon {
        margin-left: 12px;
        color: #004eb7
    }

    .tabs--tab-image .tabs__tab.active {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.can-hover .tabs--tab-image .tabs__tab:hover,
[data-whatintent=keyboard] .tabs--tab-image .tabs__tab:focus {
    background: 0 0
}

@media (min-width: 1024px) {
    .tabs--tab-image .tabs__tab.active {
        background-color: transparent;
        box-shadow: 0 100px 80px rgba(0, 0, 0, .00562291), 0 41.7776px 33.4221px rgba(0, 0, 0, .00807786), 0 22.3363px 17.869px rgba(0, 0, 0, .01), 0 12.5216px 10.0172px rgba(0, 0, 0, .0119221), 0 6.6501px 5.32008px rgba(0, 0, 0, .0143771), 0 2.76726px 2.21381px rgba(0, 0, 0, .02)
    }

    .tabs--tab-image .tabs__tab.active .tabs__tab-radio-btn {
        border-color: #004eb7
    }

    .tabs--tab-image .tabs__tab.active .tabs__tab-radio-btn:after {
        transform: scale(1)
    }
}

@media (min-width: 1024px) {
    .tabs--tab-image .tabs__tab+.tabs__tab {
        border-left: none
    }
}

.tab-item__inner {
    padding: 16px
}

.tab-item__head {
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.tab-item__title {
    color: #004eb7;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4
}

@media (min-width: 768px) {
    .tab-item__title {
        font-size: 1.25rem
    }
}

.tab-item__text {
    margin-top: 14px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6
}

@media (min-width: 768px) {
    .tab-item__text {
        font-size: 1.25rem
    }
}

.tab-item__text .richtext p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6
}

@media (min-width: 768px) {
    .tab-item__text .richtext p {
        font-size: 1.25rem
    }
}

.tab-item__text .richtext p+p {
    margin-top: 20px
}

.credit-table {
    width: 100%
}

.credit-table img {
    height: 45px;
}

@media (max-width: 1023px) {
    .credit-table {
        border: 0
    }

    .credit-table thead {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: none
    }

    .credit-table tbody {
        display: flex;
        flex-direction: column;
        margin-right: -12px;
        margin-left: -12px;
        padding: 12px;
        background-color: #fff;
        box-shadow: 0 100px 80px rgba(0, 0, 0, .00562291), 0 41.7776px 33.4221px rgba(0, 0, 0, .00807786), 0 22.3363px 17.869px rgba(0, 0, 0, .01), 0 12.5216px 10.0172px rgba(0, 0, 0, .0119221), 0 6.6501px 5.32008px rgba(0, 0, 0, .0143771), 0 2.76726px 2.21381px rgba(0, 0, 0, .02)
    }

    .credit-table td {
        display: flex;
        justify-content: space-between;
        padding: 10px 6px;
        color: #004eb7;
        font-weight: 700
    }

    .credit-table td span {
        flex: 1 0 50%;
        margin-left: 20px
    }

    .credit-table td:not(:first-child):before {
        content: attr(data-label);
        flex: 1 0 50%;
        color: #99a2ad;
        font-weight: 700
    }

    .credit-table tr:nth-child(2) {
        position: relative;
        display: block
    }

    .credit-table tr:nth-child(2):before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        margin: 15px 0;
        background-color: rgba(0, 0, 0, .08)
    }

    .credit-table tr:nth-child(2) td:first-child,
    .credit-table tr:nth-child(3) td:first-child {
        display: none
    }
}

@media (min-width: 1024px) {
    .credit-table {
        width: 100%;
        margin: 0;
        padding: 0;
        table-layout: fixed;
        border-collapse: collapse
    }

    .credit-table tr:first-child {
        border-top: 1px solid rgba(0, 0, 0, .08);
        border-bottom: 1px solid rgba(0, 0, 0, .08)
    }

    .credit-table tr:first-child td {
        position: relative;
        vertical-align: middle;
        padding: 23px 0;
        text-align: left
    }

    .credit-table tr:last-child td {
        border: none
    }

    .credit-table tr:last-child td:after,
    .credit-table tr:last-child td:before {
        content: none
    }

    .credit-table td,
    .credit-table th {
        padding: 22px 0 0
    }

    .credit-table td {
        vertical-align: top;
        color: #004eb7;
        font-weight: 700
    }

    .credit-table td:first-child {
        color: #99a2ad
    }

    .credit-table th {
        padding: 23px 0;
        color: #99a2ad;
        font-weight: 700;
        text-align: left
    }
}

/* Design page */
.design-main-title {
    font-size: 45px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    margin: 60px 0;
}

.design-sub-title {
    font-size: 30px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 50px;
}

.styles-block {
    margin-bottom: 120px;
}

.style-card {
    background-color: #252525;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.style-card-image {
    transition: transform 1s !important;
}

.style-card-image:hover {
    transform: scale(1.1);
}

.style-name {
    text-transform: uppercase;
    color: #fff;
    height: 65px;
    padding: 20px 0;
}

.styles-button {
    color: #ffffff;
    background-color: #252525;
    font-weight: 300;
    border-radius: 0;
    font-size: 18px;
    padding: 10px 60px;
}

.styles-button i {
    font-size: 12px;
}

.styles-row {
    max-height: 620px;
    overflow: hidden;
}

.styles-row.expanded {
    max-height: 100%;
}

.announcement-block {
    margin-bottom: 120px;
}

.order-block {
    margin-bottom: 120px;
}

.order-description-small-text {
    text-align: center;
    color: #404040;
    font-weight: 300;
    line-height: 1.6;
    font-size: 18px;
    margin: 60px 0;
}

.order-card {
    -webkit-box-shadow: 0px 0px 18px 6px #d8d8d8;
    box-shadow: 0px 0px 18px 6px #d8d8d8;
    padding: 10px 20px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
}

.projection-service {
    align-items: center;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    cursor: pointer;
}

.projection-service .projection-services-list-item__icon {
    width: 90px;
    min-width: 90px;
}

.projection-services-list-item__title {
    color: #EE2329;
}

.projection-services-list-item__title h3 {
    margin: 0;
    text-transform: uppercase;
}

.projection-services-list-item__title h3 span {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    text-transform: none;
    color: #000;
}

.service-list {
    list-style: none;
    margin: 40px 5px;
    padding: 0;
    min-height: 480px;
}

.modal-content .service-list {
    min-height: auto;
}

.order-text {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 50px;
    color: #000000;
}

.projection-services .design-sub-title {
    margin-top: 120px;
    margin-bottom: 60px;
}

.interior-block {
    margin-bottom: 120px;
}

.interior-service {
    align-items: center;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px;
    cursor: pointer;
}

.interior-service .interior-service-list-item__icon {
    width: 60px;
    min-width: 60px;
    margin: 0 20px;
}

.interior-service .interior-service-list-item__title {
    color: #000;
}

.project-plans-block {
    margin-bottom: 120px;
}

.project-plans-block .design-sub-title {
    margin-bottom: 70px;
}

.project-plans-block .fg-default.fg-gutter-20 .fg-item {
    margin-right: 0;
    margin-bottom: 0;
}

.choice-block ul {
    list-style-type: none;
}

.choice-block .col-sm-6 {
    border-color: #000 !important;
}

.choice-card {
    padding: 35px;
    border-color: #000 !important;
    min-height: 973px;
}

.text-block {
    margin-bottom: 120px;
}

.consultation-block {
    margin-bottom: 120px;
}

.consultation-block .col-sm-8 {
    z-index: 20;
}

.consultation-card {
    background-color: #f6f6f6;
    padding: 25px 55px;
    text-align: center;
    box-shadow: 0px 0 5px 2px #dedede;
    border-radius: 25px;
}

.consultation-card ul {
    text-align: left;
    margin: 10px 40px;
}

.consulation-image {
    position: relative;
    left: -50px;
    bottom: -100px;
    z-index: 10;
}

.steps-block {
    margin-bottom: 120px;
}

.asking-price-block {
    background-image: url(/wp-content/themes/envo-storefront/images/styles/1_10.webp);
    background-size: cover;
    padding-top: 100px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
    height: 600px;
    background-repeat: no-repeat;
    background-color: #222;
}

.ask-price-text-block {
    border-radius: 3px;
    background-color: #f2efed;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 15px 10px rgb(37 37 37 / 10%);
    height: 100%;
    padding: 30px 60px;
}

.price-title {
    color: #252525;
    font-size: 38px;
    line-height: 1.35;
    font-weight: 500;
}

.price-title span {
    color: #bd2222;
}

.price-button {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 3px;
    background-color: #252525;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 100%;
    margin: 25px 0;
    height: 54px;
}

.employes-block {
    background-color: #252525;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: #222;
}

.employes-title {
    color: #f2efed;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 300;
}

.employes-left {
    padding-top: 140px;
}

.employes-right {
    background-color: #f2efed;
    padding-top: 140px;
}

.vertical-text {
    transform-origin: 0% 0%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #f2efed;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.vertical-text:after {
    content: "";
    flex-grow: 1;
    background: #fff;
    height: 1px;
    max-width: 70px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

.big-number {
    color: #f2efed;
    font-size: 80px;
    line-height: 1;
    font-weight: 100;
}

.big-number-divider {
    max-width: 90px;
    margin-left: 0;
    border-color: #bd2222;
}

.big-number-text {
    color: #f2efed;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 300;
    max-width: 170px;
}

.checkers-card {
    align-items: center;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.checkers-card.side-checkers .person-card {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 46%;
}

.person-card {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: 33%;
    padding: 0 9px;
    position: relative;
    margin-bottom: 130px;
}

.person-card:nth-child(2n) {
    top: 250px;
}

.side-checkers .person-card:nth-child(2n) {
    top: 180px;
}

.person-card img {
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 4px 2px rgb(37 37 37 / 10%);
}

.person-card .person-name-text {
    color: #252525;
    font-size: 18px;
    line-height: 0.95;
    font-weight: 300;
}

.person-card .profession {
    font-style: italic;
    color: #252525;
    font-size: 14px;
    font-family: 'Geometria', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 300;
}

.side-checkers .person-name-text,
.side-checkers .profession {
    color: #f2efed;
}

.our-certificates-block {
    background-image: url(/wp-content/themes/envo-storefront/images/styles/1_10.webp);
    background-size: cover;
    padding-top: 100px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: #222;
}

.certs-link {
    color: #fff;
    text-decoration: underline;
    font-size: 24px;
    letter-spacing: 1px;
}

.faq-block {
    margin: 120px 0;
}

#faq-accordion .card {
    border: 0;
}

#faq-accordion .card-header {
    background: none;
    border: none;
    padding: 20px 50px 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#faq-accordion .card-header .btn {
    color: #252525;
    font-size: 19px;
    font-weight: 400;
    border: none;
    outline: none;
    box-shadow: none;
    text-wrap: auto;
}

.package-container {
    text-align: center;
}

.package-container .short-bg-text {
    width: 108px;
    height: 22px;
    color: rgb(255, 255, 255);
    background: rgb(34, 39, 45);
    font-size: 16px;
    padding: 3px 4px 2px;
}

.package-container .package-title {
    margin: 1em 0 1em 0;
    color: #212529;
}

.package-container .price p {
    font-size: 30px;
    font-weight: 400;
    color: #22272d;
    margin: 1em 0 1.8em;
}

.package-container .box {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 50px 0;
    width: 100%;
}

.package-container .box li {
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
    padding: 7px 0;
    color: #22272d;
}

.package-btn {
    margin: 100px auto 30px;
    background: transparent;
    border: 1px solid #212529;
    color: #212529;
    font-size: 14px;
    height: 48px;
    display: table;
    border-radius: 5px;
    padding: 0 64px;
}

.package-container .block-pss {
    padding: 0 30px 10px 20px;
    box-shadow: 0 3px 24px rgb(17 17 17 / 16%);
}

.images-list-item__in .media i {
    font-weight: 400;
    font-size: 3rem;
    width: 70px;
    text-align: center;
}

.images-list-item__in .media h5 {
    line-height: 1;
    font-size: 16px;
    color: #777;
    font-weight: 600;
    margin: 0;
}

.images-list-item__in .media p {
    color: #000;
    font-size: 17.6px;
    font-weight: 600;
}

.images-list-item__in .media {
    margin-top: 20px;
}


/*====================================================
   .images-slider (large images slider with animation)
====================================================*/
.inner {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.images-list {
    max-width: 1920px;
}

.images-list__in.bg_white {
    padding-top: 70px;
}

.images-list__in.bg_white .images-list__container {
    margin: 0 -40px;
}

.images-list__container {
    position: relative;
}

.images-list__large {
    width: 53.2295vw;
    overflow: hidden;
    position: relative;
}

.images-list__small {
    top: 60%;
    left: calc(53.2295vw + 50px);
    width: 41.4323vw;
    overflow: hidden;
    position: absolute;
    transform: translateY(-50%);
}

.images-list-item__image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.images-list-item__image img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 600px;
}

.images-list__slider_small .images-list-item__image img {
    max-height: 465px;
}

.images-list__slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    text-indent: -9999px;
    outline: none;
    border: none;
    box-shadow: none;
}

.images-list__slider .slick-prev {
    left: 20px;
}

.images-list__slider .slick-next {
    right: 20px;
}

.images-list__slider .slick-arrow:before,
.images-list__slider .slick-arrow:after {
    background: #FFF;
}

@media screen and (min-width: 1280px) {
    .images-list__slider .slick-arrow {
        width: 56px;
        height: 107px;
        margin-top: -90px;
    }

    .images-list__slider .slick-prev {
        left: 40px;
    }

    .images-list__slider .slick-next {
        right: 40px;
    }

    .images-list__slider .slick-arrow:before,
    .images-list__slider .slick-arrow:after {
        width: 76px;
        height: 2px;
    }

    .images-list__slider .slick-prev:before,
    .images-list__slider .slick-next:before {
        top: 26px;
    }

    .images-list__slider .slick-prev:after,
    .images-list__slider .slick-next:after {
        bottom: 26px;
    }

    .images-list__slider .slick-prev:before,
    .images-list__slider .slick-prev:after {
        right: -10px;
    }

    .images-list__slider .slick-next:before,
    .images-list__slider .slick-next:after {
        left: -10px;
    }
}

@media screen and (min-width: 481px) {
    .images-list:not(.images-list_with-title) .images-list__in.bg_white {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1025px) {
    .images-list__text {
        padding-right: 30%;
    }

    .images-list_full .inner_full {
        max-width: 100%;
        padding: 0;
    }

    .images-list_full .images-list__large {
        width: 69.584vw;
    }

    .images-list_full .images-list__small {
        left: calc(69.584vw + 50px);
        width: 48vw;
    }

    .images-list__container .slider-controls {
        width: 69.584vw;
    }

    .images-list_full .inner_full {
        max-width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 1279px) {
    .images-list__in.bg_white .images-list__container {
        margin: 0 -30px;
    }
}

@media screen and (max-width: 1024px) {
    .images-list__in.bg_white {
        padding-top: 60px;
    }

    .images-list__in.bg_white .images-list__container {
        margin: 0 -20px;
    }

    .images-list__large {
        width: 73vw;
    }

    .images-list__small {
        left: calc(73vw + 30px);
        width: 57vw;
    }

    .images-list__title {
        width: 73vw;
    }

    .images-list__text {
        margin-bottom: 30px;
    }

    .images-list__bottom {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .images-list__in.bg_white {
        padding-top: 50px;
    }

    .images-list__container {
        margin-right: -20px;
    }

    .images-list__large {
        width: 75vw;
    }

    .images-list__small {
        left: calc(75vw + 20px);
        width: 59vw;
    }

    .images-list__title {
        width: 75vw;
    }

    .images-list-title-item__in {
        max-width: 100%;
    }

    .images-list-title__item .tooltip:hover .tooltip__content {
        margin-left: -20px;
    }
}

@media screen and (max-width: 480px) {
    .images-list__in.bg_white {
        padding-top: 40px;
    }

    .images-list__in.bg_white .images-list__container {
        margin-left: 0;
    }

    .images-list_full .images-list__container {
        padding: 0;
    }

    .images-list__large {
        width: 77vw;
    }

    .images-list__small {
        left: calc(77vw + 10px);
        width: 61vw;
    }

    .images-list__title {
        width: 77vw;
        padding-top: 15px;
    }

    .images-list-title__item .tooltip:hover .tooltip__content {
        margin-left: 0;
    }

    .images-list__text {
        margin-bottom: 20px;
    }

    .images-list__bottom {
        padding-top: 20px;
    }
}

@keyframes sliderScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.07);
    }

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


/*====================================================
   Slick slider
====================================================*/
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    max-height: 700px;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto !important;
    width: auto !important;
}

/* --- slider controls --- */
.slider-top {
    margin-bottom: 60px;
}

.slider-top h2,
.slider-top .h2,
.slider-top .title_small h2,
.slider-top .title_small .h2 {
    margin-bottom: 0;
}

.slider-top .slider-controls {
    margin-left: 20px;
}

.slider-controls_center {
    text-align: center;
    margin-top: 60px;
}

.slider-controls_center .slider-controls__in {
    display: inline-block;
}

.slider-controls .slick-dots {
    white-space: nowrap;
}

.slider-controls_center .slick-dots {
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .slider-top {
        margin-bottom: 50px;
    }

    .slider-controls_center {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .slider-top {
        margin-bottom: 0;
    }

    .slider-top h2,
    .slider-top .h2,
    .slider-top .title_small h2,
    .slider-top .title_small .h2 {
        margin-bottom: 40px;
    }

    .slider-top .slider-controls {
        display: none;
    }

    .slider-top .gallery__3d {
        margin-bottom: 40px;
    }
}

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

    .slider-top h2,
    .slider-top .h2,
    .slider-top .title_small h2,
    .slider-top .title_small .h2 {
        margin-bottom: 30px;
    }

    .slider-controls_center {
        margin-top: 30px;
    }

    .slider-top .gallery__3d {
        margin-bottom: 30px;
    }
}

/* --- arrows --- */
.slick-arrow {
    width: 38px;
    height: 76px;
    z-index: 5;
    cursor: pointer;
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slick-prev {
    margin-right: 25px;
}

.slick-next {
    margin-left: 25px;
}

.slick-arrow:before,
.slick-arrow:after {
    content: '';
    position: absolute;
    width: 52px;
    height: 1px;
    background: #111;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slick-arrow:hover:before,
.slick-arrow:hover:after {
    background: #EE2329;
}

.slick-prev:before,
.slick-next:before {
    top: 19px;
}

.slick-prev:after,
.slick-next:after {
    bottom: 19px;
}

.slick-prev:before,
.slick-prev:after {
    right: -7px;
}

.slick-next:before,
.slick-next:after {
    left: -7px;
}

.slick-prev:before,
.slick-next:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-prev:after,
.slick-next:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}

.slick-arrow.slick-disabled:hover:before,
.slick-arrow.slick-disabled:hover:after {
    background: #111;
}


/* Charity */
.blago-advantages {
    align-items: center;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px;
}

.blago-advantages-list-item__icon {
    width: 60px;
    min-width: 60px;
    margin: 0 20px;
}

.blago-section-margin {
    margin: 80px 0;
}

.blago-section-link {
    text-align: center;
    display: block;
    font-size: 25px;
    text-decoration: underline;
    margin-bottom: 18px;
}

.rocket-title {
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 50px;
    color: #393939;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding: 40px 0;
    margin-top: 30%;
}

.promoBlock .embed-responsive::before {
    background: url(../img/home/grid.png),
        rgba(41, 41, 41, 0.5);
    background-size: 100px;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}

.promoBlock .embed-responsive video {
    height: calc(100% + 2px);
    border-radius: 6px;
}

.promoInfo {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    color: white;
}

.promoInfo .fa-play {
    width: 85px;
    height: 85px;
    font-size: 45px;
    border: 4px solid;
    padding-left: 10px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 62.5px);
    animation: shadowPromo 3s infinite;
}

.promoInfo .fa-play:hover {
    font-weight: 900;
    cursor: pointer;
}

.promoArrow {
    width: 35%;
    position: absolute;
    top: 25%;
    animation: promoArrowShow 1s forwards;
}

.about-us-image {
    margin-top: 10%;
    width: 260px;
}

@keyframes promoArrowShow {
    from {
        left: 2%;
        opacity: 0;
    }

    to {
        left: 5%;
        opacity: 1;
    }
}

.home_section:first-of-type {
    margin-top: 0;
}

.home_section:last-of-type {
    margin-bottom: -10px;
}

@keyframes shadowPromo {
    from {
        text-shadow: 0px 0px 3px white;
        box-shadow: 0px 0px 3px white,
            inset 0px 0px 3px white;
    }

    50% {
        text-shadow: 0px 0px 15px white;
        box-shadow: 0px 0px 15px white,
            inset 0px 0px 15px white;
    }

    to {
        text-shadow: 0px 0px 3px white;
        box-shadow: 0px 0px 3px white,
            inset 0px 0px 3px white;
    }
}

.fullscreenModal .fa-times {
    font-size: 75px;
    color: rgba(255, 255, 255, 0.75);
    position: absolute;
    right: 25px;
    top: 60px;
    z-index: 10;
    cursor: pointer;
}

.fullscreenModal .modal-dialog {
    max-width: 100vw;
    max-height: 100vh;
    margin: 0;
}

/* Zoom Modal */
.zoom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999999;
    background: #fff
}

.zoom__plans.active,
.zoom__rooms.active {
    z-index: 5;
    overflow: hidden;
    user-select: none;
    touch-action: none;
}

.zoom__inner {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: calc(100vh - 96px)
}

.zoom__plan,
.zoom__plans,
.zoom__room,
.zoom__rooms {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: #FFF
}

.zoom__room,
.zoom__rooms {
    background: #FAFAFA
}

.zoom__plan img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.zoom__plan.show img.is-mirrored {
    transform: scaleX(-1) !important;
}

.zoom__plan.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: move;
    user-select: none;
    touch-action: none;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0px, 0px);
}

.zoom__room {
    display: none;
    overflow: hidden;
    overflow-y: scroll
}

.zoom__room::-webkit-scrollbar {
    display: none
}

.zoom__room.show {
    display: block;
    -webkit-animation: fadeIn 350ms ease-in-out both;
    animation: fadeIn 350ms ease-in-out both
}

.zoom__room-title {
    display: none
}

.zoom__nav-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    height: 49px;
    border-bottom: 1px solid #B0B0B0
}

.zoom__panel-top {
    display: flex
}

.zoom__info {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 16px
}

.zoom__info svg {
    margin-right: 7px
}

.zoom__info-current {
    font-weight: 700
}

.zoom__btn,
.zoom__tab-list,
.zoom__tab-plan {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: #fff;
    outline: 0 !important;
    cursor: pointer
}

.zoom__btn-close {
    border-left: 1px solid #B0B0B0
}

.zoom__btn-plus,
.zoom__btn-prev,
.zoom__btn-mirror {
    border-right: 1px solid #B0B0B0;
    border-left: 1px solid #B0B0B0;
    width: 60px;
    outline: none !important;
}

.zoom__tabs {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 120px;
    height: 48px;
    display: flex;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, .1);
    z-index: 10
}

.zoom__tabs--expand {
    right: 0
}

.zoom__tab {
    position: relative;
    flex: 1;
    flex-direction: column
}

.zoom__tab svg {
    margin-bottom: 3px
}

.zoom__tab.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #01161E
}

.zoom__navigation-buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, .1);
    z-index: 10
}

.zoom .btn-mirror {
    position: fixed;
    bottom: 66px;
    right: 8px;
    width: 44px;
    height: 44px
}

.zoom .btn-mirror i {
    margin-right: 0
}

/* Active Filters */
.active-filters,
.btn,
.checkbox,
.filters__check {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.active-filters__filter.active-filters__filter--checked.popular-filters-item {
    padding-right: 25px;
    position: relative;
}

.active-filters__filter.active-filters__filter--checked.popular-filters-item:after {
    content: "x";
    font-weight: 100;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 9px;
    display: block;
    transform: scaleY(0.9);
    transition: opacity 0.3s ease 0s;
}

/* Filter checkbox */
.ui-checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 0 8px 23px;
    color: #333;
}

.ui-checkbox_list {
    font-size: 16px;
    font-weight: normal;
    padding: 2px 0 0 20px;
    transition: .3s;
    margin: 0;
}

.ui-checkbox__input {
    position: absolute;
    opacity: 0;
    top: 50%;
    height: 0;
    margin: 0 !important;
}

.ui-checkbox__box {
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    height: 16px;
    width: 16px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #afafaf;
    transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

.ui-checkbox__box_list {
    left: 0;
    top: 7px;
}

.ui-checkbox__input:checked+.ui-checkbox__box {
    border: 6px solid var(--color-light-green);
    background-color: var(--color-light-green);
    animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1)
}

.ui-checkbox__input:checked+.ui-checkbox__box:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -3px;
    top: -6px;
    width: 3px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    box-sizing: content-box;
    transform-origin: 0 100%;
    animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards
}

.catalog-filter-count {
    font-size: 8px;
    position: relative;
    top: -5px;
}

/* Filter radio */

.form_element {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
}

.checkbox_var-2 {
    display: inline-block;
    width: 40px;
    margin: 0 0 0 0;
    vertical-align: top;
}

.form_element .checkbox_var-2 {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    width: 20% !important;
    margin: 0;
    margin-right: 0;
    margin-left: -1px;
}

.form_element .checkbox_var-2 input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    margin: 0;
    width: 12px;
    height: 12px;
    opacity: 0;
    cursor: pointer;
}

.checkbox_var-2 input+label {
    position: relative;
    height: 40px;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    margin: 0;
    display: block;
    color: #353a3e;
}

.filters_list .form_element .checkbox label {
    margin-bottom: 0;
}

.form_element .checkbox_var-2:first-child input+label {
    border-radius: 4px 0 0 4px;
}

.checkbox_var-2 input+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #89c355;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.form_element .checkbox_var-2:first-child input+label:before,
.form_element .checkbox_var-2:first-child input+label:after {
    border-radius: 4px 0 0 4px;
}

.checkbox_var-2 input+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #89c355;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.form_element .checkbox_var-2:first-child input+label:before,
.form_element .checkbox_var-2:first-child input+label:after {
    border-radius: 4px 0 0 4px;
}

.form_element .checkbox_var-2:last-child input+label {
    border-radius: 0 54px 34px 0;
}

.form_element .checkbox_var-2:last-child input+label:before,
.form_element .checkbox_var-2:last-child input+label:after {
    border-radius: 0 4px 4px 0;
}

.checkbox_var-2 input+label span {
    position: relative;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #353a3e;
    line-height: 40px;
}

.checkbox_var-2 input:checked+label:before {
    opacity: 1;
}

.checkbox_var-2 input:checked+label span {
    color: #fff;
}

/* Panorama */
.woocommerce div.product div.images .woocommerce-product-gallery__image {
    position: relative;
}

.gallery__panorama-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 18px 24px;
    border: none;
    border-radius: 4px;
    background: var(--color-orange);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

button.pswp__button.pswp__button--arrow--left,
button.pswp__button.pswp__button--arrow--right {
    background-color: #3a3a3a3b !important;
}

/* Credit page */
.creditform {
    padding: 30px;
}

.creditform input,
.creditform select {
    display: block;
    width: 100%;
    height: 50px;
    border: 2px solid #bbb;
    padding: 0 20px 0 20px;
    font-weight: 500;
    font-size: 16px;
}

.creditform .btn {
    border-radius: 0;
}

/* Reqisites page */
.company-characteristics.full-width {
    border: 0;
    margin: 0;
    position: relative;
    display: table;
    width: 100%;
}

.company-characteristics__row {
    display: table-row;
}

.company-characteristics__name {
    padding-left: 0;
    width: 150px;
    color: #9fabb0;
}

.company-characteristics__name,
.company-characteristics__value {
    border: 0;
    font-size: inherit;
    padding: 5px 15px;
    vertical-align: top;
    display: table-cell;
}

/* Akcii page */
.image-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    border-radius: 8px;
    text-align: left;
    text-decoration: none;
    min-height: 316px;
    margin-bottom: 20px;
}

.image-card__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-card__media img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    max-width: 300px;
}

.image-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    padding: 24px;
}

.image-card__content {
    flex-direction: row;
}

.image-card__body {
    display: flex;
    flex-direction: column;
}

.image-card__title {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -.0625rem;
    line-height: 1.18;
}

.image-card__value {
    flex-grow: 1;
    color: hsla(0, 0%, 100%, .52);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.28;
}

.image-card__link {
    align-self: flex-start;
    color: #fff;
    margin-top: 2.1875rem;
    text-decoration: none;
}

.image-card--type-1 {
    background: linear-gradient(90deg, #2b5876, #4e4376);
}

.image-card--type-2 {
    background: linear-gradient(90deg, #2e9d78, #f0f8f5);
}

.image-card--type-3 {
    background: linear-gradient(14deg, #aff022 14%, #198e79 77%);
}

.content-block__title {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -.0375rem;
    line-height: 1.125;
    color: #004eb7;
}

.content-block__text {
    margin-top: 20px;
}

.content-block__text .richtext p {
    margin-bottom: 0;
    font-size: 20px;
}

/* Amo button */
.amo-button-holder {
    position: fixed;
    z-index: 100000;
    right: 50px;
    bottom: 80px;
}

.amo-button--main {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #57d163;
    z-index: 90000;
}

.amo_animation_waves::before {
    animation-delay: 0s;
}

.amo_animation_waves::before {
    content: "";
    background-color: inherit;
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    border-radius: inherit;
    z-index: 0;
    animation: amo-button-wave infinite 10s 0s linear;
    left: 0;
}

@keyframes amo-button-wave {
    0% {
        transform: scale(1, 1);
        opacity: 0.45
    }

    10% {
        opacity: 0.45
    }

    20% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }

    100% {
        transform: scale(0, 0);
        opacity: 0
    }
}

.amo-livechat {
    z-index: 99999;
    position: absolute;
    min-height: 100%;
    overflow: hidden;
    transform-origin: bottom right;
    height: 76px;
    width: 219px;
    right: 100%;
    bottom: -15px;
    margin-bottom: 0;
    margin-right: 10px;
}

.livechatframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    overflow: hidden;
    background: none;
    left: 0;
}

.livechatframe .styles_bubble {
    display: -webkit-box;
    display: flex;
    position: absolute;
    padding: 10px;
    z-index: 5;
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 5px 8px 2px rgb(0 0 0 / 20%);
    cursor: pointer;
    max-width: 199px;
    opacity: 1;
    right: 10px;
    bottom: 15px;
    margin-left: 7px;
}

.styles_bubble .styles_avatar {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin: 1px 6px 0 0;
    padding: 1px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 13px rgb(0 0 0 / 20%), 0px 2px 5px rgb(0 0 0 / 10%);
}

.styles_avatar_img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(/wp-content/themes/envo-storefront/images/chat_av.jpeg);

}

.styles_message_wrapper {
    width: 100%;
    overflow: hidden;
}

.styles_message {
    color: #2e3640;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    word-break: break-word;
    max-height: 142px;
}

.styles_arrow {
    content: '';
    position: absolute;
    z-index: 2;
    top: 100%;
    border: 7px solid;
    border-color: #f5f5f5 transparent transparent transparent;
    --offset: 30px;
    right: -13px;
    border-color: transparent transparent transparent #ffffff;
    top: unset;
    bottom: var(--offset);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.amo-button-greeting-badge {
    display: none;
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 100000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #EB5757;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/* Bunker page */
.header-title-section {
    margin: 70px 0;
}

.header-title-text {
    position: relative;
    top: -50%;
    text-align: left;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    max-width: 65%;
    background-color: #ffffffb3;
}

.header-title-image {
    max-width: 70%;
    margin: auto;
}

.description-section-title {
    position: relative;
    left: -50%;
    color: #000;
    font-size: 40px;
    width: 150%;
    background-color: #ffffffb3;
    padding: 10px 20px;
}

.description-section-text {
    margin-bottom: 30px;
}

.description-section {
    margin-bottom: 80px;
}

.bunker-title {
    font-size: 40px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.equipment-section .col-10 {
    margin-bottom: 70px;
}

.equipment-section-long .col-12 {
    border: 1px solid #f3f3f3;
    padding: 10px;
    cursor: pointer;
}

.equipment-section-long .col-12.no-description {
    display: flex;
    align-items: center;
}

.equipment-section-long h3 {
    margin-top: 80px;
}

.equipment-section-long .col-12 img {
    cursor: zoom-in;
}

.equipment-title {
    font-size: 21px;
}

.full-width-image {
    padding-top: 100px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.full-width-image img {
    width: 100%;
}

.bunker-docs-section a {
    color: #000;
}

.bunker-orange-button {
    color: #ffffff;
    background: var(--color-orange);
    text-decoration: none;
    padding: 25px 50px;
    max-width: 320px;
    font-size: 21px;
    line-height: 29px;
}

.bunker-col-text {
    font-weight: 600;
    padding: 20px 0;
    line-height: 23px;
    font-size: 18px;
}

.metal-bunker-section,
.equipment-section,
.bunker-docs-section,
.description-section,
.metal-bunker-section,
.bunker-catalog,
.bunker-videos-section {
    margin-top: var(--title-top-margin);
}

.bunker-detail-page .owl-stage-outer {
    max-height: 450px;
}

/* Uslugi page */
.uslugi-page .buro-title {
    font-size: 50px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    margin: 120px 0 60px 0;
    padding: 0;
    position: relative;
    padding-bottom: 60px;
    color: #000;
}

.uslugi-page .buro-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 6px;
    background: #111;
}

.uslugi-page .buro-cards-template .col-sm-4 {
    margin-bottom: 50px;
}

.uslugi-page .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uslugi-page .align-middle-block {
    margin-bottom: 80px;
}

.uslugi-page .flex_nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.uslugi-page .flex_middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.uslugi-page .align-middle-block__in {
    position: relative;
    overflow: hidden;
}

.uslugi-page .align-middle-block__image {
    position: relative;
    z-index: 1;
}

.uslugi-page .align-middle-block__image {
    width: 100%;
    text-align: right;
}

.uslugi-page .align-middle-block__content {
    min-width: 33.333%;
    padding-left: 10px;
    width: 33.333%;
    margin-left: -182px;
    position: relative;
    z-index: 2;
}

.uslugi-page .services-list__item {
    position: relative;
}

.uslugi-page .bg_white {
    padding: 50px 40px;
    background: #FFF;
}

.uslugi-page .title_border h3 {
    height: 66px;
    padding-left: 20px;
    text-transform: uppercase;
}

.uslugi-page .title_border h3:before {
    content: '';
    width: 20px;
    height: 50px;
    background-color: #ee2329;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 33px;
}

.uslugi-page .services-list__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-bottom: 60px;
}

.uslugi-page .services-list-item__in {
    display: inline-block;
    height: 100%;
    color: #111;
    position: relative;
    padding-bottom: 20px;
    border: 2px solid #f5f5f5;
    transition: 0.5s;
    cursor: pointer;
}

.uslugi-page .services-list-item__icon {
    margin-bottom: 30px;
    height: 91px;
    line-height: 91px;
}

.uslugi-page .services-list-item__icon img {
    vertical-align: bottom;
}

.uslugi-page .services-list-item__title {
    white-space: nowrap;
    transform: translateZ(0);
}

.uslugi-page .services-list-item__text {
    margin-bottom: 20px;
    line-height: 1.85;
    color: #111;
}

.uslugi-page .services-list-item__in:hover {
    box-shadow: 0px 0px 24px -4px #dbdbdb;
}

@media (max-width: 1024px) {
    .uslugi-page .services-list-item__icon {
        height: 70px;
        line-height: 70px;
    }

    .uslugi-page .services-list-item__icon img {
        max-width: 70px;
        max-height: 70px;
    }

    .uslugi-page .services-list-item__title .title_border h3,
    .uslugi-page .services-list-item__title .title_border .h3 {
        padding-left: 16px;
    }

    .uslugi-page .services-list-item__text {
        padding-left: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .uslugi-page .services-list__item {
        width: calc(100vw - 120px);
        width: 33.333%;
    }

    .uslugi-page .services-list-item__icon {
        height: 60px;
        line-height: 60px;
    }

    .uslugi-page .services-list-item__icon img {
        max-width: 65px;
        max-height: 65px;
    }

    .uslugi-page .buro-title {
        font-size: 37px;
    }

    .uslugi-page .flex {
        display: block;
    }

    .uslugi-page .align-middle-block__content {
        width: 100%;
        margin: 0;
    }

    .uslugi-page .align-middle-block__image {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .uslugi-page .services-list__item {
        width: 100%;
        width: 50%;
        margin-bottom: 50px;
    }

    .uslugi-page .services-list-item__icon {
        margin-bottom: 25px;
    }

    .uslugi-page .services-list-item__title .title_border h3,
    .uslugi-page .services-list-item__title .title_border .h3 {
        padding-left: 12px;
    }

    .uslugi-page .services-list-item__text {
        padding-left: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .uslugi-page .services-list__item {
        margin-bottom: 40px;
    }
}

/* External reviews */
.external-reviews-title {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}

.external-reviews-section {
    margin-bottom: 130px;
}

.rating__wrapper {
    background-color: #FFF;
    display: flex;
    grid-template-columns: repeat(6, 1fr);
    border-radius: 20px;
    box-shadow: 0 14px 55.4px #F2F5FA;
    gap: 40px;
    padding: 30px 50px 20px;
    justify-content: center;
}

@media (max-width: 1200px) {
    .rating__wrapper {
        gap: 20px;
        padding: 30px 30px 20px
    }
}

@media (max-width: 1100px) {
    .rating__wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        border-radius: 0;
        box-shadow: none
    }
}

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

@media (max-width: 500px) {
    .rating__wrapper {
        display: flex;
        padding: 0;
        padding-top: 15px;
        gap: 0
    }
}

.rating__link {
    display: block;
    color: inherit;
    text-decoration: none
}

.rating__top {
    position: relative
}

.rating__points {
    position: absolute;
    background-color: #F2F2F2;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -7px;
    right: -18px;
    color: #4F4F4F;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    transition: 300ms all
}

.rating__logo img {
    display: block;
    width: 100%;
    transition: 300ms all
}

.rating__stars {
    display: flex;
    gap: 10px
}

.rating__stars svg {
    transition: 300ms all
}

.rating__text {
    font-size: 14px;
    line-height: 16px;
    color: #4F4F4F
}

.rating__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 300ms all
}

.rating__item_fade {
    opacity: .3;
    transition: 300ms all
}

.rating__item:hover .rating__logo img {
    transform: scale(1.1);
    transition: 300ms all
}

@media (max-width: 500px) {
    .rating__item:hover .rating__logo img {
        transform: scale(1)
    }
}

.rating__item:hover .rating__points {
    transform: scale(1.1);
    transition: 300ms all
}

@media (max-width: 500px) {
    .rating__item:hover .rating__points {
        transform: scale(1)
    }
}

.rating__item:hover .rating__stars svg {
    transform: scale(1.2);
    transition: 300ms all
}

@media (max-width: 500px) {
    .rating__item:hover .rating__stars svg {
        transform: scale(1)
    }
}

/* Geodezia page */
.geodezia-banner-section {
    background-image: url(/wp-content/themes/envo-storefront/images/geodezia/hedr.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 100px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0%, 100% 86%, 0% 100%);
}

.geodezia-banner__tilte {
    margin-bottom: 100px;
    color: #000000;
    font-size: 72px;
    font-weight: 600;
}

.geodezia-banner__list {
    list-style: none;
    font-size: 20px;
    font-weight: bold;
}

.geodezia-banner__listitem {
    position: relative;
}

.geodezia-banner__listitem:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: -30px;
    background-size: cover;
}

.geodezia-banner__listitem:nth-child(1):before {
    background-image: url(/wp-content/uploads/page/geodezia/photo-and-video.svg);
}

.geodezia-banner__listitem:nth-child(2):before {
    background-image: url(/wp-content/uploads/page/geodezia/location-map.svg);
}

.geodezia-banner__listitem:nth-child(3):before {
    background-image: url(/wp-content/uploads/page/geodezia/handshake.svg);
}

.geodezia-akcii__title {
    color: #000000;
    font-size: 40px;
    line-height: 1.55;
    letter-spacing: 1px;
    border-bottom: 5px solid #ffe100;
    width: 140px;
}

.geodezia-akcii__description {
    color: #000000;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: 1px;
    max-width: 400px;
}

.geodezia-akcii-left {
    background-image: url(/wp-content/themes/envo-storefront/images/geodezia/kisspng-total-statio.png);
    background-repeat: no-repeat;
    background-position: bottom -96px center;
    background-size: 160px;
}

.geodezia-form {
    border-radius: 22px;
    background: #ffd024;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
    margin: auto;
    padding: 20px;
}

.geodezia-form .form-title {
    border: none;
}

.geodezia-form .checkbox-label {
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}

.geoderzia-form .price {
    font-size: 25px;
    text-align: center;
}

.geodezia-form-button {
    margin: auto;
    display: block;
    width: 100%;
    padding: 5px;
    background: #303030;
    color: white;
    font-weight: 600;
    line-height: 30px;
    font-size: 20px;
    border-radius: 8px;
    border: none;
}

.geodezia-besplatno-title {
    font-size: 50px;
    text-align: center;
    font-weight: 300;
    color: #000;
}

.geodezia-text {
    font-size: 26px;
    color: #000;
}

.geodezia-tools-section {
    background-image: url(/wp-content/themes/envo-storefront/images/geodezia/fon.jpg);
    padding: 240px 100px 80px 100px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.geodezia-tools-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.garantii-image {
    max-width: 100px;
    margin-bottom: 35px;
}

.geodezia-order-button {
    background-color: #5b8837;
    color: #000;
    width: 300px;
    padding: 7px 0;
    border: none;
    border-radius: 0;
    margin: auto;
    display: block;
}

.work-cards-title {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 60px;
}

.work-cards .card {
    border-radius: 0;
    padding: 20px;
    border-width: 2px;
    margin-bottom: 40px;
}

.work-cards .card .title {
    font-size: 25px;
    font-weight: 900;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.work-cards .card .price {
    font-size: 23px;
    color: #5b8837;
    margin-bottom: 15px;
}

.work-cards .card .card-button {
    background: #5b8837;
    border-radius: 10px;
    border: none;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
}

.texts .text p {
    margin-bottom: 60px;
}

.text-green {
    color: #5b8837;
}

.geodezia-green-title {
    font-size: 46px;
    color: #5b8837;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.section-mt {
    margin-top: var(--title-top-margin);
}

.line {
    width: 96px;
    left: 0;
    top: 0;
    height: 3px;
    position: relative;
    background-color: #ffe100;
}

.line.vertical {
    transform: rotate(110deg);
}

.taheometr-line1 {
    left: 270px;
    top: -270px;
}

.taheometr-line2 {
    left: 207px;
    top: -227px;
}

.taheometr-line-label {
    position: relative;
    top: -303px;
    left: 270px;
}

.gps-line1 {
    left: 160px;
    top: -365px;
}

.gps-line2 {
    left: 221px;
    top: -344px;
    width: 50px;
}

.gps-line-label {
    left: 160px;
    top: -400px;
    position: relative;
}

.nivelir-line1 {
    left: 380px;
    top: -410px;
}

.nivelir-line2 {
    left: 327px;
    top: -376px;
    width: 80px;
}

.nivelir-line-label {
    left: 387px;
    top: -446px;
    position: relative;
}

.teodron-line1 {
    left: 80px;
    top: 60px;
}

.teodron-line2 {
    left: 54px;
    top: 20px;
    width: 80px;
}

.teodron-line-label {
    left: 96px;
    top: 25px;
    position: relative;
}

.geodezia-order-button:hover,
.geodezia-form-button:hover,
.work-cards .card .card-button:hover {
    box-shadow: 0 0 9px 0px rgb(0 0 0 / 58%);
}

/* Remont Page */
.remont-kvartir-section {
    background-image: url(/wp-content/uploads/page/remont/main_itog-bez-m-4.jpg);
    background-size: cover;
    background-position: right;
    padding: 120px 100px;
    position: relative;
    margin-bottom: 200px;
}

.remont-kvartir-man {
    background-image: url(/wp-content/uploads/page/remont/main_itog-m.png);
    background-size: cover;
    background-position: center;
    padding: 120px 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.remont-kvartir-title {
    color: #000000;
    font-size: 48px;
    line-height: 1.2;
}

.text-remont-green {
    color: #00c1a1;
}

.remont-kvartir-text {
    color: #3a3955;
    font-size: 16px;
    line-height: 1.55;
}

.remont-points {
    margin-top: 60px;
}

.remont-point {
    padding-left: 35px;
    margin-bottom: 20px;
}

.remont-point:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 5px;
    width: 27px;
    height: 27px;
    background-image: url(/wp-content/uploads/page/remont/ukazatel-2.png);
    background-size: contain;
}

.remont-point p {
    color: #3a3955;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}

.remont-kvartir-form {
    border-width: 1px;
    border-radius: 9px;
    background-color: #ffffff;
    border-color: #e3e6ed;
    border-style: solid;
    box-shadow: 0px 0px 10px 3px rgb(81 173 173 / 40%);
    padding: 15px 40px;
    width: 750px;
    position: absolute;
    left: 29%;
}

.remont-kvartir-form p {
    color: #3a3955;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.remont-form-field {
    color: #1a1a1a;
    border: 1px solid #e2eaf5 !important;
    background-color: #f5f5f5;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    padding: 0 20px;
}

.remont-kvartir-form button {
    color: #ffffff;
    border: 1px solid #038c8c;
    background-color: #00c1a1;
    width: 180px;
    padding: 0 15px;
}

.remont-kvartir-form .terms-link {
    color: #a6a6a6;
    font-size: 11px;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
}

.remont-kvartir-form .terms-link a {
    color: #337ab7;
}

.remont-adv-section {
    margin-bottom: 100px;
}

.adv-card {
    display: flex;
    align-items: center;
}

.adv-card-text {
    padding-left: 20px;
}

.adv-card-title {
    color: #222222;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
}

.adv-card-description {
    color: #3a3955;
    font-size: 14px;
    line-height: 1.55;
    max-width: 170px;
}

.remont-big-text {
    text-align: center;
    margin-top: 50px;
}

.remont-big-text .big-title {
    color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 193, 161, 1) 0%, rgba(0, 158, 134, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
}

.remont-big-text .big-text {
    color: #3a3955;
    font-size: 16px;
    line-height: 2;
}

.remont-main-title {
    color: #222222;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin: 60px 0;
}

.cards-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.card-toggle-text {
    color: #3a3955;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 700;
    padding: 10px 30px;
}

.card-toggle-switcher {
    border-width: 2px;
    border-radius: 50px;
    background-color: #00c1a1;
    background-position: center center;
    border-color: #00c1a1;
    border-style: solid;
    width: 70px;
    height: 35px;
    position: relative;
}

.card-toggle-switcher:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    border-radius: 100%;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.card-toggle-switcher.on:before {
    left: 50%;
}

.remont-price-card {
    border-width: 1px;
    border-radius: 5px;
    background-color: #ffffff;
    border-color: #e7edf5;
    border-style: solid;
    box-shadow: 0px 3px 9px 0px rgb(58 57 85 / 30%);
    padding: 30px 40px;
}

.price-card-title {
    color: #3a3955;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
}

.price-card-duration {
    color: #35337d;
    font-size: 15px;
    border-radius: 5px;
    background-color: #f2f6fb;
    border-color: transparent;
    border-style: solid;
    padding: 2px 7px;
}

.price-card-description {
    color: #737286;
    font-size: 15px;
    line-height: 1.55;
}

.price-card-image {
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 35px;
}

.price-card-text {
    color: #737286;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
}

.price-card-price {
    color: #3a3955;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin: 15px 0;
}

.price-card-price .text-remont-green {
    font-size: 32px;
}

.price-card-button {
    width: 100%;
    color: #35337d;
    font-size: 15px;
    border-radius: 5px;
    background-color: #f2f6fb;
    border-color: #e2eaf5;
    padding: 15px 10px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.price-card-button:hover {
    background-color: #d9e4f2;
}

.warning-block-col {
    padding-left: 200px;
}

.warning-block-col:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 5px;
    width: 200px;
    height: 186px;
    background-image: url(/wp-content/uploads/page/remont/yellow.png);
    background-size: contain;
}

.warning-block-section {
    padding: 120px 20px;
}

.warning-block-title {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
}

.warning-block-text {
    color: #3a3955;
    font-size: 17px;
    line-height: 1.25;
    max-width: 350px;
}

.warning-block-list {
    padding: 0;
    max-width: 340px;
    color: #3a3955;
    font-size: 17px;
    line-height: 1.4;
}

.warning-block-col-list {
    z-index: 100;
    position: relative;
    padding: 10px 40px;
}

.warning-block-frame {
    position: absolute;
    top: -110px;
    left: -120px;
    z-index: 10;
    display: block;
}

.warning-block-mark {
    background-image: url(/wp-content/uploads/page/remont/true.png);
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 100;
    top: -100px;
    right: 100px;
}

.remont-line {
    margin: auto;
    margin-bottom: 30px;
    width: 100px;
    height: 10px;
    background-image: linear-gradient(180deg, rgba(0, 193, 161, 1) 0%, rgba(0, 158, 134, 1) 100%);
}

.remont-smeta-col {
    margin: 100px;
}

.remont-smeta-col:before {
    content: "";
    background-image: url(/wp-content/uploads/page/remont/calc2.png);
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 500px;
    height: 568px;
    position: absolute;
    left: 40px;
    top: 60px;
}

.remont-smeta-title {
    color: #222222;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 40px;
}

.remont-smeta-text {
    color: #3a3955;
    font-size: 17px;
    line-height: 1.55;
}

.remont-smeta-green {
    color: #008080;
}

.remont-smeta-image {
    position: relative;
    left: -150px;
    top: 0;
    width: 530px;
}

.remont-smeta-sphere {
    background-image: url(/wp-content/uploads/page/remont/shar.png);
    position: absolute;
    width: 370px;
    height: 370px;
    left: 0;
    bottom: 60px;
}

.remont-smeta-from {
    margin: 50px 49px;
    padding: 20px 70px;
    border-width: 1px;
    border-radius: 10px;
    background-color: #ffffff;
    border-color: #e7edf5;
    border-style: solid;
    box-shadow: 0px 3px 9px 0px rgb(58 57 85 / 30%);
    color: #222222;
    font-weight: 700;
    font-size: 17px;
}

.remont-smeta-counter {
    display: flex;
    margin-bottom: 15px;
}

.smeta-counter-minus,
.smeta-counter-plus {
    font-size: 26px;
    cursor: pointer;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    user-select: none;
    font-weight: 100;
}

.remont-smeta-counter .remont-smeta-from-input {
    color: #5c5c5c;
    border: 1px solid #e2eaf5;
    background-color: #f5f5f5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    height: 40px;
    width: 70px;
    text-align: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.remont-smeta-input-group {
    margin-bottom: 15px;
}

.remont-smeta-form-select {
    width: 100%;
    cursor: pointer;
    padding: 0 45px 0 20px;
    line-height: 1.33;
    outline: 0;
    color: #5c5c5c;
    border: 1px solid #e2eaf5;
    background-color: #f5f5f5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
}

.remont-smeta-input-group .remont-smeta-input {
    line-height: 1.33;
    outline: none;
    color: #5c5c5c;
    border: 1px solid #e2eaf5;
    background-color: #f5f5f5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    padding: 0 20px;
}

.remont-smeta-button {
    color: #222222;
    border: 1px solid #ffcc00;
    background-color: #ffdd57;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    height: 50px;
    padding: 0 15px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.remont-noproblem-text {
    margin: 110px 0;
}

.remont-garantii-section .remont-noproblem-text {
    margin: 50px 0;
}

.remont-noproblem-title {
    color: #000000;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}

.remont-noproblem-description {
    color: #3a3955;
    font-size: 15px;
    line-height: 1.55;
}

.remont-noproblem-left {
    padding-right: 75px;
}

.remont-noproblem-right {
    padding-left: 75px;
}

.remont-noproblem-title:after {
    content: "";
    background-image: url(/wp-content/uploads/page/remont/knopka1-4.png);
    background-size: contain;
    background-position: center;
    width: 65px;
    height: 65px;
    position: absolute;
    top: -12px;
}

.remont-noproblem-left .remont-noproblem-title:after {
    right: -80px;
}

.remont-noproblem-right .remont-noproblem-title:after {
    left: -80px;
}

.remont-garantii-block:before {
    content: "";
    background-image: url(/wp-content/uploads/page/remont/calc2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 450px;
    height: 527px;
    position: absolute;
    top: 35px;
    z-index: 10;
}

.remont-garantii-image {
    width: 430px;
    margin-left: 25px;
    z-index: 15;
    position: relative;
}

.remont-garantii-text-image {
    position: relative;
    bottom: 29px;
    left: -50px;
}

.remont-rassrochka-section {
    background-image: url(/wp-content/uploads/page/remont/rassrochka-2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 0;
}

.remont-rassrochka-point-text {
    padding-left: 45px;
    position: relative;
}

.remont-rassrochka-point-text:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 27px;
    height: 27px;
    background-image: url(/wp-content/uploads/page/remont/ukazatel-2.png);
    background-size: contain;
}

.remont-rassrochka-text-grid {
    display: flex;
    margin-bottom: 50px;
}

.remont-rassrochka-text-grid .remont-rassrochka-point-text {
    margin: 20px 0;
    margin-right: 160px;
}

.remont-rassrochka-block .remont-main-title {
    text-align: left;
    margin-top: 25px;
}

.remont-rassrochka-button {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 5px;
    background-color: #ffd700;
    border-color: #ebbc00;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 3px 9px 0px rgb(102 102 102 / 30%);
    width: 240px;
}

.remont-rassrochka-button:hover {
    background-color: #faca3a;
    color: #ffffff;
}

.remont-gallery-row {
    display: table;
    width: 100%;
}

.remont-gallery-col {
    overflow: hidden;
    text-align: center;
    width: 33.3333333vw;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.remont-gallery-col-50 {
    width: 50vw;
}

.remont-gallery__table {
    display: table;
    width: 100%;
    vertical-align: middle;
    background-color: #000;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    height: 24.75vw;
}

.remont-gallery__cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.remont-gallery__bg {
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.remont-gallery__overlay {
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -moz-linear-gradient(top, rgba(18, 18, 18, 0.20), rgba(18, 18, 18, 0.40));
    background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 0.20), rgba(18, 18, 18, 0.40));
    background-image: -o-linear-gradient(top, rgba(18, 18, 18, 0.20), rgba(18, 18, 18, 0.40));
    background-image: -ms-linear-gradient(top, rgba(18, 18, 18, 0.20), rgba(18, 18, 18, 0.40));
}

.remont-gallery__textwrapper {
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    padding: 20px 40px;
    position: relative;
}

.remont-gallery__textwrapper__content {
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    margin: 30px auto;
    position: relative;
}

.remont-gallery__inner-wrapper_animated-btn {
    -webkit-transform: translate3d(0, 45px, 0);
    transform: translate3d(0, 45px, 0);
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.remont-gallery__title {
    color: #ffffff;
    word-break: break-word;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
}

.remont-gallery__button-container.remont-gallery__button_show-hover {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    opacity: 0;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.remont-gallery__button-wrapper {
    display: inline-block;
    margin-top: 40px;
}

.remont-gallery__submit {
    height: 45px;
    font-size: 14px;
    padding: 0 30px;
    vertical-align: middle;
    display: table-cell;
    user-select: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.remont-gallery__cell:hover .remont-gallery__overlay {
    opacity: .8;
}

.remont-gallery__cell:hover .remont-gallery__textwrapper_animated {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.remont-gallery__cell:hover .remont-gallery__inner-wrapper_animated-btn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.remont-gallery__cell:hover .remont-gallery__button_show-hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.remont-gallery__submit:hover {
    background-color: #ffffff;
    color: #121212;
    border-color: #ffffff;
}

.remont-gallery-col a {
    text-decoration: none;
}

.remont-certs-section {
    padding-top: 75px;
    padding-bottom: 15px;
    background-color: #f5f5f5;
}

.remont-partner-text {
    text-align: center;
    font-size: 20px;
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1.5;
}

.remont-slider-section {
    background-color: #f5f5f5;
}

.remont-slider-nav {
    display: flex;
    width: 160px;
    position: absolute;
    bottom: 0;
    z-index: 100;
}

.remont-slider-prev img {
    transform: rotate(180deg);
}

.remont-slider-text-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.remont-slider-title {
    color: #08232f;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.remont-slider-text {
    color: #3a4b52;
    font-size: 16px;
    line-height: 1.7;
    max-width: 440px;
}

.remont-slider-page-text {
    padding: 29.16px 30px;
    margin: 0;
    color: #3a4b52;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
}

.remont-slider-page {
    display: flex;
    z-index: 100;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
    left: 175px;
}

.remont-slider-page-button {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    background-color: #008080;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 266px;
    text-align: center;
    padding: 30px 0;
}

.remont-slider-nav-container {
    position: relative;
}

.remont-steps-section {
    margin-bottom: 70px;
    margin-top: 120px;
}

.remont-steps-image {
    width: 90px;
    height: 90px;
    margin: 25px auto;
    display: block;
}

.remont-steps-text {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.remont-steps-arrow {
    max-width: 100px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.remont-order-section {
    background-image: url(/wp-content/uploads/page/remont/zakaz-smety-inside.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 60px 0;
}

.remont-order-section .remont-main-title {
    margin-bottom: 20px;
}

.remont-order-text {
    color: #000000;
    font-size: 21px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
}

.remont-order-arrow {
    position: relative;
}

.remont-order-arrow-icon {
    width: 45px;
    position: absolute;
    left: calc(50% - 230px);
    fill: #3b3b3b;
    top: -30px;
}

.remont-order-button {
    height: 60px;
    font-size: 16px;
    padding: 0 60px;
    white-space: nowrap;
    user-select: none;
    outline: none;
    color: #121212;
    border: 1px solid #ebbc00;
    background-color: #ffd700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 20%);
    margin: 0 auto;
    display: block;
    margin-bottom: 80px;
}

.remont-order-button:hover {
    background-color: #faca3a;
    color: #fff;
}

.remont-discount-section {
    margin-bottom: 60px;
    position: relative;
}

.remont-discount-partners .col-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.remont-design-section {
    background-image: url(/wp-content/uploads/page/remont/filler-12_-2.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    padding: 60px 0;
}

.remont-design-grid .col-sm-6 {
    padding: 0;
}

.remont-design-img-wrapper {
    margin-right: 15px;
    margin-bottom: 15px;
}

.remont-design-title {
    color: #121212;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 38px;
    line-height: 1.23;
}

.remont-design-text {
    color: #121212;
    font-size: 18px;
    margin: 0;
}

.remont-design-link {
    font-size: 18px;
    color: #121212;
    text-decoration: underline;
    display: block;
    margin-bottom: 25px;
    font-weight: 600;
}

.remont-design-button {
    height: 60px;
    font-size: 16px;
    padding: 0 60px;
    user-select: none;
    color: #ffffff;
    border: 1px solid #038c8c;
    background-color: #04bfad;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 20%);
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    text-decoration: none;
}

.remont-animated-cog {
    background-image: url(/wp-content/uploads/page/remont/Vector-0.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    right: -130px;
    top: 0;
    width: 240px;
    height: 240px;
    transform: translateY(0) rotate(0);
    will-change: transform;
    opacity: 1;
    transition: 0.65s cubic-bezier(0.09, 0.32, 0.6, 0.97);
}

#remontFeedbackModal {
    background-color: rgba(58, 57, 85, 0.9);
}

.modal-dialog-remont {
    max-width: 560px;
}

.modal-dialog-remont .modal-body {
    padding: 0;
}

.modal-dialog-remont .modal-content {
    border-radius: 0;
    border: none;
}

.modal-remont__wrapper {
    padding: 40px 45px;
}

.modal-remont__text-wrapper {
    margin-bottom: 24px;
    text-align: center;
}

.modal-remont__title {
    margin-bottom: 11px;
    font-size: 36px;
    line-height: 1.23;
    font-weight: 600;
    color: #000;
}

.modal-remont__descr {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    color: #000;
}

.modal-remont__inputsbox .t-input-group {
    margin-bottom: 25px;
}

.modal-remont__input {
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    border: 0 none;
    outline: none;
    color: #3a3955;
    background-color: #f2f6fb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.modal-remont__inputsbox .t-checkbox__control {
    color: #3a3955;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.55;
}

.modal-remont__inputsbox .t-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.modal-remont__inputsbox .t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
    border-color: #35337d;
    opacity: 1;
}

.modal-remont__inputsbox .t-checkbox__indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #35337d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: content-box;
}

.modal-remont__inputsbox .t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator:after {
    display: block;
}

.modal-remont__inputsbox .t-form__submit {
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    margin-top: 25px;
}

.modal-remont__submit {
    color: #36373d;
    border: 1px solid #ffcc00;
    background-color: #ffdd57;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 20%);
    position: relative;
    width: 100%;
    height: 54px;
    font-size: 16px;
}

.modal-dialog-remont-price {
    max-width: 760px;
}

.modal-remont-price-title {
    line-height: 40px;
    margin: 0;
    color: #222222;
    font-size: 32px;
    font-weight: 600;
}

.modal-remont-price-price {
    color: #666;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
}

.modal-remont-price-description {
    color: #737286;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1.55;
}

.modal-list-title {
    color: #000;
    font-weight: 700;
    margin: 0;
}

.modal-remont-list {
    padding: 0 20px;
}

.modal-remont-button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffcc00;
    color: #222222;
    border-color: #ffcc00;
    display: inline-block;
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    user-select: none;
    margin-top: 25px;
}

.carousel.remont-examples-carousel .carousel-inner .active+.carousel-item,
.carousel.remont-examples-carousel .carousel-inner .active+.carousel-item+.carousel-item,
.carousel.remont-examples-carousel .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
    display: none;
}

.remont-examples-carousel .carousel-control-prev,
.remont-examples-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    line-height: 45px;
    background-color: rgba(226, 234, 240, 0.40);
    top: 50%;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
}

.remont-examples-carousel .carousel-control-prev {
    left: -80px;
    transform: translate(50%, -50%);
}

.remont-examples-carousel .carousel-control-next {
    right: -80px;
    transform: translate(-50%, -50%);
}

.remont-slider-modal-description p.title {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 40px;
    line-height: 1.17;
}

.remont-slider-modal-description {
    padding: 40px 60px;
    color: #3a4b52;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.remont-slider-modal .close {
    z-index: 100;
    top: 20px;
    left: 20px;
}

/* Stroiteltvo page */
.tehnika-gallery-inner {
    position: relative;
    color: #fff;
    padding: 13%;
    text-align: left;
}

.tehnika-gallery-text {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    min-height: 200px;
}

.tehnika-gallery-link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.tehnika-gallery-inner {
    position: relative;
    color: #fff;
    padding: 13%;
    text-align: left;
}

.tehnika-gallery-text {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    min-height: 200px;
}

.tehnika-gallery-link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 14px;
}

.tehnika-gallery-link .arrow {
    line-height: 26px;
    font-size: 14px;
    opacity: 1;
    position: relative;
    display: inline-block;
    margin-left: 16px;
    top: 3px;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1);
    overflow: visible;
    height: 26px;
    width: 26px;
    border-radius: 100px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .4);
}

.tehnika-gallery-link .arrow:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    color: #fff;
    top: -2px;
    right: -1px;
    display: block;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1);
    position: relative
}

.tehnika-gallery-link .arrow:after {
    display: block;
    content: ' ';
    position: absolute;
    width: 26px;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    left: -6px;
    cursor: pointer;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1);
    pointer-events: none;
    top: 11px;
    transform: translateX(-27px);
    -webkit-transform: translateX(-27px)
}

.tehnika-gallery-inner:hover .tehnika-gallery-link .arrow {
    border-color: transparent
}

.tehnika-gallery-inner:hover .tehnika-gallery-link .arrow:after {
    opacity: 1;
    transform: translateX(2px);
    -webkit-transform: translateX(2px)
}

.tehnika-gallery-inner:hover .tehnika-gallery-link .arrow:before {
    transform: translateX(9px);
    -webkit-transform: translateX(9px)
}

.stroitelsvo-material-slider .nav-item img.stroitelsvo-material-slider-image {
    width: auto;
    margin: 50px 0;
}

.stroitelsvo-material-slider .owl-item .nav-link {
    display: block;
    width: 100%;
    line-height: 50px;
}

/* Calculator page */
.page-calc {
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    background-color: #f4f9fc;
}

.page-calc__row {
    padding: 40px 30px 44px;
}

.page-calc__header {
    line-height: 1.2;
    font-weight: 700;
    color: #2e3337;
    font-size: 25px;
    margin-bottom: 25px;
}

.page-calc__items.row {
    -ms-flex-pack: center;
    justify-content: center;
}

.page-calc__range .ui-slider {
    height: 10px;
}

.page-calc__range .ui-slider .ui-slider-range {
    height: 10px;
}

.page-calc__range .ui-corner-all,
.page-calc__range .ui-corner-bottom,
.page-calc__range .ui-corner-left,
.page-calc__range .ui-corner-bl {
    border-radius: 0;
}

.page-calc__range .ui-widget.ui-widget-content {
    border: none;
    background-color: #dce3e9;
}

.page-calc__range .ui-slider-horizontal .ui-slider-handle {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    top: -10px;
    outline: none !important;
    border: 2px solid #89c355;
    background-color: #fff;
}

.page-calc__range-input {
    width: 190px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.page-calc__range-input-control {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    color: #2e3337;
    font-size: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    box-shadow: none;
    font-weight: 700;
    outline: none !important;
}

.page-calc__items .tip_doma {
    max-width: 170px;
    cursor: pointer;
}

.page-calc__items .tip_doma input {
    display: none;
}

.page-calc__items .tip_doma .name {
    display: block;
    text-align: center;
    font-size: 15px;
    width: 100%;
}

.page-calc__items .tip_doma .name:before {
    content: '';
    width: 115px;
    height: 115px;
    margin: 0 auto 10px;
    display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(100%);
    transition: .3s;
    opacity: .7
}

.page-calc__items .tip_doma input:checked+.name:before,
.page-calc__items .tip_doma:hover .name:before {
    filter: grayscale(0);
    opacity: 1
}

.page-calc__items label#tip_doma_0 .name::before {
    background-image: url(/wp-content/uploads/page/calculator/h-01-size-l.png)
}

.page-calc__items label#tip_doma_1 .name::before {
    background-image: url(/wp-content/uploads/page/calculator/h-02-size-w.png)
}

.page-calc__items label#tip_doma_2 .name::before {
    background-image: url(/wp-content/uploads/page/calculator/h-03-size-l.png)
}

.page-calc__items label#tip_doma_3 .name::before {
    background-image: url(/wp-content/uploads/page/calculator/h-04-size-w.png)
}

.page-calc__items label#tip_doma_4 .name::before {
    background-image: url(/wp-content/uploads/page/calculator/h-06-size-l.png)
}

.page-calc__items label#tip_doma_5 .name::before {
    background-image: url(/wp-content/uploads/page/calculator/h-05-size-l.png)
}

/* Doma na prodazhu page */
.doma-owl-carousel {
    overflow: hidden;
    height: 478px;
    cursor: pointer;
    background-color: #f5f5f5;
    margin: 20px 0;
}

.owl-carousel.doma-owl-carousel .owl-item img {
    max-height: 480px;
    width: auto;
    margin: auto;
}

.owl-carousel.doma-owl-carousel .owl-item video {
    max-height: 480px;
    max-width: 100%;
    margin: auto;
    margin-top: 11%;
}

.style-title-info-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.style-title-info-title span {
    white-space: normal;
}

.style-item-view-block {
    padding: 28px 0;
}

.params-item-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 16px;
    display: block;
}

.params-paramsList {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: -8px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.params-paramsList__item {
    min-width: 260px;
    padding-bottom: 8px;
    font-size: 16px;
    page-break-inside: avoid;
    overflow: hidden;
    text-overflow: ellipsis;
}

.params-paramsList__item .desktop {
    margin: 0;
    font-weight: normal;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 16px;
    color: #8f8f8f;
    display: inline;
}

.style-item-map-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.style-item-address {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.style-item-address__string,
.style-item-address-georeferences-item {
    line-height: 25px;
}

.style-item-address-georeferences-item {
    display: inline-block;
}

.style-item-map-wrapper {
    width: 100%;
    height: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.style-item-map-wrapper.style-expanded {
    opacity: 1;
    height: 380px;
    margin-top: 20px;
}

.style-item-description-text {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.style-item-description-text p {
    margin: 0 0 10px;
    padding: 0;
}

.style-item-view-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 334px;
    flex: 0 0 334px;
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
    max-width: 334px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 341px;
}

.style-item-view-price-block {
    min-height: 86px;
    z-index: 6;
    height: 90px;
    margin-bottom: 24px;
}

.style-item-view-price-content {
    will-change: transform;
}

.style-item-price {
    padding-bottom: 8px;
    min-height: 35px;
}

.style-item-price-main {
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
    position: relative;
    z-index: 15;
}

.style-price-value-string {
    position: relative;
    z-index: 7;
    background-color: #fff;
    display: inline-block;
}

.style-price-value-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-text {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
}

.text-size-xxl {
    font-size: 32px;
    line-height: 46px;
}

.text-size-l {
    font-size: 20px;
    line-height: 28px;
}

.text-size-ms {
    font-size: 16px;
    line-height: 20px;
}

.text-size-s {
    font-size: 14px;
    line-height: 20px;
}

.style-item-line-mix {
    line-height: 18px;
}

.style-item-price-main .style-item-price-text {
    line-height: 36px;
}

.style-item-price-sub-price {
    margin-top: 8px;
    line-height: 18px;
}

.video-block video {
    max-width: 100%;
}

@media (max-width: 600px) {
    .params-paramsList {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

/* Geologia */
.geologia-section-title {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
}

.geologia-form-section .geologia-form-title {
    font-weight: normal;
}

.geologia-form-section .geologia-otchet-list-item {
    margin: 0;
}

.intro-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.intro-items-col {
    margin-right: 30px;
}

@media only screen and (max-width: 991px) {
    .intro-items-col {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .intro-items-col {
        margin-right: 30px;
    }

    .intro-items-col:last-child {
        margin-right: 0;
    }
}

.intro-item {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 290px;
}

@media only screen and (max-width: 767px) {
    .intro-item {
        max-width: 100%;
        margin-top: 16px;
        display: block;
    }
}

.intro-item-icon {
    width: 50px;
    height: 50px;
    display: flex;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .intro-item-icon {
        width: 30px;
        -webkit-box-flex: 30px;
        -ms-flex: 30px;
        flex: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        height: 30px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .intro-item-icon img {
        max-width: 20px;
    }
}

.intro-item-title {
    font-weight: 700;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .intro-item-title {
        font-size: 14px;
    }
}

.intro-item-text {
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    .intro-item-text {
        font-size: 12px;
    }
}

.geologia-title-section {
    background-image: url(/wp-content/uploads/page/geologia/bg-landing.jpg);
    padding-top: 80px;
    padding-bottom: 280px;
}

.order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
}

@media only screen and (max-width: 991px) {
    .order {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .order {
        background: #ffffff;
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding: 20px;
    }
}

.order-left {
    -webkit-box-flex: 255px;
    -ms-flex: 255px;
    flex: 290px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 60px;
}

@media only screen and (max-width: 991px) {
    .order-left {
        margin-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin-bottom: 20px;
    }
}

.order-title {
    font-size: 21px;
}

.order-title b {
    font-size: 600;
}

@media only screen and (max-width: 767px) {
    .order-title {
        font-size: 18px;
    }
}

.order-right {
    width: 100%;
}

.order-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

@media only screen and (max-width: 767px) {
    .order-row {
        display: block;
        margin: 0;
    }
}

.order-col {
    padding: 0 5px;
    width: 100%;
}

.order-col button,
.order-col input {
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .order-col {
        padding: 0;
    }
}

.order .intro-conf {
    margin-top: 0;
}

.form-control-wrap .input-name {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    background: #f5f5f5 url("/wp-content/uploads/page/geologia/icons/input-name.svg") right 30px center no-repeat;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .form-control-wrap .input-name {
        height: 50px;
    }
}

.form-control-wrap .input-phone {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    background: #f5f5f5 url("/wp-content/uploads/page/geologia/icons/input-phone.svg") right 30px center no-repeat;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .form-control-wrap .input-phone {
        height: 50px;
    }
}

.intro-form-submit {
    border: none;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffb915), to(#ffd95e));
    background: -webkit-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
    background: -o-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
    background: linear-gradient(0deg, #ffb915 0%, #ffd95e 100%);
    -webkit-box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.intro-form-submit:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

@media only screen and (max-width: 767px) {
    .intro-form-submit {
        height: 50px;
    }
}

.intro-conf {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}

.intro-conf-icon {
    margin-right: 10px;
}

.intro-conf-text a {
    color: #ffbf22 !important;
    text-decoration: underline;
}

.intro-conf-text a:hover {
    text-decoration: none;
}

.how-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .how-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.how-item {
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-flex: 224px;
    -ms-flex: 224px;
    flex: 224px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.how-item:last-child .how-item-icon:after {
    display: none;
}

@media only screen and (max-width: 1300px) {
    .how-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (max-width: 767px) {
    .how-item {
        -webkit-box-flex: 130px;
        -ms-flex: 130px;
        flex: 130px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: 7px;
        margin-right: 7px;
    }

    .how-item:nth-child(2) .how-item-icon:after {
        display: none;
    }

    .how-item:nth-child(4) .how-item-icon:after {
        display: none;
    }
}

.how-item-icon {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
}

.how-item-icon:after {
    display: block;
    position: absolute;
    content: "";
    left: 100%;
    margin-left: 30px;
    height: 8px;
    background: url("/wp-content/uploads/page/geologia/icons/hr.png") right top no-repeat;
    width: 100%;
}

@media only screen and (max-width: 1300px) {
    .how-item-icon:after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .how-item-icon:after {
        display: block;
        margin-left: 10px;
        width: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .how-item-icon {
        width: 80px;
        height: 80px;
    }
}

.how-item-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .how-item-title {
        font-size: 16px;
        margin-top: 10px;
    }
}

.how-item-text {
    margin-top: 5px;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .how-item-text {
        font-size: 13px;
        line-height: 1.2;
    }
}

.report_form {
    margin-top: 41px;
    padding-right: 82px;
}

.report_form-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
}

.report_form-line>* {
    width: calc(100%/2 - 15px);
    margin-left: 15px;
    margin-bottom: 19px;
}

.report_form-field input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDE1EF;
    border-radius: 10px;
    height: 50px;
    padding: 0 19px;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000;
}

.report_form .btn {
    background: #0084FF;
    box-shadow: 0px 10px 19px rgba(0, 132, 255, 0.31);
    border-radius: 10px;
    width: 100%;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.report_form .btn:hover {
    background: #F68100;
    box-shadow: 0px 10px 19px rgba(246, 129, 0, 0.26);
}

.report_form .report_form-field {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.report_form input[type=checkbox] {
    display: none;
    opacity: 0;
}

.report_form label.checkbox {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
    display: table-cell;
    height: 24px;
    padding-left: 47px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.report_form label.checkbox a {
    color: #F68100;
}

.report_form label.checkbox:before {
    position: absolute;
    top: 0;
    left: 2px;
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    transition: .2s linear;
    background: #FFFFFF;
    border: 1px solid #CDE1EF;
    border-radius: 8px;
}

.report_form label.checkbox:after {
    position: absolute;
    top: 7px;
    left: 9px;
    display: block;
    width: 15px;
    height: 10px;
    content: '';
    transition: opacity .2s linear;
    transform: rotate(-45deg);
    opacity: 0;
    border-bottom: 1.5px solid #9DAED0;
    ;
    border-left: 1.5px solid #9DAED0;
    ;
}

.report_form input[type=checkbox]:checked+label.checkbox:after {
    opacity: 1;
}

.report_form ::-webkit-input-placeholder {
    color: #9DAED0;
}

.report_form ::-moz-placeholder {
    color: #9DAED0;
}

.report_form :-moz-placeholder {
    color: #9DAED0;
}

.report_form :-ms-input-placeholder {
    color: #9DAED0;
}

.gallery-item {
    margin-bottom: 40px;
    display: block;
    height: 260px;
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
}

.geologia-prices-title {
    font-size: 20px;
    line-height: 50px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.geologia-price-text-row p,
.geologia-price-row p {
    padding: 10px 0;
}

.geologia-price-image img {
    max-height: 300px;
}

.geologia-description-title {
    font-size: 25px;
    color: #000000;
    font-weight: bold;
}

.geologia-gallery-section .geologia-gallery-owl-carousel .owl-nav .owl-prev,
.geologia-gallery-section .geologia-gallery-owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 100px;
    top: 35%;
    opacity: 0.8;
    transition: opacity .4s;
    background-image: url(/wp-content/themes/envo-storefront/images/icons/left-right.svg) !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    outline: none;
}

.geologia-gallery-section .geologia-gallery-owl-carousel .owl-nav .owl-prev.disabled,
.geologia-gallery-section .geologia-gallery-owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.2;
}

.geologia-gallery-section .geologia-gallery-owl-carousel .owl-nav .owl-next {
    transform: rotate(180deg);
    right: 0;
}

.geologia-otchet-title {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.geologia-otchet-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 4px;
}

.geologia-otchet-list-item {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #000000;
    padding-left: 15px;
}

.geologia-otchet-list-item:before {
    position: absolute;
    content: "";
    background: #5b8836;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 13px;
    left: 0;
}

.geologia-otchet-description {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 28px;
}

.geologia-otchet-report-image {
    box-shadow: 0px 16px 40px rgb(157 174 208 / 20%);
    border-radius: 5px;
    max-width: 565px;
    overflow: hidden;
}

.report_info-right {
    padding: 36px 47px 43px 28px;
    background: #FFFFFF;
}

.report_info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 86px;
}

.report_info-head-logo {
    display: flex;
    align-items: center;
}

.report_info-head a {
    display: flex;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    color: #000000;
}

.report_info-head-logo img {
    width: 207px;
    height: 54px;
    margin-right: 19px;
}

.report_info-head-contact {
    margin-top: -7px;
}

.report_info-head a {
    display: flex;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    color: #000000;
}

.report_info-head-contact a {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.report_info-contact-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: #000000;
    margin-top: 5px;
}

.report_info-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    display: block;
    margin-bottom: 53px;
}

.report_info-name span {
    text-transform: lowercase;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
}

.report_info-adress {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 36px;
}

.report_info-right a.report_info-link {
    width: 285px;
    height: 50px;
    background: #5b8837;
    box-shadow: 0px 10px 19px rgb(91 136 55 / 26%);
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    margin: 0 auto 27px;
}

.report_info-right a.report_info-link:hover {
    background-color: #7fab5b;
}

.report_info-code img {
    display: block;
    margin: 0 auto 74px;
    max-width: 140px;
}

.report_info-footer {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.report_info-print {
    position: absolute;
    bottom: 30px;
    right: 90px;
    z-index: 0;
}

/* Porotherm Page */
.porotherm__title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    color: #000;
    margin: 40px 0;
}

.porotherm__red-block {
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    background-color: #b91717;
    color: #fff;
    padding: 40px 20px;
    font-size: 24px;
}

.porotherm__red-block-image {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.porotherm__plain-text {
    font-size: 24px;
    line-height: 36px;
}

.porotherm__video-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 25px;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.porotherm__list {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}

.porotherm__list li {
    position: relative;
    margin-top: 5px;
    font-size: 20px;
    line-height: 36px;
    color: rgb(102 102 102);
    padding-left: 0.375em;
}

.porotherm__list li::marker {
    color: #d1d5db;
}

.porotherm__underline-text {
    position: relative;
    margin: 40px auto 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}

.porotherm__underline-text::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    height: 2px;
    width: 90%;
    --tw-translate-x: -50%;
    transform: translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    content: "";
    background: #b91717;
}

.porotherm__underline-small {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}

.porotherm__advantages {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding-top: 50px;
}

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

.porotherm__advantage .image {
    float: left;
    height: 90px;
    width: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.porotherm__advantage .image img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.porotherm__content {
    float: left;
    margin: 0 0 0 -90px;
    width: 100%;
    padding-left: 130px;
}

.porotherm__content span {
    margin-bottom: 12px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
}

/* Link modal */
#linkModal .modal-content {
    border-radius: 20px;
    background: #fff;
}

#linkModal .modal-header {
    padding: 10px 40px;
}

#linkModal .modal-body {
    padding: 20px 40px;
}

#linkModal .modal-title {
    font-size: 20px;
    color: #262633;
}

#linkModal .link-wrapper {
    padding: 10px;
    background-color: #f1f2f4;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}

#linkModalLabel {
    font-size: 16px;
    line-height: 20px;
    height: 36px;
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: 1;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    border: 0 solid transparent;
    outline: 0;
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
}

.link-copy-button {
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    border-width: 0;
    outline: 0;
    background-color: #89c355;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: manipulation;
    border-radius: 8px;
}

.link-copy-icon {
    width: auto;
    position: relative;
    height: 100%;
    margin: 0 8px;
}

/* Social Icons widget */
.icons-widget-wrap {
    position: fixed;
    right: 50px;
    bottom: 80px;
    width: 190px;
    height: 60px;
    z-index: 100000;
}

.widget-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 30px;
    text-align: center;
    color: #404040;
    transition: all 0.45s ease-in-out;
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 14px;
    padding: 0 15px;
}

.widget-item.widget-icon-closed {
    background: none;
    width: 62px;
}

.icons-widget-wrap.is-closed .widget-item {
    background: none;
    border-color: transparent;
}

.icons-widget-wrap.is-closed .widget-item span {
    display: none;
}

.widget-icon-item {
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    transition: all 0.45s ease-in-out;
}

.is-closed .widget-icon-item {
    opacity: 0;
    transition: all 0.65s ease-in-out;
}

.is-closed .widget-icon-item.is-active {
    opacity: 1;
}

.widget-icon-item i {
    font-size: 35px;
    line-height: 60px;
    opacity: 0.95;
    transition: all 0.45s ease-in-out;
    color: #fff;
}

.widget-icon-item-closed i {
    color: #282828;
}

.widget-icon-item-closed {
    background-color: #FAD998;
}

.widget-icon-item-phone {
    background-color: var(--color-light-green);
}

.widget-icon-item-feedback {
    background-color: var(--color-orange);
}

.widget-icon-item-whatsapp {
    background-color: #43d854;
}

.widget-icon-item-viber {
    background-color: #7360f2;
}

.widget-icon-item-telegram {
    background-color: #0088cc;
}

/* New header menu */
.header-menu-wrapper {
    margin-left: 70px;
}

.header-menu-wrapper ul.menu,
.footer-menu-wrapper ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    width: 100%;
    gap: 50px;
}

.header-menu-wrapper ul.menu>li.menu-item>a,
.header-menu-wrapper ul.menu>li.menu-item>span,
.footer-menu-wrapper ul.menu>li.menu-item>a,
.footer-catalog-menu-wrapper ul.menu>li.menu-item>a {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.header-menu-wrapper ul.menu>li.menu-item>a:not(.link-no-link):hover,
.header-menu-wrapper ul.menu li.menu-item-after>span:hover {
    border-bottom-color: #d99744;
    color: #d99744;
}

.header-menu-wrapper ul.menu>li.menu-item>a {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.header-menu-wrapper ul.sub-menu {
    display: none;
}

.mega-menu ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-menu>ul.sub-menu {
    width: 100%;
    padding: 20px 25px;
    margin: 0;
    left: 0;
    background-color: rgba(40, 40, 40, .95);
}

.header-menu-wrapper ul.menu>li.menu-item-has-children>ul.sub-menu {
    position: absolute;
    z-index: 999;
}

.mega-menu.menu-item-has-children:hover>ul.sub-menu {
    display: flex;
    justify-content: space-between;
}

.mega-menu>ul.sub-menu>li>a {
    display: none;
}

.link-no-link {
    cursor: default !important;
    border-bottom-color: transparent !important;
}

.mega-menu ul.sub-menu ul.sub-menu {
    display: block;
}

.mega-item-big>a {
    line-height: 1.3;
    text-transform: uppercase;
    color: #d99744;
    border-bottom: 1px solid transparent;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 18px;
}

.mega-item-medium>a {
    line-height: 1.3;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    margin-bottom: 8px;
    display: inline-block;
}

.mega-item-small>a {
    line-height: 1.3;
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

/* Social banner */
.social-banner {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    background: linear-gradient(90deg, #2b5876, #4e4376);
}

.social-banner__inner {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
}

.social-banner__col {
    width: 50%;
}

.social-banner__text {
    color: hsla(0, 0%, 100%, .52);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.social-banner__form {
    display: flex;
    align-items: center;
    width: 100%;
}

.initial-mt-45 {
    margin-top: 2.8125rem;
}

.social-banner__form-submit {
    width: 100%;
    background-color: #229f00;
    color: #fff;
    margin-top: 0;
}

.social-banner__col+.social-banner__col {
    margin-top: 0;
    margin-left: 65px;
}

.tablet-mt-50 {
    margin-top: 3.125rem;
}

.social-share {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    list-style: none;
}

.social-share__link {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: hsla(0, 0%, 100%, .08);
    border-radius: 50%;
    color: #272c3e;
    transition: background-color .3s linear;
}

.social-share--within-banner .social-share__link {
    width: 32px;
    height: 32px;
    background-color: hsla(0, 0%, 100%, .32);
    color: #3f4d77;
}

/* Bunker calculator */
.bunker-calc__wrapper {
    padding: 45px 15px 45px 40px;
    border: 1px solid #ecedef;
    border-radius: 5px;
    width: calc(100% - 400px);
    margin: auto;
}

.bunker-calc__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bunker-calc__value {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 4px;
    padding: 0px 5px;
    background: #f7f7f7;
    color: #000;
    width: 70px;
    justify-content: center;
    font-size: 25px;
    border: 1px solid #f2f2f2;
}

.bunker-calc__results {
    margin-top: 50px;
}

.bunker-calc__results span {
    /* color: #7c7e8c; */
    font-size: 16px;
    font-weight: bold;
}

.bunker-calc__result-row {
    display: flex;
}

.bunker-calc__result-col {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 25px;
}

.bunker-calc__range-wrapper {
    display: flex;
    gap: 20px;
}

.bunker-calc__result-col:nth-child(2) {
    border-right: none;
}

.bunker-calc__result-row:last-child .bunker-calc__result-col {
    border-bottom: none;
}

/* Ipoteka calculator */
.ipoteka-calculator .ipoteka-calculator_card {
    border: none;
    margin-bottom: 32px;
    margin-top: 24px;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
}

.ipoteka-calculator .ipoteka-calculator_card .ipoteka-calculator_layout {
    width: 100%;
}

.ipoteka-calculator .ipoteka-calculator_card .ipoteka-calculator_content {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    cursor: default;
    display: inline-block;
    position: relative;
    padding: 32px;
    background-color: #f3f4f5;
    width: 100%;
    border-radius: 8px;
}

.ipoteka-calculator_content-wrapper {
    flex-wrap: wrap;
}

.ipoteka-calculator_text-info {
    margin: 0;
}

.ipoteka-calculator_selection-form {
    flex: .5;
    margin-right: 24px;
    display: block;
}

.program-selection {
    margin-bottom: 24px;
}

label.program-selection-label {
    position: relative;
    width: 100%;
}

input.program-select-input {
    font-feature-settings: "tnum";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(11, 31, 53, .07);
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 5%, .3);
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    color: #0e0e0e;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Ubuntu, Cantarell, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    height: 56px;
    line-height: 100%;
    outline: 0;
    padding: 1px 35px 1px 12px;
    width: 100%;
    cursor: default;
    padding: 17px 35px 1px 12px;
}

span.program-select-placeholder {
    color: rgba(60, 60, 67, .66);
    font-size: 16px;
    left: 12px;
    pointer-events: none;
    position: absolute;
    top: 20px;
    font-size: 14px;
    top: 7px;
}

.ipoteka-calculator_arrow-icon {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 18px;
    width: 24px;
}

.program-caption {
    margin-top: 4px;
    font-size: 14px;
    color: hsla(0, 0%, 5%, .6);
}

.ipoteka-calculator_input-group {
    margin-bottom: 24px;
}

.slider-input {
    margin-bottom: 24px;
    display: block;
    position: relative;
}

.amount-input {
    position: relative;
}

.ipoteka-calculator_form-control {
    bottom: 0;
    content: "";
    height: 0;
    transform-origin: bottom;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 4px 4px 0 0;
    display: flex;
    outline: 0;
    transform: translateZ(0);
    transition: background .2s ease, box-shadow .2s ease;
    color: #0e0e0e;
    width: 100%;
    min-height: 64px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: hsla(0, 0%, 5%, .07);
    overflow: hidden;
    position: relative;
}

.input-label {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    left: 12px;
    line-height: 20px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    transform-origin: left top;
    transition-duration: .2s;
    transition-property: color, transform;
    transition-timing-function: ease;
    color: #86868a;
    margin-top: 1px;
    transform: translateY(-100%) scale(.875);
    top: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.program-select-input {
    background: rgba(11, 31, 53, .07);
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 5%, .3);
    border-radius: 4px 4px 0 0;
    color: #0e0e0e;
    font-size: 16px;
    height: 56px;
    outline: 0;
    padding: 1px 35px 1px 12px;
    width: 100%;
}

.ipoteka-calculator_input-group .form-control-input {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    line-height: 20px;
    margin: 0;
    outline: 0;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    color: #0e0e0e;
    padding: 32px 12px 12px;
    font-weight: 700;
    height: 64px;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    -webkit-tap-highlight-color: transparent;
    caret-color: #0e0e0e;
    color: #0e0e0e;
}

/* .ipoteka-calculator_input-group .slider {
    padding-top: 2px;
    position: relative;
    width: 100%;
    margin-top: -1px;
    transform: translateY(-1px);
    position: absolute;
    height: 2px;
}

.ipoteka-calculator_input-group .slider .ui-slider-handle,
.ipoteka-calculator_input-group .slider .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -9px;
} */

.ipoteka-calculator_input-group .slider-steps {
    color: #86868a;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 18px;
    margin-top: 8px;
}

.offer-summary {
    flex: .5;
}

.disclaimer {
    margin-top: 16px;
    font-size: 12px;
    color: hsla(0, 0%, 5%, .6);
}

.offer-card {
    border: 1px solid #dcdcdd;
    border-radius: 8px;
    padding: 32px;
}

h2.offer-title {
    margin: 0;
    margin-bottom: 12px;
    line-height: 26px;
    font-size: 22px;
    color: #0e0e0e;
}

.offer-detail {
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    line-height: 57px;
    border-bottom: 1px solid hsla(0, 0%, 7%, .1);
}

.detail-label {
    color: hsla(0, 0%, 5%, .7);
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
}

.detail-value {
    align-items: baseline;
    display: flex;
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    color: #0e0e0e;
}

.detail-with-buttons {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.detail-with-buttons .offer-detail-button {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    margin: 0 16px;
    outline: 0;
    transition: background .2s ease, border .2s ease, color .2s ease, transform .12s ease;
    -webkit-user-select: none;
    user-select: none;
    height: 32px;
    width: 32px;
    background-color: rgba(11, 31, 53, .07);
    border: 1px solid transparent;
    color: #0e0e0e;
    min-height: 40px;
    padding: 0 20px;
}

.detail-with-buttons .offer-detail-button:hover {
    background-color: rgba(10, 29, 49, .135);
}

.detail-with-buttons .offer-detail-button:has(.button__plus) {
    margin-right: 0;
}

.offer-card__buttons {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer-card__buttons button.button.offer-card__buttons-graph {
    padding: 16px 20px;
    width: 260px;
    height: 62px;
    background: #2F96D1;
    border-radius: 10px;
    color: #fff;
}

.offer-card__buttons button.button.offer-card__buttons-feedback {
    padding: 16px 20px;
    width: 260px;
    height: 62px;
    background: #6EB76C;
    border-radius: 10px;
    color: #fff;
}

.ipoteka-calculator .bank-cards {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.ipoteka-calculator .bank-cards .bank-card {
    width: 270px;
    height: 78px;
    background: #F2F2F2;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.ipoteka-calculator .bank-cards .bank-card .bank-card-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 14px 20px;
}

.ipoteka-calculator .bank-cards .bank-card .bank-card-logo {
    padding: 10px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
}

.ipoteka-calculator .bank-cards .bank-card .bank-card-logo img {
    height: 100%;
}

.bank-card-title {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.bank-card-content input[type="radio"] {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 249px;
    top: 7px;
}

.additional-info.table-responsive {
    margin-bottom: 90px;
}

.collapsed-content-container {
    position: relative;
}

.details,
.additional-info {
    width: 100%;
    box-sizing: border-box;
}

.collapsed-content-container.hide-content {
    height: calc(100vh - 300px);
    /* Начальная высота блока */
    overflow: hidden;
}

.collapsed-content-container.hide-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#showMoreBtn {
    position: relative;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 100px;
}

/* Socials section */
.socials-section {
    padding: 20px;
    margin-bottom: 150px;
}

.socials-section .footer-social-links {
    margin-bottom: 0;
}

.socials-section .footer__social-link {
    font-size: 26px;
}

.socials-section .footer-social-links i {
    color: #334152;
    border: 1px solid #334152;
    width: 65px;
    height: 65px;
    line-height: 45px;
}

.socials-section .footer-tiktok-logo:before {
    background-image: url(/wp-content/themes/envo-storefront/images/logos/logo-tiktok-dark.svg);
}

.socials-section .footer-rutube-logo:before {
    background-image: url(/wp-content/themes/envo-storefront/images/logos/rutube.svg);
}

.socials-section ul {
    display: flex;
    justify-content: center;
}

.socials-section ul li {
    list-style: none;
    margin: 0 40px;

}

.socials-section ul li .fa,
.socials-section ul li .fab {
    font-size: 40px;
    color: #262626;
    line-height: 80px;
    transition: .5s;

}

.socials-section ul li a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0, 0);
    transition: .5s;
    box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}

.socials-section ul li a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    height: 100%;
    width: 20px;
    background: #b1b1b1;
    transition: .5s;
    transform: rotate(0deg) skewY(-45deg);
}

.socials-section ul li a::after {
    content: "";
    position: absolute;
    top: 80px;
    left: -11px;
    height: 20px;
    width: 100%;
    background: #b1b1b1;
    transition: .5s;
    transform: rotate(0deg) skewX(-45deg);
}

.socials-section ul li a:hover {
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
    box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}

.socials-section ul li:hover .fa,
.socials-section ul li:hover .fab {
    color: #fff;
}

.socials-section ul li a:hover {
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
    box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}

.socials-section ul li:hover:nth-child(1) a {
    background: #3b5999;
}

.socials-section ul li:hover:nth-child(1) a:before {
    background: #2e4a86;
}

.socials-section ul li:hover:nth-child(1) a:after {
    background: #4a69ad;
}

.socials-section ul li:hover:nth-child(2) a {
    background: #55acee;
}

.socials-section ul li:hover:nth-child(2) a:before {
    background: #4184b7;
}

.socials-section ul li:hover:nth-child(2) a:after {
    background: #4d9fde;
}

.socials-section ul li:hover:nth-child(3) a {
    background: #dd4b39;
}

.socials-section ul li:hover:nth-child(3) a:before {
    background: #c13929;
}

.socials-section ul li:hover:nth-child(3) a:after {
    background: #e83322;
}

.socials-section ul li:hover:nth-child(4) a {
    background: #0077B5;
}

.socials-section ul li:hover:nth-child(4) a:before {
    background: #036aa0;
}

.socials-section ul li:hover:nth-child(4) a:after {
    background: #0d82bf;
}

.socials-section ul li:hover:nth-child(5) a {
    background: #e4405f;
}

.socials-section ul li:hover:nth-child(5) a:before {
    background: #d02d4c;
}

.socials-section ul li:hover:nth-child(5) a:after {
    background: #f1395c;
}

/* Scroll to top */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 55px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 123, 255, 0.8);
    border: none;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s, opacity 0.3s, visibility 0.3s;
    z-index: 1000;
    padding: 0;
}

.scroll-to-top svg {
    width: 24px;
    height: 24px;
    transition: transform 0.2s;
}

.scroll-to-top:hover {
    background-color: #0056b3;
}

.scroll-to-top:hover svg {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .scroll-to-top {
        width: 40px;
        height: 40px;
    }

    .scroll-to-top svg {
        width: 20px;
        height: 20px;
    }
}


/* General responsive styles */
@media (min-width: 1280px) {
    .products .project-image {
        height: 212px;
    }


    .zoom__inner {
        top: 0;
        height: 100%;
        display: flex;
        flex-direction: row-reverse
    }

    .zoom__header-title p {
        font-weight: 700
    }

    .zoom__header-title span {
        display: block;
        color: #8C8C8C
    }

    .zoom__plan,
    .zoom__plans,
    .zoom__room,
    .zoom__rooms {
        position: relative
    }

    .zoom__plans {
        flex: 1;
        padding: 24px
    }

    .zoom__rooms {
        width: 392px;
        padding: 24px;
        border-left: 1px solid #B0B0B0
    }

    .zoom__header {
        display: flex;
        align-items: center;
        width: 80%;
        margin-bottom: 32px
    }

    .zoom__header-image {
        width: 72px;
        height: 56px;
        flex-shrink: 0;
        margin-right: 8px;
        border-radius: 6px
    }

    .zoom__plan {
        padding: 0
    }

    .zoom__room {
        padding: 0;
        height: calc(100% - 88px)
    }

    .zoom__room-title {
        display: block;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 16px
    }

    .zoom__nav-top {
        position: absolute;
        border-bottom: none;
        top: 24px;
        left: 24px;
        right: 416px;
        height: 45px
    }

    .zoom__btn,
    .zoom__tab-list,
    .zoom__tab-plan {
        border: none
    }

    .zoom__btn-close {
        position: fixed;
        top: 24px;
        right: 24px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #B0B0B0;
        transition: 350ms
    }

    .zoom__btn-close:hover {
        transform: rotate(180deg)
    }

    .zoom__btn-minus,
    .zoom__btn-plus,
    .zoom__btn-mirror {
        width: 44px;
        height: 44px;
        margin-left: 12px;
        border: 1px solid #B0B0B0;
        border-radius: 6px;
        transition: 350ms
    }

    .zoom__btn-minus:hover,
    .zoom__btn-plus:hover,
    .zoom__btn-mirror:hover {
        border-color: #222
    }

    .zoom__btn-next,
    .zoom__btn-prev {
        position: absolute;
        top: 50%;
        left: 24px;
        z-index: 10;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #000;
        transition: 350ms
    }

    .zoom__btn-next:hover,
    .zoom__btn-prev:hover {
        box-shadow: 0 7px 30px rgba(0, 0, 0, .2)
    }

    .zoom__btn-next path,
    .zoom__btn-prev path {
        fill: #fff
    }

    .zoom__btn-next {
        left: initial;
        right: 416px
    }

    .zoom__tabs {
        display: none
    }

    .zoom__navigation-buttons {
        position: static
    }

    .zoom .btn-mirror {
        position: static;
        width: 168px
    }

    .zoom .btn-mirror span {
        display: inline-block
    }

    .zoom .btn-mirror i {
        margin-right: 6px
    }
}

@media (min-width: 1440px) {
    .products .project-image {
        height: 241px;
    }
}

@media (min-width: 1600px) {
    .products .project-image {
        height: 287px;
    }
}

@media (min-width: 1920px) {
    .products .project-image {
        height: 331px;
    }
}

@media (min-width: 2100px) {
    .products .project-image {
        height: 365px;
    }
}

@media (min-width: 2200px) {
    .products .project-image {
        height: 385px;
    }
}

@media (min-width: 2300px) {
    .products .project-image {
        height: 400px;
    }
}

@media (min-width: 2500px) {
    .products .project-image {
        height: 451px;
    }
}

@media (min-width: 1280px) {
    .title--secondary {
        margin-bottom: 28px;
        font-size: 28px;
    }

    .plan__title {
        font-size: 20px;
    }

    .plan__wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 32px;
        justify-content: center;
    }

    .plan__image {
        width: 450px;
        margin-right: 24px;
    }

    .plan__buttons {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;
    }

    .plan__parameters {
        flex: 1;
        padding-bottom: 0;
    }

    .plan__parameter {
        margin-bottom: 8px;
    }

    .accordion--details .accordion__heading-arrow {
        right: 22px;
    }

    .accordion--details .accordion__inner {
        padding-right: 115px;
    }

    .elevations__wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 72px;
    }

    .elevations {
        margin-bottom: 24px;
    }

    .title--tertiary {
        padding-bottom: 6px;
    }

    .elevations__item img {
        max-height: 200px;
    }

    .details {
        padding: 0 34px;
    }

    .project-item_size {
        font-size: 17px;
    }
}

@media (max-width: 1640px) {
    .bunker-catalog .project-image .wp-post-image {
        max-height: 200px;
    }
}

@media (max-width: 1440px) {
    .header__phone {
        margin-right: 10px;
        margin-left: 10px;
    }

    .gps-line1 {
        left: 110px;
        top: -285px;
    }

    .gps-line2 {
        left: 171px;
        top: -264px;
    }

    .gps-line-label {
        left: 120px;
        top: -320px;
    }

    .nivelir-line1 {
        left: 240px;
        top: -330px;
    }

    .nivelir-line2 {
        left: 283px;
        top: -296px;
    }

    .nivelir-line-label {
        left: 257px;
        top: -366px;
    }
}

@media (max-width: 1366px) {
    .header__phone {
        margin-right: 30px;
        margin-left: 30px;
    }

    .header__phone {
        font-size: 13px;
    }

    .header__btn {
        width: 45px;
        font-size: 16px;
    }

    .nav__list {
        padding: 0;
    }

    .nav-link {
        font-size: 14px;
    }

    .nav__list .nav__item {
        margin-left: 16px;
    }

    .header__logo {
        padding: 0;
    }

    .project-item_size {
        font-size: 17px;
    }

    .products .project-image {
        max-height: 228px;
    }

    .header-menu-wrapper ul.menu>li.menu-item-has-children>ul.sub-menu {
        width: calc(100% + 250px);
        left: -150px;
    }
}

@media (max-width: 1280px) {
    .project-item_size {
        font-size: 16px;
    }

    .project-item_price-project-number {
        font-size: 19px;
    }

    .header-menu-wrapper ul.menu>li.menu-item-has-children>ul.sub-menu {
        width: calc(100% + 250px);
        left: -200px;
    }
}

@media (max-width: 1080px) {

    .products .project-image,
    .products .project-image img {
        max-height: 273px;
    }

    .geodezia-tools-section {
        padding: 140px 0px;
    }
}

@media (max-width: 1024px) {
    .nav__list .nav__item {
        margin-left: 10px;
    }

    .header__btn {
        width: 50px;
        font-size: 14px;
    }

    .header__phone {
        font-size: 12px;
    }

    .header__phone {
        margin-right: 10px;
        margin-left: 10px;
    }

    .header-menu-wrapper ul.menu>li.menu-item-has-children>ul.sub-menu {
        width: calc(100% + 400px);
        left: -200px;
    }
}

@media (max-width: 1000px) {

    .video-reviews .slider-controls .prev,
    .video-reviews .slider-controls .next {
        max-height: 60px;
        max-width: 40px;
    }

    .video-reviews .h3 {
        text-align: center;
    }

    .reviews-carousel-controls button:not(.disabled):hover {
        background-color: #ffffff;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
        overflow-x: hidden;
    }

    .page-title {
        font-size: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .sub-title {
        font-size: 24px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .term-description {
        font-size: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .stat-block-short-info {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .stat-block-short-info .stat-block-item {
        padding: 0 0 0 73px;
        margin: 0 0 35px !important;
        text-align: left;
        width: 165px;
    }

    .stat-block-short-info .stat-block-item i {
        left: 0 !important;
    }

    .credit-box__line--price,
    .credit-box__line--bottom {
        flex-direction: column;
    }

    .credit-box__line--bottom {
        flex-direction: column-reverse;
    }

    .credit-box__line-col {
        width: 100%;
        margin-bottom: 20px;
    }

    .header__logo img {
        max-width: 125px !important;
    }

    #site-content {
        padding: 0;
        padding-top: 110px;
    }

    .header__phone-block--active {
        display: flex;
        justify-content: space-around;
        position: absolute;
        top: 0;
        background: #f4f9fc;
        left: 0;
        right: 0;
        height: 55px;
        padding: 20px 10px 50px;
        z-index: 2;
    }

    .header__phone-block__callback-link,
    .small-link,
    .small-link--2,
    .header__phone-block .header__links-favorits,
    .header__phone-block .header__links-compare {
        color: #dce3e9;
        font-size: 20px;
        text-decoration: none;
        margin: 0 0 0 24px;
        display: block;
    }

    .mobile-search {
        color: #dce3e9;
        margin-top: 4px;
    }

    .mobile-header-phone-block {
        height: 90px;
        margin-top: 80px;
        text-align: center;
    }

    .mobile-header__phone {
        color: var(--color-light-green);
        font-size: 26px;
    }

    .callme {
        color: #a1a4a7;
        font-size: 24px;
        text-decoration: underline;
        line-height: 42px;
    }

    .callme i {
        color: var(--color-light-green);
    }

    .mobile-header-phone-block .callme_img {
        height: 23px;
        width: auto;
    }

    .navbar-nav>li>.dropdown-menu {
        position: relative !important;
        transform: none !important;
    }

    .woocommerce ul.products {
        width: 100%;
        float: none;
    }

    .favorites-list .project-item {
        width: 100%;
        margin: 15px 0;
    }

    .menu-container .navbar-item:first-child {
        width: 100%;
    }

    .top-find {
        display: none;
    }

    .top-find--active-mobile {
        display: block;
        position: absolute;
        top: -76px;
        left: -30px;
        right: 0;
        background: #fff;
        margin: 0;
        height: 90px;
        padding: 15px;
        width: 120%;
    }

    .top-find form fieldset #top-find-input {
        font-size: 20px;
        width: 70%;
        padding: 0 20px;
        height: 49px;
        border: 1px solid #ccc;
        line-height: 60px;
        border-radius: 4px;
    }

    .top-find .top-find-result--active {
        left: 0;
        right: 0;
        top: calc(100% + 1px);
        box-shadow: none;
        padding: 15px;
        border-radius: 0px;
    }

    .top-find #top-find-result ul li a .image {
        width: 29vw;
        height: 6vh;
        min-height: 60px;
    }

    .top-find #top-find-result ul li a .title {
        width: calc(100% - 29vw);
        font-size: 14px;
        padding-left: 10px;
    }

    .top-find form fieldset {
        margin: 0;
        position: relative;
    }

    .mobile-head-icons--active .icon-2-search {
        top: 0;
        position: absolute;
        right: 50px;
    }

    .mobile-head-icons--active {
        z-index: 15;
        top: 10px;
        font-size: 20px;
        line-height: 1;
    }

    .mobile-head-icons--active .fa-search:before {
        content: "\f00d";
    }

    .mobile-head-icons--active a {
        display: none;
    }

    .sh-portfolio-columns4 .sh-portfolio-item {
        width: 100%;
    }

    .products.columns-4 {
        margin: 0 !important;
    }

    .products.columns-4 .col-sm-4 {
        padding: 0;
    }

    .woocommerce nav.woocommerce-pagination ul {
        padding: 0;
    }

    .woocommerce nav.woocommerce-pagination ul li {
        line-height: 30px;
        min-width: 30px;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        padding: 6px 2px;
    }

    .dep-title {
        font-size: 29px;
        line-height: 55px;
    }

    .team-count {
        font-size: 24px;
    }

    .footer-contacts h1 {
        font-size: 40px;
    }

    .project-item_price {
        margin-top: 0;
    }

    .project-item_price-project-number {
        font-size: 16px;
    }

    .project-item_area span {
        font-size: 2rem;
    }

    .project-item_links {
        font-size: 13px;
    }

    .contacts-section {
        padding: 0;
    }

    .video-reviews {
        overflow: hidden;
    }

    .text-item {
        padding: 0 10px;
    }

    .video-feedback {
        margin-bottom: 5rem;
    }

    .materials-form-arrow {
        transform: rotate(80deg) scaleX(-1);
        right: 0;
        top: 160px;
    }

    .catalog-image {
        right: 0;
    }

    .materials-submit-button {
        padding: 8px;
        font-size: 17px;
        line-height: 44px;
    }

    .popular-projects-title {
        font-size: 23px;
        padding: 55px 38px;
    }

    .text-card {
        margin-bottom: 35px;
        margin: 19px 36px;
        margin-right: 64px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .checkmark {
        top: -5px;
        left: 50px;
    }

    .background-catalog-image {
        top: 138px;
        right: -300px;
        max-width: none;
        width: 930px;
        max-height: 700px;
    }

    .form-block {
        margin-top: -12px;
        padding: 30px 25px;
    }

    .form-title {
        font-size: 22px;
    }

    .materials-phone-input {
        height: 59px;
    }

    .home-page-title {
        margin-bottom: 20px;
        margin-top: 60px;
    }

    .reviews-owl-carousel .owl-nav .owl-prev,
    .reviews-owl-carousel .owl-nav .owl-next {
        max-height: 60px;
        max-width: 40px;
    }

    .reviews-owl-carousel .owl-nav {
        min-height: 125px;
    }

    .popular-projects-form .btn-primary {
        margin-top: 60px;
    }

    .slide__container {
        padding: 35px;
    }

    .slide__title {
        font-size: 23px;
    }

    .slide__description {
        font-size: 1.5rem;
    }

    .slide__content .btn-primary--transparent {
        margin-top: 1.125rem;
    }

    .btn-primary--transparent {
        font-size: 13px;
    }

    .home-slider {
        top: 0;
    }

    .home-slider .slide {
        min-height: 880px;
    }

    .header__logo {
        margin: auto;
        display: block;
    }

    .head {
        padding: 30px 10px 30px 10px;
        background-color: #fff;
        position: fixed;
        z-index: 1000;
        width: 100%;
        top: 0;
    }

    div#navbarToggleExternalContent {
        position: fixed;
        width: 100%;
        margin-top: 66px;
        background-color: #fff;
        z-index: 1000;
    }

    .builds_calc__price-all--active .builds_calc__price-all-price {
        top: 110px;
    }

    .video-reviews .carousel .item {
        min-height: 300px;
    }

    .nav-link {
        font-size: 12px;
    }

    .header__phone {
        font-size: 12px;
    }

    .consultation__row {
        padding: 0;
    }

    .consultation__row .form-block {
        margin-left: 0;
        margin-top: 10px;
    }

    .consultation__row:before {
        display: none;
    }

    .consultation__form {
        background-image: url(/wp-content/themes/envo-storefront/images/about_bg_image.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }

    /* Desktop banner */
    .desktop-banner {
        padding: 10px 10px;
    }

    .desktop-banner .bg-wrapper {
        margin: 10px;
    }

    /* Ipoteka page  */
    .request-cart {
        margin-bottom: 50px;
    }

    .ipoteka-button {
        white-space: normal;
        max-width: 230px;
        margin-left: 50px;
    }

    .left-cert {
        display: none;
    }

    .right-cert {
        top: 0;
    }

    .questions-block {
        background-position: bottom;
    }

    /* Design page */
    .design-main-title {
        font-size: 35px;
    }

    .design-sub-title {
        font-size: 25px;
    }

    .styles-row {
        max-height: 1660px;
    }

    .order-card {
        margin-top: 20px;
    }

    .projection-services-list-item__title h3 {
        font-size: 20px;
    }

    .choice-block {
        display: none;
    }

    .images-list__small {
        top: 22%;
    }

    .consultation-card {
        padding: 25px 35px;
    }

    .consultation-card ul {
        margin: 0;
        padding: 15px;
    }

    .price-title {
        font-size: 22px;
    }

    .person-card {
        margin-bottom: 60px;
    }

    .side-checkers .person-card:nth-child(2n) {
        top: 60px;
    }

    .person-card:nth-child(2n) {
        top: 80px;
    }

    .person-card {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .employes-left {
        padding-top: 60px;
    }

    .our-certificates-block {
        padding-top: 0;
    }

    .blago-advantages {
        margin-left: 0;
    }

    .blago-advantages-list-item__icon {
        margin-left: 0;
    }

    .mobile-banner {
        font-size: 28px;
    }

    .mobile-banner sub {
        font-size: 50%;
    }

    /* Contacts page */
    .drive-map-wrapper img {
        height: auto;
    }

    section.walk-video-block {
        padding: 0;
        margin-top: 60px;
    }

    .office-block .images-list__large {
        width: 100%;
        margin-top: 60px;
    }

    #amo-livechat {
        display: none;
    }

    .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
        color: #fff;
    }

    .image-card__title {
        font-size: 34px;
    }

    .header-title-text {
        font-size: 20px;
        line-height: 20px;
    }

    .description-section-title {
        left: 0;
        font-size: 18px;
    }

    /* Bunker Page */
    .bunker-title {
        font-size: 35px;
    }

    .geodezia-banner-section {
        padding: 30px;
    }

    .geodezia-banner__tilte {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .geodezia-akcii-left {
        background-size: 100px;
    }

    .geodezia-tools-section {
        padding: 22px;
    }

    .geodezia-form {
        margin-top: 70px;
    }

    .geodezia-besplatno-title {
        font-size: 31px;
    }

    .work-cards-title {
        font-size: 34px;
    }

    .geodezia-green-title {
        font-size: 31px;
    }

    .bunker-calc__wrapper {
        width: 100%;
    }

    /* Remont page */
    .remont-kvartir-section {
        padding: 10px 40px;
        background-image: url(/wp-content/uploads/page/remont/remont-kvartir-insid.jpg);
    }

    .remont-kvartir-man,
    .remont-kvartir-text,
    .remont-smeta-sphere {
        display: none;
    }

    .remont-kvartir-title {
        font-size: 33px;
        color: #fff;
    }

    .remont-points {
        margin-top: 30px;
    }

    .remont-point p {
        color: #fff;
    }

    .remont-kvartir-form {
        left: -5%;
        position: relative;
        width: 110%;
    }

    .remont-form-field {
        margin-bottom: 10px;
    }

    .remont-kvartir-form button {
        width: 100%;
    }

    .remont-main-title {
        font-size: 30px;
        margin: 20px 0;
    }

    .card-toggle-text {
        font-size: 18px;
        padding: 0 13px;
    }

    .remont-price-card {
        margin-bottom: 60px;
        text-align: center;
    }

    .warning-block-col {
        padding-left: 100px;
    }

    .warning-block-col:before {
        width: 80px;
        height: 80px;
    }

    .warning-block-frame {
        top: -110px;
        left: -30%;
        width: 300%;
    }

    .warning-block-col {
        margin-bottom: 60px;
    }

    .warning-block-mark {
        width: 120px;
        height: 120px;
        background-size: cover;
        top: -40px;
        right: 0;
    }

    .remont-smeta-col {
        margin: 20px;
    }

    .remont-smeta-col:before {
        width: 100%;
        height: 100%;
        left: 10px;
        top: -80px;
    }

    .remont-smeta-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .remont-smeta-text {
        font-size: 17px;
    }

    .remont-smeta-image {
        position: relative;
        left: -26%;
        top: 0;
        width: 150%;
    }

    .remont-smeta-from {
        padding: 20px 10px;
        margin: 15px;
    }

    .remont-rassrochka-text-grid .remont-rassrochka-point-text {
        margin-right: 12px;
    }

    .remont-gallery-col {
        width: 100%;
        display: block;
    }

    .remont-slider-page {
        position: relative;
        left: auto;
        bottom: auto;
    }

    .remont-slider-page-button {
        padding: 45px 0;
    }

    .remont-slider-round-image {
        max-width: 80%;
        margin: 120px auto;
        margin-bottom: 25px;
    }

    .remont-noproblem-left {
        text-align: left;
        padding-left: 75px;
        padding-right: 0;
    }

    .remont-noproblem-left .remont-noproblem-title:after {
        left: -80px;
    }

    .remont-noproblem-text {
        margin: 50px 0;
    }

    .remont-garantii-text-image {
        left: 0;
        bottom: 13px;
    }

    .remont-rassrochka-section {
        background-position: left;
    }

    .remont-rassrochka-text-grid {
        display: block;
    }

    .remont-rassrochka-button {
        margin: 0 auto;
        display: block;
    }

    .remont-cog-wrapper {
        display: none;
    }

    .remont-discount-section {
        margin-top: 90px;
    }

    .remont-design-section {
        background: none;
    }

    .remont-examples-carousel .carousel-control-prev {
        left: 0;
    }

    .remont-examples-carousel .carousel-control-next {
        right: 0;
    }

    .geologia-title-section {
        background-size: cover;
        background-position: center;
    }

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

    .report_form .btn {
        white-space: normal;
        height: auto;
        padding: 14px 10px;
    }

    .report_info-print {
        bottom: 30px;
        right: 30px;
        max-width: 76px;
    }

    .report_form {
        padding-right: 0;
    }

    .report_form-line {
        flex-direction: column;
    }

    .report_form-line>* {
        width: 100%;
    }

    /* Social banner */
    .social-banner__inner {
        flex-direction: column;
    }

    .social-banner__col+.social-banner__col {
        margin-top: 40px;
        margin-left: 0;
    }

    .social-banner__col {
        width: auto;
    }

    /* Amo button */
    .amo-button-holder {
        left: 50px;
        right: auto;
    }

    .icons-widget-wrap {
        left: 50px;
        right: auto;
    }

    .widget-icon-item {
        left: 0;
        right: auto;
    }

    .widget-item {
        left: 0;
        right: auto;
    }

    .widget-item span {
        margin-left: 50px;
    }

    .plan {
        flex: auto;
    }

    .plan__buttons {
        width: 100%;
    }

    .plan__buttons button {
        margin: auto !important;
        width: 140px;
        flex: none !important;
    }

    .view-count {
        margin-left: 4px;
    }

    .banner--project {
        width: 350px;
        box-shadow: 0px 4px 4px 0px #00000040;
        border-radius: 12px;
    }

    .banner--project_bootom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .ipoteka-calculator_selection-form,
    .offer-summary,
    .details .accordion--details,
    .details .project__plan-feature {
        flex: 0 0 100%;
    }

    .detail-with-buttons .offer-detail-button {
        display: none;
    }

    .project-search__form .project-search__input,
    .project-search__form .ya-site-form .ya-site-form__input-text {
        margin-left: 5px;
    }

    .project-item__row .project-item__col:nth-child(1) {
        width: 40%;
    }

    .project-item__row .project-item__col:nth-child(2) {
        width: 52%;
    }

    .mortgage-block_cell {
        padding: 10px 6px;
    }

    .mortgage-block_cell__icon-block {
        padding: 9px;
        width: 37px;
    }

    .socials-section {
        overflow-x: auto;
    }
}

@media (max-width: 600px) {
    .video-reviews .carousel-container-wrapper {
        width: 75%;
    }
}

@media (max-width: 540px) {
    .header__logo img {
        max-width: 185px !important;
    }

    .phone-input-label {
        line-height: 2px;
    }

    .geodezia-tools-section {
        padding: 120px 0px;
    }

    .geodezia-tools-section .col-12.col-sm-4 {
        margin-top: 70px;
    }
}

@media (max-width: 576px) {
    .mobile-banner {
        display: block;
    }
}

@media (min-width: 577px) {
    .mobile-banner {
        display: none;
    }
}

@media (max-width: 360px) {
    .video-reviews .carousel .item {
        min-height: 300px;
    }

    .video-reviews {
        padding-top: 62px;
    }
}

@media (max-width: 340px) {
    .page-title {
        font-size: 18px;
    }

    .sub-title {
        font-size: 16px;
    }

    .term-description {
        font-size: 14px;
    }

    .video-reviews .carousel-container-wrapper {
        width: calc(100% - 40px);
    }

    .video-reviews .carousel .item {
        min-height: 700px;
    }
}