

/* Start:/courses/style.css?17902590112541*/
:root {
  --paper: #fff;
  --main: #06b;
  --second: #ef4123;
  --second-alt: #fff200;
  --third: #ef9923;
  --third-5: rgba(239, 153, 35, 0.31);
  --alt: #0af;
  --alt-5: rgba(0, 170, 255, 0.31);
  --bg: #e3f6ff;
  --bg-dark: #cfefff;
  --text: #035;
  --text-cold: #0a3;
  --bg-warm: #f1abd2;
  --bg-cold: #43da70;
  --bg-cold-5: rgba(67, 218, 112, 0.31);
  --text-5: rgba(0, 51, 85, 0.8);
  --button: linear-gradient(var(--alt) -50%, var(--main));
  --button-hover: linear-gradient(0deg, var(--second) -20%, var(--second-alt) 150%);
}

* {
  box-sizing: border-box;
}

.well-block {
  padding: 1rem 2rem;
  border-radius: 4px;
}

.well-chip {
  background-color: var(--bg-dark);
  border-radius: 4px;
}

.well-bg {
  background-color: var(--bg);
}

.well-button,
.well-button-small {
  background: var(--button);
  outline: none;
  padding: 1rem 2rem;
  border: 0;
  border-bottom: 2px solid var(--alt);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--paper) !important;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.well-text {
  font-family: Open Sans, sans-serif;
}

.well-button-small {
  padding: 0.4rem 0.8rem;
}

.well-button:hover,
.well-button-small:hover {
  background: var(--button-hover);
  border-bottom: 2px solid var(--second-alt);
}

.well-price {
  font-size: 24px !important;
  font-weight: 700 !important;
}

.well-input {
  padding: 1rem 0.5rem;
  border: 1px solid var(--alt-5);
}

[type="checkbox"] {
  width: 24px;
  height: 24px;
}

/* service */

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.d-f {
  display: flex;
}

.d-if {
  display: inline-flex;
}

.f-1 {
  flex: 1;
}

@media (max-width: 575px) {
  .m-fd-c {
    flex-direction: column;
  }
}

.ai-center {
  align-items: center;
}

.jc-between {
  justify-content: space-between;
}

.ov-hidden {
  overflow: hidden;
}

.f-w {
  flex-wrap: wrap;
}

.m-0 {
  margin: 0 !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mr-1\/2 {
  margin-right: 0.5rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

@media (max-width: 575px) {
  .m-m-0 {
    margin: 0 !important;
  }

  .m-mb-2 {
    margin-bottom: 2rem !important;
  }

  .m-mb-1 {
    margin-bottom: 1rem !important;
  }
}
/* End */
/* /courses/style.css?17902590112541 */
