@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: RockStar;
  src: url("../../fonts/RockStar/RS-extralight.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: RockStar;
  font-weight: 400;
  src: url("../../fonts/RockStar/RS-regular.otf") format("opentype");
}
@font-face {
  font-family: RockStar;
  src: url("../../fonts/RockStar/RS-semibold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: RockStar;
  src: url("../../fonts/RockStar/RS-extrabold.otf") format("opentype");
  font-weight: 800;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  color: #000;
  font-family: "RockStar", sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: 800;
  font-size: 20px;
}
@media (min-width: 767.98px) {
  h1 {
    font-size: 50px;
  }
}
h2 {
  color: #000;
  font-family: "RockStar", sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: 800;
  font-size: 18px;
}
@media (min-width: 767.98px) {
  h2 {
    font-size: 40px;
  }
}
h3 {
  color: #000;
  font-family: "RockStar", sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: 800;
  font-size: 17px;
}
@media (min-width: 767.98px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  color: #000;
  font-family: "RockStar", sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: 800;
  font-size: 16px;
}
@media (min-width: 767.98px) {
  h4 {
    font-size: 24px;
  }
}
h5 {
  color: #000;
  font-family: "RockStar", sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: 800;
  font-size: 15px;
}
@media (min-width: 767.98px) {
  h5 {
    font-size: 20px;
  }
}
h6 {
  color: #000;
  font-family: "RockStar", sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: 800;
  font-size: 14px;
}
@media (min-width: 767.98px) {
  h6 {
    font-size: 18px;
  }
}
.title {
  color: #000;
  font-family: "RockStar", sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: 800;
}
.title--h0 {
  font-size: 24px;
}
@media (min-width: 767.98px) {
  .title--h0 {
    font-size: 56px;
  }
}
.title--h1 {
  font-size: 20px;
}
@media (min-width: 767.98px) {
  .title--h1 {
    font-size: 50px;
  }
}
.title--h2 {
  font-size: 18px;
}
@media (min-width: 767.98px) {
  .title--h2 {
    font-size: 40px;
  }
}
.title--h3 {
  font-size: 17px;
}
@media (min-width: 767.98px) {
  .title--h3 {
    font-size: 30px;
  }
}
.title--h4 {
  font-size: 16px;
}
@media (min-width: 767.98px) {
  .title--h4 {
    font-size: 24px;
  }
}
.title--h5 {
  font-size: 15px;
}
@media (min-width: 767.98px) {
  .title--h5 {
    font-size: 20px;
  }
}
.title--h6 {
  font-size: 14px;
}
@media (min-width: 767.98px) {
  .title--h6 {
    font-size: 18px;
  }
}
p,
.p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
@media (min-width: 767.98px) {
  p,
  .p {
    font-size: 16px;
    line-height: 30px;
  }
}
p.small,
.p.small {
  font-size: 13px;
  line-height: 17px;
}
@media (min-width: 767.98px) {
  p.small,
  .p.small {
    font-size: 15px;
    line-height: 26px;
  }
}
a {
  color: #e9055f;
  font-family: "Leto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
@media (min-width: 767.98px) {
  a {
    font-size: 16px;
  }
}
.link {
  color: #e9055f;
  font-family: "Leto", sans-serif;
  font-size: 14px;
  display: inline-flex;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #e9055f;
  text-decoration: none;
}
@media (min-width: 767.98px) {
  .link {
    font-size: 16px;
  }
}
.link--black {
  color: #000;
  border-bottom: 1px solid #000;
}
.link--disabled {
  opacity: 0.3;
}
.link--dashed {
  border-style: dashed;
}
.link--underline {
  text-decoration: underline;
}
.link--none-decorate {
  text-decoration: none;
  border: none;
}
b,
.text-bold {
  font-weight: 700 !important;
}
.text-primary {
  color: #e9055f;
}
.text-primary svg path {
  stroke: #e9055f;
}
.text-black {
  color: #222;
}
.text-black svg path {
  stroke: #222;
}
.text-white {
  color: #fff;
}
.text-white svg path {
  stroke: #fff;
}
.text-green {
  color: #1ccb00;
}
.text-green svg path {
  stroke: #1ccb00;
}
.text-orange {
  color: #ff8f3f;
}
.text-orange svg path {
  stroke: #ff8f3f;
}
ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
ul li {
  margin-bottom: 10px;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li:before {
  content: "•";
  width: 1em;
  color: #e9055f;
  margin-right: 10px;
}
ul li ul {
  padding-left: 20px;
  margin: 0;
}
ol {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  counter-reset: item;
}
ol li {
  margin-bottom: 10px;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li:before {
  font-weight: 700;
  color: #e9055f;
  content: counter(item) ". ";
  counter-increment: item;
  margin-right: 10px;
}
ol li ul {
  padding-left: 20px;
  margin: 0;
}
dl {
  margin: 0 0 20px 0;
  overflow: hidden;
}
dl dt {
  color: #222;
  font-family: "RockStar", sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 30px;
}
@media (min-width: 767.98px) {
  dl dt {
    width: 320px;
    float: left;
    clear: both;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
dl dt:last-child {
  margin-bottom: 0;
}
dl dd {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px 0;
}
@media (min-width: 767.98px) {
  dl dd {
    margin: 0 0 0 360px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
dl dd:last-child {
  margin-bottom: 0;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-30 {
  margin: 30px;
}
.m-35 {
  margin: 35px;
}
.m-40 {
  margin: 40px;
}
.m-45 {
  margin: 45px;
}
.m-50 {
  margin: 50px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.m-5 {
  margin: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-35 {
  padding: 35px;
}
.p-40 {
  padding: 40px;
}
.p-45 {
  padding: 45px;
}
.p-50 {
  padding: 50px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.p-5 {
  padding: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0 !important;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
.no-overflow {
  overflow: hidden !important;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.main {
  flex: 1 0 auto;
  gap: 40px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 767.98px) {
  .main {
    gap: 100px;
    margin-bottom: 100px;
  }
}
iframe,
img,
video,
audio {
  max-width: 100%;
}
.footer {
  flex: 0 0 auto;
}
.no-scroll {
  overflow: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  position: relative;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
@media (min-width: 767.98px) {
  .h-sm-100 {
    height: 100%;
  }
}
@media (min-width: 1023.98px) {
  .h-md-100 {
    height: 100%;
  }
}
@media (min-width: 1365.98px) {
  .h-lg-100 {
    height: 100%;
  }
}
.visible-mobile {
  display: inline-flex !important;
}
@media (min-width: 767.98px) {
  .visible-mobile {
    display: none !important;
  }
}
.visible-tablet {
  display: none !important;
}
@media (min-width: 767.98px) {
  .visible-tablet {
    display: inline-flex !important;
  }
}
@media (min-width: 1023.98px) {
  .visible-tablet {
    display: none !important;
  }
}
.visible-desktop {
  display: none !important;
}
@media (min-width: 1023.98px) {
  .visible-desktop {
    display: inline-flex !important;
  }
}
.start {
  margin-right: auto;
}
.end {
  margin-left: auto;
}
.grid {
  display: grid;
}
.grid--2 {
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media (min-width: 767.98px) {
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
.breadcrumb-section {
  margin-bottom: 50px;
}
.banner-v1-section {
  position: relative;
  z-index: 20;
}
.banner-v1-section__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.banner-v1-section__body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 767.98px) {
  .banner-v1-section__body {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (min-width: 1023.98px) {
  .banner-v1-section__body {
    grid-template-columns: 1fr 1fr;
  }
}
.banner-v1-section__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .banner-v1-section__content {
    gap: 30px;
  }
}
.banner-v1-section__subtitle {
  color: #e9055f;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .banner-v1-section__subtitle {
    font-size: 25px;
    font-weight: 400;
  }
}
.banner-v1-section__title {
  margin-bottom: 10px;
}
.banner-v1-section__video {
  width: 100%;
  height: 180px;
}
@media (min-width: 767.98px) {
  .banner-v1-section__video {
    height: 400px;
  }
}
.banner-v1-section__controls {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 767.98px) {
  .banner-v1-section__controls {
    flex-direction: row;
  }
}
.banner-v2-section__body {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  padding: 30px 15px;
}
@media (min-width: 767.98px) {
  .banner-v2-section__body {
    padding: 80px;
  }
}
.banner-v2-section__title {
  text-align: center;
  margin-bottom: 16px;
  text-decoration: none;
}
@media (min-width: 767.98px) {
  .banner-v2-section__title {
    margin-bottom: 30px;
  }
}
.banner-v2-section__text {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  max-width: 572px;
  margin: 0 auto 20px;
}
@media (min-width: 767.98px) {
  .banner-v2-section__text {
    margin-bottom: 35px;
    font-size: 20px;
  }
}
.banner-v2-section__controls {
  margin-bottom: 20px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .banner-v2-section__controls {
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 75px;
  }
}
.banner-v2-section__phone {
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  border: none;
}
.banner-v2-section__socials {
  display: flex;
  justify-content: center;
}
.banner-v2-section--with-leafs {
  position: relative;
}
.banner-v2-section--with-leafs > * {
  position: relative;
  z-index: 50;
}
.banner-v2-section--with-leafs:before {
  content: none;
}
@media (min-width: 767.98px) {
  .banner-v2-section--with-leafs:before {
    content: "";
  }
}
.banner-v2-section--with-leafs:before,
.banner-v2-section--with-leafs:after {
  z-index: 1;
  content: none;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1023.98px) {
  .banner-v2-section--with-leafs:before,
  .banner-v2-section--with-leafs:after {
    content: "";
  }
}
.banner-v2-section--with-leafs:after {
  right: 0;
  top: 0;
  height: 500px;
  width: 440px;
  background-image: url("../../images/common/bg/leafs/form_leaf_after_1.webp");
  background-position: top right;
}
.banner-v2-section--with-leafs:before {
  left: 0;
  top: 0;
  height: 540px;
  width: 250px;
  background-position: top left;
  background-image: url("../../images/common/bg/leafs/form_leaf_before_1.webp");
}
.banner-v2-section--with-bg:before {
  top: -105px;
  height: 825px;
  width: 470px;
  background-image: url("../../images/common/bg/leafs/form_leaf_with_bg_before_1.webp");
}
.banner-v2-section--with-bg:after {
  top: -335px;
  height: 980px;
  width: 6252px;
  background-image: url("../../images/common/bg/leafs/form_leaf_with_bg_after_1.webp");
}
.schedule-v1-section__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .schedule-v1-section__container {
    gap: 40px;
  }
}
.gallery-section {
  position: relative;
  z-index: 20;
}
.gallery-section__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.gallery-section__header {
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 767.98px) {
  .gallery-section__header {
    flex-direction: row;
    justify-content: space-between;
  }
}
.gallery-section__body {
  margin-bottom: 20px;
}
.gallery-section__footer {
  margin: 0 auto;
  max-width: 960px;
}
.socials-section {
  position: relative;
  z-index: 20;
  border-radius: 30px 30px 0 0;
  border: 1px solid #f3f3f3;
  background: #fff;
  padding: 65px 0 50px;
  border-bottom: 0;
}
.socials-section__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .socials-section__container {
    gap: 100px;
    grid-template-columns: 250px 1fr;
  }
}
.socials-section__title .title {
  font-size: 18px;
}
.socials-section__body {
  display: flex;
}
@media (min-width: 767.98px) {
  .socials-section__body {
    justify-content: flex-start;
  }
}
.home-main-section__bg {
  width: 100%;
  height: 1037px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -2;
}
@media (min-width: 767.98px) {
  .home-main-section__bg {
    background-size: contain;
    background-position: top right;
    left: initial;
    right: 0;
    width: 200%;
    height: 1700px;
  }
}
.home-main-section__leaf-1,
.home-main-section__leaf-2,
.home-main-section__leaf-3,
.home-main-section__leaf-4,
.home-main-section__leaf-5 {
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 767.98px) {
  .home-main-section__leaf-1,
  .home-main-section__leaf-2,
  .home-main-section__leaf-3,
  .home-main-section__leaf-4,
  .home-main-section__leaf-5 {
    display: block;
  }
}
.home-main-section__leaf-1 {
  width: 75px;
  height: 79px;
  left: 0;
  top: 330px;
  background-image: url("../../images/common/bg/main-section/home-main-section__leaf-1.webp");
  display: block;
  filter: blur(2px);
  z-index: 11;
}
@media (min-width: 767.98px) {
  .home-main-section__leaf-1 {
    z-index: -1;
    width: 293px;
    height: 501px;
    top: 280px;
    filter: blur(0px);
  }
}
.home-main-section__leaf-2 {
  width: 275px;
  height: 385px;
  left: 0;
  top: 850px;
  background-image: url("../../images/common/bg/main-section/home-main-section__leaf-2.webp");
}
.home-main-section__leaf-3 {
  right: 0;
  top: 225px;
  width: 275px;
  height: 355px;
  background-position: top right;
  background-image: url("../../images/common/bg/main-section/home-main-section__leaf-3.webp");
}
.home-main-section__leaf-4 {
  right: 0;
  top: 510px;
  width: 117px;
  height: 132px;
  display: block;
  background-position: top right;
  background-image: url("../../images/common/bg/main-section/home-main-section__leaf-4.webp");
}
@media (min-width: 767.98px) {
  .home-main-section__leaf-4 {
    top: 865px;
    width: 175px;
    height: 220px;
  }
}
.home-main-section__leaf-5 {
  right: 0px;
  top: 370px;
  width: 139px;
  height: 123px;
  display: block;
  background-position: top right;
  background-image: url("../../images/common/bg/main-section/home-main-section__leaf-5.webp");
}
@media (min-width: 767.98px) {
  .home-main-section__leaf-5 {
    top: 1156px;
    width: 363px;
    height: 413px;
  }
}
.home-main-section__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}
@media (min-width: 767.98px) {
  .home-main-section__container {
    gap: 150px;
  }
}
.home-main-section__content {
  padding-top: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}
@media (max-width: 1100px) {
  .home-main-section__content {
    padding-top: 0 !important;
  }
}
.home-main-section__form {
  display: flex;
  width: 100%;
  border-radius: 25px;
  background: #eee;
  padding: 0;
  overflow: hidden;
}
.home-main-section__form > div:first-child {
  position: relative;
  padding: 40px;
  max-width: 610px;
  box-sizing: border-box;
  height: 700px;
  background: url(../../images/common/bg/main-section/home-main-section__form.jpg)
    #fee79b;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.home-main-section__social a svg:first-child {
  width: 16px;
  height: auto;
}

.home-main-section__social {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.home-main-section__social a {
  min-width: 295px;
  display: block;
}
@media screen and (max-width: 450px) {
  .home-main-section__social a {
    min-width: 100%;
  }
}

.home-main-section__social a:hover {
  background: #000;
  color: #fff !important;
}

.home-main-section__social a:hover path {
  fill: #fff;
}
.home-main-section__form > div:first-child:before {
  content: "";
  background: url(../../images/common/bg/bg-girl.webp);
  background-size: cover;
  width: 612px;
  height: 600px;
  position: absolute;
  bottom: -186px;
  transform: rotate(19deg);
  right: -100px;
}
.home-main-section__form > div:first-child h1 {
  line-height: 58px;
  font-size: 56px;
}
.home-main-section__form > div:first-child .whatsapp {
  border: 1px solid #222222;
  text-decoration: none;
  padding: 12px 28px;
  display: inline-block;
  width: fit-content;
  border-radius: 40px;
  color: #222222;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  z-index: 10;
  transition: 0.5s;
}
.home-main-section__form > div:first-child .whatsapp:hover {
  box-shadow: 0 0 14px var(--red, rgba(0, 0, 0, 0.2));
}
.home-main-section__form > div:last-child {
  flex: 1;
  padding: 40px;
  z-index: 10;
}
.home-main-section__form > div:last-child h2 {
  font-weight: 900;
  font-size: 30px !important;
  line-height: 33px;
}
.home-main-section__form > div:last-child h2 span {
  color: var(--red, #e9055f);
}
.home-main-section__form > div:last-child form {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-main-section__form > div:last-child form input[type="text"],
.home-main-section__form > div:last-child form input[type="tel"] {
  padding: 20px;
  border-radius: 6px;
  font-size: 18px;
  border: 2px solid transparent;
  transition: 0.3s;
}
.home-main-section__form > div:last-child form input[type="text"]:focus,
.home-main-section__form > div:last-child form input[type="tel"]:focus {
  outline: none;
  border: 2px solid var(--red, #e9055f);
}
.home-main-section__form > div:last-child form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  cursor: pointer;
  outline: none;
  border: 2px solid #d2d5d8;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.home-main-section__form > div:last-child form input[type="radio"]::before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 25%;
  left: 25%;
}
.home-main-section__form
  > div:last-child
  form
  input[type="radio"]:checked::before {
  background-color: #e60072;
}
.home-main-section__form > div:last-child form label {
  padding: 3px 0 0 0;
  font-size: 16px;
  cursor: pointer;
}
.home-main-section__form > div:last-child form .info {
  font-size: 15px;
  color: #999999;
  line-height: 24px;
  text-align: justify;
}
.home-main-section__form > div:last-child form .info a {
  color: #999999;
}
.home-main-section__form > div:last-child form input[type="submit"] {
  margin: 30px 0 0 0;
  z-index: 10;
  background: var(--red, #e9055f);
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  outline: none !important;
  border: none;
  font-weight: 600;
  padding: 21px;
  border-radius: 45px;
  transition: 0.3s;
  box-shadow: 0 14px 24px var(--red, rgba(233, 5, 95, 0.3));
}
.home-main-section__form > div:last-child form input[type="submit"]:hover {
  box-shadow: 0 14px 24px var(--red, rgba(233, 5, 95, 0.5));
}
.home-main-section__form > div:last-child form .radio-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-bottom: -10px;
}
@media (max-width: 1100px) {
  .home-main-section__form {
    flex-direction: column !important;
  }
  .home-main-section__form > div {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 30px;
    overflow: hidden;
    padding: 30px 30px 180px 30px !important;
  }
  .home-main-section__form > div .home-main-section__video {
    position: absolute;
    bottom: 20px;
    left: 30px;
  }
  .home-main-section__form > div .home-main-section__video .video-button span {
    font-size: 15px;
  }
  .home-main-section__form > div .home-main-section__video .video-button svg {
    width: 20px !important;
    height: 20px !important;
  }
  .home-main-section__form > div:first-child {
    background-position: top;
  }
  .home-main-section__form > div:first-child:before {
    content: "";
    background: url(../../images/common/bg/bg-girl.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 320px;
    height: 300px;
    position: absolute;
    bottom: -85px;
    transform: rotate(19deg);
    right: -37px;
  }
  .home-main-section__form > div:last-child {
    padding-bottom: 30px !important;
  }
  .home-main-section__form > div:last-child h2 {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .home-main-section__form > div h1 {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .home-main-section__form > div .home-main-section__subtitle {
    text-align: left !important;
  }
}
.home-main-section__footer {
  position: relative;
  z-index: 100;
}
.home-main-section__title {
  margin-bottom: 14px;
  max-width: 490px;
  text-align: left;
}
@media (min-width: 767.98px) {
  .home-main-section__title {
    margin-bottom: 21px;
    max-width: 625px;
  }
}
.home-main-section__subtitle {
  color: #222;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  max-width: 250px;
}
@media (min-width: 767.98px) {
  .home-main-section__subtitle {
    max-width: 790px;
    font-size: 25px;
    margin-bottom: 50px;
  }
}
.home-main-section__video {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 767.98px) {
  .home-main-section__video {
    position: absolute;
    bottom: 40px;
    left: 40px;
    margin-bottom: 0;
  }
  .home-main-section__video .video-button {
    font-size: 20px;
  }
}
.home-main-section__controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}
@media (min-width: 767.98px) {
  .home-main-section__controls {
    flex-direction: row;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.home-main-section__text {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 28px;
  max-width: 429px;
}
@media (min-width: 767.98px) {
  .home-main-section__text {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.home-main-section__phone {
  color: #222;
  text-align: center;
  font-family: "RockStar", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 9px;
  text-decoration: none;
  border: none;
}
@media (min-width: 767.98px) {
  .home-main-section__phone {
    font-size: 32px;
  }
}
.home-main-section__phone-text {
  color: #e9055f;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border: none;
  margin-bottom: 12px;
}
@media (min-width: 767.98px) {
  .home-main-section__phone-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.home-main-section__socials {
  text-align: center;
}
.event-poster-section {
  position: relative;
  z-index: 20;
}
.event-poster-section__container {
  display: flex;
  flex-direction: column;
}
.event-poster-section__header {
  margin-bottom: 20px;
}
@media (min-width: 767.98px) {
  .event-poster-section__header {
    margin-bottom: 40px;
  }
}
.event-poster-section__header-title {
  margin-bottom: 10px;
}
.event-poster-section__header-subtitle {
  color: #222;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 767.98px) {
  .event-poster-section__header-subtitle {
    font-size: 16px;
    line-height: 30px;
  }
}
.event-poster-section__footer {
  display: flex;
  justify-content: center;
}
.product-section {
  position: relative;
  z-index: 20;
}
.product-section__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-section__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-section__small-title {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.product-section__filter-v1 {
  margin-top: 40px;
}
.product-section__filter-v1 .filter-v1 {
  display: none;
}
@media (min-width: 767.98px) {
  .product-section__filter-v1 .filter-v1 {
    display: flex;
  }
}
.product-section__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.product-section__description {
  margin: 0;
}
.slider-section {
  position: relative;
  z-index: 20;
}
.slider-section__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .slider-section__container {
    gap: 40px;
  }
}
.slider-section__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .slider-section__subtitle {
    font-size: 20px;
  }
}
.blog-section {
  position: relative;
  z-index: 20;
}
.blog-section__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .blog-section__container {
    gap: 40px;
  }
}
.blog-section__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-slider__wrapper {
  padding-bottom: 20px;
}
@media (min-width: 1023.98px) {
  .blog-slider__wrapper {
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.blog-slider .swiper-slide > div {
  height: 100%;
}
.map-section {
  position: relative;
  z-index: 20;
}
.map-section__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .map-section__container {
    gap: 40px;
  }
}
.quiz-section {
  padding: 0 15px;
}
.quiz-section__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  padding: 30px;
  position: relative;
  z-index: 50;
}
@media (min-width: 767.98px) {
  .quiz-section__container {
    padding: 60px;
    gap: 70px;
  }
}
.quiz-section__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 767.98px) {
  .quiz-section__body {
    grid-template-columns: 1fr 400px;
  }
}
.single-class__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 767.98px) {
  .single-class__container {
    gap: 100px;
  }
}
.single-class__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-class__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 767.98px) {
  .single-class__tags {
    gap: 10px;
  }
}
.single-event__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 767.98px) {
  .single-event__container {
    gap: 100px;
  }
}
.single-event__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-event__price {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .single-event__price {
    padding-top: 30px;
  }
}
.single-event__price-label {
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.single-event__form {
  border-radius: 30px;
  padding: 30px;
  position: relative;
}
.single-event__form:before {
  z-index: -1;
  border-radius: 30px 30px 0 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/common/bg/form-sm-before.webp");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 767.98px) {
  .single-event__form:before {
    content: none;
  }
}
.single-event__form:after {
  border-radius: 0 0 30px 30px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../../images/common/bg/form-sm-after.webp");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
}
@media (min-width: 767.98px) {
  .single-event__form:after {
    content: none;
  }
}
@media (min-width: 767.98px) {
  .single-event__form:after {
    content: none;
  }
}
@media (min-width: 767.98px) {
  .single-event__form {
    background-image: url("../../images/common/bg/form-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 65px 75px;
  }
}
.reviews-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .reviews-content {
    gap: 40px;
  }
}
.reviews-content__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 767.98px) {
  .reviews-content__body {
    grid-template-columns: repeat(3, 1fr);
  }
}
.subscribe-form-section__form {
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767.98px) {
  .subscribe-form-section__form {
    padding: 65px 75px;
  }
}
.subscribe-form-section__form:before,
.subscribe-form-section__form:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.subscribe-form-section__form:before {
  border-radius: 30px 0 0 0;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background-image: url("../../images/common/bg/form-bg-2-before.webp");
  background-position: top left;
}
@media (min-width: 767.98px) {
  .subscribe-form-section__form:before {
    width: 200px;
    height: 200px;
  }
}
.subscribe-form-section__form:after {
  border-radius: 0 30px 30px 0;
  bottom: 0;
  right: 0;
  background-image: url("../../images/common/bg/form-bg-2-after.webp");
  background-position: right bottom;
  height: 100px;
  width: 100%;
}
@media (min-width: 767.98px) {
  .subscribe-form-section__form:after {
    width: 425px;
    height: 100%;
  }
}
.subscribe-form-section__form > * {
  position: relative;
  z-index: 20;
}
.platform-reviews__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .platform-reviews__container {
    gap: 40px;
  }
}
.platform-reviews__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .platform-reviews__list {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1023.98px) {
  .platform-reviews__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.platform-reviews__item {
  width: 100%;
  min-height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e9055f;
  text-align: center;
  font-family: "RockStar", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  transition: all 0.2s ease-in;
  cursor: pointer;
  text-decoration: none;
}
.platform-reviews__item:hover {
  background: #e9055f;
  color: #fff;
  border-color: #e9055f;
}
.faq-section__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .faq-section__container {
    gap: 40px;
  }
}
.subscription-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .subscription-content {
    gap: 40px;
  }
}
.subscription-content__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .subscription-content__header {
    gap: 40px;
  }
}
.subscription-content__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .subscription-content__grid {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-trainer {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 767.98px) {
  .single-trainer {
    gap: 100px;
  }
}
.single-trainer__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 767.98px) {
  .single-trainer__container {
    gap: 100px;
  }
}
.single-trainer__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.btn {
  cursor: pointer;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 21px 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: #e9055f;
  transition: all 0.2s ease-in;
  text-decoration: none;
  border: none;
  text-align: center;
}
@media (min-width: 767.98px) {
  .btn {
    padding: 21px 30px;
    font-size: 16px;
  }
}
.btn.active,
.btn:hover,
.btn:focus {
  box-shadow: 0px 14px 24px 0px rgba(233, 5, 95, 0.3);
  text-decoration: none;
  color: #fff;
}
.btn.active {
  background: #d30053;
}
.btn.disabled,
.btn:disabled,
.btn button[disabled] {
  box-shadow: 0px 14px 24px 0px rgba(233, 5, 95, 0.3);
  opacity: 0.2;
}
.btn--white {
  background: #fff;
  color: #222;
}
.btn--white.active,
.btn--white:hover,
.btn--white:focus {
  box-shadow: 0px 14px 24px 0px rgba(255, 255, 255, 0.3);
  color: #222;
}
.btn--white.active {
  background: #f3f3f3;
}
.btn--white.disabled,
.btn--white:disabled,
.btn--white button[disabled] {
  opacity: 0.5;
}
.btn--black {
  background: #222;
  color: #fff;
}
.btn--black.active,
.btn--black:hover,
.btn--black:focus {
  box-shadow: 0px 14px 24px 0px rgba(14, 0, 7, 0.3);
  color: #fff;
}
.btn--black.active {
  background: #222;
  opacity: 0.9;
}
.btn--black.disabled,
.btn--black:disabled,
.btn--black button[disabled] {
  opacity: 0.5;
}
.btn--sm {
  font-size: 14px;
  font-weight: 700;
  padding: 7px 10px;
}
@media (min-width: 767.98px) {
  .btn--sm {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.btn--with-icon {
  padding: 10px 20px 10px 10px;
  gap: 10px;
  align-items: center;
  display: grid;
  grid-template-columns: 24px 1fr;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 767.98px) {
  .btn--with-icon {
    width: max-content;
  }
}
.btn-simple {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #e9055f;
  text-align: center;
  font-family: "Leto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 31px;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn-simple svg {
  width: 30px;
  height: 30px;
}
.btn-simple:hover {
  color: #222;
}
.btn-simple:hover svg path {
  fill: #222;
}
.btn-simple.disabled,
.btn-simple:disabled,
.btn-simple button[disabled] {
  opacity: 0.3;
}
.btn-simple--black {
  color: #222;
}
.btn-simple--black.active,
.btn-simple--black:hover,
.btn-simple--black:focus {
  color: #e9055f;
}
.btn-simple--black.active {
  background: #e9055f;
  opacity: 0.9;
}
.btn-simple--black.disabled,
.btn-simple--black:disabled,
.btn-simple--black button[disabled] {
  opacity: 0.5;
}
.toggle-menu-button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.toggle-menu-button .open {
  display: block;
}
.toggle-menu-button .close {
  display: none;
}
.toggle-menu-button.open .open {
  display: none;
}
.toggle-menu-button.open .close {
  display: block;
}
.toggle-menu-button svg {
  width: 30px;
  height: 30px;
}
.phone-button {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #333333;
  border-radius: 50%;
  cursor: pointer;
}
.video-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
}
.video-button span {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.checkbox {
  display: inline-flex;
  position: relative;
}
.checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox > span {
  display: inline-flex;
  align-items: flex-start;
  user-select: none;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: all 0.2s ease-out;
}
@media (min-width: 767.98px) {
  .checkbox > span {
    font-size: 16px;
  }
}
.checkbox > span::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #f3f3f3;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 16px;
  transition: all 0.2s ease-out;
}
.checkbox > span::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.2s ease-out;
}
@media (min-width: 767.98px) {
  .checkbox > span::after {
    left: 0px;
  }
}
.checkbox > input:not(:disabled) + label + span:hover,
.checkbox > input:not(:disabled) + span:hover {
  color: #e9055f;
}
.checkbox > input:not(:disabled):active + label + span::before,
.checkbox > input:not(:disabled):active + span::before {
  background-color: #e9055f;
  border-color: #e9055f;
}
.checkbox > input:focus:not(:checked) + label + span::before,
.checkbox > input:focus:not(:checked) + span::before {
  border-color: #e9055f;
}
.checkbox > input:checked + label + span::after,
.checkbox > input:checked + span::after {
  background-image: url("../../images/icons/Check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.checkbox > input:checked + label + span::before,
.checkbox > input:checked + span::before {
  background-color: #fff;
}
.checkbox > input:disabled + label + span::before,
.checkbox > input:disabled + span::before {
  background-color: #e9ecef;
}
.checkbox > input.error + label + span::before {
  border-color: red;
}
.radio {
  display: inline-flex;
  position: relative;
  width: 100%;
}
.radio.full {
  min-height: 57px;
  max-height: 150px;
}
@media (min-width: 767.98px) {
  .radio.full {
    height: 100%;
  }
}
.radio.full span {
  height: 100%;
}
.radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio > span {
  width: 100%;
  gap: 10px;
  display: inline-flex;
  user-select: none;
  cursor: pointer;
  align-items: center;
  border-radius: 20px;
  text-align: left;
  background: #f3f3f3;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 25px 25px 62px;
  transition: all 0.2s ease-out;
}
@media (min-width: 767.98px) {
  .radio > span {
    text-align: center;
    margin-left: 18px;
    justify-content: center;
    padding: 25px 25px;
  }
}
.radio > span::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 15px;
  transition: all 0.2s ease-out;
}
@media (min-width: 767.98px) {
  .radio > span::before {
    left: 0;
  }
}
.radio > span::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  transition: all 0.2s ease-out;
}
@media (min-width: 767.98px) {
  .radio > span::after {
    left: 3px;
  }
}
.radio > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #e9055f;
}
.radio > input:not(:disabled):active + span::before {
  background-color: #e9055f;
  border-color: #e9055f;
}
.radio > input:focus:not(:checked) + span::before {
  border-color: #80bdff;
}
.radio > input:checked + span {
  background-color: #222;
  color: #fff;
}
.radio > input:checked + span::after {
  background-image: url("../../images/icons/Check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.radio > input:checked + span::before {
  background-color: #fff;
}
.radio > input:disabled + span::before {
  background-color: #e9ecef;
}
.radio-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.radio-buttons label > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio-buttons label > span {
  background: #f3f3f3;
  display: inline-flex;
  cursor: pointer;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  padding: 14px 80px;
  transition: all 0.2s ease-out;
}
.radio-buttons label:first-child > span {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.radio-buttons label:last-child > span {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.radio-buttons label > span:hover,
.radio-buttons label > input:checked + span {
  background-color: #e9055f;
  color: #fff;
}
.radio-simple {
  display: inline-flex;
  position: relative;
}
.radio-simple > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio-simple > span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: all 0.2s ease-out;
}
@media (min-width: 767.98px) {
  .radio-simple > span {
    font-size: 16px;
  }
}
.radio-simple > span::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 16px;
  transition: all 0.2s ease-out;
}
.radio-simple > span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  position: absolute;
  margin: 6.5px;
  transition: all 0.2s ease-out;
}
.radio-simple > input:not(:disabled) + span:hover {
  color: #e9055f;
}
.radio-simple > input:not(:disabled):active + span::before {
  background-color: #e9055f;
  border-color: #e9055f;
}
.radio-simple > input:focus:not(:checked) + span::before {
  border-color: #e9055f;
}
.radio-simple > input:checked + span::after {
  background: #e9055f;
}
.radio-simple > input:checked + span::before {
  background-color: #fff;
}
.radio-simple > input:disabled + span::before {
  background-color: #e9ecef;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .accordion {
    gap: 24px;
  }
}
.accordion__button {
  display: grid;
  grid-template-columns: 1fr 65px;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media (min-width: 767.98px) {
  .accordion__button {
    gap: 26px;
  }
}
.accordion__button span {
  color: #222;
  font-family: "RockStar", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  padding: 18px 30px;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
}
@media (min-width: 767.98px) {
  .accordion__button span {
    font-size: 18px;
  }
}
.accordion__button:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9InZ1ZXNheC9saW5lYXIvYWRkIj4KPGcgaWQ9ImFkZCI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik02IDEySDE4IiBzdHJva2U9IiMyOTJEMzIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNMTIgMThWNiIgc3Ryb2tlPSIjMjkyRDMyIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  border-radius: 30px;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-out;
}
.accordion__button:hover span,
.accordion__button:hover:after {
  background-color: #f3f3f3;
}
.accordion__collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion__body {
  padding: 16px 0 16px 30px;
}
@media (min-width: 767.98px) {
  .accordion__body {
    padding: 22px 90px 18px 30px;
  }
}
.accordion__item:hover .accordion__button span {
  background-color: #f3f3f3;
}
.accordion__item:hover .accordion__button:after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  background-color: #f3f3f3;
}
.accordion__item.open .accordion__button span {
  background-color: #f3f3f3;
}
.accordion__item.open .accordion__button:after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  background-color: #f3f3f3;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9InZ1ZXNheC9saW5lYXIvbWludXMiPgo8ZyBpZD0ibWludXMiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNNiAxMkgxOCIgc3Ryb2tlPSIjMjkyRDMyIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9nPgo8L3N2Zz4K");
}
table {
  border: 1px solid #f3f3f3;
  width: 100%;
  border-radius: 30px;
  border-collapse: unset;
}
table thead {
  display: none;
}
@media (min-width: 767.98px) {
  table thead {
    display: table-header-group;
  }
}
table thead th {
  background-color: #f3f3f3;
  padding: 20px 10px;
  text-align: left;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1023.98px) {
  table thead th:first-child {
    border-top-left-radius: 30px;
    padding: 20px 10px 20px 60px;
  }
  table thead th:last-child {
    border-top-right-radius: 30px;
    padding: 20px 60px 20px 10px;
  }
}
table tr {
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px;
}
@media (min-width: 767.98px) {
  table tr {
    padding: 0;
    display: table-row;
  }
}
table td {
  vertical-align: top;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
table td:before {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  content: attr(aria-label);
}
@media (min-width: 767.98px) {
  table td {
    padding: 24px 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    display: table-cell;
  }
  table td:before {
    content: none;
  }
}
@media (min-width: 1023.98px) {
  table td:first-child {
    padding: 24px 10px 24px 60px;
  }
  table td:last-child {
    padding: 24px 60px 24px 10px;
  }
}
.table {
  border: 1px solid #f3f3f3;
  width: 100%;
  border-radius: 30px;
  border-collapse: unset;
}
@media (min-width: 767.98px) {
  .table {
    border-collapse: collapse;
    border-radius: 0;
  }
}
.table thead {
  display: none;
}
@media (min-width: 767.98px) {
  .table thead {
    display: table-header-group;
  }
}
.table thead th {
  padding: 20px 10px;
  text-align: left;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1023.98px) {
  .table thead th:first-child {
    padding: 20px 10px 20px 60px;
  }
  .table thead th:last-child {
    padding: 20px 60px 20px 10px;
  }
}
.table tr {
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px;
}
@media (min-width: 767.98px) {
  .table tr {
    padding: 0;
    display: table-row;
  }
}
.table td {
  vertical-align: top;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.table td:before {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  content: attr(aria-label);
}
@media (min-width: 767.98px) {
  .table td {
    padding: 24px 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    display: table-cell;
  }
  .table td:before {
    content: none;
  }
}
@media (min-width: 1023.98px) {
  .table td:first-child {
    padding: 24px 10px 24px 60px;
  }
  .table td:last-child {
    padding: 24px 60px 24px 10px;
  }
}
.table--no-radius thead th {
  border-radius: 0 !important;
}
.rating {
  text-align: center;
  display: inline-flex;
}
.rating .rating-group {
  display: inline-flex;
}
.rating input {
  position: absolute;
  left: -9999px;
}
.rating label {
  margin: 0;
  cursor: pointer;
}
.rating label svg {
  margin: 2px;
  height: 40px;
  width: 40px;
  opacity: 1;
  transition: fill 0.3s;
}
.rating--small label svg {
  height: 23px;
  width: 23px;
}
.rating input:checked ~ label svg {
  opacity: 0.3;
}
.rating .rating-group:not(.disabled):hover label svg {
  opacity: 1;
}
.rating .rating-group:not(.disabled) input:hover ~ label svg {
  opacity: 0.3;
}
.quote {
  padding: 30px;
  position: relative;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
}
.quote__text {
  text-align: center;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
@media (min-width: 767.98px) {
  .quote__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.quote__author {
  color: #222;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 767.98px) {
  .quote__author {
    font-size: 14px;
  }
}
.quote__icon {
  display: none;
  position: absolute;
  right: 23px;
  bottom: 0;
}
.quote--left .quote__text {
  text-align: left;
}
.quote--right .quote__text {
  text-align: right;
}
.quote--center .quote__text {
  text-align: center;
}
.quote--black {
  background-color: #222;
}
.quote--black .quote__text,
.quote--black .quote__author {
  color: #fff;
}
.quote--black .quote__icon {
  display: block;
}
.pagination ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination ul li {
  margin-bottom: 0;
}
.pagination ul li:before {
  content: none;
}
.pagination__prev,
.pagination__next,
.pagination__num {
  width: 50px;
  height: 50px;
  color: #e9055f;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s ease-in;
  cursor: pointer;
  text-decoration: none;
}
.pagination__prev svg,
.pagination__next svg,
.pagination__num svg {
  width: 30px;
  height: 30px;
}
.pagination__prev:not(.disabled).current,
.pagination__prev:not(.disabled):hover,
.pagination__next:not(.disabled).current,
.pagination__next:not(.disabled):hover,
.pagination__num:not(.disabled).current,
.pagination__num:not(.disabled):hover {
  border-color: #e9055f;
  color: #fff;
  background-color: #e9055f;
}
.pagination__prev:not(.disabled).current svg path,
.pagination__prev:not(.disabled):hover svg path,
.pagination__next:not(.disabled).current svg path,
.pagination__next:not(.disabled):hover svg path,
.pagination__num:not(.disabled).current svg path,
.pagination__num:not(.disabled):hover svg path {
  fill: #fff;
}
.pagination__prev.disabled {
  opacity: 0.3;
}
.pagination__next.disabled {
  opacity: 0.3;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
@media (min-width: 767.98px) {
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    width: 530px;
  }
}
.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 30px;
  background: #f3f3f3;
}
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 40px 20px 20px;
}
@media (min-width: 767.98px) {
  .modal.left .modal-body,
  .modal.right .modal-body {
    padding: 50px 80px;
  }
}
.modal.left.fade .modal-dialog {
  left: calc(-100% + 20px);
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
@media (min-width: 767.98px) {
  .modal.left.fade .modal-dialog {
    width: -530px;
  }
}
.modal.left.fade.in .modal-dialog {
  left: 10px;
}
.modal.right.fade .modal-dialog {
  right: calc(-100% + 20px);
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
@media (min-width: 767.98px) {
  .modal.right.fade .modal-dialog {
    right: -530px;
  }
}
.modal.right.fade.in .modal-dialog {
  right: 10px;
}
.modal.left .close,
.modal.right .close {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  top: 5px;
  right: 5px;
  position: absolute;
}
@media (min-width: 767.98px) {
  .modal.left .close,
  .modal.right .close {
    top: 20px;
    right: 20px;
  }
}
.youtube-video-modal-block .modal-dialog {
  margin: 80px auto;
}
.youtube-video-modal-block .modal-body {
  height: 100%;
  padding: 0 !important;
}
.youtube-video-modal-block .youtube-video-modal-content {
  width: 100%;
  height: 100%;
}
.youtube-video-modal-block .youtube-video-modal-content iframe {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.youtube-video-modal-block .modal-content {
  position: relative;
  height: 500px;
  background: black;
}
.youtube-video-modal-block .close {
  border: none;
  color: #fff;
  background: transparent;
  position: absolute;
  top: -17px;
  right: 0;
}
.youtube-video-modal-block .close svg path {
  fill: #fff;
}
.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .socials {
    gap: 50px;
  }
}
.socials__item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  border: none;
}
.socials__item span {
  display: none;
  transition: color 0.2s ease-out;
}
@media (min-width: 767.98px) {
  .socials__item span {
    display: initial;
  }
}
.socials__item:hover span {
  color: #999999;
}
.socials__item svg {
  width: 28px;
  height: 28px;
}
.small-socials {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.small-socials__item {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  border: none;
}
.small-socials__item svg {
  width: 21px;
  height: 21px;
}
.small-socials__item svg path {
  transition: all 0.2s ease-out;
  fill: #222;
}
.small-socials__item:hover {
  background-color: #fff;
}
.small-socials__item:hover svg path {
  fill: #e9055f;
}
.small-socials--black .small-socials__item {
  background: #222;
  transition: all 0.2s ease-out;
}
.small-socials--black .small-socials__item svg path {
  fill: #fff;
}
.small-socials--black .small-socials__item:hover {
  background-color: #e9055f;
}
.payments {
  display: flex;
  align-items: center;
  gap: 6px;
}
.payments__item {
  width: 75px;
  height: 45px;
}
.badge {
  color: #e9055f;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 36px;
  border-radius: 24px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.badge--hoverable.active,
.badge--hoverable:hover,
.badge--hoverable:focus {
  color: #fff;
  background: #e9055f;
  border-color: #e9055f;
}
.badge.disabled,
.badge:disabled {
  opacity: 0.2;
  color: #fff;
  background: #e9055f;
}
.badge--sm {
  font-weight: 400;
  padding: 5px 10px;
  font-size: 12px;
}
.badge--sm-left {
  text-align: left;
}
@media (min-width: 767.98px) {
  .badge--sm-left {
    text-align: center;
  }
}
.badge--black {
  color: #222;
  border-color: #222;
}
.badge--hoverable.badge--black:hover {
  color: #222;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.badge--primary {
  color: #e9055f;
  border-color: #e9055f;
}
.badge--gray {
  background-color: #999;
  border-color: #999;
  color: #fff;
  text-transform: unset;
}
.badge--outline-gray {
  color: #999;
  border-color: #999;
  text-transform: unset;
  transition: all 0.2s ease-out;
}
.badge--outline-gray:hover {
  color: #fff;
  background-color: #999;
}
.badge--white {
  color: #fff;
  border-color: #fff;
}
.badge--outline-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.badge-checkbox > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.badge-checkbox > input:checked + span {
  color: #fff;
  background: #e9055f;
}
.youtube-video__wrapper {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
.youtube-video__preview {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  mix-blend-mode: luminosity;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    lightgray 50% / cover no-repeat;
}
.youtube-video__preview-image {
  mix-blend-mode: luminosity;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.youtube-video iframe {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.youtube-video__preview-play {
  position: absolute;
  top: calc(100% / 2 - 33px);
  left: calc(100% / 2 - 33px);
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}
.youtube-video__preview-play:hover {
  opacity: 0.9;
}
.youtube-video__preview-play svg {
  width: 66px;
  height: 66px;
}
.youtube-video__player-block {
  width: 100%;
  height: 100%;
}
.tabs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.tabs__header-list {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 767.98px) {
  .tabs__header-list {
    display: flex;
  }
}
.tabs__header-select {
  width: 100%;
  display: flex;
}
@media (min-width: 767.98px) {
  .tabs__header-select {
    display: none;
  }
}
.tabs__content-item {
  display: none;
}
.select {
  position: relative;
  display: block;
  min-width: 290px;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 767.98px) {
  .select {
    min-width: 360px;
  }
}
.select__head {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  color: #222;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #e2e2e2;
  padding: 13px 10px 13px 20px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 6px;
}
@media (min-width: 767.98px) {
  .select__head {
    border: 1px solid #fff;
    padding: 17px 20px;
    font-size: 20px;
  }
}
.select.w-100 {
  max-width: 100%;
}
.select.gray .select__head {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.select.bordered .select__head {
  border: 1px solid #f3f3f3;
}
.select.small .select__head {
  font-size: 12px;
  padding: 12px 20px 10px 20px;
}
.select.primary .select__head span {
  border-radius: 50px;
  color: #e9055f;
}
.select.primary .select__head svg path {
  fill: #e9055f;
}
.select__head.open svg {
  transform: rotate(180deg);
}
.select__list {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
  list-style: none;
}
.select__item {
  margin-bottom: 0;
}
.select__item:before {
  content: none;
}
.select__list::-webkit-scrollbar {
  width: 7px;
  background-color: #f8f9fa;
  padding: 5px;
}
.select__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d9d9d9;
}
.select__list .select__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}
.select__list .select__item:hover {
  background-color: rgba(224, 229, 231, 0.5);
}
.elements-input {
  border-radius: 6px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 20px;
  border: 1px solid #fff;
  width: 100%;
}
@media (min-width: 767.98px) {
  .elements-input {
    padding: 20px;
    font-size: 18px;
  }
}
.elements-input.error {
  border: 1px solid #ff8f3f !important;
}
.elements-input.gray {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.elements-input.border {
  border: 1px solid #f3f3f3;
}
.elements-textarea {
  border-radius: 6px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 20px;
  border: 1px solid #fff;
  width: 100%;
  resize: none;
}
.secure {
  color: #999;
}
label.error {
  display: none !important;
}
.first-lesson-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.first-lesson-form__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.first-lesson-form__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.first-lesson-form__screen {
  flex-direction: column;
  gap: 20px;
  display: none;
}
.first-lesson-form__screen.active {
  display: flex;
}
.first-lesson-form__screen-title {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 767.98px) {
  .first-lesson-form__screen-title {
    font-size: 16px;
    line-height: 30px;
  }
}
.first-lesson-form__screen-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.first-lesson-form__screen-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.first-lesson-form__class {
  margin: 0;
}
.first-lesson-form__response {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .quiz-form {
    height: 100%;
  }
}
.quiz-form__body.response.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767.98px) {
  .quiz-form__body {
    height: 100%;
  }
}
.quiz-form__screens {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 767.98px) {
  .quiz-form__screens {
    height: 100%;
  }
}
.quiz-form__screens-pages {
  color: #666;
  margin-bottom: 5px;
}
.quiz-form__screens-title {
  margin-bottom: 30px;
}
.quiz-form__screens-progress {
  width: 100%;
}
.quiz-form__screens-progress progress {
  height: 7px;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.quiz-form__screens-progress progress::-webkit-progress-bar {
  border-radius: 20px;
  background-color: #f3f3f3;
}
.quiz-form__screens-progress progress::-webkit-progress-value {
  border-radius: 20px;
  background-color: #e9055f;
}
.quiz-form__screen {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  display: none;
}
@media (min-width: 767.98px) {
  .quiz-form__screen {
    height: 100%;
  }
}
.quiz-form__screen.active {
  display: flex;
}
.quiz-form__screen-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.quiz-form__screen-footer {
  display: flex;
  width: 100%;
}
.quiz-form__response {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .quiz-form__response {
    gap: 30px;
    grid-template-columns: 66px 1fr;
  }
}
.quiz-form__response-icon {
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form__response-icon svg {
  width: 24px;
  height: 24px;
}
.quiz-form__response-content {
  display: flex;
  flex-direction: column;
}
.quiz-form__response-title {
  margin-bottom: 16px;
}
.quiz-form__response-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}
@media (min-width: 767.98px) {
  .quiz-form__response-subtitle {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
  }
}
.event-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 767.98px) {
  .event-form {
    gap: 50px;
  }
}
.event-form__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-form__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .event-form__subtitle {
    font-size: 20px;
  }
}
.event-form__row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 767.98px) {
  .event-form__row {
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
  }
}
.event-form__secure {
  margin: 20px 0;
}
.event-form__subscribe {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-form__subscribe-title {
  color: #222;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .event-form__subscribe-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.event-form__response {
  padding: 80px 0;
}
.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 767.98px) {
  .subscribe-form {
    gap: 50px;
  }
}
.subscribe-form__wrapper {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
@media (min-width: 767.98px) {
  .subscribe-form__wrapper {
    gap: 60px;
  }
}
.subscribe-form__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.subscribe-form__subtitle {
  margin: 0;
}
.subscribe-form__row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 767.98px) {
  .subscribe-form__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
  }
}
.subscribe-form__secure {
  margin: 20px 0;
}
.subscribe-form__subscribe {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subscribe-form__subscribe-title {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.subscribe-form__response {
  padding: 80px 0;
}
.logo {
  text-decoration: none;
  border: none;
}
.logo svg {
  width: 95px;
  height: 33px;
}
@media (min-width: 767.98px) {
  .logo svg {
    width: 172px;
    height: 60px;
  }
}
.st0 {
  fill: #ea547a;
}
.st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #96c564;
}
.st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #f29232;
}
.st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #39b8bd;
}
.st4 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ea547a;
}
.st5 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #5eb130;
}
.st6 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #188e8b;
}
.st7 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #3c932e;
}
.st8 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #469f30;
}
.st9 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #307927;
}
.st10 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #21591c;
}
.st11 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #d61e50;
}
.st12 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #134f4c;
}
.st13 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #27611f;
}
.st14 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.st15 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #174614;
}
.main-menu ul li:before {
  content: none;
}
@media (min-width: 767.98px) {
  .main-menu__list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.main-menu .menu-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}
@media (min-width: 767.98px) {
  .main-menu .menu-item {
    border: none;
    width: max-content;
    padding: 25px 0;
  }
}
.main-menu .menu-item a {
  display: flex;
  gap: 10px;
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  align-items: center;
  width: 80%;
  padding: 13px 15px 13px 10px;
  border: none;
  transition: color 0.2s ease-out;
}
@media (min-width: 767.98px) {
  .main-menu .menu-item a {
    font-size: 20px;
    width: max-content;
    padding: 0;
  }
}
.main-menu .menu-item.active > a,
.main-menu .menu-item:hover > a {
  color: #e9055f;
}
.main-menu .menu-item img,
.main-menu .menu-item span {
  padding: 0;
}
.main-menu .menu-item:nth-child(1n + 8) {
  display: none;
}
@media (min-width: 768px) and (max-width: 860px) {
  .main-menu .menu-item:nth-child(1n + 4) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .main-menu .menu-item:nth-child(1n + 5) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1097px) {
  .main-menu .menu-item:nth-child(1n + 6) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main-menu .menu-item:nth-child(1n + 7) {
    display: none;
  }
}
.main-menu .menu-item .menu-wrapper {
  display: none;
}
.main-menu .menu-item .sub-menu {
  padding-left: 35px;
  background: #f3f3f3;
}
.main-menu .menu-item.menu-item-has-children {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 767.98px) {
  .main-menu .menu-item.menu-item-has-children {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.main-menu .menu-item.menu-item-has-children:after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background-image: url("../../images/icons/corret.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 20px;
  position: absolute;
  right: 15px;
}
@media (min-width: 767.98px) {
  .main-menu .menu-item.menu-item-has-children:after {
    margin-left: 10px;
    position: initial;
  }
}
.main-menu .menu-item.menu-item-has-children:hover > .menu-wrapper {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  width: 100%;
  border-radius: 30px;
}
@media (min-width: 767.98px) {
  .main-menu .menu-item.menu-item-has-children:hover > .menu-wrapper {
    display: flex;
    position: absolute;
    top: calc(100% - 10px);
    padding-top: 20px;
    left: 0;
    width: auto;
  }
}
.main-menu .menu-item.menu-item-has-children:hover .sub-menu {
  margin: 0;
}
@media (min-width: 767.98px) {
  .main-menu
    .menu-item.menu-item-has-children:hover
    > .menu-wrapper
    > .sub-menu
    .menu-wrapper {
    top: 0;
    left: calc(100% - 10px);
    padding-left: 20px;
    padding-top: 0;
  }
  .main-menu
    .menu-item.menu-item-has-children:last-child:hover
    > .menu-wrapper
    > .sub-menu
    .menu-wrapper {
    top: 0;
    left: initial;
    right: calc(100% - 10px);
    padding-right: 20px;
    padding-top: 0;
  }
  .main-menu .menu-item.menu-item-has-children:hover > .menu-wrapper .sub-menu {
    margin: 0;
    padding: 22px 0;
    border-radius: 30px;
    border: 1px solid #f3f3f3;
    background: #fff;
    box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  }
  .main-menu
    .menu-item.menu-item-has-children:hover
    > .menu-wrapper
    .sub-menu
    .menu-item {
    padding: 8px 30px;
  }
}
.main-menu .menu-item.menu-item-has-children:hover > .sub-menu > .menu-item {
  margin-bottom: 0;
}
@media (min-width: 767.98px) {
  .main-menu
    .menu-item.menu-item-has-children:hover
    > .sub-menu
    > .menu-item:after {
    transform: rotate(-90deg);
  }
}
@media (min-width: 767.98px) {
  .main-menu__list .has-sub-menu--horizontal .sub-menu.menu-depth-1 {
    display: flex;
    gap: 40px;
    padding: 24px 30px 30px !important;
    border-radius: 30px;
    border: 1px solid #f3f3f3;
    background: #fff;
    box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
    max-width: 768px;
    flex-wrap: wrap;
    width: max-content;
  }
  .main-menu__list
    .has-sub-menu--horizontal
    .sub-menu.menu-depth-1
    .menu-item-has-children:after {
    content: none;
  }
  .main-menu__list
    .has-sub-menu--horizontal
    .sub-menu.menu-depth-1
    > .menu-item {
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
  .main-menu__list
    .has-sub-menu--horizontal
    .sub-menu.menu-depth-1
    > .menu-item
    a {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    transition: color 0.2s ease-out;
  }
  .main-menu__list
    .has-sub-menu--horizontal
    .sub-menu.menu-depth-1
    > .menu-item
    a:hover {
    color: #e9055f;
  }
  .main-menu__list
    .has-sub-menu--horizontal
    .sub-menu.menu-depth-1
    > .menu-item
    .menu-wrapper {
    display: flex;
    flex-direction: column;
    position: initial !important;
    padding: 0 !important;
  }
  .main-menu__list
    .has-sub-menu--horizontal
    .sub-menu.menu-depth-1
    > .menu-item
    .menu-wrapper
    .sub-menu {
    padding: 0;
    box-shadow: initial;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .main-menu__list
    .has-sub-menu--horizontal
    .sub-menu.menu-depth-1
    > .menu-item
    .menu-wrapper
    .sub-menu
    .menu-item {
    padding: 0;
  }
  .main-menu__list
    .has-sub-menu--horizontal
    .sub-menu.menu-depth-1
    > .menu-item
    .menu-wrapper
    .sub-menu
    .menu-item
    a {
    padding: 0;
    color: #222;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: color 0.2s ease-out;
  }
  .main-menu__list
    .has-sub-menu--horizontal
    .sub-menu.menu-depth-1
    > .menu-item
    .menu-wrapper
    .sub-menu
    .menu-item
    a:hover {
    color: #e9055f;
  }
  .main-menu__list .has-sub-menu--horizontal .sub-menu.menu-depth-3,
  .main-menu__list .has-sub-menu--horizontal .sub-menu.menu-depth-4,
  .main-menu__list .has-sub-menu--horizontal .sub-menu.menu-depth-5,
  .main-menu__list .has-sub-menu--horizontal .sub-menu.menu-depth-6,
  .main-menu__list .has-sub-menu--horizontal .sub-menu.menu-depth-7,
  .main-menu__list .has-sub-menu--horizontal .sub-menu.menu-depth-8 {
    display: none !important;
  }
}
.main-dropdown-menu {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  display: none;
}
@media (min-width: 767.98px) {
  .main-dropdown-menu.shown {
    display: block;
  }
}
.main-dropdown-menu__button {
  width: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
}
.main-dropdown-menu__menu {
  display: none;
}
.main-dropdown-menu:hover .main-dropdown-menu__button {
  transform: rotate(90deg);
}
.main-dropdown-menu:hover .main-dropdown-menu__menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% - 10px);
  padding-top: 20px;
  right: 0;
}
.main-dropdown-menu__list,
.main-dropdown-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  background: #f3f3f3;
}
.main-dropdown-menu__list {
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  padding: 22px 0;
}
.main-dropdown-menu .sub-menu {
  display: none;
}
.main-dropdown-menu__list > .menu-item {
  display: none;
  position: relative;
}
.main-dropdown-menu__list > .menu-item span,
.main-dropdown-menu__list > .menu-item img {
  padding: 0;
}
.main-dropdown-menu__list > .menu-item a {
  padding: 8px 30px;
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  transition: color 0.2s ease-out;
  text-decoration: none;
}
.main-dropdown-menu__list > .menu-item a:hover {
  color: #e9055f;
}
.main-dropdown-menu__list > .menu-item:nth-child(1n + 8) {
  display: flex;
}
@media (max-width: 860px) {
  .main-dropdown-menu__list > .menu-item:nth-child(1n + 4) {
    display: flex;
  }
}
@media (max-width: 980px) {
  .main-dropdown-menu__list > .menu-item:nth-child(1n + 5) {
    display: flex;
  }
}
@media (max-width: 1097px) {
  .main-dropdown-menu__list > .menu-item:nth-child(1n + 6) {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .main-dropdown-menu__list > .menu-item:nth-child(1n + 7) {
    display: flex;
  }
}
.main-dropdown-menu__list > .menu-item > .sub-menu .menu-item {
  margin: 0;
}
.main-dropdown-menu__list > .menu-item > .sub-menu .menu-item span,
.main-dropdown-menu__list > .menu-item > .sub-menu .menu-item img {
  padding: 0;
}
.main-dropdown-menu__list > .menu-item > .sub-menu .menu-item a {
  background: #fff;
  justify-content: space-between;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: color 0.2s ease-out;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  display: block;
}
.main-dropdown-menu__list > .menu-item > .sub-menu .menu-item a:hover {
  color: #e9055f;
}
.main-dropdown-menu__list > .menu-item > .sub-menu .menu-item:first-child a {
  border-top: 1px solid #f3f3f3;
  padding-top: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.main-dropdown-menu__list > .menu-item > .sub-menu .menu-item:last-child a {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 30px;
}
.main-dropdown-menu .menu-item:before {
  content: none;
}
.main-dropdown-menu .menu-item:hover > .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: calc(100% - 10px);
  padding-right: 20px;
  background: transparent;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-menu li:before {
  content: unset;
}
.footer-menu li {
  margin-bottom: 0;
}
.footer-menu .menu-item img {
  display: none;
}
.footer-menu .menu-item a {
  color: #fff;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border: none;
  font-size: 14px;
  transition: color 0.2s ease-out;
}
.footer-menu .menu-item a:hover {
  color: #e9055f;
}
@media (min-width: 767.98px) {
  .footer-menu .menu-item a {
    font-size: 18px;
  }
}
.footer-menu .menu-item a span {
  padding: 0;
  margin: 0;
}
.footer-menu--horizontal {
  gap: 0;
}
@media (min-width: 767.98px) {
  .footer-menu--horizontal {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-menu--horizontal .menu-item a {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 767.98px) {
  .footer-menu--horizontal .menu-item a {
    font-size: 16px;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb__link a {
  border: none;
  text-decoration: none;
  color: #000;
}
.breadcrumb__title {
  color: #e9055f;
}
.header {
  margin-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
  position: sticky;
  z-index: 150;
  top: 0px;
  background: #fff;
}
@media (min-width: 767.98px) {
  .header {
    top: 5px;
    margin-bottom: 30px;
    border: none;
    background: transparent;
  }
}
@media (min-width: 767.98px) {
  .header.header--sticky {
    transform: translate(0, -138px);
  }
  .header {
    transition: 0.25s linear;
  }
}
.header__container {
  display: flex;
  flex-direction: column;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 0;
  position: relative;
  z-index: 100;
  transition: all 0.3s ease-out;
}
@media (min-width: 767.98px) {
  .header__top {
    gap: 5px;
    padding: 35px 0 30px;
  }
}
@media (min-width: 1365.98px) {
  .header__top {
    gap: 30px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .header__logo {
    gap: 25px;
  }
}
.header__logo-text {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  max-width: 90px;
}
@media (min-width: 767.98px) {
  .header__logo-text {
    max-width: 170px;
    color: #222;
    font-family: "RockStar", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
  }
}
.header__location {
  display: none;
  flex-direction: column;
  gap: 9px;
}
@media (min-width: 767.98px) {
  .header__location {
    display: flex;
  }
}
.header__location-current {
  color: #222;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 767.98px) {
  .header__location-current {
    font-size: 16px;
  }
}
.header__location-total {
  color: #e9055f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M256 0C153.755 0 70.573 83.182 70.573 185.426c0 126.888 165.939 313.167 173.004 321.035 6.636 7.391 18.222 7.378 24.846 0 7.065-7.868 173.004-194.147 173.004-321.035C441.425 83.182 358.244 0 256 0zm0 278.719c-51.442 0-93.292-41.851-93.292-93.293S204.559 92.134 256 92.134s93.291 41.851 93.291 93.293-41.85 93.292-93.291 93.292z' fill='%23e9055f' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.header__contacts {
  flex-direction: column;
  gap: 4px;
}
.header__contacts-phone {
  color: #222;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  display: none;
  border: none;
  text-decoration: none;
}
@media (min-width: 767.98px) {
  .header__contacts-phone {
    display: flex;
  }
}
.header__contacts-work-time {
  color: #222;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.36px;
  display: none;
}
@media (min-width: 767.98px) {
  .header__contacts-work-time {
    display: flex;
  }
}
.header__yandex {
  display: flex;
  gap: 20px;
}
.header__controls {
  display: flex;
  gap: 20px;
}
.header__controls-sign-in {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  display: none;
  gap: 5px;
  align-items: center;
  border: none;
}
.header__controls-sign-in:hover {
  text-decoration: underline;
}
@media (min-width: 767.98px) {
  .header__controls-sign-in {
    font-size: 16px;
    gap: 10px;
    display: flex;
  }
}
.header__menu {
  position: absolute;
  top: 100%;
  height: calc(100vh - 62px);
  background: #fff;
  width: 100%;
  z-index: 200;
  left: -100%;
  transition: left 0.3s ease-in;
}
@media (min-width: 767.98px) {
  .header__menu {
    height: initial;
    border-radius: 70px;
    border: 1px solid #f3f3f3;
    background: #fff;
    box-shadow: 0 14px 24px #e9055f0f;
    padding: 0 45px 0 25px;
    position: relative;
    left: initial;
    top: initial;
  }
}
.header__menu.open {
  left: 0;
  overflow-y: scroll;
}
.header__mobile-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
@media (min-width: 767.98px) {
  .header__mobile-header {
    display: none;
  }
}
.header__mobile-header-item {
  border-right: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.header__mobile-header-item:last-child {
  border: none;
}
.footer {
  background: #222;
  color: #fff;
}
@media (min-width: 767.98px) {
  .footer {
    border-radius: 30px 30px 0px 0px;
  }
}
.footer__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767.98px) {
  .footer__container {
    flex-direction: row-reverse;
  }
}
.footer__block {
  padding: 62px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .footer__block {
    gap: 40px;
  }
}
@media (min-width: 767.98px) {
  .footer__block--menu {
    padding-left: 60px;
    width: calc(100% - 300px);
  }
}
@media (min-width: 767.98px) {
  .footer__block--contacts {
    width: 300px;
    border-right: 1px solid rgba(243, 243, 243, 0.5);
    padding-right: 60px;
  }
}
.footer__menu-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 767.98px) {
  .footer__menu-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__menu-title {
  color: #999;
  font-weight: 700;
  line-height: normal;
  font-size: 12px;
}
@media (min-width: 767.98px) {
  .footer__menu-title {
    font-size: 14px;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.footer__logo-text {
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}
.footer__contacts-worktime {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.footer__contacts-phone {
  color: var(--white, #fff);
  font-family: "RockStar", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  border: none;
}
.footer__payments {
  margin: 20px 0 40px;
}
@media (min-width: 767.98px) {
  .footer__payments {
    margin: 0 0 40px;
  }
}
.page-content__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-content__title {
  margin: 0;
}
.card {
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  padding: 30px;
}
@media (min-width: 767.98px) {
  .card--lgp {
    padding: 50px;
  }
}
.schedule-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .schedule-card {
    border-radius: 30px;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
    gap: 40px;
    padding: 60px 0 40px;
  }
}
.schedule-card__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .schedule-card__header {
    gap: 40px;
    padding: 0 60px;
  }
}
.schedule-card__header-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .schedule-card__header-row {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.schedule-card .table {
  border-bottom: none;
  border: none;
}
.schedule-card .table tr:last-child {
  border-bottom: none;
}
.banner-cards {
}
.banner-cards__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .banner-cards__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.banner-cards__item {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
@media (min-width: 767.98px) {
  .banner-cards__item {
    padding: 30px 35px;
    gap: 20px;
  }
}
.banner-cards__item-title {
  color: #000;
  text-align: center;
  font-family: "RockStar", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}
@media (min-width: 767.98px) {
  .banner-cards__item-title {
    font-size: 18px;
  }
}
.banner-cards__item-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-cards__item:nth-child(1) .banner-cards__item-title::before {
  background-image: url("../../images/common/home/cards/1.svg");
}
.banner-cards__item:nth-child(2) .banner-cards__item-title::before {
  background-image: url("../../images/common/home/cards/2.svg");
}
.banner-cards__item:nth-child(3) .banner-cards__item-title::before {
  background-image: url("../../images/common/home/cards/3.svg");
}
.banner-cards__item-label {
  color: var(--red, #e9055f);
  text-align: center;
  font-family: "RockStar", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (min-width: 767.98px) {
  .banner-cards__item-label {
    font-size: 18px;
  }
}
.banner-cards__item-link {
  text-align: center;
  color: #222;
  font-family: "Leto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 31px;
  text-decoration: none;
  border: none;
}
@media (min-width: 767.98px) {
  .banner-cards__item-link {
    font-size: 15px;
  }
}
.blog-cards__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 767.98px) {
  .blog-cards__list--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 767.98px) {
  .blog-cards__list--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 767.98px) {
  .blog-cards__list--4 {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.blog-cards__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  position: relative;
}
.blog-cards__item-image-label {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 10;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.blog-cards__item-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-cards__item-footer {
  padding: 0 30px 30px;
}
.blog-cards__item-image {
  position: relative;
  margin-bottom: 10px;
  border-radius: 30px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    lightgray 50% / cover no-repeat;
  border: 1px solid #f3f3f3;
  mix-blend-mode: luminosity;
  height: 200px;
}
.blog-cards__item-image img {
  mix-blend-mode: luminosity;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-cards__item-smalltitle {
  margin-bottom: 10px;
  padding: 0 30px;
  color: var(--gray, #999);
}
.blog-cards__item-title {
  padding: 0 30px;
  text-decoration: none;
  border: none;
  transition: color 0.2s ease-out;
}
.blog-cards__item-title:hover {
  color: #e9055f;
}
.blog-cards__item-subtitle {
  padding: 0 30px;
}
.blog-cards__item-text {
  padding: 0 30px;
}
.blog-cards__item-controls {
  display: flex;
  gap: 10px;
}
.office-cards__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 767.98px) {
  .office-cards__list--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 767.98px) {
  .office-cards__list--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 767.98px) {
  .office-cards__list--4 {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.office-cards__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  position: relative;
}
.office-cards__item-image-label {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 10;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.office-cards__item-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.office-cards__item-footer {
  padding: 0 30px 30px;
}
.office-cards__item-image {
  position: relative;
  margin-bottom: 10px;
  border-radius: 30px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    lightgray 50% / cover no-repeat;
  border: 1px solid #f3f3f3;
  mix-blend-mode: luminosity;
  height: 200px;
}
.office-cards__item-image img {
  mix-blend-mode: luminosity;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.office-cards__item-smalltitle {
  margin-bottom: 10px;
  padding: 0 30px;
}
.office-cards__item-title {
  padding: 0 30px;
  text-decoration: none;
  border: none;
}
.office-cards__item-subtitle {
  padding: 0 30px;
}
.office-cards__item-text {
  padding: 0 30px;
}
.office-cards__item-controls {
  display: flex;
  gap: 10px;
}
.manager-card {
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 25px;
}
@media (min-width: 767.98px) {
  .manager-card {
    padding: 30px 38px;
  }
}
.manager-card__subtitle {
  color: #e9055f;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .manager-card__subtitle {
    font-size: 18px;
  }
}
.manager-card__phone {
  text-decoration: none;
  border: none;
}
.manager-card__image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}
.manager-card__hint {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .manager-card__hint {
    font-size: 16px;
  }
}
.manager-card__text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .manager-card__text {
    font-size: 20px;
  }
}
.recommend-event-cards__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 767.98px) {
  .recommend-event-cards__list--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 767.98px) {
  .recommend-event-cards__list--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 767.98px) {
  .recommend-event-cards__list--4 {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.recommend-event-cards__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  position: relative;
}
.recommend-event-cards__item-image-label {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 10;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.recommend-event-cards__item-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.recommend-event-cards__item-footer {
  padding: 0 30px 30px;
}
.recommend-event-cards__item-image {
  position: relative;
  margin-bottom: 10px;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  height: 200px;
}
.recommend-event-cards__item-image img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.recommend-event-cards__item-smalltitle {
  margin-bottom: 10px;
  padding: 0 30px;
  color: var(--gray, #999);
}
.recommend-event-cards__item-title {
  padding: 0 30px;
  text-decoration: none;
  border: none;
  transition: color 0.2s ease-out;
}
.recommend-event-cards__item-title:hover {
  color: #e9055f;
}
.recommend-event-cards__item-subtitle {
  padding: 0 30px;
}
.recommend-event-cards__item-text {
  padding: 0 30px;
}
.recommend-event-cards__item-controls {
  display: flex;
  gap: 10px;
}
.events__list {
  display: flex;
  gap: 40px;
}
.events__slider {
  padding-bottom: 20px;
}
@media (min-width: 767.98px) {
  .events__slider {
    padding-bottom: 40px;
  }
}
@media (min-width: 1023.98px) {
  .events__slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.events__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  justify-content: space-between;
}
@media (min-width: 767.98px) {
  .events__item {
    gap: 50px;
  }
}
.events__item-body {
  display: flex;
  flex-direction: column;
}
.events__item-image {
  margin-bottom: 22px;
  position: relative;
  text-decoration: none;
  border: none;
  font-size: 0;
}
.events__item-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  mix-blend-mode: luminosity;
}
.events__item-date {
  font-size: 12px;
  font-weight: 900;
  line-height: normal;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 359.286 359.286' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M179.643 359.286c99.043 0 179.643-80.6 179.643-179.643S278.687 0 179.643 0 0 80.6 0 179.643s80.6 179.643 179.643 179.643zm0-335.334c85.869 0 155.691 69.821 155.691 155.691s-69.821 155.691-155.691 155.691S23.952 265.513 23.952 179.643 93.774 23.952 179.643 23.952z' fill='%23e9055f' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M232.039 236.89c2.216 1.796 4.85 2.635 7.485 2.635a11.91 11.91 0 0 0 9.341-4.491c4.132-5.15 3.293-12.695-1.856-16.827l-55.39-44.312V83.834c0-6.587-5.389-11.976-11.976-11.976s-11.976 5.389-11.976 11.976v95.81c0 3.653 1.677 7.066 4.491 9.341z' fill='%23e9055f' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: 0 0%;
  padding-left: 24px;
  padding-top: 1px;
}
.events__item-address {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  gap: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 368.16 368.16' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M184.08 0c-74.992 0-136 61.008-136 136 0 24.688 11.072 51.24 11.536 52.36 3.576 8.488 10.632 21.672 15.72 29.4l93.248 141.288c3.816 5.792 9.464 9.112 15.496 9.112s11.68-3.32 15.496-9.104l93.256-141.296c5.096-7.728 12.144-20.912 15.72-29.4.464-1.112 11.528-27.664 11.528-52.36 0-74.992-61.008-136-136-136zM293.8 182.152c-3.192 7.608-9.76 19.872-14.328 26.8l-93.256 141.296c-1.84 2.792-2.424 2.792-4.264 0L88.696 208.952c-4.568-6.928-11.136-19.2-14.328-26.808-.136-.328-10.288-24.768-10.288-46.144 0-66.168 53.832-120 120-120s120 53.832 120 120c0 21.408-10.176 45.912-10.28 46.152z' fill='%23e9055f' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M184.08 64.008c-39.704 0-72 32.304-72 72s32.296 72 72 72 72-32.304 72-72-32.296-72-72-72zm0 128c-30.872 0-56-25.12-56-56s25.128-56 56-56 56 25.12 56 56-25.128 56-56 56z' fill='%23e9055f' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 17px auto;
  background-repeat: no-repeat;
  padding-left: 23px;
  padding-top: 2px;
  padding-bottom: 3px;
  margin-left: -1px;
  background-position: 0 50%;
}
.events__item-meta {
  padding: 16px 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  flex-direction: column;
  gap: 8px;
  background: #f8f8f8;
}
.events__item-title {
  margin-bottom: 18px;
  color: #222;
  font-family: "RockStar", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  padding: 0 30px;
  text-decoration: none;
  border: none;
  transition: color 0.2s ease-out;
  line-height: 1.15;
}
.events__item-title:hover {
  color: #e9055f;
}
@media (min-width: 767.98px) {
  .events__item-title {
    font-size: 18px;
  }
}
.events__item-text {
  color: #4f4f4f;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  padding: 0 30px;
}
@media (min-width: 767.98px) {
  .events__item-text {
    font-size: 15px;
    line-height: 26px;
  }
}
.events__item-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 30px 30px;
}
@media (min-width: 767.98px) {
  .events__item-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.events__item-status {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .events__item-status {
    font-size: 20px;
  }
}
.events__item-price {
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 767.98px) {
  .events__item-price {
    font-size: 18px;
  }
}
.products__grid {
  display: grid;
  gap: 0px 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 767.98px) {
  .products__grid {
    gap: 0px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 767.98px) {
  .products__grid {
    gap: 0px 30px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .products .swiper-slide {
    width: 300px !important;
  }
}
.products__item {
  height: 500px;
  border-radius: 30px;
  position: relative;
}
.products__item-front {
  padding: 30px;
  width: 100%;
  height: 440px;
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  top: 30px;
  transition: all 0.3s ease-in;
}
.products__item-back {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 440px;
  border-radius: 33px;
  background-color: #e9055f;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-in;
}
.products__item-image {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center center;
  border-radius: 33px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    #d3d3d300 50% / cover no-repeat;
}
.products__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.products__item-badge {
  position: absolute;
  z-index: 20;
  color: #222;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 55px;
  background-color: #fff;
}
.products__item-content {
  width: calc(100% - 60px);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  bottom: -23px;
  transition: all 0.3s ease-in;
}
.products__item-title {
  text-decoration: none;
  border: none;
  color: #fff;
  font-family: "RockStar", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
}
.products__item-title:hover {
  color: #fff;
}
.products__item-link {
  color: #fff;
  font-family: "Leto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 31px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  border: none;
}
.products__item-link:hover {
  color: #fff;
}
.products__item-link svg path {
  fill: #fff;
}
.products__item-button {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.products__item-button:hover {
  color: #fff;
}
.products__item:hover {
  height: 500px;
}
.products__item:hover .products__item-front {
  top: 0;
}
.products__item:hover .products__item-back {
  bottom: 0;
}
.products__item:hover .products__item-content {
  bottom: 30px;
}
.reviews__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reviews__item-image {
  width: 100%;
  height: 180px;
  position: relative;
}
@media (min-width: 767.98px) {
  .reviews__item-image {
    height: 220px;
  }
}
.reviews__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
.reviews__item-image:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  background-color: #fff;
  background-image: url("../../images/icons/search-zoom-in.svg");
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease-in;
}
.reviews__item-image:hover:after {
  opacity: 1;
}
.reviews__item-video {
  width: 100%;
  height: 180px;
}
@media (min-width: 767.98px) {
  .reviews__item-video {
    height: 220px;
  }
}
.reviews__item-video .youtube-video__preview {
  border-radius: 30px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    lightgray 50% / cover no-repeat;
  mix-blend-mode: luminosity;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
.reviews__item-video .youtube-video__preview-play {
  top: calc(100% / 2 - 16px);
  left: calc(100% / 2 - 16px);
}
.reviews__item-video .youtube-video__preview-play svg {
  width: 32px;
  height: 32px;
}
.reviews__item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reviews__item-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .reviews__item-title {
    font-size: 20px;
  }
}
.reviews__item-subtitle {
  color: #e9055f;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .reviews__item-subtitle {
    font-size: 14px;
  }
}
.reviews__item-text {
  color: #4f4f4f;
}
.slider__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.slider__wrapper {
  padding-bottom: 20px;
}
@media (min-width: 767.98px) {
  .slider__wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .slider .swiper-slide {
    width: 300px !important;
  }
}
.slider__item-image {
  width: 100%;
  height: 180px;
  position: relative;
}
@media (min-width: 767.98px) {
  .slider__item-image {
    height: 220px;
  }
}
.slider__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
.slider__item-image:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  background-color: #fff;
  background-image: url("../../images/icons/search-zoom-in.svg");
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease-in;
}
.slider__item-image:hover:after {
  opacity: 1;
}
.slider__item-video {
  width: 100%;
  height: 180px;
}
@media (min-width: 767.98px) {
  .slider__item-video {
    height: 220px;
  }
}
.slider__item-video .youtube-video__preview {
  border-radius: 30px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    lightgray 50% / cover no-repeat;
  mix-blend-mode: luminosity;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
.slider__item-video .youtube-video__preview-play {
  top: calc(100% / 2 - 16px);
  left: calc(100% / 2 - 16px);
}
.slider__item-video .youtube-video__preview-play svg {
  width: 32px;
  height: 32px;
}
.slider__item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slider__item-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.slider__item-title:hover {
  text-decoration: none;
}
@media (min-width: 767.98px) {
  .slider__item-title {
    font-size: 20px;
  }
}
.slider a.slider__item-title {
  transition: color 0.2s ease-out;
}
.slider a.slider__item-title:hover {
  color: #e9055f;
}
.slider__item-subtitle {
  color: #e9055f;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .slider__item-subtitle {
    font-size: 14px;
  }
}
.slider__item-text {
  color: #4f4f4f;
}
.slider-controls {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.slider-controls--center {
  justify-content: center;
}
@media (min-width: 767.98px) {
  .slider-controls {
    flex-direction: row;
    align-items: center;
  }
}
.slider-controls__pagination {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .slider-controls__pagination {
    gap: 20px;
  }
}
.slider-controls__pagination-prev,
.slider-controls__pagination-next {
  margin-top: 0;
  position: initial;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  transition: all 0.2s ease-in;
}
.slider-controls__pagination-prev svg,
.slider-controls__pagination-next svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 767.98px) {
  .slider-controls__pagination-prev svg,
  .slider-controls__pagination-next svg {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 767.98px) {
  .slider-controls__pagination-prev,
  .slider-controls__pagination-next {
    width: 50px;
    height: 50px;
  }
}
.slider-controls__pagination-prev:after,
.slider-controls__pagination-next:after {
  content: none;
}
.slider-controls__pagination-prev:hover,
.slider-controls__pagination-next:hover {
  background-color: #e9055f;
  border-color: #e9055f;
}
.slider-controls__pagination-prev:hover svg path,
.slider-controls__pagination-next:hover svg path {
  fill: #fff;
}
.center-slider .swiper-slide {
  width: calc(100% - 120px);
}
@media (min-width: 767.98px) {
  .center-slider .swiper-slide-prev {
    transform: translate3d(calc(86% - 60px), 0px, -300px) rotateX(0deg)
      rotateY(0deg) scale(1) !important;
  }
}
@media (min-width: 767.98px) {
  .center-slider .swiper-slide-next {
    transform: translate3d(calc(-86% + 60px), 0px, -300px) rotateX(0deg)
      rotateY(0deg) scale(1) !important;
  }
}
.center-slider .slider-controls {
  margin-top: 20px;
}
@media (min-width: 767.98px) {
  .center-slider .slider-controls {
    margin-top: 40px;
  }
}
.center-slider .swiper-slide-prev,
.center-slider .swiper-slide-next {
  border-radius: 30px;
}
.center-slider .swiper-slide-prev .office-slide,
.center-slider .swiper-slide-next .office-slide {
  opacity: 0.8;
  background: var(--red, #e9055f);
  mix-blend-mode: luminosity;
}
.center-slider .swiper-slide-prev .office-slide img,
.center-slider .swiper-slide-next .office-slide img {
  mix-blend-mode: luminosity;
}
.office-slide {
  width: 100%;
  height: 144px;
  margin: 0 auto;
  border-radius: 30px;
  mix-blend-mode: luminosity;
  transition: all 0.3s ease-in;
}
@media (min-width: 767.98px) {
  .office-slide {
    height: 563px;
  }
}
.office-slide img {
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
.swiper-button-next,
.swiper-button-prev {
  background: #e9055f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}
.filter-v1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 767.98px) {
  .filter-v1--inline {
    align-items: center;
    flex-direction: row;
  }
}
.filter-v1__title {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 767.98px) {
  .filter-v1__title {
    font-size: 18px;
  }
}
.filter-v1__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.filter-v1-mobile {
  display: flex;
}
@media (min-width: 767.98px) {
  .filter-v1-mobile {
    display: none;
  }
}
.filters {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .filters {
    gap: 40px;
  }
}
.filter-v2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.filter-v2__title {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 767.98px) {
  .filter-v2__title {
    font-size: 18px;
  }
}
.filter-v2__list {
  overflow-x: auto;
  padding-bottom: 10px;
}
.filter-v2__list::-webkit-scrollbar {
  height: 4px;
  border-radius: 50px;
}
.filter-v2__list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1);
}
.filter-v2__list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid #f3f3f3;
}
.filter-v2__list-wrapper {
  display: flex;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .filter-v2__list-wrapper {
    gap: 24px;
    flex-wrap: wrap;
  }
}
.filter-v2__item {
  white-space: nowrap;
}
.filter-v2__item a {
  text-decoration: none;
}
.bg-girl {
  z-index: 10;
  background-image: url(../../images/common/bg/bg-girl.webp);
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 120px;
  height: 169px;
  left: -48px;
  top: 94px;
}
@media (min-width: 767.98px) {
  .bg-girl {
    left: initial;
    top: initial;
    width: 476px;
    height: 708px;
    right: -131px;
    bottom: 59px;
  }
}
.bg-1 {
  background-image: url(../../images/common/bg/bg-1.webp);
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 3112px;
  top: 0;
  left: 0;
  z-index: 1;
}
.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (min-width: 767.98px) {
  .benefits__list {
    align-items: flex-start;
    gap: 50px;
    flex-direction: row;
    justify-content: center;
  }
}
.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 360px;
}
@media (min-width: 767.98px) {
  .benefits__item {
    max-width: 200px;
    align-items: flex-start;
  }
}
.benefits__item-image svg {
  width: 24px;
  height: 24px;
}
.benefits__item-text {
  color: #222;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 767.98px) {
  .benefits__item-text {
    text-align: left;
  }
}
.map-offices--grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 767.98px) {
  .map-offices--grid {
    grid-template-columns: 375px 1fr;
    gap: 36px;
  }
}
.map-offices__card {
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  padding: 30px 20px;
}
@media (min-width: 767.98px) {
  .map-offices__card {
    padding: 30px 20px 30px 30px;
  }
}
.map-offices__card-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 250px;
}
@media (min-width: 767.98px) {
  .map-offices__card-list {
    height: 495px;
  }
}
.map-offices__card-list::-webkit-scrollbar {
  width: 3px;
}
.map-offices__card-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
.map-offices__card-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(153, 153, 153, 0.5);
  outline: 1px solid rgba(153, 153, 153, 0.5);
}
.map-offices__item {
  position: relative;
  gap: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
  background-color: #fff;
  padding: 15px 0 15px 36px;
}
.map-offices__item:hover {
  background-color: rgba(34, 34, 34, 0.05);
}
.map-offices__item:before {
  width: 24px;
  height: 24px;
  display: flex;
  content: "";
  background-image: url("../../images/icons/location.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 15px;
  left: 0;
}
.map-offices__item-title {
  color: #000;
  font-family: "RockStar", sans-serif;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 3px;
  font-size: 14px;
}
@media (min-width: 767.98px) {
  .map-offices__item-title {
    font-size: 16px;
  }
}
.map-offices__item-address {
  color: #000;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 23px;
  font-size: 13px;
}
@media (min-width: 767.98px) {
  .map-offices__item-address {
    font-size: 14px;
  }
}
.map-offices__item-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.map-offices__item-label {
  color: #e9055f;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .map-offices__item-label {
    font-size: 14px;
  }
}
.map-offices__item-text {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .map-offices__item-text {
    font-size: 15px;
  }
}
.map-offices .ymap {
  width: 100%;
  height: 300px;
}
@media (min-width: 767.98px) {
  .map-offices .ymap {
    height: 600px;
  }
}
.map-offices .ymap [class*="inner-panes"],
.map-offices .ymap [class*="-map"] {
  border-radius: 30px;
}
.map-offices--flying-map {
  height: 768px;
  display: flex;
  margin-bottom: -50px;
  padding: 10px 0;
}
@media (min-width: 767.98px) {
  .map-offices--flying-map {
    align-items: center;
    height: 600px;
  }
}
@media (min-width: 767.98px) {
  .map-offices--flying-map .container {
    width: auto;
    margin: initial;
  }
}
@media (min-width: 1200px) {
  .map-offices--flying-map .container {
    margin-left: calc((100% - 1200px) / 2);
  }
}
.map-offices--flying-map .map-offices__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 768px;
}
@media (min-width: 767.98px) {
  .map-offices--flying-map .map-offices__map {
    height: 600px;
  }
}
.map-offices--flying-map .map-offices__card {
  width: 100%;
  position: relative;
  z-index: 100;
}
@media (min-width: 767.98px) {
  .map-offices--flying-map .map-offices__card {
    width: 375px;
  }
}
.map-offices--flying-map .map-offices__card-list {
  width: 100%;
  height: 250px;
}
@media (min-width: 767.98px) {
  .map-offices--flying-map .map-offices__card-list {
    height: 250px;
  }
}
.map-offices--flying-map .ymap {
  width: 100%;
  height: 768px;
}
@media (min-width: 767.98px) {
  .map-offices--flying-map .ymap {
    height: 600px;
  }
}
.gallery-card {
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  display: flex;
  flex-direction: column-reverse;
  max-height: 560px;
}
@media (min-width: 767.98px) {
  .gallery-card {
    flex-direction: row;
  }
}
.gallery-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
}
@media (min-width: 767.98px) {
  .gallery-card__content {
    width: 400px;
    padding: 50px 40px 50px 50px;
    display: flex;
  }
}
.gallery-card__content-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 767.98px) {
  .gallery-card__content-body {
    gap: 30px;
  }
}
.gallery-card__description {
  margin: 0;
}
.gallery-card__gallery {
  position: relative;
  width: 100%;
  height: 230px;
}
@media (min-width: 767.98px) {
  .gallery-card__gallery {
    height: initial;
    width: calc(100% - 400px);
  }
}
.gallery-card__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px 30px 0 0;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
@media (min-width: 767.98px) {
  .gallery-card__gallery img {
    border-radius: 30px;
  }
}
.gallery-card__gallery-controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (min-width: 767.98px) {
  .gallery-card__gallery-controls {
    bottom: 55px;
    left: 55px;
  }
}
.gallery-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 767.98px) {
  .gallery-content {
    gap: 40px;
  }
}
.gallery-content__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .gallery-content__header {
    gap: 40px;
  }
}
.gallery-content__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .gallery-content__body {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.gallery-content__footer {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.gallery-content .desktop-filter {
  display: none;
}
@media (min-width: 767.98px) {
  .gallery-content .desktop-filter {
    display: inline-flex;
  }
}
.gallery-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gallery-item__tags {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.gallery-item__image {
  position: relative;
  width: 100%;
  height: 220px;
  cursor: pointer;
}
.gallery-item__image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
.gallery-item__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gallery-item__title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition: color 0.2s ease-out;
}
.gallery-item__title:hover {
  color: #e9055f;
}
@media (min-width: 767.98px) {
  .gallery-item__title {
    font-size: 20px;
  }
}
.gallery-item__subtitle {
  color: #e9055f;
  font-weight: 400;
  line-height: normal;
  font-size: 13px;
}
@media (min-width: 767.98px) {
  .gallery-item__subtitle {
    font-size: 14px;
  }
}
.blog-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 767.98px) {
  .blog-content {
    gap: 40px;
  }
}
.blog-content__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .blog-content__header {
    gap: 40px;
  }
}
.blog-content__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .blog-content__grid {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-content__footer {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.blog-content .desktop-filter {
  display: none;
}
@media (min-width: 767.98px) {
  .blog-content .desktop-filter {
    display: inline-flex;
  }
}
.blog-item {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
.blog-item * {
  text-decoration: none;
}
.blog-item__date {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.blog-item__image {
  width: 100%;
  height: 200px;
  cursor: pointer;
  position: relative;
}
.blog-item__image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
.blog-item__content {
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 20px;
}
.blog-item__title {
  transition: color 0.2s ease-out;
}
.blog-item__title:hover {
  color: #e9055f;
}
.blog-item__text {
  margin: 0;
}
.blog-item__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-item__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-item--grid:nth-child(8n + 4) {
  min-height: 430px;
  background: black;
  position: relative;
  justify-content: flex-end;
}
@media (min-width: 767.98px) {
  .blog-item--grid:nth-child(8n + 4) {
    min-height: initial;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.blog-item--grid:nth-child(8n + 4) .blog-item__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.blog-item--grid:nth-child(8n + 4) .blog-item__date {
  top: 40px;
  left: 40px;
  bottom: initial;
}
.blog-item--grid:nth-child(8n + 4) .blog-item__content {
  position: relative;
  z-index: 50;
}
.blog-item--grid:nth-child(8n + 4) .blog-item__title,
.blog-item--grid:nth-child(8n + 4) .blog-item__text {
  color: #fff;
}
.blog-item--grid:nth-child(8n + 4) .blog-item__footer {
  display: none;
}
.blog-main-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid #f3f3f3;
}
@media (min-width: 767.98px) {
  .blog-main-block {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.blog-main-block__content {
  display: flex;
  flex-direction: column;
}
.blog-main-block__date {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 20px;
}
@media (min-width: 767.98px) {
  .blog-main-block__date {
    font-size: 15px;
    line-height: 26px;
  }
}
.blog-main-block__image {
  width: 100%;
  height: 200px;
  border-radius: 30px;
}
@media (min-width: 767.98px) {
  .blog-main-block__image {
    height: 365px;
  }
}
.blog-main-block__image img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.blog-sidebar-block {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 767.98px) {
  .blog-sidebar-block {
    grid-template-columns: 3fr 1fr;
    gap: 40px;
  }
}
.blog-sidebar-block__content {
  display: block;
}
@media (min-width: 767.98px) {
  .blog-sidebar-block__content {
    padding: 40px 40px 40px 0;
    border-right: 1px solid #f3f3f3;
  }
}
.blog-sidebar-block__sidebar {
  display: none;
}
@media (min-width: 767.98px) {
  .blog-sidebar-block__sidebar {
    display: block;
  }
}
.comments {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .comments {
    gap: 40px;
  }
}
@media (min-width: 767.98px) {
  .comments__body {
    margin-bottom: 70px;
  }
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #f3f3f3;
  padding: 30px 20px;
  border-radius: 30px;
}
@media (min-width: 767.98px) {
  .comment-card {
    gap: 32px;
    padding: 40px 30px;
  }
}
.comment-card .comment-reply-title {
  display: none;
}
.comment-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "email email" "author author" "office office" "advantages advantages" "flaws flaws" "comment comment" "rating rating" "submit submit" "secure secure";
  gap: 20px;
}
@media (min-width: 767.98px) {
  .comment-form {
    grid-template-areas: "email email" "author advantages" "office flaws" "comment comment" "rating submit" "secure secure";
  }
}
.comment-form__field--row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .comment-form__field--row {
    gap: 20px;
    flex-direction: row;
    align-items: center;
  }
}
.comment-form__field label {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.comment-form__field--email {
  grid-area: email;
}
.comment-form__field--author {
  grid-area: author;
}
.comment-form__field--advantages {
  grid-area: advantages;
}
.comment-form__field--flaws {
  grid-area: flaws;
}
.comment-form__field--comment {
  grid-area: comment;
}
.comment-form__field--office {
  grid-area: office;
}
.comment-form__field--rating {
  display: flex;
  justify-content: flex-start;
  grid-area: rating;
}
.comment-form__logged-in-as {
  grid-area: author;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.comment-form__submit {
  display: flex;
  justify-content: flex-end;
  grid-area: submit;
}
.comment-form__secure {
  grid-area: secure;
}
.comment-list {
  margin: 0;
  padding: 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 767.98px) {
  .comment-list {
    gap: 30px;
  }
}
.comment {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
.comment:before {
  content: none;
}
@media (min-width: 767.98px) {
  .comment {
    gap: 20px;
  }
}
.comment__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .comment__inner {
    gap: 20px;
  }
}
.comment__header {
  padding: 30px 30px 0 30px;
}
.comment__body {
  padding: 0 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .comment__body {
    gap: 10px;
  }
}
.comment__footer {
  background-color: #f3f3f3;
  border-radius: 0 0 30px 30px;
  padding: 30px;
}
.comment__footer .comment__row {
  align-items: center;
}
.comment__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .comment__row {
    grid-template-columns: 140px 1fr;
    gap: 40px;
  }
}
.comment__date {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 767.98px) {
  .comment__date {
    margin-left: 20px;
    display: inline-flex;
  }
}
.comment__name {
  color: #222;
  font-family: "RockStar", sans-serif;
  font-weight: 800;
  line-height: normal;
  font-size: 18px;
}
@media (min-width: 767.98px) {
  .comment__name {
    display: inline-flex;
  }
}
.comment__hint {
  color: #999;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 15px;
}
.comment__prop {
  color: #222;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
}
.comment .children {
  margin: 10px 10px 10px 20px;
}
.trainers__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 767.98px) {
  .trainers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1023.98px) {
  .trainers__grid {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.trainer-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  border: none;
}
.trainer-card:hover {
  text-decoration: none;
  border: none;
}
@media (min-width: 767.98px) {
  .trainer-card {
    gap: 35px;
  }
}
.trainer-card__image {
  width: 100%;
  height: 300px;
}
@media (min-width: 767.98px) {
  .trainer-card__image {
    height: 260px;
  }
}
.trainer-card__image img {
  border-radius: 30px;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.trainer-card__content {
  display: flex;
  flex-direction: column;
}
.trainer-card__title {
  margin-bottom: 5px;
  transition: color 0.2s ease-out;
}
@media (min-width: 767.98px) {
  .trainer-card__title {
    margin-bottom: 12px;
  }
}
.trainer-card:hover .trainer-card__title {
  color: #e9055f;
}
.trainer-card__subtitle {
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 767.98px) {
  .trainer-card__subtitle {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.trainer-card__description {
  margin-top: 16px;
}
@media (min-width: 767.98px) {
  .trainer-card__description {
    margin-top: 35px;
  }
}
.trainer-main-info {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
@media (min-width: 767.98px) {
  .trainer-main-info {
    gap: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.trainer-main-info__content {
  display: flex;
  flex-direction: column;
  padding: 0 30px 30px;
}
@media (min-width: 767.98px) {
  .trainer-main-info__content {
    padding: 60px 0 100px 60px;
  }
}
.trainer-main-info__params {
  margin-bottom: 20px;
}
@media (min-width: 767.98px) {
  .trainer-main-info__params {
    margin-bottom: 30px;
  }
}
.trainer-main-info__params-label {
  font-family: "RockStar", sans-serif;
  font-weight: 800;
  line-height: normal;
  font-size: 14px;
  color: #222;
}
@media (min-width: 767.98px) {
  .trainer-main-info__params-label {
    font-size: 18px;
  }
}
.trainer-main-info__params-value {
  color: #e9055f;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 767.98px) {
  .trainer-main-info__params-value {
    font-size: 18px;
  }
}
.trainer-main-info__text {
  margin: 10px 0 0 0;
}
@media (min-width: 767.98px) {
  .trainer-main-info__text {
    margin: 20px 0 0 0;
  }
}
.trainer-main-info__image {
  width: 100%;
  height: 300px;
}
@media (min-width: 767.98px) {
  .trainer-main-info__image {
    width: 100%;
    height: 100%;
  }
}
.trainer-main-info__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
  box-shadow: 0px 24px 64px 0px rgba(230, 234, 238, 0.2);
}
.subscription-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  background: #222;
  border-radius: 30px;
  color: #fff;
  justify-content: space-between;
}
.subscription-item--primary {
  background: #e9055f;
}
.subscription-item__body {
  display: flex;
  flex-direction: column;
}
.subscription-item__category {
  color: #f2f2f2;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.subscription-item__title {
  color: #fff;
  margin-bottom: 18px;
}
.subscription-item__icon-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 40px;
}
.subscription-item__icon-list-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 5px;
}
.subscription-item__icon-list-item img {
  width: 24px;
  height: 24px;
}
.subscription-item__icon-list-item span {
  display: inline-flex;
  width: 100%;
}
.subscription-item__variables {
  display: grid;
  gap: 20px;
}
.subscription-item__variables--row {
  grid-template-columns: 1fr;
}
.subscription-item__variables--grid {
  grid-template-columns: repeat(2, 1fr);
}
.subscription-item__variables--row .subscription-item__variable,
.subscription-item__variables--row .subscription-item__variable span,
.subscription-item__variables--row .subscription-item__variable-content {
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 767.98px) {
  .subscription-item__variables--row .subscription-item__variable,
  .subscription-item__variables--row .subscription-item__variable span,
  .subscription-item__variables--row .subscription-item__variable-content {
    align-items: center;
  }
}
.subscription-item__variables--row .subscription-item__variable-price {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767.98px) {
  .subscription-item__variables--row .subscription-item__variable-price {
    align-items: flex-end;
  }
}
.subscription-item__variable-content {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-direction: column;
}
@media (min-width: 767.98px) {
  .subscription-item__variable-content {
    flex-direction: row;
    gap: 20px;
  }
}
.subscription-item__variable-title-block {
  display: flex;
  flex-direction: column;
}
.subscription-item__variable-title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.subscription-item__variable-subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.subscription-item__variable-price {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.subscription-item__variable-price-label {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.subscription-item__additional-list {
  margin-top: 20px;
  list-style: none;
}
.subscription-item__additional-list li:before {
  content: none;
}
.subscription-item__additional-list--short:not(.open) li:nth-child(1n + 5) {
  display: none;
}
.subscription-item__additional-more {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
}
.subscription-item__bonus {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.subscription-item__bonus-label {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.subscription-item__bonus-value {
  color: #d60b52;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.subscription-item__variables--grid .subscription-item__variable-content,
.subscription-item__variables--grid .subscription-item__variable-title-block,
.subscription-item__variables--grid .subscription-item__variable-price {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.subscription-item__variables--grid .subscription-item__variable-price {
  font-size: 24px;
}
.subscription-item__variables--alone .subscription-item__variable span:before,
.subscription-item__variables--alone .subscription-item__variable span:after {
  content: none;
}

@media (max-width: 1124px) {
  .header__controls-sign-in {
    display: none;
  }
}
.header__location-total a {
  font-size: 16px;
  font-weight: 600;
}

.events__item-image img,
.events__item-address,
.events__item-date {
  transition: 0.25s ease-in-out;
}
.events__item:hover .events__item-image img {
  mix-blend-mode: normal;
}

.events__item:hover .events__item-image .events__item-address,
.events__item:hover .events__item-image .events__item-date {
  opacity: 0;
}

.products__item-image:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75%;
  content: "";
  pointer-events: none;
  background: linear-gradient(1deg, rgb(0 0 0 / 50%), transparent);
}

.events__item--active .events__item-image img {
  mix-blend-mode: normal;
}
.label_form_agree {
  display: flex;
  position: relative;
  align-items: flex-start;
  gap: 12.5px;
}

.label_form_agree input {
  position: absolute;
  opacity: 0;
}

.label_form_agree__text {
  flex: 1;
  font-size: 15px;
  line-height: 1.35;
  display: block;
  text-align: left;
}

.label_form_agree__view {
  width: 23px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: relative;
  margin-top: -1px;
}

.label_form_agree__section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.label_form_agree__view:before {
  content: "";
  position: absolute;
  left: 0;
  right: -1px;
  top: -1px;
  bottom: 0;
  width: 28%;
  height: 55%;
  margin: auto;
  transform: rotate(45deg);
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #e9055f;
  opacity: 0;
}

.label_form_agree input:checked + .label_form_agree__view {
  border-color: #e9055f;
}

.label_form_agree input:checked + .label_form_agree__view:before {
  opacity: 1;
}

.label_form_agree__text a {
  font-size: inherit;
}

.youtube-video__preview img[src$=".svg"] {
  object-fit: contain;
}

.has-iframe .f-html {
  padding: 0;
  max-width: 700px;
  height: auto;
}

.has-iframe .f-html iframe {
  aspect-ratio: 16/9;
  width: auto;
  height: auto;
}

.main-menu .menu-item img {
  height: auto;
}

.cookie_modal .container {
  padding: 0;
  max-width: none;
}

.cookie_modal {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000000001;
  max-width: 625px;
  right: 20px;
}

.cookie_modal__content {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding-right: 30px;
  box-shadow: 0 1px 30px -5px #00000026;
}

.cookie_modal__text {
  font-size: 16px;
  padding: 15px 19px;
  max-width: 600px;
  line-height: 1.4;
}

.cookie_modal__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 0 5px 0 5px;
  font-size: 0;
  cursor: pointer;
}

.cookie_modal__close:before,
.cookie_modal__close:after {
  content: "";
  width: 60%;
  height: 1.5px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.cookie_modal__close:after {
  transform: rotate(-45deg);
}

.cookie_modal__close:hover {
  background: #c3073f;
}

.cookie_modal__close:hover:before,
.cookie_modal__close:hover:after {
  background: #fff;
}

@media screen and (max-width: 600px) {
  .cookie_modal__text {
    font-size: 14px;
    padding: 15px;
    padding-right: 0;
  }
}
