/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.container {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px; }

.header {
  padding: 40px 0; }
  .header.active {
    position: fixed;
    width: 100%;
    padding: 20px 0;
    top: 0;
    z-index: 100;
    transition: .3s; }
    .header.active:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -10;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(10px); }
    .header.active .logo-img {
      width: 60px;
      height: 60px; }
    .header.active .logo-desc {
      display: none; }
    .header.active .header__menu {
      position: relative;
      margin-top: 0;
      will-change: width;
      z-index: 10;
      transition: .3s; }
    .header.active .header__menu-btn {
      display: block; }
      .header.active .header__menu-btn.active {
        min-width: 30px;
        height: 30px;
        margin-left: 70px;
        border-radius: 50px;
        border: 1px solid rgba(0, 0, 0, 0.2); }
        .header.active .header__menu-btn.active:before {
          content: '';
          position: absolute;
          top: 11px;
          left: 12px;
          transform: rotate(45deg);
          width: 6px;
          height: 6px;
          border-left: 1px solid #000;
          border-bottom: 1px solid #000; }
        @media screen and (max-width: 1199px) {
          .header.active .header__menu-btn.active {
            margin-left: 30px; } }
        .header.active .header__menu-btn.active .line {
          opacity: 0;
          display: none; }
    .header.active .header__social {
      display: flex;
      max-width: 150px;
      margin-left: auto; }
    .header.active .header__contact {
      height: 31px;
      margin-left: 30px;
      overflow: hidden; }
    .header.active .header__lang {
      top: auto;
      transition: .3s ease-in-out; }
    .header.active .header__navigation-top.active .header__menu {
      max-width: 660px; }
    .header.active .header__navigation-top.active .header__social {
      display: none; }
    .header.active .header__navigation-top.active .header__contact {
      width: 0; }
    .header.active .header__navigation-top.active .header__lang {
      display: none; }
    .header.active .header__navigation-bottom {
      display: none; }
  @media screen and (max-width: 767px) {
    .header {
      padding: 10px 0; } }
  .header__logo {
    display: flex;
    align-items: center; }
  .header .logo-img {
    width: 90px;
    height: 90px;
    object-fit: contain; }
    @media screen and (max-width: 767px) {
      .header .logo-img {
        width: 70px;
        height: 70px; } }
  .header .logo-desc {
    display: block;
    max-width: 163px;
    margin-left: 20px;
    font-size: 1.4rem;
    font-weight: 400; }
  .header__navigation-top {
    position: relative;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .header__navigation-top .header__logo {
        order: 1; } }
    @media screen and (max-width: 767px) {
      .header__navigation-top .logo-desc {
        display: none; } }
    .header__navigation-top .header__menu {
      position: relative;
      left: 0;
      max-width: 0;
      margin-left: 20px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .header__navigation-top .header__menu {
          display: none; } }
    @media screen and (max-width: 767px) {
      .header__navigation-top .header__menu-btn {
        order: 3; } }
    .header__navigation-top .header__menu-btn {
      display: none; }
      @media screen and (max-width: 767px) {
        .header__navigation-top .header__menu-btn {
          display: block;
          margin-left: 20px; } }
    .header__navigation-top .header__social {
      display: none; }
    @media screen and (max-width: 767px) {
      .header__navigation-top .header__contact {
        order: 2; } }
    @media screen and (max-width: 767px) {
      .header__navigation-top .header__lang {
        display: none; } }
  .header__navigation-bottom {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .header__navigation-bottom {
        width: 100%;
        padding: 0 20px;
        max-height: 0;
        margin-top: 0;
        position: absolute;
        top: -10px;
        left: 0;
        flex-direction: column;
        align-items: start;
        z-index: 5;
        overflow: hidden;
        transition: .3s; }
        .header__navigation-bottom:before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: -10;
          top: 0;
          left: 0;
          background: rgba(229, 229, 229, 0.8);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          backdrop-filter: blur(10px); }
        .header__navigation-bottom.active {
          max-height: 1000px;
          padding-bottom: 50px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .header__navigation-bottom .header__menu {
      margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
        .header__navigation-bottom .header__social {
          margin: 0 auto; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .header__navigation-bottom .header__social {
        max-width: 140px;
        margin-bottom: -30px; } }
    @media screen and (max-width: 767px) {
        .header__navigation-bottom .header__lang {
          margin: 0; }
        .header__navigation-bottom .header__lang-select {
          position: relative; }
          .header__navigation-bottom .header__lang-select:after {
            top: 10px;
            transform: rotate(45deg);
            border-left: 2px solid rgba(0, 0, 0, 0.2);
            border-top: 2px solid rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .header__navigation-bottom .lang-item {
      font-size: 2.4rem;
      margin-bottom: 30px; } }
    .header__navigation-bottom .header__lang {
      display: none; }
      @media screen and (max-width: 767px) {
        .header__navigation-bottom .header__lang {
          display: block; } }
  .header__menu {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 705px;
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .header__menu {
        margin-top: 35px; } }
  .header .menu-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .header .menu-list {
        flex-direction: column;
        align-items: start; } }
  @media screen and (max-width: 767px) {
    .header .menu-item {
      padding: 15px 0; } }
  .header .item-link {
    display: block;
    width: max-content;
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    transition: .3s; }
    .header .item-link:hover {
      color: #EB5B41; }
    @media screen and (max-width: 767px) {
      .header .item-link {
        font-size: 2.4rem;
        color: rgba(0, 0, 0, 0.8); } }
  .header__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 245px;
    margin-left: 80px; }
    @media screen and (max-width: 960px) {
      .header__social {
        max-width: 160px; } }
  .header .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    transition: .3s; }
    .header .social-link:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  .header .link-icon {
    width: 17px;
    height: 17px;
    object-fit: contain; }
  .header__contact-wrapper {
    display: flex; }
  .header__contact {
    margin-left: auto;
    font-size: 2.4rem;
    font-weight: 400;
    transition: .3s;
    color: #000; }
    .header__contact:hover {
      color: #EB5B41; }
    @media screen and (max-width: 767px) {
      .header__contact {
        font-size: 1.8rem; } }
  .header__lang {
    position: relative;
    width: 60px;
    height: 30px;
    margin-left: 100px;
    z-index: 100; }
    .header__lang:hover .header__lang-select {
	  border-radius: 5px;
      height: 90px; }
      .header__lang:hover .header__lang-select:after {
        top: 10px;
        transform: rotate(-135deg);
        border-left: 2px solid rgba(235, 91, 65, 0.2);
        border-top: 2px solid rgba(235, 91, 65, 0.2); }
      @media screen and (max-width: 767px) {
        .header__lang:hover .header__lang-select {
          height: 180px; } }
    @media screen and (max-width: 767px) {
      .header__lang {
        height: fit-content; } }
   .header.active .header__lang:hover .header__lang-select {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(10px);
    }
  .header__lang-select {
    width: 60px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    display: flex;
    flex-direction: column; }
    .header__lang-select:after {
      content: '';
      position: absolute;
      top: 12px;
      right: 10px;
      width: 6px;
      height: 6px;
      border-left: 2px solid rgba(0, 0, 0, 0.2);
      border-top: 2px solid rgba(0, 0, 0, 0.2);
      transform: rotate(45deg); }
    @media screen and (max-width: 767px) {
      .header__lang-select:after {
        right: 4px; } }
  @media screen and (max-width: 767px) {
    .header .lang-item {
      color: rgba(0, 0, 0, 0.8); } }

.main {
  position: relative;
  width: 100%;
  padding-top: 60px; }
@media screen and (max-width: 1199px) {
  .main {
    padding-top: 30px; } }
.main__marquee {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  z-index: -5;
  width: 120%;
  height: 50px;
  overflow: hidden;
  transform: rotate(-4deg);
  background: linear-gradient(90deg, rgba(235, 91, 65, 0) 0%, #eb5b41 10%, #eb5b41 90%, #eb5b41 100%);
}
@media screen and (max-width: 580px) {
  .main__marquee {
    top: 220px; } }
.main__marquee-track {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  will-change: transform;
  transform-style: preserve-3d;}
.main__marquee-item {
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #FFF;}
.main__marquee-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -34px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("../img/star.svg");
  background-repeat: no-repeat;
  background-size: contain; }
.main__background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(125% 100% at 50% 0%); }
@media screen and (max-width: 767px) {
  .main__background {
    clip-path: ellipse(190% 100% at 50% 0%); } }
.main__background:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover; }
@media screen and (max-width: 767px) {
  .main__background:before {
    background-image: url("../img/main-bg-mobile.png");
    width: 140%;
    height: 100%; } }
.main__foto {
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 760px;
  height: 740px; }
@media screen and (max-width: 1199px) {
  .main__foto {
    bottom: -40px;
    left: auto;
    right: 40px;
    width: 500px;
    height: 550px; } }
@media screen and (max-width: 767px) {
  .main__foto {
    width: 375px;
    height: 420px;
    right: -40px;
    bottom: -45px; } }
@media screen and (max-width: 425px) {
  .main__foto {
    right: -110px; } }
.main .foto-item {
  width: 100%;
  height: 100%;
  object-fit: contain; }
.main__content {
  display: flex;
  margin-top: 70px; }
@media screen and (max-width: 580px) {
  .main__content {
    margin-top: 0;
    margin-bottom: 220px; } }
@media screen and (max-width: 425px) {
  .main__content {
    margin-top: 0; } }
.main__description {
  display: flex;
  flex-direction: column;
  max-width: 555px;
  margin-bottom: 180px; }
@media screen and (max-width: 1199px) {
  .main__description {
    max-width: 345px;
    margin-bottom: 65px; } }
@media screen and (max-width: 767px) {
  .main__description {
    max-width: 320px;
    margin-bottom: 250px; } }
.main__title {
  text-transform: uppercase;
  margin-left: 55px; }
@media screen and (max-width: 1199px) {
  .main__title {
    margin-left: 0; } }
.main__paragraph {
  margin-top: 30px;
  margin-left: 55px;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6); }
@media screen and (max-width: 1199px) {
  .main__paragraph {
    margin-top: 15px;
    margin-left: 0; } }
.main__btn {
  text-align: start;
  margin-top: 144px;
  padding-left: 54px; }
@media screen and (max-width: 1199px) {
  .main__btn {
    margin-top: 26px; } }
@media screen and (max-width: 580px) {
  .main__btn {
    margin-top: 110px;
    max-width: 183px;
    background-image: none;} }
.main__media-wrapper {
  position: absolute;
  top: -35px;
  right: 20px;
  display: block;
  max-width: 205px; }
.main__media-wrapper:hover .play-btn {
  background-color: #EB5B41; }
.main__media-wrapper:hover .main__media-desc {
  color: #EB5B41; }
@media screen and (max-width: 767px) {
  .main__media-wrapper {
    top: 0; } }
@media screen and (max-width: 580px) {
  .main__media-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: auto;
    bottom: -220px;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    max-width: 280px; } }

.main__media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  transition: .3s; }
@media screen and (max-width: 580px) {
  .main__media {
    height: 145px; } }

.main .media-poster {
  flex: 6;
  height: 100%;
  object-fit: cover; }

.main .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
  background-color: #000;
  transition: .3s; }

.main__media-desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #000;
  transition: .3s; }


.advantage {
  padding: 60px 0; }
  .advantage__content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .advantage__content {
        padding: 0;
        overflow-x: auto; } }
  .advantage__list {
    display: flex;
    justify-content: space-between;
    align-items: start; }
    @media screen and (max-width: 767px) {
      .advantage__list {
        margin: 0 auto;
        width: 700px; } }
  .advantage .list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 145px;
    width: 100%; }
    .advantage .list-item:after {
      content: "";
      position: absolute;
      top: 70px;
      left: 100%;
      width: 105px;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 1199px) {
        .advantage .list-item:after {
          display: none; } }
    .advantage .list-item:last-child:after {
      display: none; }
    @media screen and (max-width: 1199px) {
      .advantage .list-item {
        max-width: 145px; } }
  .advantage .item-title {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 145px; }
    .advantage .item-title:before, .advantage .item-title:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 15px;
      left: 0; }
    .advantage .item-title:before {
      top: 0;
      background: linear-gradient(180deg, white 20%, rgba(255, 255, 255, 0.1) 60%); }
    .advantage .item-title:after {
      bottom: 0;
      background: linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0.1) 60%); }
    @media screen and (max-width: 1199px) {
      .advantage .item-title {
        width: 100px;
        height: 100px; } }
  .advantage .num-bottom {
    margin-right: 4px;
    margin-left: 4px;
    margin-top: auto; }
  .advantage .num-top {
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: auto; }
  .advantage .num-img {
    height: 110px;
    object-fit: contain; }
    @media screen and (max-width: 1199px) {
      .advantage .num-img {
        height: 75px; } }
  .advantage .item-desc {
    margin-top: 10px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8); }

.services {
  padding: 40px 0; }
.services__content {
  margin-bottom: 18px; }
.services__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.8);
  z-index: 5; }
.services__title:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  height: 60px;
  background-image: url("../img/services-decor.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; }
.services__title .title {
  text-align: center;
  width: 415px;
  height: 52px;
  background-color: #FFF; }
.services__subtitle {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8); }
.services__btn-wrapper {
  display: flex;
  justify-content: space-between;
  width: 395px;
  height: 51px;
  margin: 0 auto 40px;
  border-radius: 25px;
  background-image: url("../img/services-buttons.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
@media screen and (max-width: 767px) {
  .services__btn-wrapper {
    width: 320px;
    background-image: url("../img/services-buttons-mobile.svg"); } }
.services__btn {
  display: flex;
  align-items: center;
  max-width: 190px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 1.6rem;
  transition: .3s; }
@media screen and (max-width: 767px) {
  .services__btn {
    padding: 0 5px; } }
.services .btn-woman {
  justify-content: start;
  color: #000;
  box-shadow: -65px 45px 60px -15px rgba(235, 91, 65, 0.51); }
.services .btn-man {
  justify-content: end;
  color: #7BA0FF; }
.services .btn-man.active {
  color: #EB5B41; }
.services .btn-man.active path {
  stroke: #EB5B41; }
.services .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px; }
.services .icon-woman {
  margin-right: 5px; }
.services .icon-man {
  margin-left: 5px; }
.services__list-wrapper {
  display: flex;
  width: 100%; }
.services__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 0;
  gap: 10px;
  overflow: hidden;
  transition: max-width .3s ease; }
@media screen and (max-width: 767px) {
  .services__list {
    flex-direction: column;
    max-height: 0;
    transition: max-width .3s ease; } }
.services__list.active {
  max-width: 100%; }
@media screen and (max-width: 767px) {
  .services__list.active {
    max-height: fit-content; } }
.services .list-item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  height: 570px;
  overflow: hidden;
  transition: .5s ease width;
  cursor: pointer;
  background: linear-gradient(90deg, rgba(242, 242, 242, 0.8) 50%, rgba(242, 242, 242, 0.8) 100%); }
@media screen and (max-width: 767px) {
  .services .list-item {
    flex-direction: column;
    width: 100%;
    max-height: 60px;
    flex: none;
    transition: max-height 0.2s ease-out; } }
.services .list-item.active {
  flex: 12;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, #f2f2f2 50%); }
@media screen and (max-width: 1199px) {
  .services .list-item.active {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, #f2f2f2 35%); } }
@media screen and (max-width: 767px) {
  .services .list-item.active {
    width: 100%;
    height: fit-content;
    max-height: 1000px;
    flex: none;
    background: #f2f2f2;
    transition: max-height 0.5s ease-out; } }
.services .list-item.active .item-name {
  transform: scale(0); }
.services .list-item.active .img-wrapper {
  left: 0;
  transform: translate(0); }
@media screen and (max-width: 767px) {
  .services .list-item.active .img-wrapper {
    transform: none; }
  .services .list-item.active .img-wrapper:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, #f2f2f2 80%); } }
.services .list-item.active .item-content {
  transform: scaleX(1);
  opacity: 1; }
.services .item-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg) scale(1);
  z-index: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000; }
@media screen and (max-width: 767px) {
  .services .item-name {
    writing-mode: horizontal-tb;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    width: 100%;
    height: auto; } }
.services .img-wrapper {
  position: absolute;
  left: -50%;
  transform: translateX(-50%);
  width: 550px;
  z-index: -1;
  transition: .2s; }
@media screen and (max-width: 767px) {
  .services .img-wrapper {
    position: relative;
    width: 100%;
    height: 330px;
    left: 0;
    transform: none;
    z-index: 0;
    transition: max-height 0.25s cubic-bezier(0.4, 0, 1, 1); }
  .services .img-wrapper:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0;
    width: 101%;
    height: 101%;
    background: linear-gradient(90deg, rgba(242, 242, 242, 0.8) 50%, rgba(242, 242, 242, 0.8) 100%); } }
.services .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.services .item-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 50%;
  margin-right: 20px;
  margin-left: auto;
  transform: scaleX(0);
  opacity: 0;
  transition: .3s ease transform;
  overflow: hidden; }
@media screen and (max-width: 1199px) {
  .services .item-content {
    width: 60%; } }
@media screen and (max-width: 767px) {
  .services .item-content {
    width: 100%;
    padding: 20px;
    margin-right: 0;
    margin-top: -60px; } }
.services .item-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: rgba(235, 91, 65, 0.8); }
@media screen and (max-width: 1199px) {
  .services .item-title {
    font-size: 1.8rem; } }
.services .item-desc {
  font-size: 1.6rem;
  font-weight: 400; }

.gallery {
  padding: 40px 0; }
  .gallery .gallery-title {
    text-align: center;
    margin-bottom: 40px; }
  .gallery__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 280px;
    perspective: 2000px;
    overflow: hidden; }
    .gallery__wrapper .swiper-wrapper {
      transform-style: preserve-3d; }
    .gallery__wrapper .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .gallery__wrapper .slide-link {
      position: relative;
      width: 100%;
      height: 100%; }
    .gallery__wrapper .slide-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top; }
    .gallery__wrapper .swiper-slide-active {
      transform: scale(1.1);
      z-index: 2;
      filter: none; }
    .gallery__wrapper .swiper-slide:not(.swiper-slide-active) {
      filter: blur(4px);
      opacity: 0.6; }
  .gallery__thumbs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    margin-top: 40px; }
    @media screen and (max-width: 1199px) {
      .gallery__thumbs {
        height: 65px; } }
    .gallery__thumbs .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      cursor: pointer; }
    .gallery__thumbs .slide-desc {
      text-align: center; }
    @media screen and (max-width: 767px) {
    .gallery__thumbs .slide-desc {
        max-width: 230px } }
    .gallery__thumbs .swiper-slide-active {
      color: rgba(0, 0, 0, 0.8);
      font-size: 2.4rem; }
      @media screen and (max-width: 1199px) {
        .gallery__thumbs .swiper-slide-active {
          font-size: 1.8rem; } }
    .gallery__thumbs .swiper-slide:not(.swiper-slide-active) {
      color: rgba(0, 0, 0, 0.2);
      font-size: 1.6rem; }
      @media screen and (max-width: 1199px) {
        .gallery__thumbs .swiper-slide:not(.swiper-slide-active) {
          font-size: 1.2rem; } }
  .gallery__thumbs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1040px;
    height: 100%;
    overflow: hidden; }
    @media screen and (max-width: 1199px) {
      .gallery__thumbs-wrapper {
        max-width: 860px; } }
    @media screen and (max-width: 425px) {
      .gallery__thumbs-wrapper {
        max-width: 260px; } }
    .gallery__thumbs-wrapper .swiper-wrapper {
      align-items: center; }
  .gallery .gallery-btn {
    top: 50%;
    transform: translateY(-50%);
    z-index: 5; }
    .gallery .gallery-btn:hover {
      background-color: #bdbdbd; }
  .gallery__thumbs-next {
    left: 0; }
    .gallery__thumbs-next:before {
      top: 12px;
      left: 20px;
      transform: rotate(45deg);
      border-left: 1px solid rgba(0, 0, 0, 0.6);
      border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  .gallery__thumbs-prev {
    right: 0; }
    .gallery__thumbs-prev:before {
      top: 12px;
      right: 20px;
      transform: rotate(-45deg);
      border-right: 1px solid rgba(0, 0, 0, 0.6);
      border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  .gallery .swiper-button-disabled {
    opacity: .2;
    cursor: auto; }
  .gallery__btn {
    display: block;
    margin: 58px 70px 0 auto;
    text-align: end;
    padding-left: 50px;
    transform: scale(-1); }
    @media screen and (max-width: 580px) {
      .gallery__btn {
        text-align: center;
        max-width: 320px;
        margin: 40px auto 0; } }
  .gallery .btn-title {
    display: block;
    transform: scale(-1); }

.security {
  position: relative;
  padding: 60px 0;
  margin-bottom: -2px;}
  @media screen and (max-width: 1199px) {
    .security {
      padding: 10px 0; } }
  .security__title {
    margin-top: 30px;
    color: #FFF; }
    @media screen and (max-width: 1199px) {
      .security__title {
        max-width: 765px;
        margin: 30px auto 0; } }
  .security__subtitle {
    display: block;
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #FFF; }
    @media screen and (max-width: 1199px) {
      .security__subtitle {
        max-width: 765px;
        margin: 20px auto 0; } }
  .security__content {
    display: flex;
    align-items: center;
    margin-bottom: 110px; }
    @media screen and (max-width: 1199px) {
      .security__content {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 50px; } }
  .security__navigation-wrapper {
    margin-left: auto;
    margin-right: 170px; }
    @media screen and (max-width: 1199px) {
      .security__navigation-wrapper {
        height: 70px;
        margin: 0 0 30px 0; } }
    @media screen and (max-width: 767px) {
      .security__navigation-wrapper {
        width: calc(100% + 40px);
        overflow-x: auto; } }
  .security__navigation {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 580px;
    width: fit-content; }
    .security__navigation:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      width: 1px;
      background-color: #FFF;
      z-index: -1; }
      @media screen and (max-width: 1199px) {
        .security__navigation:before {
          top: auto;
          bottom: -15px;
          left: 0;
          transform: translateY(-50%);
          width: 700px;
          height: 1px; } }
    @media screen and (max-width: 1199px) {
      .security__navigation {
        flex-direction: row;
        justify-content: center;
        width: 700px;
        height: auto; } }
  .security .navigation-item {
    position: relative;
    width: 11px;
    height: 11px;
    margin-bottom: 110px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background-color: #7BA0FF; }
    .security .navigation-item:first-child {
      margin-top: 60px; }
    @media screen and (max-width: 1199px) {
      .security .navigation-item {
        display: flex;
        justify-content: center;
        width: auto;
        height: auto;
        border: none;
        background: transparent;
        margin-bottom: 0;
        margin-right: 20px; }
        .security .navigation-item:last-child {
          margin-right: 0; }
        .security .navigation-item:first-child {
          margin-top: 0; } }
  .security .item-name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #FFF;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    transition: .3s; }
    .security .item-name:hover {
      color: #7BA0FF;
      background-color: #FFF; }
    .security .item-name.active {
      color: #7BA0FF;
      background-color: #FFF; }
    @media screen and (max-width: 1199px) {
      .security .item-name {
        position: relative;
        top: auto;
        transform: none; }
        .security .item-name:after {
          content: "";
          position: absolute;
          bottom: -21px;
          left: 50%;
          transform: translateX(-50%);
          width: 11px;
          height: 11px;
          border-radius: 50%;
          border: 1px solid #FFF;
          background-color: #7BA0FF; } }
  .security .item-right {
    left: 16px; }
    @media screen and (max-width: 1199px) {
      .security .item-right {
        left: auto; } }
  .security .item-left {
    right: 16px; }
    @media screen and (max-width: 1199px) {
      .security .item-left {
        right: auto;
        left: auto; } }
  .security__info {
    max-width: 400px; }
    @media screen and (max-width: 1199px) {
      .security__info {
        max-width: 100%; } }
  .security__info-title {
    margin-bottom: 10px;
    color: #FFF; }
  .security__info-desc {
    font-size: 1.6rem;
    color: #FFF; }
  .security__img-wrapper {
    position: absolute;
    top: -20px;
    left: -55px;
    width: 765px;
    height: 795px;
    z-index: -5; }
    @media screen and (max-width: 1199px) {
      .security__img-wrapper {
        position: relative;
        top: auto;
        left: auto; } }
    @media screen and (max-width: 767px) {
      .security__img-wrapper {
        max-width: 425px;
        width: calc(100% + 40px);
        height: auto; } }
  .security__img-desktop {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 1199px) {
      .security__img-desktop {
        display: none; } }
  .security__img-mobile {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 1199px) {
      .security__img-mobile {
        display: block; } }
  .security__background {
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% + 2px); /* чуть больше блока */
    z-index: -6;
    fill: #7BA0FF; }

.about {
  position: relative;
  padding: 85px 20px 50px; }
  @media screen and (max-width: 1199px) {
    .about {
      padding: 85px 20px 10px; } }
  /*.about:after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  bottom: 105px;*/
  /*  left: 50%;*/
  /*  transform: translateX(-50%) rotate(-3deg);*/
  /*  width: 100%;*/
  /*  height: 64px;*/
  /*  background-image: url("../img/about-decor.png");*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*  z-index: -1; }*/
  /*  @media screen and (max-width: 1199px) {*/
  /*    .about:after {*/
  /*      bottom: 200px;*/
  /*      height: 48px; } }*/
  @media screen and (max-width: 1199px) {
    .about {
      padding: 30px 0; } }
  .about__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1199px) {
      .about__wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
  .about .section-name {
    position: absolute;
    top: 0;
    left: 0; }
  .about__description {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 480px;
    margin-top: 40px; }
    @media screen and (max-width: 1199px) {
      .about__description {
        max-width: 100%; } }
  .about .title {
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8); }
  .about__subtitle {
    display: block;
    margin: 20px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8); }
  .about__paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8); }
  .about__img-wrapper {
    position: absolute;
    top: 38%;
    right: 94px;
    transform: translateY(-50%);
    width: 757px;
    height: 1203px;
    z-index: -1; }
    @media screen and (max-width: 1199px) {
      .about__img-wrapper {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: auto;
        height: 600px;
        margin-top: -140px; } }
    @media screen and (max-width: 767px) {
      .about__img-wrapper {
        /*width: calc(100% + 40px);*/
		} }
    @media screen and (max-width: 425px) {
      .about__img-wrapper {
        left: -25px; } }
  .about__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .about__slider-wrapper {
    position: relative;
    height: 690px; }
    @media screen and (max-width: 1199px) {
      .about__slider-wrapper {
        width: calc(100% + 40px);
        height: auto; } }
  .about__slider {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    overflow: hidden; }
  .about__slide {
    width: 150px;
    height: 106px;
    box-shadow: 2px 6px 18px 0 rgba(0, 0, 0, 0.15); }
  .about .slide-img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .about .about-btn {
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    @media screen and (max-width: 1199px) {
      .about .about-btn {
        display: none; } }
  .about__next {
    bottom: -60px; }
    .about__next:before {
      top: 8px;
      right: 12px;
      transform: rotate(45deg);
      border-right: 1px solid rgba(0, 0, 0, 0.6);
      border-bottom: 1px solid rgba(0, 0, 0, 0.6); }

.equipment {
  padding: 50px 0; }
  @media screen and (max-width: 1199px) {
    .equipment {
      padding: 30px 0; } }
  .equipment__subtitle {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 767px) {
      .equipment__subtitle {
        font-size: 1.6rem; } }
  .equipment__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px; }
    @media screen and (max-width: 1199px) {
      .equipment__wrapper {
        flex-direction: column;
        align-items: center; } }
  .equipment__media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 57%;
    height: 395px;
    transition: .3s; }
    .equipment__media:hover .play-btn {
      background-color: #EB5B41; }
    @media screen and (max-width: 1199px) {
      .equipment__media {
        max-width: 750px;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .equipment__media {
        max-width: 450px;
        height: 250px; } }
    @media screen and (max-width: 500px) {
      .equipment__media {
        height: 200px; } }
    @media screen and (max-width: 425px) {
      .equipment__media {
        height: 175px; } }
  .equipment .media-poster {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .equipment .play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #000;
    transition: .3s; }
    @media screen and (max-width: 1199px) {
      .equipment .play-btn {
        width: 50px; } }
  .equipment__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 40%; }
    @media screen and (max-width: 1199px) {
      .equipment__content {
        width: 100%;
        margin-top: 40px; } }
  .equipment__content-wrapper {
    position: relative;
    width: 100%;
    max-height: 345px;
    overflow: hidden;
    transition: .3s ease height}
    .equipment__content-wrapper:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 60%);
      opacity: 1;
      transition: .5s; }
    .equipment__content-wrapper.active {
      max-height: 500px; }
      .equipment__content-wrapper.active:after {
        opacity: 0; }
  .equipment .content-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: rgba(235, 91, 65, 0.8); }
  .equipment .content-description {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8); }
  .equipment__content-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8);
    transition: .3s; }
    .equipment__content-more:hover {
      background: rgba(0, 0, 0, 0.2);
      color: #EB5B41; }
      .equipment__content-more:hover .more-icon {
        stroke: #EB5B41; }
    .equipment__content-more.active {
      margin-top: 20px; }
    @media screen and (max-width: 1199px) {
      .equipment__content-more {
        max-width: 320px; } }
  .equipment .more-icon {
    transition: .3s; }

.reviews {
  padding: 30px 0 60px; }
  .reviews__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8); }
  .reviews__slider {
    margin-top: 30px; }
  .reviews__slide {
    position: relative;
    width: 350px;
    height: 200px;
    transition: .3s; }
    .reviews__slide:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-image: url("../img/play-icon.svg");
      background-repeat: no-repeat;
      width: 60px;
      height: 60px;
      border-radius: 20px;
      backdrop-filter: blur(10px);
      transition: .3s; }
    .reviews__slide:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      transition: .3s; }
    .reviews__slide:hover:after {
      transform: translate(-50%, -50%) scale(1.1); }
    .reviews__slide:hover:before {
      background-color: rgba(255, 255, 255, 0.4); }
  .reviews .slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .reviews__btn-wrapper {
    position: absolute;
    top: 30px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 120px;
    width: 100%;
    height: 52px; }
    @media screen and (max-width: 767px) {
      .reviews__btn-wrapper {
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
        margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .reviews .reviews-btn {
      width: 155px; } }
  .reviews__next {
    left: 0; }
    .reviews__next:before {
      top: 12px;
      left: 20px;
      transform: rotate(45deg);
      border-left: 1px solid rgba(0, 0, 0, 0.6);
      border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
      @media screen and (max-width: 767px) {
        .reviews__next:before {
          left: 70px; } }
  .reviews__prev {
    right: 0; }
    .reviews__prev:before {
      top: 12px;
      right: 20px;
      transform: rotate(-45deg);
      border-right: 1px solid rgba(0, 0, 0, 0.6);
      border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
      @media screen and (max-width: 767px) {
        .reviews__prev:before {
          right: 70px; } }
  .reviews .swiper-button-disabled {
    opacity: .2;
    cursor: auto; }

.quiz {
  position: relative;
  width: 100%;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .quiz {
      padding: 15px 0; } }
  .quiz__background {
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -6;
    fill: #EB5B41; }
    @media screen and (max-width: 1199px) {
      .quiz__background {
        height: 100%; } }
  .quiz__title {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #FFF; }
  .quiz__subtitle {
    display: block;
    max-width: 700px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFF; }
  .quiz__steps {
    display: flex;
    align-items: center;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .quiz__steps {
        justify-content: space-between;
        max-width: 320px;
        margin: 0 auto; } }
  .quiz__step-wrapper {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-left: 30px;
    opacity: .4;
    transition: .5s; }
    .quiz__step-wrapper:first-child {
      margin-left: 0; }
    .quiz__step-wrapper.active {
      margin-right: auto;
      opacity: 1; }
      .quiz__step-wrapper.active .quiz__step-title {
        display: block;
        opacity: 1; }
        @media screen and (max-width: 767px) {
          .quiz__step-wrapper.active .quiz__step-title {
            display: none; } }
      @media screen and (max-width: 767px) {
        .quiz__step-wrapper.active {
          margin-right: 0; } }
    @media screen and (max-width: 1199px) {
      .quiz__step-wrapper {
        margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      .quiz__step-wrapper {
        position: relative; } }
  .quiz__step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    border: 1px solid #FFF;
    font-weight: 400;
    font-size: 4rem;
    line-height: 130%;
    color: #FFF;
  cursor: pointer}
    @media screen and (max-width: 1199px) {
      .quiz__step {
        width: 47px;
        height: 47px; } }
  .quiz__step-title {
    display: none;
    margin-left: 30px;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 130%;
    color: #FFF;
    opacity: 0;
    transition: .5s; }
    @media screen and (max-width: 1199px) {
      .quiz__step-title {
        margin-left: 15px; } }
    @media screen and (max-width: 767px) {
      .quiz__step-title {
        display: none; } }
  .quiz__step-mobile {
    display: none;
    max-width: 320px;
    margin: 20px auto 30px;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 130%;
    color: #FFF; }
    @media screen and (max-width: 767px) {
      .quiz__step-mobile {
        display: block; } }
  .quiz__form {
    margin-top: 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .quiz__form {
        margin-top: 0; } }

  .quiz__tab {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .quiz__tab.active {
      display: flex; }
    @media screen and (max-width: 767px) {
      .quiz__tab {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 10px; } }
  .quiz__tab-input {
    justify-content: space-between;
    flex-wrap: wrap; }

  .quiz__tab-questions {
    flex-wrap: wrap;
  }
  .quiz .choice {
    padding: 30px 10px;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 130%;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .5s; }
    .quiz .choice::placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .quiz .choice:focus {
      background-color: rgba(255, 255, 255, 0.4); }
    .quiz .choice:hover {
      background-color: rgba(255, 255, 255, 0.4); }
    .quiz .choice.selected {
      background-color: rgba(255, 255, 255, 0.4);
    }
    @media screen and (max-width: 767px) {
      .quiz .choice {
        margin-bottom: 20px; } }
  .quiz .choice-age {
    width: 24%; }
    @media screen and (max-width: 767px) {
      .quiz .choice-age {
        width: 100%;
        max-width: 320px; } }
  .quiz .choice-text {
    width: 100%;
    height: 91px;
    resize: none; }
  .quiz .choice-question {
    width: 49%; }
    @media screen and (max-width: 767px) {
      .quiz .choice-question {
        width: 100%;
        max-width: 320px; } }

  .quiz .choice-comment {
    width: 100%;
    padding: 0;
    resize: none;
    height: 0;
    transform: scaleZ(0);
    transition: .3s;
    overflow: hidden;
  }

.quiz .choice-comment.active {
  height: 90px;
  padding: 30px 10px;
  margin-top: 30px;
  transform: scaleZ(1);
}
  .quiz .choice-planning {
    width: 24%;
    height: 122px; }
    @media screen and (max-width: 767px) {
      .quiz .choice-planning {
        width: 100%;
        max-width: 320px;
        padding: 5px; } }

  .quiz .input-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 49%;
  }
  @media screen and (max-width: 767px) {
    .quiz .input-wrap {
      width: 100%;
      max-width: 320px; } }

  .quiz .choice-input {
    width: 100%;
     }

  .quiz .error-text {
      position: absolute;
      left: 0;
      bottom: -20px;
      display: none;
      font-size: 12px;
      color: #FFF;
      margin-top: 6px;
    }
@media screen and (max-width: 767px) {
  .quiz .error-text {
    bottom: 20px;
  }
}

   .input-wrap.input-error .error-text {
      display: block;
    }
    @media screen and (max-width: 767px) {
      .quiz .choice-input {
        margin-bottom: 40px } }

  .quiz__consent {
    display: flex;
    align-items: center;
    margin: 35px auto 0;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    color: #FFF; }
    .quiz__consent input[type="checkbox"] {
      margin-right: 18px;
      accent-color: #FFF;
      box-shadow: 0 0 0 1px black inset;
      border-radius: 3px;
      width: 16px;
      height: 16px; }
      @media screen and (max-width: 767px) {
        .quiz__consent input[type="checkbox"] {
          margin-right: 5px; } }
    @media screen and (max-width: 767px) {
      .quiz__consent {
        margin: 0;
        font-size: 1.2rem; } }
  .quiz__tab-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px; }
  .quiz__tab-buttons.active {
      justify-content: center;
  }
  .quiz .quiz-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 449px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFF;
    opacity: 1;
    transition: .5s; }

    .quiz .quiz-btn:hover {
      background: rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 1199px) {
      .quiz .quiz-btn {
        width: 250px; } }
    @media screen and (max-width: 767px) {
      .quiz .quiz-btn {
        width: 155px; } }
  .quiz .invisible {
    display: none;
    opacity: 0; }
  .quiz .arrow-prew {
    margin-right: 17px; }
  .quiz .arrow-next {
    margin-left: 17px; }
  .quiz .quiz-submit{

  }
  .quiz .quiz-submit.visible{
    opacity: 1;
    pointer-events: auto;
  }
  .quiz .quiz-next.disabled,
  .quiz .quiz-submit.disabled{
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
  }
.questions {
  padding: 100px 0 80px; }
  @media screen and (max-width: 767px) {
    .questions {
      padding: 60px 0; } }
  .questions__title {
    text-align: center; }
  .questions__subtitle {
    display: block;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 130%;
    text-align: center;
    color: rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 767px) {
      .questions__subtitle {
        margin-bottom: 30px;
        font-size: 1.6rem; } }
  .questions__list {
    border-radius: 20px;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden; }
  .questions .list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    .questions .list-item:last-child {
      border-bottom: none; }
    .questions .list-item:hover {
      background-color: rgba(0, 0, 0, 0.05); }
      .questions .list-item:hover .item-title:before, .questions .list-item:hover .item-title:after {
        opacity: 1; }
    .questions .list-item.active {
      background-color: rgba(0, 0, 0, 0.05); }
      .questions .list-item.active .item-title {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .questions .list-item.active .item-title:after {
          transform: translateY(-50%) scale(0); }
      /*.questions .list-item.active .item-desc {*/
      /*  max-height: 1000px; }*/
  .questions .item-title {
    position: relative;
    padding: 15px 80px 15px 20px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8); }
    .questions .item-title:before, .questions .item-title:after {
      content: '';
      position: absolute;
      background-color: rgba(0, 0, 0, 0.2);
      top: 50%;
      transform: translateY(-50%);
      opacity: 0;
      transition: .3s; }
    .questions .item-title:before {
      right: 10px;
      width: 28px;
      height: 2px; }
    .questions .item-title:after {
      right: 23px;
      width: 2px;
      height: 28px; }
  .questions .item-desc {
    height: 0;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: height 0.3s ease; }
    @media screen and (max-width: 767px) {
      .questions .item-desc {
        font-size: 1.6rem; } }

  .questions .desc-text {
    padding: 20px 130px 20px 20px;
  }
.menu-btn {
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 100; }
  .menu-btn.active .line {
    top: 50%;
    left: 50%;
    width: 18px; }
  .menu-btn.active .line-1 {
    transform: translate(-50%, -50%) rotate(45deg); }
  .menu-btn.active .line-2 {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .menu-btn .line {
    position: absolute;
    left: 7px;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    transition: .3s; }
  .menu-btn .line-1 {
    top: 10px;
    width: 16px; }
  .menu-btn .line-2 {
    bottom: 10px;
    width: 12px; }

.button-accent {
  position: relative;
  display: block;
  width: 380px;
  height: 146px;
  font-size: 1.4rem;
  text-transform: uppercase;
  border-radius: 73px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: .5s; }
  .button-accent:hover {
    color: #FFF;
    transition: .5s; }
  .button-accent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 146px;
    background-image: url("../img/C_button.png");
    background-repeat: no-repeat;
    background-size: contain; }
  @media screen and (max-width: 580px) {
    .button-accent {
      background-image: none;
      color: #EB5B41;
      background-color: transparent;
      border: 1px solid #EB5B41;
      border-radius: 25px;
      height: auto;
      padding: 10px 20px; }
      .button-accent:hover {
        background-color: #EB5B41;
        color: #FFF; }
      .button-accent:before {
        background-image: none; } }

.slider-btn {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background-color: #E6E6E6;
  cursor: pointer;
  transition: .3s; }
  .slider-btn:hover {
    background-color: #bdbdbd; }
  .slider-btn:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px; }

h1.title {
  font-size: 4rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 767px) {
    h1.title {
      font-size: 3rem; } }

h2.title {
  font-size: 4rem;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    h2.title {
      font-size: 3rem; } }

h3.title {
  font-size: 3rem;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    h3.title {
      font-size: 1.8rem; } }

.footer {
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.1); }
@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 100px;
        overflow: hidden
    }
}

  .footer__top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%; }
    @media screen and (max-width: 960px) {
      .footer__top {
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .footer__top {
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap; } }
  .footer .nav-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 22.4%; }
    @media screen and (max-width: 960px) {
      .footer .nav-list {
        width: 48%;
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .footer .nav-list {
        width: 100%;
        max-width: 420px; } }
  .footer .list-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 130%;
    color: #000; }
  .footer .list-desc {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8); }
  .footer .list-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
    transition: .3s; }
    .footer .list-btn:hover {
      background-color: rgba(0, 0, 0, 0.2); }
  .footer .btn-icon {
    width: 11px;
    height: 16px;
    margin-right: 20px;
    object-fit: contain; }
  .footer .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8); }
  .footer .light-color {
    display: block;
    width: 55px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.4); }
  .footer .list-link {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8);
    transition: .3s; }
    .footer .list-link:hover {
      color: #EB5B41; }
  .footer__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 130px;
    width: 100%; }
  .footer .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    transition: .3s; }
    .footer .social-link:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  .footer .link-icon {
    width: 17px;
    height: 17px;
    object-fit: contain; }
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px; }
    @media screen and (max-width: 960px) {
      .footer__bottom {
        flex-direction: column; } }
  .footer__logo {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 960px) {
      .footer__logo {
        margin-bottom: 30px; } }
  .footer .logo-img {
    width: 90px;
    height: 90px;
    object-fit: contain; }
    @media screen and (max-width: 767px) {
      .footer .logo-img {
        width: 70px;
        height: 70px; } }
  .footer .logo-desc {
    display: block;
    max-width: 163px;
    margin-left: 20px;
    font-size: 1.4rem;
    font-weight: 400; }
  .footer__copyright {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 960px) {
      .footer__copyright {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .footer__copyright {
        text-align: center; } }
  .footer .dom {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.8);
    transition: .3s; }
    .footer .dom:hover {
      color: #EB5B41; }
    @media screen and (max-width: 767px) {
      .footer .dom {
        color: #7BA0FF; } }
  .footer__navigation {
    display: none;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    z-index: 50;
    transition: .3s; }
    .footer__navigation:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -10;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(5px); }
    @media screen and (max-width: 767px) {
      .footer__navigation {
        display: flex;
        bottom: -100%; }
      .footer__navigation.active {
        bottom: 0;
        padding-bottom: env(safe-area-inset-bottom);
        height: calc(70px + env(safe-area-inset-bottom));
      }}
  .footer__menu {
    position: absolute;
    bottom: 69px;
    left: 0;
    width: 100%;
    max-height: 0;
    background-color: rgba(229, 229, 229, 0.8);
    backdrop-filter: blur(5px);
    overflow: hidden;
    transition: .5s; }
    .footer__menu.active {
      max-height: 1000px; }
  .footer .menu-list {
    padding: 50px 20px; }
  .footer .menu-item {
    margin-bottom: 30px;
    font-size: 2.4rem; }
    .footer .menu-item:last-child {
      margin-bottom: 0; }
  .footer__lang {
    position: absolute;
    width: 100%;
    max-height: 0;
    bottom: 70px;
    left: 0;
    z-index: 100;
    background-color: rgba(229, 229, 229, 0.8);
    backdrop-filter: blur(5px);
    overflow: hidden;
    transition: .3s; }
    .footer__lang.active {
      max-height: 1000px; }
  .footer__lang-select {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    padding: 50px 45px;
    transition: .3s; }
  .footer .lang-item {
    justify-content: end;
    padding: 0;
    font-size: 2.4rem; }
  .footer .lang-item.active {
    display: none; }
  .footer .select-lang {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 50px;
    height: 30px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    color: #000; }
    .footer .select-lang:after {
      content: '';
      position: absolute;
      bottom: 12px;
      right: 10px;
      width: 6px;
      height: 6px;
      border-left: 2px solid rgba(0, 0, 0, 0.2);
      border-top: 2px solid rgba(0, 0, 0, 0.2);
      transform: rotate(-135deg);
      transition: .3s; }
    .footer .select-lang.active:after {
      transform: rotate(45deg); }
.thanks,
.error {
  position: relative;
  overflow: hidden; }
.thanks .img-wrapper,
.error .img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%; }
@media screen and (max-width: 767px) {
  .thanks .img-wrapper,
  .error .img-wrapper {
    width: 1100px;
    right: 0; } }
.thanks .page-img,
.error .page-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.thanks__content,
.error__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 160px 0; }
.thanks__title,
.error__title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.8); }
@media screen and (max-width: 767px) {
  .thanks__title,
  .error__title {
    font-size: 3rem; } }
.thanks__subtitle,
.error__subtitle {
  margin-top: 10px;
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6); }
.thanks__btn,
.error__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 245px;
  height: 50px;
  border-radius: 10px;
  padding: 10px;
  background-color: #EB5B41;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #FFF;
  transition: 0.3s; }
.thanks__btn:hover,
.error__btn:hover {
  color: #EB5B41;
  background-color: #FFF;
  box-shadow: 0 0 0 2px #eb5b41 inset; }
.thanks__btn:hover path,
.error__btn:hover path {
  fill: #EB5B41; }
.thanks .arrow-prew,
.error .arrow-prew {
  margin-right: 17px; }
.thanks .arrow-prew path,
.error .arrow-prew path {
  transition: 0.3s; }

* {
  outline: none;
  box-sizing: border-box; }
  *:after, *:before {
    transition: inherit; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  font-family: "Geologica", sans-serif;
  overflow-x: hidden; }

:root {
  font-size: 10px;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: .3s; }

input,
button,
textarea {
  outline: none;
  background: none;
  border: none;
  padding: 0;
  color: #000;
  cursor: pointer;
  transition: .3s;
  outline: 0; }

.lang-item {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  height: 30px;
  width: 100%;
  flex-shrink: 0;
  padding-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s; }
  .lang-item:hover {
    color: rgba(235, 91, 65, 0.6); }
  .lang-item.active {
    order: -1; }
  @media screen and (max-width: 767px) {
    .lang-item {
      padding-right: 25px; } }

.section-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4); }

.modal-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  display: none;
  z-index: 100;
  &.active {
    display: block;
  }
}

.modal {
  width: calc(100% - 40px);
  max-width: 680px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #FFF;
  transition: .3s;
  z-index: 110;
  &.active {
    transform: translate(-50%, -50%) scale(1);
  }
  &:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95.5%;
    height: 95.5%;
    border-radius: 30px;
    z-index: -1;
    border: 5px solid #EB5B41;
  }
  @media screen and (max-width: 767px) {
    &:before {
      width: 94%;
      height: 94%;
    }
  }

  .modal-close {
    position: absolute;
    top: 50px;
    right: 50px;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    &:before,
    &:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 2px;
      top: 50%;
      left: 50%;
      background-color: #000;
    }
    &:before {
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    &:after {
      transform: translate(-50%, -50%) rotate(45deg);
    }
  }
  @media screen and (max-width: 767px) {
    .modal-close {
      top: 50px;
      right: 30px;
    }
  }

  .title {
    max-width: 405px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 3rem;
    line-height: 133%;
    color: #000;
  }
  @media screen and (max-width: 767px) {
    .title {
      max-width: 195px;
      font-size: 1.8rem;
    }
  }

  .input-wrap {
    position: relative;
    max-width: 350px;
    margin-bottom: 30px;
  }

  /* инпуты */
  .form-input {
    resize: none;
    width: 100%;
    height: 50px;
    padding: 15px 0;
    border-bottom: 1px solid #000;
    outline: none;
    font-size: 16px;
    transition: 0.2s;
  }

  .form-input.filled + .input-label {
    top: -8px;
    font-size: 12px;
    color: #333;
  }

  /* label */
  .input-label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    color: rgba(0,0,0, .6);
    transition: 0.2s;
    pointer-events: none;
  }

  /* плавающий label */
  .form-input:focus + .input-label,
  .form-input:not(:placeholder-shown) + .input-label {
    top: -8px;
    font-size: 12px;
    color: rgba(0,0,0, .6);
    background: #fff;
  }

  /* ошибка */
  .error-text {
    display: none;
    font-size: 12px;
    color: #EB5B41;
    margin-top: 6px;
  }

  /* красная рамка */
  .was-validated .form-input:invalid {
    border-color: #EB5B41;
  }

  /* label красный */
  .was-validated .form-input:invalid + .input-label {
    color: #EB5B41;
    opacity: .2;
  }

  /* показать текст ошибки */
  .was-validated .form-input:invalid ~ .error-text {
    display: block;
  }

  .input-wrap.input-error .error-text {
    display: block;
  }

  .input-wrap--checkbox {
    max-width: 100%;
    margin-top: 10px;
  }

  /* скрываем дефолтный */
  .form-checkbox {
    display: none;
  }

  .checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

  /* кастомный квадрат */
  .checkbox-custom {
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
  }

  /* галочка */
  .form-checkbox:checked + .checkbox-custom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  /* текст */
  .checkbox-text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
  }

  /* ошибка */
  .was-validated .form-checkbox:invalid + .checkbox-custom {
    border-color: #EB5B41;
  }

  .was-validated .form-checkbox:invalid ~ .checkbox-text {
    color: #EB5B41;
  }

  .was-validated .form-checkbox:invalid ~ .error-text {
    display: block;
  }

  .form-submit {
    width: 100%;
    max-width: 580px;
    height: 50px;
    background-color: #EB5B41;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    color: #FFF;
    box-shadow: 0 0 0 2px rgba(235, 91, 65, 1) inset;
    border-radius: 10px;
    transition: .3s;
    .arrow {
      margin-left: 10px;
    }
    path {
      transition: .3s;
    }
    &:hover {
      color: #EB5B41;
      background-color: #FFF;
      path {
        fill: #EB5B41;
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 50px 30px;
  }
}

.modal-map {
  height: 100%;
  max-height: fit-content;
  padding: 30px;
  iframe {
    display: none;
  }
  &.active {
    iframe {
      display: block;
    }
  }
  .modal-close {
    top: 30px;
    right: 30px;
  }
}

.about__marquee {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 75px;
    z-index: 0;
    width: 120%;
    height: 50px;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    background: linear-gradient(90deg, rgba(235, 91, 65, 0) 0%, #7BA0FF 10%, #7BA0FF 90%, #7BA0FF 100%);
    transform: rotate(-4deg); }
@media screen and (max-width: 1199px) {
    .about__marquee {
        bottom: 200px; } }
.about__marquee-track {
    display: flex;
    width: max-content;
    gap: 40px;
    will-change: transform;
    transform-style: preserve-3d;}
.about__marquee-item {
    position: relative;
    white-space: nowrap;
    flex-shrink: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #FFF;}
.about__marquee-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -34px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url("../img/star.svg");
    background-repeat: no-repeat;
    background-size: contain; }

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}

.form-toast {
  min-width: 260px;
  max-width: 320px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #ff3b30;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);

  transform: translateX(120%);
  opacity: 0;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.form-toast.show {
  transform: translateX(0);
  opacity: 1;
}
.grecaptcha-badge {
  display: none;
}
/*# sourceMappingURL=main.css.map*/