/* Landing */
@media (max-width: 576px) {
    .expanded-mobile {
        display: none !important;
    }

    .expanded-mobile.show {
        display: block !important;
    }
}

.expand-content__switcher {
    cursor: pointer;
}

.expand-content__text {
    font-size: 18px;
    color: var(--color-green-secondary);
    text-decoration: underline;
}

.parallax-item {
    transition: transform 0.1s ease-out;
    will-change: transform;
}

.text--green {
    color: var(--color-green-secondary);
}

@media (min-width: 1400px) {
    .text-xxl-nowrap {
        white-space: nowrap;
    }
}

#breadcrumbs {
    position: relative;
    z-index: 10;
}

.landing-page {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 576px) {
    .landing-page {
        margin-left: 0;
        margin-right: 0;
    }
}

.landing-page #mainBlock {
    position: relative;
    height: 91vh;
}

.landing-page .main-section__content {
    position: relative;
    z-index: 10;
}

.landing-page.tehnadzor .main-section__background {
    position: absolute;
    right: -15%;
    transform: translateY(50%);
    bottom: 50%;
}

.landing-page .main-section__title {
    font-size: 68px;
    font-weight: 700;
}

.landing-page .main-section__title .accent {
    color: #fff;
    background-color: var(--color-green-secondary);
}

@media (max-width: 992px) {
    .landing-page .main-section__title .accent {
        font-size: 28px;
    }
}

.landing-page .main-section__subtitle {
    font-size: 30px;
    line-height: 120%;
}

.landing-page .main-section__text{
    font-size: 20px;
    line-height: 130%;
}

.landing-page .main-section__buttons-block {
    width: 90%;
}

.landing-page .btn-custom {
    border-radius: 10px;
    font-size: 22px;
    text-align: center;
    padding: 15px 18px;
    border: 0;
    text-decoration: none;
    transition: none;
}

.landing-page .btn-custom:focus {
    border: 0;
    outline: none;
}

@media (max-width: 1200px) {
    .landing-page.tehnadzor .main-section__background {
        width: 60%;
        bottom: 40%;
    }
}

@media (max-width: 768px) {
    .landing-page.tehnadzor .main-section__background {
        position: relative;
        right: 0;
        transform: none;
        bottom: 0;
        width: auto;
    }

    .landing-page #mainBlock {
        height: auto !important;
        max-height: none !important;
    }

    .landing-page .main-section__buttons-block {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .landing-page .main-section__title {
        font-size: 38px;
    }

    .landing-page .main-section__subtitle {
        font-size: 20px;
    }

    .landing-page .main-section__text{
        font-size: 14px;
    }

    .landing-page #mainBlock .btn-custom {
        font-size: 14px;
        padding: 10px 6px;
    }
}

.landing-page .btn-custom.btn-green {
    background: linear-gradient(90deg, #8ADF5C 0%, var(--color-green-secondary) 100%);
    box-shadow: 0px 4px 0px #599C35;
    color: #fff;
}

.landing-page .btn-custom.btn-green:hover {
    background: #8ADF5C;
}

.landing-page .btn-custom.btn-green:focus {
    background: var(--color-green-secondary);
}

.landing-page .btn-custom.btn-blue {
    background: linear-gradient(90deg, #59A6EC 0%, #3D87CA 100%);
    box-shadow: 0px 4px 0px #437EB3;
    color: #fff;
}

.landing-page .btn-custom.btn-blue:hover {
    background: #59A6EC;
}

.landing-page .btn-custom.btn-blue:focus {
    background: #3D87CA;
}

.landing-page .section-title {
    font-size: 50px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 60px 0;
    padding: 0;
    position: relative;
    padding: 80px 0 60px 0;
}

@media (max-width: 576px) {
    .landing-page .section-title {
        font-size: 30px;
        margin: 30px 0;
        padding: 10px 0 30px 0;
    }
}

.landing-page .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 6px;
    background: #111;
}

.title_border h3 {
    height: 66px;
    padding-left: 20px;
    text-transform: uppercase;
}

.title_border h3:before {
    content: '';
    background-color: #ee2329;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 33px;
}

/* Landing main block section */
.landing-page .custom-card.main-block-card {
    position: relative;
    border-radius: 10px;
    text-align: start;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px #00000040;
    overflow: hidden;
    padding: 30px 20px;
}

.landing-page .custom-card.main-block-card .card-body {
    position: relative;
    padding: 0;
    z-index: 2;
}

.landing-page .main-block-card .main-block-card__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    color: var(--color-green-secondary);
}

.landing-page .main-block-card .main-block-card__text {
    font-size: 16px;
    line-height: 120%;
}

/* Landing statistic */
.landing-page .statistic-card__header {
    font-size: 70px;
    font-weight: 400;
    color: var(--color-green-secondary);
}

.landing-page .statistic-card__separator {
    height: 100px;
    border: 1px solid var(--color-green-secondary);
    margin: 0 30px;
}

@media (max-width: 768px) {
    .landing-page .statistic-card__separator {
        margin: 0 20px;
    }
}

@media (max-width: 576px) {
    .landing-page .statistic-card__header {
        font-size: 50px;
    }

    .landing-page .statistic-card__separator {
        height: 0;
        width: 100px;
        margin: 30px 0;
    }
}

.info-card__in {
    display: inline-block;
    height: 100%;
    position: relative;
    padding-bottom: 20px;
    border: 2px solid #f5f5f5;
    transition: 0.5s;
    cursor: pointer;
    padding: 30px 25px;
    width: 100%;
}

.info-card__icon {
    margin-bottom: 30px;
    height: 91px;
    line-height: 91px;
}

.info-card__icon img {
    vertical-align: bottom;
}

.info-card__title {
    transform: translateZ(0);
}

.info-card__list {
    padding: 0;
    list-style-type: none;
}

.info-card__list-item {
    line-height: 2.4rem;
    margin-bottom: 2rem;
}

.info-card__text {
    margin-bottom: 20px;
    line-height: 1.85;
    color: #111;
}

.info-card__in:hover {
    box-shadow: 0px 0px 24px -4px #dbdbdb;
}

/* Landing service info */
.landing-page .service-card {
    background-color: var(--color-green-secondary);
    color: #fff;
    padding: 40px 30px;
}

.landing-page .service-card__title {
    font-size: 40px;
    font-weight: normal;
}

.landing-page .service-card__text {
    font-size: 20px;
}

@media (min-width: 768px) {
    .landing-page .service-card {
        margin-left: -20%;
    }
}

@media (max-width: 768px) {
    .landing-page .service-card {
        margin-top: -10%;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        padding: 5px 10px;
    }

    .landing-page .service-card__title {
        font-size: 24px;
    }

    .landing-page .service-card__text {
        font-size: 16px;
    }
}

.landing-page .about-service-img {
    width: 100%;
    object-fit: contain;
}

/* Landing advantages section */
.landing-page .advantages-section__text {
    padding: 0 10%;
}

.landing-page .advantages-section__item-image {
    width: 100%;
}

.landing-page .advantages-section__item-image img {
    width: 115px;
    height: 115px;
}

.landing-page .advantages-section__item-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.landing-page .advantages-section__item-text {
    font-size: 16px;
    line-height: 2rem;
}

@media (max-width: 576px) {
    .landing-page .advantages-section__text {
        padding: 0;
    }

    .landing-page .advantages-section__item-image {
        width: 35%;
    }

    .landing-page .advantages-section__item-info {
        width: 100%;
    }

    .landing-page .advantages-section__item-image img {
        width: 75px;
        height: 75px;
    }

    .landing-page .advantages-section__item-title {
        margin-top: 0;
    }
}

/* Landing calculate price section */
.landing-page .calculate-price-section__body {
    position: relative;
    background-color: var(--color-grey);
    padding: 10% 0;
}

.landing-page .calculate-price-section__body-background-img {
    position: absolute;
    left: 10%;
    bottom: 0;
}

.landing-page .calculate-price-section__body-logo {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 200px;
}

.landing-page .calculate-price-section__title {
    width: 100%;
    min-height: 106px;
    background: linear-gradient(90deg, var(--color-green-secondary) 0%, #148C86 100%);
}

.landing-page .calculate-price-section__title > div {
    padding-right: 10%;
}

.landing-page .calculate-price-section__title p {
    font-size: 40px;
    line-height: 110%;
    color: #fff;
    text-transform: uppercase;
}

.landing-page .calculate-price-section__mobile-title {
    font-size: 28px;
    font-weight: normal;
    line-height: 110%;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    .landing-page .calculate-price-section__body {
        padding: 20% 0;
    }

    .landing-page .calculate-price-section__body-background-img {
        left: 0;
    }
}

@media (max-width: 768px) {
    .landing-page .calculate-price-section__body {
        padding: 30% 0;
    }

    .landing-page .calculate-price-section__title p {
        display: none;
    }

    .landing-page .calculate-price-section__body-background-img {
        left: -5px;
        width: 250px;
    }

    .landing-page .calculate-price-section__body-logo {
        right: 10px;
        bottom: 10px;
        width: 120px;
    }
}

/* Landing equipment section */
.landing-page .equipment-section {
    margin-top: 0;
}

/* Landing stages section */
.landing-page .stages-section__stage-number {
    font-weight: 700;
    font-size: 100px;
    line-height: 110%;
    color: var(--color-green-secondary);
}

.landing-page .stages-section__stage-image {
    max-width: 190px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.landing-page .stages-section__stage-info {
    width: 25%;
}

.landing-page .stages-section__stage-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.landing-page .stages-section__stage-text {
    font-size: 16px;
    line-height: 130%;
}

@media (max-width: 992px) {
    .landing-page .stages-section__stage-info {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .landing-page .stages-section__stage-content {
        justify-content: center;
        flex-direction: column;
    }

    .landing-page .stages-section__stage-number {
        font-size: 50px;
        width: 100%;
    }

    .landing-page .stages-section__stage-info {
        text-align: center;
    }

    .landing-page .stages-section__stage-title {
        margin-top: 1.5rem;
    }

    .landing-page .stages-section__stage-text {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Landing card stages section */
.landing-page .stage-item {
    border-bottom: 2px  solid #D9D9D9;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.landing-page .stage-item .stage-item__number {
    font-size: 50px;
    font-weight: normal;
    color: var(--color-green-secondary);
    margin-top: 0;
}

.landing-page .stage-item .stage-item__image {
    width: 100%;
    aspect-ratio: 18 / 9;
    object-fit: cover;
    object-position: center;
}

.landing-page .stage-item .stage-item__title  {
    font-size: 24px;
    font-weight: bold;
    line-height: 110%;
    text-transform: uppercase;
}

.landing-page .stage-item .stage-item__text {
    font-size: 16px;
    line-height: 130%;
    width: 70%;
}

@media (max-width: 768px) {
    .landing-page .stage-item {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .landing-page .stage-item .stage-item__image {
        aspect-ratio: 16 / 9;
    }

    .landing-page .stage-item .stage-item__text {
        width: 100%;
    }
}

/* Landing "Help to avoid" section */
.landing-page .avoid-card {
    border: 2px solid #EE2329;
    padding: 30px 20px;
    height: 100%;
}

.landing-page .avoid-card__x-badge {
    width: 46px;
    height: 46px;
}

.landing-page .avoid-card__text{
    margin-bottom: 0;
}

/* Landing service volume */
.landing-page .service-volume__info {
    line-height: 120%;
}

/* Landing pricelist */
.landing-page .pricelist-section .border-bottom,
.landing-page .faq-section .faq-card.border-bottom {
    border-bottom: 2px solid #D9D9D9 !important;
}

.landing-page .pricelist-section__general-info {
    width: 70%;
}

.landing-page .pricelist-section__price-info {
    width: 30%;
    text-align: right;
}

.landing-page .pricelist-section__title {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    margin-top: 0;
}

.landing-page .pricelist-section__subtitle {
    font-size: 16px;
    line-height: 1.8rem;
    color: #000;
    width: 70%;
}

.landing-page .pricelist-section__price {
    font-size: 36px;
    font-weight: bold;
    line-height: 100%;
    color: var(--color-green-secondary);
    margin-bottom: 0;
}

.landing-page .pricelist-section__price-type {
    font-size: 18px;
    color: #000;
}

@media (max-width: 768px) {
    .landing-page .pricelist-section__general-info {
        width: 100%;
    }

    .landing-page .pricelist-section__price-info {
        width: 100%;
        text-align: left;
    }

    .landing-page .pricelist-section__subtitle {
        width: 100%;
    }

    .landing-page .pricelist-section__price {
        font-size: 30px;
        margin-top: 1.5rem;
    }

    .landing-page .pricelist-section__price-type {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .landing-page .pricelist-section__title {
        font-size: 22px;
    }
}

/* Landing reviews */
.landing-page.tehnadzor .reviews-block {
    position: relative;
    padding: 12rem 0;
}

.landing-page.tehnadzor .reviews-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/page/service/reviews_bg_main.jpg');
    background-size: cover;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}

.landing-page .reviews-block .bg-image-top {
    position: absolute;
    top: 0;
    width: 100%;
}

.landing-page .reviews-block .bg-image-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.landing-page .review-card {
    position: relative;
    border: 0;
    height: 100%;
    padding-top: 4rem;
    margin-top: 3rem;
}

.landing-page:not(.tehnadzor) .review-card {
    background-color: #F4F4F4;
}

.landing-page .review-card .review-card__quotes-icon {
    position: absolute;
    top: -20px;
}

@media (max-width: 576px) {
    .landing-page.tehnadzor .reviews-block {
        padding: 10rem 0;
}

    .landing-page.tehnadzor .reviews-section .section-title {
        padding-top: 60px;
    }

    .landing-page .reviews-block .bg-image-top,
    .landing-page .reviews-block .bg-image-bottom {
        width: auto;
        height: 80px;
        object-fit: cover;
        object-position: center;
    }
}

/* Landing FAQ */
.landing-page .faq-section__header {
    position: relative;
}

.landing-page .faq-section__header-icon {
    position: absolute;
    right: 0;
    top: 35px;
    width: 211px;
    height: 193px;
}

.landing-page .faq-card__header:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.landing-page .faq-card__header-question {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    width: 100%;
    margin: 0;
}

.landing-page .faq-card__header-button {
    cursor: pointer;
}

.landing-page .faq-card__answer-block {
    width: 70%;
}

.landing-page .faq-card__answer {
    color: #4C4C4C;
    line-height: 130%;
}

@media (max-width: 576px) {
    .landing-page .faq-section__header .section-title {
        margin-top: 170px;
    }

    .landing-page .faq-section__header-icon {
        right: -50px;
        top: -130px;
        width: 124px;
        height: 113px;
    }

    .landing-page .faq-card__header-question {
        font-size: 20px;
    }

    .landing-page .faq-card__answer-block {
        width: 95%;
    }
}

/* Landing contact form */
.landing-page .contact-form .contact-form__title {
    font-size: 60px;
    font-weight: 400;
    line-height: 110%;
    color: var(--color-green-secondary);
    text-transform: uppercase;
}

.landing-page .contact-form .contact-form__subtitle {
    font-size: 40px;
    font-weight: 400;
    line-height: 130%;
}

@media (max-width: 768px) {
    .landing-page .contact-form {
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {
    .landing-page .contact-form .contact-form__title {
        font-size: 34px;
    }

    .landing-page .contact-form .contact-form__subtitle {
        font-size: 20px;
    }
}

.landing-page .contact-form .contact-form__phone-input {
    font-size: 22px;
    padding: 15px;
    background: #ECECEC;
    border: 0;
    width: 360px;
}

.landing-page .contact-form .contact-form__phone-input::placeholder {
    color: #C3C3C3;
}

.landing-page .contact-form .contact-form__privacy-cb {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid #404040;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.landing-page .contact-form .contact-form__privacy-cb:checked {
    background-color: var(--color-green-secondary);
    border-color: var(--color-green-secondary);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.landing-page .contact-form .contact-form__privacy-cb:focus {
    outline: none;
}

.landing-page .contact-form .contact-form__privacy-label {
    font-size: 16px;
    font-weight: normal;
}

.landing-page .contact-form .contact-form__privacy-label a {
    color: inherit;
}

.landing-page .contact-form .contact-form__privacy-label a:hover {
    text-decoration: underline;
}

.landing-page .contact-form button[type="submit"] {
    background: var(--color-green-secondary);
    padding: 15px 50px;
}

.landing-page .contact-form .contact-form__image {
    width: 100%;
}

/* Landing slider */
.landing-page .splide__slide {
    padding: 0 1rem;
}

.landing-page .splide__slide-title {
    font-weight: bold;
    margin-bottom: .8rem;
    line-height: 110%;
}

.landing-page .splide__slide-text {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 1.5rem;
}

.landing-page .splide__slide-image {
    margin-bottom: .8rem;
}

.landing-page .splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-green-secondary);
    border: 1px solid var(--color-green-secondary);
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: calc(100% + 50px);
    width: 2em;
    z-index: 1;
    width: 40px;
    height: 40px;
}

.landing-page .splide__arrow svg {
    fill: #fff;
}

.landing-page .splide__arrow:disabled {
    background: transparent;
    cursor: default;
}

.landing-page .splide__arrow:disabled svg {
    fill: var(--color-green-secondary);
}

.landing-page .splide__arrow--prev {
    left: calc(50% - 45px);
}

.landing-page .splide__arrow--next {
    right: calc(50% - 45px);
}

@media (max-width: 576px) {
    .landing-page .splide__slide {
        padding: 0;
    }
}

/* Landing slider: Equipment */
.landing-page .equipment-splide .splide__slide-title {
    font-size: 26px;
}

.landing-page .equipment-splide .splide__slide-image {
    height: 270px;
    object-fit: cover;
    object-position: center;
}

/* Landing slider: Team */
.landing-page .team-splide .splide__slide-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
}

/* Landing slider: Services volume */
.landing-page .services-volume-splide .splide__slide-image {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
}

/* Landing slider: Work examples */
.landing-page .work-examples-splide .splide__slide-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 576px) {
    .landing-page .work-examples-splide .splide__slide-image {
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        object-position: center;
    }
}

/* Landing slider: Reviews */
.landing-page .reviews-splide .splide__slide-text {
    font-size: 18px;
    line-height: 140%;
}

@media (max-width: 576px) {
    .landing-page .reviews-splide .splide__slide-text {
        font-size: 16px;
    }

    .landing-page .reviews-splide .splide__slide-title {
        font-size: 18px;
    }
}

/* Landing slider: Certificates */
.landing-page .certificates-splide .splide__slide {
    padding: 0 2rem;
}

.landing-page .certificates-splide .splide__slide-image {
    width: 100%;
    aspect-ratio: 1 / 1.5;
    object-fit: cover;
    object-position: center;
}

/* Landing slider: service stages */
.landing-page .stages-splide .splide__slide-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.landing-page .stages-splide .splide__stage-number {
    font-size: 50px;
    font-weight: bold;
    line-height: 110%;
    color: var(--color-green-secondary);
    margin: 0;
}

.landing-page .stages-splide .splide__stage-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 110%;
    text-transform: uppercase;
    margin-top: 0;
}

.landing-page .stages-splide .splide__stage-text {
    font-size: 16px;
    line-height: 130%;
}

@media (max-width: 576px) {
    .landing-page .stages-splide .splide__stage-title {
        font-size: 22px;
    }
}

/* Landing service request */
.landing-page .service-request .service-request__title {
    font-size: 60px;
    font-weight: 400;
    line-height: 110%;
    color: var(--color-green-secondary);
    text-transform: uppercase;
}

.landing-page .service-request .service-request__subtitle {
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.landing-page .service-request .service-request__button {
    width: 50%;
}

.landing-page .service-request .service_request__working-area-text {
    color: var(--color-green-secondary);
    line-height: 120%;
}

@media (max-width: 992px) {
    .landing-page .service-request .service-request__button {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .landing-page .service-request {
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {
    .landing-page .service-request .service-request__title {
        font-size: 28px;
    }

    .landing-page .service-request .service-request__subtitle {
        font-size: 20px;
    }
}

.landing-page .service-request .service-request__image {
    width: 100%;
}

/* Landing slogan */
.landing-page .slogan-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 120%;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .landing-page .slogan-title {
        font-size: 30px;
    }
}

/* Landing card slogan */
.landing-page .slogan-card {
    padding: 40px 110px;
    background: linear-gradient(91.33deg, #8ADF5C -1.2%, var(--color-green-secondary) 40.16%);
    border-radius: 10px;
    width: 100%;
}

.landing-page .slogan-card__title {
    font-size: 36px;
    font-weight: normal;
    line-height: 120%;
    color: #fff;
}

.landing-page .slogan-image {
    height: 360px;
    width: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.landing-page .slogan-image[id="sloganImage1"] {
    width: 34%;
}

.landing-page .slogan-image[id="sloganImage2"] {
    width: 19%;
}

.landing-page .slogan-image[id="sloganImage3"] {
    width: 44%;
}

@media (max-width: 992px) {
    .landing-page .slogan-card {
        padding: 20px;
    }

    .landing-page .slogan-card__title {
        font-size: 26px;
    }

    .landing-page .slogan-title {
        font-size: 30px;
    }

    .landing-page .slogan-image[id="sloganImage1"],
    .landing-page .slogan-image[id="sloganImage2"],
    .landing-page .slogan-image[id="sloganImage3"] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .landing-page .slogan-image {
        height: 280px;
    }
}

/* Landing pricelist catalog */
.landing-page .pricelist-catalog__item-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.landing-page .pricelist-catalog__item-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 110%;
}

.landing-page .pricelist-catalog__item-subtitle {
    font-size: 16px;
    line-height: 130%;
}

.landing-page .pricelist-catalog__price {
    font-size: 30px;
    font-weight: bold;
    line-height: 120%;
    color: var(--color-green-secondary);
    margin: 0;
}

.landing-page .pricelist-catalog button {
    padding: 5px 30px;
}

.landing-page .card.pricelist-callback-card {
    background-color: transparent;
    border: 2px solid var(--color-green-secondary);
    border-radius: 10px;
}

.landing-page .card.pricelist-callback-card .card-body {
    padding: 2rem;
}

.landing-page .card.pricelist-callback-card .contact-form .contact-form__title {
    font-size: 28px;
    font-weight: bold;
    line-height: 130%;
    text-transform: none;
}

.landing-page .card.pricelist-callback-card .contact-form .contact-form__subtitle {
    font-size: 18px;
    line-height: 130%;
}

.landing-page .card.pricelist-callback-card .contact-form .contact-form__privacy-cb {
    width: 18px;
    height: 18px;
}

.landing-page .card.pricelist-callback-card .contact-form .contact-form__privacy-label {
    font-size: 12px;
    line-height: 130%;
}

.landing-page .card.pricelist-callback-card .contact-form button[type="submit"] {
    padding: 8px 50px;
}

.landing-page .card.pricelist-callback-card .contact-form .contact-form__akademik-logo {
    width: 142px;
    height: auto;
}

@media (max-width: 576px) {
    .landing-page .pricelist-catalog__item-title {
        font-size: 20px;
    }

    .landing-page .pricelist-catalog__price {
        font-size: 26px;
    }
}

/* Landing "Why choosing us" section */
.landing-page .why-choosing-us__text {
    position: relative;
    font-size: 20px;
    line-height: 130%;
    color: #000;
    z-index: 1;
}

.landing-page .why-choosing-us__image {
    position: relative;
    width: 100%;
    margin-top: 60px;
    z-index: 2;
}

@media (max-width: 576px) {
    .landing-page .why-choosing-us__text {
        font-size: 16px;
    }

    .landing-page .why-choosing-us__image {
        width: 90%;
    }
}

.rounded-10 { border-radius: 10px !important; }
.rounded-20 { border-radius: 20px !important; }



/* Tahnadzor landing */
    .landing-page.tehnadzor #mainBlock {
        max-height: 622px;
    }

/* Tehnadzor landing: section images */
    /* About section images */
    .landing-page.tehnadzor section[id="about"] {
        position: relative;
    }

    .landing-page.tehnadzor section[id="about"] .section__image[id="aboutSectionImage1"]{
        position: absolute;
        top: 30px;
        right: -130px;
        width: 732px;
        height: auto;
    }

    @media (max-width: 576px) {
        .landing-page.tehnadzor section[id="about"] .section-title {
            padding-top: 100px;
        }

        .landing-page.tehnadzor section[id="about"] .section__image[id="aboutSectionImage1"]{
            top: -30px;
            right: -30px;
            width: 377px;
        }
    }

    /* Guarantees section images */
    .landing-page.tehnadzor section[id="guarantees"] {
        position: relative;
    }

    .landing-page.tehnadzor section[id="guarantees"] .section__image[id="guaranteesSectionImage1"]{
        position: absolute;
        top: -66px;
        right: 0;
        width: 400px;
        height: auto;
    }

    @media (max-width: 576px) {
        .landing-page.tehnadzor section[id="guarantees"] .section-title {
            padding-top: 200px;
        }

        .landing-page.tehnadzor section[id="guarantees"] .section__image[id="guaranteesSectionImage1"]{
            top: 0;
            width: 244px;
        }
    }

    /* Advantages section images */
    .landing-page.tehnadzor section[id="advantages"] {
        position: relative;
    }

    .landing-page.tehnadzor section[id="advantages"] .section__image[id="advantagesSectionImage1"]{
        position: absolute;
        top: -50px;
        right: -40px;
        width: auto;
        height: 570px;
        transform: rotate(-62deg);
    }

    @media (max-width: 576px) {
        .landing-page.tehnadzor section[id="advantages"] .section-title {
            padding-top: 100px;
        }

        .landing-page.tehnadzor section[id="advantages"] .section__image[id="advantagesSectionImage1"]{
            top: -10px;
            right: 0;
            height: 244px;
        }
    }

    /* Stages section images */
    .landing-page.tehnadzor section[id="stages"] {
        position: relative;
    }

    .landing-page.tehnadzor section[id="stages"] .section__image[id="stagesSectionImage1"]{
        position: absolute;
        top: -30px;
        right: -90px;
        width: auto;
        height: 510px;
        transform: rotate(-60deg);
    }

    .landing-page.tehnadzor section[id="stages"] .section__image[id="stagesSectionImage2"]{
        position: absolute;
        bottom: -70px;
        left: -140px;
        width: 335px;
        height: auto;
    }

    @media (max-width: 576px) {
        .landing-page.tehnadzor section[id="stages"] .section-title {
            padding-top: 260px;
        }

        .landing-page.tehnadzor section[id="helpToAvoid"] .section-title {
            padding-top: 100px;
        }

        .landing-page.tehnadzor section[id="stages"] .section__image[id="stagesSectionImage1"]{
            top: 30px;
            right: -40px;
            height: 345px;
        }

        .landing-page.tehnadzor section[id="stages"] .section__image[id="stagesSectionImage2"]{
            bottom: -120px;
            left: -40px;
            width: 213px;
        }
    }

    /* Pricelist section images */
    .landing-page.tehnadzor section[id="pricelist"] {
        position: relative;
    }

    .landing-page.tehnadzor section[id="pricelist"] .section-title {
        width: 80%;
        padding-top: 140px;
    }

    .landing-page.tehnadzor section[id="pricelist"] .section__image[id="pricelistSectionImage1"]{
        position: absolute;
        top: 80px;
        right: -80px;
        width: 174px;
        height: auto;
        transform: rotate(-26deg);
    }

    .landing-page.tehnadzor section[id="pricelist"] .section__image[id="pricelistSectionImage2"]{
        position: absolute;
        top: 100px;
        right: 80px;
        width: auto;
        height: 300px;
        transform: rotate(-59deg);
    }

    @media (max-width: 576px) {
        .landing-page.tehnadzor section[id="pricelist"] .section__image[id="pricelistSectionImage1"]{
            right: -15px;
            width: 99px;
        }

        .landing-page.tehnadzor section[id="pricelist"] .section__image[id="pricelistSectionImage2"]{
            top: 90px;
            right: 80px;
            height: 170px;
        }
    }

    /* Contact form images */
    .landing-page.tehnadzor section[id="contactForm"] {
        position: relative;
    }

    .landing-page.tehnadzor section[id="contactForm"] .section__image[id="contactFormSectionImage1"]{
        position: absolute;
        top: 50px;
        left: -130px;
        width: 378px;
        height: auto;
        transform: rotate(-32deg);
    }



/* Demontazh landing page */
    /* Demontazh landing: main block */
    .landing-page.demontazh #mainBlock {
        margin: 0 -50rem;
        /* max-height: 729px; */
    }

    .landing-page.demontazh .main-section__background[id="excavator"] {
        position: absolute;
        width: auto;
        height: 100%;
        left: 58%;
        transform: translateX(-50%);
        object-fit: cover;
        z-index: 1;
    }

    .landing-page.demontazh .main-section__background[id="debris"] {
        position: absolute;
        width: 277px;
        height: auto;
        bottom: -120px;
        right: 27%;
        z-index: 2;
    }

    .landing-page.demontazh .main-section__background[id="ruins"] {
        position: absolute;
        width: auto;
        height: 100%;
        bottom: 0;
        right: 245px;
        filter: blur(1px);
    }

    .landing-page.demontazh .main-section__background[id="dust1"] {
        position: absolute;
        width: 994px;
        height: auto;
        bottom: -70px;
        left: 10%;
    }

    .landing-page.demontazh .main-section__background[id="dust2"] {
        position: absolute;
        width: 1480px;
        height: auto;
        bottom: -50px;
        right: 10%;
    }

    .landing-page.demontazh .main-section__free-survey {
        position: absolute;
        bottom: -95px;
    }

    .landing-page.demontazh .main-section__free-survey-image {
        width: auto;
        height: 250px;
    }

    .landing-page.demontazh .main-section__free-survey-text {
        font-size: 32px;
        line-height: 100%;
    }

    .landing-page.demontazh .main-section__free-survey-text .accent {
        font-weight: bold;
        color: var(--color-green-secondary);
        text-decoration: underline;
        text-underline-offset: 10px;
    }

    @media (max-width: 768px) {
        .landing-page.demontazh #mainBlock {
            margin: auto;
        }

        .landing-page.demontazh .main-section__background[id="excavator"] {
            height: 302px;
            left: 50%;
        }

        .landing-page.demontazh .main-section__background[id="debris"] {
            width: 99px;
            bottom: auto;
            top: 250px;
            right: 15%;
        }

        .landing-page.demontazh .main-section__background[id="ruins"] {
            height: 285px;
            right: -60px;
            bottom: auto;
            top: 10px;
        }

        .landing-page.demontazh .main-section__background[id="dust1"] {
            width: 320px;
            bottom: auto;
            top: 150px;
            left: -12%;
        }

        .landing-page.demontazh .main-section__background[id="dust2"] {
            display: none;
        }

        .landing-page.demontazh .main-section__content {
            padding-top: 320px;
        }

        .landing-page.demontazh .main-section__free-survey {
            position: relative;
        }
    }

    @media (max-width: 576px) {
        .landing-page.demontazh .main-section__free-survey-image {
            height: 115px;
        }

        .landing-page.demontazh .main-section__free-survey-text {
            font-size: 20px;
        }
    }

    /* Demontazh landing: service info */
    .landing-page.demontazh #about .section-title {
        padding-top: 240px;
    }

    .landing-page.demontazh .service-card {
        position: relative;
        z-index: 3;
        padding: 1px 30px 40px 30px;
    }

    @media (min-width: 768px) {
        .landing-page.demontazh .service-card {
            margin-left: -30%;
        }
    }

    @media (max-width: 768px) {
        .landing-page.demontazh .service-card {
            margin: 190px 0 0 0;
            padding: 1px 20px 20px 20px;
        }

        .landing-page.demontazh #about .section-title {
            padding-top: 100px;
        }
    }

    /* Demontazh landing slider: Equipment */
    .landing-page.demontazh #equipment .section-title {
        margin-top: 0;
        padding-top: 0;
    }

    .landing-page.demontazh .equipment-splide .splide__slide-image {
        object-fit: contain;
    }

    @media (min-width: 540px) {
        .landing-page.demontazh .equipment-splide .splide__arrows {
            display: none;
        }
    }

    /* Demontazh landing: slogan section */
    .landing-page.demontazh .slogan-title {
        margin-top: 180px;
    }

    @media (max-width: 576px) {
        .landing-page.demontazh .slogan-title {
            margin-top: 80px;
            padding: 0 8%;
        }
    }

    /* Demontazh landing: reviews section */
    .landing-page.demontazh #reviews .section-title {
        padding: 60px 0 30px 0;
    }

/* Demontazh landing: section images */
    /* About section images */
    .landing-page.demontazh section[id="about"] {
        position: relative;
    }

    .landing-page.demontazh section[id="about"] .section__image[id="aboutSectionImage1"]{
        position: absolute;
        top: -280px;
        right: -10px;
        width: 384px;
        height: auto;
        z-index: 2;
    }

    @media (max-width: 768px) {
        .landing-page.demontazh section[id="about"] .section__image[id="aboutSectionImage1"]{
            width: 264px;
            top: -30px;
            right: auto;
            left: 20px;
        }
    }

    /* Service slogan section images */
    .landing-page.demontazh section[id="serviceSlogan"] {
        position: relative;
    }

    .landing-page.demontazh section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage1"]{
        position: absolute;
        top: 90px;
        left: -200px;
        width: 411px;
        height: auto;
        transform: rotate(-25deg);
    }

    .landing-page.demontazh section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage2"]{
        position: absolute;
        bottom: -230px;
        right: -200px;
        width: 486px;
        height: auto;
    }

    @media (max-width: 576px) {
        .landing-page.demontazh section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage1"]{
            top: auto;
            bottom: 35px;
            left: -30px;
            width: 106px;
        }

        .landing-page.demontazh section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage2"]{
            bottom: 20px;
            right: -50px;
            width: 151px;
        }
    }

    /* Why choosing us section images */
    .landing-page.demontazh section[id="whyChoosingUs"] {
        position: relative;
    }

    .landing-page.demontazh section[id="whyChoosingUs"] .section-title {
        padding-top: 180px;
    }

    .landing-page.demontazh section[id="whyChoosingUs"] .section__image[id="whyChoosingUsSectionImage1"]{
        position: absolute;
        top: 20px;
        right: -150px;
        width: 523px;
        height: auto;
        transform: rotate(2deg);
    }

    .landing-page.demontazh section[id="whyChoosingUs"] .section__image[id="whyChoosingUsSectionImage2"]{
        position: absolute;
        bottom: 280px;
        left: -390px;
        width: 794px;
        height: auto;
        filter: blur(1px);
        z-index: 0;
    }

    .landing-page.demontazh section[id="whyChoosingUs"] .section__image[id="whyChoosingUsSectionImage3"]{
        position: absolute;
        bottom: 270px;
        right: -260px;
        width: 754px;
        height: auto;
        filter: blur(1px);
        z-index: 0;
    }

    @media (max-width: 576px) {
        .landing-page.demontazh section[id="whyChoosingUs"] .section-title {
            padding-top: 120px;
        }

        .landing-page.demontazh section[id="whyChoosingUs"] .section__image[id="whyChoosingUsSectionImage1"]{
            top: 0;
            right: -30px;
            width: 261px;
        }

        .landing-page.demontazh section[id="whyChoosingUs"] .section__image[id="whyChoosingUsSectionImage2"]{
            bottom: 140px;
            left: -120px;
            width: 254px;
        }

        .landing-page.demontazh section[id="whyChoosingUs"] .section__image[id="whyChoosingUsSectionImage3"]{
            position: absolute;
            bottom: 120px;
            right: -110px;
            width: 242px;
        }
    }

    /* Work examples section images */
    .landing-page.demontazh section[id="workExamples"] {
        position: relative;
    }

    .landing-page.demontazh section[id="workExamples"] .section-title {
        padding-top: 260px;
    }

    .landing-page.demontazh section[id="workExamples"] .section__image[id="workExamplesSectionImage1"]{
        position: absolute;
        top: 50px;
        left: -175px;
        width: 358px;
        height: auto;
    }

    .landing-page.demontazh section[id="workExamples"] .section__image[id="workExamplesSectionImage2"]{
        position: absolute;
        top: -10px;
        right: -140px;
        width: 389px;
        height: auto;
    }

    @media (max-width: 576px) {
        .landing-page.demontazh section[id="workExamples"] .section__image[id="workExamplesSectionImage1"]{
            top: 100px;
            left: -35px;
            width: 174px;
        }

        .landing-page.demontazh section[id="workExamples"] .section__image[id="workExamplesSectionImage2"]{
            top: 100px;
            right: -40px;
            width: 209px;
        }
    }

/* Raschistka uchastka landing page */
    /* Rashistka uchastka landing: main block */
    .landing-page.raschistka-uchastka #mainBlock {
        max-height: 636px;
    }

    .landing-page.raschistka-uchastka .main-section__subtitle {
        font-size: 38px;
        font-weight: bold;
        color: var(--color-green-secondary);
        text-transform: uppercase;
        white-space: nowrap;
    }

    .landing-page.raschistka-uchastka .main-section .main-section__background[id="circle"] {
        position: absolute;
        width: 350px;
        height: auto;
        right: 10px;
        transform: translateY(50%);
        bottom: 70%;
    }

    .landing-page.raschistka-uchastka .main-section .main-section__background[id="excavator"] {
        position: absolute;
        width: 807px;
        height: auto;
        right: -16%;
        transform: translateY(50%);
        bottom: 52%;
    }

    .landing-page.raschistka-uchastka .main-section .main-section__background[id="garbage"] {
        position: absolute;
        width: 206px;
        height: auto;
        right: 32%;
        bottom: 10%;
    }

    .landing-page.raschistka-uchastka .main-section .main-section__background[id="debris"] {
        position: absolute;
        width: 374px;
        height: auto;
        right: 10%;
        bottom: -5%;
        transform: rotate(-4deg);
    }

    @media (max-width: 1200px) {
        .landing-page.raschistka-uchastka .main-section .main-section__background[id="circle"] {
            width: 200px;
            right: 0;
            bottom: 45%;
        }

        .landing-page.raschistka-uchastka .main-section .main-section__background[id="excavator"] {
            width: 550px;
            right: -20%;
            bottom: 40%;
        }

        .landing-page.raschistka-uchastka .main-section .main-section__background[id="garbage"] {
            width: 130px;
            right: 25%;
            bottom: 25%;
        }

        .landing-page.raschistka-uchastka .main-section .main-section__background[id="debris"] {
            width: 250px;
            right: 5%;
            bottom: 20%;
        }
    }

    @media (max-width: 768px) {
        .landing-page.raschistka-uchastka .main-section__subtitle {
            font-size: 26px;
            white-space: normal;
        }

        .landing-page.raschistka-uchastka .main-section .main-section__background[id="circle"] {
            width: 177px;
            right: 15%;
            bottom: auto;
            top: -90px;
        }

        .landing-page.raschistka-uchastka .main-section .main-section__background[id="excavator"] {
            position: relative;
            width: 365px;
            right: -20%;
            bottom: 0;
            transform: none;
        }

        .landing-page.raschistka-uchastka .main-section .main-section__background[id="garbage"] {
            width: 89px;
            right: 60%;
            bottom: auto;
            top: 140px;
        }

        .landing-page.raschistka-uchastka .main-section .main-section__background[id="debris"] {
            width: 162px;
            right: 30%;
            bottom: auto;
            top: 110px;
        }
    }

    /* Raschistka uchastka landing: service info section */
    .landing-page.raschistka-uchastka .service-card {
        position: relative;
        padding: 20px 30px 60px;
    }

    @media (min-width: 768px) {
        .landing-page.raschistka-uchastka .service-card {
            margin-left: -30%;
        }
    }

    @media (max-width: 768px) {
        .landing-page.raschistka-uchastka .service-card {
            margin: 190px 0 130px 0;
        }
    }

    /* Raschistka uchastka landing: advantages section */
    .landing-page.raschistka-uchastka #advantages .section-title {
        padding-top: 200px;
    }

    @media (max-width: 540px) {
        .landing-page.raschistka-uchastka #advantages .section-title {
            padding-top: 0;
        }
    }

    /* Raschistka uchastka landing slider: Equipment */
    .landing-page.raschistka-uchastka .equipment-splide .splide__slide-image {
        object-fit: contain;
    }

    @media (min-width: 540px) {
        .landing-page.raschistka-uchastka .equipment-splide .splide__arrows {
            display: none;
        }
    }

    /* Raschistka uchastka landing: slogan section */
    .landing-page.raschistka-uchastka .slogan-title {
        margin-bottom: 180px;
    }

    @media (max-width: 576px) {
        .landing-page.raschistka-uchastka .slogan-title {
            margin-top: 80px;
            margin-bottom: 20px;
        }
    }

    /* Raschistka uchastka landing: pricelist section */
    .landing-page.raschistka-uchastka #pricelist .section-title {
        padding: 120px 0 60px 0;
    }

    @media (max-width: 576px) {
        .landing-page.raschistka-uchastka #pricelist .section-title {
            padding: 50px 0 60px 0;
        }
    }

    /* Raschistka uchastka landing: FAQ section */
    .landing-page.raschistka-uchastka #faq .section-title {
        padding: 200px 0 60px 0;
    }

    .landing-page.raschistka-uchastka #faq .faq-section__header-icon {
        top: 145px;
    }

    @media (max-width: 576px) {
        .landing-page.raschistka-uchastka #faq .section-title {
            margin: 30px 0;
            padding: 140px 0 60px 0;
        }

        .landing-page.raschistka-uchastka #faq .faq-section__header-icon {
            top: 15px;
        }
    }

/* Raschistka uchastka landing: section images */
    /* About section images */
    .landing-page.raschistka-uchastka section[id="about"] {
        position: relative;
    }

    .landing-page.raschistka-uchastka section[id="about"] .section__image[id="aboutSectionImage1"]{
        position: absolute;
        bottom: -180px;
        left: -130px;
        width: 472px;
        height: auto;
        z-index: 3;
    }

    .landing-page.raschistka-uchastka section[id="about"] .section__image[id="aboutSectionImage2"]{
        position: absolute;
        bottom: -220px;
        right: 0;
        width: 284px;
        height: auto;
        z-index: 3;
    }

    @media (max-width: 768px) {
        .landing-page.raschistka-uchastka section[id="about"] .section__image[id="aboutSectionImage1"]{
            bottom: auto;
            top: -41px;
            left: 50%;
            transform: translateX(-50%);
            width: 321px;
        }

        .landing-page.raschistka-uchastka section[id="about"] .section__image[id="aboutSectionImage2"]{
            bottom: 10px;
            right: 8px;
            width: 217px;
        }
    }

    /* Slogan section images */
    .landing-page.raschistka-uchastka section[id="serviceSlogan"] {
        position: relative;
    }

    .landing-page.raschistka-uchastka section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage1"]{
        position: absolute;
        bottom: 0;
        left: -200px;
        width: 415px;
        height: auto;
    }

    .landing-page.raschistka-uchastka section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage2"]{
        position: absolute;
        bottom: -10px;
        right: -230px;
        width: 425px;
        height: auto;
    }

    @media (max-width: 768px) {
        .landing-page.raschistka-uchastka section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage1"]{
            bottom: 30px;
            left: -45px;
            width: 112px;
        }

        .landing-page.raschistka-uchastka section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage2"]{
            bottom: 20px;
            right: -40px;
            width: 120px;
        }
    }

/* Blagoustrijstvo landing */
    /* Blagoustrijstvo landing: main block */
    .landing-page.blagoustrojstvo {
        margin-top: -75px;
    }

    .landing-page.blagoustrojstvo #mainBlock {
        background-image: url('/wp-content/uploads/page/blagoustrojstvo/main_bg.png');
        background-size: cover;
        background-position: center;
        height: 95vh;
        max-height: 884px;
    }

    .landing-page.blagoustrojstvo .main-section__subtitle {
        font-size: 40px;
        font-weight: bold;
        color: var(--color-green-secondary);
        text-transform: uppercase;
    }

    .landing-page.blagoustrojstvo .main-block-card[id="mainBlockCard1"] .card-body {
        width: 65%;
    }

    .landing-page.blagoustrojstvo .main-block-card[id="mainBlockCard2"] .card-body {
        width: 66%;
    }

    .landing-page.blagoustrojstvo .main-block-card[id="mainBlockCard3"] .card-body {
        width: 55%;
    }

    .landing-page.blagoustrojstvo .main-block-card .main-block-card__image[id="mainBlockCardImage1"] {
        position: absolute;
        width: 216px;
        height: auto;
        top: -10px;
        right: -30px;
        z-index: 1;
    }

    .landing-page.blagoustrojstvo .main-block-card .main-block-card__image[id="mainBlockCardImage2"] {
        position: absolute;
        width: 250px;
        height: auto;
        top: -40px;
        right: -96px;
        z-index: 1;
    }

    .landing-page.blagoustrojstvo .main-block-card .main-block-card__image[id="mainBlockCardImage3"] {
        position: absolute;
        width: 185px;
        height: auto;
        bottom: -20px;
        right: 0;
        z-index: 1;
    }

    .landing-page.blagoustrojstvo .main-section .main-section__background[id="house"] {
        position: absolute;
        width: 1229px;
        height: auto;
        bottom: 0;
        right: -440px;
    }

    @media (min-width: 992px) {
        .landing-page.blagoustrojstvo #mainBlockCards {
            position: relative;
            top: -95px;
        }
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo .main-section .main-section__background[id="house"] {
            bottom: -100px;
            right: -180px;
        }
    }

    @media (max-width: 576px) {
        .landing-page.blagoustrojstvo .main-section__title {
            font-size: 36px;
        }

        .landing-page.blagoustrojstvo .main-section__subtitle {
            font-size: 28px;
        }

        .landing-page.blagoustrojstvo .main-block-card[id="mainBlockCard1"] .card-body,
        .landing-page.blagoustrojstvo .main-block-card[id="mainBlockCard2"] .card-body,
        .landing-page.blagoustrojstvo .main-block-card[id="mainBlockCard3"] .card-body {
            width: 100%;
        }

        .landing-page.blagoustrojstvo .main-block-card .main-block-card__image[id="mainBlockCardImage1"],
        .landing-page.blagoustrojstvo .main-block-card .main-block-card__image[id="mainBlockCardImage2"],
        .landing-page.blagoustrojstvo .main-block-card .main-block-card__image[id="mainBlockCardImage3"] {
            display: none;
        }
    }

    /* Blagoustrijstvo landing: service info section */
    .landing-page.blagoustrojstvo .service-card {
        padding: 40px;
        border-radius: 80px 20px 80px 20px;
    }

    @media (min-width: 768px) {
        .landing-page.blagoustrojstvo .service-card {
            margin-left: -32%;
        }
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo .service-card {
            padding: 30px 25px;
        }
    }

    /* Blagoustrijstvo landing: service info section */
    .landing-page.blagoustrojstvo #advantages .section-title {
        padding-top: 180px;
    }

    @media (max-width: 576px) {
        .landing-page.blagoustrojstvo #advantages .section-title {
            padding-top: 60px;
        }
    }
    
    /* Blagoustrijstvo landing: service volume slider */
    .landing-page.blagoustrojstvo .services-volume-splide .splide__slide-number{
        font-size: 44px;
        font-weight: bold;
        line-height: 100%;
        color: var(--color-green-secondary);
    }

    .landing-page.blagoustrojstvo .services-volume-splide .splide__slide-title{
        font-size: 25px;
        font-weight: bold;
        line-height: 120%;
    }

    @media (max-width: 576px) {
        .landing-page.blagoustrojstvo .services-volume-splide .splide__slide-title{
            font-size: 20px;
            line-height: 100%;
        }
    }

    /* Blagoustrijstvo landing: slogan section */
    .landing-page.blagoustrojstvo #serviceSlogan {
        margin: 120px 0 30px 0;
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo #serviceSlogan {
            margin: 80px 0 0 0;
        }
    }

    /* Blagoustrijstvo landing: work examples section */
    .landing-page.blagoustrojstvo #workExamples .section-title {
        padding-top: 100px;
    }

    /* Blagoustrijstvo landing: reviews section */
    .landing-page.blagoustrojstvo #reviews .section-title {
        padding-top: 120px;
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo #reviews .section-title {
            padding-top: 40px;
        }
    }

    /* Blagoustrijstvo landing: FAQ section */
    .landing-page.blagoustrojstvo #faq .section-title {
        margin-top: 120px;
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo #faq .section-title {
            margin-top: 170px;
        }
    }

    /* Blagoustrijstvo landing: Contact form section */
    .landing-page.blagoustrojstvo #contactForm {
        margin-top: 100px;
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo #contactForm {
            margin-top: 30px;
        }
    }

/* Blagoustrojstvo landing: section images */
    /* Main section images */
    .landing-page.blagoustrojstvo section[id="mainBlock"] .section__image[id="mainSectionImage1"] {
        position: absolute;
        width: 86px;
        height: auto;
        top: 110px;
        left: 1.5%;
        filter: blur(2px);
    }

    .landing-page.blagoustrojstvo section[id="mainBlock"] .section__image[id="mainSectionImage2"] {
        position: absolute;
        width: 83px;
        height: auto;
        top: 150px;
        left: 42%;
        filter: blur(2px);
    }

    .landing-page.blagoustrojstvo section[id="mainBlock"] .section__image[id="mainSectionImage3"] {
        position: absolute;
        width: 178px;
        height: auto;
        top: 60px;
        right: -60px;
        filter: blur(2px);
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo section[id="mainBlock"] .section__image[id="mainSectionImage1"],
        .landing-page.blagoustrojstvo section[id="mainBlock"] .section__image[id="mainSectionImage2"] {
            display: none;
        }

        .landing-page.blagoustrojstvo section[id="mainBlock"] .section__image[id="mainSectionImage3"] {
            width: 78px;
            top: 172px;
            right: -10px;
        }
    }
    
    /* About service section images */
    .landing-page.blagoustrojstvo section[id="about"],
    .landing-page.blagoustrojstvo .service-card {
        position: relative;
    }

    .landing-page.blagoustrojstvo section[id="about"] .section__image[id="aboutSectionImage1"] {
        position: absolute;
        width: 165px;
        height: auto;
        top: 25px;
        right: -70px;
        filter: blur(2px);
        transform: rotate(28deg);
    }

    .landing-page.blagoustrojstvo section[id="about"] .section__image[id="aboutSectionImage2"] {
        position: absolute;
        width: 297px;
        height: auto;
        bottom: -167px;
        left: -100px;
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo section[id="about"] .section__image[id="aboutSectionImage1"] {
            width: 65px;
            top: -5px;
            right: -10px;
            filter: blur(1px);
        }

        .landing-page.blagoustrojstvo section[id="about"] .section__image[id="aboutSectionImage2"] {
            width: 197px;
            bottom: -78px;
            left: auto;
            right: -30px;
        }
    }

    /* Advantages section images */
    .landing-page.blagoustrojstvo section[id="advantages"] {
        position: relative;
    }

    .landing-page.blagoustrojstvo section[id="advantages"] .section__image[id="advantagesSectionImage1"] {
        position: absolute;
        width: 117px;
        height: auto;
        top: 155px;
        right: 85px;
        filter: blur(2px);
        transform: scaleX(-1);
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo section[id="advantages"] .section__image[id="advantagesSectionImage1"] {
            display: none;
        }
    }

    /* Service request section images */
    .landing-page.blagoustrojstvo section[id="serviceRequest"] {
        position: relative;
    }

    .landing-page.blagoustrojstvo section[id="serviceRequest"] .section__image[id="serviceRequestSectionImage1"] {
        position: absolute;
        width: 156px;
        height: auto;
        top: 30px;
        left: -115px;
        filter: blur(2px);
        transform: rotate(7deg);
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo section[id="serviceRequest"] .section__image[id="serviceRequestSectionImage1"] {
            width: 106px;
            top: 30px;
            left: -30px;
        }
    }

    /* Service slogan section images */
    .landing-page.blagoustrojstvo section[id="serviceSlogan"] {
        position: relative;
    }

    .landing-page.blagoustrojstvo section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage1"] {
        position: absolute;
        width: 135px;
        height: auto;
        top: -120px;
        left: 9px;
        filter: blur(2px);
    }

    .landing-page.blagoustrojstvo section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage2"] {
        position: absolute;
        width: 157px;
        height: auto;
        top: -60px;
        right: -85px;
        filter: blur(2px);
        transform: scaleX(-1) rotate(92deg);
    }

    .landing-page.blagoustrojstvo section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage3"] {
        position: absolute;
        width: 428px;
        height: auto;
        bottom: -70px;
        left: -244px;
    }

    .landing-page.blagoustrojstvo section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage4"] {
        position: absolute;
        width: 293px;
        height: auto;
        bottom: -155px;
        right: -130px;
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage1"] {
            width: 75px;
            top: -40px;
            filter: blur(1px);
        }

        .landing-page.blagoustrojstvo section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage2"] {
            width: 107px;
            top: 240px;
            right: -45px;
        }

        .landing-page.blagoustrojstvo section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage3"] {
            width: 208px;
            bottom: -15px;
            left: -104px;
        }

        .landing-page.blagoustrojstvo section[id="serviceSlogan"] .section__image[id="serviceSloganSectionImage4"] {
            width: 133px;
            bottom: -55px;
            right: -30px;
        }
    }

    /* Work examples section images */
    .landing-page.blagoustrojstvo section[id="workExamples"] {
        position: relative;
    }

    .landing-page.blagoustrojstvo section[id="workExamples"] .section__image[id="workExamplesSectionImage1"] {
        position: absolute;
        width: 297px;
        height: auto;
        top: 0;
        right: -115px;
        transform: scaleX(-1);
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo section[id="workExamples"] .section__image[id="workExamplesSectionImage1"] {
            width: 186px;
            top: -15px;
            right: -30px;
        }
    }

    /* FAQ section images */
    .landing-page.blagoustrojstvo section[id="faq"] {
        position: relative;
    }

    .landing-page.blagoustrojstvo section[id="faq"] .section__image[id="faqSectionImage1"] {
        position: absolute;
        width: 162px;
        height: auto;
        top: 40px;
        left: -100px;
        filter: blur(2px);
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo section[id="faq"] .section__image[id="faqSectionImage1"] {
            width: 102px;
            top: 60px;
            left: -25px;
        }
    }

    /* Contact form section images */
    .landing-page.blagoustrojstvo section[id="contactForm"] {
        position: relative;
    }

    .landing-page.blagoustrojstvo section[id="contactForm"] .section__image[id="contactFormSectionImage1"] {
        position: absolute;
        width: 83px;
        height: auto;
        top: 0;
        left: -50px;
        filter: blur(2px);
    }

    .landing-page.blagoustrojstvo section[id="contactForm"] .section__image[id="contactFormSectionImage2"] {
        position: absolute;
        width: 178px;
        height: auto;
        top: -80px;
        right: 410px;
        filter: blur(3px);
    }

    @media (max-width: 768px) {
        .landing-page.blagoustrojstvo section[id="contactForm"] .section__image[id="contactFormSectionImage1"] {
            width: 73px;
            top: -10px;
            left: auto;
            right: 0;
            filter: blur(1px);
        }

        .landing-page.blagoustrojstvo section[id="contactForm"] .section__image[id="contactFormSectionImage2"] {
            width: 118px;
            top: 20px;
            right: 240px;
            filter: blur(2px);
        }
    }

/* Specific styles for some landings */
@media (max-width: 768px) {
    .desktop-banner {
        padding: 0;
        background-position-y: 14px;
        box-shadow: inset 0 38px 20px 0px rgb(255 255 255);
    }

    .desktop-banner .bg-wrapper {
        margin: 0;
        padding: 20px;
        background-color: #ffffff38;
    }
}