@media (max-width: 1279px) {
    .enrollment-form .form__webinar-company #inn-error {
        margin-top: -14px;
    }    
}
@media (max-width: 767px) {
    .enrollment-form .form__webinar-company #inn-error {
        margin-top: 8px;
    }    
}

/*Другие мероприятия*/
.ready__start {
    filter: none!important;
    display: block;
    background: transparent!important;
}
 .fact__main-cont .video__wrap {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}
.fact__main-cont iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;    
}


.postPage__info {
    margin-top: 0px;
}
.postPage-new-type {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 7px 10px 5px 10px;
    line-height: 16px;
    background-color:#9BC322;
    border-radius:4px;
    margin-right: 13px;
    height: min-content;
}

.postPage-new-date {
    font-size: 14px;
    letter-spacing: 0px;
    color: #00204D;
    font-weight:500;
    line-height:16px;
    padding: 6px 0 4px 0;
}


.slide_wrap-left, .slide_wrap-right {
    display: contents;
}
.event_content.event_content-tab {
    display: none;
}
.eventswhiteBackground {
    background:white;
    padding: 80px 0 !important;
}

.eventswhiteBackground .events_text {
    margin-bottom: 24px !important;
}

.eventswhiteBackground .events_link {
    font-size: 16px;
    color:#1A79FF;
    letter-spacing: 0;
}

.eventswhiteBackground .events_slider {
    margin-bottom: 40px;
    //height: 41px;
}

.eventswhiteBackground .landing-title {
    padding-top:5px;
    //height: 41px;
}

.eventsblueBackground {
    background:#F5F9FF !important;
}

.borderRadius_12 {
    border-radius: 12px !important;
}

.changeSlideBtn__blue .swiper__btn::before {
    border-radius:8px;
    background: #EBF3FF;
    box-shadow: 0px 0px 0px rgba(0, 21, 55, 0.1);
}

.changeSlideBtn__blue .swiper__btn:hover {
    opacity:0.5;
}

.imgHeight_240 {
    height: 240px !important;
}

.offArrow::after {
    content: unset !important;
}

.changeSlideBtn__blue .swiper__btn.prev-btn::after {
    background-image: url(/static/img/icons/shevron_left.svg);
    background-size: 16px;
}

.changeSlideBtn__blue .swiper__btn.next-btn::after {
    background-image: url(/static/img/icons/shevron_right.svg);
    background-size: 16px;
}

.changeSlideBtn__blue .swiper__btn.next-btn {
    margin-left: 8px !important;
}

.events_slider {
    display:flex;
    margin-bottom:45px;
    justify-content: space-between;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.events-item {
    background:white;
    border-radius: 8px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.events-item:hover {
    opacity: unset;
}

.events_slider .events-swiper__btns {
    width:40%;
    display:flex;
    justify-content:flex-end;
}

.events_slider .events-swiper__btn {
    position:unset;
}

.swiper__btn {
    width:44px;
    height:44px;
}

.swiper__btn.next-btn {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-left: 20px;
}

.swiper__btn.prev-btn {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.swiper__btn:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.eventImgWrap {
    max-height: 240px;
    width:100%;
    overflow: hidden; 
    border-radius: 12px !important;
}
.fact__reviews .events-item {
    background: #F5F9FF !important;
}
.events-item img {
    width:100%;
    height: 240px;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.imgHeight_240 {
    transition: 0.3s;
}

.imgHeight_240:hover {
    width:100%;
    height:190px;
    border-radius: 8px 8px 0 0;
    transform: scale(1.05);
}

.event_labels {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding: 0 30px;
    margin: 32px 0 24px;
}

.event_type {
    height:24px;
    padding:2px 10px 0;
    color:white;
    text-transform:uppercase;
    font-size:12px;
    background:#9BC225;
    display:inline-flex;
    align-items:center;
    line-height:24px;
    border-radius:4px;
    font-weight: 500;
}

.mac .event_type {
    padding: 0 10px 1px;
}

.event_type__blue {
    background: #489DFF;
    line-height:12px;
    padding-top:3px;
}

.event_type__blue::before {
    content: '';
    display:inline-flex;
    background-image:url('/static/img/icons/Group 3.png');
    background-repeat: no-repeat;
    width:12px;
    height:12px;
    margin-right:6px;
    position:relative;
    top:-1px;
}

.eventImgWrap img {
    display: block;
}

.mac .event_type__blue {
    padding-top:0px;
}

.mac .event_type__blue::before {
    top:0px;
}

.event_date {
    display: flex;
    font-size:14px;
    font-weight:500;
    line-height:17px;
    margin-left:24px;
}

.event_date::before {
    content: '';
    display:inline-flex;
    background-image:url('/static/img/icons/calendar.png');
    background-repeat: no-repeat;
    width:16px;
    height:16px;
    margin-right:8px;
}

.event_time {
    display: flex;
    font-size:14px;
    font-weight:500;
    line-height:17px;
    margin-left:24px;
    white-space: nowrap;
}

.event_time::before {
    content: '';
    display:inline-flex;
    background-image:url('/static/img/icons/clock.png');
    background-repeat: no-repeat;
    width:16px;
    height:16px;
    margin-right:8px;
}

.event_content {
    display: flex;
    flex-direction:column;
    padding: 0 30px;
    margin-bottom:30px;
}

.event_content__mb-0 {
    margin-bottom: 0;
    
}

.events_title {
    display:flex;
    margin-bottom: 16px;
    font-size:24px;
    font-weight:500;
    line-height:24px;
    color:#243143;
}

.events_text {
    display:flex;
    margin-bottom:20px;
    font-size:16px;
    font-weight:300;
    line-height:21px;
    color:#243143;
}

.events_link {
    display:flex;
    font-size:18px;
    font-weight:500;
    line-height:24px;
    color:#1A79FF;
    cursor: pointer;
}

.events_link:hover {
    color:#4D97FF;
    opacity: 1;
}
.events_link:active {
    color:#005FE5;
}


.events_link::after {
    //content: '';
    display:inline-flex;
    background-image:url('/static/img/icons/Frame 2.png');
    background-repeat: no-repeat;
    background-position:center;
    width:16px;
    height:16px;
    margin-left:8px;
    margin-top:3px;
}

.eventswhiteBackground .events_link:hover {
    color: #4D97FF;
}

.eventswhiteBackground .events_link:active {
    color: #005FE5;
}

@media (max-width: 1440px) {

    .events_title {
        font-size:22px;
        line-height:26px;
    }

    .events_link {
        font-size:16px;
    }
}
@media (max-width: 1279px) {
    .events-swiper__btns {
        display: none !important;
    }
    
}
@media (max-width: 1279px) {
    .grid__content-webinar {
        width: auto;
        margin-left: auto;
        padding-left: calc((100vw - 944px) / 2);
        overflow: hidden;
    }
}
@media (max-width: 1279px) and (min-width: 768px) {
    .slide_wrap-left {
        display: block;
    }
    .slide_wrap-right {
        display: flex;
        flex-direction: column;
        max-height: 280px;
    }
    
    .event_content.event_content-desc {
        display: none;
    }
    .event_content.event_content-tab {
        display: block;
        margin-top: auto;
        margin-bottom: 0px;
    }
    .events-item .slide_wrap {
        display: flex;
    }
    .slide_wrap-left {
        flex-basis: 280px;
        flex-shrink: 0;
    }
    .events_text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .events_title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .events-item .slide_wrap {
        height: 100%;
    }
    .events-item img {
        height: 100% !important;
    }
    .slide_wrap-left .eventImgWrap {
        height: 100%;
        max-height: 280px;
    }
    .slide_wrap-right {
        padding: 32px;
    }
    .slide_wrap-right .event_labels {
        margin: 0;
        padding: 0;
        margin-bottom: 24px;
    }
    .slide_wrap-right .event_content {
        padding: 0px;
    }
    .slide_wrap-right .events_title {
        margin-bottom: 16px;
    }
    .slide_wrap-right .events_text {
        margin-bottom: 16px!important;
    }
    
}
@media (max-width: 1023px) and (min-width: 768px) {
    .slide_wrap-right {
        padding: 16px 24px;
    }
    .slide_wrap-left {
        flex-basis: 225px;
        flex-shrink: 0;
    }
    .events-item .events_title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .slide_wrap-left {
        flex-basis: 165px;
    }
}

@media (max-width: 1279px) {
    .event_date {
        font-size: 12px;
        line-height: 15px;
        margin-left: 16px;
        letter-spacing: 0;
        position: relative;
        top: 2px;
    }
    
    
    .event_date::before {
        position: relative;
        top: -2px;    
    }
    
    .event_time {
        font-size: 12px;
        line-height: 15px;
        margin-left: 26px;
        letter-spacing: 0;
        position: relative;
        top: 2px;
    }
    
    .event_time::before {
        margin-right: 6px;
    }
   
    .event_time::before {
        position: relative;
        top: -2px;
    }
}
@media (max-width: 1024px) {
    
    .eventswhiteBackground {
        padding:64px 0 !important;
    }
    
    .event_labels {
        padding: 0 15px;
    }
    
    .events_slider h3 {
        font-size:30px;
        line-height:36px;
    }

    .events-item img {
        
        width:100%;
        height:140px;
    }

    .event_type {
        
    }

    
    .event_content {
        padding: 0 20px;
    }
    
    .events_title {
        font-size:20px;
        line-height:23px;
    }
    
    .events_text {
        font-size:14px;
        line-height:18px;
    }
    
    .events_link {
        font-size:16px;
        line-height:19px;
    }
    
    .events_link:hover {
        color:#015ABF;
    }
    
    .events_link::after {
        width:10px;
        height:10px;
        margin-left:10px;
        margin-top:3px;
    }

    .eventswhiteBackground .events_slider {
        margin-bottom: 24px;
        //height: 40px;
    }

.eventswhiteBackground .landing-title {
    padding-top: 0px;
    //height: 40px;
}
}
@media (max-width: 1023px) {
    .grid__content-webinar {
        padding-left: calc((100vw - 720px) / 2);
    }
    .event_labels {
        flex-wrap: wrap;
        row-gap: 16px;
        column-gap: 24px;
    }
    .event_time, .event_date {
        margin-left: 0px;
    }
     
}

@media (max-width: 900px) {
    
    .eventswhiteBackground {
        padding:40px 0 !important;
    }

    .events-item img {
        width:100%;
        height:auto;
    }
    
    .events_text {
        font-size:14px;
        line-height:16px;
    }
}
 @media (max-width: 767px) {
    .grid__content-webinar {
        padding-left: calc((100vw - 92.8%) / 2);
    }
    .events-item img {
        height: 213px !important;
    }
    .event_labels {
        padding: 0 24px;
        margin: 24px 0px;
    }
    .event_content {
        padding: 0 24px;
    }
    .event_content-desc {
        margin-bottom: 24px;
    }
}




.article__aside-container__new {
    background-color: #F5F9FF;
    padding:30px;
    border-radius:8px;
    margin-bottom:24px;
}

.postPage-new-subscr img {
    display: block;
}
.postPage-new-subscr_textBox {
    margin-top: 13px;
    display: flex;
    flex-direction: column;
}

.postPage-new-subscr_title {
    font-size:24px;
    color:#243143;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 29px;
}

.postPage-new-subscr_subtitle {
    font-size:18px;
    color:#243143;
    font-weight:300;
    margin-top: 14px;
    letter-spacing: 0;
    line-height: 22px;
}

.postPage-new-subscr_subtitle_16 {
    font-size:16px;
}

.postPage-new-subscr_btn {
    display:flex;
    font-size:18px;
    letter-spacing: 0;
    font-weight:500;
    line-height:23px;
    color: #1a79ff;
    cursor: pointer;
    align-items: center;
    margin-top:24px;
}

.postPage-new-subscr_btn:hover {
    color: #4D97FF;
    opacity: 1;
}

.postPage-new-subscr_btn::after {
    content: '';
    display: inline-flex;
    background-image: url(/static/img/icons/blog-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    transition: right 0.3s, width 0.3s;
    background-position: center right;
    transform: translateY(0px);
}

.postPage-new-subscr_btn:hover::after {
    width: 24px;
    background-image: url(/static/img/icons/blog-arrow-hovered.svg);
}

.sbscr_modal {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0, 32, 77, 0.60);
    padding-top:70px;
    align-items:center;
    justify-content:center;
    min-height:700px;
}

.sbscr_modal-content {
    border: 0px solid transparent;
    display:flex;
    justify-content:center;
}

.sbscr_close {
    position:relative;
    top:-40px;
    left:10px;
    width:36px;
    height:36px;
}

.sbscr_closeMob {
    display:none;
}

.sbscr_form {
    width:550px;
    height:auto;
}

.pp__success {
    background:white;
    width:550px;
    height:500px;
    z-index:111;
    justify-content: center;
    border-radius:8px;
}

.pp__success_sbscr {
    padding:52px !important;
}

.sbscr_success_img {
    width:159px;
    height:140px;
}

.sbscr_success_text {
    font-size:24px;
    font-weight:500;
    margin-top:20px;
    text-align:center;
}

.hiddenOverflow {
    overflow-y:hidden;
    -webkit-overflow-scrolling: hidden;
}
@media (max-width: 1679px) {
    .postPage-new-subscr_title {
        font-size: 22px;
        line-height: 26px;
        font-weight: 500;
    }
    .postPage-new-subscr_textBox {
        margin-top: 18px;
    }
    .postPage-new-subscr img {
        max-height: 111px;    
        display: block;
    }
    
    .postPage-new-subscr_subtitle {
        line-height: 24px;
    }
}
@media (max-width: 1279px) {
    .postPage-new-subscr {
        display: flex;
        column-gap: 31px;
    }
    .postPage-new-subscr_textBox {
        margin-top: 3px;
    }
    .postPage-new-subscr_title {
        font-size: 24px;
        line-height: 28px;
    }
    .postPage-new-subscr_subtitle {
        margin-top: 12px;
    }
}
@media (max-width: 1023px) {}
@media (max-width: 767px) {}
@media(max-width:769px) {
    .sbscr_modal-content {
        width:375px; 
        position: relative;
    }
    
    .sbscr_close {
        display:none;
    }
    
    .sbscr_closeMob {
        display:flex;
        position:absolute;
        left:339px;
        top:20px;
        width:20px;
        height:20px;
    }
    .postPage-new-subscr_title {
        font-size: 20px;
        line-height: 23px;
    }
    .postPage-new-subscr_subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}
@media(max-width: 550px) {
    .postPage-new-subscr {
        display: block;
    }
    .postPage-new-subscr_textBox {
        margin-top: 21px;
    }
}
@media (max-width: 500px) {
    .event_type {
        margin-right: 200px;
        white-space: nowrap;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .article__update .sbscr__full {
        flex-basis: 100%;
    }
    .article__update .sbscr__full .postPage-new-subscr {
        display: flex;
        column-gap: 24px;
    }
    .article__update .sbscr__full .postPage-new-subscr_textBox {
        margin-top: 0px;
    }
}

 .fact {
    position: relative;
    min-height: 435px;    
    padding: 80px 0px;
}
.fact__breadcrumbs {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #1A79FF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    transition: color 0.3s ease;
    margin-bottom: 32px;
}
.fact__breadcrumbs span {
    position: relative;
    top: 1px;
}
.fact__breadcrumbs svg path {
    stroke: #1A79FF;
    transition: all 0.3s ease;
}
.fact__breadcrumbs:hover {
    opacity: 1;
    color: #4D97FF;
}
.fact__breadcrumbs:hover svg path {
    stroke: #4D97FF;
}
.fact-title {
    color: white;
    max-width: 752px;
    position: relative;
    top: 4px;
}
.fact__speakers {
    padding: 64px 0px;
    background: #F5F9FF;
}
.fact__speakers-title {
    margin-bottom: 40px;
    color: #00204D;
    position: relative;
    top: 4px;
}
.fact__speakers-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 37px;
    row-gap: 44px;
}
.fact__speakers-slider .swiper-slide {
    flex-basis: 300px;
}
.fact__speakers-slider .swiper-slide img {
    max-height: 270px;
    border-radius: 12px;
    margin-bottom: 24px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.fact__speakers-fullname {
    display: block;
    margin-bottom: 16px;
    color: #00204D;
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    top: 2px;
}
.fact__speakers-bio b {
    font-weight: 500;
}
.fact__speakers-bio {
    display: block;
    color: #00204D;
    position: relative;
    top: 2px;
}
.fact__speakers-white {
    background: #ffffff;
}

@media (max-width: 1679px) {
    .fact {
        min-height: 330px;
        padding: 64px 0px;
    }
    .fact__speakers-slider .swiper-slide {
        flex-basis: 278px;
    }
    .fact__speakers-slider .swiper-wrapper {
        column-gap: 29px;
    }
    .fact__speakers-slider .swiper-slide img {
        max-height: 239px;
    }
}
@media (max-width: 1279px) {
    
    .fact__speakers-slider .swiper-slide {
        flex-basis: 227px;
    }
    .fact__speakers-slider .swiper-wrapper {
        column-gap: 11px;
        row-gap: 41px;
    }
    .fact__speakers-slider .swiper-slide img {
        max-height: 195px;
    }
    .fact__speakers {
        padding: 48px 0px;
    }
}
@media (max-width: 1023px) {
    .fact__speakers-slider .swiper-slide {
        flex-basis: calc((100% - 20px) / 3);
    }
    .fact__speakers-slider .swiper-wrapper {
        column-gap: 10px;
    }
}
@media (max-width: 767px) {
    .fact__speakers-fullname {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .fact__speakers-slider .swiper-wrapper {
        column-gap: 0;
    }
    .grid__content-fact.grid__content {
        padding-left: calc((100vw - 92.8%) / 2);
        width: 100%;
    }
    .fact__speakers-slider .swiper-slide img {
        max-height: 263px;
    }
    
    .fact__speakers-slider .swiper-wrapper {
        flex-wrap: nowrap;
    }
    .fact__speakers-slider .swiper-slide {
        flex-basis: auto;
    }
    .fact__speakers {
        padding: 40px 0px;
    }
    .fact {
        height: 635px;
        padding: 40px 0px;
    }
}



.sbscr_img {
    display: block;
}
.blog-new-container {
    padding-top: 0!important;
}

/*Форма*/


.section__enrollment {
    position: relative;
    background: #F5F9FF;
    padding-bottom: 105px;
}

.section__enrollment-black .enrollment-day span, .section__enrollment-black .enrollment-time span,
.section__enrollment-black .enrollment-title, .section__enrollment-black .enrollment-text {
    color: #ffffff!important;
}
.section__enrollment-noimg {
    padding-bottom: 40px;
}
.section__enrollment .section-bg {
    max-height: 924px;
}
.section__enrollment .section-bg {
    z-index: 0;
}
.enrollment-cont {
    padding-top: 64px;
    padding-bottom: 40px;
    display: flex;
    align-items: flex-start;
    column-gap: 32px;
    position: relative;
    z-index: 1;
}

.enrollment__left {
    flex-basis: 752px;
    flex-shrink: 0;
    position: relative;
}
.enrollment__right {
    scroll-margin-top: 120px;
    flex-basis: 528px;
    border-radius: 12px;
    position: relative;
    z-index: 3;
    background: #ffffff;
    flex-shrink: 0;
    padding: 32px;
}
.enrollment-title, .enrollment-text {
    max-width: 720px;
}
.enrollment-title {
    margin-bottom: 20px;
    color: var(--darkBlue);
    position: relative;
    top: 4px;
}
.enrollment-text {
    color: var(--darkBlue);
    position: relative;
    top: 1px;
}
.enrollment__tags {
    margin-bottom: 40px;
    display: flex;
    column-gap: 8px;
}
.enrollment__tag {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    height: 24px;
    padding: 5px 10px 3px;
    border-radius: 4px;
    font-weight: 500;
    line-height: 16px;
}
.ios .enrollment__tag {
    padding: 4px 10px 4px;
}
.enrollment__tag-white {
    background: #ffffff!important;
    color: #005FE5!important;
}
.enrollment__tag-blue {
    background: #4D97FF!important;
    color: #ffffff!important;
}
.enrollment__tag-green {
    background: #9BC322!important;
    color: #ffffff!important;
}
.enrollment-date {
    margin-top: 40px;
    display: flex;
    column-gap: 48px;
}
.enrollment-day, .enrollment-time {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.enrollment-day span, .enrollment-time span {
    letter-spacing: 0 !important;
    font-weight: 500 !important;
    color: var(--darkBlue);
    position: relative;
    top: 2px;
}
.enrollment-img {
    margin-top: 45px;
    position: absolute;
  /*  left: 50%;
    transform: translateX(-50%);*/
}
.enrollment-img img {
    display: block;
    max-width: none;
}
.enrollment__right-title {
    font-weight: 500!important;
    position: relative;
    top: 4px;
    margin-bottom: 32px;
}
.enrollment-form .form-row.document__form-checkbox-row {
    margin-top: 32px;
}
.enrollment-form .form-pp__form-footer.form-row.webinar-row__footer {
    margin-top: 30px;
}
.form-row__case {
    display: contents;
}

@media (max-width: 1679px) {
    .enrollment__left {
        flex-basis: 640px;
    }
    .enrollment__right {
        flex-basis: 528px;
    }
    .enrollment__right-title {
        top: 3px;
    }
    .enrollment-title {
        top: 5px;
    }
    .section__enrollment {
        padding-bottom: 100px;
    }
    .enrollment-img {
        margin-top: 40px;
    }
    .enrollment-form .button.blue {
        font-size: 16px;
    }
}
@media (max-width: 1279px) {
    .enrollment-text {
        top: 3px;
    }
    .form-row__case #inn-error {
        top: -19px;
    }
    .enrollment__right {
        scroll-margin-top: 80px;
    }
    .enrollment-cont {
        flex-direction: column;
        row-gap: 48px;
    }
    .enrollment__left, .enrollment__right {
        flex-basis: auto;
        width: 100%;
    }
    .section__enrollment .section-bg {
        max-height: none;
    }
    .enrollment-cont {
        padding-bottom: 0;
    }
    .section__enrollment {
        padding-bottom: 40px;
    }
    .form-row__case {
        display: flex;
        column-gap: 24px;
        row-gap: 24px;
        flex-wrap: wrap;
    }
    .form-row__case .form-row {
        flex-basis: calc(50% - 12px);
    }
    .form-row__case .form-row {
        margin-top: 0!important;
    }
    .form-row__case .input-box-number {
        width: 346px;
    }
    .enrollment-title, .enrollment-text {
        max-width: 485px;
        position: relative;
        z-index: 1;
    }
    .enrollment-cont {
        row-gap: 70px;
    }
    .section__enrollment-full .enrollment-cont {
        row-gap: 48px;
    }
    .enrollment-form .form-pp__form-footer.form-row.webinar-row__footer {
        margin-top: 35px;
    }
    .enrollment-form .checkbox-box__checkbox-label, .enrollment-form .checkbox-box__checkbox-label a {
        font-size: 10px;
        line-height: 16px!important;
    }
    .enrollment-img {
        left: auto;
        transform: translateX(0%);
        right: -3%;
        top: -29%;
    }
    .section__enrollment {
        overflow: hidden;
    }
}
@media (max-width: 1023px) {
    .form-row__case .input-box-number {
        width: 236px;
    }
}
@media (max-width: 767px) {
    .form-row__case #inn-error {
        top: 3px;
    }
    .enrollment__left {
        flex-basis: 763px;
    }
    .enrollment-img {
        margin-top: 20px;
        position: static;
        display: flex;
        justify-content: center;
    }
    .enrollment-cont {
        row-gap: 0px;
    }
    .section__enrollment .section-bg {
        max-height: 848px;
    }
    .form-row__case {
        display: contents;
    }
    .form-row__case .form-row + .form-row { 
        margin-top: 24px!important;
    }
    .form-row__case .form-row {
        flex-basis: auto;
    }
    .enrollment-form .form-pp__form-footer .form-pp__form-btn {
        padding: 0px;
    }
    .enrollment-cont {
        padding-top: 40px;
    }    
    .enrollment-title.text_h1 {
        font-size: 34px;
        line-height: 37px;
    }
    .enrollment__tags  {
        margin-bottom: 32px;
    }
    .enrollment-date {
        margin-top: 32px;
    }
    .section__enrollment-full .enrollment-date {
        margin-top: 24px;
    }
    .enrollment-img {
        margin-top: 24px;
    }
    .enrollment__right {
        margin-top: -41px;
    }
    .enrollment__right {
        padding: 24px;
    }
    .enrollment__right-title.text_h6 {
        font-size: 18px;
        line-height: 23px;
    }
    .enrollment-form .checkbox-box__checkbox-label {
        padding-left: 32px;
        position: relative;
        top: 2px;
    }
}


/*Блок о мероприятии*/
.section__artisan {
    background: #F5F9FF;   
    padding: 40px 0px 80px;
}
.section__artisan-cont {
    background: #ffffff;
    padding: 32px 32px 48px 32px;
    border-radius: 16px;
    display: flex;
    column-gap: 48px;
    align-items: flex-start;
}
.section__artisan-left {
    flex-basis: 784px;
    flex-shrink: 0;
}
.section__artisan-right {
    flex-basis: 416px;
    flex-shrink: 0;
    position: sticky;
    top: 0;
}
.section__artisan-title {
    color: var(--darkBlue);
    margin-bottom: 32px;
    position: relative;
    top: 6px;
}
.section__artisan-text {
    color: var(--black);
    position: relative;
    top: 2px;
}
.section__artisan-info  {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}
.section__artisan-place, .section__artisan-benefit {
    padding: 24px;
    background: #F5F9FF;
    border-radius: 12px;
    flex-basis: calc(50% - 8px);
    flex-shrink: 0;
}
.section__artisan-place img {
    display: block;
}
.section__artisan-icon {
    flex-shrink: 0;
}
.section__artisan-icon img:nth-of-type(2) {
    display: none;
}
.artisan-place__cont {
    display: flex;
    column-gap: 16px;
}
.artisan-place__title, .benefit-title {
    color: var(--darkBlue);
    margin-bottom: 16px;
    font-weight: 500!important;
    position: relative;
    top: 4px;
}

.section__artisan-desc span {
    display: block;
}
.section__artisan-desc span:nth-of-type(1) {
    font-weight: 500;
    margin-bottom: 24px;
    margin-bottom: 0px!important;
    position: relative;
    top: 2px;
}
.section__artisan-desc span:nth-of-type(2) {
    font-weight: 400;
    letter-spacing: 0;
    letter-spacing: -0.3px;
}
.section__artisan-on {
    display: flex;
    flex-direction: column-reverse;
}
.section__artisan-on span:nth-of-type(2) {
    position: relative;
    top: 2px;
}
.benefit-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    position: relative;
    top: 2px;
}
.benefit-tags span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 500;
    display: block;
    padding: 4px 10px;
    background: #ffffff;
    border-radius: 4px;
    color: #1A79FF;
    text-transform: uppercase;
    white-space: nowrap;
}
    
.section__artisan-content {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-top: 64px;
}
.artisan-content__title {
    color: var(--darkBlue);
    position: relative;
    top: 2px;
}
.artisan-content-text {
    color: var(--black);
}
.artisan-content-text b {
    font-weight: 500;
}
.artisan-content__bullets {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.artisan-content__head {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
}
.artisan-content__item span {
    color: var(--darkBlue);
}
.artisan-content__item {
    padding-left: 14px;
    position: relative;
}
.artisan-content__item::before {
  content: ''; 
  position: absolute;
  left: 2px;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #4D97FF;
  border-radius: 50%; 
}
.artisan-content__item span:nth-of-type(2) {
    margin-top: 4px;
    display: block;
}
.section__artisan-table {
    margin-top: 64px;
}
.artisan-table__title {
    margin-bottom: 32px;
    color: var(--darkBlue);
    position: relative;
    top: 2px;
}
.artisan-table__main {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.artisan-table__item {
    display: flex;
    align-items: center;
}
.artisan-table__item span:nth-of-type(1) {
    font-weight: 500;
    margin-right: 8px;
    color: #00204D;
}

.artisan-table__item span:nth-of-type(2) {
    margin-left: 10px;
    position: relative;
    color: #00204D;
}

.artisan-table__item span:nth-of-type(2)::before {
    content: '';
    position: absolute;
    left: -9px;
    top: -4%;
    width: 2px;
    height: 19px;
    background-color: #00204D;
}

.section__artisan-banner {
    position: relative;
    justify-content: space-between;
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
    padding: 32px;
    display: flex;
    align-items: center;
    column-gap: 64px;
}
.section__artisan-banner .section-bg {
    z-index: 0;
}
.artisan-banner__left {
    flex-basis: 975px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}
.artisan-banner__title {
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 24px;
    color: var(--darkBlue);
}
.artisan-banner__info {
    display: flex;
    column-gap: 48px;
}
.artisan-banner__date, .artisan-banner__time {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.artisan-banner__date span, .artisan-banner__time span {
    letter-spacing: 0!important;
    font-weight: 500!important;
    white-space: nowrap;
    color: #00204D;
}
.artisan-banner__right {
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px 14px;
    height: 56px;
    min-height: 40px;
    border-radius: 8px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: white !important;
    position: relative;
    top: -2px;
}
.ios .artisan-banner__right {
    padding: 16px 24px 16px;
}
.artisan-banner__right:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
    opacity: 1;
}
.section__artisan-right {
    padding: 84px 0px 24px 32px;
}
.artisan-right__title {
    color: var(--darkBlue);
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    top: 5px;
}
.artisan-right__cont {
    display: flex;
    gap: 16px;
}
.artisan-right__cont img {
    width: 140px;
    height: 140px;
    display: block;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}
.artisan-right__info {
    position: relative;  
    top: 4px;
    
}

.artisan-right__info span {
    display: block;
}
.artisan-right__info span:nth-of-type(1) {
    margin-bottom: 4px;
    font-weight: 500!important;
    color: #00204D;
}
.artisan-right__info span:nth-of-type(2) b {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
}
.artisan-right__main {
    margin-bottom: 24px;
}
.artisan-right__main_last {
    margin-bottom: 0!important;
}


.artisan-right__spec {
    margin-top: 24px;
    padding-left: 16px;
    position: relative;
    top: 3px;
    color: #00204D;
}
.artisan-right__spec::before {
  content: ''; 
  position: absolute;
  left: 0px;
  top: -2px;
  width: 2px;
  height: 100%;
  background-color: #1A79FF;
}
.artisan-content__item {
    min-height: 24px;
}

@media (max-width: 1679px) {
    .artisan-banner__left {
        flex-basis: 879px;
    }
    .artisan-content__head {
        font-size: 16px;
        line-height: 21px;
    }
    .artisan-place__cont {
        column-gap: 12px;
    }
    .section__artisan-right {
        padding: 84px 0px 24px 25px;
    }
    .section__artisan-cont {
        column-gap: 40px;
    }
    .section__artisan-left {
        flex-basis: 718px;
    }
    .section__artisan-right {
        flex-basis: 378px;
    }
    .artisan-banner__title {
        font-size: 24px;
        line-height: 28px;
    }
    .section__artisan-banner {
        column-gap: 48px;
    }
    .artisan-right__title {
        font-size: 21px;
        line-height: 27px;
    }
}
@media (max-width: 1279px) {
    .artisan-right__info {
        top: 3px;
    }
    .artisan-right__title {
        font-size: 18px;
        line-height: 23px;
    }
    .artisan-banner__title {
        font-size: 22px;
        line-height: 26px;
        position: relative;
        top: 2px;
    }
    .artisan-content__head {
        line-height: 19px;
    }
    .section__artisan-info  {
        flex-direction: column;
    }
    .section__artisan {
        padding: 40px 0px 64px;
    }
    .section__artisan-cont {
        column-gap: 24px;
    }
    .section__artisan-left {
        flex-basis: 556px;
    }
    .section__artisan-right {
        flex-basis: 300px;
    }
    .section__artisan-right {
        padding: 84px 0px 24px 20px;    
    }
    .artisan-right__cont {
        flex-direction: column;
    }
    .artisan-right__info span:nth-of-type(2) b {
        position: static;
        display: block;
        margin-top: 16px;
    }
    .section__artisan-desc span:nth-of-type(2) {
        letter-spacing: -0.2px;
    }
    .artisan-place__title, .benefit-title {
        top: 1px;
    }
    .benefit-tags {
        top: 0px;
    }
    .section__artisan-desc span:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .artisan-banner__left {
        flex-basis: 623px;
    }
    .artisan-right__cont img {
        width: 100px;
        height: 100px;
    }
    .artisan-right__title {
        top: 3px;
    }
    .artisan-right__cont {
        padding-right: 1px;
    }
    .section__artisan-on {
        flex-direction: row-reverse;
        column-gap: 3px;
        flex-wrap: wrap;
    }
    .section__artisan-on  span:nth-of-type(1) {
        margin-bottom: 0;
    }
    
}
@media (max-width: 1023px) {
    .section__artisan-on {
        flex-direction: column-reverse;
    }
    .section__artisan-left {
        flex-basis: 360px;
    }
    .section__artisan-right {
        flex-basis: 280px;
    }
    .artisan-right__cont {
        padding-right: 0px;
    }
    .artisan-banner__left {
        flex-basis: 390px;
    }
}
@media (max-width: 767px) {
    .section__artisan-icon img:nth-of-type(1) {
        display: none;
    }
    .section__artisan-desc span:nth-of-type(1) {
        margin-bottom: 18px;
    }
    .section__artisan-icon img:nth-of-type(2) {
        display: block;
    }
    .section__artisan-place, .section__artisan-benefit {
        padding: 16px;
    }
    .artisan-place__cont {
        flex-direction: column;
        row-gap: 12px;
    }
    .section__artisan-info {
        margin-top: 24px;
    }
    .benefit-tags span {
        white-space: wrap;
    }
    .section__artisan-right, .section__artisan-left, .section__artisan-place, .section__artisan-benefit {
        flex-basis: auto;
    }
    .section__artisan-cont {
        flex-direction: column;
    }
    .artisan-right__title {
        font-size: 28px;
        line-height: 31px;
    }
    .artisan-content__head {
        line-height: 22px;
    }
    .section__artisan-title {
        margin-bottom: 24px;
    }
    .section__artisan {
        padding: 0px 0px 32px;
    }
    .section__artisan-cont {
        padding: 24px;
    }
    .section__artisan-content {
        margin-top: 40px;
    }
    .section__artisan-content {
        row-gap: 24px;
    }
    .artisan-content__bullets, .artisan-table__main {
        row-gap: 16px;
    }
    .artisan-table__title {
        margin-bottom: 24px;
    }
    .artisan-table__item span:nth-of-type(2)::before {
        display: none;
    }
    .artisan-table__item {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }
    .artisan-table__item span:nth-of-type(2) {
        margin-left: 0;
    }
    .section__artisan-right {
        padding: 0;
        margin-top: 32px;
    }
    .artisan-right__cont {
        flex-direction: row;
    }
    .artisan-right__title {
        margin-bottom: 24px;
    }
    .artisan-place__title, .benefit-title {
        top: 4px;
    }
    .section__artisan-table {
        margin-top: 40px;
    }
    .artisan-right__cont {
        column-gap: 8px;
    }
    .artisan-right__info {
        top: 1px;
    }
    .artisan-right__info span:nth-of-type(2) b {
        position: absolute;
    }
    .artisan-right__spec {
        margin-top: 12px;
    }
    .section__artisan-banner {
        flex-direction: column;
        row-gap: 32px;
        align-items: flex-start;
    }
    .artisan-banner__left {
        flex-basis: auto;
    }
    .artisan-banner__info {
        column-gap: 40px;
    }
    .artisan-banner__title {
        margin-bottom: 16px;
    }
}
@media (max-width: 500px) {
    .benefit-tags {
        flex-direction: column;
        align-items: flex-start;
    }
    .benefit-tags span {
       hyphens: none;
    }
    .section__artisan-banner {
        margin-top: 32px;
    }
    .artisan-banner__right {
        width: 100%;
        justify-content: center;
    }
    .section__artisan-banner {
        padding: 24px;
    }
}
.enrollment__video {
    border-radius: 12px;
    margin-top: 48px;
    overflow: hidden;
}

.hero-section__info-reg {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 400;
    white-space: nowrap;
}
.hero-section__info-video__wrap {
    width: 648px;
    height: 348px;
}
.section__enrollment-full {
    padding-bottom: 0!important;
}
.section__artisan-full {
    padding-top: 64px;
}

.button.disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
}
.hero-section__info-soon {
    width: 100%;
    max-width: 298px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 400;
    top: 57%;
    transform: translate(-50%, -57%);
}
.section__enrollment-full .enrollment-cont  {
    padding-bottom: 64px;
}
.section__enrollment-full .section-bg {
    max-height: none;
}
@media (max-width: 1679px) {
    .hero-section__info-video__wrap {
        width: 620px;
        height: 332px;
    }
    .enrollment__video {
        margin-top: 32px;
    }
    .hero-section__info-soon {
        max-width: 280px;    
    }
    .hero-section__info-soon, .hero-section__info-reg {
        font-size: 25px;
        line-height: 32px;
    }
}
@media (max-width: 1279px) {
    .section__enrollment-full .enrollment-cont {
        padding-bottom: 0px;
    }
    .hero-section__info-video__wrap {
        width: 411px;
        height: 220px;
        position: absolute;
        right: 0;
        top: 7px;
    }
    .hero-section__btn-play {
        width: 43px;
        height: 43px;
    }
    .section__enrollment-video .enrollment-cont {
        row-gap: 48px;
    }
    .section__enrollment-full {
        padding-bottom: 64px!important;
    }
    .hero-section__info-reg {
        white-space: wrap;
    }
    .hero-section__info-soon, .hero-section__info-reg {
        font-size: 14px;
        line-height: 18px;
    }
    .hero-section__info-soon {
        max-width: 152px;
    }
    .section__artisan-full {
        padding-top: 40px;
    }
}
@media (max-width: 1023px) {
    .hero-section__info-video__wrap {
        position: relative;
        right: auto;
        top: auto;
    }
}
@media (max-width: 767px) {
    .hero-section__info-video__wrap {
        width: 343px;
        height: 184px;
    }
    .section__enrollment-full {
        padding-bottom: 0px !important;
    }
    .section__enrollment-full .enrollment__left  {
        flex-basis: auto;
    }
    .section__enrollment-full .enrollment__right {
        margin-top: 0px;
    }
    .enrollment__video {
        margin-top: 16px;
    }
    .hero-section__info-video__img > img, .hero-section__info-video__img-soon > img {
        object-fit: cover;
    }
    .section__enrollment-full .enrollment-date {
        column-gap: 32px;
    }
    .section__enrollment-full .enrollment-cont {
        row-gap: 40px;
    }
    .section__enrollment-full  .section-bg {
        max-height: 708px;
    }
    .enrollment-form .checkbox-box__checkbox-label, .enrollment-form .checkbox-box__checkbox-label a {
        font-size: 10px;
        line-height: 12px!important;
    }
    
    
    .section__enrollment-video .enrollment-date {
        margin-top: 32px;
    }
    
    .section__enrollment-video .enrollment__video {
        margin-top: 40px;
    }
    .hero-section__info-soon, .hero-section__info-reg {
        font-size: 12px;
        line-height: 15px;
    }
    .hero-section__info-soon {
        max-width: 130px;
        top: 54%;
        transform: translate(-50%, -54%);
    }
    
}
@media (max-width: 500px) {
    .hero-section__info-video__wrap {
        width: 100%;
    }
}


.artisan__info {
    padding-top: 64px;
    margin-bottom: -14px;
}
.artisan__info-cont {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    padding: 32px;
    overflow: hidden;
    
}
.artisan__info-title, .artisan__info-text {
    max-width: 576px;
    color: #ffffff;
    position: relative;
    top: 2px;
}
.artisan__info-title {
    margin-bottom: 8px;
}
.artisan__info .artisan__info-text {
    margin-bottom: 24px;
}
.artisan__info-button {
    width: fit-content;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 18px 24px 14px;
    background: linear-gradient(90deg, rgba(0, 85, 204, 1) 0%, rgba(26, 121, 255, 1) 100%);
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    column-gap: 16px;
    align-items: center;
}
.artisan__info-button svg {
    position: relative;
    top: -2px;    
}
.artisan__info-button:hover {
    opacity: 1;
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
}
.artisan-content__download {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500;
    color: #1A79FF;
    transition: color 0.3s ease-in-out;
    margin-bottom: 24px;
}
.artisan-content__download::after {
    content: '';
    display: inline-flex;
    background-image: url(/static/img/icons/link-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 17px;
    height: 14px;
    margin-left: 8px;
    transition: right 0.3s, width 0.3s;
    background-position: center right;
    transform: translateY(2px);
}    
.artisan-content__download:hover {
    color: #4D97FF;    
    opacity: 1;
}
.artisan-content__download:hover::after {
    width: 27px;
}
.section__artisan-extra {
    margin-top: 64px;
}
.section__artisan-extra .artisan-content__title {
    margin-bottom: 24px;
}

.artisan-content__extra {
    display: flex;
    row-gap: 12px;
    flex-direction: column;
}
.artisan-content__extra a {
    color: #1A79FF;
    margin-right: 8px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    transition: color 0.3s ease-in-out;
    line-height: 21px;
}
.artisan-content__extra a:hover {
    color: #4D97FF; 
    text-decoration: underline;
    opacity: 1;
}
.artisan-content__extra span {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0.08px;
}
.enrollment__video-absolute.hero-section__info-video__wrap {
    position: absolute;
    right: 0px;
    top: -18px;
}
.enrollment__left-video.enrollment__left {
    flex-basis: 100%;
}
.enrollment__left-video .enrollment-date, .enrollment__left-video .enrollment-text,.enrollment__left-video .enrollment-title, .enrollment__left-video .enrollment__tags {
    max-width: 632px;
}
.artisan-right__product {
    margin-top: 42px;
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(
        93.77deg,
        rgba(235, 243, 255, 1) 0%,
        rgba(235, 243, 255, 1) 49.220967292785645%,
        rgba(179, 210, 255, 0.65) 79.03968691825867%,
        rgba(128, 180, 255, 0.6) 100%
      );
}
.right__product-title, .right__product-text {
    color: var(--darkBlue);
    position: relative;
    top: 2px;
}
.right__product-title.text_h2_light {
    font-weight: 500;
}
.right__product-text {
    margin-top: 8px;
}
.right__product-href {
    margin-top: 24px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(
        90deg,
        rgba(0, 85, 204, 1) 0%,
        rgba(26, 121, 255, 1) 100%
      );
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.right__product-href:hover {
    opacity: 1;
    background: linear-gradient(90deg, rgba(0, 106, 255, 1) 0%, rgba(77, 151, 255, 1) 100%);
}

@media (max-width: 1679px) {
    .artisan__info .artisan__info-title {
        font-size: 32px;
        line-height: 38px;
    }
    .artisan__info .artisan__info-text {
        font-size: 18px;
        line-height: 24px;
    }
    .enrollment__left-video .enrollment-date, .enrollment__left-video .enrollment-text,.enrollment__left-video .enrollment-title, .enrollment__left-video .enrollment__tags {
        max-width: 548px;
    }
    .enrollment__video-absolute.hero-section__info-video__wrap {
        top: -5px;
    }
}
@media (max-width: 1279px) {
    .enrollment__left-video .enrollment-date, .enrollment__left-video .enrollment-text,.enrollment__left-video .enrollment-title, .enrollment__left-video .enrollment__tags {
        max-width: 485px;
    }
    .enrollment__video-absolute.hero-section__info-video__wrap {
        top: 9px;
    }
    .extra__item a {
        display: block;
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 18px;
        white-space: nowrap;
    }
    .extra__item span {
        font-size: 14px;
        line-height: 21px;
    }
    
    .artisan__info {
        padding-top: 40px;
    }
    .artisan__info {
        margin-bottom: -18px;
    }
}
@media (max-width: 1023px) {
    .enrollment__video-absolute.hero-section__info-video__wrap {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .section__enrollment-full .enrollment__left-video .enrollment-date {
        column-gap: 28px;
    }
    .enrollment__video-absolute.hero-section__info-video__wrap {
        margin-bottom: 38px;
        margin-top: 43px;    
    }
    
    .section__enrollment-full .enrollment__left-video .enrollment-date {
        margin-top: 28px;
    }
    .artisan__info {
        margin-bottom: 0px;
    }
    .artisan__info .artisan__info-title {
        font-size: 26px;
        line-height: 31px;
    }
    .artisan__info .artisan__info-text {
        font-size: 16px;
        line-height: 22px;
    }
    .artisan__info-cont {
        padding: 24px;
    }
    .extra__item {
        display: flex;
        column-gap: 4px;
    }
    .extra__item a {
        margin-right: 0;
    }
    .artisan-right__product {
        margin-top: 31px;
    }
}
@media (max-width: 500px) {
    .artisan__info-button {
        width: 100%;
        justify-content: space-between;
    }
}







.sbscr {
        background-image: url('/static/img/Component 2.png');
        background-color:#00204D;
        background-repeat:no-repeat;
        background-size:cover;
    }
    .sbscr__light {
        background-image: url('/static/img/sbscrBGLight.png');
        background-color:#F5F9FF;
    }
    
    .sbscr_contentBox {
        display:flex;
        /*height:300px;*/
        align-items:center;
    }
    
    .sbscr_contentBox__reverse {
        flex-direction: row-reverse;
        justify-content:space-between;
    }
    
    .sbscr_img {
        width:245px;
        height:216px;
    }
    
    .sbscr_textBox {
        margin-left:60px;
        display:flex;
        flex-direction:column;
    }
    
    .sbscr_title {
        font-size:40px;
        font-weight:500;
        color:white;
    }
    
    .sbscr_subtitle {
        font-size:22px;
        font-weight:300;
        color:white;
        margin-top:10px;
    }
    
    .sbscr_titleBlack {
        color:#243143;
    }
    
    .sbscr_btn {
        margin-top:30px;
        padding:15px 23px 15px 23px;
        background:#D92C23;
        font-size:16px;
        font-weight:400;
        color:white;
        border-radius:4px;
        width: max-content;
        cursor:pointer;
        transition: all 0.3s;
        height: 50px;
        line-height: 22px;
        display:inline-flex;
        align-items: center;
        
    }
    
    .sbscr_btn::after {
        content: '';
        display:inline-flex;
        background-image:url('/static/img/icons/sbscrVector.png');
        background-repeat: no-repeat;
        width:16px;
        height:11px;
        margin-left:14px;
        position: relative;
        top: -1px;
    }
    
    .sbscr_btn:hover {
        background:#FF6359;
        opacity:unset;
    }
    
    .sbscr_btn:active {
        color:#243143;
    }
    
    .sbscr_btn:active::after {
        background-image:url('/static/img/icons/sbscrVectorBlack.png');
    }
    
    .sbscr_modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgb(0,0,0);
      background-color: rgba(0, 32, 77, 0.60);
      padding-top:70px;
      align-items:center;
      justify-content:center;
      min-height:700px;
    }
    
    .sbscr_modal-content {
      border: 0px solid transparent;
      display:flex;
      justify-content:center;
    }
    
    .sbscr_close {
        position:relative;
        top:-40px;
        left:10px;
        width:36px;
        height:36px;
    }
        
    .sbscr_closeMob {
            display:none;
    }
    
    .sbscr_form {
        width:550px;
        height:auto;
    }
    
    .pp__success {
        background:white;
        width:550px;
        height:500px;
        z-index:111;
        justify-content: center;
        border-radius:8px;
    }
    
    .pp__success_sbscr {
        padding:52px !important;
    }
    
    .sbscr_success_img {
        width:159px;
        height:140px;
    }
    
    .sbscr_success_text {
        font-size:24px;
        font-weight:500;
        margin-top:20px;
        text-align:center;
    }
    
    .formblock__title p {
        color:#243143;
    }
    
    @media(max-width:1679px) {
        .sbscr_title {
            font-size:32px;
        }
        
        .sbscr_subtitle {
            font-size:20px;
        }
    
        .sbscr_btn {
            font-size:14px;
            height: 47px;
        }
    }
    
    @media(max-width:1024px) {
        .sbscr_title {
            font-size:30px;
        }
        
        .sbscr_subtitle {
            font-size:14px;
        }
    
        .sbscr_btn {
            height: 40px;
        }
    }
    
    @media(max-width:550px) {
        
        .sbscr {
            padding:40px 20px;
        }
        
        .subscribe-block {
            padding: 50px 40px;
        }
        
        .sbscr_contentBox {
            flex-wrap:wrap;
            height:auto;
        }
    
        .sbscr_btn {
            height: 44px;
        }
        
        .sbscr_img {
            width:225px;
            height:198px;
        }
    
        .sbscr_textBox {
            margin-left:0px;
        }
    
        .sbscr_contentBox__reverse {
            flex-direction: unset;
        }
        
        .sbscr_title {
            font-size:28px;
        }
        
        .sbscr_subtitle {
            font-size:16px;
        }
        
        .sbscr_modal-content {
           width:375px; 
           position: relative;
        }
        
        .sbscr_close {
            display:none;
        }
        
        .sbscr_closeMob {
            display:flex;
            position:absolute;
            left:339px;
            top:20px;
            width:20px;
            height:20px;
            z-index: 200;
        }
        
        .subscribe-block .form-row {
            margin-top:30px;
        }
        
        .formblock__title {
            margin-top: 0 !important;
        }
    }
    
    
    @media (max-width: 400px) {
        .sbscr_modal-content {
           width: 325px; 
        }
        .sbscr_closeMob {
            left: 284px;
        }
    }
    
    
    .sbscr_btn {    
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%) !important;
    border-radius: 8px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    color: white !important;
    height: 56px;
}

.sbscr_btn:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%) !important;
}

.sbscr_btn:active {
    background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%)  !important
}
