/*first-screen*/
.sl_homepage__first-screen {
    background: #FAF9FB url(../img/first-screen-bg.png) no-repeat center;
    padding-top: 280px;
    position: relative;
    padding-bottom: 50px;
}
.sl_homepage__first-screen_container {
    padding: 0 68px;
}
.sl_homepage__first-screen_slogan {
    max-width: 640px;
    font-size: 18px;
    line-height: 27px;
    margin: 13px auto 230px;
    text-align: center;
    letter-spacing: 0.02em;
}
.sl_homepage__stats_item {
    text-align: center;
}
.sl_homepage__stats_value {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.02em;
}
.sl_homepage__stats_title {
    font-size: 18px;
    line-height: 27px;
}
.sl_homepage__first-screen .sl_border_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.sl_homepage__first-screen .sl_border {
    height: 34px;
}
.stats-slider-check {
    display: none;
}

/*brands*/
#brands h2 {
    padding-top: 54px;
}
#brands .sl_border {
    padding-bottom: 40px;
}
.sl_brands_container {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
}
.sl_brands_item,
.sl_brands_item-link {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sl_brands_item {
    width: calc(100%/7);
}
.sl_brands_item-link {
    width: 100%;
    border: 1px solid #047CAD;
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: none;
    text-align: center;
    padding: 0 7px;
}
.sl_brands_item:hover .sl_brands_item-link {
    display: flex;
}
.sl_brands_item:hover .sl_brands_item-logo {
    display: none;
}
.sl_brands_item-logo {
    max-height: 100%;
    max-width: 100%;
}

/*cosmeceuticals*/
#cosmeceuticals {
    background: url(../img/cosm/img-overlay.png) no-repeat center / cover,
    url(../img/cosm/cosm-bg.png) no-repeat center / cover;
}
#in_the_media .sl_container,
#training_center .sl_container,
#cosmeceuticals .sl_container {
    position: relative;
}
#in_the_media .sl_container::before,
#in_the_media .sl_container::after,
#cosmeceuticals .sl_container::before,
#cosmeceuticals .sl_container::after,
#training_center .sl_container::before,
#training_center .sl_container::after {
    content: '';
    display: block;
    width: 1px;
    background: var(--white);
    position: absolute;
    left: -1px;
}
#cosmeceuticals .sl_container::before,
#cosmeceuticals .sl_container::after {
    height: calc(50% - 100px);
}
#in_the_media .sl_container::before,
#training_center .sl_container::before,
#cosmeceuticals .sl_container::before {
    top: -1px;
}
#in_the_media .sl_container::after,
#training_center .sl_container::after,
#cosmeceuticals .sl_container::after {
    bottom: -1px;
}
#in_the_media .sl_vertical-title_text,
#training_center .sl_vertical-title_text,
#cosmeceuticals .sl_vertical-title_text {
    color: var(--white);
}
.sl_cosm_blocks {
    padding: 116px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sl_cosm_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 265px;
    width: calc(50% - 20px);
    background: var(--white);
}
.sl_cosm_block-title {
    font-size: 24px;
    line-height: 30px;
}
.sl_cosm_block-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background: var(--blue-1);
    color: var(--white);
    border-radius: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-top: 28px;
    padding-top: 3px;
}
.sl_cosm_block:hover {
    background: var(--blue-7);
}
.sl_cosm_block:hover .sl_cosm_block-title {
    color: var(--white);
}
.sl_cosm_block:hover .sl_cosm_block-button {
    background: var(--white);
    color: var(--blue-1);
}

/*about*/
#about_us {
    overflow: hidden;
}
.about-part {
    padding-top: 103px;
    padding-bottom: 50px;
}
.white-wrapper .sl_vertical-title_text {
    background: var(--white);
    padding-left: 30px;
    padding-right: 30px;
}
.sl_about__container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.sl_about__img {
    width: 460px;
    height: 397px;
    background: url(../img/about/ladyboss.png) no-repeat center / cover;
    position: relative;
    margin-bottom: 40px;
}
.sl_about__img-text {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 10px;
}
.sl_about__content {
    width: calc(100% - 460px);
    padding-left: 40px;
}
.sl_about__content h2 {
    text-align: left;
    padding-left: 40px;
}
.sl_about__caps {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 14px;
}

/*history slider*/
.history-part .sl_vertical-title.sl_v-center {
    top: 95px;
}
.history-slider-wrapper {
    height: 430px;
    position: relative;
}
.history-slider {
    overflow: visible;
}
.history-slider .swiper-pagination {
    bottom: -70px !important;
}
.history-slider .swiper-slide {
    width: 289px;
    height: 320px;
    background: var(--white);
    padding-top: 10px;
    padding-right: 40px;
}
.history-year {
    padding-left: 7px;
    font-size: 18px;
    margin-bottom: 56px;
}
.history-timeline {
    width: 13px;
    height: 13px;
    margin: 0 0 50px 24px;
    position: relative;
    background: var(--blue-1);
    border-radius: 50%;
}
.history-timeline::before,
.history-timeline::after {
    content: '';
    display: block;
    height: 1px;
    width: 300px;
    position: absolute;
    top: 6px;
    left: 0;
    background: var(--blue-1);
}
.history-timeline::before,
.history-slider .swiper-slide.last .history-timeline::after {
    display: none;
}
.history-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
    height: 36px;
}
.history-text {
    font-size: 14px;
    line-height: 20px;
}

/*responsibility*/
.responsibility-part {
    padding-bottom: 130px;
}
.responsibility-part .sl_vertical-title.sl_v-center {
    top: 190px;
}
.responsibility-slider,
.responsibility-slider .swiper-slide {
    min-height: 372px;
}
.responsibility-slider .swiper-slide {
    display: flex;
    width: 100%;
    gap: 40px;
}
.responsibility-slide-image {
    height: 372px;
    background: no-repeat center / 101% auto;
    width: calc(100% - 598px);
}
.responsibility-slide-content {
    padding-right: 50px;
    width: 558px;
}
.responsibility-slide-content p:first-child {
    margin-top: 0;
}
.responsibility-slide-content p:last-child {
    margin-bottom: 0;
}
@media (max-width: 1300px) {
    .responsibility-slider,
    .responsibility-slider .swiper-slide {
        height: 390px;
    }
}

/*training*/
@media (min-width: 1025px) {
    #training_center {
        background: url(../img/training/img-overlay.png) no-repeat center / cover,
        url(../img/training/training-section-bg.png) no-repeat center / cover;
    }
    #training_center h2,
    #training_center p {
        color: var(--white);
    }
    #training_center .sl_figures__button {
        background: var(--white);
        color: var(--blue-1);
    }
    #training_center .sl_figures__button:hover {
        background: var(--blue-9);
    }
    .sl_figure__inner p:first-child {
        margin-top: 0;
    }
}
#training_center .sl_figures__button {
    width: 200px;
}
#training_center .sl_container::before,
#training_center .sl_container::after {
    height: calc(50% - 130px);
}
#training_center .sl_container {
    padding-top: 100px;
    padding-bottom: 130px;
}
#training_center h2 {
    margin-bottom: 100px;
}
.sl_row,
.sl_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}
.sl_row,
.sl_rectanlge {
    width: 100%;
}
.sl_col,
.sl_square {
    width: calc(50% - 20px);
}
.sl_rectanlge {
    padding-top: 46.4%;
}
.sl_square {
    padding-top: 46.4%;
}
.sl_rectanlge,
.sl_square {
    background: no-repeat center / cover;
    position: relative;
}
.sl_figure__inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sl_figure__inner p {
    margin: 12px 0;
}
.sl_figure__inner p:last-child {
    margin-bottom: 0;
}
.sl_figures__button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 105px;
}

/*customer*/
.customer-part {
    padding-top: 100px;
    padding-bottom: 130px;
}
.customer-part h2 {
    margin-bottom: 100px;
}
.customer-part .sl_figure__inner {
    background: rgba(2,75,105,.75);
    justify-content: flex-start;
    padding: 20px 24px;
    color: var(--white);
}
.customer-part .sl_figure__inner img {
    width: 70px;
    display: block;
    margin-bottom: 20px;
}
.customer-part .sl_figure__inner .sl_geometria-uppercase {
    font-size: 18px;
    line-height: 23px;
}
.customer-part .sl_figure__inner p {
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 15px;
}
.sl_square-big {
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}
.customer-part .sl_col:nth-child(1) {
    width: 558px;
}
.customer-part .sl_col:nth-child(2) {
    width: calc(100% - 598px);
}

/*media*/
#in_the_media {
    background: url(../img/media/img-overlay.png) no-repeat center / cover,
    url(../img/media/media-bg.png) no-repeat center / cover;
}
#in_the_media .sl_container {
    padding-bottom: 130px;
}
#in_the_media h2 {
    color: var(--white);
    padding: 100px 0 88px;
}
#in_the_media .sl_container::before,
#in_the_media .sl_container::after {
    height: calc(50% - 95px);
}
#in_the_media .sl_figures__button {
    background: var(--white);
    color: var(--blue-1);
}
#in_the_media .sl_figures__button:hover {
    background: var(--blue-9);
}
.sl_media__row,
.sl_media__col {
    display: flex;
    flex-wrap: wrap;
}
.sl_media__row {
    width: 100%;
    color: var(--white);
    gap: 80px 40px;
    max-width: 960px;
    margin: 0 auto;
    justify-content: center;
}
.sl_media__col {
    flex: 1;
    min-width: 460px;
    max-width: 460px;
    justify-content: space-between;
    overflow: hidden;
    align-items: flex-start;
}
.sl_media__bl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 201px;
    gap: 30px;
}
.sl_media__img {
    width: 100%;
    height: 258px;
    background: no-repeat center / cover;
    position: relative;
    background-color: #fff;
    background-image: url(../img/logo.png);
}

@media (min-width: 769px) {
    /*.sl_media__img::after {*/
    /*    content: '';*/
    /*    display: block;*/
    /*    width: 58px;*/
    /*    position: absolute;*/
    /*    left: 100%;*/
    /*    top: 0;*/
    /*    bottom: 0;*/
    /*    background: var(--white);*/
    /*}*/
}
.sl_media__title,
.sl_media__source {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.sl_media__source {
    font-style: italic;
}

/*large partners form*/
#partners-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
#partners-form .sl_form_input-wrapper {
    width: calc(50% - 20px);
}
#partners-form .color-transparent p {
    color: transparent !important;
    margin-bottom: -1px;
}
.post-775 .wpcf7-form {
    max-width: 720px;
}
@media (min-width: 481px) {
    #partners-form .sl_form_input-wrapper.one-third {
        width: calc((100% - 80px)/3);
    }
}
@media (max-width: 480px) {
    #partners-form .sl_form_input-wrapper {
        width: 100%;
    }
}
.SumoSelect,
#partners-form .SelectBox,
#partners-form input {
    width: 100%;
}
#partners-form .wpcf7-list-item-label {
    max-width: calc(100vw - 100px);
}
#partners-form [type='radio'],
#partners-form [type='checkbox'] {
    width: 16px;
    margin-right: 5px;
}
#partners-form .sl_form_input-label {
    margin: 0 0 5px;
}
.SumoSelect > .CaptionCont {
    border-radius: 0;
    border: none;
    box-shadow: none !important;
}
.w-title {
    margin-bottom: -10px;
}
.sl_form_title {
    min-width: 100%;
    margin-bottom: 10px;
}
.sl_form_title p {
    font-weight: 600 !important;
}

/*partner*/
.partner-part {
    padding-top: 100px;
}
.partner-part h2 {
    margin-bottom: 20px;
}
.wpcf7-form {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.sl_form_border {
    border: 1px solid var(--blue-1);
    padding: 20px 40px;
}
.SelectBox,
.wpcf7-form .sl_form_border input,
.wpcf7-form textarea {
    border: none;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--blue-1) !important;
    width: 223px;
    color: var(--blue-1);
    height: 24px;
}
.SelectBox,
.wpcf7-form .sl_form_border input,
.wpcf7-form textarea,
.sl_form_input-label {
    font-size: 18px;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.02em;
}
.wpcf7-form .sl_form_border input::placeholder,
.wpcf7-form textarea::placeholder {
    color: var(--blue-7);
    opacity: 1;
}
.wpcf7-form .sl_form_border .sl_long {
    width: 380px;
}
.SelectBox,
.wpcf7-form .sl_form_border .sl_form_input-wrapper .wpcf7-form-control-wrap {
    margin-bottom: 28px;
    display: block;
}
.wpcf7-form p,
.wpcf7-form .wpcf7-list-item {
    margin: 0;
}
.sl_form_textarea-wrapper {
    height: 125px;
    display: flex;
    width: 100%;
    align-items: flex-end;
}
.wpcf7-form textarea {
    resize: none;
    max-height: 120px;
}
.wpcf7-form .sl_figures__button-wrapper {
    margin: 24px 0 0;
}
.sumo_manager-select .opt:first-child,
.sumo_instagram-select .opt:first-child,
.sumo_site-select .opt:first-child {
    display: none;
}
.wpcf7-form .sl_button {
    width: 240px;
}
.comment-title + p,
.wpcf7-form [name="comment"] {
    width: 100%;
    display: block;
}
textarea[name="comment"] {
    min-height: 200px;
    border: none !important;
    background: #fafafa !important;
    padding: 10px !important;
    margin-bottom: 28px;
}
.sl_form_req {
    margin: 32px 0 16px 41px;
}
.sl_form_checkbox br,
.sl_form_checkbox input {
    display: none;
}
.sl_form_checkbox input ~ span:last-of-type {
    position: relative;
    display: block;
    padding: 11px 0 0 41px;
    cursor: pointer;
    min-height: 32px;

}
.sl_form_checkbox input ~ span:last-of-type::before,
.sl_form_checkbox input ~ span:last-of-type::after {
    content: '';
    display: block;
    position: absolute;
}
.sl_form_checkbox input ~ span:last-of-type::before {
    width: 32px;
    height: 32px;
    border: 1px solid var(--blue-1);
    left: 0;
    top: 0;
}
.sl_form_checkbox input:checked + span::after {
    width: 20px;
    height: 20px;
    left: 6px;
    top: 6px;
    background: var(--blue-1);
}
#become_a_partner .go_up {
    bottom: 133px;
}
#become_a_partner .sl_container {
    padding-bottom: 130px;
}
.sl_form-success__container {
    width: 100%;
}
.sl_form-success__wrapper {
    position: relative;
    height: 620px;
}
.sl_form-success__image {
    width: 100%;
    height: 100%;
    background: url(../img/success.png) no-repeat center / cover;
}
.sl_form-success__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: 255px;
    right: 165px;
}
.sl_form-success__title {
    background: var(--white);
    width: 296px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 50px;
}
.sl_form-success__desc {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
}

@media (min-width: 769px) {
    .responsibility-part h2,
    .history-part h2 {
        display: none;
    }
}
@media (max-width: 1300px) {
    .sl_about__img {
        width: 360px;
        height: 422px;
        background-image: url(../img/about/ladyboss-v.png);
    }
    .sl_about__content {
        width: calc(100% - 360px);
    }
}
@media (max-width: 1200px) {
    .sl_brands_item {
        width: calc(100%/6);
    }
    .sl_row,
    .sl_col {
        gap: 30px;
    }
    .sl_col,
    .sl_square {
        width: calc(50% - 15px);
    }
    .customer-part .sl_row {
        flex-direction: column;
        align-items: center;
    }
    .customer-part .sl_col {
        width: 100% !important;
        max-width: 560px;
    }
    .customer-part .sl_col:nth-child(2) .sl_square-big {
        padding-top: 80%;
    }
}
@media (max-width: 1024px) {
    /*first-screen*/
    .sl_homepage__first-screen {
        padding-top: 270px;
        background-position: left calc(50% - 53px) center;
    }
    .sl_homepage__first-screen_container {
        padding: 0;
    }

    /*brands*/
    .sl_brands_item {
        width: calc(100%/5);
    }

    /*training*/
    #training_center .sl_row {
        flex-direction: column;
        align-items: center;
    }
    #training_center .sl_col {
        width: 100%;
        max-width: 460px;
    }
    #training_center .sl_container::before,
    #training_center .sl_container::after {
        background: var(--blue-1);
    }
    #training_center .sl_vertical-title_text {
        color: var(--blue-1);
    }
    #training_center .sl_container {
        padding-bottom: 100px;
    }
    #training_center h2 {
        margin-bottom: 40px;
    }

    /*customer*/
    .customer-part .sl_col:nth-child(1) {
        width: auto;
        flex-grow: 1;
    }
    .customer-part .sl_col:nth-child(2) {
        width: calc((100% - 40px)/3);
    }
    .customer-part .sl_figure__inner {
        justify-content: center;
        align-items: center;
    }
    .customer-part .sl_figure__inner p {
        display: none;
    }
    .customer-part .sl_figure__inner .sl_geometria-uppercase {
        text-align: center;
    }
    .customer-part .sl_figure__inner img {
        margin-bottom: 30px;
    }
    #training_center .sl_container {
        padding-bottom: 0;
    }
    .customer-part {
        padding-top: 100px;
    }
    .customer-part h2 {
        margin-bottom: 70px;
    }

    /*partner*/
    .sl_form-success__content {
        right: 60px;
    }
}
@media (max-width: 900px) {
    .sl_about__container {
        position: relative;
    }
    .sl_about__container h2 {
        position: absolute;
        padding: 0;
        text-align: center;
        left: 0;
        right: 0;
        top: -70px;
    }
    .sl_about__container h2 + p {
        margin-top: 0;
    }
    .about-part {
        padding-top: 160px;
        padding-bottom: 70px;
    }
    .sl_about__img {
        width: 260px;
        height: 410px;
    }
    .sl_about__content {
        width: calc(100% - 260px);
    }
}
@media (max-width: 840px) {
    .sl_brands_item {
        width: calc(100%/4);
    }
}
@media (min-width: 769px) and (max-width: 840px) {
    .responsibility-slide-image {
        width: calc(100% - 400px);
    }
    .responsibility-slide-content {
        padding-right: 0;
        width: 400px;
    }
}

@media (min-width: 541px) and (max-width: 768px) {
    .sl_homepage__stats_container {
        max-width: 450px;
        margin: 0 auto;
        gap: 5px 48px;
        justify-content: center;
    }
    .sl_homepage__stats_item {
        max-width: 130px;
    }
}
@media (max-width: 768px) {
    .wpcf7-form {
        width: auto;
    }

    /*first-screen*/
    .sl_homepage__first-screen {
        padding-top: 220px;
        background: #FAF9FB url(../img/first-screen-bg.png) no-repeat left calc(50% - 10px) top calc(50% - 1px) / 1100px auto;
    }
    .sl_homepage__first-screen_slogan {
        max-width: 440px;
        font-size: 16px;
        line-height: 27px;
        margin: 28px auto 130px;
    }

    .sl_homepage__stats_value {
        font-size: 24px;
        line-height: 28px;
    }
    .sl_homepage__stats_title {
        font-size: 16px;
    }

    /*brands*/
    .sl_brands_container {
        gap: 30px 0;
    }
    .sl_cosm_blocks {
        padding: 40px 0;
        gap: 40px;
    }
    .sl_cosm_block {
        height: 135px;
        width: 100%;
    }
    .sl_cosm_block-title {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
    .sl_cosm_block-button {
        width: 194px;
        height: 35px;
        font-weight: 500;
        font-size: 10px;
        line-height: 13px;
        margin-top: 22px;
        padding-top: 2px;
    }

    /*cosmeceuticals*/
    #cosmeceuticals .sl_container::before,
    #cosmeceuticals .sl_container::after {
        height: calc(50% - 80px);
    }

    /*about*/
    .sl_about__img {
        width: 220px;
        height: 258px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .sl_about__content {
        width: 100%;
        padding-left: 0;
    }
    .sl_about__content::before {
        content: '';
        width: 240px;
        height: 260px;
        float: left;
    }
    .sl_about__caps {
        text-align: right;
    }
    .sl_about__content p {
        text-indent: 30px;
    }
    .about-part {
        padding-top: 140px;
    }

    /*training*/
    #training_center .sl_square:nth-child(1),
    #training_center .sl_rectanlge p:nth-child(2) {
        display: none;
    }
    #training_center .sl_rectanlge {
        padding-top: 0;
    }
    #training_center .sl_rectanlge[style*='image'] {
        height: 258px;
    }
    #training_center .sl_figure__inner {
        position: static;
    }
    #training_center .sl_col {
        gap: 20px;
    }
    #training_center .sl_square {
        width: calc((100% - 40px)/3);
        padding-top: 30%;
    }
    #training_center .sl_figures__button-wrapper {
        margin-top: 90px;
    }
    #training_center .sl_square:nth-child(3) {
        order: 1;
    }
    #training_center .sl_container {
        padding-top: 70px;
    }
    #training_center .go_up .blue {
        display: block !important;
    }
    #training_center .go_up .white {
        display: none;
    }

    /*customer*/
    .customer-part .sl_row,
    .customer-part .sl_col {
        gap: 20px;
    }
    .customer-part .sl_square {
        width: calc(50% - 10px);
    }
    .sl_figures__button-wrapper {
        margin-top: 70px;
    }
    .customer-part .sl_figure__inner {
        padding: 15px;
    }
    .customer-part .sl_figure__inner img {
        margin-bottom: 24px;
        width: 35px;
    }
    .customer-part .sl_figure__inner .sl_geometria-uppercase {
        font-size: 14px;
        line-height: 18px;
    }
    .customer-part {
        padding-top: 70px;
        padding-bottom: 106px;
    }
    .customer-part h2 {
        margin-bottom: 40px;
    }

    /*media*/
    .sl_media__col:nth-child(2) {
        display: none;
    }
    .sl_media__bl {
        width: 220px;
    }
    .sl_media__img {
        height: 258px;
    }
    #in_the_media h2 {
        padding: 70px 0 40px;
    }
    #in_the_media .sl_container {
        padding-bottom: 70px;
    }

    /*partner*/
    .sl_form_border {
        padding: 20px 26px;
    }
    .wpcf7-form .sl_form_border .sl_long,
    .wpcf7-form .sl_form_border input,
    .wpcf7-form textarea {
        width: calc(100% - 34px);
    }
    #partners-form .sl_form_input-label,
    .wpcf7-form .sl_form_border .sl_long,
    .wpcf7-form .sl_form_border input,
    .wpcf7-form textarea,
    .SelectBox {
        font-size: 13px;
    }
    .partner-part {
        padding-top: 70px;
    }
    .partner-part h2 {
        margin-bottom: 0;
    }
    .sl_form-success__wrapper {
        min-width: calc(100vw - 148px);
    }
    .sl_form-success__container {
        display: flex;
        justify-content: center;
    }
    .sl_form-success__wrapper {
        height: 350px;
    }
    .sl_form-success__content {
        max-width: 285px;
        top: 143px;
        right: 47px;
    }
    .sl_form-success__title {
        width: 222px;
        height: 63px;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sl_form-success__desc {
        font-size: 14px;
        line-height: 18px;
    }

    /*history slider*/
    .history-part h2 {
        margin-bottom: 40px;
    }
    .history-slider-wrapper {
        height: auto;
    }
    .history-slider .swiper-slide {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 275px;
    }
    .history-year {
        padding-left: 0;
        margin-bottom: 22px;
    }
    .history-timeline {
        margin: 0;
        order: 1;
    }
    .history-title {
        height: 55px;
        margin: 0;
    }
    .history-text {
        height: 115px;
    }

    /*responsibility*/
    .responsibility-part .go_up .white {
        display: block !important;
    }
    .responsibility-part .go_up .blue {
        display: none;
    }
    .responsibility-slider-wrapper {
        display: flex;
        justify-content: center;
    }
    .responsibility-slider {
        min-width: 100vw;
    }
    .responsibility-slider,
    .responsibility-slider .swiper-slide {
        height: 415px;
    }
    .responsibility-slider .swiper-slide {
        position: relative;
    }
    .responsibility-slide-image,
    .responsibility-slide-content {
        width: 100%;
    }
    .responsibility-slide-image {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .responsibility-slide-content {
        padding: 30px 156px;
        position: absolute;
        background: rgba(2,75,105,.48);
        color: var(--white);
        height: 258px;
    }
    .responsibility-slide-content p:nth-child(n+2) {
        display: none;
    }
    .responsibility-part {
        border: none !important;
        padding-bottom: 0;
    }
    .responsibility-part .scroll-tip {
        bottom: 100px;
    }
    .responsibility-part h2 {
        padding: 70px 0 40px;
    }
    .responsibility-part .sl_vertical-title.sl_v-center {
        top: 343px;
        pointer-events: none;
    }
    .responsibility-part .sl_vertical-title_text {
        background: transparent;
        color: var(--white);
        min-width: 415px;
        text-align: center;
        justify-content: center;
        position: relative;
    }
    .responsibility-part .go_up {
        bottom: 21px;
    }
    .responsibility-part::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 135px;
        width: 1px;
        background: var(--blue-1);
    }
    .responsibility-part .sl_vertical-title_text::before,
    .responsibility-part .sl_vertical-title_text::after {
        content: '';
        height: 1px;
        width: 60px;
        display: block;
        position: absolute;
        background: var(--white);
        margin-top: -1px;
    }
    .responsibility-part .sl_vertical-title_text::before {
        left: 0;
    }
    .responsibility-part .sl_vertical-title_text::after {
        right: 0;
    }
}
@media (max-width: 640px) {
    /*first-screen*/
    .sl_homepage__first-screen {
        background-size: 1050px auto;
        background-position: left calc(50% - 10px) top calc(50% - 10px);
        padding-bottom: 30px;
    }

    /*brands*/
    #brands h2 {
        padding-top: 70px;
    }
    #brands .sl_border {
        padding-bottom: 80px;
    }

    /*cosmeceuticals*/
    .sl_vertical-title,
    #in_the_media .sl_container::before,
    #in_the_media .sl_container::after,
    #training_center .sl_container::before,
    #training_center .sl_container::after,
    #cosmeceuticals .sl_container::before,
    #cosmeceuticals .sl_container::after {
        display: none;
    }

    /*partner*/
    .sl_form-success__wrapper {
        min-width: 100vw;
    }

    /*responsibility*/
    .responsibility-part::before {
        display: none;
    }
    .responsibility-slide-content {
        padding: 30px 91px;
    }
}
@media (max-width: 540px) {
    /*first-screen*/
    .sl_homepage__first-screen {
        background-size: 600px auto;
        background-position: left calc(50% + 1px) top 130px;
        padding: 0;
    }
    .sl_homepage__first-screen_container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100vh - 50px);
    }
    @supports (-webkit-hyphens:none){
        .sl_homepage__first-screen_container {
            height: calc(100vh - 95px);
        }
    }
    .sl_homepage__first-screen_container .sl_border_wrapper {
        display: none;
    }
    .sl_homepage__mobile-pad {
        min-height: 170px;
    }
    .sl_homepage__first-screen_container h1 {
        padding: 0 30px;
    }
    .sl_homepage__first-screen_slogan {
        max-width: 310px;
        font-size: 14px;
        line-height: 17px;
        margin: 80px auto 0;
    }
    .sl_homepage__stats_value {
        font-size: 30px;
        line-height: 32px;
    }
    .sl_homepage__stats_title {
        font-size: 16px;
        line-height: 20px;
    }
    /*.sl_homepage__stats_item {*/
    /*    width: 100%;*/
    /*    max-width: 100%;*/
    /*}*/
    .stats-slider-check {
        display: block;
        position: absolute;
    }
    .stats-slider {
        width: 100%;
    }
    .stats-slider ~ .swiper-pagination {
        display: block !important;
        margin: 10px 0 0;
        position: static !important;
    }

    /*brands*/
    #brands .sl_border {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sl_brands_item {
        padding: 0 5px;
        position: relative;
    }
    .sl_brands_item-link {
        position: absolute;
        width: 90px;
        background: #fff;
        z-index: 1;
        padding: 0;
        font-size: 11px;
        line-height: 15px;
    }
    .sl_brands_item,
    .sl_brands_item-link {
        height: 40px;
    }

    /*cosmeceuticals*/
    #cosmeceuticals .sl_container {
        padding: 0;
    }

    /*about*/
    .sl_about__container {
        justify-content: center;
    }
    .sl_about__img {
        width: 100%;
        height: auto;
        padding-top: 90%;
        position: static;
        background-image: url(../img/about/ladyboss.png);
        margin-bottom: 40px;
    }
    .sl_about__content {
        background: url(../img/about/img-overlay.png) no-repeat center / cover,
        url(../img/about/mobile-content-bg.png) no-repeat center / cover;
        min-width: 100vw;
        padding: 40px 37px 20px;
    }
    .sl_about__content *:not(h2) {
        color: var(--white);
    }
    .about-part {
        padding-top: 130px;
    }
    .sl_about__container h2 {
        top: -60px;
    }
    .sl_about__content blockquote p:last-child,
    .sl_about__content::before {
        display: none;
    }
    .sl_about__img-text {
        position: relative;
    }

    /*training*/
    #training_center .sl_container {
        padding: 70px 0 0;
    }
    #training_center .sl_figure__inner p {
        padding: 0 37px;
        text-align: center;
    }
    #training_center .sl_square:nth-child(3) {
        display: none;
    }
    #training_center .sl_square {
        width: calc(50% - 10px);
        padding-top: 47%;
    }
    #training_center .sl_figures__button-wrapper {
        margin-top: 70px;
    }

    /*customer*/
    .customer-part .sl_col:nth-child(2) {
        display: none;
    }
    .customer-part {
        padding-bottom: 70px;
    }
    .customer-part h2 {
        margin-bottom: 40px;
    }

    /*media*/
    .sl_media__col {
        min-width: 100%;
    }
    .sl_media__row {
        gap: 20px;
    }
    .sl_media__bl {
        width: calc(50% - 10px);
        justify-content: flex-start;
    }
    .sl_media__img {
        height: auto;
        padding-top: 130%;
    }
    .sl_media__title {
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 18px;
    }
    .sl_figures__button-wrapper {
        margin-top: 30px;
    }

    /*partner*/
    .sl_form_border {
        padding: 20px 18px;
    }
    .wpcf7-form .sl_form_border .sl_long,
    .wpcf7-form .sl_form_border input,
    .wpcf7-form textarea {
        width: 100%;
    }
    .sl_form-success__wrapper {
        height: auto;
    }
    .sl_form-success__image {
        height: 216px;
    }
    .sl_form-success__content {
        position: static;
        margin: 52px auto 0;
    }
    .sl_form-success__title {
        background: var(--blue-9);
        width: 240px;
        height: 52px;
        font-size: 14px;
        margin-bottom: 40px;
    }

    /*history slider*/
    .history-slider .swiper-slide {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .history-part h2 {
        margin-bottom: 30px;
    }
    .history-part {
        padding: 0;
    }
    .history-timeline {
        position: static;
    }
    .history-timeline::before,
    .history-timeline::after {
        width: 100vw;
        bottom: 45px;
        top: auto;
    }
    .swiper-slide.last .history-timeline::after {
        display: block !important;
    }
    .history-timeline::before {
        background: var(--white);
        left: 0;
        width: calc(50% - 6.5px);
    }
    .swiper-slide:first-child .history-timeline::before,
    .swiper-slide:last-child .history-timeline::before {
        display: block;
    }
    .swiper-slide:last-child .history-timeline::before {
        left: auto;
        right: 0;
    }

    /*responsibility*/
    .responsibility-slider,
    .responsibility-slider .swiper-slide {
        height: 375px;
    }
    .responsibility-slide-image {
        background-size: cover;
    }
    .responsibility-slide-content {
        padding: 15px 40px;
        height: 280px;
    }
    .responsibility-part .scroll-tip {
        bottom: 70px;
    }

    .entry-content p {
        margin: 9px 0;
    }
}
@media (max-width: 360px) {
    .sl_homepage__first-screen {
        background-position: left calc(50% + 1px) top calc(50% + 30px);
    }
}
@media (max-width: 320px) {
    .sl_homepage__first-screen {
        background-position: left calc(50% + 1px) top calc(50% + 80px);
    }
    .sl_homepage__first-screen_slogan {
        margin-top: 50px;
    }
    .sl_about__content {
        padding: 40px 10px 20px;
    }
    #training_center .sl_figure__inner p {
        padding: 0 10px;
    }
    .history-slider .swiper-slide {
        padding-left: 20px;
        padding-right: 20px;
    }
    .responsibility-slide-content {
        padding: 15px 10px;
    }
}
@media (min-width: 541px) {
    .sl_homepage__stats_title br {
        display: none;
    }
    .sl_homepage__stats_container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-around;
        gap: 20px;
    }
    .sl_homepage__stats_container .swiper-slide {
        width: auto;
    }
}

@media (min-width: 769px) {
    .history-part::before,
    .history-part::after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        display: block;
    }
    .history-part::before {
        right: calc(100% - 35px);

        width: 1000px;
        background: var(--white);
        z-index: 2;
    }
    .history-part::after {
        width: 1px;
        background: var(--blue-1);
        left: -1px;
        z-index: 3;
    }
    .history-part .sl_vertical-title_text {
        z-index: 4;
    }
}
@media (min-width: 1200px) {
    .history-part::before {
        right: calc(100% - 69px);
    }
}
.wpcf7-file {
    font-size: 13px !important;
}
.home .contact-page h1 {
    padding-top: 100px;
}
.SumoSelect ~ .wpcf7-not-valid-tip {
    position: relative;
    top: -12px;
    pointer-events: none;
}
div .wpcf7-not-valid-tip {
    font-size: 14px;
}
