/*
* Plugins
*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block; }

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0); }

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }

.twentytwenty-before-label:before {
  content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-after-label:before {
  content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5); }

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1; }

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/*
* base
*/
/*
* Custom styles
*/
.modal-registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }
  .modal-registration__input {
    width: calc(50% - 5px); }
    .modal-registration__input label {
      width: 100%; }
    .modal-registration__input input {
      width: 100%; }
    .modal-registration__input button {
      width: calc(50% - 5px);
      margin-left: auto;
      display: block;
      padding-top: 0;
      padding-bottom: 0;
      height: 48px; }
    .modal-registration__input_full {
      width: 100%; }
      .modal-registration__input_full-btn button {
        width: 100%; }
    .modal-registration__input_btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0 10px; }
      @media (max-width: 575.98px) {
        .modal-registration__input_btn {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 10px;
          text-align: center; }
          .modal-registration__input_btn br {
            display: none; } }
      @media (max-width: 575.98px) {
        .modal-registration__input_btn .btn,
        .modal-registration__input_btn button {
          width: 100%; } }
    .modal-registration__input_not-valid input {
      border-color: red;
      background: rgba(255, 0, 0, 0.1); }
  .modal-registration__error {
    display: none;
    color: red; }
  .modal-registration-success {
    text-align: center;
    display: none; }
    .modal-registration-success__btn {
      min-height: 48px;
      padding-top: 0;
      padding-bottom: 0; }

@media (max-width: 767.998px) {
  .overlays-builder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 30px; } }

.overlays-builder h2 {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.5;
  width: 100%; }

.overlays-builder-field {
  border-radius: 10px;
  -webkit-box-shadow: 0px 1.88387px 4.70968px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.88387px 4.70968px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  max-width: 340px;
  font-size: 12px;
  line-height: 1.33; }
  @media (max-width: 767.998px) {
    .overlays-builder-field {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }
  .overlays-builder-field-wrapper {
    margin-bottom: 31px; }
    @media (max-width: 767.998px) {
      .overlays-builder-field-wrapper {
        width: calc(50% - 15px); } }
    .overlays-builder-field-wrapper:last-of-type {
      margin-bottom: 0; }
  .overlays-builder-field__title {
    color: #2D2D2D;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
    font-weight: 400; }
  .overlays-builder-field__icon {
    width: 90px;
    height: 56px;
    color: #2D2D2D;
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid #938099; }
    .overlays-builder-field__icon.overlays-builder-field__icon_light {
      border: 1px solid transparent;
      color: #fff; }
  .overlays-builder-field__info {
    padding-left: 15px;
    color: #2D2D2D; }
    @media (max-width: 767.998px) {
      .overlays-builder-field__info {
        padding-left: 0;
        padding: 15px; } }
    .overlays-builder-field__info a {
      color: #661981;
      text-decoration: underline;
      margin-top: 10px;
      display: block; }
      .overlays-builder-field__info a:hover {
        text-decoration: none; }

.overlay-builder-popup {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: visibility ease-out .3s, -webkit-transform ease-out .3s;
  transition: visibility ease-out .3s, -webkit-transform ease-out .3s;
  -o-transition: transform ease-out .3s, visibility ease-out .3s;
  transition: transform ease-out .3s, visibility ease-out .3s;
  transition: transform ease-out .3s, visibility ease-out .3s, -webkit-transform ease-out .3s;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  visibility: hidden;
  pointer-events: none; }
  @media (max-width: 991.98px) {
    .overlay-builder-popup {
      -webkit-transform: translate(0, 100%);
          -ms-transform: translate(0, 100%);
              transform: translate(0, 100%); } }
  .overlay-builder-popup.active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto; }
  .overlay-builder-popup__wrapper {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    width: 100%;
    max-width: 45vw;
    height: 100vh;
    margin-left: auto;
    border-left: 1px solid #ECECEC;
    border-top: 1px solid transparent; }
    @media (max-width: 991.98px) {
      .overlay-builder-popup__wrapper {
        max-width: 100vw;
        max-height: 40vh;
        overflow: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-top-color: #661981; } }
    @media (max-width: 768.98px) {
      .overlay-builder-popup__wrapper {
        max-height: 60vh;
        background: transparent; } }
    @media (max-width: 575.98px) {
      .overlay-builder-popup__wrapper {
        max-height: 74vh; } }
  .overlay-builder-popup__label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #2D2D2D;
    display: block; }
  .overlay-builder-popup__label_big {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px; }
  .overlay-builder-popup__color {
    height: 56px;
    width: 90px;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    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;
    padding: 0 5px;
    text-align: center;
    border: 1px solid transparent;
    position: relative; }
    .overlay-builder-popup__color.overlays-builder-field__icon_light {
      border: 1px solid #938099;
      color: #2D2D2D; }
  .overlay-builder-popup__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .overlay-builder-popup__color-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 10px 10px 0 0;
    max-width: 100px; }
    .overlay-builder-popup__color-wrapper.active .overlay-builder-popup__color:after {
      content: '';
      position: absolute;
      right: -2px;
      top: -2px;
      height: 15px;
      width: 15px;
      background-image: url(../../assets/images/minified-svg/color-active-icon.svg);
      background-repeat: no-repeat;
      background-size: 10px 7px;
      background-position: center;
      background-color: #661981;
      border-radius: 20px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .overlay-builder-popup__current-color .overlay-builder-popup__color-wrapper {
    padding-bottom: 0; }
  .overlay-builder-popup__item-wrapper {
    padding: 20px 0 20px 15px;
    border-bottom: 1px solid #ECECEC; }
    @media (max-width: 767.98px) {
      .overlay-builder-popup__item-wrapper_top {
        display: none; } }
    .overlay-builder-popup__item-wrapper h2 {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 600; }
    .overlay-builder-popup__item-wrapper_history {
      padding: 20px 0 20px 15px; }
    .overlay-builder-popup__item-wrapper .overlay-builder-popup__colors {
      max-width: 500px;
      overflow: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      @media (max-width: 767.98px) {
        .overlay-builder-popup__item-wrapper .overlay-builder-popup__colors {
          max-width: 100%; } }
      .overlay-builder-popup__item-wrapper .overlay-builder-popup__colors::-webkit-scrollbar {
        display: none; }
    .overlay-builder-popup__item-wrapper_all-colors {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding-bottom: 0;
      background: #fff; }
      .overlay-builder-popup__item-wrapper_all-colors .overlay-builder-popup__colors {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        max-height: calc(100vh - 68px - 133px - 133px - 95px - 20px - 21px);
        overflow: auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (max-width: 767.98px) {
          .overlay-builder-popup__item-wrapper_all-colors .overlay-builder-popup__colors {
            max-height: 200px; } }
  .overlay-builder-popup__item-btns {
    background: #fff;
    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;
    padding: 27px;
    border-top: 1px solid #ECECEC; }
    @media (max-width: 767.98px) {
      .overlay-builder-popup__item-btns {
        padding: 12px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0; } }
    .overlay-builder-popup__item-btns a {
      padding: 9px 26px; }
      .overlay-builder-popup__item-btns a:not(.btn) {
        padding: 9px 40px;
        color: #2D2D2D;
        text-decoration: none;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500; }
        .overlay-builder-popup__item-btns a:not(.btn):hover {
          color: #661981;
          text-decoration: underline; }
    @media (min-width: 1024px) {
      .overlay-builder-popup__item-btns .btn {
        min-height: 40px; } }

.builder-design-block {
  margin-bottom: 33px; }
  @media (max-width: 767.98px) {
    .builder-design-block {
      margin-bottom: 9px; } }
  .builder-design-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5px; }
    .builder-design-block__title h2 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 1.5;
      width: 100%; }
    .builder-design-block__title span {
      font-size: 14px;
      font-weight: 400;
      color: #2D2D2D;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      text-align: right;
      min-width: 70px; }
  .builder-design-block__slider {
    padding: 0;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .builder-design-block__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto; } }
    .builder-design-block__slider-wrapper {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px; }
      @media (max-width: 767.98px) {
        .builder-design-block__slider-wrapper {
          overflow: auto; } }
    .builder-design-block__slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .builder-design-block__slider li {
      list-style-type: none;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      padding: 20px 15px;
      height: inherit; }
      @media (max-width: 767.98px) {
        .builder-design-block__slider li {
          max-width: 185px;
          min-width: 185px;
          width: 100%; } }
      .builder-design-block__slider li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        border-radius: 10px;
        padding: 15px;
        background: #fff;
        width: 100%;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        color: #2D2D2D;
        border: 1px solid transparent;
        text-decoration: none;
        -webkit-transition: border-color ease-out 0.3s;
        -o-transition: border-color ease-out 0.3s;
        transition: border-color ease-out 0.3s;
        position: relative;
        height: inherit; }
        .builder-design-block__slider li a span {
          height: 80px; }
          .builder-design-block__slider li a span img {
            max-width: 100%;
            max-height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        .builder-design-block__slider li a b {
          display: block;
          width: 100%;
          padding-top: 14px;
          font-weight: 400; }
        .builder-design-block__slider li a:hover {
          text-decoration: none;
          color: #661981;
          border-color: #661981; }
        .builder-design-block__slider li a.active {
          border-color: #661981; }
          .builder-design-block__slider li a.active:after {
            content: '';
            background-image: url(../../assets/images/minified-svg/builder-design-active.svg);
            background-size: 100%;
            background-position: 0 100%;
            width: 54px;
            height: 47px;
            position: absolute;
            top: -1px;
            right: -1px; }

.before-after {
  padding: 40px 0; }
  .before-after .title {
    text-align: center;
    margin-bottom: 36px; }
  .before-after-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px; }
  .before-after-item {
    width: calc(25% - 24px);
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 767.98px) {
      .before-after-item {
        width: calc(50% - 15px); } }
    @media (max-width: 567.98px) {
      .before-after-item {
        width: 100%;
        max-width: 300px; } }
    .before-after-item__images {
      max-width: 250px;
      margin: 0 auto 15px; }
    .before-after-item__title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 15px;
      color: #2D2D2D; }
    .before-after-item__description {
      font-size: 14px;
      line-height: 21px;
      color: #868686; }
  .before-after .bafg-slider-title {
    text-align: center; }

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  background: #FFD801;
  top: 90%;
  color: #2D2D2D; }

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  -webkit-box-shadow: 0 3px 0 #FFD801, 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0 3px 0 #FFD801, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-handle {
  border-color: #FFD801; }

.twentytwenty-left-arrow {
  border-right: 6px solid #FFD801; }

.twentytwenty-right-arrow {
  border-left: 6px solid #FFD801; }

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  background: #FFD801; }

.modal-cart-registration {
  color: #000; }
  .modal-cart-registration .m-modal__container {
    background: #FFD801;
    border: none;
    width: calc(100vw - 80px);
    max-height: calc(100vh - 80px);
    max-width: 800px;
    padding: 0; }
  .modal-cart-registration .m-modal__header {
    padding: 30px 30px 0; }
  .modal-cart-registration .m-modal__content {
    padding: 0 30px 30px; }
  .modal-cart-registration .m-modal__close:before, .modal-cart-registration .m-modal__close:after {
    background: #fff; }
  .modal-cart-registration .m-modal__close:is(:hover, :focus):before, .modal-cart-registration .m-modal__close:is(:hover, :focus):after {
    background: #000; }
  .modal-cart-registration .before-form {
    text-align: center;
    margin-bottom: 30px; }
    .modal-cart-registration .before-form div,
    .modal-cart-registration .before-form p {
      margin-bottom: 15px; }
      .modal-cart-registration .before-form div:last-child,
      .modal-cart-registration .before-form p:last-child {
        margin-bottom: 0; }
  .modal-cart-registration .after-form {
    text-align: center; }
    .modal-cart-registration .after-form div,
    .modal-cart-registration .after-form p {
      margin-bottom: 15px; }
      .modal-cart-registration .after-form div:last-child,
      .modal-cart-registration .after-form p:last-child {
        margin-bottom: 0; }
  .modal-cart-registration .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 20px; }
    .modal-cart-registration .form-wrapper .input-row {
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
      .modal-cart-registration .form-wrapper .input-row p {
        margin-bottom: 0; }
      .modal-cart-registration .form-wrapper .input-row label {
        display: block;
        color: #000;
        margin-bottom: 5px; }
      .modal-cart-registration .form-wrapper .input-row .wpcf7-not-valid-tip {
        text-align: right;
        padding-top: 5px; }
      .modal-cart-registration .form-wrapper .input-row input {
        width: 100%; }
      .modal-cart-registration .form-wrapper .input-row textarea {
        width: 100%; }
      .modal-cart-registration .form-wrapper .input-row_50per {
        max-width: calc(50% - 10px); }
        @media (max-width: 767.98px) {
          .modal-cart-registration .form-wrapper .input-row_50per {
            max-width: 100%; } }
    .modal-cart-registration .form-wrapper .submit-row {
      width: 100%;
      padding-bottom: 0;
      margin-bottom: 20px;
      position: relative; }
      .modal-cart-registration .form-wrapper .submit-row p {
        padding-bottom: 0;
        margin-bottom: 0; }
      .modal-cart-registration .form-wrapper .submit-row input {
        width: 100%; }
      .modal-cart-registration .form-wrapper .submit-row .wpcf7-spinner {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  .modal-cart-registration .wpcf7 form .wpcf7-response-output {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 15px;
    text-align: center;
    border: none;
    background: #fff; }
  .modal-cart-registration .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    /* Green */ }
  .modal-cart-registration .wpcf7 form.failed .wpcf7-response-output,
  .modal-cart-registration .wpcf7 form.aborted .wpcf7-response-output {
    color: #dc3232;
    /* Red */ }
  .modal-cart-registration .wpcf7 form.spam .wpcf7-response-output {
    color: #f56e28;
    /* Orange */ }

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