 body {
    font-family: 'Montserrat', sans-serif;
   
}

.modal-form{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    padding: 16px;
    align-items: center;
    justify-content: center;
}

.bussines_box_item-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.review_box_items-slider-navpag{
    display: flex;
    align-items: center;
    width: 457px;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .review_box_items-slider-navpag{
        width: 100%;
    }
}

.review_box_items-slider-nav-pag{
    font-weight: 500;
    font-size: 20px;
    line-height: 150.4%;
    letter-spacing: 0.115em;
    color: #FFFFFF;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    display: flex;
    justify-content: center;
}

.review_box_items-slider-nav-pag .swiper-pagination-current{
    font-weight: 700;
}

a.main__course_btn-1:not([href]):not([tabindex]){
    color: #fff;
}

.format_course_footer a:not([href]):not([tabindex]){
    color: #FFFFFF;
    cursor: pointer;
}

.modal-form.active{
    display: flex;
}

.modal-form-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(14, 12, 21, 0.71);
}

.modal-form-body{
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 68px 30px 32px;
    width: 478px;
}

.modal-form-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 140.4%;
    letter-spacing: 0.02em;
    color: #0E0C15;
    margin-bottom: 8px;
}

.form-field:not(:last-child){
    margin-bottom: 7px;
}

.form-field input{
    font-family: 'Montserrat';
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #B8B8B8;
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
    color: #000000;
    outline: none;
    width: 100%;
}

.form-field input::placeholder{
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
    color: #B8B8B8;
}

.modal-form-close{
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B8B8B8;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
}

.modal-form-close img{
    width: 18px;
    height: 18px;
}

.modal-form-btn{
    font-weight: 600;
    font-size: 14px;
    line-height: 140.9%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    border-radius: 10px;
    padding: 18px 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 35px;
}

.front-block {
  height: 100vh;
  width: 100vw;
}

.form-success.active{
    display: flex;
}

.form-success{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
}

.form-success-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 12, 21, 0.71);
    z-index: 1;
}

.form-success-body{
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(100, 100, 100, 0.15);
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 36px;
    padding-right: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.form-success-icon{
    width: 54px;
    margin-bottom: 15px;
}

.form-success-icon img{
    width: 100%;
}

.form-success-title{
    letter-spacing: 0.02em;
    color: #219653;
    font-weight: 700;
    font-size: 30px;
    line-height: 140.9%;
    margin-bottom: 10px;
}

.form-success-text{
    letter-spacing: 0.02em;
    color: #0E0C15;
    font-weight: 700;
    font-size: 20px;
    line-height: 140.9%;
}

.form-success-close{
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #B8B8B8;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.form-success-close img{
    width: 18px;
    height: 18px;
}

.header {
    background: rgba(3, 8, 8, 0.45);
    backdrop-filter: blur(50px);
    display: table;
    width: 100%;
    position: fixed;
    z-index: 20;
    padding: 0 20px;
	top: 0;
}

.plan_box_item_mob{
    display: none;
}

.header .center {
    max-width: 1140px;
    width: 100%;
    margin: 10px auto;display: flex;justify-content: space-between;align-items: center;position: relative;}

.logo {}
.logo img {}

.main_menu_mob {display: none;}
.main_menu ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0px;
}

.main_menu ul li {position:relative;color: #FFFFFF;margin-left: 0;list-style: none;margin-right: 20px;}

.main_menu ul li a {font-weight: 500;font-size: 14px;line-height: 140.9%;display: flex;align-items: center;color: #FFFFFF;text-decoration: none!important;}

.main_menu ul li:hover div {

display:table;

padding: 15px;

margin-top: 11px;

}

.plan_box_items{
    display: flex;
}

.main_menu ul li .dropdown-menu  a {font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 157.9%;
color: #0E0C15;
}

.dropdown-menu {
    transform: translate3d(-50%, 0, 0px)!important;
    margin-left: 50%;
    width: max-content;
}

.main_menu ul li:hover div.dropdown-menu{
    padding: 0;
    margin-top: 0;
    padding-top: 11px;
    background-color: transparent;
}

.main_menu ul li:hover div.dropdown-menu-inner{
    margin-top: 0;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.dropdown-toggle::after {
    background: url(../img/arrow_menu.svg);
    border: 0px;
    width: 8px;
    height: 5px;
}

.main_menu ul li .dropdown-menu-inner:before {content:'';position: absolute;right: 50%;margin-right: -10px;top: -20px;border: 10px solid transparent;border-bottom: 10px solid #ffffff;}
.main_menu ul li .dropdown-menu  a:hover {color: #E331AD;background:none;}

.main_menu ul li.active a {color: #E331AD;}


.phone {
    position: relative;
}
.phone .phone_link {
    background: url(../img/phone.svg);
    background-repeat: no-repeat;
    width: 75px;
    height: 44px;
    padding-right: 15px;
}
.phone .phone_link:after {content:'';background: url(../img/arrow.svg);width: 12px;height: 7px;display: table;position: absolute;right: 0px;top: 50%;margin-top: -6px;}
.phone .phone_box {
    display: none;
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    border-radius: 10px;
    position: absolute;
    padding: 10px;
    width: 266px;
    right: 17px;
    margin-top: 14px;
}

 .phone .phone_box:after {
    content: '';
    position: absolute; 
	right: 25px;
    top: -20px; 
    border: 10px solid transparent; 
	border-bottom: 10px solid #c533a9; 
   }
.phone .phone_box a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    /* display: flex; */
    /* align-items: center; */
    /* text-align: center; */
    letter-spacing: 0.04em;

/* White */
    color: #FFFFFF;
    display: table;
    border-bottom: 1px solid #9856BE;
    padding-bottom: 10px;
    margin: 0 auto 10px;
}
.phone .phone_box a:hover {text-decoration:none;}
.phone .phone_box a:last-child {border-bottom: 0;margin-bottom: 0;padding-bottom: 0;}

.phone.active .phone_box {
    display: block;
}


.main__offer {background-image: url(../img/main_offer_fon.png);background-position: 100% 100%;background-repeat: no-repeat;position: relative;margin-top: 60px;padding: 150px 20px;display: table;width: 100%;background-color: #110f3d;overflow: hidden;}
.main__offer.main__offer__inst{background: url(../img/smm_3.png);background-position: 50%;background-size: cover;background-repeat: no-repeat;position: relative;padding: 150px 0px;display: table;width: 100%;}
.main__offer.main__offer__fb{background: url(../img/smm_2.png);background-position: 50%;background-size: cover;background-repeat: no-repeat;position: relative;padding: 150px 0px;display: table;width: 100%;}
.main__offer.main__offer__ok{background: url(../img/smm_4.png);background-position: 50%;background-size: cover;background-repeat: no-repeat;position: relative;padding: 150px 0px;display: table;width: 100%;}
.main__offer.main__offer__telegram{background: url(../img/smm_7.png);background-position: 50%;background-size: cover;background-repeat: no-repeat;position: relative;padding: 150px 0px;display: table;width: 100%;}
.main__offer.main__offer__tiktok{background: url(../img/smm_6.png);background-position: 50%;background-size: cover;background-repeat: no-repeat;position: relative;padding: 150px 0px;display: table;width: 100%;}
.main__offer.main__offer__vk{background: url(../img/smm_1.png);background-position: 50%;background-size: cover;background-repeat: no-repeat;position: relative;padding: 150px 0px;display: table;width: 100%;}
.main__offer.main__offer__youtube{background: url(../img/smm_5.png);background-position: 50%;background-size: cover;background-repeat: no-repeat;position: relative;padding: 150px 0px;display: table;width: 100%;}

.main__offer .center {
    max-width: 1140px;
    margin: 0 auto;
    position: initial;
    width: 100%;
}
.main__offer__title {font-weight: bold;font-size: 50px;line-height: 130.9%;
/* or 65px */display: flex;align-items: flex-end;

/* White */color: #FFFFFF;margin-bottom: 30px;position: initial;position: relative;}
.main__offer__subtitle {font-weight: 500;font-size: 20px;line-height: 140.9%;
/* or 28px */letter-spacing: 0.02em;

/* White */color: #FFFFFF;margin-bottom: 50px;max-width: 520px;position: relative;}
.main__offer__form form, .main__offer__form .form {display:flex;justify-content: flex-start;flex-direction: row;}
.main__offer__form .form-fields, .cons__block__form .form-fields, .course_cons .form-fields, .form_course .form-fields{
    display: flex;
}
.course_form_send .form-field:not(:last-child){
    margin-bottom: 50px;
}
.form-field-error{
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    padding: 2px 7px;
    background-color: #F2994A;
    font-weight: 400;
    font-size: 13px;
    line-height: 157.9%;
    color: #FFFFFF;
    display: none;
}
.form-field.error .form-field-error{
    display: block;
}
.form-field.error input{
    border-color: #F2994A;
}

.form-field.error input::placeholder{
    color: #F2994A;
}

.form-field-error:before{
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: -6px;
    background-image: url(../img/orange-triangle.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    z-index: -1;
}
.form-field{
    position: relative;
} 
.main__offer__form .form-fields .form-field:nth-child(1){
    width: 148px;
    margin-right: 22px;
}
.cons__block__form .form-fields .form-field:nth-child(1){
    width: 284px;
    margin-right: 30px;
}
.cons__block__form .form-fields .form-field:nth-child(2){
    width: 182px;
}
.main__offer__form .form-fields .form-field:nth-child(2){
    width: 200px;
}
.main__offer__form {background: rgba(42, 52, 118, 0.35);backdrop-filter: blur(50px);
/* Note: backdrop-filter has minimal browser support */border-radius: 20px;max-width: 935px;padding: 31px 25px 62px 44px;}
.main__offer__form .title {font-weight: 600;font-size: 20px;line-height: 140.9%;
/* or 28px *//* display: flex; */align-items: center;letter-spacing: 0.04em;

/* White */color: #FFFFFF;}
.main__offer__form .title span {color: #E331AD;}
.main__offer__form .desk {font-weight: normal;font-size: 16px;line-height: 157.9%;
/* or 25px */display: flex;align-items: center;

/* White */color: #FFFFFF;float: left;width: 260px;}
.main__offer__form input {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 157.9%;
    display: flex;
    align-items: center;
    outline:0;
    width: 100%;
    color: #FFFFFF;
    background: transparent;
    border: 0px;
    padding: 8px 10px;
    border-bottom: 1px solid #fff;
    font-family: 'Montserrat', sans-serif;
}

.main__offer__form input:nth-child(4) {width: 120px;margin-right: 22px;}
.main__offer__form input:nth-child(5) {width:200px;}
.main__offer__form input::placeholder {
  color: #fff;
}
.main__offer__form button {
    margin-left: 22px;
    width: 199px;
    font-weight: 600;
    font-size: 14px;
    line-height: 140.9%;
/* or 20px */
    display: flex;
/* White */
    color: #FFFFFF;
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    border-radius: 10px;
    border: 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 45px;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    transition: all ease .25s;
    cursor:pointer;
}
.main__offer__form button:hover {
    filter: brightness(0.85);
}
.main__offer_soc {
    width: 2px;
    display: table;
    position: absolute;
    right: 40px;
    top: 150px;
}
.main__offer_soc a {
    margin-bottom: 35px;
    display: table;
}
.main__offer_soc .main__offer_title {
    font-weight: normal;
    font-size: 13px;
    line-height: 140.9%;
/* or 18px */
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    transform: rotate(-90deg);
    width: 155px;
    position: absolute;
    right: -53px;
    bottom: -150px;
}
.main__offer_soc .main__offer_title:after {content:'';width: 1px;height: 50px;display: table;background: #fff;border-bottom: 1px solid #fff;transform: rotate(
90deg);position: absolute;bottom: -17px;right: -40px;}             

.footer {
    background: #0E0C15;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.footer .center {    max-width: 1140px;
    margin: 0 auto;}
.footer_logo {margin-bottom:40px;}
.block_info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block_info_item {}
.block_info_item .title:after {content:'';height:1px;width:100%;background:#6A647E;display:table;bottom:0px;position:absolute;}
.block_info_item .title {font-weight: 500;font-size: 16px;line-height: 125%;
/* identical to box height, or 20px */


/* White */padding-bottom:15px;position:relative;color: #FFFFFF;margin-bottom: 15px;transition: 1s;}

.block_info_item .title:before {content:'';height:1px;width: 0%;background:#fff;display:table;bottom:0px;position:absolute;z-index: 2;transition: 0.2s;}
.block_info_item:hover .title:before {width:100%;}
.block_info_item {font-weight: 500;font-size: 18px;line-height: 150.4%;
/* or 27px */

/* White */color: #FFFFFF;width: 262px;display: table;margin-bottom: 70px;transition: 0.2s;}
.block_info_item a {display: table;color:inherit;}
.block_info_item a:hover {text-decoration:none;color:#E331AD;}
.block_info_item ul {padding-left:15px} 

.block_info_item ul:hover li a {color:#fff;} 

.block_info_item ul li a:hover {text-decoration:none;color: #E331AD;}
.block_info_item ul li {position:relative;list-style:none;margin-bottom:5px}
.block_info_item ul li.d-lg-none {display:none;}
.block_info_item ul li:before {content:'';width:5px;height:2px;background:#6A647E;display:table;position:absolute;top:8px;left:-15px;transition: 0.2s;}
.block_info_item:hover ul li:before {content:'';width:10px;height:2px;background:#fff;display:table;position:absolute;top:8px;left:-15px;}

.block_info_item:hover ul li:hover:before {content:'';width:10px;height:2px;background:#E331AD;display:table;position:absolute;top:8px;left:-15px;}

.block_info_item ul li a {font-weight: 500;font-size: 13px;line-height: 150%;
/* identical to box height, or 19px */display: flex;align-items: center;color: #6A647E;transition: .3s;}
.copy {display:flex;align-items: center;justify-content: space-between;padding-bottom: 25px;}
.copy .text {font-weight: normal;font-size: 12px;line-height: 24px;
/* or 12px */text-align: center;letter-spacing: 0.04em;color: #6A647E;}
.pay img {width:46px;}
.footer_soc a {margin-left:15px;}
.footer_soc a:hover {opacity:0.5;}
.cases__title {font-weight: bold;font-size: 50px;line-height: 130.9%;
/* or 65px */


/* White */color: #FFFFFF;text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);margin-top:100px;margin-bottom:100px;text-align: center;}

.cases {background: #0E0C15;margin-top:-66px;}

.cases .col-md-6 {margin-bottom:40px;}

.cases__item {
    display: table;
    margin-bottom: 20px;
}

.cases .col-md-6:hover .cases__item {box-shadow:0px 4px 31px rgba(255, 255, 255, 0.38);border-radius:20px;}
.cases .col-md-6:hover .cases__name {text-decoration:underline;color:#fff;}
.cases__item img {width:100%;border-radius: 20px;}
.cases__name {font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 140.9%;
/* or 28px */

letter-spacing: 0.02em;

color: #FFFFFF;}

.cons__block {
    background: url(../img/cons.png);
    background-size: cover;
    padding-top: 54px;
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.cons__block .center {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.cons__block__form {}
.cons__block__1 {
    display: flex;
    align-items: center;
}
.cons__block__form .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    width: 243px;
    margin-right: 50px;
}
.cons__block__form .title span {color: #E331AD;}
.cons__block__form form, .cons__block__form .form {
    display: flex;
    background: rgba(91, 97, 142, 0.35);
    backdrop-filter: blur(50px);
/* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    padding: 33px 20px;
    width: 794px;
    align-items: center;
    justify-content: space-between;
}

.cons__block__form input {
    font-weight: normal;
    font-size: 18px;
    line-height: 157.9%;
    /* display: flex; */
    align-items: center;
    outline: 0;
    width: 100%;
    color: #FFFFFF;
    background: transparent;
    margin-right: 20px;
    border: 0px;
    padding: 8px 4px;
    border-bottom: 1px solid #fff;
    height: 45px;
    font-family: 'Montserrat', sans-serif;
}
.cons__block__form input::placeholder {
  color: #fff;
}
.cons__block__form button {
    cursor: pointer;
    margin-left: 0;
    width: 225px;
    background: linear-gradient(
261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    border-radius: 10px;
    border: 0px;
    justify-content: center;
    height: 45px;
    transition: 1s;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140.9%;
/* identical to box height, or 20px */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    transition: .25s;
/* White */
    color: #FFFFFF;
} 

.cons__block__form button:hover {
    filter: brightness(0.85);
}
  
.cons__block .center:after {content:'КОНСУЛЬТАЦИЯ';font-weight: bold;font-size: 100px;line-height: 130.4%;
/* or 130px */letter-spacing: 0.04em;

/* White */color: #FFFFFF;position: absolute;right: 0px;bottom: -179px;}
.cons__block.no_before {padding-bottom:54px;}
.cons__block.no_before .center:after {display:none;}


.contact_map {
    position: relative;
}
.contact_map_block {
    background: rgba(14, 12, 21, 0.6);
    backdrop-filter: blur(11px);
    display: table;
    left: 0px;
    z-index: 200;
    position: absolute;
    top: 0px;
    padding: 88px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact_map_block .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */


/* White */
    box-sizing: border-box;
    letter-spacing: 4px;
    margin-bottom: 10px;
    text-shadow: 0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
    -webkit-text-shadow:0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
    -moz-text-shadow:0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
}
.contact_map_block .adress {
    margin-bottom: 20px;
}
.contact_map_block .adress-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
    margin-bottom: 10px;
}
.contact_map_block .adress-value {
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
}
.contact_map_box {
}
.contact_map .contact_img {width: 100%;}


.contact_welcome {background: url(../img/contact_welcome_fon.png);background-size: 100%;background-repeat: no-repeat;position: relative;margin-top: -64px;}
.contact_welcome .center {padding: 14px 0px;   max-width: 1140px;
    margin: 0 auto;}
.contact_welcome .row {
    padding-top: 150px;
    padding-bottom: 494px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
}
.contact_welcome .title {font-weight: bold;font-size: 50px;line-height: 120%;
/* or 60px */align-items: center;

/* White */color: #FFFFFF;text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);max-width: 260px;justify-content: space-evenly;margin-right: 100px;}
.contact_welcome .desk {font-weight: 500;font-size: 18px;line-height: 150.4%;
/* or 27px */


/* White */color: #FFFFFF;max-width: 650px;}
.contact_welcome .contact_welcome_img {
    position: absolute;
    top: 372px;
    right: -70px;
    z-index: 201;
    width: 100%;
    width: 1210px;
}
.contact_welcome .center{
    position: relative;
}
.contact_block_1 .img.contact_block_1-img img{
    width: 384px;
}

.contact_block_1 {background:#fff;padding-top: 200px;padding-bottom: 85px;}
.contact_block_1 .center {
        max-width: 1140px;
    margin: 0 auto;
}
.contact_block_1 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.contact_block_1 .row{
    justify-content: space-between;
    margin: 0;
}
.contact_block_1 .text {
    max-width: 522px;
    margin-left: 98px;
}
.contact_block_1 .text p:nth-child(1) {
    font-weight: bold;
}
.contact_block_1 .text p:nth-child(1) span {}
.contact_block_1 .text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* black */
    color: #0E0C15;
}
.contact_block_1 .text p span {
    color: #E331AD;
}
.contact_block_1 .img {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to left, #743ad5, #d53a9d);
    border-image-slice: 1;
    margin-left: 50px;
    margin-right: 22px;
    }
.contact_block_1 .img img { left: 25px;
    top: 25px;
    position: relative;}


.contact_block_2 {
    padding-top: 120px;
    padding-bottom: 100px;
    background: #0e0c15;
    overflow: hidden;
}
.contact_block_2 .center {
    max-width: 1140px;
    margin: 14px auto;
}
.contact_block_2 .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.contact_block_2 .text {}
.contact_block_2 .text .title {
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */


/* White */
    color: #FFFFFF;
    margin-bottom: 30px;
}
.contact_block_2 .text .title span {
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table;
}
.contact_block_2 .text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
/* or 27px */


/* White */
    color: #FFFFFF;
}
.contact_block_2 .img {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to left, #743ad5, #d53a9d);
    border-image-slice: 1;
    margin-left: 40px;
    margin-right: 100px;
}
.contact_block_2 .img img {
    left: 25px;
    top: 25px;
    position: relative;
}

.advantages_box {
    background: url(../img/areas_fon.png);
    background-size: cover;
    padding-top: 90px;
    /* padding-bottom: 50px; */
    position: relative;
}

.advantages_box .slick-next {
    position: absolute;
    right: 203px;
    bottom: 76px;
    outline: 0;
}
.advantages_box .slick-prev {
    position: absolute;
    right: 350px;
    bottom: 76px;
    outline: 0;
}
.advantages_box .slick-dots {
    position: absolute;
    right: 268px;
    width: 58px;
    left: auto;
    bottom: 70px;
}
.advantages_box .slick-dots li {}
.advantages_box .slick-dots li button {}
.slick-slide.slick-current.slick-active .advantages_item{
    opacity: 1;
}
.advantages_box .center {
        width: 100%;
        position: absolute;
        left: 0;
        top: 91px;
}
.advantages_box .title {
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
    color: #FFFFFF;
    width: 450px;
    position:relative;
    margin-bottom: 100px;
    z-index: 2;
    margin-left: 103px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 103px;
}

.advantages_box .title .title-inner{
    max-width: 600px;
}
.advantages_box .title:before {
    content:'';
    width: 67px;
    height: 7px;
    background:#fff;
    display:table;
    position:absolute;
    left: 0;
    top: 27px;
}

.advantages_box .title span {
    color: #E331AD;
}
.komy_course_items-slider-nav-pag{
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 150.4%;
    letter-spacing: 0.115em;
    color: #0E0C15;
    display: flex;
    justify-content: center;
}
.komy_course_items-slider-nav-pag .swiper-pagination-current{
    font-weight: 700;
}
.advantages_items .slick-list, .advantages_items .swiper-wrapper {
    overflow: visible;
}
.advantages_items-slider-nav, .review_box_items-slider-nav, .komy_course_items-slider-nav, .pay_box_footer-slider-nav{
    user-select: none;
}
.komy_course_items-slider-navpag{
    background: #fff;
    padding: 22px 17px;
    position: absolute;
    top: 395px;
    bottom: auto;
    left: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.pay_box_footer-slider-navpag{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 33px;
    right: 70px;
    z-index: 2;
}
.pay_box_footer-slider-nav-pag{
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150.4%;
    letter-spacing: 0.115em;
    color: #0E0C15;
}
@media (max-width: 1024px) {
    .pay_box_footer-slider-navpag{
        top: 19px;
        right: 16px;
    }
}
.pay_box_footer-slider-nav-pag .swiper-pagination-current{
    font-weight: 700;
}
.pay_box_footer-slider-container{
    position: relative;
}
@media (max-width: 1024px) {
    .komy_course_items-slider-navpag{
        right: 16px;
        bottom: -42px;
        top: auto;
        left: auto;
    }
}
.komy_course_items-slider-container{
    position: relative;
}
.advantages_items-slider-navpag-container{
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.advantages_items-slider-navpag-inner{
    max-width: 1280px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.advantages_items-slider .swiper-slide{
    overflow: hidden;
}
.advantages_items-slider-navpag{
    max-width: 197px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
@media (max-width: 1024px) {
    .advantages_items-slider-navpag{
        max-width: 100%;
        right: 0;
    }
}
.advantages_items-slider-nav-pag{
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150.4%;
    letter-spacing: 0.115em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    width: auto;
}
.advantages_items-slider-nav-pag .swiper-pagination-current{
    font-weight: 700;
}
.advantages_items{
    max-width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.advantages_item {
    padding: 31px 0px;
    /* padding-left: 300px; */
    position: relative;
    /* padding-right: 280px; */
    display: flex!important;
    align-items: center;
    padding-bottom: 0;
    transition: .3s;
    padding-left: 214px;
    max-width: 1280px;
    margin: 0 auto;
}
.advantages_items .slick-slide{
    display: flex;
    justify-content: center;
}
.advantages_items .slick-slide div:only-child{
    display: flex;
    justify-content: center; 
}
.advantages_item_number {
    font-weight: 900;
    font-size: 170px;
    line-height: 1;
    width: 1000px;
    height: 367px;
/* or 240px */
    letter-spacing: 0.04em;
    color: #151220;
    writing-mode: vertical-lr;
    position: absolute;
    bottom: 0;
    right: calc(100% - 214px);
    background: #fff;
    /* width: 300px; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-end;
    transform: rotate(180deg);
}
.advantages_item_icon {
    margin-bottom: 93px;
    display: flex;
    justify-content: flex-end;
    padding-right: 182px;
}

.advantages_box_content {
    width:calc(100% - 214px);
    position: relative;
    padding-left: 51px;
}
.advantages_item_icon img {}
.advantages_item_name {
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    margin-bottom: 30px;
}
.advantages_item_desk {
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
    max-width: 685px;
    margin-bottom: 139px;
/* or 27px */
    

/* White */
    color: #FFFFFF;
}
            


.stuff_box {
    background: #fff;
    padding:100px 20px;
}
.stuff_box .center {    max-width: 1140px;
    margin: 0 auto;}
.stuff-h {
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 20px;
}
.work-with-profs {
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    text-align: center;
    letter-spacing: 0.02em;

/* Grey */
    color: #B8B8B8;
    max-width: 735px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.stuff_block {}
.stuff_item {}
.stuff_item_img {
    width: 262px;
    position: relative;
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 1px 4px 4px #f2f2f2;
    border-radius: 20px;
}

.stuff_item_img img {
    width: 100%;
    border-radius:20px;
    /* height: 405px; */
}
.stuff_item_img .person-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
}
.stuff_item_img .person-pos {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
/* identical to box height, or 19px */


/* Grey black */
    color: #787878;
}

.stuff_item_img .person-fon {
    position: absolute;
    bottom: -159px;
    left: -50px;
    background: #FFF;
    padding: 40px 45px 175px 90px;
    border-radius: 50%;
    width: 290px;
}


.areas_box {
    padding-top: 100px;
    background: url(../img/areas_fon.png);
    background-size: cover;
    position: relative;
    padding-bottom: 285px;
    padding-left: 20px;
    padding-right: 20px;
}
.areas_box .center {    max-width: 1140px;
    margin: 14px auto;}
.areas_box .title {font-weight: bold;font-size: 45px;line-height: 130.9%;
/* identical to box height, or 59px */display: flex;align-items: center;

/* White */color: #FFFFFF;margin-bottom: 70px;}
.areas_box .areas_img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.areas_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}  
.areas_item {
    display: flex;
    width: 460px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 100px;
    margin-bottom: 40px;
    justify-content: flex-start;
}
.areas_item_icon {
    margin-right: 20px;
}
.areas_item_icon img {}
.areas_item_text {}
.areas_item_name {
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    margin-bottom: 5px;
}
.areas_item_desk {
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */
    

/* White */
    color: #FFFFFF;
}


.keyses_box {
    background: #fff;
    padding: 50px 0px;
    overflow: hidden;
}
.keyses_box .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 130.9%;
/* or 65px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 80px;
}
.keyses_box_slide_1 {
    width: 150%;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.keyses_box_slide_1 .slick-list{
    overflow: visible;
}
.keyses_box_slide_1 img {width:555px;border-radius:20px;margin: 15px}
.keyses_box_slide_2 {}
.keyses_box_slide_2 img {width:555px;border-radius:20px;margin: 15px}

.keyses_box .slick-prev {display: none!important;}
.keyses_box .slick-next {display: none!important;}


.clients_box {padding:100px 0px;background:#fff;}
.clients_box .title {
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    text-align: center;
    color: #002431;
    margin-bottom:80px;
}
.clients_box .title span {color: #E331AD;}
.clients_block .slick-slide {width: 263px!important;margin: 0px 10px;}
.client_img {width:263px!important;height: 160px!important;background: #E5E5E5;border-radius: 20px;margin: 0px 15px;}
.client_img img {height: 100%;margin: 0 auto;-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */filter: grayscale(100%);}
.client_img:hover img {-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */filter: grayscale(0%);}

.loses_box {
    background-color: #fff;
    padding-top: 140px;
    padding-bottom: 100px;
    background-image: url(../img/soc_fon.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.loses_box .center {
       max-width: 1140px;
       margin: 14px auto;
       position: relative;
}
.loses_block {
    width: 600px;
}
.loses_block .title {
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */
    color: #151220;
    margin-bottom: 70px;
}
.loses_block .title span {color: #E331AD;}
.loses_items {}
.loses_item {
    display: flex;
    margin-bottom: 30px;
}
.loses_icon {
    margin-right: 30px;
}
.loses_icon img {}
.loses-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
}



.which-socials {
    padding: 50px 0px;
    background: #fff;
    padding-bottom: 100px;
}
.which-socials .center {    max-width: 1140px;
    margin: 14px auto;}
.which-socials .title {
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 80px;
}
.which-socials-box {
    display: flex;
    /* justify-content: center; */
    max-width: 1140px;
    overflow: auto;
    padding-bottom: 150px;
    padding-top: 40px;
}

.mouse-block {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150.4%;
/* or 21px */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;

/* Grey black */
    color: #787878;
    width: 185px;
    background: url(../img/mouse-block.svg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding-bottom: 50px;
    position: absolute;
    top: 50%;
    margin-top: -46px;
}

.mouse-block-fff {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150.4%;
/* or 21px */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;

/* Grey black */
    color: #787878;
    width: 185px;
    background: url(../img/mouse-block.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding-bottom: 50px;
    /* position: absolute; */
    /* top: 50%; */
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 50px;
}


.which-socials-box::-webkit-scrollbar {
  width: 6px;
  background-color: #f9f9fd;
  height:6px;
}

.which-socials-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #E331AD;
  height:6px;
}

.which-socials-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E0E0E0;
  height:6px;
}


.which-socials-item {
    background: #f2f2f2;
    padding: 50px 0px;
    border-radius: 20px;
    min-width: 270px;
    margin: 0px 15px;
    min-height: 420px!important;
    display: table;
    position: relative;
}

.which-socials-item:hover .which-socials-wrap {display: block!important;}
.which-socials-header {
    font-weight: bold;
    font-size: 25px;
    line-height: 140.9%;
/* or 35px */
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;

/* Pink */
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
}
.which-socials-wrap {display: none;}
.which-socials-wrap ul {
    padding: 0px 30px;
}
.which-socials-wrap ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
/* or 19px */
    text-align: center;

/* Grey black */
    color: #787878;
    margin-bottom: 20px;
    list-style: none;
}
.which-socials-wrap .more {
    border-radius: 10px;
    background: #000;
    width: -webkit-fill-available;
    display: table;
    font-weight: 600;
    font-size: 14px;
    line-height: 140.9%;
/* identical to box height, or 20px */
    text-align: center;
    text-decoration: none;
/* White */
    color: #FFFFFF;
    padding: 12px 0px;
    margin: 0px 30px;
    position: absolute;
    bottom: 30px;
}


.which-socials .smm-desk {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 140.9%;
/* or 20px */
    text-align: center;

/* Grey black */
    color: #787878;
    margin-top: -98px;
}

.which-socials-item:hover {background: #FFFFFF!important;box-shadow: 0px 0px 60px rgba(240, 79, 238, 0.15);}

.which-socials-item.insta-main {}
.which-socials-header.insta-main {}
.which-socials-wrap.insta-main {}

.insta-main:hover .which-socials-header {color: #E331AD;}
.insta-main:hover .more {
    background: linear-gradient(264.7deg, #ED45E8 6.73%, #FF3E9C 109.87%);
}
.which-socials-item.vk-main {}
.which-socials-header.vk-main {}
.which-socials-wrap.vk-main {}
 
.vk-main:hover .back .which-socials-header {color: #00617F;}
.vk-main:hover .more {background: linear-gradient(264.7deg, #0084A6 6.73%, #016085 109.87%);}
 
.which-socials-item.fb {}
.which-socials-header.fb {}
.which-socials-wrap.fb {}
 
.fb:hover .which-socials-header {color: #0B4B9D;}
.fb:hover .more {background: linear-gradient(264.7deg, #1C66B6 6.73%, #0C3D91 109.87%);}
 
.which-socials-item.ok-main {}
.which-socials-header.ok-main {}
.which-socials-wrap.ok-main {}
 
.ok-main:hover .which-socials-header {color: #FF7B00;}
.ok-main:hover .more {background: linear-gradient(264.7deg, #FFA832 6.73%, #FF7A00 109.87%);}


.which-socials-item.telegram {}
.which-socials-header.telegram {}
.which-socials-wrap.telegram {}
 
.telegram:hover .which-socials-header {color: #004A7B;}
.telegram:hover .more {background: linear-gradient(264.7deg, #003361 6.73%, #00578D 109.87%);}

.which-socials-item.youtube {}
.which-socials-header.youtube {}
.which-socials-wrap.youtube {}
 
.youtube:hover .which-socials-header {color: #161616;}
.youtube:hover .more {background: linear-gradient(264.7deg, #464645 6.73%, #171717 109.87%);}


.which-socials-item.tiktok {}
.which-socials-header.tiktok {}
.which-socials-wrap.tiktok {}
 
.tiktok:hover .which-socials-header {color: #1F2042;}
.tiktok:hover .more {background: linear-gradient(264.7deg, #2D3259 6.73%, #25253C 109.87%);}




.pay_box {
    padding-top: 88px;
    background-color: #fff;
    background-image: url(../img/pay_fon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: -300px 300px;
    padding-top: 300px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.pay_box .center {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    }
.pay_box .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    width: 770px;
    margin-bottom: 40px;
    margin-top: 80px;
    margin-left: 40px;
}
.pay_box .title span {color: #E331AD;}
.pay_box_items {}
.pay_box_items .slick-list {
    overflow-y: visible;
    overflow-x: initial;
}
.pay_box_item {
    margin: 0px 40px;
}
.pay_box_header {
    display: flex;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 50px;
    clear: both;
}
.pay_box_header .pay_box_desk {}
.pay_box_header .pay_box_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    margin-bottom: 20px;
}
.pay_box_header .pay_box_text {}
.pay_box_header .pay_box_text ul {
    padding: 0px;
} 
.pay_box_header .pay_box_text ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    color: #FFFFFF;
    list-style: none;
    padding-left: 20px;
    position:relative;
}
.pay_box_header .pay_box_text ul li:before {content:'';background: #E331AD;border-radius:10px;width:7px;height:7px;display:table;position: absolute;top: 11px;margin-top: 0;left: 0px;}
.pay_box_header .pay_box_img {
    position: relative;
    width: 500px;
}
.pay_box_header .pay_box_img img:nth-child(1) {
    position: absolute;
    top: -300px;
    right: 55px;
    z-index: 20;
}
.pay_box_header .pay_box_img img:nth-child(2) {
    position: absolute;
    top: -351px;
    right: -137px;
    z-index: 10;
}
.pay_box_header .pay_box_img img:nth-child(3) {
    position: absolute;
    bottom: 0px;
    right: -100px;
    z-index: 15;
}
.pay_box_footer .pay_box_footer_item {
    position:relative;
    display: flex!important;
    align-items: flex-end;
    justify-content: flex-end;
}
.pay_box_footer .slick-next {
    position: absolute;
    right: 70px;
    top: 34px;
    outline: 0;
}
.pay_box_footer .slick-prev {
    position: absolute;
    right: 190px;
    top: 34px;
    outline: 0;
}
.pay_box_footer .slick-dots {position:absolute;top: 27px;right: 132px;display: flex;left: auto;}
.pay_box_footer .slick-dots li {
    list-style: none;
    background: none;
    padding: 0;
    color: #161223!important;
}

.pay_box_footer .slick-dots li:before {display:none;}
.pay_box_footer .slick-dots li:last-child:before {
    
content: '/';
    
display: inline-block;
    
color: #000;
    
background: transparent;
    
top: 5px;
    
left: -4px;
    
display: none;
}

.pay_box_footer .slick-dots li button {
    color: #000;
    position: relative;
}
.pay_box_footer {
    margin-left: 0px;
    position: relative;
    /* padding: 20px 45px; */
    width: 100%;
    overflow: hidden;
    padding-right: 0px;
}
.pay_box_content {
    background:#fff;
    padding: 20px 45px;
    max-width: 865px;
    width: 100%;
}
.pay_box_footer .pay_box_number {
    font-weight: 900;
    font-size: 200px;
    line-height: 142px;
/* or 282px */
    letter-spacing: 0.04em;

/* White */
    color: #FFFFFF;
    position: relative;
    /* left: 30px; */
    /* transform: rotate(-90deg); */
    display: flex;
    align-items: flex-end;
    /* justify-content: flex-end; */
    flex-wrap: nowrap;
    text-align: right;
    margin-right: -21px;
}
.pay_box_footer .pay_box_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;

/* Pink */
    color: #E331AD;
    margin-bottom: 15px;
}
.pay_box_footer .pay_box_desk {
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
/* or 27px */
    

/* black */
    color: #0E0C15;
}
.pay_box_footer ul {
    padding: 0px;
}
.pay_box_footer ul li{
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
position:relative;
    color: #0E0C15;
    list-style: none;
    padding-left:20px
}

.pay_box_footer ul li:before {content:'';background: #E331AD;border-radius:10px;width:7px;height:7px;display:table;position: absolute;top: 50%;margin-top: -3.5px;left: 0px;}



.plan_box {background:#fff;padding: 50px 20px;}
.plan_box .center {    max-width: 1140px;
    margin: 0 auto;}
.plan_box .title {
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 80px;
}
.plan_box .title span {
    color: #E331AD;
}

.plan_box_item {
    display: flex;
    margin-bottom: 80px;
}

.plan_box_item:last-child{
    margin-bottom: 0;
}

.plan_box_item_left {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    min-width: 295px;
    position: relative;
    position: sticky;
    left: 0;
    top: 70px;
}
.plan_box_item_left-wrapper{
    height: 100%;
    position: relative;
    margin-right: 40px;
    border-right: 1px solid #E5E5E5;
}
.plan__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;
/* black */
    color: #0E0C15;
    display: flex;
}

.plan_box_item:hover .plan__title {color:#0E0C15;}
.plan_box_item:hover .count {display:block;}

.plan__title-num {content:'01';display:block;font-weight: bold;font-size: 30px;line-height: 140.9%;letter-spacing: 0.02em;color: #E331AD;margin-right: 10px;}
.plan_box_item:hover .plan__title:before {display: block;color: #E331AD;}


.plan_box_item:nth-child(2) .plan__title:before {content:'01';}
.plan_box_item:nth-child(3) .plan__title:before {content:'02';}
.plan_box_item:nth-child(4) .plan__title:before {content:'03';}
.plan_box_item:nth-child(5) .plan__title:before {content:'04';}
.plan_box_item:nth-child(6) .plan__title:before {content:'05';}
.plan_box_item:nth-child(7) .plan__title:before {content:'06';}
.plan_box_item:nth-child(8) .plan__title:before {content:'07';}
.plan_box_item:nth-child(9) .plan__title:before {content:'08';}
.plan_box_item:nth-child(10) .plan__title:before {content:'09';}
.plan_box_item:nth-child(11) .plan__title:before {content:'10';}
.plan_box_item:nth-child(12) .plan__title:before {content:'11';}
.plan_box_item:nth-child(13) .plan__title:before {content:'12';}
.plan_box_item:nth-child(14) .plan__title:before {content:'13';}
.plan_box_item:nth-child(15) .plan__title:before {content:'14';}
.plan_box_item:nth-child(16) .plan__title:before {content:'15';}



.border-line {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: table;
    position: absolute;
    right: 0px;
}
.border-line .count {
    width: 41px;
    height: 41px;
    border: 1px;
    background: url(../img/circle.png);
    position: absolute;
    top: 20px;
}
.plan_box_item_right {}
.plan__desk {
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* Grey */
    color: #B8B8B8;
}

.plan_box_item:hover .plan__desk {color: #0E0C15;}


.pred_box {background: url(../img/areas_fon.png);background-size: cover;padding-top: 90px;position: relative;display: block;width: 100%;padding-bottom: 40px;}
.pred_box .center {
    max-width: 1140px;
    margin: 14px auto;
    position: relative;
}

.pred_box .center:before {content:'';width: 385px;height: 512px;background: url(../img/neptyn.png);display: table;position: absolute;left: -100px;top: -220px;}

.pred_box .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 130.9%;
/* or 65px */
    text-align: center;

/* White */
    color: #FFFFFF;
    margin-bottom: 15px;
}
.pred_box .desk {
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    text-align: center;
    letter-spacing: 0.04em;

/* Grey */
    color: #B8B8B8;
}

.pred_box_items {
    display: flex;
    max-width: 1080px;
    width: 100%;
}
.pred_box .scroll{
    max-width: calc(1080px + ((100vw - 1080px) / 2));
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
}
.mouse-block-fff-wrapper{
    max-width: calc(1080px + ((100vw - 1080px) / 2));
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
.pred_box_items .slick-list{
    padding-top: 100px;
    /* overflow: visible; */
}
.pred_box_items .slick-slide{
    padding-right: 40px;
    padding-left: 15px;
}
.pred_box_items_width {}
.pred_box_item {
    padding: 35px 25px;
    background: #fff;
    border-radius: 20px;
    width: 483px;
    position: relative;
    margin: 0;
}
.pred_box_item:hover {background:url(../img/predlog_fon.png);background-size:cover;}
.pred_box_item:hover .pred_box_title {color:#fff;}
.pred_box_item:hover .pred_box_desk {color:#fff;}
.pred_box_item .pred_box_number {background:#E331AD;}
.pred_box_item:hover .pred_box_number {background:#fff;color:#E331AD;}
.pred_box_number {
    width: 85px;
    padding: 21.5px 0px;
    font-weight: 500;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.04em;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    left: -15px;
    top: -65px;
}
.pred_box_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.04em;

/* black */
    color: #0E0C15;
    margin-bottom: 10px;
}
.pred_box_desk {
    font-weight: 500;
    font-size: 16px;
    line-height: 188.4%;
/* or 30px */
    letter-spacing: 0.04em;

/* Grey black */
    color: #787878;
}
.pred_box_desk ul {
    margin: 0px;
    padding: 0px;
}
.pred_box_desk ul li {
    list-style: none;
}

.scroll {/* overflow-y: auto; */cursor: all-scroll;}


.scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #f9f9fd;
  height:6px;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #E331AD;
  height:6px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E0E0E0;
  height:6px;
}


.main__offer_kurs {background: url(../img/kurs_fon.png);background-size: cover;
    background-position: 50%;}
.main__offer__link {
}
.main__offer__link a {/* Gradient_2 */
    
    
/* Gradient_2 */
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 140.9%;
/* identical to box height, or 23px */
    text-align: center;
    letter-spacing: 0.05em;

/* White */
    color: #FFFFFF;
    padding: 20px 35px;
} 


.main__offer__subtitle_kurs {font-style: normal;font-weight: normal;font-size: 16px;line-height: 157.9%;
/* or 25px */


/* White */color: #FFFFFF;margin-bottom: 20px;}
.main__offer__link a {
    display: table;
} 

.main__offer__title_kurs {width:650px;}

.main__offer__title_kurs_img {
    position: absolute;
    right: 50px;
    bottom: 0px;
}


.advantages_targer {
    background: #fff;
    padding-bottom: 75px;
    overflow: hidden;
}

.advantages_targer_page {}
.advantages_targer_page ul {}
.advantages_targer_page ul li {}

.advantages_targer .center {    max-width: 1140px;
    margin: 0 auto; display: flex;}

.advantages_targer_left {
    width: 50%;
    padding: 137px 0px;
}
.advantages_targer_left .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */


/* Pink */
    color: #0E0C15;
    margin-bottom: 80px;
}
.advantages_targer_left .title span {
    color: #E331AD;
}
.advantages_targer_left ul {
    padding: 0px;
}
.advantages_targer_left ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
    list-style: none;
    background: url(../img/target_list.png);
    background-repeat: no-repeat;
    width: 435px;
    margin-bottom: 30px;
}
.advantages_targer_left ul li{
    background-image: none;
}
.advantages-what-gives-item img{
    width: 53px;
    margin-right: 32px;
}
.advantages-what-gives-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.advantages-what-gives{
    max-width: 458px;
}
.advantages-what-gives-item:hover .advantages-what-gives-text{
    color: #E331AD;
}
.advantages-what-gives-text{
    font-weight: 700;
    font-size: 20px;
    line-height: 140.9%;
    letter-spacing: 0.02em;
    color: #0E0C15;
    width: calc(100% - 85px);
}
.advantages_targer_left ul li img{
    width: 53px;
    margin-right: 32px;
}
.advantages_targer_left ul li:hover {color:#E331AD;}

.advantages_targer_right {
    width: 50%;
    background: url(../img/target_fon.png);
    position: relative;
    right: -40px;
}
.advantages_targer_right img {
    bottom: -120px;
    left: -20px;
    position: relative;
}


.soc_bussines_box {
    background: #fff;
    padding-top: 75px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
.soc_bussines_box .center {    max-width: 1175px;
    margin: 0 auto;}
.soc_bussines_box .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 80px;
}
.soc_bussines_box .bussines_box_items {
    display: table;
    margin: 0 auto;
    max-width: 1175px;
    width: 100%;
}
.soc_bussines_box .bussines_box_item {
    padding: 30px;
    float: left;
    margin: 8px;
    position: relative;
    border-radius: 20px;
    transition: 1s;
}

.soc_bussines_box .bussines_box_item:nth-child(1) {background:url(../img/tssm_1.svg);background-size: cover;}
.soc_bussines_box .bussines_box_item:nth-child(2) {background:url(../img/tssm_2.svg);background-size: cover;}
.soc_bussines_box .bussines_box_item:nth-child(3) {background:url(../img/tssm_3.svg);background-size: cover;}
.soc_bussines_box .bussines_box_item:nth-child(4) {background:url(../img/tssm_4.svg);background-size: cover;}
.soc_bussines_box .bussines_box_item:nth-child(5) {background:url(../img/tssm_5.svg);background-size: cover;}
.soc_bussines_box .bussines_box_item:nth-child(6) {background:url(../img/tssm_6.svg);background-size: cover;}
.soc_bussines_box .bussines_box_item:nth-child(7) {background:url(../img/tssm_7.svg);background-size: cover;}
.soc_bussines_box .bussines_box_item:hover {transform: scale(1.05);}

.soc_bussines_box .bussines_box_bottom {
    position: absolute;
    bottom: 30px;
}
.soc_bussines_box .bussines_box_item .subtitle_soc {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
/* identical to box height, or 27px */
    color: #FFFFFF;
}
.soc_bussines_box .bussines_box_item .title_soc {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.soc_bussines_box .bussines_box_item .link_soc {}
.soc_bussines_box .bussines_box_item .link_soc a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140.9%;
/* identical to box height, or 20px */
    text-align: center;
    color: #FFFFFF;
}
	
.target_format {
    background-color: #110F1A;
    background-image: url(../img/target_format.png);
    background-repeat-x: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    padding: 80px 0px;
}
.target_format .center {    max-width: 1140px;
    margin: 0 auto;}
.target_format .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */
    text-align: center;

/* White */
    color: #FFFFFF;
    margin-bottom: 170px;
}
.target_format .target_format_items {}
.target_format .target_format_item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
/* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    padding: 55px 45px;
    position: relative;
    margin-bottom: 200px;
}
.target_format .target_format_item img {
    position: absolute;
}
.target_format .target_format_item.target_format_left {
    padding-left: 58%;
}
.target_format .target_format_item.target_format_left img {
    left: 0px;
    top: -200px;
}
.target_format .target_format_item.target_format_right {
    padding-right: 50%;
}
.target_format .target_format_item.target_format_right img {
    right: 0px;
    top: -200px;
}
.target_format .target_format_item .target_format_box {}
.target_format .target_format_item .target_format_box .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 15px;
}
.target_format .target_format_item .target_format_tabs {}
.target_format .target_format_item .target_format_link {
    margin-bottom: 25px;
    display: flex;
}
.target_format .target_format_item .target_format_tab {}
.target_format .target_format_item .tab_link.active {
    
/* or 28px */
    
color: #E331AD;
}
.target_format .target_format_item .tab_link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;
    cursor: pointer;
/* Pink */
    color: #5B5E67;
    margin-right: 25px;
}
.target_format .target_format_item .tab {display:none;}
.target_format .target_format_item .tab.active {display:block;}
.target_format .target_format_item .tab p{
    color: #fff;
}
.target_format .target_format_item .tab ul {
    padding: 0px;
}
.target_format .target_format_item .tab ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
    list-style: none;
}


.target_ads_box {
    background-color: #fff;
    /* background-image: url(../img/target_ads.png); */
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.target_ads_box .center {    width: 1140px;
    margin: 0 auto;position: relative;}
.target_ads_box .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */


/* black */
    color: #0E0C15;
    margin-bottom: 30px;
    max-width: 610px;
}
.target_ads_box .title span {
    color: #E331AD;
}
.target_ads_box .target_ads_text, .target_ads_box p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
/* identical to box height, or 27px */


/* black */
    color: #0E0C15;
    margin-bottom: 50px;
    width: 730px;
}
.target_ads_box .target_ads_list, .target_ads_box ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 600px;
}
.target_ads_box .target_ads_list li, .target_ads_box ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
    list-style: none;
    border-left: 2px solid #E331AD;
    padding-left: 10px;
    margin-bottom: 35px;
    width: 300px;
}

.plus_ads {background:#fff;padding: 50px 0px;}
.plus_ads .center {    max-width: 1140px;
    margin: 0 auto;}
.plus_ads .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 70px;
}
.plus_ads .plus_ads_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.plus_ads .plus_ads_item {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    display: table;
    width: 360px;
    padding-bottom: 100px;
    position: relative;
    margin-bottom: 15px;
    margin-right: calc((100% - (360px * 3)) / 2);
}
.plus_ads .plus_ads_item:nth-child(3n + 3){
    margin-right: 0;
}
.plus_ads .plus_ads_link {
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
    /* margin-top: 30px; */
    position: absolute;
    width: -webkit-fill-available;
    bottom: 30px;
}
.plus_ads .plus_ads_link a {font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 14px;line-height: 140.9%;
/* or 20px */color:#E331AD;letter-spacing: 0.05em;padding: 15px 0px;border-radius: 10px;text-align: center;width: 100%;display: table;border: 1px solid #E331AD;}
.plus_ads .plus_ads_link a:hover {background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);border-radius: 10px;color: #fff;border: 1px solid #fff;text-decoration:none;}
.plus_ads .plus_ads_item img {}
.plus_ads .plus_ads_item .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    text-align: left;
    padding: 30px;
    padding-bottom: 0px;
    color: #0C3D91;
    background: linear-gradient(
261.94deg
, #E331AD -11.96%, #0C3D91 120.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.plus_ads .plus_ads_item .plus_ads_list, .plus_ads .plus_ads_item ul {
    padding: 0px 30px;
    padding-top: 0px;
    margin-bottom: 0px;
}
.plus_ads .plus_ads_item .plus_ads_list li, .plus_ads .plus_ads_item ul li {
    list-style: none;
    margin-bottom: 10px;
    position:relative;
}
.plus_ads .plus_ads_item .plus_ads_list li:before, .plus_ads .plus_ads_item ul li:before {
    content:'';
    display:table;
    position:absolute;
    left:-10px;
    top:10px;
    width:3px;
    height:3px;
    background:url(../img/ads_point.png);
}
.predlogenie {background:#0E0C15;padding:45px 0px;position: relative;margin-top: 160px;}
.predlogenie .center {    
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.predlogenie .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    display: flex;
    align-items: center;

/* White */
    color: #FFFFFF;
    margin-bottom: 10px;
}
.predlogenie .subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;
    color: #4B4759;
    margin-bottom: 30px;
}
.predlogenie .predlogenie_box, .predlogenie ul {
    padding: 0px;
}
.predlogenie .predlogenie_box li, .predlogenie ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
/* identical to box height, or 27px */


/* White */
    color: #FFFFFF;
    list-style: none;
    position: relative;
    padding-left: 47px;
    margin-bottom: 20px;
}
.predlogenie .predlogenie_box li:hover, .predlogenie ul li:hover {
    color: #E331AD;
    margin-left: 15px;
}
.predlogenie .predlogenie_box li:before, .predlogenie ul li:before {content:'';background: url(../img/yes.png);width: 20px;height: 15px;display: table;position: absolute;left: 0px;top: 50%;margin-top: -10px;}
.predlogenie img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}


.w555 {width:555px;}
.w360 {width:360px;}
.w750 {width:750px;}
.h540 {height: 525px;}
.h255 {height:255px;}
.h392 {height:392px;}

.main__offer.main__course {background-image:url(../img/obuchbg.png);background-size: cover;background-position: 50% 0%;background-repeat: no-repeat;/* padding: 200px 0px; */min-height: 100vh;display: flex;align-items: center;}

.main__offer.main__course_fon {background-image:url(../img/kurs_fon.png);background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;padding: 200px 0px;}

.main__offer.main__course .main__offer__subtitle {margin-bottom:20px;}
.modal-form-body .form-field-error{
    left: auto;
    right: 0;
    z-index: 2;
}
.main__course_btn {}
.main__course_btn a, .main__course_btn-1 {font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 140.9%;
/* identical to box height, or 23px */

display: flex;
align-items: center;
letter-spacing: 0.05em;

/* White */

color: #FFFFFF;}
.main__course_btn {display:flex;}
.main__course_btn-1 {
    display: table;
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    border-radius: 10px;
    padding: 20px 35px;
    margin-right: 30px;
    transition: .25s;
    color: #fff;
    cursor: pointer;
}
.main__course_btn-1:hover{
    filter: brightness(0.85);
}
.main__course_btn a:nth-child(2) {
    padding: 20px 35px 20px 60px;
    border-radius: 10px;
    display: table;
    border: 1px solid #fff;
    background: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: 30px 50%;
}



.bonus_box {
    margin: 100px 0px;
}
.bonus_box .center {    max-width: 1140px;
    margin: 0 auto;}
.bonus_box .title {}
.bonus_box .bonus_box_items {
    display: flex;
}
.bonus_box .bonus_box_items .bonus_box_left {
    min-width: 552px;
    position: relative;
    padding-bottom: 40px;
}
.bonus_box .bonus_box_items .bonus_box_left .bonus_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
    position: sticky;
    top: 70px;
    color: #0E0C15;
}
.bonus_box .bonus_box_items .bonus_box_left .bonus_title:after{
    content: '';
    display: block;
    width: 50px;
    height: 13px;
    position: absolute;
    right: 67px;
    top: 29px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/pink-arrow-right.png);
}
.bonus_box .bonus_box_items .bonus_box_right {
    margin-top: 20px;
}
.bonus_box .bonus_box_items .bonus_box_right .bonus_box_right_item {
    margin-bottom: 50px;
    padding-left: 30px;
}
.bonus_box .bonus_box_items .bonus_box_right .bonus_box_right_item.active .bonus_name{
    color: #E331AD;
}
.bonus_box .bonus_box_items .bonus_box_right .bonus_box_right_item:last-child{
    margin-bottom: 0;
}
.bonus_box .bonus_box_items .bonus_box_right .bonus_box_right_item .bonus_name {
    margin-bottom: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
}
.bonus_box .bonus_box_items .bonus_box_right .bonus_box_right_item .bonus_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* black */
    color: #0E0C15;
}
.bonus_box .bonus_box_items .bonus_box_right .bonus_box_right_item.active .bonus_name {
    color: #E331AD;
}

 
.course_about_box {background:#0E0C15;background-image: url(../img/about_fon.png);background-repeat: no-repeat;background-position: 100% 0%;position:relative;margin-top: 200px;margin-left: 235px;padding-bottom: 230px;padding-top: 230px;} 
.course_about_box:before {content:'';display: table;background: url(../img/about_img.png);width: 627px;height: 1087px;bottom: 0px;position: absolute;left: -235px;} 
.course_about_box .center {    max-width: 1140px;
    margin: 0 auto; margin-left: 400px;} 
.course_about_box .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
    color: #FFFFFF;
    margin-bottom: 34px;
    position:relative
} 

.course_about_box .title:before {content:'';position:absolute;top:50%;left:-48px;background:#E331AD;display:table;height:1px;width:27px}
.course_about_box .course_about_box_items {
    position: relative;
} 
.course_about_box .course_about_box_items:before {content:'';width:1px;height: 97%;position:absolute;background: #2F2D3D;left: -37px;top: 6px;}
.course_about_box .course_about_box_item {} 
.course_about_box .course_about_name:hover {color:#E331AD;}
.course_about_box .course_about_name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
    color: #FFFFFF;
    margin-bottom: 40px;
    position:relative;
} 
 .course_about_box .course_about_name:hover:before {background: #E331AD;border: 1px solid #E331AD;}
 .course_about_box .course_about_name:before {content:'';background: #0E0C15;border: 1px solid #2F2D3D;display:table;width:14px;height:14px;border-radius:50%;position:absolute;top:4px;left:-43px;}
 
 
 .author_course_box {
    padding: 100px 0px;
}
 .author_course_box .center {
    max-width: 920px;
    margin: 0 auto;
}
 .author_course_box .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */


/* black */
    color: #0E0C15;
    text-align: center;
    margin-bottom: 90px;
}
 
 
 .author_course_box_items {}
 .author_course_box_item {
    margin-bottom: 130px;
    display: table;
    width: 100%;
}
.author_course_box_item:last-child {margin-bottom:0px;}
 .author_course_box_item img {}
 .course_item_left { }
 .course_item_left img,  .author_course_box_item:nth-child(2n + 1) img {
    float: left;
    margin-right: 40px;
}
 .course_item_right {}
 .course_item_right img, .author_course_box_item:nth-child(2n + 2) img {
    margin-right: 0px;
    margin-left: 48px;
    float: right;
 }
 .course_item_name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 140.9%;
/* or 35px */
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
    margin-bottom: 5px;
}
 .course_item_kto {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* black */
    color: #0E0C15;
    margin-bottom: 15px;
}
 .course_item_chem {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140.9%;
/* or 25px */
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
    margin-bottom: 8px;
}
 .course_item_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* Grey black */
    color: #787878;
}
 .course_item_text span {
    color: #E331AD;
}


.review_box {
    background: #0E0C15;
    padding: 100px 0px;
}
.review_box .center {
    max-width: 1140px;
    margin: 0 auto;
}
.review_box .title {font-family: Montserrat;font-style: normal;font-weight: bold;font-size: 45px;line-height: 130.9%;
/* identical to box height, or 59px */


/* White */color: #FFFFFF;text-align:center;margin-bottom: 90px;}
.review_box_items {}

.review_box_items {
    padding-bottom: 30px;
}
.review_box_items.slick-slider{
    user-select: auto;
}
.review_box_items .slick-prev {
    position: absolute;
    left: 135px;
    bottom: -4px;
    outline: 0;
}
.review_box_items .slick-next {
    position: absolute;
    left: 280px;
    bottom: -4px;
    outline: 0;
}
.review_box_items .slick-dots {
    left: 235px;
    bottom: -10px;
}

.review_box_item {
    display: flex!important;
}
.review_box_item_img {
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    display: table;
    position: relative;
    margin-right: 40px;
}
.review_box_item_img img {
    position: relative;
    left: 10px;
    top: 10px;
}
.review_box_item_text {}
.review_box_item_name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    margin-bottom: 10px;
}
.review_box_item_work {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    margin-bottom: 10px;
}
.review_box_item_body {/* 16 px Medium */
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
    margin-bottom: 20px;
}
.review_box_item_umax {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140.9%;
/* or 20px */
    align-items: center;

/* White */
    color: #FFFFFF;
    padding: 10px 0px 10px 10px;
    border-left: 1px solid #E331AD;
}

.review_box_item_umax a {color:#E331AD;}

.end_course_box {
    background: #0E0C15;
    padding: 100px 0px;
}
.end_course_box .center {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
}
.end_course_box_left {margin-top: 85px;width: 475px;margin-right: 30px;}
.end_course_box_left .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */


/* White */
    color: #FFFFFF;
    margin-bottom: 15px;
}
.end_course_box_left .title span {
    color: #0C3D91;
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.end_course_box_left ul {}
.end_course_box_left ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
    margin-bottom: 15px;
}
.end_course_box_right {}
.end_course_box_right img {}


.course_cons {
    background: #26242C;
    padding-top: 40px;
    padding-bottom: 20px;
}
.course_cons .center {
        width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.course_cons_left {
    margin-right: 68px;
}
.course_cons_left .title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    width: 500px;
}
.course_cons_right {}
.course_cons_right form {}
.course_cons_right form input, .course_cons_right .form input {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
/* identical to box height, or 27px */


/* Grey */
    color: #B8B8B8;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #B8B8B8;
    margin-right: 45px;
    width: 196px;
    outline: none;
}

.course_cons_right form button, .course_cons_right .form button {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140.9%;
/* identical to box height, or 23px */
    text-align: center;
    letter-spacing: 0.05em;
    transition: .25s;
    margin-top: 49px;
/* White */
    color: #FFFFFF;
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    border-radius: 10px;
    border: 0px;
    padding: 20px 111px;
    display: table;
    cursor: pointer;
}

.course_cons_right form button:hover, .course_cons_right .form button:hover{
    filter: brightness(0.85);
}

.tree_course {
    padding: 50px 0px 70px 0px;
    background: #0e0c15;
    border-top: 1px solid #2F2B3E;
    border-bottom: 1px solid #2F2B3E;
}
.tree_course .center {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.tree_course .tree_box {
    width: 360px;
}
.tree_course .tree_course_name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    margin-bottom: 15px;
}
.tree_course .tree_course_text {font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 157.9%;
/* or 25px */


/* White */

color: #FFFFFF;}
.tree_course .tree_course_text span {
    color: #e331ad;
}
 
.targetolog_box {
    background-color: #0e0c15;
    padding: 100px 0px;
    background-image: url(../img/kto_target.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 902px;
}
.targetolog_box .center {
      max-width: 1140px;
    margin: 0 auto;
}
.targetolog_box .targetolog_box_text {
    margin-bottom: 163px;
}
.targetolog_box .targetolog_box_title {/* H2 45px Bold */
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */


/* White */
    color: #FFFFFF;
    margin-bottom: 20px;
}
.targetolog_box .targetolog_box_title span {
    color: #E331AD;
}
.targetolog_box .targetolog_box_body {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    width: 670px;
}
.targetolog_box .targetolog_box_items {
    display: flex;
    justify-content: flex-end;
}
.targetolog_box .targetolog_box_item {
    background: #fff;
    padding: 25px;
    width: 375px;
}
.targetolog_box .targetolog_box_item:first-child {border-radius:0px 0px 0px 20px;}

.targetolog_box .targetolog_box_item.active {
    border: 1px solid #2F2B3E;
    background: transparent;
}
.targetolog_box .targetolog_box_item.active .targetolog_box_item_count {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 29px;
    line-height: 140.9%;
/* identical to box height, or 41px */
    align-items: center;
    letter-spacing: 0.04em;
    color: #fff;
}
.targetolog_box .targetolog_box_item.active .targetolog_box_item_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
}
.targetolog_box .targetolog_box_item_count {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 29px;
    line-height: 140.9%;
/* identical to box height, or 41px */
    align-items: center;
    letter-spacing: 0.04em;

/* black */
    color: #0E0C15;
    border-bottom: 1px solid #E331AD;
    display: table;
    margin-bottom: 5px;
}
.targetolog_box .targetolog_box_item_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* black */
    color: #0E0C15;
}

.komy_course {} 
.komy_course .center {    max-width: 1140px;
    margin: 0 auto;} 
.komy_course .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    text-align: center;

/* White */
    color: #FFFFFF;
    background: #0e0c15;
    padding: 20px 0px;
}
.komy_course .komy_course_items {
    margin: 0 40px;
    margin-top: 40px;
}

.komy_course_items .slick-dots {
    background: #fff;
    padding: 7px 76px;
    position: absolute;
    top: 395px;
    bottom: auto;
    left: 440px;
}
.komy_course_items .slick-dots li {
    color: #0e0c15!important;
}
.komy_course_items .slick-dots li button {color:#0E0C15;}
.komy_course_items .slick-dots li:last-child:before {
    content: '/';
    display: inline-block;
    color: #0E0C15;
    display: none;
}
.komy_course_items .slick-next {
    position: absolute;
    left: 543px;
    top: 410px;
    z-index: 1;
    outline: 0;
}
.komy_course_items .slick-prev {
    position: absolute;
    left: 422px;
    top: 410px;
    z-index: 1;
    outline: 0;
}

.komy_course .komy_course_item {}
.komy_course .komy_course_item_text {
    background: #0E0C15;
    padding: 20px;
    position: absolute;
    width: 500px;
}
.komy_course .komy_course_count {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 113px;
    line-height: 100%;
/* or 159px */
    letter-spacing: 0.02em;
}
.komy_course .komy_course_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;

/* Pink */
    color: #fff;
    margin-bottom: 20px;
}
.komy_course .komy_course_title span {
    color: #E331AD;
}
.komy_course .komy_course_body {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
}
.komy_course .komy_course_item_img {
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
}
.komy_course .komy_course_item_img img {}
 
.jdet_course {
    margin: 100px 0px;
} 
.jdet_course .center {
    max-width: 1140px;
    margin: 0 auto;
} 
.jdet_course .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 60px;
} 
.jdet_course .jdet_course_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F2F2F2;
} 
.jdet_course .jdet_course_item:last-child {border:0px;}
.jdet_course .jdet_course_item_name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
    display: flex;
    align-items: center;
    min-width: 500px;
    margin-right: 100px;
} 
.jdet_course .jdet_course_item_name span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 70px;
    line-height: 140.9%;
/* identical to box height, or 99px */
    width: 45px;
    letter-spacing: 0.02em;

/* Pink */
    margin-right: 40px;
    color: #E331AD;
} 
.jdet_course .jdet_course_item_body {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* black */
    color: #0E0C15;
} 

 .img_course_page {
    background: url(../img/course_img.png);
    height: 770px;
    background-size: cover;
    background-repeat: no-repeat;
}
 
 .format_course {
    background: #0e0c15;
    padding: 80px 0px;
    padding-bottom: 250px;
}
 .format_course .center {
    max-width: 1140px;
    margin: 0 auto;
}
 .format_course .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    text-align: center;

/* White */
    color: #FFFFFF;
    margin-bottom: 80px;
}
 .format_course_items {
    display: flex;
    justify-content: space-evenly;
}
 .format_course_item {
    width: 360px;
    background: #26242C;
    border-radius: 20px;
}
 .format_course_header {
    background: linear-gradient(90deg, #383B97 0%, #64389D 100%);
    backdrop-filter: blur(4px);
/* Note: backdrop-filter has minimal browser support */
    border-radius: 20px 20px 0px 0px;
    padding: 35px 30px;
}
 .format_course_header_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 115%;
/* identical to box height, or 29px */
    text-align: center;
    letter-spacing: 0.05em;

/* White */
    color: #FFFFFF;
    margin-bottom: 5px;
}
 .format_course_header_subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    text-align: center;
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
}
 .format_course_content {
    padding: 30px;
    min-height: 655px;
}
 .format_course_content ul {
    padding: 0;
    margin: 0;
}
 .format_course_content ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 157.9%;
/* identical to box height, or 24px */


/* White */
    color: #FFFFFF;
    list-style: none;
    margin-bottom: 20px;
    background: url(../img/yes.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 35px;
}
 .format_course_footer {
    padding: 30px;
}
 .format_course_footer a {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140.9%;
/* or 20px */
    text-align: center;
    letter-spacing: 0.05em;

/* White */
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    display: table;
    padding: 15px 0px;
}

.format_course_footer a:hover {background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);border-radius: 10px;border:0px;border: 1px solid #26242c;}
 .format_course_footer_price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top:  1px solid #403F44;
}
 .price_new  {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 34.9652px;
    line-height: 1;
/* or 55px */
    letter-spacing: 0.045em;

/* White */
    color: #FFFFFF;
    margin-right: 20px;
}
 .price_new span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17.3981px;
    line-height: 157.9%;
/* identical to box height, or 27px */


/* White */
    color: #FFFFFF;
    margin-left: 15px;
}
 .price_old {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 22.9419px;
    line-height: 157.9%;
/* or 36px */
    letter-spacing: 0.045em;
    color: #696672;
    text-decoration: line-through;
}
 .price_old span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 11.4155px;
    line-height: 157.9%;
/* identical to box height, or 18px */
    color: #696672;
    margin-left: 15px;
}
	
.form_course {
    
    
/* or 42px */
    

/* black */
    max-width: 1140px;
    background: #fff;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    margin-top: -150px;
}	
.form_course .center {
    display: flex;
    padding: 70px 90px;
	max-width: 1140px;
    margin: 0 auto;
}	
.form_course .form_course_left {
    min-width: 425px;
    margin-right: 60px;
}	
.form_course .form_course_left .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    align-items: center;
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
    width: 460px;
}	
.form_course .form_course_left .title span {
    color: #E331AD;
}	
	 
.form_course_right {}
.form_course_right form {}
.form_course_right form input, .form_course_right .form input {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
/* identical to box height, or 27px */


/* Grey */
    color: #B8B8B8;
    border: 0px;
    border-bottom: 1px solid #B8B8B8;
    width: 200px;
    margin-right: 30px;
    outline: none;
}
.form_course_right form button, .form_course_right .form button {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140.9%;
/* identical to box height, or 23px */
    letter-spacing: 0.05em;
    transition: .25s;
    margin-top: 37px;
/* White */
    color: #FFFFFF;
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    border-radius: 10px;
    border: 0px;
    width: 440px;
    text-align: center;
    padding: 21px 0px;
    cursor: pointer;
}
.form_course_right form button:hover, .form_course_right .form button:hover{
    filter: brightness(0.85);
}
		
 .program_course {
    margin: 200px 0px;
}
 .program_course .center {
    margin: 0 auto;
    max-width: 940px;
}
 .program_course .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 100px;
}
 .program_course .program_course_items {}
 .program_course .program_course_item {
    margin-bottom: 46px;
    padding-bottom: 46px;
    border-bottom: 1px solid #E0E0E0;
}

 .program_course .program_course_item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #E0E0E0;
}

 .program_course .program_course_header {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
    position: relative;
}

 .program_course_item .program_course_header:after {content:'';width: 54px;height: 54px;display: table;background: url(../img/course_plus.svg);background-repeat: no-repeat;background-position: 50%;position: absolute;right: 0px;top: -12px;}
 .program_course_item.active .program_course_header:after {content:'';background: url(../img/course_close.svg);}
 .program_course .program_course_content {
    margin-top: 30px;
}
.program_course_item .program_course_content {max-height: 0px;overflow: hidden;transition: all .5s; margin-top: 0;}
.program_course_item.active .program_course_content {max-height: 5000px;margin-top: 30px;}

.program_course .program_course_content ul {padding:0px; margin:0px;padding-left:20px;margin-bottom:20px}
.program_course .program_course_content ul li {font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 157.9%;

color: #0E0C15;}

.program_course .program_course_content ul li::marker {color:#e331ad}

.course_title, .program_course .program_course_content p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150.4%;
    margin-bottom:15px;
    color: #0E0C15;
    
}

.career_course {
    background: #0e0c15;
    padding: 70px 0px 95px 0px;
    position:relative;
    overflow: hidden;
}

.career_course:before {content:'';display: table;background: url(../img/course_career.png);width: 426px;height: 934px;position: absolute;top: 50px;}

.career_course .center {
    max-width: 1140px;
    margin: 0 auto;
    margin-left: 35%;
}
.career_course .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */


/* White */
    color: #FFFFFF;
    margin-bottom: 50px;
    max-width: 630px;
}
.career_course .career_course_items {
    display: flex;
    flex-wrap: wrap;
}
.career_course .career_course_item {
    background: #26242C;
    border-radius: 20px;
    padding: 30px;
    width: 360px;
    position: relative;
    margin: 15px;
    margin-bottom: 40px;
}

.career_course .career_course_item:nth-child(2) {position:relative;top: 60px;}
.career_course .career_course_item:nth-child(4) {position:relative;top:90px;}

.career_course .career_course_icon {
    position: absolute;
    top: -43px;
    left: 30px;
}
.career_course .career_course_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
}
 

.couerse_umax {
    background: url(../img/course_img.png);
    height: 550px;
    position: relative;
}

.couerse_umax .black {
    background: #0E0C15D9;
    width: 100%;
    height: 100%;
    position: absolute;
}

.couerse_umax .center {
    z-index: 2000;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
	max-width: 1140px;
    margin: 0 auto;
}
.couerse_umax .couerse_umax_box {}
.couerse_umax .couerse_umax_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    text-align: center;

/* White */
    color: #FFFFFF;
    margin-bottom: 30px;
}
.couerse_umax .couerse_umax_link {}
.couerse_umax .couerse_umax_link a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    display: table;
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    text-decoration: none;
    background: url(../img/video.svg);
    background-repeat: no-repeat;
    padding: 18px 0px;
    padding-left: 100px;
    margin: 0 auto;
}
 

 .student_course {
    background: #0e0c15;
    padding: 100px 0px;
}
 .student_course .center {
    max-width: 1140px;
    margin: 0 auto;
}
 .student_course .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */


/* White */
    color: #FFFFFF;
    margin-bottom: 80px;
    text-align: center;
}
 .student_course .student_course_items {
    width: 100%;
    max-width: 1140px;
}
.student_course .student_course_items .slick-list{
    overflow: visible;
}
.student_course_items-wrapper{
    width: calc(100% - ((100% - 1140px) / 2));
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
}
 .student_course .student_course_item {
    position: relative;
    padding-right: 30px;
}
.student_course .student_course_item img{
    width: 100%;
}
.student_course .student_course_items .slick-arrow{
    display: none!important;
}
.course_form_send-bg{
    position: absolute;
    left: 562px;
    top: calc(50% - (813px / 2));
    width: 613px;
    height: 813px;
}
.course_form_send-bg img{
    width: 100%;
    height: 100%;
}
.course_form_send .center{
    position: relative;
}
 .student_course .student_course_bottom {}
 .student_course .student_course_bottom {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 20px;
    align-items: center;
}
 .student_course .student_course_stud_img {
    margin-right: 15px;
}
 .student_course .student_course_stud_text {}
 .student_course .student_course_stud_nickname {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
}
 .student_course .student_course_stud_name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140.9%;
/* identical to box height, or 20px */


/* White */
    color: #FFFFFF;
}
 
.fac_course_box {
    background: #0e0c15;
    padding: 100px 0px;
}
.fac_course_box .center {
    margin: 0 auto;
    width: 940px;
}
.fac_course_box .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    text-align: center;

/* White */
    color: #FFFFFF;
    margin-bottom: 80px;
}
.fac_course_box .fac_course_items {}
.fac_course_box .fac_course_item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #4D495B;
}

.fac_course_box .fac_course_item .fac_course_content {
    max-height: 0px;
    transition: all .5s;
    margin-top: 0px;
    overflow: hidden;
}
.fac_course_box .fac_course_item.active .fac_course_content {max-height: 2000px;margin-top: 30px;}


.fac_course_item .fac_course_header:after {content: '';width: 54px;height: 54px;display: table;background: url(../img/faq_plus.svg);background-repeat: no-repeat;background-position: 50%;position: absolute;right: 0px;top: -12px;}
.fac_course_item.active .fac_course_header:after {content:'';background: url(../img/course_close.svg);}

.fac_course_box .fac_course_header {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    position: relative;
}
.fac_course_box .fac_course_content {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
}

.resume_box {
    background: #0e0c15;
    padding: 100px 0px;
}
.resume_box .center {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.resume_box .resume_img {
    margin-right: 80px;
}
.resume_box .resume_img img {}
.resume_box .title:before {content:'';display:table;background:url(../img/resume_icon.png);width: 102px;height: 103px;position: absolute;right: 130px;top: -120px;}
.resume_box .title {
    position:relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 92px;
    line-height: 98.9%;
/* or 91px */


/* White */
    box-sizing: border-box;
    width: 500px;
    color: #0e0c15;
    text-shadow: 0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
    -webkit-text-shadow:0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
    -moz-text-shadow:0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
}
.resume_box .title span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 29px;
    line-height: 122.9%;
/* identical to box height, or 36px */
    text-transform: uppercase;

/* White */
    color: #FFFFFF;
    display: table;
    margin-top: 22px;
    text-shadow: 0 0 BLACK;
}

.bonus_course_page {
    padding: 150px 0px;
    background: url(../img/course_bonus.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    margin-bottom: 100px;
}

.bonus_course_content {max-width:585px;}

.bonus_course_page .center {
        
max-width: 1140px;
        
margin: 0 auto;
}
.bonus_course_page .bonus_course_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */


/* black */
    color: #0E0C15;
    margin-bottom: 20px;
}
.bonus_course_page .bonus_course_body {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* Grey */
    color: #B8B8B8;
    margin-bottom: 40px;
}
.bonus_course_page ul {
    margin: 0;
    padding-left: 20px;
}
.bonus_course_page ul li {margin-bottom: 30px;border-bottom: 1px solid #B8B8B8;padding-bottom: 30px;font-family: Montserrat;font-style: normal;font-weight: 500;font-size: 18px;line-height: 150.4%;
/* identical to box height, or 27px */


/* black */color: #0E0C15;}
.bonus_course_page ul li:last-child {border:0px}
.bonus_course_page ul li:hover {color: #E331AD;}
.bonus_course_page ul li::marker {color: #E331AD;}


.course_form_send {
    padding: 150px 0px;
    /* background: url(../img/form_course.png);
    background-repeat: no-repeat;
    background-position: 100% 50%; */
    overflow: hidden;
}
.course_form_send .center {
        width: 1140px;
    margin: 0 auto;
}
.course_form_send .course_form_send_box {}
.course_form_send .course_form_send_box .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */


/* black */
    color: #0E0C15;
    width: 590px;
}
.course_form_send .course_form_send_box .course_form_sale {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 130.9%;
    color: white;
    text-shadow: 0px 1px 0 rgb(227,49,173),0px -1px 0 rgb(227,49,173),1px 0px 0 rgb(227,49,173),-1px 0px 0 rgb(227,49,173),1px 1px 0 rgb(227,49,173),1px -1px 0 rgb(227,49,173),-1px 1px 0 rgb(227,49,173),-1px -1px 0 rgb(227,49,173);
    -webkit-text-shadow:0px 1px 0 rgb(227,49,173),0px -1px 0 rgb(227,49,173),1px 0px 0 rgb(227,49,173),-1px 0px 0 rgb(227,49,173),1px 1px 0 rgb(227,49,173),1px -1px 0 rgb(227,49,173),-1px 1px 0 rgb(227,49,173),-1px -1px 0 rgb(227,49,173);
    -moz-text-shadow:0px 1px 0 rgb(227,49,173),0px -1px 0 rgb(227,49,173),1px 0px 0 rgb(227,49,173),-1px 0px 0 rgb(227,49,173),1px 1px 0 rgb(227,49,173),1px -1px 0 rgb(227,49,173),-1px 1px 0 rgb(227,49,173),-1px -1px 0 rgb(227,49,173);
}
.course_form_send .course_form_send_box .course_form_sale div {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 120px;
    line-height: 130.9%;
/* identical to box height, or 157px */
    display: table;
    text-shadow: 0 0 transparent;
    color: #0C3D91;
    background: linear-gradient(
261.94deg
, #E331AD -11.96%, #0C3D91 120.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.course_form_send .course_form_send_box form {}
.course_form_send .course_form_send_box form input, .course_form_send .course_form_send_box .form input {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
    outline: none;
/* identical to box height, or 27px */


/* Grey */
    color: #B8B8B8;
    border: 0px;
    border-bottom: 1px solid #B8B8B8;
    display: table;
    width: 355px;
}
.course_form_send .course_form_send_box form button, .course_form_send .course_form_send_box .form button {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140.9%;
/* or 25px */
    letter-spacing: 0.1em;
    transition: .25s;
    margin-top: 35px;
/* White */
    color: #FFFFFF;
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    border-radius: 20px;
    border: 0px;
    padding: 25px 85px;
    display: table;
    cursor: pointer;
}

.course_form_send .course_form_send_box form button:hover, .course_form_send .course_form_send_box .form button:hover{
    filter: brightness(0.85);
}

.polezno_smm {
    background: url(../img/polezno.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}
.polezno_smm .center {
    max-width: 1140px;
    margin: 0 auto;
}
.polezno_smm .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */


/* black */
    color: #0E0C15;
    width: 580px;
}
.polezno_smm .title span {
    color: #e331ad;
}
.polezno_smm .polezno_smm_box {
    display: flex;
  /*   background: rgba(255, 255, 255, 0.9); */
  
    padding-top: 110px;
    padding-bottom: 110px;
    max-width: 1115px;
}
.polezno_smm .polezno_smm_box .polezno_smm_list {
    min-width: 480px;
    margin-right: 30px;
}
.polezno_smm .polezno_smm_box .polezno_smm_list ul {
    padding: 0px;
    margin: 0px;
}
.polezno_smm .polezno_smm_box .polezno_smm_list ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;
    transition: .3s;
    cursor: pointer;
/* black */
    color: #0E0C15;
    list-style: none;
    margin-bottom: 30px;
    position:relative;
}

.polezno_smm .polezno_smm_box .polezno_smm_list ul li:hover {
    color:#e331ad;
    padding-left:30px;
    
}
.polezno_smm .polezno_smm_box .polezno_smm_list ul li:before {
    content:'';
    width: 100%;
    transition: .3s;
    max-width:0;
    height:2px;
    display:table;
    background:#e331ad;
    position:absolute;
    left:0px;
    top:50%;
    margin-top:-1px;
}
.polezno_smm .polezno_smm_box .polezno_smm_list ul li:hover:before{
    max-width: 23px;
}

.polezno_smm .polezno_smm_box .polezno_smm_text {
	display:none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* black */
    color: #0E0C15;
    max-width: 620px;
    padding: 0px 50px;
}

.polezno_smm .polezno_smm_box .polezno_smm_text .polezno_smm_text-wrap{
    display: none;
}

.polezno_smm .polezno_smm_box .polezno_smm_text .polezno_smm_text-wrap.active{
    display: block;
}

.smm_box {
    background-color: #0e0c15;
    padding-top: 100px;
    padding-bottom: 200px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(../img/smm_fon.png);
    background-repeat: no-repeat;
    background-position: 100% 45%;
    overflow: hidden;
}
.smm_box .center {
        width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.smm_box .smm_box_left {}
.smm_box .smm_box_right {}
.smm_box .smm_box_left .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
    color: #FFFFFF;
    margin-bottom: 37px;
}
.smm_box .smm_box_left .title span {
    color: #E331AD;
}
.smm_box .smm_box_left ul {
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    max-width: 452px;
}

.smm_box .smm_box_left ul li::marker {color:#e331ad;}
.smm_box .smm_box_left ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150.4%;
/* identical to box height, or 27px */


/* White */
    color: #FFFFFF;
    margin-bottom: 25px;
}
.smm_box .smm_box_right {margin-left: 132px;width: 564px;position: relative;height: 620px;}

.smm_box .smm_box_right img {position:absolute;left: -200px;bottom: -100px;}

.kak_work {
    padding: 100px 20px;
}
.kak_work .center {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.kak_work .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 80px;
}
.kak_work .kak_work_items {}
.kak_work .kak_work_item {
    display: flex;
    align-items: center;
    margin-bottom: 150px;
}

.kak_work .kak_work_item_left .kak_work_item_img {margin-right: 80px;}
.kak_work .kak_work_item_right .kak_work_item_img {margin-left: 80px;}

.kak_work .kak_work_item .kak_work_item_text {}

.kak_work .kak_work_item .kak_work_item_count {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    /* display: flex; */
    align-items: center;
    letter-spacing: 0.04em;

/* Pink */
    color: #E331AD;
}
.kak_work .kak_work_item .kak_work_item_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
    margin-bottom: 20px;
}
.kak_work .kak_work_item .kak_work_item_body {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150.4%;
/* or 27px */


/* black */
    color: #0E0C15;
}
.kak_work .kak_work_item .kak_work_item_img {}
.kak_work .kak_work_item:nth-child(even) .kak_work_item_img {order:1;margin-right: 80px;}
.kak_work .kak_work_item:nth-child(even) .kak_work_item_text {order:2;}
.kak_work .kak_work_item:nth-child(odd) .kak_work_item_text {margin-right: 80px;}
.research_box {
    background: url(../img/isledovanie.png);
    background-size: cover;
    background-position: 50%;
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: table;
    width: 100%;
    padding-bottom: 239px;
    overflow: hidden;
}
.research_box .center {
    max-width: 1140px;
    margin: 0 auto;
}
.research_box .research_box_one {
    margin-bottom: 140px;
}
.research_box .research_box_one .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    align-items: center;

/* White */
    color: #FFFFFF;
    margin-bottom: 40px;
}
.research_box .research_box_one .title span {
    color: #E331AD;
}
.research_box .research_box_one img {
    position: absolute;
    right: 0px;
    top: -100px;
}
.research_box .research_box_one ul {
    padding: 0px;
    margin: 0px;
    width: 520px;
}
.research_box .research_box_one ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    list-style: none;
    margin-bottom: 30px;
    background: url(../img/yes.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 0px 5px;
}
.research_box .research_box_two {
    background: #fff;
    padding: 30px 50px;
    padding-right: 150px;
    margin-left: 300px;
    position: absolute;
    right: 0px;
}
.research_box .research_box_two .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
    margin-bottom: 20px;
}
.research_box .research_box_two .title span {}
.research_box .research_box_two ul {
    padding: 0px;
    margin: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150.4%;
/* identical to box height, or 27px */
    color: #000000;
    padding-left: 20px;
}
.research_box .research_box_two ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150.4%;
/* identical to box height, or 27px */
    color: #000000;
    margin-bottom: 12px;
}
.research_box .research_box_two ul li::marker {color:#e331ad;}

.main__cases {
    padding: 150px 0px;
    padding-bottom: 50px;
}

.task_box {
    background: #0E0C15;
    padding: 50px 0px;
}
.task_box .center {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.task_box .task_box_left {
    width: 50%;
}
.task_box .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */


/* White */
    color: #FFFFFF;
    margin-bottom: 10px;
}
.task_box ul {
    margin: 0;
    padding: 0;
}
.task_box ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */
    /* display: flex; */
    align-items: center;

/* White */
    color: #FFFFFF;
    margin-bottom: 5px;
    list-style: none;
}
.task_box .task_box_right {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
    width: 50%;
}

.work_process {
    padding: 50px 0px;
    background: url(../img/burger.png);
    background-repeat: no-repeat;
    background-position: 120% 80%;
    overflow: hidden;
}
.work_process .center {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0px;
}
.work_process .title {font-family: Montserrat;font-style: normal;font-weight: bold;font-size: 45px;line-height: 130.9%;
/* identical to box height, or 59px */


/* Pink */color: #0E0C15;margin-bottom: 20px;}
.work_process .title span {color: #E331AD}

.work_process .work_process_strong {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* black */
    color: #0E0C15;
    border-left: 2px solid #e331ad;
    padding-left: 5px;
}

.story_box {
    background: #F2F2F2;
}
.story_box .story_box_items {
    display: flex;
    justify-content: space-around;
}
.story_box .story_box_item {}
.story_box .story_box_item img {}

.work_process_text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* black */
    color: #0E0C15;
    clear: both;
}
.work_process_text ul {
    padding-left: 20px;
}
.work_process_text ul li::marker {color: #e331ad;}
	
.work_process_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* black */
    color: #0E0C15;
    margin: 30px 0px;
}
.work_process_text .work_process_post_img {
    margin-right: 80px;
}
.work_process_text .work_process_post_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* black */
    color: #0E0C15;
}
.work_process_text .work_process_post_text p {}
.work_process_text .work_process_post_text span {
    color: #e331ad;
}
.work_process_img_two .work_process_post_big_img img {}

.content_box_case {
    background-color: #0e0c15;
    background-image: url(../img/content_box.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding: 70px 0px;
    display: table;
    width: 100%;
    padding-right: 200px;
}
.content_box_case .center {
    width: 50%;
    float: right;
	
}
.content_box_case .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 30px;
}
.content_box_case p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
}

.visyal_box {
    padding: 50px 0px;
}
.visyal_box .center {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.visyal_box .visyal_box_left {
    margin-right: 80px;
    max-width: 508px;
}
.visyal_box .visyal_box_left .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */


/* black */
    color: #0E0C15;
    margin-bottom: 10px;
}
.visyal_box .visyal_box_left .title span {
    color: #E331AD;
}
.visyal_box .visyal_box_left .text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* black */
    color: #0E0C15;
}
.visyal_box .visyal_box_right {}
.visyal_box .visyal_box_right img {
    width: 100%;
}

.design_box {
    overflow: hidden;
}
.design_box .center {    max-width: 1140px;
    margin: 0 auto;}
.design_box .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    text-align: center;
    letter-spacing: 0.02em;

/* black */
    color: #0E0C15;
    margin-bottom: 70px;
}
.design_box .design_box_items {
    display: flex;
    justify-content: center;
}
.design_box .design_box_item {}
.design_box .design_box_item:nth-child(2) {margin-top:100px}
.design_box .design_box_item img {}

.highlights_box {
    margin-bottom: 180px;
}
.highlights_box .center {
    max-width: 1140px;
    margin: 0 auto;
}
.highlights_box .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140.9%;
/* identical to box height, or 20px */


/* Grey */
    color: #B8B8B8;
    margin-bottom: 30px;
}
.highlights_box .highlights_box_items {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 20px 20px 50px rgba(202, 202, 202, 0.15);
    border-radius: 20px;
    padding: 35px;
    display: flex;
    justify-content: space-between;
}
.highlights_box .highlights_box_item {}
.highlights_box .highlights_box_text {margin-top: 15px;font-family: Montserrat;font-style: normal;font-weight: 500;font-size: 16px;line-height: 157.9%;
/* or 25px */text-align: center;color: #000000;}
.highlights_box .highlights_box_item img {}

.result_box {
    background: #faf5f9;
    padding: 60px 0px;
}
.result_box .center {
    max-width: 1140px;
    margin: 0 auto;
}
.result_box .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* identical to box height, or 59px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 70px;
}
.result_box_items {
    display: flex;
    justify-content: space-around;
}
.result_box_item {
    width: 360px;
    background: url(../img/yes_circle.png);
    background-repeat: no-repeat;
    padding-top: 60px;
    background-position: 50% 0%;
    text-align: center;
}

.smm_bussines_box {background-color: #0E0C15;}
.smm_bussines_box .title {color:#fff;}

.arrow-down {
    /* margin: 30px; */
    display: table;
    margin: 0 auto;
    padding-top: 55px;
    background: url(../img/mouse.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0px;
}

.arrow-down:before {animation: MoveUpDown 2s linear infinite;content:'';width:2px;height: 8px;background: #e331ad;display:table;border-radius: 2px;position: absolute;top: 11px;left: 19px;}

@media (max-width: 1280px) {
    .student_course_items-wrapper{
        width: calc(100% - 70px);
    }
    .student_course .student_course_items{
        max-width: 677px;
    }
}

@keyframes MoveUpDown {
  0%, 100% {
    top: 11px;
  }
  50% {
    top: 14px;
  }
}


.arrow-down div.current {background: #E331AD;}
 .arrow-down div {
    display: table;
    width: 5px;
    height: 5px;
    background: #F299D7;
    border-radius: 25px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.slick-prev {background:url(../img/slick_arrow_left.svg);border: 0px;
    background-repeat: no-repeat;
    font-size: 0px;
    width: 51px;
    height: 15px;}
.slick-next {background:url(../img/slick_arrow_right.svg);border: 0px;
    background-repeat: no-repeat;
    font-size: 0px;
    width: 51px;
    height: 15px;}
    
.slick-prev:hover, .slick-next:hover {cursor:pointer;}		

.slick-dots {
    position: absolute;
    padding: 0px;
    margin: 0px;
    display: flex; 
    justify-content: center;
    left: 50%;
    margin-left: -25px;
    bottom: 15px;
}				
.slick-dots li {
    list-style: none;
    display:none;
}

.slick-dots li.slick-active {display:block;font-family: Montserrat;font-style: normal;font-weight: bold;font-size: 20px;line-height: 150.4%;
/* or 30px */letter-spacing: 0.115em;

/* White */color: #FFFFFF;}
				
.slick-dots li:last-child {
    /* display:block; */
    /* padding: 0px; */
    /* background: transparent; */
}
.slick-dots li:last-child:before {content:'/';display: inline-block;color: #fff;display: none;}		
.slick-dots li button {
    background: transparent;
    display: inline-block;
    border: 0px;
    outline: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150.4%;
/* or 24px */
    /* display: flex; */
    align-items: center;
    text-align: center;
    letter-spacing: 0.115em;

/* White */
    color: #FFFFFF;
}

.page_404 {
    background: url(../img/fon_404.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.page_404 .center {
    display: flex;
    width: 1140px;
    margin: 0 auto;
    align-items: center;
}
.page_404 .block_404 {}
.page_404 .block_404 .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 130.9%;
/* or 65px */
    display: flex;
    align-items: flex-end;

/* White */
    color: #FFFFFF;
    width: 440px;
    margin-bottom: 10px;
}
.page_404 .block_404 .desk {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
    margin-bottom: 30px;
    width: 483px;
}
.page_404 .block_404 a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140.9%;
/* identical to box height, or 23px */
    text-align: center;
    letter-spacing: 0.05em;

/* White */
    color: #FFFFFF;
    background: linear-gradient(261.94deg, #E331AD -11.96%, #0C3D91 120.93%);
    border-radius: 10px;
    padding: 20px 35px;
    display: table;
}

.page_404 .block_404_img {
    height: 600px;
}
.page_404 .block_404_img img {
    position: absolute;
}

.work_process_img_two {display: flex;}
.work_process_post_big_img:nth-child(2) {margin-top:80px;}

.work_process_text-img {display:flex;align-items: center;}

.task_box_one {
    margin-bottom: 25px;
}
.task_box_one .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* Pink */
    color: #E331AD;
}
.task_box_one ul {}
.task_box_one ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157.9%;
/* or 25px */


/* White */
    color: #FFFFFF;
    margin-bottom: 5px;
}

.task_box_two {margin-bottom: 25px;display:table;}
.task_box_two .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
    color: #E331AD;}
.task_box_two ul {}
.task_box_two ul li {
    width: 50%;
    float: left;
}

.task_box_three {
    
}
.task_box_three .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.9%;
    color: #E331AD;
}
.task_box_three ul {
    padding-left: 20px;
}
.task_box_three ul li {position:relative;}
.task_box_three ul li:before {content:'';width:5px;height:1px;background:#fff;display: table;position: absolute;left: -15px;top: 12px;}

.task_box_left ul {padding-left:20px;}
.task_box_left ul li {position:relative;}
.task_box_left ul li:before {content:'';width:5px;height:1px;background:#fff;display: table;position: absolute;left: -15px;top: 12px;}

.sleza {display:block;width: 11px;height: 17px;background: url(../img/sleza.png);position: absolute;left: 185px;top: 0px;animation: SlezaUpDown 5s linear infinite;z-index: 25;}

.david-block {
    display: table;
    position: absolute;
    right: 130px;
}
.david-block img:nth-child(1) {
    position: absolute;
    left: 140px;
    top: -70px;
    z-index: 30;
}
.david-block img:nth-child(2) {
    position: absolute;
    left: 260px;
    top: -59px;
    z-index: 10;
}
.david-block img:nth-child(3) {
    z-index: 20;
    position: relative;
}


@keyframes SlezaUpDown {
  0% {
    top: 184px;
    left: 160px;
    opacity:1;
  }
  100% {
    top: 250px;
    left: 180px;
    opacity:0.1;
  }
}


.main_course_img {
    position: absolute;
    right: 100px;
    bottom: 50px;
}

.main_smm_page .main__offer__title {max-width:750px;}

.target_page li:nth-child(1) {background:url(../img/target_page_1.png);background-repeat:no-repeat;}
.target_page li:nth-child(2) {background:url(../img/target_page_2.png);background-repeat:no-repeat;}
.target_page li:nth-child(3) {background:url(../img/target_page_3.png);background-repeat:no-repeat;}



.instagram_block_card {
  width: 260px;
  margin-right: 30px;
  height: 417px;
  position: relative;
  perspective: 1000px;
  border: 1px solid #fff;
}
.instagram_block_card:last-child {margin-right:0px;}
.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  transition: 1s;
  backface-visibility: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 14%);
  border-radius: 20px;
 }
.front img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.back {
  transform: rotateY(180deg);
  padding: 15px;
}
.instagram_block_card:hover .front {
  transform: rotateY(180deg);}
.instagram_block_card:hover .back {
  transform: rotateY(360deg);}
  
  
  .instagram_block {
    padding: 50px 0px;
}
  .instagram_block .center {
    max-width: 1140px;
    margin: 14px auto;
    position: relative;
}

.instagram_block .title span {color: #e331ad;}
  .instagram_block .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 20px;
}
  .instagram_block .desk {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;

/* Grey */
    color: #B8B8B8;
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
}
  
  .instagram_block .instagram_block_items {
    display: flex;
}
  
  .instagram_block .instagram_block_card .front:before {content:'';width: 100%;height: 100%;position: absolute;border-radius: 20px;background: linear-gradient(0deg, rgb(19 19 29 / 55%), #13131d8c);}
  
  .front .box_footer {
    position: absolute;
    bottom: 0px;
    padding: 20px;
}
  .front .box_footer .box_footer_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    margin-bottom: 6px;
}
  .front .box_footer a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 150%;
/* identical to box height, or 19px */


/* Grey white */
    color: #E5E5E5;
}
  
  .back .title {
    background: linear-gradient( 
261.94deg
 , #E331AD -11.96%, #0C3D91 120.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;
    text-align: left;
}
  .back p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
/* identical to box height, or 19px */


/* Grey black */
    color: #787878;
}
  .back ul {
    padding: 0px;
    padding-left: 20px;
}
  .back ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
/* identical to box height, or 19px */


/* Grey black */
    color: #787878;
    margin-bottom: 10px;
}

.back ul li::marker {color: #e331ad;}

  .back .text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150.4%;
/* or 20px */


/* black */
    color: #0E0C15;
}
  .back .box_footer {
    position: absolute;
    bottom: 0px;
    margin-bottom: 15px;
}
  .back .box_footer a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 150%;
/* identical to box height, or 19px */


/* Grey black */
    color: #787878;
}



.flash {color:transparent;border-radius: 50%;position: absolute;right: 0px;top: -63px;z-index: 100;}



.flash {
   margin: auto;
   animation: light;
   animation-duration: 2s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
}
@keyframes light {
   from, 31% {
      transform: scale(1,1);
     opacity:1;
       color:transparent;
   }
   15% {
      transform: scale(10,10);
       color:#fff
   }
   30% {
      transform: scale(1,1); color:#fff
   }
}



@keyframes Orbita2 {
    from { transform: rotate(180deg) rotate(0deg); }
    to   { transform: rotate(180deg) rotate(380deg); }
}

.target_img {position: absolute;right: -282px;top: 0;width: 707px;}
.target_img img:nth-child(2) {position:absolute;left: -8px;top: 28px;}
.target_img img:nth-child(1) {
    animation: Orbita2 15s linear infinite;
}

#myVideo {
	position:absolute;
	top: 0px;
	height: 100%;
	right: 0px;
}



.which-socials .instagram_block_card {
  min-width: 260px;
  margin-right: 30px;
  height: 417px;
  position: relative;
  perspective: 1000px;
  border: 1px solid #fff;
}
.which-socials .instagram_block_card:last-child {margin-right:0px;}
.which-socials .front, .which-socials .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  transition: 1s;
  backface-visibility: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 14%);
  border-radius: 20px;
 }
.which-socials .front img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.which-socials .back {
  transform: rotateY(180deg);
  padding: 15px;
}
.which-socials .instagram_block_card:hover .front {
  transform: rotateY(180deg);}
.which-socials .instagram_block_card:hover .back {
  transform: rotateY(360deg);}
  
  
 .which-socials .instagram_block {
    padding: 50px 0px;
}
 .which-socials .instagram_block .center {
    width: 1140px;
    margin: 14px auto;
    position: relative;
}

.which-socials .instagram_block .title span {color: #e331ad;}
 .which-socials .instagram_block .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130.9%;
/* or 59px */
    text-align: center;

/* black */
    color: #0E0C15;
    margin-bottom: 20px;
}
 .which-socials .instagram_block .desk {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140.9%;
/* or 42px */
    letter-spacing: 0.02em;

/* Grey */
    color: #B8B8B8;
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
}
  
 .which-socials .instagram_block .instagram_block_items {
    display: flex;
}
  
 .which-socials .instagram_block .instagram_block_card .front:before {content:'';width: 100%;height: 100%;position: absolute;border-radius: 20px;background: linear-gradient(0deg, rgb(19 19 29 / 55%), #13131d8c);}
  
 .which-socials .front .box_footer {
    position: absolute;
    bottom: 0px;
    padding: 20px;
}
 .which-socials .front .box_footer .box_footer_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;

/* White */
    color: #FFFFFF;
    margin-bottom: 6px;
}
 .which-socials .front .box_footer a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 150%;
/* identical to box height, or 19px */


/* Grey white */
    color: #E5E5E5;
}
  
 .which-socials .back .title {
    background: linear-gradient( 
261.94deg
 , #E331AD -11.96%, #0C3D91 120.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140.9%;
/* or 28px */
    letter-spacing: 0.02em;
    text-align: left;
}
 .which-socials .back p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
/* identical to box height, or 19px */


/* Grey black */
    color: #787878;
}
 .which-socials .back ul {
    padding: 0px;
    padding-left: 0px;
}
 .which-socials .back ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
/* identical to box height, or 19px */


/* Grey black */
    color: #787878;
    margin-bottom: 10px;
    text-align: center;
    list-style: none;
}

.which-socials .back ul li::marker {color: #e331ad;display: none;}

 .which-socials .back .text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150.4%;
/* or 20px */


/* black */
    color: #0E0C15;
}
 .which-socials .back .box_footer {
    width: -webkit-fill-available;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 15px;
    margin-bottom: 15px;
}
 .which-socials .back .box_footer a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140.9%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    width: -webkit-fill-available;
    display: table;
    border-radius: 10px;
    padding: 12.5px 0px;
    transition: .25s;
}
.which-socials .back .box_footer a:hover{
    text-decoration: none;
    filter: brightness(0.85);
}

.opacity-0 {opacity:0;}

.polezno_smm_img1 {position:absolute;right: 370px;top: 0px;}
.polezno_smm_img2 {position:absolute;right: 0;top: 0px;}