.home .pc {
    display: block
}

.home .mob {
    display: none
}


/* body {
    background: #ebebeb;
    font-family: "Manrope", sans-serif;
} */

.fp_block {
    padding: 80px 0;
}

.fp_block h2 {
    margin-top: 0;
}

.first-display {
    padding: 40px 0 0 0;
    position: relative;
    z-index: 1;
}

.first-display a {
    width: 310px;
    height: 68px;
}

.first-display__title {
    color: var(--white);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin: 0 0 20px;
}

.first-display__desc {
    color: var(--white);
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 20px;
    position: relative;
    width: max-content;
}

.first-display__label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 160px;
    height: 160px;
    background: var(--white);
    position: absolute;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 100%;
    top: 0;
    right: -205px;
    z-index: 2;
}

.first-display__label-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid rgba(45, 45, 45, 0.2);
    border-radius: 100%;
}

.first-display__label-container span {
    margin-top: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #2d2d2d;
}

.first-display .container {
    position: relative;
}

.first-display__form {
    background: var(--white);
    border-radius: 20px;
    min-height: 220px;
    padding: 40px;
}

.first-display__img {
    position: absolute;
    top: -30px;
    right: -355px;
    z-index: 1;
}

.first-display__advantages {
    width: 100%;
    background: rgba(0, 0, 0, .8);
    height: 180px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 40px;
    border-radius: 35px 35px 0 0;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.first-display__advantages-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.first-display__advantages-item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--white);
    margin-left: 20px;
}

.img_bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.fp_block.second-display {
    background: #1a1a1a;
    padding: 80px 0 260px;
    position: relative;
}

.second-display__title {
    color: var(--white);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 30px;
}

.second-display__title span {
    text-transform: uppercase;
}

.second-display__desc {
    color: var(--white);
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 30px;
}

.second-display__advantages {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

.second-display__ad-item {
    border-radius: 20px;
    max-height: 220px;
    padding: 20px 17px;
    width: 260px;
}

.second-display__ad-item:first-child {
    padding: 0;
}

.second-display__ad-item.comfortable,
.second-display__ad-item.safely {
    background: #242424;
}

.second-display__ad-item.profitably {
    background: var(--red);
}

.second-display__ad-item img {
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.second-display__ad-item-title {
    color: #f5f5f5;
    font-weight: 600;
    font-size: 22px;
    line-height: 135%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.second-display__ad-item ul {
    margin: 0;
    padding: 0;
}

.second-display__ad-item li {
    color: #f5f5f5;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.second-display__ad-item li:last-child {
    margin-bottom: 0;
}

.second-display__ad-item li:before {
    background: var(--red);
    border-radius: 50%;
    bottom: 0;
    content: '';
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 8px;
    z-index: 10;
}

.second-display__ad-item.profitably li:before {
    background: var(--white);
    content: '';
}

.second-display__advantages-icons {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.second-display__advantages-icons-item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 260px;
}

.second-display__ad-ico-item-values {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.second-display__ad-ico-item-values span {
    color: var(--white);
    font-weight: 400;
    font-size: 52px;
    line-height: 145%;
}

.second-display__ad-ico-item-values img {
    height: 50px;
    width: 50px;
}

.second-display__ad-ico-item-name {
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    line-height: 136%;
}

.second-display .img_bg {
    bottom: 0;
    top: unset;
    height: unset;
    z-index: 1;
}

.third-display {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.third-display .container {
    position: relative;
}

.third-display__title {
    color: #2d2d2d;
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 40px;
}

.third-display__filter {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.third-display__filter-item {
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    color: var(--black);
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    padding: 0 50px 10px 5px;
    white-space: nowrap;
    min-width: 20%;
}

.third-display__filter-item:hover,
.third-display__filter-item.active {
    border-bottom: 2px solid var(--red);
}

.third-display__slider {
    margin-bottom: 40px;
    overflow: hidden;
}

.third-display__slider .swiper-wrapper {}

.third-display__slider .swiper-slide {
    background: var(--white);
    border-radius: 20px;
    max-width: 360px;
}

.third-display .third-display-swiper-button-prev,
.third-display .third-display-swiper-button-next {
    bottom: 0;
    border-radius: 50%;
    cursor: pointer;
    justify-content: unset;
    height: 40px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 10;
}

.third-display .third-display-swiper-button-prev {
    left: -80px;
}

.third-display .third-display-swiper-button-next {
    right: -80px;
}

.third-display .third-display-swiper-button-prev.swiper-button-disabled,
.third-display .third-display-swiper-button-next.swiper-button-disabled {
    display: none;
}

.third-display__slider .third-display__slider-post-img {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    height: 240px;
    object-fit: cover;
}

.third-display__slider .third-display__slider-post-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
}

.third-display__slider .third-display__slider-post-title {
    color: var(--black);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    text-decoration: none;
}

.third-display__slider .third-display__slider-post-meta {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.third-display__slider .third-display__slider-post-meta.square svg {
    margin-right: 10px;
    width: 19px;
}

.third-display__slider .third-display__slider-post-meta.bedrooms {
    margin-right: 20px;
}

.third-display__slider .third-display__slider-post-meta.bedrooms svg {
    margin-right: 8px;
    width: 23px;
}

.third-display__slider .third-display__slider-post-meta.bathrooms svg {
    margin-right: 8px;
    width: 22px;
}

.third-display__slider .third-display__slider-post-meta.distance_from_sea svg {
    margin-right: 8px;
    width: 24px;
}

.third-display__slider .third-display__slider-post-meta span {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

.third-display__slider .third-display__slider-post-meta strong {
    color: var(--black);
    font-weight: 600;
}

.third-display__slider .third-display__slider-post-meta-block {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.third-display__slider .third-display__slider-post-link:hover,
.third-display__slider .third-display__slider-post-link:visited,
.third-display__slider .third-display__slider-post-link {
    background: var(--red);
    border-radius: 8px;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    padding: 19px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.third-display__link:visited,
.third-display__link:hover,
.third-display__link {
    background: var(--red);
    border-radius: 8px;
    color: var(--white);
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    margin: 0 auto;
    padding: 19px;
    text-align: center;
    text-decoration: none;
    width: 360px;
}

.fourth-display {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.fourth-display__title {
    color: var(--white);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 30px;
}

.fourth-display__desc {
    color: var(--white);
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    max-width: 560px;
    margin-bottom: 40px;
}

.fourth-display__form {
    max-width: 460px;
}

.fourth-display__form input[name="first-name"] {
    display: none;
}

.fourth-display__form .feedbackForm-row {
    margin-top: 10px;
}

.fourth-display__form .feedbackForm-row:first-child {
    margin-top: 0;
}

.fourth-display__form .feedbackForm-label {
    margin-bottom: 7px;
    line-height: 154%;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: var(--white);
}

.fourth-display__form .feedbackForm-input input {
    background: var(--white);
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    color: var(--black);
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    max-height: 60px;
    outline: none;
    padding: 20px;
    width: 100%;
}

.fourth-display__form .feedbackForm-input.error input[type="text"] {
    border: 1px solid var(--red);
}

.fourth-display__form input[type="submit"] {
    padding: 14px 20px;
    width: 100%;
    max-height: 80px;
    background: var(--red);
    border: none;
    border-radius: 8px;
    color: var(--white);
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
}

.fourth-display__form .feedbackForm-checkbox input[type="checkbox"] {
    display: none;
}

.fourth-display__form .feedbackForm-checkbox input[type="checkbox"]+label {
    position: relative;
    padding-left: 26px;
    font-size: 11px;
    font-weight: 400;
    line-height: 145%;
    color: var(--white);
}

.fourth-display__form .feedbackForm-checkbox input[type="checkbox"]+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.fourth-display__form .feedbackForm-checkbox.error input[type="checkbox"]+label:before {
    border-color: var(--red);
}

.fourth-display__form .feedbackForm-checkbox input[type="checkbox"]:checked+label:before {
    border: none;
    background: url(../images/home-page/fourth-display-wpcf7-checkbox.png) no-repeat center #403B2A;
    background-size: 14px 14px;
}

.fourth-display__form .feedbackForm-checkbox input[type="checkbox"]+label a {
    margin-left: 4px;
    color: var(--white);
    text-decoration: underline;
}

.fourth-display__form .feedback-form-result {
    font-size: 18px;
    line-height: 24px;
    color: white;
}

.fourth-display__form .feedback-form-result__title {
    font-weight: bold;
}

.fourth-display__form .feedback-form-result__desc {
    margin-top: 10px;
}

.fourth-display__file-format {
    bottom: 109px;
    position: absolute;
    left: calc(50% - 50px);
    width: 178px;
    z-index: 10;
}

.fourth-display .img_bg {
    object-fit: cover;
}

.fifth-display {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.fifth-display__first-title {
    color: var(--black);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 40px;
}

.fifth-display__table {
    /*background: var(--white);*/
    /*border-radius: 20px;*/
    min-height: 372px;
    margin-bottom: 88px;
    overflow-y: hidden;
    overflow-x: auto;
    /*padding: 30px;*/
}

.fifth-display__table table {
    background: var(--white);
    border-radius: 20px;
    height: 100%;
    padding: 30px;
    margin: 0;
    min-width: 1070px;
    width: 100%;
}

.fifth-display__table::-webkit-scrollbar {
    display: none;
}

.fifth-display__table th {
    color: var(--black);
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    padding: 22px 0;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.fifth-display__table td {
    color: var(--black);
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    padding: 22px 0;
    position: relative;
    width: 240px;
    text-align: center;
}

.fifth-display__table tbody tr:nth-child(1) td {
    border-top: 1px solid #dadada;
}

.fifth-display__table tbody tr:nth-child(2) td {
    border-top: 1px solid #c3c3c3;
}

.fifth-display__table tbody tr:nth-child(3) td {
    border-top: 1px solid #848484;
}

.fifth-display__table tbody tr:nth-child(4) td {
    border-top: 1px solid #4e4e4e;
}

.fifth-display__table td:first-child {
    width: 220px;
}

.fifth-display__table td.active:before {
    background: url('../images/home-page/fifth-display-table-benefit.png') no-repeat center;
    bottom: 0;
    content: '';
    height: 55px;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 168px;
    z-index: 10;
}

.fifth-display__second-title {
    color: var(--black);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 20px;
}

.fifth-display__desc {
    color: var(--black);
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 40px;
}

.fifth-display__hot-sales {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fifth-display__hot-sales-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 40px;
    width: 100%;
}

@media (min-width: 801px) and (max-width: 1200px) {
    .fifth-display__hot-sales-wrapper {
        justify-content: center;
        margin: 0 -20px;
        width: calc(100% + 40px);
    }
}

.fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item {
    border-radius: 20px;
    height: 280px;
    overflow: hidden;
    position: relative;
    width: 175px;
}

.fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item span {
    background: rgba(26, 26, 26, 0.6);
    border-radius: 20px;
    bottom: 0;
    color: #e2e2e2;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 130%;
    left: 0;
    height: 80px;
    position: absolute;
    width: 100%;
    padding-left: 19px;
}

.fifth-display__hot-sales-close-sales {
    background: var(--black);
    border-radius: 20px;
    height: 280px;
    min-width: 360px;
    padding: 20px;
    width: 360px;
}

.fifth-display__hot-sales-close-sales-title {
    color: #e2e2e2;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 13px;
}

.fifth-display__hot-sales-close-sales input[name="first-name"] {
    display: none;
}

.fifth-display__hot-sales-close-sales .feedbackForm-row {
    margin-top: 10px;
}

.fifth-display__hot-sales-close-sales .feedbackForm-row:first-child {
    margin-top: 0;
}

.fifth-display__hot-sales-close-sales .feedbackForm-label {
    margin-bottom: 7px;
    line-height: 154%;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    color: #e2e2e2;
}

.fifth-display__hot-sales-close-sales .feedbackForm-input input {
    background: var(--white);
    border-radius: 8px;
    border: 1px solid #fff;
    color: var(--black);
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    max-height: 49px;
    padding: 14px 20px;
    width: 100%;
}

.fifth-display__hot-sales-close-sales .feedbackForm-input.error input[type="text"] {
    border: 1px solid var(--red);
}

.fifth-display__hot-sales-close-sales input[type="submit"] {
    background: var(--red);
    border: none;
    border-radius: 8px;
    color: var(--white);
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    max-height: 60px;
    padding: 18px;
    width: 100%;
}

.fifth-display__hot-sales-close-sales .feedbackForm-checkbox input[type="checkbox"] {
    display: none;
}

.fifth-display__hot-sales-close-sales .feedbackForm-checkbox input[type="checkbox"]+label {
    position: relative;
    padding-left: 26px;
    font-size: 11px;
    font-weight: 400;
    line-height: 145%;
    color: var(--white);
}

.fifth-display__hot-sales-close-sales .feedbackForm-checkbox input[type="checkbox"]+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.fifth-display__hot-sales-close-sales .feedbackForm-checkbox.error input[type="checkbox"]+label:before {
    border-color: var(--red);
}

.fifth-display__hot-sales-close-sales .feedbackForm-checkbox input[type="checkbox"]:checked+label:before {
    border: none;
    background: url(../images/home-page/fourth-display-wpcf7-checkbox.png) no-repeat center #403B2A;
    background-size: 14px 14px;
}

.fifth-display__hot-sales-close-sales .feedbackForm-checkbox input[type="checkbox"]+label a {
    margin-left: 4px;
    color: var(--white);
    text-decoration: underline;
}

.fifth-display__hot-sales-close-sales .feedback-form-result {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    color: white;
}

.fifth-display__hot-sales-close-sales .feedback-form-result__title {
    font-weight: bold;
}

.fifth-display__hot-sales-close-sales .feedback-form-result__desc {
    margin-top: 10px;
}

.six-display {
    background: var(--black);
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.six-display__title {
    color: var(--white);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 40px;
}

.six-display__tab {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.six-display__tab-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: 100%;
}

.six-display__tab-header li {
    border-bottom: 1px solid #c1c1c1;
    color: var(--white);
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    list-style: none;
    line-height: 154%;
    min-width: 183px;
    padding: 0 5px;
    text-align: left;
    white-space: nowrap;
}

.six-display__tab-header li:hover,
.six-display__tab-header li.active {
    border-bottom: 1px solid var(--red);
}

.six-display__tab-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.six-display__tab-body-item {
    align-items: center;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.six-display__tab-body-item.active {
    display: flex;
}

.six-display__tab-body-item-images {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 40px;
    min-width: 560px;
}

.six-display__tab-body-item-images-main {
    border-radius: 30px;
    min-height: 323px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
}

.six-display__tab-body-item-images-main img {
    border-radius: 30px;
    height: 100%;
    width: 100%;
}

.six-display__tab-body-item-images-thumb {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.six-display__tab-body-item-images-thumb a {
    border-radius: 30px;
    overflow: hidden;
    height: 125px;
    max-width: 125px;
    width: calc(25% - 20px);
}

.six-display__tab-body-item-images-thumb img {
    height: 100%;
    width: 100%;
}

.six-display__tab-body-item-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.six-display__tab-body-item-content-title {
    color: var(--white);
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 20px;
}

.six-display__tab-body-item-content-location {
    align-items: center;
    color: var(--white);
    display: flex;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 21px;
}

.six-display__tab-body-item-content-location img {
    height: 29px;
    margin-right: 9px;
    width: 29px;
}

.six-display__tab-body-item-content-desc {
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 20px;
}

.six-display__tab-body-item-content-advantages {
    margin: 0 0 9px;
    padding: 0;
}

.six-display__tab-body-item-content-advantages li {
    align-items: center;
    color: var(--white);
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 11px;
}

.six-display__tab-body-item-content-advantages li img {
    height: 16px;
    margin-right: 12px;
    width: 16px;
}

.six-display__tab-body-item-content-btn:focus,
.six-display__tab-body-item-content-btn:visited,
.six-display__tab-body-item-content-btn:hover,
.six-display__tab-body-item-content-btn {
    background: var(--red);
    border-radius: 8px;
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    padding: 24px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.seventh-display {
    align-items: flex-start;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.seventh-display__title {
    color: var(--black);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 30px;
}

.seventh-display__desc {
    color: var(--black);
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 40px;
}

.seventh-display__link-block {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.seventh-display__link-block a {
    align-items: flex-start;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
    text-decoration: none;
    width: 360px;
    z-index: 1;
}

.seventh-display__link-title {
    color: var(--white);
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
}

.seventh-display__link-text {
    color: var(--white);
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.seventh-display__link-img-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.seventh-display__link-img-wrapper:before {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.seventh-display__link-block a img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.eighth-display {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.eighth-display__title {
    color: var(--black);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 40px;
}

.eighth-display__faq-block {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.eighth-display__faq-block img {
    border-radius: 20px;
    overflow: hidden;
    margin-right: 40px;
    min-width: 460px;
    width: 460px;
}

.eighth-display__faq {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.eighth-display__faq-item {
    border-bottom: 1px solid rgba(26, 26, 26, .1);
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.eighth-display__faq-item-title {
    color: var(--black);
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    padding-right: 40px;
    position: relative;
}

.eighth-display__faq-item-title svg {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.eighth-display__faq-item.active .eighth-display__faq-item-title svg {
    transform: rotate(180deg);
}

.eighth-display__faq-item-text {
    display: none;
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    margin-top: 20px;
}

.eighth-display__faq-item.active .eighth-display__faq-item-text {
    display: block;
}

.ninth-display {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ninth-display__title {
    color: var(--black);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 40px;
}

.ninth-display__wrapper {
    padding-left: 700px;
    position: relative;
    margin-bottom: 50px;
    min-height: 533px;
    width: 100%;
}

.ninth-display__post-item {
    align-items: center;
    background: var(--white);
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 20px;
    width: 100%;
}

.ninth-display__post-item:last-child {
    margin-bottom: 0;
}

.ninth-display__post-item img {
    border-radius: 20px;
    margin-right: 20px;
    height: 119px;
    object-fit: cover;
    width: 100px;
}

.ninth-display__post-item.main {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    left: 0;
    margin-bottom: 0;
    min-height: 566px;
    max-height: 566px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 660px;
}

.ninth-display__post-item.main img {
    height: unset;
    margin-right: 0;
    width: 100%;
}

.main .ninth-display__post-item-container {
    padding: 40px;
}

.ninth-display__post-item-info {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.main .ninth-display__post-item-info {
    margin-bottom: 20px;
}

.ninth-display__post-item-info-date {
    color: var(--black);
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    margin-right: 20px;
}

.main .ninth-display__post-item-info-date {
    font-size: 14px;
}

.ninth-display__post-item-info-category:focus,
.ninth-display__post-item-info-category:hover,
.ninth-display__post-item-info-category {
    background: #f5f5f5;
    border-radius: 50px;
    color: var(--black);
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    padding: 10px 24px;
    text-decoration: none;
}

.main .ninth-display__post-item-info-category {
    font-size: 14px;
}

.ninth-display__post-title:focus,
.ninth-display__post-title:hover,
.ninth-display__post-title {
    color: #383838;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    max-height: 72px;
    overflow: hidden;
    text-decoration: none;
}

.main .ninth-display__post-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 135%;
}

.ninth-display__post-subscribe:focus,
.ninth-display__post-subscribe:hover,
.ninth-display__post-subscribe {
    background: var(--red);
    border-radius: 8px;
    color: var(--white);
    display: block;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    padding: 27px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .third-display .third-display-swiper-button-prev {
        left: 0;
    }
    .third-display .third-display-swiper-button-next {
        right: 0;
    }
}


/*@media screen and (min-width: 801px) and (max-width: 1200px) {*/

@media screen and (max-width: 1200px) {
    .first-display__desc {
        font-size: 18px;
    }
    .ninth-display__title,
    .eighth-display__title,
    .seventh-display__title,
    .seventh-display__title,
    .six-display__title,
    .fifth-display__second-title,
    .fifth-display__first-title,
    .fourth-display__title,
    .third-display__title,
    .second-display__title,
    .first-display__title {
        font-size: 40px;
    }
    .second-display__ad-item {
        width: 220px;
    }
    .second-display__ad-item:first-child {
        padding: 0;
    }
    .second-display__ad-item li {
        font-size: 11px;
    }
    .second-display__advantages-icons-item {
        padding: 0 5px;
    }
    .third-display__slider {
        margin-left: auto;
        margin-right: auto;
        max-width: 740px;
    }
    .fourth-display__file-format {
        left: calc(50% - 30px);
        width: 130px;
    }
    .fifth-display__table table {
        min-width: unset;
    }
    .fifth-display__hot-sales {
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0;
    }
    /*.fifth-display__hot-sales-wrapper {*/
    /*    justify-content: center;*/
    /*    margin: 0 -20px;*/
    /*    width: calc(100% + 40px);*/
    /*}*/
    .fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item {
        margin: 0 20px 40px;
    }
    .fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item img {
        object-fit: cover;
        height: 100%;
    }
    .six-display__tab-header li {
        min-width: 150px;
    }
    .seventh-display__link-block {
        justify-content: center;
    }
    .seventh-display__link-block a {
        margin: 0 20px 40px;
    }
    .ninth-display__wrapper {
        padding-left: 540px;
    }
    .ninth-display__post-item.main {
        width: 500px;
    }
}

@media screen and (max-width: 1024px) {
    html body .first-display {
        padding-bottom: 0;
    }
    .first-display__desc br {
        display: none;
    }
    .first-display__desc br.mob {
        display: block;
    }
    .first-display__desc {
        font-size: 15px;
        max-width: 400px;
    }
    .first-display__advantages {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        height: auto;
        padding: 20px;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }
    .first-display__advantages-item {
        margin-bottom: 20px;
    }
    .first-display__advantages-item:last-of-type {
        margin-bottom: 0;
    }
    .fp_block {
        padding: 30px 0;
    }
    .fifth-display__desc,
    .second-display__desc {
        font-size: 21px;
    }
    .second-display__advantages {
        justify-content: center;
        flex-wrap: wrap;
    }
    .second-display__ad-item {
        margin: 20px;
    }
    .second-display__ad-item.mob {
        margin: 20px auto;
    }
    .second-display__ad-item-title {
        font-size: 22px;
    }
    .second-display__advantages-icons-item {
        width: 175px;
    }
    .second-display__ad-ico-item-values span {
        font-size: 35px;
    }
    .third-display__filter {
        overflow-y: hidden;
        overflow-x: auto;
        margin-left: -120px;
        margin-right: -120px;
        padding-left: 120px;
        padding-right: 120px;
        width: calc(100% + 240px);
    }
    .third-display__filter::-webkit-scrollbar {
        display: none;
    }
    .fourth-display {
        padding-bottom: 160px;
    }
    .fourth-display__desc {
        font-size: 20px;
        max-width: 450px;
    }
    .fourth-display__file-format {
        display: none;
    }
    .fifth-display__table {
        /*margin: 0 -112px 60px;*/
        /*padding: 0 112px;*/
        /*width: calc(100% + 238px);*/
        margin: 0 -105px 60px;
        padding: 0 105px;
        width: calc(100% + 210px);
    }
    .fifth-display__table table {
        min-width: 1070px;
    }
    .six-display__tab-header {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .six-display__tab-body-item {
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
    }
    .six-display__tab-header li {
        min-width: unset;
        width: inherit;
    }
    .six-display__tab-body-item-images-main {
        min-height: auto;
    }
    .six-display__tab-body-item-images {
        min-width: unset;
        margin-right: 0;
    }
    .six-display__tab-body-item-images-thumb {
        flex-wrap: wrap;
    }
    .six-display__tab-body-item-images-thumb a {
        border-radius: 25px;
        margin-bottom: 30px;
        max-width: 165px;
        min-width: unset;
        width: calc(25% - 15px);
    }
    .six-display__tab-body-item-content-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .six-display__tab-body-item-content-location {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .six-display__tab-body-item-content-desc {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .six-display__tab-body-item-content-btn:focus,
    .six-display__tab-body-item-content-btn:visited,
    .six-display__tab-body-item-content-btn:hover,
    .six-display__tab-body-item-content-btn {
        font-size: 16px;
        padding: 18px 15px;
    }
    .seventh-display__link-block a {
        margin: 0 10px 20px;
    }
    .seventh-display__link-block a:last-child {
        margin-bottom: 0;
    }
    .eighth-display__faq-item-title {
        font-size: 18px;
    }
    .eighth-display__faq-item-text {
        font-size: 14px;
    }
    .eighth-display__faq-block img {
        display: none;
    }
    .ninth-display__wrapper {
        padding-left: 390px;
    }
    .ninth-display__post-item {
        margin-bottom: 20px;
    }
    .ninth-display__post-item.main {
        min-height: 535px;
        max-height: 535px;
        width: 350px;
    }
    .main .ninth-display__post-title {
        font-size: 22px;
        max-height: unset;
    }
}

@media screen and (max-width: 800px) {
    .first-display__img {
        position: unset;
    }
    .home .pc {
        display: none
    }
    .home .mob {
        display: block
    }
    .fp_block {
        padding: 30px 0;
    }
    .fourth-display {
        min-height: 730px;
    }
    .ninth-display__title,
    .eighth-display__title,
    .seventh-display__title,
    .seventh-display__title,
    .six-display__title,
    .fifth-display__second-title,
    .fifth-display__first-title,
    .fourth-display__title,
    .third-display__title,
    .second-display__title,
    .first-display__title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .second-display__title,
    .first-display__title {
        margin-bottom: 10px;
    }
    .seventh-display__desc,
    .fifth-display__desc,
    .fourth-display__desc,
    .second-display__desc {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .first-display__advantages {
        margin-top: 20px;
    }
    .first-display__desc {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .first-display__advantages-item svg {
        width: 40px;
        height: 40px;
    }
    .first-display__advantages-item span {
        font-size: 17px;
        line-height: 140%;
    }
    .first-display__label {
        right: 0;
        width: 100px;
        height: 100px;
        top: 100px;
    }
    .default-btn span {
        opacity: .7;
    }
    .first-display__label svg {
        width: 30px;
        height: 30px;
    }
    .first-display__label-container span {
        margin-top: 5px;
        font-size: 8px;
        line-height: 140%;
    }
    .first-display a {
        width: 100%;
    }
    .fp_block.second-display {
        padding: 30px 0 80px;
    }
    .second-display__title span {
        text-transform: none;
    }
    .second-display__advantages-icons {
        flex-wrap: wrap;
    }
    .second-display__advantages-icons-item {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 20px 15px 0;
        width: calc(50% - 20px);
    }
    .second-display__ad-ico-item-values span {
        font-size: 32px;
    }
    .second-display__ad-ico-item-values img {
        height: 32px;
        width: 32px;
    }
    .third-display__filter-item {
        font-size: 18px;
        line-height: 140%;
        padding: 0 50px 10px 5px;
        white-space: nowrap;
        min-width: unset;
    }
    .third-display__slider .third-display__slider-post-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .third-display__link:visited,
    .third-display__link:hover,
    .third-display__link {
        padding: 19px;
        width: 100%;
    }
    .third-display__slider {
        max-width: 345px;
    }
    .third-display__link:visited,
    .third-display__link:hover,
    .third-display__link {
        padding: 17px;
    }
    .fourth-display .img_bg {
        object-fit: cover;
        object-position: bottom;
    }
    .fifth-display__table {
        margin: 0 -100px 60px;
        padding: 0 100px;
        width: calc(100% + 212px);
    }
    .fifth-display__hot-sales {
        flex-direction: column;
        justify-content: center;
    }
    .fifth-display__hot-sales-wrapper {
        margin-right: 0;
        justify-content: center;
        flex-wrap: wrap;
    }
    .fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item {
        /*border-radius: 33px;*/
        height: 220px;
        /*margin: 0 15px 15px 0;*/
        /*width: calc(50% - 15px);*/
    }
    .fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item img {
        height: unset;
        /*object-fit: cover;*/
        /*width: 100%;*/
    }
    .fifth-display__hot-sales-close-sales {
        min-width: unset;
        width: 100%;
    }
    .fifth-display__hot-sales-close-sales-title {
        font-size: 18px;
    }
    .six-display__tab-body-item-content {
        margin-top: 20px;
    }
    .seventh-display__link-block {
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: unset;
    }
    .seventh-display__link-block a {
        width: 100%;
    }
    .seventh-display__link-title {
        font-size: 22px;
    }
    .seventh-display__link-text {
        font-size: 18px;
    }
    .ninth-display__wrapper {
        padding-left: 0;
    }
    .ninth-display__post-item {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 15px;
        padding: 0;
    }
    .ninth-display__post-item.main {
        left: unset;
        min-height: unset;
        max-height: unset;
        margin-bottom: 15px;
        padding: 0;
        position: relative;
        top: unset;
        width: 100%;
    }
    .ninth-display__post-item-container,
    .main .ninth-display__post-item-container {
        padding: 15px;
    }
    .ninth-display__post-item.main img,
    .ninth-display__post-item img {
        margin-right: 0;
        height: 160px;
        object-fit: cover;
        object-position: bottom;
        width: 100%;
    }
    .ninth-display__post-title,
    .main .ninth-display__post-title {
        font-size: 20px;
        max-height: unset;
    }
    .ninth-display__post-subscribe:focus,
    .ninth-display__post-subscribe:hover,
    .ninth-display__post-subscribe {
        padding: 17px;
    }
}

@media screen and (max-width: 714px) {
    .fifth-display__table {
        margin: 0 -60px 60px;
        padding: 0 60px;
        width: calc(100% + 133px);
    }
}

@media screen and (max-width: 600px) {
    .second-display__ad-item {
        margin: 7px 0;
        max-height: unset;
        width: 100%;
    }
    .second-display__ad-item li {
        font-size: 14px;
    }
    .second-display__ad-item img {
        border-radius: 30px;
    }
    .second-display__ad-item.mob {
        max-height: 170px;
        overflow: hidden;
        padding: 0;
    }
    .second-display__ad-item.mob img {
        object-fit: cover;
    }
    .third-display__filter {
        overflow-y: hidden;
        overflow-x: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% + 30px);
    }
    .third-display__filter::-webkit-scrollbar {
        display: none;
    }
    .third-display__filter-item {
        min-width: unset;
        width: unset;
    }
    .third-display__slider {
        overflow: hidden;
        margin: 0 auto 30px;
        width: 345px;
    }
    .third-display__slider .swiper-slide {
        max-width: 345px;
        width: 345px;
    }
    .third-display__slider .third-display__slider-post-img {
        width: 100%;
    }
    .fourth-display {
        min-height: 650px;
    }
    .fifth-display__table {
        margin: 0 -15px 60px;
        padding: 0 15px;
        width: calc(100% + 30px);
    }
    .fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item {
        box-sizing: border-box;
        max-width: calc(50% - 7px);
    }
    .ninth-display__wrapper {
        margin-bottom: 20px;
        padding-left: 0;
    }
    .eighth-display__post-item {
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 20px;
        padding: 20px;
        width: 100%;
    }
    .eighth-display__post-item.main {
        left: unset;
        min-height: unset;
        max-height: unset;
        margin-bottom: 20px;
        padding: 20px;
        position: relative;
        top: unset;
        width: 100%;
    }
    .main .eighth-display__post-item-container,
    .eighth-display__post-item-container {
        padding: 20px 0 0;
    }
    .eighth-display__post-item.main img,
    .eighth-display__post-item img {
        margin-right: 0;
        height: 160px;
        object-fit: unset;
        width: unset;
    }
    .main .eighth-display__post-item-info-date,
    .eighth-display__post-item-info-date {
        font-size: 12px;
    }
    .main .eighth-display__post-item-info-category:focus,
    .main .eighth-display__post-item-info-category:hover,
    .main .eighth-display__post-item-info-category,
    .eighth-display__post-item-info-category:focus,
    .eighth-display__post-item-info-category:hover,
    .eighth-display__post-item-info-category {
        font-size: 12px;
    }
    .eighth-display__post-title,
    .main .eighth-display__post-title {
        font-size: 20px;
        max-height: unset;
    }
}

@media screen and (max-width: 480px) {
    .fourth-display {
        min-height: 615px;
    }
    .fifth-display__hot-sales-wrapper {
        gap: 20px;
        margin-bottom: 20px;
    }
    /*.fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item {*/
    /*    box-sizing: border-box;*/
    /*    margin: 0 0 15px;*/
    /*    max-width: calc(50% - 7px);*/
    /*}*/
    .fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item {
        margin: 0;
        max-width: calc(50% - 10px);
    }
    .six-display__tab-body-item-images-thumb a {
        border-radius: 25px;
        margin-bottom: 30px;
        max-width: unset;
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 375px) {
    .third-display__slider {
        width: 290px;
    }
    .fourth-display {
        min-height: 600px;
    }
    .fifth-display__hot-sales-close-sales-title {
        font-size: 14px;
    }
    .fifth-display__hot-sales-close-sales .policy p label {
        font-size: 9px;
    }
    .fifth-display__hot-sales-close-sales .policy p a:visited,
    .fifth-display__hot-sales-close-sales .policy p a:hover,
    .fifth-display__hot-sales-close-sales .policy p a {
        font-size: 9px;
    }
    .fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item {
        height: 212px;
    }
    .fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item span {
        font-size: 14px;
        padding-left: 17px;
    }
}

@media screen and (max-width: 320px) {
    body {
        min-width: 320px;
    }
    .ninth-display__title,
    .eighth-display__title,
    .seventh-display__title,
    .seventh-display__title,
    .six-display__title,
    .fifth-display__second-title,
    .fifth-display__first-title,
    .fourth-display__title,
    .third-display__title,
    .second-display__title,
    .first-display__title {
        font-size: 21px;
    }
    .seventh-display__desc,
    .fifth-display__desc,
    .fourth-display__desc,
    .first-display__desc,
    .second-display__desc {
        font-size: 15px;
    }
    .second-display__advantages-icons-item {
        width: 120px;
    }
    .third-display__slider .swiper-slide {
        max-width: 290px;
        width: 290px;
    }
    .third-display__link:visited,
    .third-display__link:hover,
    .third-display__link {
        width: 100%;
    }
    .fourth-display {
        min-height: 575px;
    }
    .fourth-display__form .policy p label {
        font-size: 10px;
    }
    .fourth-display__form .policy p a:visited,
    .fourth-display__form .policy p a:hover,
    .fourth-display__form .policy p a {
        font-size: 10px;
    }
    .fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item {
        width: 100%;
    }
    .fifth-display__hot-sales-item img {
        border-radius: 30px;
        width: 100%;
    }
    .fifth-display__hot-sales-wrapper .fifth-display__hot-sales-item {
        height: 197px;
    }
    .fifth-display__hot-sales-close-sales-title {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .fifth-display__hot-sales-close-sales .wpcf7-form label {
        font-size: 11px;
    }
    .fifth-display__hot-sales-close-sales .policy p label {
        font-size: 9px;
    }
    .fifth-display__hot-sales-close-sales .policy p a:visited,
    .fifth-display__hot-sales-close-sales .policy p a:hover,
    .fifth-display__hot-sales-close-sales .policy p a {
        font-size: 9px;
    }
    .six-display__tab-body-item-content-location {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .six-display__tab-body-item-content-btn:focus,
    .six-display__tab-body-item-content-btn:visited,
    .six-display__tab-body-item-content-btn:hover,
    .six-display__tab-body-item-content-btn {
        font-size: 12px;
    }
    .seventh-display__link-block a {
        width: 100%;
    }
    .seventh-display__link-title {
        font-size: 18px;
    }
    .eighth-display__faq-item-title {
        font-size: 16px;
    }
    .eighth-display__faq-item-text {
        font-size: 14px;
    }
    .eighth-display__post-title,
    .main .eighth-display__post-title {
        font-size: 16px;
    }
}