@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Light.woff2") format("woff2"), url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Semibold.woff2") format("woff2"), url("fonts/Gilroy-Semibold.woff") format("woff"), url("fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
:root {
  font-size: 20px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input, textarea {
  outline: none;
  border-radius: 0;
  width: 100%;
  height: 3rem;
  border: 1px solid #D6D6D6;
  border-radius: .5rem;
  padding: 0 1.15rem; }
  input::placeholder, textarea::placeholder {
    color: #D6D6D6; }
  input:focus, textarea:focus {
    color: #FF0008;
    border-color: #FF0008; }
  input.error, textarea.error {
    color: red !important;
    border-color: red !important; }

textarea {
  resize: none;
  padding: 1.25rem;
  height: 9rem; }
  textarea:focus {
    color: #111;
    border-color: #FF0008; }

.form_code {
  appearance: none;
  -moz-appearance: textfield; }
  .form_code::-webkit-inner-spin-button, .form_code::-webkit-outer-spin-button {
    margin: 0;
    appearance: none; }

html {
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #111;
  border: 1px solid #ddd; }

body {
  font-family: 'Gilroy', sans-serif;
  color: #111;
  font-size: 0.9rem; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  width: 100%;
  max-width: 72rem;
  padding: 0 2rem;
  margin: 0 auto; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FF0008;
  color: #fff;
  border-radius: .5rem;
  font-weight: 500; }
  .btn:hover {
    background: #D70000; }
  .btn-white {
    backdrop-filter: blur(0.75rem);
    background: rgba(255, 255, 255, 0.2); }
    .btn-white:hover {
      background: #FF0008; }

.page-title {
  font-size: 1.8rem; }

.counter {
  display: flex;
  align-items: center; }
  .counter span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border-radius: 1rem;
    border: 1px solid #D6D6D6;
    width: 3.5rem;
    height: 3.5rem;
    background: #fff; }
    .counter span img {
      width: 0.8rem; }
    .counter span:hover {
      border-color: #FF0008; }
  .counter input {
    width: 3.5rem;
    text-align: center;
    outline: none;
    border-radius: .5rem;
    background: transparent;
    color: #fff;
    border: none; }
    .counter input:focus {
      border: none;
      background: transparent; }

.mobile-menu {
  display: none; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.6);
  display: none; }
  .popup.active .popup-content {
    opacity: 1; }
    .popup.active .popup-content::before {
      transform: none; }
  .popup.active .popup-form {
    transform: none; }
  .popup .errorText {
    color: #FF0008;
    line-height: 1.5;
    display: none; }
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31rem;
    height: 31rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 5.3rem;
    opacity: 0;
    transition: .6s all; }
    .popup-content::before {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: #fff;
      z-index: -1;
      border-radius: 50%;
      transition: .8s all;
      transform: scale(0);
      transform-origin: center top; }
  .popup__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    background: #FF0008;
    box-shadow: 0px 0.75rem 1.5rem rgba(0, 101, 158, 0.15);
    border-radius: 50%;
    top: -1.75rem;
    z-index: 2; }
    .popup__close:hover {
      background: #D70000; }
    .popup__close img {
      width: 1.3rem; }
  .popup-step {
    width: 100%;
    display: none; }
  .popup__title {
    font-size: 1.9rem;
    margin-bottom: 1rem; }
    .popup__title span {
      color: #FF0008; }
  .popup__text {
    color: #828282;
    max-width: 17rem;
    margin: 0 auto 1.5rem; }
  .popup-form {
    transition: .6s all;
    transform: scale(0.6);
    text-align: left;
    width: 100%; }
    .popup-form__item {
      margin-bottom: 1rem; }
      .popup-form__item p {
        color: #FF0008;
        margin-bottom: 0.5rem; }
    .popup-form .btn {
      width: 100%;
      height: 3rem;
      font-weight: 600; }
      .popup-form .btn-margin {
        margin-top: 1.5rem; }
    .popup-form__text {
      margin-top: -.5rem;
      margin-bottom: .5rem;
      line-height: 1.5; }
    .popup-form__create {
      margin-top: 0.5rem;
      border: 1px solid #FF0008;
      background: #fff;
      color: #FF0008; }
      .popup-form__create:hover {
        color: #fff; }
    .popup-form__forget {
      color: #FF0008; }
      .popup-form__forget:hover {
        color: #D70000; }
  .popup-enter {
    display: block;
    padding: 0 1rem; }
  .popup-done__text {
    color: #FF0008; }
  .popup-code__retry {
    display: none;
    color: #FF0008; }

.feedback-done {
  display: none;
  width: 100%; }
  .feedback-done .popup__text {
    margin-bottom: 0; }
.feedback-wrap {
  width: 100%; }
.feedback__img {
  margin-bottom: 1.5rem; }
  .feedback__img img {
    display: inline-block;
    width: 7rem; }

.login .popup-content {
  padding-bottom: 1rem; }
.login .popup-form {
  margin-top: -.5rem; }

.pagination {
  display: flex;
  margin-top: 3rem;
  justify-content: center;
  gap: .75rem;
  font-weight: 700; }
  .pagination .page-item {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .pagination .page-item:last-child {
      border: none; }
    .pagination .page-item.active .page-link {
      background: #FF0008;
      color: #fff; }
    .pagination .page-item.disabled {
      pointer-events: none;
      opacity: .7; }
  .pagination .page-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #111;
    background: #f7f7f7;
    border-radius: 50%; }
    .pagination .page-link:hover {
      background: #FF0008;
      color: #fff; }
    .pagination .page-link svg {
      width: 1.2rem;
      height: 1.2rem; }

.page {
  position: relative;
  color: #fff;
  min-height: calc(100svh - 4rem); }
  .page__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: -1; }
    .page__bg::before {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      z-index: 1;
      background: rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(15px); }
    .page__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.register {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none; }
  .register .errorText {
    color: #FF0008;
    line-height: 1.5;
    margin: -0.3rem 0 .3rem;
    display: none; }
  .register-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    width: 36rem;
    max-height: calc(100dvh - 3rem);
    overflow: auto; }
  .register-head {
    text-align: center;
    margin-bottom: 1.5rem; }
  .register__logo {
    margin-bottom: 1rem; }
    .register__logo img {
      display: inline-block;
      width: 12rem; }
  .register__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700; }
  .register__text {
    color: #828282;
    font-weight: 300; }
  .register-form__wrap {
    display: flex;
    gap: 1rem; }
  .register-form__item {
    margin-bottom: 1rem;
    width: 100%; }
  .register-form__input {
    display: flex;
    flex-direction: column-reverse;
    position: relative; }
    .register-form__input svg {
      position: absolute;
      width: 1.2rem;
      height: 1.2rem;
      bottom: 0.9rem;
      left: 0.9rem; }
    .register-form__input input {
      width: 100%;
      padding-left: 2.7rem;
      color: #111; }
      .register-form__input input:focus + div {
        color: #FF0008; }
    .register-form__input div {
      color: #D6D6D6;
      margin-bottom: 0.5rem; }
  .register-form__name {
    margin-bottom: 0.5rem; }
  .register-form__lang {
    display: flex;
    font-size: 0.8rem;
    gap: 1rem; }
    .register-form__lang label {
      display: inline-flex;
      align-items: center;
      cursor: pointer;
      user-select: none; }
      .register-form__lang label input {
        appearance: none;
        display: none; }
        .register-form__lang label input:checked + p img {
          border-color: #FF0008; }
      .register-form__lang label p {
        display: inline-flex;
        align-items: center;
        gap: .5rem; }
        .register-form__lang label p img {
          border-radius: 50%;
          border: .2rem solid #f5f5f5;
          width: 2rem; }
  .register-form__theme {
    display: flex;
    font-size: 0.8rem;
    gap: 1rem; }
    .register-form__theme label {
      display: inline-flex;
      align-items: center;
      cursor: pointer;
      user-select: none; }
      .register-form__theme label input {
        appearance: none;
        display: none; }
        .register-form__theme label input:checked + div p {
          border-color: #FF0008; }
      .register-form__theme label #dark + div p {
        background: #262932; }
      .register-form__theme label div {
        display: inline-flex;
        align-items: center;
        gap: .5rem; }
        .register-form__theme label div p {
          border-radius: 50%;
          width: 2rem;
          height: 2rem;
          border: .2rem solid #f5f5f5; }
  .register-form__check {
    margin-bottom: 1.2rem; }
    .register-form__check label {
      display: inline-flex;
      align-items: center;
      cursor: pointer;
      gap: .5rem;
      user-select: none; }
    .register-form__check input {
      appearance: none;
      width: 1.2rem;
      height: 1.2rem;
      flex-shrink: 0;
      border: 1px solid #FF0008;
      position: relative;
      border-radius: 50%; }
      .register-form__check input::after {
        width: .8rem;
        height: .8rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        content: ''; }
      .register-form__check input:checked::after {
        background: #FF0008; }
    .register-form__check a {
      color: #FF0008; }
      .register-form__check a:hover {
        color: #D70000; }
  .register-form__btn .btn {
    width: 100%;
    height: 3rem;
    font-weight: 700; }

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-mobile {
    display: none; }
  .header__logo {
    color: #fff;
    display: block;
    width: 10.3rem;
    height: 2.1rem; }
    .header__logo svg {
      width: 100%;
      height: 100%;
      display: block; }
  .header-wrap {
    display: flex;
    align-items: center;
    gap: 2rem; }
  .header-menu {
    display: flex;
    gap: 1.7rem;
    font-weight: 500; }
    .header-menu a {
      color: #D2D2D2; }
      .header-menu a:hover {
        color: #fff; }
      .header-menu a.active {
        position: relative;
        color: #fff; }
        .header-menu a.active::after {
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background: #fff;
          content: '';
          bottom: -1.5rem; }
  .header__tel {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    font-weight: 700; }
    .header__tel:hover {
      color: #FF0008; }
    .header__tel svg {
      width: 1.1rem;
      height: 1.1rem; }
  .header__lang {
    display: inline-flex; }
    .header__lang img {
      width: 1.5rem; }
  .header__btn {
    width: 6.5rem;
    height: 2.5rem; }
  .header-static {
    position: static;
    border-bottom: none;
    box-shadow: 0px 0px 1.5rem 0px rgba(0, 0, 0, 0.25); }
    .header-static .header__logo {
      color: #111; }
    .header-static .header-menu a {
      color: #828282; }
      .header-static .header-menu a:hover {
        color: #111; }
      .header-static .header-menu a.active {
        color: #111; }
        .header-static .header-menu a.active::after {
          background: #FF0008; }
    .header-static .header__tel {
      color: #FF0008; }
      .header-static .header__tel:hover {
        color: #FF0008; }
      .header-static .header__tel span {
        color: #111; }

.main {
  height: 100svh;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative; }
  .main__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .main__bg::before {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.4);
      z-index: 1; }
    .main__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .main__title {
    max-width: 40rem;
    line-height: 1.15;
    font-weight: 600;
    font-size: 3.4rem;
    margin: 0 auto 1.5rem; }
  .main__text {
    font-weight: 500;
    margin-bottom: 2.5rem;
    line-height: 1;
    font-size: 1.3rem; }
  .main-btns {
    display: flex;
    gap: 2rem;
    justify-content: center; }
    .main-btns .btn {
      width: 9.6rem;
      height: 3rem; }
  .main-footer {
    position: absolute;
    left: 0;
    bottom: 1.5rem;
    width: 100%;
    color: #E0E0E0; }
    .main-footer p a {
      color: #E0E0E0; }
      .main-footer p a:hover {
        color: #FF0008; }
    .main-footer p:nth-child(1) {
      width: 50%;
      text-align: left; }
    .main-footer p:nth-child(3) {
      width: 50%;
      text-align: right; }
    .main-footer .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .main-social {
    display: flex;
    gap: 1rem;
    flex-shrink: 0; }
    .main-social li {
      display: flex; }
    .main-social a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      background: #fff;
      color: #FF0008; }
      .main-social a:hover {
        color: #fff;
        background: #FF0008; }
      .main-social a svg {
        width: 1.2rem;
        height: 1.2rem; }
  .main-link {
    border-radius: 1rem;
    overflow: hidden;
    height: 3.5rem;
    display: flex;
    width: 100%;
    margin: 0 auto 3.5rem;
    max-width: 56rem; }
    .main-link__input {
      width: calc(100% - 13rem);
      position: relative; }
      .main-link__input img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.2rem;
        left: 1.25rem; }
      .main-link__input input {
        border-radius: 0;
        width: 100%;
        padding-left: 3.2rem;
        border: none;
        height: 100%; }
        .main-link__input input:focus {
          color: #111; }
        .main-link__input input:placeholder-shown + p {
          display: block; }
      .main-link__input p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 3.2rem;
        color: #111;
        z-index: 2;
        pointer-events: none;
        display: none; }
        .main-link__input p span {
          color: #828282; }
    .main-link__btn {
      width: 13rem;
      border-radius: 0; }
  .main-shops__list {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem; }
    .main-shops__list li {
      width: 17%; }
    .main-shops__list a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 5rem;
      border-radius: 1rem;
      background: #fff;
      padding: 0.5rem; }
      .main-shops__list a img {
        display: block;
        object-fit: contain;
        max-height: 100%; }
      .main-shops__list a:hover {
        background: #D6D6D6; }

.order {
  padding: 6rem 0 4.5rem;
  color: #fff; }
  .order .page-title {
    margin-bottom: .5rem; }
  .order__subtitle {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    font-weight: 500; }
  .order-form {
    margin: 0 auto;
    max-width: 45rem; }
    .order-form__item {
      margin-bottom: 1.5rem; }
    .order-form__name {
      margin-bottom: 0.6rem;
      padding-left: 1.25rem;
      font-weight: 600; }
    .order-form__input {
      display: flex;
      flex-direction: column-reverse;
      position: relative; }
      .order-form__input svg {
        position: absolute;
        width: 1.2rem;
        height: 1.2rem;
        bottom: 1.15rem;
        left: 1.25rem;
        color: #D6D6D6; }
      .order-form__input input {
        width: 100%;
        padding-left: 3.2rem;
        color: #111;
        border-radius: 1rem;
        height: 3.5rem; }
        .order-form__input input:focus + svg {
          color: #FF0008; }
        .order-form__input input::placeholder {
          color: #111; }
    .order-form__link input {
      padding-right: 11rem; }
    .order-form__link a {
      right: 1.5rem;
      color: #FF0008;
      position: absolute;
      bottom: 1.15rem; }
      .order-form__link a:hover {
        color: #D70000; }
    .order-form__wrap {
      display: flex;
      gap: 2.5rem; }
      .order-form__wrap .order-form__item {
        width: 15.5rem; }
      .order-form__wrap .order-form__count {
        width: auto; }
    .order-form__textarea textarea {
      border-radius: 1rem; }
    .order-form__btn {
      margin-top: 1.5rem;
      text-align: center; }
      .order-form__btn .btn {
        width: 12.5rem;
        height: 3rem;
        font-weight: 700;
        border-radius: 1rem;
        box-shadow: 0px 0.5rem 1rem 0px rgba(215, 0, 0, 0.15); }
  .order-check {
    margin-bottom: 1.5rem; }
    .order-check__head {
      margin-bottom: 1.2rem;
      font-weight: 600; }
      .order-check__head p {
        font-weight: 400;
        font-size: 0.7rem;
        color: #FF0008; }
    .order-check__label {
      display: flex;
      align-items: flex-start;
      gap: .9rem;
      max-width: 30.5rem; }
    .order-check__input {
      appearance: none;
      flex-shrink: 0;
      width: 1.4rem;
      height: 1.4rem;
      position: relative;
      border-radius: .5rem;
      background: #fff; }
      .order-check__input::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: .9rem;
        height: .9rem;
        border-radius: .3rem;
        content: ''; }
      .order-check__input:checked {
        border-color: #FF0008; }
        .order-check__input:checked::after {
          background: #FF0008; }
    .order-check__text span {
      color: #FF0008; }
    .order-check__text div {
      font-weight: 600;
      margin-bottom: 0.75rem; }
    .order-check__text p {
      font-size: 0.8rem; }

.services {
  padding: 6rem 0 7rem; }
  .services .page-title {
    margin-bottom: 3rem; }
  .services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
  .services-item {
    width: calc(50% - 1rem);
    height: 20rem;
    border-radius: 1.5rem;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 1rem; }
    .services-item:hover .services-item__wrap {
      transform: none; }
      .services-item:hover .services-item__wrap::after {
        opacity: 1; }
    .services-item:hover .services-item__btn {
      opacity: 1; }
    .services-item__img {
      width: 100%;
      height: 100%;
      position: relative; }
      .services-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 45.83%, rgba(0, 0, 0, 0) 100%); }
      .services-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .services-item__wrap {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 1;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      gap: 1.6rem;
      transition: .6s all;
      transform: translateY(3.5rem);
      z-index: 2; }
      .services-item__wrap::after {
        background: linear-gradient(0deg, rgba(255, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 85%);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: -1;
        content: '';
        opacity: 0;
        transition: .6s all; }
    .services-item__title {
      font-weight: 700;
      font-size: 1.8rem; }
    .services-item__btn {
      transition: .6s all;
      opacity: 0;
      height: 2.5rem;
      border-radius: .5rem;
      width: 8.5rem;
      font-size: 0.9rem;
      color: #FF0008;
      background: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
  .services-single {
    padding: 10rem 0; }
    .services-single__head {
      display: flex;
      gap: 4.5rem;
      margin-bottom: 4.5rem; }
    .services-single__wrap {
      width: 48%; }
    .services-single__title {
      font-size: 1.8rem;
      margin-bottom: 3rem;
      max-width: 20rem; }
    .services-single__text {
      line-height: 1.66;
      margin-bottom: 2.5rem; }
    .services-single__btn {
      height: 2.5rem;
      padding: 0 1.5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: .5rem;
      color: #fff;
      background: #FF0008; }
      .services-single__btn:hover {
        background: #D70000; }
    .services-single__img {
      width: 52%;
      height: 23.5rem;
      border-radius: 1.5rem;
      overflow: hidden;
      position: relative;
      box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.25); }
      .services-single__img::after {
        background: linear-gradient(0deg, rgba(255, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 85%);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: ''; }
      .services-single__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .services-single__content {
      line-height: 1.66; }

.about {
  padding: 3rem 0 5rem; }
  .about .page-title {
    margin-bottom: 5rem; }
  .about-main {
    position: relative;
    margin-bottom: 3rem; }
  .about-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12vw;
    color: #FF0008;
    pointer-events: none; }
    .about-arrows__title {
      font-size: 6rem;
      font-weight: 700; }
    .about-arrows span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      border: 1px solid #fff;
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      background: #FF0008;
      pointer-events: auto; }
      .about-arrows span img {
        width: 1.7rem; }
      .about-arrows span:hover {
        background: #D70000; }
  .about-gallery .owl-stage {
    display: flex;
    align-items: center;
    margin-left: -1rem; }
    .about-gallery .owl-stage-outer {
      padding: 2.2rem 0;
      height: calc(35vw + 3.9rem); }
  .about-gallery .owl-item.center .about-gallery__item {
    height: calc(35vw - .5rem);
    width: calc(35vw - .5rem); }
  .about-gallery__item {
    height: calc(32.5vw - 1.7rem);
    width: calc(32.5vw - 1.7rem);
    margin-right: 2.2rem;
    transition: .8s all;
    position: relative; }
    .about-gallery__item::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      pointer-events: none;
      background: rgba(0, 0, 0, 0.2); }
    .about-gallery__item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .about__text {
    line-height: 1.8;
    font-size: 0.9rem; }

.news {
  padding: 6rem 0 5rem; }
  .news .page-title {
    margin-bottom: 3.8rem; }
  .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
  .news-item {
    width: calc(50% - 1rem);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 1.5rem;
    overflow: hidden;
    color: #fff;
    height: 17rem;
    z-index: 1;
    padding: 2rem; }
    .news-item::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      opacity: 0;
      background: #FF0008;
      z-index: -1;
      content: '';
      transition: .6s all; }
    .news-item:hover::after {
      opacity: 1; }
    .news-item__bg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -2; }
      .news-item__bg::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(91deg, rgba(0, 0, 0, 0.5) 0.48%, rgba(0, 0, 0, 0) 46.76%); }
      .news-item__bg img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-item__title {
      font-size: 1.4rem;
      max-width: 22rem; }
    .news-item__date {
      text-align: center;
      display: inline-flex;
      flex-direction: column;
      line-height: 1.2;
      font-size: 1.1rem; }
      .news-item__date strong {
        font-size: 3rem;
        font-weight: 700; }
    .news-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
  .news-single {
    padding: 6rem 0 5rem; }
    .news-single__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1.5rem;
      margin-bottom: 3rem; }
    .news-single__title {
      font-size: 1.8rem;
      line-height: 1.3;
      max-width: 23rem; }
    .news-single__date {
      color: #FF0008;
      text-align: center;
      display: inline-flex;
      flex-direction: column;
      font-size: 1.1rem;
      line-height: 1; }
      .news-single__date strong {
        font-size: 3rem;
        font-weight: 700; }
    .news-single__img {
      width: 100%;
      margin-bottom: 2rem; }
      .news-single__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        max-height: 22rem;
        border-radius: 1.5rem; }
    .news-single__content {
      line-height: 1.66; }

.contact {
  padding: 6rem 0 6rem; }
  .contact .page-title {
    margin-bottom: 3rem; }
  .contact-main {
    height: 35rem;
    border-radius: 1rem;
    box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    margin-bottom: 5rem; }
  .contact__map {
    width: 100%;
    height: 100%; }
    .contact__map #contactMap {
      width: 100%;
      height: 100%; }
  .contact-card {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 2;
    width: 34rem;
    display: flex;
    border-radius: 1rem;
    background: #FF0008;
    color: #fff;
    font-size: 0.8rem; }
    .contact-card__col {
      width: 50%;
      padding: 1.5rem;
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      .contact-card__col:last-child {
        border: none; }
  .contact-item {
    margin-bottom: 1.4rem; }
    .contact-item:last-child {
      margin-bottom: 0; }
  .contact__text {
    padding-left: 1.75rem;
    opacity: .7;
    line-height: 1.4; }
    .contact__text a {
      color: #fff;
      border-bottom: 1px solid transparent; }
      .contact__text a:hover {
        border-color: #fff; }
  .contact__title {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.1rem; }
    .contact__title img {
      width: 1rem;
      margin-top: 0.3rem; }
    .contact__title span {
      position: relative; }
      .contact__title span::after {
        position: absolute;
        bottom: -0.6rem;
        left: 0;
        height: 3px;
        width: 1.8rem;
        content: '';
        background: #fff; }
  .contact__numbers {
    margin: 1.5rem 0 1rem;
    font-size: 1.3rem;
    font-weight: 700; }
    .contact__numbers a {
      color: #fff;
      border-bottom: 1px solid transparent; }
      .contact__numbers a:hover {
        border-color: #fff; }
  .contact__btn {
    width: 100%;
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 3rem;
    color: #FF0008;
    border: 1px solid #fff;
    font-weight: 700; }
    .contact__btn:hover {
      background: #FF0008;
      color: #fff; }
  .contact .main-shops__list a {
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05); }
    .contact .main-shops__list a:hover {
      background: #f5f5f5; }

@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 8; }
    .mobile-menu .container {
      padding-bottom: 7rem;
      height: 100dvh;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      width: 100%; }
    .mobile-menu__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.75rem 0;
      width: 100%; }
    .mobile-menu__close {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: .5rem;
      background: #FF0008; }
      .mobile-menu__close img {
        width: 1.1rem; }
    .mobile-menu__logo {
      width: 10.3rem;
      height: 2.1rem; }
      .mobile-menu__logo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .mobile-menu__list {
      font-size: 1.5rem;
      text-align: center; }
      .mobile-menu__list li {
        margin-bottom: 2rem; }
      .mobile-menu__list a {
        color: #111;
        padding-bottom: 0.2rem; }
        .mobile-menu__list a.active {
          border-bottom: 1px solid #111; }
    .mobile-menu__btn {
      font-size: 1.1rem;
      width: 15rem;
      height: 3.5rem; }

  .header-menu, .header__tel {
    display: none; }
  .header-wrap {
    gap: 1rem; }
  .header-mobile {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem; }
    .header-mobile img {
      width: 100%; }

  .main-link__input p span {
    display: none; }
  .main-shops__list {
    gap: 1rem; }

  .about-gallery .owl-stage {
    margin-left: -8vw; }
    .about-gallery .owl-stage-outer {
      padding: 1.5rem 0;
      height: calc(65vw + 3rem); }
  .about-gallery .owl-item.center .about-gallery__item {
    height: calc(65vw);
    width: calc(65vw); }
  .about-gallery__item {
    height: calc(50vw);
    width: calc(50vw);
    margin: 0 .75rem; }
  .about-arrows {
    padding: 0;
    justify-content: center; }
    .about-arrows span {
      display: none; }

  .news-list {
    gap: 1.5rem; }
  .news-item {
    width: calc(50% - .75rem);
    padding: 1.5rem; }

  .services-item {
    width: calc(50% - 1rem); }
  .services-single {
    padding: 7rem 0 8rem; }
    .services-single__head {
      gap: 2.5rem;
      flex-direction: column; }
    .services-single__wrap, .services-single__img {
      width: 100%; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .page-title {
    font-size: 1.7rem; }

  .pagination {
    margin-top: 1.5rem;
    gap: .3rem; }
    .pagination .page-item {
      width: 2.2rem;
      height: 2.2rem;
      font-size: 0.9rem; }

  .popup__close {
    width: 2.5rem;
    height: 2.5rem;
    top: -1.25rem; }
  .popup-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -21vw;
    width: 140vw;
    height: 140vw;
    padding: 21vw 30vw;
    justify-content: center; }
  .popup-enter {
    padding: 0 0 1rem; }

  .login .popup-content {
    padding-bottom: 27vw; }

  .register-content {
    width: calc(100% - 2rem);
    padding: .75rem 1rem 1rem;
    border-radius: 1rem; }
  .register-head {
    margin-bottom: 1rem; }
  .register__logo {
    margin-bottom: 0.25rem; }
    .register__logo img {
      width: 9rem; }
  .register-form__wrap {
    flex-direction: column;
    gap: 0; }
  .register-form__input input {
    height: 2.5rem;
    padding-left: 2.5rem; }
  .register-form__input svg {
    bottom: 0.65rem;
    left: 0.65rem; }
  .register-form__check {
    margin-bottom: 1rem;
    font-size: 0.85rem; }

  .mobile-menu .container {
    padding-bottom: 1rem; }
  .mobile-menu__head {
    padding: 0.65rem 0; }
  .mobile-menu__logo {
    width: 7.35rem;
    height: 1.5rem; }
  .mobile-menu__close {
    width: 2.2rem;
    height: 2.2rem; }
    .mobile-menu__close img {
      width: 1rem; }
  .mobile-menu__list {
    font-size: 1.35rem; }
    .mobile-menu__list li {
      margin-bottom: 1.25rem; }
  .mobile-menu__btn {
    width: 100%; }

  .header {
    padding: 0.65rem 0; }
    .header__logo {
      width: 7.35rem;
      height: 1.5rem; }
    .header-wrap {
      gap: .7rem; }
    .header__btn {
      height: 2.2rem;
      width: 5.5rem; }
    .header-mobile {
      width: 2.2rem;
      height: 2.2rem; }

  .main__title {
    font-size: 2rem;
    margin-bottom: 1rem; }
  .main__text {
    font-size: 1.1rem;
    margin-bottom: 1.5rem; }
  .main-btns {
    gap: 1rem; }
    .main-btns .btn {
      width: calc(50% - .5rem); }
  .main-link {
    height: auto;
    flex-direction: column;
    gap: 1rem;
    border-radius: 0;
    margin-bottom: 2rem; }
    .main-link__input {
      width: 100%;
      height: 3rem; }
      .main-link__input img {
        left: .9rem; }
      .main-link__input input {
        border-radius: .5rem;
        padding-left: 3rem; }
      .main-link__input p {
        width: calc(100% - 5rem);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        left: 3rem; }
    .main-link__btn {
      width: 100%;
      height: 3rem;
      border-radius: .5rem; }
  .main-shops {
    margin-bottom: 1.2rem; }
    .main-shops__list {
      flex-wrap: wrap;
      margin-bottom: 1rem; }
      .main-shops__list li {
        width: calc(33.3333% - .6666rem); }
        .main-shops__list li a {
          height: 4rem;
          padding: 0.3rem;
          border-radius: .65rem; }
  .main-footer {
    bottom: 1rem; }
    .main-footer .container {
      flex-wrap: wrap; }
    .main-footer p:nth-child(1) {
      order: 2; }
    .main-footer p:nth-child(3) {
      order: 3; }
  .main-social {
    margin-bottom: 1rem;
    width: 100%;
    justify-content: center; }
    .main-social a {
      width: 3rem;
      height: 3rem; }

  .order {
    padding: 2.5rem 0 3.5rem; }
    .order .page-title {
      margin-bottom: .7rem; }
    .order__subtitle {
      font-size: 1.1rem;
      margin-bottom: 2rem; }
    .order-form__wrap {
      flex-direction: column;
      gap: 0; }
      .order-form__wrap .order-form__item {
        width: 100%; }
    .order-form__name {
      padding-left: 1rem; }
    .order-form__item {
      margin-bottom: 1rem; }
    .order-form__link {
      padding-bottom: 1rem; }
      .order-form__link input {
        padding-right: 1.15rem; }
      .order-form__link a {
        bottom: -1.2rem;
        right: auto;
        left: 1rem; }
    .order-form__input input {
      padding-left: 2.6rem; }
    .order-form__input svg {
      left: 0.8rem; }
    .order-check {
      margin-bottom: 1rem; }
      .order-check__head p {
        font-size: 0.85rem; }

  .about {
    padding: 1.5rem 0 4rem; }
    .about .page-title {
      margin-bottom: 1.5rem; }
    .about-arrows__title {
      font-size: 3rem; }
    .about-main {
      margin-bottom: 1.5rem; }
    .about-gallery .owl-stage {
      margin-left: -9vw; }
      .about-gallery .owl-stage-outer {
        height: calc(70vw + 3rem); }
    .about-gallery .owl-item.center .about-gallery__item {
      height: calc(70vw);
      width: calc(70vw); }
    .about-gallery__item {
      height: calc(52vw);
      width: calc(52vw);
      margin: 0 .5rem; }

  .news {
    padding: 1.5rem 0 4rem; }
    .news .page-title {
      margin-bottom: 2.5rem; }
    .news-list {
      gap: 1rem; }
    .news-item {
      width: 100%;
      height: 15rem; }
      .news-item__title {
        font-size: 1.3rem; }
      .news-item__date {
        font-size: 1rem; }
        .news-item__date strong {
          font-size: 2.5rem; }
    .news-single {
      padding: 1.5rem 0 4rem; }
      .news-single__head {
        margin-bottom: 2rem; }
      .news-single__title {
        font-size: 1.5rem; }

  .services {
    padding: 3rem 0 5rem; }
    .services .page-title {
      margin-bottom: 2rem; }
    .services-list {
      gap: 1rem; }
    .services-item {
      width: 100%; }
      .services-item__title {
        font-size: 1.7rem; }
      .services-item__wrap {
        padding: 1.5rem;
        transform: none;
        gap: 1rem; }
        .services-item__wrap::after {
          content: none; }
      .services-item__btn {
        opacity: 1; }
    .services-single {
      padding: 3rem 0 5rem; }
      .services-single__head {
        margin-bottom: 3rem; }
      .services-single__title {
        margin-bottom: 1.5rem;
        font-size: 1.5rem; }
      .services-single__text {
        margin-bottom: 1.8rem; }
      .services-single__img {
        height: 20rem; }

  .contact {
    padding: 1.5rem 0 4rem; }
    .contact .page-title {
      margin-bottom: 2rem; }
    .contact-main {
      height: auto;
      box-shadow: none;
      margin-bottom: 3rem; }
    .contact__map {
      height: 17rem;
      box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.15);
      border-radius: 1rem;
      overflow: hidden; }
    .contact-card {
      position: relative;
      bottom: auto;
      left: auto;
      z-index: 2;
      margin-top: -2rem;
      margin-left: .5rem;
      width: calc(100% - 1rem);
      flex-direction: column; }
      .contact-card__col {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
