@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900; 1,100..900&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..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: #d6d2c4;
  line-height: 1;
  font-family: Roboto;
  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: Roboto;
  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
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px
}
.lock .popup__content {
  visibility: visible
}
.form-start__wrapper {
  display: flex
}
.form-start__item.bl2 {
  min-width: 23.125rem
}
.form-start__image {
  max-width: 32.3125rem
}
.form-start__title {
  color: #000
}
.form-start__subtitle {
  line-height: 28px;
  font-family: Montserrat
}
.form-start__subtitle span {
  color: #edba20
}
.form-start-img-bg {
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url(../img/popup/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  z-index: 1
}
.input {
  border-radius: 3px;
  border: 1px solid #c9c9c9
}
.close-form-start {
  position: absolute
}
.content-form-start {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden
}
.form-popup {
  max-width: 23.125rem;
  display: flex;
  flex-direction: column
}
.block-popup2 {
  display: flex;
  align-items: center
}
.btn-pop-close {
  display: flex;
  z-index: 99;
  width: 32px;
  height: 33px;
  border-radius: 50%;
  background-color: #000;
  align-content: center;
  justify-content: center;
  align-items: center
}
.form-thanks {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center
}
.form-thanks__title h3 {
  color: #edba20
}
.form-thanks__subtitle p {
  color: #000;
  font-family: Montserrat;
  max-width: 28.75rem;
  text-align: center;
  line-height: 33px
}
.content-form-thanks {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden
}
.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
}
.button {
  font-family: Rubik;
  font-weight: 600;
  position: relative;
  color: #000;
  background-color: #edba20;
  text-align: center;
  max-width: 350px;
  width: 100%;
  transition: background-color .3s ease,box-shadow .3s ease
}
.title {
  max-width: 60%;
  font-family: Rubik;
  color: #fff;
  
  font-weight: 500
}
.header {
  background-color: #1a1a1a
}
.header__container-big {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__logo {
  position: relative;
  z-index: 5
}
.header__logo img {
  max-width: 18.0625rem
}
.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;

}
.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: 20px;
  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
}
body {
  background-color: #1a1a1a
}
p {
  font-weight: 400
}
.banner {
  position: relative;
  min-height: 100vh;
  background-image: url(../img/f3f.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center
}
.banner__container {
  width: 100%
}
.banner__wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%
}
.banner__left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.banner__eyebrow p {
  color: #fff;
  opacity: .9
}
.banner__title h2 {
  margin: 0;
  color: #fff;
  font-weight: 800;
  
  line-height: 1.05
}
.banner__title h2 span {
  color: #edba20
}
.banner__text {
  max-width: 420px
}
.banner__text p {
  margin: 0;
  
  color: #fff;
  opacity: .9;
  line-height: 1.35
}
.banner__right {
  flex: 0 0 50%;
  background: #edba20;
  position: relative;
  display: flex;
  align-items: center;
  display: none
}
.banner__stats {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px
}
.banner__stat {
  position: relative;
  padding-bottom: 14px
}
.banner__stat::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
  height: 1px;
  background: rgba(0,0,0,.35)
}
.banner__stat-value {
  color: #111;
  font-weight: 800
}
.banner__stat-text {
  color: #111;
  
  opacity: .85
}
.banner__button .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #edba20;
  color: #111;
  text-decoration: none;
  font-weight: 500;
}
.bg2 {
  display: none
}
.situation__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px
}
.situation__card {
  position: relative;
  background: #272727;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 calc(33.333% - 16.6666666667px)
}
.situation__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #edba20;
  opacity: .9
}
.situation__card-text {
  color: #fff;
  font-family: Rubik;
  line-height: 1.25;

}
.situation__cta {
  background: #edba20;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}
.situation__cta-content {
  flex: 1 1 auto;
  max-width: 720px
}
.situation__cta-title {
  color: #111;
  font-family: Rubik;
  
  font-weight: 700
}
.situation__cta-text {
  color: #111;
  line-height: 1.15;
  max-width: 85%;

}
.situation__cta-note {
  color: #111;
  font-weight: 700;
 
}
.situation__cta-btn {
  flex: 0 0 auto;
  background: #000;
  color: #edba20;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2px;
  transition: .2s ease
}
.situation__cta-btn:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px)
}
.works__block {
  position: relative;
  border-radius: 0;
  background: #2c2c2c;
  background: linear-gradient(90deg,#2b2b2b 0,#2b2b2b 55%,rgba(241,186,24,.28) 100%)
}
.works__block::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-image: url(../img/33.svg);
  pointer-events: none
}
.works__content {
  position: relative;
  z-index: 2;
  max-width: 640px
}
.works__title {
  color: #fff;
  font-weight: 800;
  
  letter-spacing: .02em
}
.works__accent {
  color: #edba20;
  font-weight: 800;
  
  line-height: 1.25
}
.works__text {
  color: #fff;
  opacity: .9;
  
  line-height: 1.35
}
.training__list {
  margin: 0 auto;
  display: flex;
  max-width: 75%;
  flex-wrap: wrap;
  gap: 20px
}
.training__item {
  justify-content: center;
  position: relative;
  background: #2b2b2b;
  flex: 0 0 calc(50% - 12.5px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center
}
.training__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #edba20;
  opacity: .6
}
.training__item::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  color: #bcbcbc;
  font-weight: 400
}
.training__item:nth-child(1)::before {
  content: "/01"
}
.training__item:nth-child(2)::before {
  content: "/02"
}
.training__item:nth-child(3)::before {
  content: "/03"
}
.training__item:nth-child(4)::before {
  content: "/04"
}
.training__num {
  display: none
}
.training__text {
  text-align: center;
  color: #fff;
  
  line-height: 1.3;
  max-width: 80%
}
.training__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 100%;
  
  background: #edba20;
  color: #111;
  text-decoration: none;
  font-weight: 500
}
.bs {
  max-width: 75%;
  margin: 0 auto
}
.about3__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}
.about3__title {
  color: #fff;
  font-weight: 700;

}
.about3__brand {
  color: #edba20;
  font-weight: 700;
  
  letter-spacing: .04em
}
.about3__brand--mobile {
  display: none;
  text-align: center
}
.about3__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box
}
.about3__row>* {
  min-width: 0
}
.about3__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box
}
.about3__col--left {
  flex: 0 0 30%
}
.about3__col--right {
  flex: 0 0 30%
}
.about3__center {
  flex: 0 0 36%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box
}
.about3__image {
  position: relative;
  width: 100%;
  box-sizing: border-box
}
.about3__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url(../img/com.webp)
}
.about3__item {
  position: relative;
  background: #2b2b2b;
  color: #fff;
  
  line-height: 1.25;
  box-sizing: border-box
}
.about3__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #edba20
}
.for__wrapper {
  position: relative;
  background: #2b2b2b;
  background: linear-gradient(90deg,rgba(241,186,24,.25) 0,#2b2b2b 35%,#2b2b2b 100%);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}
.for__wrapper::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 170px;
  height: 170px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  background-image: url(../img/123.webp);
  pointer-events: none;
  z-index: 0
}
.for__left {
  position: relative;
  z-index: 2;
  flex: 0 0 44%
}
.for__right {
  position: relative;
  z-index: 2;
  flex: 0 0 46%
}
.for__subtitle h2 {
  color: #fff;
  font-weight: 800;
  
  line-height: 1.05
}
.for__text {
  color: #fff;
  opacity: .9;
  font-weight: 600;
  line-height: 1.25
}
#leadform {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.input-form {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  width: 100%;
  padding: 9px 12px;
  border-radius: 2px;
  color: #111;
  box-sizing: border-box
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #777
}
input::placeholder,
textarea::placeholder {
  color: #777
}
.lse {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 6px;
  color: #d5d5d5
}
.popup__btn {
  display: flex
}
.submitbtn {
  width: 290px;
  margin: 0 auto;
  background: #edba20;
  color: #111;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
@media (min-width:70.625em) {
  .form-start__item.bl2 {
    width: 37.125rem
  }
  .form-start__item.bl2 {
    padding-top: 1.25rem
  }
  .form-start__item.bl2 {
    padding-bottom: 1.25rem
  }
  .form-start__item.bl2 {
    padding-left: 3.75rem
  }
  .form-start__item.bl2 {
    padding-right: 3.75rem
  }
  .form-start__item.bl2 p {
    font-size: 1.25rem
  }
  .form-start__item.bl2 p {
    padding-bottom: .9375rem
  }
  .form-start__title {
    font-size: 1.75rem
  }
  .form-start__title {
    padding-bottom: .9375rem
  }
  .form-start__subtitle {
    padding-bottom: .9375rem
  }
  .form-start__subtitle {
    font-size: 1.25rem
  }
  .form-start-img-bg {
    height: 46.875rem
  }
  .form-start-img-bg {
    width: 26.0625rem
  }
  .input {
    padding-left: 1.5625rem
  }
  .input {
    height: 2.75rem
  }
  .close-form-start {
    right: 1.25rem
  }
  .close-form-start {
    top: 1.25rem
  }
  .form-popup {
    row-gap: .625rem
  }
  .form-thanks__img {
    width: 6.25rem
  }
  .form-thanks__title {
    padding-top: 1.875rem
  }
  .form-thanks__title {
    padding-bottom: 1.25rem
  }
  .form-thanks__title h3 {
    font-size: 2.25rem
  }
  .form-thanks__subtitle p {
    font-size: 1.25rem
  }
  .button {
    font-size: 1rem
  }
  .button {
    padding-top: .65625rem
  }
  .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.875rem
  }
  .header {
    padding-top: .9375rem
  }
  .header {
    padding-bottom: .9375rem
  }
  .header__logo img {
    width: 7.8125rem
  }
  .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
  }
  .fp {
    font-size: 12px;
  }
  .fp {
    padding-top: .9375rem
  }
  p {
    font-size: 1.125rem
  }
  .banner__wrapper {
    padding-bottom: 2.5rem
  }
  .banner__eyebrow p {
    font-size: 1.375rem
  }
  .banner__eyebrow p {
    padding-bottom: .625rem
  }
  .banner__title h2 {
    font-size: 2.375rem
  }
  .banner__title {
    padding-bottom: .875rem
  }
  .banner__text p {
    font-size: 1.125rem
  }
  .banner__text {
    padding-bottom: 1.375rem
  }
  .banner__right {
    padding-left: 2.5rem
  }
  .banner__right {
    padding-right: 2.5rem
  }
  .banner__stat-value {
    font-size: 1.125rem
  }
  .banner__stat-value {
    padding-bottom: .25rem
  }
  .banner__stat-text {
    font-size: .6875rem
  }
  .banner__button {
    padding-top: 1.125rem
  }
  .banner__button .button {
    min-height: 3.25rem
  }
  .banner__button .button {
    padding-left: 2.125rem
  }
  .banner__button .button {
    padding-right: 2.125rem
  }
  .banner__button .button {
    font-size: 1rem
  }
  .situation__grid {
    padding-bottom: 2.1875rem
  }
  .situation__card {
    padding-top: 1.125rem
  }
  .situation__card {
    padding-bottom: 1.125rem
  }
  .situation__card {
    padding-left: 1rem
  }
  .situation__card {
    padding-right: 1rem
  }
  .situation__card-text {
    font-size: 1.125rem
  }
  .situation__cta {
    padding-top: 1.75rem
  }
  .situation__cta {
    padding-bottom: 1.75rem
  }
  .situation__cta {
    padding-left: 1.75rem
  }
  .situation__cta {
    padding-right: 1.75rem
  }
  .situation__cta-title {
    font-size: 2.125rem
  }
  .situation__cta-title {
    padding-bottom: .625rem
  }
  .situation__cta-text {
    font-size: 1.125rem
  }
  .situation__cta-text {
    padding-bottom: .625rem
  }
  .situation__cta-note {
    font-size: 1.25rem
  }
  .situation__cta-btn {
    min-height: 3.5rem
  }
  .situation__cta-btn {
    min-width: 20rem
  }
  .situation__cta-btn {
    padding-left: 1.5rem
  }
  .situation__cta-btn {
    padding-right: 1.5rem
  }
  .works {
    padding-top: 4.6875rem
  }
  .works__block {
    padding-top: 2.125rem
  }
  .works__block {
    padding-bottom: 2.125rem
  }
  .works__block {
    padding-left: 2.5rem
  }
  .works__block {
    padding-right: 2.5rem
  }
  .works__block::before {
    width: 26.875rem
  }
  .works__block::before {
    height: 16.25rem
  }
  .works__title {
    font-size: 2.125rem
  }
  .works__title {
    padding-bottom: .875rem
  }
  .works__accent {
    font-size: 1.5rem
  }
  .works__accent {
    padding-bottom: .875rem
  }
  .works__text {
    font-size: 1.125rem
  }
  .training__list {
    padding-bottom: 1.25rem
  }
  .training__item {
    padding-top: 1.25rem
  }
  .training__item {
    padding-bottom: 1.25rem
  }
  .training__item {
    padding-left: 1.25rem
  }
  .training__item {
    padding-right: 1.25rem
  }
  .training__item::before {
    font-size: 1.125rem
  }
  .training__text {
    font-size: 1.125rem
  }
  .training__btn {
    min-height: 3.25rem
  }
  .training__btn {
    padding-left: 1.875rem
  }
  .training__btn {
    padding-right: 1.875rem
  }
  .training__btn {
    font-size: 1.125rem
  }
  .about3 {
    padding-top: 3.75rem
  }
  .about3__top {
    margin-bottom: -2.5rem
  }
  .about3__title {
    font-size: 1.875rem
  }
  .about3__brand {
    font-size: 1.875rem
  }
  .about3__brand--mobile {
    padding-top: 1.125rem
  }
  .about3__col {
    gap: 1.625rem
  }
  .about3__image {
    min-height: 22.5rem
  }
  .about3__item {
    padding-top: 1.625rem
  }
  .about3__item {
    padding-bottom: 1.625rem
  }
  .about3__item {
    padding-left: 1.625rem
  }
  .about3__item {
    padding-right: 1.375rem
  }
  .about3__item {
    font-size: 1.125rem
  }
  .for {
    padding-top: 3.125rem
  }
  .for {
    padding-bottom: 3.125rem
  }
  .for__wrapper {
    padding-top: 2.125rem
  }
  .for__wrapper {
    padding-bottom: 2.125rem
  }
  .for__wrapper {
    padding-left: 2.5rem
  }
  .for__wrapper {
    padding-right: 2.5rem
  }
  .for__subtitle h2 {
    font-size: 2.25rem
  }
  .for__subtitle h2 {
    padding-bottom: .625rem
  }
  .for__text {
    font-size: 1.375rem
  }
  .pt {
    font-size: .75rem
  }
  .submitbtn {
    min-height: 3rem
  }
  .submitbtn {
    font-size: 1.125rem
  }
}
@media (max-width:20em) {
  .form-start__item.bl2 {
    width: 20rem
  }
  .form-start__item.bl2 {
    padding-top: 1.125rem
  }
  .form-start__item.bl2 {
    padding-bottom: .625rem
  }
  .form-start__item.bl2 {
    padding-left: 1.25rem
  }
  .form-start__item.bl2 {
    padding-right: 1.25rem
  }
  .form-start__item.bl2 p {
    font-size: .75rem
  }
  .form-start__item.bl2 p {
    padding-bottom: .4375rem
  }
  .form-start__title {
    font-size: 1.125rem
  }
  .form-start__title {
    padding-bottom: .875rem
  }
  .form-start__subtitle {
    padding-bottom: .4375rem
  }
  .form-start__subtitle {
    font-size: .875rem
  }
  .form-start-img-bg {
    height: 9.375rem
  }
  .form-start-img-bg {
    width: 20rem
  }
  .input {
    padding-left: .625rem
  }
  .input {
    height: 2.5rem
  }
  .close-form-start {
    right: .625rem
  }
  .close-form-start {
    top: .625rem
  }
  .form-popup {
    row-gap: .4375rem
  }
  .form-thanks__img {
    width: 3.125rem
  }
  .form-thanks__title {
    padding-top: .9375rem
  }
  .form-thanks__title {
    padding-bottom: .625rem
  }
  .form-thanks__title h3 {
    font-size: 1.25rem
  }
  .form-thanks__subtitle p {
    font-size: .875rem
  }
  .button {
    font-size: .875rem
  }
  .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.5rem
  }
  .header {
    padding-top: .9375rem
  }
  .header {
    padding-bottom: .9375rem
  }
  .header__logo img {
    width: 6.25rem
  }
  .menu__list {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }
  .footer {
    padding-top: 1.25rem
  }
  .footer {
    padding-bottom: 1.25rem
  }
  .fp {
    font-size: 12px;
  }
  .fp {
    padding-top: .625rem
  }
  p {
    font-size: .9375rem
  }
  .banner__wrapper {
    padding-bottom: 1.25rem
  }
  .banner__eyebrow p {
    font-size: 1.1875rem
  }
  .banner__eyebrow p {
    padding-bottom: .5rem
  }
  .banner__title h2 {
    font-size: 1.625rem
  }
  .banner__title {
    padding-bottom: .3125rem
  }
  .banner__text p {
    font-size: 1rem
  }
  .banner__text {
    padding-bottom: .625rem
  }
  .banner__right {
    padding-left: 1.125rem
  }
  .banner__right {
    padding-right: 1.125rem
  }
  .banner__stat-value {
    font-size: .9375rem
  }
  .banner__stat-value {
    padding-bottom: .1875rem
  }
  .banner__stat-text {
    font-size: .625rem
  }
  .banner__button {
    padding-top: .75rem
  }
  .banner__button .button {
    min-height: 2.875rem
  }
  .banner__button .button {
    padding-left: 1.375rem
  }
  .banner__button .button {
    padding-right: 1.375rem
  }
  .banner__button .button {
    font-size: .9375rem
  }
  .situation__grid {
    padding-bottom: 1.25rem
  }
  .situation__card {
    padding-top: .875rem
  }
  .situation__card {
    padding-bottom: .875rem
  }
  .situation__card {
    padding-left: .875rem
  }
  .situation__card {
    padding-right: .875rem
  }
  .situation__card-text {
    font-size: 1rem
  }
  .situation__cta {
    padding-top: 1.125rem
  }
  .situation__cta {
    padding-bottom: 1.125rem
  }
  .situation__cta {
    padding-left: 1rem
  }
  .situation__cta {
    padding-right: 1rem
  }
  .situation__cta-title {
    font-size: 1.375rem
  }
  .situation__cta-title {
    padding-bottom: .5rem
  }
  .situation__cta-text {
    font-size: .9375rem
  }
  .situation__cta-text {
    padding-bottom: .5rem
  }
  .situation__cta-note {
    font-size: 1rem
  }
  .situation__cta-btn {
    min-height: 3rem
  }
  .situation__cta-btn {
    min-width: 13.75rem
  }
  .situation__cta-btn {
    padding-left: 1.125rem
  }
  .situation__cta-btn {
    padding-right: 1.125rem
  }
  .works {
    padding-top: 1.875rem
  }
  .works__block {
    padding-top: 1.375rem
  }
  .works__block {
    padding-bottom: 1.375rem
  }
  .works__block {
    padding-left: 1.125rem
  }
  .works__block {
    padding-right: 1.125rem
  }
  .works__block::before {
    width: 13.75rem
  }
  .works__block::before {
    height: 12.5rem
  }
  .works__title {
    font-size: 1.375rem
  }
  .works__title {
    padding-bottom: 2.8125rem
  }
  .works__accent {
    font-size: 1.0625rem
  }
  .works__accent {
    padding-bottom: .625rem
  }
  .works__text {
    font-size: .875rem
  }
  .training__list {
    padding-bottom: .9375rem
  }
  .training__item {
    padding-top: 1.25rem
  }
  .training__item {
    padding-bottom: 1.25rem
  }
  .training__item {
    padding-left: 1rem
  }
  .training__item {
    padding-right: 1rem
  }
  .training__item::before {
    font-size: .9375rem
  }
  .training__text {
    font-size: .9375rem
  }
  .training__btn {
    min-height: 2.875rem
  }
  .training__btn {
    padding-left: 1.25rem
  }
  .training__btn {
    padding-right: 1.25rem
  }
  .training__btn {
    font-size: 1rem
  }
  .about3 {
    padding-top: 2.5rem
  }
  .about3__top {
    margin-bottom: .0000000625rem
  }
  .about3__title {
    font-size: 1.5rem
  }
  .about3__brand {
    font-size: 1.5rem
  }
  .about3__brand--mobile {
    padding-top: .75rem
  }
  .about3__col {
    gap: .875rem
  }
  .about3__image {
    min-height: 15rem
  }
  .about3__item {
    padding-top: 1.125rem
  }
  .about3__item {
    padding-bottom: 1.125rem
  }
  .about3__item {
    padding-left: 1.125rem
  }
  .about3__item {
    padding-right: 1rem
  }
  .about3__item {
    font-size: .9375rem
  }
  .for {
    padding-top: 1.875rem
  }
  .for {
    padding-bottom: 1.875rem
  }
  .for__wrapper {
    padding-top: 1.375rem
  }
  .for__wrapper {
    padding-bottom: 1.375rem
  }
  .for__wrapper {
    padding-left: 1.125rem
  }
  .for__wrapper {
    padding-right: 1.125rem
  }
  .for__subtitle h2 {
    font-size: 2rem
  }
  .for__subtitle h2 {
    padding-bottom: .5rem
  }
  .for__text {
    font-size: 1.25rem
  }
  .pt {
    font-size: .75rem
  }
  .submitbtn {
    min-height: 2.875rem
  }
  .submitbtn {
    font-size: 1.0625rem
  }
}
@media (max-width:68.75em) {
  .form-start__subtitle {
    line-height: 19px
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-1.webp)
  }
}
@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: #edba20
  }
  .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)
  }
  .banner {
    min-height: 50vh;
    background-image: url(../img/ff3.svg)
  }
  .banner__left {
    width: 180%
  }
}
@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:55.3125em) {
  .form-start__wrapper {
    flex-wrap: wrap;
    justify-content: center
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-2.webp)
  }
  .content-form-start {
    max-width: 585px;
    max-height: 100%
  }
  .content-form-thanks {
    max-width: 585px;
    max-height: 100%
  }
}
@media (max-width:55.3125em)and (max-width:20em) {
  .form-start__item.bl2 {
    padding-bottom: 2.1875rem
  }
  .form-start-img-bg {
    width: 26.25rem
  }
}
@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: #edbb21
  }
  .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)
  }
  .form-start__subtitle {
    padding-top: .5pxrem
  }
  .form-thanks__subtitle p {
    line-height: 19px
  }
  .title {
    max-width: 100%;
    text-align: center
  }
  .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
  }
  .banner {
    min-height: 90vh;
    background-image: url(../img/on-mob.png);
    align-items: flex-end
  }
  .banner__wrapper {
    flex-direction: column;
    padding-top: 0
  }
  .banner__left {
    flex: 0 0 auto;
    width: 100%;
    text-align: left
  }
  .banner__eyebrow p {
    font-weight: 700
  }
  .banner__text p {
    font-weight: 300
  }
  .banner__text {
    max-width: 100%
  }
  .banner__right {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    background: rgba(0,0,0,0);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    order: 2
  }
  .banner__stats {
    flex-direction: row;
    justify-content: center;
    gap: 0
  }
  .banner__stat {
    flex: 0 0 33.333%;
    padding: 0 10px;
    text-align: center;
    padding-bottom: 0
  }
  .banner__stat::after {
    display: none
  }
  .banner__stat:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.35)
  }
  .banner__stat-value {
    color: #fff
  }
  .banner__stat-text {
    color: #fff;
    opacity: .9;
    line-height: 1.15
  }
  .banner__button .button {
    width: 100%;
    max-width: 260px
  }
  .banner__button {
    order: 3;
    display: flex;
    justify-content: center
  }
  .bg1 {
    display: none
  }
  .bg2 {
    display: block;
    display: flex
  }
  .situation__grid {
    gap: 15px
  }
  .situation__card {
    flex: 0 0 100%
  }
  .situation__cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center
  }
  .situation__cta-content {
    max-width: 100%
  }
  .situation__cta-title {
    text-align: start
  }
  .situation__cta-text {
    text-align: start;
    line-height: 1.35;
    max-width: 100%
  }
  .situation__cta-note {
    text-align: start
  }
  .situation__cta-btn {
    width: 100%;
    min-width: 100%
  }
  .works__block {
    background: linear-gradient(180deg,#2b2b2b 0,#2b2b2b 55%,rgba(241,186,24,.35) 100%)
  }
  .works__block::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-position: center bottom
  }
  .works__content {
    max-width: 100%;
    text-align: left
  }
  .training__list {
    gap: 15px;
    max-width: 100%
  }
  .training__item {
    flex: 0 0 100%
  }
  .training__btn {
    min-width: 60%
  }
  .bs {
    max-width: 100%;
    display: flex;
    justify-content: center
  }
  .about3__top {
    justify-content: center
  }
  .about3__title {
    text-align: center
  }
  .about3__brand--desktop {
    display: none
  }
  .about3__brand--mobile {
    display: block;
    padding-bottom: 15px
  }
  .about3__row {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start
  }
  .about3__col {
    flex: 0 0 auto;
    width: 100%;
    order: 2;
    padding-bottom: 15px
  }
  .about3__center {
    flex: 0 0 auto;
    width: 100%
  }
  .about3__item {
    text-align: center
  }
  .about3__top {
    padding-bottom: 14px
  }
  .about3__title {
    display: block
  }
  .for__wrapper::after {
    left: 14px;
    bottom: 225px;
    width: 207px;
    height: 156px
  }
  .for__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 16px
  }
  .for__left {
    flex: 0 0 auto;
    width: 100%;
    text-align: left
  }
  .for__right {
    flex: 0 0 auto;
    width: 100%
  }
  #leadform {
    padding-top: 90px
  }
  .pt {
    text-align: center
  }
  .lse {
    font-size: 11px;
    text-align: center
  }
  .submitbtn {
    width: 240px
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:47.99875em)and (max-width:20em) {
  .banner {
    padding-top: 1.25rem
  }
  .banner__stats {
    padding-top: .75rem
  }
  .banner__stats {
    padding-bottom: .75rem
  }
  .banner__stats {
    padding-left: .625rem
  }
  .banner__stats {
    padding-right: .625rem
  }
  .banner__stat-value {
    font-size: .8125rem
  }
  .banner__button {
    padding-top: .75rem
  }
  .works__block {
    padding-top: 1.125rem
  }
  .works__block {
    padding-bottom: 15rem
  }
  .works__block {
    padding-left: 1rem
  }
  .works__block {
    padding-right: 1rem
  }
  .works__block::before {
    width: 13.75rem
  }
  .works__block::before {
    height: 12.5rem
  }
  .about3__image {
    min-height: 15rem
  }
  .for__wrapper {
    padding-bottom: 1.25rem
  }
  .for__text {
    padding-bottom: .5rem
  }
}
@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) {
  .form-start__item.bl2 {
    width: clamp(20rem ,13.2345679012rem + 33.8271604938vw ,37.125rem)
  }
  .form-start__item.bl2 {
    padding-top: clamp(1.125rem ,1.075617284rem + .2469135802vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-bottom: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-left: clamp(1.25rem ,.262345679rem + 4.9382716049vw ,3.75rem)
  }
  .form-start__item.bl2 {
    padding-right: clamp(1.25rem ,.262345679rem + 4.9382716049vw ,3.75rem)
  }
  .form-start__item.bl2 p {
    font-size: clamp(.75rem ,.5524691358rem + .987654321vw ,1.25rem)
  }
  .form-start__item.bl2 p {
    padding-bottom: clamp(.4375rem ,.2399691358rem + .987654321vw ,.9375rem)
  }
  .form-start__title {
    font-size: clamp(1.125rem ,.8780864198rem + 1.2345679012vw ,1.75rem)
  }
  .form-start__title {
    padding-bottom: clamp(.875rem ,.850308642rem + .1234567901vw ,.9375rem)
  }
  .form-start__subtitle {
    padding-bottom: clamp(.4375rem ,.2399691358rem + .987654321vw ,.9375rem)
  }
  .form-start__subtitle {
    font-size: clamp(.875rem ,.7268518519rem + .7407407407vw ,1.25rem)
  }
  .form-start-img-bg {
    height: clamp(9.375rem ,-5.4398148148rem + 74.0740740741vw ,46.875rem)
  }
  .form-start-img-bg {
    width: clamp(20rem ,17.6049382716rem + 11.975308642vw ,26.0625rem)
  }
  .input {
    padding-left: clamp(.625rem ,.2546296296rem + 1.8518518519vw ,1.5625rem)
  }
  .input {
    height: clamp(2.5rem ,2.4012345679rem + .4938271605vw ,2.75rem)
  }
  .close-form-start {
    right: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .close-form-start {
    top: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .form-popup {
    row-gap: clamp(.4375rem ,.3634259259rem + .3703703704vw ,.625rem)
  }
  .form-thanks__img {
    width: clamp(3.125rem ,1.8904320988rem + 6.1728395062vw ,6.25rem)
  }
  .form-thanks__title {
    padding-top: clamp(.9375rem ,.5671296296rem + 1.8518518519vw ,1.875rem)
  }
  .form-thanks__title {
    padding-bottom: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .form-thanks__title h3 {
    font-size: clamp(1.25rem ,.8549382716rem + 1.975308642vw ,2.25rem)
  }
  .form-thanks__subtitle p {
    font-size: clamp(.875rem ,.7268518519rem + .7407407407vw ,1.25rem)
  }
  .button {
    font-size: clamp(.875rem ,.825617284rem + .2469135802vw ,1rem)
  }
  .button {
    padding-top: clamp(.625rem ,.612654321rem + .0617283951vw ,.65625rem)
  }
  .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.5rem ,1.3518518519rem + .7407407407vw ,1.875rem)
  }
  .header {
    padding-top:15px;
  }
  .header {
    padding-bottom:15px;
  }
  .header__logo img {
    width: clamp(6.25rem ,5.6327160494rem + 3.0864197531vw ,7.8125rem)
  }
  .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)
  }
  .fp {
    font-size: 10px
  }
  .fp {
    padding-top: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  p {
    font-size: clamp(.9375rem ,.8634259259rem + .3703703704vw ,1.125rem)
  }
  .banner__wrapper {
    padding-bottom: clamp(1.25rem ,.7561728395rem + 2.4691358025vw ,2.5rem)
  }
  .banner__eyebrow p {
    font-size: clamp(1.1875rem ,1.1134259259rem + .3703703704vw ,1.375rem)
  }
  .banner__eyebrow p {
    padding-bottom: clamp(.5rem ,.450617284rem + .2469135802vw ,.625rem)
  }
  .banner__title h2 {
    font-size: clamp(1.625rem ,1.3287037037rem + 1.4814814815vw ,2.375rem)
  }
  .banner__title {
    padding-bottom: clamp(.3125rem ,.0902777778rem + 1.1111111111vw ,.875rem)
  }
  .banner__text p {
    font-size: clamp(1rem ,.950617284rem + .2469135802vw ,1.125rem)
  }
  .banner__text {
    padding-bottom: clamp(.625rem ,.3287037037rem + 1.4814814815vw ,1.375rem)
  }
  .banner__right {
    padding-left: clamp(1.125rem ,.5817901235rem + 2.7160493827vw ,2.5rem)
  }
  .banner__right {
    padding-right: clamp(1.125rem ,.5817901235rem + 2.7160493827vw ,2.5rem)
  }
  .banner__stat-value {
    font-size: clamp(.9375rem ,.8634259259rem + .3703703704vw ,1.125rem)
  }
  .banner__stat-value {
    padding-bottom: clamp(.1875rem ,.162808642rem + .1234567901vw ,.25rem)
  }
  .banner__stat-text {
    font-size: clamp(.625rem ,.600308642rem + .1234567901vw ,.6875rem)
  }
  .banner__button {
    padding-top: clamp(.75rem ,.6018518519rem + .7407407407vw ,1.125rem)
  }
  .banner__button .button {
    min-height: clamp(2.875rem ,2.7268518519rem + .7407407407vw ,3.25rem)
  }
  .banner__button .button {
    padding-left: clamp(1.375rem ,1.0787037037rem + 1.4814814815vw ,2.125rem)
  }
  .banner__button .button {
    padding-right: clamp(1.375rem ,1.0787037037rem + 1.4814814815vw ,2.125rem)
  }
  .banner__button .button {
    font-size: clamp(.9375rem ,.912808642rem + .1234567901vw ,1rem)
  }
  .situation__grid {
    padding-bottom: clamp(1.25rem ,.8796296296rem + 1.8518518519vw ,2.1875rem)
  }
  .situation__card {
    padding-top: 15px;
  }
  .situation__card {
    padding-bottom: 15px;
  }
  .situation__card {
    padding-left: clamp(.875rem ,.825617284rem + .2469135802vw ,1rem)
  }
  .situation__card {
    padding-right: clamp(.875rem ,.825617284rem + .2469135802vw ,1rem)
  }
  .situation__card-text {
    font-size: clamp(1rem ,.950617284rem + .2469135802vw ,1.125rem)
  }
  .situation__cta {
    padding-top: clamp(1.125rem ,.8780864198rem + 1.2345679012vw ,1.75rem)
  }
  .situation__cta {
    padding-bottom: clamp(1.125rem ,.8780864198rem + 1.2345679012vw ,1.75rem)
  }
  .situation__cta {
    padding-left: clamp(1rem ,.7037037037rem + 1.4814814815vw ,1.75rem)
  }
  .situation__cta {
    padding-right: clamp(1rem ,.7037037037rem + 1.4814814815vw ,1.75rem)
  }
  .situation__cta-title {
    font-size: clamp(1.375rem ,1.0787037037rem + 1.4814814815vw ,2.125rem)
  }
  .situation__cta-title {
    padding-bottom: clamp(.5rem ,.450617284rem + .2469135802vw ,.625rem)
  }
  .situation__cta-text {
    font-size: clamp(.9375rem ,.8634259259rem + .3703703704vw ,1.125rem)
  }
  .situation__cta-text {
    padding-bottom: clamp(.5rem ,.450617284rem + .2469135802vw ,.625rem)
  }
  .situation__cta-note {
    font-size: clamp(1rem ,.9012345679rem + .4938271605vw ,1.25rem)
  }
  .situation__cta-btn {
    min-height: clamp(3rem ,2.8024691358rem + .987654321vw ,3.5rem)
  }
  .situation__cta-btn {
    min-width: clamp(13.75rem ,11.2808641975rem + 12.3456790123vw ,20rem)
  }
  .situation__cta-btn {
    padding-left: clamp(1.125rem ,.9768518519rem + .7407407407vw ,1.5rem)
  }
  .situation__cta-btn {
    padding-right: clamp(1.125rem ,.9768518519rem + .7407407407vw ,1.5rem)
  }
  .works {
    padding-top: clamp(1.875rem ,.7638888889rem + 5.5555555556vw ,4.6875rem)
  }
  .works__block {
    padding-top: clamp(1.375rem ,1.0787037037rem + 1.4814814815vw ,2.125rem)
  }
  .works__block {
    padding-bottom: clamp(1.375rem ,1.0787037037rem + 1.4814814815vw ,2.125rem)
  }
  .works__block {
    padding-left: clamp(1.125rem ,.5817901235rem + 2.7160493827vw ,2.5rem)
  }
  .works__block {
    padding-right: clamp(1.125rem ,.5817901235rem + 2.7160493827vw ,2.5rem)
  }
  .works__block::before {
    width: clamp(13.75rem ,8.5648148148rem + 25.9259259259vw ,26.875rem)
  }
  .works__block::before {
    height: clamp(12.5rem ,11.0185185185rem + 7.4074074074vw ,16.25rem)
  }
  .works__title {
    font-size: clamp(1.375rem ,1.0787037037rem + 1.4814814815vw ,2.125rem)
  }
  .works__title {
    padding-bottom: clamp(.875rem ,3.5779320988rem + -3.8271604938vw ,2.8125rem)
  }
  .works__accent {
    font-size: clamp(1.0625rem ,.8896604938rem + .8641975309vw ,1.5rem)
  }
  .works__accent {
    padding-bottom: clamp(.625rem ,.5262345679rem + .4938271605vw ,.875rem)
  }
  .works__text {
    font-size: clamp(.875rem ,.7762345679rem + .4938271605vw ,1.125rem)
  }
  .training__list {
    padding-bottom: clamp(.9375rem ,.8140432099rem + .6172839506vw ,1.25rem)
  }
  .training__item {
    padding-top: 15px;
  }
  .training__item {
    padding-bottom: 15px;
  }
  .training__item {
    padding-left: clamp(1rem ,.9012345679rem + .4938271605vw ,1.25rem)
  }
  .training__item {
    padding-right: clamp(1rem ,.9012345679rem + .4938271605vw ,1.25rem)
  }
  .training__item::before {
    font-size: clamp(.9375rem ,.8634259259rem + .3703703704vw ,1.125rem)
  }
  .training__text {
    font-size: clamp(.9375rem ,.8634259259rem + .3703703704vw ,1.125rem)
  }
  .training__btn {
    min-height: clamp(2.875rem ,2.7268518519rem + .7407407407vw ,3.25rem)
  }
  .training__btn {
    padding-left: clamp(1.25rem ,1.0030864198rem + 1.2345679012vw ,1.875rem)
  }
  .training__btn {
    padding-right: clamp(1.25rem ,1.0030864198rem + 1.2345679012vw ,1.875rem)
  }
  .training__btn {
    font-size: clamp(1rem ,.950617284rem + .2469135802vw ,1.125rem)
  }
  .about3 {
    padding-top: clamp(2.5rem ,2.0061728395rem + 2.4691358025vw ,3.75rem)
  }
  .about3__top {
    margin-bottom: clamp(-2.5rem ,.9876544082rem + -4.9382717284vw ,.0000000625rem)
  }
  .about3__title {
    font-size: clamp(1.5rem ,1.3518518519rem + .7407407407vw ,1.875rem)
  }
  .about3__brand {
    font-size: clamp(1.5rem ,1.3518518519rem + .7407407407vw ,1.875rem)
  }
  .about3__brand--mobile {
    padding-top: clamp(.75rem ,.6018518519rem + .7407407407vw ,1.125rem)
  }
  .about3__col {
    gap: clamp(.875rem ,.5787037037rem + 1.4814814815vw ,1.625rem)
  }
  .about3__image {
    min-height: clamp(15rem ,12.037037037rem + 14.8148148148vw ,22.5rem)
  }
  .about3__item {
    padding-top: clamp(1.125rem ,.9274691358rem + .987654321vw ,1.625rem)
  }
  .about3__item {
    padding-bottom: clamp(1.125rem ,.9274691358rem + .987654321vw ,1.625rem)
  }
  .about3__item {
    padding-left: clamp(1.125rem ,.9274691358rem + .987654321vw ,1.625rem)
  }
  .about3__item {
    padding-right: clamp(1rem ,.8518518519rem + .7407407407vw ,1.375rem)
  }
  .about3__item {
    font-size: clamp(.9375rem ,.8634259259rem + .3703703704vw ,1.125rem)
  }
  .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-top: clamp(1.375rem ,1.0787037037rem + 1.4814814815vw ,2.125rem)
  }
  .for__wrapper {
    padding-bottom: clamp(1.375rem ,1.0787037037rem + 1.4814814815vw ,2.125rem)
  }
  .for__wrapper {
    padding-left: clamp(1.125rem ,.5817901235rem + 2.7160493827vw ,2.5rem)
  }
  .for__wrapper {
    padding-right: clamp(1.125rem ,.5817901235rem + 2.7160493827vw ,2.5rem)
  }
  .for__subtitle h2 {
    font-size: clamp(2rem ,1.9012345679rem + .4938271605vw ,2.25rem)
  }
  .for__subtitle h2 {
    padding-bottom: clamp(.5rem ,.450617284rem + .2469135802vw ,.625rem)
  }
  .for__text {
    font-size: clamp(1.25rem ,1.200617284rem + .2469135802vw ,1.375rem)
  }
  .pt {
    font-size: clamp(.75rem ,.75rem + 0 ,.75rem)
  }
  .submitbtn {
    min-height: clamp(2.875rem ,2.825617284rem + .2469135802vw ,3rem)
  }
  .submitbtn {
    font-size: clamp(1.0625rem ,1.037808642rem + .1234567901vw ,1.125rem)
  }
}
@media (max-width:55.3125em)and (min-width:70.625em) {
  .form-start__item.bl2 {
    padding-bottom: 3.125rem
  }
  .form-start-img-bg {
    width: 69.375rem
  }
}
@media (max-width:55.3125em)and (min-width:20em)and (max-width:70.625em) {
  .form-start__item.bl2 {
    padding-bottom: clamp(2.1875rem ,1.8171296296rem + 1.8518518519vw ,3.125rem)
  }
  .form-start-img-bg {
    width: clamp(26.25rem ,9.212962963rem + 85.1851851852vw ,69.375rem)
  }
}
@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) {
  .banner {
    padding-top: 2.5rem
  }
  .banner__stats {
    padding-top: .875rem
  }
  .banner__stats {
    padding-bottom: .875rem
  }
  .banner__stats {
    padding-left: .75rem
  }
  .banner__stats {
    padding-right: .75rem
  }
  .banner__stat-value {
    font-size: .875rem
  }
  .banner__button {
    padding-top: .875rem
  }
  .works__block {
    padding-top: 1.625rem
  }
  .works__block {
    padding-bottom: 13.75rem
  }
  .works__block {
    padding-left: 1.25rem
  }
  .works__block {
    padding-right: 1.25rem
  }
  .works__block::before {
    width: 16.25rem
  }
  .works__block::before {
    height: 13.75rem
  }
  .about3__image {
    min-height: 21.25rem
  }
  .for__wrapper {
    padding-bottom: 1.625rem
  }
  .for__text {
    padding-bottom: .625rem
  }
}
@media (max-width:47.99875em)and (min-width:20em)and (max-width:70.625em) {
  .banner {
    padding-top: clamp(1.25rem ,.7561728395rem + 2.4691358025vw ,2.5rem)
  }
  .banner__stats {
    padding-top: clamp(.75rem ,.700617284rem + .2469135802vw ,.875rem)
  }
  .banner__stats {
    padding-bottom: clamp(.75rem ,.700617284rem + .2469135802vw ,.875rem)
  }
  .banner__stats {
    padding-left: clamp(.625rem ,.575617284rem + .2469135802vw ,.75rem)
  }
  .banner__stats {
    padding-right: clamp(.625rem ,.575617284rem + .2469135802vw ,.75rem)
  }
  .banner__stat-value {
    font-size: clamp(.8125rem ,.787808642rem + .1234567901vw ,.875rem)
  }
  .banner__button {
    padding-top: clamp(.75rem ,.700617284rem + .2469135802vw ,.875rem)
  }
  .works__block {
    padding-top: clamp(1.125rem ,.9274691358rem + .987654321vw ,1.625rem)
  }
  .works__block {
    padding-bottom: clamp(13.75rem ,15.4938271605rem + -2.4691358025vw ,15rem)
  }
  .works__block {
    padding-left: clamp(1rem ,.9012345679rem + .4938271605vw ,1.25rem)
  }
  .works__block {
    padding-right: clamp(1rem ,.9012345679rem + .4938271605vw ,1.25rem)
  }
  .works__block::before {
    width: clamp(13.75rem ,12.762345679rem + 4.9382716049vw ,16.25rem)
  }
  .works__block::before {
    height: clamp(12.5rem ,12.0061728395rem + 2.4691358025vw ,13.75rem)
  }
  .about3__image {
    min-height: clamp(15rem ,12.5308641975rem + 12.3456790123vw ,21.25rem)
  }
  .for__wrapper {
    padding-bottom: clamp(1.25rem ,1.1018518519rem + .7407407407vw ,1.625rem)
  }
  .for__text {
    padding-bottom: clamp(.5rem ,.450617284rem + .2469135802vw ,.625rem)
  }
}
@media (any-hover:hover) {
  .button:hover {
    background-color: #d8a815;
    box-shadow: 0 0 6px #d8ca25
  }
  .menu__link:hover {
    color: #edba20;
    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;
}