/*   
Theme Name: mentor2023
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* add to vars */


/* font */

@font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 400;
    src: local("Onest"),
        url("fonts/Onest-Regular.woff") format("woff");
}

@font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 500;
    src: local("Onest"),
        url("fonts/Onest-Medium.woff") format("woff");
}

@font-face {
	font-family: 'Bad Script';
	src: url('BadScript-Regular.eot');
	src: local('Bad Script Regular'), local('BadScript-Regular'),
		url('fonts/BadScript-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/BadScript-Regular.woff') format('woff'),
		url('fonts/BadScript-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* begin */

body{
    background: #EDEEF1;
    color: #000;
    font: 400 16px/1.3 'Onest', sans-serif;
}

.devider_line{
    border-bottom: solid 1px #eee
}

img{
	max-width:100%;
	height:auto
}

h1{
    font: 400 29px/1.2 'Onest', sans-serif;
    color: #000;
}

h2{
    font: 400 24px/1.2 'Onest', sans-serif;
    color: #000;
}

p, li{
    font: 400 15px/1.3 'Onest', sans-serif;
    color: #000;
    margin: 20px 0
}

li{
	margin: 10px 0
}

a, a:hover{
    color:#2723C4;
}

strong{
    font-weight: 500
}

.light{
    color:#868A96
}

.nowrap{
	white-space:nowrap
}

.handwritten {
  font-family: 'Bad Script', cursive;
  letter-spacing: -0.05em;
  color: #4643CC;
}

.bg_white{
    background: #fff
}

.border_round{
    border-radius: 20px
}

.btn_pr, .btn_pr:focus, .btn_pr:visited{
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #2723C4;
    background: #2723C4;
    border-radius: 10px;
    font: 400 16px/1.2 'Onest', sans-serif;
    color: #fff;
    text-decoration: none;
    transition: background .15s ease-out, box-shadow .25s ease-out;
    text-align: center;
}

.btn_pr:hover{
    border: 1px solid #0F0D68;
    background: #211EA8;
    text-decoration: none;
	color:#fff
}

.btn_or, .btn_or:focus, .btn_or:visited{
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #E68A25;
    background: #E68A25;
    border-radius: 10px;
    font: 400 16px/1.2 'Onest', sans-serif;
    color: #fff;
    text-decoration: none;
    transition: background .15s ease-out, box-shadow .25s ease-out;
    text-align: center;
}

.btn_or:hover{
    color: #fff;
    border: 1px solid #CE6E1A;
    background: #DF841F;
    text-decoration: none
}

.btn_hollow, .btn_hollow:focus, .btn_hollow:visited{
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #64666C;
    background: #fff;
    border-radius: 10px;
    font: 400 16px/1.2 'Onest', sans-serif;
    color: #64666C;
    text-decoration: none;
    transition: background .15s ease-out, box-shadow .25s ease-out;
    text-align: center;
}

.btn_hollow:hover{
    color: #fff;
    border: 1px solid #0F0D68;
    background: #211EA8;
    text-decoration: none;
}

.btn_pr.big, .btn_or.big, .btn_hollow.big{
    padding: 13px 28px;
    font: 400 18px/1.2 'Onest', sans-serif;
}

.container{
    overflow: hidden
}

.videocontainer{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videocontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 0.5em;
	border-radius: 2em;
}

.videocontainer img{
    max-width: 100%
}

.pipirka {
	background: #2723c4;
}

/*mobile_menu*/

#menu_overlay {
    position: fixed;
    background: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    cursor: pointer
}

#menu_overlay.active{
    display: block;
}

#topmenu_cources{
    padding: 30px;
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 300px;
    right: -300px;
    background: #fff;
    transition: all .25s ease-out;
    scrollbar-color: #4643cc #f5f5f5;
    scrollbar-width: thin;
    overflow-y: auto;
}

#topmenu_cources.active{
    right: 0;
}

#topmenu_cources_close a{
    color: #64666C;
    font-size: 15px;
}

#topmenu_cources ul{
    margin: 30px 0;
    padding: 0;
    list-style: none
}

#topmenu_cources ul li{
    font-size: 15px;
    margin: 8px 0;
    padding: 0;
}




#topmenu_cources ul li.menu-item-has-children > a{
	position:relative;
	display:block;
	padding:0 15px 0 0
}

#topmenu_cources ul li.menu-item-has-children > a:after{
	position:absolute;
	display:block;
	right:0;
	top:50%;
	transform:translatey(-50%);
	content:' ';
	height:6px;
	width:9px;
	background:url(images/dropdown_menu_icon.svg)
}

#topmenu_cources ul li a{
    color: #64666C
}

#topmenu_cources ul li:first-child{
    margin: 0 0 12pox 0;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}

#topmenu_cources ul li:first-child a{
    color: #000
}

#topmenu_cources ul li ul{
    margin: 8px -30px;
  padding: 5px 30px 5px 30px;
  background: #f2f2f6;
  border-top: 1px solid #ebecf0;
}

#topmenu_cources ul li ul li:first-child{
    font-size: 15px;
    font-weight: 400;
}

#topmenu_cources ul li ul li:first-child a{
    color: #64666C
}


#topmenu_cources ul li ul li{
	position:relative;
	padding:0 0 0 15px !important
}

#topmenu_cources ul li ul li:before{
	position:absolute;
	display:block;
	content:'-';
	left:0;
	top:50%;
	transform:translatey(-50%);
	color: #64666C;
	font-size: 12px;
}

#menu_mobile_wrap{
    padding: 15px 30px;
    position: fixed;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 300px;
    right: -300px;
    background: #fff;
    transition: all .25s ease-out;
}

#menu_mobile_wrap.active{
    right: 0;
}

#menu_mobile_logo{
    position: relative;
}

#menu_mobile_logo img{
    width: 120px;
}

#menu_mobile_close{
    position: absolute;
    right: 0;
    
}

#menu_mobile_close img{
    width: 40px;
    height: 40px;
}

#menu_mobile ul{
    margin: 30px 0;
    padding: 0;
    list-style: none
}

#menu_mobile ul li{
    margin: 15px 0;
    font-size: 22px
}

#menu_mobile ul li a{
    color: #000;
    text-decoration: none;
}

#menu_mobile ul li a:hover{
    color: #2723C4
}

#menu_mobile_contacts{
    position: absolute;
    bottom: 100px;
}

#menu_mobile_contacts p{
    position: relative;
    padding: 0 0 0 30px;
    color: #64666C;
    font-size: 15px
}

#menu_mobile_contacts p img{
    position: absolute;
    left: 0;
    top: 0;
}

#menu_mobile_contacts p a{
    color: #64666C;
    text-decoration: none;
}

#menu_mobile_contacts p a:hover{
    color: #2723C4
}


/* header */

header{
    margin-bottom:12px
}

header .container{
    background: #fff;
    padding: 12px 20px
}

header #header_logo{
    max-height: 30px;
    max-width: 100%;
}

/* content_box */

.content_box{
    margin: 12px 0
}

.content_box .container{
    background: #fff;
    border-radius: 20px;
    padding: 0.01px 14px 20px 
}

.content_box h1, .content_box h2{
    margin: 40px 0 20px 0;
    position: relative;
}

.content_box h2 a.btn_or{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

.content_box .articles_list{
    margin-bottom: -20px
}

.content_box .articles_item a{
    display: block
}

.content_box .articles_item{
    margin: 0 0 40px 0
}

.content_box .articles_item img{
    width: 100%;
	height:auto;
    border-radius: 20px
}

.content_box .articles_item p.articles_item_name{
    font: 500 16px/1.3 'Onest', sans-serif;
    margin: 6px 0;
}

.content_box .articles_item p.articles_item_text{
    color: #64666C;
    font: 400 15px/1.3 'Onest', sans-serif;
    margin: 0;
}

.content_box .articles_item a:hover{
    text-decoration: none;
}

.content_box .articles_item a:hover p.articles_item_name{
    color:#2723c4
}

/*mp_header*/

#mp_header{
    margin: 12px 0 0 0
}

#mp_header_l{
    padding: 40px 14px 72px;
    background: #fff url(images/grid.png);
    border-radius: 20px;
}

#mp_header_l img{
    max-width: 100%;
    margin-bottom: 30px
}

#mp_header_l a{
    margin: 6px 0;
    width: 100%
}

.header_r_img{
    margin: 6px 0;
    position: relative;
    height: 270px;
    border-radius: 20px
}

.header_r_img:after{
    position: absolute;
    display: block;
    height:43px;
    width: 100%;
    top: -27px;
    content: ' ';
    background: url(images/rings_h.png) center center no-repeat
}

.header_r_img.first{
    background: url(images/header_r_1.png) 0 0 no-repeat;
    background-size: cover
}

.header_r_img.second{
    background: url(images/header_r_2.png) 0 0 no-repeat;
    background-size: cover
}

/*cat_header*/

#cat_header_img{
    max-width: 100%
}

#colorblocks{
    margin: 20px 0 20px 0
}

.colorblocks_item{
    border-radius: 20px;
    padding: 30px;
    margin: 0 0 12px 0;
    position: relative;
}

.colorblocks_item p{
    margin: 0;
}

.colorblocks_item p:first-child{
    margin-bottom: 40px
}

.colorblocks_item.b{
    background: #BFEAF0
}

.colorblocks_item.y{
    background: #F8ECAB
}

.colorblocks_item.r{
    background: #F5CCCC
}

/* have questions*/

#havequestions{
    margin: 12px 0
}

#havequestions .container{
    padding: 0.01px 14px 0
}

#havequestions h2{
    margin: 40px 0 0 0
}

#havequestions .container:before{
    position: absolute;
    display: block;
    content: ' ';
    background: #fff;
    border-radius: 20px 20px 0 0;
    height: 250px;
    z-index: -1;
    left: 0;
    right: 0;
}

#havequestions .container .row .col-sm-12:first-child:before{
    position: absolute;
    display: block;
    content: ' ';
    background: #fff;
    border-radius: 0 0 20px 20px;
    height: 250px;
    z-index: -1;
    left: -7px;
    right: -7px;
    bottom: 0
}

#havequestions .btn_pr{
    display: block;
    width: 100%;
    text-align: center;
}

#havequestions_sticker img{
    width: 100%
}

#havequestions_img{
    border-radius: 20px;
    margin: 12px -14px 0;
    /*background:#c3c5c4 url(/wp-content/uploads/555111.jpg) top center no-repeat; */
	background:#c3c5c4 url(/wp-content/uploads/about_first1.jpg) top center no-repeat; 
    background-size: cover;
    height: 330px;
    position: relative;
}

#havequestions_img_name{
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #fff;
    border-radius: 100px;
    padding: 6px 12px
}

#havequestions_img_name p{
    margin: 0
}

/*contacts*/

#contact_box{
    margin: 20px 0 0 0
}

.contacts_item{
    margin: 0 0  12px 0;
    padding: 0 20px;
    border-radius: 20px;
    background: #F5F6F8
}

.contacts_item p{
    margin: 0;
    padding: 0;
    line-height: 70px
}

.contacts_item p a{
    color: #000
}

.contacts_item p a:hover{
    color: #2723c4
}

.contacts_item p img{
    margin: 0 8px 0 0
}

#contacts_map{
    border-radius: 20px;
    overflow: hidden
}

.contacts_cosial_text p{
    margin: 12px 0 40px
}

.contacts_social_item{
    margin: 0 0 12px 0
}

.contacts_social_item a{
    display: block;
    background: #F5F6F8;
    border-radius: 20px;
    position: relative;
    padding: 30px 20px;
    color: #868A96
}

.contacts_social_item a .contacts_social_top{
    position: absolute;
    top: 30px;
    right: 20px
}

.contacts_social_item a p{
    font-weight: 500;
    font-size: 16px;
    text-decoration: none
}

.contacts_social_item a:hover{
    text-decoration: none
}

.contacts_social_item a:hover p{
    color: #2723c4;
    
}

.contacts_social_item a p img{
    margin: 0 0 30px 0
}

.contacts_social_item a .contacts_social_bottom{
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition: all .15s ease-out
}

.contacts_social_item a:hover .contacts_social_bottom{
    transform: rotate(-45deg);
    
}

/* feedback */

#userfeedback_slider{
    margin: 20px 0 70px 0
}

#userfeedback_slider .slick-list{
    margin-right: -300px
}

.userfeedback_slide{
    margin-bottom: 12px;
  height: calc(100% - 12px)
}

.userfeedback_video{
	margin-bottom:-5px
}

.userfeedback_slide a{
	height:100%;
    display: block;
    background: #F5F6F8;
    border-radius: 20px;
    position: relative;
    padding: 30px 20px;
    color: #868A96;
    text-align: center;
    text-decoration: none !important;
}

.userfeedback_slide_img{
    border: 1px solid #2723c4;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    margin: 0 auto 45px auto;
    width: 162px;
	height:162px;
	background:#f9fbfd ;
}

.userfeedback_slide_img img{
    border-radius: 50%;
	width:150px;
	height:150px
}

.userfeedback_slide_img:after{
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    content: ' ';
    background-image: url(images/play_icon.svg);
    height: 50px;
    width: 50px;
    bottom: -25px;
} 

.userfeedback_slide_img.novideo{
	margin: 0 auto 20px auto;
}

.userfeedback_slide_img.novideo:after{
	display:none!important
}

.userfeedback_slide a p {
    color: #2723c4;
    font-size: 20px;
    margin: 20px 0 12px 0
}

.userfeedback_slide a ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: inline-block;
    margin: 0
}

.userfeedback_slide a ul li {
    padding: 0 0 0 20px;
    background: url(images/listmarker.svg) 0 7px no-repeat;
    margin: 10px 0;    
    text-align: left;
    color: #333 !important;
}

 .slick-dots {
    bottom: -50px;
}

.slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 5px
}

.slick-dots li button{
    width: 10px;
    height: 10px;
    padding: 0
}

 .slick-dots li button::before {
     width: 10px;
     height: 10px;
     line-height: 10px;
    font-size: 20px;
     opacity: 1;
    color: #DDDDDD;
}

 .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #2723c4;
}

.slick-prev {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    border: none;
    color: #747474;
    left: 160px;
    bottom: -75px;
    top: auto;
    line-height: 43px;
    z-index: 1;
}

.slick-prev::before {
    font: 400 30px 'Onest', sans-serif;
    color: #747474;
    opacity: 1 !important;
}

 .slick-next {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    border: none;
    color: #747474;
    right: 160px;
    bottom: -75px;
    top: auto;
    line-height: 43px;
    z-index: 1;
}

 .slick-next::before {
    font: 400 30px 'Onest', sans-serif;
    color: #747474;
    opacity: 1 !important;
}

/*staff*/

.userfeedback_slide.staff{
	margin:0;
	margin-bottom:12px;
	height:calc(100% - 12px)
}


.userfeedback_slide.staff a{
	height:100%
}

.userfeedback_slide.staff .userfeedback_slide_img::after {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  display: block;
  content: ' ';
  background-image: url(images/play_icon.svg);
  height: 50px;
  width: 50px;
  bottom: -25px;
}


.userfeedback_slide.staff .staf_desc p{
	text-align:center;
	font: 400 16px/1.3 'Onest', sans-serif;
  margin: 10px 0;
  color: #333 !important;
}

/*programs*/

#programs_list h2{
    margin-bottom: 20px;
    position: relative
}

#programs_list h2 .prog_mounth{
    position: absolute;
    right: 0;
    margin: 0 !important;
    font-weight: 500;
    font-size: 20px !important;
    top: 15px;
}

.prog_mounth{
    text-align: center;
    font-weight: 500;
    margin: 30px auto 0;
    font-size: 15px !important
}

.programs_list_item{
    margin: 0 0 12px 0
}

#events_slider .programs_list_item{
    margin: 0 6px 12px 6px
}

.programs_list_item a{
    display: block;
    background: #F5F6F8;
    border-radius: 20px;
    position: relative;
    padding: 30px 20px;
    color: #868A96;
    text-decoration: none !important;
}

.programs_list_item a p{
    color: #64666C;
    margin: 0
}

.programs_list_item a p.programs_list_item_name{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 20px 0 20px
}

.programs_list_item a:hover p.programs_list_item_name{
    color: #2723c4;
}

.programs_list_item_tags span{
    display: block;
    margin: 0 0 12px 0;
}

.programs_list_item .programs_list_item_tags span span{
    background: #fff;
    border-radius: 100px;
    padding: 12px 20px;
    
    display: inline-block;
}

.programs_list_item a .programs_list_item_bottom {
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition: all .15s ease-out;
}

.programs_list_item a:hover .programs_list_item_bottom {
    transform: rotate(-45deg);
}

#events_slider .slick-list{
    margin-right: -200px
}

/* license */

#license_imgwrap{
    position: relative;
    margin-bottom: 190px;
    border: 1px solid #ddd;
  box-shadow: 0px 10px 25px -5px rgba(0,0,0,.1);
}

#license_img{
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    width: 100%;
    height: 100vw;
}

#license_imgwrap img{
    width: 100%
}

#license_img_plus1{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 6px;
    right: 6px;
    color:#64666C;
    text-align: center;
    line-height: 31px
}

#license_note_small{
    position: absolute;
    bottom: -190px;
    right: 0;
    left: 0;
    text-align: center
}

#license_note_small img{
    width: auto;
    max-width: 90%
}

/*teaching*/

#teaching_text{
    margin-bottom: 15px
}

#teaching_text img{
    max-width: 100%
}

#teaching_photo img{
    width: 336px;
    max-width: 100%
}

#teaching_slider {
    margin: 20px 0 70px 0;
}

.teaching_slide{
    margin: 0 6px
}

#teaching_slider .slick-list {
    margin-right: -120px;
}

#teaching_slider img{
    max-width: 100%;
}

/*creators*/

#creators_photo img{
    width: 100%;
}

#creators_photo #creators_photo_grey{
    margin: 20px 0
}

#creators_photo #creators_photo_grey p{
    margin: 6px;
    font-weight: 500;
    font-size: 16px
}

#creators_photo #creators_photo_grey p.small{
    font-weight: 400;
    font-size: 15px;
    color: #64666C
}

#creators_text p{
    font-size: 22px;
    margin: 20px 0;
    font-weight: 400
}

#creators_text_grey{
    margin-top: 65px;
    background: #F5F6F8;
    border-radius: 20px;
    padding: 35px 20px 25px;
    position: relative;
}

#creators_text_grey p{
    color: #64666C;
    font-size: 15px
}

#creators_text_grey p#creators_text_purple{
    position: absolute;
    left: 0;
    top:-35px;
    transform: rotate(-2deg);
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #2723C4;
    border-radius: 500px
}

/*staff*/

#staff_slider{
    margin: 20px 0 100px 0;
}

#staff_slider .slick-list {
  
}

.staff_slide{
    margin: 0 6px
}

.staff_slide img{
    width: 100%;
    border-radius: 20px
}

.staff_slide p.staff_slide_name{
    margin: 16px 0 6px 0;
    font-size: 16px;
    font-weight: 500
}

.staff_slide p.staff_slide_position{
    margin: 6px 0 6px 0;
    font-size: 15px;
    font-weight: 400;
    color: #64666C
}

.staff_slide a{
    text-decoration: none !important;
}

.staff_slide a:hover p{
    color: #2723C4
}


#staff_slider .slick-list {
    margin-right: 0;
}

/*partners*/

#partners_slider{
    margin-bottom: 20px
}

#partners_slider .slick-list {
    margin-right: -150px;
}

#partners_slider .slick-prev {
    top:-35px !important;
    right: 40px !important;
    left:auto;
}

#partners_slider .slick-next {
    top:-35px !important;
    right: 0px !important;
    left:auto !important;
}

.partners_slide{
    margin: 0 6px;
    padding: 30px 20px;
    border-radius: 20px;
    background: #F5F6F8;
    position: relative;
    height: 220px;

}

.partners_slide img{
    transform: scale(0.6);
    transform-origin: top left;
}



.pside_text{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
}

.pside_text p.pside_title{
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px 0
}

.pside_text p.pside_subtitle{
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 0 0;
    color: #64666C
}

.partners_item{
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 30px;
    background: #F5F6F8;
	justify-content:space-between
}

.partners_item p{
    font-size: 16px;
    font-weight: 500;
    margin-right: 40px
}

.partners_item p a{
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    margin: 10px 0 0  0
}

/* rating */



.rating_item{
    padding: 28px 0 48px 0;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
    background: #F5F6F8;
    border-radius: 20px    
}

.rating_item a:hover{
    text-decoration:none;
}

.rating_item p{
    margin: 12px 0
}

.rating_item_score{
    font-size: 30px;
    color: #2723C4
}

.rating_item_feedbacks{
    font-size: 16px;
    color: #868A96
}

.rating_item_label{
    position: absolute;
    width: 100%;
    bottom: -32px;
}

.rating_item_label span{
    display: inline-block;
    border-radius: 100px;
    background: #4643CC;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff
    
}

/* clients_slider */

#clients_slider_small img{
    width: 100%
}

/* gowhy */

#gowhy .colorblocks_item {
    padding: 0
}

#gowhy .colorblocks_item a{
    position: relative;
    display: block;
    padding: 30px 75px 30px 30px;
    color: #000;
    text-decoration: none;
}

#gowhy .colorblocks_item a p:first-child{
    font-size: 22px;
    margin-bottom: 25px
}

#gowhy .colorblocks_item a .colorblocks_item_bottom {
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition: all .15s ease-out;
}

#gowhy .colorblocks_item a:hover .colorblocks_item_bottom {
    transform: rotate(-45deg);
}

#gowhy .colorblocks_item a .colorblock_consult{
    margin-top: 16px;
    display: block;
    color: #2723C4;
    border-radius: 50px;
    padding: 9px 14px 9px 44px;
    background:#fff url(/wp-content/uploads/managers_small2.png) 0 0 no-repeat;
    background-size: contain;
    font-size:14px 
}

/*loft*/

#mentorloft h2{
    margin-bottom: 0
}

#mentorloft p#mentorloft_subtitle{
    margin: 12px 0 40px
}

#mentorloft img{
    width: 100%;
    margin: 0 0 12px 0
}

#mentorloft .row.wider{
    width: 205%;
}

/*from2022*/

#from2022 .container{
    padding: 0;
    margin-bottom: -12px
}

#from2022 .from2022_item{
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px 40px 30px;
    margin-bottom: 12px
}

#from2022 .from2022_item p{
    margin: 0;
    font-size: 16px;
}

#from2022 .from2022_item p.from2022_title{
    margin-bottom: 8px;
    color: #2723C4;
    font-size: 26px
}

#from2022 img{
    width: 100%;
    margin-bottom: 12px
}

/*faq*/

.faq_item{
    background:#f5f6f8;
    overflow: hidden;
    border-radius: 20px;
    padding: 20px;
    margin: 12px 0
}

.faq_item_hrader{
    cursor: pointer;
    position: relative;
    padding: 0 35px 0 0;
}

.faq_item_hrader:after{
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: ' ';
    background: url(images/plus.svg);
    transition: all .5s ease-out
}

.faq_item_hrader.active:after {
    transform: translateY(-50%) rotate(45deg);
}

.faq_item_hrader p
{
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
}

.faq_desc {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 35px 0 0;
    transition: height .5s ease-out, max-height .5s ease-out, opacity .5s ease-out;
}

.faq_desc.active{
    height: auto;
    padding: 0;
    max-height: 2000px;
    opacity: 1;
}

/*blog*/

#blog_categories {
    font: 400 18px/1.5 'Onest', sans-serif;
  }
	
	#blog_pagination{
		display:flex;
		justify-content: center;
		margin: 40px 0;
	}
	
	
	 #blog_pagination .pagination {
    display: flex;
    justify-content: center;
    background: #edeef1;
    border-radius: 10px;
    overflow: hidden;
  }
	
	#blog_pagination .pagination li{
		padding: 10px 15px;
	}
	
	#blog_pagination .pagination li.active{
		background:#2723c4
	}
	
	#blog_pagination .pagination li.active span{
		color:#fff;
		font-weight:bold
	}
	
	#blog_categories li{
		list-style:none;
		display:inline-block;
		padding:0;
		margin: 0 5px 0 0;
	}

/*forms*/

input[type="text"], input[type="email"]{
  background: #edeef1;
  border: none;
  padding: 15px 20px;
  max-width: 100%;
  border-radius: 10px;
}

textarea{
	background: #edeef1;
  border: none;
  padding: 15px 20px;
  max-width: 100%;
  border-radius: 10px;
}

.cbox-form-acceptance{
	text-align:left
}

.cbox-form-acceptance .wpcf7-list-item{
	margin:0
}

.cbox-form-acceptance label{
	display:flex
}

.cbox-form-acceptance input{
	margin:0 8px 0 0
}

.cbox-form-acceptance .wpcf7-list-item-label{
	text-align: left;
  font-size: 15px;
}


/*couces*/

#cources_header #header_l p, #cources_header #header_r p{
	font-size:16px
}

.course_short_item{
	margin:0 0 20px 0
}

.course_short_item p{
	font-size:15px;
	margin:0;
	color:#64666C;
}

.course_short_item p.course_short_header{
	font-size:16px;
	font-weight:500;
	margin: 12px 0 6px 0;
	color:#000;
}

#cources_header #header_r .btn_or{
	width:100%
}

#countdowntimer.content_box .container {
  padding-top:30px
}

#courcedata_wrap{
	text-align:center
}

#courcedata_wrap p{
	margin:0 0 12px 0;
	font-size:20px
}

#courcedata_wrap p a{
	margin-top:12px
}

#countdowntimer_block {
  border-radius: 20px;
  background:#2723c4;
  padding: 30px;
	margin-top:24px;

}

#countdowntimer_block h3 {
  margin: 0 0 20px 0;
  position: relative;
  font: 400 20px/1.2 'Onest', sans-serif;
  color: #fff;
	text-align:center
}

.whatyoulearn_item {
  padding: 90px 30px 30px;
  border-radius: 20px;
  margin: 0 0 12px 0;
  background: #f5f6f8 url(images/bird_round.svg) 30px 30px no-repeat;
height:calc(100% - 12px)
}


#forwho.content_box .container{
	background:#2723c4;
	padding-top:20px
}

#forwho.content_box .container ul{
	margin:0;
	padding:0 0 0 15px;
	color:#fff;
	font: 500 15px/1.3 'Onest', sans-serif;
}

#forwho.content_box .container ul li{
	margin:12px 0;
	color:#fff
}

#forwho h2{
	
}

#forwho h2, #forwho p{
	color:#fff;
	margin:0 0 20px 0
}

#forwho p span{
	display:inline-block;
	vertical-align:middle
}

#forwho p span img{
	margin-right:5px
}

#program.content_box .container{
	background:#f8e8c1
}

#program.content_box h3 {
  margin: 0 0 20px 0;
  position: relative;
	font: 400 20px/1.2 'Onest', sans-serif;
  color: #000;
}


#program input[type="text"], #program input[type="email"]{
  border-radius: 12px;
  border: none;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  margin: 0 0 10px 0;
	background:#fff
}

#program input[type="submit"]{
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #2723C4;
  background: #2723C4;
  border-radius: 10px;
  font: 400 16px/1.2 'Onest', sans-serif;
  color: #fff;
  text-decoration: none;
  transition: background .15s ease-out, box-shadow .25s ease-out;
  text-align: center;
}

#program input[type="submit"]:hover{
  border: 1px solid #0F0D68;
  background: #211EA8;
  text-decoration: none;
}

.process_item{
  padding: 30px;
  border-radius: 20px;
  margin: 0 0 12px 0;
  background: #f5f6f8 ;
	height:calc(100% - 12px)
}

.process_item p{
	font-size: 15px;
  font-weight: 400;
  margin: 0;
	color: #64666C;
}

.process_item p.process_name{
	font-size: 16px;
  font-weight: 500;
  margin: 0 0 6px 0;
	color:#000
}

#orderform.content_box .container{
	padding-top:30px
}

#orderform .orderform_format {
  padding: 18px 30px;
  margin: 0 0 12px 0;
  background: #2723c4;
  border-radius: 20px;
}

#orderform .orderform_format p{
	margin:12px 0;
	color:#fff;
	font-size: 16px;
  font-weight: 500;
}

#orderform .orderform_format p.small{
	font-size: 15px;
  font-weight: 400;
}

#orderform .orderform_format p.orderform_format_name span {
  display: inline-block;
  background: #4945E1;
  border-radius: 20px;
  padding: 5px 15px;
	font-size: 15px;
  font-weight: 400;
	margin-bottom: 20px;
}

#orderform .orderform_format_price {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: text-top;
}

#orderform input[type="text"] {
  width:100%
}

#orderform  h2{
	margin-top:10px
}

#orderform h3{
  margin: 0 0 20px 0;
  position: relative;
  font: 400 20px/1.2 'Onest', sans-serif;
  color: #000;
}

#orderform .tinkoffbuttons{
	text-align:center;
	margin-bottom:20px
}

.advantages_page_box{
  padding: 30px;
  border-radius: 20px;
  margin: 0 0 27px 0;
  background: #f5f6f8;
	position:relative
}

.advantages_page_box{
  padding: 30px;
  border-radius: 20px;
  margin: 0 0 27px 0;
  background: #f5f6f8;
	position:relative
}

.advantages_page_box_number {
  position: absolute;
  height: 30px;
  width: 30px;
  top: -12px;
  left: 30px;
  background: #2723c4;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.advantages_page_box_hollow{
  padding: 30px;
  border-radius: 20px;
  margin: 0 0 12px 0;
  background: none;
	position:relative
}

.advantages_page_box_hollow p{
	text-align:center;
	margin-top:0
}

/*docs*/

#doc_view_menu {
  background: #f5f6f8;
  border-radius: 20px;
  margin: 0 30px 0 0;
  padding: 15px 30px;
  list-style: none;
}

#doc_view_menu li {
  padding: 10px 0;
}

#doc_view_menu li a, #doc_view_menu li a:focus {
	cursor:pointer;
  color: #000;
}

#doc_view_menu li a:hover, #doc_view_menu li a.active{
	color: #2723c4;
}

#doc_view_select {
  width: 100%;
  border-radius: 10px;
  background:#f5f6f8;
	border:none;
  height: 50px;
  margin: 0 0 25px 0;
  padding: 0 8px;
}

.doc_view {
  display: none;
}

.doc_view.active {
  display: block;
}

/*about*/


#about_header p#about_header_number{
  font: 400 50px/1.2 'Onest', sans-serif;
}

#about_header p#about_header_text{
	font-size:16px
}

#about_header p#about_header_links{
	margin-bottom:0
}

#about_header p#about_header_links a{
	width:100%;
	margin:6px 0
}

#about_header img{
	width:100%;
	border-radius:20px
}

#about_bottom_images{
	margin:-6px 0
}

#about_bottom_images .item{
	margin:6px
}

#about_bottom_images .item img{
	background:#fff;
	border-radius:20px;
	width:100%
}

#about_certs .item{
	margin:6px
}

#about_certs .item img{
	background:#fff;
	border-radius:20px;
	width:100%
}

#orderline .container{padding-top:20px}

#orderline{
	text-align:center
}

#orderline a{
	margin-top:20px
}

#videowrap .videocontainer{
	margin-bottom: 12px;
	border-radius: 20px;
	overflow: hidden;
	padding: 7em;
	float: left;
}

#videowrap .videocontainer .videoplaymentor {
	padding: 0.5em;
	border-radius: 1.5em;
}

#cookiemsg{
display: block;
  position: fixed;
  left: 25px;
  right: 25px;
  bottom: 25px;
  padding: 2px 20px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  z-index: 2;
}

#cookiemsg.active {
  display: block;
}

#cookiemsg p{
	font-size:16px
}


/*zoonwidget*/
.widget-comments{
	border:none !important
}

/* footer */



footer{
    margin-top: 12px
}

footer .container{
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 40px 20px 60px
}

footer #footer_logo{
    max-height: 50px;
    max-width: 100%;
}

footer #menu_bottom{
    margin: 40px 0 20px
}

footer #menu_bottom ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

footer #menu_bottom li{
    padding: 0;
    margin: 20px 0;    
}

footer #menu_bottom li a, footer #menu_bottom li a:active, footer #menu_bottom li a:visited{
    color: #000
}

footer #menu_bottom li a:hover{
    color: #2723C4
}

footer .devider_line{
    margin:30px 0 4px
}

footer p.light{
    font-size: 14px
}

footer p span{
    display: block;
    margin: 20px 0
}

#cbox_inline_wrap{
	display:none
}

#cboxOverlay {
  background: rgba(0,0,0,.5) !important;
  opacity: 1 !important;
  filter: alpha(opacity = 100) !important;
}

#colorbox{
	border-radius: 20px;
}

#cboxWrapper{
	
}

#cboxContent, #cboxLoadedContent{
	background:none;
	margin-top:0
}

.cbox_form{
	background:#fff;
	padding:20px;
	text-align:center
	}

.cbox_form h2{
	font: 400 42px/1.2 'Onest', sans-serif;
}

.cbox_form br{
	display:none
}


#cbox_havequestions_img {
  border-radius: 20px;
  margin: -1px -6px 0;
  background: #c3c5c4 url(/wp-content/uploads/managers_big1.jpg) top center no-repeat;
    background-size: auto;
  background-size: cover;
  height: 240px;
  position: relative;
}

#cbox_havequestions_img_name {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #fff;
  border-radius: 100px;
  padding: 6px 12px;
}

#cbox_havequestions_img_name p {
  margin: 0;
}

#cbox_havequesrion_text{
	padding:	14px 14px 2px 14px
}

#cbox_havequesrion_text h2{
	margin:16px 0 12px 0
}

#cbox_havequesrion_text p{
	margin:12px 0
}

#cbox_havequesrion_text_round{
	background: #fff;
  border-radius: 100px;
  padding: 6px 12px;
	display:inline-block;
	color:#2723c4
}

#cbox_havequesrion_text a{
	margin:18px 0 0 0 
}

.cbox_form input[type="submit"]{
	display: inline-block;
  padding: 10px 20px;
  border: 1px solid #E68A25;
  background: #E68A25;
  border-radius: 10px;
  font: 400 16px/1.2 'Onest', sans-serif;
  color: #fff;
  text-decoration: none;
  transition: background .15s ease-out, box-shadow .25s ease-out;
  text-align: center;
}

.cbox_form input[type="submit"]:hover{
	color: #fff;
  border: 1px solid #CE6E1A;
  background: #DF841F;
  text-decoration: none;
}

.wpcf7-response-output, .wpcf7-spinner{
	display:none !important
}

/*for md*/

@media (min-width: 640px) {
    
    h1 {
        font: 400 50px/1.2 'Onest', sans-serif;
    }
    
    h2 {
        font: 400 32px/1.2 'Onest', sans-serif;
    }
    
/* header */ 
    
    header .container {
        padding: 18px 20px 22px;
    }
    
    header #header_logo {
        max-height: 37px;
    }
    
    #header_phone{
        font-size: 16px;
        margin: 0 35px 0 0;
        line-height: 40px
    }
    
    #header_phone a, #header_phone a:active, #header_phone a:visited, #header_phone a:hover{
        color: #64666C;
        text-decoration: none;
    }
    
    #header_phone a img{
        margin-right: 6px
    }
    
    /* content_box */
    
    .content_box .container {
        border-radius: 30px;
        padding: 0.01px 22px 40px;
    }
    
    .content_box h1, .content_box h2  {
        margin: 60px 0 30px 0;
    }
    
    /*cat_header*/

    #cat_header_img{
        margin-top: -10px
    }
    
    #colorblocks {
        margin: 60px 0 20px 0;
    }
    
    /*mp_header*/
    
    #mp_header_l {
        padding: 60px 22px 120px;
    }
    
    #mp_header_l a {
        margin: 6px;
        width: 47%;
    }
    
    .header_r_img::after {

        width: auto;
        top: -25px;

        background-size: contain;
        right: 10px;
        left: 10px;
    }
    
    /*blog*/
    
    .content_box .articles_item  p.articles_item_text {
        font: 400 16px/1.3 'Onest', sans-serif;
    }
	
	
	
   
/* have questions*/  
    
    #havequestions h2{
        margin: 55px 0 20px
    }
    
    #havequestions .container{
        background: #fff;
        border-radius: 30px;
        padding: 0.01px 28px 0;
    }
    
    #havequestions .container:before, #havequestions .container .row .col-sm-12:first-child::before{
        display: none
    }
    
    #havequestions_text{
        margin-left: 12px
    }
    
    #havequestions_sticker{
        margin-top: -10px
    }
    
    #havequestions_sticker img{
        max-width: 230px
    }
    
    #havequestions_img{
        height: 290px;
        margin: 10px 0 60px;
    }
    
    /*contacts*/
    
    .contacts_social_item a{
        padding: 30px
    }
    
    .contacts_social_item a .contacts_social_top {
        right: 30px;
    }
    
    .contacts_social_item a .contacts_social_bottom {
        right: 30px;
    }
    
    /*feedback*/
    
    #userfeedback_slider {
        margin: 30px 0 70px 0;
    }
    
    #userfeedback_slider .slick-list{
        margin-right: -150px
    }
    
    /*programs*/
    
    #programs_list h2 {
        margin-bottom: 30px;
    }
    
    .programs_list_item a {
        padding: 30px;
        height: 250px;
    }
    
    .programs_list_item a .programs_list_item_bottom {
        right: 30px;
    }
    
    /*.programs_list_item a p.programs_list_item_date {
        left: 30px;
        bottom: 30px;
        position: absolute;
    }*/
    
    .programs_list_item a p{
        font-size: 16px
    }
    
    .programs_list_item_tags span{
        display: inline-block;
        margin: 0 5px 12px 0;
    }
	
	#program .faq_item {
  background: #fdf5e2;
}
    
    #events_slider .slick-list{
        margin-right: -200px
    }
    
    /* license */
    
    #license_imgwrap {
        margin-bottom: -10px;
    }
    
    #license_img {
        overflow: auto;
        border-radius: 0;
        width: 100%;
        height: auto;
    }
    
    #license_note img{
        width: auto;
        max-width: 100%
    }
	
	/*teaching*/
    
    #teaching .container{
        padding-top: 60px
    }
    
    #teaching_text{
        margin: 0
    }
    
    #teaching_text h2{
        margin: 30px 0 7px 0
    }
    
    #teaching_photo img {
        width: 444px;

    }
    
    /*creators*/

    #creators_text_grey {
        margin-top: 17px;
    }

    #creators_text_names{
        margin: 45px 0 0 0
    }

    #creators_text_names p{
        margin: 6px;
        font-weight: 500;
        font-size: 16px;
    }

    #creators_text_names p.small {
        font-weight: 400;
        font-size: 15px;
        color: #64666C;
    }

    #creators_text_bottom{
        margin: 60px 0 0 0
    }

    #creators_text_bottom p {
        font-size: 22px;
        margin: 20px 0;
        font-weight: 400;
    }
	
	/*staff*/
    
    #staff_slider {
        margin: 20px 0 100px 0;
    }
	
	#staff_slider .slick-list {
       overflow: visible;
  clip-path: inset(0 -89px 0 0);
    }
	
	/*partners*/


    #partners_slider .slick-prev {
        top:-50px !important;
    }

    #partners_slider .slick-next {
        top:-50px !important;
    }
    
    /* rating */
    .rating_wrap{
margin-top: 45px
    }
    
    /* gowhy */
    
    #gowhy .colorblocks_item a p {
        width: 200px
    }
    
    #gowhy .colorblocks_item.r a p:nth-child(2){
        width: 100%
    }
    
    #gowhy .colorblocks_item.r a p:nth-child(2) span.text{
        display: inline-block;
        width: 200px
    }
    
    #gowhy .colorblocks_item a .colorblock_consult{
        display: inline-block;
        padding: 9px 54px 9px 64px;
    }
    
    /*loft*/
    
    #mentorloft p#mentorloft_subtitle{
        margin: 16px 0 60px
    }
    
    #mentorloft .row.wider{
        width: 100%;
    }
    
    
    /*from2022*/
    
    #from2022{
        margin: 60px 0
    }
	
	/*couces*/
	
	#header_l{
		margin-right:20px
	}
	
	#cources_header #header_r .btn_or{
		margin-top:85px
	}
	
	#countdowntimer.content_box .container {
  padding-top: 40px;
}
	
	#countdowntimer_block{
		margin:0
	}
	
	#courcedata_wrap {
  text-align: left;
  margin-top: 30px;
}
	
	#forwho.content_box .container {
  padding-top: 40px;
}
	
	#forwho.content_box .container ul {
  font: 500 16px/1.3 'Onest', sans-serif;
}
	
	#program.content_box h3 {
  margin: 0 0 20px 0;
  position: relative;
  font: 400 26px/1.2 'Onest', sans-serif;
  color: #000;
}
	
	#orderform.content_box .container {
  padding-top: 40px;
}
	
	#orderform .tinkoffbuttons {
  text-align: left;
}
	
	#orderform h3 {
  font: 400 26px/1.2 'Onest', sans-serif;
}
	
	.advantages_page_box {
  height: calc(100% - 12px);
}
	
	.advantages_page_box_hollow p{
		margin-top: 22px;
	}
	
	/*about*/
	
	
	#about_header_img {
  padding-right:20px
}
	
	#about_header p#about_header_links{
  display: flex;
  justify-content: space-around;
}
	
	#about_header p#about_header_links a {
  width: auto;
  margin: 0;
}
	
	#orderline .container{padding-top:40px}


#orderline a{
	margin-top:0;
	margin-left:10px
}
        
    /* footer */
    
    footer .container {
        border-radius: 30px 30px 0 0;
        padding: 40px 22px 60px;
    }
    
    footer #menu_bottom ul {
        display: inline-block;
        margin-right: 80px
    }
    
    footer #menu_bottom {
        margin: 60px 0 40px;
    }
    
    footer #menu_bottom ul:last-child{
        margin-right: 0
    }
    
    footer .devider_line {
        margin: 40px 0 10px;
    }
    
    footer p span {
        display: inline-block;
        margin: 0 30px 0 0;
    }
    
    footer p span:last-child{
        margin-right: 0
    }
	
	#cookiemsg{
		right:25px;
		left:auto;
		bottom:25px;
		width:275px
	}
	
	#cbox_havequestions_img {
margin: 0 0 0 -7px;
  height: 390px;

}
	
	#cbox_havequesrion_text {
  padding: 14px 18px 2px 18px;
}
	
	#cbox_havequesrion_text p{
		margin:20px 0
	}
    
}

/*for xl*/

@media (min-width: 1280px) {
    
    h1 {
        font: 400 64px/1.2 'Onest', sans-serif;
    }
    
    h2 {
        font: 400 52px/1.2 'Onest', sans-serif;
    }
    
    p, li{
        font-size: 18px
    }
    
    /*header*/
    
    header .container {
        padding: 24px 95px 41px;
        border-radius: 0 0 30px 30px
    }
    
    header #header_logo {
        max-height: 41px;
    }
    
    header #menu_top ul{
        margin: 0 0 25px 0;
        padding: 0 0 25px 0;
		border-bottom:1px solid #eee;
        list-style: none;
        text-align:left;
    }
    
    header #menu_top li{
        margin: 0 15px;
        line-height: 25px;
        padding: 0;
        display: inline-block;
        font-size: 16px;
    }
	
	header #menu_top li:first-child{
		margin-left:0
	}
	
	header #menu_top li:last-child{
		margin-right:0
	}

    
    header #menu_top li a, header #menu_top li a:visited, header #menu_top li a:focus{
        color: #64666C;
    }
    
    header #menu_top li a:hover{
        color: #2723c4
    }
    
    #header_phone  {
        margin: 15px -13px 0 0;
        line-height: 25px;
    }
    
    #header_phone a{
        display: inline-block;
        margin: 0 13px 0 0
    }
    
    /* content_box */

    .content_box .container {
        border-radius: 30px;
        padding: 0.01px 89px 80px;
    }

    .content_box h1, .content_box h2 {
        margin: 100px 0 30px 0;
    }
    
    /*mp_header*/
    
    #mp_header_l{
        position: relative;
        padding: 100px 89px 110px
    }
    
    #mp_header_l:after{
        position: absolute;
        display: block;
        top: 10px;
        bottom: 10px;
        width: 70px;
        right: -39px;
        content: ' ';
        background: url(images/rings_v.png) center center no-repeat;
        background-size: auto;
        background-size: auto;
        z-index: 1;
    }
    
    #mp_header .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    #mp_header .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    #mp_header_l h1{
        font-size: 62px;
        margin-bottom: -50px;
    }
    
    #mp_header_l a {
        margin: 6px 30px 6px 0;
        width: auto;
        display: block
    }
    
    #mp_header_l img {
        max-width: 100%;
        margin-bottom: 0;
    }
    
    .header_r_img {
        margin: 0;
        position: relative;
        height: 307px;
        border-radius: 20px;
    }
    
    .header_r_img:after {
        display: none;
    }
    
    .header_r_img.first{
        margin-bottom: 12px
    }
    
    /*cat header*/
    
    #cat_header_subtitle.no-image{
        margin-top: 140px;
    }
    
    #colorblocks {
        margin: 43px 0 20px 0;
    }
    
    .colorblocks_item{
        height: 305px;
    }
    
    .colorblocks_item p:first-child {
        font-size: 20px
    }
    
    .colorblocks_item p:last-child {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
    }
    
    /*blog*/
    
    .content_box .articles_item p.articles_item_name {
        font: 500 20px/1.3 'Onest', sans-serif;
        margin: 16px 0;
    }

    .content_box .articles_item p.articles_item_text {
        font: 400 18px/1.3 'Onest', sans-serif;
    }

    
    /* have questions*/  
    
    #havequestions{
        max-width: 100%;
        overflow: hidden
    }
    
    #havequestions .container {
        background: none;
        border-radius: 0;
        padding: 0.01px 0 0;
    }    

    
    #havequestions_img {
        height: 547px;
        margin: 0;
    }
    
    #havequestions_text{
        margin: 0;
        background: #fff;
        border-radius: 30px;
        padding: 0.1px 100px;
        height: 100%;
    }
    
    #havequestions_text p{
        margin: 20px 0
    }
    
       
    
    p#havequestions_sticker{
        margin-top: 10px
    }
    
    #havequestions h2 {
        margin: 100px 0 10px 0
    }
    
    #havequestions .btn_pr {
        display: inline-block;
        width: auto
    }
    
        
    #havequestions_sticker img {
        max-width: 490px;
    }
    
    /*contacts*/
    
    .contacts_cosial_text{
        margin: 0 50px 0 0;
        background: url(images/contacts_cosial_text_bg.svg) right center no-repeat
    }
    
    .contacts_cosial_text p{
        font-size: 18px;
        margin: 30px 0 0 0
    }
    
    .contacts_social_item{
        margin: 110px 0 12px 0
    }
    
    .contacts_social_item a{
        height: 215px;
    }
    
    /*feedback*/
    
    #userfeedback_slider {
        margin: 60px 0 100px 0;
    }
    
    #userfeedback_slider .slick-list{
        margin-right: 0
    }
    
    .slick-prev {
        left: 480px;
    }    
    
    .slick-next {
        right: 480px;
    }
    
    /*programs*/
    
    #programs_list h2 {
        margin-bottom: 60px;
    }
    
    .programs_list_item a {
        height: 270px;
    }

    .programs_list_item a p{
        font-size: 18px
    }
    
    .programs_list_item a p.programs_list_item_name {
        font-size: 20px;
    }
    
    #events_slider .slick-list{
        margin-right: -350px
    }
	
	/* license */
    
    #license .container{
        padding-top: 100px
    }
    
    #license_note{
        margin-left: 40px
    }
    
    #license h2{
        margin: 0 0 45px 0
    }
	
	/*creators*/
    
    #creators_photo #creators_photo_grey{
        margin: 0;
        padding: 30px;
        background: #F5F6F8;
        border-radius: 20px
    }
    
    #creators_text{
        margin: 35px 0 0 40px
    }
    
    #creators_text p {
        font-size: 32px;
    }
    
    #creators_text_grey p{
        font-size: 18px
    }
    
    #creators_text_grey {
        margin-top: 70px;
    }
    
	 /*staff*/
    
    #staff_slider {
        margin: 20px 0 70px 0;
    }
    
    #staff_slider .slick-list {
        
    }
    
    .staff_slide p.staff_slide_name {
        margin: 20px 0 6px 0;
        font-size: 20px;
    }
    
    .staff_slide p.staff_slide_position {
        font-size: 16px;
    }
	
	/*partners*/

    #partners_slider .slick-list {
        margin-right: -300px;
    }

    #partners_slider .slick-prev {
        top:-60px !important;
    }

    #partners_slider .slick-next {
        top:-60px !important;
    }
    
    .partners_slide img {
        transform: scale(1);
    }
    
    .pside_text p.pside_title {
        font-size: 20px;
    }
    
    .pside_text p.pside_subtitle {
        font-size: 18px;
    }
    
    .partners_slide {
        height: 250px;
    }
    
    .partners_item p {
        font-size: 20px;
    }
    
    .partners_item p a{
        font-size: 18px;
    }
	
    /* rating */
    .rating_wrap{
        margin-top: 70px
    }
	
	#rating .col-xl-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
    
    /* gowhy */
    
    #gowhy #colorblocks {
        margin: 60px 0 20px 0;
    }
    
    #gowhy .colorblocks_item a{
        height: 305px
    }
    
    #gowhy .colorblocks_item a .colorblocks_item_bottom {
        position: absolute;
        bottom: 25px;
        right: 25px;
        transition: all .15s ease-out;
    }
    
    #gowhy .colorblocks_item a p{
        font-size: 18px
    }
    
    #gowhy .colorblocks_item a p:first-child {
        font-size: 32px;
        margin-bottom: 90px;
    }
    
    #gowhy .colorblocks_item.r a p:first-child {
        margin-bottom: 40px;
    }
    
    #gowhy .colorblocks_item.b a p {
        width: 250px;
    }
    
    #gowhy .colorblocks_item.y a p {
        width: 190px;
    }
    
    #gowhy .colorblocks_item.r a p:nth-child(2) {
        width: 220px;
    }
    
    #gowhy .colorblocks_item.r a p:nth-child(2) span.text {
        display: inline;
        width: 100%;
    }
    
    #gowhy .colorblocks_item a .colorblock_consult {
        display: inline-block;
        padding: 9px 10px 9px 42px;
        width: 100%;
    }
    
    /*loft*/

    #mentorloft h2{
        margin-bottom: 60px
    }

    #mentorloft p#mentorloft_subtitle {
        margin: 120px 0 0 5px;
    }

    /*from2022*/

    #from2022 {
        margin: 100px 0
    }

    #from2022 .from2022_item{
        background: #fff;
        border-radius: 20px;
        padding: 60px 60px 90px 60px;
        margin-bottom: 12px
    }

    #from2022 .from2022_item p{
        margin: 0;
        font-size: 18px;
    }

    #from2022 .from2022_item p.from2022_title{
        margin-bottom: 16px;
        font-size: 52px
    }
    
    #from2022 .row.d-xl-flex .col-xl-6:last-child{
        margin-top: 120px
    }
	
	/*cources*/
	
	 #cources_header #header_r .btn_or {
    margin-top: 150px;
  }
	
	 #header_l {
    margin-right: 200px;
  }
	
	#cources_header #header_l p {
  font-size: 20px;
}
	
	.course_short_item {
  margin: 40px 0 20px 0;
}
	
	.course_short_item p {
  font-size: 16px;
 }
	
	.course_short_item p.course_short_header {
  font-size: 20px;
}
	
	.course_short_item_r{
		text-align:right
	}
	
	 #courcedata_wrap {
    text-align: left;
    margin-top: 50px;
  }
	
	#countdowntimer_block {
  padding: 60px 30px;
}
	
	 #countdowntimer.content_box .container {
    padding-top: 80px;
  }
	
	 #forwho.content_box .container ul {
    font: 500 20px/1.3 'Onest', sans-serif;
  }
	
	#forwho.content_box .container ul li {
  margin: 20px 0;
}
	
	#forwho.content_box .container {
    padding-top: 80px;
  }
	#program h2{
		margin-right:30px
	}
	
	#program.content_box h3 {
  margin: 40px 30px 20px 0;
  position: relative;
  font: 400 32px/1.2 'Onest', sans-serif;
  color: #000;
}
	
	#program form{
		margin-top:105px
	}
	
	.process_item p {
  font-size: 16px;
  }
	
	.process_item p.process_name {
  font-size: 20px;
  
}
	
	#orderform.content_box .container {
    padding-top: 0;
  }
	
	#orderform h2{
		margin-top:100px
	}
	
	#orderform .orderform_format{
		margin-top:100px
	}
	
	 #orderform .orderform_format {
    margin-top: 100px;
    margin: 105px 30px 0 0;
  }
	
	#orderform h3 {
  margin: 40px 0 20px 0;
  position: relative;
  font: 400 32px/1.2 'Onest', sans-serif;
  color: #000;
}
	
	/*about*/

	
	 #about_header_img {
    padding-right: 0;
  }
	
	#about_header p#about_header_links{
		display:block
	}
	
	#about_header p#about_header_links a{
  display: block;
    width: 350px;
    float: right;
    margin: 0 0 12px 0;
}
	
	#about_header_subtitle{
		margin-left:40px
	}
	
	
	 #about_header p#about_header_number {
    margin: 30px 0 30px 40px;
    font: 400 150px/1.2 'Onest', sans-serif;
  }
	
	  #about_header p#about_header_text {
    font-size: 26px;
    margin-left: 40px;
  }
	
	#orderline .container{padding-top:80px}
    
	#documents img{
		margin-top:80px
	}
	

	
    /*footer*/
    footer{
        margin-top: 100px
    }

    footer .container {
        padding: 60px 95px 60px;
    }


    footer #menu_bottom {
        margin: 0;
    }

    footer .devider_line {
        margin: 50px 0 20px;
    }

    footer .btn_pr{
        padding: 10px 18px;
    }
	
	#cbox_havequestions_img {
margin: 0 0 0 -7px;
  height: 450px;

}
	
	  #cbox_havequesrion_text {
    padding: 14px 38px 2px 38px;
  }
	
	#cbox_havequesrion_text h2 {
  font-size:40px
}
}
}
