body {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, rgba(159, 123, 205, 0.5) 0%, rgba(189, 129, 213, 0.5) 100%);
  font-family: "Inter";
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.wrapper {
  width: 80%;
  margin: auto;
  position: relative;
}
.wrapper.mr100 {
  margin-top: 100px;
}
.wrapper .header__menu {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
}
.wrapper .header__menu .logo {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.wrapper .header__menu .logo .logo__title {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  white-space: nowrap;
}
.wrapper .header__menu .logo img {
  width: 100%;
}
.wrapper .header__menu .info {
  display: flex;
  -moz-column-gap: 130px;
       column-gap: 130px;
}
.wrapper .header__menu .info .social__wrap {
  display: flex;
  gap: 25px;
  align-items: center;
}
.wrapper .header__menu .info .icon {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wrapper .header__menu .info .icon a {
  display: block;
  height: 30px;
  border-radius: 50%;
}
.wrapper .header__menu .info .icon a:hover {
  background-color: rgba(150, 110, 183, 0.2862745098);
}
.wrapper .header__menu .info .icon img {
  max-width: 100%;
  max-height: 100%;
}
.wrapper .header__menu .info .lang__wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.wrapper .header__menu .info .lang__wrap img {
  max-height: 31px;
}
.wrapper .header__menu .info .lang__wrap .lang {
  white-space: nowrap;
  color: #1E1E1E;
  font-family: Montserrat Alternates;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.wrapper .header__menu .info .lang__wrap .lang.selected {
  color: #fff;
  font-weight: 600;
}
.wrapper .header__menu .info .phone__wrap {
  display: flex;
  gap: 6px;
  align-items: center;
}
.wrapper .header__menu .info .phone__wrap .phone {
  white-space: nowrap;
  color: #1E1E1E;
  font-family: Montserrat Alternates;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.wrapper .header__screen {
  display: flex;
  margin-top: 50px;
}
.wrapper .header__screen .content {
  display: flex;
  gap: 75px;
}
.wrapper .header__screen .content .col__1 {
  display: flex;
  align-items: center;
}
.wrapper .header__screen .content .col__1 .content__row {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.wrapper .header__screen .content .col__1 .content__row .slogan__title {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.wrapper .header__screen .content .col__1 .content__row .slogan__description {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrapper .header__screen .content .col__1 .content__row .btn {
  border-radius: 10px;
  background: #966eb7;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  width: -moz-max-content;
  width: max-content;
  padding: 20px 30px;
}
.wrapper .header__screen .content .col__1 .content__row .btn__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.wrapper .header__screen .content .col__2 {
  width: 100%;
}
.wrapper .header__screen .content .col__2 .photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.wrapper .header__screen .content .col__2 .photos .pic1,
.wrapper .header__screen .content .col__2 .photos .pic2 {
  position: relative;
}
.wrapper .header__screen .content .col__2 .photos .pic1 img,
.wrapper .header__screen .content .col__2 .photos .pic2 img {
  width: 100%;
  border: solid 5px #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper .header__screen .content .col__2 .photos .pic1 img.first,
.wrapper .header__screen .content .col__2 .photos .pic2 img.first {
  top: 30px;
}
.wrapper .header__screen .content .col__2 .photos .pic1 img.second,
.wrapper .header__screen .content .col__2 .photos .pic2 img.second {
  top: 100px;
}
.wrapper .for__who {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.wrapper .for__who-inner {
  width: 100%;
  margin: auto;
}
.wrapper .for__who-inner-title {
  color: #1E1E1E;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 60px;
}
.wrapper .for__who-inner-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
.wrapper .for__who-inner-blocks-block {
  border-radius: 10px;
  background: #FFF;
  padding: 40px 20px;
}
.wrapper .for__who-inner-blocks-block-icon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: rgb(178, 109, 205);
}
.wrapper .for__who-inner-blocks-block-icon img {
  max-width: 125px;
  max-height: 70px;
}
.wrapper .for__who-inner-blocks-block-content {
  color: #1E1E1E;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrapper .what__get {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.wrapper .what__get-title {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 60px;
}
.wrapper .what__get-content-blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.wrapper .what__get-content-blocks-block {
  border-radius: 8px;
  background: #FFF;
  color: #1E1E1E;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 32px 44px;
  text-align: center;
  border-left: solid 5px rgb(169, 139, 209);
  border-right: solid 5px rgb(169, 139, 209);
}
.wrapper .about {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.wrapper .about-inner-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
}
.wrapper .about-inner-blocks-block.left .about-inner-blocks-block-left {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.wrapper .about-inner-blocks-block.left .about-inner-blocks-block-left-title {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.wrapper .about-inner-blocks-block.left .about-inner-blocks-block-left-content {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrapper .about-inner-blocks-block.right .about-inner-blocks-block-img {
  background: url(../img/pic2.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: top;
  border-radius: 8px;
}
.wrapper .about-inner-blocks-block.right .about-inner-blocks-block-img.treaning {
  background: url(../img/new/IMG_8874.JPG) no-repeat;
  background-size: 100%;
}
.wrapper .packs {
  width: 100%;
  margin: auto;
}
.wrapper .packs h1 {
  text-align: center;
}
.wrapper .packs-inner-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
  height: -moz-max-content;
  height: max-content;
}
.wrapper .packs-inner-cards-card {
  background-color: #fff;
  background: linear-gradient(180deg, #eccafd 0%, #eccafd 100%);
  border-radius: 15px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  box-shadow: 0 0 10px 0px #fff;
}
.wrapper .packs-inner-cards-card-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.wrapper .packs-inner-cards-card-table-line {
  display: grid;
  grid-template-columns: 1fr 25px;
  align-items: center;
  border-bottom: solid 1px #e4bcf8;
}
.wrapper .packs-inner-cards-card-table-line-text {
  text-align: left;
}
.wrapper .packs-inner-cards-card-table-line-ico {
  font-size: 20px;
}
.wrapper .packs-inner-cards-card-table-line-ico.good {
  color: rgb(47, 145, 47);
}
.wrapper .packs-inner-cards-card-table-line-ico.fail {
  color: rgb(145, 47, 47);
}
.wrapper .packs-inner-cards-card h3 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.wrapper .packs-inner-cards-card-bottom {
  margin: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.wrapper .packs-inner-cards-card .btn {
  padding: 12px 24px;
}
.wrapper .program {
  width: 80%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
}
.wrapper .program-header {
  text-align: center;
}
.wrapper .program-header-title {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
.wrapper .program-header-description {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-top: 24px;
}
.wrapper .program-body {
  margin-top: 60px;
}
.wrapper .program-body-blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.wrapper .program-body-blocks-block {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  grid-template-columns: max-content 1fr;
  width: 100%;
  box-sizing: border-box;
}
.wrapper .program-body-blocks-block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  border-radius: 10px;
  background: rgb(178, 109, 205);
  color: #fff;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.wrapper .program-body-blocks-block-title span {
  white-space: nowrap;
}
.wrapper .program-body-blocks-block-description {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 10px 10px 10px 25px;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-direction: column;
  width: 100%;
  transition: all 0.3s;
}
.wrapper .program-body-blocks-block-description .program-list {
  display: none;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  gap: 8px;
  grid-template-columns: 1fr;
}
.wrapper .program-body-blocks-block-description .program-list-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.wrapper .program-body-blocks-block-description .program-list-wrap:hover .program-list-wrap-ico {
  background: -webkit-linear-gradient(#fff700, rgb(178, 109, 205));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}
.wrapper .program-body-blocks-block-description .program-list-wrap-ico {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding-top: 4px;
  background: -webkit-linear-gradient(rgb(178, 109, 205), rgb(178, 109, 205));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrapper .program-body-blocks-block-description.active .program-list {
  display: grid;
}
.wrapper .program-body-blocks-block-description.active .tick i {
  transform: translate(-50%, -50%) rotate(180deg);
  display: block;
}
.wrapper .program-body-blocks-block-description-row {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  justify-content: left;
  height: 100%;
  width: 100%;
}
.wrapper .program-body-blocks-block-description-row:hover {
  color: rgb(178, 109, 205);
  cursor: pointer;
}
.wrapper .program-body-blocks-block-full {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 39.9px 7px rgba(255, 255, 255, 0.75);
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 32px;
  text-align: center;
}
.wrapper .program-body-blocks-block-full i {
  color: rgb(178, 109, 205);
}
.wrapper .give {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.wrapper .give-title {
  color: #1E1E1E;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.wrapper .give-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.wrapper .reg-btn {
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
  background: rgb(178, 109, 205);
  padding: 16px 48px;
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
}

.footer {
  width: 100%;
  padding-top: 60px;
  background: rgb(178, 109, 205);
}
.footer-inner {
  width: 80%;
  margin: auto;
}
.footer-inner-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-inner-title-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  gap: 24px;
}
.footer-inner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 60px;
}
.footer-inner-content-left {
  display: flex;
  align-items: center;
}
.footer-inner-content-left span {
  width: 80%;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-inner-content-right {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
}
.footer-inner-content-right-col-title {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-inner-content-right-col-info {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-inner-content-right-col-info .col-info-link {
  color: #FFF;
  font-family: "Montserrat Alternates";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.footer-inner-content-right-col-info .col-info-link:hover {
  color: rgb(178, 109, 205);
}
.footer-inner-content-right-col-icons {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 25px;
}
.footer-copy {
  padding-top: 60px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Montserrat Alternates;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn {
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
  background: rgb(178, 109, 205);
  padding: 16px 48px;
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgb(178, 109, 205), rgb(178, 109, 205), rgb(178, 109, 205), rgb(178, 109, 205));
  background-size: 200%;
  border-radius: 30px;
  z-index: 1;
  animation: animate 4s linear infinite;
}

.btn:hover {
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.btn:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  z-index: -1;
  background: linear-gradient(90deg, rgb(178, 109, 205), rgb(178, 109, 205), rgb(178, 109, 205), #fff);
  background-size: 200%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
  opacity: 1;
  animation: animate 6s linear infinite;
  filter: blur(20px);
}

.btn:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 4s linear infinite;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.callback {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 100px;
  right: 50px;
  background: url(../img/logo-copy.svg) no-repeat;
  background-size: 100%;
}
.callback-with {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: url(../img/logo-with-back.svg) no-repeat;
  background-size: 100%;
  z-index: 1;
}
.callback-without {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  background: url(../img/logo-without-back.svg) no-repeat;
  background-size: 100%;
  z-index: 2;
  animation: animateCallback 1.5s linear infinite;
}
.callback-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 7;
  cursor: pointer;
}
.callback-container-phone {
  width: 30px;
  height: 30px;
}
.callback-container-phone-icon {
  width: 100%;
  animation: animateCallbackPhone 1s alternate infinite;
}

.modal__form {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4666666667);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}
.modal__form-inner {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.modal__form-inner-cross-wrap {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  max-width: 25px;
  max-height: 25px;
  width: 100%;
  display: flex;
  justify-content: end;
}
.modal__form-inner-cross-wrap img {
  width: 100%;
  height: 100%;
}
.modal__form-inner .btn {
  padding: 12px 24px;
  font-size: 18px;
}
.modal__form-inner h2 {
  text-align: center;
  margin: 0;
}
.modal__form-inner p {
  margin: 0;
}
.modal__form-inner-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: -moz-max-content;
  width: max-content;
}
.modal__form-inner-input p {
  margin: 0;
}
.modal__form-inner-input input {
  width: 250px;
  padding: 12.5px 15px;
  border-radius: 15px;
  border: none;
  background-color: lightgray;
  cursor: pointer;
  outline: none;
}

.numbers {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 25px;
  background: linear-gradient(180deg, white 0%, white 100%);
  margin-top: 100px;
  margin-bottom: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) -50%, #fff 100%);
}
.numbers-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 20%);
}
.numbers-wrap-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.numbers-wrap-number-ico {
  font-size: 60px;
  background: -webkit-linear-gradient(rgb(159, 123, 205), rgb(178, 109, 205));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.numbers-wrap-number-text {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.vidguky {
  display: 100%;
  padding-bottom: 50px;
}
.vidguky-title {
  text-align: center;
  text-transform: uppercase;
}
.vidguky .btn-show {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.vidguky .btn-show:hover {
  color: rgb(178, 109, 205);
}
.vidguky-inner {
  width: 80%;
  margin: auto;
  overflow-x: scroll;
  padding-bottom: 8px;
}
.vidguky-inner-cards {
  display: grid;
  grid-template-columns: repeat(4, 40%);
  gap: 50px;
}
.vidguky-inner-cards-card {
  border: solid 4px #fff;
  border-radius: 16px;
  padding: 16px;
}
.vidguky-inner-cards-card-line-title {
  width: -moz-max-content;
  width: max-content;
  background-color: rgb(178, 109, 205);
  color: #fff;
  padding: 5px 15px;
  border-radius: 16px;
}
.vidguky-inner-cards-card-line .hidden {
  display: none;
}
.vidguky-inner-cards-card-line .hidden.active {
  display: block;
}

.modal__active {
  display: flex;
}

@keyframes animateCallback {
  0% {
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -15px;
    left: -15px;
    width: 130px;
    height: 130px;
    opacity: 0;
  }
}
@keyframes animateCallbackPhone {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(5deg);
  }
}
.bullet {
  margin-left: 0;
  list-style: none;
  counter-reset: li;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
}

.bullet li {
  position: relative;
  margin-bottom: 1.5em;
  border: 3px solid rgb(178, 109, 205);
  padding: 0.6em;
  border-radius: 8px;
  background: #FEFEFE;
  color: #231F20;
}

.bullet li:before {
  position: absolute;
  top: -1em;
  /* padding-left: 0.4em; */
  /* padding-right: 0.4em; */
  font-size: 25px;
  font-weight: bold;
  color: rgb(178, 109, 205);
  background: #FEFEFE;
  border-radius: 50%;
  counter-increment: li;
  width: 40px;
  height: 40px;
  content: counter(li);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle1 {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 300px;
  height: 300px;
  box-shadow: inset 0 0 40px 0 rgba(178, 109, 205, 0.5);
  border-radius: 50%;
  z-index: 0;
}

.circle2 {
  position: absolute;
  top: 660px;
  left: 700px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  box-shadow: inset 0 0 40px 0 rgba(178, 109, 205, 0.5);
  z-index: 0;
}

.circle3 {
  position: absolute;
  top: 2660px;
  left: 40px;
  width: 500px;
  height: 500px;
  box-shadow: inset 0 0 70px 0 rgba(178, 109, 205, 0.5);
  border-radius: 50%;
  z-index: 0;
}

.menu {
  position: absolute;
  right: 15px;
  top: 26px;
  width: 30px;
  height: 30px;
  display: none;
}
.menu-btn {
  width: 30px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.menu-btn-line {
  height: 3px;
  width: 100%;
  background-color: #231F20;
  position: absolute;
}
.menu-btn-line.s1 {
  top: 0;
  left: 0;
  width: 100%;
}
.menu-btn-line.s2 {
  top: 50%;
  right: 0;
  width: 60%;
  transform: translateY(-50%);
}
.menu-btn-line.s3 {
  top: 50%;
  right: 0;
  width: 60%;
  transform: translateY(-50%);
}
.menu-btn-line.s4 {
  bottom: 0;
  left: 0;
  width: 100%;
}
.menu-content {
  position: absolute;
  top: 30px;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  background-color: rgba(150, 110, 183, 0.6666666667);
  border-radius: 10px;
  display: none;
  grid-template-columns: 1fr;
  gap: 20px;
}
.menu-content-phone a {
  color: #fff;
  text-decoration: none;
}
.menu-content-social {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.menu-content-social .icon {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.menu-content-social .icon a {
  display: block;
  height: 30px;
  border-radius: 50%;
}
.menu-content-social .icon a:hover {
  background-color: rgba(150, 110, 183, 0.2862745098);
}
.menu-content-social .icon img {
  max-width: 100%;
  max-height: 100%;
}
.menu.active .menu-content {
  display: grid;
}
.menu.active .s1, .menu.active .s4 {
  opacity: 0;
}
.menu.active .s2 {
  width: 100%;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(45deg);
}
.menu.active .s3 {
  width: 100%;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 700px) {
  .modal__form-inner-input input {
    width: 170px;
  }
  .menu {
    display: block;
  }
  .wrapper .packs-inner-cards {
    grid-template-columns: 1fr;
  }
  .wrapper .for__who-inner-blocks {
    grid-template-columns: 1fr;
  }
  .bullet {
    grid-template-columns: 1fr;
  }
  .numbers-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .numbers-wrap-number-text {
    font-size: 14px;
  }
  .wrapper .program-body-blocks-block {
    flex-direction: column;
  }
  .footer-inner-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-inner-content-right {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .wrapper .about-inner-blocks {
    grid-template-columns: 1fr;
  }
  .wrapper .about-inner-blocks-block.right .about-inner-blocks-block-img {
    height: 300px;
  }
  .wrapper .header__screen .content {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .wrapper .header__screen .content .col__2 {
    height: 300px;
  }
  .wrapper .header__menu .info {
    display: none;
  }
  .wrapper .header__menu .logo .logo__title {
    font-size: 24px;
  }
  .wrapper .header__screen .content .col__1 .content__row .slogan__title {
    font-size: 14px;
    text-align: center;
  }
  .wrapper .header__screen .content .col__1 .content__row .btn {
    margin: auto;
  }
  .wrapper .what__get-title {
    font-size: 22px;
  }
  .wrapper .what__get-content-blocks-block {
    font-size: 14px;
    padding: 20px 10px;
  }
  .btn {
    padding: 16px 20px;
    font-size: 16px;
  }
  .wrapper .program {
    padding-top: 0;
    width: 100%;
  }
  .numbers {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: solid 5px rgb(169, 139, 209);
    border-bottom: solid 5px rgb(169, 139, 209);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) -50%, #fff 100%);
  }
  .wrapper .program-header-title {
    font-size: 20px;
  }
  .wrapper .program-header-description {
    font-size: 16px;
  }
  .wrapper .program-body-blocks-block-description .program-list-wrap {
    width: 100%;
  }
  .wrapper .program-body-blocks-block-description {
    box-sizing: border-box;
  }
  .wrapper .program-body-blocks-block-description-row {
    grid-template-columns: 1fr 20px;
  }
  .wrapper .program-body-blocks-block-description.active .tick i {
    transform: translate(0%, -50%) rotate(180deg);
  }
  .wrapper .program-body-blocks-block-description {
    font-size: 14px;
    font-weight: 400;
  }
  .wrapper .program-body-blocks-block-title {
    padding: 16px;
  }
  .wrapper .program-body-blocks-block-full {
    font-size: 16px;
  }
  .wrapper .give {
    padding-top: 0;
  }
  .footer-inner-content-left {
    display: block;
    text-align: center;
  }
  .modal__form-inner {
    width: 70%;
  }
  .wrapper .for__who {
    padding-top: 0;
  }
  .wrapper .for__who-inner-title {
    font-size: 20px;
  }
  .wrapper .about-inner-blocks-block.left .about-inner-blocks-block-left-title {
    font-size: 24px;
  }
  .wrapper .header__menu .logo {
    width: 50px;
    height: 50px;
  }
  .wrapper .about {
    padding-top: 0;
  }
  .wrapper .for__who-inner-blocks-block {
    padding: 20px;
  }
  .callback {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 15px;
    background: url(../img/logo-copy.svg) no-repeat;
    background-size: 100%;
  }
  .callback-with {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: url(../img/logo-with-back.svg) no-repeat;
    background-size: 100%;
    z-index: 1;
  }
  .callback-without {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: url(../img/logo-without-back.svg) no-repeat;
    background-size: 100%;
    z-index: 2;
    animation: animateCallbackMobile 1.5s linear infinite;
  }
  .callback-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 7;
    cursor: pointer;
  }
  .callback-container-phone {
    width: 20px;
    height: 20px;
  }
  .callback-container-phone-icon {
    width: 100%;
    animation: animateCallbackPhone 1s alternate infinite;
  }
  .circle1 {
    position: absolute;
    top: 14px;
    left: 6px;
    width: 230px;
    height: 230px;
    box-shadow: inset 0 0 40px 0 rgba(178, 109, 205, 0.5);
    border-radius: 50%;
    z-index: 0;
  }
  .circle2 {
    position: absolute;
    top: 1180px;
    left: 8px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: inset 0 0 40px 0 rgba(178, 109, 205, 0.5);
    z-index: 0;
  }
  .circle3 {
    position: absolute;
    top: 4181px;
    left: 18px;
    width: 340px;
    height: 340px;
    box-shadow: inset 0 0 70px 0 rgba(178, 109, 205, 0.5);
    border-radius: 50%;
    z-index: 0;
  }
  .wrapper .about-inner-blocks-block.right .about-inner-blocks-block-img.treaning {
    background-size: cover;
    background-position: center;
    height: 220px;
  }
  .wrapper .about-inner-blocks {
    gap: 40px;
  }
  .wrapper .about-inner-blocks-block.left .about-inner-blocks-block-left {
    gap: 10px;
  }
  .wrapper .header__menu {
    padding-top: 0;
  }
  .vidguky-inner-cards {
        grid-template-columns: 1fr;
    }
}
@keyframes animateCallbackMobile {
  0% {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -10px;
    left: -10px;
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}/*# sourceMappingURL=main.css.map */