@import url('https://fonts.googleapis.com/css2?family=PT+Serif+Caption:ital@0; 1&family=Unbounded:wght@200..900&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Serif+Caption:ital@0;1&family=Unbounded:wght@200..900&display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #fff;
  line-height: 1;
  font-family: Montserrat;
  font-size: totoRem(18);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Montserrat;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 69.375rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto
}
[class*=__container-big] {
  max-width: 69.375rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 .625rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .625rem 1fr minmax(auto,69.375rem) 1fr .625rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
body {
  background-color: #0e0e17
}
p {
  font-weight: 400
}
.button {
  font-family: Montserrat;
  font-weight: 700;
  position: relative;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  box-shadow: 0 0 50px 0 #244c7c;
  transition: background-color .3s ease,box-shadow .3s ease
}
.button:hover {
  background-color: #2037e5;
  box-shadow: 0 0 6px #6464eb
}
.title {
  max-width: 60%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600
}
.title span {
  color: #4490ea
}
.header {
  z-index: 999;
  border-bottom: 1px solid rgba(186,186,186,.527)
}
.header__container {
  display: flex;
  justify-content: center;
  align-items: center
}
.header__logo {
  position: relative;
  z-index: 5
}
.header__logo img {
  max-width: 6.8125rem
}
.header__actions {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 1rem;
  align-items: center
}
.menu {
  padding: 0 .625rem
}
.menu__body {
  z-index: 7
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: .625rem;
  -webkit-column-gap: 2.9375rem;
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem
}
.menu__link {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase
}
.bth {
  border: 1px solid #cba768;
  border-radius: 15px;
  padding: 6px 15px 6px 15px
}
.footer {
  background-color: rgba(0,0,0,.5019607843);
  position: relative
}
.footer p {
  color: #fff
}
.footer__wraper {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.footer__item {
  display: flex;
  gap: 15px;
  flex-direction: column
}
.footer__item p {
  font-weight: 300
}
.footer__item img {
  max-width: 120px
}
.pp {
  text-decoration: underline
}
.fp {
  color: #939393!important;
  text-align: center
}
.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -80px;
  position: relative;
  background-image: url(../img/fon.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 104vh;
  padding-top: 0;
  z-index: 5
}
.banner__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
  max-width: 55%
}
.banner__subtext {
  max-width: 90%
}
.banner__title {
  font-weight: 700
}
.banner__title span {
  color: #4490ea
}
.training {
  position: relative
}
.training__container {
  position: relative;
  z-index: 1
}
.training__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0
}
.training__item {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px
}
.training__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  width: 1px;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 100%);
  box-shadow: 0 0 12px rgba(0,162,255,.7)
}
.training__subtitle {
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px
}
.training__img {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 12px
}
.training__img img {
  max-width: 55px;
  overflow: hidden;
  width: 100%
}
.training__subtext {
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
  opacity: .85
}
.bul-1 {
  z-index: -1;
  position: absolute;
  width: 73px;
  height: 158px;
  top: 50%;
  left: 26px;
  -webkit-transform: translateY(-50%);
  -webkit-filter: blur(56px);
  filter: blur(56px);
  background: linear-gradient(41.59deg,#4087da 0,rgba(65,136,220,.13) 100%)
}
.about2__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px
}
.about2__item {
  z-index: 3;
  position: relative;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  flex: 0 0 48%;
  gap: 15px
}
.about2__subtitle {
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}
.about2__subtitle span {
  color: #4490ea
}
.about2__subtext {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center
}
.itm2 {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center
}
.itm2 img {
  max-width: 80%
}
.bul-2 {
  z-index: -1;
  position: absolute;
  width: 273px;
  height: 468px;
  top: 50%;
  right: -26%;
  -webkit-transform: translateY(-50%);
  -webkit-filter: blur(93px);
  filter: blur(93px);
  background: linear-gradient(41.59deg,#4087da 0,rgba(65,136,220,.13) 100%)
}
.etap__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  flex-wrap: wrap
}
.etap__item {
  position: relative;
  border: 1px solid #cba768;
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  background-color: #000
}
.etap__item::after {
  content: "";
  display: inline-block;
  width: 160px;
  height: 90px;
  position: absolute;
  top: -25px;
  right: -35px;
  z-index: -1;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-size: cover;
  background-repeat: no-repeat
}
.etap__subtitle {
  text-align: center;
  color: #cba768;
  font-family: "PT Serif Caption"
}
.etap__button {
  display: flex;
  flex-direction: column;
  align-items: center
}
.et1::after {
  background-image: url(../img/block3/1.webp)
}
.et2::after {
  background-image: url(../img/block3/2.webp)
}
.et3::after {
  background-image: url(../img/block3/3.webp)
}
.et4::after {
  background-image: url(../img/block3/4.webp)
}
.about {
  position: relative;
  background-image: url(../img/block4/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px
}
.about__wrapper {
  display: flex;
  justify-content: flex-end
}
.about__item {
  position: relative;
  border: 1px solid #cba768;
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 50%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  background-color: rgba(0,0,0,.8)
}
.about__subtitle {
  text-align: center;
  color: #cba768;
  font-family: "PT Serif Caption"
}
.about__subtext {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.team {
  position: relative;
  background-image: url(../img/block6/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.team__wrapper {
  border: 1px solid #cba768;
  border-radius: 17px;
  background-color: rgba(0,0,0,.8);
  align-items: center;
  display: flex;
  justify-content: space-between
}
.team__item {
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px
}
.team__img img {
  border-radius: 15px;
  max-width: 100%
}
.accent {
  color: #cba768;
  font-weight: 700
}
.for::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.46);
  z-index: 2;
  pointer-events: none
}
.for__container {
  z-index: 9999999;
  position: relative
}
.for__wrapper {
  position: relative;
  background-image: url(../img/block8/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #1e406b;
  border-radius: 17px;
  background-color: rgba(0,0,0,.89);
  align-items: center;
  display: flex;
  justify-content: space-between
}
.for__item {
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px
}
.for__subtitle {
  font-weight: 700
}
.for__img {
  margin: 0 auto
}
.for__img img {
  max-width: 100%
}
.f1 {
  display: flex;
  flex-direction: column
}
.f2 {
  display: flex;
  flex-direction: column
}
#leadform {
  max-width: 400px;
  display: flex;
  gap: 5px;
  width: 100%;
  flex-direction: column
}
.input-form {
  color: #000;
  background-color: #fff;
  border: 1px solid #1e406b;
  width: 100%;
  padding: 7px 10px 7px 10px;
  border-radius: 4px
}
.lse {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4f4f4f
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4f4f4f
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #4f4f4f
}
input::placeholder,
textarea::placeholder {
  color: #4f4f4f
}
.popup__btn {
  display: flex
}
.submitbtn {
  text-transform: uppercase;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 600
}
.learn {
  position: relative;
  color: #fff
}
.learn__title h2 .accent {
  color: #2f8dff
}
.learn__rows {
  display: flex;
  flex-direction: column
}
.learn__row {
  display: flex;
  align-items: flex-start;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  padding-top: 18px
}
.learn__col {
  position: relative;
  flex: 1;
  padding-right: 40px
}
.learn__col:last-child {
  padding-right: 0
}
.learn__col::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 95%;
  height: 1px;
  background: rgba(255,255,255,.22)
}
.learn__col p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5
}
.learn__col span {
  color: #2f8dff;
  font-weight: 600;
  text-decoration: none
}
.learn__col span:hover {
  text-decoration: underline
}
.bul-3 {
  z-index: -1;
  position: absolute;
  width: 73px;
  height: 158px;
  top: 50%;
  left: 26px;
  -webkit-transform: translateY(-50%);
  -webkit-filter: blur(56px);
  filter: blur(56px);
  background: linear-gradient(41.59deg,#4087da 0,rgba(65,136,220,.13) 100%)
}
.benefits {
  position: relative;
  color: #fff
}
.benefits__accent {
  color: #2f8dff
}
.benefits__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px
}
.benefits__col {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  gap: 18px
}
.benefits__item {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 100%;
  background: #0b1423;
  border-radius: 2px;
  padding: 18px 22px;
  box-sizing: border-box
}
.benefits__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px
}
.benefits__icon img {
  max-width: 100%;
  max-height: 100%
}
.benefits__text {
  line-height: 1.2
}
@media (min-width:70.625em) {
  p {
    font-size: 1.125rem
  }
  .button {
    font-size: 1.25rem
  }
  .button {
    padding-top: .625rem
  }
  .button {
    padding-bottom: .625rem
  }
  .button {
    padding-left: 1.875rem
  }
  .button {
    padding-right: 1.875rem
  }
  .title {
    padding-top: 4.0625rem
  }
  .title {
    padding-bottom: 2.8125rem
  }
  .title {
    font-size: 1.75rem
  }
  .header {
    padding-top: .4375rem
  }
  .header {
    padding-bottom: .4375rem
  }
  .menu__list {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem
  }
  .footer {
    padding-top: 2.5rem
  }
  .footer {
    padding-bottom: 2.5rem
  }
  .footer__item p {
    font-size: 1rem
  }
  .fp {
    font-size: .875rem
  }
  .fp {
    padding-top: .9375rem
  }
  .banner__subtext p {
    font-size: 1.375rem
  }
  .banner__title {
    font-size: 2.8125rem
  }
  .banner__button {
    padding-top: 3.75rem
  }
  .training__wrapper {
    padding-bottom: 2.5rem
  }
  .training__item {
    padding-bottom: 1.5625rem
  }
  .training__subtitle {
    font-size: 1.5rem
  }
  .training__subtext {
    font-size: .875rem
  }
  .about2 {
    padding-top: 2.8125rem
  }
  .about2 {
    padding-bottom: 2.8125rem
  }
  .about2__item {
    padding-top: 1.5625rem
  }
  .about2__item {
    padding-bottom: 1.5625rem
  }
  .about2__subtitle {
    padding-left: .9375rem
  }
  .about2__subtitle {
    padding-right: .9375rem
  }
  .about2__subtitle {
    font-size: 1.5rem
  }
  .about2__subtext {
    padding-left: 2.8125rem
  }
  .about2__subtext {
    padding-right: 2.8125rem
  }
  .etap__wrapper {
    padding-top: 3.125rem
  }
  .etap__item {
    padding-top: 1.5625rem
  }
  .etap__item {
    padding-bottom: 1.5625rem
  }
  .etap__subtitle {
    padding-left: .9375rem
  }
  .etap__subtitle {
    padding-right: .9375rem
  }
  .etap__subtitle {
    font-size: 1.375rem
  }
  .etap__subtext {
    padding-left: 1.25rem
  }
  .etap__subtext {
    padding-right: 1.25rem
  }
  .etap__button {
    padding-top: 3.125rem
  }
  .etap__button {
    padding-bottom: 3.125rem
  }
  .about {
    margin-bottom: 1.5625rem
  }
  .about {
    padding-top: 3.75rem
  }
  .about {
    padding-bottom: 8.75rem
  }
  .about__item {
    padding-top: 1.5625rem
  }
  .about__item {
    padding-bottom: 1.5625rem
  }
  .about__subtitle {
    padding-left: .9375rem
  }
  .about__subtitle {
    padding-right: .9375rem
  }
  .about__subtitle {
    font-size: 1.75rem
  }
  .about__subtext {
    padding-left: 2.8125rem
  }
  .about__subtext {
    padding-right: 2.8125rem
  }
  .team {
    padding-top: 3.125rem
  }
  .team {
    padding-bottom: 3.125rem
  }
  .team__wrapper {
    padding: 2.1875rem
  }
  .for {
    padding-top: 3.125rem
  }
  .for {
    padding-bottom: 3.125rem
  }
  .for__wrapper {
    padding: 2.1875rem
  }
  .for__subtitle {
    padding-left: .9375rem
  }
  .for__subtitle {
    padding-right: .9375rem
  }
  .for__subtitle {
    font-size: 1.75rem
  }
  .for__subtext {
    padding-left: .9375rem
  }
  .for__subtext {
    padding-right: .9375rem
  }
  .benefits__text {
    font-size: 1.0625rem
  }
}
@media (max-width:768px) {
  .learn__row {
    flex-direction: column;
    row-gap: 14px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
  }
  .learn__col {
    padding-right: 0
  }
  .learn__col::after {
    width: 100%
  }
}
@media (max-width:20em) {
  p {
    font-size: .9375rem
  }
  .button {
    font-size: 1rem
  }
  .button {
    padding-top: .625rem
  }
  .button {
    padding-bottom: .625rem
  }
  .button {
    padding-left: 1.25rem
  }
  .button {
    padding-right: 1.25rem
  }
  .title {
    padding-top: 2.5rem
  }
  .title {
    padding-bottom: 1.5625rem
  }
  .title {
    font-size: 1.25rem
  }
  .header {
    padding-top: .3125rem
  }
  .header {
    padding-bottom: .3125rem
  }
  .menu__list {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }
  .footer {
    padding-top: 1.25rem
  }
  .footer {
    padding-bottom: 1.25rem
  }
  .footer__item p {
    font-size: .875rem
  }
  .fp {
    font-size: .8125rem
  }
  .fp {
    padding-top: .625rem
  }
  .banner__subtext p {
    font-size: 1rem
  }
  .banner__title {
    font-size: 1.5rem
  }
  .banner__button {
    padding-top: 1.875rem
  }
  .training__wrapper {
    padding-bottom: 1.875rem
  }
  .training__item {
    padding-bottom: .9375rem
  }
  .training__subtitle {
    font-size: 1.25rem
  }
  .training__subtext {
    font-size: .8125rem
  }
  .about2 {
    padding-top: 1.875rem
  }
  .about2 {
    padding-bottom: 1.875rem
  }
  .about2__item {
    padding-top: .9375rem
  }
  .about2__item {
    padding-bottom: .9375rem
  }
  .about2__subtitle {
    padding-left: .625rem
  }
  .about2__subtitle {
    padding-right: .625rem
  }
  .about2__subtitle {
    font-size: 1.25rem
  }
  .about2__subtext {
    padding-left: .625rem
  }
  .about2__subtext {
    padding-right: .625rem
  }
  .etap__wrapper {
    padding-top: 2.5rem
  }
  .etap__item {
    padding-top: .9375rem
  }
  .etap__item {
    padding-bottom: .9375rem
  }
  .etap__subtitle {
    padding-left: .625rem
  }
  .etap__subtitle {
    padding-right: .625rem
  }
  .etap__subtitle {
    font-size: 1.125rem
  }
  .etap__subtext {
    padding-left: .625rem
  }
  .etap__subtext {
    padding-right: .625rem
  }
  .etap__button {
    padding-top: 1.875rem
  }
  .etap__button {
    padding-bottom: 1.875rem
  }
  .about {
    margin-bottom: 4.375rem
  }
  .about {
    padding-top: 2.1875rem
  }
  .about {
    padding-bottom: 5.625rem
  }
  .about__item {
    padding-top: .9375rem
  }
  .about__item {
    padding-bottom: .9375rem
  }
  .about__subtitle {
    padding-left: .625rem
  }
  .about__subtitle {
    padding-right: .625rem
  }
  .about__subtitle {
    font-size: 1.25rem
  }
  .about__subtext {
    padding-left: .625rem
  }
  .about__subtext {
    padding-right: .625rem
  }
  .team {
    padding-top: 1.875rem
  }
  .team {
    padding-bottom: 1.875rem
  }
  .team__wrapper {
    padding: .9375rem
  }
  .for {
    padding-top: 1.875rem
  }
  .for {
    padding-bottom: 1.875rem
  }
  .for__wrapper {
    padding: .9375rem
  }
  .for__subtitle {
    padding-left: .625rem
  }
  .for__subtitle {
    padding-right: .625rem
  }
  .for__subtitle {
    font-size: 1.25rem
  }
  .for__subtext {
    padding-left: .625rem
  }
  .for__subtext {
    padding-right: .625rem
  }
  .benefits__text {
    font-size: .875rem
  }
}
@media (max-width:61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    overflow: auto;
    background-color: #1b2327;
    gap: 1.875rem;
    z-index: 4;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-bottom: 1.875rem
  }
  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    height: 3.875rem;
    background-color: rgba(129,93,243,.1215686275);
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .menu__list {
    flex-direction: column;
    text-align: center;
    row-gap: 1.875rem
  }
  .menu__link {
    font-size: .875rem
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}
@media (max-width:61.99875em)and (max-width:0.125em) {
  .menu__body {
    padding-top: 7.5rem
  }
}
@media (max-width:61.99875em)and (max-width:20em) {
  .menu__body::before {
    padding-top: 1.375rem
  }
  .menu__body::before {
    padding-bottom: .625rem
  }
}
@media (max-width:47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem .9375rem .9375rem 1.875rem;
    transition: left .3s
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .title {
    max-width: 80%
  }
  .footer__wraper {
    gap: 20px;
    flex-direction: column
  }
  .footer__item p {
    text-align: center
  }
  .footer__item img {
    max-width: 80px
  }
  .bl1 {
    display: flex;
    gap: 5px;
    flex-direction: column
  }
  .it1 {
    order: 1
  }
  .it2 {
    order: 0
  }
  .it3 {
    order: 2
  }
  .banner {
    margin-top: 0;
    height: 100vh;
    background-image: url(../img/fon-mob.webp)
  }
  .banner__wrapper {
    padding-top: 300px
  }
  .banner__item {
    max-width: 100%
  }
  .banner__subtext p {
    text-align: center
  }
  .banner__title {
    text-align: center
  }
  .banner__button {
    display: flex;
    justify-content: center
  }
  .training__wrapper {
    flex-wrap: wrap
  }
  .training__item {
    flex: 0 0 100%
  }
  .training__item:not(:last-child)::after {
    display: none
  }
  .training__item:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.801)
  }
  .training__subtitle {
    min-height: 45px
  }
  .bul-1 {
    width: 110px;
    height: 315px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: blur(84px);
    filter: blur(84px)
  }
  .about2__wrapper {
    flex-direction: column-reverse;
    flex-wrap: wrap
  }
  .about2__item {
    flex: 0 0 100%
  }
  .about2__subtitle {
    text-align: start
  }
  .about2__subtext {
    gap: 10px
  }
  .itm2 {
    width: 100%
  }
  .itm2 img {
    margin: 0 auto;
    max-width: 65%
  }
  .bul-2 {
    top: 0;
    width: 166px;
    height: 360px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: blur(84px);
    filter: blur(84px)
  }
  .etap__wrapper {
    flex-wrap: wrap
  }
  .etap__item {
    flex: 0 0 100%
  }
  .etap__item::after {
    width: 125px;
    height: 65px
  }
  .about {
    background-image: url(../img/block4/2.webp);
    background-position: left
  }
  .about__item {
    flex: 0 0 70%
  }
  .about__subtext {
    gap: 10px
  }
  .team__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column
  }
  .team__item {
    flex: 0 0 100%
  }
  .for__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column
  }
  .for__item {
    flex: 0 0 100%
  }
  .for__subtitle {
    text-align: center
  }
  .for__subtext {
    text-align: center
  }
  .f2 {
    width: 100%
  }
  .lse {
    font-size: 13px
  }
  .bul-3 {
    width: 110px;
    height: 315px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: blur(84px);
    filter: blur(84px)
  }
  .benefits__wrapper {
    flex-direction: column;
    gap: 24px
  }
  .benefits__col {
    flex: 0 0 100%
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:47.99875em)and (max-width:20em) {
  .for__wrapper {
    padding-bottom: 1.875rem
  }
}
@media (max-width:29.99875em) {
  .header__btn-menu {
    display: none
  }
  .header__btn-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 2
  }
  .menu-open .header__btn-menu {
    left: 0
  }
  .menu-open .header__btn-menu::before {
    left: 0
  }
}
@media (min-width:20em)and (max-width:70.625em) {
  p {
    font-size: clamp(.9375rem ,.8634259259rem + .3703703704vw ,1.125rem)
  }
  .button {
    font-size: clamp(1rem ,.9012345679rem + .4938271605vw ,1.25rem)
  }
  .button {
    padding-top: clamp(.625rem ,.625rem + 0 ,.625rem)
  }
  .button {
    padding-bottom: clamp(.625rem ,.625rem + 0 ,.625rem)
  }
  .button {
    padding-left: clamp(1.25rem ,1.0030864198rem + 1.2345679012vw ,1.875rem)
  }
  .button {
    padding-right: clamp(1.25rem ,1.0030864198rem + 1.2345679012vw ,1.875rem)
  }
  .title {
    padding-top: clamp(2.5rem ,1.8827160494rem + 3.0864197531vw ,4.0625rem)
  }
  .title {
    padding-bottom: clamp(1.5625rem ,1.0686728395rem + 2.4691358025vw ,2.8125rem)
  }
  .title {
    font-size: clamp(1.25rem ,1.0524691358rem + .987654321vw ,1.75rem)
  }
  .header {
    padding-top: clamp(.3125rem ,.263117284rem + .2469135802vw ,.4375rem)
  }
  .header {
    padding-bottom: clamp(.3125rem ,.263117284rem + .2469135802vw ,.4375rem)
  }
  .menu__list {
    -webkit-column-gap: clamp(.9375rem ,.2214506173rem + 3.5802469136vw ,2.75rem);
    -moz-column-gap: clamp(.9375rem ,.2214506173rem + 3.5802469136vw ,2.75rem);
    column-gap: clamp(.9375rem ,.2214506173rem + 3.5802469136vw ,2.75rem)
  }
  .footer {
    padding-top: clamp(1.25rem ,.7561728395rem + 2.4691358025vw ,2.5rem)
  }
  .footer {
    padding-bottom: clamp(1.25rem ,.7561728395rem + 2.4691358025vw ,2.5rem)
  }
  .footer__item p {
    font-size: clamp(.875rem ,.825617284rem + .2469135802vw ,1rem)
  }
  .fp {
    font-size: clamp(.8125rem ,.787808642rem + .1234567901vw ,.875rem)
  }
  .fp {
    padding-top: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .banner__subtext p {
    font-size: clamp(1rem ,.8518518519rem + .7407407407vw ,1.375rem)
  }
  .banner__title {
    font-size: clamp(1.5rem ,.9814814815rem + 2.5925925926vw ,2.8125rem)
  }
  .banner__button {
    padding-top: clamp(1.875rem ,1.1342592593rem + 3.7037037037vw ,3.75rem)
  }
  .training__wrapper {
    padding-bottom: clamp(1.875rem ,1.6280864198rem + 1.2345679012vw ,2.5rem)
  }
  .training__item {
    padding-bottom: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .training__subtitle {
    font-size: clamp(1.25rem ,1.1512345679rem + .4938271605vw ,1.5rem)
  }
  .training__subtext {
    font-size: clamp(.8125rem ,.787808642rem + .1234567901vw ,.875rem)
  }
  .about2 {
    padding-top: clamp(1.875rem ,1.5046296296rem + 1.8518518519vw ,2.8125rem)
  }
  .about2 {
    padding-bottom: clamp(1.875rem ,1.5046296296rem + 1.8518518519vw ,2.8125rem)
  }
  .about2__item {
    padding-top: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .about2__item {
    padding-bottom: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .about2__subtitle {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .about2__subtitle {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .about2__subtitle {
    font-size: clamp(1.25rem ,1.1512345679rem + .4938271605vw ,1.5rem)
  }
  .about2__subtext {
    padding-left: clamp(.625rem ,-.2391975309rem + 4.3209876543vw ,2.8125rem)
  }
  .about2__subtext {
    padding-right: clamp(.625rem ,-.2391975309rem + 4.3209876543vw ,2.8125rem)
  }
  .etap__wrapper {
    padding-top: clamp(2.5rem ,2.2530864198rem + 1.2345679012vw ,3.125rem)
  }
  .etap__item {
    padding-top: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .etap__item {
    padding-bottom: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .etap__subtitle {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .etap__subtitle {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .etap__subtitle {
    font-size: clamp(1.125rem ,1.0262345679rem + .4938271605vw ,1.375rem)
  }
  .etap__subtext {
    padding-left: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .etap__subtext {
    padding-right: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .etap__button {
    padding-top: clamp(1.875rem ,1.3811728395rem + 2.4691358025vw ,3.125rem)
  }
  .etap__button {
    padding-bottom: clamp(1.875rem ,1.3811728395rem + 2.4691358025vw ,3.125rem)
  }
  .about {
    margin-bottom: clamp(1.5625rem ,5.4861111111rem + -5.5555555556vw ,4.375rem)
  }
  .about {
    padding-top: clamp(2.1875rem ,1.5702160494rem + 3.0864197531vw ,3.75rem)
  }
  .about {
    padding-bottom: clamp(5.625rem ,4.3904320988rem + 6.1728395062vw ,8.75rem)
  }
  .about__item {
    padding-top: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .about__item {
    padding-bottom: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .about__subtitle {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .about__subtitle {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .about__subtitle {
    font-size: clamp(1.25rem ,1.0524691358rem + .987654321vw ,1.75rem)
  }
  .about__subtext {
    padding-left: clamp(.625rem ,-.2391975309rem + 4.3209876543vw ,2.8125rem)
  }
  .about__subtext {
    padding-right: clamp(.625rem ,-.2391975309rem + 4.3209876543vw ,2.8125rem)
  }
  .team {
    padding-top: clamp(1.875rem ,1.3811728395rem + 2.4691358025vw ,3.125rem)
  }
  .team {
    padding-bottom: clamp(1.875rem ,1.3811728395rem + 2.4691358025vw ,3.125rem)
  }
  .team__wrapper {
    padding: clamp(.9375rem ,.4436728395rem + 2.4691358025vw ,2.1875rem)
  }
  .for {
    padding-top: clamp(1.875rem ,1.3811728395rem + 2.4691358025vw ,3.125rem)
  }
  .for {
    padding-bottom: clamp(1.875rem ,1.3811728395rem + 2.4691358025vw ,3.125rem)
  }
  .for__wrapper {
    padding: clamp(.9375rem ,.4436728395rem + 2.4691358025vw ,2.1875rem)
  }
  .for__subtitle {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .for__subtitle {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .for__subtitle {
    font-size: clamp(1.25rem ,1.0524691358rem + .987654321vw ,1.75rem)
  }
  .for__subtext {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .for__subtext {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .benefits__text {
    font-size: clamp(.875rem ,.8009259259rem + .3703703704vw ,1.0625rem)
  }
}
@media (max-width:61.99875em)and (min-width:20em) {
  .menu__body {
    padding-top: 11.25rem
  }
}
@media (max-width:61.99875em)and (min-width:0.125em)and (max-width:20em) {
  .menu__body {
    padding-top: clamp(7.5rem ,7.4764150943rem + 18.8679245283vw ,11.25rem)
  }
}
@media (max-width:61.99875em)and (min-width:70.625em) {
  .menu__body::before {
    padding-top: 1.875rem
  }
  .menu__body::before {
    padding-bottom: 1.25rem
  }
}
@media (max-width:61.99875em)and (min-width:20em)and (max-width:70.625em) {
  .menu__body::before {
    padding-top: clamp(1.375rem ,1.1774691358rem + .987654321vw ,1.875rem)
  }
  .menu__body::before {
    padding-bottom: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
}
@media (max-width:47.99875em)and (min-width:70.625em) {
  .for__wrapper {
    padding-bottom: 2.1875rem
  }
}
@media (max-width:47.99875em)and (min-width:20em)and (max-width:70.625em) {
  .for__wrapper {
    padding-bottom: clamp(1.875rem ,1.7515432099rem + .6172839506vw ,2.1875rem)
  }
}
@media (any-hover:hover) {
  .menu__link:hover {
    color: #cba768;
    transition: all .3s ease 0s
  }
}





.mbr-section-btn a {
  margin: 0;
  background-color: #181b25 !important;
  color: #ffffff !important;
  border-color: #181b25 !important;
  padding: 6px;
  border-radius: 7px;
}

.alert-message {
  font-size: 12px !important;
  margin: 0.3rem 0px !important;
}

.cookie-wrapper {
  padding: 4px !important;
}
.button {
  padding-bottom: 9px;
  padding-top: 9px;
}
.itm2 {
  background-color: #ff000000;
}

button:disabled {
  background-color: gray;
  cursor: not-allowed;
}
.button:disabled::after {
  border-color: gray;
}
button:active {
  background-color: rgb(122, 24, 24);
  cursor: not-allowed;
}

#cookiesdirective {
  z-index: 9999999999999999999!important;
}
