﻿.popup__body .form__field input[type=email] {
    font-weight: 500;
    font-size: 28px;
    line-height: 132%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    letter-spacing: -.04em;
    border: 5px solid #fff;
    background-color: transparent;
    height: 66px;
    font-family: Inter;
}
.form-step__block .form-step__step[data-step="1"] .radio-icon__wrap:nth-child(2) {
    display: none;
}

.form__field input[type=email] {
    width: 100%;
    flex-grow: 1;
    outline: 0;
    padding: 0 23px;
    transition: border-color .3s ease;
}

.form__field input[type=email]::placeholder {
	color: white;
}

.form__field.is-error input[type=text] {
    border-color: #ff4747;
    color: #ff4747;
}

.form__field.is-error input[type=email] {
    border-color: #ff4747;
    color: #ff4747;
}


.form__field.is-error input[type=text]::-webkit-input-placeholder {color: #ff4747;}
.form__field.is-error input[type=text]::-moz-placeholder          {color: #ff4747;}/* Firefox 19+ */
.form__field.is-error input[type=text]:-moz-placeholder           {color: #ff4747;}/* Firefox 18- */
.form__field.is-error input[type=text]:-ms-input-placeholder      {color: #ff4747;}

.form__field.is-error input[type=email]::-webkit-input-placeholder {color: #ff4747;}
.form__field.is-error input[type=email]::-moz-placeholder          {color: #ff4747;}/* Firefox 19+ */
.form__field.is-error input[type=email]:-moz-placeholder           {color: #ff4747;}/* Firefox 18- */
.form__field.is-error input[type=email]:-ms-input-placeholder      {color: #ff4747;}

.form__error, .form__error-icon {
    display: none;
}

.list-card__item img {
    height: auto;
}

@media(max-width: 768px) {
    .popup-mega .form-ok__text a {
        color: #3a24f9;
    }

    .popup-mega .form-ok .svg-icon use {
        fill: #3a24f9;
    }
}

@media (max-width: 960px) {
    .phone-big__wrap--ok .phone-big__info {
        margin-bottom: 17px;
        height: 100%;
        flex-grow: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    
    .phone-big__wrap--ok .phone-big__title span {
        margin-top: 5px;
    }
}


@media(max-width: 768px ) {
    .popup--form .popup__close {
        top: 24px;
        transform: translateY(0);
    }
} 



@media (max-width: 1440px) {
    .main-banner__dropmenu>li>a {
        font-size: 17px;
        line-height: 30px;
        height: 33px;
    }
}


@media (min-width: 1440px) {
    .main-banner__dropmenu>li>a {
        height: 49px;
    }
}

.main-banner__dropmenu>li:nth-child(5) {
    transition-delay: .19s;
}

.section-portfolio--artbeton {
    background-color: #121212;
}

.section-portfolio--artbeton p {
    color: #8C8C8C;
}

.portfolio-info__gif {
    display: flex;
    margin-top: 99px;
    margin-left: -41px;
    margin-right: -41px;
}

.portfolio-info__gif-item {
    margin: 0 41px;
}

.portfolio-info__gif-item:last-child {
    padding-top: 90px;
}

.portfolio-info__mobile {
    display: flex;
    margin: 0 -54px;
    margin-top: 113px;
    
}

.portfolio-info__mobile-item {
    margin: 0 54px;
}

@media(max-width: 650px) {
    .portfolio-info__gif {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .portfolio-info__gif-item  {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .portfolio-info__mobile {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        margin-top: 60px;
        
    }

    .portfolio-info__gif-item:last-child {
        margin-bottom: 0;
    }

    .portfolio-info__gif-item:last-child {
        padding-top: 0;
    }

    .portfolio-info__mobile-item {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .portfolio-info__mobile-item:last-child {
        margin-bottom: 0;
    }

}

.menu__container {
    overflow-y: auto;
}




@media(min-width: 1440px) {
    .main-catalog__item--small .main-catalog__text {
        font-size: 35px;
        line-height: 109%;
    }
}

@media(min-width: 1200px) {
    .main-catalog__item--small .main-catalog__text {
        font-size: 30px;
        line-height: 109%;
    }
}

@media (max-width: 768px) {
    .tab-small__list.is-active {
        max-height: initial;
    }
}


.section-portfolio--agroglobal--site {
    background: #E0E0E0;
}

.page-block--agroglobal--site .container {
   position: relative;
   z-index: 2;
}

.page-block--agroglobal--site::before {
    background: linear-gradient(
180deg
, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0) 79.67%);
    opacity: 0.5;
    transform: rotate(
180deg
);
}

.portfolio-info__img--row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
    box-shadow: none;
}

.portfolio-info__img--row  img {
    margin: 0 15px 30px;
}

@media(max-width: 992px) {
    .portfolio-info__img--row {
        justify-content: center;
    }
}
.portfolio-info__info {
    z-index: 2;
}
.portfolio-info__desc {
    z-index: 2;
    position: relative;
}
@media (max-width: 768px) {
    .portfolio-info__info {
        align-items: flex-start;
    }
}
.section-portfolio--danaya .portfolio-info__img {
    position: relative;
    z-index: 2;
}

.section-portfolio--danaya .portfolio-info:last-child {
    margin-bottom: 110px;
}

.page-block--danaya:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(41, 57, 77, 0.00) 0.01%, rgba(25, 40, 58, 0.10) 100%);    opacity:1;
    transform:rotate(180deg);
}


@media (max-width: 768px) {
    .popup__body .form__body input[type=email] {
        height: 54px;
        text-align: left;
        padding: 0 18px;
        font-weight: 500;
        font-size: 20px;
        line-height: 132%;
        letter-spacing: -.04em;
        border: 3px solid #171717;
        color: #171717;
    }

    .popup .form-ok__text a {
        color: #3a24f9;
    }

    .popup__body .form__body input[type=email]::-webkit-input-placeholder {color: #8C8C8C;   font-weight: 500; font-size: 20px; line-height: 132%; letter-spacing: -0.04em;}
    .popup__body .form__body input[type=email]::-moz-placeholder          {color: #8C8C8C;   font-weight: 500; font-size: 20px; line-height: 132%; letter-spacing: -0.04em;}
    .popup__body .form__body input[type=email]:-moz-placeholder           {color: #8C8C8C;   font-weight: 500; font-size: 20px; line-height: 132%; letter-spacing: -0.04em;}
    .popup__body .form__body input[type=email]:-ms-input-placeholder      {color: #8C8C8C;   font-weight: 500; font-size: 20px; line-height: 132%; letter-spacing: -0.04em;}
}

.hr-banner .container {
    position: relative;
    z-index: 5;
}

.hr-banner:before {
    z-index: 4;
}

.hr-banner__video {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    left: -2px;
    overflow: hidden;
    z-index: 1;
}

.hr-banner__video > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
}

.footer__info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer__info {
    display: block;
}

.footer__info .social {
    margin: 15px 0 0;
}

.footer__info .social a svg {
    height: auto;
}

.footer__info .social a {
    width: 19px;
    height: 19px;
} 

@media (max-width: 1200px) {
    .footer__info {
        display: flex;
    }

    .footer__info-wrap {
        display: flex;
        flex-direction: column;
    }

    .footer__info .social {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .audit-list__price .current-price, .audit-list__price .new-price {
        font-size: 24px;
        color: #d325ff;
    }

    .audit-list__title {
        font-size: 25px;
    }

}


@media (max-width: 992px) {
    .header__top {
        z-index: 15;
    }
}

.portfolio-info__desc ol {
    margin: 0;
    padding: 0;
    counter-reset: myCounter;
}

.portfolio-info__desc ol>li {
    list-style: none;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #171717;
    margin-bottom: 9px;
    position: relative;
    padding-left: 34px;
}

.portfolio-info__line .portfolio-info__info {
    margin-bottom: 40px;
}

.portfolio-info__desc ol>li:before {
    counter-increment: myCounter;
    content:counter(myCounter) ".";
    position: absolute;
    color: white;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #3A24F9;
    margin-right: 23px;
    left: 0;
    top: 0;
}

.portfolio-info__line .portfolio-info {
    margin-bottom: 74px;
}

.portfolio-info__line--full .portfolio-info--small {
    margin-bottom: 60px;
}

.portfolio-info__line--full .portfolio-info--small .portfolio-info__info {
    margin-bottom: 0  !important;
}

.image-info {
    display: flex;
    margin: 0 -33px  60px;
    margin-top: 60px;
}

.image-info__item {
    width: 50%;
    display: flex;
    margin: 0 33px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.image-info__item img {
    width: 288px;
    flex: none;
    margin: 0 !important;
}

.image-info__item span {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #171717;
}

.image-info--column {
    flex-direction: column;
    margin: 40px 0;
}

.image-info--column .image-info__item {
    width: 100%;
    margin: 0 0 40px;
    display: block;
}

.image-info--column .image-info__item img {
    width: auto;
}

.image-info--column .image-info__item span {
    margin-bottom: 27px;
    display: block;
}

.image-info--column .image-info__item:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .image-info__item {
        flex-direction: column;
    }

    .image-info {
        margin-top: 44px;
        margin-bottom: 15px;
        justify-content: flex-start;
    }

    .image-info__item {
        width: auto;
    }

    .image-info__item span {
        margin-bottom: 15px;
    }
}

@media (max-width: 560px) {
    .image-info {
        display: block;
    }

    .image-info__item {
        margin-bottom: 25px;
    }
}

.portfolio-info__history {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -34px;
    margin-bottom: 54px;
}

.portfolio-info__history-img img {
    margin-top: 0 !important;
}

.portfolio-info__history-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 100%;
    height: 110px;
    border: 2px solid #DADADA;
    margin-bottom: 10px;
}

.portfolio-info__history-item {
    width: 110px;
    margin-right: 76px;
    margin-bottom: 32px;
}

.portfolio-info__history-item:last-child {
    margin-right: 0;
}

.portfolio-info__history-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 132%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #1A1A1A;
}

.portfolio-info__line h2 {
    margin-bottom: 60px;
}

@media(max-width: 640px) {
    .portfolio-info__history {
        justify-content: center;
    }

    .portfolio-info__line h2 {
        margin-bottom: 31px;
    }
}

.list-img {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -25px 40px;
}

.list-img__item {
    width: 310px;
}

@media(max-width: 640px) {
    .list-img {
        justify-content: center;
    }
}

.numeral--social .numeral__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 180%;
    margin-bottom: 24px;
    color: #171717; 
}

.numeral--social {
    justify-content: flex-start;
    margin: 62px -32px -52px;
}

.numeral--social .numeral__number {
    font-weight: 600;
    font-size: 53px;
    line-height: 100%;
    border-bottom: 4px solid #3A24F9;
    padding-bottom: 4px;
    letter-spacing: initial;
    margin-bottom: 11px;
}



.numeral--social .numeral__item {
    max-width: initial;
    padding: 0 32px;
}

.numeral--social .numeral__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}

.numeral__number {
    font-weight: 600;
    font-size: 60px;
}

@media(max-width: 992px) {
    .numeral__number {
        font-size: 50px;
    }
    .numeral--social .numeral__number {
        font-size: 34px;
    }

    .numeral__text {
        font-size: 18px;
    }
}


.slider-img {
    margin-top: 80px;
    margin-bottom: 50px;    
    margin-left: -17px;
    margin-right: -17px;
}

.slider-img__item {
    padding: 0 17px;
    width: 310px;
}


.slider-img .slick-list {
    overflow: visible;
}

.dev-block {
    margin-top: 100px;
    margin-bottom: 100px;
}

.dev-block__body {
    width: 426px;
    margin-right: 31px;
    flex: none;
}

.dev-block__item {
    margin-bottom: 40px;
}

.dev-block__item:last-child {
    margin-bottom: 0;
}


.dev-block__item-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 6px;
    color: #171717;
}

.dev-block__item-post {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #8C8C8C;  
}

.dev-block__avatar {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    flex: none;
}

.dev-block__item {
    display: flex;
    align-items: center;
}

.dev-block__container {
    display: flex;
    margin-top: 60px;
}

.dev-block__info {
    font-size: 18px;
    line-height: 160%;
    /* or 29px */
    
    letter-spacing: -0.01em;  
}

.dev-block__info a {
    color: #3A24F9;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .dev-block__container {
        display: block;
        margin-top: 50px;
    }

    .dev-block {
        margin-top: 70px;
        margin-bottom: 54px;
    }

    .dev-block__info {
        margin-top: 35px;
    }
}

.ol-circle {
    padding: 0;
    margin-left: -35px;
}

.ol-circle li img {
    margin: 40px auto 40px;
}

.ol-circle li {
    position: relative;
    padding-left: 35px;
}

.ol-circle li::before {
    content:" ";
    width: 10px;
    height: 10px;
    background: #3A24F9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.main-catalog__wrap-block {
    position: relative;
    width: 100%;
}



.status {
    z-index: 5;
    position: absolute;
    padding: 16px 26px;
    position: absolute;
    top: 0;
    z-index: 15;
    text-decoration: none;
    right: 0;
    text-align: right;
}

.status__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;  
    color: #fff;
    margin-bottom: 8px;
}

.status--left {
    left: 0;
    text-align: left;
    right: inherit;
}

.status:hover .status__icon path {
    fill: #3a24f9;
}

.status__icon svg {
    display: block;
}

.status__icon path {
    fill: #171717;
    transition: fill 0.3s ease;
}

.status__body {
    position: relative;
    z-index: 3;
}

.status__icon {
    position: absolute;
    right: 0;
    top: 0;
}

.status--left .status__icon {
    left: 0;
    top: 0;right: inherit;
    transform: rotate(270deg);
}

.price__td--price {
    position: relative;
}

.price__td--price::before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #171717;
}


.catalog-plit__item-link {
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    padding: 44px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.catalog-plit__item--double {
    padding: 0;
}

.catalog-plit__item:before {
    pointer-events: none;
}

@media(max-width: 1450px) {
    .footer .btn-present {
        margin-left: 0;
    }
}

.phone-block--blue {
    background-color: #3A24F9;
}


.phone-block--text-big.phone-block--blue {
    background-image: url(../images/lup.png);
}
.phone-block--text-big h2 {
    margin-bottom: 0 !important;
}

@media(min-width: 1400px) {
    .phone-block--text-big h2 {
        font-size: 74px;
        line-height: 112.7%;
    }
}

@media (min-width: 1200px) {
    .phone-block--blue.phone-block--dark .phone-block__body {
        width: 470px;
        margin-right: 0;
    }
}

@media (min-width: 1440px) {
    .phone-block--blue.phone-block--dark .phone-block__body {
        width: 470px;
        margin-right: 35px;
    }
}


.phone-block--text-big .text-item::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 16px;
    width: 21px;
    height: 3px;
    background-color: #fff;
}

.phone-block--text-big .text-item {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    padding-left: 40px;
    margin-bottom: 17px;
}

.phone-block--text-big .phone-block__body .btn {
    margin-top: 45px;
}

@media(max-width: 992px) {
    .phone-block--text-big h2 {
        margin-bottom: 35px !important;
    }

    .phone-block--text-big .text-item {
        position: relative;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        padding-left: 40px;
        margin-bottom: 11px;
    }

    .phone-block--text-big .text-item::before {
        top: 13px;
    }

    .phone-block--text-big.phone-block--dark .phone-block__info .phone-block__body {
        margin-bottom: 0;
    }

    .phone-block--text-big .phone-block__body .btn {
        margin-top: 23px;
    }
}

@media(min-width: 1400px) {
    .block-info--commercial {
        margin-top: -275px;
    }
}

.vac__name--full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.vac__name--full span {
    margin-left: 15px;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #8C8C8C;
}

.stock__tag div {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #8C8C8C;
    margin-right: 18px;
    margin-bottom: 18px;
}

.stock__tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 21px;
}

.stock__wrap {
    display: flex;
    align-items: flex-end;
}

.stock__body {
    width: 54%;
    flex: none;
}

.stock__body--full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.stock__body--full .stock__info {
    margin-right: -19%;
}

.stock__col {
    width: 50%;
    padding-right: 8%;
}

.stock__img {
    width: 46%;
    padding-left: 9%;
    padding-bottom: 56px;
}

.stock__body .stock__info p {
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
}

.stock__info a {
    text-decoration: none;
}

.stock__info {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
    max-width: 1112px;
    color: #8C8C8C; 
}

.stock__info--bold p a {
    color: #3A24F9;
}

.stock__info--bold p {
    font-weight: 600 !important;
    color: #171717;
}

.stock__btn .btn {
    margin-right: 20px;
}

.stock__btn {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

@media (min-width: 1200px) {
    .stock h4 {
        font-size: 22px;
        line-height: 132%;
        margin-bottom: 38px;
        max-width: 835px;
    }

    .stock__body p {
        font-size: 21px;
    }
}

.stock-info {
    width: 442px;
    background-color: #F5F5F5;
    transform: rotate(7deg);
    padding: 46px;
}

.stock-info__title {
    font-weight: 600;
    font-size: 45px;
    line-height: 120%;
    margin-bottom: 16px;
    color: #3A24F9;
}

.stock-info__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #171717;
}

.stock-info--small {
    padding: 24px 36px;
    display: inline-flex;
    width: auto;
    padding: 24px 36px;
}



.stock-info--small .stock-info__title { 
    margin-bottom: 0;
    font-size: 50px;
line-height: 120%;
}

.stock-info__price span {
    font-weight: 500;
    font-size: 38px;
    line-height: 120%;
    text-decoration: line-through;
    color: #8C8C8C;
}

.stock-info__price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    color: #3A24F9;
}

.stock-info__subtitle {
    font-weight: 500;
    font-size: 25px;
    line-height: 136%;
    color: #171717;
    margin-bottom: 20px;
    
}

.stock-info--middle {
    padding: 46px;
    margin: -78px 0;
    width: 360.52px;
    transform: rotate(-7deg);
}

.stock__wrap--small {
    align-items: center;
}

.stock__wrap--small .stock__img {
    padding-bottom: 0;
}

.list-arrow {
    margin: 28px 0;
    padding: 0;
}

.list-arrow li:last-child {
    margin-bottom: 0;
}

.list-arrow li a {
    color: #3A24F9;
    text-decoration: none;
}

.list-arrow li {
    position: relative;
    list-style: none;
    margin-bottom: 16px;
    padding-left: 33px;
    line-height: 1.65;
}



.list-arrow li::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/common/list-arrow.svg);
    width: 10px;
    height: 14px;
}

.slick-img {
    margin-bottom: 40px;
}

.slick-img a {
    display: flex;
    width: 100%;
    background-color: red;
    height: 239px;
    background-position: center;
    background-size: cover;
}

.slick-img .slick-arrow svg {
    display: block;
}

.slick-img .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.slick-img .slick-arrow {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.21);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 0;
    border-radius: 50%;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
}

.slick-img .slick-arrow:hover {
    opacity: 0.5;
}

.slick-img .slick-arrow.slick-prev svg {
    transform: rotate(180deg);
}

.slick-img .slick-arrow.slick-prev {
    left: -25px;
    padding: 2px  2px 0 0;
}

.slick-img .slick-arrow.slick-next {
    right: -25px;
    padding: 2px 0 0 2px;
}

.slick-img .slick-slide {
    padding: 0 15px;
}

.slick-img .slick-list {
    margin: 0 -15px;
}

@media(max-width: 1441px) {
    .stock-info {
        width: 381px;
        padding: 31px;
    }

    .stock-info__title {
        font-size: 33px;
    }

    .stock-info__text {
        font-size: 17px;
        line-height: 155%;
    }

    .stock-info--middle {
        padding: 30px;
        width: 337.52px;
    }

    .stock-info__subtitle {
        font-size: 21px;
        line-height: 134%;
    }

    .stock-info__price span {
        font-size: 26px;
    }

    .stock-info__price {
        font-size: 35px;
    }

    .slick-img a {
        height: 215px;
    }
}

@media(max-width: 1200px) {
    .slick-img a {
        height: 24vw;
    }
}


@media(max-width: 992px) {
    .stock__wrap {
        display: block;
    }

    .stock__body {
        width: 100%;
    }

    .stock__img {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 25px;
    }

    .stock-info__title {
        font-size: 26px;
    }

    .stock-info__text {
        font-size: 14px;
    }

    .stock-info {
        width: 100%;
        padding: 31px;
        transform: rotate(
    0deg
    );
    }

    .vac__name--full span {
        margin-left: 0;
        font-size: 15px;
    }

    .stock__col {
        width: 100%;
        padding-right: 0;
    }

    .stock__body--full .stock__info {
        margin-right: 0;
    }

    .vac__name {
        font-size: 21px;
    }

    .vac__name--full {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width: 560px) {
    .slick-img a {
        height: 52vw;
    }

    .vac__top {
        height: 82px;
    }

    .main-block--portfolio {
        margin-bottom: 36px;
    }
}

.social-mega__item:nth-child(1) {
    display: none;
}


@media (max-width: 992px) {
    .header__top {
        z-index: 5;
    }
}

.footer__info .social-mega {
    margin-right: 10px;
}
.footer__info {
    display: flex !important;
}

@media (max-width: 1200px) {
    .footer__info {
        display: flex;
        align-items: center;
    }
}


.privacy-text-section ol ol {
    margin: 10px 0;
}

.portfolio-detail--newdanaya::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 1;
    bottom: 50%;
    background: linear-gradient(180deg, #505B6C 0%, rgba(112, 141, 186, 0.00) 100%);
}

.section-portfolio--danaya .portfolio-info__img {
    box-shadow: none;
}

.portfolio-info__left {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: -329px;
}

.portfolio-detail--newdanaya h1 br {
    display: block;
}

.portfolio-detail--newdanaya h1 {
    color: #434B59;
}
.portfolio-detail--newdanaya .portfolio-detail__link  svg {
    margin-right: 10px;
}
.portfolio-detail--newdanaya .portfolio-detail__link {
    color: #434B59;
    display: inline-flex;
    align-items: center;
}
.portfolio-detail--mozart h1 {
    max-width: 1062px;
}
.portfolio-detail--mozart .portfolio-detail__link {
    display: flex;
    align-items: center;
    opacity: 1;
}

.portfolio-detail--mozart .portfolio-detail__link svg {
    margin-right: 9px;
}
.portfolio-detail--mozart::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 1;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 17.87%, rgba(0, 0, 0, 0.20) 100%);
}
.section-portfolio--danaya {
    background: #F5F5F5;
    color: #333;
}
.section-portfolio--danaya p {
    color: #333;
}
.section-portfolio--danaya .portfolio-info__name {
    color: #333;
}
.portfolio-detail--dark::before {
    content:" ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 1;
    bottom: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
}

.portfolio-detail--grey::before {
    content:" ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 1;
    bottom: 0;
    background: rgba(33, 26, 24, 0.4);
    opacity: 0.6;
}

.page-block--green .portfolio-info__desc ol {
    margin-top: 21px;
}

.page-block--green .portfolio-info__desc ol>li {
    margin-bottom: 21px;
}

.page-block--green .portfolio-info {
    margin-bottom: 84px;
}

.page-block--green .portfolio-info__desc ol>li:last-child {
    margin-bottom: 0;
}

.page-block--green .portfolio-info__desc ol>li:before {
    color: #262526;
    font-weight: normal;
}
.pagination--light:before {
    background: #212121;
    opacity: 0.2;
}

.pagination--lightniddle:before {
    background: #212121;
    opacity: 0.5;
}

.section-portfolio--black {
    background: #070A13;
    color: #FFFFFF;
}

.section-portfolio--greydark {
    color: #FFFFFF;
    background: #1F1F1F;
}

.page-block--black .portfolio-info, .page-block--black .portfolio-info__link {
    color: #FFFFFF;
}

.page-block--greydark .portfolio-info, .page-block--greydark .portfolio-info__link {
    color: #FFFFFF;
}

.portfolio-detail--black p {
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 160%;
}

.portfolio-detail--black .portfolio-detail__link{
    opacity: 1;
    
}
.page-block--not {
    padding-bottom: 90px !important;
}
.page-block--not::before {
    display: none;
}

.catalog-plit__img picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.catalog-plit__img picture img {
    min-height: 100%;
    width: auto;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.list-card--stack .list-card__item {
    filter: grayscale(0%);
}

@media (min-width: 1200px) {
    .list-card__item:nth-child(26) {
        animation-delay: 5s;
    }
    
    .list-card__item:nth-child(27) {
        animation-delay: 5.2s;
    }

    .list-card__item:nth-child(28) {
        animation-delay: 5.4s;
    }

    .list-card__item:nth-child(29) {
        animation-delay: 5.6s;
    }

    .list-card__item:nth-child(30) {
        animation-delay: 5.8s;
    }


    .list-card__item:nth-child(31) {
        animation-delay: 6s;
    }
    .list-card__item:nth-child(32) {
        animation-delay: 6.2s;
    }
    .list-card__item:nth-child(32) {
        animation-delay: 6.4s;
    }
    .list-card__item:nth-child(33) {
        animation-delay: 6.6s;
    }
    .list-card__item:nth-child(34) {
        animation-delay: 6.8s;
    }
    .list-card__item:nth-child(35) {
        animation-delay: 7s;
    }

    .list-card__item:nth-child(36) {
        animation-delay: 7.2s;
    }
    .list-card__item:nth-child(37) {
        animation-delay: 7.4s;
    }
    .list-card__item:nth-child(38) {
        animation-delay: 7.6s;
    }
    .list-card__item:nth-child(39) {
        animation-delay: 7.8s;
    }
    .list-card__item:nth-child(40) {
        animation-delay: 8s;
    }
    .list-card__item:nth-child(41) {
        animation-delay: 8.2s;
    }
    .list-card__item:nth-child(42) {
        animation-delay: 8.4s;
    }
    .list-card__item:nth-child(43) {
        animation-delay: 8.6s;
    }
    .list-card__item:nth-child(44) {
        animation-delay: 8.8s;
    }
}

.main-block__top {
    display: inline-flex;
    margin-bottom: 25px;
}

.medals {
    opacity: 0;
    transform: translateX(150px);
    transition: opacity .6s,transform .6s ease; 
}

.main-block.is-active .medals {

    opacity: 1;
    transform: translateX(0);
}

.medals__text {
    background: #515357 ;
    border-radius: 9.812px;
    height: 100px;
    margin-left: -60px;

}

.medals__icon {
    position: relative;
    z-index: 4;
}

.medals__icon img {
    display: block;
}

.medals__text-wrap {
    background-color: #D6AE62;
    font-family: 'Inter';
    padding: 24px 24px 22px 66px;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 25px;
    line-height: 110%;
    background-image: linear-gradient(246.32deg, #FFEF8A 16.72%, #D6AE62 90.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.medals {
    display: inline-flex;
    align-items: center;
    margin-left: 47px;
}


.medals--tidla {
    margin-left: 29px;
}

.medals__item {
    min-width: 100px;
    margin-right: 30px;
}

.medals__item:last-child {
    margin-right: 0;
}



.medals__wrap {
    display: inline-flex;
    align-items: center;
}

.medals--mobile {
    display: none;
}

@media(min-width: 961px) {
    .medals__item--first .medals__text {
        width: 0;
        opacity: 0;
        transition: width 0.6s, opacity 0.6s ease;
        overflow: hidden;
    }
    
    .medals__item--first .medals__text .medals__text-wrap {
        width: 335px;
    }
    
    .medals__item--first:hover .medals__text {
       width: 335px;
       opacity: 1;
    }

    .medals__item--first.medals__item--seo .medals__text .medals__text-wrap {
        width: 440px;
    }
    
    .medals__item--first.medals__item--seo:hover .medals__text {
        width: 440px;
    }

    .medals__item--tilda .medals__text {
        width: 0;
        opacity: 0;
        transition: width 0.6s, opacity 0.6s ease;
        overflow: hidden;
    }

    .medals__item--tilda .medals__text .medals__text-wrap {    
        width: 424px;
    }
    
    .medals__item--tilda:hover .medals__text {
       width: 424px;
       opacity: 1;
    }

    .medals__item--tech .medals__text {
        width: 0;
        opacity: 0;
        transition: width 0.6s, opacity 0.6s ease;
        overflow: hidden;
    }

    .medals__item--tech .medals__text .medals__text-wrap {    
        width: 354px;
        padding-top: 10px;
    }
    
    .medals__item--tech:hover .medals__text {
       width: 354px;
       opacity: 1;
    }
    
    .medals__item--two .medals__text {
        width: 0;
        opacity: 0;
        transition: width 0.6s, opacity 0.6s ease;
        overflow: hidden;
    }
    
    .medals__item--two .medals__text .medals__text-wrap {
        width: 513px;
    }
    
    .medals__item--two:hover .medals__text {
       width: 513px;
       opacity: 1;
    }
}

.main-block .text {
    max-width: 100%;
}

@media(max-width: 960px) {
    .medals--desc {
        display: none;
    }

    .medals--mobile {
        display: flex;
        flex-direction: column;
        margin-top: 16px;
        align-items: flex-start;
        margin-left: 61px;
    
    }
    .medals__item {
        min-width: initial;
        margin-right: 15px;
        background: #515357;
        border-radius: 7.854px;
        padding: 10px 18px 10px 6px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .medals__item:last-child {
        margin-bottom: 0;
    }

    .medals__item:hover .medals__text {
        opacity: 1;

    }

    .medals {
        z-index: 5;
    }

    .medals__icon {
        flex: none;
        margin-right: 8px;
    }

    .medals__icon img {
        max-width: 100%;
    }

    .medals__wrap {
        position: relative;
    }

    .medals__text {
        pointer-events: none;
        margin-left: 0;
        height: auto;
        right: 0;
        max-width: calc(100% - 45px);
        width: auto;
        flex: none;
        text-align: left;
        background-color: transparent;
    }

    .medals__text-wrap {
        font-weight: 700;
        font-size: 15px;
        line-height: 120%;
        padding: 0;

       
    }

    .medals__wrap {
        width: 100%;
    }
}

@media(max-width: 640px) {

    .medals {
        margin-left: 14px;
    }
}

@media(max-width: 340px) {
    .medals__text-wrap {
        font-weight: 700;
        font-size: 12px;
    }
}

.info-item__price span {
    margin-top: 6px;
    display: block;
    font-family: 'Inter';
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px; 
    text-align: center;
    padding: 0 35px;
}

.info-item__price {
    height: 133px;
    flex-direction: column;
}

.main-block .text p {
    font-weight: 500;
    font-size: 21px;
    line-height: 160%;
    max-width: 858px;
}

@media(max-width: 640px) {
    .main-block .text p {
        font-size: 16px;
        line-height: 160%;
    }
}

.block-info__img--tilda {
    top: 109%;
    right: 19%;
}

.about-list__back {
    background-size: cover;
}

.madvantage {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -76px;
}

.madvantage__item {
	width: 33.3%;
	padding: 0 15px;
	margin-bottom: 76px;
}

.madvantage__title {
	position: relative;
	margin-bottom: 36px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 132%;
	color: #171717;
}

.madvantage__title::before {
	content:"";
	position: absolute;
	bottom: -20px;
	width: 52px;
	height: 4px;
	background: #3A24F9;
}

.madvantage__text {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: -0.01em;
	color: #171717;
}

@media(max-width: 1200px) {
	.madvantage__title {
		font-size: 21px;
	}
	
	.madvantage__text {
		font-size: 15px;
	}
	
	.madvantage__item {
		margin-bottom: 55px;
	}
	
	.madvantage {
		margin-bottom: -55px;
	}
}


@media(max-width: 768px) {
	.madvantage__item {
		width: 50%;
	}
}


@media(max-width: 560px) {
	.madvantage__item {
		width: 100%;
	}
	
	.madvantage__title {
		font-size: 18px;
	}
	
	.madvantage__text {
		font-size: 14px;
	}
	
	.madvantage__item {
		margin-bottom: 35px;
	}
	
	.madvantage {
		margin-bottom: -35px;
	}
	
	.madvantage__title::before {
		bottom: -9px;
	}
	
	.madvantage__title {
		margin-bottom: 23px;
	}
	

}

.section-price-text--about {
	background: #3A24F9;
}

.section-price-text--about.price-text__container::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
     background-color: none; 
     opacity: 1; 
    background-image: url(../images/ux.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 1440px) {
	
	.section-price-text--about .price-text__big {
	    width: 318px;
	}
}

@media(max-width: 1200px) {
	.section-price-text--about .price-text__big {
	    width: 252px;
	}
}


@media(max-width: 960px) {
	.section-price-text--about .price-text__big {
	    width: auto;
	}
}

.section-price-text-main.price-text__container {
	position: relative;
	background-image: url(../images/about-h.jpg)
}

.section-price-text-main .price-text {
    align-items: center;
    flex-direction: column;
}

.section-price-text-main .price-text__big {
	font-family: 'Inter';
	font-style: normal;
	
	font-weight: 700;
	font-size: 59px;
	line-height: 110%;
	width: 100%;
	text-align: center;
	letter-spacing: -0.02em;
}

.section-price-text-main .price-text__info {
	padding-top: 38px;
	padding-left: 0;
}

.section-price-text-main .social-mega__icon {
	flex: none;
    padding-block: 0;
    background-color: transparent;
}

.section-price-text-main .social-mega__icon svg {
    max-width: initial;
	
}

.section-price-text-main .social-mega__item span {
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	    height: 49px;
}

.section-price-text-main .social-mega__item:nth-child(1) {
	display: inline-flex;
} 


.section-price-text-main::before {
	content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #3a24f9;
    opacity: .8;
}

@media(max-width: 1200px) {
	.section-price-text-main .price-text__big {
		font-size: 44px;
	}
	
	.section-price-text-main .social-mega__item span {
		border: 3px solid #FFFFFF;
		color: #FFFFFF;
		height: 42px;
		width: 147px;
	}
	
	.section-price-text-main .price-text__info {
		padding-top: 13px;
	}
}

@media (max-width: 640px) {
	.section-price-text-main .price-text {
		flex-direction: column;
		padding-left: 0;
		align-items: center;
	}
	
	.section-price-text-main .price-text__info {
		padding-top: 13px;
		padding-left: 0;
	}
	
	.section-price-text-main .price-text__big {
		font-size: 38px;
	}
}

@media (max-width: 480px) {
	.section-price-text-main .price-text__big {
		font-size: 32px;
	}
}

.sreview__item {
    display: flex;
    align-items: center;
	    padding: 0 148px;
}

.sreview .slick-arrow {
	position: absolute;
	background: #FFFFFF;
	top: 50%;
	transform: translateY(-50%);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 21%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
    padding: 0;
}

.sreview .slick-arrow.slick-prev {
	left: 70px;
}

.sreview .slick-arrow.slick-next {
	right: 70px;
}


.sreview__body {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
	padding-left: 32px;
	color: #282828;
}

.sreview__body a {
	color: #3A24F9;
}

.sreview__avatar {
    width: 250px;
    flex: none;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #8C8C8C;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sreview__icon {
    background-color: #000;
    background-position: center;
    border-radius: 50%;
    margin-bottom: 12px;
    width: 140px;
    height: 140px;
}

.sreview__avatar span {
	display: block;
	font-family: 'Inter';
	font-weight: 700;
	font-size: 21px;
	line-height: 160%;
	color: #171717;
}

.place__title {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	letter-spacing: -0.01em;
	margin-bottom: 24px;
	color: #171717;
}

.place {
	margin-top: 115px;
}

.place__item {
	display: flex;
    align-items: center;
    justify-content: center;
}

.place__item a {
	margin: 0 25px;
}

.place__title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	/* identical to box height, or 29px */

	text-align: center;
	letter-spacing: -0.01em;

	/* чёрный текстовый */

	color: #171717;
}

@media(max-width: 1200px) {
	.sreview__item {
		padding: 0 70px;
	}
	
	.sreview .slick-arrow.slick-next {
		right: 5px;
	}

	.sreview .slick-arrow.slick-prev {
		left: 5px;
	}
	
	.sreview__body {
		font-size: 24px;
		padding-left: 32px;
	}
	
	.sreview__icon {
		width: 120px;
		height: 120px;
	}
	
	.place {
		margin-top: 65px;
	}
}

@media(max-width: 960px) {
    .sreview__item {
        padding: 0 30px;
    }

    .sreview .slick-arrow.slick-prev {
        left: 0;
    }

    .sreview__body {
        font-size: 20px;
        padding-left: 25px;
    }

    .sreview__avatar {
        font-size: 12px;
        line-height: 153%;
    }

    .sreview__avatar span {
        font-size: 18px;
    }

    .sreview__avatar {
        width: 210px;
    }

    .sreview .slick-arrow.slick-next {
        right: 0;
    }

    .sreview .slick-arrow svg {
        width: 6px;
        height: auto;
    }

    .sreview__icon {
        width: 100px;
        height: 100px;
        margin-bottom: 8px;
    }

    .sreview .slick-arrow {
        width: 22px;
        height: 22px;
    }

    .place__item a {
        margin: 0 14px;
    }

    .place__title {
        font-size: 16px;
        margin-bottom: 19px;
    }
    .place__item {
        flex-wrap: wrap;
    }
}

@media(max-width: 560px) {
    .sreview__item {
        flex-direction: column;
    }

    .sreview__icon {
        width: 70px;
        height: 70px;
    }
    .place {
        margin-top: 48px;
    }

    .place__item a {
        margin-bottom: 15px;
    }

    .place__item img {
        display: block;
    }

    .sreview__avatar {
        margin-bottom: 12px;
    }

    .sreview__body {
        font-size: 17px;
        padding-left: 0;
        text-align: center;
    }
}

.main-block .text--seo {
    max-width: 846px;
}

.text-main {
    max-width: 976px;
}

.text-main p {
    font-weight: 500;
font-size: 21px;
line-height: 160%;
}


.advantage--full {
    flex-wrap: wrap;
    
}

.advantage--many {
    margin-bottom: -60px;
}


.advantage--many .advantage__item {
    margin-bottom: 110px;
}

.portfolio-detail--small .portfolio-detail__text svg {
    margin-right: 5px;
    vertical-align: -2px;
}


.portfolio-detail h1.full {
    max-width: 100%;
    margin-bottom: 34px;
}

.portfolio-detail--main {
    height: 568px;
}

.portfolio-detail--main .portfolio-detail__back {
    height: 568px;
}

.portfolio-detail--nfondark::before {
    content:" ";
    position: absolute;
    top: 0;
    right: 0;
    display: block !important;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.portfolio-info__name.portfolio-info__name--big {
    font-size: 39px;
    line-height: 120%;
}

.portfolio-info__info--mini.portfolio-info__info {
    margin-bottom: 25px;
}

.portfolio-info__line h4 {
    margin-top: 59px;
}

@media(max-width: 768px) {
    .portfolio-detail--main {
        height: auto;
        padding: 115px 0;
    }
}

.portfolio-info__img--line {
    display: flex;
    flex-wrap: wrap;
    margin-right: -35px;
    box-shadow: none;
}

.portfolio-info__img--line img {
    margin: 0 35px;
}

.line-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px 118px;
}

.line-img img {
    margin: 0 20px;
}

@media(min-width: 1200px) {
    .portfolio-detail--width h1 {
        font-size: 59px;
        line-height: 110%;
        max-width: initial;
        padding-top: 80px;
    }

    .portfolio-detail--width .portfolio-detail__text {
        font-size: 25px;
        line-height: 132%;
    }

    .portfolio-info__name--mini {
        font-size: 20px;
        line-height: 132%;
    }
}

.portfolio-info__name span {
    margin-right: 12px;
    color: #3A24F9;
}

.portfolio-info__line .portfolio-info__desc img.big-i {
    margin-left: -227px;
    margin-top: 90px;
    border-radius: 24px;
    max-width: initial;
    margin-bottom: 90px;
}

.i-mini {
    margin-bottom: 60px;
}

.middle-i {
    margin-bottom: 60px;
}

@media(max-width: 1440px) {
    .portfolio-info__line .portfolio-info__desc img.big-i {
        margin-left: 0;
        max-width: 100%;
        margin-top: 56px;
        border-radius: 10px;
        margin-bottom: 55px;
    }
}

.portfolio-detail__wrap-icon {
    position: absolute;
    bottom: -125px;
    z-index: 5;
    right: 0;
}

@media(max-width: 768px) {
    .portfolio-detail__wrap-icon {
        right: 30px;
        width: 100px;
        bottom: -86px;
    }
}

.portfolio-detail.portfolio-detail--smalltext .portfolio-detail__link {
    margin-top: 13px;
    opacity: 1;
}

.portfolio-detail.portfolio-detail--smalltext::before {
    background: rgba(33, 26, 24, 0.8);
    opacity: 0.6;
}

.page-block--backgrand {
    position: relative;
}

.page-block--backgrand::before {
    content:" ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 79.67%);
opacity: 0.5;
}

.portfolio-info__desc--line {
    display: flex;
    margin: 0 -22px;
}

.portfolio-info__desc--line .portfolio-info__img:last-child {
    margin-top: 160px;
}

.portfolio-info__desc--line .portfolio-info__img {
    width: calc(50% - 44px);
    margin: 0 22px;
}

.portfolio-info--flex {
    display: flex;
}

.page-block--danaya .portfolio-info, .page-block--danaya .portfolio-info__link {
    color: #333;
}

.page-block--danaya .portfolio-info__total {
    margin-top: 61px;
    margin: 0 0 47px;
    display: flex;
    justify-content: center;
}

.page-block--danaya .portfolio-info__link .svg-icon use {
    fill: #333;
}

@media(max-width: 768px) {
    .portfolio-info--flex .portfolio-info__desc {
      
    }

    .portfolio-info--flex .portfolio-info__img {
        width: 100%;
        margin: 0 0 20px
    }

    .portfolio-info--flex .portfolio-info__desc--line .portfolio-info__img:last-child {
        margin-top: 64px;
    }

    .portfolio-info--flex .portfolio-info__desc {
        display: block;
        margin-top: 35px;
        margin: 0;
    }
}

@media(min-width: 992px) {
    h1.small {
        color: #000;
        text-align: center;

        /* H-2  1920 */
        font-family: Inter;
        font-size: 39px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 46.8px */
        letter-spacing: -0.78px;
        margin-bottom: 120px;
    }
}

.portfolio-info__desc ul {
    padding-left: 24px;
}

.portfolio-info__desc ul li {
    position: relative;
}

.portfolio-info__desc ul li::before {
    content: " ";
    width: 4px;
    height: 4px;
    background-color: #171717;
    border-radius: 50%;
    top: 11px;
    left: -19px;
    position: absolute;
}


.portfolio-info__desc.portfolio-info__desc--dark ol>li {
    padding-left: 24px;
}

.portfolio-info__desc.portfolio-info__desc--dark ol>li:before {
    color: #171717;
    font-weight: normal;
}


.portfolio-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -69px -78px 20px;
}

.portfolio-gallery__item {
    width: 33.3%;
    margin: 0 0 30px;
}

.portfolio-gallery--big {
    margin: -50px 0 60px;
}

@media(max-width: 1440px) {
    
    .portfolio-gallery--big {
        margin: -50px -15px 60px;
    }

    .portfolio-gallery--big .portfolio-gallery__item {
        width: calc(33.3% - 30px);
        margin: 0 15px 30px;
    }
}

@media(max-width: 768px) {
    .portfolio-gallery {
        display: flex;
        flex-wrap: wrap;
        margin: -38px 0 0;
    }

    .portfolio-gallery--big {
        margin: -30px -15px 29px;
    }
}
@media(max-width: 560px) {
    .portfolio-gallery--big .portfolio-gallery__item {
        width: calc(100% - 10px);
        margin: 0 5px 23px;
    }

    .portfolio-gallery__item {
        width: 100%;
        margin: 0 0 -31px;
    }


    .portfolio-gallery--big {
        margin: -30px -5px 29px;
    }
}



.im {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -55px 60px;
}

.im-inter.im {
    margin: 0 -40px 60px;
}

.im__col:nth-child(2) {
    padding-top: 70px;
}
.im__col:nth-child(3) {
    padding-top:140px;
}
.im img {
    margin-bottom: 126px;
}

.im img:last-child {
    margin-bottom: 0;
}

.im__col {
    width: 33.3%;
    padding: 0 55px;
}

.im.im-ais {
    justify-content: center;
}

.im-ais .im__col {
    width: 100%;
    max-width: 570px;
}

.im-inter.im .im__col {
    width: calc(33.33% - 80px);
    margin: 0 40px;
}

.im-ais .im__col + .im__col {
    margin-left: 108px;
}

.im-ais .im__col img {
    display: block;
    margin: 0 auto 100px;
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.im-inter.im img {
    display: block;
    margin: 0 auto 100px;
    box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.08);
}

.im-ais .im__col-left img:nth-child(2), .im-ais .im__col-left img:nth-child(3) {
    margin-left: 65px;
}

.im-ais .im__col-right img:nth-child(2) {
    margin-left: 65px;
}

.im-ais .im__col-right img:nth-child(1) {
    margin-bottom: 240px;
}

@media(max-width: 1270px) {
    .im-ais .im__col {
        width: 50%;
        max-width: unset;
    }
    .im-ais .im__col + .im__col {
        margin-left: unset;
    }
    .im-ais .im__col-left img:nth-child(2), .im-ais .im__col-left img:nth-child(3) {
        margin-left: auto;
    }
    .im-ais .im__col-right img:nth-child(2) {
        margin-left: auto;
    }
    .im-ais .im__col-right img:nth-child(1) {
        margin-bottom: 100px;
    }
}

@media(max-width: 1199px) {
    .im-ais .im__col {
        width: 48%;
    }
    .im.im-ais {
        justify-content: space-between;
        margin: 0 0 60px;
    }
    .im-ais .im__col-right img:nth-child(1) {
        margin-bottom: 60px;
    }
    .im-inter.im {
        margin: 0 -10px 60px;
    }
    .im-inter.im .im__col {
        width: calc(33.33% - 20px);
        margin: 0 10px;
    }
}

@media(max-width: 767px) {
    .im-ais .im__col img {
        margin: 0 auto 60px;
    }
    .im-inter.im img {
        margin: 0 auto 60px;
    }
}

@media(max-width: 560px) {
    .im-ais .im__col {
        width: 100%;
    }
    .im-ais.im--small .im__col:nth-child(2) {
        padding-top: 0px;
    }
    .im-ais .im__col-right img:nth-child(2) {
        margin-bottom: 0;
    }
    .im-inter.im {
        margin: 0 0 60px;
    }
    .im-inter.im .im__col {
        width: 100%;
        margin: 0;
    }
}


.im--small .im__col {
    padding: 0;
}

.im--small  img {
    margin-bottom: 10px;
}

.im--small .im__col:nth-child(2) {
    padding-top: 70px;
}
.im--small .im__col:nth-child(3) {
    padding-top: 140px;
}


@media(max-width: 768px) {
    .im__col {
        width: 33.3%;
        padding: 0 20px;
    }

    .im img {
        margin-bottom: 45px;
    }
    .im--small img {
        margin-bottom: 10px;
    }
    .im {
        display: flex;
        flex-wrap: wrap;
        margin: -30px -23px 0;
    }
}
@media(max-width: 560px) {
    .im__col {
        width: 100%;
        padding: 0;
    }
   
    .im { 
        margin-left: 0;
        margin-right: 0;
    }

    .im img {
        margin-bottom: 37px;
    }

    .im__col {
        width: 100%;
        padding: 0;
    }

    .im--small .im__col:nth-child(2) {
        padding-top: 25px;
    }
    .im--small img {
        margin-bottom: 0;
    }
    .im--small .im__col:nth-child(3) {
        padding-top: 25px;
    }
}


.portfolio-detail--logo {
    height: auto;
    padding: 0;
}

.portfolio-detail--logo::before {
    display: none;
}

.page-block--not::before {
    display: none;
}

.main-catalog__item--img {
    height: auto;
}

.main-catalog__item--img img:last-child {
    display: none;
}



@media(max-width: 1200px) {
    .main-catalog__wrap-block--img {
        
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }

    .main-catalog__item--img img:first-child {
        display: none;
    }

    .main-catalog__item--img img:last-child {
        display: block;
    }
    .main-catalog__wrap-block--img .main-catalog__item {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 1200px) {
    .main-catalog__wrap-block {
        
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }

    .main-catalog__wrap-block .main-catalog__item {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .main-catalog__wrap-block--img {
        
        width: calc(100% - 30px);
        margin: 0 15px 30px;
    }

    .main-catalog__wrap-block {
        
        width: calc(100% - 30px);
        margin: 0 15px 30px;
    }

    .main-catalog__wrap-block .main-catalog__item {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 992px) {
    .tab-small__link {
        padding: 0 7px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .tab-small {
        margin-top: -104px;
    }
}

.sticker {
    margin-top: 68px;
    display: flex;
    align-items: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.18px;
    color: #fff;
    width: 500px;
}
.sticker svg {
    flex: none;
    margin-right: 16px;
}
.main-info {
    display: flex;
    justify-content: space-between;
}

.main-info__body p {
    color: #fff;
    font-weight: 500;
}

.main-info__slider {
    width: 312px;
    position: relative;
}

.main-info__slider .slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}

.main-info__slider .slick-dots  li {
    list-style: none;
    margin: 0 5px;
}

.main-info__slider .slick-dots li  button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    font-size: 0;
    background-color: #D9D9D9;
    transition: background-color 0.3s ease;
}

.main-info__slider .slick-dots li.slick-active button {
    background-color: #3A24F9;
}

.main-info__slider p {
    margin: 0;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.18px;
}

.main-info__slider-title {
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; 
    margin-bottom: 25px;
}

.main-info__slider {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(7.5px);
}

.main-info__slider-item {
    padding: 40px 40px 88px 40px;
    color: #fff;
    /* background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(7.5px); */
}

.block-info__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 85px;
    width: 100%;
}

.block-info__bottom p {
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #fff;
    max-width: 610px;
    margin: 0;
}

.block-info__link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -50px;
    margin-right: -23px;
    width: 680px;
    flex: none;
}

.block-info__link-item  svg {
    margin-right: 23px;
    flex: none;
}

.block-info__link-item {
    display: flex;
    align-items: center;
    width: 50%;
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; 
    padding-right: 23px;
    
    margin-bottom: 50px;
}


.block-info--commercialnew .block-info__text {
    display: flex;
    align-items: center;
    max-width: inherit;
    justify-content: space-between;
    padding: 0;
}


.block-info--commercialnew .block-info__content {
    flex-direction: column;
}



@media (max-width: 1500px) {
    .block-info--commercialnew  .block-info__wrap {
        width: 1338px;
    }

    .block-info__link-item svg {
        width: 60px;
        height: auto;
        margin-right: 15px;
    }

    .block-info__link {
        margin-bottom: -20px;
        margin-right: -23px;
        width: 565px;
    }

    .block-info__link-item {
        font-size: 21px;
        margin-bottom: 20px;
    }
}

@media(max-width: 1440px) {
    .main-info--commercialnew h1 {
        width: 670px;
    }
}

@media (max-width: 1368px) {
    .main-info__slider {
        width: 312px;
        position: relative;
        flex: none;
        margin-left: 50px;
    }

    .main-info--commercialnew .main-info__body {
        width: calc(100% - 50px - 312px);
    }

    .main-info--commercialnew h1 {
        width: auto;
    }

    .main-info--commercialnew .main-info__body-com h1 {
        width: 600px;
    }

    .block-info__link {
        margin-left: 20px;
    }

    .block-info__bottom {
        margin-top: 40px;
    }

    .block-info__bottom p {
        font-size: 19px;
    }

    .block-info--commercialnew .block-info__wrap {
        width: calc(100% - 30px);
    }
}

@media (max-width: 1200px) {
    .main-info__slider-item {
        width: 312px;
    }

    .block-info--commercialnew .block-info__text {
        display: block;
    }

    .block-info__link {
        margin-left: 0;
        margin-top: 42px;
    }

    .block-info--commercialnew  .block-info__btn {
        width: auto;
        margin-top: 0;
    }

    .main-info--commercialnew .main-info__body-com h1 {
        width: auto;
    }
}

@media (max-width: 992px) {
    .main-info--commercialnew .main-info__body {
        width: calc(100% - 40px - 280px);
    }

    .main-info__slider {
        width: 280px;
        margin-left: 40px;
    }
    .main-info__slider-item {
        width: 280px;
        padding: 25px 25px 60px;
    }

    .main-info__slider .slick-dots {
        bottom: 25px;
    }

    .block-info__bottom {
        display: block;
    }

    .block-info__bottom p {
        font-size: 17px;
        max-width: initial;
        margin-bottom: 20px;
    }

    .sticker svg {
        width: 100px;
    }

    .sticker {
        margin-top: 34px;
        margin-top: 48px;
        font-size: 16px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .sticker {
        margin-bottom: 35px;
        margin-top: 22px;
    }
    .main-info--commercialnew {
        display: block;
    }

    .block-info--commercialnew .block-info__wrap {
        width: 100%;
    }

    .main-info--commercialnew .main-info__body {
        width: 100%;
    }

    .main-info__slider {
        width: 100%;
        margin-left: 0;
    }
    .main-info__slider-item {
        width: 100%;
    }

    .block-info__link-item {
        font-size: 17px;
    }

    .block-info__link-item {
        width: 100%;
    }

    .block-info__link-item svg {
        width: 46px;
        margin-right: 10px;
    }

    .block-info__link {
        margin-right: 0;
        width: 100%;
    }
}

.i-price {
    display: flex;
    align-items: center;
}

.i-price__text {
    width: 850px;
    flex: none;
    padding: 60px 70px 70px 80px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(12px);
    flex: none;
}

.i-price__list-item {
    display: flex;
    align-items: center;
    font-size: 21px;
    padding-right: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 50px 0;
    border-bottom: 2px solid #D3D3D3;
}

.i-price__list-item:first-child {
    border-top:  2px solid #D3D3D3;
}

.i-price__list-item span {
    
    width: 88px;
    text-align: center;
    flex: none;
}

.i-price__list {
    width: calc(100% - 850px);
}

.i-price__text-item {
    margin-bottom: 40px;
}

.i-price__text-item:last-child {
    margin-bottom: 0;
}

.i-price__text-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; 
    margin-bottom: 22px;
}

.i-price__text-text {
    letter-spacing: -0.18px;
}

@media(max-width: 1368px) {
    .i-price__text {
        width: 700px;
    }

    .i-price__list {
        width: calc(100% - 700px);
    }
}

@media(max-width: 1200px) {
    .i-price__text {
        width: 500px;
        padding: 35px 40px 55px 40px;
    }

    .i-price__text-title {
        font-size: 27px;
        margin-bottom: 16px;
    }

    .i-price__list-item {
        font-size: 17px;
        padding-right: 40px;
        padding: 38px 0;
    }

    .i-price__list-item span {
        width: 70px;
    }

    .i-price__list {
        width: calc(100% - 500px);
    }
}

@media(max-width: 992px) {
    .i-price__list {
        width: 100%;
    }

    .i-price__list-item:first-child {
        border-top: 0;

    }

    .i-price__list-item:last-child {
        border-bottom: 0;
        
    }

    .i-price__list-item {
        font-size: 16px;
        padding-right: 40px;
        padding: 29px 0;
    }

    .i-price {
        display: block;
    }

    .i-price__text {
        width: 100%;
    }

    .i-price__text-text {
        font-size: 16px;
    }
}

@media(max-width: 768px) {
    .i-price__text-title {
        font-size: 25px;
        margin-bottom: 13px;
    }

    .i-price__text {
        padding: 30px 30px 50px 30px;
    }
}

.section-portfolio--mozart {
    color: #333;
    background: #F9F3E9;
}

.page-block--mozart::before {
    background: linear-gradient(0deg, #F9F3E9 0%, #F6E5D8 100%);
    opacity: 1;
    transform: rotate(180deg);
}

.page-block--mozart .portfolio-info--main {
    position: relative;
}

.page-block--mozart .portfolio-info--main .portfolio-info__left {
    top: 1056px;
    left: -180px;
    bottom: initial;
}

.portfolio-info__info {
    position: relative;
}

.portfolio-info__desc {
    position: relative;
}

.page-block--mozart .portfolio-info--share {
    position: relative;
}

.page-block--mozart .portfolio-info--share .portfolio-info__right {
    bottom: 308px;
    right: -291px;
    position: absolute;
}

.page-block--mozart .portfolio-info--catalog  .portfolio-info__left {
    top: 956px;
     left: -300px;
     position: absolute;
 }

.page-block--mozart  .portfolio-info--card .portfolio-info__left {
    top: 1614px;
    left: -212px;
    position: absolute;
}

.page-block--mozart .portfolio-info__desc--line {
    padding-top: 150px;
    width: auto;
}

.page-block--mozart .portfolio-info__desc--line .portfolio-info__img {
    box-shadow: none;
}

.page-block--mozart {
    padding-bottom: 200px;
}

.portfolio-info__total--mozart {
    margin: 0;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-info__total--mozart .portfolio-info__link {
    color: #333;
}

.portfolio-info__total--mozart .portfolio-info__link .svg-icon use {
    fill: #333;
}
.main-catalog__main {
    transition: all 0.3s ease;
}
@media(min-width: 992px) {
    .main-catalog__item:hover  .main-catalog__main {
           padding-bottom: 110px;
    }
}

.portfolio-info__info img {
    max-width: 100%;
}

@media(max-width: 560px) {
    .page-block--mozart .portfolio-info__desc--line {
        padding-top: 50px;
        flex-wrap: wrap;
    }

    .page-block--mozart .portfolio-info__desc--line .portfolio-info__img {
        width: calc(100% - 44px);
        margin: 0 22px 22px;
    }

    .page-block--mozart .portfolio-info__desc--line .portfolio-info__img:last-child {
        margin-bottom: 0;
    }
}

.catalog-all {
    background-color: #3A24F9;
    padding: 22px;
    margin: 0 14px 0;
    display: flex;
    align-items: center;
    flex-grow: 4;
    justify-content: center;
    flex-grow: 1;
    transition: all 0.3s ease;
}

.catalog-all:hover {
    opacity: 0.8;
}

.catalog-all__body {
    display: flex;
    align-items: center;
}

.catalog-all__arrow {
    margin-left: 50px;
}

.catalog-all .all-line .icon {
    display: flex;
    align-items: center;
}

.catalog-all .all-line .icon  svg {
    opacity: 1;
}

.catalog-all .all-line .text {
    letter-spacing: initial;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; 
    text-transform: initial;
}

.calc__table table {
    table-layout: fixed;
    width: 100%;
    margin-top: 78px;
    border-collapse: collapse;
}

.calc__table thead th:last-child {
    text-align: center;
    width: 349px;
}

.calc__table thead th:nth-child(2) {
    text-align: center;
    width: 349px;
}

.calc__table thead th {
    padding: 0 20px 40px;
    color: #000;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    line-height: 132%; 
}

.calc__table tbody td {
    padding: 10px 20px;
    border: 0;
    border-bottom:6px solid #fff;
    border-right: 6px solid #fff;
    background-color: #F5F5F5;
    color: #171717;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.16px;
}

.calc__table tbody td:last-child {
    border-right: 0;
    text-align: center;
    width: 349px;
}

.calc__table tbody td:nth-child(2) {
    text-align: center;
    width: 349px;
}
.main-catalog__item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hidden-mobile-img  {
    display: none;
}

.hidden-desctop-img {
    display: block;
}
@media (max-width: 1200px) {
    .hidden-mobile-img  {
        display: block;
    }

    .hidden-desctop-img {
        display: none;
    }
}


@media(min-width: 992px) and (max-width: 1200px) {
    .tab-small__link {
        padding: 0;
        margin-right: 20px;
        height: 50px;
        font-weight: 600;
        font-size: 17px;
        line-height: 160%;
    }
}

p.is-blue {
    color: #3A24F9;
}

.line-text {
    position: relative;
}

.line-text::before {
    content:" ";
    position: absolute;
    left: 0;
    width: 52px;
    height: 4px;
    bottom: -11px;
    background-color: #3A24F9;
}

.line-text.center::before {
    content:" ";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 52px;
    height: 4px;
    bottom: -11px;
    background-color: #3A24F9;
}

.w-text h2 {
    margin-bottom: 57px;
}
.w-text .text-main {
    max-width: 93%;
}

.w-text .text-main p {
    letter-spacing: 0.00em;
}

.product-info__item {
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
    width: 651px;
}
.product-info {
    position: relative;
}
.product-info__item {
    height: 835px;
    position: relative;
    padding-bottom: 100px;
}

.product-info__list ul {
    margin: 0;
    padding: 0;
}

.product-info__list {
    padding: 23px 52px 0 33px;
}

.product-info__link {
    display: flex;
    flex-direction: column;
    padding: 30px 63px;
}

.product-info__link a {
    color: #3A24F9;
    display: inline-flex;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 28.8px */
    text-decoration-line: underline;
    margin-bottom: 15px;
}

.product-info__list li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 18px;
}

.product-info__list li.color {
    color: #3A24F9;
}

.product-info__list li img {
    margin-right: 15px;
    flex: none;
    margin-top: 10px;
}

.product-info__slider .slick-slide {
    padding: 0 17px;
}
.product-info__slider {
    margin: 0 -17px;
}

.product-info__slider .slick-list {
    overflow: visible;
}

.product-info__top {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    height: 114px;
    font-weight: 700;
    line-height: 132%;
    padding: 0 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid #f5f5f5;
}


.product-info__more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-info__more a {
    font-family: Inter;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 128.906%; /* 25.781px */
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #3A24F9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    height: 90px;
    border: 6px solid #3A24F9;
}

.product-info__more button {
    font-family: Inter;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 128.906%; /* 25.781px */
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #3A24F9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    height: 90px;
    border: 6px solid #3A24F9;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}

.product-info__text {
    text-align: center;
    padding: 65px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.18px;
}


.product-info .slick-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;
    right: 0;
    width: 50px;
    height: 50px;
    top: -125px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(58, 36, 249, .21);
    transition: background-color .3s, box-shadow .3s ease;
}
.product-info .slick-arrow.slick-prev {
    right: 110px;
    padding-left: 18px;
}
.product-info .slick-arrow.slick-prev:hover .svg-icon {
    margin-left: -5px;
}
.product-info .slick-arrow.slick-next {
    padding-right: 18px;
    justify-content: flex-end;
}
.product-info .slick-arrow.slick-next:hover .svg-icon {
    margin-right: -5px;
}
.product-info .slick-arrow.slick-disabled {
    background-color: transparent;
    box-shadow: none;
}
.product-info .slick-arrow.slick-disabled .svg-icon use {
    stroke: #f5f5f5;
}
.product-info .slick-arrow .svg-icon {
    transition: margin .3s ease;
    flex: none;
}
.product-info .slick-arrow .svg-icon use {
    stroke-width: 3;
    stroke: #3a24f9;
    fill: transparent;
}
@media(max-width: 1500px) {
    .product-info__item {
        width: 651px;
    }

    .product-info .slick-arrow {
        top: -97px;
    }
}


@media(max-width: 1200px) {
    .product-info__item {
        width: 540px;
        height: 788px;
    }

    .product-info__list li {
        font-size: 18px;
    }
    .product-info__list li img {
        margin-right: 12px;
        flex: none;
        margin-top: 6px;
    }
    .product-info__top {
        font-size: 20px;
    }
    .product-info__text {
        text-align: center;
        padding: 36px;
    }
    .product-info .slick-arrow {
        top: -97px;
    }
}

@media(max-width: 992px) {
    .product-info__item {
        width: 500px;
        height: 808px;
    }
    .section-product-info h2 {
        width: calc(100% - 180px);
        margin-bottom: 75px;
    }
    .product-info .slick-arrow {
        top: -138px;
    }

    .product-info__text {
        text-align: center;
        padding: 36px;
        font-size: 15px;
    }
}
@media(max-width: 768px) {
    .product-info__item {
        width: 360px;
        height: 790px;
    }
    .product-info__list li {
        font-size: 15px;
    }
    .section-product-info h2 {
        width: calc(100% - 180px);
        margin-bottom: 75px;
    }
    .product-info .slick-arrow {
        top: -138px;
    }
}

h2 span.blue {
    color: #3A24F9;
}

.ideal--four .ideal__item {
    width: 23.3%;
}

.ideal--four .ideal__item:first-child {
    width: 30%;
}


.ideal--four .ideal__text {
    padding-right: 25px;
}

.ideal--four-text .ideal__item {
    width: 25%;
    height: auto;
    align-items: center;
}

.ideal--four-text .ideal__number {
    color: #171717;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.ideal--four-text .ideal__text {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.18px;
    height: auto;
    margin: 0 30px;
}

.ideal__warning {
    margin-top: 50px;
    background: #171717;
    padding: 30px 0;
}

.ideal__warning-text {
    color: #FFF;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
}

.ideal__warning-text a {
    color: #3A24F9;
    text-decoration: none;
}

.level-step__small-text {
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 45px;
    margin-top: -43px;
}


@media(max-width: 1500px) {
    .ideal--four-text {
        flex-wrap: wrap;
    }
    .ideal--four-text .ideal__item {
        width: 50%;
        margin-bottom: 16px;
    }

    .percent__wrap .container {
        padding-right: 15px !important;
     padding-left: 15px !important;
    }

    .ideal--four-text .ideal__text {
        height: 100%;
    }
    .ideal--four .ideal__item:first-child {
        width: 50%;
    }
    
    
    .ideal--four .ideal__text {
        padding-right: 25px;
    }
    
    .ideal--four-text .ideal__item {
        width: 50%;
    }

    .level-step__small-text { 
        margin-top: -26px;
    }
}

@media(max-width: 1200px) {
    .ideal--four-text {
        flex-wrap: wrap;
    }
    .ideal--four-text .ideal__item {
        width: 100%;
        margin-bottom: 16px;
    }
    .level-step__small-text { 
        margin-top: 0;
        font-size: 18px;
     }
    .percent__wrap .container {
        padding-right: 15px !important;
     padding-left: 15px !important;
    }

    .ideal--four-text .ideal__text {
        height: 100%;
    }
}

@media(max-width: 768px) {
    .ideal--four-text .ideal__text {
        font-family: Inter;
        font-size: 16px;
    }
    .ideal--four-text .ideal__text {
        overflow: visible;
    }
    .ideal--four-text .ideal__item {
        height: auto;
    }
    .ideal--four-text .ideal__number {
        font-size: 18px;
        margin: 0;
    }
}
.block-info__container .block-info__wrap {
    transform: translateY(0);
    opacity: 1;
}

.block-info__container.is-active {
    transform: translateY(0);
    opacity: 1;
}

.block-info__container.is-active .block-info__text {
    opacity: 1;
}

.block-info__container {
    width: 1480px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    transform: translateY(100%);
    opacity: 0;
    transition: transform .5s, opacity .5s ease;
    transition-delay: 1.2s;
    box-shadow: none;
}

.block-info__container  .block-info__content {
    height: 310px;
    width: 100%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

.block-info__container .block-info__wrap {
    display: flex;
    box-shadow: none;
    align-items: center;
    justify-content: space-between;
    width: 1038px;
    flex: none;
}

.block-info__container .block-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.block-info__container .block-info__btn .btn::after {
    display: none;
}

.block-info__container .block-info__btn .btn::before {
    display: none;
}

.block-info__container .block-info__btn .btn {
    color: #fff;
    background-color: transparent;
}

.block-info__container  .block-info__text {
    padding-right: 69px;
}

.block-info__container .block-info__btn {
    width: 219px;
}

.block-info__container  .block-info__title span {
    border-bottom: 2px solid #fff;
}


.block-info__container .reward__item {
    margin-left: 33px;
    width: auto;
    margin-top: 9px;
}



.reward__item--reverse .reward__img {
    left: initial;
    right: 15px;
}

.reward__item--reverse .reward__info {
    padding: 0 10px 0 2px;
}

@media(max-width: 1500px) {
    .wrapper__content--mini   .main-block .container {
        width: 100%;
        padding-left: 149px;
        padding-right: 149px;
    }
    .wrapper__content--mini .container {
        width: 100%;
        padding-left: 149px;
        padding-right: 149px;
    }
    .block-info__container .block-info__content {
        height: 286px;
    }
    .block-info__container .block-info__text {
        padding-right: 18px;
    }
    .block-info__container {
        width: 100%;
    }
    .block-info__container .reward__item {
        width: 250px;
        margin-left: 42px;
    }
    .block-info__container .reward__img svg {

        transform: rotate(-13deg);
    }
    .block-info__container .reward__item {
        padding-left: 0;
        padding-right: 0;
    }
    .reward__item--reverse .reward__info {
        padding: 16px 0 0 0;
    }
    .block-info__container .reward__name {
        font-size: 19.831px;
        font-style: normal;
        font-weight: 700;
        line-height: 132%;
        text-align: center;
    }

    .block-info__container .block-info__wrap {
        width: calc(100% - 237px - 55px);
    }
    
    .block-info__container .block-info {
        width: 100%;
        padding-left: 89px;
        padding-right: 89px;
    }
}

@media(max-width: 1200px) {
    .wrapper__content--mini   .main-block .container {
        width: 100%;
        padding-left: 89px;
        padding-right: 89px;
    }

    .wrapper__content--mini .container {
        width: 100%;
        padding-left: 89px;
        padding-right: 89px;
    }

    .wrapper__content--mini  .main-block__top {
        padding: 0;
    }

    .main-block__top-text {
        font-size: 30px;
    }

    .block-info__container .reward__item {
        position: absolute;
        right: 88px;
        bottom: 59px;
        display: flex;
        width: auto;
        margin: 0;
        align-items: center;
        padding: 0;
    }
    .block-info__container .reward__item svg {
        display: none;
    }
    .block-info__container .block-info__content {
        height: 314px;
    }
    .block-info__container .reward__name {
        width: 240px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 132%;
        color: #fff;
    }
    .reward__item--reverse .reward__info {
        padding: 0;
    }
    .block-info__container .reward__img img {
        width: auto;
    }
    .block-info__container .reward__img {
        position: relative;
        top: initial;
        right: initial;
        width: auto;
        height: auto;
        order: 2;
        flex: none;
        margin-left: 25px;
    }

    .wrapper__content--mini .main-block {
        padding-top: 173px;
        padding-bottom: 171px;
    }
    .block-info__container .block-info {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .block-info__container  .block-info__content {
        padding: 52px 89px;
    }
    .block-info__container .block-info__wrap {
        width: 100%;
    }
}

@media(max-width: 992px) {
    .wrapper__content--mini .main-block .container {
        width: 100%;
        padding-left: 62px;
        padding-right: 62px;
    }

    .block-info__container .block-info__content {
        padding-left: 62px;
        padding-right: 62px;
    }

    .wrapper__content--mini  .container {
        width: 100%;
        padding-left: 62px;
        padding-right: 62px;
    }

    .wrapper__content--mini .main-block {
        padding-top: 151px;
        padding-bottom: 126px;
    }
    .main-block__top-text {
        font-size: 24px;
        margin-bottom: 11px;
    }

    .block-info__container .reward__item {
        right: 62px;
        bottom: 59px;
    }
    .block-info__container .block-info__content {
        height: auto;
    }
    .block-info__container .reward__name {
        width: 196px;
        font-size: 20px;
        color: #fff;
        font-size: 15.711px;
    }
}

@media(max-width: 768px) {
    .wrapper__content--mini .main-block .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .w-text h2 {
        margin-bottom: 36px;
    }
    .block-info__container .reward__item {
        right: 30px;
        bottom: 59px;
        min-height: initial;
    }
    .block-info__container .block-info__content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wrapper__content--mini .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .text-main p {
        font-weight: 500;
        font-size: 15px;
        line-height: 160%;
    }
    .block-info__container .reward__img img {
        width: 87px;
    }
}
@media(max-width: 640px) {
    .block-info__container .reward__name {
        width: 154px;
        font-size: 10.907px;
    }
    .block-info__container .block-info__btn {
        width: 179px;
    }
    .block-info__container .block-info__btn .btn {
        min-width: initial;
        width: 100%;
        margin-right: 0;
    }
    .block-info__container .reward__img {
   
        margin-left: -4px;
    }
}
.img-text__wrap {
    display: flex;
    align-items: center;
    position: relative;
    height: 621px;
}

.img-text {
    margin-bottom: 94px;
}

.img-text__img {
    width: 982px;
    position: absolute;
    bottom: -91px;
    right: -92px;
    display: block;
}

.img-text__text-item {
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    margin-bottom: 55px;
}

.img-text__text-item:last-child {
    margin-bottom: 0;
}

.img-text__text-item span {
    display: block;
    pointer-events: none;
    text-decoration: none !important;
    margin-bottom: 15px;
    color:#3A24F9;
    text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.13);
    font-family: Inter;
    font-size: 65px;
    font-style: normal;
    font-weight: 800;
    line-height: 132%; /* 85.8px */
    letter-spacing: -1.3px;
}

@media(max-width: 1500px) {
    .img-text {
        margin-bottom: 0;
    }
    .img-text__text-item {
        font-size: 24px;
        margin-bottom: 42px;
    }
    .img-text__img {
        width: 67%;
        bottom: -18%;
        right: -92px;
    }
    .img-text__text-item span {
        font-size: 55px;
    }

    .img-text__wrap {
        height: 460px;
    }
}


@media(max-width: 1200px) {
    .img-text {
        margin-bottom: 0;
    }
    h2 br {
        display: none;
    }
    .img-text__text-item {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .img-text__img {
        right: -105px;
    }
    .img-text__text-item span {
        font-size: 45px;
    }

    .img-text__wrap {
        height: 380px;
    }
}


@media(max-width: 992px) {
    .img-text {
        margin-bottom: 35px ;
    }
    h2 br {
        display: none;
    }
    .img-text__text-item {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .img-text__img {
        right: initial;
        left: 0;
        /* width: 85%; */
        bottom: -12%;
    }
    .img-text__text-item span {
        font-size: 45px;
    }

    .img-text__wrap {
        height: auto;
        padding-top: 30px;
        padding-bottom: 286px;
    }
}

@media(max-width: 768px) {
    .img-text {
        margin-bottom: 35px ;
    }
    h2 br {
        display: none;
    }
    .img-text__text-item {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .img-text__img {
        right: initial;
        left: 0;
        width: 421px;
        bottom: -62px;
    }
    .img-text__text-item span {
        font-size: 45px;
    }

    .img-text__wrap {
        padding-bottom: 239px;
    }
}

@media(max-width: 992px ){
    .ideal--four .ideal__item:first-child {
        width: 100%;
    }
    .ideal--four .ideal__item {
        width: 100%;
    }
}
@media(max-width: 480px ){
    .main-block .text--seo {
        max-width: 846px;
        width: 100%;
    }.block-info__container .reward__item {
        right: inherit;
        bottom: inherit;
        min-height: initial;
        position: relative;
        padding: 0 30px 30px;
    }.img-text__img {
        right: initial;
        left: 0;
        width: 274px;
        bottom: -42px;
    }.img-text__wrap {
        padding-bottom: 168px;
    }.product-info__item {
        width: 280px;
        height: 916px;
    }
    .ideal--four .ideal__item:first-child {
        width: 100%;
    }
    .ideal--four .ideal__item {
        width: 100%;
    }.ideal--four .ideal__text {
        padding-right: 0;
        margin-right: 0;
    }
    .section-product-info h2 {
        width: calc(100% - 64px);
        margin-bottom: 75px;
    }
    .img-text__text-item span {
        font-size: 38px;
        margin-bottom: 10px;
    }.img-text__text-item {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .product-info .slick-arrow.slick-prev {
        display: none !important;
    }
    .block-info__container .reward__name {
        width: 143px;
        font-size: 10.907px;
        text-align: left;
    }
    .block-info__container .block-info {
        flex-direction: column;
        align-items: flex-start;
    }.block-info__container {
        width: 100%;
        background-color: #3a24f9;
    }.block-info__container .block-info__content {
        padding: 24px 30px;
    }
    .block-info__container .block-info__content {
        background-color: transparent;
        box-shadow: none;
    }
    .wrapper__content--mini .main-block {
        padding-top: 131px;
        padding-bottom: 65px;
    }
    .block-info__container .reward__item {
        right: inherit;
        bottom: inherit;
        min-height: initial;
        position: relative;
    }

    .block-info__container .block-info__wrap {
        flex-direction: column;
    }
}

.level-step--yandex .level-step__item {
    width: 654px;
}

.level-step--yandex  .level-step__name {
    height: 37px;
}

.level-step__text--btn {
    display: flex;
    justify-content: flex-end;
    padding-right: 193px;
}


.price-text__item span {
    display: block;
    font-size: 18px;
    line-height: 160%;
letter-spacing: -0.18px;
}

.info-maintext {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.info-maintext__img {
    width: 540px;
    flex: none;
}

.info-maintext__img img {
    margin-bottom: 25px;
}

.info-maintext__img img:last-child {
    margin-bottom: 0;
}

.info-maintext__title span {
    color: #3A24F9;
}

.info-maintext__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    margin-bottom: 50px;
}

.info-maintext__body {
    padding-right: 72px;
}

.info-maintext__list-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    margin-bottom: 45px;  
}

.info-maintext__text {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
}

.info-maintext__list {
     margin-bottom: 40px;
}

.info-maintext__list ul {
    margin: 0;
    padding: 0;
    padding-right: 45px;
}

.info-maintext__list ul li svg {
    margin-right: 30px;
    margin-top: 8px;
    flex: none;
}

.info-maintext__list ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 171%;
}

.info-maintext__list ul li:last-child {
    margin-bottom: 0;
}


@media(max-width: 1500px) {
    .price-text__item span {
        font-size: 15px;
    }

    .info-maintext__text {
        font-size: 24px;
    }

    .info-maintext__list-title {
        font-size: 27px;
        margin-bottom: 30px;
    }
    .info-maintext__list ul li svg {
        width: 53px;
    }

    .info-maintext__img {
        width: 490px;
    }

    .info-maintext__title {
        font-size: 27px;
        margin-bottom: 35px;
    }

    .info-maintext__body {
        padding-right: 30px;
    }
}

@media(max-width: 1200px) and (min-width: 992px) {
    .level-step--yandex  .level-step__number {
        position: absolute;
        top: -62px;
        left: -56px;
        font-size: 189px;
        line-height: 132%;
    }
    .level-step__text--btn {
        display: flex;
        justify-content: flex-end;
        padding-right: 109px;
    }

    .level-step--yandex .level-step__item {
        width: 428px;
        padding-top: 80px;
    }
}

@media(max-width: 1200px) {
    .info-maintext {
        display: block;
    }
    .info-maintext__img {
        display: flex;
        width: calc(100%  + 20px);
        margin: 0 -10px;
    }
    .info-maintext__img img {
        width: calc(50%  - 20px);
        margin: 0 10px;
    }
    .info-maintext__body {
        padding-right: 0;
        padding-bottom: 45px;
    }
}

@media(max-width: 992px) {
    .level-step--yandex  .level-step__number {
        position: absolute;
        top: -62px;
        left: -56px;
        font-size: 189px;
        line-height: 132%;
    }
    .level-step__text--btn {
        display: flex;
        justify-content: flex-end;
        padding-right: 0;
    }

    .level-step__text--btn  .btn {
        font-size: 13px;
    }

    .level-step--yandex .level-step__item {
        width: 428px;
        padding-top: 80px;
    }
}

@media(max-width: 768px) {
    .level-step--yandex  .level-step__number {
        left: 0;
    }
}

@media(max-width: 640px) {
    .info-maintext {
        margin-bottom: 0;
    }
    .info-maintext__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .info-maintext__list ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .info-maintext__list-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .info-maintext__img {
        flex-direction: column;
    }

    .info-maintext__img img {
        margin-bottom: 10px;
        width: calc(100% - 20px);
    }
}

@media(max-width: 480px) {
    .level-step--yandex .level-step__item {
        width: 300px;
    }
}

.phone-block--dark {
    background-repeat: no-repeat;
    background-size: contain;
}
@media(max-width: 1199px) {
    .phone-block--dark {
        background-size: cover;
    }
}
@media(max-width: 959px) {
    .phone-block--dark {
        background-image: none;
    }
}

.reward__title {
    margin-top: 130px;
    margin-bottom: 64px;
}

.new__faq {
    padding: 0 113px;
}

.new__faq-item + .new__faq-item {
    margin-top: 50px;
}

.new__faq__question {
    margin-bottom: 20px;
}

.new__faq__question p {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.18px;
}

.new__faq-answer {
    max-width: 95%;
    border-radius: 0px 27px 27px 27px;
    background-color: #FFF;
    padding: 22px 28px;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
}

.new__faq-answer p {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.18px;
}

@media(max-width: 1400px) {
    .new__faq {
        padding: 0 60px;
    }
}

@media(max-width: 1200px) {
    .reward__item--big {
        width: 50%;
    }
}

@media(max-width: 1199px) {
    .new__faq {
        padding: 0 20px;
    }
}

@media(max-width: 992px) {
    .new__faq {
        padding: 0;
    }
    .new__faq-item + .new__faq-item {
        margin-top: 35px;
    }
}

@media(max-width: 800px) {
    .reward__item--big {
        width: 100%;
    }
}

@media(max-width: 600px) {
    .new__faq-answer {
        border-radius: 0px 10px 10px 10px;
        padding: 15px;
    }
}

@media(max-width: 560px) {
    .new__faq__question p {
        font-size: 16px;
    }
    .new__faq-answer p {
        font-size: 16px;
    }
    .new__faq__question {
        margin-bottom: 10px;
    }
    .new__faq-item + .new__faq-item {
        margin-top: 20px;
    }
} 

/*попапы слайдера ябизнес*/

.popup__wrap.popup__wrap-yandex {
    background-color: #fff;
    width: 1340px;
    overflow-y: auto;
    height: 100%;
}

.popup__wrap.popup__wrap-yandex::-webkit-scrollbar {
    display: none;
}

.popup__wrap-yandex .popup__close span:after, .popup__wrap-yandex .popup__close span:before {
    background-color: #000;
}

.product-info__yan {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

.popup__wrap-yandex-text {
    width: 800px;
    margin: 0 auto;
}

.popup__wrap-yandex .popup__wrap-yandex-text p {
    text-align: left;
}

.prod__yan-item img {
    width: 800px;
}

.popup__wrap-yandex p {
    font-family: 'inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    margin-top: 20px;
}

.popup__wrap-yandex .prod__yan-item-title {
    color: #8C8C8C;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 20px;
}

.popup__wrap-yandex p span {
    color: #3A24F9;
}

.product-info__yan .slick-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;
    right: 0;
    width: 50px;
    height: 50px;
    top: 280px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(58, 36, 249, .21);
    transition: background-color .3s, box-shadow .3s ease;
    z-index: 5;
}

.product-info__yan .slick-arrow.slick-next {
    padding-right: 18px;
    justify-content: flex-end;
    right: -130px;
}

.product-info__yan .slick-arrow.slick-prev {
    left: -130px;
    padding-left: 18px;
}

.product-info__yan .slick-arrow .svg-icon {
    transition: margin .3s ease;
    flex: none;
}

.product-info__yan .slick-arrow .svg-icon use {
    stroke-width: 3;
    stroke: #3a24f9;
    fill: transparent;
}

.product-info__yan .slick-arrow.slick-next:hover .svg-icon {
    margin-right: -5px;
}

.product-info__yan .slick-arrow.slick-prev:hover .svg-icon {
    margin-left: -5px;
}

.brand__item {
    width: 100%;
}

.brand__item img {
    width: 100%;
}

@media(max-width: 1439px) {
    .popup__wrap.popup__wrap-yandex {
        width: 784px;
    }
    .product-info__yan {
        width: 455px;
    }
    .popup__wrap-yandex-text {
        width: 455px;
    }
    .prod__yan-item img {
        width: 455px;
    }
    .popup__wrap-yandex p {
        font-size: 16px;
    }
    .popup__wrap-yandex .prod__yan-item-title {
        font-size: 16px;
    }
    .product-info__yan .slick-arrow {
        top: 145px;
    }
    .product-info__yan .slick-arrow.slick-next {
        right: -110px;
    }
    
    .product-info__yan .slick-arrow.slick-prev {
        left: -110px;
    }
}

@media(max-width: 959px) {
    .popup__wrap.popup__wrap-yandex {
        width: 480px;
        padding: 72px 30px 78px;
    }
    .product-info__yan {
        width: 420px;
    }
    .popup__wrap-yandex-text {
        width: 420px;
    }
    .prod__yan-item img {
        width: 420px;
    }
    .product-info__yan .slick-arrow {
        top: 10px;
        box-shadow: 0 0px 10px rgb(0 0 0 / 70%);
        width: 40px;
        height: 40px;
    }
    .product-info__yan .slick-arrow.slick-next {
        right: 10px;
        padding-right: 12px;
    }
    
    .product-info__yan .slick-arrow.slick-prev {
        left: 10px;
        padding-left: 12px;
    }
    .product-info__yan .slick-arrow .svg-icon {
        width: 40px;
        height: auto;
    }

    .popup__wrap-yandex .popup__wrap-yandex-text p {
        text-align: center;
    }
}

@media(max-width: 768px) {
    .popup__wrap-yandex .popup__close {
        top: 22px;
        transform: none;
    }
    .popup__wrap-yandex .popup__body {
        padding: 0;
        overflow: unset;
    }
}

@media(max-width: 639px) {
    .popup__wrap.popup__wrap-yandex {
        padding: 74px 16px 74px;
        width: 100%;
    }
    .product-info__yan {
        width: 100%;
    }
    .popup__wrap-yandex-text {
        width: 100%;
    }
    .prod__yan-item img {
        width: 100%;
    }
    .popup__wrap-yandex p {
        font-size: 15px;
    }
    .popup__wrap-yandex .prod__yan-item-title {
        font-size: 15px;
    }
}

@media(max-width: 479px) {
    .popup__wrap.popup__wrap-yandex {
        padding: 45px 16px 45px;
    }
    .popup__wrap-yandex .popup__close span {
        width: 20px;
        height: 20px;
    }
    .popup__wrap-yandex .popup__close span:after, .popup__wrap-yandex .popup__close span:before {
        height: 2px;
    }
    .popup__wrap-yandex p {
        font-size: 14px;
    }
    .popup__wrap-yandex .prod__yan-item-title {
        font-size: 14px;
    }
}

/*custom calc*/
.new__calc .calc__item--2 {
    width: 100%;
    margin: 0;
    padding: 60px;
}

.new__calc .calc__item--check.calc__item--2 {
    justify-content: unset;
}

.new__calc .calc__item--2 + .calc__item--2 {
    border-top: 1px solid #DADADA;
}

.new__calc .check__container--one .check__wrap {
    width: fit-content;
    margin: 0;
    padding: 0;
}

.new__calc .check__container--one .check__wrap + .check__wrap {
    margin-left: 20px;
}

.new__calc .check {
    padding: 10px 20px;
    border-radius: 46px;
    border: 1px solid #000;
}

.new__calc .check label {
    padding: 0;
}

.new__calc .check__control {
    border: none;
    display: none;
    padding-right: 8px;
}

.new__calc .calc .check__control .svg-icon use {
    fill: #fff;
}

.new__calc .check__control .svg-icon {
    opacity: 1;
}

.new__calc .check input[type=checkbox]:checked~.check__control {
    display: block;
}

.new__calc .check input[type=checkbox]:checked .check {
    background-color: #3A24F9;
}

.new__calc .js-calc-com .check.active-check {
    background-color: #3A24F9;
}

.new__calc .js-calc-com .check.active-check label {
    color: #fff;
}

.new__calc .js-calc-com .calc__item--check {
    justify-content: flex-start;
}

.new__calc .switch .toggle {
    z-index: 2;
}

.new__calc .switch__wrap {
    background-color: #171717;
}

.new__calc .switch__text {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'Inter';
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s;
}

.new__calc .switch__text-yes {
    left: 12px;
    opacity: 0;
}

.new__calc .switch__text-no {
    right: 12px;
    opacity: 1;
}

.new__calc .switch input[type=checkbox]:checked~.switch__text-yes {
    opacity: 1;
}

.new__calc .switch input[type=checkbox]:checked~.switch__text-no {
    opacity: 0;
}

.new__calc .calc__table tbody .calc__table-btns td {
    margin: 0;
    padding: 0;
    background-color: #fff;
    padding-top: 20px;
    height: 100px;
}

.new__calc .calc__table tbody .calc__table-chose td {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.new__calc .calc__table-btns button, .calc__table-chose button {
    width: 100%;
    height: 100%;
}   

.new__calc .calc__table-btns .calc__price-wrap {
    justify-content: center;
    padding: 10px 20px;
}

.new__calc .calc__table-btns .calc__price-wrap span {
    font-size: 25px;
}

.new__calc .js-calc-com-block {
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.new__calc .calc.js-calc-com {
    filter: none;
    margin: 0;
}


.new__calc .plan__slider {
    margin: 106px auto 70px auto;
    margin-top: 106px;
    position: relative;
    width: 1124px;
    height: 1px;
    background-color: #8C8C8C;
    border: none !important;
}

.new__calc .plan__slider .ui-slider-range {
    top: 50%;
    transform: translateY(-50%);
    background-color: #3A24F9;
    height: 3px;
}

.new__calc .plan__slider-circles {
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #171717;
    top: 50%;
    transform: translateY(-50%);
}

.new__calc .plan__slider-circles-left {
    left: -17px;
}

.new__calc .plan__slider-circles-right {
    right: -17px;
}

.new__calc .plan__slider-val {
    color: #8C8C8C;
    font-family: 'Inter';
    font-size: 21px;
    font-weight: 500;
    line-height: 160%;
    position: absolute;
    bottom: -50px;
}

.new__calc .plan__slider-val-start {
    left: -50px;
}

.new__calc .plan__slider-val-finish {
    right: -70px;
}

.new__calc .plan__slider.ui-slider-horizontal .ui-slider-handle {
    width: 2px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    background: #000;
    color: #000;
    border: none !important;
}

.new__calc .plan__slider.ui-slider-horizontal .ui-slider-handle:focus-visible {
    outline: none !important;
}

.new__calc .plan__slider.ui-slider-horizontal .ui-slider-handle::before {
    content: "";
    border: 11px solid transparent;
    border-top: 18px solid #3a24f9;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.new__calc .plan__slider .ui-slider-tooltip {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    top: -55px !important;
    font-family: 'Inter';
    font-size: 21px;
    font-weight: 500;
    line-height: 160%;
}

.new__calc .need__help {
    position: relative;
    width: fit-content;
    display: inline-flex;
    align-items: center;
}

.new__calc .need__help-input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
    opacity: 0;
}

.new__calc .need__help label {
    font-weight: 500;
    font-size: 21px;
    line-height: 160%;
    color: #000;
}

.new__calc .need__help-control {
    width: 30px;
    height: 30px;
    flex: none;
    border-radius: 50%;
    border: 2px solid #171717;
    position: relative;
    margin-right: 22px;
}

.new__calc .need__help-control:before {
    content: " ";
    position: absolute;
    opacity: 0;
    background-color: #3a24f9;
    transition: opacity .3s ease;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.new__calc .need__help input[type=checkbox]:checked~.need__help-control:before {
    opacity: 1;
}

.new__calc .check input[type=checkbox] {
    left: 0;
}

@media(max-width: 1440px) {
    .new__calc .plan__slider {
        width: 100%;
    }
    .new__calc .plan__slider-val-finish {
        right: -50px;
    }
}

@media(max-width: 1200px) {
    .new__calc .calc__item--2 {
        padding: 30px;
    }
    .new__calc .plan__slider {
        width: calc(100% - 30px);
    }
    .new__calc .plan__slider-val {
        font-size: 18px;
    }
    .new__calc .plan__slider-val-start {
        left: -18px;
    }
    .new__calc .plan__slider-val-finish {
        right: -18px;
    }
    .new__calc .plan__slider .ui-slider-tooltip {
        top: -50px !important;
        font-size: 18px;
    }
    .new__calc .need__help label {
        font-size: 18px;
    }
    .new__calc .need__help-control {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .new__calc .need__help-control:before {
        width: 13px;
        height: 13px;
        left: 50%;
        right: unset;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .new__calc .switch__text {
        line-height: 100%;
        font-size: 18px;
    }
    .new__calc .calc__table thead th {
        padding: 0 20px 20px;
    }
    .new__calc .calc__table tbody td {
        font-size: 15px;
    }
}

@media(max-width: 1199px) {
    .new__calc .calc__table thead th {
        font-size: 22px;
    }
    .new__calc .calc__table thead th:nth-child(2) {
        width: 200px;
    }
    .new__calc .calc__table thead th:last-child {
        width: 200px;
    }
    .new__calc .calc__table tbody td:nth-child(2) {
        width: 200px;
    }
    .new__calc .calc__table tbody td:last-child {
        width: 200px;
    }
    .new__calc .calc__table-btns .calc__price-wrap span {
        font-size: 20px;
    }
    .new__calc .calc__table tbody .calc__table-btns td {
        height: 90px;
    }
}

@media(max-width: 900px) {
    .new__calc .switch {
        width: 80px;
        height: 40px;
    }
    .new__calc .switch input[type=checkbox]:checked~.switch__wrap~.toggle {
        left: calc(100% - 35px);
    }
    .new__calc .switch .toggle {
        width: 30px;
        height: 30px;
        top: 5px;
    }
    .new__calc .switch__text {
        font-size: 16px;
    }
}

@media(max-width: 710px) {
    .new__calc .calc__item--2 {
        padding: 20px 15px;
    }
    .new__calc .calc__name {
        font-size: 18px;
    }
    .new__calc .check__container--one .check__wrap + .check__wrap {
        margin-left: 10px;
    }
    .new__calc .check label {
        font-size: 14px;
    }
    .new__calc .plan__slider-val {
        font-size: 14px;
        bottom: -35px;
    }
    .new__calc .need__help label {
        font-size: 16px;
    }
    .new__calc .plan__slider .ui-slider-tooltip {
        font-size: 16px;
    }
    .new__calc .plan__slider {
        margin-top: 80px;
    }
    .new__calc .calc__table thead th {
        font-size: 18px;
    }
    .new__calc .calc__table thead th:nth-child(2) {
        width: 140px;
    }
    .new__calc .calc__table thead th:last-child {
        width: 140px;
    }
    .new__calc .calc__table tbody td:nth-child(2) {
        width: 140px;
    }
    .new__calc .calc__table tbody td:last-child {
        width: 140px;
    }
    .new__calc .calc__table-btns .calc__price-wrap {
        padding: 10px 10px;
        align-items: center;
    }
    .new__calc .calc__table-btns .calc__price-wrap span {
        font-size: 16px;
    }
    .new__calc .check {
        padding: 10px 10px;
    }
    .new__calc .calc__table tbody td {
        font-size: 14px;
    }
}

@media(max-width: 560px) {
    .new__calc .calc__price-wrap span:last-child {
        margin-top: 0;
    }
}

@media(max-width: 510px) {
    .new__calc .check__container--one {
        justify-content: space-around;
    }
    .new__calc .check__container--one .check__wrap {
        width: 150px;
    }
    .new__calc .check {
        padding: 10px 10px;
        width: 100%;
        justify-content: center;
    }
    .new__calc .check__container--one .check__wrap + .check__wrap {
        margin-left: 0;
    }
    .new__calc .check__container--one .check__wrap:nth-child(3) {
        margin-top: 10px;
    }
    .new__calc .check__control .svg-icon {
        top: 2px;
    }
    .new__calc .calc__table thead th {
        font-size: 16px;
    }
    .new__calc .calc__table tbody td {
        font-size: 13px;
        padding: 10px 10px
    }
    .new__calc .calc__table thead th:nth-child(2) {
        width: 125px;
    }
    .new__calc .calc__table thead th:last-child {
        width: 125px;
    }
    .new__calc .calc__table tbody td:nth-child(2) {
        width: 125px;
    }
    .new__calc .calc__table tbody td:last-child {
        width: 125px;
    }
    .new__calc .calc__table-btns .calc__price-wrap span {
        font-size: 14px;
    }
}

@media(max-width: 450px) {
    .new__calc .check__container--one {
        flex-direction: column;
        align-items: center;
    }
    .new__calc .check__container--one .check__wrap + .check__wrap {
        margin-top: 10px;
    }
    .new__calc .calc__name {
        font-size: 16px;
    }
    .new__calc .plan__slider .ui-slider-tooltip {
        font-size: 14px;
        top: -45px !important;
    }
    .new__calc .js-calc-com .calc__item--check {
        flex-direction: column;
    }
    .new__calc .switch {
        margin-top: 10px;
    }
    .new__calc .calc__table-wrap {
        width: 416px;
        overflow-x: auto;
    }
    .new__calc .calc__table table {
        table-layout: auto;
        margin-top: 40px;
    }
}

.new__color-btn {
    background-color: #8C8C8C;
    color: #171717;
}

li.is-color {
    color: #3A24F9;
}

#suggest_seo_form .file__name {
    color: #fff;
}

#suggest_seo_form .file__icon svg path {
    fill: #fff;
}

#suggest_seo_form .file__icon {
    margin-right: 0;
    margin-left: 10px;
    margin-top: 2px;
}

#suggest_seo_form .file__main {
    cursor: pointer;
}

#suggest_seo_form .file {
    border: 5px solid #fff;
    height: 66px;
    justify-content: center;
}

@media(max-width: 768px) {
    #suggest_seo_form .file {
        border: 3px solid #171717;
        height: 54px;
    }
    #suggest_seo_form .file__name {
        color: #8c8c8c;
        font-size: 20px;
    }
    #suggest_seo_form .file__icon svg path {
        fill: #8c8c8c;
    }
    #suggest_seo_form .file__icon svg {
        width: 15px;
        height: 17px;
    }
}

.pagination-centr::before {
    display: none;
}

.section-portfolio--black-centr {
    background-color: #171717;
}

.portfolio-info-centr img {
    margin: 0;
    border-radius: 12px;
}

.portfolio-info__desc ul.med-ul li::before {
    background-color: #3A24F9;
    width: 5px;
    height: 5px;
}

.med__block {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 20px -11px;
}

.med__block-img {
    width: calc(50% - 22px);
    margin: 11px;
}

.med__block-img img {
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

.howmuch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3A24F9;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
    padding: 60px;
}

.howmuch__img {
    width: 232px;
    height: auto;
}

.howmuch__img img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.howmuch__left {
    max-width: 460px;
    width: 100%;
}

.howmuch__title {
    font-family: Inter;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.78px;
    color: #FFF;
    margin-bottom: 40px;
}

.howmuch__btn a {
    text-decoration: none;
    border: 6px solid #fff;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
}

.howmuch__img-text {
    display: none;
}

@media(max-width: 900px) {
    .howmuch__left {
        max-width: 354px;
        margin-bottom: 40px;
    }
    .howmuch__title {
        letter-spacing: -0.6px;
        font-size: 30px;
        margin-bottom: 50px;
    }
    .howmuch__btn a {
        font-size: 17px;
    }
    .howmuch {
        padding: 75px 38px 38px 60px;
        align-items: flex-end;
    }
    .howmuch__img {
        width: 142px;
    }
}

@media(max-width: 800px) {
    .scroll__img {
        overflow-y: scroll;
    }
    .scroll__img img {
        width: 800px;
        max-width: unset !important;
        height: auto;
        margin-left: unset !important;
        margin-right: unset !important;
    }
    .howmuch {
        padding: 75px 38px 38px 38px;
        align-items: flex-end;
    }
}

@media(max-width: 639px) {
    .med__block-img {
        width: calc(100% - 22px);
    }
    .howmuch {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 27px;
        margin: 0 -30px;
    }
    .howmuch__left {
        max-width: unset;
    }
    .howmuch__btn a {
        font-size: 12px;
        border: 3px solid #fff;
        width: 200px;
        padding: 12px 24px;
        letter-spacing: 0.84px;
    }
    .howmuch__img {
        width: 100%;
    }
    .howmuch__img img {
        display: none;
    }
    .howmuch__img-text {
        display: flex;
        align-items: center;
    }
    .howmuch__img-text svg {
        width: 84px;
        height: 35px;
    }
    .howmuch__img-text p {
        color: #fff;
        font-size: 14px !important;
        width: 180px;
    }
    .howmuch__title {
        font-size: 26px;
        letter-spacing: -0.52px;
        margin-bottom: 28px;
    }
    .portfolio-detail__back-med {
        background: linear-gradient(90deg, #027DDB 1.86%, #0284E1 47.5%, #027EDC 100%) !important;
    }
}

@media(max-width: 560px) {
    .howmuch {
        margin: 0 -17px;
    }
}

.portfolio-detail__link-aaa {
    display: flex;
    align-items: center;
}

.portfolio-detail__link-aaa svg {
    margin-right: 8px;
}

.section-portfolio--aaa {
    background-color: #F1F2F6;
}

.portfolio-info-aaa .portfolio-info__desc img {
    width: 100%;
}

.portfolio-info-aaa .portfolio-info__img {
    box-shadow: none;
}

.portfolio-info-aaa {
    position: relative;
    padding-bottom: 150px;
}

.page-block-aaa {
    overflow-x: hidden;
}

.portfolio-info-aaa::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 3000px;
    height: 400px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(41, 57, 77, 0.00) 0.01%, rgba(25, 40, 58, 0.10) 100%);
    left: -1000px;
}

.mainbg {
    position: absolute;
    width: 1250px;
    height: auto;
    bottom: 0;
    z-index: 1;
    right: -46px;
}

.portfolio-info-aaa .portfolio-info__desc .aboutpc2 {
    margin-top: 50px;
    margin-left: auto;
    width: auto;
}

.catalogbg {
    width: 1200px;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: calc((100vw - 1368px) / -2);
    z-index: 1;
}

.cardbg {
    width: 697px;
    height: auto;
    position: absolute;
    left: 235px;
    bottom: -180px;
    z-index: 1;
}

.salonbg {
    width: 1049px;
    height: auto;
    position: absolute;
    bottom: -630px;
    right: calc((100vw - 1368px) / -2);
    z-index: 1;
}

.aboutbg1 {
    position: absolute;
    bottom: 68px;
    left: 98px;
    z-index: 1;
    width: 1240px;
    width: 92%;
    height: auto;
}

.port__aaa {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}

.portfolio-info-aaa .portfolio-info__desc .port__aaa img {
    width: 30%;
    height: auto;
}

.lcbg {
    position: absolute;
    left: calc((100vw - 1368px) / -2);
    z-index: 1;
    width: 1150px;
    height: auto;
    bottom: 150px;
}

.portfolio-info-aaa:last-child {
    padding-bottom: 70px;
}

.page-block-aaa .portfolio-info__info {
    z-index: 3;
}

.catalogbgmob {
    display: none;
}

.salonbgmob {
    display: none;
}

.portfolio-info__info .aboutpc2 {
    display: none;
}

.port__aaa-img {
    display: none;
}

.lcbgmob {
    display: none;
}

.portfolio-info-ramt img {
    margin-top: 0;
}

@media(max-width: 1440px) {
    .catalogbg {
        left: calc((100vw - 1148px) / -2);
        max-width: 900px;
        width: 100%;
    }
    .salonbg {
        right: calc((100vw - 1148px) / -2);
        max-width: 900px;
        width: 100%;
        bottom: -450px;
    }
    .lcbg {
        left: calc((100vw - 1148px) / -2);
        width: 100%;
        max-width: 800px;
    }
    .cardbg {
        width: 600px;
    }
    .aboutbg1 {
        width: 75%;
    }
    .mainbg {
        width: 1000px;
        right: -20px;
    }
}

@media(max-width: 1199px) {
    .mainbg {
        width: 800px;
        right: 0;
    }
    .catalogbg {
        left: calc((100vw - 890px) / -2);
        max-width: 700px;
        bottom: 150px;
    }
    .cardbg {
        width: 450px;
        left: 160px;
        bottom: -135px;
    }
    .salonbg {
        right: calc((100vw - 890px) / -2);
        max-width: 700px;
        bottom: -300px;
    }
    .lcbg {
        left: calc((100vw - 890px) / -2);
        max-width: 650px;
    }
    .portfolio-info-aaa::after {
        height: 300px;
    }
}

@media(max-width: 992px) {
    .mainbg {
        width: 600px;
        right: unset;
        transform: translateX(-50%);
        left: 50%;
    }
    .catalogbg {
        max-width: 500px;
        bottom: 50px;
        left: -30px;
    }
    .cardbg {
        width: 400px;
        left: 50%;
        bottom: -135px;
        transform: translateX(-50%);
    }
    .salonbg {
        right: -30px;
        max-width: 500px;
        bottom: -100px;
    }
    .aboutbg1 {
        width: 70%;
        left: 50%;
        transform: translateX(-50%);
    }
    .lcbg {
        left: -30px;
        max-width: 500px;
    }
}

@media(max-width: 768px) {
    .portfolio-info-aaa {
        padding-bottom: 170px;
    }
    .mainbg {
        width: 400px;
    }
    .catalogbg {
        display: none;
    }
    .catalogbgmob {
        display: block;
        height: auto;
        position: absolute;
        z-index: 1;
        bottom: 20px;
        left: -30px;
        width: 241px;
        height: auto;
    }
    .cardbg {
        max-width: 280px;
        width: 100%;
        bottom: -46px;
    }
    .salonbg {
        display: none;
    }
    .salonbgmob {
        display: block;
        width: 242px;
        height: auto;
        position: absolute;
        left: -30px;
        bottom: 20px;
        z-index: 1;
    }
    .portfolio-info__info .aboutpc2 {
        display: block;
    }
    .portfolio-info__desc .aboutpc2 {
        display: none;
    }
    .aboutbg1 {
        bottom: 20px;
    }
    .portfolio-info__name br {
        display: none;
    }
    .port__aaa {
        display: none;
    }
    .port__aaa-img {
        display: block;
    }
    .lcbg {
        display: none;
    }
    .lcbgmob {
        display: block;
        width: 242px;
        height: auto;
        position: absolute;
        z-index: 1;
        left: -30px;
        bottom: 150px;
    }
}

@media(max-width: 560px) {
    .catalogbgmob {
        left: -17px;
    }
    .salonbgmob {
        right: -17px;
    }
    .lcbgmob {
        left: -17px;
    }
    .mainbg {
        width: 100%;
    }
    .aboutbg1 {
        width: 100%;
    }
}