.designers__red-text {
    color: #E96856;
}
.designers__blue-text {
    color: #1c93e3;
}
.designers__title {
    font-weight: 700;
    font-size: 45px;
    line-height: 61px;
    color: #434D56;
    text-transform: uppercase;
    text-align: center;
}
.designers__subtitle {
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #434D57;
}
.designers__red-button {
    background: #E96856;
    border-radius: 6px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    padding: 20px 70px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 20px;
}
.designers__blue-button {
    background: #1c93e3;
    border-radius: 6px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    padding: 20px 70px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.designers__text-list {
    text-align: left;
}
.designers__text-list li {
    list-style-type: none;
}
.designers__text-list li:before {
    content: '\2022';
    font-size: 28px;
    position: absolute;
    top: -3px;
    left: 9px;
}

.designers__care {
    padding: 64px 0 84px 0;
}
.designers__care-wrapper {
    background: #F4F5FB;
}
.designers__care-title {
    margin-bottom: 69px;
}
.designers__care-tabs {
    border: 1px solid #434D56;
    border-radius: 12px;
}
.designers__care-tabs-list {
    display: flex;
    margin: -1px -1px 0 -1px;
    border-bottom: 1px solid #67697E;
    border-radius: 12px;
}
.designers__care-tabs-item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #434D56;
    height: 68px;
    border-radius: 12px;
    cursor: pointer;
    transition: .4s;
}
.designers__care-tabs-item.designers__care-tabs-item-active {
    color: #fff;
    background: #67697E;
}
.designers__care-tab-content {
    justify-content: space-between;
    transition: .1s;
    padding: 48px 54px 60px 54px;
    display: none;
}
.designers__care-tab-content.designers__care-tab-content-active {
    display: flex;
}
.designers__care-tab-content-image {
    width: 42%;
}
.designers__care-tab-content-text {
    width: 58%;
    font-size: 23px;
    line-height: 31px;
    color: #434D56;
}
.designers__people-wrapper {
    background: center center no-repeat url(img/people-banner.png);
    background-size: cover;
    height: 799px;
    color: #FFFFFF;
    margin-bottom: 365px;
}
.designers__people-wrapper .intec-content {
    overflow: visible;
}
.designers__people-banner {
    padding-top: 83px;
}
.designers__people-banner-title-1 {
    font-weight: 700;
    font-size: 100px;
    line-height: 136px;
    margin-left: 151px;
}
.designers__people-banner-title-2 {
    font-size: 30px;
    line-height: 41px;
    margin-left: 334px;
}
.designers__people-banner-title-3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    margin-left: 208px;
}
.designers__people-button {
    margin-top: 48px;
    width: 404px;
    margin-left: 208px;
}
.designers__people-button .designers__red-button {
    padding: 7px 70px;
}
.designers__people-slider {
    margin-top: 59px;
    margin-left: 120px;
    overflow: hidden;
    margin-bottom: -297px;
    position: relative;
}
.designers__people-slide {
    background: #F4F5FB;
    height: 559px;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    color: #434D56;
}
.designers__people-slide-text-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    text-transform: uppercase;
}
.designers__people-slide-text-body {
    font-size: 23px;
    line-height: 31px;
    margin-top: 27px;
}
.designers__people-slide-text {
    padding: 52px 0 52px 112px;
    width: 55%;
}
.designers__people-slide-picture {
    width: 45%;
    border-radius: 6px;
}
.designers__people-slide-picture-img {
    display: none;
}
.designers__people-slide-picture-blur {
    height: 100%;
    width: 150px;
    display: block;
    background: linear-gradient(90deg, #F4F5FB 0%, rgba(244, 245, 251, 0) 100%);
}
.designers__people-slider .owl-stage {
    display: flex;
}
.designers__people-slider-nav {
    margin-right: -23px;
    position: relative;
}
.designers__people-slider-nav button {
    border-radius: 50%;
    width: 46px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    height: 46px;
    border: none;
    position: absolute;
    bottom: -33px;
}
.designers__people-slider-nav .owl-next {
    right: 0;
}
.designers__people-slider-nav .owl-prev {
    left: 97px;
}
.designers__people-slider .owl-nav {
    display: none;
}

.designers__select-aristo-wrapper {
    background: #E96856;
    margin-top: 65px;
}
.designers__select-aristo {
    padding: 30px 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}
.designers__select-aristo-mobile {
    display: none;
}

.designers__work-wrapper {
    background: #F5F5F5;
    padding: 55px 0 62px 0;
}
.designers__work-wrapper .intec-content-wrapper {
    overflow: hidden;
}
.designers__work-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 56px;
    grid-row-gap: 86px;
}
.designers__work-step {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 58px 36px 46px;
    border: 1px solid #67697E;
    border-radius: 6px;
    height: 100%;
    max-width: 315.5px;
    width: 100%;
}
.designers__work-step-wrapper {
    max-width: 315.5px;;
    position: relative;
    display: flex;
    align-items: center;
}
.designers__work-step-wrapper:after {
    content: '';
    display: block;
    width: 29px;
    height: 59px;
    position: absolute;
    right: -43px;
    background: center center no-repeat url(/designers/img/work-arrow.svg);
}
.designers__work-step-wrapper:last-child:after {
    display: none;
}
.designers__work-step-text {
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    margin-top: 51px;
}
.designers__work-step-picture {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 186px;
}
.designers__work-step-wrapper:nth-child(1) .designers__work-step-picture {
    background: center center no-repeat url(/designers/img/step-1.svg);
    width: 196px;
    height: 100%;
}
.designers__work-step-wrapper:nth-child(2) .designers__work-step-picture {
    background: center center no-repeat url(/designers/img/step-2.svg);
}
.designers__work-step-wrapper:nth-child(3) .designers__work-step-picture {
    background: center center no-repeat url(/designers/img/step-3.svg);
}
.designers__work-step-wrapper:nth-child(4) .designers__work-step-picture {
    background: center center no-repeat url(/designers/img/step-4.svg);
}
.designers__work-step-wrapper:nth-child(5) .designers__work-step-picture {
    background: center center no-repeat url(/designers/img/step-5.svg);
}

.designers__work-step .designers__red-button {
    padding: 11px 20px;
    width: auto;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    display: flex;
    align-items: center;
}
.designers__work-step .designers__blue-button {
    padding: 11px 20px;
    width: auto;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    display: flex;
    align-items: center;
}
.designers__link-for-button,
.designers__link-for-button:hover {
    text-decoration: none!important;
}
.designers__work-step .designers__red-button:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: center center no-repeat url(/designers/img/wa.svg);
    margin-right: 10px;
}

.designers__work-step .designers__blue-button:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: center center no-repeat url(/designers/img/telega.svg);
    margin-right: 10px;
}

.designers__work-step-wrapper-start {
    grid-column: 1 / 5;
    display: flex;
    justify-content: center;
    max-width: unset;
}
.designers__work-step-wrapper-start .designers__work-step {
    flex-direction: row;
    max-width: 712px;
    padding: 45px 48px 25px;
}
.designers__work-step-wrapper-start .designers__work-step-text {
    margin-top: 0;
    margin-left: 79px;
    text-align: start;
    font-size: 27px;
    line-height: 37px;
}
.designers__work-step-wrapper-start.designers__work-step-wrapper:after {
    bottom: -76px;
    right: unset;
    transform: rotate(90deg);
}

.designers__work-button {
    display: flex;
    justify-content: center;
}
.designers__work-button .designers__red-button {
    max-width: 478px;
    display: flex;
    justify-content: center;
}
.designers__work .designers__subtitle {
    margin-top: 22px;
    margin-bottom: 53px;
}
.designers__work-button {
    margin-top: 96px;
}

.designers__salon-button{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .designers__title {
        font-size: 25px;
        line-height: 34px;
    }
    .designers__care {
        padding: 35px 0;
    }
    .designers__care-title {
        margin-bottom: 25px;
    }
    .designers__care-tabs-item {
        font-size: 16px;
        line-height: 22px;
        height: 40px;
    }
    .designers__care-tab-content {
        flex-direction: column;
        padding: 26px 0;
    }
    .designers__care-tab-content-image {
        width: 100%;
    }
    .designers__care-tab-content-text {
        width: 100%;
        margin-top: 35px;
        font-size: 16px;
        line-height: 22px;
    }
    .designers__care-tabs {
        border: none;
    }
    .designers__text-list li:before {
        font-size: 20px;
    }
    .designers__select-aristo {
        display: none;
    }
    .designers__select-aristo-mobile {
        display: block;
    }
    .designers__care-tabs-list {
        border: 1px solid #67697E;
    }
    .designers__people-wrapper {
        height: 603px;
        margin-bottom: 624px;
    }
    .designers__people-banner {
        padding-top: 26px;
    }
    .designers__people-banner-title-1 {
        font-size: 50px;
        line-height: 68px;
        margin-left: 0;
    }
    .designers__people-banner-title-2 {
        margin-left: 80px;
        font-size: 20px;
        line-height: 27px;
    }
    .designers__people-banner-title-3 {
        margin-left: 80px;
        font-size: 30px;
        line-height: 41px;
    }
    .designers__people-button {
        margin-top: 206px;
        margin-left:0;
        max-width: 100%;
    }
    .designers__people-button .designers__red-button {
        font-size: 18px;
        line-height: 21px;
        padding: 7px 20px;
    }
    .designers__people-slider {
        margin-top: 71px;
        margin-left: 0;
    }
    .designers__people-slide {
        flex-direction: column-reverse;
        height: 635px;
    }
    .designers__people-slide-text {
        width: 100%;
        padding:11px 15px 50px 17px;
    }
    .designers__people-slide-text-title {
        font-size: 20px;
        line-height: 27px;
    }
    .designers__people-slide-text-body {
        font-size: 16px;
        line-height: 22px;
        margin-top: 11px;
    }
    .designers__people-slide-picture {
        width: calc(100% - 42px);
        height: 166px;
        margin: 24px 21px;
        background: none!important;
        overflow: hidden;
    }
    .designers__people-slide-picture-blur {
        display: none;
    }
    .designers__people-slide-picture-img {
        display: block;
        border-radius: 6px;
    }
    .designers__people-slider-nav {
        display: none;
    }
    .designers__people-slider .owl-nav {
        display: flex;
        justify-content: center;
        top: -15px;
        position: relative;
    }
    .designers__people-slider .owl-nav button {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background: #67697E;
        border: none;
        margin: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .designers__select-aristo-mobile {
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #FFFFFF;
        padding: 23px 0;
    }
    .designers__subtitle {
        font-size: 20px;
        line-height: 27px;
    }
    .designers__work-wrapper {
        padding: 37px 0;
    }
    .designers__work .designers__subtitle {
        margin-top: 7px;
        margin-bottom: 60px;
    }
    .designers__work-steps {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }
    .designers__work-step-wrapper-start {
        grid-column: 1;
    }
    .designers__work-step-wrapper-start .designers__work-step,
    .designers__work-step {
        flex-direction: row;
        padding: 10px 15px 20px;
        width: 100%;
        max-width: unset;
    }
    .designers__work-step-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }
    .designers__work-step-wrapper:after,
    .designers__work-step-wrapper-start.designers__work-step-wrapper:after {
        bottom: -54px;
        right: unset;
        transform: rotate(90deg) scale(.5);
    }
    .designers__work-step-picture {
        min-width: 100px;
        min-height: 100px;
        width: 100px;
        height: 100px;
    }
    .designers__work-step-wrapper:nth-child(1) .designers__work-step-picture {
        background: center center no-repeat url(/designers/img/step-1-mobile.svg);
        width: 100px;
        height: 100px;
    }
    .designers__work-step-wrapper:nth-child(2) .designers__work-step-picture {
        background: center center no-repeat url(/designers/img/step-2-mobile.svg);
    }
    .designers__work-step-wrapper:nth-child(3) .designers__work-step-picture {
        background: center center no-repeat url(/designers/img/step-3-mobile.svg);
    }
    .designers__work-step-wrapper:nth-child(4) .designers__work-step-picture {
        background: center center no-repeat url(/designers/img/step-4-mobile.svg);
    }
    .designers__work-step-wrapper:nth-child(5) .designers__work-step-picture {
        background: center center no-repeat url(/designers/img/step-5-mobile.svg);
    }
    .designers__work-step-wrapper-start .designers__work-step-text,
    .designers__work-step-text {
        font-size: 16px;
        line-height: 22px;
        margin-top: 0;
        text-align: start;
        margin-left: 6px;
    }
    .designers__work-step .designers__red-button {
        font-size: 18px;
        line-height: 25px;
    }
    .designers__work-step .designers__blue-button {
        font-size: 18px;
        line-height: 25px;
    }
    .designers__work-button {
        margin-top: 28px;
    }
    .designers__work-step .designers__red-button:before {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        background: center center no-repeat url(/designers/img/wa-mobile.svg);
        margin-right: 10px;
    }
    .designers__work-step .designers__blue-button:before {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        background: center center no-repeat url(/designers/img/wa-mobile.svg);
        margin-right: 10px;
    }
    .designers__work-step .designers__red-button {
        padding: 7.5px 10px;
    }
    .designers__work-step .designers__blue-button {
        padding: 7.5px 10px;
    }
    .designers__work-step-wrapper:not(:first-child) .designers__work-step-text p {
        margin: 0;
    }
    .designers__work-step-wrapper .designers__text-list {
        margin: 0;
    }
    .designers__work-button .designers__red-button {
        padding: 15px;
        font-size: 18px;
        line-height: 21px;
    }
    .designers__work-button .designers__blue-button {
        padding: 15px;
        font-size: 18px;
        line-height: 21px;
    }
    .catalog-element-banner-header {
        margin-top: 70px;
        font-size: 28px !important;
        line-height: 40px !important;

    }
    p.designers__description {
        margin-top: -30px !important;
        font-size: 15px;
        max-width:400px;
        line-height: 20px;
    }
    .designer_phone {
        background-position: 80% 30%;
        background-size: cover;
    }

    .designers__button-partner {
        margin-top: -80px !important ;
        font-size: 13px !important;
    }
    .designers__expert{
        margin-top: 100px;
    }
    p.designers__expert-text {
        font-size: 18px !important;
    }

    .designers__benefit-title-text {
        font-size: 20px;
        line-height: 27px;
        margin-left: -20px;
    }

    .designers__benefit-title-img {
        display: flex;
        Flex-direction: column;
        width: 50%;

    }

    .designers__benefit-text {
        font-size: 16px;
        line-height: 22px;
        margin-left: -50px;
    }

    .benefit-title{
        margin: 0px;
        font-size: 25px !important;
        line-height: 29px !important;
    }

    .designer__contact {
        height: 110px;
    }

    .designer__contact-text-adress {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .designer__contact-text-phone {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .designer__contact-text-email {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    .designers__button-contact{
        font-size: 16px !important;
        width: 150px;
        height: 20px;
    }
    .designers__button-certificate{
        margin-top: -7px !important;
    }
}

.widget-web-form-2 .intec-cl-background {
    display: none;
}
.catalog-element-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 500px
}

.designers__expert {
    background-color: #67697E;
    padding: 20px;
    font-weight: 600;
}

.designers__description {
    width: 847px;
    padding: 8px 25px 20px 25px;
    border-radius: 5px 5px 5px 5px;
}

.designers__button-partner {
    background-color: #E96856 !important;
    border: none !important;
    border-radius: 6px !important;
}

.designers__button-certificate {
    background-color: #E96856 !important;
    border: none !important;
    border-radius: 6px !important;
}

.designers__button-contact{
    width: 200px;
    height: 40px;
    font-size: 20px !important;
    font-weight: 700;
}

p.designers__expert-text {
    margin-bottom: 0px;
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.designers__description {
    color:#434D56;
    font-style: normal;
    font-size:20px;
    line-height: 27px;
    font-weight: 400 !important;
    margin-left:-20px
}

.designers__benefit {
    min-height:550px;
    box-sizing: border-box;
    border: 2px solid #D0D1DA;
    border-radius: 12px;
    margin-bottom: 20px;
}

.designers__benefit1 {
    min-height:670px;
    box-sizing: border-box;
    border: 2px solid #D0D1DA;
    border-radius: 12px;
    margin-bottom: 20px;
}

.designers__benefit-title {
    display: flex;
    margin-top: 30px;
    padding: 0 30px;
}

.designers__benefit-title-img {
    margin-right: 29px;
}

.designers__benefit-title-text {
    color: #434D56;
    font-size: 30px;
    padding-right: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    padding-top: 10px;
}

.designers__benefit-text {
    color: #434D56;
    font-style: normal;
    font-size: 23px;
    line-height: 31px;
    padding: 20px 40px 40px 75px;
}

li::before {
    font-size: .5em !important;
    color: #434D56 !important;
}

.designers__benefit-certificate {
    display: flex;
    align-items: center;
}
.designers__benefit-certificate-text {
    width: 60%;
    padding-right:20px;
}
.designers__benefit-certificate-button {
    width: 40%;
}

.designer__contact {
    background-color: #6E747C;
    height: 195px;
    margin-bottom: 70px;
}

.designer__contact-text-adress {
    padding-top: 25px;
    padding-bottom: 5px;
    color: white;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    font-weight: 400;
    line-height: 37px;
}

.designer__contact-text-phone {
    color: white;
    font-size: 40px;
    line-height: 37px;
    text-align: center;
    font-weight: 700;
    line-height: 49px;
}

.designer__contact-text-email {
    color: #E96856;
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
}
