
.new .mobile__fixed {
    display: flex !important;
}
.mobile__fixed {
/*    display: none;*/
/*    transform: scale(0);*/
/*    transition: 0.5s;*/
    /*display: none !important;*/
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.2);
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 100;

    padding: 30px 10px;
    bottom: 0;

    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.9) translateY(25px);
    -ms-transform: scale(.9) translateY(25px);
    transform: scale(.9) translateY(25px);
    -webkit-transition: transform 0.25s ease-out, opacity 0.25s ease-out, visibility 0.25s ease-out;
    -o-transition: transform 0.25s ease-out, opacity 0.25s ease-out, visibility 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, visibility 0.25s ease-out;

/*    display: flex !important;*/
    /*background: rgba(255,255,255,0.9);*/
    bottom: 0;
    border-radius: 30px 30px 0 0;
    /*padding: 40px 0;*/
    padding: 20px 0;
    /*border-top: 2px solid var(--white);*/
}
.mobile__fixed:before {
	content: '';
    background: var(--blue);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
}

.mobile__fixed.active {
/*    transform: scale(1);*/
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transition: transform 0.25s ease-in, opacity 0.25s ease-in, visibility 0.25s ease-in;
    -o-transition: transform 0.25s ease-in, opacity 0.25s ease-in, visibility 0.25s ease-in;
    transition: transform 0.25s ease-in, opacity 0.25s ease-in, visibility 0.25s ease-in;
}

.mobile__fixed .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile__fixed .s__wrap {
    width: initial;
    /*margin-right: 40px;*/
    margin-right: 15px;
}
.mobile__fixed .s__btn {
    font-size: 2rem;
}
.mobile__fixed .general__date {
    display: flex;
    align-items: center;
    font-size: 2rem;
}
.mobile__fixed .general__date-ico {
    width: 30px;
    height: 30px;
    border: 2px solid var(--orange);
    border-radius: 6px;
    /*margin-right: 15px;*/
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile__fixed .general__date-ico svg {}
.mobile__fixed .general__date-text {
    display: flex;
    flex-direction: column;
}
.mobile__fixed .general__date-val {
    color: var(--orange);
    font-size: 2rem;
    font-weight: bold;
}
.mobile__fixed .general__date-special {
    color: var(--black2);
    font-size: 1.5rem;
    font-weight: 500;
}

.mobile__fixed .general__date strong {
    color: var(--orange);
}




.header__run {
	padding: 12px 0;
	background: #000117;
	min-height: 50px;
	align-items: center;
	display: flex;
}
.header__run .run {}
.header__run .swiper-wrapper {
	display: flex;
	transition-timing-function: linear;
}
.header__run .swiper-slide {
	display: flex;
	flex-wrap: nowrap;
	transition-timing-function: linear;
    width: initial !important;
}

.header__run .run__list {
	display: flex;
	justify-content: center;
	/*width: calc(100% + 200%);*/
	width: 100%;
}


.header__run .run__item {
	font-size: 2rem;
	line-height: 1;
	color: var(--grey);
	margin-right: 10px;
    /*transform: translateX(-120px);*/

    white-space: nowrap;
}
.header__run .run__item:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: var(--red);
	display: flex;
	margin-right: 10px;
	flex-shrink: 0;
}


.s__general {
	padding: 40px 0 0;
	height: 687px;
	/*overflow: hidden;*/
}
.s__general .decor {
	position: absolute;
}
.s__general .decor-1 {
	width: 300px;
	height: 300px;
	transform: scale(2);
	top: 0;
	left: 0;
}
.s__general .decor-2 {
	width: 156px;
	height: 156px;
	transform: scale(2);
	right: -30px;
    bottom: 20px;
}
.s__general .decor-3 {
	width: 763px;
	height: 763px;
	bottom: -440px;
	right: 0;
	transform: scale(2);
}

.s__general .container {
	max-width: 100%;
	padding: 0 40px;
}
.s__general .s__general-first {
	max-width: 538px;
	width: 100%;
	position: relative;
}
.s__general .s__general-middle {
	max-width: 715px;
	width: 100%;
    position: relative;
    left: -30px;
}
.s__general .s__general-boss {
	border-radius: 15px;
	border-top-left-radius: 0;
	overflow: hidden;
	padding: 10px 14px;
	position: absolute;
	bottom: 120px;
    right: 60px;
	z-index: 3;

}
.s__general .s__general-boss:before {
	content:'';
	backdrop-filter: blur(15px);
	background: rgba(255,255,255,0.08);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.s__general .s__general-boss span {
	position: relative;
	z-index: 2;
}

.s__general .s__general-pretitle {
	margin-bottom: 40px;
}
.s__general .s__general-title {
	margin-bottom: 32px;
}
.s__general .s__general-title svg,
.s__general .s__general-title img {}
.s__general .s__general-pretitle2 {
	text-align: center;
	margin-bottom: 34px;
	font-size: 2rem;
}
.s__general .s__general-pretitle3 {
	margin-bottom: 50px;
	color: var(--grey2)
}
.s__general .s__general-wrap {}
.s__general .s__general-wrap-column {}
.s__general .s__general-wrap .btn {
	margin-bottom: 28px;
}
.s__general .s__general-last {
	max-width: 474px;
	width: 100%;
}

.s__general .s__gallery {
	width: 100%;
	height: 606px;
	overflow: hidden;
	pointer-events: none;
	border-radius: 30px;
}

.s__general .swiper-wrapper {
	transition-timing-function: linear;
}
.s__general .swiper-slide {
	display: flex;
}
.s__general .s__gallery-img {
	/*padding: 10px;*/
	padding-right: 20px;
	padding-bottom: 20px;
	position: relative;
}
.s__general .s__gallery-img:nth-child(2n) {
	/*top: 40px;*/
	top: calc(100% / 2);
	padding-right: 0;
}

.s__general .swiper-slide img {
	border-radius: 30px;
}

/*
.s__general .gallery-1 {
	margin-right: 20px;
	position: relative;
	top: -130px;
	height: calc(100% + 130px) !important;
}

.s__general .gallery-2 {
}

.s__general .swiper {
  width: 100%;
  height: 100%;
	transition-timing-function: linear;
	display: flex;
}

.s__general .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
	height: 259px !important;
	margin-bottom: 20px;
}

.s__general .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.s__general .swiper-wrapper {
	display: flex;
	flex-direction: column; 
}
.s__general .s__gallery-img {
	height: 259px;
}

.s__general .s__gallery {
	display: flex;
	height: 607px;
	overflow: hidden;
}
.s__general .s__gallery-img {
}
.s__general .s__gallery-img img {}

.s__general .gallery {}
.s__general .swiper-wrapper {
	display: flex;
	flex-direction: column; 
}
*/









.s__prog1 {}
.s__prog1 .s__title {}
.s__prog1 .s__list {
	/*width: calc(100% + 10px + 10px);
	/*left: -10px;*/
	margin-bottom: 40px;
}
.s__prog1 .s__list-item {
	padding: 30px ;
	max-width: 609px;
	/*margin: 10px;*/
	/*border-radius: 30px;*/
	margin-right: 20px;
	margin-bottom: 20px;
}
.s__prog1 .s__list-item:nth-child(2n) {
	margin-right: 0;
}
.s__prog1 .s__list-pic {
	width: 55px;
	height: 55px;
	margin-right: 20px;
	border: 2px solid var(--white);
}
.s__prog1 .s__list-pic img {}
.s__prog1 .s__list-info {}
.s__prog1 .s__list-text {}
.s__prog1 .s__tagline {}

.s__solo {
	padding-bottom: 115px;
}
.s__solo .s__title {
	margin-bottom: 50px;
}
.s__solo .s__text {}
.s__solo .s__img {}

.s__signals {
	padding-bottom: 60px;
}
.s__signals .decor {
	position: absolute;
    top: -600px;
    left: 10%;
    max-width: 100%;
}
.s__signals .s__title {}
.s__signals .signal__list {}
.s__signals .signal__item {
	border-radius: 30px;
	margin-right: 20px;
	/*border-radius: 30px;*/
	padding: 36px 30px 30px;
	max-width: 400px;
}
.s__signals .signal__item:nth-child(3n) {
	margin-right: 0;
}
.s__signals .signal__decor {
	margin-bottom: 20px;
}
.s__signals .signal__circle {
	width: 45px;
	height: 45px;
	font-size: 2rem;
	background: linear-gradient(93.97deg, #AF1F37 0.45%, #BF273C 15.25%, #E13747 50.77%, #F6424D 79.38%, #FE4650 99.11%);
}
.s__signals .signal__circle-01 {
	z-index: 1
}
.s__signals .signal__circle-02 {
	opacity: 60%;
	left: -30px;
}
.s__signals .signal__circle-03 {
	opacity: 30%;
	left: -50px;
}
.s__signals .signal__text {
	font-size: 2rem;
}

.s__earns {
	padding-top: 60px;
	padding-bottom: 50px;
}
.s__earns .decor {
	position: absolute;
    width: 763px;
    height: 763px;
    bottom: -240px;
    right: 0;
    transform: scale(2);
}
.s__earns .s__title {
	margin-bottom: 50px;
}
.s__earns .s__text {}
.s__earns .s__img {}

.s__manyearns {
	padding-top: 60px;
	padding-bottom: 55px;
}
.s__manyearns .s__title {}
.s__manyearns .s__check {
	/*width: calc(100% + 10px + 10px);*/
	/*left: -10px;*/
	margin-bottom: 30px;
}
.s__manyearns .s__check-item {
	padding: 30px;
	max-width: 609px;
	margin: 10px;
	/*border-radius: 30px;*/
	margin: 0 20px 20px 0;
}
.s__manyearns .s__check-item:nth-child(2n) {
	margin-right: 0;
}

.s__manyearns .s__check-pic {
	width: 25px;
	height: 25px;
	margin-right: 15px;
	border: 2px solid var(--white);
}
.s__manyearns .s__check-pic svg,
.s__manyearns .s__check-pic img {}
.s__manyearns .s__check-text {}
.s__manyearns .s__tagline {
	margin-bottom: 50px;
}
.s__manyearns .s__wrap {}
.s__manyearns .s__wrap .btn {}


.s__sololearn {
	padding-top: 50px;
	padding-bottom: 50px;
}
.s__sololearn .decor {
	position: absolute;
    width: 763px;
    height: 763px;
    top: -240px;
    left: 0;
    transform: scale(2);
}
.s__sololearn .s__title {}
.s__sololearn .solo__list {
	/*width: calc(100% + 10px + 10px);*/
	/*left: -20px;*/
	margin-bottom: 35px;
}
.s__sololearn .solo__item {
	max-width: 400px;
	margin: 0 20px 20px 0;
}
.s__sololearn .solo__item:nth-child(3n) {
	margin-right: 0;
}

.s__sololearn .solo__img {}
.s__sololearn .solo__img img {
	object-fit: cover;
	width: 100%;
}
.s__sololearn .solo__text {
	padding: 30px 30px 30px 42px;
}
.s__sololearn .solo__text p {
	position: relative;
}
.s__sololearn .solo__text p:before {
	content:'';
	background: var(--red);
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin-right: 10px;
	flex-shrink: 0;
	display: flex;
	position: absolute;
	left: -16px;
	/*top: 10px;*/
	top: 6px;
}

.s__sololearn .s__tagline {}

.s__whatprog {
	padding-top: 55px;
	padding-bottom: 60px;
}
.s__whatprog .s__title {}
.s__whatprog .column1 {
	max-width: 610px;
}
.s__whatprog .num__list {}
.s__whatprog .num__item {
	padding: 30px;
	margin-bottom: 23px;
}
.s__whatprog .num__item:last-of-type {
	margin-bottom: 0;
}
.s__whatprog .num__pic {
	width: 45px;
	height: 45px;
	border: 2px solid var(--white);
	margin-right: 20px;
	font-size: 2rem;
	line-height: 1;
}
.s__whatprog .num__text {}
.s__whatprog .num__text strong {
	color: var(--red);
}
.s__whatprog .column2 {
	/*padding-top: 80px;*/
}
.s__whatprog .s__img {
    position: relative;
    /*top: 80px;*/
}
.s__whatprog .img__inner {
	/*padding-top: 200px;*/
}
.s__whatprog .s__img-spec1 {
	/*top: 0px;*/
	/*left: 0;*/
   /* margin-top: -360px;
    position: relative;
    z-index: 2;*/
}
.s__whatprog .s__img-spec2 {
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 0;
}
.s__whatprog .decor {
	position: absolute;
    width: 763px;
    height: 763px;
	top: -280px;
    right: -20px;
    transform: scale(2);
    z-index: -1;
}

.s__fieldbizness {
	padding-top: 55px;
	padding-bottom: 105px;
}
.s__fieldbizness .s__title {
	margin-bottom: 60px;
}
.s__fieldbizness .field__list {
	/*width: calc(100% + 5px + 5px);*/
	/*left: -5px;*/
	max-width: 1200px;
}
.s__fieldbizness .field__item {
	padding: 5px 12.5px;
	/*margin: 5px;*/
	margin-right: 10px;
	margin-bottom: 10px;
	/*border-radius: 100%;*/
}
.s__fieldbizness .field__item span {
	align-items: center;
}
.s__fieldbizness .field__item span:before {
	content:'';
	width: 4px;
	height: 4px;
	background: var(--red);
	border-radius: 100%;
	margin-right: 4.5px;
	display: flex;
	position: relative;
    /*top: 10px;*/
    /*left: 0;*/
}

.s__leader {}
.s__leader .s__title {
	margin-bottom: 50px;
}
.s__leader .s__text {
	max-height: 416px;
	/*overflow-y: scroll;*/
	margin-bottom: 10px;
}
.s__leader .s__img {}

.s__leader .sign {
	display: flex;
	align-items: center;
	color: var(--red);
	margin-top: 20px;
}
.s__leader .sign img {
	margin-left: 18px;
}


.s__dirs {}
.s__dirs .decor-1 {
    position: absolute;
    top: -600px;
    left: 10%;
    max-width: 100%;
}
.s__dirs .decor-2 {
    position: absolute;
    bottom: -500px;
    left: -20%;
    max-width: 100%;
}
.s__dirs .s__title {
	margin-top: 5px;
}
.s__dirs .dir__list {
	margin-bottom: 50px;
}
.s__dirs .dir__item {
	margin-bottom: 20px;
	cursor: pointer;
}
.s__dirs .dir__item:last-of-type {
	margin-bottom: 0;
}
.s__dirs .dir__header {
	/*padding: 35px 30px 30px;*/
	padding: 30px;
}
.s__dirs .dir__header:after {
	content:'';
	width: calc(100% - 30px - 30px);
	height: 2px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	bottom: 0;
	left: 30px;
	transition: 0.5s;
}
.s__dirs .dir__part {}
.s__dirs .dir__part-left {}

.s__dirs .dir__num {
	width: 45px;
	height: 45px;
	border: 2px solid var(--white);
	margin-right: 20px;
	font-size: 2rem;
	line-height: 1;
	flex-shrink: 0;
}
.s__dirs .dir__title {
	font-size: 2.4rem;
}
.s__dirs .dir__button {
    transform: rotate(180deg);
    width: 44px;
    height: 44px;
}
.s__dirs .dir__button svg {}
.s__dirs .dir__button path {
	fill: var(--white);
}

.s__dirs .dir__body {
	padding: 30px 90px 60px;
}
.s__dirs .dir__inner {}
.s__dirs .dir__inner ul {
	margin-bottom: 40px;
}
.s__dirs .dir__inner ul li {
	margin-bottom: 26px;
	padding-left: 30px;
	position: relative;
}
.s__dirs .dir__inner ul li:last-of-type {
	margin-bottom: 0;
}
.s__dirs .dir__inner ul li:before {
	content:'';
	background: url(../i/ico__check01.svg) no-repeat center;
	width: 25px;
	height: 25px;
	display: inline-flex;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.s__dirs .dir__finally {
	padding-left: 5px;
	letter-spacing: 0.1px;
}
.s__dirs .dir__finally strong {
	font-weight: 700;
	color: var(--red)
}

.s__dirs .dir__header:after {opacity: 0;}
.s__dirs .dir__item .dir__body {
	display: none;
}
.s__dirs .dir__item.active {}
.s__dirs .dir__item.active .dir__header:after {opacity: 1;}
.s__dirs .dir__item.active .dir__num {
}
.s__dirs .dir__item.active .dir__title {
	color: var(--red);
}
.s__dirs .dir__item.active .dir__button {
    transform: rotate(0deg);
}
.s__dirs .dir__item.active .dir__body {
	/*display: flex;*/
}
.s__dirs .dir__item.active .dir__button path {
	fill: var(--red);
}

.s__dirs .s__wrap {}
.s__dirs .s__wrap .btn {}


.s__materials {}
.s__materials .s__title {
	margin-top: 5px;
	margin-bottom: 50px;
}
.s__materials .s__check {
	max-height: 376px;
	/*overflow-y: scroll;*/
}
.s__materials .s__check-item {
	padding: 20px;
	margin-bottom: 10px;
	max-width: 560px;
}
.s__materials .s__check-item:last-of-type {
	margin-bottom: 0;
}
.s__materials .s__check-pic {
	margin-right: 10px;
	border: 2px solid var(--white);
	width: 25px;
	height: 25px;
}
.s__materials .s__check-pic svg {}
.s__materials .s__check-text {}
.s__materials .s__img {}


.s__principle {
	padding: 115px 0 60px;
}
.s__principle .decor-1 {
    position: absolute;
    top: -800px;
    right: -20%;
    max-width: 100%;
}
.s__principle .s__title {}
.s__principle .solo__list {
	margin-bottom: 50px;
	width: 100%;
}
.s__principle .solo__item {
	max-width: 400px;
	margin-right: 20px;
}
.s__principle .solo__item:nth-child(3n) {
	margin-right: 0;
}
.s__principle .solo__img {}
.s__principle .solo__img img {
	width: 100%;
	object-fit: cover;
}
.s__principle .solo__text {
	padding: 30px 25px 30px 42px;
}
.s__principle .solo__text p {
	position: relative;
}
.s__principle .solo__text p:before {
	content:'';
	background: var(--red);
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin-right: 10px;
	flex-shrink: 0;
	display: flex;
	position: absolute;
	left: -16px;
	/*top: 10px;*/
	top: 6px;
}

.s__principle .s__tagline {}

.s__casting {
	padding-top: 50px;
	padding-bottom: 50px;
}
.s__casting .decor-1 {
    position: absolute;
    top: -300px;
    left: 10%;
    max-width: 100%;
}
.s__casting .s__title {
	margin-bottom: 50px;
}
.s__casting .s__check {
	margin-bottom: 50px;
}
.s__casting .s__check-item {
	margin-bottom: 10px;
	padding: 20px;
	max-width: 560px;
}
.s__casting .s__check-item:last-of-type {
	margin-bottom: 0;
}
.s__casting .s__check-pic {
	margin-right: 10px;
	border: 2px solid var(--white);
	width: 25px;
	height: 25px;
}
.s__casting .s__check-pic svg {}
.s__casting .s__check-text {}

.s__casting .s__img {}
.s__casting .s__tagline {}


.s__mentors {
	padding-top: 60px;
	padding-bottom: 50px;
}

.s__mentors .decor-1 {
    position: absolute;
    top: -300px;
    right: -20%;
    max-width: 100%;
}

.s__mentors .decor-2 {
    position: absolute;
    bottom: -400px;
    left: -20%;
    max-width: 100%;
}

.s__mentors .s__title {}
.s__mentors .mentor__list {
	margin-bottom: 30px;
}
.s__mentors .mentor__item {
	margin-right: 20px;
	margin-bottom: 25px;
	max-width: 400px;
}
.s__mentors .mentor__item:nth-child(3n) {
	margin-right: 0;
}
.s__mentors .mentor__pic {}
.s__mentors .mentor__pic img {
	width: 100%;
	object-fit: cover;
}
.s__mentors .mentor__name {
	position: absolute;
    bottom: 30px;
    left: 30px;
    /*padding: 8px 14px;*/
    padding: 12px 14px;
    background: rgba(255,255,255,0.75);
    border-radius: 14px;
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-size: 1.8rem;
    line-height: 1;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.s__mentors .mentor__info {
	padding: 30px 25px 30px 42px;
}
.s__mentors .mentor__info p {
	position: relative;
}
.s__mentors .mentor__info p:before {
	content:'';
	background: var(--red);
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin-right: 10px;
	flex-shrink: 0;
	display: flex;
	position: absolute;
	left: -16px;
	/*top: 10px;*/
	top: 6px;
}


.s__mentors .s__tagline {
	margin-bottom: 50px;
}
.s__mentors .s__wrap {}
.s__mentors .s__wrap .btn {}

.s__meets {
	padding-top: 55px;
	padding-bottom: 65px;
}
.s__meets .s__title {}
.s__meets .meet__list {}
.s__meets .meet__item {
	/*padding: 30px;*/
	padding: 28px 30px 28px;
	min-height: 115px;
	margin-bottom: 20px;
}
.s__meets .meet__item:last-of-type {
	margin-bottom: 0;
}
.s__meets .meet__pic {
	width: 55px;
	height: 55px;
	border: 2px solid var(--white);
	margin-right: 20px;
}
.s__meets .meet__pic img {}
.s__meets .meet__info {}
.s__meets .meet__title {
	font-size: 2.4rem;
}
.s__meets .meet__text {}


.s__meetdesert {
	padding-top: 50px;
	padding-bottom: 70px;
}
.s__meetdesert .decor-1 {
    position: absolute;
    top: -800px;
    right: 10%;
    max-width: 100%;
}

.s__meetdesert .s__title {}
.s__meetdesert .box {
	padding: 50px 50px 55px;
	width: 100%;
}
.s__meetdesert .box__column {

}
.s__meetdesert .box__column1 {
	width: 100%;
	max-width: 548px;
	margin-right: 30px;
}
.s__meetdesert .box__column2 {}
.s__meetdesert .box__title {
	font-size: 3.4rem;
	margin-bottom: 10px;
}
.s__meetdesert .box__text {
	padding-left: 10px;
	font-size: 2rem;
}
.s__meetdesert .box__img {
	width: 146px;
	height: 146px;
	margin-right: 30px;
	flex-shrink: 0;
}
.s__meetdesert .box__img img {}
.s__meetdesert .box__info {}
.s__meetdesert .box__name {
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.s__meetdesert .box__post {
	color: var(--grey2);
	line-height: 1.5;
}


.s__afterprog {
	padding-top: 50px;
}
.s__afterprog .s__title {
	margin-bottom: 50px;
}
.s__afterprog .s__subtitle {
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.s__afterprog .s__check {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.s__afterprog .s__check-item {
	padding: 20px;
	max-width: 610px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.s__afterprog .s__check-item:nth-child(2n) {
	margin-right: 0;
}

.s__afterprog .s__check-pic {
	width: 26px;
	height: 26px;
	border: 2px solid var(--white);
	margin-right: 10px;
}

.s__afterprog .s__check-item-no {
	margin-bottom: 15px;
}
.s__afterprog .s__check-item-no .s__check-pic {
	border-color: var(--grey2);
}
.s__afterprog .s__check-item-no .s__check-pic svg {}
.s__afterprog .s__check-item-no .s__check-text {
	color: var(--grey2);
}

.s__afterprog .s__check-item-yes {}
.s__afterprog .s__check-item-yes .s__check-pic {}
.s__afterprog .s__check-item-yes .s__check-pic svg {}
.s__afterprog .s__check-item-yes .s__check-text {}

.s__solonotone {}
.s__solonotone .s__title {
	margin-top: 5px;
	margin-bottom: 50px;
}
.s__solonotone .s__img {}
.s__solonotone .column1 {
	margin-bottom: 10px;
}




.s__tarifs {
	padding-top: 120px;
	/*z-index: 102;*/
	background: var(--blue);
}
.s__tarifs .decor-1 {
    position: absolute;
    top: -700px;
    right: -20%;
    max-width: 100%;
}
.s__tarifs .s__title {}
.s__tarifs .tarif__list {
	margin-bottom: 45px;
}
.s__tarifs .tarif__item {
	padding: 20px 20px 30px;
	max-width: 400px;
	margin-right: 20px;
}
.s__tarifs .tarif__item:last-of-type {
	margin-right: 0;
}
.s__tarifs .tarif__header {
	padding: 10px 0 25px;
}
.s__tarifs .tarif__header:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.1);
}
.s__tarifs .tarif__title {
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--white);
}
.s__tarifs .tarif__title span {
	border: 1px solid rgba(255,255,255,0.15);
	padding: 10px 12px;
	border-radius: 30px;
}
.s__tarifs .tarif__title.spec span {
	border-color: var(--red);
}
.s__tarifs .tarif__auditor {
	text-align: center;
	letter-spacing: -0.6px;
	margin-top: 25px;
}
.s__tarifs .tarif__inner {
	height: 100%;
}
.s__tarifs .tarif__body {
	padding: 25px 0;
}
.s__tarifs .tarif__body ul {}
.s__tarifs .tarif__body ul li {
	margin-bottom: 22px;
	padding-left: 24px;
	position: relative;
	font-size: 1.7rem;
}
.s__tarifs .tarif__body ul li:last-of-type {
	margin-bottom: 0;
}
.s__tarifs .tarif__body ul li:before {
	content:'';
	background: url(../i/ico__check01.svg) no-repeat center center;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	display: inline-flex;
	position: absolute;
	top: 0;
	left: -5px;
	flex-shrink: 0;
}

.s__tarifs .tarif__footer {
	padding: 25px 0 0;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.s__tarifs .tarif__footer:after {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.1);
}
.s__tarifs .tarif__cost {
	font-size: 3rem;
	line-height: 1;
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 30px;
	/*color: var(--red);*/
}
.s__tarifs .tarif__cost span {
	/*padding: 4px 15px;*/
	padding: 9.5px 15px;
}

.s__tarifs .tarif__costold {
	font-size: 1.7rem;
	text-decoration: line-through;
	color: var(--grey2);
	margin-bottom: 10px;
}

.s__tarifs .tarif__offertime {
	margin-bottom: 20px;
	font-size: 2.4rem;
}
.s__tarifs .tarif__offer {
	margin-bottom: 55px;
}

.s__tarifs .tarif__booking {
	color: var(--grey2);
	margin-bottom: 50px;
	margin-top: 10px;
}
.s__tarifs .s__wrap {}
.s__tarifs .s__wrap .btn {}

.s__tarifs .tarif__friend {
	margin-bottom: 20px;
}
.s__tarifs .tarif__friend-label {
	color: var(--grey2);
	font-size: 1.5rem;
}
.s__tarifs .tarif__friend-costold {
	padding: 8.3px 12px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
.s__tarifs .tarif__friend-costold .old {
	color: var(--grey2);
	font-size: 1.7rem;
	font-weight: 600;
	text-decoration: line-through;
}
.s__tarifs .tarif__friend-costold .new {
	margin-left: 10px;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.4px;
	color: var(--red);
}
.s__tarifs .tarif__friend-date {
	color: var(--grey2);
	font-size: 1.5rem;
}
.s__tarifs .tarif__friend-wrap {}








.s__testiq {}
.s__testiq .decor {
    position: absolute;
    top: -800px;
    left: 10%;
    max-width: 100%;
}
.s__testiq .s__title {
	margin-top: 5px;
}
.s__testiq .s__text {}
.s__testiq .s__img {}

.s__reviews {
	padding: 120px 0 15px;
	padding-bottom: 100px;
}
.s__reviews .s__title {}
.s__reviews .slider__control {
	margin-top: -5px;
	max-height: 44px;
}
.s__reviews .slider__button {
	width: 44px;
	height: 44px;
	transition: 0.5s;
	cursor: pointer;
	border: 2px solid var(--red);
}

.s__reviews .slider__button svg {}
.s__reviews .slider__button path {
	transition: 0.5s;
	fill-opacity: 1;
}

.s__reviews .slider__prev {
	/*border: 2px solid rgba(255,255,255,0.2);*/
}
.s__reviews .slider__prev svg {}
.s__reviews .slider__prev path {
	/*fill-opacity: 0.2;*/
	/*transition: 0.5s;*/
	/*fill-opacity: 1;*/
}

.s__reviews .slider__next {
	/*border: 2px solid rgba(255,255,255,0.2);*/
}
.s__reviews .slider__next svg {}
.s__reviews .slider__next path {
/*	fill-opacity:1;
	transition: 0.5s;*/
}

.s__reviews .slider__button:hover {
	/*border: 2px solid var(--red);*/
	/*border: 2px solid rgba(255,255,255,0.2);*/
}
.s__reviews .slider__button:hover svg {}
.s__reviews .slider__button:hover path {
	fill-opacity: 1;
}

.s__reviews .slider__button.swiper-button-disabled {
	border: 2px solid rgba(255,255,255,0.2);
	pointer-events: none;
}
.s__reviews .slider__button.swiper-button-disabled svg,
.s__reviews .slider__button.swiper-button-disabled path {
	fill-opacity: 0.2;
}

.s__reviews .slider__num {
	margin: 0 24px;
	min-width: 52px;

}
.s__reviews .slider__current {}
.s__reviews .slider__sep {
	margin: 0 4px;
}
.s__reviews .slider__total {}

.s__reviews .slider__wrap {}
.s__reviews .slider {}
.s__reviews .slider__item {
	padding: 50px;
}
.s__reviews .slider__inner {}

.s__reviews .slider__person {
	max-width: 190px;
	margin-right: 75px;
}
.s__reviews .slider__pic {
	width: 150px;
	height: 150px;
	margin-bottom: 20px;
	flex-shrink: 0;
}
.s__reviews .slider__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.s__reviews .slider__name {
	margin-bottom: 5px;
}
.s__reviews .slider__post {
	font-size: 1.6rem;
	color: var(--grey2)
}
.s__reviews .slider__info {
	padding-right: 40px;
}
.s__reviews .slider__title {
	font-size: 2.4rem;
	margin-bottom: 30px;
	letter-spacing: 0.4px;
	/*color: var(--red);*/
}
.s__reviews .slider__text {}
.s__reviews .slider__text p {
	margin-bottom: 30px;
}
.s__reviews .slider__text p:last-of-type {
	margin-bottom: 0;
}

.s__reallife {
	background: var(--blue);
	/*z-index: 101;*/
	padding-top: 40px;
	padding-bottom: 50px;
}
.s__reallife .s__text {
	margin-bottom: 30px;
}
.s__reallife .s__text2 {
	margin-bottom: 30px;
	font-size: 2.4rem;
}

.s__reallife .s__wrap {
	margin-top: 20px;
}
.s__reallife .s__wrap .btn {}

.s__reallife .decor {
    position: absolute;
    bottom: -400px;
    left: -20%;
    max-width: 100%;
}


.s__reg {
	padding-bottom: 100px;
}
.s__reg .s__title2 {
	font-size: 3.4rem;
	font-weight: 800;
	margin-bottom: 50px;
	color: var(--red);
}
.s__reg .form {
	display: flex;
	flex-direction: column;
	max-width: 820px;
	width: 100%;
}
.s__reg .form__list {
	display: flex;
	flex-direction: column;
}
.s__reg .form__row {
	display: flex;
	/*flex-direction: column;*/
}
.s__reg .form__item {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}
.s__reg .form__item-part {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.s__reg .form__item-part:nth-child(2n) {
	margin-left: 10px;
}
.s__reg .form__inp {
	font-family: 'Fixel Display';
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--white);
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.05);
	padding: 20px;
	border-radius: 25px;
	outline: none;
}
.s__reg .form__inp:nth-child(2n) {
	margin-left: 10px;
}

.s__reg .form__inp:hover,
.s__reg .form__inp:active,
.s__reg .form__inp:focus {
	border-color: rgba(255,255,255,1);
	background: rgba(255,255,255,0.00);
}
.s__reg textarea.form__inp {
	resize: none;
}

.s__reg .form__inp.error {
	border-color: var(--red);
	color: var(--red);
}
.s__reg label.error {
	color: var(--red);
	margin-left: 20px;
	padding-top: 5px;
}
.s__reg .form__btn {
	margin-right: 40px;
	border: none;

}
.s__reg .form__agree {}
.s__reg .form__item-last {
	margin-top: 50px;
}

.s__reg .form__agree {
    padding: 20px 0 20px;
}
.s__reg .form__agree label {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}
.s__reg .form__agree input {
    position: absolute;
    left: -9999px;
}
.s__reg .form__agree span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
/*    font-size: 1.6rem;*/
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
}
.s__reg .form__agree span:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255,255,255,1);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.s__reg .form__agree span:after {
    content: '';
    background: url(../i/ico__check01.svg) no-repeat center / 100% 100%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 10px;
    height: 10px;
    opacity: 0;
    transition: 0.5s;
}
.s__reg .form__agree span a {
    color: var(--red);
    text-decoration: underline;
}
.s__reg .form__agree span a:hover {
    text-decoration: none;
}

.s__reg .form__agree input:checked {}
.s__reg .form__agree input:checked ~ span {}
.s__reg .form__agree input:checked ~ span:before {}
.s__reg .form__agree input:checked ~ span:after {
    opacity: 1;
}


.s__reg .form__agree.error span {
    color: #ed2a1f;
}
.s__reg .form__agree.error span:before {
    border: 1px solid rgba(237, 42, 31, 0.4);
}







.footer {
	position: relative;
	/*background: var(--blue);*/
	/*z-index: 101;*/
	/*padding: 50px 0 200px;*/
	padding: 50px 0 ;
	padding-bottom: 160px;

	padding: 0 0 50px;
}
.footer .container {
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.footer .footer__list {}
.footer .footer__list-item {
	margin-right: 52px;
}
.footer .footer__list-item:last-of-type {
	margin-right: 0;
}
.footer .footer__list-link {
	color: rgba(255,255,255,0.3);
}
.footer .footer__list-link:hover {
	color: var(--red)
}
.footer .footer__logo {
	max-width: 295px;
	width: 100%;
}

.footer .decor {
    position: absolute;
    top: -460px;
    left: -100px;
    width: 700px;
    height: 700px;
    transform: scale(2);
}


.s__thanks {
	padding: 40px 0;
}
.s__thanks .container {
	max-width: 1270px;
}
.s__thanks .thanks__logo {
	margin-bottom: 170px;
}
.s__thanks .thanks__logo svg {
	max-width: 104px;
	width: 100%;
    height: inherit;
}
.s__thanks .s__title {
	font-size: 4rem;
	font-weight: 800;
	margin-bottom: 80px;
	letter-spacing: 2px;
}
.s__thanks .s__text {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 60px;
}

.s__thanks .s__text .special {
	font-weight: 800;
}
.s__thanks .s__text2 {
	margin-bottom: 30px;
	/*font-size: 2.6rem;*/
	font-size: 3rem;
	font-weight: 800;
	/*letter-spacing: 2px;*/
}
.s__thanks .s__img {}

.s__thanks .decoration {
	position: absolute;
}
.s__thanks .decoration-top {
    top: -660px;
    left: -550px;
}
.s__thanks .decoration-bottom {
    bottom: -670px;
    right: -400px;
}



@media screen and (max-width: 1700px) {

	.header__run .run__item {
		font-size: 2rem;
	}

	.s__general {
		height: 556px;
	}
	.s__general .s__general-first {
		max-width: 418px;
		margin-left: 40px;
	}

	.s__general .s__general-middle {
		left: -20px;
		max-width: 522px;
	}

	.s__general .s__general-pretitle {
		font-size: 1.5rem;
		/*margin-bottom: 10px;*/
		margin-bottom: 20px;
	}
	.s__general .s__general-title {
		/*margin-bottom: 6px;*/
		margin-bottom: 20px;
	}
	.s__general .s__general-title svg,
	.s__general .s__general-title img {
		width: 90%;
	}

	.s__general .s__general-pretitle2 {
		font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -0.2px;
        margin-bottom: 22px;
	}
	.s__general .s__general-pretitle3 {
		font-size: 1.5rem;
		margin-bottom: 44px;
	}
	.s__general .s__general-wrap .btn {
		margin-bottom: 20px;
	}
	.s__general .s__general-last {
	    /*max-width: 390px;*/
	    max-width: 374px;
	    margin-right: 25px;
	    margin-top: -10px;
	}
	.s__general .s__general-boss {
		font-size: 1.5rem;
		bottom: 76px;
		right: 10px;
	}
	.s__general .s__gallery {
		height: 482px;
	}
	.s__general .swiper-slide img {
		border-radius: 20px;
	}


	.s__prog1 .s__list {
		margin-bottom: 20px;
	}
	.s__prog1 .s__list-item {
		padding: 25px;
		max-width: 592px;
		margin-bottom: 22px;
	}

	.s__solo {
		padding-bottom: 94px;
	}

	.s__signals {
	    padding-bottom: 40px;
	}
	.s__signals .signal__item {
		padding: 25px;
		max-width: 390px;
	}
	.s__signals .signal__text {
		/*font-size: 1.8rem;*/
		font-size: 1.6rem;
	}
	.s__manyearns {
	    padding-top: 45px;
	    padding-bottom: 35px;
	}
	.s__manyearns .s__title {
	    margin-bottom: 55px;
	}
	.s__manyearns .s__check {
		margin-bottom: 20px;
	}
	.s__manyearns .s__check-item {
		max-width: 590px;
		padding: 26px 30px;
	}
	.s__manyearns .s__tagline {
	    margin-bottom: 45px;
	}

	.s__sololearn {
		padding-bottom: 35px;
	}
	.s__sololearn .solo__list {
		margin-bottom: 15px;
	}
	.s__sololearn .solo__item {
		max-width: 390px;
	}
	.s__sololearn .solo__text {
		padding: 25px 20px 30px 42px;
	}

	.s__whatprog {
		padding-bottom: 40px;
	}
	.s__whatprog .s__title {
	    margin-bottom: 55px;
	}
	.s__whatprog .num__list {
		max-width: 590px;
	}
	.s__whatprog .num__item {
		margin-bottom: 14px;
	}
	.s__fieldbizness {
		padding-bottom: 80px;
	}
	.s__leader .column1 {
		max-width: 658px;
	}
	.s__dirs .dir__list {
	    margin-bottom: 35px;
	}
	.s__dirs .dir__header {
		padding: 26px 30px;
	}
	.s__dirs .dir__body {
		padding-bottom: 50px;
	}
	.s__dirs .dir__inner {
	    padding-right: 40px;
	}
	.s__dirs .dir__inner ul li {
		padding-left: 26px;
	}
	.s__materials .s__title {
		margin-bottom: 45px;
	}
	.s__materials .column1 {
		max-width: 658px;
	}
	.s__principle {
	    padding: 95px 0 40px;
	}
	.s__principle .solo__list {
	    margin-bottom: 40px;
	}
	.s__principle .solo__item {
		max-width: 390px;
	}
	.s__principle .solo__text {
	    padding: 25px 15px 25px 40px;
	}
	.s__casting .s__check {
		margin-bottom: 0;
	}
	.s__casting .s__tagline {
		margin-top: 40px;
	}
	.s__mentors {
		padding-top: 40px;
	}
	.s__mentors .mentor__list {
	    margin-bottom: 25px;
	}
	.s__mentors .mentor__item {
		max-width: 390px;
		margin-bottom: 18px;
	}
	.s__mentors .mentor__info {
	    padding: 25px 25px 30px 40px;
	}
	.s__mentors .s__tagline {
	    margin-bottom: 40px;
	}

	.s__meets {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.s__meets .meet__item {
		padding: 20px 30px 20px;
		min-height: 107px;
	}

	.s__meetdesert {
		padding-top: 40px;
		padding-bottom: 35px;
	}
	.s__meetdesert .box__column1 {
	    max-width: 530px;
	    margin-right: 35px;
	}

	.s__afterprog .s__subtitle {
		font-size: 2.2rem;
	}
	.s__afterprog .s__check-item {
		max-width: 592px;
	}

	.s__solonotone .s__title {
		margin-top: 0;
	}
	.s__tarifs {
	    padding-top: 90px;
	}
	.s__tarifs .tarif__list {
		margin-bottom: 35px;
	}
	.s__tarifs .tarif__offer {
	    margin-bottom: 45px;
	}
	.s__tarifs .tarif__booking {
		margin-bottom: 40px;
	}
	.s__testiq .s__title {
		margin-bottom: 50px;
	}
	.s__reviews {
		padding: 110px 0 15px;
		padding-bottom: 100px;
	}
	.s__reviews .slider__person {
		margin-right: 70px;
	}
	.s__reviews .slider__info {
		padding-right: 20px;
	}
	.s__reviews .slider__title {
	    font-size: 2.1rem;
	}
	.s__reallife {
		padding-bottom: 30px;
	}
	.s__reallife .s__text2 {
		font-size: 2.2rem;
	}
	.s__reallife .s__wrap {
	    margin-top: 10px;
	}

	.s__thanks .container {
	    max-width: 1240px;
	}
	.s__thanks .thanks__logo {
	    margin-bottom: 116px;
	}
	.s__thanks .s__title {
		letter-spacing: 0;
		margin-bottom: 60px;
	}
	.s__thanks .s__text {
		font-size: 2rem;
		margin-bottom: 50px;
	}
	.s__thanks .s__text2 {
		/*font-size: 2.4rem;*/
		font-size: 2.6rem;
	}


}


@media screen and (max-width: 1199px) {

	.header__run {
		min-height: 40px;
	}

	.header__run .run__item {
		font-size: 1.6rem;
	}
	.s__general {
		padding-top: 24px;
		height: 436px;
	}
	.s__general .container {
		padding: 0 20px;
	}
    .s__general .s__general-first {
        max-width: 288px;
        margin-left: 0;
    }
    .s__general .s__general-middle {
        left: 0px;
        max-width: 440px;
    }
    .s__general .s__general-last {
        /*max-width: 250px;*/
        max-width: 230px;
        /*margin-right: 30px;*/
        margin-right: 20px;
        margin-top: -10px;
    }
    .s__general .s__gallery {
        height: 412px;
    	border-radius: 12px;
    }
    .s__general .s__gallery-img {
    	padding-right: 10px;
    	padding-bottom: 10px;
    }

    .s__general .s__general-pretitle {
    	font-size: 1.4rem;
    	margin-bottom: 30px;
    }
    .s__general .s__general-title {
    	margin-bottom: 16px;
    }
    .s__general .s__general-title svg,
    .s__general .s__general-title img {
    	height: inherit;
    }
    .s__general .s__general-pretitle2 {
    	font-size: 1.5rem;
    }
    .s__general .s__general-pretitle3 {
    	font-size: 1.4rem;
    	margin-bottom: 30px;
    }

	.s__general .swiper-slide img {
		border-radius: 12px;
	}

    .s__prog1 .s__list {
        margin-bottom: 30px;
    }
    .s__prog1 .s__list-pic {
    	width: 45px;
    	height: 45px;
    	padding: 10px;
    }
    .s__prog1 .s__list-item {
    	max-width: 440px;
    	margin-bottom: 10px;
    }
    .s__prog1 .s__list-text {
    	font-size: 1.6rem;
    }
    .s__solo {
        padding-bottom: 60px;
    }
    .s__solo .s__title {
	    margin-bottom: 40px;
	}

	.s__signals {
		padding-bottom: 20px;
	}
	.s__signals .signal__item {
		max-width: 286px;
		padding: 20px;
	}
	.s__signals .signal__decor {
		margin-bottom: 15px;
	}
	.s__signals .signal__text {
		font-size: 1.6rem;
	}

	.s__earns {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.s__manyearns {
		padding-top: 40px;
		padding-bottom: 20px;
	}
    .s__manyearns .s__title {
        margin-bottom: 40px;
    }
    .s__manyearns .s__check {
        margin-bottom: 35px;
    }
    .s__manyearns .s__check-item {
        max-width: 440px;
        padding: 20px;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .s__manyearns .s__tagline {
        margin-bottom: 40px;
    }

    .s__sololearn {
    	padding-top: 40px;
    	padding-bottom: 20px;
    }
    .s__sololearn .s__title {
    	margin-bottom: 40px;
    }
    .s__sololearn .solo__list {
        margin-bottom: 30px;
    }
    .s__sololearn .solo__item {
        max-width: 286px;
        margin-bottom: 10px;
    }
    .s__sololearn .solo__text {
        padding: 20px 20px 18px 35px;
    }

    .s__whatprog {
    	padding-top: 40px;
    	padding-bottom: 20px;
    }
    .s__whatprog .s__title {
        margin-bottom: 45px;
    }
    .s__whatprog .column1 {
	    max-width: 440px;
	}
	.s__whatprog .column2 {
	    padding-top: 45px;
	}
	.s__whatprog .num__item {
		padding: 20px;
	}
	.s__whatprog .num__pic {
		width: 40px;
		height: 40px;
	}

	.s__fieldbizness {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	.s__fieldbizness .s__title {
	    margin-bottom: 50px;
	}
	.s__fieldbizness .columns-spec {
		width: calc(100% + 10px);
	}

	.s__leader .s__title {
	    margin-bottom: 45px;
	}
    .s__leader .column1 {
        max-width: 498px;
    }

    .s__dirs {
    	padding: 55px 0 60px;
    }
    .s__dirs .s__title {
	    margin-top: 0;
	}
	.s__dirs .dir__item {
		margin-bottom: 20px;
	}
	.s__dirs .dir__header {
        padding: 17.5px 10px 17.5px 20px;
    }
    .s__dirs .dir__num {
	    width: 40px;
	    height: 40px;
		margin-right: 15px;
	}
	.s__dirs .dir__title {
		font-size: 2.2rem;
	}
	.s__dirs .dir__body {
	    padding: 20px 70px 50px 70px;
	}
	.s__dirs .dir__inner {
		padding-right: 0;
	}
	.s__dirs .dir__inner ul {
	    margin-bottom: 30px;
	}
    .s__dirs .dir__inner ul li {
        padding-left: 30px;
        margin-bottom: 22px;
    }
    .s__dirs .dir__finally {
    	padding-left: 30px;
    }

    .s__materials .s__title {
    	margin-top: 0;
        margin-bottom: 40px;
    }
    .s__materials .column1 {
        max-width: 498px;
    }
    .s__materials .s__check {
    	max-height: 450px;
    }
    .s__materials .s__check-item {
    	max-width: 440px;
    }

    .s__principle {
        padding: 65px 0 25px;
    }
    .s__principle .solo__list {
        margin-bottom: 35px;
    }
    .s__principle .solo__item {
        max-width: 286px;
    }
    .s__principle .solo__text {
        padding: 20px 20px 25px 35px;
    }

    .s__casting {
    	padding-top: 35px;
    	padding-bottom: 20px;
    }
    .s__casting .s__title {
	    margin-bottom: 40px;
	}
	.s__casting .s__check-item {
		max-width: 440px;
		padding: 18.5px 20px;
	}
    .s__casting .s__tagline {
        margin-top: 45px;
    }

    .s__mentors {
    	padding-bottom: 20px;
    }
    .s__mentors .mentor__list {
        margin-bottom: 10px;
    }
    .s__mentors .mentor__item {
    	max-width: 286px;
    }
    .s__mentors .mentor__name {
		bottom: 25px;
		left: 20px;
		font-size: 1.6rem;
        padding: 10px 13px;
        min-height: 43px;
    }
    .s__mentors .mentor__info {
        padding: 15px 20px 30px 35px;
    }
    .s__meets {
    	padding-top: 40px;
    	padding-bottom: 15px;
    }
    .s__meets .meet__item {
    	padding: 25px;
    	min-height: 123px;
    	margin-bottom: 10px;
    }
    .s__meets .meet__pic {
    	width: 45px;
    	height: 45px;
    	padding: 10px;
    }
    .s__meets .meet__title {
    	font-size: 1.8rem;
    }
    .s__meetdesert {
    	padding-top: 40px;
    	padding-bottom: 20px;
    }
    .s__meetdesert .box {
    	padding: 30px 20px 30px;
    }
    .s__meetdesert .box__column1 {
        max-width: 430px;
        margin-right: 25px;
    }
    .s__meetdesert .box__title {
		font-size: 2.8rem;
		margin-bottom: 5px;
		line-height: 1;
		position: relative;
		top: -10px;
        left: 10px;
        letter-spacing: 1px;
    }
    .s__meetdesert .box__text {
    	font-size: 1.8rem;
    }
    .s__meetdesert .box__name {
    	font-size: 2rem;
    }
    .s__meetdesert .box__post {}
    .s__meetdesert .box__img {
    	width: 136px;
    	height: 136px;
    }

    .s__afterprog {
    	padding-top: 40px;
    }
    .s__afterprog .s__title {
	    margin-bottom: 45px;
	}
    .s__afterprog .s__subtitle {
        font-size: 2rem;
    }
    .s__afterprog .s__check-item {
        max-width: 440px;
        margin-bottom: 10px;
    }
    .s__afterprog .s__check-pic {
    	width: 22px;
    	height: 22px;
    }

    .s__solonotone .s__title {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .s__tarifs {
        padding-top: 65px;
    }
    .s__tarifs .tarif__list {
        margin-bottom: 30px;
    }
    .s__tarifs .tarif__item {
    	padding: 20px 18px 30px;
    }
    .s__tarifs .tarif__header {
    	padding: 5px 0 25px;
    }
    .s__tarifs .tarif__title span {
    	padding: 9px 13px;
    	font-size: 2rem;
    }
    .s__tarifs .tarif__auditor {
    	letter-spacing: 0;
    	font-size: 1.4rem;
    }
    .s__tarifs .tarif__body {
	    padding: 20px 0;
	}
	.s__tarifs .tarif__body ul li {
		font-size: 1.5rem;
		margin-bottom: 12px;
	}
	.s__tarifs .tarif__offertime {
		font-size: 2.1rem;
	}
	.s__tarifs .tarif__offer {
		margin-bottom: 40px;
	}
	.s__tarifs .tarif__costold {
		font-size: 1.4rem;
	}
	.s__tarifs .tarif__cost {
		font-size: 2.6rem;
	}
	.s__tarifs .tarif__booking {
		font-size: 1.5rem;
	}

	.s__testiq .s__title {
	    margin-top: -10px;
		margin-bottom: 45px;
	}
	.s__testiq .s__text {
		font-size: 1.8rem;
	}
	.s__testiq .s__text p {
		margin-bottom: 28px;
	}
	.s__testiq .s__text p:last-of-type {
		margin-bottom: 0;
	}
    .s__reviews {
        padding: 65px 0 5px;
        padding-bottom: 100px;
    }
    .s__reviews .slider__control {
    	margin-top: 0;
    }
    .s__reviews .slider__num {
	    margin: 0 20px;
	}
	.s__reviews .slider__item {
	    padding: 35px 35px 45px;
	}
	.s__reviews .slider__person {
		max-width: 180px;
		margin-right: 40px;
	}
	.s__reviews .slider__pic {
		width: 128px;
		height: 128px;
	}
	.s__reviews .slider__name {
		font-size: 1.6rem;
	}
	.s__reviews .slider__post {
		font-size: 1.4rem;
	}
    .s__reviews .slider__info {
        padding-right: 24px;
    }
    .s__reviews .slider__title {
        font-size: 1.95rem;
 		margin-bottom: 24px;
    }
    .s__reviews .slider__text p {
		margin-bottom: 24px;
	}

    .s__reallife {
        padding-bottom: 10px;
    }
	.s__reallife .s__text2 {
		font-size: 2rem;
	}

	.footer {}
	.footer .footer__list-item {
	    margin-right: 92px;
	}

    .s__thanks .container {
        max-width: 930px;
    }
    .s__thanks .thanks__logo {
        margin-bottom: 70px;
    }
    .s__thanks .s__title {
    	font-size: 3.5rem;
    	margin-bottom: 45px;
    }
    .s__thanks .s__text {
    	font-size: 1.8rem;
    	margin-bottom: 40px;
    }
    .s__thanks .s__text2 {
    	font-size: 2.2rem;
    	letter-spacing: 0;
    }


}


@media screen and (max-width: 999px) {
	

	.header__run {
		min-height: 34px;
		padding: 6px 0;
		display: flex;
		align-items: center;
	}
	.header__run .run__item {
		font-size: 1.36rem;
	}
	.s__general {
		/*padding-top: 10px;*/
		padding-top: 20px;
		height: 466px;
	}
	.s__general .container {
		align-items: flex-start;
	}
	.s__general .s__general-pretitle {
		margin-bottom: 22px;
	}
	.s__general .s__general-pretitle2 {
		/*font-size: 1.4rem;*/
	}
	.s__general .s__general-pretitle3 {

	}
    .s__general .s__general-first {
        margin-left: -40px;
        max-width: 236px;
    }
	.s__general .s__general-last {
		margin-right: -10px;
		max-width: 192px;
		margin-top: 0;
	}
    .s__general .s__gallery {
        /*height: 232px;*/
        height: 220px;
    }

	.s__general .swiper-slide img {
		border-radius: 9px;
	}

    .s__general .s__general-boss {
        bottom: 56px;
        right: 26px;
        padding: 6px 10px;
        font-size: 1.4rem;
        min-height: 32px;
    }

    .s__prog1 {}
    .s__prog1 .s__list {
        margin-bottom: 20px;
    }
    .s__prog1 .s__list-item {
    	max-width: 349px;
    	padding: 18px;
    	margin-right: 10px;
    }
    .s__prog1 .s__list-pic {
    	width: 40px;
    	height: 40px;
    	margin-right: 12px;
    }
    .s__prog1 .s__list-text {
    	font-size: 1.4rem;
    }

    .s__solo {
    	padding-bottom: 40px;
    }
    .s__solo .s__title {
        margin-bottom: 30px;
    }

    .s__signals {
    	padding-bottom: 10px;
    }

    .s__signals .signal__item {
    	max-width: 229px;
    	margin-right: 10px;
    }
    .s__signals .signal__circle {
    	width: 40px;
    	height: 40px;
    }
    .s__signals .signal__circle-02 {
    	left: -20px;
    }
    .s__signals .signal__circle-03 {
    	left: -40px;
    }
    .s__signals .signal__text {
    	font-size: 1.4rem;
    }

    .s__earns {
    	padding-bottom: 10px;
    }
    .s__earns .s__title {
	    margin-bottom: 30px;
	}

	.s__manyearns {
		padding-bottom: 10px;
	}
	.s__manyearns .s__title {
		margin-bottom: 30px;
	}
	.s__manyearns .s__check {
		margin-bottom: 20px;
	}
    .s__manyearns .s__check-item {
        max-width: 349px;
        padding: 15.5px 20px;
        margin-right: 10px;
    }
	.s__manyearns .s__check-pic {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
    .s__manyearns .s__tagline {
        margin-bottom: 30px;
    }

    .s__sololearn {
    	padding-bottom: 10px;
    }
    .s__sololearn .s__title {
        margin-bottom: 30px;
    }
    .s__sololearn .solo__list {
        margin-bottom: 25px;
    }
    .s__sololearn .solo__item {
    	max-width: 230px;
    	margin-right: 10px;
    }
    .s__sololearn .solo__img {
	    height: 130px;
	}
	.s__sololearn .solo__text {
        padding: 15px 15px 15px 30px;
        letter-spacing: -0.2px;
    }

    .s__whatprog {
    	padding-bottom: 0;
    }
    .s__whatprog .s__title {
        margin-bottom: 30px;
    }
    .s__whatprog .column1 {
        max-width: 344px;
    }
    .s__whatprog .column2 {
        padding-top: 25px;
    }
    .s__whatprog .num__item {
        margin-bottom: 8px;
    }
    .s__whatprog .num__pic {
    	margin-right: 10px;
    }
    .s__whatprog .num__text strong {
    	letter-spacing: 0.2px;
    }

    .s__fieldbizness {
    	padding-bottom: 40px;
    }
    .s__fieldbizness .s__title {
        margin-bottom: 30px;
    }
    .s__fieldbizness .field__item {
	    padding: 4px 10.28px;
	    min-height: 28px;
	}

    .s__leader {}
    .s__leader .s__title {
        margin-bottom: 30px;
    }
    .s__leader .column1 {
        max-width: 408px;
    }
    .s__leader .s__text {
	    max-height: 404px;
	}

    .s__dirs {
        padding: 45px 0 48px;
    }
    .s__dirs .dir__list {
        margin-bottom: 30px;
    }
    .s__dirs .dir__item {
    	margin-bottom: 10px;
    }
    .s__dirs .dir__header {
        /*padding: 18px 10px 18px 20px;*/
        /*padding: 10.5px 10px 10.5px 20px;*/
    }
    .s__dirs .dir__num {
    	margin-right: 12px;
    }
    .s__dirs .dir__title {
    	font-size: 1.8rem;
    }
    .s__dirs .dir__button svg {
	    width: 16px;
	}
    .s__dirs .dir__body {
        padding: 16px 70px 20px 15px;
    }
    .s__dirs .dir__inner ul {
        margin-bottom: 20px;
    }
    .s__dirs .dir__inner ul li {
    	padding-left: 24px;
    	margin-bottom: 12px;
    }
    .s__dirs .dir__inner ul li:before {
    	width: 14px;
    	height: 14px;
    	background-size: 100%;
    }
    .s__dirs .dir__finally {
        padding-left: 25px;
        letter-spacing: 0.1px;
    }
    .s__dirs .dir__finally strong {
		margin-right: 0px;
		letter-spacing: 0;
    }

    .s__dirs .dir__item .dir__num {
    	width: 35px;
    	height: 35px;
    }
    .s__dirs .dir__header {
    	padding: 10.5px 10px 10.5px 16px;
    }
    .s__dirs .dir__title {
    	font-size: 1.7rem;
    }
    .s__dirs .dir__item.active .dir__num {
    	width: 40px;
    	height: 40px;
    }
    .s__dirs .dir__item.active .dir__header {
        padding: 18px 10px 18px 20px;
    }
    .s__dirs .dir__item.active .dir__title {
    	font-size: 1.8rem;
    }

    .s__materials .s__title {
    	margin-bottom: 30px;
    }
    .s__materials .column1 {
        max-width: 408px;
    }
    .s__materials .s__check {
        max-height: 376px;
    }
    .s__materials .s__check-item {
        max-width: 344px;
        margin-bottom: 10px;
        padding: 15px 18px;
    }
    .s__materials .s__check-pic {
    	width: 20px;
    	height: 20px;
    }

    .s__principle {
        padding: 55px 0 15px;
    }
    .s__principle .solo__list {
        margin-bottom: 25px;
    }
    .s__principle .solo__item {
    	max-width: 229px;
    	margin-right: 10px;
    	min-height: 296px;
    }
    .s__principle .solo__img {
	    height: 130px;
	}
    .s__principle .solo__text {
        padding: 15px 15px 20px 30px;
        letter-spacing: -0.5px;
    }
    .s__principle .solo__text p:before {
    	top: 6px;
    }

    .s__casting {
    	padding-bottom: 10px;
    }
    .s__casting .s__title {
    	margin-bottom: 30px;
    }
    .s__casting .s__check {}
    .s__casting .s__check-item {
    	max-width: 344px;
    	margin-bottom: 10px;
    	padding: 15px 20px;
    }
    .s__casting .s__check-pic {
    	width: 20px;
    	height: 20px;
    }
    .s__casting .s__tagline {
        margin-top: 40px;
    }

    .s__mentors {
    	padding-bottom: 10px;
    }
    .s__mentors .mentor__list {
    	margin-bottom: 5px;
    }
    .s__mentors .mentor__item {
    	max-width: 229px;
    	margin-right: 10px;
    	margin-bottom: 10px;
    }
    .s__mentors .mentor__name {
        bottom: 14px;
        left: 16px;
        padding: 8px;
        font-size: 1.2rem;
        min-height: 32px;
    }
    .s__mentors .mentor__info {
    	font-size: 1.3rem;
    	line-height: 1.45;
    	padding-right: 10px;
    	padding: 15px 10px 25px 32px;
    }
    .s__mentors .mentor__pic {
	    height: 140px;
	}
    .s__mentors .s__tagline {
        margin-bottom: 30px;
    }

    .s__meets {
    	padding-bottom: 10px;
    }
    .s__meets .meet__item {
    	padding: 18px;
    	margin-bottom: 10px;
    	min-height: 101px;
    }
    .s__meets .meet__pic {
    	width: 40px;
    	height: 40px;
    	margin-right: 12px;
    }
    .s__meets .meet__title {
    	font-size: 1.6rem;
    }
    .s__meets .meet__text {
    	font-size: 1.4rem;
    }

    .s__meetdesert {
    	padding-bottom: 10px;
    }
    .s__meetdesert .box {
    	flex-direction: column;
        align-items: flex-start;
        padding: 35px 20px 30px;
    }
    .s__meetdesert .box__title {
    	top: 0;
    	margin-bottom: 20px;
    	font-size: 2.6rem;
    }
    .s__meetdesert .box__text {
    	font-size: 1.6rem;
    }
    .s__meetdesert .box__column1 {
    	max-width: 100%;
    	margin-right: 0;
    	margin-bottom: 20px;
    }
    .s__meetdesert .box__column2 {
    	max-width: 100%;
    }
    .s__meetdesert .box__img {
        width: 113px;
        height: 113px;
        margin-right: 20px;
    	margin-left: 10px;
    }
    .s__meetdesert .box__name {
    	font-size: 1.8rem;
    }

    .s__afterprog {
    	padding-bottom: 60px;
    }
    .s__afterprog .s__title {
        margin-bottom: 30px;
    }
    .s__afterprog .s__subtitle {
        font-size: 1.8rem;
    }
    .s__afterprog .s__check-item {
    	max-width: 100%;
    	margin-bottom: 10px;
    	padding: 16px;
    	margin-right: 0;
    }
    .s__afterprog .s__check-item:nth-child(2n) {
    	order: 1;
    }
    .s__afterprog .s__check-pic {
    	width: 20px;
    	height: 20px;
    }
    .s__afterprog .s__check-item-no {
    	margin-bottom: 10px;
    }

    .s__solonotone .s__title {
    	margin-top: 0;
    	margin-bottom: 30px;
    }
    .s__solonotone .column1 {
    	max-width: 380px;
    }

    .s__tarifs {
        padding-top: 40px;
    }
    .s__tarifs .tarif__item {
    	max-width: 289px;
    	margin-right: 10px;
    	padding: 20px 12px 25px;
    }
    .s__tarifs .tarif__header {
        padding: 5px 0 20px;
    }
    .s__tarifs .tarif__title {}
    .s__tarifs .tarif__title span {
    	font-size: 1.6rem;
    }
    .s__tarifs .tarif__auditor {
    	font-size: 1.3rem;
    	margin-top: 12px;
    }
    .s__tarifs .tarif__body ul li {
    	font-size: 1.3rem;
    }
    .s__tarifs .tarif__cost {
        font-size: 2rem;
    }
    .s__tarifs .tarif__offertime {
        font-size: 1.9rem;
        margin-bottom: 15px;
    }
    .s__tarifs .tarif__offer {
        margin-bottom: 30px;
    }
    .s__tarifs .tarif__booking {
    	margin-top: 5px;
    	margin-bottom: 30px;
    	font-size: 1.3rem;
    }

    .s__testiq {
	    padding: 30px 0;
	}
	.s__testiq .s__title {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.s__testiq .column1 {
        max-width: 368px;
    }
	.s__testiq .s__text {
		font-size: 1.4rem;
	}
    .s__testiq .s__text p {
        margin-bottom: 22px;
    }

    .s__reviews {
        padding: 60px 0 0;
        padding-bottom: 100px;
    }

    .s__reviews .slider__item {
    	padding: 30px 30px 40px;
    }
    .s__reviews .slider__person {
    	max-width: 152px;
    	margin-right: 35px;
    }
    .s__reviews .slider__pic {
        width: 111px;
        height: 111px;
        margin-bottom: 16px;
    }
    .s__reviews .slider__name {
    	font-size: 1.4rem;
    }
    .s__reviews .slider__post {
    	font-size: 1.3rem;
    }
    .s__reviews .slider__title {
    	font-size: 1.75rem;
    	margin-bottom: 20px;
    }
    .s__reviews .slider__text p {
        margin-bottom: 22px;
    }

    .s__reallife {
    	padding-top: 30px;
    }
    .s__reallife .s__text {
    	margin-bottom: 25px;
	}
    .s__reallife .s__text2 {
    	font-size: 1.8rem;
    	margin-bottom: 20px;
    }
    .s__reallife .s__wrap {
        margin-top: 5px;
    }

    .footer {
    	padding: 40px 0 140px;
    	/*padding: 40px 0 ;*/
    }
    .footer .footer__list-item {
        margin-right: 62px;
    }

    .s__thanks .container {
        max-width: 740px;
    }
    .s__thanks .thanks__logo {
        margin-bottom: 55px;
    }
    .s__thanks .s__title {
    	font-size: 3rem;
    	margin-bottom: 40px;
    }
    .s__thanks .s__text {
    	font-size: 1.6rem;
    	margin-bottom: 30px;
    }
    .s__thanks .s__text2 {
    	font-size: 2rem;
    }


}

@media screen and (max-width: 767px) {


    .mobile__fixed {
        padding: 30px 0;
    }
    .mobile__fixed .container {
        flex-direction: column;
    }
    .mobile__fixed .s__wrap {
        margin-right: 0;
        width: 100%;
    }
    .mobile__fixed .btn {
        font-size: 1.8rem;
        margin-bottom: 10px;
        max-width: 100%;
        width: 100%;
        /*justify-content: space-between;*/
        text-align: center;
        justify-content: center;
    }
    .mobile__fixed .general__date {
        width: 100%;
        justify-content: center;
    }
    .mobile__fixed .general__date-special {
        font-size: 1.2rem;
    }



	.header__run {
	    padding: 10px 0;
	}
	.header__run .run__item {
		font-size: 1.2rem;
	}

	.s__general {
		height: initial;
	}
	.s__general .decor-1 {
		transform: scale(1);
		top: -120px;
		left: -50px;
		flex-shrink: 0;
	}
	.s__general .decor-2 {
		transform: scale(0.5);
		right: -70px;
    bottom: -30px;
	}
	.s__general .decor-3 {
		bottom: -620px;
		    right: 0;
    transform: scale(1.5);
	}
	.s__general .container {
		flex-wrap: wrap;
	}
	.s__general .s__general-middle {
		max-width: 100%;
		width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
	.s__general .s__general-first {
		max-width: 50%;
		width: 100%;
		order: 2;
		margin-left: -30px;
		max-width: 54%;
	}
	.s__general .s__general-last {
		max-width: 50%;
		width: 100%;
		order: 3;
		margin-right: 0px;
	}
	.s__general .s__general-pretitle {
		margin-bottom: 25px;
	}

	.s__general .s__general-title {
		margin-bottom: 20px;
	}
    .s__general .s__general-title svg,
    .s__general .s__general-title img {
        width: 96%;
    }
    .s__general .s__gallery {
        /*height: 265px;*/
        height: 280px;
    }

	.s__general .swiper-slide img {
		border-radius: 10px;
	}

    .s__general .s__general-boss {
        bottom: 30px;
        right: 32px;
    }

	.s__prog1 {}
	.s__prog1 .s__title {
		font-size: 2.4rem;
	}
	.s__prog1 .s__list-item {
		max-width: 100%;
		margin-right: 0;
	}

	.s__signals {
		padding-bottom: 15px;
	}
	.s__signals .decor {
		transform: scale(2);
		top: -100px;
	}
	.s__signals .s__title {
	    margin-top: -5px;
	}
	.s__signals .signal__item {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.s__signals .signal__item:last-of-type {
		margin-bottom: 0;
	}
    .s__signals .signal__decor {
        margin-bottom: 18px;
    }
    .s__earns {
    	padding-top: 20px;
    	padding-bottom: 15px;
    }
    .s__earns .decor {
    	bottom: -50px;
    }

	.s__manyearns {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.s__manyearns .s__check-item {
		max-width: 100%;
		margin-right: 0;
		padding: 18px 20px;
	}
	.s__manyearns .s__check-item:nth-child(2n) {
		order: 2;
	}
	.s__manyearns .s__check-pic svg, 
	.s__manyearns .s__check-pic img {
		width: 10px;
	}
	.s__manyearns .s__wrap {
	    justify-content: center;
	    width: 100%;
	}

	.s__sololearn {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.s__sololearn .decor{
		top: -400px;
	}
	.s__sololearn .solo__item {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	.s__sololearn .solo__img {
        height: 170px;
    }
    .s__sololearn .solo__img img {
    	width: 100%;
    }
    .s__sololearn .solo__text {
    	padding: 15px 15px 20px 35px;
    	letter-spacing: 0.1px;
    }
    .s__sololearn .solo__text p:before {
    	top: 4px;
    }

    .s__whatprog {
    	padding-top: 20px;
    }
    .s__whatprog .column2 {
    	padding-top: 0;
    }
    .s__whatprog .s__img {
    	min-height: 364px;
    }
    .s__whatprog .num__item {
    	padding: 19px 18px;
    	/*min-height: 116px;*/
    	min-height: 96px;
    	margin-bottom: 10px;
    }
    .s__whatprog .num__item:last-of-type {
    	margin-bottom: 0;
    }
    .s__whatprog .num__pic {
    	font-size: 1.6rem;
    	width: 35px;
    	height: 35px;
    }
    .s__whatprog .s__img-spec1 {
		/*margin-top: -210px;
		max-width: 200px;
		left: 50%;
		margin-left: calc(-200px / 2);*/
    }

    .s__fieldbizness {
    	padding-top: 35px;
        padding-bottom: 30px;
    }
    .s__fieldbizness .s__title {
        margin-bottom: 34px;
    }
    .s__fieldbizness .field__item {
    	font-size: 1.3rem;
        padding: 2px 9.25px;
        min-height: 26px;
    }
    .s__fieldbizness .field__item span:before {
    	/*top: 6px;*/
    }

    .s__leader {
    	padding-bottom: 40px;
    }
    .s__leader .s__title {
    	margin-top: -5px;
    }
    .s__leader .s__text {
        max-height: 324px;
        margin-bottom: 0;
    }

    .s__dirs {
    	padding-top: 35px;
    	padding-bottom: 40px;
    }

    .s__dirs .dir__item.active .dir__header,
    .s__dirs .dir__item .dir__header {
        padding: 16px 4px 16px 18px;
        min-height: 82px;
    }
    .s__dirs .dir__item.active .dir__num,
    .s__dirs .dir__item .dir__num {
    	width: 35px;
    	height: 35px;
    	margin-right: 10px;
    	font-size: 1.6rem;
    }
    .s__dirs .dir__item.active .dir__title,
    .s__dirs .dir__item .dir__title {
    	font-size: 1.6rem;
    }
    .s__dirs .dir__button {
    	position: relative;
    	top: -10px;
    }
    .s__dirs .dir__body {
        padding: 20px 40px 30px 15px;
    }

    .s__dirs .dir__inner {
    	font-size: 1.2rem;
    	padding-right: 10px;
    }
    .s__dirs .dir__inner ul li {
    	margin-bottom: 16px;
    }
    .s__dirs .dir__inner ul li:before {
    	width: 12px;
    }
    .s__dirs .dir__finally {
    	padding-left: 4px;
    }
    .s__dirs .s__wrap {
	    width: 100%;
	}
	.s__dirs .decor-2 {
		transform: scale(2);
		right: 0;
		left: -10%;
		bottom: 0;
	}

	.s__materials {
		padding-bottom: 40px;
	}
    .s__materials .s__check {
        max-height: 400px;
    }
	.s__materials .s__check-item {
		max-width: 100%;
		min-height: 56px;
		padding: 18px;
	}
	.s__materials .s__check-pic svg {
		width: 10px;
	}
	.s__principle .decor-1 {
		transform: scale(2);
		right: 0;
		top: -400px;
	}

    .s__principle {
        padding: 40px 0 20px;
    }
	.s__principle .solo__item {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		min-height: 0;
	}

	.s__principle .solo__img {
		height: 165px;
	}
	.s__principle .solo__text {
        padding: 20px 15px 20px 35px;
    	letter-spacing: -0.1px;
    }


    .s__casting {
    	padding-top: 20px;
    	padding-bottom: 20px;
    }
	.s__casting .s__check-item {
		max-width: 100%;
		padding: 18px 20px;
	}
	.s__casting .s__check-pic svg {
		width: 10px;
	}
    .s__casting .s__tagline {
        margin-top: 30px;
    }
    .s__casting .decor-1 {
    	top: 0;
    	transform: scale(2);
    	top: 240px;
    }

    .s__mentors {
    	padding-top: 20px;
    	padding-bottom: 20px;
    }
    .s__mentors .mentor__list {
        margin-bottom: 20px;
    }

	.s__mentors .mentor__item {
		max-width: 100%;
		margin-right: 0;
	}
    .s__mentors .mentor__pic {
        height: 208px;
    }
    .s__mentors .mentor__name {
        font-size: 1.4rem;
        padding: 12px 11px;
        left: 18px;
        min-height: 38px;
    }
    .s__mentors .mentor__info {
        padding: 22px 10px 20px 35px;
        letter-spacing: 0.55px;
        line-height: 1.5;
    }
    .s__mentors .mentor__info p:before {
    	top: 4px;
    }
    .s__mentors .s__wrap {
	    width: 100%;
	}
	.s__mentors .decor-1 {
		transform: scale(2);
		top: 200px;
	}
	.s__mentors .decor-2 {
		transform: scale(2);
		bottom: -100px;
		left: 10%;
	}

	.s__meets {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.s__meets .meet__item {
		padding: 20px 18px;
	}

	.s__meetdesert {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.s__meetdesert .box {
		padding: 20px 10px 30px;
	}
	.s__meetdesert .box__title {
		font-size: 2.4rem;
		letter-spacing: 0.5px;
		margin-bottom: 15px;
	}
	.s__meetdesert .box__text {
		font-size: 1.4rem;
	}
	.s__meetdesert .box__img {
		width: 70px;
		height: 70px;
		margin-right: 14px;
	}
	.s__meetdesert .box__name {
		font-size: 1.6rem;
        position: relative;
        top: 6px;
	}
	.s__meetdesert .box__post {
		font-size: 1.2rem;
	}
	.s__meetdesert .box__column1 {
        align-items: flex-start;
        margin-bottom: 15px;
	}

	.s__meetdesert .decor-1 {
		transform: scale(2);
		top: -200px;
		right: 0;
	}

	.s__afterprog {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.s__afterprog .s__title {
		margin-top: -5px;
	}
	.s__afterprog .s__subtitle {
		font-size: 1.6rem;
	}
	.s__afterprog .s__check-item {
		padding: 18px;
	}
	.s__afterprog .s__check-item-no .s__check-pic svg {
		width: 10px;
	}
	.s__afterprog .s__check-item-yes .s__check-pic svg {
		width: 10px;
	}

	.s__solonotone {
	}


	.s__tarifs .tarif__list {
		flex-direction: column;
        margin-bottom: 25px;
    }
	.s__tarifs .tarif__item {
		max-width: 100%;
		margin-bottom: 10px;
		/*padding-bottom: 15px;*/
		padding-bottom: 30px;
	}
	.s__tarifs .tarif__header {
		padding-top: 0;
	}

	.s__tarifs .tarif__title span {
		padding: 7.75px 13px;
	}

	.s__tarifs .tarif__auditor {
		font-size: 1.2rem;
	}
	.s__tarifs .tarif__body ul li {
		font-size: 1.4rem;
		margin-bottom: 15px;
		padding-left: 20px;
	}
	.s__tarifs .tarif__cost {
		font-size: 2.4rem;
	}
	.s__tarifs .tarif__offertime {
		font-size: 1.65rem;
	}
    .s__tarifs .tarif__offer {
        margin-bottom: 15px;
    }
    .s__tarifs .tarif__booking {
        margin-top: -5px;
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
    .s__tarifs .tarif__body ul li:before {
		width: 12px;
		background-size: 100%;
		top: -2px;
		left: 2px;
    }
    .s__tarifs .decor-1 {
    	transform: scale(2);
    	top: -600px;
    	right: 5%;
    }

    .s__testiq .decor {
    	top: -220px;
    	transform: scale(2);
    }


    .s__reviews {
        padding: 50px 0 0;
        /*padding-bottom: 100px;*/
        padding-bottom: 50px;
    }
	.s__reviews .slider__inner {
		flex-direction: column;
	}
	.s__reviews .slider__person {
		max-width: 100%;
		display: flex;
		align-items: center;
		flex-direction: row;
        text-align: left;
	}
	.s__reviews .slider__pic {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.s__reviews .slider__control {
		flex-wrap: wrap;
		justify-content: space-between;
        max-width: 90px;
	}
	.s__reviews .slider__button {
		width: 34px;
		height: 34px;
		order: 1;
	}
	.s__reviews .slider__num {
		width: 100%;
		flex-shrink: 0;
		order: 2;
		margin: 0;
        text-align: center;
        justify-content: center;
        margin-top: 3px;
	}

    .s__reviews .slider__item {
        padding: 20px 18px 25px;
    }

	.s__reviews .slider__person {
		justify-content: flex-start;
		align-items: flex-start;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.s__reviews .slider__autor {
		padding-top: 5px;
	}

	.s__reviews .slider__title {
		font-size: 1.4rem;
		letter-spacing: 0.2px;
		margin-bottom: 8px;
	}
	.s__reviews .slider__text {
		font-size: 1.2rem;
	}
    .s__reviews .slider__text p {
        margin-bottom: 18px;
    }


	.s__reviews .slider__pic {
		width: 70px;
		height: 70px;
		margin-right: 15px;
	}
	.s__reviews .slider__post {
		font-size: 1.2rem;
	}


	.s__reallife {
		padding-bottom: 0;
	}
	.s__reallife .s__text {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.s__reallife .s__text2 {
		width: 100%;
		font-size: 1.6rem;
		margin-bottom: 15px;
		text-align: center;
	}
	.s__reallife .s__wrap {
		width: 100%;
		text-align: center;
        margin-top: 15px;
    }


    .s__reg {
    	padding-bottom: 40px;
    }
	.s__reg .s__title2 {
		font-size: 2.4rem;
		text-align: center;
		margin-bottom: 30px;
	}
	.s__reg .form__row {
		flex-wrap: wrap;
	}
	.s__reg .form__item-part {
		max-width: 100%;
		width: 100%;
	}
	.s__reg .form__item-part:nth-child(2n) {
		margin-left: 0;
	}

	.s__reg .form__item-last {
		flex-direction: column;
		margin-top: 20px;
	}
	.s__reg .form__agree {
		width: 100%;
		order: 2;
        max-width: 170px;
        margin-left: auto;
        margin-right: auto;
	}
	.s__reg .form__btn {
		order: 1;
		margin-left: auto;
		margin-right: auto;
		/*width: 100%;*/
	}


    .footer {
    	/*padding-bottom: 200px;*/
    	padding-bottom: 40px;
    }

	.footer .footer__list {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.footer .footer__list-item {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 25px;
        text-align: center;
	}
	.footer .footer__list-item:last-of-type {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
	}
	.footer .decor {
		top: initial;
		bottom: 0;
		left: 0%;
		transform: scale(2);
	}
	.footer .container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.s__thanks {
	    padding: 30px 0;
	}
    .s__thanks .thanks__logo {
        margin-bottom: 40px;
    }
	.s__thanks .thanks__logo svg {
	    max-width: 90px;
	}
	.s__thanks .s__title {
		margin-bottom: 35px;
	}
	.s__thanks .s__title:after {
        width: 90px;
	}
	.s__thanks .s__text {
		font-size: 1.5rem;
		margin-bottom: 25px;
	}
	.s__thanks .s__text2 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.s__thanks .column__sticky {
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 479px) {
	
    .header__run {
        padding: 6px 0;
        min-height: 30px;
    }
	.s__general {
		padding-top: 20px;
	}
	.s__general .container:  {
		max-width: 360px;
	}
	.s__general .s__general-pretitle {
		margin-bottom: 22px;
	}
	.s__general .s__general-title svg,
	.s__general .s__general-title img {
		max-width: 314px;
	}
	.s__general .s__general-pretitle2 {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.s__general .s__general-pretitle3 {
		font-size: 1.2rem;
	}
	.s__general .s__general-first {
        margin-bottom: -10px;
        /*margin-left: -36px;*/
        /*max-width: 58%;*/
        /*margin-left: -26px;*/
        margin-left: -30px;
        max-width: 54%;
	}
	.s__general .s__gallery {
        /*height: 205px;*/
        height: 182px;
    }

	.s__general .swiper-slide img {
		border-radius: 8px;
	}
    .s__general .s__gallery-img {
    	/*margin: 3px;*/
    	/*max-width: calc(50% - 3px - 3px);*/
    }
    .s__general .s__general-last {
        max-width: 47%;
        margin-right: 0;
    }
    .s__general .s__general-boss {
        bottom: 32px;
        /*right: 8px;*/
        right: 0;
    }


	.s__prog1 {}
	.s__prog1 .s__title {
		font-size: 2rem;
	}

	.s__prog1 .s__list-item {
		padding: 15px;
	}
	.s__prog1 .s__list-item:nth-child(2n) {
		order: 2;
	}

	.s__prog1 .s__list-pic {
		margin-right: 10px;
	}
	.s__prog1 .s__list-pic img {
	    max-width: 20px;
	}

    .s__solo {
        padding-bottom: 30px;
    }

    .s__earns {
    	padding-bottom: 20px;
    }

    .s__manyearns {
    	padding-bottom: 15px;
    }
    .s__manyearns .s__title {
        margin-bottom: 25px;
    }
    .s__manyearns .s__check-item {
    	padding: 15px;
    	min-height: 70px;
    }
    .s__manyearns .s__tagline {
        margin-bottom: 35px;
    }
    .s__sololearn .solo__list {
        margin-bottom: 20px;
    }
    .s__sololearn .solo__img {
        height: 144px;
    }
    .s__sololearn .solo__img img {
    	height: 100%;
    }
    .s__sololearn .solo__text {
        padding: 22px 15px 20px 30px;
        letter-spacing: 0.2px;
    }
    .s__whatprog .s__img {
        min-height: 274px;
    }

    .s__whatprog .num__item {
    	padding: 14.5px 15px;
    }
    .s__whatprog .num__text {
	    line-height: 1.45;
	}

	.s__fieldbizness {
		padding-bottom: 35px;
	}
	.s__fieldbizness .field__list {
		max-width: 99%;
		width: 100%;
	}
	.s__fieldbizness .field__item {
		font-size: 1.2rem;
		padding: 2px 8.25px;
        min-height: 23px;
        margin-right: 3px;
        margin-bottom: 5px;
	}

	.s__leader {}
    .s__leader .s__title {
        margin-top: 0px;
    }
    .s__leader .s__text {
        max-height: 350px;
    }
    .s__dirs .dir__item.active .dir__header, .s__dirs .dir__item .dir__header {
    	/*padding: 10px 0px 15px 15px;*/
    	padding: 16px 0px 16px 15px;
        min-height: 76px;
    }
    .s__dirs .dir__body {
    	padding: 15px 15px 25px 15px;
    }
    .s__dirs .dir__inner {
    	padding-right: 0;
    }
    .s__dirs .dir__inner ul {
    	padding-right: 10px;
    }
    .s__dirs .dir__inner ul li {
        margin-bottom: 16px;
    }
    .s__dirs .dir__finally {
        padding-left: 6px;
    }

    .s__materials {
    	padding-bottom: 30px;
    }
    .s__materials .s__check {
        max-height: 370px;
    }
    .s__materials .s__check-item {
    	padding: 15px;
    	min-height: 50px;
    }

    .s__principle {}
    .s__principle .solo__img {
    	height: 144px;
    }

    .s__casting {}
    .s__casting .s__check-item {
    	padding: 15px;
    	align-items: flex-start;
    }
    .s__casting .s__tagline {
        margin-top: 35px;
    }

    .s__mentors {}
    .s__mentors .mentor__item {
    	margin-bottom: 9px;
    }
    .s__mentors .mentor__info {
        padding: 22px 10px 22px 32px;
    }

    .s__meets .meet__item {
        padding: 15px 15px;
        min-height: 115px;
    }
    .s__meets .meet__pic {
    	margin-right: 10px;
    }
    .s__meets .meet__title {
    	margin-bottom: 4px;
    }

    .s__meetdesert {}
    .s__meetdesert .box__title {
    	letter-spacing: 0.2px;
    	margin-bottom: 10px;
    }
    .s__meetdesert .box__text {
    	padding-left: 5px;
    	padding-right: 5px;
    }
    .s__meetdesert .box__img {
    	margin-left: 5px;
    	margin-right: 15px;
    }

    .s__afterprog {
    	padding-top: 35px;
    }
    .s__afterprog .s__subtitle {
    	margin-bottom: 24px;
    }

    .s__afterprog .s__check-item {
        padding: 15px;
        min-height: 120px;
    }
    .s__afterprog .s__check-pic {
		position: relative;
		top: -10px;
    }

    .s__testiq {
        padding: 20px 0;
    }

    .s__reviews .slider__control {
    	max-width: 80px;
        width: 100%;
    }

    .s__reviews .slider__item {
        padding: 15px 15px 25px;
    }
    .s__reviews .slider__person {
    	padding-right: 20px;
    }
    .s__reviews .slider__info {
    	padding-right: 0;
    }

    .s__thanks .thanks__logo {
        margin-bottom: 30px;
    }
    .s__thanks .s__title {
    	font-size: 2.6rem;
    }
    .s__thanks .s__title:after {
        width: 66px;
    }
    .s__thanks .s__text {
    	font-size: 1.4rem;
    }
    .s__thanks .s__text2 {
    	font-size: 1.8rem;
    }


}











.popup {
    max-width: 570px;
    margin: 20px auto;
    position: relative;
    background: #fff;
    padding: 40px 40px 50px;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #111111;
    border-radius: 20px;  

    max-width: 440px;  
    padding: 20px 20px 40px;
}

.popup .popup__title {
    font-weight: 700;
/*    font-size: 2.8rem;*/
    font-size: 2.2rem;
    line-height: 1.4;
    color: #171717;
    padding-right: 30px;
/*    margin-bottom: 20px;*/
}

.popup .popup__title .popup__tarif {
    color: var(--orange);
/*    display: block;*/
    font-weight: bold;
/*    font-size: 3rem;*/
}
.popup .popup__title .popup__tarif-label {
    font-size: 2rem;
}

.popup .popup__inform {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.4;
    font-style: italic;
}

.popup .popup__title2 {
  font-size: 2.4rem;
  color: var(--black2);
  font-weight: 400;
  margin-top: 30px;
}

.popup .form .inp {
/*    font-size: 1.8rem;*/
    font-size: 1.6rem;
    font-family: 'Montserrat';
    background: var(--white);
    color: var(--black2);
    display: block;
/*    padding: 16px 0;*/
    padding: 10px 0;
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #BDBDBD;
    outline: none;
    transition: 0.5s;
}
.popup .form textarea.inp {
/*    height: 134px;*/
    height: 80px;
    resize: none !important;
}

.popup .form .inp.error {
    border-color: #E42D2D;
}
.popup .form .inp.error::-webkit-input-placeholder {color:#E42D2D;}
.popup .form .inp.error::-moz-placeholder          {color:#E42D2D;}
.popup .form .inp.error:-moz-placeholder           {color:#E42D2D;}
.popup .form .inp.error:-ms-input-placeholder      {color:#E42D2D;}


.popup .form .inp:focus,
.popup .form .inp:active {
    background:var(--white);
    color: #505050;
}

.popup .form .label {
    font-size: 1.5rem;
    color: #959595;
    display: block;
    margin-bottom: 5px;
    /* display: none; */
}
.popup .form .label .star {
    color: var(--red);
}
.popup .form label.error {
    display: none !important;
}
.popup .form ul {}
.popup .form ul li {
/*    margin-bottom: 20px;*/
    margin-bottom: 10px;
}
.popup .form ul li:last-of-type {
    margin-bottom: 0;
}


.popup .form .form__agree {
    padding: 20px 0 20px;
}
.popup .form .form__agree label {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}
.popup .form .form__agree input {
    position: absolute;
    left: -9999px;
}
.popup .form .form__agree span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
/*    font-size: 1.6rem;*/
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
}
.popup .form .form__agree span:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid rgba(29, 29, 27, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.popup .form .form__agree span:after {
    content: '';
    background: url(../i/ico__agree.svg) no-repeat center / 100% 100%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 14px;
    height: 12px;
    opacity: 0;
    transition: 0.5s;
}
.popup .form .form__agree span a {
    color: var(--red);
    text-decoration: underline;
}
.popup .form .form__agree span a:hover {
    text-decoration: none;
}

.popup .form .form__agree input:checked {}
.popup .form .form__agree input:checked ~ span {}
.popup .form .form__agree input:checked ~ span:before {}
.popup .form .form__agree input:checked ~ span:after {
    opacity: 1;
}


.popup .form .form__agree.error span {
    color: #ed2a1f;
}
.popup .form .form__agree.error span:before {
    border: 1px solid rgba(237, 42, 31, 0.4);
}

.popup .form .btn{
    border: none;
    outline: none;
    margin: 0 auto;
    display: flex;
    cursor: pointer;
    min-width: 320px;
    justify-content: center ;
}
/*.popup .form .s__btn.s__btn-tg {
    background: transparent;
    border: 2px solid var(--blue);
    background: var(--blue);
    color: var(--white);
}*/

.popup .form .btn.disabled {
    background: #c6c4c4;
    color: #000;
    pointer-events: none;
}

.popup .popup__close {
    position: absolute;
/*    top: 45px;
    right: 40px;*/
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: 0.5s;
}   
.popup .popup__close svg {}
.popup .popup__close svg path {
    fill: var(--blue);
    transition: 0.5s;
}
.popup .popup__close:hover svg path {
    fill: var(--red);
}
.popup .popup__close:hover {
    transform: rotate(90deg);
}


.mfp-close-btn-in .mfp-close {
    display: none;
}





@media screen and (max-width: 1199px) {
    
}
@media screen and (max-width: 999px) {
    
}
@media screen and (max-width: 767px) {

    .popup {
        padding: 20px 20px 20px;
      max-width: 380px;
    }

    .popup .popup__close {
        top: 30px;
        right: 20px;
    }
    .popup .popup__title {
/*      font-size: 2.2rem;*/
        font-size: 1.8rem
        /*margin-bottom: 20px;*/
    }
    .popup .popup__title .popup__tarif {
        font-size: 2rem;
/*      font-size: 2.2rem;*/
    }
    .popup .popup__inform {
        font-size: 1rem;
    }

    .popup .form ul li {
        margin-bottom: 10px;
    }

    .popup .form .var__list {
        flex-direction: column;
        padding-bottom: 20px;
    }
    .popup .form .var__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .popup .form .var__item:last-of-type {
        margin-bottom: 0;
    }
    .popup .form .form__agree span br {
      display: none;
    }
    .popup .form .form__agree span {
    }

    .popup .form .btn {
        
    }

    .popup__thanks .popup__title {
        font-size: 2rem;
    }
    
}
@media screen and (max-width: 479px) {
    
}






