/* line 1, modal-request.scss */
.modal-request {
  display: none;
  --color-black: #0E1722;
  --color-gray: #B7B9BD;
  --color-red: #FF4141;
  --color-white: #fff;
  --font-family: Gilroy;
  --font-family-heading: Bebas Neue !important; }
  /* line 9, modal-request.scss */
  .modal-request.fancybox-content {
    cursor: default;
    max-width: 46rem;
    width: 100%;
    background: var(--color-red);
    color: var(--color-white);
    padding: 6.25rem 2.5rem 4rem 2.5rem; }
  /* line 17, modal-request.scss */
  .modal-request .fancybox-close-small {
    top: 2.5rem;
    right: 2.5rem;
    padding: 0;
    opacity: 1;
    width: 2rem;
    height: 2rem; }
    /* line 24, modal-request.scss */
    .modal-request .fancybox-close-small svg {
      display: none; }
    /* line 27, modal-request.scss */
    .modal-request .fancybox-close-small::after {
      content: '\ea54';
      display: inline-block;
      font-family: "insales-icons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2rem; }
  /* line 42, modal-request.scss */
  .modal-request__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem; }
  /* line 50, modal-request.scss */
  .modal-request__form-field {
    width: 100%;
    padding: 0 1.5rem;
    color: var(--color-black);
    height: 3.125rem;
    border: 0;
    border-radius: 0.375rem;
    background: var(--color-white); }
    /* line 58, modal-request.scss */
    .modal-request__form-field::placeholder {
      color: var(--color-gray);
      opacity: 1; }
    /* line 62, modal-request.scss */
    .modal-request__form-field:focus {
      outline: 0;
      box-shadow: none; }
    /* line 66, modal-request.scss */
    .modal-request__form-field:focus-visible {
      outline: 0;
      box-shadow: none; }
    /* line 70, modal-request.scss */
    .modal-request__form-field.is-error {
      color: var(--color-red); }
      /* line 72, modal-request.scss */
      .modal-request__form-field.is-error::placeholder {
        color: var(--color-red); }
    /* line 76, modal-request.scss */
    .modal-request__form-field-area {
      margin-top: 1rem; }
    /* line 79, modal-request.scss */
    .modal-request__form-field-error {
      margin-top: 0.5rem;
      font-size: 0.75rem; }
      /* line 82, modal-request.scss */
      .modal-request__form-field-error:empty {
        display: none; }
    /* line 86, modal-request.scss */
    .modal-request__form-field_text-area {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      min-height: 5.625rem; }
  /* line 92, modal-request.scss */
  .modal-request__form-button {
    margin-top: 1rem;
    width: 100%;
    padding: 0; }
  /* line 97, modal-request.scss */
  .modal-request__form-success-message {
    display: none;
    margin-top: 1rem; }
    /* line 100, modal-request.scss */
    .modal-request__form-success-message.is-show {
      display: block; }
  /* line 105, modal-request.scss */
  .modal-request__confirm {
    text-align: center;
    margin-top: 2rem; }
    /* line 108, modal-request.scss */
    .modal-request__confirm a {
      font-weight: 500;
      text-decoration: underline; }
      /* line 111, modal-request.scss */
      .modal-request__confirm a:hover {
        color: var(--color-gray); }
  /* line 117, modal-request.scss */
  .modal-request__social-items {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 122, modal-request.scss */
    .modal-request__social-items > * + * {
      margin-left: 1.5rem; }
  /* line 128, modal-request.scss */
  .modal-request__social-item:hover path {
    fill: var(--color-gray); }
  @media screen and (max-width: 767px) {
    /* line 1, modal-request.scss */
    .modal-request {
      padding: 4rem 1rem 1.5rem 1rem; }
      /* line 136, modal-request.scss */
      .modal-request .fancybox-close-small {
        top: 1rem;
        right: 1rem; }
      /* line 140, modal-request.scss */
      .modal-request__title {
        font-size: 1.75rem;
        margin-bottom: 1.25rem; }
      /* line 145, modal-request.scss */
      .modal-request-field-area {
        margin-top: 0.75rem; }
      /* line 148, modal-request.scss */
      .modal-request-field_text-area {
        min-height: 4.375rem; }
      /* line 152, modal-request.scss */
      .modal-request-button {
        margin-top: 0.75rem; }
      /* line 155, modal-request.scss */
      .modal-request__confirm {
        font-size: 0.75rem;
        margin-top: 1.25rem; }
      /* line 160, modal-request.scss */
      .modal-request__social-items {
        margin-top: 1.25rem; } }

/* line 166, modal-request.scss */
.button-s {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  padding: 0 4.375rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0.375rem;
  border: 0.125rem solid var(--color-black);
  background: transparent;
  color: var(--color-black);
  text-decoration: none;
  cursor: pointer; }
  /* line 181, modal-request.scss */
  .button-s:hover {
    background: var(--color-black);
    color: var(--color-white);
    border-color: var(--color-black); }
  @media screen and (max-width: 374px) {
    /* line 166, modal-request.scss */
    .button-s {
      padding: 0; } }

/* line 190, modal-request.scss */
.button-s.white {
  border: 0.125rem solid var(--color-white);
  color: var(--color-white); }
  /* line 193, modal-request.scss */
  .button-s.white:hover {
    background: var(--color-black);
    color: var(--color-white);
    border-color: var(--color-black); }

/*=========================================
  MODALS
=========================================*/
/* line 5, theme.scss */
.mfp-bg {
  background: rgba(11, 11, 11, 0.3); }

/* line 9, theme.scss */
.added-modal {
  max-width: 500px;
  background: #fff;
  padding: 20px;
  margin: auto;
  position: relative; }

/* line 17, theme.scss */
.added-title {
  text-align: center;
  margin-bottom: 1rem; }

/* line 22, theme.scss */
.added-content {
  text-align: center; }

/* line 26, theme.scss */
.modal-hide {
  display: none; }

/* line 30, theme.scss */
.mono-info__container {
  grid-template-columns: repeat(5, auto); }

/* line 35, theme.scss */
.popup-feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999; }
  /* line 43, theme.scss */
  .popup-feedback.is-hidden {
    display: none; }
  /* line 47, theme.scss */
  .popup-feedback.is-shown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 63, theme.scss */
  .popup-feedback__modal {
    position: relative;
    z-index: 2;
    border-radius: 15px;
    background: #fff;
    max-width: 635px; }
    /* line 70, theme.scss */
    .popup-feedback__modal__top {
      border-top-right-radius: 15px;
      border-top-left-radius: 15px;
      overflow: hidden;
      height: 214px; }
      /* line 76, theme.scss */
      .popup-feedback__modal__top img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    /* line 85, theme.scss */
    .popup-feedback__modal__title {
      margin: 0 0 15px 0;
      font-size: 32px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      color: #000;
      text-align: center; }
    /* line 95, theme.scss */
    .popup-feedback__modal__subtitle {
      margin: 0 auto 61px auto;
      display: block;
      color: #000;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      max-width: 392px; }
    /* line 107, theme.scss */
    .popup-feedback__modal__btn {
      margin: 0 auto;
      width: 278px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      border-radius: 50px;
      background: #000; }
    /* line 135, theme.scss */
    .popup-feedback__modal__text {
      padding: 57px 0 79px 0; }
    /* line 139, theme.scss */
    .popup-feedback__modal__close {
      position: absolute;
      right: -23px;
      top: -23px;
      width: 46px;
      height: 46px;
      background-color: #fff;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      /* line 164, theme.scss */
      .popup-feedback__modal__close:hover, .popup-feedback__modal__close:focus {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
  /* line 176, theme.scss */
  .popup-feedback__submit {
    margin: 29px 0 0 0;
    padding: 0 42px 0 42px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    background: -webkit-gradient(linear, right top, left top, from(#e45153), color-stop(51.08%, #7e0026), to(#e92f25));
    background: -o-linear-gradient(right, #e45153 0%, #7e0026 51.08%, #e92f25 100%);
    background: linear-gradient(270deg, #e45153 0%, #7e0026 51.08%, #e92f25 100%); }
  /* line 218, theme.scss */
  .popup-feedback__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  /* line 231, theme.scss */
  .popup-feedback__modal {
    max-width: 90%; }
    /* line 233, theme.scss */
    .popup-feedback__modal__close {
      right: -15px;
      top: -15px;
      width: 40px;
      height: 40px; }
    /* line 239, theme.scss */
    .popup-feedback__modal__text {
      padding: 24px 20px; }
    /* line 242, theme.scss */
    .popup-feedback__modal__title {
      font-size: 24px; }
    /* line 245, theme.scss */
    .popup-feedback__modal__subtitle {
      margin: 0 auto 24px auto;
      font-size: 16px; } }
/* 618144 */
@media screen and (min-width: 1224px) {
  /* line 256, theme.scss */
  .product-single__right {
    width: 90%; } }
/* 618144 */
/* line 263, theme.scss */
.d-flex {
  display: flex; }

/* line 266, theme.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

/* line 273, theme.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

/* line 278, theme.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

/* line 283, theme.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 288, theme.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

/* line 293, theme.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

/* line 298, theme.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 303, theme.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

/* line 308, theme.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

/* line 313, theme.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

/* line 318, theme.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

/* line 323, theme.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

/* line 328, theme.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 334, theme.scss */
.flex-row {
  flex-direction: row; }
/* line 337, theme.scss */
.flex-column {
  flex-direction: column; }
/* line 341, theme.scss */
.flex-gap-05 {
  gap: 5px; }
/* line 344, theme.scss */
.flex-gap-10 {
  gap: 10px; }
/* line 347, theme.scss */
.flex-gap-20 {
  gap: 20px; }
/* line 351, theme.scss */
.flex-wrap {
  flex-wrap: wrap; }
/* line 354, theme.scss */
.flex-nowrap {
  flex-wrap: nowrap; }

/* line 359, theme.scss */
.justify-content-start {
  justify-content: start; }
/* line 362, theme.scss */
.justify-content-end {
  justify-content: end; }
/* line 365, theme.scss */
.justify-content-center {
  justify-content: center; }
/* line 368, theme.scss */
.justify-content-between {
  justify-content: space-between; }
/* line 371, theme.scss */
.justify-content-around {
  justify-content: space-around; }
/* line 374, theme.scss */
.justify-content-evenly {
  justify-content: space-evenly; }

/* line 379, theme.scss */
.align-items-start {
  align-items: start; }
/* line 382, theme.scss */
.align-items-end {
  align-items: end; }
/* line 385, theme.scss */
.align-items-center {
  align-items: center; }
/* line 388, theme.scss */
.align-items-baseline {
  align-items: baseline; }
/* line 391, theme.scss */
.align-items-stretch {
  align-items: stretch; }

/* line 396, theme.scss */
.text-start {
  text-align: start; }
/* line 399, theme.scss */
.text-center {
  text-align: center; }
/* line 402, theme.scss */
.text-end {
  text-align: end; }

/* line 407, theme.scss */
.mt-10 {
  margin-top: 10px; }
/* line 410, theme.scss */
.mt-20 {
  margin-top: 20px; }
/* line 413, theme.scss */
.mt-05 {
  margin-top: 5px; }

/* line 418, theme.scss */
.mr-10 {
  margin-right: 10px; }
/* line 421, theme.scss */
.mr-20 {
  margin-right: 20px; }
/* line 424, theme.scss */
.mr-05 {
  margin-right: 5px; }

/* line 429, theme.scss */
.mb-10 {
  margin-bottom: 10px; }
/* line 432, theme.scss */
.mb-20 {
  margin-bottom: 20px; }
/* line 435, theme.scss */
.mb-05 {
  margin-bottom: 5px; }

/* line 440, theme.scss */
.ml-10 {
  margin-left: 10px; }
/* line 443, theme.scss */
.ml-20 {
  margin-left: 20px; }
/* line 446, theme.scss */
.ml-05 {
  margin-left: 5px; }

@media screen and (max-width: 767px) {
  /* line 452, theme.scss */
  .col-m {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 460, theme.scss */
  .flex-row-m {
    flex-direction: row; }
  /* line 463, theme.scss */
  .flex-column-m {
    flex-direction: column; }
  /* line 467, theme.scss */
  .flex-gap-05-m {
    gap: 5px; }
  /* line 470, theme.scss */
  .flex-gap-10-m {
    gap: 10px; }
  /* line 473, theme.scss */
  .flex-gap-20-m {
    gap: 20px; }
  /* line 477, theme.scss */
  .flex-wrap-m {
    flex-wrap: wrap; }
  /* line 480, theme.scss */
  .flex-nowrap-m {
    flex-wrap: nowrap; }

  /* line 485, theme.scss */
  .justify-content-start-m {
    justify-content: start; }
  /* line 488, theme.scss */
  .justify-content-end-m {
    justify-content: end; }
  /* line 491, theme.scss */
  .justify-content-center-m {
    justify-content: center; }
  /* line 494, theme.scss */
  .justify-content-between-m {
    justify-content: space-between; }
  /* line 497, theme.scss */
  .justify-content-around-m {
    justify-content: space-around; }
  /* line 500, theme.scss */
  .justify-content-evenly-m {
    justify-content: space-evenly; }

  /* line 505, theme.scss */
  .align-items-start-m {
    align-items: start; }
  /* line 508, theme.scss */
  .align-items-end-m {
    align-items: end; }
  /* line 511, theme.scss */
  .align-items-center-m {
    align-items: center; }
  /* line 514, theme.scss */
  .align-items-baseline-m {
    align-items: baseline; }
  /* line 517, theme.scss */
  .align-items-stretch-m {
    align-items: stretch; }

  /* line 522, theme.scss */
  .text-start-m {
    text-align: start; }
  /* line 525, theme.scss */
  .text-center-m {
    text-align: center; }
  /* line 528, theme.scss */
  .text-end-m {
    text-align: end; } }
