/*FONTS*/

/*Specifications*/
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
}

body {
  overflow-y: visible !important;
}

div,
form,
input,
p,
a,
span {
  box-sizing: border-box;
}

ul,
li,
p {
  display: block;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
a:hover,
button {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}

a:hover {
  color: #1c57ff;
}

.header__item a:hover,
.burger li a:hover,
.footer a:hover,
.footer__links p:hover {
  color: #1c57ff !important;
  transition: 0.5s ease;
}

.footer__socials a:hover {
  transform: rotate(20deg);
  transition: 0.5s ease;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none !important;
  text-decoration: none !important;
}

button:hover {
  cursor: pointer;
}

section,
footer,
header {
  overflow: hidden;
}

:focus {
  outline: none !important;
}

.body-wrap {
  overflow: hidden;
  position: relative;
}

h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  line-height: 118%;
  margin: 25px 0 80px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
}

.bttn {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 444px;
  height: 78px;
  color: #ffffff;
  font-size: 24px;
  /* background: url(../img/btn2.png) no-repeat center center / cover; */
  background: rgb(238, 6, 142);
  background: linear-gradient(90deg, rgba(238, 6, 142, 1) 0%, rgba(46, 80, 245, 1) 100%);
  font-weight: bold;
  box-shadow: 0 0 18px rgba(0, 28, 120, 0.34);
  line-height: 36px;
  border-radius: 10px;
  text-transform: uppercase;
}

.bttn:active {
  cursor: pointer;
  box-shadow: 0 0 18px rgba(0, 28, 120, 0.34);
  background: rgb(255, 64, 174);
  background: linear-gradient(90deg, rgba(255, 64, 174, 1) 0%, rgba(102, 115, 255, 1) 100%);
  color: #FFFFFF;
}

/* HEADER */
.header {
  padding: 66px 0;
  background: url(../img/a.png) no-repeat center center / cover;
  position: relative;
  overflow: visible;
  margin-bottom: -53px;
}

.header__fig1 {
  position: absolute;
  right: -485px;
  top: -564px;
  z-index: 1;
}

.header__fig2 {
  position: absolute;
  left: -371px;
  bottom: 532px;
  z-index: 1;
}

.header__box {
  position: relative;
  z-index: 2;
}

.header__logo {
  position: relative;
  z-index: 2;
  margin-bottom: 128px;
  display: block;
}

.header__name {
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
}

.header__row {
  justify-content: space-between;
  align-items: center;
  padding: 0 36px;
}

.header__item {
  text-align: center;
  color: #3aeeff;
  position: relative;
}

.header__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  height: 53px;
  top: 0;
  background: #3aeeff;
}

.header__img {
  width: 100%;
  margin-top: 20px;
}

.header__item span {
  font-size: 99px;
  font-weight: 500;
}

.header__info {
  font-size: 19px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  display: block;
  margin-top: 11px;
}

.header__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 2px;
  height: 53px;
  top: 0;
  background: #3aeeff;
}

.header__text {
  margin-top: 18px;
}

.header__time {
  justify-content: space-between;
  color: #3aeeff;
  font-size: 23px;
  line-height: 27px;
  padding-left: 64px;
  margin-top: 20px;
}

.header__video {
  max-width: 1016px;
  margin: 70px 0 0 95px;
  align-items: center;
  justify-content: space-between;
}

.header__video p {
  font-size: 18px;
  line-height: 27px;
  max-width: 407px;
  margin-top: -26px;
}

.header__about {
  font-size: 24px;
  font-weight: 500;
  box-shadow: none;
  width: 367px;
  height: 64px;
  position: relative;
  top: 34px;
  left: 4px;
}

.header__about:active {
  box-shadow: none;
}

/* vAN */
.van {
  background: #e9f2ff;
  padding: 90px 0;
}

.van__box {
  background: #fff;
  padding: 38px 270px;
}

.van__flex {
  justify-content: space-between;
  margin-bottom: 40px;
}

.van .container {
  max-width: 1469px;
}

.van__left img {
  display: block;
  margin-bottom: 28px;
}

.van__right p {
  margin-bottom: 20px;
  max-width: 636px;
}

.today__video {
  cursor: pointer;
}

.van__block {
  justify-content: space-between;
}

.van__right {
  margin-top: 25px;
}

.vio {
  background: #009fff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #009fff, #ec2f4b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #009fff, #ec2f4b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
  font-weight: bold;
}

/* INFO */
.info {
  padding: 76px 0 65px;
}

.info__text {
  max-width: 847px;
  font-size: 18px;
  line-height: 27px;
  margin: 0 auto;
}

.info__box {
  margin-top: 66px;
  margin-left: 88px;
}

.info__item:last-child {
  margin-bottom: 0;
}

.info__item {
  max-width: 878px;
  margin: 0 auto 34px;
  align-items: center;
}

.info__item p {
  margin-left: 90px;
}

.info__item p span {
  font-size: 20px;
  font-weight: 700;
}

/* PROG */
.prog {
  padding: 73px 0 36px;
  background: #e9f2ff;
}

.pay__item:nth-child(2) span {
  margin-top: 25px;
}

.prog__item {
  align-items: flex-start;
  margin-bottom: 50px;
  width: 25%;
}

.prog__item p {
  margin-left: 20px;
}

.prog__box {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.prog__block {
  max-width: 830px;
  margin: 0px auto;
}

/* PAY */
.pay {
  padding: 60px 0;
  background: rgb(33, 39, 215);
  background: linear-gradient(90deg, rgba(33, 39, 215, 1) 0%, rgba(49, 185, 255, 1) 100%);
}

.pay__box {
  max-width: 874px;
  margin: 0 auto;
  justify-content: space-between;
}

.pay__item {
  border: 1px solid #37cefb;
  padding-top: 38px;
  text-align: center;
  border-radius: 30px;
  width: 420px;
  height: 232px;
}

.pay__item span {
  display: block;
  color: #3aeeff;
  font-size: 28px;
  font-weight: 500;
  margin: 32px 0 18px;
}

.pay__item p {
  color: #3aeeff;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}

/* RES */
.res {
  padding: 72px 0 38px;
}

.res__block {
  max-width: 874px;
  margin: 0 auto;
}

.res__box {
  justify-content: space-between;
  margin-top: 66px;
  flex-wrap: wrap;
}

.res__item {
  text-align: center;
  margin-bottom: 59px;
  width: 32%;
}

.res__item img {
  margin-bottom: 29px;
}

/* PARTNERS */
.partners {
  background: #e9f2ff;
  padding: 46px 0 117px;
}

.partners__box {
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

/* COACH */
.coach {
  padding: 60px 0;
}

.coach__box {
  margin-top: 67px;
  flex-wrap: wrap;
  max-width: 1065px;
  margin: 67px auto 0;
  justify-content: space-between;
}

.coach__item {
  width: 220px;
  margin-bottom: 40px;
}

.coach__name {
  font-weight: 600;
  margin: 24px 0 10px;
}

.coach__name span {
  text-transform: uppercase;
  display: block;
}

.coach__text {
  font-size: 12px;
  line-height: 140%;
}

/* FOOTER */
.footer {
  background: #2316c9;
  padding: 49px 0 149px;
}

.footer__box {
  justify-content: space-between;
}

.footer__list li a {
  color: #6694e3;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.footer__links a {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.footer__links a p {
  color: #6694e3;
  font-size: 12px;
  margin-left: 11px;
}

.footer__links {
  margin-top: 14px;
}

.footer__tel {
  color: #6694e3;
  font-size: 18px;
  margin-bottom: 38px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.footer__socials {
  width: 273px;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
}

/*ACCORDION*/
.accordion-container {
  position: relative;
  height: auto;
  margin: 61px auto 0;
  padding-left: 34px;
  max-width: 1097px;
  border-left: 2px solid #b7d3f7;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
}

.set:nth-child(1) a {
  padding-top: 0;
}

.set>a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: url(../img/arr.png) no-repeat 100% 39px;
  align-items: center;
  border-bottom: 1px solid #b7d3f7;
  padding: 28px 30px 20px 0;
}

.set>a.active {
  background: url(../img/arr2.png) no-repeat 100% 39px;
  border: none;
  position: relative;
}

.set>a.active:before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  height: 100%;
  background: #1c57ff;
  left: -36px;
  top: 50px;
}

#ask .set>.first.active:before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  height: 100%;
  background: #1c57ff;
  left: -36px;
  top: 0px;
}

#ask .set>.first.active:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  background: #1c57ff;
  left: -38px;
  top: 33px;
}

#ask .set>.four.active+div:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  background: #1c57ff;
  left: -38px;
  top: calc(100% + 54px);
  z-index: 3;
}

#ask .set>.first:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  background: #b7d3f7;
  left: -38px;
  top: 34px;
}

.sett {
  position: relative;
}

.sett:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  background: #b7d3f7;
  left: -38px;
  top: 53px;
  z-index: 1;
}

.set>a.active:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  background: #1c57ff;
  left: -38px;
  top: 49px;
}

.set>a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  background: #b7d3f7;
  left: -38px;
  top: 49px;
}

.content {
  position: relative;
  width: 100%;
  height: auto;
  display: none;
  overflow: visible;
  line-height: 28px;
  padding-bottom: 17px;
  border-bottom: 1px solid #b7d3f7;
  padding-left: 240px;
}

a.active+div:before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 54px);
  background: #1c57ff;
  left: -36px;
  top: 0px;
}

.ask {
  background: #e9f2ff;
  padding: 71px 0 110px;
}

.set__left {
  margin-right: 48px;
  flex: 1 0 auto;
  max-width: 135px;
  width: 135px;
}

.set__left span {
  color: #1c57ff;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
}

.set__left p {
  color: #000000;
  font-size: 14px;
}

.set__right p {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.sett {
  padding-top: 30px;
}

/* STEP */
.step {
  padding: 83px 0 88px;
}

.step__box {
  padding-top: 77px;
  position: relative;
}

.accordion-container:before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 45px;
  background: url(../img/steps.png) no-repeat;
  width: 9px;
  height: 569px;
  display: none;
}

.step__item {
  align-items: flex-start;
  position: relative;
}

.step__item p {
  margin-left: 19px;
}

.step__item p span {
  font-weight: 700;
}

.step__item_1 p {
  max-width: 313px;
  position: relative;
  top: 14px;
}

.step__item_2 p {
  max-width: 236px;
  position: relative;
  top: 15px;
  left: -8px;
}

.step__item_3 p {
  max-width: 296px;
  position: relative;
  top: 16px;
}

.step__item_4 p {
  max-width: 234px;
  position: relative;
  top: 18px;
}

.step__item_5 p {
  max-width: 331px;
  position: relative;
  top: 17px;
}

.step__item_6 p {
  max-width: 277px;
  position: relative;
  top: 18px;
  left: -7px;
}

.step__item_7 p {
  max-width: 285px;
  position: relative;
  top: 20px;
  left: -13px;
}

.step__item:after {
  content: "";
  display: block;
  position: absolute;
}

.step__item_1:after {
  top: 26px;
  right: -60px;
  background: url(../img/11.png) no-repeat;
  width: 62px;
  height: 8px;
}

.step__item_2:after {
  top: 48px;
  right: -109px;
  background: url(../img/22.png) no-repeat;
  width: 84px;
  height: 136px;
}

.step__item_3:after {
  top: -165px;
  left: 24px;
  background: url(../img/33.png) no-repeat;
  width: 84px;
  height: 136px;
}

.step__item_4:after {
  top: 34px;
  left: -114px;
  background: url(../img/44.png) no-repeat;
  width: 88px;
  height: 9px;
}

.step__item_5:after {
  top: 37px;
  left: -56px;
  background: url(../img/55.png) no-repeat;
  width: 55px;
  height: 8px;
}

.step__item_6:after {
  top: -132px;
  left: -59px;
  background: url(../img/66.png) no-repeat;
  width: 88px;
  height: 124px;
}

.step__item_7:after {
  top: -91px;
  right: -11px;
  background: url(../img/77.png) no-repeat;
  width: 65px;
  height: 84px;
}

.step__flex:nth-child(1) {
  margin-bottom: 86px;
  position: relative;
  left: 20px;
}

.step__flex:nth-child(2) {
  margin-bottom: 113px;
  position: relative;
  left: -97px;
  top: -6px;
}

.step__item_1 {
  margin-right: 77px;
}

.step__item_3 {
  margin-right: 116px;
  max-width: 320px;
  flex: 1 0 auto;
}

.step__item_4 {
  margin-right: 60px;
  flex: 1 0 auto;
  max-width: 317px;
}

.step__item_6 {
  margin-right: 109px;
}

.dada {
  margin: 8px 0 0px;
  cursor: pointer;
}

.step__item_5 {
  flex: 1 0 auto;
  max-width: 304px;
  position: relative;
  left: -16px;
}

.chous {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 29px;
  box-shadow: 0 0 18px rgba(0, 28, 120, 0.17);
  border-radius: 8px;
  background-image: linear-gradient(to right, #2ca1ff 0%, #1d48f6 100%);
  font-size: 10px;
  cursor: pointer;
  transition: 0.5s ease;
}

.chous:hover {
  -webkit-box-shadow: 1px 4px 27px 16px rgba(10, 58, 244, 0.2);
  -moz-box-shadow: 1px 4px 27px 16px rgba(10, 58, 244, 0.2);
  box-shadow: 1px 4px 27px 16px rgba(10, 58, 244, 0.2);
}

.chous img {
  margin-right: 8px;
  margin-left: -10px;
}

.zae label {
  text-align: left;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  white-space: nowrap;
  cursor: pointer;
}

input#agree {
  margin-right: 15px;
}

.zae {
  margin-bottom: 12px;
  width: 50%;
  cursor: pointer;
}

.zae label a {
  text-decoration: underline;
  color: rgba(42, 51, 63, 0.65);
}

input[type=radio] {
  display: none;
}

input[type=radio]+label:before {
  content: "\2713";
  color: transparent;
  display: inline-block;
  font-size: 20px;
  line-height: 27px;
  margin: -8px 15px 0 0;
  text-align: center;
  vertical-align: middle;
  transition: color ease .3s;
  border: 1px solid #0086e5;
  flex: 1 0 auto;
  max-width: 29px;
  width: 29px;
  height: 29px;
  background-image: linear-gradient(to right, #0c2be5 0%, #0945ff 100%);
}

input[type=radio]:checked+label:before {
  color: #fff;
}

.my {
  display: none;
}

button {
  border: none;
}

.step__wrap {
  margin-left: 109px;
}

/* ORDER */
.order {
  background: linear-gradient(90deg, rgba(33, 39, 215, 1) 0%, rgba(49, 185, 255, 1) 100%);
  padding: 93px 0 40px;
  color: #fff;
}

.order__form {
  margin-top: 70px;
}

input {
  width: 509px;
  height: 52px;
  border: 1px solid #0086e5;
  background-image: linear-gradient(to right, #560ce5 0%, #0945ff 100%);
  padding-left: 26px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 19px;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

.order__info {
  margin-left: 25px;
  margin-top: 10px;
}

.order__info p {
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 11px;
  margin-bottom: 8px;
  max-width: 184px;
}

.order__check {
  margin-left: 28px;
  flex-wrap: wrap;
  max-width: 432px;
  position: relative;
  top: 15px;
}

.order__block {
  align-items: center;
  margin-top: 9px;
}

.order__block .order__info {
  margin-left: -8px;
  margin-top: 15px;
}

.order__inputs {
  display: flex;
  flex-wrap: wrap;
  max-width: 733px;
  justify-content: space-between;
  margin-top: 66px;
  margin-bottom: 78px;
  margin: 66px 0 53px;
}

.order__info_2 {
  position: relative;
  top: -10px;
}

.order__inputs input {
  width: 355px;
}

.order__inputs input.last {
  width: 100%
}

.order__word {
  max-width: 438px;
  text-align: center;
  margin-left: 86px;
}

.order__btn {
  width: 100%;
  height: 64px;
  font-size: 24px;
  font-weight: 400;
}

.order__wrap {
  max-width: 733px;
  margin: 0 auto;
  position: relative;
  left: 75px;
}

.order__text {
  margin-top: 19px;
  font-size: 10px;
  line-height: 11px;
}

.order h2 {
  font-size: 40px;
}

.order__text a {
  color: #fff;
  text-decoration: underline;
}

.header__item:nth-child(1):before {
  top: 40px;
  left: -35px;
}

.header__item:nth-child(2):before {
  top: 46px;
  left: -52px;
}

.header__item:nth-child(3):before {
  left: -54px;
  top: 41px;
}

.header__item:nth-child(4):before {
  left: -59px;
  top: 46px;
}

.header__item:nth-child(5):before {
  left: -31px;
  top: 30px;
}

.header__item:nth-child(5):after {
  right: -31px;
  top: 30px;
}

.header__item:nth-child(3) {
  position: relative;
  left: 10px;
}

.header__item:nth-child(4) {
  position: relative;
  left: 21px;
  top: 8px;
}

.header__item:nth-child(5) {
  left: 0px;
  top: 10px;
}

.footer__list {
  margin-top: 13px;
}

.van__item {
  width: 168px;
  height: 165px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid rgba(249, 61, 164, 1);
  border-image: 2px solid linear-gradient(90deg, rgba(249, 61, 164, 1) 0%, rgba(214, 60, 176, 1) 100%);
  border-image-slice: 1;
  flex-direction: column;
  text-align: center;
}

.van__item:nth-child(1) {
  color: rgb(237, 112, 192);
}

.van__item:nth-child(2) {
  color: #be22ac;
  border: 3px solid #be22ac;
  padding-top: 10px;
}

.van__item:nth-child(3) {
  color: #4a49e8;
  border: 3px solid #be22ac;
  border: 3px solid rgb(146, 97, 187);
  border-image: 3px solid linear-gradient(90deg, rgba(146, 97, 187, 1) 0%, rgba(94, 69, 223, 1) 100%);
}

.van__item:nth-child(4) {
  color: #4a49e8;
  padding-top: 20px;
  border: 3px solid #8583ef;
  border-image: 3px solid linear-gradient(90deg, rgba(133, 131, 239, 1) 0%, rgba(115, 150, 254, 1) 100%);
}

.van__item span {
  display: block;
  font-size: 43px;
  font-weight: 500;
  margin-bottom: 5px;
}

.van__item p {
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 10px;
  line-height: 22px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1137px;
  }
}

@media screen and (max-width: 1400px) {
  .van__box {
    padding: 38px 170px;
  }

  .order__wrap {
    left: 0;
  }

  /* .van__item {
  height: 191px;
} */
}

@media screen and (max-width: 1199px) {
  .header__video {
    margin-left: 0;
  }

  .header__item:nth-child(2):before {
    left: -24px;
  }

  .header__item:nth-child(3):before {
    left: -31px;
  }

  .header__item:nth-child(4):before {
    left: -31px;
    top: 49px;
  }

  .header__item:nth-child(5):before {
    left: -14px;
    top: 30px;
  }

  .header__video {
    flex-direction: column;
  }

  .header__video p {
    max-width: 100%;
    margin-top: 0;
    color: #fff;
    margin-bottom: 40px;
  }

  .van__box {
    padding: 38px 69px;
  }

  .info__box {
    margin-left: 0;
  }

  .info__item p {
    margin-left: 40px;
  }

  .step__wrap {
    margin-left: 72px;
  }

  .step__item_3 {
    max-width: 258px;
  }

  .step__item_4 {
    max-width: 260px;
  }

  .step__item_5 {
    max-width: 311px;
    left: -16px;
  }

  .content {
    padding-left: 187px;
  }

  .coach__item {
    width: 22%;
  }

  .footer {
    padding: 49px 0;
  }

  #ask .set>.four.active+div:after {
    display: none;
  }

}

@media screen and (max-width: 991px) {
  .header__time {
    padding-left: 0;
  }

  .header__item:after,
  .header__item:before {
    display: none !important;
  }

  .header__row {
    padding: 0;
  }

  .header__item:nth-child(4) {
    position: relative;
    left: 12px;
    top: 8px;
    width: 21%;
  }

  .van__flex img {
    width: 22%;
  }

  .van__block {
    flex-direction: column-reverse;
  }

  .van__left {
    display: flex;
    align-items: center;
  }

  .van__left img {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .header__logo {
    margin-bottom: 60px;
  }

  .prog__item {
    width: 48%;
  }

  .pay__item {
    width: 48%;
  }

  .order__doc {
    flex-direction: column;
  }

  .order__info {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 13px;
  }

  input {
    width: 509px !important;
  }

  .order__word {
    margin: 0 auto;
  }

  .step__item:after {
    display: none;
  }

  .step__item {
    width: 80%;
    max-width: 100% !important;
    margin: 0 auto 40px !important;
    flex-direction: column;
    text-align: center;
  }

  .step__item p {
    max-width: 100% !important;
  }

  .step__flex {
    flex-direction: column;
    left: 0 !important;
    top: 0 !important;
    margin-bottom: 0 !important;
  }

  .step__wrap {
    margin-left: 0;
  }

  .step__num {
    max-width: 53px;
    flex: 1 0 auto;
    display: block;
    margin: 0 auto;
  }

  .step__box {
    padding-top: 40px;
  }

  .step__item_5 {
    position: relative;
    left: 0px;
  }

  .coach__item {
    width: 45%;
  }

  .partners__box {
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
  }

  .partners__box img {
    margin: 25px;
  }

  .partners {
    padding: 50px 0;
  }

  .footer__box {
    flex-direction: column;
    text-align: center;
  }

  .footer__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }

  .footer__tel {
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer__socials {
    margin-top: 0;
  }

  .footer__links {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .set>a.active:before {
    display: none;
  }


  .van__item {
    height: 174px;
    margin: 20px;
  }

  .van__item span {
    font-size: 38px;
  }

  .van__item p {
    font-size: 17px;
  }

  .van__flex {
    justify-content: center;
    flex-wrap: wrap;
  }

  .accordion-container {
    border: none;
  }

  #ask .set>a:after {
    display: none !important;
  }

  a.active+div:before {
    display: none !important;
  }

  #ask .set>.first.active:before {
    display: none;
  }

  #ask .set>.first.active:before,
  .sett:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  .header__name {
    font-size: 25px;
  }

  .header__row {
    flex-direction: column;
  }

  .header__item {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 0 45px !important;
    width: 100% !important;
  }

  .header__item:nth-child(4) {
    position: relative;
    top: -20px !important;
  }

  .header__item:nth-child(2) {
    position: relative;
    top: -17px !important;
  }

  .today__video,
  .today__video img {
    width: 100%;
  }

  .van__box {
    padding: 20px;
  }

  .info__item {
    flex-direction: column;
  }

  .info__item p {
    margin-left: 0;
    text-align: center;
  }

  .info__item p span {
    display: block;
    margin: 10px 0;
  }

  .prog__item {
    margin-bottom: 25px;
  }

  .res__item {
    width: 48%;
  }

  input {
    width: 100% !important;
  }

  .order__block {
    flex-direction: column;
  }

  .order__inputs {
    margin: 25px 0;
  }

  .order__check {
    margin-left: 0;
    top: 0;
    margin-top: 38px;
  }

  .order__block {
    align-items: flex-start;
    margin-top: 10px;
    width: 100%;
  }

  .order__left {
    width: 100%;
  }

  .order__block .order__info {
    margin-left: 0;
  }

  h2 {
    font-size: 27px;
  }

  .set>a {
    flex-direction: column;
    text-align: center;
  }

  .set__right p {
    margin-top: 10px;
  }

  .set>a {
    padding: 28px 0px 20px;
  }

  .content {
    padding-left: 0;
  }

  .sett .d-flex {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .set__left {
    margin-right: 0;
  }

  .accordion-container {
    padding-left: 0;
    margin: 40px auto 0;
  }

  .accordion-container:before {
    display: none;
  }

  h2 {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .footer__info {
    flex-direction: column;
  }

  .footer__socials {
    margin-top: 18px;
  }

  .footer__links a {
    width: max-content;
  }

  .partners__box img {
    margin: 15px;
    width: 34%;
  }

  .partners__box {
    margin-top: 30px;
  }

  .coach__box {
    margin: 40px auto 0;
    flex-direction: column;
    align-items: center;
  }

  .coach__item {
    width: 100%;
  }

  .coach__item img {
    margin: 0 auto;
    display: block;
  }

  .coach__name,
  .coach__text {
    text-align: center;
  }

  .coach {
    padding: 48px 0 30px;
  }

  .set__right p {
    font-size: 15px;
  }

  .content {
    font-size: 12px;
  }

  .accordion-container {
    margin: 20px auto 0;
  }

  .ask {
    padding: 60px 0;
  }

  .step__item {
    width: 100%;
  }

  .step__item p {
    margin-left: 0;
  }

  .step__item p br {
    display: none;
  }

  .step {
    padding: 40px 0;
  }

  .step__item_7 p {
    left: 0;
  }

  .order__check {
    flex-direction: column;
  }

  .order h2 {
    font-size: 32px;
  }

  .order {
    padding: 60px 0;
  }

  .order__form {
    margin-top: 40px;
  }

  .res__box {
    margin-top: 40px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }

  .res__item {
    margin-bottom: 25px;
    width: 100%;
  }

  .pay__box {
    flex-direction: column;
    align-items: center;
  }

  .pay__item {
    width: 100%;
    max-width: 320px;
    margin-bottom: 25px;
  }

  .pay {
    padding: 60px 0 40px;
  }

  .prog__item {
    flex-direction: column;
  }

  .prog__item p {
    margin-left: 0;
    margin-top: 8px;
    font-size: 12px;
  }

  .prog__box {
    margin-top: 40px;
  }

  .prog {
    padding: 60px 0;
  }

  .info__item p {
    font-size: 13px;
  }

  .info__text {
    font-size: 16px;
  }

  .van__flex {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .van__flex img {
    width: 46%;
    margin-bottom: 19px;
  }

  .van__left img {
    width: 45%;
  }

  .info {
    padding: 40px 0;
  }

  .header__about {
    width: 100%;
    left: 0;
  }

  iframe {
    width: 270px;
    height: 270px;
  }

  .header__video p {
    font-size: 14px;
  }

  .header__time {
    font-size: 18px;
  }

  .header__logo {
    margin: 0 auto 60px;
    display: block;
    text-align: center;
  }

  .header__item {
    margin: 0 0 30px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #3aeeff;
    width: 79% !important;
  }

  .header__item:last-child {
    border: none;
  }

  .header__item:nth-child(4) {
    position: relative;
    top: -14px !important;
    padding-top: 9px;
  }

  .prog {
    padding: 40px 0 30px;
  }
}