@font-face {
    font-display: swap;
    font-family: Lexend;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/lexend-v17-latin-regular.woff2") format("woff2"), url("../fonts/lexend-v17-latin-regular.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/lexend-v17-latin-500.woff2") format("woff2"), url("../fonts/lexend-v17-latin-500.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-family: Lexend;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/lexend-v17-latin-600.woff2") format("woff2"), url("../fonts/lexend-v17-latin-600.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-family: Lexend;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/lexend-v17-latin-700.woff2") format("woff2"), url("../fonts/lexend-v17-latin-700.woff") format("woff");
}

body {
    margin: 0px;
    padding: 0px;
    /* overflow-x: hidden; */
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.first-part {
    /* display: flex; */
    width: 100%;
    background: linear-gradient(130deg, rgb(209, 253, 251) 1px, white 35%);
    margin-bottom: 120px;
}

a {
    text-decoration: none;
    color: white;
}

.img-elem {
    flex-basis: calc(100% - 496px - 104px);
    position: relative;
}

.pic-house {
    margin-left: 10px;
    position: relative;
}

.pic-house__img {
    width: 100%;
}

.nav-blok {
    margin-top: 32px;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 20;
    right: 0;
    transition: all 0.2s ease 0s;
}

.nav-blok_active {
    margin-top: 0px;
    margin-left: 0px;
    padding: 35px 0px 0px 120px;
    background-color: rgba(129, 195, 226, 0.686);
    margin-right: 0px;
    max-width: none;
    transition: all 0.2s ease 0s;
}

.nav-blok__logo {
    color: rgb(27, 28, 87);
    margin-left: 120px;
    font-family: Lexend;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    list-style: none;
    align-items: center;
}

.logo-li {
    margin-right: 12px;
}

.link-item {
    color: rgb(240, 243, 253);
    font-family: Lexend;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    margin-right: 24px;
    position: relative;
    border: 1px solid white;
    border-radius: 32px;
    padding: 8px 16px;
    /* background-color: rgba(240, 243, 253, 0.125); */
    background-color: #8FCBE4;
    min-width: 84px;
    height: 26px;
}

.link-item:hover {
    background-color: rgba(240, 243, 253, 0.494);
    cursor: pointer;
}

.nav-blok-btn {
    font-family: Lexend;
    font-style: normal;
    font-weight: 600;
    color: rgb(4, 120, 87);
    font-size: 14px;
    border-radius: 32px;
    background-color: rgb(209, 250, 229);
    min-width: 84px;
    height: 26px;
    margin-left: 32px;
    padding: 12px 24px;
    text-align: center;
}

.nav-blok-btn:hover {
    background-color: rgba(209, 250, 229, 0.784);
}

.nav-blok__links {
    padding-right: 56px;
    display: flex;
    list-style: none;
}

.menu_element {
    display: none;
}

.menu_element:hover {
    color: rgb(226, 240, 247);
    transform: scale(1.1);
}

.menu_element {
    margin-top: 20px;
}

.property_ul {
    padding-inline-start: 0px;
    list-style: none;
}

.property_ul li {
    margin-top: 20px;
    background-color: rgb(145, 198, 229);
    border-radius: 10px;
}

.text-elem__header {
    color: rgb(27, 28, 87);
    font-family: Lexend;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    padding-top: 182px;
    text-transform: capitalize;
    margin-bottom: 24px;
    text-align: start;
}

@supports (-webkit-text-stroke: 1px #1B1C57) {
    .your-dreams {
        color: transparent;
        -webkit-text-stroke: 1px rgb(27, 28, 87);
    }
}

.first-part__container {
    display: flex;
    justify-content: space-between;
    margin-left: 120px;
}

.text-elem {
    flex-basis: 496px;
}

.text-elem__label {
    color: rgb(98, 102, 135);
    font-family: Lexend;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.link-item {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.link-item__span {
    margin-left: 10px;
}

.search-blok__input {
    box-sizing: border-box;
    width: 496px;
    border-radius: 32px;
    height: 54px;
    border: 1px solid rgb(224, 227, 235);
    padding-left: 64px;
}

.search-blok__input::placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #888B97;
}

.search-blok {
    position: relative;
    width: 496px;
    border-radius: 32px;
    height: 56px;
    margin-bottom: 32px;
}

.search-blok__pic-location {
    position: absolute;
    left: 24px;
    top: 16px;
    margin: 0px;
    padding: 0px;
    max-height: 24px;
}

.search-blok__btn {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    background-color: rgb(16, 185, 129);
    border-radius: 32px;
    width: 109px;
    height: 54px;
    padding: 13px 16px;
    font-family: Lexend;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: white;
}

.search-blok__btn:hover {
    background-color: rgba(16, 185, 129, 0.75);
    cursor: pointer;
}

.search-blok__btn {
    position: absolute;
    top: 0px;
    right: 0px;
}

.search-blok__btn-arrow {
    position: absolute;
    top: 17px;
    right: 24px;
}

.search-blok__btn-text {
    margin-right: 4px;
}

.text-elem__partnership {
    max-width: 496px;
}

.partnership-text {
    color: rgb(136, 139, 151);
    font-family: Lexend;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.partnership-pic {
    display: grid;
    grid-template-columns: repeat(4, 83px);
    column-gap: 32px;
}

.pic-house__blok-1 {
    width: 328px;
    height: 104px;
    background-color: white;
    border-radius: 32px;
    position: absolute;
    left: 48px;
    bottom: 38px;
}

.pic-house__blok-2 {
    width: 201px;
    height: 104px;
    background-color: white;
    border-radius: 32px;
    position: absolute;
    left: 391px;
    bottom: 38px;
}

.text-in-blok-bold {
    color: rgb(27, 28, 87);
    font-family: Lexend;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}

.text-in-blok-regular {
    color: rgb(104, 121, 159);
    font-family: Lexend;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

.pic-house__blok-1 .pic-house__text-in-blok {
    padding-left: 151px;
}

.pic-house__blok-2 .pic-house__text-in-blok {
    padding-left: 96px;
}

.pic-house__blok-2__pic-in-blok-item {
    position: absolute;
    left: 24px;
    top: 24px;
}

.img-elem__decor {
    position: absolute;
    top: 141.5px;
    left: 84px;
}

.pic-blok-item-img__status {
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.pic-house__pic-in-blok {
    position: relative;
}

.pic-in-blok-item:first-child {
    position: absolute;
    left: 24px;
    top: 29px;
}

.pic-in-blok-item:nth-child(2) {
    position: absolute;
    left: 51px;
    top: 29px;
}

.pic-in-blok-item:last-child {
    position: absolute;
    left: 79px;
    top: 29px;
}

.second-part__pic-blok {
    display: grid;
    grid-template-columns: repeat(4, 340px);
    column-gap: 40px;
    padding-left: 40px;
}

.pic-house__bloks-in-pic {
    display: none;
}

.pic-blok-item-desc__header {
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: rgb(14, 23, 53);
    margin-bottom: 8px;
}

.pic-blok-item-desc__sum {
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: rgb(60, 69, 99);
    margin-bottom: 24px;
}

.pic-blok-item-desc__person-name {
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: rgb(14, 23, 53);
    margin-bottom: 4px;
}

.pic-blok-item-desc__person-adress {
    color: rgb(136, 139, 151);
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.pic-blok-item-img {
    margin-bottom: 24px;
    position: relative;
}

.pic-blok-item-desc__person {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 16px;
}

.our-recomend {
    /* margin-left: 120px; */
    margin-bottom: 12px;
}

.our-recomend__line {
    margin-right: 8px;
}

.our-recomend__text {
    color: rgb(245, 158, 11);
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.featured-house {
    margin-left: 40px;
    color: rgb(27, 28, 87);
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
}

.featured-house-blok {
    padding-right: 10px;
}

.featured-house:hover {
    cursor: pointer;
    color: rgba(27, 28, 87, 0.545);
}

.second-part__header {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.second-part {
    margin-bottom: 120px;
    margin-left: 120px;
}


.three-btn {
    display: flex;
}

.three-btn__item {
    color: rgb(136, 139, 151);
    display: flex;
    align-items: center;
    margin-right: 32px;
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid rgb(224, 227, 235);
    padding: 14px 24px;
    height: 24px;
    border-radius: 32px;
}

.three-btn__item_active {
    color: rgb(16, 185, 129);
    background-color: rgb(209, 250, 229);
}

.three-btn__item:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.three-btn__pic {
    margin-right: 8px;
}


.two-arrows__left-item {
    border-radius: 32px;
    width: 10px;
    height: 16px;
    padding: 18px 25px;
    background-color: rgb(224, 227, 235);
    margin-right: 16px;
}

.two-arrows__left-item:hover,
.two-arrows__right-item:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.two-arrows__right-item {
    border-radius: 32px;
    width: 10px;
    height: 16px;
    padding: 18px 25px;
    background-color: rgb(16, 185, 129);
}

.two-arrows {
    display: flex;
    padding-right: 10px;
}

.img_gradient {
    position: absolute;
    z-index: -1;
    top: 1300px;
    right: 0px;
}

.third-part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    margin-left: 120px;
}

.let-tour-blok {
    flex-basis: 544px;
    padding-right: 20px;
}

.third-part-pic-blok {
    flex-basis: calc(100% - 544px - 128px);
    position: relative;
    margin: auto 0;
}

.third-part-pic-blok img {
    width: 100%;
}

.ready-to-sell {
    /* margin-left: 120px; */
    margin-bottom: 12px;
}

.ready-to-sell__line {
    margin-right: 8px;
}

.ready-to-sell__text {
    color: rgb(245, 158, 11);
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.let-tour {
    margin-left: 40px;
    color: rgb(27, 28, 87);
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 16px;
}

.second-part__header {
    margin-bottom: 40px;
    display: flex;
}

.let-tour-blok__text {
    color: rgb(98, 102, 135);
    font-family: Lexend;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px;
    max-width: 413px;
    margin-left: 40px;
}

.house-detail-blok__header {
    margin-bottom: 16px;
    color: rgb(27, 28, 87);
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.house-detail-blok {
    padding-left: 40px;
}

.table-item-text {
    color: rgb(60, 69, 99);
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.table-item-pic {
    margin-right: 20px;
}

.house-detail-blok__table-item {
    display: flex;
}

.house-detail-blok__table {
    display: grid;
    grid-template-columns: repeat(2, 194px);
    grid-template-rows: repeat(2, 32px);
    gap: 16px 43px;
    margin-bottom: 32px;
}

.after-table-line {
    margin-bottom: 32px;
    background-color: rgb(240, 243, 253);
    height: 2px;
    max-width: 440px;
}

.pic-blok-item-img:hover {
    transform: scale(1.01);
}

.contact-blok__btn-pic {
    position: absolute;
    top: 12px;
    left: 16px;
}

.contact-blok__btn-text {
    color: white;
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.contact-blok__btn {
    position: relative;
    width: 90px;
    height: 22px;
    background-color: rgb(16, 185, 129);
    border-radius: 32px;
    padding: 13px 16px 13px 56px;
}

.contact-blok__btn:hover {
    background-color: rgba(16, 185, 129, 0.76);
    cursor: pointer;
}

.pic-blok-item-desc__person {
    margin-right: 59px;
}

.contact-blok {
    display: flex;
}

.fourth-part {
    margin: 0 auto 120px;
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 120px;
    border-radius: 32px;
    background: url(../img/forth-part-pic.png) no-repeat;
    max-width: 1200px;
}

.fourth-part__text {
    line-height: 1.6em;
    max-width: 496px;
    margin-top: 65px;
    color: rgb(27, 28, 87);
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 32px;
    padding: 0 10px;
}

.fourth-part__input {
    width: 432px;
    border-radius: 32px;
    height: 54px;
    border: 1px solid rgb(224, 227, 235);
    color: rgb(136, 139, 151);
    font-family: Lexend;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding-left: 64px;
}

.fourth-part__search-blok {
    position: relative;
    width: 496px;
    border-radius: 32px;
    height: 56px;
    margin-bottom: 32px;
}

.fourth-part__pic-email {
    position: absolute;
    left: 24px;
    top: 20px;
    margin: 0px;
    padding: 0px;
    max-height: 24px;
}

.fourth-part__btn {
    background-color: rgb(16, 185, 129);
    border-radius: 32px;
    width: 117px;
    height: 23px;
    padding: 13px 16px;
    font-family: Lexend;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: white;
}

.fourth-part__btn:hover {
    background-color: rgba(16, 185, 129, 0.824);
    cursor: pointer;
}

.fourth-part__btn {
    position: absolute;
    top: 4px;
    right: 0px;
}

.fourth-part__btn-text {
    margin-right: 4px;
}

.fourth-part__container {
    text-align: center;
}

.fourth-part__pic:nth-child(2) {
    position: absolute;
    top: 178px;
    left: 195px;
}

.fourth-part__pic:nth-child(3) {
    position: absolute;
    top: 44px;
    right: 200px;
}

.fourth-part__pic:nth-child(5) {
    position: absolute;
    top: 197px;
    right: 73px;
}

.fourth-part__pic:nth-child(4) {
    position: absolute;
    top: 38px;
    left: 44px;
}

.fourth-part__pic:nth-child(6) {
    position: absolute;
    top: 71px;
    left: 204px;
}

.fourth-part__pic:nth-child(7) {
    position: absolute;
    top: 173px;
    left: 67px;
}

.fourth-part__pic:nth-child(8) {
    position: absolute;
    top: 107px;
    right: 82px;
}

.fourth-part__pic:nth-child(9) {
    position: absolute;
    top: 143px;
    right: 200px;
}

.fife-part {
    margin-left: 120px;
    /* margin-right: 120px; */
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
}


.fife-part__right-blok {
    display: grid;
    grid-template-columns: 79px 97px 265px;
    column-gap: 88px;
}

.fife-part__left-blok {
    max-width: 320px;
    padding-right: 20px;
}

.fife-part-left-blok-text {
    font-family: Lexend;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgb(98, 102, 135);
    line-height: 1.7em;
    margin-bottom: 24px;
}

.fife-part__nav-blok__logo {
    color: rgb(27, 28, 87);
    font-family: Lexend;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}

.fife-part__header {
    font-family: Lexend;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: rgb(14, 23, 53);
}

.fife-part__item-text {
    font-family: Lexend;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgb(136, 139, 151);
}

.fife-part__social-div {
    display: flex;
}

.fife-part__social-div-item {
    margin-right: 24px;
}

.fife-part__social-div-item:hover {
    transform: rotate(15deg);
}

.slick-slide {
    margin-right: 40px;
}

.burger_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    transform: translateX(100%);
    transition: all 0.2s ease 0s;
}
.nav-blok__logo_footer{
    margin-left: 0px;
}


.nav-burger{
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
}
.burger-line{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: rgb(14, 23, 53);
}
.burger-line:first-child{
    top:0
}
.burger-line:nth-child(2){
    top:calc(50% - 1px)
}
.burger-line:last-child{
    bottom:0
}
@media screen and (max-width: 1200px) {
    .fourth-part__pic-email {
        left: 24px;
    }
    .fourth-part__search-blok {
        width: 413px;
        margin: 0 auto 32px;
    }
    .fourth-part__input {
        width: 350px;
    }
    .fourth-part__text {
        font-size: 28px;
    }
    .text-elem {
        flex-basis: 300px;
    }

    .img-elem {
        flex-basis: calc(100% - 300px - 150px);
        position: relative;
    }

    .search-blok {
        width: 464px;
    }

    .search-blok__input {
        width: 400px;

    }

    .search-blok__input::placeholder {
        padding-right: 300px;
        font-size: 12px;
    }

    .search-blok__input:focus {
        outline: none;
    }
}

@media screen and (max-width: 1100px) {
    .fourth-part__pic{
        display: none;
    }

    .third-part-pic-blok {
        flex-basis: calc(100% - 544px - 40px);
    }

}

@media screen and (max-width: 1000px) {
    .fife-part__right-blok {
        grid-template-columns: 79px 97px 200px;
        column-gap: 30px;
    }
    .fourth-part-main-div {
            margin: 0 auto;
            padding-left: 20px;
            padding-right: 20px;
    }
    .third-part {
        margin-left: 60px;
    }
    .fife-part{
        margin-left: 60px;
    }

    .three-btn__item {
        margin-right: 15px;
        font-size: 14px;
    }

    .first-part__container {
        margin-left: 60px;
    }

    .second-part {
        margin-left: 60px;
    }


    .text-elem__header {
        font-size: 30px;
        padding-top: 120px;
    }

    .search-blok__input {
        width: 264px;
        height: 44px;
    }

    .search-blok__pic-location {
        position: absolute;
        left: 15px;
        top: calc(50% - 12px);
    }

    .img-elem {
        flex-basis: calc(100% - 200px - 150px);
        position: relative;

    }

    .search-blok {
        width: 265px;
        height: 46px;
    }

    .search-blok__btn {
        width: auto;
        height: auto;
    }

    .search-blok__btn {  
        height: 44px;
        font-size: 12px;
    }

    .partnership-text {
        font-size: 12px;
    }

    .partnership-pic__item img {
        height: 70%;
    }

    .partnership-pic {
        column-gap: 12px;
    }

    .search-blok__btn-arrow {
        display: none;
    }

    .search-blok__input::placeholder {
        color: transparent;
    }

    .link-item {
        font-size: 12px;
        padding: 8px 16px;
        height: 20px;
    }

    .nav-blok__logo {
        padding-right: 20px;
        margin-left: 60px;

    }

    .nav-blok-btn {
        font-size: 12px;
        padding: 8px 16px;
        height: 20px;
        margin-left: 15px;
    }

    .nav-blok__links {
        align-items: center;
    }

    .let-tour-blok {
        flex-basis: 400px;
    }

    .third-part-pic-blok {
        flex-basis: calc(100% - 400px - 80px);
        position: relative;
    }

    .house-detail-blok__table {
        grid-template-columns: repeat(2, 164px);
        gap: 14px 14px;
    }

    .after-table-line {
        margin-bottom: 20px;
    }

    .pic-blok-item-desc__person {
        margin-right: 15px;
    }

    .contact-blok__btn {
        padding: 13px 16px 13px 50px;
        margin: auto;
    }

    .pic-blok-item-desc__person-name {
        font-size: 16px;
    }

    .pic-blok-item-desc__person-adress {
        font-size: 12px;
    }

    .contact-blok__btn-text {
        font-size: 12px;
    }
    .nav-blok__logo_footer {
        margin-left: 0px;
    }
}

@media screen and (max-width: 850px) {
    .fourth-part {
        margin-bottom: 40px;
    }
    .third-part {
        margin-bottom: 60px;
    }
    .second-part {
        margin-bottom: 80px;
    }
    .let-tour-blok {
        flex-basis: 350px;
    }

    .third-part-pic-blok {
        flex-basis: calc(100% - 350px - 40px);
    }

    .img_gradient {
        display: none;
    }

    .first-part {
        margin-bottom: 40px;
    }

    .second-part__pic-blok {
        padding-left: 0px;
    }

    .second-part__header {
        display: block;
    }

    .our-recomend {
        text-align: center;
    }

    .featured-house {
        margin-bottom: 20px;
        text-align: center;
    }

    .three-btn {
        margin-bottom: 20px;
        margin-left: 40px;
        justify-content: center;
    }

    .two-arrows {
        margin-left: 0px;
        justify-content: center;
    }
}

@media screen and (max-width: 780px) {
    .link-item:hover {
        background-color:unset;
        cursor: pointer;
    }
    .menu_element a{
        font-size: 18px;
        color: rgba(255, 255, 255, 0.619);
    }
    .header-nav-close{
        position: fixed;
        top:20px;
        right: 20px;
        display: none;
        width: 30px;
        height: 30px;
        z-index: 1000;
        position: relative;
    }
    .close-line{
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background-color: white;
        transform: rotate(45deg);
    }
    .close-line:first-child{
        transform: rotate(-45deg);
    }
    .nav-burger{
        display: block;
        margin-right: 60px;     
    }
    .fife-part__header {
        text-align: center;
    }
    .fife-part__right-blok {
        grid-template-columns: 70px 90px 150px;
        column-gap: 10px;
    }
    .ready-to-sell,.let-tour,.let-tour-blok__text, .house-detail-blok__header {
        text-align: center;
    }
    .house-detail-blok__table {
        justify-content: center;
    }
    .after-table-line {
        margin: 0 auto 20px;
    }
    .contact-blok {
        justify-content: center;
    }
    .contact-blok__btn {
        margin: 0;
    }
    .let-tour-blok__text {
        max-width: 100%;
    }
    .third-part {
        display: block;
    }

    .third-part-pic-blok {
        display: none;
    }
    .first-part__container {
        margin-left: 0px;
    }
    .third-part {
       margin-left: 0px;
    }
    .second-part {
        margin-left: 0px;
    }
    .nav-blok_active {
        padding: 10px 0px 0px 120px;
    }

    .nav-blok {
        margin-top: 0px;
    }

    .pic-blok-item-img__house,
    .pic-blok-item-img__villa,
    .pic-blok-item-img__apartment {
        height: 300px;
    }

    .pic-blok-item-desc__header,
    .pic-blok-item-desc__sum,
    .pic-blok-item-desc__person-adress,
    .pic-blok-item-desc__person-name {
        font-size: 90%;
    }

    .slick-slide {
        margin-right: 20px;
    }

    .nav-blok__links {
        position: fixed;
        transform: translate(-100%);
        transition: .4s;
        flex-direction: column;
        display: flex;
        top:0px;
        left: 0px;
        height: 100vh;
        width: 100%;
        background-color: #8fcbe4;
       padding: 40px 0px;
    }
    .link-item {
        border: none;
        color: rgb(240, 243, 253);
        text-transform: uppercase;
        font-size: 28px;
        height: auto;
        padding: 0px;
        margin-bottom: 40px;
        margin-right: 0px;
    }
    .nav-blok-btn{
        display: none;
    }
    .img-elem {
        display: none;
    }

    .text-elem {
        margin: 0 auto;
        text-align: center;
        max-width: 400px;
    }

    .text-elem__header {
        text-align: center;
    }

    .search-blok {
        margin: 0 auto 20px;
    }

    .partnership-pic {
        justify-content: center;
    }
}

@media screen and (max-width: 650px) {
    .fife-part {
       display: block;
    }    
    .fife-part__left-blok {
        margin: 0 auto;
        padding-right: 0px;
    }
    .fife-part__right-blok,.nav-blok__logo_footer,.fife-part__social-div {
        justify-content: center;
    }
    .fourth-part__search-blok {
        width: 313px;
    }
    .fourth-part__input {
        width: 250px;
    }
    .fourth-part__input::placeholder {
        color: transparent;
    }
   
    .fourth-part__text {
        font-size: 23px;

    }
    .featured-house {
        font-size: 22px;
        margin-left: 0px;
    }

    .two-arrows__left-item,
    .two-arrows__right-item {
        padding: 13px 20px;
    }

    .fife-part{
        margin-left: 0px;
    }
    .three-btn {
        margin-left: 0px;
    }
    .nav-blok__logo_footer {
        margin-left: 0px;
    }
}

@media screen and (max-width: 460px) {
    .fife-part__right-blok {
        display: block;
    }    
    .fife-part__item-text, .fife-part-left-blok-text {
        text-align: center;
    }
    .fourth-part__pic-email {
        left: 62px;
        top: 15px;
    }
    .fourth-part__input {
        width: 150px;
        height: 40px;
        margin-bottom: 20px;
    }
    .fourth-part__btn {
        position: unset;
        display: block;
        margin: 0 auto;
    }
    .fourth-part__search-blok {
        height: 100%;
    }
    .contact-blok {
        display: block;
    }
    .pic-blok-item-desc__person_third-part{
        justify-content: center;
        margin-bottom: 20px;
    }
    .contact-blok__btn {
        margin: 0 auto;
    }
    .nav-blok__logo, .nav-burger {
        margin-left: 20px;
    }
    .nav-burger{
        margin-right: 20px;     
    }

    .text-elem {
        max-width: 250px;
    }

    .text-elem__header {
        font-size: 28px;
    }

    .partnership-pic {
        grid-template-columns: repeat(2, 83px);
        grid-template-rows: repeat(2, 60px);
    }

    .three-btn__item {
        font-size: 12px;
        padding: 7px 19px;
    }
    .nav-blok__logo_footer {
        margin-left: 0px;
    }
}

@media screen and (max-width: 390px) {
    .fourth-part__text {
        margin: 20px auto;
        max-width: 200px;
        font-size: 20px;
    }
    .fife-part{
        margin-left: 10px;
    }
   
    .third-part {
        margin-left: 10px;
    }
    .let-tour,.let-tour-blok__text{
        margin-left: 10px;
    }
    .house-detail-blok {
        padding-left: 10px;
    }
    .house-detail-blok__table {
        grid-template-columns: repeat(1, 150px);
    }
    .three-btn {
        display: block;
    }

    .second-part {
        margin-left: 10px;
    }

    .three-btn__item {
        max-width: 100px;
        margin: 0 auto;
        margin-bottom: 10px;
        justify-content: center;
    }
    .nav-blok__logo_footer {
        margin-left: 0px;
    }
}