@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,900&display=swap);

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em
}

.blocker.behind {
  background-color: transparent
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px
}

.modal-spinner>div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5)
  }

  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5)
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0)
  }
}

@font-face {
  font-family: 'Bebas Neue';
  src: local("Bebas Neue Thin"), local("BebasNeue-Thin"), url("../fonts/bebasneue/bebasneuethin.woff2") format("woff2"), url("../fonts/bebasneue/bebasneuethin.woff") format("woff"), url("../fonts/bebasneue/bebasneuethin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: local("Bebas Neue Light"), local("BebasNeue-Light"), url("../fonts/bebasneue/bebasneuelight.woff2") format("woff2"), url("../fonts/bebasneue/bebasneuelight.woff") format("woff"), url("../fonts/bebasneue/bebasneuelight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: local("Bebas Neue Book"), local("BebasNeueBook"), url("../fonts/bebasneue/bebasneuebook.woff2") format("woff2"), url("../fonts/bebasneue/bebasneuebook.woff") format("woff"), url("../fonts/bebasneue/bebasneuebook.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"), url("../fonts/bebasneue/bebasneueregular.woff2") format("woff2"), url("../fonts/bebasneue/bebasneueregular.woff") format("woff"), url("../fonts/bebasneue/bebasneueregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: local("Bebas Neue Bold"), local("BebasNeueBold"), url("../fonts/bebasneue/bebasneuebold.woff2") format("woff2"), url("../fonts/bebasneue/bebasneuebold.woff") format("woff"), url("../fonts/bebasneue/bebasneuebold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Lintel;
  src: url(../fonts/Lintel/Lintel.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Lintel;
  src: url("../fonts/Lintel/Lintel Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Lintel;
  src: url("../fonts/Lintel/Lintel ExtraBold.ttf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Micra';
  src: url("../fonts/Micra.ttf");
}

@font-face {
  font-family: 'Micra Bold';
  src: url("../fonts/Micra-Bold.ttf");
}

@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url("../fonts/HelveticaNeueMedium.ttf");
}

@font-face {
  font-family: 'Helvetica Neue Light';
  src: url("../fonts/HelveticaNeueLight.ttf");
}

@font-face {
  font-family: 'Helvetica Neue Roman';
  src: url("../fonts/HelveticaNeue-Roman.otf");
}

@font-face {
  font-family: 'Helvetica Neue 55 Roman';
  src: url("../fonts/HelveticaNeue-55-Roman.ttf");
}

@font-face {
  font-family: 'Dubai';
  src: local("Dubai Bold"), local("Dubai-Bold"), url("../fonts/dubai/DubaiW23-Bold.eot") format("eot"), url("../fonts/dubai/DubaiW23-Bold.woff2") format("woff2"), url("../fonts/dubai/DubaiW23-Bold.woff") format("woff"), url("../fonts/dubai/DubaiW23-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: 'Dubai';
  src: local("Dubai Light"), local("Dubai-Light"), url("../fonts/dubai/DubaiW23-Light.eot") format("eot"), url("../fonts/dubai/DubaiW23-Light.woff2") format("woff2"), url("../fonts/dubai/DubaiW23-Light.woff") format("woff"), url("../fonts/dubai/DubaiW23-Light.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: 'Dubai';
  src: local("Dubai Regular"), local("Dubai-Regular"), url("../fonts/dubai/DubaiW23-Regular.eot") format("eot"), url("../fonts/dubai/DubaiW23-Regular.woff2") format("woff2"), url("../fonts/dubai/DubaiW23-Regular.woff") format("woff"), url("../fonts/dubai/DubaiW23-Regular.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: 'Dubai';
  src: local("Dubai Medium"), local("Dubai-Medium"), url("../fonts/dubai/DubaiW23-Medium.eot") format("eot"), url("../fonts/dubai/DubaiW23-Medium.woff2") format("woff2"), url("../fonts/dubai/DubaiW23-Medium.woff") format("woff"), url("../fonts/dubai/DubaiW23-Medium.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Cond';
  src: local("Helvetica Cond Bold"), url("../fonts/HelveticaNeue-Condensed Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: 'HelveticaNeue Condesed Bold';
  src: local("Helvetica Cond Bold"), url("../fonts/HelveticaNeue-Condensed Bold.ttf");
}

@font-face {
  font-family: 'Helvetica Cond';
  src: local("Helvetica Cond"), url("../fonts/HelveticaNeue-Condensed.ttf");
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue MediumCond';
  src: local("Helvetica Cond"), url("../fonts/HelveticaMedCd.ttf");
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica 45';
  src: local("Helvetica 45 Light"), url("../fonts/Helvetica-45-Light.ttf");
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica 95 Black';
  src: local("Helvetica 95 Black"), url("../fonts/helvetica-95-black.otf");
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica 67 Medium Cond';
  src: local("Helvetica 67 Medium Cond"), url("../fonts/Helvetica-67-Medium-Condensed.ttf");
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue 55 Roman';
  src: local("Helvetica Neue 55 Roman"), url("../fonts/HelveticaNeue-55-Roman.ttf");
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), url("../fonts/Roboto-Regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica 55 Roman';
  src: local("Helvetica 55 Roman"), url("../fonts/Helvetica 55 Roman.ttf");
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica45 Light';
  src: url("../fonts/HelveticaNeue-Light.otf");
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica 75 Bold';
  src: local("Helvetica 75 Bold"), url("../fonts/HelveticaNeue-Bold.otf");
  font-style: normal;
}

.section-transform {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 90px;
}

.section-transform__title {
  margin-top: 120px;
  font-family: "Micra Bold", sans-serif !important;
  font-style: normal !important;
  font-size: 30px !important;
}

.section-transform__images {
  margin-top: 30px;
  display: flex;
}

.section-transform__image-container {
  padding: 0 10px;
}

.section-transform__image {
  max-width: 100%;
}

.section-transform__cta {
  font-family: "Helvetica Neue Medium", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  background: #FF0000;
  border-radius: 500px;
  padding: 20px 30px 20px 30px;
  margin-top: 25px;
  cursor: pointer;
}

.ar .section-transform__cta {
  font-family: 'Dubai Medium', sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.section-transform__motivation {
  margin-top: 25px;
  color: #ff0000;
  font-family: Lintel, sans-serif;
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 20px;
}

.section-transform__tagline--pc-hidden {
  display: none;
}

.section--third {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-helping {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-helping__title {
  margin-top: 50px;
  text-align: center;
}

.section-helping__images {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.ar .section-helping__images {
  margin-bottom: 30px;
}

.section-helping__image-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
}

.section-helping__image-container:first-child {
  margin-left: 0;
}

.section-helping__image-container:last-child {
  margin-right: 0;
}

.section-helping__image {
  max-width: 100%;
}

.section-helping__alt {
  font-size: 25px;
  line-height: 29px;
  font-family: "Helvetica Neue Medium", sans-serif;
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

.ar .section-helping__alt {
  font-family: 'Dubai Medium', sans-serif;
  font-size: 25px;
  line-height: 33px;
}

.section-pluses {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-pluses__title {
  text-align: center;
  margin-top: 50px;
}

.section-pluses__red-text {
  color: red;
}

.section-pluses__text-margin {
  margin: 0 10px;
}

.pluses {
  display: flex;
  margin-top: 50px;
  flex-direction: row;
  align-items: center;
}

.ar .pluses {
  direction: ltr;
}

.pluses__video {
  width: 810px;
  height: 364px;
  margin-top: 50px;
}

.pluses__mobile-container {
  display: none;
}

.pluses__container {
  flex: 1;
  margin-bottom: 40px;
}

.pluses__container:nth-child(2) {
  max-width: 280px;
}

.pluses__container:last-child {
  max-width: 210px;
}

.ar .pluses__container:nth-child(3) .plus {
  flex-direction: row-reverse;
}

.pluses__container:first-child .plus {
  flex-direction: row-reverse;
}

.pluses__container:first-child .plus__title {
  text-align: right;
  margin-left: 0;
  margin-right: 20px;
}

.plus {
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: row;
}

.plus:not(:first-child) {
  margin-top: 30px;
}

.plus__title {
  font-size: 25px;
  line-height: 29px;
  font-family: "Helvetica Neue Light", sans-serif;
  color: #fff;
  margin-right: 0;
  margin-left: 20px;
}

.ar .plus__title {
  font-family: 'Dubai Light', sans-serif;
  font-size: 25px;
  line-height: 33px;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 300px;
}

.plus__image {
  width: 40px;
  height: 40px;
  max-width: 100%;
}

.plus__device {
  margin: 0 77px;
  margin-bottom: -18px;
}

.ar .plus__device {
  margin-bottom: -5px;
}

@media all and (max-width: 400px) {
  .pluses__video {
    width: 100%;
    margin-top: 50px;
  }
}

.section--sixth {
  background-color: white;
}

.section-feature {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.section-feature__title {
  text-align: center;
  font-size: 30px;
  line-height: 31px;
}

.section-feature__red-text {
  color: red;
  font-size: 45px;
  margin: 0 10px;
}

.section-feature__container {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 50px 0 80px 0;
  width: 100%;
  font-family: "Helvetica Neue Roman", sans-serif;
}

.feature {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.feature:not(:first-child) {
  margin-top: 90px;
}

.feature:nth-child(2) {
  flex-direction: row-reverse;
}

.feature__img-container {
  width: 552px;
  height: 319px;
}

.feature__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
  padding: 30px 30px 40px 30px;
  max-width: 520px;
}

.ar .feature__container {
  font-family: 'Dubai Medium', sans-serif;
}

.feature__title {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 41px;
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: bold;
}

.ar .feature__title {
  font-family: 'Dubai Medium', sans-serif;
  font-size: 35px;
  line-height: 59px;
  text-align: right;
}

.feature__description {
  font-size: 18px;
  line-height: 21px;
}

.feature__notice {
  margin: 25px 0;
  padding-left: 20px;
  border-left: 8px solid #FF0000;
  font-family: "Helvetica Neue Medium", sans-serif;
  font-style: italic;
}

.ar .feature__notice {
  font-family: 'Dubai Medium', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

.section--eighth {
  background: url("../img/eighth-bg.png") no-repeat;
  background-position: unset !important;
}

.section-request {
  min-height: 500px;
  justify-content: center;
  padding: 50px 0 40px 0;
}

.section-request__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}

.section-request__title {
  color: white;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 67px;
  text-align: center;
  font-family: 'HelveticaNeue Condesed Bold', sans-serif;
  font-weight: bold;
}

.section-request__addition {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
}

.ar .section-request__addition {
  font-family: 'Dubai Regular', sans-serif;
}

.section-request__link {
  max-width: 250px;
  font-size: 18px;
  line-height: 21px;
  font-family: "Helvetica Neue Medium", sans-serif;
  padding: 20px 40px;
  color: white;
  background-color: #e31d1d;
  box-shadow: 0 0 30px 10px #e31d1d;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.ar .section-request__link {
  font-size: 20px;
  font-family: "Dubai Medium", sans-serif;
  width: 100%;
}

.section-request__logo {
  margin-top: 40px;
}

.section-request .section--eighth {
  background-position: 35% !important;
}

.section-our-location {
  display: flex;
}

.section-our-location__container {
  flex: 1 0 9%;
  display: flex;
  justify-content: flex-end;
}

.section-our-location__map {
  flex: 1;
}

.our-location__container {
  display: flex;
  flex-direction: column;
}

.our-location__content {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  margin-right: 97px;
  justify-content: space-between;
  padding: 93px 0;
}

.our-location--title {
  font-family: 'Micra Bold', sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 31px;
  color: #061127;
  margin-bottom: 56px;
}

.our-location--title span {
  color: #ff0000;
}

.our-location--line {
  display: none;
  margin-top: 20px;
  margin-bottom: 37px;
  width: 47px;
  height: 4px;
  background: #061127;
}

.location__divider {
  height: 1px;
  width: 100%;
  max-width: 87%;
  background: #E0E0E0;
  margin: 30px 0;
}

.location--item {
  display: flex;
  justify-content: space-between;
}

.location--description {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.location--point {
  width: 15px;
  height: 20px;
  background: url(../img/icons/location.svg) no-repeat;
  background-size: contain;
}

.location--text {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  margin-left: 15px;
  color: #000000;
}

.location--text-lower {
  font-weight: normal;
}

.location--text p {
  margin: 0;
}

.location--button {
  font-family: 'Roboto';
  align-self: flex-end;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1em;
  line-height: 21px;
  text-align: center;
  width: 196px;
  margin-left: 40px;
  padding: 16px 19px;
  background: #000000;
  color: #FFFFFF;
  cursor: pointer;
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .our-location__content {
    padding: 66px 0;
  }
}

@media all and (max-width: 1240px) and (min-width: 992px) {
  .our-location__content {
    margin-right: 60px;
    padding: 50px 0;
  }

  .location--button {
    width: 170px;
    font-size: 16px;
  }

  .location--text {
    font-size: 18px;
  }
}

@media all and (max-width: 992px) {
  .section-our-location {
    flex-direction: column;
    align-items: center;
  }

  .section-our-location__map {
    width: 100%;
    height: 384px;
  }

  .our-location__content {
    align-items: center;
    margin-right: 0;
    max-height: 100%;
    padding: 50px 0;
  }

  .our-location--title {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0px;
  }

  .our-location--line {
    display: block;
  }

  .our-location--container {
    padding-bottom: 50px;
    width: 100%;
  }

  .location__divider {
    margin: 40px 0;
    max-width: 100%;
  }

  .location--item {
    flex-direction: column;
    align-items: flex-start;
  }

  .location--button {
    margin: 0;
    margin-left: 33px;
    margin-top: 20px;
    align-self: flex-start;
  }
}

.location-popup.modal {
  max-width: 485px;
  background: unset;
  padding: 0px;
  border-radius: unset;
  box-shadow: none;
  overflow: unset;
}

.blocker {
  z-index: 999;
  padding: 0px;
}

.modal a.close-modal {
  top: -36px;
  right: -36px;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/close-location-popup.png");
}

.location-popup {
  display: none;
}

.location-popup p {
  margin: 0;
}

.location-popup__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 485px;
  padding: 40px 33px 44px 33px;
  margin: 0 auto;
  background: #FFFFFF;
}

.location-popup__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-popup__title {
  font-family: 'Helvetica 75 Bold', sans-serif;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}

.location-popup__subtitle {
  font-family: 'Helvetica 55 Roman', sans-serif;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}

.location-popup form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.location-popup__input {
  font-family: 'Helvetica45 Light';
  font-size: 18px;
  line-height: 21px;
  color: #4F4F4F;
  border: 1px solid #F2F2F2;
  padding-top: 18px;
  padding-left: 26px;
  padding-bottom: 22px;
  max-width: 330px;
  width: 100%;
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  height: 63px !important;
}

.location-popup__input-container {
  max-width: 330px;
  width: 100%;
  margin-bottom: 15px;
}

.location-popup__input:nth-child(3) {
  margin-bottom: 20px;
}

.location-popup__submit {
  font-family: 'Helvetica 75 Bold', sans-serif;
  border: none;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 19px 54px;
  background: #FF0000;
  box-shadow: 0 4px 0px #CC0000;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .modal a.close-modal {
    top: 10px;
    right: 7px;
    width: 15px;
    height: 15px;
    background-image: url("../img/close-location-popup-mob.png");
  }

  .location-popup__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 485px;
    padding: 40px 19px 44px 19px;
    margin: 0 auto;
    background: #FFFFFF;
  }

  .location-popup__title {
    font-size: 21px;
    line-height: 26px;
  }

  .location-popup__subtitle {
    margin-bottom: 25px;
  }

  .location-popup__input {
    padding-left: 0px;
    text-align: center;
  }

  .location-popup__submit {
    font-size: 18px;
    line-height: 21px;
    max-width: 330px;
    width: 100%;
    padding: 19px 0px;
  }
}

.rehabilitation-page {
  background: #ffffff;
}

.lost-weight .page-home__offer {
  align-items: flex-start;
}

.lost-weight .page-home--lw {
  background: url("../img/i-motion-team.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.lost-weight .page-home--rehab {
  background: url("../img/rehabilitation/bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.lost-weight .page-home__form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 457px;
}

.ar .lost-weight .page-home__form--rehab {
  max-width: 460px;
}

.lost-weight .page-home__main-title {
  font-family: 'Helvetica Cond', sans-serif;
  font-size: 60px;
  line-height: 73px;
  color: #05132D;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.ar .lost-weight .page-home__main-title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
}

.lost-weight .page-home__main-title--rehab {
  font-family: 'Helvetica 95 Black', sans-serif;
  font-size: 37px;
  line-height: 43px;
  text-transform: uppercase;
  color: #000000;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  max-width: 90%;
}

.ar .lost-weight .page-home__main-title--rehab {
  max-width: 100%;
  font-size: 40px;
  line-height: 60px;
}

.lost-weight .page-home__description {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 35px;
  line-height: 41px;
  color: #05132D;
  margin-top: 15px;
}

.ar .lost-weight .page-home__description {
  font-family: 'Dubai Medium', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 68px;
  margin-top: 15px;
}

.lost-weight .page-home__description--rehab {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-size: 25px;
  line-height: 31px;
}

.ar .lost-weight .page-home__description--rehab {
  font-size: 30px;
  line-height: 51px;
}

.lost-weight .limited-offer {
  background: rgba(6, 17, 39, 0.9);
  display: flex;
  margin-top: 40px;
}

.ar .lost-weight .limited-offer {
  flex-direction: row-reverse;
  margin-top: 30px;
}

.lost-weight .limited-offer--rehab {
  background: #000000;
}

.ar .lost-weight .limited-offer--rehab {
  margin-top: 18px;
}

.lost-weight .limited-offer__more {
  font-family: 'Helvetica Neue 55 Roman', sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  margin-top: 15px;
}

.lost-weight .limited-offer__title {
  display: block;
  background: transparent;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  padding: 0;
  text-transform: capitalize;
}

.ar .lost-weight .limited-offer__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 51px;
}

.lost-weight .limited-offer__list {
  margin-top: 10px;
}

.ar .lost-weight .limited-offer__list {
  margin-top: 15px;
}

.lost-weight .limited-offer__list-item {
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.ar .lost-weight .limited-offer__list-item {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 35px;
}

.ar .lost-weight .limited-offer__list-item:not(:first-child) {
  padding-top: 5px;
}

.lost-weight .limited-offer__list-item::before {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  background: url("../img/nice-ok.svg") no-repeat;
  margin-right: 10px;
}

.ar .lost-weight .limited-offer__list-item::before {
  margin-right: 0;
  margin-left: 10px;
}

.ar .lost-weight .limited-offer__list--rehab {
  margin-top: 0;
}

.lost-weight .limited-offer__line {
  width: 10px;
  background: #FF0000;
}

.lost-weight .limited-offer__container {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-right: 40px;
}

.ar .lost-weight .limited-offer__container {
  padding: 15px 23px 30px 23px;
}

.lost-weight .text-red {
  text-transform: uppercase;
}

.lost-weight .text-bold {
  display: inline;
}

.lost-weight .home-form {
  width: 100%;
  padding: 31px 40px 40px 40px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
}

.lost-weight .home-form__title {
  white-space: nowrap;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-family: 'Helvetica Cond', sans-serif;
  padding-bottom: 30px;
}

.ar .lost-weight .home-form__title {
  font-family: 'Dubai', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  white-space: normal;
  max-width: 74%;
  display: flex;
  align-self: center;
}

.lost-weight .home-form__input {
  background: transparent;
  border: 1px solid #E0E0E0;
}

.ar .lost-weight .home-form__input {
  font-family: 'Dubai Light', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 42px;
  padding: 14px 27px 14px 0;
}

.lost-weight .home-form__submit {
  border: none;
  border-radius: 5px;
  margin-top: 15px;
}

.ar .lost-weight .home-form__submit {
  font-family: 'Dubai', sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}

.lost-weight .section-why__title {
  display: none;
}

.lost-weight .section-why__devider {
  display: none;
}

.ar .lost-weight .section-why__container {
  padding-left: 0;
  padding-right: 70px;
}

.lost-weight .what-ems {
  padding-left: 70px;
}

.lost-weight .what-ems__title {
  font-family: "Micra Bold", sans-serif;
  font-size: 40px;
  line-height: 41px;
  color: #05132D;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
}

.lost-weight .what-ems__title--rehab {
  font-family: 'Micra Bold', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 41px;
  color: #000000;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
}

.ar .lost-weight .what-ems__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 68px;
}

.lost-weight .what-ems__description {
  margin-top: 30px;
  font-family: 'Helvetica Neue Medium', sans-serif;
  font-size: 30px;
  line-height: 35px;
  color: #05132D;
}

.ar .lost-weight .what-ems__description {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 42px;
  max-width: 95%;
}

.lost-weight .what-ems__text {
  margin-top: 25px;
  font-family: "Helvetica Neue Roman", sans-serif, sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #05132D;
}

.ar .lost-weight .what-ems__text {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
}

.lost-weight .section__title {
  text-align: center;
  margin-top: 70px;
}

.lost-weight .section--why {
  background: #eeeeee;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 70px;
}

.ar .lost-weight .section--why {
  border: 0;
  padding-bottom: 0;
}

.lost-weight .section--rehub {
  background: #ffffff;
}

.ar .lost-weight .section-why {
  padding-bottom: 90px;
  border-bottom: 1px solid #BDBDBD;
}

.lost-weight .section--third {
  background: #F2F2F2;
}

.lost-weight .what-expect {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
  width: 100%;
}

.ar .lost-weight .what-expect {
  flex-direction: row-reverse;
}

.lost-weight .what-expect__column {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.lost-weight .what-expect__column:first-child {
  max-width: 449px;
}

.lost-weight .what-expect__column:last-child {
  max-width: 360px;
}

.lost-weight .what-expect__img-container--rehab {
  margin: 0 60px;
}

.ar .lost-weight .what-expect__img-container--rehab {
  margin: 0;
}

.lost-weight .benefit {
  display: flex;
  flex-direction: column;
}

.lost-weight .benefit__row {
  display: flex;
  align-items: center;
}

.lost-weight .benefit__title {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-left: 15px;
  text-align: left;
}

.ar .lost-weight .benefit__title {
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  max-width: 80%;
}

.lost-weight .benefit__container {
  display: flex;
  flex-direction: column;
}

.lost-weight .benefit__description {
  font-family: "Helvetica Neue Roman", sans-serif;
  font-size: 20px;
  line-height: 23px;
  padding-top: 15px;
  padding-left: 55px;
}

.ar .lost-weight .benefit__description {
  padding-left: 0;
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
}

.ar .lost-weight .benefit__description--rehab {
  padding-right: 55px;
}

.lost-weight .section-benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 75px;
}

.ar .lost-weight .section-benefits__title {
  font-family: 'Dubai', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 35px !important;
  line-height: 59px !important;
}

.lost-weight .section-benefits__container {
  display: flex;
  justify-content: space-between;
  padding-top: 67px;
  width: 100%;
}

.ar .lost-weight .section-benefits__container {
  flex-direction: row-reverse;
}

.lost-weight .section-benefits__divider {
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  margin: 0 30px;
}

.lost-weight .section-benefits__divider--pc-hidden {
  display: none;
}

.lost-weight .section-benefits__item {
  max-width: 360px;
  width: 100%;
}

.lost-weight .section-benefits__video {
  height: 210px;
}

.lost-weight .section-benefits__description {
  color: #fff;
  font-family: 'Helvetica Neue Light', sans-serif;
  font-size: 20px;
  line-height: 23px;
  padding-top: 30px;
}

.ar .lost-weight .section-benefits__description {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

.lost-weight .section--second {
  background: url(../img/second-bg.png) no-repeat center 104%;
}

.lost-weight .section-why-expect {
  width: 100%;
  max-width: 1230px !important;
}

.ar .lost-weight .section-why-expect {
  max-width: 1257px !important;
}

.lost-weight .section--benefits {
  background: url("../img/benefits-bg.png") no-repeat right;
  background-size: cover;
}

.lost-weight .section--rehab-benefits {
  background: url("../img/rehabilitation/benifits-bg.png") no-repeat right;
  background-size: cover;
}

.lost-weight .section--become-fit {
  background: url("../img/become-fit.png") no-repeat;
  background-size: cover;
}

.lost-weight .section-transform--white-bg {
  background: #eeeeee;
}

.ar .lost-weight .section-transform--white-bg {
  background: none;
}

.ar .lost-weight .section-transform__title {
  margin-top: 38px;
  font-family: 'Dubai', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 35px !important;
  line-height: 59px !important;
  max-width: 70%;
}

.ar .lost-weight .section-transform__images {
  margin-top: 60px;
}

.lost-weight .top-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0;
}

.lost-weight .top-logo--pc-hidden {
  display: none;
}

.ar .lost-weight .header__link-title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
}

.ar .lost-weight .header__inst {
  direction: ltr;
}

.ar .lost-weight .header__social-links {
  flex-direction: row-reverse;
}

.ar .lost-weight .header__social-link:not(:last-child) {
  margin-left: 0;
  margin-right: 40px;
}

.ar .lost-weight .header__language-title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
}

.lost-weight .header__logo-title {
  font-family: 'Helvetica Neue Light', sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.lost-weight .header__logo-title--bold {
  font-family: "Micra", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ar .lost-weight .header__logo-title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.ar .lost-weight .header__logo-title--rehab {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 41px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .lost-weight .header__top {
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 15px 25px 15px;
  }

  .lost-weight .header__logo-mob {
    max-width: 150px;
    width: 100%;
  }

  .lost-weight .header__logo-img {
    width: 100%;
    object-fit: cover;
  }

  .lost-weight .header__language {
    max-width: 60px;
  }

  .lost-weight .header__social-link:last-child {
    display: flex;
  }

  .ar .lost-weight .header__social-link:last-child {
    padding-left: 24px;
  }

  .lost-weight .header__social-link--mob-hidden {
    display: none;
  }

  .lost-weight .header__social-links {
    width: unset;
  }

  .lost-weight .header__top-container {
    flex-direction: row;
    padding: 0;
  }

  .lost-weight .header__language-name {
    display: none;
  }

  .lost-weight .header__language-container {
    justify-content: center;
    padding: 0;
  }

  .lost-weight .header__language-icon {
    width: 40px;
    height: 40px;
  }

  .lost-weight .header__language-switcher {
    top: 50px;
  }

  .ar .lost-weight .header__link-title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
  }

  .lost-weight .header__link-phone {
    color: #fff;
    text-decoration: none;
    font-family: "Helvetica Neue Medium", sans-serif, sans-serif !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 31px !important;
  }

  .lost-weight .header__social-link-phone {
    text-decoration: none;
  }

  .ar .lost-weight .header__social-link-phone {
    direction: rtl;
  }

  .lost-weight .header__link-location {
    display: none !important;
  }

  .lost-weight .header__bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .ar .lost-weight .header__link-inst:last-child {
    padding-left: 0;
  }

  .ar .lost-weight .header__inst-name {
    padding-left: 10px;
    padding-right: 0;
  }

  .ar .lost-weight .header--rehab {
    direction: ltr;
  }

  .lost-weight .top-logo--pc-hidden {
    display: flex;
  }

  .lost-weight .page-home--rehab {
    padding-top: 60px;
    background: url("../img/rehabilitation/bg-mobile.png") no-repeat;
    background-size: contain;
  }

  .lost-weight .page-home__main {
    flex-direction: column;
    align-items: center;
    padding: 0 15px 60px 15px;
    max-width: 555px;
    margin: 0 auto;
  }

  .lost-weight .page-home__main-title {
    font-size: 45px;
    line-height: 54px;
  }

  .lost-weight .page-home__main-title--rehab {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  }

  .ar .lost-weight .page-home__main-title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
  }

  .lost-weight .page-home__description {
    font-size: 30px;
    line-height: 35px;
  }

  .ar .lost-weight .page-home__description {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 51px;
  }

  .lost-weight .page-home__description--rehab {
    font-size: 25px;
    line-height: 31px;
    text-align: center;
  }

  .ar .lost-weight .page-home__description--rehab {
    font-family: 'Dubai', sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    margin-top: 25px;
  }

  .lost-weight .page-home__offer {
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .lost-weight .page-home__form {
    width: 100%;
  }

  .lost-weight .limited-offer {
    margin-top: 24px;
    flex-direction: column;
  }

  .ar .lost-weight .limited-offer {
    flex-direction: column;
  }

  .ar .lost-weight .limited-offer--rehab {
    margin-top: 40px;
  }

  .lost-weight .limited-offer__line {
    height: 10px;
    width: 100%;
  }

  .lost-weight .limited-offer__title {
    font-size: 25px;
    line-height: 31px;
  }

  .lost-weight .limited-offer__title--rehab {
    font-weight: bold;
    font-size: 25px;
    line-height: 31px;
    text-align: left;
    color: #FFFFFF;
  }

  .ar .lost-weight .limited-offer__title--rehab {
    font-size: 25px;
    line-height: 35px;
    text-align: right;
    padding: 15px 0 22px 0;
  }

  .ar .lost-weight .limited-offer__title {
    text-align: right;
  }

  .lost-weight .limited-offer__list-item {
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    margin-bottom: 15px;
  }

  .ar .lost-weight .limited-offer__list-item {
    text-align: right;
    margin-bottom: 12px;
    align-items: flex-start;
  }

  .lost-weight .limited-offer__list-item:before {
    content: '';
    background: url(../img/nice-ok.svg) no-repeat;
    width: 20px;
    min-width: 20px;
    height: 17px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .lost-weight .limited-offer__list-item--rehab {
    align-items: flex-start;
  }

  .lost-weight .limited-offer__list-item--rehab:before {
    margin-top: 0;
    margin-left: 0;
  }

  .lost-weight .limited-offer__more {
    text-align: left;
  }

  .ar .lost-weight .limited-offer__more {
    text-align: right;
  }

  .lost-weight .limited-offer__list {
    margin-top: 20px;
  }

  .lost-weight .home-form {
    margin-top: 30px;
    width: 100%;
    border: 2px solid #FF0000;
    box-sizing: border-box;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.6);
  }

  .lost-weight .home-form--rehab {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
    padding: 35px 20px 22px 20px;
  }

  .ar .lost-weight .home-form {
    padding: 17px 20px;
  }

  .lost-weight .home-form__title {
    white-space: unset;
  }

  .ar .lost-weight .home-form__title {
    max-width: 100%;
  }

  .ar .lost-weight .home-form__submit {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
  }

  .lost-weight .home-form__submit--rehab {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .lost-weight .section-why {
    padding-top: 0;
  }

  .ar .lost-weight .section-why {
    padding-bottom: 50px;
  }

  .lost-weight .section-why__content {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }

  .lost-weight .section-why__container {
    margin-top: 34px;
    padding: 0 15px;
  }

  .ar .lost-weight .section-why__container {
    padding-right: 19px;
    max-width: 89%;
  }

  .lost-weight .section-why__video {
    width: 100%;
  }

  .lost-weight .section-why__title {
    display: block;
  }

  .ar .lost-weight .section-why__title {
    max-width: 90%;
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px !important;
    line-height: 50px;
  }

  .lost-weight .section-why__devider {
    display: block;
  }

  .lost-weight .what-ems__title {
    display: none;
  }

  .lost-weight .what-ems__description {
    font-size: 30px;
    line-height: 35px;
  }

  .ar .lost-weight .what-ems__description {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 42px;
  }

  .lost-weight .what-ems__text {
    font-size: 20px;
    line-height: 23px;
  }

  .ar .lost-weight .what-ems__text {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
  }

  .lost-weight .section-transform--rehab {
    background: #ffffff;
  }

  .ar .lost-weight .section-transform__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
    max-width: 100%;
  }

  .ar .lost-weight .section-transform__tagline {
    font-size: 55px;
    line-height: 93px;
  }

  .lost-weight .what-expect {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    margin-top: 50px;
    max-width: 600px;
  }

  .ar .lost-weight .what-expect {
    flex-direction: column;
  }

  .lost-weight .what-expect__img-container {
    order: 1;
    margin-bottom: 45px;
    max-width: 400px;
  }

  .lost-weight .what-expect__img-container--rehab {
    max-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
  }

  .ar .lost-weight .what-expect__img-container--rehab {
    margin: 0 0 60px 0;
  }

  .lost-weight .what-expect__img {
    width: 100%;
  }

  .lost-weight .what-expect__column:first-of-type {
    max-width: 100%;
    order: 2;
  }

  .lost-weight .what-expect__column:last-of-type {
    order: 3;
    margin-top: 40px;
    max-width: 100%;
  }

  .ar .lost-weight .what-expect__column:last-of-type {
    flex-direction: column-reverse;
  }

  .ar .lost-weight .what-expect__column:last-child .benefit:first-child {
    margin-top: 40px;
  }

  .ar .lost-weight .what-expect__column:last-child .benefit:last-child {
    margin-top: 0;
  }

  .lost-weight .benefit:not(:first-child) {
    margin-top: 40px;
  }

  .lost-weight .benefit__description {
    text-align: left;
    padding-top: 10px;
  }

  .ar .lost-weight .benefit__description {
    text-align: right;
    padding-right: 50px;
  }

  .lost-weight .benefit__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
  }

  .lost-weight .section-transform__images {
    flex-direction: unset;
    justify-content: center;
    flex-wrap: wrap;
  }

  .lost-weight .section--benefits {
    background-position: center;
  }

  .lost-weight .section--rehab-benefits {
    background: url("../img/rehabilitation/benifits-bg-mob.png");
  }

  .ar .lost-weight .section-benefits__title {
    max-width: 80%;
  }

  .lost-weight .section-benefits__container {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px 15px 0;
  }

  .lost-weight .section-benefits__description {
    padding-top: 25px;
  }

  .lost-weight .section-benefits__item:not(:last-child) {
    padding-bottom: 40px;
  }

  .lost-weight .section-benefits__divider {
    margin: 0 0 40px 0;
    width: 100%;
    height: 1px;
  }

  .lost-weight .section-benefits__divider--pc-hidden {
    display: block;
  }

  .ar .lost-weight .section-benefits__description {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Dubai Regular', sans-serif;
  }

  .ar .lost-weight .section-benefits__text-bottom {
    font-family: 'Dubai Regular', sans-serif;
    font-weight: normal;
  }

  .lost-weight .section--become-fit {
    background-position: -500px;
  }

  .lost-weight .section--third {
    display: block !important;
  }
}

@media (max-width: 380px) {
  .lost-weight .page-home--lw {
    background: url("../img/i-motion-team-mob.png") no-repeat;
  }

  .lost-weight .page-home__main-title--rehab {
    font-size: 26px;
  }

  .lost-weight .page-home__description--rehab {
    font-size: 22px;
  }

  .lost-weight .home-form__submit--rehab {
    font-size: 16px;
  }

  .lost-weight .section-why__title {
    margin-top: 0;
    max-width: 90%;
  }

  .lost-weight .header__logo-mob {
    max-width: 120px;
  }

  .lost-weight .header__link-phone {
    font-size: 22px !important;
  }
}

.page-home--bg {
  background: url("../img/home-bg.png") no-repeat;
  background-size: cover;
}

.page-home--group-bg {
  background: url("../img/group-session-bg.png") no-repeat;
  background-size: cover;
}

.page-home__container {
  max-width: 1140px;
  margin: 0 auto;
}

.page-home__main {
  padding-top: 75px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 135px;
}

.page-home__offer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 710px;
}

.page-home__main-title {
  font-family: "Micra Bold", sans-serif;
  font-size: 42px;
  line-height: 43px;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
}

.page-home__main-title--group {
  max-width: 80%;
  font-size: 60px;
  line-height: 62px;
}

.page-home__form {
  width: 100%;
  max-width: 360px;
}

.ar .page-home__form {
  max-width: 390px;
}

.ar .home-page .page-home__main-title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  max-width: 90%;
}

.ar .home-page .section-transform__title {
  margin-top: 50px;
}

.ar .home-page .why-advantages {
  padding-left: 0;
  padding-right: 70px;
}

.ar .home-page .why-advantages__title {
  padding-left: 0;
  padding-right: 27px;
}

.ar .home-page .section-equipment {
  max-width: 1250px;
}

.ar .home-page .section-equipment__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 60px;
  max-width: 100%;
}

.ar .home-page .section-equipment__desc {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}

.ar .home-page .section-equipment__second-column {
  max-width: 630px;
  margin-right: 45px;
}

.ar .home-page .equipment-advantages {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}

.ar .home-page .equipment-advantages__title {
  padding-left: 0;
  padding-right: 25px;
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  text-align: right;
}

.ar .home-page .section-personal-packages .section__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px !important;
  line-height: 68px;
  text-align: center;
}

.ar .home-page .section-personal-packages__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 59px;
}

.ar .home-page .package__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  max-width: 80%;
}

.ar .home-page .package__btn {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
}

.ar .home-page .why-advantages__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  text-align: right;
}

.ar .home-page .cards {
  flex-direction: row-reverse;
}

.ar .home-page .book-session__title {
  max-width: 100%;
}

.ar .group-page .page-home__main-title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
}

.ar .group-page .page-home__main-title--group {
  max-width: 95%;
}

.ar .group-page .section-why {
  padding-bottom: 70px;
}

.group-page .header-home__link-title {
  direction: ltr;
  padding-right: 15px;
  margin-left: 0;
}

.group-page .section-transform__title {
  margin-top: 70px;
}

.ar .group-page .why-advantages {
  padding-left: 0;
  padding-right: 70px;
}

.group-page .why-advantages__column {
  width: 100%;
}

.group-page .why-advantages__container {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-left: 24px;
}

.group-page .why-advantages__title {
  padding: 0;
  max-width: 100%;
}

.ar .group-page .why-advantages__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
}

.group-page .why-advantages__desc {
  padding-top: 10px;
  font-size: 20px;
  line-height: 23px;
}

.ar .group-page .why-advantages__desc {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}

.ar .group-page .why-advantages__item {
  padding-bottom: 25px;
}

.ar .group-page .why-advantages__title {
  text-align: right;
}

.ar .group-page .why-advantages__desc {
  text-align: right;
}

.ar .group-page .why-advantages__container {
  padding-left: 0;
  padding-right: 25px;
}

.ar .group-page .section-equipment {
  max-width: 1250px;
}

.group-page .section-equipment__title {
  font-size: 40px;
  line-height: 48px;
  max-width: 85%;
}

.ar .group-page .section-equipment__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 60px;
  max-width: 100%;
}

.ar .group-page .section-equipment__desc {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}

.ar .group-page .section-equipment__second-column {
  max-width: 630px;
  margin-right: 45px;
}

.group-page .section-equipment__first-column {
  max-width: 510px;
}

.group-page .section-equipment__container {
  justify-content: unset;
}

.ar .group-page .equipment-advantages {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}

.group-page .equipment-advantages__title {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: normal;
}

.ar .group-page .equipment-advantages__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  padding-left: 0;
  padding-right: 30px;
}

.ar .group-page .equipment-advantages__column:first-child {
  margin-right: 50px;
}

.ar .group-page .equipment-advantages__column:last-child {
  max-width: 268px;
}

.ar .group-page .equipment-advantages__column {
  width: 100%;
}

.group-page .section--equipment {
  background: url("../img/equipment-group-bg.png") no-repeat center;
  background-size: cover;
}

.group-page .cards__img--pc {
  display: block;
}

.group-page .cards__img--mob {
  display: none;
}

.group-page .cards__item {
  padding: 0;
  justify-content: normal;
  height: 100%;
}

.group-page .cards__title {
  color: #FF0000;
}

.group-page .cards__description {
  color: #000000;
  font-family: "Helvetica Neue Roman", sans-serif;
  padding-top: 10px;
}

.group-page .cards__img-container {
  padding-bottom: 28px;
}

.group-page .section-personal-packages__red-text {
  padding-right: 10px;
  color: #FF0000;
}

.group-page .package {
  max-width: 264px;
}

.ar .group-page .package__price {
  flex-direction: row-reverse;
}

.group-page .package__old-price {
  font-size: 20px;
  line-height: 24px;
}

.group-page .package__new-price {
  font-size: 40px;
  line-height: 37px;
}

.group-page .package__second-section {
  padding: 25px;
}

.ar .group-page .package__description {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 68px;
}

.ar .group-page .package__btn {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  padding: 13px 0;
}

.group-page .package__first-section--first {
  background: url(../img/group-package-1.png) no-repeat;
  background-size: cover;
}

.group-page .package__first-section--second {
  background: url(../img/group-package-2.png) no-repeat;
  background-size: cover;
}

.group-page .package__first-section--third {
  background: url(../img/group-package-3.png) no-repeat;
  background-size: cover;
}

.group-page .package__first-section--fourth {
  background: url(../img/group-package-4.png) no-repeat;
  background-size: cover;
}

.group-page .package__first-section--fifth {
  background: url(../img/group-package-5.png) no-repeat;
  background-size: cover;
}

.group-page .package__first-section--six {
  background: url(../img/group-package-6.png) no-repeat;
  background-size: cover;
}

.group-page .package__first-section--seven {
  background: url(../img/group-package-7.png) no-repeat;
  background-size: cover;
}

.group-page .package__first-section--eight {
  background: url(../img/group-package-8.png) no-repeat;
  background-size: cover;
}

.group-page .package__first-section--nine {
  background: url(../img/group-package-9.png) no-repeat;
  background-size: cover;
}

.group-page .package__first-section--ten {
  background: url(../img/group-package-10.png) no-repeat;
  background-size: cover;
}

.group-page .package__first-section--twelve {
  background: url(../img/group-package-11.png) no-repeat;
  background-size: cover;
}

.group-page .package__first-section--eleven {
  background: url(../img/group-package-12.png) no-repeat;
  background-size: cover;
}

.group-page .section-personal-packages {
  padding-bottom: 0;
  padding-top: 70px;
}

.group-page .section-personal-packages__row {
  padding-top: 50px;
}

.group-page .section-ems-packages {
  padding-bottom: 70px;
}

.limited-offer__container {
  display: flex;
  justify-content: flex-end;
}

.limited-offer__title {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  text-transform: uppercase;
  color: #000;
  padding: 22px 24px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}

.ar .limited-offer__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 59px;
  padding: 15px 37px;
}

.limited-offer__discount {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 53px;
  text-transform: uppercase;
  color: #fff;
  padding: 22px 24px;
  background: #FF0000;
}

.ar .limited-offer__discount {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 76px;
  padding: 15px 20px;
}

.limited-offer__polygon {
  clip-path: polygon(1% 0, 100% 50%, 0 101%);
  position: relative;
  left: -1px;
  width: 50px;
  background: #FF0000;
}

.ar .limited-offer__polygon {
  clip-path: polygon(99% 102%, 99% -1%, 0% 50%);
  left: 0;
  right: -1;
}

.limited-offer__before-line {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-end;
  padding-right: 110px;
}

.ar .limited-offer__before-line {
  padding-left: 300px;
}

.limited-offer__before-first {
  width: 10px;
  height: 3px;
  background: #FF0000;
  border-radius: 500px;
  margin-right: 15px;
}

.ar .limited-offer__before-first {
  margin-right: 0;
  margin-left: 7px;
}

.limited-offer__before-second {
  width: 136px;
  height: 3px;
  background: #FF0000;
  border-radius: 500px;
}

.limited-offer__after-line {
  display: flex;
  margin-top: 15px;
  justify-content: flex-end;
  padding-right: 230px;
}

.ar .limited-offer__after-line {
  padding-left: 250px;
}

.limited-offer__after-first {
  width: 3px;
  height: 3px;
  background: #FF0000;
  border-radius: 100%;
  margin-right: 8px;
}

.ar .limited-offer__after-first {
  margin-right: 0;
  margin-left: 15px;
}

.limited-offer__after-second {
  width: 87px;
  height: 3px;
  background: #FF0000;
  border-radius: 500px;
}

.home-form {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  padding: 25px 30px;
}

.home-form__limited-offer {
  display: none;
}

.home-form__title {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 22px;
}

.ar .home-page .home-form__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 51px;
}

.home-form__input {
  background: #F2F2F2;
  border: none;
  padding: 20px 22px 20px;
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.home-form__input:not(:last-child) {
  margin-bottom: 15px;
}

.ar .home-page .home-form__input {
  font-family: 'Dubai Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
}

.home-form__input::placeholder {
  color: #4F4F4F;
}

.home-form__submit {
  background: #FF0000;
  border: none;
  border-bottom: 5px solid #CC0000;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
  cursor: pointer;
  text-transform: uppercase;
}

.ar .home-form__submit {
  font-family: 'Dubail Light', sans-serif;
  font-size: 25px;
  line-height: 42px;
}

.ar .home-page .home-form__submit {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
}

.home-form__submit:hover {
  border-bottom: 5px solid transparent;
}

.group-form {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  padding: 25px 30px;
  width: 100%;
}

.group-form__limited-offer {
  display: none;
}

.group-form__title {
  font-family: 'Helvetica Cond', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 22px;
}

.ar .group-form__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 51px;
}

.group-form__input {
  background: #F2F2F2;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 20px 22px 20px;
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.group-form__input:not(:last-child) {
  margin-bottom: 15px;
}

.ar .group-form__input {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
}

.group-form__input::placeholder {
  color: #4F4F4F;
}

.group-form__submit {
  background: #FF0000;
  border: none;
  border-bottom: 5px solid #CC0000;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
  cursor: pointer;
  text-transform: uppercase;
}

.ar .group-form__submit {
  font-family: 'Dubail Light', sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.group-form__submit:hover {
  border-bottom: 5px solid transparent;
}

.why-advantages {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding-left: 70px;
}

.why-advantages__item {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
}

.why-advantages__title {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-left: 30px;
  max-width: 200px;
}

.equipment-advantages {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.equipment-advantages--mob-hidden {
  display: flex;
}

.equipment-advantages--pc-hidden {
  display: none;
}

.equipment-advantages__item {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  align-items: center;
}

.equipment-advantages__title {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-left: 30px;
  color: #fff;
}

.equipment-advantages__icon {
  width: 40px;
}

.equipment-advantages__img {
  width: 100%;
}

.banner-offer {
  width: 100%;
  display: flex;
  position: absolute;
  top: 135px;
}

.banner-offer__first-section {
  background: #061127;
  max-width: 705px;
  width: 100%;
  position: relative;
  display: flex;
  flex: 2;
}

.banner-offer__second-section {
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 430px;
  width: 100%;
  flex: 1;
}

.banner-offer__arrow {
  position: absolute;
  right: -120px;
  height: 171px;
  width: 270px;
}

.ar .banner-offer__arrow {
  right: unset;
  left: -120px;
  transform: scale(-1, 1);
}

.banner-offer__arrow-img {
  width: 100%;
  height: 100%;
}

.banner-offer__content {
  display: flex;
  align-items: center;
  padding: 35px 55px;
}

.ar .banner-offer__content {
  padding: 14px 40px;
}

.banner-offer__discount {
  font-family: "Helvetica Cond", sans-serif;
  font-weight: bold;
  font-size: 85px;
  line-height: 100px;
  text-transform: uppercase;
}

.ar .banner-offer__discount {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 85px;
  line-height: 143px;
}

.banner-offer__title {
  font-family: "Helvetica 45", sans-serif;
  font-size: 35px;
  line-height: 41px;
  text-transform: uppercase;
  padding-left: 40px;
}

.ar .banner-offer__title {
  font-family: 'Dubai Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 50px;
  margin-right: 32px;
}

.banner-offer__btn {
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #FF0000;
  box-shadow: 0px 0px 30px rgba(255, 0, 0, 0.6);
  border-radius: 500px;
  padding: 20px 40px;
  max-width: 225px;
  width: 100%;
  margin-right: 50px;
}

.ar .banner-offer__btn {
  margin-left: 58px;
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
}

.section-why-us {
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
}

.section-why-us__container {
  padding-top: 60px;
  width: 100%;
}

.cards {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cards__item {
  max-width: 262px;
  width: 100%;
  height: 306px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
}

.cards__item--first {
  background: url("../img/why-us-card-1.png");
  background-size: cover;
}

.cards__item--second {
  background: url("../img/why-us-card-2.png");
  background-size: cover;
}

.cards__item--third {
  background: url("../img/why-us-card-3.png");
  background-size: cover;
}

.cards__item--fourth {
  background: url("../img/why-us-card-4.png");
  background-size: cover;
}

.cards__title {
  font-family: "Helvetica Cond", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.cards__description {
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
}

.cards__description--small {
  font-size: 16px;
  padding-top: 10px;
}

.section-hidden {
  display: none !important;
}

.package {
  width: 100%;
  max-width: 360px;
  position: relative;
}

.package:hover {
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.25);
  transition: all ease 0.3s;
}

.package__first-section {
  height: 197px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.package__first-section--first {
  background: url("../img/session-package-1.png") no-repeat;
  background-size: cover;
}

.package__first-section--second {
  background: url("../img/session-package-2.png") no-repeat;
  background-size: cover;
}

.package__first-section--third {
  background: url("../img/session-package-3.png") no-repeat;
  background-size: cover;
}

.package__first-section--fourth {
  background: url("../img/session-package-4.png") no-repeat;
  background-size: cover;
}

.package__first-section--fifth {
  background: url("../img/session-package-5.png") no-repeat;
  background-size: cover;
}

.package__first-section--six {
  background: url("../img/session-package-6.png") no-repeat;
  background-size: cover;
}

.package__second-section {
  padding: 30px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.package__title {
  font-family: "Helvetica Cond", sans-serif;
  font-weight: bold;
  font-size: 70px;
  line-height: 85px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.package__description {
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.package__sale {
  position: absolute;
  top: 0;
  right: 0;
}

.package__sale-img {
  width: 100%;
}

.package__price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.package__old-price {
  font-family: "Helvetica Cond", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-decoration-line: line-through;
  text-transform: uppercase;
}

.package__new-price {
  font-family: "Helvetica Cond", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.package__btn {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border: 2px solid #000000;
  box-sizing: border-box;
  padding: 20px 48px;
  margin-top: 30px;
}

.package__btn:hover {
  background: #000000;
  color: #fff;
}

.section-special-offer {
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-special-offer__divider--mob {
  display: none;
}

.section-special-offer__title {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.section-special-offer__title--mob {
  display: none;
}

.section-special-offer__big-text {
  font-size: 38px;
}

.section-special-offer__btn {
  padding: 20px 70px 20px;
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 500px;
  background: #061127;
  text-decoration: none;
  margin-top: 40px;
  position: relative;
  transition: 0.1s all ease-in;
  display: flex;
  align-items: center;
}

.section-special-offer__btn:hover .btn__arrow--before {
  animation: animate-arrow-1 1s ease-in-out infinite;
}

.section-special-offer__btn:hover .btn__arrow--before:before {
  animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
}

.section-special-offer__btn:hover .btn__arrow--after {
  animation: animate-arrow-after-1 1s ease-in-out infinite;
}

.section-special-offer__btn:hover .btn__arrow--after:before {
  animation: animate-arrow-after-2 1s ease-in-out infinite 0.1s;
}

.ar .section-special-offer__btn {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  padding: 20px 90px 20px 90px;
}

.btn__arrow {
  position: absolute;
  display: block;
  margin: auto;
  width: 12px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn__arrow--before {
  left: 35px;
  background-image: url("../img/btn-arrow-right.svg");
}

.btn__arrow--before:before {
  content: "";
  background: url("../img/btn-arrow-right.svg");
  display: block;
  margin: auto;
  position: absolute;
  left: -10px;
  opacity: 0.5;
  width: 12px;
  height: 20px;
}

.btn__arrow--after {
  right: 35px;
  background-image: url("../img/btn-arrow-left.svg");
}

.btn__arrow--after:before {
  content: "";
  background: url("../img/btn-arrow-left.svg");
  display: block;
  margin: auto;
  position: absolute;
  right: -10px;
  opacity: 0.5;
  width: 12px;
  height: 20px;
}

@keyframes animate-arrow-1 {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }

  70%,
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes animate-arrow-2 {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }

  70%,
  100% {
    transform: translateX(0px);
    opacity: 0.5;
  }
}

@keyframes animate-arrow-after-1 {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }

  70%,
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes animate-arrow-after-2 {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }

  70%,
  100% {
    transform: translateX(0px);
    opacity: 0.5;
  }
}

.section-equipment {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 227px;
}

.section-equipment__title {
  font-family: "Helvetica Cond", sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.section-equipment__desc {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.section-equipment__first-column {
  max-width: 46%;
}

.section-equipment__second-column {
  max-width: 560px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.section-equipment__container {
  display: flex;
  justify-content: space-between;
}

.section-equipment__limited {
  display: flex;
  justify-content: center;
  position: relative;
}

.section-personal-packages {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}

.section-personal-packages__row {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.section-personal-packages__ems {
  padding: 0 15px;
}

.section-personal-training {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
}

.section-personal-training__title {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.ar .section-personal-training__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 59px;
}

.section-personal-training__arrow {
  display: flex;
  margin: auto;
  width: 18px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-personal-training__arrow--before {
  left: 200px;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.section-personal-training__arrow--before:before {
  content: "";
  position: absolute;
  background: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: auto;
  position: absolute;
  top: -10px;
  opacity: 0.5;
  width: 18px;
  height: 11px;
}

.section-personal-training__arrow--after {
  right: 200px;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.section-personal-training__arrow--after:before {
  content: "";
  position: absolute;
  background: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: auto;
  position: absolute;
  top: -10px;
  opacity: 0.5;
  width: 18px;
  height: 11px;
}

.september-offer {
  padding: 72px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.september-offer__title {
  font-family: "Helvetica Cond", sans-serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 67px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 20px;
}

.september-offer__title--red {
  color: #ff0000;
}

.ar .september-offer__title--red {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 84px;
}

.ar .september-offer__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.2;
}

.september-offer__addition {
  font-family: 'Helvetica Neue Roman', sans-serif;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}

.ar .september-offer__addition {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 51px;
}

.september-offer__btn {
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #FF0000;
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.6);
  border-radius: 500px;
  padding: 20px 40px;
  max-width: 225px;
  width: 100%;
  margin-top: 45px;
  cursor: pointer;
}

.ar .september-offer__btn {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  padding: 15px 60px;
}

.home-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  text-align: center;
}

.home-video__video {
  width: 100%;
  height: 621px;
  margin-top: 50px;
}

.home-video__title {
  max-width: 70%;
  font-family: 'Micra Bold', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 31px;
}

.ar .home-video__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 68px;
}

.book-session {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 75px;
  text-align: center;
}

.book-session__title {
  font-family: "Helvetica Cond", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 50%;
}

.ar .book-session__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 68px;
}

.book-session-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.book-session-form__container {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  width: 100%;
}

.book-session-form__input {
  width: 100%;
  max-width: 362px;
  background: #FFFFFF;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 20px 30px;
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #4F4F4F;
}

.ar .book-session-form__input {
  font-family: 'Dubai Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
}

.book-session-form__submit {
  margin-top: 40px;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #FF0000;
  box-shadow: 0px 0px 30px rgba(255, 0, 0, 0.6);
  border-radius: 500px;
  padding: 20px 40px;
  max-width: 225px;
  width: 100%;
  border: none;
  cursor: pointer;
}

.ar .book-session-form__submit {
  font-family: 'Dubai', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  line-height: 42px;
  padding: 15px 70px;
}

.move-now {
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}

.move-now__divider {
  background: #000000;
  height: 1px;
  width: 100%;
}

.move-now__content {
  padding-top: 58px;
  padding-bottom: 97px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: relative;
}

.move-now__text {
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  max-width: 65%;
}

.move-now__text--bold {
  font-weight: bold;
}

.ar .move-now__text {
  font-family: 'Dubai Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  max-width: 67%;
}

.move-now__inst {
  display: flex;
  align-items: center;
  background: #000000;
  padding: 20px 40px;
  position: absolute;
  bottom: -35px;
}

.move-now__inst-title {
  color: #fff;
  font-family: "Helvetica Neue Roman", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  padding-left: 10px;
  text-decoration: none;
}

.move-now__img-container {
  width: 29px;
  height: 29px;
}

.move-now__inst-img {
  width: 100%;
}

.header-home__right-section {
  display: flex;
  align-items: center;
}

.ar .header-home__link-title {
  direction: ltr;
  padding-right: 0;
  padding-left: 10px;
  margin-left: 0;
}

.header-home .header__language-content {
  margin-right: 30px;
}

.ar .header-home .header__language-container {
  flex-direction: row-reverse;
}

.header-home .header__language-title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.header-home .header__language-name {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.header-home .header__language-switcher {
  background: #BDBDBD;
  border-radius: 0px 0px 10px 10px;
}

.header-home .header__language-icon {
  width: 20px;
  height: 20px;
}

.header-home__divider {
  display: none;
}

.header-home__social-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.ar .header-home__social-link {
  flex-direction: row-reverse;
}

.header-home__link-title {
  color: #fff;
  font-family: "Helvetica", sans-serif;
}

.header-home__logo--mob {
  display: none;
}

.header-home__logo--pc {
  display: block;
}

.section-why {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

.section-why__content {
  display: flex;
  padding-top: 60px;
  width: 100%;
}

.section-why__video {
  width: 526px;
  height: 348px;
  box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.6);
}

.section-why__container {
  width: 100%;
  max-width: 578px;
}

.section-why__container--mob-hidden {
  display: flex;
}

.section-why__container--pc-hidden {
  display: none;
}

.section--why {
  background: #E0E0E0;
}

.section--special-offer {
  background: #FF0000;
}

.section--equipment {
  background: url("../img/equipment-bg.png");
  background-size: cover;
}

.section--personal-training {
  background: #FF0000;
}

.section--september-offer {
  background: url("../img/september-offer-bg.png");
  background-size: cover;
}

.section--home-video {
  background: #E5E5E5;
}

.section--book-session {
  background: url("../img/book-session-bg.png");
  background-size: cover;
}

.section--move-now {
  background: #E5E5E5;
}

.group-page .section--third {
  display: block;
}

.group-page .section--third .section-helping {
  margin: 0 auto;
}

.group-page .section--third .section-helping .section__devider {
  margin-left: auto;
  margin-right: auto;
}

.ar .group-page .cards {
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.group-page .cards__item {
  height: unset;
}

.group-page .cards__item:last-child {
  margin-bottom: 0;
}

.ar .group-page .cards__description {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}

.ar .group-page .cards__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
}

.group-page .btn__arrow {
  top: 35%;
}

@media (max-width: 992px) {
  .header-home {
    max-width: 80%;
    margin: 0 auto;
  }

  .header-home__divider {
    display: none;
  }

  .header-home__social-link {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .ar .header-home__social-link {
    flex-direction: row-reverse;
  }

  .header-home__link-title {
    color: #fff;
    font-family: "Helvetica", sans-serif;
    font-size: 14px !important;
    line-height: 16px !important;
    display: none;
  }

  .ar .header-home__logo {
    width: 180px;
  }

  .ar .header-home__logo img {
    width: 100%;
  }

  .header-home__logo--mob {
    display: block;
  }

  .header-home__logo--fitintime {
    width: 210px;
  }

  .header-home__logo--pc {
    display: none;
  }

  .header-home .header__language-name {
    display: none;
  }

  .header-home .header__language-icon {
    width: 29px;
    height: 27px;
  }

  .header-home .header__language-container {
    padding-left: 15px;
  }

  .ar .header-home .header__language-container {
    padding-left: 25px;
  }

  .home-page .page-home__main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 15px;
  }

  .home-page .page-home__main-title {
    font-size: 33px;
    line-height: 34px;
    text-align: center;
    background: linear-gradient(#FFFFFF 0%, rgba(255, 255, 255, 0.24) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    padding-bottom: 40px;
  }

  .home-page .page-home__form {
    width: 100%;
  }

  .ar .home-page .page-home__main-title {
    max-width: 100%;
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 41px;
    line-height: 50px;
  }

  .ar .home-page .section-transform__title {
    max-width: 80%;
  }

  .ar .home-page .why-advantages {
    padding: 38px 17px;
  }

  .ar .home-page .why-advantages__title {
    padding-right: 0;
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .ar .home-page .section-special-offer {
    padding: 25px 0;
  }

  .ar .home-page .section-special-offer__top {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 51px;
  }

  .ar .home-page .section-special-offer__big-text {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 84px;
  }

  .ar .home-page .section-special-offer__desc {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    max-width: 80%;
  }

  .ar .home-page .section-special-offer__btn {
    padding: 15px 90px;
  }

  .ar .home-page .equipment-advantages {
    flex-wrap: wrap;
  }

  .ar .home-page .equipment-advantages__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 12px 15px 0 15px;
  }

  .ar .home-page .banner-offer__discount {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 75px;
    line-height: 1.2;
  }

  .ar .home-page .banner-offer__content {
    padding: 15px 15px 40px 15px;
  }

  .ar .home-page .banner-offer__second-section {
    min-height: 260px;
  }

  .ar .home-page .banner-offer__title {
    font-family: 'Dubai Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 68px;
    margin-right: 0;
  }

  .ar .home-page .banner-offer__btn {
    margin-left: 0;
  }

  .ar .home-page .section-helping__title {
    width: 100%;
  }

  .ar .home-page .home-video__title {
    max-width: 85%;
  }

  .ar .home-page .book-session__title {
    max-width: 85%;
  }

  .ar .home-page .move-now__text {
    font-family: 'Dubai Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    max-width: 100%;
  }

  .ar .home-page .cards {
    flex-direction: column;
  }

  .limited-offer--mob-hidden {
    display: none;
  }

  .home-form__limited-offer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #061127;
    padding: 15px 20px;
  }

  .home-form__offer-title {
    font-family: "Helvetica Cond", sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0 22px;
  }

  .home-form__offer-title--large {
    font-size: 45px;
    line-height: 53px;
  }

  .ar .home-form__offer-title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 51px;
  }

  .home-form__title {
    font-family: "Helvetica Cond", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
  }

  .home-form__arrow-down {
    background: url("../img/icons/arrow-down-white.svg") no-repeat;
    width: 19px;
    height: 11px;
    position: relative;
  }

  .home-form__arrow-down:before {
    content: '';
    background: url("../img/icons/arrow-down-white.svg") no-repeat;
    width: 19px;
    height: 11px;
    position: absolute;
    top: -10px;
    left: 0;
    opacity: .3;
  }

  .home-form__input {
    text-align: center;
  }

  .section-why__content {
    flex-direction: column;
    width: 100%;
  }

  .section-why__video {
    width: 100%;
  }

  .section-why__container {
    max-width: 100%;
  }

  .section-why__container--mob-hidden {
    display: none;
  }

  .section-why__container--pc-hidden {
    display: flex;
  }

  .group-page .section--personal-training {
    display: block;
  }

  .group-page .page-home__main-title {
    max-width: 100%;
  }

  .group-page .page-home__main {
    padding-bottom: 44px;
  }

  .ar .group-page .why-advantages {
    padding: 38px 15px 0 0;
  }

  .ar .group-page .section-special-offer {
    padding: 25px 0;
  }

  .ar .group-page .section-special-offer__top {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 51px;
  }

  .ar .group-page .section-special-offer__big-text {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 84px;
  }

  .ar .group-page .section-special-offer__desc {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    max-width: 80%;
  }

  .ar .group-page .section-special-offer__btn {
    padding: 15px 90px;
  }

  .why-advantages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 27px 15px 30px 15px;
  }

  .why-advantages__item {
    width: 167px;
    flex-direction: column;
    align-items: center;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 10px;
  }

  .why-advantages__item:last-child {
    width: 100%;
  }

  .why-advantages__title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 15px 0 0 0;
  }

  .section-special-offer__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-special-offer__title--mob {
    font-family: Helvetica Neue, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: block;
  }

  .section-special-offer__divider--mob {
    height: 1px;
    width: 40px;
    background: #FFFFFF;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-special-offer__big-text {
    font-size: 45px;
    line-height: 53px;
  }

  .section-special-offer__desc {
    font-size: 25px;
    line-height: 29px;
  }

  .section-special-offer__btn .btn__arrow--before {
    animation: animate-arrow-1 1s ease-in-out infinite;
  }

  .section-special-offer__btn .btn__arrow--before:before {
    animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
  }

  .section-special-offer__btn .btn__arrow--after {
    animation: animate-arrow-after-1 1s ease-in-out infinite;
  }

  .section-special-offer__btn .btn__arrow--after:before {
    animation: animate-arrow-after-2 1s ease-in-out infinite 0.1s;
  }

  .section-equipment {
    padding-bottom: 0;
    padding-top: 50px;
  }

  .section-equipment__container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }

  .section-equipment__first-column {
    text-align: center;
    max-width: 100%;
  }

  .section-equipment__title {
    font-size: 35px;
    line-height: 42px;
    padding: 0 22px;
  }

  .section-equipment__desc {
    padding-top: 25px;
    font-family: "Helvetica Neue Roman", sans-serif;
  }

  .section-equipment__second-column {
    margin-top: 45px;
  }

  .ar .section-equipment__limited {
    display: block;
  }

  .banner-offer {
    position: relative;
    flex-direction: column;
    top: 0;
  }

  .banner-offer__first-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: unset;
  }

  .banner-offer__second-section {
    max-width: unset;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .banner-offer__btn {
    margin: 0;
  }

  .banner-offer__arrow {
    display: none;
  }

  .banner-offer__content {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 20px 0 42px 0;
    position: relative;
  }

  .banner-offer__content--new {
    padding: 50px 0 50px 0;
  }

  .banner-offer__title {
    text-align: center;
    padding-left: 0;
    font-size: 30px;
    line-height: 35px;
    font-family: "Helvetica Neue Light", sans-serif;
  }

  .banner-offer__discount {
    text-align: center;
    font-size: 85px;
    line-height: 100px;
  }

  .ar .group-page .equipment-advantages {
    flex-wrap: wrap;
  }

  .equipment-advantages {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .equipment-advantages--pc-hidden {
    display: flex;
  }

  .equipment-advantages--mob-hidden {
    display: none;
  }

  .equipment-advantages__item {
    flex-direction: column;
    max-width: 160px;
    width: 100%;
    padding: 22px 0;
  }

  .equipment-advantages__icon {
    width: 40px;
    height: 40px;
  }

  .equipment-advantages__img {
    width: 100%;
  }

  .equipment-advantages__title {
    font-family: "Helvetica Neue Medium", sans-serif;
    font-weight: normal;
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }

  .equipment-advantages__column {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }

  .section-why-us {
    padding: 60px 15px 78px 15px;
  }

  .section-personal-training__arrow {
    display: none;
  }

  .section-personal-packages {
    padding: 60px 15px 50px 15px;
  }

  .package {
    max-width: 100%;
  }

  .package:not(:last-child) {
    margin-bottom: 30px;
  }

  .package__second-section {
    padding: 17px;
  }

  .section-personal-packages__row {
    padding-top: 40px;
  }

  .september-offer__title {
    font-size: 35px;
    line-height: 42px;
  }

  .september-offer__title--red {
    font-size: 55px;
    line-height: 67px;
  }

  .september-offer__addition {
    font-size: 25px;
    line-height: 29px;
  }

  .ar .september-offer__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    max-width: 90%;
    padding-top: 10px;
  }

  .ar .ar .september-offer__title--red {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.2;
    padding-bottom: 10px;
  }

  .ar .september-offer__addition {
    font-family: 'Dubai Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 45px;
    max-width: 70%;
    padding-top: 20px;
  }

  .home-video {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .home-video__video {
    height: 255px;
  }

  .home-video__title {
    max-width: 100%;
    font-size: 25px;
    line-height: 26px;
  }

  .book-session {
    padding: 43px 0;
  }

  .book-session__title {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    max-width: 100%;
  }

  .book-session-form__container {
    flex-direction: column;
    padding: 50px 15px 0 15px;
  }

  .book-session-form__input {
    text-align: center;
    max-width: 100%;
  }

  .book-session-form__input:not(:last-child) {
    margin-bottom: 15px;
  }

  .section--september-offer {
    background: url("../img/september-bg-mob.png") no-repeat center;
    background-size: cover;
  }

  .section--book-session {
    background: url("../img/book-session-bg-mob.png") no-repeat center;
    background-size: cover;
  }

  .move-now {
    padding-left: 20px;
    padding-right: 20px;
  }

  .move-now__text {
    font-size: 30px;
    line-height: 35px;
    max-width: 100%;
  }

  .ar .move-now__inst {
    flex-direction: row-reverse;
  }

  .cards {
    flex-direction: column;
    align-items: center;
  }

  .cards__item {
    max-width: 100%;
  }

  .cards__item:not(:last-child) {
    margin-bottom: 23px;
  }

  .home-page .section--third {
    display: block;
  }

  .home-page .section--third .section-helping {
    margin: 0 auto;
  }

  .home-page .banner-offer__first-section {
    display: block;
  }

  .group-page .section--third {
    display: block;
  }

  .group-page .section--third .section-helping {
    margin: 0 auto;
  }

  .ar .ar .group-page .section-transform__title {
    max-width: 80%;
    font-family: 'Dubai', sans-serif !important;
    font-weight: bold !important;
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .ar .group-page .section-why {
    padding: 47px 0;
  }

  .ar .group-page .section-why .section__title {
    font-family: 'Dubai', sans-serif;
    font-weight: bold;
    font-size: 40px !important;
    line-height: 50px;
  }

  .ar .group-page .header-home {
    padding-top: 40px;
  }

  .group-page .banner-offer__first-section {
    display: block;
  }

  .group-page .page-home--group-bg {
    background: url("../img/group-session-mob-bg.png") no-repeat center;
    background-size: cover;
  }

  .group-page .page-home__main {
    flex-direction: column;
    align-items: center;
  }

  .ar .group-page .page-home__main {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .group-page .page-home__main-title--group {
    font-family: 'Micra Bold', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 41px;
    text-align: center;
    margin-bottom: 30px;
  }

  .ar .group-page .page-home__main-title--group {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 41px;
    line-height: 52px;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    background: linear-gradient(#FFFFFF 0%, rgba(255, 255, 255, 0.24) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 35px;
    max-width: 80%;
  }

  .group-page .page-home__offer {
    align-items: center;
  }

  .group-page .home-page .page-home--group-bg {
    background: url("../img/group-main-bg-mob.png") no-repeat center;
    background-size: cover;
  }

  .group-page .home-page .page-home__main-title--group {
    text-align: center;
    font-size: 40px;
    line-height: 41px;
    max-width: 100%;
  }

  .group-page .home-page .page-home__offer {
    align-items: center;
  }

  .group-page .group-form__title {
    font-family: "Helvetica Cond", sans-serif;
  }

  .ar .group-page .group-form__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 51px;
  }

  .group-page .group-form__input {
    text-align: center;
  }

  .ar .group-page .group-form__input {
    font-family: 'Dubai Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
  }

  .ar .group-page .group-form__submit {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
  }

  .group-page .why-advantages__item {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    border: 0;
  }

  .group-page .why-advantages__title {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }

  .group-page .why-advantages__desc {
    font-size: 20px;
    line-height: 23px;
  }

  .group-page .section-equipment__title {
    max-width: 100%;
    font-size: 35px;
    line-height: 42px;
  }

  .ar .group-page .section-equipment__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 65px;
  }

  .ar .group-page .section-equipment__description {
    font-family: 'Dubai Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
  }

  .ar .group-page .equipment-advantages__title {
    text-align: center;
    padding-right: 0;
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
  }

  .ar .group-page .banner-offer__discount {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 75px;
    line-height: 1.2;
  }

  .ar .group-page .banner-offer__content {
    padding: 50px 15px 55px 15px;
    /*padding: 15px 15px 40px 15px;
        */
  }

  .ar .group-page .banner-offer__second-section {
    min-height: 260px;
  }

  .ar .group-page .banner-offer__title {
    font-family: 'Dubai Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 68px;
    margin-right: 0;
  }

  .ar .group-page .banner-offer__btn {
    margin-left: 0;
  }

  .group-page .cards {
    align-items: flex-start;
  }

  .group-page .cards__item {
    margin-bottom: 48px;
    height: unset;
  }

  .group-page .cards__img-container {
    width: 100%;
  }

  .group-page .cards__img--pc {
    display: none;
  }

  .group-page .cards__img--mob {
    display: block;
    width: 100%;
  }

  .ar .group-page .cards__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 42px;
    text-align: center;
  }

  .ar .group-page .cards__description {
    font-family: 'Dubai Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    max-width: 75%;
  }

  .ar .group-page .cards__description--small {
    font-size: 20px;
    line-height: 30px;
  }

  .ar .group-page .section-helping__title {
    width: 100%;
    max-width: 100%;
  }

  .ar .group-page .section-personal-training {
    padding: 32px 0;
  }

  .ar .group-page .section-personal-training__title {
    max-width: 70%;
  }

  .ar .group-page .section-personal-training__arrow--before {
    top: 80px;
    left: 12%;
  }

  .ar .group-page .section-personal-training__arrow--after {
    top: 80px;
    right: 12%;
  }

  .ar .group-page .home-video__title {
    max-width: 85%;
  }

  .ar .group-page .book-session__title {
    max-width: 85%;
  }

  .ar .group-page .book-session-form__input {
    font-family: 'Dubai Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 42px;
  }

  .ar .group-page .book-session-form__submit {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 42px;
  }

  .ar .group-page .move-now__content {
    padding: 32px 0 70px 0;
  }

  .ar .group-page .move-now__text {
    max-width: 90%;
    font-family: 'Dubai Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
  }

  .group-page .section-personal-training {
    padding: 32px;
  }

  .group-page .section-personal-training__title {
    font-size: 27px;
    line-height: 31px;
    font-family: "Micra Bold", sans-serif;
    font-weight: bold;
  }

  .group-page .section-personal-training__arrow--before {
    left: 40px;
  }

  .group-page .section-personal-training__arrow--after {
    right: 40px;
  }

  .group-page .package {
    max-width: 100%;
  }

  .slick-slide {
    margin-right: 10px;
  }

  .section-personal-packages {
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
  }

  .cards {
    align-items: center;
    justify-content: normal;
  }

  .btn__arrow {
    top: 35%;
  }
}

@media (min-width: 570px) {
  .cards {
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
  }

  .cards__item {
    margin-bottom: 20px;
    max-width: 262px;
  }
}

@media (max-width: 400px) {
  .header-home {
    max-width: 100%;
    padding: 0 15px;
  }

  .page-home--bg {
    background: url("../img/home-main-bg-mob.png") no-repeat;
    background-size: cover;
  }

  .equipment-advantages__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .equipment-advantages__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .equipment-advantages__item:nth-child(n+9) {
    border-bottom: unset;
  }

  .banner-offer__arrow-container {
    position: absolute;
    width: 100%;
    top: 80%;
    max-width: 400px;
  }

  .banner-offer__arrow-mob {
    background: url("../img/icons/banner-arrow-2.svg") no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 120px;
    height: 100%;
    position: relative;
    z-index: 1;
  }

  .banner-offer__arrow-mob:before {
    content: '';
    background: url("../img/icons/banner-arrow-3.svg") no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 120px;
    height: 100%;
    position: absolute;
    top: -38px;
  }

  .banner-offer__arrow-mob:after {
    content: '';
    background: url("../img/icons/banner-arrow-1.svg") no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 120px;
    height: 100%;
    position: absolute;
    top: 39px;
  }

  .banner-offer__second-section {
    align-items: flex-end;
  }

  .banner-offer__btn {
    margin-bottom: 40px;
  }

  .section-personal-training {
    padding: 40px;
  }

  .section-personal-training__title {
    font-size: 30px;
  }

  .section-personal-training__arrow {
    display: block;
  }

  .section-personal-training__arrow--before {
    left: 55px;
    top: 125px;
  }

  .section-personal-training__arrow--after {
    right: 55px;
    top: 125px;
  }

  .ar .group-page .cards {
    flex-direction: column;
  }
}

@media (max-width: 370px) {
  .why-advantages {
    justify-content: center;
  }

  .why-advantages__item {
    width: 100%;
  }

  .package__old-price {
    font-size: 25px;
    line-height: 32px;
  }

  .package__new-price {
    font-size: 35px;
    line-height: 41px;
  }

  .group-page .header-home__logo {
    width: 100%;
  }

  .group-page .header-home__logo .header__logo {
    width: 150px;
  }
}

@media (max-width: 350px) {
  .ar .group-page .page-home__main-title {
    max-width: 90%;
  }

  .header-home__logo--mob {
    max-width: 150px;
  }
}

.policy {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.policy__content {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 55px;
  flex: 1 0 auto;
}

.policy__title {
  font-family: "Micra Bold", sans-serif;
  font-size: 30px;
  line-height: 31px;
  color: #061127;
  padding-top: 44px;
  padding-bottom: 10px;
}

.policy__text {
  font-family: "Helvetica Neue Roman", sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding-top: 15px;
}

.policy__list-item {
  font-family: "Helvetica Neue Roman", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.pagination-bread {
  padding-top: 26px;
  display: flex;
  align-items: center;
}

.pagination-bread__item {
  font-family: "Helvetica Neue Roman", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #061127;
  cursor: pointer;
}

.pagination-bread__item--current {
  color: #BDBDBD;
}

.pagination-bread__arrow {
  padding: 0 10px;
}

@media (max-width: 992px) {
  .policy__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .policy__title {
    font-size: 25px;
    line-height: 26px;
  }
}

.lose-weight-old {
  background: url("../img/lose-weight/bg-old.png") no-repeat;
  background-size: cover;
}

.lose-weight-old__container {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ar .lose-weight-old__container {
  padding-bottom: 40px;
}

.lose-weight-old__sent {
  margin-top: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  font-size: 56px;
  margin-bottom: -40px;
  text-align: center;
}

.lose-weight-old__sent--white {
  color: #fff;
}

.lose-weight-old__title-addition {
  font-family: "Arial", sans-serif;
  font-size: 35px;
  color: #e51717;
}

.ar .lose-weight-old__title-addition {
  font-family: 'Dubai', sans-serif;
}

.lose-weight-old__title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  font-size: 56px;
  color: #e51717;
  margin-top: 25px;
}

.ar .lose-weight-old__title {
  font-family: 'Dubai Bold', sans-serif;
  font-style: normal;
  max-width: 80%;
}

.lose-weight-old__bottom-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  font-size: 56px;
  color: #e51717;
  margin-top: 97px;
  font-style: italic;
}

.ar .lose-weight-old__bottom-title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  max-width: 40%;
  margin-top: 75px;
}

.lose-weight-old__description {
  margin-top: 55px;
  font-family: "Arial", sans-serif;
  font-size: 30px;
  max-width: 90%;
}

.ar .lose-weight-old__description {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  max-width: 80%;
}

.lose-weight-old__banner {
  margin-top: 50px;
  box-shadow: 0 30px 60.59px 12.41px rgba(0, 0, 0, 0.17);
}

.lose-weight-old__banner-img {
  width: 100%;
}

.lose-weight-old__form-title {
  margin-top: 78px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 30px;
}

.ar .lose-weight-old__form-title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
}

.lose-weight-old__br--mob {
  display: none;
}

.form-lose-weight {
  margin-top: 45px;
  margin-bottom: 0;
  max-width: 1070px;
  width: 100%;
}

.form-lose-weight__container {
  background: #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.23) inset;
  border-radius: 51px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.ar .form-lose-weight__container {
  flex-direction: row-reverse;
}

.form-lose-weight__cirlce-line {
  border-radius: 66px;
  border: 3px solid #ff0000;
  padding: 13px;
  filter: drop-shadow(0 0 24px rgba(255, 0, 0, 0.1));
}

.form-lose-weight__input {
  font-family: "Arila", sans-serif;
  font-size: 22px;
  color: #000;
  font-style: italic;
  background: none;
  border: none;
  padding: 30px 10px 30px 27px;
  margin: 9px 0;
  max-width: 330px;
  width: 100%;
}

.form-lose-weight__input:not(:last-child) {
  border-right: 2px solid #e3e3e3;
}

.form-lose-weight__input::placeholder {
  color: #000;
}

.form-lose-weight__input:first-child {
  padding: 30px 10px 30px 35px;
}

.form-lose-weight__input:-webkit-autofill,
.form-lose-weight__input:-webkit-autofill:hover,
.form-lose-weight__input:-webkit-autofill:focus {
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.ar .form-lose-weight__input {
  direction: ltr;
  font-family: 'Dubai', sans-serif;
  font-style: normal;
}

.form-lose-weight__submit {
  margin-top: 30px;
  background: #ff0000;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  padding: 20px 70px;
}

.ar .form-lose-weight__submit {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  padding: 15px 70px;
}

.header-lose-old {
  background: #000000;
}

.header-lose-old__container {
  display: flex;
  justify-content: center;
  padding: 50px 0 40px 0;
}

.header-lose-old__logo {
  max-width: 341px;
}

.header-lose-old__img {
  width: 100%;
}

.footer-lose-weight {
  background: #000;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-lose-weight__copyright {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .lose-weight-old {
    background: url("../img/lose-weight/mob-bg.png") no-repeat;
    background-size: cover;
  }

  .lose-weight-old__container {
    padding-top: 35px;
  }

  .lose-weight-old__sent {
    font-size: 30px;
    line-height: 1.2;
  }

  .lose-weight-old__br--mob {
    display: block;
  }

  .lose-weight-old__title-addition {
    font-size: 30px;
  }

  .ar .lose-weight-old__title-addition {
    max-width: 70%;
  }

  .lose-weight-old__title {
    font-size: 54px;
  }

  .ar .lose-weight-old__title {
    max-width: 100%;
  }

  .lose-weight-old__description {
    font-size: 30px;
  }

  .ar .lose-weight-old__description {
    max-width: 95%;
  }

  .lose-weight-old__banner {
    height: 250px;
  }

  .lose-weight-old__banner-img {
    height: 100%;
    object-fit: cover;
  }

  .lose-weight-old__form-title {
    font-size: 30px;
    padding: 0 25px;
    margin-top: 55px;
  }

  .lose-weight-old__bottom-title {
    margin-top: 60px;
    font-size: 54px;
    padding: 0 15px;
  }

  .ar .lose-weight-old__bottom-title {
    max-width: 100%;
    line-height: 1.4;
  }

  .form-lose-weight {
    padding: 0 15px;
  }

  .form-lose-weight__container {
    flex-direction: column;
    background: none;
    box-shadow: none;
    justify-content: center;
    align-items: center;
  }

  .ar .form-lose-weight__container {
    flex-direction: column;
  }

  .form-lose-weight__cirlce-line {
    border-radius: 20px;
  }

  .form-lose-weight__input {
    background: #fff;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.23) inset;
    border-radius: 20px;
    text-align: center;
    padding: 30px 0;
    max-width: 100%;
  }

  .form-lose-weight__input:not(:last-child) {
    border-right: none;
  }

  .form-lose-weight__input:first-child {
    padding: 30px 0;
  }

  .header-lose-old__logo {
    max-width: 228px;
  }

  .header-lose-old__img {
    width: 100%;
  }
}

.lose-weight--bg {
  background: url("../img/lose-weight-first-bg.png"), url("../img/lose-weight-second-bg.png");
}

.lose-weight__book-icon {
  display: none;
}

.lose-weight__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 0 85px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lose-weight__title {
  font-family: "Helvetica Cond", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(179.88deg, #FFFFFF 0.76%, rgba(255, 255, 255, 0) 238.38%);
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lose-weight-ar .lose-weight__title {
  font-family: 'Dubai', sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.lose-weight__description {
  font-family: "Helvetica Neue Roman", sans-serif;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  padding-top: 25px;
  color: #FFFFFF;
  max-width: 80%;
}

.lose-weight__description--bold {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: bold;
}

.lose-weight-ar .lose-weight__description {
  font-family: 'Dubai Regular', sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.lose-weight__description-bottom {
  font-family: "Helvetica Neue Roman", sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  padding-top: 80px;
}

.lose-weight-ar .lose-weight__description-bottom {
  font-family: 'Dubai', sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.lose-weight__title-bottom {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 20px;
}

.lose-weight-ar .lose-weight__title-bottom {
  font-family: 'Dubai', sans-serif;
  font-size: 25px;
  line-height: 42px;
}

.lose-weight__submit-container {
  position: relative;
  margin-top: 30px;
}

.lose-weight__download-icon {
  position: absolute;
}

.lose-weight__download-icon--left {
  top: 30%;
  left: 5%;
}

.lose-weight-ar .lose-weight__download-icon--left {
  display: none;
}

.lose-weight__download-icon--right {
  display: none;
}

.lose-weight-ar .lose-weight__download-icon--right {
  display: block;
  top: 30%;
  right: 10%;
}

.lose-weight__divider {
  width: 100%;
  height: 3px;
  background: #FF0000;
  margin-top: 10px;
}

.lose-weight .form-lose-weight {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lose-weight .form-lose-weight__container {
  background: none;
  box-shadow: none;
  justify-content: space-between;
}

.lose-weight .form-lose-weight__input {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  font-family: "Helvetica Neue Roman", sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: rgba(6, 17, 39, 0.4);
}

.lose-weight .form-lose-weight__input::placeholder {
  color: rgba(6, 17, 39, 0.4);
}

.lose-weight .form-lose-weight__input:not(:last-child) {
  border: none;
}

.lose-weight-ar .lose-weight .form-lose-weight__input {
  direction: rtl;
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 42px;
  padding: 15px;
}

.lose-weight .form-lose-weight__submit {
  margin: 0;
}

.lose-weight-ar .lose-weight .form-lose-weight__submit {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  padding: 15px 80px 15px 70px;
}

.lose-weight-3 .lose-weight--bg {
  background: url("../img/lose-weight-first-bg.png"), url("../img/lose-weight/lose-weight-bg.png") no-repeat;
  background-size: cover;
}

.lose-weight-3 .lose-weight__container {
  padding-top: 110px;
  padding-bottom: 100px;
}

.lose-weight-3 .lose-weight__title-bottom {
  font-size: 30px;
  line-height: 37px;
  padding-top: 70px;
}

.lose-weight-3 .lose-weight__description {
  max-width: 60%;
}

.lose-weight-3 .lose-weight__download-icon--left {
  left: 13%;
}

.lose-weight-3 .form-lose-weight {
  margin-top: 40px;
}

.lose-weight-3 .form-lose-weight__input::placeholder {
  font-style: normal;
}

.lose-weight-3 .form-lose-weight__submit {
  font-size: 18px;
  line-height: 22px;
  padding-left: 85px;
  padding-right: 60px;
}

.header-lose-weight {
  background: rgba(0, 0, 0, 0.9);
}

.header-lose-weight__container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 38px 0;
}

.ar .header-lose-weight__container {
  flex-direction: row-reverse;
}

.header-lose-weight__left-side {
  display: flex;
  align-items: center;
}

.header-lose-weight__menu-btn {
  background: linear-gradient(180deg, #FF0000 0%, #7E0000 100%);
  border-radius: 15px;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-lose-weight__menu-btn:after {
  content: '';
  position: absolute;
  background: url("../img/lose-weight/menu-button-of-three-horizontal-lines.svg");
  width: 30px;
  height: 30px;
}

.germany {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.ar .germany {
  margin-left: 0;
  margin-right: 30px;
}

.germany__title {
  color: #fff;
  font-family: "Helvetica Cond", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  line-height: 21px;
  padding-left: 10px;
}

.ar .germany__title {
  padding-left: 0;
  padding-right: 10px;
  font-family: "Dubai", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

.ar .lose-weight__description {
  max-width: 100%;
}

.ar .lose-weight__title-bottom {
  font-family: 'Dubai', sans-serif;
  font-size: 35px;
  line-height: 59px;
}

.ar .lose-weight .form-lose-weight__container {
  flex-direction: row;
}

.ar .lose-weight .form-lose-weight__input {
  direction: rtl;
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 42px;
  padding: 15px;
}

.ar .lose-weight .form-lose-weight__submit {
  padding-right: 70px;
  padding-left: 50px;
}

.ar .lose-weight__download-icon--left {
  display: none;
}

.ar .lose-weight__download-icon--right {
  display: block;
  top: 30%;
  right: 19%;
}

@media (max-width: 992px) {
  .lose-weight__book-icon {
    display: block;
    padding-top: 30px;
  }

  .lose-weight--bg {
    background: url("../img/lose-weight-second-mob.png") no-repeat, url("../img/lose-weight-first-mob.png") no-repeat;
    background-size: cover;
  }

  .lose-weight__container {
    padding: 50px 0 70px 0;
  }

  .lose-weight__title {
    font-size: 35px;
    line-height: 42px;
    padding: 0 15px;
  }

  .lose-weight-ar .lose-weight__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
  }

  .lose-weight__description {
    font-size: 25px;
    line-height: 29px;
    padding-top: 10px;
  }

  .lose-weight-ar .lose-weight__description {
    max-width: 90%;
    padding: 10px 15px 0 15px;
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
  }

  .lose-weight__description-bottom {
    padding: 70px 30px 0 30px;
    max-width: 100%;
  }

  .lose-weight-ar .lose-weight__description-bottom {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
  }

  .lose-weight__title-bottom {
    padding-top: 30px;
  }

  .lose-weight__download-icon--left {
    top: 35%;
    left: 7%;
  }

  .lose-weight-ar .lose-weight__download-icon--left {
    left: 4%;
    display: block;
  }

  .lose-weight__download-icon--right {
    display: block;
    top: 35%;
    right: 7%;
  }

  .lose-weight-ar .lose-weight__download-icon--right {
    right: 4%;
  }

  .lose-weight .form-lose-weight {
    margin-top: 40px;
  }

  .lose-weight .form-lose-weight__input {
    font-style: normal;
  }

  .lose-weight .form-lose-weight__submit {
    white-space: normal !important;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 50px;
  }

  .lose-weight-ar .lose-weight .form-lose-weight__submit {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 42px;
    padding: 15px 45px;
  }

  .lose-weight-3 .lose-weight--bg {
    background-position: right;
  }

  .lose-weight-3 .lose-weight__container {
    padding-top: 60px;
  }

  .lose-weight-3 .lose-weight__title {
    max-width: 90%;
  }

  .lose-weight-3 .lose-weight__description {
    max-width: 100%;
    padding: 20px 15px 0 15px;
  }

  .lose-weight-3 .lose-weight__title-bottom {
    font-size: 25px;
    line-height: 31px;
    max-width: 100%;
    padding: 60px 15px 0 15px;
  }

  .lose-weight-3 .lose-weight__download-icon--left {
    left: 10%;
    top: 25%;
  }

  .lose-weight-3 .lose-weight__download-icon--right {
    right: 10%;
    top: 25%;
  }

  .lose-weight-3 .form-lose-weight {
    margin-top: 30px;
  }

  .lose-weight-3 .form-lose-weight__submit {
    padding-left: 70px;
    padding-right: 70px;
    font-size: 18px;
    line-height: 22px;
  }

  .header-lose-weight__container {
    padding: 50px 20px 35px 20px;
  }

  .germany {
    display: none;
  }

  .ar .lose-weight .form-lose-weight__container {
    flex-direction: column;
  }

  .ar .lose-weight .form-lose-weight__input {
    text-align: right;
    padding-right: 20px;
  }

  .ar .lose-weight .form-lose-weight__submit {
    padding: 10px 70px;
    font-size: 25px;
    line-height: 42px;
  }

  .ar .lose-weight__download-icon--left {
    display: block;
  }
}

.build-mucule {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.build-mucule .lose-weight {
  flex: 1 0 auto;
}

.build-mucule .lose-weight--bg {
  background: url(../img/lose-weight-first-bg.png), url(../img/build-muscle-bg.png);
  background-size: cover;
}

.build-mucule .lose-weight__description {
  width: 70%;
}

.build-mucule .lose-weight__title-bottom {
  padding-top: 80px;
}

.build-mucule .form-lose-weight__input {
  font-style: normal;
}

.build-mucule__sent {
  margin-top: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  font-size: 56px;
  margin-bottom: -40px;
  text-align: center;
  color: #fff;
}

.lose-weight-ar .build-mucule__sent {
  font-family: "Dubai", sans-serif;
  color: #fff;
}

.build-mucule-1 .lose-weight--bg {
  background: url(../img/lose-weight-first-bg.png), url(../img/build-muscules-1-bg.png);
  background-size: cover;
}

.build-mucule-1 .lose-weight .form-lose-weight__submit {
  font-size: 18px;
  line-height: 22px;
}

.lose-weight-ar .build-mucule-1 .lose-weight .form-lose-weight__submit {
  font-size: 25px;
  line-height: 42px;
  padding: 15px 80px 15px 45px;
}

@media (max-width: 992px) {
  .build-mucule .lose-weight--bg {
    background: url(../img/build-muscules-mob-bg.png), url(../img/build-muscules-first-bg.png);
    background-size: cover;
  }

  .build-mucule .lose-weight__description {
    width: 100%;
    max-width: 100%;
    padding: 10px 10px 0 10px;
  }

  .build-mucule .lose-weight__title-bottom {
    max-width: 83%;
  }

  .build-mucule-1 .lose-weight--bg {
    background: url(../img/build-muscules-1-mob.png), url(../img/build-muscules-first-bg.png);
    background-size: cover;
  }

  .build-mucule-1 .lose-weight__description {
    width: 85%;
    max-width: 100%;
    padding: 10px 10px 0 10px;
  }

  .build-mucule-1 .lose-weight__title-bottom {
    max-width: 83%;
  }

  .lose-weight-ar .build-mucule-1 .lose-weight .form-lose-weight__submit {
    font-size: 25px;
    line-height: 42px;
    padding: 15px 50px 15px 50px;
  }
}

@media (max-width: 350px) {
  .build-mucule-1 .lose-weight__title {
    font-size: 28px;
  }

  .build-mucule-1 .lose-weight__description {
    font-size: 20px;
  }

  .build-mucule-1 .lose-weight__title-bottom {
    font-size: 22px;
  }

  .lose-weight-ar .build-mucule-1 .lose-weight .form-lose-weight__submit {
    font-size: 20px;
    line-height: 42px;
    padding: 15px 50px 15px 50px;
  }
}

.slick-prev {
  z-index: 2;
}

.upper-bold {
  text-transform: uppercase;
  font-weight: bold;
}

.location__description {
  direction: ltr;
}

.header-studio {
  padding: 30px 0;
}

.header-studio__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-studio__link-inst {
  display: none !important;
}

.header-studio__right-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-studio__menu-btn {
  width: 41px;
  height: 41px;
  display: none;
}

.header-studio__menu {
  height: 100%;
  width: 100%;
}

.header-studio__switcher {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ar .header-studio__switcher {
  margin-right: 0;
  margin-left: 25px;
}

.header-studio__inst {
  display: flex;
  width: 25px;
  height: 25px;
}

.header-studio__inst img {
  width: 100%;
}

.ar .header__shorty-lang-switcher .header__language-container {
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: row-reverse;
  position: relative;
}

.ar .header__shorty-lang-switcher .header__language-arrow {
  position: absolute;
  right: -10px;
}

.new-studio-menu {
  display: none;
}

.studio-nav {
  display: flex;
  margin-right: 30px;
}

.studio-nav__item {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  color: #FFFFFF;
}

.studio-nav__item:not(:last-child) {
  margin-right: 50px;
}

.ar .studio-nav__item {
  margin-right: 0;
  margin-left: 30px;
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  text-align: right;
}

.new-studio__container {
  max-width: 1140px;
  margin: 0 auto;
}

.new-studio-main--bg {
  background: url("../img/new-studio/bg.png") no-repeat right, linear-gradient(black, black);
  background-size: cover;
}

.ar .new-studio-main--bg {
  background: url("../img/new-studio/ar-bg.png") no-repeat left, linear-gradient(black, black);
}

.new-studio-main__content {
  height: 916px;
  position: relative;
}

.new-studio-main__container {
  box-shadow: 0px 4px 150px rgba(255, 0, 0, 0.6);
}

.new-studio-main__title {
  font-family: "Helvetica 95 Black", sans-serif;
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
  margin-top: 120px;
  max-width: 75%;
  color: #FFFFFF;
}

.ar .new-studio-main__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 93px;
  text-align: right;
  text-transform: uppercase;
  margin-top: 50px;
}

.new-studio-main__description {
  font-family: 'Helvetica 45', sans-serif;
  font-size: 25px;
  line-height: 29px;
  max-width: 65%;
  margin-top: 15px;
  color: #FFFFFF;
}

.ar .new-studio-main__description {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 51px;
  text-align: right;
}

.new-studio-main__callout {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
  margin-top: 67px;
  padding: 15px;
  border: 3px solid #FF0000;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  width: 100%;
  background: rgba(255, 0, 0, 0.3);
  box-shadow: 0px 4px 150px rgba(255, 0, 0, 0.6);
}

.new-studio-main__video {
  width: 667px;
  margin-right: 20px;
}

.new-studio-main__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ar .new-studio-main__video {
  margin-right: 0;
  margin-left: 20px;
}

.new-studio-main__overlay {
  position: absolute;
}

.new-studio-form {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  padding: 25px 45px;
  max-width: 458px;
  width: 100%;
}

.new-studio-form__limited-offer {
  display: none;
}

.new-studio-form__title {
  font-family: "Helvetica Cond", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 22px;
}

.ar .new-studio-form__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 51px;
}

.new-studio-form__input {
  background: #F2F2F2;
  padding: 20px 22px 20px;
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.new-studio-form__input:not(:last-child) {
  margin-bottom: 15px;
}

.ar .new-studio-form__input {
  font-family: 'Dubai Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  text-align: right;
  color: #4F4F4F;
  padding: 13px 22px 13px;
}

.new-studio-form__input::placeholder {
  color: #4F4F4F;
}

.new-studio-form__submit {
  background: #FF0000;
  border: none;
  border-bottom: 5px solid #CC0000;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
  cursor: pointer;
  text-transform: uppercase;
}

.ar .new-studio-form__submit {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 22px 13px;
}

.new-studio-form__submit:hover {
  border-bottom: 5px solid transparent;
}

.nexfit-gym {
  position: relative;
}

.nexfit-gym__container {
  width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: 1;
}

.nexfit-gym__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 47px;
}

.nexfit-gym__title {
  font-family: "Micra Bold", sans-serif;
  font-weight: bold;
  font-size: 90px;
  line-height: 93px;
  max-width: 70%;
  color: #FFFFFF;
}

.ar .nexfit-gym__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
  line-height: 120px;
  text-align: right;
  color: #FFFFFF;
  max-width: 60%;
}

.nexfit-gym__text {
  font-family: "Helvetica Neue 55", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-right: 21%;
  display: none;
}

.nexfit-gym-slider {
  position: relative;
  display: block;
}

.nexfit-gym-slider__item {
  height: 717px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/ajax-spinner.gif") no-repeat center;
}

.nexfit-gym-slider__item:last-child {
  display: none;
}

.ar .nexfit-gym-slider__item {
  height: 836px;
}

.nexfit-gym-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nexfit-gym-slider .slick-arrow {
  width: 87px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.nexfit-gym-slider .slick-next {
  right: 0;
  top: inherit;
  bottom: 0;
  background: #FF0000;
}

.nexfit-gym-slider .slick-next:before {
  content: url("../img/new-studio/arrow-next.svg");
}

.nexfit-gym-slider .slick-next:hover,
.nexfit-gym-slider .slick-next:focus {
  background: #FF0000;
}

.nexfit-gym-slider .slick-prev {
  left: inherit;
  right: 0;
  top: inherit;
  bottom: 0;
  margin-right: 110px;
  background: #333333;
  opacity: 0.6;
}

.nexfit-gym-slider .slick-prev:before {
  content: url("../img/new-studio/arrow-next.svg");
  transform: rotate(180deg);
}

.nexfit-gym-slider .slick-prev:hover,
.nexfit-gym-slider .slick-prev:focus {
  background: #333333;
  opacity: 0.6;
}

.nexfit-gym-addition {
  background: #FF0000;
  max-width: 533px;
  width: 100%;
  padding: 30px;
}

.ar .nexfit-gym-addition {
  max-width: 490px;
}

.nexfit-gym-addition__item {
  display: flex;
  align-items: center;
}

.nexfit-gym-addition__item:not(:last-child) {
  margin-bottom: 10px;
}

.nexfit-gym-addition__title {
  color: #fff;
  font-family: "Helvetica Neue 55", sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.ar .nexfit-gym-addition__title {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  text-align: right;
}

.nexfit-gym-addition__icon:not(:last-child) {
  margin-right: 20px;
}

.ar .nexfit-gym-addition__icon:not(:last-child) {
  margin-right: 0;
  margin-left: 20px;
}

.new-studio-classes {
  padding: 110px 0;
}

.new-studio-classes__row {
  display: flex;
  justify-content: space-between;
}

.new-studio-classes__title {
  font-family: "Micra Bold", sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 62px;
}

.ar .new-studio-classes__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 118px;
  text-align: right;
  color: #000000;
}

.new-studio-classes__description {
  font-family: "Helvetica Neue 55", sans-serif;
  font-size: 25px;
  line-height: 29px;
}

.ar .new-studio-classes__description {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 51px;
  text-align: right;
  color: #000000;
}

.new-studio-classes__divider {
  width: 2px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 65px 0 50px;
}

.ar .new-studio-classes__divider {
  margin: 0 45px 0 45px;
}

.ar .new-studio-classes__first-section {
  width: 100%;
  padding: 0 15px;
}

.new-studio-classes__secon-section {
  max-width: 56%;
}

.studio-classes {
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
  margin-top: 20px;
}

.studio-classes--pc {
  display: flex;
}

.studio-classes--380,
.studio-classes--320 {
  display: none;
}

.ar .studio-classes {
  max-width: 100%;
}

.studio-classes__item {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  padding: 15px;
  margin-top: 15px;
  border: 1px solid #FF0000;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 12px;
}

.studio-classes__item:hover {
  background: #FF0000;
  color: #fff;
}

.studio-classes__item--active {
  background: #FF0000;
  color: #fff;
}

.ar .studio-classes__item {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  text-align: right;
}

.classes-slider {
  margin-top: 50px;
  position: relative;
}

.classes-slider__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 420px;
}

.ar .classes-slider__container {
  align-items: flex-start;
}

.classes-slider .slick-slide {
  margin-right: 50px;
  opacity: 0.4;
}

.classes-slider__slide-container {
  display: flex;
  justify-content: space-between;
  width: 1140px;
  padding: 32px 67px 32px 38px;
  background: #000;
  min-height: 450px;
}

.ar .classes-slider__slide-container {
  min-height: 490px;
}

.classes-slider__slides--pc {
  display: block;
}

.classes-slider__slides--320,
.classes-slider__slides--380 {
  display: none !important;
}

.classes-slider__title {
  font-family: "Helvetica 95 Black", sans-serif;
  font-size: 35px;
  line-height: 41px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.ar .classes-slider__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: right;
  text-transform: uppercase;
}

.classes-slider__description {
  font-family: "Helvetica Neue 55", sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 50px;
}

.ar .classes-slider__description {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
}

.classes-slider__btn {
  background: #FF0000;
  box-shadow: 0px 4px 0px #C80000;
  border-radius: 5px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  padding: 20px 70px;
  margin-bottom: 5px;
  color: #fff;
}

.ar .classes-slider__btn {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 110px;
}

.classes-slider__video {
  max-width: 548px;
  width: 100%;
}

.classes-slider__image {
  max-width: 548px;
  height: 386px;
  width: 100%;
}

.classes-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.classes-slider__prev {
  position: absolute;
  top: 0;
  width: 31px;
}

.classes-slider__next {
  position: absolute;
  top: 0;
  width: 31px;
  transform: rotate(180deg);
}

.classes-slider .slick-next {
  width: 31px;
  height: 57px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.classes-slider .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  width: 31px;
  height: 57px;
  background: url("../img/new-studio/arrow.svg") no-repeat center;
  transform: rotate(180deg);
}

.classes-slider .slick-prev {
  width: 31px;
  height: 57px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.classes-slider .slick-prev:before {
  content: '';
  position: absolute;
  top: 0;
  width: 31px;
  height: 57px;
  background: url("../img/new-studio/arrow.svg") no-repeat center;
}

.classes-slider .slick-track {
  display: flex;
  align-items: center;
}

[dir="rtl"] .classes-slider .slick-next:before {
  content: '';
  background: url("../img/new-studio/arrow.svg") no-repeat center;
  transform: rotate(0);
}

[dir="rtl"] .classes-slider .slick-prev:before {
  content: '';
  background: url("../img/new-studio/arrow.svg") no-repeat center;
  transform: rotate(180deg);
}

[dir="rtl"] .sync-slider .slick-next {
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir="rtl"] .sync-slider .slick-next:before {
  content: '';
  background: url("../img/new-studio/arrow-next.svg") no-repeat;
  transform: rotate(180deg);
}

[dir="rtl"] .sync-slider .slick-prev {
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir="rtl"] .sync-slider .slick-prev:before {
  content: '';
  background: url("../img/new-studio/arrow-next.svg") no-repeat;
  transform: rotate(0);
}

[dir="rtl"] .discount-slider .slick-next {
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
}

[dir="rtl"] .discount-slider .slick-next:before {
  content: '';
  background: url("../img/new-studio/white-arrow.svg");
  transform: rotate(180deg);
}

[dir="rtl"] .discount-slider .slick-prev {
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
}

[dir="rtl"] .discount-slider .slick-prev:before {
  content: '';
  background: url("../img/new-studio/white-arrow.svg");
  transform: rotate(0);
}

.sync-slider__item {
  height: 717px;
}

.sync-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sync-slider .slick-next {
  right: 20px;
  width: 31px;
  height: 57px;
  display: flex;
  align-items: center;
}

.sync-slider .slick-next:before {
  content: '';
  background: url("../img/new-studio/arrow-next.svg") no-repeat;
  width: 20px;
  height: 30px;
  position: absolute;
}

.sync-slider .slick-prev {
  left: 20px;
  z-index: 1;
  width: 31px;
  height: 57px;
  display: flex;
  align-items: center;
}

.sync-slider .slick-prev:before {
  content: '';
  background: url("../img/new-studio/arrow-next.svg") no-repeat;
  width: 20px;
  height: 30px;
  position: absolute;
  transform: rotate(180deg);
}

.new-studio-sync {
  padding-bottom: 110px;
}

.new-stuio-parallax {
  height: 446px;
  overflow: hidden;
}

.new-stuio-parallax__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.simpleParallax {
  height: 100%;
  width: 100%;
}

.sync-mini-slider {
  display: flex;
  margin-top: 18px;
}

.sync-mini-slider__slide {
  max-width: 180px;
  height: 160px;
}

.sync-mini-slider .slick-current {
  position: relative;
}

.sync-mini-slider .slick-current:before {
  content: '';
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5));
  width: 100%;
  height: 100%;
}

.sync-mini-slider .slick-slide {
  height: 160px;
}

.sync-mini-slider .slick-slide:not(:last-child) {
  margin-right: 12px;
}

.sync-mini-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-studio-why {
  background: url("../img/new-studio/why-us-bg.png") no-repeat, linear-gradient(black, black);
  background-size: cover;
  background-position: right;
}

.ar .new-studio-why {
  background: url("../img/new-studio/why-ar.png") no-repeat, linear-gradient(black, black);
  background-size: cover;
  background-position: right;
}

.new-studio-why__container {
  display: flex;
  justify-content: flex-end;
  padding-top: 110px;
  padding-bottom: 120px;
}

.new-studio-why__right-section {
  display: flex;
  flex-direction: column;
  max-width: 50%;
}

.new-studio-why__title {
  font-family: "Micra Bold", sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 50px;
  color: #fff;
}

.ar .new-studio-why__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 118px;
  color: #FFFFFF;
}

.new-studio-why__icon {
  content: url("../img/new-studio/red-arrow-right.svg");
  margin-right: 24px;
  width: 17px;
  height: 25px;
}

.ar .new-studio-why__icon {
  margin-right: 0;
  margin-left: 24px;
  transform: rotate(180deg);
}

.new-studio-why__item {
  display: flex;
}

.new-studio-why__item:not(:last-child) {
  margin-bottom: 20px;
}

.new-studio-why__description {
  font-family: "Helvetica Neue Roman", sans-serif;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
}

.ar .new-studio-why__description {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  text-align: right;
  color: #FFFFFF;
}

.new-studio-why__row {
  display: flex;
  align-items: center;
  margin-top: 70px;
}

.new-studio-why__logo:not(:last-child) {
  margin-right: 18px;
}

.ar .new-studio-why__logo:not(:last-child) {
  margin-right: 0;
  margin-left: 18px;
}

.new-studio-discount {
  padding: 40px 0 0 0;
}

.ar .new-studio-discount {
  padding: 40px 0 64px 0;
}

.new-studio-discount__title {
  font-family: "Helvetica Cond", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 45px;
}

.ar .new-studio-discount__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 84px;
  text-align: center;
  color: #000000;
}

.new-studio-discount__content {
  display: flex;
  align-items: center;
}

.new-studio-discount__video {
  max-width: 637px;
  width: 100%;
  height: 527px;
  margin-right: 100px;
}

.ar .new-studio-discount__video {
  margin-right: 0;
  margin-left: 100px;
}

.new-studio-discount__bottom {
  background: url("../img/new-studio/discount-bg.png") no-repeat center;
}

.new-studio-discount .new-studio-why__description {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 31px;
}

.ar .new-studio-discount .new-studio-why__description {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: right;
  color: #FFFFFF;
}

.discount-slider {
  margin-bottom: 0 !important;
}

.discount-slider__slide {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/ajax-spinner.gif") no-repeat center;
}

.discount-slider__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discount-slider__slide-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 540px;
  position: relative;
  z-index: 1;
}

.discount-slider__title {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #ff0000;
}

.discount-slider__description {
  font-family: "Helvetica Neue Roman", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

.discount-slider .slick-dots {
  bottom: 5%;
}

.discount-slider .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
}

.discount-slider .slick-dots .slick-active button:before {
  content: '';
  border-radius: 50%;
  background: #FF0000;
  width: 12px;
  height: 12px;
}

.discount-slider .slick-dots button {
  width: 12px;
  height: 12px;
}

.discount-slider .slick-dots button:before {
  content: '';
  border-radius: 50%;
  background: white;
  width: 12px;
  height: 12px;
  opacity: 0.5;
}

.discount-slider .slick-next {
  right: 40px;
  width: 58px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.discount-slider .slick-next:before {
  content: '';
  background: url("../img/new-studio/white-arrow.svg");
  width: 21px;
  height: 40px;
  position: absolute;
  top: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-slider .slick-prev {
  z-index: 1;
  left: 40px;
  width: 21px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.discount-slider .slick-prev:before {
  content: '';
  background: url("../img/new-studio/white-arrow.svg");
  width: 21px;
  height: 40px;
  transform: rotate(180deg);
  opacity: 1;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-slider__count-slides {
  color: #fff;
  position: relative;
  top: -27px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: none;
}

.discount-slider .slick-slider {
  margin-bottom: 0 !important;
}

.new-studio-packages {
  padding-bottom: 80px;
}

.new-studio-packages__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.new-studio-packages__title {
  font-family: "Micra Bold", sans-serif;
  font-size: 60px;
  line-height: 62px;
}

.ar .new-studio-packages__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 118px;
  color: #000000;
}

.new-studio-packages__scheduled {
  background: #FF0000;
  border-radius: 10px;
  padding: 15px 15px;
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.packages-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 514px;
}

.packages-card {
  border: 3px solid #333333;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  width: 250px;
  height: 460px;
  transition: all ease 0.2s;
  user-select: none;
}

.ar .packages-card {
  padding: 30px 0;
}

.packages-card:hover {
  width: 274px;
  height: 514px;
  border: 3px solid #FF0000;
}

.packages-card:hover .packages-card__price {
  color: #FF0000;
}

.packages-card:hover .packages-card__number {
  color: #FF0000;
  border: 3px solid #FF0000;
  box-sizing: border-box;
}

.packages-card:hover .packages-card__month {
  color: #FF0000;
}

.packages-card__number {
  font-family: "Helvetica Cond", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 49px;
  border: 3px solid #333333;
  border-radius: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 74px;
  max-height: 74px;
  width: 74px;
  height: 74px;
  margin-bottom: 20px;
}

.packages-card__month {
  font-family: "Helvetica 95 Black", sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.ar .packages-card__month {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  color: #333333;
}

.packages-card__scheduled {
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.ar .packages-card__scheduled {
  font-family: 'Dubai Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}

.packages-card__description {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 31px;
}

.ar .packages-card__description {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}

.packages-card__price {
  font-family: "Helvetica 95 Black", sans-serif;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.packages-card__btn {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 4px solid #FF0000;
}

.ar .packages-card__btn {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}

.new-studio-inst__container {
  background: #fff;
  padding: 20px 35px;
  margin-top: 130px;
}

.account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}

.account__content {
  display: flex;
  align-items: center;
  max-width: 63%;
}

.account__description {
  display: none;
}

.account__description a {
  color: rgba(var(--fe0, 0, 53, 105), 1);
  text-decoration: none;
}

.account__container {
  display: flex;
  align-items: center;
  padding-right: 40px;
  border-right: 1px solid #BDBDBD;
}

.ar .account__container {
  border-left: 1px solid #BDBDBD;
  border-right: unset;
  padding-right: 0;
  padding-left: 40px;
}

.account__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 18px;
}

.ar .account__column {
  margin-left: 0;
  margin-right: 18px;
}

.account__check {
  position: absolute;
  right: -13%;
  top: -28%;
}

.account__logo {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  border: 3px solid white;
}

.account__logo--mob {
  display: none;
}

.account__name {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 5px;
}

.account__full-name {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px;
}

.account__web-site {
  text-decoration: none;
  color: #1d57a4;
}

.account__publications {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 30px;
}

.account__publications--count {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #000000;
}

.account__followers {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.account__followers--count {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #000000;
}

.account__text {
  font-family: "Helvetica Neue Light", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}

.ar .account__text {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}

.account__personal-link {
  color: white;
  background: #ed494d;
  background: linear-gradient(78.26deg, #FEBA4C -5.4%, #FD1B38 32.65%, #D30079 67.82%, #4A50CE 105.29%);
  border-radius: 10px;
  padding: 15px;
  text-decoration: none;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.ar .account__personal-link {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
}

.publications {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.ar .publications {
  direction: ltr;
}

.publication {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 1 1 20%;
  min-height: 237px;
  max-height: 237px;
  margin-top: 20px;
  margin-right: 20px;
}

.publication:nth-child(4n) {
  margin-right: 0;
}

.publication:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
}

.publication:hover:before {
  position: absolute;
  content: '';
  background: url("../img/new-studio/instagram-logo.png");
  width: 64px;
  height: 64px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
}

.publication__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-studio-banner {
  background: #000000;
  border: 5px solid #000000;
  box-sizing: border-box;
}

.new-studio-banner__container {
  position: relative;
  z-index: 1;
  padding: 65px 0 76px 0;
}

.new-studio-banner__content {
  position: relative;
  z-index: 1;
}

.new-studio-banner__social-links {
  display: flex;
  align-items: center;
}

.new-studio-banner__title {
  font-family: "Micra Bold", sans-serif;
  font-size: 45px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 91px;
  margin-top: 73px;
}

.new-studio-banner__name {
  font-family: "Helvetica Neue Roman", sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  padding-left: 10px;
}

.new-studio-banner__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.new-studio-banner__link:not(:first-child) {
  margin-left: 40px;
}

.new-studio-banner__bg {
  position: absolute;
  z-index: -1;
  top: -32%;
  right: 0;
}

.new-studio-location {
  margin-top: 80px;
}

.new-studio-location__title {
  font-family: "Micra Bold", sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 60px;
}

.new-studio-location__content {
  height: 495px;
}

.new-studio-location__map {
  width: 100%;
  height: 100%;
}

.new-studio-location__description {
  font-family: "Gotham Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
}

.new-studio-location__work-hours {
  font-family: "Gotham Pro Regular", sans-serif;
}

.footer-studio {
  width: 100%;
  background: #000;
  display: flex;
  flex-direction: column;
}

.footer-studio__left-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-studio__top {
  padding: 40px 0;
  background: #1B1B1B;
}

.footer-studio__container {
  max-width: 1140px;
  margin: 0 auto;
}

.footer-studio__icon {
  margin-bottom: 22px;
}

.footer-studio__title {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.footer-studio__descritpion {
  font-family: "Helvetica Neue Light", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.footer-studio__number {
  font-family: "Helvetica Neue Light", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.ar .footer-studio__number {
  direction: ltr;
}

.footer-studio__number--pc {
  display: inline-block;
}

.footer-studio__number--mob {
  display: none;
}

.footer-studio__divider {
  color: #fff;
}

.footer-studio__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
}

.footer-studio__row {
  display: flex;
  justify-content: space-around;
}

.ar .footer-studio__row {
  flex-direction: row-reverse;
}

.footer-studio__franchise {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration-line: underline !important;
  margin-bottom: 10px;
  color: #fff;
}

.footer-studio__copyright {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

.footer-studio a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1000px) and (max-width: 1200px) {

  .classes-slider__prev,
  .classes-slider__next {
    display: none;
  }

  .classes-slider .slick-slide {
    margin-right: 0;
  }

  .new-studio-why__right-section {
    max-width: 60%;
  }
}

@media (max-width: 991px) {
  .overflow-hiden {
    overflow: hidden;
  }

  .new-studio-menu {
    top: 0;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 3;
  }

  .new-studio-menu__overlay {
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.98;
    position: absolute;
  }

  .new-studio-menu__content {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .new-studio-menu__container {
    position: absolute;
    top: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .new-studio-menu__close {
    position: absolute;
    top: 10%;
    right: 4%;
    z-index: 1;
  }

  .new-studio-menu__bottom {
    bottom: 5%;
    width: 100%;
    padding: 0 15px;
  }

  .new-studio-menu__bottom-container {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .new-studio-menu__social-link {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .new-studio-menu__link-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    text-align: right;
    text-decoration: none;
    color: #FFFFFF;
  }

  .ar .new-studio-menu__link-title {
    direction: ltr;
  }

  .new-studio-menu__icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .ar .new-studio-menu__icon {
    margin-left: 20px;
    margin-right: 0;
  }

  .new-studio-menu__icon-img {
    width: 100%;
    height: 100%;
  }

  .new-studio-menu__item {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .new-studio-menu__item:not(:last-child) {
    margin-bottom: 10%;
  }

  .account {
    flex-direction: column;
    margin-bottom: 0;
    position: relative;
  }

  .account__content {
    width: 100%;
    border-bottom: 2px solid rgba(211, 211, 211, 0.42);
    padding-bottom: 20px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .account__description {
    display: block;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
  }

  .account__description--title {
    font-weight: bold;
    padding-bottom: 5px;
  }

  .account__publications {
    order: 1;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0;
    flex: 1;
  }

  .account__publications--count {
    font-size: 21px;
  }

  .account__container {
    order: 4;
    flex-direction: column;
    border-right: 0;
    padding: 0;
    flex: 1;
  }

  .ar .account__container {
    border-left: 0;
  }

  .account__logo {
    display: none;
  }

  .account__logo--mob {
    display: block;
    order: 2;
  }

  .account__followers {
    order: 3;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    flex: 1;
  }

  .account__followers--count {
    font-size: 21px;
  }

  .account__name {
    margin-top: 20px;
    margin-left: 0;
  }

  .account__text {
    font-size: 18px;
  }

  .account__personal-link {
    position: absolute;
    bottom: 20px;
    padding: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    font-size: 16px;
  }

  .publications {
    margin-top: 0;
    padding-bottom: 70px;
  }

  .publication {
    flex: 1 1 40%;
  }

  .publication:nth-child(n+7) {
    display: none;
  }

  .publication:nth-child(5n) {
    margin-top: 20px;
    margin-right: 20px;
  }

  .publication:nth-child(even) {
    margin-right: 0;
  }

  .header-studio {
    padding: 0 10px;
  }

  .header-studio__right-section {
    display: none;
  }

  .header-studio__menu-btn {
    display: block;
  }

  .header-studio__switcher {
    margin-right: 0;
  }

  .ar .header-studio__switcher {
    margin-left: 0;
    margin-right: 0;
  }

  .ar .header-studio__menu {
    transform: rotate(180deg);
  }

  .header-studio__logo {
    max-width: 150px;
  }

  .header-studio__logo-icon {
    width: 100%;
  }

  .header__shorty-lang-switcher .header__language-container {
    padding-left: 20px;
  }

  .header__shorty-lang-switcher .header__language-switcher {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.6) !important;
    opacity: 0.6;
    border-radius: 0px 0px 5px 5px !important;
  }

  .new-studio-classes__row {
    flex-direction: column;
  }

  .new-studio-why__row {
    flex-wrap: wrap;
  }

  .classes-slider__slides--pc {
    display: none !important;
  }

  .classes-slider__slides--380 {
    display: block !important;
  }

  .classes-slider .slick-arrow {
    display: none !important;
  }

  .classes-slider__next {
    display: none !important;
  }

  .classes-slider__prev {
    display: none !important;
  }

  .classes-slider .slick-slide {
    opacity: 1;
  }

  .classes-slider .slick-track {
    align-items: normal;
  }

  .classes-slider__image {
    margin-bottom: 23px;
    height: 266px;
  }

  .classes-slider__video {
    height: 266px;
  }

  .classes-slider__container {
    min-height: 425px;
  }

  .classes-slider__slide-container {
    min-height: 761px;
  }

  .new-studio-packages__row {
    flex-direction: column;
  }

  .ar .new-studio-packages__row {
    flex-direction: row;
  }

  .ar .new-studio-packages__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 84px;
    padding-right: 15px;
  }

  .new-studio-classes__title {
    font-size: 40px;
    line-height: 41px;
  }

  .new-studio-packages__title {
    font-size: 40px;
    line-height: 41px;
  }

  .new-studio-location {
    margin-top: 70px;
  }

  .new-studio-location__title {
    font-size: 40px;
    line-height: 41px;
  }

  .new-studio-location__content {
    height: 100%;
  }

  .new-studio-location__description {
    font-size: 1.5em;
  }

  .location__description {
    font-size: 1.5em;
    direction: ltr;
  }

  .ar .new-studio-why {
    background: #000;
  }

  .new-studio-why__title {
    font-size: 40px;
    line-height: 41px;
  }

  .ar .new-studio-why__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 84px;
    text-align: right;
  }

  .nexfit-gym {
    z-index: 2;
  }

  .nexfit-gym__title {
    font-size: 40px;
    line-height: 41px;
    padding: 0 15px;
    color: #000;
    padding-top: 40px;
  }

  .ar .nexfit-gym__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    text-align: right;
    max-width: 100%;
    color: #000000;
    padding-top: 26px;
  }

  .nexfit-gym__text {
    position: absolute;
    top: 400px;
    text-align: center;
    margin: 0;
    width: 100%;
  }

  .nexfit-gym__container {
    position: unset;
    padding-bottom: 40px;
  }

  .nexfit-gym-addition {
    margin: 0 15px;
    max-width: 100%;
  }

  .ar .nexfit-gym-addition {
    padding: 30px 30px 30px 15px;
  }

  .new-studio-main--bg {
    background: #000;
  }

  .new-studio-main__title {
    font-family: "Helvetica 95 Black", sans-serif;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 25px;
    max-width: 100%;
  }

  .ar .new-studio-main__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    margin-top: 150px;
  }

  .new-studio-main__description {
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    padding: 0 32px;
    max-width: 100%;
    position: relative;
    z-index: 2;
  }

  .ar .new-studio-main__description {
    font-family: 'Dubai Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
  }

  .ar .new-studio-main__video {
    margin-left: 0;
  }

  .new-studio-main {
    padding-bottom: 20px;
  }

  .ar .new-studio-main {
    background: #000;
  }

  .new-studio-main__main-container {
    padding-top: 40px;
    background-size: cover;
    background-image: url(../img/new-studio/bg-mob.png);
    background-repeat: no-repeat;
    background-position: 100% 29%;
  }

  .new-studio-main__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-bottom: 15px;
  }

  .new-studio-main__callout {
    flex-direction: column;
    box-shadow: 0 4px 150px rgba(255, 0, 0, 0.6);
    position: relative;
    padding: 8px;
    margin: 0;
  }

  .ar .new-studio-main__callout {
    width: 100%;
  }

  .new-studio-main__container {
    padding: 0 7px;
    margin-top: 25px;
    z-index: 1;
    box-shadow: unset;
  }

  .ar .new-studio-main__container {
    width: 100%;
  }

  .new-studio-main__video {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .new-studio-main__title {
    margin-top: 230px;
  }

  .new-studio-form {
    max-width: 100%;
    position: relative;
    padding: 22px;
  }

  .new-studio-form__title {
    font-size: 28px;
    line-height: 34px;
  }

  .ar .new-studio-form__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
  }

  .new-studio-form__input {
    padding: 20px 0;
    text-align: center;
  }

  .ar .new-studio-form__input {
    text-align: center !important;
  }

  .new-studio-form__submit {
    padding: 20px 0;
  }

  .nexfit-gym-slider {
    margin-bottom: 56px;
    display: none;
  }

  .nexfit-gym-slider__item {
    padding: 0;
    max-height: 442px;
  }

  .nexfit-gym-slider .slick-slide {
    margin: 0;
  }

  .nexfit-gym-slider .slick-arrow {
    top: 413px;
  }

  .nexfit-gym-addition__item {
    align-items: flex-start;
  }

  .nexfit-gym-addition__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .ar .nexfit-gym-addition__item:first-child .nexfit-gym-addition__title {
    max-width: 70%;
  }

  .ar .nexfit-gym-addition__title {
    font-family: 'Dubai Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 27px;
    text-align: right;
    color: #FFFFFF;
  }

  .new-studio-classes {
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .new-studio-classes__description {
    font-size: 22px;
    line-height: 26px;
  }

  .ar .new-studio-classes__description {
    font-family: 'Dubai Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 42px;
    text-align: right;
  }

  .new-studio-classes__title {
    margin-bottom: 15px;
  }

  .ar .new-studio-classes__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    /* identical to box height, or 120% */
    text-align: right;
  }

  .new-studio-classes__container {
    padding: 0 15px;
  }

  .ar .new-studio-classes__container {
    padding: 0;
  }

  .new-studio-classes__secon-section {
    max-width: 100%;
  }

  .studio-classes {
    max-width: 100%;
  }

  .studio-classes--pc {
    display: none;
  }

  .studio-classes--320 {
    display: none;
  }

  .studio-classes--380 {
    display: flex;
  }

  .studio-classes__item {
    font-size: 20px;
    line-height: 24px;
  }

  .ar .studio-classes__item:nth-child(8) {
    max-width: 63%;
  }

  .ar .studio-classes__item {
    margin-right: 18px;
  }

  .classes-slider__slide-container {
    flex-direction: column;
    padding: 20px;
    max-width: 100%;
    width: 100%;
  }

  .classes-slider__container {
    max-width: 100%;
  }

  .classes-slider__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 23px;
  }

  .ar .classes-slider__title {
    font-size: 30px;
    line-height: 40px;
  }

  .classes-slider__description {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 23px;
  }

  .ar .classes-slider__description {
    font-size: 18px;
    line-height: 22px;
    max-width: 92%;
  }

  .classes-slider__video {
    max-width: 100%;
    width: 100%;
    margin-bottom: 23px;
  }

  .classes-slider .slick-slide {
    margin: 0;
  }

  .ar .classes-slider__btn {
    width: 100%;
    font-size: 22px;
    line-height: 37px;
    padding: 15px 0;
  }

  .sync-slider__item {
    height: 545px;
  }

  .sync-slider .slick-slide {
    margin: 0;
  }

  .sync-mini-slider__slide {
    height: 140px;
    max-width: 100px;
  }

  .sync-mini-slider .slick-slide {
    height: 140px;
  }

  .new-studio-sync {
    padding-bottom: 50px;
  }

  .new-studio-why {
    background: #000;
  }

  .new-studio-why__right-section {
    max-width: 100%;
    padding: 0 20px;
  }

  .new-studio-why__container-mob {
    position: relative;
    height: 480px;
    background: url("../img/new-studio/why-bg-mob.png") no-repeat;
    background-size: cover;
    margin: 0 -20px;
  }

  .new-studio-why__container {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .new-studio-why__title {
    padding: 0 20px;
    margin: 0;
  }

  .new-studio-why__content {
    margin-top: 10px;
  }

  .new-studio-why__row {
    margin-top: 10px;
    justify-content: space-around;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .new-studio-why__logo {
    margin-top: 40px;
    margin-right: 0;
  }

  .new-studio-why__description {
    font-size: 20px;
    line-height: 23px;
  }

  .new-studio-discount {
    padding-bottom: 30px;
    padding-top: 35px;
    background: #000;
  }

  .ar .new-studio-discount__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #fff;
  }

  .new-studio-discount__container {
    padding: 0 26px;
  }

  .new-studio-discount__title {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }

  .new-studio-discount .slick-slider {
    margin: 0 !important;
    padding: 0;
  }

  .new-studio-discount__content {
    flex-direction: column-reverse;
    align-items: normal;
    padding: 0 25px;
  }

  .new-studio-discount__bottom {
    background: unset;
    padding-top: 60px;
    margin-top: 0;
  }

  .new-studio-discount__video {
    height: 354px;
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }

  [dir="rtl"] .discount-slider .slick-next {
    left: 0;
    width: 58px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF0000;
    z-index: 9;
  }

  [dir="rtl"] .discount-slider .slick-next:before {
    content: '';
    background: url(../img/new-studio/arrow-next.svg) no-repeat center;
    width: 20px;
    background-size: contain;
    height: 20px;
    position: relative;
    opacity: 1;
    z-index: 9;
  }

  [dir="rtl"] .discount-slider .slick-next:hover {
    background: #FF0000;
  }

  [dir="rtl"] .discount-slider .slick-prev {
    z-index: 9;
    right: 0;
    width: 58px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF0000;
  }

  [dir="rtl"] .discount-slider .slick-prev:before {
    content: '';
    background: url(../img/new-studio/arrow-next.svg) no-repeat center;
    width: 20px;
    background-size: contain;
    height: 20px;
    opacity: 1;
    position: relative;
    z-index: 9;
  }

  [dir="rtl"] .discount-slider .slick-prev:hover {
    background: #FF0000;
  }

  .ar .new-studio-discount .new-studio-why__description {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 37px;
    text-align: right;
  }

  .discount-slider__slide-container {
    height: 255px;
  }

  .discount-slider__slide--first {
    background: url("../img/new-studio/slider-discount/slide-mob-1.png") no-repeat;
    background-size: cover;
  }

  .discount-slider .slick-slide {
    margin: 0;
  }

  .discount-slider__title {
    font-size: 35px;
    line-height: 43px;
    text-align: center;
  }

  .discount-slider__description {
    font-size: 22px;
    font-weight: normal;
    font-family: "Helvetica Neue 55", sans-serif;
  }

  .discount-slider .slick-dots {
    position: relative;
    margin-top: 20px;
  }

  .discount-slider .slick-arrow {
    top: 92%;
  }

  .discount-slider .slick-dots .slick-active button {
    width: 12px;
    height: 12px;
  }

  .discount-slider .slick-dots .slick-active button:before {
    content: '';
    border-radius: 50%;
    background: #FF0000;
    width: 12px;
    height: 12px;
  }

  .discount-slider .slick-dots button {
    width: 12px;
    height: 12px;
  }

  .discount-slider .slick-dots button:before {
    content: '';
    border-radius: 50%;
    background: #C4C4C4;
    width: 12px;
    height: 12px;
  }

  .discount-slider .slick-next {
    right: 0;
    width: 58px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF0000;
    z-index: 9;
  }

  .discount-slider .slick-next:before {
    content: '';
    background: url(../img/new-studio/arrow-next.svg) no-repeat center;
    width: 20px;
    background-size: contain;
    height: 20px;
    position: relative;
    opacity: 1;
    z-index: 9;
  }

  .discount-slider .slick-next:hover {
    background: #FF0000;
  }

  .discount-slider .slick-prev {
    z-index: 9;
    left: 0;
    width: 58px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF0000;
  }

  .discount-slider .slick-prev:before {
    content: '';
    background: url(../img/new-studio/arrow-next.svg) no-repeat center;
    width: 20px;
    background-size: contain;
    height: 20px;
    transform: rotate(180deg);
    opacity: 1;
    position: relative;
    z-index: 9;
  }

  .discount-slider .slick-prev:hover {
    background: #FF0000;
  }

  .discount-slider__count-slides {
    display: block;
    z-index: 1;
  }

  .new-studio-packages {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .new-studio-packages__scheduled {
    display: none;
  }

  .packages-slider {
    flex-direction: row;
    padding-left: 15px;
    height: 100%;
  }

  .ar .packages-slider {
    padding-left: 0;
    padding-right: 15px;
  }

  .packages-card:hover {
    border: 3px solid #333333;
    width: 250px;
    height: 460px;
  }

  .packages-card:hover .packages-card__price {
    color: #000;
  }

  .packages-card:hover .packages-card__number {
    color: #000;
    border: 3px solid #333333;
  }

  .packages-card:hover .packages-card__month {
    color: #000;
  }

  .new-studio-banner {
    border: 0;
  }

  .new-studio-banner__container {
    padding: 30px 0 30px 20px;
  }

  .new-studio-banner__bg {
    top: -100px;
  }

  .new-studio-banner__title {
    font-size: 30px;
    line-height: 31px;
    margin: 0;
    padding-top: 190px;
    max-width: 70%;
  }

  .new-studio-banner__social-links {
    margin-top: 25px;
  }

  .new-studio-banner__name {
    display: none;
  }

  .new-studio-banner__link-icon {
    width: 34px;
    height: 34px;
  }

  .new-studio-banner__link-img {
    width: 100%;
    height: 100%;
  }

  .new-studio-banner__link:not(:first-child) {
    margin-left: 24px;
  }

  .new-studio-banner__bg-img {
    width: 100%;
    height: 100%;
  }

  .new-studio-inst {
    padding: 0 15px;
  }

  .new-studio-inst__container {
    margin-top: 80px;
    position: relative;
    padding: 0 12px;
    padding-top: 23px;
    padding-bottom: 40px;
  }

  .account {
    position: unset;
  }

  .account__content {
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    border-bottom: 1px solid #BDBDBD;
  }

  .account__publications {
    margin: 0;
  }

  .account__publications--count {
    font-size: 30px;
  }

  .account__followers {
    margin: 0;
  }

  .account__followers--count {
    font-size: 30px;
  }

  .account__column {
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0 35px;
    margin: 0;
  }

  .account__name {
    margin-bottom: 15px;
  }

  .account__personal-link {
    font-size: 20px;
    line-height: 24px;
  }

  .publication {
    min-height: 148px;
    max-height: 148px;
  }

  .new-studio-location__title {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .new-studio-location__map {
    height: 537px;
  }

  .new-studio-location__map img {
    object-fit: cover;
  }

  .footer-studio__top {
    padding: 35px 0;
  }

  .footer-studio__row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ar .footer-studio__row {
    flex-direction: column;
  }

  .footer-studio__left-section:not(:last-child) {
    margin-bottom: 35px;
    padding: 0 60px;
  }

  .ar .footer-studio__left-section:not(:last-child) {
    padding: 0 25px;
  }

  .footer-studio__divider {
    display: none;
  }

  .ar .footer-studio__divider {
    display: inline-block;
  }

  .footer-studio__number {
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
  }

  .ar .footer-studio__number {
    margin-top: 0;
  }

  .footer-studio__number--pc {
    display: none;
  }

  .ar .footer-studio__number--pc {
    display: inline-block;
  }

  .footer-studio__number--mob {
    display: block;
    margin-top: 10px;
  }

  .ar .footer-studio__number--mob {
    display: none;
  }

  .ar .footer-studio__br {
    display: none !important;
  }

  .footer-studio__descritpion {
    font-size: 20px;
    line-height: 24px;
  }

  .ar .footer-studio__descritpion {
    direction: ltr;
    font-family: 'Dubai Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .footer-studio__title {
    margin-bottom: 15px;
  }

  .ar .footer-studio__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 350px) {
  .new-studio-packages__title {
    font-size: 34px;
  }

  .new-studio-location__title {
    font-size: 34px;
  }

  .new-studio-main__container {
    padding: 0;
  }

  .new-studio-menu__container {
    top: 10%;
  }

  .ar .new-studio-menu__container {
    top: 15%;
  }

  .new-studio-menu__item {
    font-size: 28px;
  }

  .new-studio-menu__link-title {
    font-size: 25px;
  }

  .ar .new-studio-menu__link-title {
    direction: ltr;
  }

  .new-studio-menu__icon {
    width: 34px;
    height: 34px;
  }

  .ar .new-studio-menu__icon {
    margin-left: 20px;
    margin-right: 0;
  }

  .studio-classes--320 {
    display: flex;
  }

  .studio-classes--380 {
    display: none;
  }

  .studio-classes__item {
    font-size: 16px;
  }

  .classes-slider__slides--pc {
    display: none;
  }

  .classes-slider__slides--320 {
    display: block !important;
  }

  .classes-slider__slides--380 {
    display: none !important;
  }

  .header-studio {
    padding: 0 10px;
  }

  .header-studio__logo-icon {
    width: 100%;
  }

  .header-studio__logo {
    max-width: 150px;
  }

  .ar .footer-studio__divider {
    display: none;
  }

  .ar .footer-studio__br {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .new-studio-main__main-container {
    background: unset !important;
  }
}

@media (max-width: 400px) {
  .studio-classes {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .studio-classes__item {
    margin-right: 20px;
  }

  .new-studio-main__main-container {
    background-image: url(../img/new-studio/bg-mob.png);
    background-repeat: no-repeat;
    background-position: 100% 29%;
    background-size: contain;
  }

  .ar .new-studio-main__main-container {
    background-size: cover;
  }
}

@media (max-width: 475px) {
  .studio-classes__item {
    font-size: 18px;
  }
}

.upper-red {
  text-transform: uppercase;
  color: #ff0000;
  font-weight: bold;
}

.popup {
  position: fixed;
  top: 0;
  z-index: 10;
  height: 100vh;
  width: 100%;
  display: none;
}

.popup__overlay {
  background: #000000;
  opacity: 0.9;
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
}

.popup__close {
  position: absolute;
  z-index: 12;
  top: -30px;
  right: 15px;
}

.popup__container {
  position: absolute;
  z-index: 13;
  top: 40%;
  width: 100%;
  padding: 0 15px;
}

.book-class-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.book-class-form__content {
  background: #F2F2F2;
  border-radius: 10px;
  width: 100%;
  padding: 30px 20px;
}

.book-class-form__title {
  font-family: "Helvetica Cond", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.ar .book-class-form__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 51px;
  text-align: center;
  text-transform: uppercase;
}

.book-class-form__input {
  width: 100%;
  padding: 20px 0;
  background: #F2F2F2;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-family: "Helvetica 45", sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #4F4F4F;
}

.book-class-form__input:not(:last-child) {
  margin-bottom: 15px;
}

.ar .book-class-form__input {
  font-family: 'Dubai Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

.book-class-form__submit {
  width: 100%;
  margin-top: 18px;
  padding: 20px 0;
  background: #FF0000;
  border-radius: 5px;
  border: none;
  font-family: "Helvetica Neue 55", sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

.ar .book-class-form__submit {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

.book-class-form__container {
  padding-top: 20px;
  width: 100%;
}

.new-nexfit-gym {
  padding-top: 184px;
}

.new-nexfit-gym__container {
  display: flex;
}

.new-nexfit-gym__title {
  font-family: "Micra Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 41px;
}

.ar .new-nexfit-gym__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 118px;
  text-align: right;
}

.new-nexfit-gym__description {
  font-family: "Helvetica Neue 55", sans-serif;
  font-size: 25px;
  line-height: 29px;
  padding-top: 30px;
  max-width: 80%;
  text-transform: uppercase;
}

.ar .new-nexfit-gym__description {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 42px;
  text-align: right;
  padding-top: 0;
}

.new-nexfit-gym__video {
  width: 456px;
  height: 605px;
  margin-top: 70px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.5);
}

.ar .new-nexfit-gym__video {
  margin-top: 100px;
}

[dir="rtl"] .new-studio-gallery .slick-next {
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
}

[dir="rtl"] .new-studio-gallery .slick-next:before {
  content: '';
  background: url("../img/new-studio/white-arrow.svg");
  transform: rotate(180deg);
}

[dir="rtl"] .new-studio-gallery .slick-prev {
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
}

[dir="rtl"] .new-studio-gallery .slick-prev:before {
  content: '';
  background: url("../img/new-studio/white-arrow.svg");
  transform: rotate(0);
}

.new-additions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
  max-width: 100%;
}

.new-additions__item {
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
  flex: 0 47%;
}

.new-additions__item:nth-child(n+5) {
  align-items: center;
}

.new-additions__title {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-left: 30px;
  max-width: 200px;
}

.ar .new-additions__title {
  margin-left: 0;
  margin-right: 30px;
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  text-align: right;
}

.new-additions__icon {
  max-width: 55px;
}

.new-additions__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-studio-gallery {
  padding: 100px 0;
}

.new-studio-gallery__slide {
  height: 590px;
}

.new-studio-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}

.new-studio-gallery .slick-dots {
  bottom: -40px;
}

.new-studio-gallery .slick-dots li button {
  position: relative;
  width: 12px;
  height: 12px;
}

.new-studio-gallery .slick-dots li button:before {
  content: '';
  border-radius: 50%;
  background: #C4C4C4;
  width: 12px;
  height: 12px;
  position: absolute;
}

.new-studio-gallery .slick-dots li.slick-active button {
  position: relative;
  width: 12px;
  height: 12px;
}

.new-studio-gallery .slick-dots li.slick-active button:before {
  content: '';
  border-radius: 50%;
  background: #000;
  width: 12px;
  height: 12px;
  position: absolute;
}

.new-studio-gallery .slick-dots {
  bottom: 5%;
}

.new-studio-gallery .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
}

.new-studio-gallery .slick-dots .slick-active button:before {
  content: '';
  border-radius: 50%;
  background: #FF0000;
  width: 12px;
  height: 12px;
}

.new-studio-gallery .slick-dots button {
  width: 12px;
  height: 12px;
}

.new-studio-gallery .slick-dots button:before {
  content: '';
  border-radius: 50%;
  background: white;
  width: 12px;
  height: 12px;
  opacity: 0.5;
}

.new-studio-gallery .slick-next {
  right: 20px;
  width: 21px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-studio-gallery .slick-next:before {
  content: '';
  background: url("../img/new-studio/white-arrow.svg");
  width: 21px;
  height: 40px;
  position: absolute;
  top: 0;
}

.new-studio-gallery .slick-prev {
  z-index: 1;
  left: 20px;
  width: 21px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-studio-gallery .slick-prev:before {
  content: '';
  background: url("../img/new-studio/white-arrow.svg");
  width: 21px;
  height: 40px;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
}

.new-studio-1 {
  background: #F2F2F2;
}

.new-studio-1 .new-studio-main__description {
  font-size: 22px;
  line-height: 26px;
}

.ar .new-studio-1 .new-studio-main__description {
  font-size: 30px;
  line-height: 51px;
}

.new-studio-1 .new-stuio-parallax {
  height: 738px;
}

.new-studio-1 .gallery-slider-nav {
  display: flex;
  margin-top: 18px;
}

.new-studio-1 .gallery-slider-nav__slide {
  max-width: 180px;
  height: 160px;
}

.new-studio-1 .gallery-slider-nav .slick-current {
  position: relative;
}

.new-studio-1 .gallery-slider-nav .slick-current:before {
  content: '';
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5));
  width: 100%;
  height: 100%;
}

.new-studio-1 .gallery-slider-nav .slick-slide {
  height: 160px;
}

.new-studio-1 .gallery-slider-nav .slick-slide:not(:last-child) {
  margin-right: 12px;
}

.new-studio-1 .gallery-slider-nav__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-studio-1 .classes-slider__slide-container {
  background: #E5E5E5;
  border-radius: 10px;
  min-height: 500px;
}

.new-studio-1 .classes-slider__container {
  align-items: flex-start;
}

.new-studio-1 .classes-slider__video {
  box-shadow: 0px 0px 60px rgba(255, 0, 0, 0.2);
  max-width: 548px;
}

.new-studio-1 .classes-slider__image {
  height: 430px;
  max-width: 548px;
}

.new-studio-1 .classes-slider__title {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #000000;
}

.ar .new-studio-1 .classes-slider__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: right;
  text-transform: uppercase;
}

.new-studio-1 .classes-slider__description {
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.ar .new-studio-1 .classes-slider__description {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
}

.new-studio-1 .classes-slider__btn {
  font-family: "Helvetica Neue 55", sans-serif;
  font-size: 18px;
  line-height: 21px;
  background: #000000;
  border-radius: 5px;
  box-shadow: none;
  color: #FFFFFF;
}

.ar .new-studio-1 .classes-slider__btn {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
}

.ar .new-studio-1 .new-studio-classes {
  padding-top: 52px;
}

.new-studio-1 .new-studio-classes__title {
  font-size: 40px;
  line-height: 41px;
  margin-bottom: 15px;
}

.ar .new-studio-1 .new-studio-classes__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 118px;
  text-align: right;
  margin-bottom: 0;
}

.ar .new-studio-1 .new-studio-classes__description {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 51px;
  text-align: right;
}

.new-studio-1 .new-classes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.new-studio-1 .new-classes--pc-hidden {
  display: none;
}

.new-studio-1 .new-classes--mobile-hidden {
  display: flex;
}

.new-studio-1 .new-classes__item {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-top: 25px;
  border-radius: 10px;
  height: 166px;
  max-width: 268px;
  width: 100%;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}

.ar .new-studio-1 .new-classes__item {
  margin-left: 22px;
  margin-right: 0;
}

.new-studio-1 .new-classes__item:nth-child(4n+4) {
  margin-right: 0;
}

.ar .new-studio-1 .new-classes__item:nth-child(4n+4) {
  margin-left: 0;
}

.new-studio-1 .new-classes__item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
}

.new-studio-1 .new-classes__item:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.5);
  position: absolute;
  top: 0;
  border-radius: 10px;
}

.new-studio-1 .new-classes__item--active:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.5);
  position: absolute;
  top: 0;
  border-radius: 10px;
}

.new-studio-1 .new-classes__title {
  position: relative;
  z-index: 1;
}

.ar .new-studio-1 .new-classes__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.new-studio-1 .new-classes .classes-slider__slide {
  display: none;
}

.new-studio-1 .new-classes .classes-slider__slide--active {
  display: flex;
  visibility: visible;
}

.new-studio-1 .new-classes .classes-slider__video {
  max-width: 100%;
}

.new-studio-1 .new-classes .classes-slider__image {
  max-width: 100%;
  height: 300px;
}

.new-studio-1 .new-classes .classes-slider__slide-container {
  margin-top: 15px;
}

.new-studio-1 .new-classes .classes-slider__btn {
  padding: 20px 57px;
}

.ar .new-studio-1 .new-classes .classes-slider__btn {
  line-height: 1.2;
  padding: 17px 57px;
}

.new-studio-1 .new-studio-why {
  background: unset;
}

.new-studio-1 .new-studio-why__container {
  padding-top: 0;
  padding-bottom: 70px;
}

.new-studio-1 .new-studio-why__right-section {
  max-width: 100%;
  width: 100%;
}

.new-studio-1 .new-studio-why__title {
  color: #000;
  font-size: 40px;
  line-height: 41px;
}

.ar .new-studio-1 .new-studio-why__title {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 118px;
  color: #000000;
}

.new-studio-1 .new-studio-why__description {
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.ar .new-studio-1 .new-studio-why__description {
  font-family: 'Dubai', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  text-align: right;
  color: #000000;
}

.new-studio-1 .new-studio-why__content {
  display: flex;
}

.new-studio-1 .new-studio-why__icon {
  content: url(../img/new-studio/arrow-addition.svg);
  max-width: 17px;
  min-width: 17px;
}

.new-studio-1 .new-studio-why__content {
  justify-content: space-between;
  width: 100%;
}

.new-studio-1 .new-studio-why__column:first-child {
  max-width: 450px;
}

.ar .new-studio-1 .new-studio-why__column:first-child {
  max-width: 620px;
}

.new-studio-1 .new-studio-why__column:nth-child(2) {
  max-width: 460px;
}

.new-studio-1 .new-studio-why__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 40px;
  max-width: 320px;
}

.ar .new-studio-1 .new-studio-why__wrapper {
  padding-left: 0;
  padding-right: 40px;
  max-width: 100%;
}

.new-studio-1 .new-studio-why__addition {
  font-family: "Helvetica Neue 55", sans-serif;
  font-size: 16px;
  line-height: 19px;
  max-width: 190px;
  text-indent: -10px;
}

.new-studio-1 .new-studio-why__addition:not(last-child) {
  margin-bottom: 10px;
}

.new-studio-1 .new-studio-why__addition:before {
  content: '- ';
  text-indent: -10px;
}

.ar .new-studio-1 .new-studio-why__addition {
  font-family: 'Dubai Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
}

.new-studio-1 .new-stuio-parallax {
  height: 640px;
}

.new-studio-1 .new-stuio-parallax__second {
  margin-bottom: 100px;
}

.new-studio-1 .new-studio-packages {
  padding-bottom: 100px;
}

.new-studio-1 .new-studio-packages__title {
  font-size: 40px;
  line-height: 41px;
}

.new-studio-1 .packages-slider {
  flex-direction: row;
}

.new-studio-1 .packages-card {
  background: #333333;
  border-radius: 20px;
  border: 0;
  height: 482px;
  width: 260px;
  padding: 0 0 35px 0;
}

.new-studio-1 .packages-card__number {
  color: #fff;
  border: 3px solid #fff;
  margin-bottom: 18px;
}

.new-studio-1 .packages-card__month {
  margin-bottom: 22px;
  color: #fff;
}

.new-studio-1 .packages-card__scheduled {
  margin-top: 30px;
  color: #fff;
}

.new-studio-1 .packages-card__description {
  color: #fff;
}

.new-studio-1 .packages-card__price {
  color: #fff;
}

.new-studio-1 .packages-card:hover {
  height: 508px;
  width: 280px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background: #E5E5E5;
}

.new-studio-1 .packages-card:hover .packages-card__number {
  color: #fff;
  border: 3px solid #fff;
}

.new-studio-1 .packages-card:hover .packages-card__month {
  color: #fff;
}

.new-studio-1 .packages-card:hover .packages-card__scheduled {
  color: #000;
}

.new-studio-1 .packages-card:hover .packages-card__description {
  color: #000;
}

.new-studio-1 .packages-card:hover .packages-card__price {
  color: #000;
}

.new-studio-1 .packages-card:hover .packages-card__btn {
  background: #ff0000;
}

.new-studio-1 .packages-card__top {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  border-radius: 20px 20px 0px 0px;
}

.new-studio-1 .packages-card__top--first {
  background: url("../img/new-studio-1/packages-1.png") no-repeat center;
  background-size: cover;
}

.new-studio-1 .packages-card__top--second {
  background: url("../img/new-studio-1/packages-2.png") no-repeat center;
  background-size: cover;
}

.new-studio-1 .packages-card__top--third {
  background: url("../img/new-studio-1/packages-3.png") no-repeat center;
  background-size: cover;
}

.new-studio-1 .packages-card__top--fourth {
  background: url("../img/new-studio-1/packages-4.png") no-repeat center;
  background-size: cover;
}

.new-studio-1 .packages-card__btn {
  background: #000000;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
  padding: 20px;
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  font-family: "Helvetica Neue 55", sans-serif;
  text-transform: none;
  max-width: 195px;
  width: 100%;
}

.new-studio-1 .new-studio-inst__container {
  margin-top: 0;
  border-radius: 20px;
  background: #E5E5E5;
}

.new-studio-1 .new-studio-location__title {
  font-size: 40px;
  line-height: 41px;
}

.new-studio-1 .footer-studio {
  background: #E5E5E5;
}

.new-studio-1 .footer-studio__top {
  background-color: #E5E5E5;
  padding-bottom: 0;
}

.new-studio-1 .footer-studio__title,
.new-studio-1 .footer-studio__descritpion,
.new-studio-1 .footer-studio__number,
.new-studio-1 .footer-studio__franchise,
.new-studio-1 .footer-studio__copyright,
.new-studio-1 .footer-studio__divider,
.new-studio-1 .footer-studio a {
  color: #000;
}

.new-studio-1 .footer-studio__row {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 35px;
}

@media (max-width: 1200px) {
  .new-studio-1 .new-studio-classes__container {
    padding: 0 25px;
  }

  .new-studio-1 .new-classes {
    justify-content: space-between;
  }

  .new-studio-1 .new-classes__item {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .new-studio-1 .new-nexfit-gym {
    padding-top: 100px;
  }

  .new-studio-1 .new-nexfit-gym__container {
    flex-direction: column;
  }

  .new-studio-1 .new-nexfit-gym__video {
    width: 100%;
    height: 362px;
    box-shadow: none;
    margin-top: 60px;
  }

  .new-studio-1 .new-nexfit-gym__title {
    font-size: 40px;
    line-height: 41px;
    text-align: center;
  }

  .ar .new-studio-1 .new-nexfit-gym__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .new-studio-1 .new-nexfit-gym__description {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    padding: 30px 32px 0 32px;
    max-width: 100%;
  }

  .ar .new-studio-1 .new-nexfit-gym__description {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .new-studio-1 .gallery-slider-nav {
    margin-top: 5px;
  }

  .new-studio-1 .gallery-slider-nav__slide {
    height: 140px;
    max-width: 100px;
  }

  .new-studio-1 .gallery-slider-nav .slick-slide {
    height: 140px;
  }

  .new-studio-1 .classes-slider {
    display: none;
  }

  .new-studio-1 .new-additions {
    padding: 0 15px;
  }

  .ar .new-studio-1 .new-additions {
    flex-direction: row-reverse;
  }

  .new-studio-1 .new-additions__item {
    flex-direction: column;
    align-items: center;
  }

  .new-studio-1 .new-additions__title {
    margin-left: 0;
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .ar .new-studio-1 .new-additions__title {
    margin-right: 0;
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .new-studio-1 .new-studio-gallery {
    padding: 50px 0;
  }

  .new-studio-1 .new-studio-gallery__slide {
    height: 330px;
  }

  .new-studio-1 .new-studio-gallery .slick-slide {
    margin-right: 0;
  }

  .new-studio-1 .new-studio-gallery .slick-dots {
    bottom: -90px;
  }

  .new-studio-1 .new-studio-gallery .slick-dots li button:before {
    opacity: 1;
  }

  .new-studio-1 .new-studio-gallery .slick-arrow {
    top: 50%;
  }

  .new-studio-1 .new-studio-gallery .slick-dots .slick-active button {
    width: 12px;
    height: 12px;
  }

  .new-studio-1 .new-studio-gallery .slick-dots .slick-active button:before {
    content: '';
    border-radius: 50%;
    background: #FF0000;
    width: 12px;
    height: 12px;
  }

  .new-studio-1 .new-studio-gallery .slick-dots button {
    width: 12px;
    height: 12px;
  }

  .new-studio-1 .new-studio-gallery .slick-dots button:before {
    content: '';
    border-radius: 50%;
    background: #C4C4C4;
    width: 12px;
    height: 12px;
  }

  .new-studio-1 .new-studio-classes {
    padding-top: 60px;
  }

  .ar .new-studio-1 .new-studio-classes {
    padding-top: 30px;
  }

  .new-studio-1 .new-studio-classes__container {
    padding: 0 15px;
  }

  .new-studio-1 .new-studio-classes__title {
    text-align: center;
  }

  .ar .new-studio-1 .new-studio-classes__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 84px;
    text-align: center;
  }

  .new-studio-1 .new-studio-classes__description {
    text-align: center;
    font-size: 25px;
    line-height: 29px;
  }

  .ar .new-studio-1 .new-studio-classes__description {
    font-family: 'Dubai Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .new-studio-1 .new-classes--pc-hidden {
    display: flex;
  }

  .new-studio-1 .new-classes--mobile-hidden {
    display: none;
  }

  .new-studio-1 .new-classes__item {
    max-width: 48%;
    width: 100%;
    min-height: 166px;
    background-size: cover;
    background-position: center;
  }

  .ar .new-studio-1 .new-classes__item {
    margin-left: 0;
    margin-top: 11px;
  }

  .ar .new-studio-1 .new-classes__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
  }

  .new-studio-1 .new-studio-sync {
    padding-bottom: 60px;
  }

  .new-studio-1 .sync-slider .slick-slide {
    height: 467px;
  }

  .new-studio-1 .new-studio-why__title {
    text-align: center;
  }

  .ar .new-studio-1 .new-studio-why__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 84px;
  }

  .new-studio-1 .new-studio-why__container-mob {
    background: none;
    height: unset;
    margin-bottom: 40px;
  }

  .ar .new-studio-1 .new-studio-why__container-mob {
    margin-bottom: 30px;
  }

  .new-studio-1 .new-studio-why__container {
    padding-bottom: 60px;
  }

  .new-studio-1 .new-studio-why__content {
    flex-direction: column;
  }

  .new-studio-1 .new-studio-why__logo {
    width: 30%;
    margin-top: 0;
  }

  .ar .new-studio-1 .new-studio-why__logo:first-child {
    width: 20%;
  }

  .new-studio-1 .new-studio-why__logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .new-studio-1 .new-studio-why__row {
    flex-wrap: nowrap;
    padding: 0 0 20px 0;
    margin-top: 0;
    margin-left: 40px;
    border-bottom: none;
    justify-content: normal;
  }

  .ar .new-studio-1 .new-studio-why__row {
    margin-left: 0;
    margin-right: 40px;
  }

  .new-studio-1 .new-studio-why__addition {
    max-width: 100%;
  }

  .ar .new-studio-1 .new-studio-why__addition {
    font-family: 'Dubai Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
  }

  .new-studio-1 .new-studio-why__wrapper {
    max-width: 100%;
    padding-left: 50px;
    margin-top: -10px;
  }

  .ar .new-studio-1 .new-studio-why__wrapper {
    margin-top: 7px;
  }

  .ar .new-studio-1 .new-studio-why__description {
    font-family: 'Dubai Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
  }

  .new-studio-1 .new-stuio-parallax__second {
    margin-bottom: 0;
  }

  .new-studio-1 .packages-card {
    height: 500px;
  }

  .new-studio-1 .packages-card:hover {
    height: 500px;
    width: 260px;
    box-shadow: none;
    background: #333333;
  }

  .new-studio-1 .packages-card:hover .packages-card__number {
    color: #fff;
    border: 3px solid #fff;
  }

  .new-studio-1 .packages-card:hover .packages-card__month {
    color: #fff;
  }

  .new-studio-1 .packages-card:hover .packages-card__scheduled {
    color: #fff;
  }

  .new-studio-1 .packages-card:hover .packages-card__description {
    color: #fff;
  }

  .new-studio-1 .packages-card:hover .packages-card__price {
    color: #fff;
  }

  .new-studio-1 .packages-card:hover .packages-card__btn {
    background: #ff0000;
  }

  .new-studio-1 .new-studio-packages {
    padding-bottom: 60px;
  }

  .new-studio-1 .new-studio-location {
    padding-top: 60px;
  }

  .ar .new-studio-1 .new-studio-location {
    padding-top: 40px;
    margin-top: 0;
  }

  .new-studio-1 .new-studio-location__title {
    text-align: center;
  }

  .new-studio-1 .footer-studio__franchise,
  .new-studio-1 .footer-studio__copyright {
    font-family: "Helvetica Neue 55", sans-serif;
  }

  .new-studio-1 .footer-studio__franchise {
    text-decoration: underline;
  }

  .new-studio-1 .new-studio-main {
    padding-bottom: 0;
  }

  .new-studio-1 .new-studio-main__content {
    padding-bottom: 0;
  }

  .new-studio-1 .new-studio-main__container {
    margin-top: 40px;
    width: 100%;
    background: linear-gradient(0deg, #F2F2F2 0%, rgba(255, 255, 255, 0) 34.03%), #000000;
  }

  .new-studio-1 .new-studio-main__title {
    margin-top: 230px;
  }

  .ar .new-studio-1 .new-studio-main__title {
    font-family: 'Dubai', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
  }

  .new-studio-1 .new-studio-main__main-container {
    width: 100%;
  }

  .new-studio-1 .new-studio-main__description {
    font-size: 18px;
    line-height: 21px;
    padding: 0 20px;
  }

  .ar .new-studio-1 .new-studio-main__description {
    font-family: 'Dubai Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
  }
}

@media (max-width: 350px) {

  .new-studio-1 .new-studio-location__title,
  .new-studio-1 .new-studio-packages__title,
  .new-studio-1 .new-studio-why__title,
  .new-studio-1 .new-studio-classes__title,
  .new-studio-1 .new-nexfit-gym__title {
    font-size: 34px;
    line-height: 1.2;
  }

  .new-studio-1 .new-classes__item {
    min-height: 140px;
  }

  .book-class-form__content {
    padding: 25px 15px;
  }

  .book-class-form__title {
    font-size: 25px;
  }

  .ar .book-class-form__title {
    font-size: 25px;
    line-height: 1.2;
  }

  .book-class-form__input {
    padding: 15px;
    font-size: 16px;
  }

  .book-class-form__input:not(:last-child) {
    margin-bottom: 18px;
  }

  .ar .book-class-form__input {
    line-height: 1.2;
    font-size: 16px;
  }

  .book-class-form__submit {
    margin-top: 15px;
  }

  .ar .book-class-form__submit {
    line-height: 1.2;
    font-size: 18px;
  }
}

@media (max-width: 368px) {
  .new-studio-1 .publications {
    padding-bottom: 85px;
  }

  .new-studio-1 .new-studio-main__title {
    margin-top: 175px;
  }
}

.studio-class .new-studio-main {
  min-height: 991px;
}

.studio-class .new-studio-main--bodypump {
  background: url(../img/studio-class/bg.png) no-repeat right, linear-gradient(black, black);
  background-size: cover;
}

.studio-class .new-studio-main--yoga {
  background: url(../img/studio-class/yoga-bg.png) no-repeat right, linear-gradient(black, black);
  background-size: cover;
}

.studio-class .new-studio-main--stretching {
  background: url(../img/studio-class/stretching-bg.png) no-repeat right, linear-gradient(black, black);
  background-size: cover;
}

.studio-class .new-studio-main--barre {
  background: url(../img/studio-class/barre-bg.png) no-repeat right, linear-gradient(black, black);
  background-size: cover;
}

.studio-class .new-studio-main--trx {
  background: url(../img/studio-class/trx-bg.png) no-repeat right, linear-gradient(black, black);
  background-size: cover;
}

.studio-class .new-studio-main--cxworx {
  background: url(../img/studio-class/cxworx-bg.png) no-repeat right, linear-gradient(black, black);
  background-size: cover;
}

.studio-class .new-studio-main--strength {
  background: url(../img/studio-class/grit-strength-bg.png) no-repeat right, linear-gradient(black, black);
  background-size: cover;
}

.studio-class .new-studio-main--ems {
  background: url(../img/studio-class/ems-bg.png) no-repeat right, linear-gradient(black, black);
  background-size: cover;
}

.studio-class .new-studio-main--pilates {
  background: url(../img/studio-class/pilates-1-bg.png) no-repeat right, linear-gradient(black, black);
  background-size: cover;
}

.studio-class .new-studio-main--kids-rhythmic {
  background: url(../img/studio-class/kids-bg.png) no-repeat right, linear-gradient(black, black);
  background-size: cover;
}

.studio-class .new-studio-main__title {
  font-family: 'Helvetica 95 Black', sans-serif;
  font-size: 80px;
  line-height: 94px;
  text-transform: uppercase;
  margin-top: 90px;
}

.studio-class .new-studio-main__callout {
  margin-top: 120px;
}

.studio-class .new-studio-main__description {
  font-family: 'Helvetica Neue 55 Roman', sans-serif;
  font-size: 22px;
  line-height: 26px;
  max-width: 46%;
}

.studio-class .new-nexfit-gym {
  padding-top: 250px;
}

.studio-class .new-studio-gallery {
  padding-bottom: 150px;
  padding-top: 100px;
}

.studio-class .new-studio-location {
  margin-top: 50px;
}

.header-studio-class__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}

.studio-class-extra {
  margin-top: 37px;
  max-width: 525px;
  box-shadow: 0px 0px 100px rgba(143, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  margin-left: 31px;
}

.studio-class-extra__text {
  font-family: 'Helvetica Neue 55', sans-serif;
  font-size: 22px;
  line-height: 26px;
  padding: 25px 0 25px 0;
  color: #FFFFFF;
}

.studio-class-extra__left-border {
  background: #FF0000;
  border-radius: 80px 0px 0px 80px;
  width: 61px;
  position: relative;
  left: -30px;
}

.studio-class__small-title {
  font-size: 40px;
  line-height: 1.2;
}

.studio-class .studio-class__callout--barre {
  margin-top: 96px;
}

.studio-class .studio-class__callout--ems {
  margin-top: 80px;
}

.studio-class .studio-class__callout--pilates {
  margin-top: 124px;
}

.studio-class .studio-class__description--barre {
  max-width: 51%;
  margin-top: 5px;
}

.studio-class .studio-class__description--strength {
  max-width: 40%;
  font-size: 18px;
  line-height: 21px;
}

.studio-class .studio-class__description--ems {
  max-width: 65%;
}

.studio-class .studio-class__gym--barre {
  padding-top: 277px;
}

.studio-class .studio-class__gym--ems {
  padding-top: 321px;
}

.studio-class .studio-class__gym--kids {
  padding-top: 397px;
}

@media (max-width: 991px) {
  .studio-class .upper-red {
    font-size: 17px;
  }

  .studio-class .new-studio-main {
    height: unset;
  }

  .studio-class .new-studio-main--bodypump {
    background: url(../img/studio-class/bg-mob.png) no-repeat top right, linear-gradient(black, black);
    background-size: contain;
  }

  .studio-class .new-studio-main--yoga {
    background: url(../img/studio-class/yoga-bg-mob.png) no-repeat top right, linear-gradient(black, black);
    background-size: contain;
  }

  .studio-class .new-studio-main--stretching {
    background: url(../img/studio-class/stretching-bg-mob.png) no-repeat top right, linear-gradient(black, black);
    background-size: contain;
  }

  .studio-class .new-studio-main--barre {
    background: url(../img/studio-class/barre-bg-mob.png) no-repeat top right, linear-gradient(black, black);
    background-size: contain;
  }

  .studio-class .new-studio-main--trx {
    background: url(../img/studio-class/trx-bg-mob.png) no-repeat top right, linear-gradient(black, black);
    background-size: contain;
  }

  .studio-class .new-studio-main--cxworx {
    background: url(../img/studio-class/cxworx-bg-mob.png) no-repeat top right, linear-gradient(black, black);
    background-size: contain;
  }

  .studio-class .new-studio-main--strength {
    background: url(../img/studio-class/grit-strength-bg-mob.png) no-repeat top right, linear-gradient(black, black);
    background-size: contain;
  }

  .studio-class .new-studio-main--ems {
    background: url(../img/studio-class/ems-bg-mob.png) no-repeat top right, linear-gradient(black, black);
    background-size: contain;
  }

  .studio-class .new-studio-main--pilates {
    background: url(../img/studio-class/pilates-1-bg-mob.png) no-repeat top right, linear-gradient(black, black);
    background-size: contain;
  }

  .studio-class .new-studio-main--kids-rhythmic {
    background: url(../img/studio-class/kids-bg-mob.png) no-repeat top right, linear-gradient(black, black);
    background-size: contain;
  }

  .studio-class .new-studio-main__video {
    height: 198px;
  }

  .studio-class .new-studio-main__main-container {
    padding-top: 0;
    background: unset;
  }

  .studio-class .new-studio-main__callout {
    margin-top: 0;
  }

  .studio-class .new-studio-main__container {
    position: relative;
    margin-top: 20px;
  }

  .studio-class .new-studio-main__title {
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    margin-top: 120px;
  }

  .studio-class .new-studio-main__description {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    max-width: 100%;
  }

  .studio-class .new-studio-location {
    padding-top: 0;
    margin-top: 0;
  }

  .studio-class .new-nexfit-gym {
    padding-top: 80px;
  }

  .studio-class .new-studio-gallery {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .studio-class .studio-class__description--strength {
    font-size: 18px;
    line-height: 21px;
  }

  .studio-class__small-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .header-studio-class__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 60px;
    padding-left: 15px;
  }

  .header-studio-class__logo {
    max-width: 180px;
  }

  .header-studio-class__logo-img {
    width: 100%;
  }

  .studio-class-extra {
    margin: 20px 10px 0 10px;
    max-width: 100%;
    background: #000000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0;
    z-index: 2;
    position: relative;
    flex-direction: column;
  }

  .studio-class-extra__text {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding: 15px;
  }

  .studio-class-extra__left-border {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 9px;
    left: 0;
    top: 0;
  }
}

@media (max-width: 350px) {
  .studio-class .new-studio-main__title {
    font-size: 45px;
  }

  .studio-class .new-studio-main__description {
    font-size: 17px;
  }
}

.split-offer .offer__title {
  font-size: 29px;
  line-height: 1.2;
}

.split-offer .offer__description {
  font-family: "Helvetica Neue 67 Medium Cond", sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.split-offer .section-offer__left-column {
  max-width: 640px;
}

.split-offer .advantages {
  flex-direction: row;
}

.split-offer .advantages__item {
  width: unset;
}

@media (max-width: 991px) {
  .split-offer .offer__title {
    font-size: 29px;
    line-height: 1.2;
  }

  .split-offer .offer__description {
    font-family: "Helvetica Neue 67 Medium Cond", sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
  }

  .split-offer .advantages {
    flex-direction: column;
  }

  .split-offer .advantages__item {
    width: 100%;
  }
}

.bubble {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 1140px;
  margin: 0 auto;
  min-height: 550px;
}

.bubble-reviews {
  max-width: 575px;
  min-width: 450px;
  min-height: 80px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transition: all .3s;
  border: 1px solid #ececec;
  border-radius: 6px;
}

.bubble-reviews--active {
  position: fixed;
  bottom: 0;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.bubble-reviews:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

.bubble-reviews__container {
  display: flex;
}

.bubble-reviews__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bubble-reviews__content--review {
  padding: 15px;
}

.bubble-reviews__content--signed {
  padding: 8px 0 8px 15px;
}

.ar .bubble-reviews__content--signed {
  padding: 8px 15px 8px 0px;
}

.bubble-reviews__icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bubble-reviews__icon-container--review img {
  border-radius: 50%;
  max-width: 60px;
  object-fit: cover;
  margin-left: 15px;
}

.ar .bubble-reviews__icon-container--review img {
  margin: 0 15px 0 0;
}

.bubble-reviews__icon-container--signed img {
  width: 80px;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.ar .bubble-reviews__icon-container--signed img {
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.bubble-reviews__city {
  color: #7825f3;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}

.ar .bubble-reviews__city {
  display: none;
}

.bubble-reviews__title {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #000;
}

.bubble-reviews__title--review {
  color: #000;
}

.bubble-reviews__title--signed {
  color: #7726f3;
}

.bubble-reviews__title--visitors {
  color: #7825f3;
  background-color: #f2e9ff;
  padding: 5px;
  border-radius: 5px;
}

.ar .bubble-reviews__title {
  font-family: 'Dubai', sans-serif;
}

.bubble-reviews__description {
  color: #000;
  font-weight: lighter;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.ar .bubble-reviews__description {
  font-size: 15px;
  font-family: 'Dubai Light', sans-serif;
}

.bubble-reviews__description--review {
  color: #000;
  font-weight: 500;
  font-style: italic;
  font-family: "Lato", sans-serif;
  padding-top: 10px;
}

.ar .ar .bubble-reviews__description--review {
  font-family: 'Dubai Light', sans-serif;
}

.bubble-reviews__description--signed {
  padding-top: 5px;
  color: #000;
}

.bubble-reviews__description--facebook {
  font-size: 16px;
  font-weight: lighter;
  font-style: italic;
  font-family: "Lato", sans-serif;
  padding-top: 5px;
  color: #676767;
}

.ar .bubble-reviews__description--facebook {
  color: #000;
  font-family: 'Dubai Light', sans-serif;
}

.bubble-reviews__date {
  color: rgba(148, 148, 148, 0.92);
  padding-top: 8px;
}

.ar .bubble-reviews__date {
  display: none;
}

.bubble-reviews__stars {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.bubble-reviews__stars--facebook {
  margin-top: 5px;
}

.bubble-reviews__star {
  color: #ffc100;
}

.bubble-reviews__facebook {
  width: 14px;
  margin-right: 5px;
  display: flex;
  margin-top: 2px;
}

.bubble-reviews__facebook-img {
  width: 100%;
  height: 100%;
}

.bubble-reviews__grab {
  color: #7825f3;
  font-family: "Lato", sans-serif;
  padding-top: 10px;
}

.bubble-reviews__grab-arrow {
  margin-left: 5px;
}

.bubble-reviews__grab-arrow:before {
  position: relative;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: .1em solid;
  border-top: .1em solid;
  transform: rotate(45deg);
  font-size: 17px;
  color: #7825f3;
  animation: animate-arrow 1s ease-in-out infinite;
}

.ar .bubble-reviews__grab-arrow:before {
  transform: rotate(-135deg);
}

.ar .bubble-reviews__grab-arrow {
  margin: 0;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .bubble {
    width: 100%;
    padding-top: 10px;
    min-height: 575px;
  }

  .bubble-reviews {
    max-width: 450px;
    min-width: 100%;
  }

  .bubble-reviews__content--review {
    padding: 8px 10px;
  }

  .bubble-reviews__title {
    font-size: 15px;
  }

  .bubble-reviews__description {
    font-size: 14px;
    padding-top: 3px;
  }

  .bubble-reviews__description--review {
    font-size: 14px;
  }

  .bubble-reviews__date {
    font-size: 13px;
  }

  .bubble-reviews__stars {
    margin-top: 5px;
  }

  .bubble-reviews__star {
    font-size: 13px;
  }

  .bubble-reviews__facebook {
    width: 12px;
  }
}

@media (max-width: 400px) {
  .bubble-reviews {
    border-radius: 0;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/icons/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

.iti-custom {
  direction: ltr !important;
  width: 100%;
}

.iti-custom input {
  width: 100% !important;
}

.iti-custom .iti__selected-flag {
  padding-left: 15px;
}

.iti-custom .iti__selected-dial-code {
  font-size: 14px;
}

.iti-custom .phone-select {
  text-align: left !important;
  padding: 0 17px 0 97px;
  height: 55px;
}

.input__message {
  color: #FF0000;
  margin-top: 15px;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background: #eee;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.bahrain-lp {
  background: #f2f2f2;
}

.ar .phone-mask {
  direction: ltr;
  text-align: right;
}

.text-custom--bold {
  font-weight: bold;
  display: inline-block !important;
}

.text-red--default {
  color: #ffffff !important;
}

.ar .text-light {
  font-family: 'Dubai Regular', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
}

.main-location__description {
  font-size: 16px;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section__divider--pc-hidden {
  display: none;
}

.section__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
}

.section__title {
  font-family: "Micra Bold", sans-serif;
  font-size: 30px;
  line-height: 31px;
  color: #000;
}

.section__title--white {
  color: #fff;
}

.ar .section__title {
  font-family: 'Dubai Medium', sans-serif;
  font-weight: bold;
  font-size: 50px !important;
  line-height: 84px;
}

.section__devider {
  width: 47px;
  height: 4px;
  background: #000;
  margin-top: 20px;
}

.section__devider--white {
  background: #fff;
}

.section--first {
  background: url(../img/main-bg-first.png) no-repeat, url(../img/main-bg-second.png);
  background-size: cover;
}

.section--second {
  background: url("../img/second-bg.png") no-repeat bottom;
}

.ar .section--second {
  background: url("../img/second-bg-ar.png") no-repeat bottom;
}

.section--third {
  background: url("../img/third-bg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 70px;
}

.section--fifth {
  background: url("../img/fifth-bg.png") no-repeat center;
}

.ar .section--fifth {
  background: url("../img/section-fifth-ar.png") no-repeat center;
  background-size: cover;
}

.section-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-offer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-offer__main {
  margin-top: 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ar .section-offer__main {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-offer__left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  width: 100%;
}

.section-offer__right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ar .section-offer__right-column {
  width: 100%;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Helvetica", sans-serif;
}

.header__divider--pc-hidden {
  display: none;
}

.header__top {
  background: #000;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.header__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__social-link--pc-hidden {
  display: none;
}

.header__link-title {
  padding-left: 10px;
  font-size: 14px;
}

.ar .header__link-title {
  padding-left: 0;
  padding-right: 10px;
}

.header__social-link:not(:nth-child(2)) {
  text-decoration: none;
  color: #fff;
}

.header__social-link:visited {
  color: #fff;
}

.header__social-link:not(:last-child) {
  margin-right: 75px;
}

.ar .header__social-link:not(:last-child) {
  margin-right: 0;
  margin-left: 40px;
}

.header__link-img-container {
  width: 20px;
  height: 20px;
}

.header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ar .header__language {
  direction: ltr;
}

.header__language-icon {
  width: 17px;
  height: 17px;
}

.header__language-img {
  width: 100%;
}

.header__language-arrow {
  padding-left: 10px;
}

.header__language-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
  text-decoration: none;

  user-select: none;
}

.header__language-content {
  position: relative;
}

.header__language-switcher {
  position: absolute;
  display: flex;
  align-items: center;
  
  left: 0;
  top: 30px;

  width: 100%;
  height: 0px;
  
  background: #FFFFFF;
  
  -webkit-border-radius: 0px 0px 5px 5px;
     -moz-border-radius: 0px 0px 5px 5px;
          border-radius: 0px 0px 5px 5px;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.header__language-switcher.active {
  height: 43px;

  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

.header__language-switcher .header__language-name {
  color: #000;
}

.header__language-name {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding-left: 10px;
}

.header__language-title {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.header__bottom {
  width: 100%;
  background: url("../img/main-header-bg.png");
  background-size: cover;
}

.header__bottom-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__vertical-divider {
  height: 48px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 20px;
}

.header__logo-title {
  color: #fff;
  line-height: 17px;
  font-size: 14px;
  font-family: "Helvetica Neue Light", sans-serif;
}

.header__logo-title--bold {
  font-family: "Micra", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header__menu-item {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.ar .header__menu-item {
  font-family: "Dubai", sans-serif;
}

.header__menu-item-active {
  font-family: "Helvetica Neue", sans-serif;
}

.ar .header__menu-item-active {
  font-family: "Dubai", sans-serif;
  font-weight: 900;
}

.header__menu-item:after,
.header__menu-item:before {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header__menu-item:before {
  top: 50px;
  left: 0;
  display: block;
  height: 5px;
  width: 0%;
  content: "";
  background-color: #FF0000;
}

.header__menu-item:hover:before,
.header__menu-item-active:before {
  opacity: 1;
  width: 100%;
}

.header__menu-item:hover:after,
.header__menu-item-active:after {
  max-width: 100%;
}

.header__menu-item:not(:last-child) {
  margin-right: 30px;
}

.ar .header__menu-item:not(:last-child) {
  margin-right: 0;
  margin-left: 30px;
  font-family: "Dubai", sans-serif;
}

.header__shorty-lang-switcher .header__language-switcher {
  background: rgba(242, 242, 242, 0.2);
  border-radius: 0px 0px 10px 10px;
  margin-top: 5px;
  padding: 7px 0;
}

.header__shorty-lang-switcher .header__language-icon {
  width: 30px;
  height: 30px;
}

.scroll-disable {
  overflow: hidden;
}

.text-red {
  color: #FF0000;
  display: inline-block;
}

.text-bold {
  font-weight: 900;
  display: inline-block;
}

.header-home__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 23px;
}

.header-home__divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.header-home__link-title {
  font-size: 18px;
  line-height: 21px;
  margin-left: 10px;
}

.advantages {
  padding: 44px 70px;
  background: #061127;
  width: 100%;
  position: relative;
  top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.advantages__icon {
  width: 45px;
  height: 45px;
}

.advantages__img {
  width: 100%;
}

.advantages__description {
  color: #fff;
  padding-left: 30px;
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.ar .advantages__description {
  padding-left: 0;
  padding-right: 30px;
}

.offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ar .offer {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.offer__br--pc-hidden {
  display: none;
}

.offer__title {
  font-family: "Micra Bold", sans-serif, sans-serif;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(200%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 200%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  line-height: 46px;
  margin-top: 20px;
}

.ar .offer__title {
  font-family: "Dubai Medium", sans-serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 65px;
  max-width: 340px;
  padding-bottom: 10px;
}

.offer__description {
  font-family: 'HelveticaNeue MediumCond', sans-serif;
  font-size: 30px;
  line-height: 35px;
  margin-top: 20px;
  color: #fff;
}

.offer__description--bold {
  font-family: 'HelveticaNeue Condesed Bold', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}

.offer__logo--pc-hidden {
  display: none;
}

.offer__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.offer__bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px 0 0;
  font-family: Lintel, sans-serif;
  font-size: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.offer__bullet-image {
  max-width: 21px;
  max-height: 21px;
  margin: 0;
  margin-right: 10px;
}

.offer__book-session {
  margin-top: 30px;
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  max-width: 585px;
}

.ar .offer__book-session {
  width: 100%;
}

.offer__top {
  padding: 18px 30px 18px 30px;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}

.ar .offer__top {
  padding: 10px 15px 15px 15px;
}

.ar .offer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offer__limited-offer {
  max-width: 166px;
  position: absolute;
  top: -10px;
  right: -13px;
}

.offer__limited-offer--pc-hidden {
  display: none;
}

.offer__limited-offer--mob-hidden {
  display: block;
}

.ar .offer__limited-offer {
  right: unset;
  left: 0;
  text-align: right;
}

.offer__limite-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.ar .offer__limite-title {
  font-family: 'Dubai medium', sans-serif;
  max-width: 90%;
  font-weight: bold;
  font-size: 21px;
  line-height: 28px;
}

.offer__limite-title--bold {
  font-weight: bold;
  font-size: 25px;
  line-height: 31px;
}

.offer__bold {
  font-weight: 700;
  font-size: 24px;
}

.offer__red {
  color: #FF0000;
  display: inline-block;
  font-weight: bold;
}

.offer__divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 14px 0 12px -30px;
}

.offer__plus {
  font-family: "Helvetica Neue Light", sans-serif;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
}

.ar .offer__plus {
  font-family: 'Dubai Light', sans-serif;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.offer__plus-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offer__plus-item:first-child {
  padding-bottom: 10px;
}

.offer__bottom {
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-family: "Helvetica Neue Medium", sans-serif;
}

.offer__bottom--29bd {
  font-family: 'Helvetica Neue 55 Roman', sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.255em;
}

.offer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offer__item-icon {
  margin-right: 20px;
  height: 72px;
}

.offer__item-title {
  text-transform: none;
  font-family: 'Helvetica Neue 55 Roman', sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 457px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 60px 0 60px;
  background: rgba(0, 0, 0, 0.5);
}

.form__title {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.form__title::-webkit-input-placeholder {
  color: #a1a1a1;
}

.form__title::-moz-placeholder {
  color: #a1a1a1;
}

.form__title:-ms-input-placeholder {
  color: #a1a1a1;
}

.form__title::-ms-input-placeholder {
  color: #a1a1a1;
}

.form__title::placeholder {
  color: #a1a1a1;
}

.form .iti__selected-dial-code {
  color: #fff;
}

.form__input {
  font-size: 22px;
  font-family: "Helvetica Neue Medium", sans-serif;
  padding: 20px;
  border: none;
  margin-top: 10px;
  background: none;
  text-align: center;
  color: #fff;
  border-bottom: #BDBDBD solid 2px;
}

.ar .form__input {
  font-family: 'Dubail Light', sans-serif;
  text-align: right;
  direction: ltr;
}

.form__input::-webkit-input-placeholder {
  font-family: "Helvetica Neue Light", sans-serif;
  color: #fff;
}

.ar .form__input::-webkit-input-placeholder {
  font-family: 'Dubail Light', sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.form__input::-moz-placeholder {
  font-family: "Helvetica Neue Light", sans-serif;
  color: #fff;
}

.ar .form__input::-moz-placeholder {
  font-family: 'Dubail Light', sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.form__input:-ms-input-placeholder {
  font-family: "Helvetica Neue Light", sans-serif;
  color: #fff;
}

.ar .form__input:-ms-input-placeholder {
  font-family: 'Dubail Light', sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.form__input::-ms-input-placeholder {
  font-family: "Helvetica Neue Light", sans-serif;
  color: #fff;
}

.ar .form__input::-ms-input-placeholder {
  font-family: 'Dubail Light', sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.form__input::placeholder {
  font-family: "Helvetica Neue Light", sans-serif;
  color: #fff;
}

.ar .form__input::placeholder {
  font-family: 'Dubail Light', sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.form__submit {
  background: #e31d1d;
  border: none;
  border-bottom: 5px solid #a71818;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
  cursor: pointer;
  margin: 40px -60px 0 -60px;
  text-transform: uppercase;
}

.ar .form__submit {
  font-family: 'Dubail Light', sans-serif;
  font-size: 25px;
  line-height: 42px;
}

.form__submit:hover {
  border-bottom: 5px solid transparent;
}

.parallax {
  height: 70vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax--first {
  display: none;
  background-image: none;
}

.parallax--first.parallax--show {
  display: block;
  background-image: url("../img/forth-bg.png");
}

.parallax--second {
  display: none;
  background-image: none;
}

.parallax--second.parallax--show {
  display: block;
  background-image: url("../img/parallax_second.png");
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  gap: 16px;
  
  padding: 24px 0;
  
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  background: #000;
}

.ar .footer,
.lose-weight-ar .footer {
  font-family: 'Dubai Medium', sans-serif;
  font-weight: normal;
}

.footer__franchise {
  color: #fff;
}

.footer__copyright {
  opacity: .75;
}

.section-thank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 130px;
  min-height: 75vh;
}

.section-thank--bg {
  background: url("../img/thx-firsft.png") no-repeat center, url("../img/thx-second.png") no-repeat center;
  background-size: cover;
}

.section-thank__content {
  padding-top: 150px;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-thank__title {
  font-family: "Micra Bold", sans-serif;
  font-size: 30px;
  line-height: 31px;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(200%, rgba(255, 255, 255, 0)));
  background: linear-gradient(#FFFFFF 0%, rgba(255, 255, 255, 0) 200%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 90%;
}

.section-thank__description {
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  max-width: 75%;
  padding-top: 20px;
}

.section-thank__arrow-container {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 36px;

  animation: arrow__wave 2s infinite;
}

.section-thank__arrow-container > img {
  width: 36px;
}

.section-thank__pay-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  width: 100%;

  /* margin-top: 100px; */
  margin-top: 34px;
  padding: 37px 0;

  background: #FF0000;
}

.section-thank__pay-title {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
}

.section-thank__pay-description {
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
}

.section-thank__btn-container {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  margin-top: 25px;
}

.section-thank__pay-btn {
  cursor: pointer;

  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  
  width: 262px;
  padding: 20px 0;

  background: #FF0000;  

  background: #061127;

  border-radius: 500px;

  transition: .3s ease-in-out;
}

.section-thank__pay-btn:hover {
  background: rgba(6, 17, 39, .75);
}

.section-thank__pay-btn:focus {
  background: rgba(6, 17, 39, .5);
}

@keyframes arrow__wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.section-thank__pay-btn-arrow {
  position: absolute;

  display: flex;
  align-items: center;

  top: 50%;

  transform: translateY(-50%);

  animation: arrow__wave 2s infinite;
}

.section-thank__pay-btn-arrow > img {
  width: 11px;
}

.section-thank__pay-btn-arrow:nth-child(1) {
  left: 25px;
}

.section-thank__pay-btn-arrow:nth-child(2) {
  right: 25px;
}

.section-thank__pay-btn-arrow:nth-child(2) > img {
  transform: rotate(180deg);
}

.social-links {
  position: fixed;
  right: 20px;
  bottom: 130px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links__whatsapp {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}

.social-links__whatsapp img {
  width: 95px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .section__content {
    max-width: 991px;
  }

  .header__bottom-container {
    max-width: 991px;
  }

  .header__top-container {
    max-width: 991px;
  }

  .section-offer__left-column {
    margin-right: 50px;
  }

  .offer__top {
    padding: 18px 20px 18px 20px;
  }

  .section--fifth {
    background-size: cover;
  }

  .page-home__main {
    max-width: 992px;
    margin: 0 auto;
  }

  .page-home__main-title {
    font-size: 50px;
  }

  .page-home__description {
    font-size: 30px;
  }
}

@media screen and (max-width: 992px) {
  .section--first {
    background: url(../img/main-bg-first-mob.png) no-repeat, url(../img/main-bg-second.png);
    background-color: #201f33;
    background-size: cover;
  }

  .text-red--default {
    color: #FF0000 !important;
  }

  .header__top {
    height: unset;
  }

  .header__top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 15px 25px 15px;
  }

  .header__social-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .header__social-link:last-child {
    display: none;
  }

  .header__social-link {
    margin-right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 21px;
  }

  .header__language {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    line-height: 21px;
  }

  .header__language-container {
    padding: 0 0 0 10px;
  }

  .header__language-title {
    display: none;
  }

  .header__divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.2);
  }

  .header__bottom {
    display: none;
  }

  .pc-hidden {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  .section__title {
    text-align: center;
  }

  .section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-transform__cta {
    font-size: 25px !important;
    line-height: 42px !important;
  }

  .section-offer__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-offer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ar .offer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ar .offer__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offer__title {
    font-size: 60px;
    text-align: center;
    padding: 0 10px;
  }

  .ar .offer__title {
    text-align: center;
  }

  .offer__description {
    margin-top: 310px;
    text-align: center;
    padding: 0 30px;
  }

  .offer__bullets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
  }

  .offer__bullet {
    margin-bottom: 20px;
  }

  .offer__book-session {
    padding: 40px;
    margin: 20px;
  }

  .offer__limited-offer {
    max-width: 133px;
    top: -63px;
    right: -22px;
  }

  .offer__plus-desc {
    text-align: left;
  }

  .ar .offer__plus {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .form {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    background: unset;
    padding-bottom: 30px;
    background: #061127 !important;
    -webkit-box-shadow: 0px 0px 80px #0052B4;
    box-shadow: 0px 0px 80px #0052B4;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form__title {
    text-align: center;
  }

  .form__input {
    font-size: 22px;
    padding: 20px;
    border: none;
    margin-top: 10px;
    background: none;
    text-align: center;
    color: #fff;
    border-bottom: #BDBDBD solid 2px;
  }

  .form__submit {
    background: #FF0000;
    border-radius: 20px;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 20px;
    max-width: 260px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }

  .section-transform {
    text-align: center;
  }

  .section-transform__image-container {
    padding: 10px 30px;
  }

  .section-transform__images {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .section-helping__images {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-helping__image {
    max-width: 60%;
  }

  .section-helping__title {
    width: 85%;
  }

  .section-helping__image-container {
    margin: 0 0 30px 0 !important;
    max-width: 180px;
    min-width: 160px;
  }

  .section-pluses__title {
    width: 95%;
  }

  .pluses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ar .pluses {
    direction: rtl;
  }

  .pluses__video {
    width: 100%;
  }

  .pluses__pc-container {
    display: none;
  }

  .pluses__mobile-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    max-width: unset !important;
  }

  .pluses__container {
    display: none;
  }

  .plus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px !important;
  }

  .plus:not(:last-child) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
  }

  .plus__image {
    margin: 0 0 10px !important;
  }

  .plus__title {
    text-align: center;
  }

  .section-feature__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .section-feature__title {
    width: 90%;
  }

  .feature {
    margin: 20px 0 0 !important;
  }

  .feature__container {
    margin-top: -2px;
  }

  .arrows-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-request {
    padding: 40px 0 20px 0;
  }

  .section-request__container {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-request__title {
    font-size: 82px;
    text-align: center;
  }

  .section-request__addition {
    padding: 0 8px;
  }

  .section-request__link {
    padding: 20px 40px;
    width: 100%;
  }

  .ar .section-request__link {
    font-size: 25px;
    font-family: "Dubai Medium", sans-serif;
    max-width: 207px;
    width: 100%;
  }

  .parallax {
    background-attachment: inherit;
  }

  .section--eighth {
    background-position: 35% !important;
  }

  .offer__title {
    font-size: 33px;
    line-height: 34px;
  }

  .offer__description {
    margin-top: 30px;
    font-size: 30px;
    line-height: 35px;
  }

  .offer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offer__br--mob-hidden {
    display: none;
  }

  .offer__br--pc-hidden {
    display: block;
  }

  .offer__book-session {
    margin: 0;
    padding: 40px 0 0 0;
  }

  .offer__top {
    text-align: center;
  }

  .offer__limited-offer--pc-hidden {
    display: block;
    max-width: unset;
    top: unset;
    right: unset;
    position: unset;
    width: 100%;
    padding-bottom: 15px;
  }

  .offer__limited-offer--mob-hidden {
    display: none;
  }

  .offer__item-title {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }

  .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature__img-container {
    width: 100%;
    max-width: 600px;
  }

  .feature:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature__container {
    padding: 15px;
  }

  .ar .feature__title {
    text-align: right;
    font-size: 35px;
    line-height: 59px;
  }

  .section-request__title {
    font-size: 35px;
    line-height: 42px;
  }

  .section-request__addition {
    padding: 0 15px;
  }

  .ar .section-request__addition {
    font-family: 'Dubai Light', sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #E5E5E5;
    padding: 24px 15px 10px 15px;
    position: unset;
  }

  .advantages__item {
    background: #F2F2F2;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 25px 25px 25px 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .advantages__icon {
    min-width: 45px;
  }

  .advantages__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .advantages__description {
    color: #061127;
    width: 100%;
  }

  .section-offer__right-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #E5E5E5;
    padding: 25px 15px 30px 15px;
    width: 100%;
  }

  .form {
    margin-top: 15px;
    width: 100%;
    background: unset;
    padding: 30px;
    position: relative;
  }

  .form__submit {
    margin: 40px -18px 0 -18px;
  }

  .form__input {
    width: 100%;
  }

  .plus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: unset !important;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  .plus__device {
    margin: 0;
    width: 100%;
    margin-top: 35px;
  }

  .plus__image {
    margin: 0 !important;
  }

  .plus__device-img {
    width: 100%;
  }

  .plus__title {
    text-align: left;
  }

  .section-offer__main {
    margin-bottom: 0;
  }

  .section-offer__right-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-transform {
    background: #E5E5E5;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .section-transform--rehab {
    background: #fff;
  }

  .section-transform__title {
    padding: 0 20px;
    margin-top: 40px;
  }

  .section-transform__tagline {
    font-size: 30px;
    line-height: 36px;
    color: #061127;
    font-family: "Helvetica Neue Medium", sans-serif;
    font-weight: 900;
    padding-top: 30px;
  }

  .ar .section-transform__tagline {
    font-family: 'Dubai Medium', sans-serif;
    font-size: 40px;
    line-height: 68px;
  }

  .section-transform__tagline--pc-hidden {
    display: block;
  }

  .pluses {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .pluses__mobile-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 70% !important;
  }

  .ar .pluses__mobile-container {
    max-width: 100% !important;
    padding-right: 30px;
  }

  .section-feature__title {
    font-size: 27px;
    line-height: 28px;
    width: unset;
  }

  .section-feature__red-text {
    font-size: 35px;
  }

  .section--second {
    background: unset;
  }

  .section--third {
    background-size: cover;
  }

  .section--fifth {
    background-size: cover;
  }

  .section--eight {
    background: url(../img/eighth-bg.png) no-repeat;
  }

  .section__divider {
    display: block;
    width: 100%;
    height: 20px;
    background: #E5E5E5;
  }

  .ar .section__title {
    font-size: 35px !important;
    line-height: 45px;
  }

  .parallax--first {
    display: none;
    background-image: none;
  }

  .parallax--first.parallax--show {
    display: block;
    background-image: url("../img/parallax_second.png");
  }

  .section-thank {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .section-thank__content {
    padding-top: 30px;
  }

  .section-thank__title {
    max-width: 80%;
    font-size: 25px;
    line-height: 26px;
  }

  .section-thank__description {
    font-size: 21px;
    line-height: 31px;
    max-width: 90%;
  }

  /* .section-thank__pay-container {
    margin-top: 35px;
  } */

  .section-thank__pay-title {
    font-size: 25px;
    line-height: 29px;
    max-width: 60%;
    text-align: center;
    padding-bottom: 8px;
  }

  .section-thank__pay-description {
    font-size: 20px;
    line-height: 30px;
  }

  .section-thank__pay-btn {
    font-size: 20px;
    line-height: 24px;
  }

  .social-links {
    right: 20px;
    bottom: 100px;
  }

  .social-links__whatsapp img {
    width: 70px;
  }

  .social-links__call img {
    width: 37px;
  }

  .section-transform__cta {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 992px) {
  .pc-hidden {
    display: none;
  }

  .mobile-hidden {
    display: block;
  }
}

@media (max-width: 350px) {
  .offer__top {
    padding: 18px 15px 18px 15px;
  }

  .offer__title {
    font-size: 30px;
    line-height: 1.2;
  }

  .offer__description {
    padding: 0;
  }

  .offer__bottom--29bd {
    font-size: 14px;
    line-height: 1.2;
  }

  .section-request__title {
    font-size: 30px;
    line-height: 35px;
  }

  .section-request__addition {
    font-size: 22px;
  }
}

* { 
  -webkit-tap-highlight-color: transparent;
}

.section--seventh {
  background-color: #fff;
}
.section--seventh .section__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  margin-right: 15px;
  margin-left: 15px;

  padding-top: 40px;
  padding-bottom: 80px;
}
.section--seventh .section__title {
  text-align: center;
}
.section--seventh_list {
  width: 100%;

  padding: unset;
  
  list-style: none;
}
.section--seventh_list > li {
  position: relative;

  width: 100%;

  /* padding-top: 32px; */
  /* padding-bottom: 20px; */

  /* padding-right: 6px; */
  padding-left: 6px;
}
@media screen and (min-width: 1200px) {
  .section--seventh_list > li {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
  .section--seventh_list > li {
    padding-top: 31px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1024px) {
  .section--seventh_list > li {
    padding-top: 29px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 900px) {
  .section--seventh_list > li {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 900px) {
  .section--seventh_list > li {
    padding-bottom: 25px;
    /* padding-bottom: 20px; */
  }
}
@media screen and (max-width: 900px) and (min-width: 800px) {
  .section--seventh_list > li {
    padding-top: 25px;
    padding-bottom: 25px;
    /* padding-bottom: 18px; */
  }
}
@media screen and (max-width: 800px) and (min-width: 700px) {
  .section--seventh_list > li {
    padding-top: 23px;
    padding-bottom: 23px;
    /* padding-bottom: 16px; */
  }
}
@media screen and (max-width: 700px) and (min-width: 550px) {
  .section--seventh_list > li {
    padding-top: 21px;
    padding-bottom: 21px;
    /* padding-bottom: 14px; */
  }
}
@media screen and (max-width: 550px) and (min-width: 480px) {
  .section--seventh_list > li {
    padding-top: 19px;
    padding-bottom: 19px;
    /* padding-bottom: 12px; */
  }
}
@media screen and (max-width: 480px) and (min-width: 410px) {
  .section--seventh_list > li {
    padding-top: 17px;
    padding-bottom: 17px;
    /* padding-bottom: 10px; */
  }
}
@media screen and (max-width: 410px) and (min-width: 355px) {
  .section--seventh_list > li {
    padding-top: 15px;
    padding-bottom: 15px;
    /* padding-bottom: 8px; */
  }
}
@media screen and (max-width: 355px) {
  .section--seventh_list > li {
    padding-top: 13px;
    padding-bottom: 13px;
    /* padding-bottom: 6px; */
  }
}

.section--seventh_list > li:after {
  position: absolute;
  
  top: 100%;
  left: 0;

  width: 100%;
  height: 1px;

  background: #061127;
  opacity: 0.2;

  content: "";
}

.section--seventh_list > li > div {
  position: relative;

  cursor: pointer;

  width: 100%;

  margin-bottom: 12px;

  color: #000;
  font-family: "Helvetica Cond", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (min-width: 1400px) {
  .section--seventh_list > li > div {
    padding-right: 150px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
  .section--seventh_list > li > div {
    padding-right: 144px;
  }
}
@media screen and (min-width: 1300px) {
  .section--seventh_list > li > div {
    font-size: 35px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .section--seventh_list > li > div {
    padding-right: 138px;
  
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
  .section--seventh_list > li > div {
    padding-right: 132px;
  
    font-size: 33px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1024px) {
  .section--seventh_list > li > div {
    padding-right: 126px;
  
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 900px) {
  .section--seventh_list > li > div {
    padding-right: 120px;
  
    font-size: 31px;
  }
}
@media screen and (max-width: 900px) and (min-width: 800px) {
  .section--seventh_list > li > div {
    padding-right: 114px;
  
    font-size: 30px;
  }
}
@media screen and (min-width: 800px) {
  .section--seventh_list > li > div {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 800px) and (min-width: 700px) {
  .section--seventh_list > li > div {
    margin-bottom: 11px;
    padding-right: 108px;
  
    font-size: 29px;
  }
}
@media screen and (max-width: 700px) and (min-width: 550px) {
  .section--seventh_list > li > div {
    margin-bottom: 10px;
    padding-right: 102px;
  
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) and (min-width: 480px) {
  .section--seventh_list > li > div {
    margin-bottom: 9px;
    padding-right: 96px;
  
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) and (min-width: 410px) {
  .section--seventh_list > li > div {
    margin-bottom: 8px;
    padding-right: 90px;
  
    font-size: 26px;
  }
}
@media screen and (max-width: 410px) and (min-width: 355px) {
  .section--seventh_list > li > div {
    margin-bottom: 7px;
    
    padding-right: 84px;
  
    font-size: 25px;
  }
}
@media screen and (max-width: 355px) {
  .section--seventh_list > li > div {
    margin-bottom: 6px;

    padding-right: 78px;

    font-size: 24px;
  }
}
.section--seventh_list > li > div > div {
  position: absolute;

  top: 50%;
  right: 6px;

  border-width: 1px;
  border-style: solid;
  border-color: #FF0000;

  -webkit-border-radius: 50%;

     -moz-border-radius: 50%;

          border-radius: 50%;

  -webkit-transition: .3s ease-in-out;

  -o-transition: .3s ease-in-out;

  -moz-transition: .3s ease-in-out;

  transition: .3s ease-in-out;

  -webkit-transform: translateY(-50%);

     -moz-transform: translateY(-50%);

      -ms-transform: translateY(-50%);

       -o-transform: translateY(-50%);

          transform: translateY(-50%);
}
@media screen and (min-width: 1300px) {
  .section--seventh_list > li > div > div {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .section--seventh_list > li > div > div {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
  .section--seventh_list > li > div > div {
    width: 53px;
    height: 53px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1024px) {
  .section--seventh_list > li > div > div {
    width: 52px;
    height: 52px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 900px) {
  .section--seventh_list > li > div > div {
    width: 51px;
    height: 51px;
  }
}
@media screen and (max-width: 900px) and (min-width: 800px) {
  .section--seventh_list > li > div > div {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 800px) and (min-width: 700px) {
  .section--seventh_list > li > div > div {
    width: 49px;
    height: 49px;
  }
}
@media screen and (max-width: 700px) and (min-width: 550px) {
  .section--seventh_list > li > div > div {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 550px) and (min-width: 480px) {
  .section--seventh_list > li > div > div {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 480px) and (min-width: 410px) {
  .section--seventh_list > li > div > div {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 410px) and (min-width: 355px) {
  .section--seventh_list > li > div > div {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 355px) {
  .section--seventh_list > li > div > div {
    width: 44px;
    height: 44px;
  }
}
.section--seventh_list > li > div > div::before,
.section--seventh_list > li > div > div::after {
  position: absolute;

  top: 50%;
  left: 50%;

  width: -webkit-calc(100% / 55 * 24);

  width: -moz-calc(100% / 55 * 24);

  width: calc(100% / 55 * 24);
  height: 5px;

  margin-right: -50%;

  background: #FF0000;

  -webkit-transform: translate(-50%, -50%);

     -moz-transform: translate(-50%, -50%);

      -ms-transform: translate(-50%, -50%);

       -o-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  -webkit-transition: .3s ease-in-out;

  -o-transition: .3s ease-in-out;

  -moz-transition: .3s ease-in-out;

  transition: .3s ease-in-out;

  opacity: 1;

  content: "";
}
.section--seventh_list > li > div > div::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
     -moz-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.section--seventh_list > li > div > div.active {
  border-color: #828282;
}
.section--seventh_list > li > div > div.active::before {
  background: #333333;
}
.section--seventh_list > li > div > div.active::after {
  opacity: 0;
}
.section--seventh_list > li:not(.active) > p {
  display: none;
}
.section--seventh_list > li > p {
  display: block;
  
  margin: 0px;

  /* padding-right: 150px; */

  color: #000;
  font-family: "Helvetica Cond", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;

  -webkit-transition: height 0.3s ease 0s;

  -o-transition: height 0.3s ease 0s;

  -moz-transition: height 0.3s ease 0s;

  transition: height 0.3s ease 0s;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .section--seventh_list > li > p {
    padding-right: 150px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
  .section--seventh_list > li > p {
    padding-right: 146px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .section--seventh_list > li > p {
    padding-right: 132px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
  .section--seventh_list > li > p {
    padding-right: 118px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1024px) {
  .section--seventh_list > li > p {
    padding-right: 104px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 900px) {
  .section--seventh_list > li > p {
    padding-right: 90px;
  }
}
@media screen and (max-width: 900px) and (min-width: 800px) {
  .section--seventh_list > li > p {
    padding-right: 76px;
  }
}
@media screen and (max-width: 800px) and (min-width: 700px) {
  .section--seventh_list > li > p {
    padding-right: 62px;
  }
}
@media screen and (max-width: 700px) and (min-width: 550px) {
  .section--seventh_list > li > p {
    padding-right: 48px;
  }
}
@media screen and (max-width: 550px) and (min-width: 480px) {
  .section--seventh_list > li > p {
    padding-right: 34px;
  }
}
@media screen and (max-width: 480px) and (min-width: 410px) {
  .section--seventh_list > li > p {
    padding-right: 20px;
  }
}
@media screen and (max-width: 410px) and (min-width: 355px) {
  .section--seventh_list > li > p {
    padding-right: 6px;
  }
}
@media screen and (max-width: 355px) {
  .section--seventh_list > li > p {
    padding-right: 0px;
  }
}
.section--seventh_list > li > span {
  position: absolute;
}

