@charset "UTF-8";
/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
/* line 6, ../../../_contrib_/im_origin/sass/mixings/_placeholders.scss */
.e-dlg-container .e-dialog .e-dlg-content input, .e-dlg-container .e-dialog .e-dlg-content .e-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@CHARSET "UTF-8";
/* line 1, ../sass/mixings/_placeholders.scss */
.e-dlg-container .e-dialog .e-dlg-content input, .e-dlg-container .e-dialog .e-dlg-content .e-input {
  background: #FFFFFF;
  color: #4F4F4F;
  border: 2px solid transparent !important;
  border-radius: 8px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 2.5rem;
  padding: 0 15px !important;
  width: 100%; }
  /* line 16, ../sass/mixings/_placeholders.scss */
  .e-dlg-container .e-dialog .e-dlg-content input:focus, .e-dlg-container .e-dialog .e-dlg-content .e-input:focus {
    border-color: transparent !important; }
  /* line 20, ../sass/mixings/_placeholders.scss */
  .e-dlg-container .e-dialog .e-dlg-content input.invalid, .e-dlg-container .e-dialog .e-dlg-content .invalid.e-input, .e-dlg-container .e-dialog .e-dlg-content input.ng-invalid, .e-dlg-container .e-dialog .e-dlg-content .ng-invalid.e-input {
    border: 2px solid var(--error-input-color) !important; }
  /* line 24, ../sass/mixings/_placeholders.scss */
  .e-control.ng-invalid .e-dlg-container .e-dialog .e-dlg-content input, .e-dlg-container .e-dialog .e-dlg-content .e-control.ng-invalid input, .e-control.ng-invalid .e-dlg-container .e-dialog .e-dlg-content .e-input, .e-dlg-container .e-dialog .e-dlg-content .e-control.ng-invalid .e-input {
    border: 2px solid var(--error-input-color) !important; }
  /* line 28, ../sass/mixings/_placeholders.scss */
  .e-dlg-container .e-dialog .e-dlg-content input.valid, .e-dlg-container .e-dialog .e-dlg-content .valid.e-input, .e-dlg-container .e-dialog .e-dlg-content input.ng-valid, .e-dlg-container .e-dialog .e-dlg-content .ng-valid.e-input, .ng-valid .e-dlg-container .e-dialog .e-dlg-content input.ng-invalid, .e-dlg-container .e-dialog .e-dlg-content .ng-valid input.ng-invalid, .ng-valid .e-dlg-container .e-dialog .e-dlg-content .ng-invalid.e-input, .e-dlg-container .e-dialog .e-dlg-content .ng-valid .ng-invalid.e-input {
    border: 2px solid var(--valid-input-color) !important; }

/* line 23, ../sass/mixings/_miximgs.scss */
.e-dlg-container .e-dialog .e-dlg-content input::-webkit-input-placeholder, .e-dlg-container .e-dialog .e-dlg-content .e-input::-webkit-input-placeholder {
  color: #4F4F4F;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }
/* line 23, ../sass/mixings/_miximgs.scss */
.e-dlg-container .e-dialog .e-dlg-content input:-moz-placeholder, .e-dlg-container .e-dialog .e-dlg-content .e-input:-moz-placeholder {
  color: #4F4F4F;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }
/* line 23, ../sass/mixings/_miximgs.scss */
.e-dlg-container .e-dialog .e-dlg-content input::-moz-placeholder, .e-dlg-container .e-dialog .e-dlg-content .e-input::-moz-placeholder {
  color: #4F4F4F;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }
/* line 23, ../sass/mixings/_miximgs.scss */
.e-dlg-container .e-dialog .e-dlg-content input:-ms-input-placeholder, .e-dlg-container .e-dialog .e-dlg-content .e-input:-ms-input-placeholder {
  color: #4F4F4F;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

/* line 70, ../sass/mixings/_placeholders.scss */
button[type="submit"], button.submit, .swal2-container .swal2-popup .swal2-actions button.swal2-confirm {
  background: var(--button-color);
  border: 0;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: var(--button-text-color);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 13px 20px;
  max-width: 100%;
  text-align: center;
  text-decoration: none; }
  /* line 85, ../sass/mixings/_placeholders.scss */
  button[type="submit"]:hover, button.submit:hover, .swal2-container .swal2-popup .swal2-actions button.swal2-confirm:hover {
    background: var(--button-hover-color);
    color: var(--button-hover-text-color); }
  /* line 90, ../sass/mixings/_placeholders.scss */
  button[type="submit"]:disabled, button.submit:disabled, .swal2-container .swal2-popup .swal2-actions button.swal2-confirm:disabled {
    background: var(--button-disabled-color);
    color: var(--button-disabled-text-color);
    cursor: default;
    pointer-events: none; }
    /* line 96, ../sass/mixings/_placeholders.scss */
    button[type="submit"]:disabled:hover, button.submit:disabled:hover, .swal2-container .swal2-popup .swal2-actions button.swal2-confirm:disabled:hover {
      background: var(--button-disabled-color);
      color: var(--button-disabled-text-color); }
  /* line 102, ../sass/mixings/_placeholders.scss */
  button[type="submit"]:focus, button.submit:focus, .swal2-container .swal2-popup .swal2-actions button.swal2-confirm:focus {
    outline: none;
    box-shadow: none; }
  @media only screen and (max-width: 767px) {
    /* line 70, ../sass/mixings/_placeholders.scss */
    button[type="submit"], button.submit, .swal2-container .swal2-popup .swal2-actions button.swal2-confirm {
      width: 100%; } }

/* Base */
/* line 3, ../sass/components/_blocks.scss */
aside .block {
  margin-bottom: 20px; }
  /* line 6, ../sass/components/_blocks.scss */
  aside .block:last-child {
    margin-bottom: 0; }

/* line 14, ../sass/components/_blocks.scss */
aside .block-system-branding-block {
  margin-bottom: 15px; }
/* line 18, ../sass/components/_blocks.scss */
.block-system-branding-block .site-slogan {
  color: var(--slogan-color);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

/* line 30, ../sass/components/_blocks.scss */
.block-page-title-block {
  background: var(--content-bg-color);
  padding-top: 15px;
  position: sticky;
  top: 0; }
  /* line 38, ../sass/components/_blocks.scss */
  .offer-price .block-page-title-block h1 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    /* line 41, ../sass/components/_blocks.scss */
    .offer-price .block-page-title-block h1:before {
      content: '';
      background: url('../img/vector/sprite.svg?1664702777') no-repeat -75px -45px;
      display: block;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      margin-right: 10px;
      width: 24px;
      height: 24px; }
  @media only screen and (max-width: 999px) {
    /* line 30, ../sass/components/_blocks.scss */
    .block-page-title-block {
      padding-top: 0; } }

/*
.block-block-content25b8cc66-ce37-4025-a132-9abf111bf1b7 {

	@at-root aside & {

		@include respond-to(container-narrow-min-2) {
			margin-top: 145px;
		}
	}
}
*/
/* line 73, ../sass/components/_blocks.scss */
.phone-block .hours-ico {
  background-color: var(--hour--color);
  background-position: 10px -129px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto 8px;
  width: 64px;
  height: 61px; }
  /* line 80, ../sass/components/_blocks.scss */
  .narrow-screen-menu-container .phone-block .hours-ico {
    background-position: 7px -208px;
    grid-row: span 2;
    margin: 0;
    -webkit-order: 1;
    order: 1;
    width: 40px;
    height: 40px; }
/* line 91, ../sass/components/_blocks.scss */
.phone-block .phone-block--phone a {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none; }
  /* line 98, ../sass/components/_blocks.scss */
  .narrow-screen-menu-container .phone-block .phone-block--phone a {
    font-size: 20px; }
/* line 104, ../sass/components/_blocks.scss */
.phone-block .phone-block--description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 2px;
  text-transform: uppercase; }
  /* line 112, ../sass/components/_blocks.scss */
  .narrow-screen-menu-container .phone-block .phone-block--description {
    font-size: 15px;
    -webkit-order: 2;
    order: 2; }
/* line 118, ../sass/components/_blocks.scss */
.narrow-screen-menu-container .phone-block {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: auto 40px;
  max-width: 216px; }

/* line 129, ../sass/components/_blocks.scss */
.block-content--app_links .block-content {
  margin: 0 auto;
  max-width: 190px; }
/* line 134, ../sass/components/_blocks.scss */
.block-content--app_links .app-links--top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }
/* line 138, ../sass/components/_blocks.scss */
.block-content--app_links .app-links--bottom {
  display: grid;
  grid-gap: 12px;
  margin-bottom: -12px;
  grid-template-columns: 54px auto;
  margin-top: 15px; }
  /* line 145, ../sass/components/_blocks.scss */
  .block-content--app_links .app-links--bottom .right-sidebar {
    display: flex;
    flex-direction: column; }
  /* line 150, ../sass/components/_blocks.scss */
  .block-content--app_links .app-links--bottom .field--name-field-version {
    color: #9A9A9A;
    font-size: 8px;
    line-height: 1.75;
    margin: 1px 0 2px; }
    /* line 156, ../sass/components/_blocks.scss */
    .block-content--app_links .app-links--bottom .field--name-field-version .field__label {
      margin-right: 5px; }
      /* line 159, ../sass/components/_blocks.scss */
      .block-content--app_links .app-links--bottom .field--name-field-version .field__label::after {
        content: none; }

/* line 169, ../sass/components/_blocks.scss */
.block-block-content3732ad99-1c84-49d4-b8f3-810e479bed78.c-bubble {
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
  padding-bottom: 10px; }
  /* line 174, ../sass/components/_blocks.scss */
  .block-block-content3732ad99-1c84-49d4-b8f3-810e479bed78.c-bubble + .c-bubble {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0;
    border-radius: 0 0 8px 8px; }
/* line 181, ../sass/components/_blocks.scss */
.main-menu-open .narrow-screen-menu-container .block-block-content3732ad99-1c84-49d4-b8f3-810e479bed78 {
  margin-top: 30px; }
/* line 185, ../sass/components/_blocks.scss */
.user-menu-open .narrow-screen-menu-container .block-block-content3732ad99-1c84-49d4-b8f3-810e479bed78 {
  margin-bottom: 30px; }

/* line 191, ../sass/components/_blocks.scss */
.block-block-content834a14b3-9ab0-45b1-9797-cad9d5c2436a {
  margin-left: 25px; }
  /* line 194, ../sass/components/_blocks.scss */
  .block-block-content834a14b3-9ab0-45b1-9797-cad9d5c2436a .text-formatted {
    line-height: 1; }
  /* line 198, ../sass/components/_blocks.scss */
  .menu-burger {
    width: 16px;
    height: 14px; }
    /* line 201, ../sass/components/_blocks.scss */
    .menu-burger > div {
      background: #FFFFFF;
      height: 2px; }

/* line 208, ../sass/components/_blocks.scss */
.block-block-contenta6e3a383-8ffa-43c2-9c1a-ee5dcce8b7d3 {
  margin-left: 25px; }
  /* line 211, ../sass/components/_blocks.scss */
  .block-block-contenta6e3a383-8ffa-43c2-9c1a-ee5dcce8b7d3 .text-formatted {
    line-height: 1; }
  /* line 215, ../sass/components/_blocks.scss */
  .block-block-contenta6e3a383-8ffa-43c2-9c1a-ee5dcce8b7d3 .button-open-user-menu {
    background: url('../img/vector/sprite.svg?1664702777') no-repeat -357px -48px;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px; }

/* line 223, ../sass/components/_blocks.scss */
.block-block-contenta43118bb-6fe5-434a-8e71-98adf695f777 {
  margin-left: auto; }
  /* line 226, ../sass/components/_blocks.scss */
  .block-block-contenta43118bb-6fe5-434a-8e71-98adf695f777 .text-formatted {
    line-height: 1; }
  /* line 230, ../sass/components/_blocks.scss */
  .block-block-contenta43118bb-6fe5-434a-8e71-98adf695f777 .contact-phone {
    background: url('../img/vector/sprite.svg?1664702777') no-repeat -317px -49px;
    display: block;
    font-size: 0;
    width: 20px;
    height: 20px;
    text-decoration: none; }

/* line 241, ../sass/components/_blocks.scss */
.block-block-content84ccd0ca-bca2-4ade-b147-51cee163d3e6 .close-menu-button {
  background: url('../img/vector/sprite.svg?1664702777') no-repeat -382px -45px;
  cursor: pointer;
  width: 24px;
  height: 24px; }

/* line 5, ../sass/components/_fields.scss */
.block-content--app_links .field--name-body {
  font-size: 10px;
  line-height: 1.2;
  margin-left: 15px; }
/* line 14, ../sass/components/_fields.scss */
.field--name-field-gplay-link a {
  background: url('../img/vector/sprite.svg?1664702777') no-repeat 0 -43px;
  display: block;
  font-size: 0;
  text-decoration: none;
  width: 18px;
  height: 22px; }
/* line 23, ../sass/components/_fields.scss */
.field--name-field-apple-link {
  margin-left: 14px; }
  /* line 26, ../sass/components/_fields.scss */
  .field--name-field-apple-link a {
    background: url('../img/vector/sprite.svg?1664702777') no-repeat -36px -44px;
    display: block;
    font-size: 0;
    text-decoration: none;
    width: 18px;
    height: 22px; }
/* line 35, ../sass/components/_fields.scss */
.field--name-field-qr-code {
  background: #FFFFFF;
  grid-row: span 2;
  padding: 2px;
  width: 54px;
  height: 54px; }
/* line 42, ../sass/components/_fields.scss */
.field--name-field-rule-link {
  font-size: 10px;
  line-height: 1.2; }
  /* line 46, ../sass/components/_fields.scss */
  .field--name-field-rule-link a {
    text-decoration: none; }
/* line 51, ../sass/components/_fields.scss */
.field--name-field-kopirayt {
  margin-top: auto;
  font-size: 10px; }
/* line 58, ../sass/components/_fields.scss */
.field--name-field-slides:not(.tns-carousel) {
  overflow: hidden;
  height: 115px; }
/* line 66, ../sass/components/_fields.scss */
.field--name-field-media-image img {
  border-radius: 8px;
  -moz-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
  object-fit: cover;
  width: 100%;
  height: 100%; }
@media only screen and (max-width: 650px) {
  /* line 64, ../sass/components/_fields.scss */
  .field--name-field-media-image {
    height: 85px; } }
/* line 78, ../sass/components/_fields.scss */
.field--name-field-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  /* line 84, ../sass/components/_fields.scss */
  .field--name-field-slide-link a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0; }

/* line 9, ../sass/components/_forms.scss */
input[type="date"]:invalid:not(:focus):before {
  color: lightgray;
  content: attr(placeholder);
  width: 100%; }

/* line 17, ../sass/components/_forms.scss */
textarea {
  line-height: normal; }

/* line 22, ../sass/components/_forms.scss */
.e-upload.e-control-wrapper {
  display: grid;
  grid-gap: 15px; }
/* line 27, ../sass/components/_forms.scss */
.e-upload .e-upload-files {
  order: -1;
  display: grid;
  grid-gap: 15px; }

/* line 3, ../sass/components/_media.scss */
.media--bundle-slide {
  position: relative; }

/* line 9, ../sass/components/_navigations.scss */
.narrow-screen-menu-container nav.navigation.menu--main .menu {
  grid-gap: 20px; }
/* line 13, ../sass/components/_navigations.scss */
nav.navigation.menu--main .menu li {
  margin-bottom: 25px; }
  /* line 16, ../sass/components/_navigations.scss */
  .narrow-screen-menu-container nav.navigation.menu--main .menu li {
    margin-bottom: 0; }
  /* line 20, ../sass/components/_navigations.scss */
  nav.navigation.menu--main .menu li:last-child {
    margin-bottom: 0; }
  /* line 28, ../sass/components/_navigations.scss */
  nav.navigation.menu--main .menu li.menu-icon a:before {
    width: 22px;
    height: 22px; }
/* line 35, ../sass/components/_navigations.scss */
nav.navigation.menu--main .menu a {
  color: #FFFFFF;
  font-size: 17px;
  text-decoration: none; }
  /* line 40, ../sass/components/_navigations.scss */
  nav.navigation.menu--main .menu a:hover {
    color: var(--link-hover-color); }
/* line 51, ../sass/components/_navigations.scss */
.narrow-screen-menu-container nav.navigation.menu--second-menu .menu {
  grid-gap: 20px; }
/* line 55, ../sass/components/_navigations.scss */
nav.navigation.menu--second-menu .menu li {
  margin-bottom: 20px; }
  /* line 58, ../sass/components/_navigations.scss */
  .narrow-screen-menu-container nav.navigation.menu--second-menu .menu li {
    margin-bottom: 0; }
  /* line 62, ../sass/components/_navigations.scss */
  nav.navigation.menu--second-menu .menu li:last-child {
    margin-bottom: 0; }
  /* line 70, ../sass/components/_navigations.scss */
  nav.navigation.menu--second-menu .menu li.menu-icon a:before {
    width: 22px;
    height: 22px; }
/* line 77, ../sass/components/_navigations.scss */
nav.navigation.menu--second-menu .menu a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none; }
  /* line 82, ../sass/components/_navigations.scss */
  nav.navigation.menu--second-menu .menu a:hover {
    color: var(--link-hover-color); }
/* line 91, ../sass/components/_navigations.scss */
nav.navigation .menu-icon a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }
  /* line 94, ../sass/components/_navigations.scss */
  nav.navigation .menu-icon a:before {
    background-size: 100%;
    margin-right: 10px; }

/* line 1, ../sass/components/_offer.scss */
.form-title {
  background: var(--content-bg-color);
  padding-top: 15px;
  position: sticky;
  top: 0; }
  /* line 7, ../sass/components/_offer.scss */
  .form-title h1 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    /* line 10, ../sass/components/_offer.scss */
    .form-title h1:before {
      content: '';
      background: url('../img/vector/sprite.svg?1664702777') no-repeat -75px -45px;
      display: block;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      margin-right: 10px;
      width: 24px;
      height: 24px; }

/* line 21, ../sass/components/_offer.scss */
.request-order-main-content {
  line-height: 1.5; }

/* line 27, ../sass/components/_offer.scss */
.preconfirm-information .text {
  margin-bottom: 37px; }
/* line 31, ../sass/components/_offer.scss */
.preconfirm-information .summarry-payment-description {
  font-size: 15px;
  font-weight: 700;
  margin-top: 30px; }
  /* line 36, ../sass/components/_offer.scss */
  .preconfirm-information .summarry-payment-description p {
    margin-bottom: 10px; }
    /* line 39, ../sass/components/_offer.scss */
    .preconfirm-information .summarry-payment-description p:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    /* line 31, ../sass/components/_offer.scss */
    .preconfirm-information .summarry-payment-description {
      font-size: 13px; } }

/* line 50, ../sass/components/_offer.scss */
.button-container {
  margin-top: 30px; }

/* line 58, ../sass/components/_offer.scss */
.cost-info-group {
  margin-bottom: 30px; }
  /* line 61, ../sass/components/_offer.scss */
  .cost-info-group:last-child {
    margin-bottom: 0; }

/* line 66, ../sass/components/_offer.scss */
.to-pay-amount {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  /* line 69, ../sass/components/_offer.scss */
  .to-pay-amount--total {
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid var(--second-text-color);
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 12px; }
    /* line 76, ../sass/components/_offer.scss */
    .cost-info-group .to-pay-amount--total {
      -webkit-align-items: center;
      align-items: center;
      border-bottom: 0;
      font-weight: 700;
      margin-bottom: 20px;
      padding-bottom: 0; }
      @media only screen and (max-width: 767px) {
        /* line 76, ../sass/components/_offer.scss */
        .cost-info-group .to-pay-amount--total {
          font-size: 14px;
          margin-bottom: 10px; } }
    /* line 89, ../sass/components/_offer.scss */
    .to-pay-amount--total .label {
      font-size: 18px;
      line-height: 1.1; }
      /* line 93, ../sass/components/_offer.scss */
      .cost-info-group .to-pay-amount--total .label {
        font-size: 16px; }
        @media only screen and (max-width: 767px) {
          /* line 93, ../sass/components/_offer.scss */
          .cost-info-group .to-pay-amount--total .label {
            font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        /* line 89, ../sass/components/_offer.scss */
        .to-pay-amount--total .label {
          font-size: 15px;
          max-width: 210px; } }
    /* line 107, ../sass/components/_offer.scss */
    .to-pay-amount--total .price {
      font-size: 16px;
      white-space: nowrap; }
      @media only screen and (max-width: 767px) {
        /* line 111, ../sass/components/_offer.scss */
        .cost-info-group .to-pay-amount--total .price {
          font-size: 14px; } }
      /* line 118, ../sass/components/_offer.scss */
      .to-pay-amount--total .price .fraction-part {
        font-size: 10px; }
        @media only screen and (max-width: 767px) {
          /* line 118, ../sass/components/_offer.scss */
          .to-pay-amount--total .price .fraction-part {
            font-size: 8px; } }
      @media only screen and (max-width: 767px) {
        /* line 107, ../sass/components/_offer.scss */
        .to-pay-amount--total .price {
          font-size: 15px; } }
  /* line 131, ../sass/components/_offer.scss */
  .to-pay-amount--item {
    font-size: 15px;
    grid-template-columns: 10px 1fr max-content;
    margin-bottom: 25px; }
    /* line 136, ../sass/components/_offer.scss */
    .to-pay-amount--item::before {
      content: '›';
      margin-right: 8px;
      flex-shrink: 0; }
    /* line 142, ../sass/components/_offer.scss */
    .to-pay-amount--item:last-child {
      margin-bottom: 0; }
    /* line 146, ../sass/components/_offer.scss */
    .to-pay-amount--item:after {
      content: '';
      border-bottom: 1px dotted var(--second-text-color);
      display: block;
      -webkit-order: 1;
      order: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      margin: 14px 10px 0;
      height: 1px; }
      @media only screen and (max-width: 650px) {
        /* line 146, ../sass/components/_offer.scss */
        .to-pay-amount--item:after {
          display: none; } }
    @media only screen and (max-width: 767px) {
      /* line 131, ../sass/components/_offer.scss */
      .to-pay-amount--item {
        font-size: 13px;
        margin-bottom: 15px; } }
    /* line 165, ../sass/components/_offer.scss */
    .to-pay-amount--item .label {
      -webkit-order: 0;
      order: 0; }
      @media only screen and (max-width: 767px) {
        /* line 165, ../sass/components/_offer.scss */
        .to-pay-amount--item .label {
          flex-grow: 1; } }
    /* line 174, ../sass/components/_offer.scss */
    .to-pay-amount--item .price {
      -webkit-order: 2;
      order: 2;
      white-space: nowrap;
      font-size: 15px;
      min-width: 70px;
      text-align: right; }
      /* line 181, ../sass/components/_offer.scss */
      .to-pay-amount--item .price .fraction-part {
        font-size: 10px; }
        @media only screen and (max-width: 767px) {
          /* line 181, ../sass/components/_offer.scss */
          .to-pay-amount--item .price .fraction-part {
            font-size: 8px; } }

/* line 191, ../sass/components/_offer.scss */
.data-block {
  margin-bottom: 40px; }
  /* line 194, ../sass/components/_offer.scss */
  .data-block:last-child {
    margin-bottom: 0; }
  /* line 198, ../sass/components/_offer.scss */
  .data-block-header {
    border-bottom: 1px solid var(--second-text-color);
    font-size: 22px;
    font-weight: 500;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px; }
    /* line 206, ../sass/components/_offer.scss */
    .data-block-header:before {
      content: '';
      background: url('../img/vector/sprite.svg?1664702777') no-repeat;
      margin-right: 9px;
      width: 24px;
      height: 24px; }
      @media only screen and (max-width: 650px) {
        /* line 206, ../sass/components/_offer.scss */
        .data-block-header:before {
          width: 18px;
          height: 18px; } }
    /* line 219, ../sass/components/_offer.scss */
    .data-block--documents-to-approve .data-block-header:before {
      background-position: -424px -46px; }
      @media only screen and (max-width: 650px) {
        /* line 219, ../sass/components/_offer.scss */
        .data-block--documents-to-approve .data-block-header:before {
          background-position: -426px -85px; } }
    /* line 230, ../sass/components/_offer.scss */
    .data-block--personal-info .data-block-header:before {
      background-position: -356px -46px; }
      @media only screen and (max-width: 650px) {
        /* line 230, ../sass/components/_offer.scss */
        .data-block--personal-info .data-block-header:before {
          background-position: -359px -86px; } }
    @media only screen and (max-width: 650px) {
      /* line 198, ../sass/components/_offer.scss */
      .data-block-header {
        font-size: 18px; } }
  /* line 246, ../sass/components/_offer.scss */
  .data-block .fields-list .field {
    font-size: 15px;
    margin-bottom: 15px; }
    /* line 250, ../sass/components/_offer.scss */
    .data-block .fields-list .field:last-child {
      margin-bottom: 0; }
    /* line 254, ../sass/components/_offer.scss */
    .data-block .fields-list .field .field-label {
      color: var(--user-info-label);
      display: inline;
      margin-right: 5px; }
    /* line 260, ../sass/components/_offer.scss */
    .data-block .fields-list .field .field-value {
      display: inline;
      font-weight: 500; }
    /* line 265, ../sass/components/_offer.scss */
    .data-block .fields-list .field .add_change_value {
      display: inline;
      margin-left: 5px; }
      /* line 269, ../sass/components/_offer.scss */
      .data-block .fields-list .field .add_change_value .add-value-link {
        color: var(--text-color);
        display: inline;
        font-weight: 500;
        text-decoration: none; }
        /* line 275, ../sass/components/_offer.scss */
        .data-block .fields-list .field .add_change_value .add-value-link:after {
          content: '';
          background: url('../img/vector/sprite.svg?1664702777') no-repeat -184px -78px;
          display: inline-block;
          margin-left: 8px;
          position: relative;
          top: -2px;
          width: 18px;
          height: 18px;
          vertical-align: middle; }
        /* line 287, ../sass/components/_offer.scss */
        .data-block .fields-list .field .add_change_value .add-value-link:hover {
          color: var(--link-color); }
          /* line 290, ../sass/components/_offer.scss */
          .data-block .fields-list .field .add_change_value .add-value-link:hover:after {
            background-position: -184px -78px; }
    @media only screen and (max-width: 650px) {
      /* line 246, ../sass/components/_offer.scss */
      .data-block .fields-list .field {
        font-size: 13px; } }

/* line 306, ../sass/components/_offer.scss */
.doc-links-container .doc-link-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px; }
  /* line 310, ../sass/components/_offer.scss */
  .doc-links-container .doc-link-wrapper:last-child {
    margin-bottom: 0; }
  /* line 314, ../sass/components/_offer.scss */
  .doc-links-container .doc-link-wrapper .doc-download-link {
    background: var(--button-color);
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: var(--button-text-color);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 5px 5px;
    width: 132px;
    text-align: center;
    text-decoration: none; }
    /* line 327, ../sass/components/_offer.scss */
    .doc-links-container .doc-link-wrapper .doc-download-link:before {
      content: '';
      background: url('../img/vector/sprite.svg?1664702777') no-repeat -460px -80px;
      display: block;
      margin-right: 5px;
      width: 20px;
      height: 20px; }
    /* line 335, ../sass/components/_offer.scss */
    .doc-links-container .doc-link-wrapper .doc-download-link:hover {
      background: var(--button-hover-color);
      color: var(--button-hover-text-color); }
  /* line 341, ../sass/components/_offer.scss */
  .doc-links-container .doc-link-wrapper .doc-title {
    margin-left: 20px; }
    @media only screen and (max-width: 650px) {
      /* line 341, ../sass/components/_offer.scss */
      .doc-links-container .doc-link-wrapper .doc-title {
        margin: 0 0 15px 0;
        -webkit-order: -1;
        order: -1; } }
  @media only screen and (max-width: 650px) {
    /* line 306, ../sass/components/_offer.scss */
    .doc-links-container .doc-link-wrapper {
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-bottom: 20px; } }

/* line 358, ../sass/components/_offer.scss */
.confirm-checbox-wrapper {
  margin-top: 40px; }
  /* line 361, ../sass/components/_offer.scss */
  .confirm-checbox-wrapper label {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center; }
    /* line 364, ../sass/components/_offer.scss */
    .confirm-checbox-wrapper label .e-label {
      color: var(--text-color) !important;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.2;
      margin: 0 !important;
      position: relative; }
      @media only screen and (max-width: 650px) {
        /* line 364, ../sass/components/_offer.scss */
        .confirm-checbox-wrapper label .e-label {
          font-size: 13px; } }
    /* line 377, ../sass/components/_offer.scss */
    .confirm-checbox-wrapper label .e-icons {
      background: var(--second-text-color) !important;
      border: 0;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      margin-right: 10px;
      padding: 0;
      position: relative;
      width: 50px;
      height: 30px; }
      /* line 387, ../sass/components/_offer.scss */
      .confirm-checbox-wrapper label .e-icons:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        background: url('../img/vector/sprite.svg?1664702777') no-repeat -121px 0;
        width: 22px;
        height: 22px;
        z-index: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s; }
      /* line 399, ../sass/components/_offer.scss */
      .confirm-checbox-wrapper label .e-icons.e-check {
        background: var(--second-text-color); }
        /* line 402, ../sass/components/_offer.scss */
        .confirm-checbox-wrapper label .e-icons.e-check:before {
          background-position: -173px 0;
          -moz-transform: translateX(19px);
          -ms-transform: translateX(19px);
          -webkit-transform: translateX(19px);
          transform: translateX(19px); }
  @media only screen and (max-width: 650px) {
    /* line 358, ../sass/components/_offer.scss */
    .confirm-checbox-wrapper {
      margin-top: 30px; } }

/* line 415, ../sass/components/_offer.scss */
.docs-for-discounts {
  margin-top: 25px; }
  /* line 418, ../sass/components/_offer.scss */
  .docs-for-discounts h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px; }
    @media only screen and (max-width: 650px) {
      /* line 418, ../sass/components/_offer.scss */
      .docs-for-discounts h4 {
        font-size: 16px; } }
  /* line 428, ../sass/components/_offer.scss */
  .docs-for-discounts .discounts-docs-uploader-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    font-size: 15px; }
    /* line 432, ../sass/components/_offer.scss */
    .docs-for-discounts .discounts-docs-uploader-wrapper .uploader-label {
      color: var(--user-info-label);
      margin-right: 10px; }
    @media only screen and (max-width: 650px) {
      /* line 428, ../sass/components/_offer.scss */
      .docs-for-discounts .discounts-docs-uploader-wrapper {
        font-size: 13px; } }

/* line 445, ../sass/components/_offer.scss */
.e-dlg-container .e-dlg-overlay {
  background: rgba(0, 0, 0, 0.7); }
/* line 449, ../sass/components/_offer.scss */
.e-dlg-container .e-dialog {
  background: var(--content-bg-color);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0px 6px 29px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 6px 29px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 29px rgba(0, 0, 0, 0.5);
  padding: 0;
  width: 300px; }
  /* line 456, ../sass/components/_offer.scss */
  .e-dlg-container .e-dialog .e-dlg-header {
    color: var(--text-color);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    margin: 0; }
    /* line 465, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-dlg-header:before {
      content: '';
      background: url('../img/vector/sprite.svg?1664702777') no-repeat -185px -48px;
      display: block;
      margin-right: 10px;
      width: 18px;
      height: 18px; }
  /* line 474, ../sass/components/_offer.scss */
  .e-dlg-container .e-dialog .e-dlg-header-content {
    background: var(--main-bg-color);
    line-height: normal;
    padding: 15px 20px; }
    /* line 479, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-dlg-header-content + .e-dlg-content {
      padding-top: 20px; }
    /* line 485, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
      left: 5px;
      color: #FFFFFF;
      padding: 0;
      width: 20px;
      height: 20px; }
      /* line 491, ../sass/components/_offer.scss */
      .e-dlg-container .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn .e-icon-dlg-close {
        color: #FFFFFF;
        margin-top: 0; }
      /* line 496, ../sass/components/_offer.scss */
      .e-dlg-container .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:hover {
        background: transparent; }
        /* line 499, ../sass/components/_offer.scss */
        .e-dlg-container .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
          color: #FFFFFF;
          margin-top: 0; }
  /* line 510, ../sass/components/_offer.scss */
  .e-dlg-container .e-dialog .e-date-wrapper .e-date-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    /* line 517, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-date-wrapper .e-date-icon:before, .e-dlg-container .e-dialog .e-date-wrapper .e-date-icon:after {
      display: none !important; }
  /* line 523, ../sass/components/_offer.scss */
  .e-dlg-container .e-dialog .e-date-wrapper .e-clear-icon {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 2; }
  /* line 531, ../sass/components/_offer.scss */
  .e-dlg-container .e-dialog .e-dlg-content,
  .e-dlg-container .e-dialog .e-footer-content {
    background: transparent; }
  /* line 536, ../sass/components/_offer.scss */
  .e-dlg-container .e-dialog .e-dlg-content {
    color: var(--text-color);
    padding: 20px 20px 0; }
    /* line 542, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-dlg-content .form-description--top {
      font-size: 14px;
      line-height: 1.3;
      margin-bottom: 15px; }
    /* line 548, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-dlg-content .form-description--bottom {
      font-size: 14px;
      line-height: 1.3;
      margin-top: 15px; }
    /* line 555, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-dlg-content .form-image {
      text-align: center; }
    /* line 559, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-dlg-content .e-input-group {
      border: 0 !important;
      margin: 0; }
      /* line 563, ../sass/components/_offer.scss */
      .e-dlg-container .e-dialog .e-dlg-content .e-input-group:before, .e-dlg-container .e-dialog .e-dlg-content .e-input-group:after {
        display: none; }
    /* line 569, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-dlg-content input {
      margin-bottom: 0; }
    /* line 576, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-dlg-content .e-input {
      margin-bottom: 0; }
    /* line 583, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-dlg-content textarea {
      resize: none;
      height: 90px; }
  /* line 589, ../sass/components/_offer.scss */
  .e-dlg-container .e-dialog .e-footer-content,
  .e-dlg-container .e-dialog .dialog-form-actions {
    padding: 30px 20px; }
    /* line 595, ../sass/components/_offer.scss */
    .e-dlg-container .e-dialog .e-footer-content button, .e-dlg-container .e-dialog .e-footer-content button.e-btn.e-flat.e-primary,
    .e-dlg-container .e-dialog .dialog-form-actions button,
    .e-dlg-container .e-dialog .dialog-form-actions button.e-btn.e-flat.e-primary {
      background: var(--button-color);
      border: 0;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      border-radius: 40px;
      color: var(--button-text-color);
      display: block;
      font-size: 15px;
      font-weight: 500;
      line-height: 1;
      margin: 0;
      padding: 13px 10px;
      width: 100%;
      text-align: center;
      text-decoration: none;
      text-transform: none; }
      /* line 612, ../sass/components/_offer.scss */
      .e-dlg-container .e-dialog .e-footer-content button:hover, .e-dlg-container .e-dialog .e-footer-content button.e-btn.e-flat.e-primary:hover,
      .e-dlg-container .e-dialog .dialog-form-actions button:hover,
      .e-dlg-container .e-dialog .dialog-form-actions button.e-btn.e-flat.e-primary:hover {
        background: var(--button-hover-color);
        color: var(--button-hover-text-color); }
      /* line 617, ../sass/components/_offer.scss */
      .e-dlg-container .e-dialog .e-footer-content button:disabled, .e-dlg-container .e-dialog .e-footer-content button.e-btn.e-flat.e-primary:disabled,
      .e-dlg-container .e-dialog .dialog-form-actions button:disabled,
      .e-dlg-container .e-dialog .dialog-form-actions button.e-btn.e-flat.e-primary:disabled {
        background: var(--button-disabled-color);
        color: var(--button-disabled-text-color);
        cursor: default;
        pointer-events: none; }
        /* line 623, ../sass/components/_offer.scss */
        .e-dlg-container .e-dialog .e-footer-content button:disabled:hover, .e-dlg-container .e-dialog .e-footer-content button.e-btn.e-flat.e-primary:disabled:hover,
        .e-dlg-container .e-dialog .dialog-form-actions button:disabled:hover,
        .e-dlg-container .e-dialog .dialog-form-actions button.e-btn.e-flat.e-primary:disabled:hover {
          background: var(--button-disabled-color);
          color: var(--button-disabled-text-color); }
  /* line 632, ../sass/components/_offer.scss */
  .e-dlg-container .e-dialog .dialog-form-actions {
    padding: 30px 0 30px; }
  /* line 638, ../sass/components/_offer.scss */
  .e-dlg-container .e-dialog .e-footer-content .dialog-form-actions {
    padding: 0; }
/* line 644, ../sass/components/_offer.scss */
.e-dlg-container ngb-datepicker {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  margin: 0 -10px; }
/* line 651, ../sass/components/_offer.scss */
.e-dlg-container .ngb-dp-header {
  padding: 0; }
  /* line 654, ../sass/components/_offer.scss */
  .e-dlg-container .ngb-dp-header .ngb-dp-arrow {
    display: none; }
  /* line 658, ../sass/components/_offer.scss */
  .e-dlg-container .ngb-dp-header .ngb-dp-navigation-select {
    margin: 0 -5px 10px;
    width: 100%; }
    /* line 662, ../sass/components/_offer.scss */
    .e-dlg-container .ngb-dp-header .ngb-dp-navigation-select > select {
      background: var(--main-bg-color) url(../img/vector/select.svg) no-repeat center right 20px;
      border: 0;
      border-radius: 8px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: var(--text-color);
      font-size: 16px;
      margin: 0 5px;
      padding: 11px 40px;
      width: 50%;
      height: auto;
      text-align: -webkit-center;
      text-align: center; }
/* line 679, ../sass/components/_offer.scss */
.e-dlg-container .ngb-dp-month {
  width: 100%; }
  /* line 682, ../sass/components/_offer.scss */
  .e-dlg-container .ngb-dp-month .ngb-dp-week {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 !important; }
    /* line 686, ../sass/components/_offer.scss */
    .e-dlg-container .ngb-dp-month .ngb-dp-week:not(.ngb-dp-weekdays) {
      border: 1px solid var(--main-bg-color);
      border-bottom: 0;
      border-right: 0;
      margin-bottom: -1px; }
      /* line 692, ../sass/components/_offer.scss */
      .e-dlg-container .ngb-dp-month .ngb-dp-week:not(.ngb-dp-weekdays):last-child {
        margin-bottom: 0; }
  /* line 698, ../sass/components/_offer.scss */
  .e-dlg-container .ngb-dp-month .ngb-dp-weekdays {
    background: transparent;
    border: 0; }
  /* line 703, ../sass/components/_offer.scss */
  .e-dlg-container .ngb-dp-month .ngb-dp-day,
  .e-dlg-container .ngb-dp-month .ngb-dp-weekday {
    font-style: normal;
    line-height: 40px;
    width: calc(100% / 7);
    height: 40px; }
  /* line 711, ../sass/components/_offer.scss */
  .e-dlg-container .ngb-dp-month .ngb-dp-weekday {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    text-transform: none; }
  /* line 719, ../sass/components/_offer.scss */
  .e-dlg-container .ngb-dp-month .ngb-dp-day {
    border-bottom: 1px solid var(--main-bg-color);
    border-right: 1px solid var(--main-bg-color);
    color: var(--text-color);
    font-size: 14px;
    padding: 0; }
    /* line 728, ../sass/components/_offer.scss */
    .e-dlg-container .ngb-dp-month .ngb-dp-day.is-today .datepicker__daynum {
      text-decoration: none; }
    /* line 733, ../sass/components/_offer.scss */
    .e-dlg-container .ngb-dp-month .ngb-dp-day div {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      line-height: 40px;
      width: 100%;
      height: 40px; }
      /* line 739, ../sass/components/_offer.scss */
      .e-dlg-container .ngb-dp-month .ngb-dp-day div.outside {
        background: var(--main-bg-color);
        cursor: default;
        opacity: 1; }
      /* line 747, ../sass/components/_offer.scss */
      .e-dlg-container .ngb-dp-month .ngb-dp-day div:not(.outside):hover {
        background: var(--hour--color); }
      /* line 752, ../sass/components/_offer.scss */
      .e-dlg-container .ngb-dp-month .ngb-dp-day div.bg-primary {
        background: var(--hour--color);
        font-weight: 600; }
/* line 762, ../sass/components/_offer.scss */
.e-dlg-container .input-fields-container--pasport {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr 2fr; }
  /* line 767, ../sass/components/_offer.scss */
  .e-dlg-container .input-fields-container--pasport [name="reg_org"], .e-dlg-container .input-fields-container--pasport [name="reg_org_code"] {
    grid-column: span 2; }
/* line 773, ../sass/components/_offer.scss */
.e-dlg-container .e-upload {
  border: 0;
  padding: 0;
  position: relative; }
  /* line 778, ../sass/components/_offer.scss */
  .e-dlg-container .e-upload .e-file-select-wrap {
    padding: 0; }
    /* line 781, ../sass/components/_offer.scss */
    .e-dlg-container .e-upload .e-file-select-wrap button {
      background: #FFFFFF;
      border: 2px solid var(--error-input-color);
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border-radius: 8px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center;
      color: #5A6881;
      font-size: 14px;
      font-weight: 400;
      padding: 0;
      width: 100%;
      text-transform: none; }
      /* line 794, ../sass/components/_offer.scss */
      .e-dlg-container .e-upload .e-file-select-wrap button:before, .e-dlg-container .e-upload .e-file-select-wrap button:after {
        content: '';
        display: block; }
      /* line 800, ../sass/components/_offer.scss */
      .e-dlg-container .e-upload .e-file-select-wrap button:before {
        background: #EAF1FB url('../img/vector/sprite.svg?1664702777') no-repeat -210px -25px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        margin-right: 10px;
        width: 66px;
        height: 66px; }
      /* line 807, ../sass/components/_offer.scss */
      .e-dlg-container .e-upload .e-file-select-wrap button:after {
        background: url('../img/vector/sprite.svg?1664702777') no-repeat -147px -47px;
        margin: 0 20px 0 auto;
        width: 20px;
        height: 20px; }
    /* line 814, ../sass/components/_offer.scss */
    .e-dlg-container .e-upload .e-file-select-wrap .e-file-select {
      display: none; }
  /* line 819, ../sass/components/_offer.scss */
  .e-dlg-container .e-upload .e-upload-files {
    border: 0; }
    /* line 822, ../sass/components/_offer.scss */
    .e-dlg-container .e-upload .e-upload-files .e-upload-file-list {
      top: 0;
      left: 0;
      background: #FFFFFF;
      border: 2px solid var(--valid-input-color);
      border-radius: 8px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center;
      padding: 0;
      width: 100%;
      height: auto;
      min-height: auto;
      z-index: 1; }
      /* line 836, ../sass/components/_offer.scss */
      .e-dlg-container .e-upload .e-upload-files .e-upload-file-list .wrapper {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        width: 66px;
        height: 66px; }
        /* line 841, ../sass/components/_offer.scss */
        .e-dlg-container .e-upload .e-upload-files .e-upload-file-list .wrapper img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
          /* line 845, ../sass/components/_offer.scss */
          .e-dlg-container .e-upload .e-upload-files .e-upload-file-list .wrapper img::shadow#alttext-container {
            color: transparent; }
          /* line 849, ../sass/components/_offer.scss */
          .e-dlg-container .e-upload .e-upload-files .e-upload-file-list .wrapper img::shadow#alttext-image {
            display: none; }
      /* line 855, ../sass/components/_offer.scss */
      .e-dlg-container .e-upload .e-upload-files .e-upload-file-list .file-name {
        color: #5A6881;
        font-size: 14px;
        font-weight: 400;
        margin-left: 10px;
        max-width: 140px;
        text-overflow: ellipsis;
        overflow: hidden; }
      /* line 865, ../sass/components/_offer.scss */
      .e-dlg-container .e-upload .e-upload-files .e-upload-file-list .file-size,
      .e-dlg-container .e-upload .e-upload-files .e-upload-file-list .progressbar {
        display: none; }

/* line 876, ../sass/components/_offer.scss */
#dropArea2 .custom-uoload-button {
  margin-bottom: 15px; }
/* line 882, ../sass/components/_offer.scss */
#dropArea2.single-uploaded #first-upload {
  display: none;
  margin: 0; }
/* line 890, ../sass/components/_offer.scss */
#dropArea2.all-uploaded .custom-uoload-button {
  margin: 0; }
/* line 896, ../sass/components/_offer.scss */
#dropArea2.all-uploaded .e-file-select-wrap button {
  display: none; }

/* line 905, ../sass/components/_offer.scss */
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none; }
/* line 909, ../sass/components/_offer.scss */
input[type="date"] .datetimebox {
  display: block; }

/* line 7, ../sass/components/_swal.scss */
.swal2-container .swal2-popup {
  background: var(--content-bg-color);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0px 6px 29px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 6px 29px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 29px rgba(0, 0, 0, 0.5);
  padding: 0;
  width: 410px; }
  /* line 14, ../sass/components/_swal.scss */
  .swal2-container .swal2-popup .swal2-header {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background: var(--main-bg-color);
    padding: 15px 20px; }
  /* line 20, ../sass/components/_swal.scss */
  .swal2-container .swal2-popup .swal2-title {
    color: var(--text-color);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    margin: 0; }
  /* line 31, ../sass/components/_swal.scss */
  .swal2-container .swal2-popup .swal2-content,
  .swal2-container .swal2-popup .swal2-html-container {
    color: var(--text-color);
    font-size: inherit;
    font-weight: inherit;
    padding: 20px 20px 30px; }
  /* line 39, ../sass/components/_swal.scss */
  .swal2-container .swal2-popup .swal2-close {
    top: 15px;
    right: 15px;
    background: url('../img/vector/sprite.svg?1664702777') no-repeat -110px -48px;
    font-size: 0;
    width: 20px;
    height: 20px;
    z-index: 2; }
    /* line 49, ../sass/components/_swal.scss */
    .swal2-container .swal2-popup .swal2-close:focus {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: 0; }
  /* line 55, ../sass/components/_swal.scss */
  .swal2-container .swal2-popup .swal2-actions {
    margin: 1.25em auto; }

/* line 1, ../sass/components/_tns.scss */
.tns-carousel:not(.tns-vertical) {
  display: flex; }

/* line 5, ../sass/components/_tns.scss */
.tns-outer {
  position: relative; }
  /* line 8, ../sass/components/_tns.scss */
  .block-content--slider .tns-outer {
    margin: 0 auto;
    max-width: 800px; }
    @media only screen and (min-width: 651px) {
      /* line 14, ../sass/components/_tns.scss */
      .block-content--slider .tns-outer:before, .block-content--slider .tns-outer:after {
        content: '';
        position: absolute;
        top: 20px;
        display: block;
        width: 10px;
        height: calc(100% - 40px);
        z-index: 1; }
      /* line 25, ../sass/components/_tns.scss */
      .block-content--slider .tns-outer:before {
        left: 0;
        background: linear-gradient(90deg, #646464 0%, rgba(100, 100, 100, 0.9) 24.48%, rgba(100, 100, 100, 0.7) 52.08%, rgba(100, 100, 100, 0.4) 75.52%, rgba(100, 100, 100, 0) 100%); }
      /* line 30, ../sass/components/_tns.scss */
      .block-content--slider .tns-outer:after {
        right: 0;
        background: linear-gradient(90deg, #646464 0%, rgba(100, 100, 100, 0.9) 24.48%, rgba(100, 100, 100, 0.7) 52.08%, rgba(100, 100, 100, 0.4) 75.52%, rgba(100, 100, 100, 0) 100%);
        transform: matrix(-1, 0, 0, 1, 0, 0); } }

/* line 41, ../sass/components/_tns.scss */
.block-content--slider .tns-ovh {
  margin: -20px 0;
  padding: 20px 0; }

/* line 47, ../sass/components/_tns.scss */
.tns-autowidth {
  vertical-align: middle; }

/* line 53, ../sass/components/_tns.scss */
.block-content--slider .tns-inner {
  margin: 0 10.9% 0 13.4% !important; }
  @media only screen and (max-width: 500px) {
    /* line 53, ../sass/components/_tns.scss */
    .block-content--slider .tns-inner {
      margin: 0 10px 0 20px !important; } }

/* line 64, ../sass/components/_tns.scss */
.tns-nav {
  margin-top: 15px;
  text-align: center; }
  /* line 68, ../sass/components/_tns.scss */
  .tns-nav button {
    background: transparent;
    border: solid 1px #FFFFFF;
    border-radius: 50%;
    width: 6px;
    height: 6px; }
    /* line 74, ../sass/components/_tns.scss */
    .tns-nav button + button {
      margin-left: 10px; }
    /* line 78, ../sass/components/_tns.scss */
    .tns-nav button.tns-nav-active {
      width: 10px;
      height: 10px; }

/* line 85, ../sass/components/_tns.scss */
.tns-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -16px; }
  /* line 92, ../sass/components/_tns.scss */
  .tns-controls > button {
    position: absolute;
    top: 0;
    background: #FFFFFF url('../img/vector/sprite.svg?1664702777') no-repeat;
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    z-index: 1; }
    /* line 102, ../sass/components/_tns.scss */
    .tns-controls > button:before {
      content: '';
      display: inline-block; }
    /* line 107, ../sass/components/_tns.scss */
    .tns-controls > button[data-controls="prev"] {
      left: 30px;
      background-position: 11px 9px; }
      /* line 112, ../sass/components/_tns.scss */
      .tns-controls > button[data-controls="prev"]:hover {
        background-color: #FFFFFF; }
      @media only screen and (max-width: 500px) {
        /* line 107, ../sass/components/_tns.scss */
        .tns-controls > button[data-controls="prev"] {
          background-position: -61px 5.5px; } }
    /* line 123, ../sass/components/_tns.scss */
    .tns-controls > button[data-controls="next"] {
      right: 30px;
      background-position: -23px 9px; }
      /* line 127, ../sass/components/_tns.scss */
      .tns-controls > button[data-controls="next"]:hover {
        background-color: #FFFFFF; }
      @media only screen and (max-width: 500px) {
        /* line 123, ../sass/components/_tns.scss */
        .tns-controls > button[data-controls="next"] {
          background-position: -85px 5.5px; } }
    /* line 138, ../sass/components/_tns.scss */
    .tns-controls > button:hover {
      background-color: #646464; }
    @media only screen and (max-width: 500px) {
      /* line 92, ../sass/components/_tns.scss */
      .tns-controls > button {
        width: 18px;
        height: 18px; } }
  /* line 147, ../sass/components/_tns.scss */
  .tns-controls.with-dots {
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 152, ../sass/components/_tns.scss */
    .tns-controls.with-dots .tns-nav {
      margin: 0 30px; }
  @media only screen and (max-width: 500px) {
    /* line 85, ../sass/components/_tns.scss */
    .tns-controls {
      margin-top: -9px; } }

/* End of Base */

/*# sourceMappingURL=component.css.map */
