@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html, body {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    height: 100%;
    color:#000;
    background: #FFF;
}
img, form {
    padding: 0px;
    margin: 0px;
}
.chosen {
    width: 100%;
}
a, td {
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
* {
    box-sizing: border-box;
}

h1 {
    margin:0px;
    padding:0px;
    font-weight: 700;
    font-size: 38px;
    line-height: 57px;
    text-align: center;
    color: #000000;
}
.page {
    width:100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.page main {
    flex:1;
}

.container {
    width:100%;
    margin:0px auto;
}
.container_s {
    width:100%;
    max-width:1252px;
    margin:0px auto;
    padding:0px 20px;
}
header {
    padding-top:30px;
    padding-bottom:50px;
}
header .header {
    display: flex;
}
.header .ico_menu_open {
    position: relative;
    cursor: pointer;
}
.header .globus {
    cursor: pointer;
    position: relative;
    margin-right:2.5%;
}
.header .ico_menu_open:hover svg path {
    stroke: #3751FF;
}
.header .globus:hover svg path, .header .globus:hover svg circle {
    stroke: #3751FF;
}
.header .profile:hover svg path {
    stroke: #3751FF;
}
.header .search:hover svg path {
    stroke: #3751FF;
}

.header .logo {
    display: block;
    color:#000;
    flex: 1;
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    margin-left: 3%;
}
.header .search {
    position: relative;
    margin-right:2.5%;
    cursor: pointer;
}
.header .profile {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}
.header .profile .arrow {
    align-self: center;
    margin-left: 3px;
}
.profile_menu {
    display: none;
    z-index: 10;
    position: absolute;
    top:30px;
    right:0px;
    padding:20px 8px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.profile_menu a {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom:8px;
}
.profile_menu a:hover {
    color:#3751FF;
}
.globus_menu {
    display: none;
    z-index: 10;
    position: absolute;
    top:30px;
    right:0px;
}
.globus_menu a {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    margin-bottom:4px;
}
.globus_menu a.active {
    font-weight: 600;
    color:#3751FF;
}

.globus_menu a:hover {
    color:#3751FF;
}

.search_menu {
    display: none;
    z-index: 10;
    position: absolute;
    top:0px;
    left:-280px;
    border-radius: 4px;
}
.main_menu {
    margin-left: -100%;
    position: fixed;
    z-index: 200;
    top:0px;
    left:0px;
    width: 40%;
    height: 100%;
    background: #E5E9FF;
    opacity: 0.9;
}
.ico_menu_close {
    cursor: pointer;
    padding-top: 4px;
}

.wraper_drop_menu {
    display: none;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    background: rgba(0,0,0,0.6);
}
.main_menu_header {
    display: flex;
    padding-top:30px;
}
.main_menu_logo {
    display: block;
    color:#000;
    margin-left: 40px;
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
}
.footer_logo {
    width: 100%;
    padding-bottom:40px;
}
.footer_logo a {
    color:#000;
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
}
footer {
    background: linear-gradient(180deg, rgba(169, 181, 255, 0.47) 0%, rgba(231, 226, 252, 0.54) 100%);
    padding-top:120px;
    padding-bottom:30px;
}
.footer {
    display: flex;
    flex-wrap: wrap;
}
.footer .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    opacity: 0.3;
    padding-top:20px;
}

.footer .col1 {
    width: 25%;
}
.footer .col2 {
    width: 25%;
}
.footer .col3 {
    width: 50%;
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    opacity: 0.8;
    display: flex;
    flex-direction: column;
}
.footer .col3 a.oferta {
    color:#3751FF;
    text-decoration: underline;
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    opacity: 0.8;
}
.footer a.item {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color:#000;
    margin-bottom: 10px;
}
.footer a.item:hover {
     color:#3751FF;
}
.footer .item_social a {
    margin-right: 12px;
}
.index_slider {
    position: relative;
    display: flex;
}
.index_slider .left {
    overflow: hidden;
}
.index_slider .right {
    flex: 1;
    padding-left: 56px;
}
.index_slider .right .join_block {
    height: 360px;
    width: 285px;
}
.slider_type_2  .join_block {
    height: 320px;
}
.join_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #909EF5 0%, #C6BAE8 100%);
    border-radius: 4px;
}
.slider_type_2 .join_block .title1 {
    padding-top: 80px;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
}

.slider_hidden {
    opacity: 0;
    overflow: hidden;
}
.slider .item {
    display: flex;
    align-items: flex-end;
    border-radius: 4px;
    height: 360px;
    background-size: cover;
}
.slider .title1 {
    padding:20px;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    color: #FFFFFF;
}
.left .slider .join_block {
    display: none;
}

.join_block .title1 {
    flex: 1;
    padding:0px 20px;
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #000;
    display: flex;
    text-align: center;
}
.slider_type_2 .item, .slider_type_3 .item {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    height: 320px;
    background-size: cover;
}
.slider_type_2 .price_from, .slider_type_3 .price_from {
    height: 30%;
    padding:20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.slider_type_2 .title_item, .slider_type_3 .title_item {
    flex: 1;
    padding:20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 54.17%, rgba(0, 0, 0, 0.7) 100%);
    mix-blend-mode: normal;
    display: flex;
    align-items: end;
    border-radius: 4px;
}
.slider_type_2 .title_item .wraper, .slider_type_3 .title_item .wraper {
    display: flex;
}
.slider_type_2 .price_from_item, .slider_type_3 .price_from_item {
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 100px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #3751FF;
    padding:6px 8px;
}
.slider_type_2 .program_type_item, .slider_type_3 .program_type_item {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: auto;
}
.slider_type_2 .item, .slider_type_7 .item {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    height: 320px;
    background-size: cover;
}
.slider_type_2 .price_from, .slider_type_7.price_from {
    height: 30%;
    padding:20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.slider_type_2 .title_item, .slider_type_7 .title_item {
    flex: 1;
    padding:20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 54.17%, rgba(0, 0, 0, 0.7) 100%);
    mix-blend-mode: normal;
    display: flex;
    align-items: end;
    border-radius: 4px;
}
.slider_type_2 .title_item .wraper, .slider_type_7 .title_item .wraper {
    display: flex;
}
.slider_type_2 .price_from_item, .slider_type_7 .price_from_item {
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 100px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #3751FF;
    padding:6px 8px;
}
.slider_type_2 .program_type_item, .slider_type_7 .program_type_item {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: auto;
    padding:20px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #E5E9FF!important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #3751FF!important;
}
.menu_items {
    padding-top:40px;
}
.menu_items a.item {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color:#000;
    margin-bottom: 10px;
}
.menu_items a.item:hover {
     color:#3751FF;
}
.menu_items .item_social a {
    margin-right: 12px;
}
.text_block1 {
    margin-bottom:125px;
    margin-top:100px;
}
.stiky_footer {
    display: none;
}
.we_best {
    display: flex;
    justify-content: space-between;
}
.we_best .item {
    width: 24%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.we_best .item img {
    display: block;
    margin: 0px auto;
    margin-bottom:24px;
}
.text_block2 {
    margin-top:140px;
    margin-bottom:20px;
    padding:0px 150px;
}


h2 {
    margin:0px;
    padding:0px;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #000000;
}
.text_block_blog {
    padding-top:40px;
    padding-bottom: 60px;
    text-align: center;
}

.text_block3 {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.slider_block2 {
    position: relative;
    margin-top:55px;
    margin-bottom:140px;
}
.text_block5 {
    display: flex;
    justify-content: space-between;
    margin-top:50px;
    margin-bottom:140px;
}
.text_block5 .left {
    width: 49%;
    background: linear-gradient(180deg, rgba(169, 181, 255, 0.47) 0%, rgba(231, 226, 252, 0.54) 100%);
    mix-blend-mode: normal;
    border-radius: 4px;
    padding:50px 100px;
}
.text_block5 .right {
    width: 49%;
    background: linear-gradient(180deg, rgba(169, 181, 255, 0.47) 0%, rgba(231, 226, 252, 0.54) 100%);
    mix-blend-mode: normal;
    border-radius: 4px;
    padding:50px 100px;
}
.text_block5 .title {
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    color:#000;
    min-height: 120px;
}
.text_block5 .state {
    display: flex;
    color:#fff;
    align-items: center;
    background-size: cover;
    border-radius: 4px;
    height: 78px;
    padding:8px 24px;
    margin-bottom:20px;
}
.text_block5 .state .name {
    width: 40%;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.text_block5 .state .amount {
    width: 40%;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 25px;
}
.banner_block6 {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    height: 900px;
    background-position: center;
    background-size: cover;
}
.margin-top-180 {
    margin-top:180px;
}

.banner_block6 .text {
    padding:0px 300px;
    padding-top:473px;
    padding-bottom:90px;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color:#fff;
}
.text_block7 {
    margin-top:40px;
}
.steps {
    margin-bottom:60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.steps .circle {
    cursor: pointer;
    background: #E5E9FF;
    border: 2px solid #FFF;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#3751FF;
    z-index: 10;
}
.steps .line {
    cursor: pointer;
    background: #E5E9FF;
    border-radius: 100px;
    width: 100%;
    max-width: 230px;
    color:#3751FF;
    padding:2px 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-left: -20px;
    padding-left: 33px;
}
.steps .line:hover {
    color:#E5E9FF;
    background: #3751FF;
}
.steps .circle.active {
    color:#E5E9FF;
    background: #3751FF;
}

.steps .line.active {
    color:#E5E9FF;
    background: #3751FF;
}

.slide_text {
    display: flex;
}
.slide_text .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom:50px;
    padding-left:142px;
    padding-right:142px;
}
.slide_text .slide_text_title {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
}
.slide_text .slide_text_body {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    padding-top:20px;
    padding-bottom:60px;
}
.slide_text .slide_text_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slide_text .slide_text_buttons a {
    width: 48%;
}
.text_block7 .for_mobile {
    display: none;
}
.comment_block {
    padding-top:50px;
    position: relative;
}
.comment_block .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #909EF5 0%, #C6BAE8 100%);
    height: 286px;
    border-radius: 4px;
}
.comment_block .item .image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin-top:20px;
}
.comment_block .item .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding-top:10px;
    padding-bottom:37px;
    color:#000;
    min-height: 50px;
}
.comment_block .item  .author {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    opacity: 0.8;
    color:#000;
    text-align: center;
}
.video_block {
    padding-top:50px;
    position: relative;
}

.video_block .item {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    height: 286px;
    background-size: cover;
}
.video_block .price_from {
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.video_block .title_item {
    flex: 1;
    padding: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 54.17%, rgba(0, 0, 0, 0.7) 100%);
    mix-blend-mode: normal;
    display: flex;
    align-items: end;
    border-radius: 4px;
}
.video_block .title_item .wraper {
    display: flex;
}
.fancybox-content {
    padding:20px!important;
}
.youtube_iframe {
    width: 600px;
    height: 400px;
}
.col3 .subscribe {
    display: flex;
    justify-content: space-between;
    padding-bottom:8px;
}
.header_dop_class {
    background-size: cover;
    background-position: center;
}
.header_dop_class svg path, .header_dop_class svg circle{
    stroke: #fff;
}
.header_dop_class .logo {
    color:#fff;
}
.header_dop_class .globus_menu a {
    color:#fff;
}
.header_dop_class .globus_menu a.active {
    color: #3751FF;
}

.header_dop_banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top:9%;
    padding-bottom:30px;
}
.header_dop_banner .header_title {
    color:#fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.header_dop_banner .header_text {
    color:#fff;
    font-weight: 700;
    font-size: 56px;
    line-height: 86px;
    text-align: center;
}
.header_dop_banner .header_hash_tags {
    display: flex;
    justify-content: center;
}
.header_dop_banner .header_hash_tags .item {
    padding:6px 18px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin:0px 10px;
}
.way {
    text-align: center;
    padding-top:30px;
    padding-bottom:60px;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
}
.way a {
    color:#3751FF;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
}
.text_block4 {
    text-align: center;
}
.hashtag_slider {
    padding-bottom:20px;
}
.hashtag_slider.no_slider ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}
.hashtag_slider.no_slider li {
    list-style: none outside none;
    margin-right: 16px;
    margin-bottom:16px;
}
.slider_type_9, .slider_type_6 {
    margin: 0px auto!important;
}

.hashtag_slider .item {
    display: flex;
    padding:6px 16px;
    color: #18191F;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    background: #E5E9FF;
    border: 1px solid #AAB6F5;
    border-radius: 24px;
    text-align: center;
}
.hashtag_slider .item.active {
    background: #A9B3FF;
    border: 1px solid #A9B3FF;
}
.hashtag_slider .item:hover {
    background: #A9B3FF;
    border: 1px solid #3751FF;
}
.hashtag_slider.white .item {
    cursor: pointer;
    background: #FFF;
    font-size: 14px;
    padding:4px 14px;
}
.hashtag_slider.white .item.active {
    background: #E5E9FF;
    border: 1px solid #E5E9FF;
}
.hashtag_slider.white .item:hover {
    background: #E5E9FF;
    border: 1px solid #A9B3FF;
}
.blog_cont {
    padding-top: 64px;
    padding-bottom:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    max-height: 1350px;
    align-items: flex-start;
}
.blog_item {
    display: flex;
    flex: 1;
    flex-direction: column;
    background: #E5E9FF;
    width: 23.3%;
    margin-bottom:1.8%;
    border-radius: 4px;
}
.blog_item:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.blog_item .image {
    flex: 1;
    display: flex;
    padding:20px;
    flex-direction: column;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    border-top-left-radius:4px;
    border-top-right-radius: 4px;
}
.blog_item .text {
   padding:20px;
}

.blog_item.adv {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 220px;
    max-height: 300px;
    flex: 1;
    background: #A9B3FF;
    border-radius: 4px;
    justify-content: center;
}
.blog_item.adv .title {
    padding:36px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #252729;
}

.blog_item .date_add {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #6C757D;
}
.blog_item .title {
    padding:10px 0px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #3F4449;

}
.blog_item .html {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6C757D;
}
.big_arow_right {
    position: absolute;
    z-index: 20;
    left:-30px;
    cursor: pointer;
}
.events_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.events_item {
    display: flex;
    flex-direction: column;
    background: #E5E9FF;
    width: 49.2%;
    margin-bottom:1.8%;
    border-radius: 4px;
}
.events_item:hover {
    box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
}

.events_item .image {
    display: flex;
    padding:20px;
    flex-direction: column;
    align-items: flex-end;
    height: 286px;
    background-size: cover;
    background-position: center;
    border-top-left-radius:4px;
    border-top-right-radius: 4px;
}
.events_item .text {
   flex: 1;
   padding:20px;
}

.events_item .date_add {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #6C757D;
}
.events_item .title {
    padding:10px 0px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #3F4449;

}
.events_item .html {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6C757D;
}
.tegs_on_image {
    padding:5px 10px;
    background: #FFFFFF;
    border-radius: 24px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #3751FF;
    margin-bottom:8px;
}
.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:80px;
    padding-bottom:125px;
}
.pager .item {
    display: block;
    padding:6px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #3751FF;
    margin:0px 2px;
}
.pager .item:hover {
    text-decoration: underline;
}

.pager .item.curr {
    border: 1px solid #3751FF;
}
.pager .item img {
    width: 20px;
}

.pager .item .left_arrow {
    transform: rotate(180deg);
}
.about {
    display: flex;
    flex-wrap: wrap;
    padding-bottom:125px;
}
.about .order1 {
    order:2;
}
.about .order2 {
    order:4;
}
.about .order3 {
    display: flex;
    color:#fff;
    justify-content: center;
    padding:0px 100px;
    align-items: center;
    text-align: center;
    order:6;
}
.about .order4 {
    order:8;
}
.about .order5 {
    order:10;
}
.about .order6 {
    order:12;
}
.about .order7 {
    order:14;
}
.about .order8 {
    order:16;
}
.about .two_row {
    display: flex;
    align-items:center;
    justify-content: center;
}
.about ul li {
    padding-bottom: 20px;
}
.blog_page_text1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    padding-bottom:20px;
    text-align: center;
    color: #313131;
}
.blog_page_text2 {
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    padding-bottom:40px;
    text-align: center;
    color: #18191F;
}
.program_grid {
    display: flex;
    flex-wrap: wrap;
}
.program_grid .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    height: 320px;
    background-size: cover;
}
.program_grid .price_from {
    height: 30%;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.program_grid .program_type_item {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: auto;
}
.program_grid .price_from_item {
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 100px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #3751FF;
    padding: 6px 8px;
}
.program_grid .title_item {
    flex: 1;
    padding: 20px;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 54.17%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.program_grid .title_item .title1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom:6px;
}
.program_grid .title_item .title2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.blog_author {
    padding-top:40px;
    padding-bottom:125px;
    border-top:0.5px solid #C4C4C4;
    display: flex;
    justify-content: space-around;
}
.blog_author .image {
    display: flex;
    align-items: center;

}
.blog_author .image .fio {
    padding-left: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #495057;
}
.blog_author .image .position {
    padding-left: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #6C757D;
}
.events_block {
    display: flex;
    align-items: flex-start;
    padding-bottom:125px;
}
.events_block .left {
    width: 25%;
    min-width: 289px;
    margin-right: 7%;
    background: #E5E9FF;
    border-radius: 4px;
    padding:20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}
.events_block .left > div {
    padding-bottom: 10px;
}
.events_block .left .btn_1 {
    margin-top:10px;
    margin-bottom:10px;
}

.events_block .left .small {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    opacity: 0.3;
}
.popup {
    padding:30px!important;
}
.blog_page_cont {
    display: flex;
}
.blog_page_cont .blog_page_left {
    width: 15%;
    padding-right: 24px;
    text-align: right;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #18191F;
}
.blog_page_cont .blog_page_right {
    width: 85%;
}

@media screen and (max-width: 1236px) {
    .blog_cont {
        max-height: 2000px;
    }
    .blog_item {
        width: 32%;
    }
}
@media screen and (max-width: 922px) {
    .blog_cont {
        max-height: 3000px;
    }
    .blog_item {
        width: 48%;
    }
    .program_grid .item {
        width: 33%;
    }
}


@media screen and (max-width: 1100px) {
    .footer .col1 {
        width: 50%;
    }
    .footer .col2 {
        width: 50%;
    }
    .footer .col3 {
        width: 100%;
        padding-top:40px;
    }
    .text_block5 .left {
        padding:50px;
    }
    .text_block5 .right {
        padding:50px;
    }
    .banner_block6 .text {
        padding:0px 100px;
        padding-top:373px;
        padding-bottom:90px;
    }
    .slide_text .right {
        padding-left:50px;
        padding-right:20px;
    }
}
@media screen and (max-width: 700px) {
    .blog_page_cont {
        flex-direction: column;
    }
    .blog_page_cont .blog_page_left {
        padding-bottom: 30px;
        padding-left: 0px;
        text-align: left;
        width: 100%;
    }
    .blog_page_cont .blog_page_right {
        width: 100%;
    }

    .events_block {
        flex-wrap: wrap;
    }

    .events_block .left {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .steps .line:hover {
        color:#3751FF;
        background: #E5E9FF;
    }
    .steps .circle.active {
        color:#3751FF;
        background: #E5E9FF;
    }

    .steps .line.active {
        color:#3751FF;
        background: #E5E9FF;
    }

    .header_dop_banner .header_hash_tags {
        padding-bottom:40px;
    }

    .blog_author {
        padding-bottom:80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .blog_author .image {
        margin-bottom: 40px;
    }
    .blog_page_text1 {
        font-weight: 700;
        font-size: 22px;
        line-height: 33px;
    }
    .blog_page_text2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
    .program_grid .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .about > div {
        width: 100% !important;
        flex: auto !important;
        padding-right: 0px !important;
    }
    .about ul {
        padding-left: 20px !important;
    }
    .about .order3 {
        padding: 0px 20px !important;;
    }
    .about .two_row {
        flex-direction: column;
        text-align: center;
    }
    .about .two_row .btn_1 {
        margin-left: 0px!important;
    }
    .about .two_row div {
        padding-top:60px;
        padding-bottom:20px;
    }

    .about .order8 {
        order:11;
    }
    .pager {
        padding-top:60px;
    }
    .events_item {
        width: 100%;
        margin-bottom:20px;
    }
    .big_arow_right  {
        display: none;
    }

    .blog_cont {
        padding-top: 60px;
        max-height: none;
    }
    .blog_item {
        width: 100%;
        margin-bottom:40px;
    }
    .header_dop_banner {
        padding-top:20%;
        padding-bottom:0px;
    }

    .header_dop_banner .header_title {
        font-size: 22px;
        line-height: 27px;
        padding-bottom:50px;
    }
    .header_dop_banner .header_text {
        font-size: 34px;
        line-height: 41px;
        word-wrap: anywhere;
        padding-left: 20px;
        padding-right: 20px;
    }
    .left .slider .join_block {
        display: flex;
    }
    .col3 .subscribe {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .col3 .subscribe input {
        width: 80%!important;
        margin-bottom: 20px;
    }
    .col3 .subscribe button {
        width: 80%!important;
    }
    .col3 .subscribe a {
        width: 80%!important;
        margin-top: 20px;
    }
    footer {
        padding-bottom:100px;
    }
    .footer .col3 .support {
        margin-top:30px;
    }

    .footer .col1 {
        width: 100%;
    }
    .footer .col2 {
        width: 100%;
    }
    .youtube_iframe {
        width: 350px;
        height: 200px;
    }
    .text_block7 .for_mobile .slide_text_title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }
    .text_block7 .for_mobile .slide_text_body {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        padding-top:20px;
        padding-bottom:40px;
    }
    .text_block7 .for_mobile .slide_text_buttons {
        padding-top:20px;
    }
    .text_block7 .for_mobile .slide_text_buttons a {
        width: 80%;
        margin: 0px auto;
        margin-top:20px;
    }

    .text_block7 .for_pc {
        display: none;
    }
    .text_block7 .for_mobile {
        display: block;
    }
    .banner_block6 {
        margin-top:160px;
    }

    .banner_block6 .text {
        padding:0px 30px;
        padding-top:373px;
        padding-bottom:90px;
        font-size: 22px;
        line-height: 33px;
    }
    .banner_block6 {
       height: 750px;
    }
    .text_block5 {
        margin-bottom: 120px;
    }

    .text_block5 .title {
        font-size: 19px;
        line-height: 28px;
        min-height: auto;
        margin-bottom:30px;
    }
    .text_block5 {
        flex-wrap: wrap;
        padding:0px;
    }
    .text_block5 .left {
        width: 100%;
        border-radius: 0px;
        padding:20px;
    }
    .text_block5 .right {
         width: 100%;
         border-radius: 0px;
         padding:20px;
    }
    .slider_block2 {
        margin-top:55px;
        margin-bottom:127px;
    }
    .text_block3 {
        font-size: 16px;
        line-height: 24px;
    }
    h2 {
        font-size: 22px;
        line-height: 33px;
    }
    .text_block2 {
       margin-top:140px;
       padding:0px 20px;
    }
    .we_best .item img {
       margin-bottom:20px;
    }
    .we_best {
        flex-wrap: wrap;
    }
    .we_best .item {
        width: 100%;
        margin-bottom:40px;
        padding:0px 40px;
    }

    .stiky_footer {
        display: flex;
        z-index: 1000;
        justify-content: space-between;
        position: fixed;
        bottom: 0px;
        background: #fff;
        box-shadow: 0px 4px 40px rgba(55, 81, 255, 0.2);
        width: 100%;
        padding: 8px 20px 44px 20px;
    }
    .stiky_footer a {
        width: 47%;
    }
    h1 {
        font-size: 28px;
        line-height: 42px;
    }
    .text_block1 {
        margin-bottom:80px;
        margin-top:60px;
    }
    .main_menu_logo {
        margin-left: 30px;
    }
    .header .search {
        position: static;
    }
    .search_menu {
        top: 55px;
        left: 0px;
        width: 100%;
        padding:0px 20px;
    }
    .inp_search {
        width: 100%!important;
    }

    header {
        padding-top:20px;
        padding-bottom:46px;
    }
    .header .logo {
        margin-left: 6%;
    }
    .header .globus {
        display: none;
    }
    .header .search {
        margin:0px 6%;
    }
    .index_slider .right {
        display: none;
    }
    .mobile_no_right_padding {
        padding-right: 0px;
    }
    .main_menu {
        width: 90%;
    }
    .main_menu_header {
        padding-top:20px;
    }
}
@media screen and (max-width: 480px) {
    .mobile_right_padding {
        padding-right: 20px;
    }
}








