.landing-detail {
    max-width: 1496px;
    margin: 0 auto;

}

.landing-detail,
.landing-detail * {
    /* Для Firefox */
    scrollbar-color: #026EF9 transparent; /* Цвет ползунка и фона */
    scrollbar-width: thin; /* Ширина прокрутки */
}

/* Для Webkit (Chrome, Safari) */
.landing-detail::-webkit-scrollbar {
    width: 8px; /* Ширина прокрутки */
}

.landing-detail::-webkit-scrollbar-track {
    background: transparent; /* Цвет фона прокрутки */
}

.landing-detail::-webkit-scrollbar-thumb {
    background-color: #026EF9; /* Цвет ползунка */
    border-radius: 10px; /* Скругление углов ползунка */
}

.landing-detail::-webkit-scrollbar-thumb:hover {
    background-color: #026EF9; /* Цвет ползунка при наведении */
}

.innerPageContent {
    overflow: hidden;
}

.landing-detail img {
    max-width: 100%;
}

.landing-detail h2 {
    margin-bottom: 38px;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
}

.landing-detail h3,
.contactsBlockMiddle .subtitleCap,
.landing-detail__leasing .textContent h3,
.landing-detail__calc .textContent h3 {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

.landing-detail__top {
    padding-bottom: 46px;
}

.landing-detail-top__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.landing-detail-top__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    padding-right: 167px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.landing-detail-top-about__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 95px;
}

.landing-detail-top-about-tags__tag {
    margin-right: 12px;
    margin-bottom: 18px;
    padding: 4px 16px;
    border: 1px solid #026EF9;
    border-radius: 20px;
    color: #026EF9;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.landing-detail-top-about-tags__tag:hover {
    background-color: #026EF9;
    color: #fff;
}

.landing-detail-top__about h1 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 72px;
    line-height: 88px;
}

.landing-detail-top-about__text {
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.landing-detail-top-about__price {
    margin-bottom: 36px;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
}


.landing-detail-top__img {
    position: relative;
    width: 50vw;
    margin-right: -50vw;
    min-height: 887px;
    background-color: #EBF0F7;
}


.landing-detail-top__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 95%;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.landing-detail-top__img--video  img{
    top: 5%;
    height: calc(90% - 120px);
    bottom: auto;
}

.landing-detail__top button {
    max-width: 236px;
}

.landing-detail-top-about__list {
    margin-top: auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

.landing-detail-top-about-list__item {
    position: relative;
    margin-bottom: 14px;
    padding-left: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.landing-detail-top-about-list__item:last-child {
    margin-bottom: 0;
}

.landing-detail-top-about-list__item:before {
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #026EF9;
    content: '';
}


.landing-detail-about__text {
    max-width: 1038px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.landing-detail-about__text * {
    text-align: left !important;
}

.landing-detail-about__text p {
    margin-bottom: 20px;
}

a.landing-detail-about__video {
    display: block;
    position: relative;
    height: 62px;
    margin-bottom: 32px;
    padding-left: 76px;
    color: #232323;
    font-weight: 500;
    font-size: 16px;
    line-height: 62px;
    white-space: nowrap;
}

a.landing-detail-about__video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 62px;
    background-image: url('/local/templates/mst/img/landing/play.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}


.landing-detail-about-docs__item,
a.landing-detail-about-docs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-left: 37px;
    color: #232323;
}

.landing-detail-about-docs__title {
    margin-right: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.landing-detail-about-docs__size {
    color: #979797;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.landing-detail-about-docs__item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url('/local/templates/mst/img/landing/doc.svg');
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    content: '';
}

a.landing-detail-about-docs__item:hover .landing-detail-about-docs__title {
    text-decoration: none;
}


.landing-detail__about {
    margin-bottom: 30px;
    padding-top: 46px;
    padding-bottom: 46px;
}

.landing-detail-about__docs .docsList {
    display: block;
}

.landing-detail-about__docs .docsList .item {
    margin-bottom: 16px;
}

.landing-detail-about__docs .docsList .docItem {
    display: block;
    position: relative;
    padding-left: 36px;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.landing-detail-about__docs .docsList .item:last-child {
    margin-bottom: 0;
}

.landing-detail-about__docs .docsList .docItem:hover {
    color: #026EF9;
}

.landing-detail-about__docs .docsList .docItem span {
    text-decoration: underline;
}

.landing-detail-about__docs .docsList .docItem [class*="icon"] {
    position: absolute;
    top: -1px;

    left: 0;
    width: 20px;
    height: 23px;
}

.landing-detail-about__docs .docsList .docItem [class*="icon"]:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/mst/img/landing/doc.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.landing-detail__charact {
    margin-bottom: 30px;
    padding-top: 46px;
    padding-bottom: 46px;
}

.landing-detail-charact__dots {
    z-index: 1;
    width: calc(100% - 8px);
    background-image: url('/local/templates/mst/img/landing/dot.svg');
    background-size: 2px;
    background-repeat: repeat-x;
}

.landing-detail-charact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.landing-detail-charact__dots {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.landing-detail-charact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.landing-detail-charact__img {
    position: relative;
    width: calc(50% - 167px);
    height: 477px;
    background-color: #EBF0F7;
}

.landing-detail-charact__img:after {
    position: absolute;
    top: 0;
    right: calc(100% - 2px);
    width: 50vw;
    height: 100%;
    background-color: #EBF0F7;
    content: '';
}

.landing-detail-charact__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 120%;
    margin: auto;
}

.landing-detail-charact__main {
    width: 50%;
    margin-left: auto;
}


.landing-detail-charact__list,
.landing-detail-charact__list-hide {
    max-width: 570px;
    padding: 0;
}

.landing-detail-charact__list li,
.landing-detail-charact__list-hide li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline;
    font-weight: 400;
    font-size: 16px;

    line-height: 26px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
}

.landing-detail-charact__list li::before,
.landing-detail-charact__list-hide li::before {
    flex-grow: 1;
    order: 2;
    margin: 0 11px;
    border-bottom: 1px dashed #232323;
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
}

.landing-detail-charact__list span,
.landing-detail-charact__list-hide span {
    order: 3;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
}

.landing-detail-charact__list-hide {
    display: none;
}

.landing-detail-charact__more {
    margin-top: 20px;
    cursor: pointer;
}

.landing-detail-charact__more span {
    position: relative;
    color: #026EF9;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.landing-detail-charact__more span:hover {
    color: #0B51AA;
}

.landing-detail-charact__more span {
    padding-right: 20px;
}

.landing-detail-charact__more span:before {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url('/local/templates/mst/img/landing/select-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.landing-detail-charact__more--active span:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.landing-detail__advantages {
    padding-top: 46px;
    padding-bottom: 46px;
}

.landing-detail__advantages h2 {
    text-align: center;
}

.landing-detail-advantages__wrap {
    max-width: 1100px;
    margin-top: 122px;
    margin-right: auto;
    margin-left: auto;
}

.landing-detail-advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.landing-detail-advantages__item:before {
    position: absolute;
    left: calc(50% - 1px);
    width: 1px;
    height: 100%;
    background-color: #C2C2C2;
    content: '';
}

.landing-detail-advantages__item:after {
    position: absolute;
    top: 10px;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #026ef9;
    -webkit-box-shadow: 0 0 0 9px #fff, 0 0 0 10px #026ef9;
    box-shadow: 0 0 0 9px #fff, 0 0 0 10px #026ef9;
    content: '';
}

.landing-detail-advantages-item__col {
    width: 50%;
}

.landing-detail-advantages-item__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.landing-detail-advantages-item__col:first-child {
    padding-right: 70px;
}

.landing-detail-advantages-item__col:last-child {
    padding-left: 70px;
}

.landing-detail-advantages__item:nth-child(even) .landing-detail-advantages-item__col:first-child {
    order: 2;
    padding-right: 0;
    padding-left: 70px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
}

.landing-detail-advantages__item:nth-child(even) .landing-detail-advantages-item__col:last-child {
    order: 1;
    padding-right: 70px;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
}

.landing-detail-advantages__item:last-child:before {
    display: none;
}

.landing-detail-advantages__item:last-child {
    padding-bottom: 0;
}

.landing-detail-advantages-item__img img {
    border-radius: 20px;
}


.landing-detail__slider {
    padding-top: 46px;
    padding-bottom: 46px;
}

.landing-detail-slider__wrap {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #EBF0F7;
}

.landing-detail-slider__wrap:before,
.landing-detail-slider__wrap:after {
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: #EBF0F7;
    content: '';
}

.landing-detail-slider__wrap:before {
    left: calc(100% - 2px);
}

.landing-detail-slider__wrap:after {
    right: calc(100% - 2px);
}

.landing-detail-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.landing-detail-slide-slide__comp {
    width: 50%;
    padding-right: 30px;
}

.landing-detail-slide-slide__about {
    width: 50%;
    padding-bottom: 60px;
    padding-left: 112px;
}

.landing-detail-slide-slide__about h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
}

.landing-detail-slide-slide__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}


.image-comparison {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.image-comparison:before {
    display: block;
    padding-top: 100%;
    content: '';

}

.image-comparison img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.image-comparison .images-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-comparison .images-container .before-image {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-comparison .images-container .after-image {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-comparison .slider {
    z-index: 5;
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
}

.image-comparison .slider-line {
    z-index: 3;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}


.image-comparison .slider-icon {
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url('/local/templates/mst/img/landing/slider-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
}


.landing-detail-slider__slider {
    position: relative;
}

.landing-detail__slider .slider-controls__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.landing-detail__slider .splide__arrow {
    position: static;
    width: 36px;
    height: 36px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-image: url('/local/templates/mst/img/landing/slider-arrow.svg');
    background-position: 40% center;
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: #026EF9;
    opacity: 1;
}

.landing-detail__slider .splide__arrow.splide__arrow--next {
    margin-left: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.landing-detail__slider .slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.landing-detail__slider .slider-controls__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.landing-detail__slider .slider-controls__counter {
    margin-right: 28px;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.landing-detail__slider .slider-controls-counter__total,
.landing-detail__slider .slider-controls-counter__slash {
    color: #979797;
    font-size: 18px;
}

.landing-detail__slider .slider-controls-counter__slash {
    margin-right: 3px;
    margin-left: 3px;
}

.landing-detail-slider__slider--full .slider-controls {
    display: none;
}


.landing-detail__leasing,
.landing-detail__calc {
    margin-bottom: 30px;
    padding-bottom: 46px;
    position: relative;
}

.landing-detail-leasing__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.landing-detail-leasing__col {
    width: 50%;
}

.landing-detail-leasing__col:last-child {
    padding-right: 157px;
}


.landing-detail-leasing__col .calcResult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.landing-detail-leasing__col .leasing-calc__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.landing-detail-leasing__col .calcResultList span {
    margin-top: 5px;
    font-weight: 500;
    font-size: 32px;
    line-height: 28px;
}

.landing-detail-leasing__col .calcResult [class*="btn"] {
    margin-top: 0;
    margin-right: 30px;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.landing-detail-leasing__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.textContent .landing-detail-leasing__text ul li {
    color: black;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.textContent .landing-detail-leasing__text ul li::before {
    top: 13px;
    background-color: black;
}


.landing-detail__form {
    margin-bottom: 50px;
    padding-top: 46px;
    padding-bottom: 46px;
}


.landing-detail-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #EBF0F7;
}

.landing-detail-form__wrap:before,
.landing-detail-form__wrap:after {
    position: absolute;
    top: 0;
    width: 152px;
    height: 100%;
    background-color: #EBF0F7;
    content: '';
}

.landing-detail-form__wrap:before {
    left: 100%;
}

.landing-detail-form__wrap:after {
    right: 100%;
}

.landing-detail-form__col {
    width: 50%;
}

.landing-detail__form h3 {
    margin-bottom: 46px;
}

.landing-detail__form form {
    max-width: 581px;

}

.landing-detail-form__inner {
    min-height: 388px;
    margin-top: 236px;
    margin-bottom: 178px;
}

.landing-detail-form__inner > div {
    margin: 0 !important;
}

.landing-detail__form button {
    display: block;
    max-width: 272px;
    margin-top: 24px;
}

.landing-detail__form .fieldItem {
    margin-bottom: 12px;
}

.landing-detail-form__img {
    position: relative;
    height: 100%;
}

.landing-detail-form__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 120%;
    margin: auto;
}


.landing-detail__review {
    padding-top: 46px;
    padding-bottom: 46px;
}

.landing-detail-review-slider__title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
}

.landing-detail-review-slider__post,
.landing-detail-review-slider__address {
    color: #979797;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.landing-detail-review-slider__text {
    padding-top: 28px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.landing-detail__review-slider {
    margin-top: 38px;
    margin-right: -15px;
    margin-left: -15px;
}

.landing-detail-review-slider__item {
    padding-right: 15px;
    padding-left: 15px;
}

.landing-detail__review .slider-controls__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.landing-detail__review .splide__arrow {
    position: static;
    width: 36px;
    height: 36px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-image: url('/local/templates/mst/img/landing/slider-arrow.svg');
    background-position: 40% center;
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: #026EF9;
    opacity: 1;
}

.landing-detail__review .splide__arrow.splide__arrow--next {
    margin-left: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.landing-detail__review .slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.landing-detail__review .slider-controls__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.landing-detail__review .slider-controls__counter {
    margin-right: 28px;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.landing-detail__review .slider-controls-counter__total,
.landing-detail__review .slider-controls-counter__slash {
    color: #979797;
    font-size: 18px;
}

.landing-detail__review .slider-controls-counter__slash {
    margin-right: 3px;
    margin-left: 3px;
}

.landing-detail__review-slider--full .slider-controls {
    display: none;
}


.landing-detail__news {
    padding-top: 46px;
    padding-bottom: 46px;
}

.landing-detail__news .newsList {
    grid-template-columns: repeat(3, 1fr);
}

.landing-detail__news .newsList-wr {
    margin-top: 40px;
}

.landing-detail__news .moreLink {
    margin-top: 40px;
    text-align: center;
}


.landing-detail__sertif {
    padding-top: 46px;
    padding-bottom: 46px;
}

.landing-detail-sertif-slider__title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 137.3%;
    text-align: center;
}

.landing-detail-sertif-slider__post,
.landing-detail-sertif-slider__address {
    color: #979797;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.landing-detail-sertif-slider__text {
    padding-top: 28px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.landing-detail__sertif-slider {
    margin-top: 38px;
    margin-right: -15px;
    margin-left: -15px;
}

.landing-detail-sertif-slider__item {
    padding-right: 15px;
    padding-left: 15px;
}

.landing-detail__sertif .slider-controls__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.landing-detail__sertif .splide__arrow {
    position: static;
    width: 36px;
    height: 36px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-image: url('/local/templates/mst/img/landing/slider-arrow.svg');
    background-position: 40% center;
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: #026EF9;
    opacity: 1;
}

.landing-detail__sertif .splide__arrow.splide__arrow--next {
    margin-left: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.landing-detail__sertif .slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.landing-detail__sertif .slider-controls__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.landing-detail__sertif .slider-controls__counter {
    margin-right: 28px;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.landing-detail__sertif .slider-controls-counter__total,
.landing-detail__sertif .slider-controls-counter__slash {
    color: #979797;
    font-size: 18px;
}

.landing-detail__sertif .slider-controls-counter__slash {
    margin-right: 3px;
    margin-left: 3px;
}

a.landing-detail-sertif-slider__img {
    display: block;
    margin-bottom: 25px;
}

.landing-detail-sertif-slider__img img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.landing-detail__sertif-slider--full .slider-controls {
    display: none;
}


.landing-detail__products {
    padding-top: 46px;
    padding-bottom: 46px;
}

.landing-detail-products-slider__title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
}

.landing-detail-products-slider__post,
.landing-detail-products-slider__address {
    color: #979797;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.landing-detail-products-slider__text {
    padding-top: 28px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.landing-detail__products-slider {
    margin-top: 38px;
    margin-right: -15px;
    margin-left: -15px;
}

.landing-detail-products-slider__item,
a.landing-detail-products-slider__item {
    display: block;
    height: 100%;
    padding: 15px;
}

.landing-detail-products-slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding: 40px 60px;
    -webkit-box-shadow: 0 0 20px #E3E8EF;
    box-shadow: 0 0 20px #E3E8EF;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.landing-detail-products-slider__title {
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 28px;
    color: #232323;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
    -webkit-box-flex: 1;
}

.landing-detail-products-slider__img {
    width: 152px;
}

.landing-detail-products-slider__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 152px);
    height: 100%;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.landing-detail-products-slider__info button {
    max-width: 172px;
}

.landing-detail__products .slider-controls__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.landing-detail__products .splide__arrow {
    position: static;
    width: 36px;
    height: 36px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-image: url('/local/templates/mst/img/landing/slider-arrow.svg');
    background-position: 40% center;
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: #026EF9;
    opacity: 1;
}

.landing-detail__products .splide__arrow.splide__arrow--next {
    margin-left: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.landing-detail__products .slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.landing-detail__products .slider-controls__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.landing-detail__products .slider-controls__counter {
    margin-right: 28px;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.landing-detail__products .slider-controls-counter__total,
.landing-detail__products .slider-controls-counter__slash {
    color: #979797;
    font-size: 18px;
}

.landing-detail__products .slider-controls-counter__slash {
    margin-right: 3px;
    margin-left: 3px;
}

.landing-detail__products-slider--full .slider-controls {
    display: none;
}

.landing-detail__bottom_form .contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
    height: 226px;
}

.landing-detail__bottom_form .contactsBlockMiddle {
    margin-top: 14px;
}

.clinics__wrapper {
    position: relative;
}

.clinics__map-wrapper {
    overflow: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.clinics__map-wrapper::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

.clinics__map {
    position: relative;
    min-width: 992px;
    background-image: url('images/map.svg');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.clinics__svg {
    display: block;
    width: 100%;
    height: auto;
}

.clinics__path {
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3086F5;
    stroke: #fff;
    stroke-width: 1.2;
}

.clinics__path--region {
    cursor: pointer;
}

.clinics__path--region.is-active,
.clinics__path--region.is-open {
    fill: #1D5093;
}

.clinics__circle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #232323;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.clinics__list {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 428px;
    height: calc(100% - 5px);
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    -o-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    will-change: opacity;
}

.clinics__list.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.clinics__item {
    display: none;
    position: absolute;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.clinics__item.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.clinics__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-negative: 0;
}

.clinics__title {
    margin-right: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 1.28571;
    letter-spacing: 1px;
}

.clinics__close {
    position: relative;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    margin-top: 9.5px;
    margin-left: 9.5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #232323;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -ms-flex-negative: 0;
}

.clinics__close:hover {
    color: #026EF9;
}

.clinics__close::before,
.clinics__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: currentColor;
    content: '';
}

.clinics__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.clinics__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.clinics__sublist {
    -ms-flex: auto;
    flex: auto;
    margin: 0;
    margin-top: 28px;
    padding: 0;
    padding-right: 16px;
    overflow: auto;
    list-style: none;
    -webkit-box-flex: 1;
}

.clinics__sublist::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.clinics__sublist::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #fff;
}

.clinics__sublist::-webkit-scrollbar-track:hover {
    background-color: #fff;
}

.clinics__sublist::-webkit-scrollbar-track:active {
    background-color: #fff;
}

.clinics__sublist::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #232323;
}

.clinics__sublist::-webkit-scrollbar-thumb:hover {
    background-color: #232323;
}

.clinics__sublist::-webkit-scrollbar-thumb:active {
    background-color: #232323;
}

.clinics__subitem {
    padding: 32px;
    background: #EBF0F7;
}

.clinics__subitem:not(:first-child) {
    margin-top: 16px;
}

.clinics__eqip-list {
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
    vertical-align: middle;
}

.clinics__eqip-item {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    letter-spacing: 1px;
    vertical-align: middle;
}

.clinics__eqip-item:not(:last-child):after {
    display: inline-block;
    margin: 0 0.125em 0 0.05em;
    content: "\2022";
    vertical-align: middle;
}

.clinics__eqip-link {
    display: inline-block;
    color: #232323;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.clinics__eqip-link:hover {
    color: #026EF9;
}

.clinics__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
}

.clinics__subtitle:not(:first-child) {
    margin-top: 12px;
}

.clinics__address {
    margin-top: 16px;
    color: #979797;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    font-family: 'Open Sans';
}

.clinics__links-list {
    margin-top: 16px;
}

.clinics__links-item:not(:first-child) {
    margin-top: 2px;
}

.clinics__link {
    color: #232323;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.55556;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.clinics__link:hover {
    color: #026EF9;
}

@media (max-width: 1680px) {
    .landing-detail-top-about__tags {
        margin-bottom: 25px;
    }

    .landing-detail-top__about {
        padding-right: 80px;
    }

    .landing-detail-top__about h1 {
        font-size: 60px;
        line-height: 76px;
    }

    .landing-detail-top__img {
        min-height: 720px;
    }

    .landing-detail-form__inner {
        margin-top: 127px;
        margin-bottom: 127px;
    }

    .landing-detail-form__wrap:before,
    .landing-detail-form__wrap:after {
        width: 90px;
    }

    .landing-detail-leasing__col .calcResult [class*="btn"] {
        margin-right: 0;
    }
}

@media (max-width: 1439px) {
    .landing-detail-leasing__col:last-child {
        padding-right: 50px;
    }

    .clinics__circle {
        width: 24px;
        height: 24px;
        padding-top: 2px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 1199px) {
    .landing-detail-top__about {
        padding-right: 30px;
    }

    .landing-detail-top__about h1 {
        font-size: 50px;
        line-height: 66px;
    }

    .landing-detail h2 {
        margin-bottom: 30px;
        font-size: 38px;
        line-height: 49px;
    }

    .landing-detail-top-about__price {
        margin-bottom: 20px;
    }

    .landing-detail-top-about-list__item {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .landing-detail-advantages__wrap {
        margin-top: 80px;
    }

    .landing-detail-slide-slide__about {
        padding-left: 80px;
    }

    .landing-detail-products-slider__title {
        font-size: 25px;
        line-height: 33px;
    }

    .landing-detail-products-slider__inner {
        padding: 30px 40px;
    }

    .landing-detail-charact__img {
        width: calc(50% - 120px);
    }

    .landing-detail-leasing__col:last-child {
        padding-right: 0;
    }

    .textContent .landing-detail-leasing__text ul li {
        font-size: 16px;
    }

    .clinics__circle {
        width: 20px;
        height: 20px;
        padding-top: 1px;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 1023px) {
    .landing-detail-about__text {
        font-size: 18px;
    }

    .landing-detail-top__wrap,
    .landing-detail-charact__wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .landing-detail-top__img,
    .landing-detail-charact__img {
        order: 1;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .landing-detail-top__img {
        height: 466px;
        min-height: 0;
        width: 100vw;
        margin-left: calc((100vw - 768px + 32px) / -2);
    }

    .landing-detail-top__about,
    .landing-detail-charact__main {
        order: 2;
        width: 100%;
        margin: 0;
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }


    .landing-detail-charact__img {
        margin-bottom: 70px;
    }

    .landing-detail__top {
        padding-bottom: 30px;
    }

    .landing-detail__about,
    .landing-detail__charact,
    .landing-detail__advantages,
    .landing-detail__slider,
    .landing-detail__leasing,
    .landing-detail__calc,
    .landing-detail__form,
    .landing-detail__review,
    .landing-detail__news,
    .landing-detail__sertif,
    .landing-detail__products {
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .landing-detail-charact__img:after {
        display: none;
    }

    .landing-detail-charact__list,
    .landing-detail-charact__list-hide {
        max-width: 100%;
    }

    .landing-detail-advantages-item__col,
    .landing-detail-advantages-item__col:first-child,
    .landing-detail-advantages-item__col:last-child,
    .landing-detail-advantages__item:nth-child(even) .landing-detail-advantages-item__col:first-child,
    .landing-detail-advantages__item:nth-child(even) .landing-detail-advantages-item__col:last-child {
        width: 100%;
        padding: 0;
        padding-left: 56px;
    }

    .landing-detail-advantages__item {
        display: block;
        padding-bottom: 28px;
    }

    .landing-detail-advantages__item:last-child {
        padding-bottom: 0;
    }

    .landing-detail-advantages__item:after {
        left: -6px;
    }

    .landing-detail-advantages__item:before {
        left: 0;
    }

    .landing-detail h3,
    .contactsBlockMiddle .subtitleCap,
    .landing-detail__leasing .textContent h3,
    .landing-detail__calc .textContent h3 {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 24px;
    }

    .landing-detail-advantages-item__text {
        font-size: 18px;
    }

    .landing-detail-advantages-item__text {
        margin-bottom: 22px;
    }

    .landing-detail-advantages__wrap {
        margin-top: 30px;
    }

    .landing-detail__advantages h2 {
        text-align: left;
    }

    .landing-detail-slider__slide {
        display: block;
    }

    .landing-detail-slide-slide__comp {
        width: 100%;
        margin-bottom: 28px;
        padding: 0;
    }

    .landing-detail-slide-slide__about {
        width: 100%;
        padding: 0;
    }

    .landing-detail-slider__wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .landing-detail__slider .slider-controls {
        position: static;
        width: 100%;
        margin-top: 28px;
    }

    .landing-detail-leasing__wrap {
        display: block;
    }

    .landing-detail-leasing__col {
        width: 100%;
    }

    .landing-detail-leasing__col:first-child {
        margin-bottom: 28px;
    }

    .landing-detail-form__wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 42px;
        padding-bottom: 42px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        padding-left: 2px;
        padding-right: 2px;
    }

    .landing-detail-form__col {
        width: 100%;
    }

    .landing-detail-form__col:first-child {
        order: 2;
        margin-bottom: 35px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .landing-detail-form__col:last-child {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .landing-detail-form__img {
        margin-bottom: 35px;
    }

    .landing-detail-form__img img {
        display: block;
        position: static;
    }

    .landing-detail-form__inner {
        min-height: 0;
        margin: 0;
    }

    .landing-detail__form form {
        max-width: 100%;
    }

    .landing-detail__news .newsList {
        display: block;
    }

    .landing-detail__news .newsList .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .landing-detail__news .newsList .item + .item {
        margin-left: 0;
    }

    .landing-detail__sertif .slider-controls,
    .landing-detail__review .slider-controls,
    .landing-detail__products .slider-controls {
        top: -69px;
    }

    .landing-detail__bottom_form .contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
        height: 196px;
    }

    .landing-detail-form__wrap:before,
    .landing-detail-form__wrap:after {
        width: 50vw;
    }

    .padding-blue {
        margin-top: -60px;
    }

    .landing-detail__form button {
        max-width: 386px;
        margin-right: auto;
        margin-left: auto;
    }

    .textContent .landing-detail-leasing__text ul li {
        font-size: 14px;
    }

    .clinics__map-wrapper {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .clinics__list {
        position: static;
        width: 100%;
        height: auto;
        padding-top: 16px;
    }

    .clinics__item {
        position: static;
        height: auto;
    }

    .clinics__title {
        font-size: 20px;
        line-height: 1.2;
    }

    .clinics__close {
        margin-top: 0;
    }

    .clinics__sublist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 0;
        padding-right: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
    }

    .clinics__subitem {
        flex-shrink: 0;
        width: 328px;
        padding: 24px;
        -ms-flex-negative: 0;
    }

    .clinics__subitem:not(:first-child) {
        margin-top: 0;
        margin-left: 16px;
    }

    .clinics__eqip-list {
        padding-bottom: 10px;
    }

    .clinics__eqip-item {
        font-size: 18px;
    }

    .clinics__subtitle {
        font-size: 16px;
    }

    .clinics__subtitle:not(:first-child) {
        margin-top: 10px;
    }

    .clinics__address {
        margin-top: 12px;
        font-size: 12px;
    }

    .clinics__links-list {
        margin-top: 12px;
    }

    .clinics__link {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .landing-detail-top__about h1 {
        font-size: 32px;
        line-height: 39px;
    }

    .landing-detail-top__img {
        margin-left: calc((100vw - 480px + 32px) / -2);
    }


    .landing-detail-leasing__col .calcResult {
        display: block;
    }

    .landing-detail-leasing__col .calcResult {
        margin-top: 20px;
    }

    .landing-detail-leasing__col .calcResult__cal {
        margin-bottom: 20px;
    }

    .landing-detail-products-slider__img {
        width: 94px;
    }

    .landing-detail-products-slider__info {
        width: calc(100% - 94px);
        padding-left: 20px;
    }

    .landing-detail-products-slider__inner {
        padding: 25px;
    }

    .landing-detail-products-slider__title {
        margin-bottom: 18px;
        font-size: 20px;
        line-height: 24px;
    }

    .landing-detail__products-slider {
        margin-top: 30px;
    }

    .landing-detail__products .slider-controls {
        position: static;
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-bottom: 7px;
        margin-left: 15px;
    }
}

@media (max-width: 480px) {
    .landing-detail-top__img {
        margin-left: -16px;
    }
}

.payback_calc__block,
.leasing_calc__block {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    align-items: flex-end;
}

.payback_calc__block .calcItem,
.leasing_calc__block .calcItem {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
}

.calcBlock .payback_calc__block .calcItem + .calcItem,
.calcBlock .leasing_calc__block .calcItem + .calcItem {
    margin-top: 0;
}

.payback_calc__block .calcItem .label,
.leasing_calc__block .calcItem .label {
    color: #232323;
}

.goodgrid .product-communication-aside__block {
    padding: 24px;
    border-radius: 20px;
    width: 100%;
}

.goodgrid .product-communication__aside {
    padding-right: 14px;
    position: static;
}

.goodgrid .product-communication__main {
    padding-left: 14px;
}

/**/
.landing-detail .goodgrid-block[data-id="calc_lis"],
.landing-detail .goodgrid-block[data-id="calc_ocup"] {
    position: relative;
}

.landing-detail .leasing-calc__title,
.landing-detail .payback-calc__title {
    display: none;
}

.landing-detail .calcResult .form-load {
    display: none;
}

.landing-detail .calcBlock {
    margin-top: 40px;
}

.landing-detail .calcResultElement,
.landing-detail .payback-calc__total {
    position: absolute;
    right: 24px;
    top: 0px;
    color: #026EF9;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1px;
}


.landing-detail .payback-calc__total--small {
    font-size: 22px;;
    color: #232323;
    top: 10px;
}


@media (max-width: 1439px) {
    .landing-detail .calcResultElement,
    .landing-detail .payback-calc__total {
        position: static;
    }

    .landing-detail .payback_calc__block .calcItem,
    .landing-detail .leasing_calc__block .calcItem {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    .landing-detail .payback_calc__block .calcItem,
    .landing-detail .leasing_calc__block .calcItem {
        width: 100%;
        margin-bottom: 10px;
    }

    .landing-detail .calcResultElement,
    .landing-detail .payback-calc__total {
        font-size: 26px;
    }

    .landing-detail .calcBlock {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .landing-detail .calcResultElement,
    .landing-detail .payback-calc__total,
    .landing-detail .payback-calc__total--small {
        font-size: 20px;
    }
}


/*-*/


.good-top__v {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 120px;

    overflow: hidden;

}

.good-top__v img {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.good-top__v:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.good-top__v::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.good-top-v__ico {
    position: relative;
    z-index: 3;
    display: block;
    background: rgba(35, 35, 35, 0.6);
    border-radius: 50%;
    width: 85px;
    height: 85px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.good-top__v:hover .good-top-v__ico {
    background: #026EF9;
}

.good-top-v__ico::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 32px;
    border-color: transparent transparent transparent #ffffff;
}

.good-top-v__title {
    display: none;
    position: relative;
    z-index: 3;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.53846;
    margin-left: 16px;
    color: #fff;
}

.landing-detail-top__video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/**/
