/* oleg - reset - start */
html {
  scroll-behavior: smooth;
}

body, html, h1, h2, h3, h4, h5, h6, ul, figure, p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
}

select, input[type=text], input[type=submit], input[type=number], input[type=phone], input[type=email], input[type=password],
input[type=mail], input[type=tel], textarea {
  outline: none;
  margin: 0;
  border-radius: 0;
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

div, section, main, aside, header, footer, p, h1, h2, h3, h4, h5, h6, form, input, ul, li, td, aside, a, nav {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
}

iframe {
  border: none;
}

/* oleg - reset - end */
/* oleg - classes - start */
/* oleg - responsive - start */
/* oleg - responsive - end */
.u-displaynone {
  display: none !important;
}

.u-displayblock {
  display: block !important;
}

.u-no-up-tablet {
  display: block !important;
}
@media (min-width: 751px) {
  .u-no-up-tablet {
    display: none !important;
  }
}

.u-no-up-tabletwide {
  display: block !important;
}
@media (min-width: 1023px) {
  .u-no-up-tabletwide {
    display: none !important;
  }
}

.u-no-up-desktop {
  display: block !important;
}
@media (min-width: 1247px) {
  .u-no-up-desktop {
    display: none !important;
  }
}

.u-no-up-desktopwide {
  display: block !important;
}
@media (min-width: 1439px) {
  .u-no-up-desktopwide {
    display: none !important;
  }
}

.u-no-down-tablet {
  display: none !important;
}
@media (min-width: 751px) {
  .u-no-down-tablet {
    display: block !important;
  }
}

.u-no-down-tabletwide {
  display: none !important;
}
@media (min-width: 1023px) {
  .u-no-down-tabletwide {
    display: block !important;
  }
}

.u-no-down-desktop {
  display: none !important;
}
@media (min-width: 1247px) {
  .u-no-down-desktop {
    display: block !important;
  }
}

.u-no-down-desktopwide {
  display: none !important;
}
@media (min-width: 1439px) {
  .u-no-down-desktopwide {
    display: block !important;
  }
}

/* oleg - classes - end */
/* oleg - colors - start */
/* oleg - colors - end */
/* oleg - extends - start */
/* oleg - extends - end */
/* oleg - b-variables - start */
@font-face {
  font-family: "gabarito";
  src: url("../fonts/gabarito.ttf");
  font-display: swap;
}
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
  font-display: swap;
}
p, a, ul, li, button {
  font-family: "raleway";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "gabarito";
}

.u-c-main {
  color: #0079B8;
}

.u-bg-main {
  background: #0079B8;
}

.u-c-second {
  color: #FAEA26;
}

.u-bg-second {
  background: #FAEA26;
}

.u-c-third {
  color: #1D4872;
}

.u-bg-third {
  background: #1D4872;
}

/* oleg - b-variables - end */
/* MIDGARD - l-wrapper--standard - start */
.l-wrapper--standard {
  display: grid;
  grid-template-columns: 1fr 95% 1fr;
}
@media (min-width: 389px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 90% 1fr;
  }
}
@media (min-width: 479px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 85% 1fr;
  }
}
@media (min-width: 559px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 80% 1fr;
  }
}
@media (min-width: 639px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 75% 1fr;
  }
}
@media (min-width: 751px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 710px 1fr;
  }
}
@media (min-width: 1023px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 900px 1fr;
  }
}
@media (min-width: 1247px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1100px 1fr;
  }
}
@media (min-width: 1439px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1300px 1fr;
  }
}
@media (min-width: 1799px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1500px 1fr;
  }
}
.l-wrapper--standard__content {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 389px) {
  .l-wrapper--standard__content {
    width: 90%;
  }
}
@media (min-width: 479px) {
  .l-wrapper--standard__content {
    width: 85%;
  }
}
@media (min-width: 559px) {
  .l-wrapper--standard__content {
    width: 80%;
  }
}
@media (min-width: 639px) {
  .l-wrapper--standard__content {
    width: 75%;
  }
}
@media (min-width: 751px) {
  .l-wrapper--standard__content {
    width: 710px;
  }
}
@media (min-width: 1023px) {
  .l-wrapper--standard__content {
    width: 900px;
  }
}
@media (min-width: 1247px) {
  .l-wrapper--standard__content {
    width: 1100px;
  }
}
@media (min-width: 1439px) {
  .l-wrapper--standard__content {
    width: 1300px;
  }
}
@media (min-width: 1799px) {
  .l-wrapper--standard__content {
    width: 1500px;
  }
}

.l-XX-home {
  grid-template-areas: "header header header" ". main ." "footer footer footer" "copy copy copy";
}

.l-header {
  grid-area: header;
  background: #6A5ACD;
}

.l-main {
  grid-area: main;
  background: #00BFFF;
}

.l-footer {
  grid-area: footer;
  background: #708090;
}

.l-copy {
  grid-area: copy;
  background: #40E0D0;
}

/* MIDGARD - l-wrapper--standard - end */
/* oleg - mixins - start */
/* oleg - mixins - end */
.thecourse__form {
  margin: 30px 0;
  padding: 30px;
  background: white;
}
.thecourse__form p {
  font-size: 15px;
  margin: 0 0 20px 0;
}
.thecourse__form form input {
  margin: 0 0 10px 0;
}
.thecourse__form form input[type=submit] {
  background: #4cbab1;
  color: white;
  border: none;
}
