body .innerPageContent {
    overflow: inherit;
}

.dream-top__info-wr,
.dream-feature__wr,
.dream-plus__wr,
.dream-price__wr,
.dream-question__wr,
.dream-tab__wr,
.dream-form__wr,
.dream-equipment__wr,
.dream-solutions__wr,
.dream-priceblock__wr,
.dream-about__wr,
.dream-info__wr {
    max-width: 1528px;
    margin: 0 auto;
}

.dream .textContent ul li::before {
    background-color: #000;
}

.dream-middle-title {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
}

.dream-middle-text.textContent,
.dream-middle-text-adap.textContent {
    margin-bottom: 30px;
}

.dream-middle-text-adap {
    margin-top: 20px;
    display: none;
}

@media (max-width: 1199px) {
    .dream-middle-title {
        margin-bottom: 30px;
    }

    .dream-middle-text-adap {
        display: block;
    }
}

@media (max-width: 1023px) {
    .dream-middle-title {
        font-size: 20px;
        line-height: 25px;
    }
}

/*  */
.dream-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.dream-block__left,
.dream-block__right {
    width: 50%;
}

.dream-block__left {
    padding-right: 16px;
}

.dream-block__right {
    padding-left: 16px;
}


@media (min-width: 1200px) {

    .dream-block .textContent,
    .dream-block .textContent p,
    .dream-block .textContent ul li,
    .dream-block .textContent ol li,
    .dream-block .textContent ol li::before,
    .dream .mainServiceItem .content .text p,
    .dream .mainServiceItem .content .text ul li,
    .dream .mainServiceItem .content .text ol li,
    .dream .mainServiceItem .content .text ol li::before,
    .dream-middle-text.textContent,
    .dream-middle-text-adap.textContent {
        font-size: 20px;
        line-height: 150%;
    }

    .dream-block .textContent ul li::before,
    .dream .mainServiceItem .content .text ul li::before {
        top: 15px;
    }
}

@media (max-width: 1199px) {
    .dream-block__left,
    .dream-block__right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .dream-block {
        margin-top: 0px;
        padding-top: 10px;
    }
}

/*  */

/*  */
.dream-top__wr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.dream-top__left,
.dream-top__img {
    width: 50%;
}

.dream-top__left {
    background: #EBF0F7;

}

.dream-top__info {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    /* 	padding-left: 212px; */
    /* 	background: #EBF0F7; */
}

.dream-top__info-body {
    max-width: 545px;
}

.dream-top__info-text {
    font-size: 72px;
    line-height: 88px;
    font-weight: 600;
    color: #232323;
}

.dream-top__info-descr {
    margin-top: 12px;
    font-size: 20px;
}

.dream-top__img {
    position: relative;
    height: 887px;
}

.dream-top__img img {
    object-fit: cover;
    object-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.dream-top__btn {
    margin-top: 70px;
    padding: 12px 26px;
    background-color: #026EF9;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    font-size: 18px;
}

.dream-top__btn:hover {
    background-color: #0B51AA;
}

.dream-calc__btn,
.dream-calc__btn:active,
.dream-calc__btn:focus {
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 8px 16px;
    background-color: #026EF9;
    transition: .3s;
    border-radius: 8px;
    display: inline-block;
    margin-top: 28px;
}

.dream-calc__btn:hover {
    background-color: #0B51AA;
    color: #fff;

}

@media (max-width: 1439px) {
    .dream-top__info-text {
        font-size: 60px;
        line-height: 120%;
    }

    .dream-top__info-descr {
        margin-top: 16px;
    }

    .dream-top__img {
        height: 720px;
    }
}

@media (max-width: 1119px) {
    .dream-top__info-body {
        max-width: 445px;
    }

}

@media (max-width: 1023px) {
    .dream-top__left {
        display: none;
    }

    .dream-top__info {
        order: 2;
        position: static;
        padding: 38px 0;
        border-radius: 0 0 20px 20px;
        background: #EBF0F7;
    }

    .dream-top__img {
        order: 1;
        width: 100%;
        height: 396px;
    }

    .dream-top__img img {
        object-position: center;
    }

    .dream-top__info-body {
        max-width: none;
    }

    .dream-top__info-text {
        font-size: 32px;
    }

    .dream-top__info-descr {
        font-size: 18px;
    }

    .dream-top__btn {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .dream-top__img {
        height: 296px;
    }
}

/*  */

/*  */
.dream-feature {
    margin-top: 150px;
}

.dream-feature__wr {
    display: flex;
    flex-wrap: wrap;
}

.dream-feature__top,
.dream-feature__bottom {
    width: 50%;
}

.dream-feature__top {
    padding-right: 16px;
}

.dream-feature__top-wr {
    position: -webkit-sticky;
    position: sticky;
    top: 222px;
}

.scrollDown ~ .innerPageContent .dream-feature__top-wr {
    top: 162px;
}

.dream-feature__bottom {
    padding-left: 16px;
}

.dream-feature__text {
    margin-top: 38px;
}

.dream-feature__item {
    min-height: 124px;
    padding: 48px 32px 32px 32px;
    margin-bottom: 32px;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    border-radius: 20px;
}

.dream-feature__item:last-child {
    margin-bottom: 0;
}

.dream-feature__item-title {
    padding-left: 88px;
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    position: relative;
}

.dream-feature__item-img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.dream-feature__item--1 .dream-feature__item-img {

    background-image: url(../images/dream-f-ico-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dream-feature__item--2 .dream-feature__item-img {

    background-image: url(../images/dream-f-ico-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dream-feature__item--3 .dream-feature__item-img {

    background-image: url(../images/dream-f-ico-3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dream-feature__item--4 .dream-feature__item-img {

    background-image: url(../images/dream-f-ico-4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dream-feature__item-text {
    margin-top: 42px;
    padding-left: 88px;
    line-height: 150%;
}

.dream-feature__text {
    font-size: 20px;
    line-height: 150%;
}

@media (max-width: 1449px) {
    .dream-feature__item-text {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .dream-feature {
        margin-top: 100px;
    }

    .dream-feature__top,
    .dream-feature__bottom {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .dream-feature__top-wr {
        position: static;
    }

    .dream-feature__bottom {
        margin-top: 40px;
        overflow: hidden;
    }

    .dream-feature__text {
        margin-top: 20px;
    }

    .dream-feature__list::-webkit-scrollbar {
        display: none;
    }

    .dream-feature__list {
        display: flex;
        overflow-x: auto;
        margin-left: calc((100vw - 736px) / -2);
        margin-right: calc((100vw - 736px) / -2);
    }

    .dream-feature__list-wr {
        padding-left: calc((100vw - 736px) / 2);
        padding-right: calc((100vw - 736px) / 2);
    }

    .dream-feature__list-wr {
        display: flex;
        flex-wrap: nowrap;
    }

    .dream-feature__item {
        width: 352px;

        margin-bottom: 0px;
        flex-shrink: 0;
    }

    .dream-feature__item + .dream-feature__item {
        margin-left: 30px;
    }

    .dream-feature__item-img {
        top: 0;
    }
}

@media (max-width: 1023px) {
    .dream-feature {
        margin-top: 60px;
    }

    .dream-feature__item {
        padding-top: 32px;
        width: 300px;
    }

    .dream-feature__text {
        font-size: 16px;
    }

    .dream-feature__bottom {
        margin-top: 30px;
    }

    .dream-feature__item-title {
        min-height: 72px;

        font-size: 16px;
    }

    .dream-feature__item-text {
        margin-top: 10px;
        font-size: 14px;
    }

    .dream-feature__item-img {
        transform: none;

    }

    .dream-feature__item + .dream-feature__item {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .dream-feature__list {
        margin-left: calc((100vw - 448px) / -2);
        margin-right: calc((100vw - 448px) / -2);
    }

    .dream-feature__list-wr {
        padding-left: calc((100vw - 448px) / 2);
        padding-right: calc((100vw - 448px) / 2);
    }

    .dream-feature__item {
        width: 300px;
    }

    .dream-feature__item + .dream-feature__item {
        margin-left: 10px;
    }
}

@media (max-width: 479px) {
    .dream-feature__list {
        margin-left: -16px;
        margin-right: -16px;
    }

    .dream-feature__list-wr {
        padding-left: 16px;
        padding-right: 16px;
    }

}

/*  */

/*  */
.dream-plus {
    margin-top: 150px;
}

.dream-plus .secCap {
    max-width: 748px;
}

.dream-plus__list {
    margin-top: 40px;
}

.dream-plus__list-wr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.dream-plus__item {

    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(25, 123, 178, 0.1);
    border-radius: 20px;
    margin-bottom: 40px;
}

.dream-plus__item-num {
    font-weight: 700;
    font-size: 40px;
    color: rgba(194, 194, 194, 0.5);
    position: relative;
}

.dream-plus__item-num:before {
    content: "";
    position: absolute;
    left: -32px;
    top: -6px;
    height: 100%;
    width: 4px;
    background: #026EF9;
}

.dream-plus__item-title {
    margin-top: 28px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

.dream-plus__item-text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

@media (max-width: 1449px) {
    .dream-plus {
        margin-top: 100px;
    }
}

@media (max-width: 1199px) {

    .dream-plus__wr {
        overflow: hidden;
    }

    .dream-plus__list::-webkit-scrollbar {
        display: none;
    }

    .dream-plus__list {
        display: flex;
        overflow-x: auto;
        margin-left: calc((100vw - 736px) / -2);
        margin-right: calc((100vw - 736px) / -2);
        margin-top: 20px;
    }

    .dream-plus__list-wr {
        padding-left: calc((100vw - 736px) / 2);
        padding-right: calc((100vw - 736px) / 2);
    }

    .dream-plus__list-wr {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .dream-plus__item {
        width: 352px;
        margin-bottom: 20px;
        flex-shrink: 0;
    }

    .dream-plus__item + .dream-plus__item {
        margin-left: 0px;
    }
}

@media (max-width: 1023px) {
    .dream-plus {
        margin-top: 60px;
    }

    .dream-plus__item {
        width: 300px;
    }

    .dream-plus__item + .dream-plus__item {
        margin-left: 0px;
    }


    .dream-plus__item-num {
        font-size: 24px;
    }

    .dream-plus__item-text {
        font-size: 14px;
    }

    .dream-plus__list {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .dream-plus__list {
        margin-left: calc((100vw - 448px) / -2);
        margin-right: calc((100vw - 448px) / -2);
    }

    .dream-plus__list-wr {
        padding-left: calc((100vw - 448px) / 2);
        padding-right: calc((100vw - 448px) / 2);
    }
}

@media (max-width: 479px) {
    .dream-plus__list {
        margin-left: -16px;
        margin-right: -16px;
    }

    .dream-plus__list-wr {
        padding-left: 16px;
        padding-right: 16px;
    }

}

@media (max-width: 368px) {
    .dream-plus__item {
        width: 268px;
    }
}

/*  */

/*  */
.dream-tab {
    margin-top: 100px;
}

.dream-tab .secCap {
    max-width: 748px;
}

.dream-tab__anchor {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-left: -16px;
    margin-right: -16px;
}

.dream-tab__anchor-item {
    width: calc(25% - 32px);
    cursor: pointer;
    margin-left: 16px;
    margin-right: 16px;
    padding: 32px;
    background-color: #EBF0F7;
    border: 1px solid #EBF0F7;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    transition: .2s;
}

.dream-tab__anchor-item:hover {
    background-color: #fff;
    border-color: #026EF9;
}

.dream-tab__anchor-img {
    width: 40px;
    height: 40px;
    margin-bottom: 26px;
}

.dream-tab__anchor-item--1 .dream-tab__anchor-img {

    background-image: url(../images/dream-f-tab-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dream-tab__anchor-item--2 .dream-tab__anchor-img {

    background-image: url(../images/dream-f-tab-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

.dream-tab__anchor-item--3 .dream-tab__anchor-img {

    background-image: url(../images/dream-f-tab-3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dream-tab__anchor-item--4 .dream-tab__anchor-img {

    background-image: url(../images/dream-f-tab-4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dream-tab__content .dream-title-adap {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #C2C2C2;
    transition: .3s;
    display: none;
}

@media (max-width: 1199px) {
    .dream-tab {
        margin-top: 80px;
    }

    .dream-tab .secCap {
        margin-bottom: 30px;
    }

    .dream-tab__anchor {
        display: none;
    }

    .dream-tab__content .dream-title-adap {
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 1px solid #C2C2C2;
        display: block;
    }

    .dream-tab__content .dream-block__left .dream-middle-title {
        display: none;
    }

    .dream-tab__content-in {
        display: none;
        padding-bottom: 30px;
    }

    .dream-tab__content--active .dream-title-adap,
    .dream-tab__content--activeload .dream-title-adap {
        color: #000;
        padding-top: 0;
        padding-bottom: 10px;
        border-top-color: transparent;
    }

    .dream-tab__content--active .dream-block,
    .dream-tab__content--activeload .dream-block {
        padding-top: 0;
    }

    .dream-tab__content--activeload .dream-tab__content-in {
        display: block;
    }
}

@media (max-width: 1023px) {
    .dream-tab {
        margin-top: 40px;
    }
}

/*  */

/*  */
.dream-price {
    margin-top: 150px;
    padding: 70px 0;
    background: #EBF0F7;
}

.dream-price .thirdCap {
    max-width: calc(50% - 16px);
}

.dream-price__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.dream-price__item {
    width: calc(33.33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 32px 32px 142px 32px;
    background: #fff;
    border-radius: 20px;
    position: relative;
}

.dream-price__item-title {
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 1px;
}

.dream-price__item-text {
    margin-top: 14px;
    margin-bottom: 116px;
    line-height: 150%;
}

.dream-price__item-bottom {
    position: absolute;
    left: 32px;
    bottom: 32px;
    width: calc(100% - 64px);
}

.dream-price__item-price {
    font-size: 28px;
}

.dream-price__btn {
    margin-top: 34px;
    padding: 12px 26px;
    background-color: #026EF9;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    font-size: 18px;
}

.dream-price__btn:hover {
    background-color: #0B51AA;
}

@media (max-width: 1439px) {
    .dream-price__item-text {
        margin-bottom: 90px;
    }
}

@media (max-width: 1199px) {
    .dream-price {
        margin-top: 100px;
    }

    .dream-price .thirdCap {
        max-width: 100%;
    }

    .dream-price__item {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }

    .dream-price__item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .dream-price {
        margin-top: 60px;
    }

    .dream-price__list {
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .dream-price__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        padding-bottom: 32px;
    }

    .dream-price__item-title {
        font-size: 20px;
    }

    .dream-price__item-bottom {
        position: static;
    }

    .dream-price__item-price {
        font-size: 20px;
    }

    .dream-price__item-text {
        margin-bottom: 48px;
        font-size: 14px;
    }

    .dream-price__btn {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .dream-price {
        padding: 30px 0;
    }

    .dream-price__item-text {
        min-height: 105px;
        margin-bottom: 20px;
    }
}

/*  */

/*  */
.dream-question {
    margin-top: 150px;
}

.dream-question__list {
    margin-top: 40px;
}

.dream-question__item {
    margin-bottom: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(25, 123, 178, 0.1);
    border-radius: 20px;
}

.dream-question__item-title {
    padding: 32px 90px 32px 32px;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    position: relative;
    cursor: pointer;
}

.dream-question__item-title:before {
    content: "";
    position: absolute;
    right: 32px;
    top: 32px;
    width: 34px;
    height: 34px;
    background-image: url(../images/dream-f-open-ico.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .3s;
}

.dream-question__item-content {
    display: none;
    padding: 0px 90px 32px 32px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.dream-question__item--active .dream-question__item-title:before {
    transform: rotate(-135deg);
}

@media (max-width: 1439px) {

}

@media (max-width: 1199px) {
    .dream-question {
        margin-top: 100px;
    }

    .dream-question__item-title {
        padding: 22px 78px 22px 22px;
        font-size: 20px;
    }

    .dream-question__item-content {
        padding: 10px 78px 22px 22px;
        font-size: 18px;
    }

    .dream-question__item-title:before {
        right: 22px;
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 1023px) {
    .dream-question__list {
        margin-top: 30px;
    }

    .dream-question {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {

    .dream-question__list {
        margin-top: 10px;
    }
}

/*  */

/* form */
.contactsBlockMsg .contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
    height: 228px;
}

@media (max-width: 1199px) {
    body .innerPageContent {
        overflow: hidden;
    }

    .contactsBlockMsg .contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
        height: 208px;
    }
}

@media (max-width: 1023px) {
    .contactsBlockMsg .contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
        height: 198px;
    }
}

@media (max-width: 767px) {
    .contactsBlockMsg .contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
        height: 108px;
    }
}

/*  */

/*  */

.dream-equipment__slider {
    margin-top: 70px;
}

.dream-equipment__slider .slider-section--no-slider .swiper-scrollbar {
    display: none;
}

.dream-equipment__slider .slider-section--no-slider .swiper-wrapper {
    flex-wrap: wrap;
}

.dream-equipment__slider .slider-section--no-slider .swiper-slide {
    width: 25%;
}

.dream-equipment__slider .slider-section--no-slider .slider-section__top-btn-item {
    display: none !important;
}

.slider-section .swiper, .slider-section .swiper-wrapper {
    height: 100%;
}

.dream-equipment__slider .swiper-scrollbar-drag {
    border-radius: 0;
    background-color: #000;
    height: 2px;
}

.dream-equipment__slider .swiper-scrollbar {
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

.dream-equipment__slider .swiper-scrollbar:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 1px;
    background-color: #E1E1E1;
}

.slider-section {
    position: relative;
}

.main-catalog-item__img {
    width: 122px;
    height: 122px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    position: relative;
    border-radius: 50%;
}

.main-catalog-item__img:before {
    content: '';
    padding-top: 100%;
    display: block;
}

.main-catalog-item__img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
}

.main-catalog-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    right: 0;
    bottom: 0;
    margin: auto;
}

.main-catalog-item__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #000;
    transition: .2s;
}

.main-catalog__item:hover .main-catalog-item__title {
    text-decoration: underline;
    color: #026EF9;
}

.main-catalog__item {
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
}

.main-catalog__slider .swiper-slide {

    height: calc(100% / 2) !important;
}

.main-catalog__slider .swiper {
    width: 100%;
    /*height: 100%;*/
    margin-left: auto;
    margin-right: auto;
}

a.main-catalog-item__inner {
    padding: 16px 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.main-catalog__slider {
    margin-bottom: 50px;
    margin-left: -12px;
    margin-right: -12px;
}

.main-catalog__slider .swiper-scrollbar {
    bottom: -14px;
    left: 12px;
    width: calc(100% - 24px);
    max-width: 870px;
    margin: auto;
}

.slider-section__top-btn-item {
    position: absolute;
    bottom: 271px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: black;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    z-index: 1;
}

.slider-section__top-btn-item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    z-index: -1;
}

.slider-section__top-btn-item:hover {
    color: white;
    background-color: #026EF9;
}

.slider-section__top-btn-item::before {
    background-color: #fff;
}

.slider-section__top-btn-item:hover::before {
    background-color: #026EF9;
}

.slider-section__top-btn-item--prev {
    left: -55px;
}

.slider-section__top-btn-item--next {
    right: -55px;
}

.slider-section__top-btn-item.swiper-button-disabled {
    opacity: 0;
}

@media (max-width: 1439px) {

    .dream-equipment__slider {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .main-catalog-item__title {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .dream-equipment__slider {
        max-width: 100%;
    }

    .slider-section__top-btn-item {
        display: none;
    }

    a.main-catalog-item__inner {
        padding: 15px 24px;
    }

    .main-catalog__item {
        padding-bottom: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .main-catalog__slider {
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: 0;
    }

    .dream-equipment__slider {
        margin-top: 30px;
    }

    .main-catalog-item__img {
        width: 90px;
        height: 90px;
    }

    /*
    .main-catalog {
        position: relative;
        margin-left: -6px;
        margin-right: -6px;
    }
    .main-catalog__prev
    {
        right: 66px
    }
    .main-catalog__next
    {
        right: 6px
    }
    .main-catalog__prev,
    .main-catalog__next
    {
        top: calc(-48px - 16px);
    }
    */
    .main-catalog__slider .swiper-scrollbar {
        left: 6px;
        bottom: 0;
        width: calc(100% - 12px);
    }
}

@media (max-width: 991px) {
    .main-catalog-all__title {
        margin-top: 80px
    }

    .dream-equipment__slider .slider-section--no-slider .swiper-slide {
        width: 50%;
    }
}

@media (max-width: 767px) {
    a.main-catalog-item__inner {
        padding: 16px;
    }

    /*
    .main-catalog__prev,
    .main-catalog__next
    {
        display: none !important
    }
    */
}

@media (max-width: 560px) {
    .main-catalog {
        margin-left: 0;
        margin-right: 0
    }

    .main-catalog__item {
        padding-left: 0;
        padding-right: 12px
    }
}


/*  */

/* acc */
.servicesSection .titleContainer + .contentContainer {
    margin-top: 60px;
}

.mainServicesBlock {
    display: flex;
}

.mainServicesBlock .leftSide {
    width: 645px;
    flex-shrink: 0;
}

.mainServicesBlock .leftSide + .rightSide {
    margin-left: 14px;
}

.mainServicesBlock .rightSide {
    padding-top: 7px;
    width: 600px;
}

.mainServicesBlock .img {
    position: relative;
    height: 634px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

.mainServicesBlock .img img {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    */
    z-index: -1;
    display: none;
}

.mainServicesBlock .img img.active {
    opacity: 1;
    z-index: 1;
    display: block;
}

.mainServicesList .mainServiceItem + .mainServiceItem {
    margin-top: 20px;
}

.mainServiceItem {
    position: relative;
    padding-left: 42px;
    padding-top: 0px;
    -webkit-transition: padding-top 0.3s;
    -moz-transition: padding-top 0.3s;
    -o-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
}

.mainServiceItem::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0%;
    height: 1px;
    background-color: #23272D;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

.mainServiceItem .img {
    display: none;
    height: 210px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.mainServiceItem .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainServiceItem .head {
    cursor: pointer;
}

.mainServiceItem .title {
    display: block;
    padding-left: 39px;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    color: #C2C2C2;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.mainServiceItem .title .num {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
}

.mainServiceItem .title:hover {
    color: #080C37;
}

.mainServiceItem .content {
    padding-left: 75px;
}

.mainServiceItem .content .in {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.mainServiceItem .content .text {
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 24px;
    color: black;
    font-weight: normal;
    letter-spacing: 0.22px;
}

.mainServiceItem .content .text + .link {
    margin-top: 20px;
}

.mainServiceItem.active {
    padding-top: 20px;
}

.mainServiceItem.active::before {
    width: 100%;
}

.mainServiceItem.active .title {
    color: #080C37;
}


.dropServiceItem .content {
    display: none;
}

.dropServiceItem.active .content {
    display: block;
}

/*  */
.dream-acc .mainServicesBlock .leftSide {
    order: 1;
    width: 50%;
    padding-right: 98px;
}

.dream-acc .mainServicesBlock .rightSide {
    order: 2;
    width: 50%;
}

.dream-acc .mainServicesBlock .leftSide + .rightSide {
    margin-right: 0;
    margin-left: 0px;
    padding-left: 16px;
}

.dream-acc .mainServiceItem.active .title {
    color: #000;
}

.dream-acc .mainServiceItem .title {
    font-size: 28px;
    letter-spacing: normal;
    font-weight: 600;
}

.dream-acc .mainServiceItem.active {
    padding-top: 0;
}

.dream-acc .mainServiceItem.active::before {
    opacity: 0;
}

.more-item {
    margin-top: 20px;
}

.more-item__btn {
    display: none;
}

@media (min-width: 1681px) {
    .mainServicesBlock {
        justify-content: center;
    }

    .mainServicesBlock {
        justify-content: flex-start;
    }

    .mainServicesBlock .img {
        height: 800px;
    }

    .mainServicesList .mainServiceItem + .mainServiceItem {
        margin-top: 30px;
    }

    .mainServiceItem .content .in {
        padding-bottom: 30px;
    }

    .mainServicesBlock .leftSide {
        flex-grow: 0;
    }

    .mainServicesBlock .rightSide {
        flex-grow: 0;
    }
}

@media (max-width: 1439px) {
    .mainServiceItem {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .mainServicesBlock .leftSide {
        display: none;
    }

    .mainServicesBlock .leftSide img {
        display: none !important;
    }

    .mainServicesBlock .leftSide + .rightSide {
        margin-left: 0px;
        padding-left: 0;
    }

    .mainServicesBlock .rightSide {
        display: flex;
        width: 100%;
        padding-top: 0px;
    }

    .mainServicesBlock {
        margin-left: calc((100vw - 992px) / -2);
        margin-right: calc((100vw - 992px) / -2);
        overflow-x: scroll;
    }

    .mainServicesBlock::-webkit-scrollbar {
        display: none;
    }

    .mainServicesList {
        display: flex;
        padding-left: calc((100vw - 992px) / 2);
        padding-right: calc((100vw - 992px) / 2);
    }

    .mainServicesList .mainServiceItem {
        width: 282px;
        flex-shrink: 0;
    }

    .mainServicesList .mainServiceItem + .mainServiceItem {
        margin-left: 30px;
        margin-top: 0px;
    }

    .mainServiceItem {
        padding-top: 0px;
        padding-left: 0px;
    }

    .mainServiceItem::before {
        display: none;
    }

    .mainServiceItem.active {
        padding-top: 0px;
    }

    .mainServiceItem .img {
        display: block;
    }

    .mainServiceItem .img img {
        position: static;
        opacity: 1;
        display: block !important;
    }

    .mainServiceItem .img + .head {
        margin-top: 16px;
    }

    .mainServiceItem .head + .content {
        margin-top: 10px;
    }

    .mainServiceItem .title {
        padding-left: 0px;
        font-size: 20px;
        line-height: 26px;
        color: #080C37;
    }

    .mainServiceItem .title .num {
        display: none;
    }

    .mainServiceItem .content {
        display: block !important;
        padding-left: 0px;
    }

    .mainServiceItem .content .text {
        font-size: 14px;
    }

    .mainServiceItem .content .in {
        padding: 0px;
        border-bottom: none;
    }

    .dream-acc .rightSide .dream-middle-title,
    .dream-acc .rightSide .dream-middle-text {
        display: none;
    }

    .dream-acc .dream-middle-text-adap {
        display: block;
    }

    .dream-acc .mainServiceItem .title {
        font-size: 18px;
    }

    .dream-acc .mainServicesBlock .leftSide + .rightSide {
        padding-left: 0;
    }

    .more-item {
        margin-top: 10px;
    }

    .more-item__wr {
        display: none;
    }

    .more-item__btn {
        display: inline-block;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        color: #026EF9;
        padding-right: 26px;
        position: relative;
    }

    .more-item__btn:before {
        content: "";
        position: absolute;
        right: 0;
        top: 7px;
        width: 16px;
        height: 9px;
        background-image: url(../images/dream-g-ico.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .more-item--active .more-item__btn:before {
        transform: rotate(-180deg);
    }

    .dream-acc.mainSection {
        margin-top: 30px;
    }

}

@media (max-width: 1023px) {
    .mainServicesBlock {
        margin-left: calc((100vw - 736px) / -2);
        margin-right: calc((100vw - 736px) / -2);
    }

    .mainServicesBlock .mainServicesList {
        padding-left: calc((100vw - 736px) / 2);
        padding-right: calc((100vw - 736px) / 2);
    }

    .mainServicesList .mainServiceItem {
        width: 252px;
    }

    .dream-acc.mainSection {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .mainServicesBlock {
        margin-left: calc((100vw - 448px) / -2);
        margin-right: calc((100vw - 448px) / -2);
    }

    .mainServicesBlock .mainServicesList {
        padding-left: calc((100vw - 448px) / 2);
        padding-right: calc((100vw - 448px) / 2);
    }

    .mainServiceItem .title {
        font-size: 18px;
        line-height: 24px;
    }

    .mainServiceItem .content .text {
        font-size: 13px;
    }
}

@media (max-width: 767px) and (max-width: 479px) {
    .mainServicesBlock {
        margin-left: -16px;
        margin-right: -16px;
    }

    .mainServicesBlock .mainServicesList {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* acc ends */


.dream .secCap {
    font-weight: 600;
}


.dream-form {
    background-color: #F9FAFB;
    padding-top: 64px;
    padding-bottom: 64px;
}

.dream-form__wrap {
    display: flex;
    flex-wrap: wrap;
}

.dream-form__form {
    width: 50%;
    padding-right: 24px;
}

.dream-form__text {
    width: 50%;
    color: #232323;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    padding-left: 16px;
    padding-top: 115px;
}

.dream-form__title {
    color: #232323;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.dream-form__subtitle {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px
}

.dream-form .contactFormZub .titleContainer,
.dream-form .contactFormZub .contactForm {
    max-width: 536px;
    margin-right: 0;
}


.dream-solutions {
    margin-top: 70px;
}

.dream-solutions__wrap {
    display: flex;
    flex-wrap: wrap;
}

.dream-solutions__slider {
    width: 646px;
}

.dream-solutions__slider .splide__slide {
    position: relative;
}

.dream-solutions__slider .splide__slide:before {
    padding-top: 100%;
    content: '';
    display: block;
}

.dream-solutions__slider .splide__slide img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.dream-solutions__slider .splide__arrow {
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/mst/components/bitrix/catalog.element/bootstrap_v4_redisign_2/images/good-gallery-slider.svg);
    background-position: 45% center;
    background-repeat: no-repeat;
    background-size: 30%;
    transform-origin: 25px 12px;
    background-color: #fff;
    opacity: 1;
}

.dream-solutions__slider .splide__arrow--prev {
    left: 15px;
}

.dream-solutions__slider .splide__arrow--next {
    right: 15px;
    transform: rotate(180deg);
}

.dream-solutions__slider .splide__arrow:disabled {
    opacity: 0;
}

.dream-solutions__slider .splide__arrow svg {
    display: none;
}


.dream-solutions__img {
    width: 646px;
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: flex-start;
}

.dream-solutions__img:before {
    content: '';
    padding-top: 89%;
    display: block;
}

.dream-solutions__main {
    max-width: calc(100% - 646px);
    width: 50%;
    margin-left: auto;
    padding-left: 28px;
}

.dream-solutions__title {
    color: #232323;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.dream-solutions__links {
    margin-bottom: 30px;
    margin-top: 30px;
}

.dream-solutions__links a {
    border-radius: 30px;
    border: 1px solid #EBF0F7;
    display: block;
    padding: 8px 50px 8px 20px;
    position: relative;
    max-width: 356px;
    margin-bottom: 16px;
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    background-color: #EBF0F7;
    transition: .3s;
}

.dream-solutions__links a:hover {
    border: 1px solid #026EF9;
    background-color: #fff;
}

.dream-solutions__links a:before {
    content: '';
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    background-image: url(/local/templates/mst/images/link-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.dream-solutions__links a:last-child {
    margin-bottom: 0;
}

.dream-solutions__text {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.dream-solutions__text ul li {
    position: relative;
    padding-left: 23px;

}

.dream-solutions__text ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 4px;
    width: 4px;
    height: 4px;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.dream-priceblock {
    margin-top: 40px;
}

.dream-priceblock__wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 12px;
    border-radius: 20px;
    border: 1px solid #B3B3B3;
}

.dream-priceblock__title {
    color: #000;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 20px;
}

.dream-priceblock__row {
    color: #000;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
}

.dream-priceblock__row:last-child {
    margin-bottom: 0;
}

.dream-priceblock__row span {
    width: 50%;
}

.dream-priceblock__row span:first-child {
    padding-right: 20px;
}

.dream-priceblock__row {
    margin-bottom: 12px;
}

.dream-priceblock__item {
    width: 33.33%;
    padding-right: 20px;
    padding-left: 20px;
}


.dream-about__block,
.dream-about2__block {
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #B3B3B3;
    margin-top: 30px;
}

.dream-about__block:first-child:not(.dream-about__row .dream-about__block:first-child),
.dream-about2__block:first-child:not(.dream-about2__row .dream-about2__block:first-child) {
    margin-top: 0;
}

.dream-about-block__title,
.dream-about2-block__title {
    color: #232323;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 28px;
}

.dream-about-block__num,
.dream-about2-block__num {
    color: #232323;
    font-family: Gilroy;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.dream-about-block__subtitle,
.dream-about2-block__subtitle {
    color: var(--black, #232323);
    font-family: Gilroy;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dream-about .dream-middle-title,
.dream-about2 .dream-middle-title,
.dream-info .dream-middle-title,
.dream-alt .dream-middle-title,
.dream-calc .dream-middle-title {
    position: sticky;
    top: 222px;
}

.scrollDown ~ .innerPageContent .dream-about .dream-middle-title,
.scrollDown ~ .innerPageContent .dream-about2 .dream-middle-title,
.scrollDown ~ .innerPageContent .dream-info .dream-middle-title,
.scrollDown ~ .innerPageContent .dream-alt .dream-middle-title,
.scrollDown ~ .innerPageContent .dream-calc .dream-middle-title {
    top: 162px;
}

.dream-about__block--blue .dream-about-block__num,
.dream-about__block--blue .dream-about-block__subtitle {
    color: #026EF9;
}


.dream-info__row,
.dream-about2__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.dream-info__block {
    border-radius: 20px;
    padding: 32px;
    background: var(--light-blue, #EBF0F7);
    margin-bottom: 20px;
}

.dream-info__block--line {
    min-width: 620px;
}

.dream-info__row .dream-info__block,
.dream-about2__row .dream-about2__block {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
}

.dream-info__title,
.dream-about2__title {
    color: #232323;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}

.dream-info-block__row,
.dream-about2-block__row {
    display: flex;
    margin-bottom: 12px;
}

.dream-info-block__row:last-child,
.dream-about2-block__row:last-child {
    margin-bottom: 0;
}

.dream-about2__title {
    display: flex;
}

.dream-info-block__row span,
.dream-about2-block__row span {
    color: #000;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.dream-info-block__row span:last-child,
.dream-about2-block__row span:last-child,
.dream-about2__title span:last-child {
    margin-left: auto;
    font-weight: 700;
    padding-left: 10px;
    white-space: nowrap;
}

.dream-info__block table {
    color: #000;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
}

.dream-info__block td {
    padding-bottom: 12px;
    padding-right: 8px;
}

.dream-info__block tr:last-child td {
    padding-bottom: 0;
}

.dream-info__line span {
    display: block;
    height: 14px;
    border-radius: 20px;
}


.dream-about2__block {
    border: none;
    background: var(--light-blue, #EBF0F7);
}


.dream-alt__block {
    padding: 32px;
    border: 1px solid #B3B3B3;
    border-radius: 20px;
    margin-top: 30px;
}

.dream-alt__block:first-child {
    margin-top: 0;
}

.dream-alt__title {
    color: #000;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 28px;
}

.dream-alt__text {
    color: #000;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.dream-calc .good-calc-item__title {
    color: #232323;
    font-size: 35px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.dream-calc .good-calc-item-text__title {
    color: #232323;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.dream-calc .good-calc-item__calc {
    padding: 32px;
    background-color: #F9FAFB;
    border-radius: 20px;
    margin-bottom: 42px;
}

.dream-calc .payback-calc {
    margin-top: 0;
}

.dream-calc .calcItem .label {
    color: #979797;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
    padding: 0;
}

.dream-calc .payback-calc__total {
    font-family: Gilroy;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1px;
}

.dream-calc .payback-calc__total--small {
    font-size: 20px;
}

.dream-calc__text {
    color: #232323;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 1439px) {
    .dream-top__info-body {
        max-width: 455px;
    }

    .dream-solutions__img {
        width: 500px;
    }

    .dream-solutions__slider {
        width: 500px;
    }

    .dream-solutions__main {
        max-width: calc(100% - 536px);
        width: 50%;
    }

    .dream-about-block__num,
    .dream-about2-block__num {
        font-size: 48px;
    }

    .dream-info__row .dream-info__block,
    .dream-about2__row .dream-about2__block {
        width: 100%;
    }

    .dream-calc .good-calc-item__title {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .dream-info,
    .dream-calc,
    .dream-alt,
    .dream-about2 {
        margin-top: 100px;
    }

    .dream-feature__item-img {
        transform: none;
    }

    .dream-about {
        margin-top: 30px;
    }

    .dream-calc .good-calc-item__title {
        font-size: 25px;
    }

    .dream-calc__btn {
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }
}

@media (max-width: 1023px) {
    .dream-solutions__img {
        width: 100%;
    }

    .dream-solutions__slider {
        width: 100%;
    }

    .dream-solutions__main {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .dream-solutions__links
    {
        margin-top: 15px;
    }
    .dream-solutions__links a {
        max-width: 100%;
    }

    .dream-priceblock__item {
        width: 100%;
        margin-bottom: 28px;
    }

    .dream-priceblock__row span {
        width: auto;
    }

    .dream-priceblock__row span:last-child {
        margin-left: auto;
        text-align: right;
    }

    .dream-priceblock__item:last-child {
        margin-bottom: 0;
    }

    .dream-info,
    .dream-calc,
    .dream-alt,
    .dream-about2 {
        margin-top: 60px;
    }

    .dream-solutions__text {
        font-size: 18px;
    }

    .dream-calc .good-calc-item__title {
        font-size: 22px;
    }

    .dream-calc .good-calc-item-text__title {
        font-size: 20px;
    }

}

@media (max-width: 767px) {
    .dream-form {
        background-color: #fff;
        padding: 0;
    }

    .dream-top {
        margin-bottom: 60px;
    }

    .dream-form__form {
        width: 100%;
        background-color: #F9FAFB;
        padding: 31px 15px;
        margin-bottom: 60px;
    }

    .dream-form__text {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .dream-solutions__text {
        font-size: 16px;
    }

    .dream-about__block, .dream-about2__block {
        padding: 20px;
    }

    .dream-info-block__row, .dream-about2-block__row {
        margin-bottom: 8px;
    }

    .dream-about-block__title, .dream-about2-block__title {
        font-size: 20px;
    }

    .dream-priceblock__item {
        padding: 0;
    }

    .dream-priceblock__wrap {
        padding: 20px;
    }

    .dream-priceblock__title {
        font-size: 16px;
    }

    .dream-alt__block {
        padding: 20px;
    }

    .dream-alt__block {
        margin-top: 10px;
    }

    .dream-alt__block:first-child {
        margin-top: 0;
    }

    .dream-about__block, .dream-about2__block {
        margin-top: 10px;
    }

    .dream-alt__title {
        margin-bottom: 20px;
    }

    .dream-calc .calcItem .label {
        font-size: 16px;
    }

    .dream-calc .good-calc-item__calc {
        padding: 18px;
    }

    .dream-solutions__slider .splide__arrow {
        width: 30px;
        height: 30px;
        transform-origin: 15px 8px;
    }

    .dream-solutions__slider .splide__arrow--prev {
        left: 5px;
    }

    .dream-solutions__slider .splide__arrow--next {
        right: 5px;
        transform: rotate(180deg);
    }
}


