@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap");
body {
  background-color: #fff;
  font-family: "Mulish", sans-serif;
  color: #fff;
}

p {
  margin: 0;
}

strong {
  font-weight: 600;
}

@media screen and (min-width: 990px) {
  .max-w {
    max-width: 565px !important;
  }
}
.wrapper {
  max-width: 1160px;
  margin: 0 auto;
}

.span-markup {
  text-decoration: none;
  outline: none;
  color: #FFED02;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}

.span-losung {
  color: #ff4800;
  font-weight: 700;
}

.span-markup a {
  text-decoration: none;
  outline: none;
  color: #FFED02;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}

.yellow-span {
  color: #FFED02;
  opacity: 0.8;
}

.root {
  position: fixed;
  z-index: 50;
  width: 100vw;
}

.navbar {
  background-color: rgb(42, 51, 59);
  padding: 0;
  height: 68px;
  box-sizing: content-box;
  border-bottom: 2px solid #FFED02;
}
.navbar-nav {
  margin-left: auto;
}
.navbar .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
}
.navbar .container-fluid .navbar-brand {
  margin-left: 10px;
  padding: 0px;
}
.navbar .container-fluid .navbar-brand:focus {
  outline: none;
}
.navbar .container-fluid .navbar-brand-img {
  max-height: 60px;
  margin-bottom: 0px;
}
.navbar .container-fluid .navbar-nav {
  padding-top: 30px;
  align-items: center;
  background-color: rgb(42, 51, 59);
  max-width: 100vw;
  width: 100%;
}
.navbar .container-fluid .navbar-nav .nav-item #en {
  opacity: 0.8;
  padding-bottom: 30px;
  padding-top: 30px;
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link {
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.navbar-close {
  background-image: url("../img/close.svg") !important;
  background-size: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgb(42, 51, 59) !important;
  margin-right: 5px;
}
.navbar-light .navbar-toggler:focus {
  box-shadow: 0 0 0 0 !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%282550, 255, 255, 0.90%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M0 7h42M0 15h42M0 23h42'/%3e%3c/svg%3e");
}

.general {
  padding-top: 50px;
}
.general__inside {
  position: relative;
  height: 100vh;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
}
.general__inside-video {
  z-index: -1;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
}
.general__inside-heading {
  padding-top: 225px;
  color: #ffffff;
  font-size: 26px;
  line-height: 2;
  font-weight: 300;
  opacity: 0.65;
  margin-left: 10px;
}
.general__inside-img {
  margin: 0 auto;
  margin-top: 20px;
}
.general__inside-img .img-general {
  max-width: 90vw;
}
.general__inside-text {
  margin-top: 100px;
  margin-left: 10px;
  color: #ffffff;
  font-size: 21px;
  line-height: 38px;
  font-weight: 300;
  opacity: 0.85;
}
.general__inside-mouse {
  position: relative;
  width: 65px;
  height: 65px;
  background-image: url("../img/mouse.svg");
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 30px;
  opacity: 1;
  margin-top: auto;
}
.general__inside-mouse-scroll {
  position: absolute;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-name: bounce-1;
  animation-timing-function: ease;
}
.general__inside-moot {
  width: 40px;
  height: 40px;
  background-image: url("../img/nosound.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 30px;
  opacity: 0.65;
}
.general__inside-moot1 {
  background-image: url("../img/sound.svg");
}

.mouse-page {
  margin-top: auto;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(10px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.about {
  padding-top: 70px !important;
  padding-bottom: 30px;
}
.about__items {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
.about__items .link-about {
  width: 100%;
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.about__items .about-text {
  font-size: 32px;
}
.about__items-company {
  background-image: url("../img/banner_about.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 95%;
  max-width: 1160px;
  height: 320px;
  margin: 0 auto;
  font-size: 38px;
  font-weight: 200;
  padding-top: 10px;
  padding-left: 20px;
  line-height: 1.3;
  position: relative;
}
.about__items-company:hover .about__items-company-2 {
  opacity: 1;
}
.about__items-company-2 {
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
  top: 0px;
  left: 0px;
  background-color: #FFED02;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.about__items-wrap {
  width: 100%;
}
.about__items-wrap-power-1 {
  background-image: url("../img/banner_advantages.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 95%;
  height: 320px;
  margin: 30px auto;
  font-size: 38px;
  font-weight: 200;
  padding-top: 10px;
  padding-left: 20px;
  position: relative;
  color: #fff;
}
.about__items-wrap-power-1:hover .about__items-wrap-power-1-2 {
  opacity: 1;
}
.about__items-wrap-power-1-2 {
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
  top: 0px;
  left: 0px;
  background-color: #FFED02;
  color: #66baf2;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 30px #ffffff;
  font-size: 18px;
}
.about__items-wrap-service-1 {
  background-image: url("../img/banner_service.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 95%;
  height: 320px;
  margin: 30px auto;
  font-size: 38px;
  font-weight: 200;
  padding-top: 10px;
  padding-left: 20px;
  position: relative;
}
.about__items-wrap-service-1:hover .about__items-wrap-service-1-2 {
  opacity: 1;
}
.about__items-wrap-service-1-2 {
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
  top: 0px;
  left: 0px;
  background-color: #FFED02;
  color: #66baf2;
  width: 100%;
  height: 100%;
  font-size: 18px;
}

.description-text {
  height: 100%;
  margin-top: 2vw;
  color: rgb(0, 0, 0);
  font-size: 18px;
  padding: 15px;
  font-weight: 300;
}

.slider {
  background-color: #171717;
  padding-top: 92px;
}
.slider-name {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  width: 95%;
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.slider .swiper-wrapper .swiper-slide {
  text-align: center;
  position: relative;
  margin-top: auto;
  transition: max-height 0.5s;
}
.slider .swiper-wrapper .swiper-slide_video {
  max-width: 330px;
  max-height: 570px;
}
.slider .swiper-wrapper .swiper-slide_play {
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
  background-image: url("../img/video_play.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: calc(50% - 25px);
  right: calc(50% - 25px);
}
.slider .swiper-wrapper .swiper-slide_sound {
  position: absolute;
  display: none;
  margin: auto;
  width: 50px;
  height: 50px;
  background-image: url("../img/volume_video.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: calc(50% - 25px);
  right: calc(50% - 25px);
}
.slider .swiper-pagination {
  top: 0;
  max-height: 70px;
}
.slider .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  margin: 5px 2px !important;
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .slider {
    background-color: #171717;
    padding-top: 92px;
    height: 1000px;
  }
  .slider-name {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    width: 95%;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .slider .swiper-wrapper {
    height: 750px;
    align-items: baseline;
  }
  .slider .swiper-wrapper .swiper-slide {
    text-align: center;
    position: relative;
    margin-top: 0;
    transition: max-height 0.5s;
    background-color: rgba(255, 0, 0, 0);
    max-width: 330px;
    max-height: 580px;
  }
  .slider .swiper-wrapper .swiper-slide > video {
    height: 560px;
    max-width: 17vw;
  }
  .slider .swiper-wrapper .swiper-slide-next > video {
    transition: scale 0.5s;
  }
  .slider .swiper-wrapper .swiper-slide-active > video {
    scale: 1.1;
    transition: scale 0.5s;
  }
  .slider .swiper-wrapper .swiper-slide-prev > video {
    transition: scale 0.5s;
  }
  .slider .swiper-wrapper .swiper-slide_play {
    position: absolute;
    margin: auto;
    width: 60px;
    height: 60px;
    background-image: url("../img/video_play.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: calc(50% - 30px);
    right: calc(50% - 30px);
  }
  .slider .swiper-wrapper .swiper-slide_sound {
    position: absolute;
    display: none;
    margin: auto;
    width: 60px;
    height: 60px;
    background-image: url("../img/volume_video.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: calc(50% - 30px);
    right: calc(50% - 30px);
  }
  .slider .swiper-pagination {
    top: auto;
    bottom: 0px;
    max-height: 70px;
  }
  .slider .swiper-pagination-bullet {
    width: 45px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    margin: 5px 2px !important;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .slider .swiper-wrapper .swiper-slide > video {
    max-width: 14vw;
  }
}
.hide {
  display: none;
  color: #ecf0f1;
}

.partners {
  background-color: #fff;
  padding: 0 10px 0 10px;
  margin-top: 25px;
  color: #fff;
  font-weight: 400;
  font-size: 32px;
}
.partners__image {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
}
.partners__image-text {
  padding-top: 45px;
  color: black;
  margin-bottom: 35px;
  background-color: #fff;
  font-weight: 300;
}
.partners__image-item {
  width: 100px;
}

.footer {
  width: 100%;
  margin-top: 105px;
  padding: 15px;
  display: flex;
  background-color: rgb(42, 51, 59);
}
.footer .wrapper-footer {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__text {
  width: 95%;
  margin-bottom: 0px;
}
.footer__text-heading {
  font-size: 40px;
  font-weight: 600;
  margin-top: 70px;
}
.footer__text-description {
  font-size: 20px;
  font-weight: 400;
  margin-top: 70px;
}
.footer__text-phone {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
.footer__text-mail {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
}
.footer-form {
  margin-top: 70px;
  width: 95%;
  margin-bottom: 90px;
}

#submit {
  background-color: #FFED02;
  border: none;
  color: #171717;
}

#textarea-class {
  resize: none;
  width: 100%;
  min-height: 135px;
  margin-top: 10px;
  border: none;
  padding-left: 10px;
  padding-top: 10px;
}
#textarea-class::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
}
#textarea-class::placeholder {
  font-size: 16px;
  font-weight: 400;
}

.footer input {
  margin: 10px 0 10px 0;
  padding-left: 10px;
  width: 100%;
  height: 50px;
  font-weight: bold;
  border: none;
}
.footer input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
}
.footer input::placeholder {
  font-size: 16px;
  font-weight: 400;
}

.about-comp {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
  height: 100vh;
  min-height: 665px;
  color: #000;
  background-color: #FFED02;
  padding-top: 90px;
}
.about-comp__text {
  margin-bottom: auto;
}
.about-comp__text-heading {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 55px;
  padding: 0 15px;
}
.about-comp__text-description {
  line-height: 1.7em;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.about-comp__image {
  position: absolute;
  bottom: 0;
  max-width: 425px;
}
.investing {
  font-family: "Mulish", sans-serif;
  background-color: #fff;
  color: #000;
  margin-top: 60px;
}
.investing__heading {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.5em;
  padding: 0 15px;
}
.investing__list {
  margin-top: 30px;
}
.investing__list-item {
  font-family: "Mulish", sans-serif;
  position: relative;
  line-height: 1.7;
  padding: 15px;
  font-size: 20px;
  padding-left: 50px;
  font-weight: 400;
}
.investing__list-item::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 12px;
  width: 40px;
  height: 40px;
  background-image: url("../img/ok.svg");
  background-size: cover;
}

.losung {
  background-color: #EFEFEF;
}
.losung__heading {
  margin-top: 60px;
  padding: 90px 15px;
  font-family: "Mulish", sans-serif;
  color: #000;
  text-align: center;
  max-width: 940px;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.8;
}

.about-video {
  padding: 90px 15px;
}
.about-video__wrapper {
  position: relative;
  width: 90vw;
  max-width: 600px;
  margin: 0 auto;
}
.about-video__wrapper-item {
  width: 90vw;
  max-width: 600px;
}
.about-video__wrapper-play {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("../img/video_play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: calc(50% - 25px);
  right: calc(50% - 25px);
}

.mission {
  margin-top: 60px;
  color: #000;
  font-family: "Mulish", sans-serif;
}
.mission__heading {
  font-weight: 300;
  font-size: 32px;
  line-height: 55px;
  padding: 0 15px;
}
.mission__points {
  line-height: 1.7em;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 426px) {
  .about-comp__text-description {
    padding-top: 30px;
  }
  .about-comp__image {
    max-width: 100%;
  }
  .losung {
    background-color: #EFEFEF;
  }
  .losung__heading {
    margin: 0 auto;
    padding: 90px 15px;
    max-width: 560px;
    font-size: 25px;
  }
  .span-losung {
    font-size: 32px;
  }
  .mission {
    max-width: 600px;
    margin: 0 auto;
  }
  .mission__heading {
    font-weight: 300;
    font-size: 32px;
    line-height: 55px;
    padding: 0 15px;
  }
  .mission__points {
    margin-top: 30px;
    line-height: 1.7em;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
  }
  .mission__points b {
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
@media screen and (min-width: 700px) {
  .about-comp {
    padding-top: 90px;
    max-height: 680px;
  }
  .about-comp__text {
    margin-bottom: auto;
    margin-left: 5vw;
  }
  .about-comp__text-heading {
    font-weight: 300;
    font-size: 48px;
    line-height: 55px;
    padding: 0 15px;
  }
  .about-comp__text-description {
    line-height: 1.7em;
    padding: 15px;
    padding-top: 30px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
    max-width: 420px;
  }
  .about-comp__image {
    position: absolute;
    bottom: 0;
    right: 5vw;
    max-width: 560px;
  }
  .investing {
    margin-top: 90px;
    margin-bottom: 60px;
  }
  .investing__heading {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.5em;
    padding: 0 15px;
    padding-bottom: 30px;
    padding-left: 7.5vw;
  }
  .investing__list {
    margin-top: 30px;
    max-width: 90vw;
  }
  .investing__list-item {
    font-family: "Mulish", sans-serif;
    position: relative;
    line-height: 1.7;
    padding: 15px;
    font-size: 20px;
    padding-left: 50px;
    font-weight: 400;
  }
  .investing__list-item::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 12px;
    width: 40px;
    height: 40px;
    background-image: url("../img/ok.svg");
    background-size: cover;
  }
  .losung__heading {
    margin: 0 auto;
    padding: 90px 15px;
    max-width: 820px;
    font-size: 25px;
  }
  .about-video {
    padding: 90px 15px;
  }
  .about-video__wrapper {
    position: relative;
    width: 90vw;
    max-width: 780px;
    margin: 0 auto;
  }
  .about-video__wrapper-item {
    width: 90vw;
    max-width: 780px;
  }
  .mission {
    margin-top: 60px;
    max-width: 1160px;
  }
  .mission__heading {
    padding: 0px;
    padding-left: 7.5vw;
  }
  .mission__points {
    margin: 0 auto;
    max-width: 780px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .about-comp {
    min-height: 0;
    max-height: 600px;
    padding-top: 150px;
  }
  .about-comp__text {
    margin-bottom: auto;
    max-width: 1160px;
  }
  .about-comp__text-heading {
    font-family: "Mulish", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 55px;
    padding: 0px;
    padding-top: 60px;
    margin-left: 10vw;
  }
  .about-comp__text-description {
    max-width: 580px;
    line-height: 1.7em;
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
    padding-top: 30px;
    margin-left: 10vw;
  }
  .about-comp__image {
    position: absolute;
    bottom: 0;
    max-width: 700px;
  }
  .investing {
    margin-top: 90px;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .investing__heading {
    margin-top: 90px;
    padding-left: 0px;
  }
  .investing__list {
    margin-top: 30px;
    max-width: 90vw;
  }
  .investing__list-item {
    margin-top: 30px;
    padding-left: 30px;
  }
  .investing__list-item::before {
    position: absolute;
    content: "";
    left: -30px;
    top: 12px;
    width: 40px;
    height: 40px;
    background-image: url("../img/ok.svg");
    background-size: cover;
  }
}
@media screen and (min-width: 1170px) {
  .about-comp__text {
    width: 1160px;
    margin: 0 auto;
  }
  .about-comp__text-heading {
    margin-left: 0;
  }
  .about-comp__text-description {
    margin-left: 0;
  }
  .about-video__wrapper {
    max-width: 960px;
  }
  .about-video__wrapper-item {
    max-width: 960px;
  }
  .mission__heading {
    padding-left: 0;
  }
  .mission__points {
    margin-top: 60px;
    max-width: 960px;
  }
}
.video-comp {
  margin-bottom: 90px;
  position: relative;
  height: 100vh;
  max-height: 730px;
  color: #000;
  background-color: #FFED02;
  padding-top: 75px;
}
.video-comp__text {
  position: relative;
  z-index: 10;
  margin-bottom: auto;
}
.video-comp__text-heading {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 55px;
  padding: 0 15px;
  margin-top: 60px;
}
.video-comp__text-description {
  line-height: 1.7em;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.video-comp__image {
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 425px;
}
.top-video {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 90px;
}
.top-video__heading {
  color: #000;
  text-align: start;
  font-size: 32px;
  font-weight: 300;
}
.top-video__wrapper {
  margin-top: 90px !important;
  position: relative;
  width: 90vw;
  max-width: 960px;
  margin: 0 auto;
}
.top-video__wrapper-item {
  width: 90vw;
  max-width: 960px;
}
.top-video__wrapper-play {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("../img/video_play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: calc(50% - 25px);
  right: calc(50% - 25px);
}
.top-video__link {
  color: #ec5401;
}

.reviews {
  padding-top: 90px;
  background-color: #EFEFEF;
}

@media screen and (min-width: 451px) {
  .video-comp {
    margin-bottom: 90px;
    position: relative;
    height: 100vh;
    max-height: 730px;
  }
  .video-comp__text {
    margin-bottom: auto;
    padding-left: 5vw;
  }
  .video-comp__text-heading {
    padding-top: 120px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 42px;
    max-width: 500px;
  }
  .video-comp__text-description {
    line-height: 1.7em;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
    max-width: 500px;
  }
  .video-comp__image {
    z-index: 5;
    position: absolute;
    bottom: 0;
    right: 5vw;
    max-width: 300px;
  }
  .video-comp__image-item {
    width: 300px;
  }
  .top-video {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 90px;
  }
  .top-video__heading {
    color: #000;
    text-align: start;
    font-size: 32px;
    font-weight: 300;
    padding-left: 5vw;
  }
  .top-video__wrapper {
    margin-top: 90px !important;
    position: relative;
    width: 90vw;
    max-width: 960px;
    margin: 0 auto;
  }
  .top-video__wrapper-item {
    width: 90vw;
    max-width: 960px;
  }
  .top-video__wrapper-play {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url("../img/video_play.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: calc(50% - 25px);
    right: calc(50% - 25px);
  }
  .top-video__link {
    color: #ec5401;
  }
}
@media screen and (min-width: 1025px) {
  .video-comp {
    margin-bottom: 45px;
  }
  .video-comp__text {
    margin-bottom: auto;
    padding-left: 0vw;
  }
  .video-comp__text-heading {
    padding-top: 170px !important;
    font-size: 48px;
  }
  .video-comp__text-description {
    padding-top: 45px;
    font-size: 18px;
    max-width: 500px;
  }
  .video-comp__image {
    bottom: 0;
    right: 29vw;
  }
  .top-video {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 0px;
  }
  .top-video__heading {
    color: #000;
    text-align: start;
    font-size: 32px;
    font-weight: 300;
    padding-left: 0vw;
    padding-top: 30px;
  }
  .top-video__wrapper {
    margin-top: 90px !important;
    position: relative;
    width: 90vw;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  .top-video__wrapper-item {
    width: 90vw;
    max-width: 960px;
  }
  .top-video__wrapper-play {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    right: calc(50% - 25px);
  }
  .top-video__link {
    color: #ec5401;
    font-size: 18px;
  }
  .reviews {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
.benefits {
  color: #000;
  background-color: #FFED02;
  padding-top: 100px;
  height: 100vh;
  max-height: 730px;
  position: relative;
}
.benefits__items-text {
  position: relative;
}
.benefits__items-text-heading {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 55px;
  padding: 0 15px;
}
.benefits__items-text-description {
  line-height: 1.7em;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.benefits__items-image {
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 240px;
  max-width: 550px;
}

.territory {
  color: #000;
}
.territory .terrirory__description {
  color: #000;
  font-family: "Mulish", sans-serif;
  line-height: 1.7;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
}

.apparat-slider {
  margin-top: 60px;
  margin-bottom: 60px;
}
.apparat-slider .apparat-slider-swiper .swiper-wrapper {
  align-items: baseline;
  height: 350px;
}
.apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  height: 350px;
}
.apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide .swiper-apparat-img {
  height: 200px;
  width: 120px;
  filter: blur(3px);
}
.apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide-next > img {
  transition: width, height 1.5s;
}
.apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide-active > img {
  height: 250px !important;
  width: 130px;
  filter: blur(0px) !important;
  transition: width, height 1.5s;
}
.apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide-prev > img {
  transition: width, height 1.5s;
}
.apparat-slider .swiper-button-prev {
  color: #c8c8c8;
  width: 44px;
  left: 35vw;
  top: 90%;
}
.apparat-slider .swiper-button-next {
  color: #c8c8c8;
  width: 44px;
  right: 35vw;
  top: 90%;
}

.fitness-club__wrapper {
  background-color: #EFEFEF;
  padding-bottom: 90px;
}
.fitness-club__wrapper-heading {
  margin: 0 auto;
  padding: 90px 15px 45px 15px;
  color: #000;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}
.fitness-club__wrapper-grid {
  color: #000;
}
.fitness-club__wrapper-grid .grid-item {
  margin: 0 auto;
  margin-top: 15px;
}
.fitness-club__wrapper-grid .grid-item__heading {
  padding: 0 15px 0 70px;
  position: relative;
  font-size: 21px;
}
.fitness-club__wrapper-grid .grid-item__heading::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 0px;
  width: 30px;
  height: 28.8px;
  background-image: url("../img/ok-service.svg");
  background-size: cover;
}
.fitness-club__wrapper-grid .grid-item__description {
  padding: 15px;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0px;
  line-height: 1.3;
}

.people__wrapper {
  padding-bottom: 0px;
}
.people__wrapper-heading {
  margin: 0 auto;
  padding: 90px 15px 45px 15px;
  color: #000;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}
.people__wrapper-grid {
  color: #000;
}
.people__wrapper-grid .grid-item {
  margin: 0 auto;
  margin-top: 15px;
}
.people__wrapper-grid .grid-item__heading {
  padding: 0 15px 0 70px;
  position: relative;
  font-size: 21px;
}
.people__wrapper-grid .grid-item__heading::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 0px;
  width: 30px;
  height: 28.8px;
  background-image: url("../img/ok-service.svg");
  background-size: cover;
}
.people__wrapper-grid .grid-item__description {
  padding: 15px;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0px;
  line-height: 1.3;
}

@media screen and (min-width: 426px) {
  .benefits__items-text {
    position: relative;
  }
  .benefits__items-text-heading {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 55px;
    padding: 0 15px;
  }
  .benefits__items-text-description {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.6px;
  }
  .benefits__items-image {
    bottom: 0%;
    right: 20%;
    width: 320px;
  }
  .territory {
    margin-top: 60px;
  }
  .territory .terrirory__description {
    margin: 0 auto;
    width: 85vw;
    line-height: 1.7;
    padding: 15px;
    font-size: 20px;
    font-weight: 400;
  }
  .fitness-club__wrapper-heading {
    max-width: 80vw;
    padding-left: 0;
  }
  .fitness-club__wrapper-grid .grid-item {
    max-width: 80vw;
  }
  .fitness-club__wrapper-grid .grid-item__heading {
    padding: 0 15px 0 50px;
    font-size: 21px;
  }
  .people__wrapper-heading {
    max-width: 80vw;
    padding-left: 0;
  }
  .people__wrapper-grid .grid-item {
    max-width: 80vw;
  }
  .people__wrapper-grid .grid-item__heading {
    padding: 0 15px 0 50px;
    font-size: 21px;
  }
}
@media screen and (min-width: 700px) {
  .benefits__items-text {
    max-width: 560px;
  }
  .benefits__items-text-heading {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 55px;
    padding: 0 0px;
    margin-left: 5vw;
  }
  .benefits__items-text-description {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.6px;
    padding-left: 0;
    margin-left: 5vw;
  }
  .benefits__items-image {
    bottom: 0%;
    right: 20%;
    width: 320px;
  }
  .territory {
    margin-top: 90px;
  }
  .territory .terrirory__description {
    max-width: 960px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
  }
  .apparat-slider {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper {
    align-items: baseline;
    height: 550px;
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    height: 550px;
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide .swiper-apparat-img {
    height: 350px;
    width: 180px;
    filter: blur(3px);
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide-next > img {
    transition: width, height 0.5s;
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide-active > img {
    height: 400px !important;
    width: 210px;
    filter: blur(0px) !important;
    transition: width, height 0.5s;
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide-prev > img {
    transition: width, height 0.5s;
  }
  .swiper-button-prev {
    left: 40vw !important;
    top: 90%;
  }
  .swiper-button-next {
    color: #c8c8c8;
    width: 44px;
    right: 40vw !important;
    top: 90%;
  }
  .fitness-club {
    background-color: #EFEFEF;
  }
  .fitness-club__wrapper {
    margin: 0 auto;
    padding-bottom: 90px;
    width: 85vw;
    max-width: 1160px;
  }
  .fitness-club__wrapper-heading {
    margin: 0 auto;
    padding: 90px 15px 60px 15px;
    line-height: 1.2;
    font-weight: 400;
  }
  .fitness-club__wrapper-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .fitness-club__wrapper-grid .grid-item {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 300px;
  }
  .fitness-club__wrapper-grid .grid-item__heading {
    padding: 0 15px 0 50px;
    position: relative;
    font-size: 21px;
  }
  .fitness-club__wrapper-grid .grid-item__heading::before {
    left: 0px;
  }
  .fitness-club__wrapper-grid .grid-item__description {
    padding: 15px 0 15px 0;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 1.3;
  }
  .people__wrapper {
    margin: 0 auto;
    padding-bottom: 90px;
    width: 85vw;
    max-width: 1160px;
  }
  .people__wrapper-heading {
    margin: 0 auto;
    padding: 90px 15px 60px 15px;
    line-height: 1.2;
    font-weight: 400;
  }
  .people__wrapper-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .people__wrapper-grid .grid-item {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 300px;
  }
  .people__wrapper-grid .grid-item__heading {
    padding: 0 15px 0 50px;
    position: relative;
    font-size: 21px;
  }
  .people__wrapper-grid .grid-item__heading::before {
    left: 0px;
  }
  .people__wrapper-grid .grid-item__description {
    padding: 15px 0 15px 0;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 760px) {
  .benefits__items-image {
    width: 330px;
    right: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .benefits__items {
    max-width: 1160px;
  }
  .benefits__items-text {
    padding-top: 160px;
    max-width: 610px;
  }
  .benefits__items-text-heading {
    margin-left: 0;
  }
  .benefits__items-text-description {
    margin-left: 0;
  }
  .benefits__items-image {
    bottom: 0%;
    right: 15%;
    width: 360px;
  }
  .apparat-slider {
    margin-top: 120px;
    margin-bottom: 60px;
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper {
    align-items: baseline;
    height: 750px;
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    height: 750px;
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide .swiper-apparat-img {
    height: 450px;
    width: 260px;
    filter: blur(3px);
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide-next > img {
    transition: width 0.5s;
    transition: height 0.5s;
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide-active > img {
    height: 600px !important;
    width: 300px !important;
    filter: blur(0px) !important;
    transition: width 0.5s;
    transition: height 0.5s;
  }
  .apparat-slider .apparat-slider-swiper .swiper-wrapper .swiper-slide-prev > img {
    transition: width 0.5s;
    transition: height 0.5s;
  }
  .grid-item {
    max-width: 360px;
  }
}
@media screen and (min-width: 1400px) {
  .benefits__items-image {
    right: 18%;
    width: 420px;
  }
}
.service {
  color: #000;
  background-color: #FFED02;
  padding-top: 100px;
  height: 100vh;
  max-height: 730px;
  position: relative;
  margin-bottom: 90px !important;
}
.service__items-text {
  position: relative;
}
.service__items-text-heading {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 60px;
  padding: 0 15px;
  max-width: 760px;
}
.service__items-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  max-width: 550px;
}

.settings__items {
  text-align: center;
}
.settings__items-wrapper {
  padding: 0px 15px;
  text-align: center;
}
.settings__items-wrapper-img {
  margin-top: 30px !important;
  margin: 0 auto;
  width: 100px;
}
.settings__items-wrapper-img .settings-image {
  width: 100px;
}
.settings__items-wrapper-description {
  text-align: center;
  color: #000;
  font-family: "Mulish", sans-serif;
  line-height: 1.6;
  padding: 15px;
  font-size: 20px;
  font-weight: 200;
}

.overgroups {
  margin-top: 90px;
}
.overgroups__wrapper {
  padding-top: 60px;
  background-color: #EFEFEF;
}
.overgroups__wrapper-item1 {
  position: relative;
  padding: 30px 30px 30px 90px;
}
.overgroups__wrapper-item1::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 35px;
  width: 50px;
  height: 50px;
  background-image: url("../img/service_man_01.png");
  background-size: cover;
}
.overgroups__wrapper-item1-heading {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
}
.overgroups__wrapper-item1-description {
  color: #000;
  font-family: "Mulish", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 200;
}
.overgroups__wrapper-item2 {
  position: relative;
  padding: 30px 30px 90px 90px;
}
.overgroups__wrapper-item2::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 35px;
  width: 50px;
  height: 50px;
  background-image: url("../img/service_woman_01.png");
  background-size: cover;
}
.overgroups__wrapper-item2-heading {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
}
.overgroups__wrapper-item2-description {
  color: #000;
  font-family: "Mulish", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 200;
}

.halp {
  margin-top: 90px;
}
.halp__wrapper {
  background-color: #EFEFEF;
}
.halp__wrapper-item {
  position: relative;
  padding: 0px 30px 30px 90px;
}
.halp__wrapper-item::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 5px;
  width: 50px;
  height: 50px;
  background-image: url("../img/service_icon_03.png");
  background-size: cover;
}
.halp__wrapper-item-heading {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
}
.halp__wrapper-item-description {
  color: #000;
  font-family: "Mulish", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 200;
}

@media screen and (min-width: 426px) {
  .service {
    padding-top: 100px;
    height: 100vh;
    max-height: 100vh;
    position: relative;
    margin-bottom: 90px !important;
  }
  .service__items-text {
    position: relative;
  }
  .service__items-text-heading {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 43px;
    line-height: 80px;
    padding: 0 15px;
    max-width: 760px;
  }
  .service__items-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
  .settings {
    margin-top: 120px;
  }
  .settings__items-wrapper {
    padding: 0px;
    text-align: center;
  }
  .settings__items-wrapper-img {
    margin-top: 60px !important;
    margin: 0 auto;
    width: 100px;
  }
  .settings__items-wrapper-img .settings-image {
    width: 100px;
  }
  .settings__items-wrapper-description {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 560px;
    text-align: center;
    color: #000;
    font-family: "Mulish", sans-serif;
    line-height: 1.6;
    padding: 0px;
    font-size: 20px;
    font-weight: 200;
  }
  .overgroups {
    margin-top: 90px;
  }
  .overgroups__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .overgroups__wrapper-item1 {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 520px;
  }
  .overgroups__wrapper-item1::before {
    left: -70px;
    top: 35px;
    width: 50px;
    height: 50px;
  }
  .overgroups__wrapper-item1-heading {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .overgroups__wrapper-item1-description {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 200;
  }
  .overgroups__wrapper-item2 {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 520px;
  }
  .overgroups__wrapper-item2::before {
    left: -70px;
    top: 35px;
    width: 50px;
    height: 50px;
  }
  .overgroups__wrapper-item2-heading {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .overgroups__wrapper-item2-description {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 200;
  }
  .halp {
    margin-top: 90px;
  }
  .halp__wrapper-item {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 520px;
  }
  .halp__wrapper-item::before {
    left: -70px;
    top: 35px;
    width: 50px;
    height: 50px;
  }
  .halp__wrapper-item-heading {
    color: #000;
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .halp__wrapper-item-description {
    color: #000;
    font-family: "Mulish", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 200;
  }
}
@media screen and (min-width: 700px) {
  .service {
    padding-top: 100px;
    height: 100vh;
    max-height: 720px;
    position: relative;
    margin-bottom: 90px !important;
  }
  .service__items-text {
    position: relative;
  }
  .service__items-text-heading {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 43px;
    line-height: 80px;
    padding: 0 15px;
    max-width: 760px;
    padding-right: 0px;
    padding-top: 140px;
    margin-left: 50px;
  }
  .service__items-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 620px;
    max-width: 100%;
  }
  .settings {
    margin-top: 120px;
  }
  .settings__items {
    display: flex;
    justify-content: space-around;
  }
  .settings__items-wrapper {
    padding: 0px;
    text-align: center;
  }
  .settings__items-wrapper-img {
    margin-top: 60px !important;
    margin: 0 auto;
    width: 100px;
  }
  .settings__items-wrapper-img .settings-image {
    width: 100px;
  }
  .settings__items-wrapper-description {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 420px;
    text-align: center;
    color: #000;
    font-family: "Mulish", sans-serif;
    line-height: 1.6;
    padding: 0px;
    font-size: 20px;
    font-weight: 200;
  }
  .overgroups {
    margin-top: 90px;
  }
  .overgroups__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .overgroups__wrapper-item1 {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 980px;
    padding-left: 160px;
  }
  .overgroups__wrapper-item1::before {
    left: 5px;
    top: 35px;
    width: 120px;
    height: 120px;
  }
  .overgroups__wrapper-item2 {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 980px;
    padding-left: 160px;
  }
  .overgroups__wrapper-item2::before {
    left: 5px;
    top: 35px;
    width: 120px;
    height: 120px;
  }
  .halp {
    margin-top: 90px;
  }
  .halp__wrapper-item {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 980px;
    padding-left: 160px;
  }
  .halp__wrapper-item::before {
    left: 5px;
    top: 35px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .service {
    padding-top: 100px;
    height: 100vh;
    max-height: 720px;
  }
  .service__items-text {
    position: relative;
    z-index: 5;
  }
  .service__items-text-heading {
    padding-right: 0px;
    padding-top: 140px;
    margin-left: 0px;
  }
  .service__items-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 850px;
    max-width: 100%;
  }
  .settings {
    margin-top: 120px;
  }
  .settings__items {
    margin: 0 auto;
    max-width: 1160px;
    display: flex;
    justify-content: space-between;
  }
  .settings__items-wrapper {
    padding: 0px;
    text-align: center;
  }
  .settings__items-wrapper-description {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 560px;
  }
  .overgroups__wrapper-item1 {
    max-width: 1160px;
  }
  .overgroups__wrapper-item2 {
    margin-top: 60px;
    max-width: 1160px;
  }
  .halp {
    margin-top: 90px;
  }
  .halp__wrapper-item {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 1160px;
    padding-left: 160px;
  }
  .halp__wrapper-item::before {
    left: 5px;
    top: 35px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 700px) {
  .general {
    height: 100vh;
  }
  .general__inside-heading {
    margin-left: 25px;
  }
  .general__inside-img {
    margin: 20px 0 0 25px;
  }
  .general__inside-text {
    margin-left: 25px;
    color: #ffffff;
    font-size: 41px;
    line-height: 55px;
    font-weight: 200;
    opacity: 0.85;
  }
  .general__inside-mouse {
    width: 70px;
    height: 70px;
  }
  .general__inside-moot {
    width: 40px;
    height: 40px;
  }
  .general__inside-moot1 {
    background-image: url("../img/sound.svg");
  }
  .about-text {
    font-size: 46px;
    padding-top: 30px;
    padding-left: 20px;
  }
  .hide {
    display: block;
  }
}
@media screen and (min-width: 990px) {
  .navbar {
    height: 80px;
  }
  .navbar-brand-img {
    max-height: 80px !important;
    margin-bottom: 0px !important;
    margin-left: 30px;
  }
  .navbar-nav .nav-link {
    font-size: 16px !important;
    margin-right: 10px;
  }
  #en {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .navbar-nav {
    padding-top: 0px !important;
  }
  .general__inside-heading {
    padding-top: 270px;
  }
  .general__inside-text {
    margin-top: 30px;
  }
  .img-general {
    max-width: 480px !important;
  }
}
@media screen and (min-width: 1230px) {
  .wrapper-footer {
    justify-content: space-between !important;
  }
  .footer__text {
    max-width: 560px;
  }
  .footer-form {
    max-width: 560px;
  }
  .about {
    margin-top: 30px;
  }
  .about__items-wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
  }
  .about__items-wrap-power {
    width: 560px;
  }
  .about__items-wrap-power-1 {
    width: 100%;
  }
  .about__items-wrap-service {
    width: 560px;
  }
  .about__items-wrap-service-1 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .slider .swiper-wrapper .swiper-slide > video {
    max-width: 14vw;
  }
}
.text_points {
  max-width: 1170px;
  width: 80vw;
  margin: 0 auto;
  color: #171717;
}
.text_points_text {
  font-family: "Mulish", sans-serif;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}

.span-markup_points {
  color: #ec5401;
}

.points_address {
  color: #171717;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.5em;
  padding: 0 15px;
  padding-bottom: 30px;
  text-align: center;
}

.points_assort {
  color: #171717;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.5em;
  padding: 0 15px;
  padding-bottom: 30px;
  text-align: center;
  margin-top: 30px;
}

.table_points {
  color: #000;
  width: 100%;
}

.table_points_wrapper {
  max-width: 1170px;
  width: 100vw;
  margin: 0 auto;
}

.th_1 {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  width: 10vw;
}

.th_2 {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  width: 30vw;
}

.th_3 {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 100px;
}

.td_1 {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  width: 10vw;
}

.td_2 {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.td_3 {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  width: 30vw;
  height: 100px;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.card_rec {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  color: #171717;
  width: 80vw;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.card_rec h2 {
  margin-top: 0;
}

.link-info {
  color: #ec5401;
}

.link-info-msk {
  color: #ec5401;
}

.wrapper-doc {
  padding: 0 30px;
  max-width: 1170px;
  margin: 0 auto;
  color: #171717;
  padding-top: 90px;
}

.p-left {
  padding-top: 0px;
  font-size: 15px;
  margin-bottom: 30px;
}

.p-left-reg {
  padding-top: 0px;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 30px;
}

.h1-center {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

.flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.simple-text {
  text-indent: 30px;
  margin-bottom: 5px;
  line-height: 30px;
}

.term-heading {
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  margin: 30px 0;
}

.newTable_points_wrapper {
  max-width: 1170px;
  width: 90vw;
  margin: 0 auto;
}

.newData-table {
  width: 90%;
}

.newTh_1 {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  width: 15vw;
}

@media screen and (min-width: 1435px) {
  .navbar {
    height: 93px;
  }
  .navbar-nav {
    max-width: 1406px !important;
    margin-right: 20px;
  }
  .wrapper-doc {
    padding-top: 142px;
  }
  .video-comp {
    padding-top: 45px;
  }
}
@media screen and (max-width: 450px) {
  .newTh_1 {
    font-size: 12px;
  }
  .navbar-nav {
    height: 100vh;
  }
}/*# sourceMappingURL=style.css.map */