/* @import url("../fonts/Calibri/stylesheet.css"); */
@import url("../fonts/neutral-face/stylesheet.css");
@import url("../fonts/calibri/stylesheet.css");
@import url("../fonts/avenir-next-cyr/stylesheet.css");

:root {
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 300;
    --bs-body-color: #404040;
}

.bg-none {
    background: none;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fs-7 {
    font-size: 12px !important;
}
.fs-6 {
    font-size: 14px !important;
}
.fs-4 {
    font-size: 20px !important;
}
.fs-5 {
    font-size: 18px !important;
}

.fn-second {
    font-family: Avenir Next Cyr;
}

.lh-100 {
    line-height: 100%;
}

h1 {
    font-weight: 700;
    font-size: 54px;
    font-family: Avenir Next Cyr;
}
h2 {
    font-weight: 500;
    font-size: 36px;
    font-family: Avenir Next Cyr;
}
h3 {
    font-weight: 500;
    font-size: 24px;
    font-family: Avenir Next Cyr;
}
h4 {
    font-weight: 700;
    font-size: 24px;
    /* font-family: Avenir Next Cyr; */
    font-family: Calibri;
}
h5 {
    font-weight: 500;
    font-size: 18px;
    font-family: Avenir Next Cyr;
}
h6 {
    font-family: Avenir Next Cyr;
    font-weight: 500;
    font-size: 16px;
}

p {
    line-height: 120%;
    font-weight: 300;
    font-size: 16px;
}
ul {
    font-weight: 300;
}

.text-gray {
    color:#8E8986;
}
.text-right {
    text-align: right;
}

.btn-secondary {
    --bs-btn-bg: #8E8986;
    --bs-btn-border-color: #8E8986;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 300;
    --bs-btn-padding-y:12.5px;
    --bs-border-radius:10px;
}

.form-control {
    padding: 11px .75rem;
    --bs-border-radius: 10px;
    --bs-border-color: #8E8986;
    font-family: Calibri;
    font-size: 16px;
}
.form-control::placeholder {
    color: #B7B7B7;
}

body {
    font-family: Calibri;
    min-width: 320px;
}

.ff-neutral-face {
    font-family: Avenir Next Cyr;
}

.navbar-nav {
    --bs-navbar-color:white;
    --bs-navbar-hover-color:white;
    --bs-nav-link-font-weight: 300;
    --bs-nav-link-font-size:16px;
}

.header .navbar-nav {
    --bs-nav-link-font-weight: 500;
    --bs-nav-link-font-size: 16px;
}

.card {
    --bs-border-radius:6px;
    box-shadow: 0px 4px 18px 0px #0000001A;
    border: 1px solid #FFFFFF;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

@media (min-width: 992px) {
    .header:not(.header-light) {
        backdrop-filter: blur(6px);
        border-bottom: 2px solid #ffffff1f;
        background: #6b635a47;
    }
}

.header.header-light {
    position: relative;
    box-shadow: 0px 4px 18px 0px #0000001A;
}
.header-brand {
    width: 100%;
    max-width: 167px;
    display: block;
}
.header-brand svg {
    width: 100%;
}

.header-navbar-wrap {
    width: auto;
    padding: 8px 30px;
}
.header-navbar-wrap .nav-link {
    color: var(--bs-navbar-active-color);
}

.form-control.bg-glass {
    background: #5b5b5b24;
    backdrop-filter: blur(2px);
    border-color: white;
    color: white;
}

.btn.bg-glass {
    background: #5b5b5b24;
    backdrop-filter: blur(2px);
    border-color: white;
}
.btn.bg-glass.light {
    background: unset;
    backdrop-filter: blur(2px);
    border-color: #8E8986;
    color: #8E8986;
}
.btn.bg-none.light {
    color: #8E8986;
}
.btn.bg-none.light:hover {
    color: white;
}

.header-banner {
    background: url("../img/main-bg.png") no-repeat center top;
    background-size: cover;
    padding-top: 120px;
    height: 100vh;
}
.header-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.header-banner>.container {
    position: relative;
    z-index: 2;
}

.header-banner.with-video {
    background-image:none;
}
.header-banner.banner-interior_design {
    background-image: url("../img/interior-design-bg.png");
}
.header-banner.banner-apartments {
    background-image: url("../img/apartments-bg.jpg");
}

.header-banner.banner-consultation {
    background: url("../img/bg-consultation.png") no-repeat center top;
    background-size: cover;
    padding-top: 0;
    height: calc(100vh - 120px);
}
.header-banner h1 {
    text-shadow: 0px 0 2px #8E898680;
}
.header-banner p {
    font-size: 24px;
}
.header-banner-card {
    max-width: 360px;
    border-radius: 10px;
    background: #8E89862E;
    backdrop-filter: blur(9px);
    padding: 20px;
    margin-left: auto;
    margin-top: auto;
}
.header-banner-card .plan {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 4px;
    flex: none;
}
.header-banner-card img {
    width: 60px;
    height: 60px;
    display: block;
}
.header-banner-card span {
    color: white;
    line-height: 120%;
}

.footer {
    background: #404040;
}
.footer-brand {
    max-width: 195px;
}
.footer-brand svg {
    width: 100%;
}

section.section-gray {
    background: #F6F6F6;
}
section.section-white {
    background: #FFFFFF;
}

.section_about {
    background: #F6F6F6;
}
.section_about-founder_photo {
    display: block;
    width: 100%;
    filter: grayscale(1);
}

.section_services {
    background: #F6F6F6;
}
.section_services-photo {
    display: block;
    width: 100%;
}
.section_services-photo-small {
    display: block;
    width: 100%;
    max-width: 128px;
}
.section_services .card img {
    object-fit: cover;
}

.section_callback-photo {
    width: 196px;
    height: 196px;
    border-radius: 200px;
    box-shadow: 0px 4px 18px 0px #0000001A;
    overflow: hidden;
    background: #8E898633;
    display: flex;
    justify-content: center;
    border: 1px solid white;
}
.section_callback-photo img {
    width: 156px;
    height: 196px;
    object-fit: cover;
    filter: grayscale();
    object-position: 0 18px;
}

.section_portfolio {
    
}

.section_portfolio-items {
    display: flex;
}
.section_portfolio-item {
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    position: relative;
}
.section_portfolio-item-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section_portfolio-navs_item {
    cursor: pointer;
}
.section_portfolio .slick-initialized .slick-slide {
    padding-right: 20px;
}

.section_portfolio-section-links {
    display: flex;
    width: 100%;
    align-items: center;
}
.section_portfolio-section-link {
    text-decoration: none;
    width: calc(100% / 3);
    text-align: center;
    border-bottom: 1px solid #8E8986;
    
    font-family: Calibri;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #8E8986;
    padding-bottom: 8px;
    transition: 0.2s;
    margin-top: auto;
}
.section_portfolio-section-link.active,
.section_portfolio-section-link:hover {
    font-weight: 700;
    color: #404040;
    border-bottom: 2px solid #8E8986;
}

.portfolio-item {

}
.portfolio-item h4 {
    /* font-size: 18px; */
}
.portfolio-item-main_img {
    position: relative;
    cursor: pointer;
}
.portfolio-item-main_img img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.portfolio_page-img {
    position: relative;
    cursor: pointer;
}
.portfolio_page-img img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.portfolio-item-show_album-icon {
    cursor: pointer;
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}

.section_steps {
    background: #F6F6F6;
}

.section_steps .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: unset;
    background-color: unset;
    box-shadow: unset !important;
    color: #8E8986 !important;

    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    font-family: Avenir Next Cyr;
}
.section_steps .accordion-button:not(.collapsed) {
    color: #404040 !important;
}
.section_steps .accordion-button svg {
    transition: 0.2s;
}
.section_steps .accordion-button:not(.collapsed) svg {
    transform: rotate(-90deg);
}
.section_steps .accordion-button::after {
    display: none;
}
.section_steps .accordion-item {
    background-color: unset;
    border-color: white;
}
.section_steps .accordion-item:first-child {
    border-top: 1px solid white;
}
.section_steps .accordion-item:last-child {
    border-bottom: 1px solid white;
}
.section_steps button.accordion-button:focus:not(:focus-visible) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.section_steps .section_steps-number {
    font-size: 21px;
    color: #8E8986;
    font-weight: 900;
    font-family: 'Neutral Face';
}
.section_steps-photo {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.section_calculator {
    background: #F6F6F6;
}
.section_calculator .container {
    max-width: 1000px;
}

.calc_steps {
    font-family: Avenir Next Cyr;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 120%;
}
.calc_steps-current {

}
.calc_steps-count {
    color: #8E8986;
}

.step-forms {

}
.step-form {
    display: none;
}
.step-form.active {
    display: block;
}
.step-form-name {
    border-bottom: 1px solid #8E8986;
    padding: 10px;
    font-family: Calibri;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 120%;
}
.step-form-variants {
    padding-top: 35px;
    padding-bottom: 25px;
}
.step-form-variant {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    font-family: Calibri;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 120%;
    border-bottom: 1px solid #8E8986;
    cursor: pointer;
}
.step-form-variant input {
    width: 20px;
    height: 20px;
}
.step-form-button-wrap {
    display: flex;
    justify-content: flex-end;
}
.step-form-button {
    height: 40px;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #404040;
    border-radius: 10px;
    font-family: Calibri;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #8E8986;
    cursor: pointer;
}
.section_why_we {
    background: #F6F6F6;
}
.section_why_we-item {
    border-right: 1px solid white;
}
.section_why_we-item:last-child {
    border: 0;
}

.section_team {
    background: #F6F6F6;
}
.section_team-items {
    display: flex;
}
.section_team-item {
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    position: relative;
}
.section_team-item-social {
    position: absolute;
    right: 20px;
    top: 30px;
}
.section_team-item-info {
    position: absolute;
    bottom: 2px;
    left: 20px;
    right: 20px;
    background: #FFFFFFA8;
    padding: 8px 4px;
    text-align: center;
}
.section_team-item-name {
    font-family: Calibri;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section_team-item-post {
    font-family: Calibri;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: lowercase;
}
.section_team-item-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section_team-navs_item {
    cursor: pointer;
}

.section_logos {

}
.section_logos-item {
    padding: 0 2px;
}
.section_logos-item img {
    display: block;
    width: 100%;
    height: 92px;
    object-fit: contain;
}

.section_reviews-navs_item {
    cursor: pointer;
}
.section_reviews-items {

}
.section_reviews-item {
    padding: 40px;
    border-radius: 6px;
    border: 1px solid #E9E9E9;
}
.section_reviews-item-object-photo {
    width: 100%;
    height: 212px;
    object-fit: cover;
    display: block;
}
.section_reviews-item-object-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    padding: 20px 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 20px;
}
.section_reviews-item-photo {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    flex: none;
}

.section_publications {
    background: #F6F6F6;
}
.section_publications  .card {
    box-shadow: none;
}
.section_publications-item {
    position: relative;
}
.section_publications-item-photo-wrap {
    position: relative;
    margin-bottom: 10px;
}
.section_publications-item-photo {
    width: 100%;
    height: 237px;
    display: block;
    object-fit: cover;
}
.section_publications-item-category {
    background: #FFFFFF33;
    border: 1px solid #FFFFFF0A;
    padding: 4px;
    border-radius: 6px;
    font-family: Calibri;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    position: absolute;
    bottom: 8px;
    left: 8px;
}
.section_publications-item-date {
    font-family: Calibri;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #8E8986;
}
.section_publications-item-name {
    font-family: Avenir Next Cyr;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
}

.section_styles img {
    height: 129px;
    object-fit: cover;
}

.video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
}


.section_dpstruct .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: unset;
    background-color: unset;
    box-shadow: unset !important;
    color: #8E8986 !important;

    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    font-family: Avenir Next Cyr;
}
.section_dpstruct .accordion-button:not(.collapsed) {
    color: #404040 !important;
}
.section_dpstruct .accordion-button svg {
    transition: 0.2s;
}
.section_dpstruct .accordion-button:not(.collapsed) svg {
    transform: rotate(-90deg);
}
.section_dpstruct .accordion-button::after {
    display: none;
}
.section_dpstruct .accordion-item {
    background-color: unset;
    border-color: #E9E9E9;
}
.section_dpstruct .accordion-item:first-child {
    border-top: 1px solid #E9E9E9;
}
.section_dpstruct .accordion-item:last-child {
    border-bottom: 1px solid #E9E9E9;
}
.section_dpstruct button.accordion-button:focus:not(:focus-visible) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordionDPStruct-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordionDPStruct-image img {
    max-width: 508px;
    max-height: 338px;
}
.pagination-item {
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 18px 0px #0000001A;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    text-decoration: none;
    color: #404040;
}
.pagination-item:not(span):hover,
.pagination-item.active {
    background: #8E8986;
    color: white;
}
span.pagination-item {
    background: white;
    box-shadow: none;
    border: 1px solid #f3f3f3;
    color: #404040;
}
.pagination-load-more {
    height: 48px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 18px 0px #0000001A;
    width: 240px;
    background: white;
    border-radius: 10px;
    font-family: Calibri;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-align: center;

}

.publications-item-main_img {
    position: relative;
}
.publications-item-main_img img {
    height: 392px;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}
.publications-item-category {
    background: #FFFFFFCC;
    border: 1px solid #FFFFFF0A;
    padding: 4px 10px;
    border-radius: 6px;
    font-family: Calibri;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #404040;
    position: absolute;
    top: 20px;
    right: 20px;
}
.consultation-founder_photo {
    position: absolute;
    bottom: 0;
    left: -60px;
}
.consultation-founder_photo img {
    width: auto;
    max-height:600px;
    display: block;
}
.consultation-founder_name {
    position: relative;
    border: 1px solid #FFFFFF;
    background: #FFFFFF80;
    border-radius: 6px;
    padding: 3px 20px;
    z-index: 1;
    backdrop-filter: blur(1px);
}

.about-header p {
    font-size: 24px;
}
.about-video-bg {
    height: 375px;
    position: relative;
}
.about-video-bg img {
    display: block;
    width: 100%;
    height: 375px;
    object-fit: cover;
    border-radius: 6px;
}
.about-video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000033;
    border-radius: 6px;
    box-shadow: 0px 4px 18px 0px #0000001A;
}
.about-video-play {
    width: 88px;
    height: 88px;
    border-radius: 100px;
    border: 1px solid #FFFFFF33;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF33;
    cursor: pointer;
}

@media (max-width: 1716px) {
    .header-banner {
        background-position: center;
    }
}
@media (max-width: 1399px) {

}

@media (max-width: 1199px) {
    .header-navbar-wrap {
        order: 2;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .footer-brand {
        max-width: 195px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .section_why_we-item {
        border: 0;
    }
    .section_reviews-item {
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .header-banner-card {
        margin: 0 auto;
        margin-top: 40px;
    }
    .offcanvas {
        padding: 15px;
    }
    .offcanvas .header-brand {
        margin: 0 auto !important;
    }
    .offcanvas .header-navbar-wrap {
        background: none;
    }
    .consultation-founder_photo {
        position: relative;
    }
    .consultation-founder_photo img {
        max-height: 260px;
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 34px;
        word-wrap: break-word;
    }
    .consultation-founder_photo img {
        max-height: 240px;
    }
}