

/* Start:/professional/style.css?17347036088392*/
.professional-banner {
    position: relative;
    margin-bottom: 138px;
    background-image: url("/upload/pages/professional/banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 48px 48px;
    overflow: hidden;
}

.professional-banner:after {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 0;
    left: calc(540px - 150px + (100% - 540px) / 2);
    aspect-ratio: 1 / .55;
    background-image: url("/upload/pages/professional/banner.additional.image.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.professional-banner-content {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    padding: 40px 0 80px 0;
    text-align: center;
    z-index: 1;
}

.professional-banner-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 49px;
    color: #fff;
}

.professional-banner-desc {
    padding: 15px 10px;
    margin: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #fff;
    text-align: center;
    background-color: rgba(184, 199, 193, 0.8);
}

.professional-banner-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 30px;
}

.professional-banner-link {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0 12px;
    text-decoration: none;
    cursor: pointer;
}

.professional-banner-link-icon {
    width: 22px;
    min-width: 21px;
    height: 22px;
}

.professional-banner-link-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-align: left;
}

.professional-banner-button {
    margin: 0 20px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.professional-block-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #B8C7C1;
}

.professional-block-title_faq {
    text-align: left;
    margin-top: 80px;
}

.professional-block-delimeter {
    width: 335px;
    height: 5px;
    margin: 45px auto 50px auto;
    background-color: #B8C7C1;
}

.professional-block-text {
    max-width: 830px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.professional-participate-steps {
    margin: 50px 0 40px 0;
    padding: 0 10px;
}

.professional-participate-steps ol {
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
}

.professional-participate-steps li {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 30px;
}

.professional-participate-step-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.professional-participate-button {
    max-width: 100%;
    margin: 0 auto 12px auto;
    padding: 15px 20px;
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    border: 3px solid #B8C7C1;
    cursor: pointer;
}

.professional-block-explanation {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

.professional-rules-link {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 30px 0;
    gap: 0 12px;
    text-decoration: none;
    cursor: pointer;
}

.professional-rules-link-icon {
    width: 49px;
    min-width: 49px;
    height: 49px;
}

.professional-rules-link-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.professional-popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1010;
}

.professional-popup.is-show {
    display: block;
}

.professional-popup-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    max-width: 865px;
    background: #fff;
    -webkit-box-shadow: 0 20px 9px rgba(0, 0, 0, .25);
    box-shadow: 0 20px 9px rgba(0, 0, 0, .25);
    border-left: 15px solid #000;
    padding: 100px 80px;
    overflow-x: auto;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.6, -.15, .08, 1.37);
    transition: -webkit-transform .3s cubic-bezier(.6, -.15, .08, 1.37);
    transition: transform .3s cubic-bezier(.6, -.15, .08, 1.37);
    transition: transform .3s cubic-bezier(.6, -.15, .08, 1.37), -webkit-transform .3s cubic-bezier(.6, -.15, .08, 1.37);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.professional-popup-overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.professional-popup.is-show .professional-popup-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.professional-popup-content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 40px;
}

.professional-popup-content-header-title {
    text-align: center;
    width: 100%;
    font-size: 32px;
    text-transform: uppercase;
}

.referral-registration-result {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1010;
}

.referral-registration-result[data-visible="false"] {
    display: none;
}

.referral-registration-result[data-state="error"] .referral-registration-result-wrapper {
    border-color: #ff0000;
}

.referral-registration-result-wrapper {
    position: relative;
    padding: 40px 65px;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    background-color: #fff;
    border: 18px solid #B8C7C1;
    border-right-width: 26px;
    border-left-width: 26px;
}

.referral-registration-result-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.referral-registration-result-close:before {
    content: '+';
    font-size: 48px;
    line-height: 48px;
    transform: rotate(45deg);
}

@media (max-width: 1440px) {
    .professional-banner:after {
        display: none;
    }
}

@media (max-width: 768px) {
    .professional-banner-content {
        padding: 45px 0 70px 0;
    }

    .professional-banner {
        margin-bottom: 70px;
    }

    .professional-banner-title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 24px;
    }

    .professional-banner-desc {
        margin-bottom: 20px;
        padding: 16px 24px;
        font-size: 15px;
        line-height: 22px;
    }

    .professional-banner-link-icon {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .professional-banner-link-text {
        font-size: 15px;
        line-height: 20px;
    }

    .professional-banner-button {
        padding: 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .professional-block-title {
        font-size: 20px;
        line-height: 24px;
    }

    .professional-block-title_faq {
        text-align: center;
        margin-bottom: 15px;
    }

    .professional-block-delimeter {
        height: 3px;
        width: 100%;
        margin: 25px auto 30px auto;
    }

    .professional-block-text {
        font-size: 16px;
        line-height: 20px;
    }

    .professional-participate-steps ol {
        font-size: 16px;
        line-height: 20px;
    }

    .professional-participate-steps li {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 20px;
    }

    .professional-participate-step-text {
        font-size: 14px;
        line-height: 16px;
    }

    .professional-participate-button {
        font-size: 18px;
        line-height: 22px;
    }

    .professional-block-explanation {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    .professional-rules-link-text {
        font-size: 16px;
        line-height: 20px;
    }
}
/* End */


/* Start:/local/templates/cosmedix_new2/components/bitrix/news.list/privilege/style.css?17347036071631*/
.news-list-privilege {

}

.news-list-privilege-items {
    display: flex;
    align-items: start;
    justify-content: start;
    overflow: hidden;
}

.news-list-privilege-items.slick-slider {
    overflow: visible;
}

.news-list-privilege-item {
    width: 33.33%;
    min-width: 33.33%;
    padding: 0 20px;
    text-align: center;
}

.news-list-privilege-item.slick-slide {
    min-width: unset;
}

.news-list-privilege-item-icon {
    width: 115px;
    height: 115px;
    margin: 0 auto 30px auto;
}

.news-list-privilege-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-list-privilege-item-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

.privilege-arrow {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    width: 84px;
    height: 84px;
    cursor: pointer;
    z-index: 1;
}

.privilege-arrow-prev {
    left: -84px;
}

.privilege-arrow-next {
    right: -84px;
}

@media (max-width: 1440px) {
    .news-list-privilege-items {
        padding: 0 25px;
    }

    .privilege-arrow {
        margin-top: -25px;
        width: 50px;
        height: 50px;
    }

    .privilege-arrow-prev {
        left: -10px;
    }

    .privilege-arrow-next {
        right: -10px;
    }
}

@media (max-width: 1024px) {
    .news-list-privilege-item {
        width: 50%;
        min-width: 50%;
    }
}

@media (max-width: 768px) {
    .news-list-privilege-item-name {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 575px) {
    .news-list-privilege-item {
        width: 100%;
        min-width: 100%;
    }
}
/* End */


/* Start:/local/templates/cosmedix_new2/components/bitrix/news.list/faq/style.css?17347036071491*/
.news-list-faq {
    color: #000;
    margin-bottom: 90px;
}

.news-list-faq-item {
    margin-bottom: 35px;
}

.news-list-faq-item-name {
    position: relative;
    padding: 0 50px 15px 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    border-bottom: 1px solid #B8C7C1;
    cursor: pointer;
}

.news-list-faq-item-name::after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 28L24 20L32 28' stroke='%23B8C7C1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
}

.news-list-faq-item[data-expanded='true'] .news-list-faq-item-name::after {
    transform: rotate(180deg);
}

.news-list-faq-item-desc {
    padding: 12px 50px 0 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    transition: .4s all;
    color: #808080;
}

.news-list-faq-item[data-expanded="false"] .news-list-faq-item-desc {
    display: none;
}

@media (max-width: 768px) {
    .news-list-faq-item-name {
        padding: 0 20px 15px 15px;
        font-size: 16px;
        line-height: 20px;
    }

    .news-list-faq-item-desc {
        padding: 12px 15px 0 15px;
        font-size: 14px;
        line-height: 16px;
    }

    .news-list-faq-item-name::after {
        width: 20px;
        height: 20px;
    }
}
/* End */


/* Start:/local/templates/cosmedix_new2/components/thelh/referral.registration/main/style.css?173470360732*/
.referral-registration-main {

}
/* End */
/* /professional/style.css?17347036088392 */
/* /local/templates/cosmedix_new2/components/bitrix/news.list/privilege/style.css?17347036071631 */
/* /local/templates/cosmedix_new2/components/bitrix/news.list/faq/style.css?17347036071491 */
/* /local/templates/cosmedix_new2/components/thelh/referral.registration/main/style.css?173470360732 */
