/* Landing V2 */
.container {
	max-width: 1020px;
}
.logo-bl {
  width: 20%;
  min-width: 121px;
}
.soc-header-bl {
  width: 40%;
}
.logo {
	height: 64px;
}
.header__title {
	width: 40%;
	font-family: TTNorms, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;    
}
.wf-section.test-v2 {
	position: relative;
}
.navbar {
  background-color: #26754f;
  position: absolute;
  width: 100%;
  top: -60px;
}
.w-nav-menu {
	margin: 0 -20px;
}
.w-nav-link {
	color: #fff;
	padding: 20px 7px;
}
.w-nav-link.w--current, .w-nav-link:hover {
	color:#000;
}
.bl-timer {
	margin-top: 110px;	
	padding: 44px 50px 50px;
    border-radius: 20px;
	background-color: rgba(255,255,255, 0.9);
}
.head-timer {
	padding-top: 0;
}
.bl-bt-timer {
	margin-top: -32px;
}
.button_application {
	height: 64px;
	width: 240px;
	color: #000;
	text-decoration: none;
	background-color: #fff200;
	text-transform: uppercase;
}
.button_application:hover {
    background-color: #03935d;
    color: #fff;
}
.heading-2 {
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 20px;
}
.hero {
	min-height: 500px;	
  	margin-top: 60px;
}
.nazv {
	background-color: transparent;
	padding: 0 0 9px;
}
.p-ab {
    padding-left: 0;
}
.ab-bl__wrap {
	height: 300px;
	background-color: #fff200;
	padding: 40px 40px 0;
}
.about {
	padding-top: 45px;
	padding-bottom: 0;
}
.about .heading-3 {
	margin-bottom: 30px;
}
.about-2 {
	padding-top: 195px;
	margin-top: -150px;
}
._50-per.otst {
	padding-top: 0;
}
.p-ab {
	line-height: 1.2;
}
._50-per.otst .p-ab {
	line-height: 1.35;
}
.gelt-bl {
	background-color: #03935d;
}
.heading-4 {
	color: #fff;	
}
.pro-grey {
  background-color: #f1f2f1;
}
.p-mr {
	color: #fff;
	background-image: url(../images/check.svg);
}
.w-icon-slider-left, .w-icon-slider-right {
	width: 20px;
    height: 62px;
}
.w-icon-slider-left:before, .w-icon-slider-right:before {
	display: inline-block;
    width: 20px;
    height: 62px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: " ";
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.w-icon-slider-left:before {
    background-image: url(../images/arrow-left.svg);
}
.w-icon-slider-right:before {
    background-image: url(../images/arrow-right.svg);
}
.button_help {
	height: 68px;
	width: 425px;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	background-color: #03935d;
}
.button_help:hover {
    background-color: #fff300;
    color: #000;
}
.sec-main-help__wrap {
	padding-top: 50px;
	margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sec-main-help__contacts {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.sec-main-help__contacts .link {
	color: #000;
	font-family: 'Open Sans', sans-serif;	
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.sec-main-help__contacts .link:hover {
	text-decoration: underline;
}

.student {
	background-color: #03935d;
	padding-top: 35px;
	padding-bottom: 100px;
}
.student .heading-3 {
	color: #fff;
	margin-bottom: 40px;
}
.students {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -70px;
}
.stud {
	padding: 20px;
	margin-bottom: 0;
}
.stud .photo {
	border-radius: 50%;
}
.stud .otz {
	font-family: TTNorms, sans-serif;
}
.students__item {
  margin: 0 10px;
  height: 414px;
  padding: 45px 45px 0;
  text-align: center;
  width: calc(33.3333% - 20px);
  background: #fff;
  transition: 0.3s linear;
}
.students__photo {
	position: relative;
    width: 115px;
    height: 115px;
    margin: 0 auto 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.students__photo img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top center;
}
.students__exerpt {
  color: #000;
  height: 88px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 35px;  
}
.students__link{  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 36px;
  min-height: 36px;
  border-radius: 20px;
  background: #fff200;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.students .w-slider, .students__mask, .students .left-arrow, .students .right-arrow {
	height: 414px;
}
.students .w-icon-slider-left:before {
    background-image: url(../images/arrow-left-w.svg);
}
.students .w-icon-slider-right:before {
    background-image: url(../images/arrow-right-w.svg);
}
.students .slider {
	padding-left: 60px;
	padding-right: 60px;
}

.fancybox-slide--html .fancybox-content {
    width  : 1100px;
    height : 640px;
    max-width  : 90%;
    max-height : 90%;
    margin: 0;
}

.wf-section_journey {
	padding-top: 52px;
	padding-bottom: 100px;
}
.journey {
	background-color: #fff;
	padding: 25px 20px 50px;
}
.steps {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.steps_col-1, .steps_col-2 {
	width: 50%;
	padding: 0 35px;

	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;  
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.button_journey {
	height: 60px;
	width: 240px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	background-color: #03935d;
	padding: 0;
	margin: 0 auto;
}
.button_journey:hover {
    background-color: #fff300;
    color: #000;
}
.p-j {
	font-size: 18px;
	line-height: 1.2;
	max-width: 460px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.heading-3.fj {
    margin-bottom: 5px;
}
.steps__item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    border-bottom: 2px solid #888;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 18px;
}
.steps__item:last-child {
	border-bottom: none;
}
.steps__num {
	width: 36px;
	min-width: 36px;
	height: 36px;
	position: relative;
	top: 3px;
	left: -3px;
	background-color: #fff200;
	border-radius: 50%;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-right: 30px;

	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.steps__text {
	font-size: 23px;
	line-height: 1.2;
	font-weight: 500;
	color: #000;
}

.ab-bl {
	padding-right: 11px;
    padding-left: 11px;
}

.nazv {
	padding: 0;
	margin-bottom: 12px;
	line-height: 1.2;
}


.tabs__caption {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__content{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.prof__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  margin-bottom: 48px;                 
}
.prof__menu-title {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    border: 2px solid #000;
    border-radius: 30px;
    padding: 15px 60px; 
    margin: 7px;

    background-image: none;
    background-position: 15px center;
    background-size: 24px 24px;
    background-repeat: no-repeat;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.prof__menu-title:hover {
	background-color: #f1f1f1;
	border: 2px solid #f1f1f1;
}
.prof__menu-title.active {
	background-color: #fff200;
	border: 2px solid #fff200;
	background-image: url(../images/p_check.png);
}
.prof__title {
	margin: 0;
	font-size: 23px;
	font-weight: 500;
	line-height: 1;
	color: #000;
}
.tabs-2 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.prof__submenu {
	width: 50%;	
}
.prof__skills {
	width: 50%;
}
.prof__skills-title {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 10px
}
.prof__skills-descr {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}
.prof__skills-descr p {
	margin-top: 0;
	margin-bottom: 20px;
}
.prof__skills-descr ul {
	list-style: disc;
	padding-left: 20px;
	margin-left: 0;
	margin-bottom: 20px;

	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}
.prof__skills-descr ul li {
	margin-top: 0;
	margin-bottom: 22px;
}

.tabs-2 .prof__submenu {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;  
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    padding: 0 65px;
}
.prof__submenu-title {
	width: calc(100% - 45px);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    

    height: 47px;
    border-radius: 30px;
    margin-left: 45px;
    margin-bottom: 18px;
    padding-left: 50px;

    font-size: 18px;
    font-weight: 500;
    color: #fff;


    background-color: #03935d;
    background-image: url(../images/ico_arrow.png);
    background-position: 20px center;
    background-size: 20px 20px;
    background-repeat: no-repeat;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.prof__submenu-title.active {
	height: 53px;
	margin-left: 0;
	width: 100%;
	background-color: #00c87b;
}


.tabs__caption-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs__caption-2 li:not(.active) {
  cursor: pointer;
}
.tabs__content-2{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tabs__content-2 {
  display: none;
}
.tabs__content-2.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.professii__btn-wrap .button_application {
	margin: 40px auto 0;
}
.gelt-bl__btn-wrap .button_application {
	margin: 0 auto;
}
.gelt-bl__btn-wrap .button_application:hover {
	background-color: #00c87b;
}
.wf-section_video {
	padding-top: 52px;
	padding-bottom: 50px;
}
.video__frame {
    aspect-ratio: 16/9;
    width: 100%;
}
iframe {
    max-width: 100%;
}

#feedback {
	display: none;
}

.insta-gallery {
	padding: 0 40px;
}
.insta-gallery .slider {
	padding-right: 0;
	padding-left: 0;
}
.insta-gallery .te_themesWrapper {
	background-color: #f1f2f1!important;
}
.sec-insta {
	padding-top: 40px;
}
.tb_app_wrapper {
	background-color: rgba(245, 246, 247, 0)!important;
}



/*** Media ***/
@media screen and (max-width: 1140px) {
	.students {
  		margin: 0;
	}
	.students__exerpt {
		height: 110px;
	}
	.students__photo {
		margin: 0 auto 36px;
	}
}
@media screen and (max-width: 1023px) {
	.w-nav-menu {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
             flex-wrap: wrap;
        -moz-box-pack: center;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;     
	}
	.w-nav-link {
		padding: 14px 7px;
	}
	.hero {	
	  	margin-top: 48px;
	}
	.navbar {
        top: -48px;
	}
	
}
@media screen and (max-width: 991px) {
	.time {
		font-size: 70px;
	}
	heading-3 {
		font-size: 30px;
	}
	.podp-t {
		font-size: 18px;
	}
	.bl-timer {
		padding: 40px 30px 30px;
	}
	.insta-gallery {
		padding: 0;
	}
}
@media screen and (max-width: 850px) {
	/*.hero {
		background-position: 0% 50%;
	}*/
	.steps {
		-webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	          flex-wrap: wrap;
	}
	.steps_col-1, .steps_col-2 {
		width: 100%;
	}
	.steps_col-1 .steps_col-1:last-child {
		border-bottom: 2px solid #888;
	}
	.steps__text br {
		display: none;
	}
	.students .students__item {
	    padding: 35px 15px 0;
	}	
}
@media screen and (max-width: 767px) {
	.students .students__item {
	    width: 100%;
	    text-align: center;
	    padding: 30px 45px 0;
	    margin: 0;
	}	
	.students .slider {
    	padding-left: 70px;
    	padding-right: 70px;
	}
	.nav-menu {
    	background-color: #03935d;
	}
	.w-nav-overlay [data-nav-menu-open] {
		left: 20px;
	}
	.heading-2 {
		font-size: 28px;
	}
	.flex-tim {
		width: 100%;
	}
	.ab-bl__wrap {
		height: 200px;
	}
	.tabs-2 .prof__submenu {
		padding: 0 30px;
	}
	.header__title {
		font-size: 18px;
		padding-left: 10px;
	}
	.copyright {
		padding: 0 20px;
	}
}
@media screen and (max-width: 667px) {
	/*.hero {
		background-position: 0% 50%;
	}*/
	.tabs-2 .prof__submenu {
	    padding: 0 20px 0 0;
	}
	.prof__submenu-title {
		margin-left: 25px;
		width: calc(100% - 25px);
	}	
}
@media screen and (max-width: 479px) {	
	.container.flex-header {
		-webkit-flex-wrap: wrap;
      	-ms-flex-wrap: wrap;
          flex-wrap: wrap;
	}
	.logo-bl {
    	width: 121px;
  	}
  	.soc-header-bl {
		width: 100%;
		-moz-box-pack: center;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    padding-top: 10px;
	}
	.logo {
		height: 64px;
	}
	.hero {
        min-height: min-content;
    }
	.header__title {
		font-size: 14px;
		width: calc(100% - 121px);
	}
	.bl-timer {
		margin-top: 40px;
		margin-left: 10px;
    	margin-right: 10px;
    	width: calc(100% - 20px);
	}
	.button_help {
		width: 100%;
		max-width: 300px;
		font-size: 18px;
		text-align: center;
		padding-left: 25px;
		padding-right: 25px;
	}
	.students .slider {
	    padding-left: 0;
	    padding-right: 0;
	}
	.students .w-icon-slider-left:before {
	    background-image: url(../images/arrow-left.svg);
	}
	.students .w-icon-slider-right:before {
	    background-image: url(../images/arrow-right.svg);
	}
	.students .students__item {
	    padding: 25px 70px 0;
	}
	.students__photo {
		margin: 0 auto 20px;
	}
	.students__exerpt {
		height: 172px;
	}
	.students__item, .students .w-slider, .students__mask, .students .left-arrow, .students .right-arrow {
		height: 450px;
	}
	.stud {
		padding: 0;
	}
	.ab-bl__wrap {
    	height: 300px;
	}
	.steps_col-1, .steps_col-2 {
		padding: 0 20px;
	}
	.prof__menu-title {
		padding: 15px 20px 15px 50px;
	}
	.prof__title {
		font-size: 20px;
	}
	.tabs-2 .prof__submenu {
    	padding: 0 10px 0 0;
	}
	.prof__submenu-title {
	    margin-left: 0;
	    width: 100%;
	    padding-left: 37px;
	    background-position: 10px center;
	    font-size: 14px;
	}
	.prof__submenu {
	    width: 45%;
	}
	.prof__skills {
	    width: 55%;
	}
	.ab-bl__wrap {
		height: auto;
		padding: 40px;
	}
	.prof__skills-descr ul {
		word-wrap: break-word;
	}	
}
