@font-face {
  font-family: 'MuseoCyrl';
  src: url('../fonts/MuseoCyrl900.eot');
  src: url('../fonts/MuseoCyrl900.eot') format('embedded-opentype'),
    url('../fonts/MuseoCyrl900.woff2') format('woff2'),
    url('../fonts/MuseoCyrl900.woff') format('woff'),
    url('../fonts/MuseoCyrl900.ttf') format('truetype'),
    url('../fonts/MuseoCyrl900.svg#MuseoCyrl900') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoCyrl';
  src: url('../fonts/MuseoCyrl700.eot');
  src: url('../fonts/MuseoCyrl700.eot') format('embedded-opentype'),
    url('../fonts/MuseoCyrl700.woff2') format('woff2'),
    url('../fonts/MuseoCyrl700.woff') format('woff'),
    url('../fonts/MuseoCyrl700.ttf') format('truetype'),
    url('../fonts/MuseoCyrl700.svg#MuseoCyrl700') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoCyrl';
  src: url('../fonts/MuseoCyrl500.eot');
  src: url('../fonts/MuseoCyrl500.eot') format('embedded-opentype'),
    url('../fonts/MuseoCyrl500.woff2') format('woff2'),
    url('../fonts/MuseoCyrl500.woff') format('woff'),
    url('../fonts/MuseoCyrl500.ttf') format('truetype'),
    url('../fonts/MuseoCyrl500.svg#MuseoCyrl500') format('svg');
  font-weight: 500;
  font-style: normal;
}

/*common*/
body {
  background: #282828;
  color: #282828;
}
input[type='text'] {
  -webkit-appearance: none !important;
}
body,
button,
textarea,
input {
  font-family: 'MuseoCyrl', sans-serif;
  font-weight: 500;
}
button {
  cursor: pointer;
}
button,
textarea,
input {
  box-sizing: border-box;
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}
.content {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
.page-wrap {
  position: relative;
  overflow: hidden;
}
.clear-fix:after {
  content: '';
  display: block;
  clear: both;
}
.flex-container {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.va-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-evenly;
}
.spacer_bottom,
.spacer_top,
.spacer {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.spacer > * {
  -ms-flex-item-align: center;
  align-self: center;
}
.spacer_bottom > * {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.spacer_top > * {
  -ms-flex-item-align: start;
  align-self: center;
}
.pos-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.photo-max-size {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.photo-full-size {
  object-position: top;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.d-ib {
  display: inline-block;
}
.hidden {
  display: none !important;
}
.mobile-visible {
  display: none;
}
.yellow-btn {
  height: 80px;
  max-width: 370px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #282828;
  border-radius: 10px;
  background: #FFDD2D;
  box-shadow: 1px 1px 16px 1px rgba(22, 21, 21, 0.63);
}

h2 {
  color: #313132;
  font-size: 55px;
  font-weight: 900;
  line-height: 1.2;
}
h2 em {
  color: #313132;
  display: inline-block;
  padding: 0 5px 3px;
  margin-bottom: -3px;
  margin-left: -5px;
}
.block-desc {
  font-size: 25px;
  line-height: 1.2;
  margin-top: 29px;
}
/*end common*/

/*icons*/
.icon {
  background: url('../images/icons.png') no-repeat;
  display: inline-block;
}
.icon-advantage-1 {
  width: 40px;
  height: 40px;
}
.icon-advantage-2 {
  width: 43px;
  height: 43px;
  background-position: 0 -42px;
}
.icon-advantage-3 {
  width: 48px;
  height: 38px;
  background-position: 0 -87px;
}
.icon-advantage-4 {
  width: 30px;
  height: 32px;
  background-position: 0 -127px;
}
.icon-advantage-5 {
  width: 35px;
  height: 35px;
  background-position: 0 -161px;
}
.icon-advantage-6 {
  width: 33px;
  height: 33px;
  background-position: 0 -198px;
}
/*end icons*/

/*main*/
.main {
  color: #ffffff;
  padding-top: 33px;
  padding-bottom: 10px;
  background: #ffffff;
  background-image: -moz-linear-gradient(to right, #1f29c5, #071daf);
  background-image: -webkit-linear-gradient(to right, #1f29c5, #071daf);
  background-image: -ms-linear-gradient(to right, #1f29c5, #071daf);
  background-image: -moz-linear-gradient(to right, #1f29c5, #071daf);
}
.header {
  width: 100%;
  max-width: 1000px;
  padding-top: 35px;
  padding-bottom: 15px;
}
.nav {
  width: 100%;
  max-width: 550px;
  position: relative;
  top: 6px;
}
.logo {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
.nav__link {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
.nav__link:hover {
  color: #e8d211;
}
.main__content {
  padding-top: 132px;
}
h1 {
  font-size: 55px;
  font-weight: 900;
  line-height: 1.2;
}
.main__desc {
  margin-top: 37px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #313132;
}
.main__text {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 25px;
}
.main__logos {
  margin-bottom: 30px;
  margin-top: 200px;
  background: #FFFFFF;
  box-shadow: 1px 1px 16px 1px rgb(137 132 132 / 63%);
  border-radius: 13px;
  padding-top: 17px;
}
.main__logo {
  margin-right: 25px;
  margin-bottom: 20px;
}
.main__btn {
  margin-top: 48px;
}
.main .content {
  position: relative;
}
.main .content:after {
  content: '';
  position: absolute;
  background: url('../images/decor/main-decor.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 912px;
  height: 513px;
  left: -198px;
  top: 110px;
}
.main .content > * {
  position: relative;
  z-index: 3;
}
.main .main__bg {
  position: absolute;
  background: url(../images/bg/main-bg.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 1004px;
  height: 520px;
  right: -70px;
  top: 60px;
  z-index: 12;
}


.main .main__bg .more{
	position: absolute;
    bottom: -25px;
    max-width: 490px;
    left: 60px;
}


.main .main__bg .more .text{
     background: url(../images/bg_more.png) no-repeat center;
    padding: 30px;
    background-size: contain;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #282828;
}

.main .main__bg .more .text2{
	max-width: 480px;
    margin: -10px auto 0;
}

.main .main__bg .more .text .big{
    font-size: 20px;
}

.main .main__bg .more .text .big b{
    font-weight: 700;
}

.m-advantage__icon {
  height: 43px;
  position: relative;
}
.m-advantages {
  margin-top: 92px;
}

.m-advantages {
  margin-top: 92px;
}


.salary__item {
  position: relative;
}
.salary__item::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 54px;
  height: 3px;
  background-color: #f5b858;
}
.course,
.salary__item,
.m-advantage {
  width: 32.34%;
  margin-right: 1.49%;
}
.m-advantage {
  padding: 24px 20px 32px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  background: rgba(83, 83, 83, 0.33);
}
.course:nth-child(3n),
.salary__item:nth-child(3n),
.m-advantage:nth-child(3n) {
  margin-right: 0;
}

.m-advantage.last {
      position: relative;
}

.m-advantage.last a.what{
    position: absolute;
    background: url(../images/what.png) no-repeat;
    width: 22px;
    height: 22px;
    top: 10px;
    right: 10px;
	cursor: pointer;
}



.m-advantage.last .more {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    background: #ffde00;
    border-radius: 10px;
	display: none;
}

.m-advantage.last .more p{
    font-size: 20px;
    line-height: 25px;
	vertical-align: middle;
    display: table-cell;
	color: #111;
}

	
.m-advantage.last .more a.exit{
    position: absolute;
    background: url(../images/exit.png) no-repeat;
    width: 22px;
    height: 22px;
    top: 10px;
    right: 10px;
	cursor: pointer;
}

.m-advantage__title {
  margin-top: 41px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
/*end main*/

/* how */
.how {
  padding-top: 93px;
  background-color: #282828;
}
.how-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 60px;
}

.how .prev {
  box-sizing: border-box;
  padding: 60px 40px;
  box-shadow: 0 2px 12px 5px rgb(22 21 21 / 14%);
  border-radius: 20px;
  width: 100%;
  display: flex;
  background-image: url(../images/bg/bg-vriant.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -190px;
  margin-bottom: 60px;
}

.how .prev h3 {
color: #ffffff;
font-size: 35px;
line-height: 1.2;
font-weight: 900;

}

.how .prev p{
color: #ffffff;
font-size: 20px;
line-height: 1.2;
font-weight: 700;
max-width: 460px;
margin-top: 20px;
}

.how .prev .yellow-btn {
    margin: auto;
    position: relative;
    width: auto;
    padding: 25px 90px 30px 40px;
    height: auto;
}

.how .prev .yellow-btn:before {
     content: '';
    position: absolute;
    width: 34px;
    height: 23px;
    top: 0px;
    bottom: 0;
    left: 0;
    right: -205px;
    margin: auto;
    background: url(../images/strela.png) no-repeat;
}

.how-card {
  box-sizing: border-box;
  padding: 48px 33px 80px;
  width: 49%;
  border-radius: 25px;
  background-image: url(../images/bg/bg-vriant.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 20px;
}

}
.how-card__subtitle {
  font-weight: 700;
}
.how-card__title {
  margin: 20px 0 25px;
  color: #f5b858;
  font-weight: 700;
  font-size: 25px;
}
.how-card__text b {
  color: #ffffff;
  font-weight: 700;
}
.how__form {
  position: relative;
  z-index: 2;
  margin-bottom: -80px;
}
/* end how */

/* anticrisis */
.anticrisis {
  background: #282828;
  padding: 100px 0 50px;
}
.anticrisis__text {
  color: #ffffff;
  margin: 30px 0 40px;
  max-width: 1040px;
  font-size: 25px;
}
.anticrisis-card {
  background: #ffffff;
  margin: 0 1% 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  width: 31%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 14.24px 1.76px rgba(22, 21, 21, 0.21);
  box-shadow: 0px 2px 14.24px 1.76px rgba(22, 21, 21, 0.21);
}
.anticrisis-card__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 25px;
}
.anticrisis-card__text {
  max-width: 230px;
  font-size: 20px;
}
.anticrisis-card__wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.anticrisis__btn {
  display: block;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 15px;
  min-width: 280px;
  height: 64px;
  -webkit-box-shadow: 0 2px 12px 5px rgba(22, 21, 21, 0.04);
  box-shadow: 0 2px 12px 5px rgba(22, 21, 21, 0.04);
  border-radius: 10px;
  background: #f5b858;
  color: #4d4d4d;
  font-family: 'MuseoCyrl';
  font-weight: 700;
  font-size: 20px;
}
/* end anticrisis */

/* img-block */
.img-block {
  padding: 120px 0 100px;
}
.img-block .content {
  position: relative;
  z-index: 2;
}
.img-block p {
  color: #ffffff;
  margin-top: 40px;
  max-width: 730px;
  font-size: 25px;
}
.img-block p span {
  font-size: 20px;
  color: #ffffff;
}
.img-block p b {
  font-weight: 700;
}
.img-block img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/* end img-block */

/*salary*/
.salary {
  padding-top: 60px;
  padding-bottom: 132px;
  position: relative;
}
.salary:after {
  content: '';
  position: absolute;
  background: url('../images/decor/salary-decor.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1468px;
  height: 461px;
  right: -24px;
  top: 44px;
}
.salary > * {
  position: relative;
  z-index: 3;
}
.salary__price {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
}
.salary__list {
  margin-top: 75px;
}
.salary__desc {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 3px;
}
/*end salary*/

/*courses*/
.courses {
  padding-top: 137px;
  padding-bottom: 143px;
}
.courses h2 em {
  padding-left: 8px;
  padding-right: 8px;
}
.courses__list {
  margin-top: 66px;
}
.course {
  text-align: center;
  padding: 44px 28px 182px;
  position: relative;
  box-sizing: border-box;
  background-image: url(../images/bg/bg-vriant.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 1px 1px 16px 1px rgba(22, 21, 21, 0.13);
}
.course__title {
  min-height: 60px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}
.course__title span {
  color: #ffffff;
  width: 100%;
}
.course__desc {
  color: #ffffff;
  margin-top: 19px;
  font-size: 20px;
  line-height: 1.2;
}
.course__icon {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  border-radius: 50%;
  background-color: rgb(255, 204, 0);
  margin: 0 auto;
}
.course__icon img {
  position: absolute;
}
.course:nth-child(1) .course__desc {
  color: #ffffff;
  margin-top: 0;
}
.course:nth-child(1) .course__icon img {
  top: -10px;
  left: -11px;
}
.course:nth-child(2) .course__icon img {
  top: 12px;
  left: -9px;
}
.course:nth-child(3) .course__icon img {
  top: -9px;
  left: 5px;
}
/*end courses*/

/*profession*/
.profession {
  padding-top: 100px;
  padding-bottom: 136px;
}
.profession > * {
  position: relative;
  z-index: 3;
}
.profession:after {
  content: '';
  position: absolute;
  background: url('../images/decor/profession-decor.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1403px;
  height: 395px;
  left: -30px;
  bottom: 90px;
}
.profession h2 em {
  margin-left: -7px;
  padding-left: 8px;
  padding-right: 8px;
}
.profession__block {
  margin-top: 54px;
  padding: 44px 104px 45px 84px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 1px 1px 16px 1px rgba(22, 21, 21, 0.16);
}
.profession__title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
.profession__list {
  margin-top: 12px;
}
.profession__list li {
  position: relative;
  padding-left: 14px;
  font-size: 25px;
  line-height: 1.4;
}
.profession__list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: #ffcc00;
  border-radius: 50%;
}
.profession__icon {
  width: 66px;
  height: 66px;
  position: relative;
}
.profession__icon:after,
.profession__icon:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 100%;
  background: #ffcc00;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.profession__icon:before {
  height: 16px;
  width: 100%;
  background: #ffcc00;
}
/*end profession*/

/*tools*/
.tools {
  padding-top: 112px;
  padding-bottom: 94px;
  background-image: url(../images/bg/wall.png);
}
.tools h2 em {
  padding-left: 6px;
  padding-right: 12px;
  margin-left: -6px;
}
.tools__list {
  margin-top: 78px;
}
.tool {
  width: 11.56%;
  text-align: center;
  margin-right: 1.07%;
  color: #ffffff;
}
.tool:nth-child(8n) {
  margin-right: 0;
}
.tool__icon {
  border-radius: 20px;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1px 16px 1px rgba(22, 21, 21, 0.57);
  height: 148px;
}
.tool__title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
}
.tools__bottom {
  padding-top: 42px;
  border-top: 1px solid #ffffff;
  margin-top: 65px;
  padding-right: 62px;
}
.advantages {
  max-width: 790px;
  width: 100%;
  color: #ffffff;
}
.advantage__icon {
  height: 35px;
  position: relative;
}
.advantage__icon .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.advantage__title {
  margin-top: 21px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.advantage__desc {
  margin-top: 16px;
  font-size: 18px;
  color: #edecec;
  line-height: 1.2;
}
.tools__btn {
  position: relative;
  top: -8px;
}
/*end tools*/

/*educations*/
.educations {
  padding-top: 95px;
  padding-bottom: 140px;
}
.educations > * {
  position: relative;
  z-index: 3;
}
.educations:after {
  content: '';
  position: absolute;
  background: url('../images/decor/education-1.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 104px;
  height: 103px;
  top: 240px;
  right: -44px;
}
.educations h2 em {
  padding-left: 10px;
  padding-right: 16px;
}
.educations .block-desc {
  margin-top: 20px;
}
.educations__list {
  margin-top: 71px;
}
.education {
  padding: 34px 25px 35px;
  width: 23.9%;
  margin-right: 1.46%;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  background-image: url(../images/bg/bg-vriant.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.education:nth-child(4n) {
  margin-right: 0;
}
.education__number {
  font-size: 18px;
}
.education__number em {
  font-size: 30px;
  font-weight: 900;
}
.education__desc {
  margin-top: 18px;
  min-height: 90px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.a-educations {
  margin-top: 52px;
  position: relative;
}
.a-educations:after {
  content: '';
  position: absolute;
  background: url('../images/decor/education-2.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 58px;
  height: 62px;
  left: -30px;
  bottom: -30px;
}
.a-education {
  width: 49.21%;
  margin-right: 1.58%;
  padding: 35px 32px 42px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1px 16px 1px rgba(22, 21, 21, 0.29);
}
.a-education:nth-child(2n) {
  margin-right: 0;
}
.a-education__icon {
  height: 63px;
}
.a-education__title {
  margin-top: 29px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.a-education__desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.2;
}
/*end educations*/

/*companies*/
.companies {
  background-image: url(../images/bg/Secrt.png);
  padding-top: 115px;
  padding-bottom: 162px;
}
.companies h2 em {
  padding-left: 8px;
  padding-right: 7px;
  margin-left: -7px;
}
.companies .block-desc {
  color: #ffffff;
  margin-top: 44px;
}
.companies__list {
  margin-top: 46px;
}
.companies__list img:nth-child(3) {
  position: relative;
  top: 4px;
}
/*end companies*/

/*speakers*/
.speakers {
  padding-top: 126px;
  padding-bottom: 115px;
}
.speakers h2 em {
  padding-left: 14px;
  padding-right: 16px;
  margin-left: 0;
}
.speakers__list {
  margin-top: 62px;
  margin-bottom: -30px;
}
.speaker {
  width: 49.21%;
  box-sizing: border-box;
  position: relative;
  min-height: 415px;
  padding: 65px 18px 30px 40px;
  margin-right: 1.58%;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: rgb(250, 250, 250);
  box-shadow: 1px 2px 16px 1px rgba(22, 21, 21, 0.27);
}
.speaker:nth-child(2n) {
  margin-right: 0;
}
.speaker__logo {
  position: absolute;
  font-size: 0;
  top: 10px;
  right: 15px;
}
.speaker:nth-child(2) .speaker__logo {
  top: 21px;
}
.speaker:nth-child(4) .speaker__logo {
  top: 23px;
  right: 20px;
}
.speaker:nth-child(5) .speaker__logo {
  top: 26px;
  right: 18px;
}
.speaker:nth-child(6) .speaker__logo {
  top: 36px;
  right: 22px;
}
.speaker:nth-child(8) .speaker__logo {
  top: 15px;
}
.speaker__photo {
  width: 208px;
  height: 186px;
  border-radius: 10px;
  background-color: rgb(110, 165, 252);
  position: relative;
  overflow: hidden;
}
.speaker__right {
  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;
  width: calc(100% - 240px);
  margin-left: 32px;
}
.speaker__right.special {
  margin-bottom: -107px;
}
.speaker__social {
  display: inline-block;
  margin-top: auto;
  vertical-align: bottom;
}
.speaker__social span {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}
.speaker__social .img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 69px;
  height: 69px;
  vertical-align: middle;
}
.speaker__social img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.speaker__social--mini {
  position: relative;
  bottom: -30px;
}
.speaker__social--mini span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.speaker__social--mini img {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.speaker__name {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}
.speaker__desc {
  margin-top: 21px;
  font-size: 18px;
  line-height: 1.2;
}
.speaker__desc li {
  font-size: 20px;
}
.speaker__photo {
  margin-bottom: 30px;
}
.speaker__photo_logo {
  background: #ffffff;
  box-shadow: 2px 1px 17px 1px rgba(22, 21, 21, 0.15);
}
.speaker__photo_logo img {
  max-width: 100%;
  max-height: 100%;
}
.speaker__bottom span {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}
.speaker__bottom span.clients {
  display: inline-block;
  padding: 0 15px;
  margin-left: 10px;
  margin-bottom: 0;
  height: 30px;
  box-shadow: 0 2px 7px 1px rgba(22, 21, 21, 0.1);
  border-radius: 15px;
  background-color: #ffffff;
  line-height: 30px;
}
.speaker__bottom .clients-wrapper {
  display: inline-block;
}
.speaker__bottom span.clients.ml {
  margin-left: 100px;
}
.speaker__bottom img {
  margin-right: 5px;
  width: 69px;
  height: 69px;
  object-fit: contain;
}
.speaker__bottom img:last-child {
  margin-right: 0;
}
.speaker__bottom img.mr {
  margin-right: 49px;
}
.speaker__bottom img.mr2 {
  margin-right: 37px;
}
.speakers__btn {
  margin-top: 60px;
  text-align: center;
}
/*end speakers*/

/*development*/
.development {
  background: #1d1d1d;
  padding-top: 60px;
  padding-bottom: 95px;
  position: relative;
}
.development:after {
  content: '';
  position: absolute;
  background: url('../images/bg/development-bg.png') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 609px;
  height: 592px;
  right: -171px;
  top: 272px;
}
.development h2 em {
  color: #ffffff;
  padding-left: 9px;
  padding-right: 14px;
  margin-left: -9px;
}
.development h2,
.development__list {
  position: relative;
  z-index: 3;
}
.development__list {
  width: 64.06%;
  margin-top: 79px;
}
.development__item {
  padding-left: 70px;
  position: relative;
  margin-bottom: 44px;
}
.development__item:last-child {
  margin-bottom: 0;
}
.development__item-number {
  position: absolute;
  text-align: center;
  width: 57px;
  height: 57px;
  padding-left: 4px;
  box-sizing: border-box;
  background: #f5b858;
  line-height: 57px;
  border-radius: 50%;
  left: 0;
  top: -13px;
  font-size: 25px;
  font-weight: 900;
}
.development__item-title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}
.development__item-desc {
  color: #ffffff;
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.2;
}
.development__form {
  margin-top: 80px;
}
/*end development*/

/* big-form */
.big-form {
  padding: 50px 90px;
  border-radius: 20px;
  background-image: url(../images/bg/bg-poch.jpg);
  background-size: cover;
  box-shadow: 1px 1px 16px 1px rgb(110 86 51);
}
.big-form__title {
  margin: 0 auto 35px;
  text-align: center;
  color: #ffffff;
  font-family: 'MuseoCyrl';
  font-weight: 900;
  font-size: 35px;
}
.big-form__input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.big-form__input {
  padding: 10px 15px;
  min-width: 280px;
  height: 64px;
  box-shadow: 0 2px 12px 5px rgba(22, 21, 21, 0.04);
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
}
.big-form__input::placeholder {
  color: #a7a7a7;
}
.big-form__input:-ms-input-placeholder {
  color: #a7a7a7;
}
.big-form__input--phone {
  flex-grow: 1;
  margin: 0 15px;
}
.big-form__btn {
  padding: 10px 15px;
  min-width: 280px;
  height: 64px;
  box-shadow: 0 2px 12px 5px rgba(22, 21, 21, 0.04);
  border-radius: 10px;
  background-image: linear-gradient(-5deg, #f5b858 0%, #f5b858 100%);
  color: #4d4d4d;
  font-family: 'MuseoCyrl';
  font-weight: 700;
  font-size: 20px;
}
/* end bif-form */

/*reviews*/
.reviews {
  padding-top: 95px;
  padding-bottom: 108px;
}
.reviews h2 em {
  color: #ffffff;
  padding-left: 260px;
  padding-right: 18px;
}
.reviews__list {
  max-width: 1715px;
  margin: 95px auto 0;
}
.review {
  width: 22.91%;
  margin-right: 2.78%;
  position: relative;
  margin-bottom: 90px;
}
.review:nth-child(4n) {
  margin-right: 0;
}
.review:after {
  content: '';
  display: block;
  padding-top: 201.78%;
}
.review:before {
  content: '';
  position: absolute;
  background: url('../images/reviews/shadow.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 101.38%;
  width: 115.26%;
  top: -1%;
  left: -14.28%;
}
.review__bg {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../images/reviews/bg.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.review__bg img {
  width: 86.51%;
  height: 75.4%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -2px;
  right: -2px;
  margin: auto;
}
.review__btn {
  position: absolute;
  bottom: -90px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  height: 64px;
  box-shadow: 0 2px 12px 5px rgba(22, 21, 21, 0.04);
  border-radius: 10px;
  background-image: linear-gradient(-5deg, #f5b858 0%, #f5b858 100%);
  color: #4d4d4d;
  font-family: 'MuseoCyrl';
  font-weight: 700;
  font-size: 20px;
}
/*end reviews*/

/*diff*/
.diff {
  padding-top: 146px;
  padding-bottom: 130px;
}
.diff em {
  padding-left: 12px;
  padding-right: 22px;
  margin-left: 0;
}
.diff__block {
  margin-top: 64px;
  background: url('../images/bg/diff-bg.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 81px 30px 66px;
  border-radius: 20px;
}
.diff__block:before {
  content: '';
  display: block;
  background: url('../images/decor/diff-decor.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 620px;
  height: 181px;
  margin: 0 auto;
}
.diff__list {
  max-width: 1024px;
  margin: 30px auto 0;
}
.diff__item {
  text-align: center;
  width: 494px;
}
.diff__item-title {
  font-size: 30px;
  font-weight: 900;
  color: #f5b858;
  line-height: 1.2;
}
.diff__item-desc {
  margin-top: 14px;
  font-size: 25px;
  color: #ffffff;
  line-height: 1.2;
}
.diff__item-btn {
  margin-top: 44px;
  max-width: 264px;
}
/*end diff*/

/*b-resume*/
.blue-bg {
  background: url('../images/bg/walls-bg.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 142px;
}
.diploma h2,
.b-resume h2 {
  color: #ffffff;
}
.diploma h2 em,
.b-resume h2 em {
  color: #282828;
  padding-left: 6px;
  padding-right: 8px;
  margin-left: -6px;
}
.resume {
  margin-top: 51px;
  padding: 46px 102px 35px 36px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 1px 1px 16px 1px rgba(22, 21, 21, 0.51);
}
.resume__top {
  position: relative;
  padding-left: 174px;
}
.resume__photo {
  left: 0;
  top: 0;
  position: absolute;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  overflow: hidden;
}
.resume__top-col {
  min-height: 124px;
}
.resume__position,
.resume__sum {
  font-size: 20px;
  color: #3a3635;
}
.resume__position strong,
.resume__sum strong {
  margin-top: 10px;
  display: block;
  font-size: 25px;
  font-weight: 700;
}
.resume__cols {
  margin-top: 33px;
}
.resume__col {
  width: 33.09%;
}
.resume__col:last-child {
  width: 31.17%;
}
.resume__skill,
.resume__desc {
  padding-left: 8px;
  font-size: 20px;
  color: #3a3635;
  line-height: 1.2;
  margin-bottom: 24px;
}
.resume__desc:last-child {
  margin-bottom: 0;
}
.resume__title {
  font-size: 25px;
  font-weight: 700;
  color: #3a3635;
}
.resume__bottom {
  border-top: 1px solid #949494;
  margin-top: 28px;
  padding-top: 21px;
}
.resume__skill {
  position: relative;
}
.resume__skill:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffcc00;
  left: -2px;
  top: 9px;
}
.diploma {
  margin-top: 162px;
  padding-bottom: 242px;
  position: relative;
}
.diploma__left {
  max-width: 620px;
}
.diploma h2 em {
  padding-left: 6px;
  padding-right: 7px;
  margin-left: 0;
}
.diploma__desc {
  margin-top: 42px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
.diploma__photo {
  width: 484px;
  height: 484px;
  border-radius: 50%;
  background: #f5b858;
  right: 50px;
  bottom: 200px;
  position: absolute;
}
.diploma__photo:after {
  content: '';
  position: absolute;
  background: url('../images/bg/diploma.png') no-repeat center;
      -webkit-background-size: cover;
    background-size: contain;
    width: 500px;
    height: 572px;
    top: -42px;
    left: -14px;
}
/*end b-resume*/

/*m-speakers*/
.m-speakers {
  padding-top: 154px;
}
.m-speakers h2 em {
  padding-left: 16px;
  padding-right: 20px;
  margin-left: -16px;
}
.m-speakers__list {
  margin-top: 22px;
}
.m-speaker {
  width: 23.9%;
  margin-right: 1.46%;
  text-align: center;
}
.m-speaker:nth-child(4n) {
  margin-right: 0;
}
.m-speaker__photo {
  height: 321px;
  position: relative;
}
.m-speaker__photo img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.m-speaker__title {
  font-size: 27px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 11px;
}
.m-speaker__desc {
  margin-top: 7px;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}
/*end m-speakers*/

/*partner*/
.partner {
  padding-top: 120px;
  padding-bottom: 132px;
  position: relative;
}
.partner:after {
  content: '';
  position: absolute;
  background: url('../images/decor/partner-decor.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1316px;
  height: 304px;
  left: -96px;
  top: 162px;
}
.partner h2 em {
  padding-left: 16px;
  padding-right: 24px;
  margin-left: -16px;
}
.partner__left {
  margin-top: 54px;
  padding-left: 3px;
  max-width: 650px;
  box-sizing: border-box;
}
.partner__desc {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 29px;
}
.partner__desc:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
.partner h2,
.partner__bottom,
.partner__left {
  position: relative;
  z-index: 5;
}
.partner__bottom {
  margin-top: 76px;
  max-width: 1100px;
}
.partner__bottom-left {
  width: 100%;
  max-width: 682px;
}
.partner__btn {
  box-sizing: border-box;
  padding: 14px 10px 10px;
  border-radius: 10px;
  font-size: 20px;
  color: #272727;
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
  background: #ffcc00;
  background: linear-gradient(to right top, #ffcc00, #f7e072);
  background: -moz-linear-gradient(to right top, #ffcc00, #f7e072);
  background: -webkit-linear-gradient(to right top, #ffcc00, #f7e072);
  background: -o-linear-gradient(to right top, #ffcc00, #f7e072);
  background: -ms-linear-gradient(to right top, #ffcc00, #f7e072);
  box-shadow: 0 8px 12px #a2a2a2;
}
.partner__btn:hover {
  background: #ffcc00;
}
.partner__btn_big {
  max-width: 306px;
  width: 100%;
}
.partner__bg {
  background: url('../images/bg/partner-bg.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 545px;
  height: 498px;
  bottom: 68px;
  position: absolute;
  z-index: 3;
  right: -46px;
}
/*end partner*/

/*about*/
.about {
  padding-top: 108px;
  padding-bottom: 58px;
}
.about .content {
  position: relative;
}
.about .content:after {
  content: '';
  position: absolute;
  background: url('../images/decor/about-decor.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1282px;
  height: 680px;
  top: -78px;
  left: -44px;
}
.about h2 em {
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 34px;
}
.about__left {
  margin-top: 63px;
  max-width: 700px;
}
.about__desc {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 29px;
}
.about__desc:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
.about h2,
.about__left,
.about__bottom {
  position: relative;
  z-index: 5;
}
.about__bottom {
  margin-top: 43px;
  padding-right: 16px;
}
.about__link {
  max-width: 390px;
  font-size: 20px;
  font-weight: 700;
  color: #282828;
  width: 100%;
  text-align: center;
  height: 86px;
  box-sizing: border-box;
  line-height: 86px;
  border-radius: 20px;
  background-image: linear-gradient(-5deg, #f5b858 0%, #f5b858 100%);
}
.about__link_big {
  max-width: 450px;
  line-height: 1.25;
  padding-top: 18px;
}

.about__bg {
  background: url('../images/bg/about-bg.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 528px;
  height: 421px;
  position: absolute;
  z-index: 3;
  right: 28px;
  top: 98px;
}
/*end about*/

/*gallery*/
.gallery {
  padding-bottom: 142px;
  padding-top: 178px;
  background: #1d1d1d;
}
.gallery h2 em {
  padding-left: 15px;
  padding-right: 16px;
  margin-left: -15px;
}
/*end gallery*/

/*team*/
.team {
  padding-top: 146px;
  padding-bottom: 80px;
}
.team h2 em {
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -12px;
}
.events__desc,
.team__desc {
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 72px;
}
.team__photo {
  background: url('../images/team-photo.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  max-width: 1023px;
  display: block;
  margin: 36px auto 0;
}
.team__photo:after {
  content: '';
  display: block;
  padding-top: 55.32%;
}
.events {
  padding-top: 16px;
  padding-bottom: 90px;
}
.events__subtitle {
  display: block;
  font-weight: 700;
  font-size: 25px;
  margin-top: 15px;
}
.events__desc {
  margin-top: 0;
}
.events__slider {
  max-width: 561px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 27px auto 0;
  font-size: 0;
}
.events__slide img {
  height: 350px;
  object-fit: cover;
}
.events__btn {
  margin: 30% auto 0;
  display: block;
}
/*end team*/

.how-work {
	padding: 80px 0;
}

.how-work .flex {
	margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
    align-content: space-between;
}

.how-work .flex .item{
	text-align: center;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    background-color: #f4f4f4;
    padding: 30px;
	width: 31.3333%;
    margin: 0 auto 20px;
    min-height: 230px;
	box-sizing: border-box;
	position: relative;

}

.how-work .flex .item-strela:after{
	content: '';
	position: absolute;
	background: url('../images/strela2.png') no-repeat center;
	right: -23px;
    top: 50%;
    width: 20px;
    height: 25px;
}


.how-work .flex .item.part2{
	width: 48%;
}

.how-work .flex .item img{
	margin-top: 20px;
	}

.how-work .flex .item span{
	font-size: 30px;
	line-height: 1.2;
	font-weight: 900;
	color: #ffcb00;
	}


.how-wheek {
	padding: 80px 0;
}

.how-wheek h2 {
	margin-bottom: 40px;
}

.how-wheek .item{
	margin: 20px 0;
    background: #fff;
    padding: 85px 60px;
    border-radius: 20px;
    display: flex;
	font-size: 25px;
	line-height: 1.2;
	position: relative;
}

.how-wheek .item .flex{
	display: flex;
}


.how-wheek .item span{
	font-weight: 700;
	color: #1300ca;
}

.how-wheek .item .number{
	line-height: 1.2;
	font-weight: 700;
	color: #1300ca;
	padding-right: 10px;
}

.how-wheek .item img{
	position: absolute;
    right: 100px;
    bottom: 0;
}

.how-money {
	padding: 80px 0 170px;
}

.how-money .text{
  color: #ffffff;
	font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    background-color: #3e3e3e;
    padding: 40px 60px;
    margin-top: 80px;
}

.how-money .uslovia{
	background-image: url(../images/bg/bg-vriant.jpg);
  background-repeat: no-repeat;
  background-size: cover;
    box-shadow: 0px 3px 13px 0px rgb(22 21 21 / 25%);
    border-radius: 10px;
    padding: 30px;
    max-width: 740px;
    position: absolute;
    right: 18px;
    top: 130px;
}

.how-money .uslovia .item{
  color: #ffffff;
	display: flex;
    font-size: 20px;
    align-items: center;
	margin-bottom: 20px;
}

.how-money .uslovia .item img{
	padding-right: 20px;
}

.how-money2 {
  padding: 80px 0;
  background: #F6F7F8;
}

.how-money2 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.how-money2 h2 {
  margin-bottom: 50px;
  text-align: center;
}

.how-money2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-evenly;
}

.how-money2-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
  padding: 40px 30px 70px;
  width: 30%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 6px 11px 13px rgba(22, 21, 21, 0.07);
          box-shadow: 6px 11px 13px rgba(22, 21, 21, 0.07);
}

.how-money2-card--middle {
  width: 33%;
  margin-top: 0;
  padding: 50px 30px 30px;
  background-color: #fbf8f8;
}

.how-money2-card__title {
  margin-bottom: auto;
  font-weight: 900;
  font-size: 25px;
  text-align: center;
}

.how-money2-card__title em {
  color: #0b1fb3;
}

.how-money2-card img {
  margin-top: 30px;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.how-money2-card span {
  font-size: 30px;
  color: #5e5e5e;
}

.how-money2-card .btn {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
  padding: 25px 20px;
  color: #000;
  font-weight: 900;
  font-size: 25px;
  background-color: #f5b858;
  border-radius: 10px;
}

.how-money2 .annotation {
  color: #ffffff;
  display: block;
  margin-top: 30px;
  font-size: 12px;
}

.how-work2 {
  background: #ffffff;
	padding: 80px 0;
}

.how-work2 .flex{
	display: flex;
  font-size: font-size: 25px;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 60px;
  justify-content: space-around;
  align-items: center;
}

.how-work2 .flex .text{
  color:#ffffff;
	padding-right: 30px;
}

.how-work2 .flex img{
	height: max-content;
  width: 630px;
}

.what-teach {
  background: #1d1d1d;
	padding: 80px 0;
}

.what-teach .mini{
  color: #ffffff;
	font-size: 20px;
    margin: 30px 0;
}

.what-teach .flex{
	display: flex;
}

.what-teach .item{
	font-size: 20px;
	line-height: 35px;
	margin-right: auto;
	margin-bottom: 40px;
	min-width: 50%;
}

.what-teach .item span{
	display: block;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 20px;
    color: #ffffff;
}

.what-teach .item ul li{
  color: #ffffff;
	position: relative;
	padding: 0px 0 5px 19px;
	
}

.what-teach .item ul li:after{
	content: '';
	position: absolute;
	background: url('../images/icon.png') no-repeat center;
	left: 0;
    top: 13px;
    width: 10px;
    height: 10px;
}
	
/* footer */
footer hr {
  height: 5px;
  background-color: #ffd200;
  width: 100%;
  border: 0px;
  margin-top: 0;
}

footer .left-block {
  width: 34%;
  margin-right: 10%;
  float: left;
  color: #999;
}

footer .logo {
  margin: 60px 0 24px;
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
  color: #ffffff;
}

footer .logo span {
  font-weight: 900;
}

footer .left-block p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 45px;
}

footer .right-block {
  width: 56%;
  float: left;
}

footer .right-block .title {
  float: left;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  max-width: 300px;
  margin: 60px 0 24px;
}

footer button.btn {
  float: left;
  clear: none;
  margin-top: 36px;
  padding: 0 30px;
}

footer .right-block p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 45px;
  clear: both;
}

footer .footer {
  position: relative;
  margin-top: 40px;
  background-color: #282828;
}

footer .footer .content {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

footer .footer .item {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  margin: 0 5px;
}

footer .footer .item a {
  text-decoration: underline;
  color: #ffffff;
}

footer .footer .item a:hover {
  text-decoration: none;
}
/* end footer */

/*form-block*/
.form-block {
  background-image: url(../images/bg/wallform.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 98px 0;
}
.form-block h2 em {
  padding-left: 6px;
  padding-right: 6px;
  margin-left: -6px;
}
.benefits {
  padding-right: 38px;
  padding-top: 47px;
  margin-top: 70px;
  border-top: 1px solid #949494;
}
.benefit {
  width: 33.3333%;
  padding-right: 20px;
  box-sizing: border-box;
}
.benefit__title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.benefit__desc {
  color: #ffffff;
  margin-top: 9px;
  max-width: 295px;
  font-size: 18px;
  line-height: 1.2;
}
.benefit:nth-child(2) .benefit__desc {
  max-width: 325px;
}
.benefit:nth-child(3) .benefit__desc {
  max-width: 280px;
}
.stats {
  width: 100%;
  max-width: 414px;
}
.form-block__wrap {
  padding-top: 51px;
  max-width: 1070px;
}
.stats__date {
  padding-left: 10px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding-right: 24px;
  font-size: 25px;
  background: #ffcc00;
}
.form-block__right {
  max-width: 438px;
}
.form-block__title {
  font-size: 25px;
  line-height: 1.2;
  padding-top: 3px;
}
.form {
  margin-top: 27px;
  border-radius: 10px;
  
  padding: 40px 34px 21px;
}
.form__btn {
  height: 74px;
  max-width: inherit;
}
.form__info {
  padding-right: 20px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  padding-left: 6px;
  margin-top: 22px;
}
.form__field {
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #000000;
  height: 74px;
  margin-bottom: 25px;
  border-radius: 10px;
  background: #F6F7F8;
}
.form__field::placeholder {
  color: #000000;
  opacity: 1;
}
.form__field:-ms-input-placeholder {
  color: #000000;
}
.events .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.stats__bonus {
  color: #ffffff;
  margin-top: 21px;
  font-size: 25px;
  line-height: 1.3;
}
.stats__bonus strong {
  font-weight: 900;
}
.stats__price {
  color: #ffffff;
  border-top: 1px solid #949494;
  padding-top: 38px;
  margin-top: 41px;
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 2px;
}
.stats__price strong {
  color: #f5b858;
  margin-top: 11px;
  font-size: 45px;
  font-weight: 900;
}
.stats__price small {
  color: #ffffff;
  margin-top: 10px;
  font-size: 18px;
}
.stats__price > * {
  display: block;
}
.stats__price em {
  font-weight: 700;
}
.stats__price i {
  text-decoration: line-through;
}
.stats__price span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background: #ffcc00;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 13px;
}
/*end form-block*/

/*gallery*/
.gallery__previews {
  margin-top: 34px;
  margin-bottom: -7px;
}
.gallery__preview {
  width: 15.23%;
  margin-right: 1.72%;
  position: relative;
  margin-bottom: 7px;
  cursor: pointer;
}
.gallery__preview:hover img,
.gallery__preview.active img {
  transform: scale(0.98);
  -moz-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -o-transform: scale(0.98);
  -ms-transform: scale(0.98);
}
.gallery__preview:hover:before,
.gallery__preview.active:before {
  content: '';
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border: 2px solid #3773d9;
}
.gallery__preview:after {
  content: '';
  display: block;
  padding-top: 61.53%;
}
.gallery__preview:nth-child(6n) {
  margin-right: 0;
}
.gallery__slider {
  margin-top: 55px;
  padding-left: 65px;
  padding-right: 65px;
  position: relative;
}
.gallery__slide {
  position: relative;
}
.gallery__slide:after {
  content: '';
  display: block;
  padding-top: 54.87%;
}
.gallery__prev,
.gallery__next {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 96px;
  width: 96px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 5;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.gallery__prev:after,
.gallery__next:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  right: 0;
  width: 15px;
  height: 26px;
  opacity: 0.5;
  background: url('../images/icons.png') no-repeat 0 -233px;
  margin: auto;
}
.gallery__next:after {
  left: 0;
  right: -4px;
  background-position: 0 -261px;
}
.gallery__prev:hover,
.gallery__next:hover {
  background: #fbc909;
}
.gallery__prev {
  left: 5px;
}
.gallery__next {
  right: 5px;
}
/*end gallery*/

.section-5 {

    color: #fff;
    text-align: center;
    padding: 80px 0;
    background-size: cover;
	background-position: center;
}

.section-5 h2 em{
	color: #f5b858;
}

.first-block {
	background: url(../images/bg/section5-block-bg.jpg);
    box-shadow: 1px 5px 14px 2px rgb(22 21 21 / 7%);
    border-radius: 20px;
    max-width: 800px;
    margin: 40px auto;
    padding: 40px 80px;
    box-sizing: border-box;
}

.section-5 .block {
    margin: 0 0 100px 0;
    position: relative;
}



.section-5 .n {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
  display: inline-flex;
  position: relative;
  align-items: center;
}


.section-5 .block .line {
}

.section-5 .range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #ffffff;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.section-5 .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f5b858;
  cursor: pointer;
  border: 1px #f5b858 solid;
}

.section-5 .range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

.section-5 .counter {
  border: 0px;
  background: none;
  font-size: 25px;
  color: #fff;
  position: absolute;
  bottom: -40px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
}

.section-5 .number1 {
  position: absolute;
  bottom: -30px;
  left: 0px;
  font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	color: #d3d1d1;
}

.section-5 .number2 {
  position: absolute;
  bottom: -30px;
  right: 0px;
  font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	color: #d3d1d1;
}

.section-5 .total {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    color: #fffefe;
}

.section-5 .total span {
	
    padding: 0 5px 3px;
	color: #f5b858;
}


@media all and (max-width: 1300px) {
  .profession__block {
    padding-left: 60px;
    padding-right: 60px;
  }
  .tools__bottom {
    padding-right: 0;
  }
  .tools__btn {
    max-width: 320px;
  }
  .a-education br,
  .education br {
    display: none;
  }
  .diploma__photo {
    bottom: 80px;
  }
  .diploma {
    margin-top: 90px;
    padding-bottom: 80px;
  }
  .diploma__photo:after {
    width: 460px;
    top: -50px;
    left: 12px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}

@media all and (max-width: 1200px) {
  .main .main__bg {
    width: 500px;
	right: 0;
    top: 0px;
  }
  
  
  .main .main__bg .more  {
	 bottom: -20px;
    left: 0;
  }
  
  
  h1,
  h2 {
    font-size: 48px;
  }
  .main__content {
    padding-top: 90px;
  }
  .img-block p {
    max-width: 600px;
  }
  .course br {
    display: none;
  }
  .course__title {
    font-size: 22px;
  }
  .course__desc {
    font-size: 18px;
  }
  .profession__title {
    font-size: 34px;
  }
  .profession__list li {
    font-size: 23px;
  }
  .advantage {
    width: 31%;
  }
  .advantage br {
    display: none;
  }
  .advantages {
    max-width: inherit;
  }
  .tools__btn {
    margin-top: 40px;
    top: 0;
  }
  .tool {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .tools__list {
    margin-bottom: -30px;
    margin-top: 60px;
  }
  .tool:nth-child(4n) {
    margin-right: 0;
  }
  .education__desc {
    min-height: 80px;
    font-size: 22px;
  }
  .educations__list {
    margin-top: 50px;
  }
  .companies__list img {
    max-width: 18%;
  }
  .speaker br {
    display: none;
  }
  .speaker__name {
    font-size: 25px;
  }
  .speaker {
    min-height: 370px;
  }
  .speaker__desc {
    font-size: 18px;
  }
  .resume br {
    display: none;
  }
  .resume__skill,
  .resume__desc {
    font-size: 18px;
  }
  .resume__skill:after {
    top: 7px;
  }
  .about__bg {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 400px;
  }
  .about__desc {
    font-size: 22px;
    line-height: 1.35;
  }
  .about__left {
    max-width: 600px;
  }
  .partner__bg {
    right: -160px;
  }
  .partner__desc br {
    display: none;
  }
  .partner__left {
    max-width: 550px;
  }
  .big-form {
    padding: 50px 30px;
  }
}

@media all and (max-width: 1100px) {
  .main .main__bg {
    width: 460px;
  }
  .m-advantage__title {
    font-size: 21px;
  }
  h1,
  h2 {
    font-size: 45px;
  }
  .img-block p {
    max-width: 500px;
  }
  .anticrisis-card {
    width: 48%;
  }
  .profession__title {
    font-size: 30px;
  }
  .profession__block {
    padding-left: 40px;
    padding-right: 40px;
  }
  .profession__list li {
    font-size: 22px;
  }
  .profession__icon {
    width: 50px;
    height: 50px;
  }
  .profession__icon:after {
    width: 12px;
  }
  .profession__icon:before {
    height: 12px;
  }
  .education {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .education:nth-child(2n) {
    margin-right: 0;
  }
  .speaker {
    padding-left: 20px;
    padding-right: 20px;
  }
  .speaker__social {
    text-align: right;
  }
  .speaker__social .img-wrapper {
    margin-left: auto;
  }
  .speaker__photo {
    width: 186px;
  }
  .speaker__right {
    width: calc(100% - 206px);
    margin-left: 20px;
  }
  .development:after {
    display: none;
  }
  .development {
    padding-top: 30px;
  }
  .development__list {
    width: 100%;
  }
  .development__list br {
    display: none;
  }
  .reviews__list {
    margin-top: 60px;
  }
  .reviews__list {
    display: block;
    padding: 40px 20px;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: -40px;
    white-space: nowrap;
  }
  .review {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-right: 30px;
  }
  .diff__item br {
    display: none;
  }
  .diff__item {
    width: 48%;
    margin-right: 4%;
  }
  .diff__item:last-child {
    margin-right: 0;
  }
  .resume {
    padding-left: 30px;
    padding-right: 30px;
  }
  .diploma__desc {
    font-size: 22px;
  }
  .diploma__left {
    max-width: 560px;
  }
  .diploma__photo {
    right: 0;
  }
  .m-speakers__list {
    margin-bottom: -40px;
  }
  .m-speaker br {
    display: none;
  }
  .m-speaker {
    margin-right: 4%;
    width: 48%;
    margin-bottom: 40px;
  }
  .m-speaker:nth-child(2n) {
    margin-right: 0;
  }
  .partner__btn {
    font-size: 18px;
  }
  .partner__bottom-left {
    max-width: 615px;
  }
  
  .how-wheek .item {
	display: block;
	padding-bottom: 0px;
  }
  
  .how-wheek .item .flex {
	  display: flex;
    margin: auto;
    width: fit-content;
  }
  
  .how-wheek .item p {  
	display: block;
	}

	.how-wheek .item img {  
	display: block;
    position: inherit;
    clear: both;
    padding-top: 30px;
    right: auto;
    border: aliceblue;
    margin: auto;
	max-width: 100%;
	}
	
	.how-money {
		padding: 80px 0;
	}
	
	.how-money .text 	{
		text-align: center;
	}
	
	.how-money .uslovia {
	 position: initial;
     margin: 30px auto 0;
	}

  .how-money2-card {
    padding: 30px 15px 70px;
    width: 32%;
  }
  .how-money2-card--middle {
    padding: 30px 15px 15px;
  }
	
	.how-work2 .flex {
		display: block;
	}
	
	.how-work2 .flex img {
		margin: 30px auto 0;
		display: block;
		max-width: 100%;
	}
	
	.how-work .flex .item-strela:after{
	right: -19px;
}
}

@media all and (max-width: 980px) {
  h1,
  h2 {
    font-size: 42px;
  }
  .img-block p {
    max-width: 100%;
  }
  .img-block img {
    display: none;
  }
  .main .main__bg {
    right: -20px;
    width: 400px;
  }
  
  .main .main__bg .more .text {
	  padding: 10px 30px;
    background-size: 100% 100%;
  }
  
  .main .main__bg .more .text2 {
	      margin: 5px auto 0;
  }
  
  .main__text {
	  margin-top: 120px;
    margin-bottom: 20px;
    font-size: 25px;
  }
  
  
  .main {
    padding-bottom: 150px;
  }
  .main__content {
    padding-top: 70px;
  }
  .how,
  .partner,
  .form-block,
  .team,
  .gallery,
  .diff,
  .reviews,
  .speakers,
  .companies,
  .educations,
  .tools,
  .profession,
  .courses,
  .salary {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .how-wrapper {
    flex-direction: column;
  }
  .how-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .how__form {
    margin-bottom: 0;
  }
  .how-money2 {
    padding: 40px 0;
  }
  .how-money2 h2 {
    text-align: left;
  }
  .how-money2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .how-money2-card {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .how-money2-card .btn {
    max-width: 400px;
  }
  .how-money2 .annotation {
    margin-top: 0;
  }
  .block-desc {
    font-size: 22px;
    margin-top: 20px;
  }
  .courses__list,
  .salary__list {
    margin-top: 50px;
  }
  .course {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .course:last-child {
    margin-bottom: 0;
  }
  .profession__block {
    display: block;
    text-align: center;
  }
  .profession__icon {
    display: block;
    margin: 20px auto;
  }
  .profession__right {
    display: inline-block;
    text-align: left;
  }
  .profession__list li {
    font-size: 19px;
  }
  .profession__list li:after {
    top: 11px;
  }
  .profession__block {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .a-education__title {
    font-size: 23px;
  }
  .speaker {
    min-height: inherit;
    width: 100%;
    margin-right: 0;
  }
  .development {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .diff__block:before {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 500px;
  }
  .diff__item-title {
    font-size: 27px;
  }
  .diff__item-desc {
    font-size: 22px;
  }
  .resume__col {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .resume__col:nth-child(2n) {
    margin-right: 0;
  }
  .resume__col:last-child {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .blue-bg {
    padding-top: 80px;
  }
  .events__desc,
  .team__desc {
    font-size: 28px;
  }
  .events {
    padding-bottom: 70px;
    padding-top: 0;
  }
  .form-block__right {
    max-width: 360px;
  }
  .form__info {
    padding-left: 0;
    padding-right: 0;
  }
  .benefits {
    padding-right: 0;
  }
  .diploma__photo {
    display: none;
  }
  .diploma__photo:after {
    width: 280px;
    left: -20px;
    top: -190px;
  }
  .diploma__left {
    position: relative;
    z-index: 5;
  }
  .m-speakers {
    padding-top: 80px;
  }
  .about {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .partner__bg,
  .about__bg {
    opacity: 0.2;
  }
  .about__left {
    max-width: inherit;
  }
  .about__link {
    margin-right: 40px;
    display: inline-block;
    max-width: 430px;
    width: 100%;
    margin-bottom: 20px;
  }
  .about__link:last-child {
    margin-bottom: 0;
  }
  .about__bottom {
    padding-right: 0;
    display: block;
  }
  .partner__desc {
    font-size: 22px;
    line-height: 1.35;
  }
  .partner__left {
    max-width: inherit;
  }
  .partner__btn {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .partner__bg {
    bottom: 30px;
  }
  .partner {
    margin-top: 20px;
  }
  .partner__bottom,
  .partner__bottom-left {
    display: block;
    max-width: 320px;
  }
  footer .left-block {
    width: 100%;
    margin-right: 0%;
  }

  footer .right-block {
    width: 100%;
    float: left;
  }

  footer .right-block .title {
    margin-top: 0;
  }

  footer button.btn {
    margin-top: 0;
  }
  .big-form__input-wrapper {
    flex-direction: column;
  }
  .big-form__input {
    margin: 0 0 15px;
    width: 100%;
  }
  .big-form__btn {
    width: 100%;
  }
}

@media all and (max-width: 900px) {
  .main .main__bg {
	width: 100%;
    position: relative;
    display: block;
    margin: 30px auto;
    box-sizing: border-box;
    right: auto;
    background: url(../images/bg/main-bg-lil.png) no-repeat center;
  }
  
  .main .content > * {
	    text-align: center;  
  }


  
  .main__logos {
	justify-content: space-evenly;
  margin-top: 0px;
  }
  
  .main .main__bg .more {
    bottom: -20px;
    left: calc(50% - 245px);
	}
  
  .how .prev {
	display: block;  
  }
  
  .how .prev .yellow-btn {
	  margin: 30px 0 0;
  }
  
  
  .m-advantages {
    margin-top: 60px;
  }
  .form-block__right {
    max-width: 340px;
  }
  .stats__price {
    white-space: normal;
  }
  .stats__date {
    font-size: 22px;
  }
  .stats {
    max-width: 360px;
  }
  
  .main__text {
	  margin-top: 60px
  }
}

@media all and (max-width: 850px) {
	
	.how-work .flex {
		display: block;
	}
	
	
	.how-work .flex .item {
		width: 100% !important;
	}
	
	.how-work .flex .item-strela:after{
	display: none;
}
	
	
}

@media all and (max-width: 767px) {
	
	.diploma .diff__item-btn{
    margin-top: 0px;
  }

  
	
	
  .m-advantage__title {
    margin-top: 30px;
    font-size: 20px;
  }
  h1,
  h2 {
    font-size: 38px;
  }
  .main__desc {
    font-size: 22px;
  }
  .main__text {
    font-size: 20px;
  }
  .how-card {
    padding: 30px;
  }
  .img-block {
    padding: 60px 0;
  }
  .img-block p {
    font-size: 20px;
  }
  .img-block p span {
    font-size: 18px;
  }
  .m-advantage {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .m-advantage:last-child {
    margin-bottom: 0;
  }
  .anticrisis__text {
    font-size: 20px;
  }
  .anticrisis-card {
    margin: 0 0 20px;
    width: 100%;
  }
  .salary__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .salary__item::after {
    display: none;
  }
  .salary__item:last-child {
    margin-bottom: 0;
  }
  .salary__price {
    padding-bottom: 6px;
  }
  .advantage {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .advantage:last-child {
    margin-bottom: 0;
  }
  .tools__btn {
    margin-top: 50px;
  }
  .tool__title {
    font-size: 17px;
  }
  .a-education {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .a-education:last-child {
    margin-bottom: 0;
  }
  .companies__list img {
    max-width: 31%;
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
  }
  .companies__list {
    margin-bottom: -30px;
    display: block;
  }
  .diff__block:before {
    display: none;
  }
  .diff__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .diff__item:last-child {
    margin-bottom: 0;
  }
  .diff__block {
    padding: 60px 20px;
  }
  .diff__list {
    margin-top: 0;
  }
  .resume__top-col {
    min-height: inherit;
    width: 100%;
    margin-top: 20px;
  }
  .resume__col {
    width: 100%;
    margin-right: 0;
  }
  .resume__top {
    padding-bottom: 10px;
  }
  .resume__bottom {
    margin-top: 38px;
    padding-top: 38px;
  }
  .resume__skill:last-child {
    margin-bottom: 0;
  }
  .gallery__slider {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery__prev,
  .gallery__next {
    width: 50px;
    height: 50px;
  }
  .gallery__prev {
    left: 10px;
  }
  .gallery__next {
    right: 10px;
  }
  .stats {
    max-width: inherit;
  }
  .form-block__right {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .benefit {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .benefit:last-child {
    margin-bottom: 0;
  }
  .benefit:nth-child(3) .benefit__desc,
  .benefit:nth-child(2) .benefit__desc,
  .benefit__desc {
    max-width: inherit;
  }
  .diploma__photo {
    width: 100px;
    height: 100px;
    bottom: 30px;
  }
  .diploma__desc {
    margin-top: 20px;
    padding-bottom: 60px;
  }
  .diploma__desc {
    font-size: 18px;
    line-height: 1.35;
  }
  .diploma__desc br {
    display: none;
  }
  .diploma__photo:after {
    width: 150px;
    left: -20px;
    top: -240px;
  }
  .diploma__left {
    max-width: inherit;
  }
  footer .footer .content {
    flex-direction: column;
    padding-top: 20px;
  }
  footer .footer .item {
    display: inline-block;
    margin: 0 0 20px;
  }
  
  .how-wheek .item .flex br{
	display: none;
  }
  
  .what-teach .flex {
	  display: block;
  }
}

@media all and (max-width: 650px) {
 
  .tool:nth-child(4n),
  .tool {
    width: 47.5%;
    margin-right: 5%;
  }
  .tool:nth-child(2n) {
    margin-right: 0;
  }
  
  .total-br {
	display: none;
  }
  
  .how-money h2 em, .how-wheek h2 em, .how-work h2 em  {
	display: contents;
    background: none;
  }
  
  .how-money h2 br, .how-wheek h2 br, .how-work h2 br{
	display: none;
  }
}

@media all and (max-width: 550px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav {
    top: 4px;
    max-width: 260px;
  }
  .logo {
    font-size: 21px;
  }
  .nav__link {
    font-size: 17px;
  }
  h1,
  h2 {
    font-size: 32px;
  }
  .main__desc {
    margin-top: 30px;
    font-size: 20px;
  }
  .yellow-btn {
    height: 60px;
    font-size: 21px;
  }
  .profession__block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .profession__title {
    font-size: 26px;
  }
  .education__desc {
    min-height: inherit;
  }
  .education {
    width: 100%;
    margin-right: 0;
  }
  .a-education {
    padding-left: 20px;
    padding-right: 20px;
  }
  .a-educations {
    margin-top: 40px;
  }
  .companies__list img {
    max-width: 47%;
    margin-right: 4%;
  }
  .companies__list img:nth-child(2n) {
    margin-right: 0;
  }
  .companies .block-desc {
    line-height: 1.4;
    margin-top: 28px;
  }
  .development__item-title {
    font-size: 20px;
  }
  .development__item {
    padding-left: 40px;
  }
  .development__item-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    padding-left: 2px;
    top: -2px;
  }
  .development__list {
    margin-top: 50px;
  }
  .development__item-desc {
    font-size: 17px;
    margin-top: 12px;
  }
  .development__item {
    margin-bottom: 30px;
  }
  .resume__photo {
    width: 80px;
    height: 80px;
  }
  .resume__top {
    padding-left: 100px;
  }
  .resume__top-col {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .resume__top-col:last-child {
    padding-bottom: 0;
  }
  .resume__position,
  .resume__sum {
    font-size: 16px;
  }
  .resume__position strong,
  .resume__sum strong {
    font-size: 19px;
  }
  .resume__skill,
  .resume__desc {
    font-size: 17px;
  }
  .gallery__previews {
    margin-top: 20px;
  }
  .gallery__preview:nth-child(6n),
  .gallery__preview {
    width: 23%;
    margin-right: 2.66%;
  }
  .gallery__preview:nth-child(4n) {
    margin-right: 0;
  }
  .gallery__prev,
  .gallery__next {
    width: 35px;
    height: 35px;
  }
  .gallery__prev:after,
  .gallery__next:after {
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
  }
  .team__photo {
    margin-left: -50px;
    margin-right: -50px;
  }
  .events__slide img {
    height: 250px;
  }
  .events__desc,
  .team__desc {
    font-size: 22px;
  }
  .team__desc {
    margin-top: 30px;
  }
  .stats__bonus {
    font-size: 19px;
  }
  .stats__date {
    font-size: 18px;
  }
  .stats__price {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 17px;
  }
  .stats__price strong {
    font-size: 34px;
  }
  .stats__price small {
    font-size: 15px;
  }
  .form-block__title {
    font-size: 20px;
  }
  .form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-speaker {
    margin-right: 0;
    width: 100%;
  }
  .m-speaker__title {
    font-size: 24px;
  }
  .m-speaker__desc {
    font-size: 17px;
    margin-top: 12px;
    line-height: 1.35;
  }
  .about__desc {
    font-size: 20px;
  }
  .about__desc br {
    display: none;
  }
  .about__link {
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about__link_big {
    padding-top: 22px;
  }
  .about__link br {
    display: none;
  }

  .partner__desc {
    font-size: 19px;
  }
  .partner__bottom {
    margin-top: 40px;
  }
  
  .main .main__bg .more {
    bottom: -30px;
    max-width: 100%;
    width: 100%;
    left: 0;
}

	.how-wheek .item {
		padding: 40px 20px 0;
	}
	
	.how-money .text {
	 padding: 20px;
     font-size: 26px;
	 margin-top: 30px;
	}
	
	.how-money .uslovia {
		padding: 30px 10px;
	}
}

@media all and (max-width: 450px) {
  .nav {
    max-width: 300px;
    margin-top: 16px;
  }
  .main__content {
    padding-top: 60px;
  }
  h1,
  h2 {
    font-size: 28px;
  }
  .anticrisis-card {
    padding: 20px;
  }
  .anticrisis-card__text {
    max-width: 100%;
  }
  .anticrisis-card__img {
    display: none;
  }
  .speaker {
    display: block;
  }
  .speaker__photo {
    width: 208px;
    margin-left: auto;
    margin-right: auto;
  }
  .speaker__logo img {
    max-height: 80px;
  }
  .speaker__right {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 24px;
  }
  .speaker__right.special {
    margin-bottom: 0;
  }
  .speaker__name {
    font-size: 23px;
  }
  .speaker__desc {
    margin-top: 15px;
    font-size: 17px;
    padding-bottom: 10px;
  }
  .speakers__list {
    margin-top: 50px;
  }
  .speaker__bottom {
    text-align: center;
  }
  .speaker__bottom img {
    margin: 0 10px 10px;
  }
  .speaker__bottom img:last-child {
    margin-right: 10px;
  }
  .speaker__bottom img.mr {
    margin-right: 15px;
  }
  .speaker__bottom img.mr2 {
    margin-right: 15px;
  }
  .speaker__bottom span.clients.ml {
    margin-left: 10px;
  }
  .speaker__img-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .speaker__social {
    text-align: center;
    margin-bottom: 10px;
  }
  .speaker__social .img-wrapper {
    display: inline;
  }
  .speaker__social--mini {
    bottom: 0;
  }
  .review {
    width: 280px;
    margin-right: 20px;
  }
  .diff__item-title {
    font-size: 22px;
  }
  .diff__item-desc {
    font-size: 20px;
  }
  .diff__item-btn {
    margin-top: 25px;
  }
  .resume__title {
    font-size: 18px;
    line-height: 1.3;
  }
  .resume {
    padding-left: 20px;
    padding-right: 20px;
  }
  .resume__col,
  .resume__skill,
  .resume__desc {
    margin-bottom: 14px;
  }
  .m-speakers h2 em {
    padding-right: 10px;
    font-size: 25px;
  }
  
  .how .prev .yellow-btn {
	  padding: 30px 40px;
  }
  
  .how .prev .yellow-btn:before {
	  display: none;
  }
}

@media all and (max-width: 400px) {
  h1,
  h2 {
    font-size: 26px;
  }
  .review {
    width: 270px;
  }
}

@media all and (max-width: 360px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .review {
    width: 260px;
  }
  .about__link_big {
    font-size: 15px;
    line-height: 1.4;
  }
}


.main .play {
width:151px;
height:151px;
background:url(../images/section2-play.png) no-repeat;
position:absolute;
top:50%;
left:50%;
margin:-75px 0 0 -75px;
cursor:pointer;
z-index:3;
}



.main .play span {
width:192px;
height:189px;
background:url(../images/section2-play-anim.png) no-repeat;
position:absolute;
top:-20px;
left:-20px;
animation: 10s linear 0s normal none infinite running rot;
}


.photo .play {
width:151px;
height:151px;
background:url(../images/section2-play.png) no-repeat;
position:absolute;
top:40%;
left:50%;
margin:-75px 0 0 -75px;
cursor:pointer;
z-index:3;
}



.photo .play span {
width:192px;
height:189px;
background:url(../images/section2-play-anim.png) no-repeat;
position:absolute;
top:-20px;
left:-20px;
animation: 10s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.photo {
    background: url(../images/all.jpg) no-repeat center;
    position: relative;
    width: 100%;
    height: 800px;
	background-size: cover;
}

@media all and (max-width: 767px) {
.photo {
    height: 600px;
}	
}	


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

#faq {
    max-width: 900px;
    margin: auto;
    padding: 80px 15px 50px 15px;
    text-align: center;
}

#faq h1 {
    font-size: 36px;
}

section.faq {
    padding-top: 2em;
    padding-bottom: 3em;
}

#faq ul {
    text-align: left;
}

.transition,
p,
ul li i:before,
ul li i:after {
    transition: all 0.3s;
}

#faq .no-select,
#faq h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

#faq h1 {
    color: #313131;
    margin-bottom: 30px;
    margin-top: 0;
}

#faq h2 {
    color: #313131;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
    font-weight: 600;
}

#faq p {
    color: #333;
    text-align: left;
    font-size: 18px;
    line-height: 1.45;
    position: relative;
    overflow: hidden;
    max-height: 700px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 50px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: auto;
    z-index: 2;
}

#faq ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

#faq ul li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    /*padding-bottom: 4px;*/
    /*padding-top: 18px;*/
    background: #fff;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
}

#faq ul li+li {
    margin-top: 15px;
}

#faq ul li:last-of-type {
    padding-bottom: 0;
}

#faq ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 28px;
    right: 15px;
}

#faq ul li i:before,
ul li i:after {
    content: "";
    position: absolute;
    background-color: #ffdd2d;
    width: 3px;
    height: 9px;
}

#faq ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

#faq ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

#faq ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
}

#faq ul li input[type=checkbox]:checked~h2 {
    color: #000;
    text-align: left;
}

#faq ul li input[type=checkbox]:checked~p {
    /*margin-top: 0;*/
    max-height: 0;
    transition: .3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
}

#faq ul li input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg);
}

#faq ul li input[type=checkbox]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}