html, body {
  width: 100%;
  font-family: 'Europe-HalvarMittelMd',Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}
.container {
  width: 85%;
  margin: 50px auto;
  border-right: 1px solid #ffffff1c;
  border-left: 1px solid #ffffff1c;
}
.menu__wrapper, .menu__list, .home__wrapper, 
.about__wrapper, .plus__wrapper, .count__wrapper, 
.about-trainer__wrapper, .trial-lesson__list,
.services__wrapper, .business-areas__wrapper, 
.business-areas__item, .footer__wrapper, 
.format__wrapper, .banner-audit__form, .swiper-slide,
.reviews__right, .block-thanks__over {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.count__item,
.plus__item, .format__item {
  width: 30%;
  text-align: center;
  flex:1 1 auto
}
.footer__adress, .footer__phone,
.footer__form {
  width: 23%;
}
.home__offer, .home__image, .about__image, 
.about__text, .banner-offer__wrapper h1,
.banner-offer__form, .about-trainer__text, 
.about-trainer__image {
  width: 50%;
  flex:1 1 auto;
  position: relative;
}
.footer__wrapper {
  justify-content: space-between;
}
.home .container {
  margin: 0 auto;
}
.home__logo {
  position: absolute;
  width: 80px;
  top: 0px;
  left: 80px;
  z-index: 25;
}
.header {
  text-align: center;
  color: #373737;
  text-transform: uppercase;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.about__text {
  font-size: 20px;
  padding: 40px;
  text-align: center;
}
.about__text h3 {
  font-size: 30px;
  padding-bottom: 30px;
}
.about__button a {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.about__button {
  margin-top: 40px;
  padding: 20px 10px;
  background: #fa7100;
  box-shadow: 9px 9px 20px 0px #828282;
}
.trial-lesson__overlay {
  background: #0c0c0c;
  padding: 25px 0px;
}
.trial-lesson__circle {
  position: absolute;
  color: #3a3a3a;
  top: 5%;
  right: 5%;
  letter-spacing: 50px;
  font-size: 32px;
  font-weight: 700;
}
.trial-lesson__wrapper {
  padding: 50px 10px;
}
.trial-lesson__item {
  text-align: left;
  font-size: 20px;
  padding: 20px;
  color: #9e9e9e;
  margin: 20px 20px 20px 0px;
  font-weight: 700;
  flex-grow: 1;
}
.trial-lesson__item div {
  width: 100%;
}
.trial-lesson__item img {
  width: 70px;
}
.count__item div {
  font-size: 20px;
  color: #9e9e9e;
  font-weight: 700;
}
.count__wrapper {
  color: #fff;
  align-items: flex-start;
}
.count__item--orange {
  color: #fa7100;
}
.count {
  font-size: 82px;
  font-weight: 700;
  letter-spacing: 5px;
}
.count__plus {
  font-size: 50px;
}
.home {
  width: 100%;
  padding: 8% 0 2% 0;
  background: #0c0c0c;
  position: relative;
}
.home__image {
  text-align: center;
  z-index: 10;
  position: relative;
}
.home__info {
  position: absolute;
  bottom: 5%;
  color: #fff;
  text-align: left;
  left: 5%;
}
.home__info ul li {
  color: #cacaca;
  font-weight: 700;
  padding: 3px 0px;
}
.home-image {
  width: 95%;
}
.home__offer {
  position: relative;
  z-index: 20;
  padding: 20px;
}
.offer-1 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}
.offer-2 {
  color: #fff;
  margin: 30px 0px;
  font-size: 27px;
}
.offer-3 {
  margin-bottom: 40px;
  font-size: 18px;
  color: #fff;
}
.home__button, .home__button_more {
  display: inline-block;
  margin: 0px 10px 40px 0px;
}
.home__button a {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  background: #fa7100;
  padding: 15px 40px;
  color: #fff;
  box-shadow: 0px 10px 60px 0px rgb(232 108 0 / 50%);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.home__button_more a {
  color: #ffffff;
  font-size: 15px;
  padding: 15px 30px;
  line-height: 1.55;
  font-weight: 700;
  border-width: 1px;
  background-color: #423d3a;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.menu {
  position: fixed;
  z-index: 29;
  width: 100%;
  margin: 0 auto;
  background: #232020;
}
.menu__container {
  width: 85%;
  margin: 0 auto;
}
.menu__mobile {
  display: none;
}
.menu__mobile img {
  width: 30px;
}
.menu__item a {
  text-decoration: none;
  color: #b5b5b5;
  margin-right: 40px;
}
.menu__logo {
  flex: 1 2;
}
.menu__logo img {
  width: 75px;
}
.menu__phone a {
  color: #fff;
  font-size: 18px;
  padding: 5px;
}
.menu__form a {
  color: #ffffff;
  background-color: #fa7100;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 10px 20px;
  font-weight: 800;
}
.menu__lang a {
  margin-right: 10px;
  font-size: 15px;
}
.banner {
  background: #fa7100;
  padding: 50px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #232121;
}
.plus__wrapper {
  align-items: flex-start;
}
.plus h2 {
  margin-bottom: 45px;
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
}
.plus__item {
  margin: 10px;
  padding: 20px;
  font-size: 23px;
  position: relative;
  text-align: left;
}
.plus__item img {
  width: 60px;
  margin-bottom: 15px;
}
.plus__text {
  position: relative;
  z-index: 10;
  text-align: left;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  color: #3a3a3a;
}
.about-trainer, .trial-lesson, .calendar {
  position: relative;
}
.about-trainer__text {
  padding: 20px;
  font-size: 20px;
  color: #e0e0e0;
  border-left: 1px solid #fa7100;
}
.about-trainer__text li {
  color: #adadad;
  font-size: 18px;
  padding: 10px 0px;
}
.about-trainer__image img {
  padding: 20px;
  box-shadow: 12px 12px 20px 13px #121212;
}
.about-trainer__text h2 {
  font-size: 16px;
  letter-spacing: 10px;
  color: #fa7100;
}
.about-trainer__text div {
  font-size: 40px;
  font-weight: 800;
  padding: 10px 0px;
  color: #fff;
  line-heigth: 1.2;
}
.about-trainer__text h3 {
  font-size: 25px;
  font-weight: 700;
  padding: 10px 0px;
}
.banner-offer, .banner-audit,
.about-trainer, .counter {
  background: #232020;
  padding: 20px 0px;
  color: #fff;
  position: relative;
}
.swiper-slide {
  background: #0c0c0c;
}
.reviews__head h1 {
  font-size: 40px;
  font-weight: 800;
  padding: 40px 0px 20px;
  text-align: center;
  color: #383634;
}
.swiper-slide {
  padding: 25px 25px;
  border-radius: 5px;
  margin-right: 50px;
}
.swiper-button-next img, .swiper-button-prev img {
  background: #000000e0;
  padding: 10px;
  width: 50px;
}
.swiper-text {
  font-size: 16px;
  color: #b5b5b5;
  padding: 10px 0px;
}
.swiper-name {
  font-size: 25px;
  border-bottom: 5px solid #fa7100;
  padding: 10px 0px;
}
.swiper-slide hr {
  width: 40px;
  margin: 10px 0px;
  height: 1px;
}
.swiper-link {
  position: relative;
}
.swiper-arrow {
  position: absolute;
}
.swiper-link a {
  padding: 10px;
  border-radius: 1px;
  color: #fa7100;
}
.swiper-link a:hover {
  color: #1b1919;
  font-weight: 700;
}
.reviews__img {
  width: 100%;
  border-radius: 5px;
}
.reviews__right {
  justify-content: center;
  font-size: 20px;
  border: dashed #fa7100;
  width: 250px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 8px;
}
.reviews__right img {
  width: 40px;
}

@keyframes move {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 50px;
  }
}
.hand-right {
  animation-direction: alternate;
  animation-duration: 1s;
  animation-name: move;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.reviews__info {
  width: 25%;
  color: #fff;
  padding: 15px;
} 
.reviews__video {
  width: 75%;
}
.services {
  padding: 50px 0px 0px;
}
.services__wrapper {
  align-items: flex-start;
}
.services__lessons {
  width: 31%;
  flex: 1 1 auto;
  padding: 20px;
  border-right: 1px solid #80808052;
}
.services__lessons:last-child {
  border-right: 0;
}
.services__lessons h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  padding: 10px 0px;
  margin-bottom: 15px;
  text-align: center;
}
.services__wrapper h3 {
  text-align: center;
  font-size: 25px;
  color: #212222;
  font-weight: 800;
}
.services__lessons li {
  margin: 15px auto;
  width: 90%;
  border-bottom: 1px solid #80808052;
  font-size: 18px;
  padding: 10px;
}
.services__button {
  margin: 50px auto;
  text-align: center;
}
.services__button a {
  color: #fff;
  padding: 20px 70px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  background: #fa7100;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 15px;
  box-shadow: 9px 9px 20px 0px #828282;
}
.trial-lesson__wrapper h2 {
  color: #f5f5f5;
  font-size: 35px;
  text-transform: uppercase;
  margin: 0px 0px 30px 20px;
}
.banner-audit__wrap h1 {
  font-weight: 800;
  text-transform: uppercase;
}
.banner-audit__wrap h4 {
  font-size: 20px;
  color: #383737;
  margin: 10px 0px;
}
.business-areas {
  background-image: url(../img/business-areas.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.business-areas__overlay {
  background: #ffffffed;
  padding: 20px 0px;
  color: #383737f0;
}
.business-areas__item {
  flex: 1 40%;
  margin: 15px 20px;
  font-size: 20px;
}
.business-areas__item h3 {
  width: 85%;
  font-weight: 800;
  font-size: 21px;
}
.business-areas__percent {
  font-size: 21px;
  font-weight: 800;
}
.business-areas__line {
  height: 2px;
  background: #fa7100;
  width: 95%;
  margin-top: 5px;
}
.format__wrapper {
  align-items: flex-start;
}
.format h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  color: #444141;
  font-weight: 700;
  margin: 50px 0px;
}
.format__item {
  border-right: 1px solid #80808061;
  padding: 10px;
}
.format__item:last-child {
  border-right: 0;
}
.format__item h3 {
  font-size: 32px;
  color: #4a4848;
  font-weight: 800;
  margin: 30px 0px;
}
.format__item div {
  font-size: 23px;
  color: #343333;
}
.banner-offer {
  border-top: 1px solid grey;
}
.banner-offer__wrapper h1 {
  text-transform: uppercase;
  padding-bottom: 35px;
  line-height: 60px;
}
.banner-audit__wrap h2 {
  text-align: center;
  color: #919191;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.3;
}
.banner-offer_yellow {
   color: #fa7100;
}
.banner-audit__form {
  padding: 20px;
  justify-content: center;
  align-content: space-between;
}
.banner-audit__wrapper {
  text-align: center;
}
.banner-audit__form input {
  padding: 15px 20px;
  border-radius: 5px;
  display: block;
  margin: 15px;
  font-size: 18px;
  outline: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.banner-audit__form input:last-child {
  background: #fa7100;
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.footer {
  background: #000000;
  color: #fff;
  padding: 40px 20px 50px;
}
.footer__wrapper a {
  color: #fff;
  font-size: 19px;
}
.footer__wrapper h3 {
  font-size: 23px;
  padding: 40px 0px;
}
.footer__phone h3 {
  color: #fa7100;
}
.footer__adress, .footer__phone {
  font-size: 19px;
  letter-spacing: 1px;
}
.footer__img {
  width: 80px;
}
footer {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #ffffff40;
}
.block-thanks {
  background-image: url(../img/thanks.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ececec;
}
.block-thanks__over {
  background: #232020a8;
  width: 100%;
  height: 100vh;
}
.header-thanks h1 {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 20px;
  width: 100%;
}
.header-2-thanks, .header-thanks {
  font-size: 22px;
  width: 100%;
}
.txt {
    display: inline-block;
    color: #676767;
    width: 420px;
    font-family: Arial, Tahoma, sans-serif;
    margin-bottom: 10px;
    border: 1px dotted #ccc;
    padding: 5px 9px;
    font-size: 1.2em;
    line-height: 1.4em;
}
.fancybox-inner input {
    width: 100%;
    display: block;
    outline: none;
    border: 0;
    border-bottom: 1px solid #b2b2b2;
    padding: 20px 0px 20px 5px;
    margin: 20px 0px;
    font-size: 16px;
}
.fancybox-inner h4 {
    font-size: 19px;
    font-weight: 300;
    color: #4f4d4d;
}
.form-popup {
  padding: 30px;
  text-align: center;
}
.form-popup > .form-submit {
    background: #fa7100;
    color: #fff;
    font-size: 22px;
    padding: 20px;
    font-weight: 700;
    outline: none;
    margin-top: 40px;
}
.form-popup input {
  border-radius: 0px;
}
label {
    margin-right: 12px;
    margin-bottom: 9px;
    font-size: 1.2em;
}
#send {
    color: #fff;
    display: block;
    cursor: pointer;
    padding: 5px 11px;
    font-size: 1.2em;
    border-radius: 5px;
    background-color: #fa5f00;
}
.popup-zapis {
    display: none;
    padding-top: 10px;
    width: 280px;
} 
.form__text a {
  color: #fa7100;
}
.data {
  font-weight: 600;
  color: #fa7100;
}
.fc-today .fc-content {
  display: flex;
}.social-links {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white; /* Измените цвет, если хотите другой фон */
    border-radius: 50%;
    transition: background-color 0.3s, fill 0.3s;
}

.social-link svg {
    fill: black; /* Сделаем сами иконки черными внутри круга */
    width: 24px;
    height: 24px;
}

.social-link:hover {
    background-color: #ccc; /* Цвет фона при наведении */
}

.social-link:hover svg {
    fill: white; /* Цвет иконки при наведении */
}
.rewards {
    margin: 50px 0;
    text-align: center;
}

.rewards-slider {
    width: 100%;
    padding: 20px 0;
}

.rewards-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners img {
  width: auto!important;
  height: 120px!important;
}
.partners .swiper-slide {
  border: 2px solid #fa7100!important;
  background: inherit!important;
}
.rewards-slider img {
    width: 100%;
    height: auto;
    max-width: 300px;
    border-radius: 8px;
}

.swiper-button-next, .swiper-button-prev {
    color: #000;
}
.about__image {
  overflow: hidden;
}
.about__image .swiper-slide {
  background: none;
}
img {
  border-radius: 5px;
}