/* Шапка */
.section-head {background-color: #21232F;}
@media screen and (min-width: 768px) {
	.section-head {
		background-image: url(/img/bg_head2.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	/* Шапка на главной */
	.section-head.section-head-main {
		background-image: url(/img/bg_head.jpg);
	}
}

/* Главная. Возможности коучинга */
@media screen and (min-width: 768px) {
	.section-profit {
		background-image: url(/img/bg_profit.jpg);
	}
}

.section-head.inner_page_head {padding-bottom: 15px;}

.section-text-first {padding-top: 45px;}

.path {margin-bottom: 10px; font-size: 16px; color: #cdd0d6;}
.path a {color: #39363e;}
.path a:hover {color: #4274dd; font-weight: 400; text-decoration: underline;}
.path .path_b {padding: 0 2px;}

@media screen and (max-width: 767px) {
	.path {margin-bottom: 16px; font-size: 15px;}
}

.mr_t70 {margin-top: 70px;}
.mr_b70 {margin-bottom: 70px;}
.mr_tb70 {margin-top: 70px; margin-bottom: 70px;}

#gotop{ display:none; position:fixed; z-index:1; right:119px; bottom:35px; width:32px; height:32px; cursor:pointer;
	/* background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrElEQVRYhb2Xr3eDMBDH6+rqkZi+VzmxV1GDnanBVGHq+QMmp3EYNGJiogKJmK3CVNX0xaBQVbXbXUvey1iS5o4f4qOS3PdLcskdM7F6nRFYA+9AAZyApuUCfAMJsAUWrjFdJs2BGDgDP45cgRRY9jUQATVBWEfCNZD3FFbB4/IpBo4DiktuwIuLgTHEVXybgWxkcaQ2GQgmEJdkOgOcbMfrVjJNLFUDITOITKovxtqDaoCTeIH4mz8HRgwPF3qMhRvx//ZwdmKPi3YDiXNM5LggGVCcaqKinN1aI4SVsRKPgsUxUeNEl2ukE9+rX8I00bgY0IlHuu00HIdth+8GPg2DN4K45Eg0ccHBD8Pgiij+zEShm4sDb4ZAGUPcZALfmpNOAwcXlkBFG2BLEO+awOS8GuaEtu1Rk4sqLikNXy5zbC4NbHqIcLn3ilN2Ql0WXQP+hOKx1O1elXgC8VLV1N3XMfvCc1fPVM3SEcQroflls5XUIY8jN+k8q+v4HNveCJctD20aLs0FEohH0WochfFPOXKJ7WpAgs8q1g5sRNLWFIKJi0UN2zuPEvMXfpKiBb+q6OgAAAAASUVORK5CYII=) 0 0 no-repeat; */
    background:url(/img/go_top.png) 0 0 no-repeat;
}

.section-text .simple_text.no_bottom {
    padding-bottom: 0px;
    margin-bottom: 55px;
    border-bottom: none;
}

.browse_messages {
	padding-top: 35px;
}
.browse_messages a, .browse_messages .active {
    display: inline-block;
    width: 23px;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
}
.browse_messages .active {
    background: #4274dd;
    color: #fff;
}
.browse_messages a:hover {
    background: #4274dd36;
}

.simple_text a.main_btn {
    text-decoration: none;
}

.simple_text a.main_btn.color_w {
    color: #fff;
}

.testimonials_author_name_full {font-family: Gilroy m; font-size: 22px; margin-bottom: 10px;}
.date_grey {color: #848588;}

.green {color: #007a77;}

.education_sides {margin-bottom: 60px;}

.section_head_description {padding-left: 2px;}

/*
.video {position:relative; padding-bottom:56.25%; padding-bottom:75%; height:0;}
.video iframe {position:absolute; top:0; left:0; width:100%; height:100%;}
*/

.video {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 */
  height: 0;
  overflow: hidden;
}
.my_video.video4x3 {padding-bottom: 75%;} /* задаёт высоту контейнера для 4:3 */
.video iframe {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.video2 {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 */
  height: 100;
  overflow: hidden;
}

a.buttonz {
  display: inline-block;
  background: #147a14;
  color: #fff;
  padding: 12px;
  border-radius: 3px;
  text-decoration: none;
  font-family: Tahoma;
  font-size: 18px;
  line-height: 1;
  font-weight: 100;
}