@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../../fonts/Roboto/RobotoSlab-Bold.woff2") format("woff2"), url("../../fonts/Roboto/RobotoSlab-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../../fonts/Roboto/RobotoSlab-Regular.woff2") format("woff2"), url("../../fonts/Roboto/RobotoSlab-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../../fonts/Roboto/RobotoSlab-Medium.woff2") format("woff2"), url("../../fonts/Roboto/RobotoSlab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../../fonts/Roboto/RobotoSlab-SemiBold.woff2") format("woff2"), url("../../fonts/Roboto/RobotoSlab-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.csr-layout {
  font-size: 16px;
  color: var(--regal-grey-v6);
  font-family: "Roboto";
}
.csr-layout h1,
.csr-layout h2,
.csr-layout h3,
.csr-layout h4,
.csr-layout h5,
.csr-layout h6 {
  color: var(--regal-grey-v3);
  font-family: "Roboto Slab";
}
.csr-layout a {
  color: var(--regal-grey-v3);
}
.csr-layout .container {
  max-width: 1280px;
}

.csr-notification {
  background-color: #2a4856;
  line-height: 1;
}

.csr-banner {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}
.csr-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.csr-banner__content {
  position: relative;
  z-index: 2;
}
.csr-banner__search {
  position: relative;
}
.csr-banner__search form {
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
}
.csr-banner__search input {
  line-height: 56px;
  height: 56px;
  padding: 6px 20px;
  font-style: italic;
}
.csr-banner__search button {
  border: none;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: var(--regal-orange-v2);
}
.csr-banner__search button:hover {
  background-color: var(--regal-orange-v3);
}

.csr-popular-course .button-type-02 {
  font-size: 16px;
  padding: 11px 22px;
  border-radius: 0;
  color: var(--regal-orange-v2);
  background-color: transparent;
  border: 1px solid var(--regal-orange-v2);
}
.csr-popular-course .button-type-02:hover {
  background-color: var(--regal-orange-v2);
  border: 1px solid var(--regal-orange-v2);
}

.csr-new-course {
  background-color: #F2F2F2;
}
.csr-new-course .button-type-02 {
  font-size: 16px;
  padding: 11px 22px;
  border-radius: 0;
  color: var(--regal-orange-v2);
  background-color: transparent;
  border: 1px solid var(--regal-orange-v2);
}
.csr-new-course .button-type-02:hover {
  background-color: var(--regal-orange-v2);
  border: 1px solid var(--regal-orange-v2);
}

.csr-counting {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.csr-counting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
  opacity: 0.6;
}
.csr-counting .col-6:not(:last-child) .csr-counting__items {
  border-right: 1px solid var(--regal-grey-v2);
}
.csr-counting .col-6:last-child .csr-counting__items {
  border-right: none;
}
.csr-counting__items {
  z-index: 2;
}
.csr-counting .counter {
  color: var(--regal-orange-v3);
}

.csr-categories__items {
  border: 1px solid var(--regal-grey-v5);
}
.csr-categories__items:hover {
  border: 1px solid var(--regal-orange-v3);
}
.csr-categories__items:hover p {
  color: var(--regal-orange-v3);
}

.csr-new-course {
  background-color: #F2F2F2;
}

.csr-certificates .button-type-02 {
  font-size: 16px;
  padding: 11px 22px;
  color: var(--regal-orange-v2);
  background-color: transparent;
  border: 1px solid var(--regal-orange-v2);
}
.csr-certificates .button-type-02:hover {
  background-color: var(--regal-orange-v2);
  border: 1px solid var(--regal-orange-v2);
}
.csr-certificates__name {
  padding: 20px 30px;
  border: 1px solid var(--regal-grey-v5);
}
.csr-certificates__name:hover {
  color: var(--regal-orange-v3);
}

.csr-latest-news {
  background-color: #F2F2F2;
}

.csr-subscribe {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.csr-subscribe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.csr-subscribe__content {
  z-index: 2;
}
.csr-subscribe__sub {
  max-width: 600px;
  margin: 0 auto 40px;
}
