.step-by-step{
    padding: 150px 0 95px;
    overflow: hidden;
}
.step-by-step h2{
    margin-bottom: 80px;
    max-width: 930px;
}
.step-by-step .step-by-step__block{
    position: relative;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 60px 90px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.step-by-step .step-by-step__block:before{
    content: '';
    position: absolute;
    width:  736px;
    height: 730px;
    background-image: url('../images/emblems.svg');
    background-repeat: no-repeat;
    background-size: contain;
    right: -27%;
    top: -23%;
    z-index: -1;
}
.step-by-step .step-by-step__item{
    display: flex;
    flex-direction: row;
    gap: 26px;
}
.step-by-step .step-by-step__item .step-by-step__item-count{
    position: relative;
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    z-index: 2;
    padding-top: 12px;
    width: 52px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}
.step-by-step .step-by-step__item .step-by-step__item-count:before{
    content: '';
    position: absolute;
    width: 52px;
    height: 65px;
    top: 1px;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
.step-by-step .step-by-step__item .step-by-step__item-count.step-by-step__item-count-1:before{
    background-image: url('../images/Vector (7).svg');
    width: 53px;
    top: 0;
}
.step-by-step .step-by-step__item .step-by-step__item-count.step-by-step__item-count-2:before{
    background-image: url('../images/Vector (8).svg');
}
.step-by-step .step-by-step__item .step-by-step__item-count.step-by-step__item-count-3:before{
    background-image: url('../images/Vector (9).svg');
}
.step-by-step .step-by-step__item .step-by-step__item-count.step-by-step__item-count-4:before{
    background-image: url('../images/Vector (10).svg');
}
.step-by-step .step-by-step__item .step-by-step__item-count.step-by-step__item-count-5:before{
    background-image: url('../images/Vector (11).svg');
}
.step-by-step .step-by-step__item .step-by-step__item-desc{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 17px;
}
.step-by-step .step-by-step__item .step-by-step__item-desc .step-by-step__item-title{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}
.step-by-step .step-by-step__item .step-by-step__item-desc .step-by-step__item-text{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
}
.home_faq .faq{
    display: flex;
    flex-direction: column;
}
.home_faq{
    margin-bottom: 20px;
    overflow: hidden;
}
.home_faq h2{
    margin-bottom: 40px;
}
.home_faq .faq .faq_content{
    padding: 0 50px;
    margin-top: 15px;
    display: none;
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}
.home_faq .faq .faq_content p{
    margin: 0 0 10px;
}
.home_faq .faq .faq_item_title{
    padding: 22px 12px;
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    transition: .3s all;
}
.home_faq .faq .faq_item.active .faq_item_title{
    font-weight: 500;
    transition: .3s all;
}
.home_faq .faq .faq_item_title svg{
    margin-left: 40px;
    flex-shrink: 0;
    transition: .3s all;
}
.home_faq .faq .faq_item.active .faq_item_title svg{
    transform: rotate(180deg);
    transition: .3s all;
}
.home_faq-dec{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.home_faq-dec img{
    right: -75px;
    top: -60px;
    position: relative;
    flex-shrink: 0;
    z-index: -1;
}
.main-partner__row{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 60px;
}
.main-partner__row .main-partner__row-img{
    display: flex;
    flex-direction: column-reverse;
}
.main-partner__row .main-partner__row-img img{
    width: 360px;
    flex-shrink: 0;
}
.main-partner__row .main-partner__row-text{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.flexible-single-content{
    margin: 100px 0;
}
.top-header-cover{
    min-height: 920px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.top-header-cover:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(0deg, rgba(1, 1, 1, 0.40) 0%, rgba(10, 10, 10, 0.00) 89.57%);*/
    background: linear-gradient(0deg, rgba(1, 1, 1, 1) 0%, rgba(10, 10, 10, 0) 89.57%);
}
.top-header-cover .container-medium{
    padding-top: 109px;
    padding-bottom: 109px;
    z-index: 1;
}
.top-header-cover__ttl{
    margin-bottom: 40px;
}
.top-header-cover__date{
    color: #FFE601;
}
.cms-editor{
    overflow-x: hidden;
}
.cms-editor__content a{
    color: #01B7FF;
    font-size: 19px;
    font-weight: 500;
    line-height: 33px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}
.quote_block__excerption{
    display: flex;
    flex-direction: row;
    gap: 19px;
}
.quote_block__excerption svg{
    flex-shrink: 0;
}
.quote_block__excerption .quote_block__excerption-text{
    padding-top: 50px;
}
.quote_block__excerption .quote_block__excerption-text .quote__excerption{
    margin-bottom: 50px;
}
.quote_block__excerption .quote_block__excerption-text .quote__author{
    color: #090909;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    max-width: 500px;
    margin-left: auto;
}

/* image */
.image.image_gray {
    background-color: #F2F2F2;
}
.image.image_revers .image__excerption {
    left: auto;
    right: -87px;
}
.image .image__block {
    margin: 0;
    position: relative;
}
.image .image__excerption {
    position: absolute;
    left: -87px;
    bottom: 131px;
    max-width: 415px;
    background: #0B35E9;
    padding: 43px 28px 41px 37px;
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
}
.image .image__excerption:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #FFEC00;
    position: absolute;
    top: 20px;
    right: 20px;
}
.image__block .caption {
    color: #585858;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding: 0 20px;
}
.image__block .caption .link {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #090909;
    text-decoration: none;
}
.image__img {
    width: 100%;
}


/* more-images */
.images {
    display: flex;
    margin: 100px 0;
}
.images.images_number_2 .images__block {
    width: 50%;
    flex-basis: 50%;
}
.images.images_number_3 .images__block {
    width: 33.3333%;
    flex-basis: 33.3333%;
}
.images.images_number_4 .images__block {
    width: 25%;
    flex-basis: 25%;
    padding-bottom: 60px;
}
.images.images_number_5 .images__block {
    width: 20%;
    flex-basis: 20%;
    padding-bottom: 80px;
}
.images .images__block {
    margin: 0;
    padding-bottom: 40px;
}
.images .images__block .images__img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.images__block .caption {
    color: #585858;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding: 0 20px;
}
.images__block .caption .link {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #090909;
    text-decoration: none;
}
.ambassador-relative{
    padding: 130px 0 150px;
    background-color: #FFE601;
}
.ambassador-relative .ambassador-relative__ttl{
    margin-bottom: 20px;
}
.ambassador-relative .ambassador-relative__text{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 50px;
    max-width: 825px;
}
.ambassador-relative .ambassadorSwiper .swiper-slide figure{
    margin-bottom: 20px;
    height: 394px;
    position: relative;
    border-radius: 10px;
}
.ambassador-relative .ambassadorSwiper .swiper-slide figure .ambassador-slider__people{
    width: 100%;
    height: 394px;
    object-fit: cover;
    border-radius: 10px;
}
.ambassador-relative .ambassadorSwiper .swiper-slide a{
    text-decoration: none;
}
.ambassador-relative .ambassadorSwiper .swiper-slide figure .ambassador-slider__flag{
    position: absolute;
    left: 22px;
    top: 22px;
}
.ambassador-relative .ambassadorSwiper .swiper-slide .ambassador-slider__title{
    color: #090909;
    margin-bottom: 20px;
}
.ambassador-relative .ambassadorSwiper .swiper-slide .slider-button{
    display: flex;
    width: 215px;
    height: 55px;
    /*padding: 16px 50px 17px 51px;*/
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 25px;
    border: 1px solid #090909;
    color: #090909;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    box-sizing: border-box;
}
.ambassador-relative .ambassadorSwiper .swiper-slide.slide-special a{
    position: relative;
    display: block;
    height: 394px;
}
.ambassador-relative .ambassadorSwiper .swiper-slide.slide-special a figure{
    width: 100%;
    height: 394px;
    border-radius: 10px;
}
.ambassador-relative .ambassadorSwiper .swiper-slide.slide-special a .ambassador-slider__people-special{
    /*width: 100%;*/
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 394px;
    justify-content: flex-end;
    background-image: url('../images/amb-back.png');
    background-repeat: no-repeat;
    background-size: 100% 394px;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}
.ambassador-relative .ambassadorSwiper .swiper-slide.slide-special a .ambassador-slider__title-special{
    color: #FFF;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
}
.ambassador-relative .ambassadorSwiper .swiper-slide.slide-special a .slider-button-special{
    display: flex;
    width: 190px;
    height: 55px;
    padding: 16px 35px 17px 36px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 25px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    box-sizing: border-box;
}
.ambassador-relative .ambassador-relative__slider-block{
    position: relative;
}
.ambassador-relative .ambassador-relative__slider-block .swiper-control {
    z-index: 1;
    position: absolute;
    /*top: 50%;*/
    top: 250px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 1100px;
}
.ambassador-relative .ambassador-relative__slider-block .swiper-button-next, .ambassador-relative .ambassador-relative__slider-block .swiper-button-prev {
    width: 65px;
    height: 65px;
}
.ambassador-relative .ambassador-relative__slider-block .swiper-button-next{
    right: -80px;
}
.ambassador-relative .ambassador-relative__slider-block .swiper-button-prev {
    left: -80px;
}
.ambassador-relative .ambassador-relative__slider-block .swiper-button-next svg, .ambassador-relative .ambassador-relative__slider-block .swiper-button-prev svg{
    display: none;
}
.ambassador-relative .ambassador-relative__slider-block .swiper-button-prev:after {
    content: '';
    width: 65px;
    height: 65px;
    background-image: url('../images/icons/slider-arrow-left.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.ambassador-relative .ambassador-relative__slider-block .swiper-button-next:after {
    content: '';
    width: 65px;
    height: 65px;
    background-image: url('../images/icons/slider-arrow-right.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.news_single{
    padding-top: 155px;
}
.news_single__tag{
    border-radius: 25px;
    width: fit-content;
    border: 2px solid #01B7FF;
    background: #FFF;
    display: flex;
    padding: 7px 24px;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
    color: #171717;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.news_single__title{
    font-family: 'e-Ukraine', sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 57px;
    color: #090909;
    margin: 0 0 10px;
}
.cms-editor__content b, .cms-editor__content strong{
    font-weight: 500;
    font-size: 20px;
}
.cms-editor__content h1{
    font-family: 'e-Ukraine', sans-serif;
    font-size: 95px;
    font-style: normal;
    font-weight: 700;
    line-height: 105px;
    color: #090909;
    margin: 0 0 30px;
}
.cms-editor__content h2 {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    color: #090909;
    margin: 0 0 30px;
}
.cms-editor__content h3 {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 500;
    line-height: 53px;
    color: #090909;
    margin: 0 0 30px;
}
.cms-editor__content h4{
    font-family: 'e-Ukraine', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.swiper__head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.swiper__head .ttl-h2{
    max-width: 630px;
    margin-right: 20px;
}
.swiper__head .slider__link{
    color: #090909;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    padding: 16px 51px;
    border-radius: 25px;
    border: 1px solid #090909;
    text-decoration: none;
}
.other_news{
    padding: 100px 0 130px;
    position: relative;
}
.other_news .swiper-wrapper{
    margin-bottom: 50px;
}
.other_news .swiper-slide{
    align-self: stretch;
    height: auto;
    background: #F8F8F8;
    border-radius: 5px;
    /*padding: 3px;*/
    box-sizing: border-box;
    border: 3px solid #FFFFFF;
}
.other_news .swiper-slide:hover{
    transition: .3s all;
    border: 3px solid #01B7FF;
}
.other_news .swiper-slide a {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.other_news .swiper-slide figure {
    margin: 0;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.other_news .swiper-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.other_news .swiper-slide .news_info{
    /*padding: 17px 20px 22px;*/
    padding: 17px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.other_news .swiper-slide .news_info .news_single__tag{
    margin-bottom: 10px;
    padding: 0 20px;
}
.other_news .swiper-slide .news_info .news_slider_title{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;

}
.other_news .swiper-slide .news_info .news_slider_date{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-top: 5px;
}
.other_news .swiper-scrollbar{
    width: 60%;
    left: 20%;
    height: 2px;
    background: #838383;
}
.other_news .swiper-scrollbar .swiper-scrollbar-drag{
    height: 7px;
    top: -3px;
    background: #01B7FF;
    cursor: pointer;
}
.other_news .swiper-control {
    z-index: 1;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 1290px;
}
.other_news .swiper-button-next, .other_news .swiper-button-prev,
.home_top_swiper_control .swiper-button-next, .home_top_swiper_control .swiper-button-prev {
    width: 65px;
    height: 65px;
}
.other_news .swiper-button-next svg, .other_news .swiper-button-prev svg,
.home_top_swiper_control .swiper-button-next svg, .home_top_swiper_control .swiper-button-prev svg{
    display: none;
}
.other_news .swiper-button-prev:after,
.home_top_swiper_control .swiper-button-prev:after {
    content: '';
    width: 65px;
    height: 65px;
    background-image: url('../images/icons/slider-arrow-left.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.other_news .swiper-button-next:after,
.home_top_swiper_control .swiper-button-next:after {
    content: '';
    width: 65px;
    height: 65px;
    background-image: url('../images/icons/slider-arrow-right.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.home_top_swiper_control .swiper-button-prev:after,
.home_top_swiper_control .swiper-button-next:after{
    filter: brightness(0) invert(1);
}
.other_success_stories{
    padding: 120px 0 160px;
    position: relative;
}
.other_success_stories .swiper__head{
    align-items: flex-end;
}
.other_success_stories .swiper-wrapper{
    padding-bottom: 66px;
}
.other_success_stories .swiper-slide{
    align-self: stretch;
    height: auto;
    /*width: calc(100% - 2px)!important;*/
    border-radius: 5px;
}
.other_success_stories .swiper-slide a {
    text-decoration: none;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.other_success_stories .swiper-slide figure {
    margin: 0;
    height: 486px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.other_success_stories .swiper-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.other_success_stories .swiper-slide .other_success_stories_info{
    padding: 40px 90px 90px;
    color: #090909;
}
.other_success_stories .swiper-control {
    z-index: 1;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 1100px;
}
.other_success_stories .swiper-button-next, .other_success_stories .swiper-button-prev {
    width: 65px;
    height: 65px;
}
.other_success_stories .swiper-button-next svg, .other_success_stories .swiper-button-prev svg{
    display: none;
}
.other_success_stories .swiper-button-prev:after {
    content: '';
    width: 65px;
    height: 65px;
    background-image: url('../images/icons/slider-arrow-left.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.other_success_stories .swiper-button-next:after {
    content: '';
    width: 65px;
    height: 65px;
    background-image: url('../images/icons/slider-arrow-right.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.other_success_stories .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
}
.other_success_stories .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background-color: rgba(0, 0, 0, 0.25);
    margin: 0 7px;
}
.other_success_stories .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #090909;
}

.event_range{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    gap: 30px;
}
.event_range .event_range__date{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
}
.event_range .event_range__date svg{
    flex-shrink: 0;
    margin-right: 10px;
}
.event_range__location{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;

}
.event_range__location svg{
    flex-shrink: 0;
    margin-right: 15px;
}

.event_range__add_calendar{
    color: #090909;
    background-color: #FFFFFF;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    padding: 6px 15px;
    border-radius: 25px;
    border: 1px solid #090909;
    text-decoration: none;
}
.events_single h1{
    margin-bottom: 50px;
}
.event_additional_row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.event_additional_info_block{
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-right: 20px;
}
.event_additional_info{
    color:  #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    display: flex;
    flex-direction: column;
}
.event_additional_info .event_additional_info_label{
    color: #585858;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}
.event_additional_info-registration{
    display: flex;
    width: fit-content;
    color: #FFF;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 115.789% */
    padding: 17px 64px 18px 65px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 25px;
    background: #01B7FF;
    text-decoration: none;
}
.news_single__event{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.news_single__event__date{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.news_single__event__location{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.news_single__event__location svg{
    flex-shrink: 0;
    margin-right: 10px;
}
.other_news .swiper-slide .news_info .news_single__event .news_single__tag {
    margin-bottom: 0;
    padding: 0 19px;
}
.event_registration__block{
    border-radius: 10px;
    border: 3px solid #D9D9D9;
    background: rgba(1, 183, 255, 0.10);
    display: flex;
    width: 820px;
    padding: 40px 60px 60px 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin: 0 auto;
}
.event_registration__block .event_range{
    margin-bottom: 0;
}
.event_registration__block .event_registration__block-title{
    color: #5B5B5B;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
.event_registration__block .event_registration__block-name{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}
.sort-year-month-events{
    padding: 195px 0 150px;
}
.event_month{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.event-item{
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    gap: 30px;
    border-radius: 5px;
    background: #F8F8F8;
}
.event-item_image{
    display: flex;
    width: 350px;
    min-height: 197px;
    flex-shrink: 0;
}
.event-item_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-item .event-item_info{
    padding: 45px 100px 45px 0;
}
.event_month h4{
    margin: 50px 0 0;
}
.event-item_info .event_range .event_range__date {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.event-item_info .event_range .event_range__location {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.event-item_info .event_range  .event_range__add_calendar{
    padding: 2px 15px;
}
.event-item_info-title{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
}
.event-reg-form{
    padding: 175px 0 150px;
}
.event-reg-form .event-reg-form__title{
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
}
.event-reg-form .event-reg-form__title .event-reg-form__title-sub{
    color: #585858;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 200;
    line-height: 43px;
    margin-bottom: 5px;
}
.event-reg-form .event-reg-form__title .event-reg-form__title-main{
    color: #090909;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    margin: 0 0 30px;
}
.success-event-reg{
    display: none;
    padding: 175px 0 150px;
}
.success-event-reg .success-event-reg__title{
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
    color: #090909;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 30px;
}
.event-reg-form-info{
    padding: 70px 0 100px;
    border-top: 1px solid #D9D9D9;
}
.event-reg-form-info .event-reg-form-info__row{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.event-reg-form-info .event-reg-form-info__row img{
    width: 540px;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.event-reg-form-info__column-title{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}
.event-reg-form-info__column-desc{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.event-reg-form-info__column-desc .event-reg-form-info__column-block{
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
}
.event-reg-form-info__column-desc .event-reg-form-info__column-block .event-reg-form-info__column-block__title{
    color: #585858;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.event-reg-form-info__column-desc .event-reg-form-info__column-block .event-reg-form-info__column-block__text{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}
.success-event-reg__buttons{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 25px;
}
.success-event-reg__buttons .event_range__add_calendar {
    display: flex;
    color: #090909;
    background-color: transparent;
    text-align: center;
    align-items: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 17px 33px;
    border-radius: 25px;
    border: 1px solid #090909;
    text-decoration: none;
}
.success-event-reg__buttons .event_additional_info-registration{
    padding: 17px 33px;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.form__wrap{
    display: flex;
    flex-direction: column;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.form__wrap .form-event-name{
    display: none;
}
.form__wrap label{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.form__wrap input{
    width: 100%;
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    padding: 8px 19px;
    border-radius: 25px;
    border: 1px solid #585858;
}
.form__wrap .form-title{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}
.form__wrap .form-title p{
    margin-bottom: 5px;
}
.form__wrap .form-subtitle{
    color: #838383;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.form__wrap textarea{
    width: 100%;
    border-radius: 15px;
    border: 1px solid #585858;
    padding: 8px 19px;
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    resize: none;
    height: 80px;
}
.form__wrap .form-participate{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.form__wrap .form-participate .wpcf7-list-item{
    margin-left: 0;
}
.form__wrap .form-participate label{
    display: flex;
    flex-direction: row;
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    gap: 10px;
    position: relative;
    cursor: pointer;
}
.form__wrap .form-participate label .wpcf7-list-item-label{
    margin-left: 10px;
}
.form__wrap .form-participate input {
    width: auto;
    padding: 0;
    margin: 0;
}
.form__wrap .form-participate input[type=radio] {
    position: relative;
    visibility: hidden;
}
.form__wrap .form-participate input[type=radio] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    border: 2px solid #5B5B5B;
}
.form__wrap .form-participate input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 50%;
    transform: translate(0, -50%);
    left: 5px;
    visibility: hidden;
}
.form__wrap .form-participate input[type=radio]:checked + span:before {
    background: transparent;
    border-color: #01B7FF;
}
.form__wrap .form-participate input[type=radio]:checked + span:after {
    background: #01B7FF;
    visibility: visible;
}
.form__wrap .form__acceptance input[type=checkbox] {
    position: relative;
    visibility: hidden;
}
.form__wrap .form__acceptance input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 2px;
    height: 18px;
    width: 18px;
    top: 5px;
    /*top: 50%;*/
    /*transform: translate(0, -50%);*/
    left: 0;
    border: 2px solid #5B5B5B;
}
.form__wrap .form__acceptance input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 12px;
    /*top: 50%;*/
    /*transform: translate(0, -50%);*/
    top: 9px;
    background-image: url('../images/icons/checkbox-arrow.svg');
    left: 3px;
    visibility: hidden;
}
.form__wrap .form__acceptance input[type=checkbox]:checked + span:before {
    background: #01B7FF;
    border-color: #01B7FF;
}
.form__wrap .form__acceptance input[type=checkbox]:checked + span:after{
    visibility: visible;
}
.form__wrap .form__acceptance .wpcf7-list-item{
    margin: 0;
}
.form__wrap .form__acceptance label{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    align-items: start;
}
.form__wrap .form__acceptance label .wpcf7-list-item-label{
    margin-left: 10px;
}
.form__wrap .form__acceptance input{
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    padding: 0;
    margin: 5px 0 0;
}
.form__wrap .wpcf7-submit{
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 57px;
    padding: 17px 10px 18px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    border-radius: 25px;
    background: #01B7FF;
    border-color: #01B7FF;
}
.event-reg-form-block form.submitting .form__wrap .wpcf7-submit{
    pointer-events: none;
}
.event-reg-form-block .wpcf7-response-output{
    display: none;
}
.event-reg-form-block .wpcf7-not-valid-tip {
    line-height: 17px;
    margin-top: 5px;
}
.event-reg-form{
    padding: 175px 0 150px;
}
.event-reg-form .event-reg-form__title{
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
}
.event-reg-form .event-reg-form__title .event-reg-form__title-sub{
    color: #585858;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 200;
    line-height: 43px;
    margin-bottom: 5px;
}
.event-reg-form .event-reg-form__title .event-reg-form__title-main{
    color: #090909;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    margin: 0 0 30px;
}
.contact-us-form{
    padding: 175px 0 150px;
}
.contact-us-form .contact-us-form__title{
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
}
.contact-us-form .contact-us-form__title .contact-us-form__title-main{
    color: #090909;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    margin: 0 0 30px;
}
.contact-us-form-block form.submitting .form__wrap .wpcf7-submit{
    pointer-events: none;
}
.contact-us-form-block .wpcf7-response-output{
    display: none;
}
.contact-us-form-block .wpcf7-not-valid-tip {
    line-height: 17px;
    margin-top: 5px;
}
.success-contact-us{
    display: none;
    padding: 175px 0 150px;
}
.success-contact-us .success-contact-us__title{
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
    color: #090909;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 30px;
}
.success-contact-us__buttons{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.community-section{
    margin-bottom: 100px;
}
.community-section .community-section__title{
    font-family: 'e-Ukraine', sans-serif;
    color: #090909;
    font-size: 43px;
    font-style: normal;
    font-weight: 500;
    line-height: 53px;
    margin-bottom: 30px;
    margin-top: 0;
}
.community-section .community-section__text{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
.community-section .community-section__text p{
    margin-bottom: 28px;
}
.community-section .community-section__text p,
.community-section .community-section__text span,
.community-section .community-section__text li,
.community-section .community-section__text a{
    font-weight: 300 !important;
}
.community-section .community-section__text a{
    color: #01B7FF;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    transition: .3s all;
}
.community-section .community-section__text a:hover{
    transition: .3s all;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}
.community-section .community-slider{
    position: relative;
    margin-top: 75px;
}
.community-section .community-slider .swiper-control {
    z-index: 1;
    position: absolute;
    /*top: 50%;*/
    top: 283px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 1100px;
}
.community-section .community-slider .swiper-button-next, .community-section .community-slider .swiper-button-prev {
    width: 65px;
    height: 65px;
}
.community-section .community-slider .swiper-button-next{
    right: -80px;
}
.community-section .community-slider .swiper-button-prev {
    left: -80px;
}
.community-section .community-slider .swiper-button-next svg, .community-section .community-slider .swiper-button-prev svg{
    display: none;
}
.community-section .community-slider .swiper-button-prev:after {
    content: '';
    width: 65px;
    height: 65px;
    background-image: url('../images/icons/slider-arrow-left.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.community-section .community-slider .swiper-button-next:after {
    content: '';
    width: 65px;
    height: 65px;
    background-image: url('../images/icons/slider-arrow-right.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.community-section .community-slider .swiper-pagination-bullets.swiper-pagination-horizontal{
    position: static;
    /*margin-top: 30px;*/
}
.community-section .community-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background-color: #000;
    margin: 0 7px;
}
.community-section .community-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #090909;
}
.community-section .community-slider .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-lock{
    display: none;
}
.community-section .community-slider figure{
    width: 100%;
    height: 522px;
    margin: 0;
}
.community-section .community-slider figure img{
    width: 100%;
    height: 522px;
    object-fit: contain;
}
.community-section .community-slider .image-caption{
    color: #585858;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding: 20px 0 20px;
}
.community-section .community-slider .image-caption a{
    color: #090909;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding: 0 10px;
    text-decoration: none;
    transition: .3s all;
}
.community-section .community-slider .image-caption a:hover{
    color: #01B7FF;
    text-decoration: underline;
    transition: .3s all;
}
.community-bottom .container{

    background-color: #01B7FF;
    border-radius: 10px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 200px;
    /*padding-left: 100px;*/
    /*padding-right: 100px;*/
}
.community-bottom .community-bottom__wrap{
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
.community-bottom .community-bottom__wrap .community-bottom__logo{
    margin-top: -20px;
}
.community-bottom .container .community-bottom__title{
    color: #FFF;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}
.community-bottom .container .button_yellow{
    flex-shrink: 0;
}
.vertical-slider-section{
    margin-bottom: 170px;
}
.vertical-slider-section h2{
    margin-bottom: 30px;
}
.vertical-slider-section .vertical-slider-section__text{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 70px;
}
.vertical-slider-section .verticalSlider{
    height: calc(100vh - 93px);
    position: relative;
}
.vertical-slider-section .verticalSlider .swiper-slide{
    height: calc(100vh - 93px);
    display: flex;
    flex-direction: row;
}
.vertical-slider-section .verticalSlider .swiper-slide figure{
    width: 45%;
    height: calc(100vh - 93px);
    flex-shrink: 0;
    margin: 0;
}
.vertical-slider-section .verticalSlider .swiper-slide figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.vertical-slider-section .verticalSlider .swiper-slide .verticalSlider__description{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vertical-slider-section .verticalSlider .swiper-slide .verticalSlider__description .verticalSlider__description-wrap{
    max-width: 540px;
    padding: 75px;
}
.vertical-slider-section .verticalSlider .swiper-slide .verticalSlider__description .verticalSlider__description-wrap .verticalSlider__title{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 500;
    line-height: 53px;
    margin-bottom: 20px;
}
.vertical-slider-section .verticalSlider .swiper-slide .verticalSlider__description .verticalSlider__description-wrap .verticalSlider__text{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}
.vertical-slider-section .verticalSlider .swiper-control{
    position: absolute;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    height: 117px;
    justify-content: center;
    bottom: 10%;
    left: calc(45% + 535px);
}
.vertical-slider-section .verticalSlider .swiper-control .swiper-button-prev:after{
    content: "";
}
.vertical-slider-section .verticalSlider .swiper-control .swiper-button-next:after{
    content: "";
}
.vertical-slider-section .verticalSlider .swiper-control .swiper-button-prev svg{
    width: 32px;
    height: 32px;
}
.vertical-slider-section .verticalSlider .swiper-control .swiper-button-next svg{
    width: 32px;
    height: 32px;
}
.vertical-slider-section .verticalSlider .swiper-control .swiper-pagination-fraction{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 37px;
    bottom: 40px;
}
.team-section{
    margin-bottom: 70px;
}
.team-section .ttl-h2{
    margin-bottom: 50px;
}
.team-section__item{
    margin-bottom: 80px;
}
.team-section__item figure{
    height: 325px;
    margin-bottom: 24px;
    border-radius: 10px;
    background-color: #EDEDED;
}
.team-section__item figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.team-section__item .team-section__item-name{
    text-decoration: none;
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 10px;
}
.team-section__item .team-section__item-name:hover{
    color: #01B7FF;
    transition: .3s all;
}
.team-section__item .team-section__item-name svg{
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 4px;
}
.team-section__item .team-section__item-position{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}
.team-section__item .team-section__item-email{
    color: #090909;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    word-break: break-all;
}
.team-section__item .team-section__item-email:hover{
    color: #01B7FF;
    transition: .3s all;
}
.team-section__item .team-section__item-email svg{
    flex-shrink: 0;
    margin-right: 5px;
}
.partner-slider-section{
    margin-bottom: 200px;
    overflow-x: hidden;
}
.partner-slider-section .ttl-h2{
    margin-bottom: 50px;
}
.partnerSlider{
    overflow: visible;
}
.partnerSlider .swiper-wrapper {
    transition-timing-function: linear !important;
}
.partnerSlider .swiper-slide{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    height: auto;
}
.partnerSlider .swiper-slide img{
    width: fit-content;
    max-width: 260px;
    height: auto;
    object-fit: contain;
    max-height: 100px;
}
@media (max-width: 1440px) {
    .vertical-slider-section .verticalSlider .swiper-slide .verticalSlider__description{
        justify-content: start;
    }
    .vertical-slider-section .verticalSlider .swiper-slide .verticalSlider__description .verticalSlider__description-wrap {
        max-width: 440px;
    }
    .vertical-slider-section .verticalSlider .swiper-slide .verticalSlider__description .verticalSlider__description-wrap .verticalSlider__title {
        color: #090909;
        font-size: 33px;
        font-weight: 700;
        line-height: 41px;
    }
    .vertical-slider-section .verticalSlider .swiper-control {
        bottom: 5%;
        left: calc(45% + 435px);
    }
}
@media (max-width: 1300px) {
    .ambassador-relative .ambassador-relative__slider-block .swiper-control{
        top: 110%;
        max-width: 150px;
    }
    .ambassador-relative .ambassador-relative__slider-block .swiper-button-prev {
        left: 0;
    }
    .ambassador-relative .ambassador-relative__slider-block .swiper-button-next {
        right: 0;
    }
    .ambassador-relative .ambassadorSwiper .swiper-slide.slide-special a .ambassador-slider__title-special{
        font-size: 20px;
        line-height: 26px;
    }
    .other_news .swiper-control {
        top: 88%;
        max-width: 150px;
    }
}
@media (max-width: 1199.98px) {
    .main-partner__row {
        flex-direction: column;
        gap: 30px;
    }
    .event_range {
        flex-wrap: wrap;
        gap: 20px;
    }

    .other_success_stories .swiper-control {
        top: 88%;
        max-width: 150px;
    }
    .other_success_stories .swiper-slide figure {
        height: 200px;
    }
    .other_success_stories .swiper-slide .other_success_stories_info {
        padding: 20px
    }
    .community-section .community-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        position: static;
        max-width: 66%;
        margin: auto;
    }
    .community-section .community-slider .swiper-control {
        /*top: 107%;*/
        /*max-width: 150px;*/
        top: 95%;
        max-width: 100%;
    }
    .community-section .community-slider .swiper-button-prev {
        left: 0;
        width: 44px;
        height: 44px;
    }
    .community-section .community-slider .swiper-button-next{
        right: 0;
        width: 44px;
        height: 44px;
    }
    .community-section .community-slider .swiper-button-prev:after {
        width: 44px;
        height: 44px;
    }
    .community-section .community-slider .swiper-button-next:after {
        width: 44px;
        height: 44px;
    }
    .community-section .community-slider figure {
        height: 350px;
    }
    .community-section .community-slider figure img{
        height: 350px;
    }
    .community-section {
        margin-bottom: 70px;
    }
    .vertical-slider-section .verticalSlider .swiper-slide .verticalSlider__description .verticalSlider__description-wrap {
        padding: 30px;
    }
    .vertical-slider-section .verticalSlider .swiper-control {
        left: calc(45% + 400px);
    }

}
@media (max-width: 991.98px) {
    .home_faq .faq .faq_content {
        padding: 0 25px;
    }
    .step-by-step{
        padding: 170px 0 140px;
    }
    .step-by-step h2{
        margin-bottom: 50px;
    }
    .step-by-step .step-by-step__block{
        padding: 60px 25px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .step-by-step .step-by-step__block:before{
        position: absolute;
        width:  464px;
        height: 460px;
        right: -41%;
        top: -12%;
    }
    .step-by-step .step-by-step__item{
        flex-direction: column;
        gap: 17px;
    }
    .step-by-step .step-by-step__item .step-by-step__item-desc .step-by-step__item-title{
        font-size: 24px;
    }
    .step-by-step .step-by-step__item .step-by-step__item-desc .step-by-step__item-text{
        font-size: 16px;
        line-height: 28px;
    }
    .news_single{
        padding-top: 100px;
    }
    .news_single__title{
        font-size: 28px;
        line-height: 41px;
    }
    .other_news {
        padding: 20px 0 100px;
        position: relative;
    }
    .single-events .other_news {
        padding: 100px 0;
    }
    .event_additional_row{
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .other_success_stories{
        padding: 20px 0 100px;
    }
    .swiper__head {
        margin-bottom: 30px;
        flex-wrap: wrap;
        gap: 20px;
    }
    .sort-year-month-events {
        padding: 100px 0;
    }
    .cms-editor__content b, .cms-editor__content strong{
        font-size: 16px;
    }
    .cms-editor__content h1{
        font-size: 40px;
        line-height: 52px;
    }
    .cms-editor__content h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .cms-editor__content h3 {
        font-size: 26px;
        line-height: 37px;
    }
    .cms-editor__content h4{
        font-size: 17px;
        line-height: 24px;
    }
    .cms-editor__content a {
        font-size: 16px;
        font-weight: 700;
        line-height: 32px;
    }
    .event-item {
        flex-direction: column;
    }
    .event-item .event-item_info {
        padding: 0 30px 30px 30px;
    }
    .event-item_image {
        width: 100%;
    }
    .quote_block__excerption {
        gap: 10px;
    }
    .quote_block__excerption svg{
        width: 71px;
        height: 50px;
    }
    .quote_block__excerption .quote_block__excerption-text {
        padding-top: 40px;
    }
    .quote_block__excerption .quote_block__excerption-text .quote__excerption {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 25px;
    }
    .quote_block__excerption .quote_block__excerption-text .quote__author {
        font-size: 13px;
        line-height: 23px;
        max-width: 500px;
        margin-left: auto;
    }
    .images {
        flex-wrap: wrap;
    }
    .images.images_number_3 .images__block,
    .images.images_number_4 .images__block,
    .images.images_number_5 .images__block {
        width: 50%;
        flex-basis: 50%;
        padding-bottom: 60px;
    }
    .image .image__excerption {
        padding: 30px;
        font-size: 21px;
    }
    .image .image__excerption {
        left: 0;
        bottom: 34px;
    }
    .image.image_revers .image__excerption {
        left: auto;
        right: 0;
        bottom: 34px;
    }
    .image__block .caption {
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
    }
    .image__block .caption .link {
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
    }
    .images__block .caption {
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
    }
    .images__block .caption .link {
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
    }
    .contact-us-form {
        padding: 175px 0 75px;
    }
    .contact-us-form .contact-us-form__title .contact-us-form__title-main{
        font-size: 22px;
        line-height: 29px;
    }
    .success-contact-us {
        padding: 175px 0 75px;
    }
    .event-reg-form .event-reg-form__title .event-reg-form__title-sub{
        font-size: 22px;
        line-height: 29px;
    }
    .event-reg-form .event-reg-form__title .event-reg-form__title-main{
        font-size: 22px;
        line-height: 29px;
    }
    .event-reg-form {
        padding: 150px 0 75px;
    }
    .event-reg-form-info .event-reg-form-info__row {
        display: flex;
        flex-direction: column;
    }
    .event-reg-form-info .event-reg-form-info__row img {
        width: 100%;
    }
    .success-event-reg {
        padding: 150px 0 75px;
    }
    .event_registration__block {
        border-radius: 10px;
        width: 100%;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin: 0 auto;
    }
    .success-event-reg__buttons {
        flex-wrap: wrap;
    }
    .community-section .community-section__title {
        font-size: 26px;
        font-weight: 500;
        line-height: 37px;
    }
    .community-section .community-section__text {
        font-size: 16px;
        line-height: 28px;
    }
    .community-section .community-section__text a{
        font-size: 16px;
        line-height: 28px;
    }
    .community-section .community-section__text p {
        margin-bottom: 30px;
    }
    .community-section .community-slider .image-caption {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        padding: 10px 0 20px;
    }
    .community-section .community-slider .image-caption a{
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }
    .community-bottom .container{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .community-bottom .community-bottom__wrap{
        flex-direction: column;
    }
    .community-bottom .container .community-bottom__title {
        font-size: 26px;
        line-height: 37px;
        text-align: center;
    }
    .vertical-slider-section .verticalSlider .swiper-slide{
        flex-direction: column;
    }
    .vertical-slider-section .verticalSlider .swiper-slide figure {
        width: 100%;
        height: 298px;
        flex-shrink: 0;
        margin: 0;
    }
    .vertical-slider-section .verticalSlider .swiper-slide .verticalSlider__description {
        width: 100%;
    }
    .vertical-slider-section .verticalSlider .swiper-slide .verticalSlider__description .verticalSlider__description-wrap {
        padding: 45px 15px;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .vertical-slider-section .verticalSlider {
        height: 100%;
        position: relative;
        padding-top: 46px;
    }
    .vertical-slider-section .verticalSlider .swiper-control {
        top: 48px;
        bottom: auto;
        flex-direction: row;
        height: 44px;
        min-width: 170px;
    }
    .vertical-slider-section .verticalSlider .swiper-control .swiper-button-prev{
        top: -30px;
        transform: rotate(-90deg);
    }
    .vertical-slider-section .verticalSlider .swiper-control .swiper-button-next{
        top: -30px;
        transform: rotate(-90deg);
    }
    .vertical-slider-section {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .vertical-slider-section .verticalSlider .swiper-control {
        left: auto;
        right: 15%;
    }
    .vertical-slider-section .verticalSlider .swiper-control .swiper-pagination-fraction {
        bottom: 56px;
        z-index: -1;
    }
    .vertical-slider-section .verticalSlider .swiper-slide{
        height: 100%;
    }
    .partner-slider-section {
        margin-bottom: 100px;
    }
}
@media (max-width: 767.98px) {
    .other_success_stories .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 8px;
    }
    .event_range {
        gap: 15px;
    }
    .event-item .event-item_info {
        padding: 0 15px 15px 15px;
    }
    .top-header-cover{
        min-height: 404px;
    }
    .top-header-cover .container-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .top-header-cover__ttl {
        margin-bottom: 20px;
    }
    .flexible-single-content {
        margin: 60px 0;
    }
    .images {
        margin: 30px 0;
    }
    .image .image__excerption {
        padding: 25px 35px 20px 25px;
        font-size: 13px;
        line-height: 25px;
        max-width: 300px;
        bottom: 22px;
    }
    .image.image_revers .image__excerption {
        left: auto;
        right: 0;
        bottom: 22px;
    }
    .image .image__excerption:before {
        top: 15px;
        right: 15px;
    }
    .images.images_number_3 .images__block,
    .images.images_number_4 .images__block,
    .images.images_number_5 .images__block {
        padding-bottom: 40px;
    }
    .community-section .community-slider figure {
        height: 300px;
    }
    .community-section .community-slider figure img{
        height: 300px;
    }
    .vertical-slider-section .verticalSlider .swiper-slide .verticalSlider__description .verticalSlider__description-wrap {
        max-width: 540px;
    }
    .vertical-slider-section .verticalSlider .swiper-control {
        right: 10%;
    }
    .team-section__item figure{
        height: 250px;
        object-position: top;
    }
    .team-section__item figure img{
        object-position: 100% 20%;
    }
    .team-section__item {
        margin-bottom: 40px;
    }
    .ambassador-relative {
        padding: 50px 0 120px;
    }
    .ambassador-relative .ambassadorSwiper .swiper-slide figure .ambassador-slider__people {
        object-position: top;
    }
    .ambassador-relative .ambassadorSwiper .swiper-slide.slide-special a .ambassador-slider__people-special {
        background-size: cover;
    }
    .ambassador-relative .ambassadorSwiper .swiper-slide .slider-button{
        width: fit-content;
        height: auto;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 19px;
    }
    .ambassador-relative .ambassadorSwiper .swiper-slide.slide-special a .slider-button-special {
        width: fit-content;
        height: auto;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 19px;
    }
    .home_faq-dec img {
        max-height: 300px;
    }
}
@media (max-width: 575.98px){
    .event_additional_info_block {
        flex-direction: column;
        gap: 20px;
        margin-right: 0;
    }
    .step-by-step .step-by-step__block:before {
        right: -50%;
    }
    .images.images_number_2 .images__block,
    .images.images_number_3 .images__block,
    .images.images_number_4 .images__block,
    .images.images_number_5 .images__block {
        width: 100%;
        flex-basis: 100%;
        padding-bottom: 70px;
    }
    .event-reg-form-info__column-desc .event-reg-form-info__column-block {
        width: 100%;
    }
    .event-reg-form-info__column-desc {
        gap: 15px;
    }
    .community-section .community-slider figure {
        height: 187px;
    }
    .community-section .community-slider figure img{
        height: 187px;
    }
    .vertical-slider-section .verticalSlider .swiper-control {
        right: 0;
    }
    .ambassador-relative .ambassadorSwiper .swiper-slide figure {
        height: 275px;
    }
    .ambassador-relative .ambassadorSwiper .swiper-slide figure .ambassador-slider__people {
        height: 275px;
    }
    .ambassador-relative .ambassadorSwiper .swiper-slide.slide-special a .ambassador-slider__people-special {
        height: 275px;
    }
    .main-partner__row .main-partner__row-img img {
        width: 100%;
        max-width: 320px;
        flex-shrink: 0;
    }
}
@media (max-width: 377.98px) {
    .step-by-step .step-by-step__block:before {
        right: -75%;
        top: -13%;
    }
}