.vp-hidden {
    display: none !important;
}

.vp-container {
    --container-margin: 5%;
    --breakout-margin: 5%;
    display: grid;
    grid-template-columns: [full-width-start] minmax(auto, var(--container-margin)) [breakout-start] minmax(auto, var(--breakout-margin)) [content-start] 1fr [content-end] minmax(auto, var(--breakout-margin)) [breakout-end] minmax(auto, var(--breakout-margin)) [full-width-end];
}

@media (max-width: 640px) {
    .vp-container {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.vp-container > * {
    grid-column: content;
}

.vp-container > .breakout {
    grid-column: breakout;
}

.vp-container > .full-width {
    grid-column: full-width;
}


.vp-header {
    width: 100%;
    height: 77px;
    background: #202020;

    --address-width: 350px;
}

.vp-logo {
    display: flex;
    width: 188px;
}

.vp-container__main {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    height: 100%;
}

.vp-primary-menu {
    display: flex;
    gap: 1rem;
    flex: 1;
}

.vp-primary-menu li a {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;

    color: #FFFFFF;
}


.vp-header-contacts {
    display: flex;
    align-items: center;
    gap: 1rem;

    min-width: var(--address-width);
}

.vp-header-contacts .tel {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;

    color: #FFFFFF;
}

.vp-header-contacts .addr {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-decoration-line: underline;

    color: #C8B197;

    display: flex;
    align-items: center;
}

.vp-header-contacts .addr svg {
    height: 23px;
}

.vp-secondary-container {
    position: absolute;
    bottom: 0;
    transform: translate(0, 100%);
    left: 0;
    width: 100%;
    z-index: 9999;
}

.vp-header {
    position: relative;
}

.vp-secondary-menu {
    display: flex;
    gap: 2rem;
    border-bottom: 1px solid white;
    z-index: 999;

    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;

    padding-top: .8rem;
    padding-bottom: .8rem;
}

.vp-secondary-menu__nav {
    display: flex;
    gap: 2rem;
    flex: 1;
}

.vp-secondary-menu__right {
    min-width: var(--address-width);
}




.hero-block {
    position: relative;
    height: calc(100vh - 95px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.hero-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #3F3939 3.97%, rgba(63, 57, 57, 0.677925) 36.5%, rgba(63, 57, 57, 0.395983) 64.54%, rgba(63, 57, 57, 0) 95.33%);
    z-index: 1;
    opacity: .8;
    height: 60vh;
    z-index: 98;
}
.hero-block__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-block__content {
    margin-top: 20vh;
    position: relative;
    z-index: 2;
    max-width: 800px;
    color: white;
    z-index: 99;
}
.hero-block__title {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 550;
    font-size: 128px;
    line-height: 126px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.hero-block__subtitle {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 550;
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.hero-block__buttons {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.hero-block__button {
    width: 320px;
    border-radius: 30px;
    padding: 10px 0px;
    background: #AE080A;
    color: white;
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;

    color: #FFFFFF;
}

.big-red-button {
    border-radius: 10px;
    padding: 1rem 0px;
    background: #AE080A;
    color: white;
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;

    color: #FFFFFF;

    display: block;

    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;

    color: #FFFFFF;
}



.house-swiper {
    position: relative;
    height: calc(100vh - 95px);
}

.house-swiper::before {
    content: ' ';
    opacity: .6;
    height: 200px;
    z-index: 98;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;

    background: linear-gradient(180deg, #343434 3.97%, rgba(52, 52, 52, 0.677925) 36.5%, rgba(52, 52, 52, 0.395983) 64.54%, rgba(52, 52, 52, 0) 95.33%);
}

.house__title {
    position: absolute;
    bottom: 3rem;
    z-index: 999;
    width: 100%;

    
}

.house__title h2 {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 77px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.house__small-calculator {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.house__small-calculator > .vp-container {
    height: 100%;
}

.house__small-calculator__panel-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.house__small-calculator__panel {
    position: relative;
    border-radius: 20px;
    width: 446px;
}

.house__small-calculator__header {
    
    margin-bottom: .5rem;
    display: block;
}

.house__small-calculator__content {
    z-index: 90;
    position: relative;
    color: white;
    padding: 2rem;
}

.house__small-calculator__panel::before {
    background: rgba(180, 180, 180, 0.4);
    backdrop-filter: blur(5px);
    content: ' ';
    display: block;
    width: 100%;
  height: 100%;
  position: absolute;
  z-index: 89;
  border-radius: 15px;
}

.house__small-calculator__title {
    border-bottom: 1px solid white;
    font-family: 'Circe';
    font-style: normal;
    font-size: 36px;
    line-height: 53px;
    color: #FFFFFF;

    display: flex;
    align-items: center;
}

.house__small-calculator__span {
    flex: 1;
}

.house__send-message {
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgba(18, 18, 18, 0.25);
}

body.single-house {
    background: white;
}


.house__section-title {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #161616;
}

.house-swiper {
    margin-bottom: .5rem;
}

.house-small-swiper {
    margin-bottom: .5rem;
}

.house-small-swiper .small-page-slider {
    max-height: 216px;
    height: 216px;
}


.small-page-slider .swiper-slide {
    margin-left: .5rem;
    margin-right: .5rem;
    box-sizing: border-box;
    border-radius: 6px;
}


.vp-color-choice {
    display: flex;
    gap: 1rem;
}
.vp-color-choice > button {
    width: 24px;
    height: 24px;
    border-radius: 25px;
    cursor: pointer;
}

.small-page-slider {
    margin-bottom: .5rem;
}

.house__small-calculator__row {
    display: flex;
}

.house__small-calculator__row > div {
    flex: 1;
}

.vp-checker {
    display: flex;
    gap: .5rem;
}

.vp-checker .checkmark-check {
    background: none;
    border: 2px solid white;
}

.vp-checker.checker input:checked ~ .checkmark-check {
    background-image: none;
}

.vp-checker.checker .checkmark-check::after {
    border-color: white;
}

.house__small-calculator__price {
    margin-top: 1rem;
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 1;

    color: #FFFFFF;

    text-align: right;
}

.house__small-calculator__price > span {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;

    color: #FFFFFF;
}

.house__small-calculator__sublabel {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4AA062;
    text-align: right;
}
