@media only screen and (max-width: 576px) {
  .from_editor_div img {
    width: 100% !important;
  }
  .animate_visible, .animate_block, .animate_block_when_see {
    opacity: 1;
  }
  /*.animate_scale_visible,
    .animate_scale_block,
    .animate_scale_block_when_see {
        opacity: 1;
        transform: scale(0);
    }*/
  .phone {
    right: 20px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 576px) {
  .from_editor_div img {
    width: 100% !important;
  }
  .animate_visible, .animate_block, .animate_block_when_see {
    opacity: 1;
  }
  /*.animate_scale_visible,
    .animate_scale_block,
    .animate_scale_block_when_see {
        opacity: 1;
        transform: scale(0);
    }*/
  .phone {
    right: 30px;
    bottom: 45px;
  }
}

@media only screen and (min-width: 1024px) {
  .from_editor_div img {
    width: auto !important;
  }
  .animate_visible, .animate_block, .animate_block_when_see {
    opacity: 1;
  }
  /*.animate_scale_visible,
    .animate_scale_block,
    .animate_scale_block_when_see {
        opacity: 1;
        transform: scale(0);
    }*/
}

@media only screen and (min-width: 1250px) {
  .from_editor_div img {
    width: auto !important;
  }
  .animate_visible, .animate_block, .animate_block_when_see {
    opacity: 0;
  }
  .phone {
    right: 40px;
    bottom: 60px;
  }
  /*.animate_scale_visible,
    .animate_scale_block,
    .animate_scale_block_when_see {
        opacity: 0;
        transform: scale(0);
    }*/
}

@media only screen and (min-width: 1400px) {
  .from_editor_div img {
    width: auto !important;
  }
  .animate_visible, .animate_block, .animate_block_when_see {
    opacity: 0;
  }
  /*.animate_scale_visible,
.animate_scale_block,
.animate_scale_block_when_see {
	opacity: 0;
	transform: scale(0);
}*/
}

.clear {
  clear: both;
}

.disable_text {
  color: #777;
}

.form_tag_div {
  margin-bottom: 20px;
}

.form_text_div {
  margin-bottom: 5px;
}

.page_title_h1 {
  text-align: center;
}

.page_tags_arrow {
  font-size: 11px;
  margin: 0 8px;
}

.container {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.none {
  display: none;
}

.no_padding {
  padding: 0 !important;
}

.one_string {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swal-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

.checkbox_invalid {
  border: 1px solid red !important;
}

.input_invalid {
  border-bottom: 1px solid red !important;
}

.select_invalid, .textarea_invalid {
  border: 1px solid red !important;
}

.input_warning {
  border: 1px solid #F00 !important;
}

.read_more_button {
  background-color: #FD8E50;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  font-size: 0.9rem;
}

.read_more_button:hover {
  background: #ff7627;
  color: white !important;
}

.read_more_button__sm {
  background-color: white;
  color: #192A45;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  border: none;
  font-size: 0.9rem;
}

.read_more_button__sm:hover {
  background-color: #ccd0d6;
  color: #192A45;
}

.page_tags_arrow {
  color: #FD8E50;
}

.pre_page a {
  color: #FD8E50;
  text-decoration: underline;
}

.pre_page a:hover {
  color: #FD8E50;
  text-decoration: none;
}

.tags_container {
  background-color: #EEEEEE;
}

.tags {
  font-size: 17px !important;
}

.phone {
  color: #192A45 !important;
  z-index: 999;
  font-size: 35px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #FD8E50;
  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;
  color: white;
  position: fixed;
}

.phone:hover {
  color: #192A45 !important;
  background-color: #ff7627;
}

.from_editor_div ul {
  list-style: disc !important;
}
/*# sourceMappingURL=classes.css.map */