/* line 22, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-main_color {
  background-color: #79ac2b;
}

/* line 23, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-main_color {
  color: #79ac2b;
}

/* line 24, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-main_color_light {
  background-color: #79ac2b;
}

/* line 25, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-main_color_light {
  color: #79ac2b;
}

/* line 26, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-main_color_dark {
  background-color: #79ac2b;
}

/* line 27, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-main_color_dark {
  color: #79ac2b;
}

/* line 28, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-second_color {
  background-color: #004000;
}

/* line 29, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-second_color {
  color: #004000;
}

/* line 30, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-second_color_light {
  background-color: #004000;
}

/* line 31, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-second_color_light {
  color: #004000;
}

/* line 32, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-second_color_dark {
  background-color: #004000;
}

/* line 33, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-second_color_dark {
  color: #004000;
}

/* line 34, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-third_color {
  background-color: #ffffff;
}

/* line 35, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-third_color {
  color: #ffffff;
}

/* line 36, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-third_color_light {
  background-color: #ffffff;
}

/* line 37, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-third_color_light {
  color: #ffffff;
}

/* line 38, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-third_color_dark {
  background-color: #ffffff;
}

/* line 39, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-third_color_dark {
  color: #ffffff;
}

/* line 40, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-fourth_color {
  background-color: #d0d0d0;
}

/* line 41, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-fourth_color {
  color: #d0d0d0;
}

/* line 42, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-fourth_color_light {
  background-color: #d0d0d0;
}

/* line 43, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-fourth_color_light {
  color: #d0d0d0;
}

/* line 44, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-fourth_color_dark {
  background-color: #d0d0d0;
}

/* line 45, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-fourth_color_dark {
  color: #d0d0d0;
}

/* line 46, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-fifth_color {
  background-color: #dedede;
}

/* line 47, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-fifth_color {
  color: #dedede;
}

/* line 48, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-fifth_color_light {
  background-color: #dedede;
}

/* line 49, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-fifth_color_light {
  color: #dedede;
}

/* line 50, ../../cinscustomer/sass/config/_colors_from_php.scss */
.bg-fifth_color_dark {
  background-color: #dedede;
}

/* line 51, ../../cinscustomer/sass/config/_colors_from_php.scss */
.color-fifth_color_dark {
  color: #dedede;
}

/* line 31, ../../cinscustomer/sass/config/_fonts_from_php.scss */
.font-main_font {
  font-family: "Lato", Arial, sans-serif;
}

/* line 32, ../../cinscustomer/sass/config/_fonts_from_php.scss */
.font-second_font {
  font-family: "Pacifico", Arial, sans-serif;
}

/* line 33, ../../cinscustomer/sass/config/_fonts_from_php.scss */
.font-third_font {
  font-family: "", Arial, sans-serif;
}

/* line 34, ../../cinscustomer/sass/config/_fonts_from_php.scss */
.font-main_title_font {
  font-family: "Lato", Arial, sans-serif;
}

/* line 35, ../../cinscustomer/sass/config/_fonts_from_php.scss */
.font-second_title_font {
  font-family: "Pacifico", Arial, sans-serif;
}

/* line 36, ../../cinscustomer/sass/config/_fonts_from_php.scss */
.font-third_title_font {
  font-family: "Lato", Arial, sans-serif;
}

/* line 37, ../../cinscustomer/sass/config/_fonts_from_php.scss */
.font-main_text_font {
  font-family: "Lato", Arial, sans-serif;
}

/* line 38, ../../cinscustomer/sass/config/_fonts_from_php.scss */
.font-second_text_font {
  font-family: "Pacifico", Arial, sans-serif;
}

/* line 39, ../../cinscustomer/sass/config/_fonts_from_php.scss */
.font-third_text_font {
  font-family: "Lato", Arial, sans-serif;
}

/* Default modal */
/* line 2, ../sass/_modal.scss */
.modal-wrapper {
  z-index: 20;
}

/* line 6, ../sass/_modal.scss */
.region-modal .modal_closer,
.region-modal .modal_content > * {
  display: none;
}

/* line 11, ../sass/_modal.scss */
.region-modal.modal_opened {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #dedede;
}

@media (max-width: 767px) {
  /* line 26, ../sass/_modal.scss */
  .region-modal.modal_opened {
    padding: 20px;
  }
}
/* line 31, ../sass/_modal.scss */
.region-modal.modal_opened .modal_closer {
  display: block !important;
  cursor: pointer;
}

/* line 37, ../sass/_modal.scss */
.region-modal.modal_opened .modal_content {
  width: 100%;
}

/* line 41, ../sass/_modal.scss */
.region-modal.modal_opened .modal_content > .modal_item_opened {
  display: block;
}
