html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.3;
  font-family: Verdana, Tahoma, sans-serif;
  color: #183b56;
  font-size: 16px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

b {
  font-weight: bold;
}
.alert-danger {
  font-size: 14px !important;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"),
    url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px transparent;
  -webkit-font-smoothing: antialiased;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 750px) {
  .main-logo {
    top: 10px;
    position: absolute;
  }
  .main-logo img {
    max-width: 190px !important;
  }
  .header-btn-contact-faq {
    margin: 43px !important;
    margin-right: 0px;
    margin-top: 5px;
    position: relative;
    top: 45px;
    margin: 15px;
  }
}

.progress {
  height: 20px !important;
}

svg {
  display: block;
}

.course-card-description__meta__duration svg {
  stroke: #000;
  fill: transparent;
  height: 24px;
  width: 24px;
}

.course-card-description__meta__duration.svg-fill svg {
  fill: #000;
}

.all-courses-content-block .course-card-description__meta {
  background: #fafafc;
  border-bottom: 1px solid #e2e8f0;
  border-left: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 8px 6px;
  flex-direction: column;
}
.all-courses-content-block .course-card-description__meta__duration {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  line-height: 20px;
}
.all-courses-content-block .course-card-description__meta__price {
  color: #f77503;
  font-size: 15px;
  font-weight: 550;
  line-height: 20px;
}
.all-courses-content-block-learning {
  color: #009a63;
  font-size: 15px;
}
.all-courses-content-block:hover a {
  color: #fff;
}
strong {
  font-weight: bold;
}

/* ======================== */

.wrapper {
  position: relative;
}

.container {
  position: relative;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 20px;
}

.menu-wrapper {
  position: relative;
  z-index: 99999;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.menu__toggle-btn {
  display: none;
  padding: 10px;
  cursor: pointer;
  border: 3px solid #fff;
  background: #333;
}

.menu__toggle-btn span {
  display: block;
  background: #fff;
  height: 3px;
  width: 40px;
}

.nav-main__link {
  position: relative;
  display: block;
  font-size: 18px;
  color: #183b56;
  text-decoration: none;
  transition: 250ms;
  padding: 10px 15px;
}

.header-btn-contact {
  color: #f77503;
  font-weight: 500;
  margin-right: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

a.header-btn-contact {
  display: none;
}

.header_btn_block {
  display: flex;
  align-items: center;
}

.menu__toggle-btn span:nth-child(2) {
  margin: 10px 0;
}

.nav-main {
  position: relative;
  display: flex;
}

.nav-main__link-active {
  color: #f77503;
}

.nav-main__link:last-child {
  /* margin: 0; */
}

.nav-main__link:hover {
  color: #f77503;
}

.header-btn-contact img {
  margin-right: 5px;
}

.show-menu {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.show-menu .nav-main__link {
  color: #fff;
  margin: 0;
  z-index: 1;
  font-size: 16px;
  margin-bottom: 15px;
}

.show-menu .nav-main__link:last-child {
  margin: 0;
}

.show-menu .nav-main__link:hover {
  color: #000;
}

.menu-overlay--show {
  position: fixed;
  display: block;
  background: #000000de;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.menu-block:nth-child(3) {
  position: relative;
  z-index: 1;
}

.menu-block:nth-child(2) {
  position: relative;
  z-index: 2;
}

.menu__toggle-btn--close {
  position: relative;
  z-index: 2;
  padding: 22px 10px;
}

.menu__toggle-btn--close span:first-child {
  transform: rotate(45deg);
}

.main-brands__in .main-brands__in-block img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  filter: grayscale(100%);
}

.menu__toggle-btn--close span:nth-child(2) {
  display: none;
}

.menu__toggle-btn--close span:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
}

.main-logo img {
  max-width: 170px;
}

@media screen and (max-width: 750px) {
  .main-logo {
    top: 10px;
    position: absolute;
  }

  .menu-block:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .form-authorize {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-height: 635px;
    justify-content: center;
    margin: 0 auto;
    max-width: 360px !important;
  }
  .login-form__form-inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 332px !important;
  }
}
/* ======================== */

.slider-wrapper {
  position: relative;
  background: #fafafb url(../img/sld-bg.svg) no-repeat;
  padding: 30px 0;
  /* padding-bottom: 350px; */
}

.slider-in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-block {
  position: relative;
  padding: 0 20px;
}

.slider-text-wrapper {
  position: relative;
  max-width: 565px;
}

.slider-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slider-logos {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.slider-logo {
  position: relative;
  margin: 0 20px;
}

.slider-logo:first-child {
  margin-left: 0;
}

.slider-img {
  position: relative;
}

@media screen and (max-width: 769px) {
  .slider-in {
    flex-direction: column;
  }

  .slider-logos {
    margin-bottom: 20px;
  }
}

/* ======================== */

.myself-wrapper {
  position: relative;
}

.myself-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.myself-block {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  background: #f2f2f2;
  border-radius: 10px;
  transition: 250ms;
}

.myself-block:hover {
  background: #183b56;
  transform: translateY(-20px);
}

.myself-img {
  position: relative;
}

.myself-img-1 {
  margin-left: -20px;
  margin-top: -20px;
}

.myself-img-2 {
  margin-right: -20px;
  margin-top: 45px;
}

.myself-title {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.myself-text {
  color: #5a7180;
  margin-bottom: 50px;
  min-height: 166px;
}

.myself-block:hover .myself-title {
  color: #fff;
}

.myself-block:hover .myself-text {
  color: #fff;
}

.myself-btn-block {
  position: relative;
}

.myself-btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 8px;
  background: #f98005;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.myself-text-wrapper {
  position: relative;
  padding: 0 40px;
  margin-top: 85px;
}

@media screen and (max-width: 920px) {
  .myself-block {
    padding: 10px;
  }

  .myself-text-wrapper {
    padding: 0 4px;
    margin-top: 10px;
  }

  .myself-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 769px) {
  .myself-in {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ======================== */

.design-wrapper {
  position: relative;
  margin: 150px 0;
}

.design-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}

.design-title-block {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

.design-title {
  font-size: 32px;
  font-weight: bold;
}

.design-title span {
  color: #f98005;
}

.design-subtitle {
  margin-top: 20px;
  color: #5a7180;
  /* font-size: 18px; */
}

.design-block {
  position: relative;
}

.design-title-in {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

.design-text {
  color: #5a7180;
}

.design-icon img {
  width: 25px;
  height: 25px;
}

.design-icon {
  color: #f98006;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
}

.design-icon-in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .design-in {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}

@media screen and (max-width: 700px) {
  .design-in {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .design-in {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ======================== */

.day-wrapper {
  position: relative;
  background: #f7f8f9;
}

.day-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
}

.day-block {
  position: relative;
}

.day-calendar {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.day-calendar-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.day-calendar-text-block {
  max-width: 520px;
}

.day-img {
  margin: -55px 0;
}

@media screen and (max-width: 850px) {
  .day-in {
    grid-template-columns: repeat(1, 1fr);
  }

  .day-img {
    margin: 0;
  }

  .day-wrapper {
    padding: 50px 0;
  }

  .day-calendar {
    flex-direction: column;
  }
}

/* ======================== */

.certified-wrapper {
  position: relative;
  margin: 100px 0;
}

.certified-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 50px;
}

.certified-block {
  position: relative;
  filter: grayscale(1);
  transition: 250ms;
}

.certified-block:hover {
  filter: grayscale(0);
}

@media screen and (max-width: 850px) {
  .certified-in {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
  }
}

@media screen and (max-width: 769px) {
  .certified-in {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ======================== */

.train-wrapper {
  position: relative;
  background: #343a40;
}

.train-wrapper:before {
  background: #fff;
  clip-path: ellipse(53% 100% at 50% 0);
  -webkit-clip-path: ellipse(53% 100% at 50% 0);
  content: " ";
  display: block;
  height: 64px;
  width: 100%;
}

.train-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 60px;
  grid-gap: 50px;
}

.train-block {
  position: relative;
}

.train-text-wrapper {
  position: relative;
  color: #fff;
}

.train-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}

.train-text {
  margin-bottom: 25px;
  font-weight: 500;
  color: #b3bac5;
}

.train-img {
  text-align: center;
}

.train-btn-block {
  position: relative;
}

.train-btn {
  display: inline-block;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 8px;
  background: rgb(249, 128, 5);
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 14px;
}

.train-list-wrapper {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #262c35;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
}

.train-list-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.train-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.train-list {
  list-style: none;
}

.train-list-item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}

.train-list-item::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/ok-icon-2.svg) 0 0 no-repeat;
  background-size: cover;
}

.train-list-item:last-child {
  margin: 0;
}

.train-checklist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #22252d;
}

.train-checklist-block {
  position: relative;
  margin: 0 20px;
  color: #fff;
  font-size: 12px;
  padding: 15px 25px;
}

.train-checklist-block::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/ok-icon-3.svg) 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 850px) {
  .train-block:first-child {
    display: none;
  }

  .train-in {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ======================== */

.footer-wrapper {
  position: relative;
  background: #f8fbff;
  padding: 40px 0;
}

.footer-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.footer-block {
  position: relative;
}

.footer-title {
  font-weight: 500;
  margin-bottom: 25px;
}

.footer-list-link {
  display: inline-block;
  text-decoration: none;
  color: #183b56;
  margin-bottom: 10px;
}

.footer-list-link:hover {
  color: rgb(249, 128, 5);
  text-decoration: underline;
}

.footer-visa-img {
  max-width: 185px;
}

.dev-footer {
  position: relative;
  background: #e9f1fb;
  padding: 24px 0;
}

.dev-footer-in {
  position: relative;
  display: flex;
  align-items: center;
}

.dev-footer-block {
  position: relative;
}

.dev-footer-block p {
  color: #5a7180;
  font-size: 13px;
  margin-left: 20px;
}

.dev-footer-block img {
  max-width: 100px;
}

@media screen and (max-width: 875px) {
  .footer-in {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .footer-in {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ======================== */

/* ==================================================================================================== */

/* ======================== courses ======================== */

.courses-slider-wrapper {
  position: relative;
  background: url(../img/bg-product.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.courses-slider-in {
  position: relative;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  align-items: center;
}

.courses-slider-block {
  position: relative;
}

.courses-slider-text-wrapper {
  position: relative;
}

.courses-slider-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

.courses-slider-text {
  font-size: 18px;
  max-width: 690px;
}

.courses-reviews {
  position: relative;
  margin-top: 50px;
}

.courses-reviews-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.quantity-discounts-table {
  position: relative;
  max-width: 440px;
  font-size: 12px;
  color: #94a3b8;
}

.quantity-discounts {
  width: 100%;
}

.quantity-discounts td {
  padding: 5px;
}

.discount-level__selected {
  background: linear-gradient(
    90deg,
    rgba(18, 183, 106, 0.1),
    hsla(0, 0%, 100%, 0) 98.92%
  );
  background-attachment: fixed;
}

.text-right {
  text-align: right;
}

.discount-level__selected td {
  color: #12b76a;
}

.buy-certification-wrapper {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.buy-certification-block {
  position: relative;
  margin-right: 20px;
}

.amount-add-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
}

.buy-certification-block {
  display: inline-block;
}

.number-of-amount {
  color: #000;
}

.amount-add-block-pluse {
  color: #00c767;
  cursor: pointer;
}

.amount-add-block-minus {
  color: #dedede;
  cursor: pointer;
}

.amount-add-block {
  padding: 15px;
}

.buy-certification-price-block {
  display: inline-block;
  position: relative;
  text-align: center;
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 8px;
  padding: 5px 19px;
}

.buy-certification-price {
  color: #ff823d;
  font-size: 21px;
  font-weight: 700;
}

.buy-certification-price-text {
  color: #fff;
  font-size: 10px;
}

.buy-certification-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #45d859;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 15px 35px;
}

@media screen and (max-width: 890px) {
  .courses-slider-block:last-child {
    display: none;
  }

  .courses-slider-in {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .buy-certification-wrapper {
    flex-direction: column;
  }

  .buy-certification-block {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* ======================== */

.accepted-wrapper {
  position: relative;
  padding: 50px 0;
}

.accepted-in {
  position: relative;
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}

.accepted-block {
  position: relative;
}

.accepted-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.accepted-lists-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}

.accepted-list-item {
  position: relative;
  color: #5a7180;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.accepted-list-item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/ok-icon-2.svg) 0 0 no-repeat;
  background-size: contain;
}

.accepted-get {
  position: relative;
  padding: 20px 20px 20px 40px;
  background: linear-gradient(
    90.1deg,
    rgba(179, 186, 197, 0.1) 0.45%,
    rgba(179, 186, 197, 0) 99.92%
  );
  border-radius: 20px;
}

@media screen and (max-width: 1100px) {
  .accepted-lists-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .accepted-in {
    grid-gap: 0;
  }

  .accepted-get {
    padding: 20px 10px;
  }
}

/* ======================== */

.sticky-menu-courses {
  position: sticky;
  background: #183b56;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.25));
  top: 0;
  z-index: 10;
}

.sticky-menu-courses-in {
  position: relative;
}

.sticky-menu-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sticky-menu-item {
  position: relative;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
}

.sticky-menu-item a {
  display: block;
  text-decoration: none;
  color: #fff;
}

/* ======================== */

.course-content-wrappe {
  position: relative;
  padding: 50px 0;
}

.course-content-in {
  position: relative;
  display: flex;
  align-items: stretch;
  color: #5a7180;
}

.course-content-block {
  position: relative;
}

.course-content-block:first-child {
  width: 75%;
}

.course-content-block:last-child {
  width: 25%;
}

.course-learn-wrapper {
  position: relative;
  padding: 35px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

.course-learn-title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #183b56;
}

.course-learn-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.course-learn-text {
  position: relative;
  width: calc(100% - 79px);
}

.course-learn-text-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #183b56;
}

.course-learn-text-icon {
  position: relative;
  background: rgba(90, 113, 128, 0.1);
  border-radius: 3px;
  color: #5a7180;
  font-size: 12px;
  margin-left: 20px;
  padding: 5px 5px 5px 25px;
}

.course-learn-text-icon:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 6px;
  width: 15px;
  height: 15px;
  background: url(../img/clock.svg) 0 0 no-repeat;
  background-size: contain;
}

.course-learn-number {
  background: #f98005;
  border: 6px solid #fbecd0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.course-learn-demo {
  position: relative;
  background: rgba(179, 186, 197, 0.1);
  border-radius: 4px;
  padding: 20px 20px 20px 30px;
}

.course-learn-demo-title {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500;
}

.course-learn-demo-text {
  font-size: 15px;
  color: #5a7180;
}

.course-learn-demo-text a {
  text-decoration: none;
  color: #f98005;
}

.course-fixed-sidebar-wrapper {
  position: relative;
  height: 100%;
}

.course-fixed-sidebar-in {
  margin-left: 30px;
  position: sticky;
  top: 50px;
  color: #dedede;
  font-size: 13px;
}

.course-fixed-sidebar-block-1 {
  background: #0c2639;
  border: 1px solid #e5e8ed;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.course-fixed-sidebar-title {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.course-fixed-sidebar-item {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
}

.course-fixed-sidebar-item span {
  color: #fff;
  font-weight: bold;
}

.course-fixed-sidebar-item a {
  text-decoration: none;
  color: #fff;
}

.course-fixed-sidebar-item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/ok-icon-2.svg) 0 0 no-repeat;
  background-size: contain;
}

.course-fixed-sidebar-devider {
  height: 1px;
  background: hsla(0, 0%, 100%, 0.1);
  margin: 20px 0;
}

.course-fixed-sidebar-text {
  margin-bottom: 20px;
}

.course-fixed-sidebar-item-white {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
}

.course-fixed-sidebar-item-white:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/ok-icon-2-white.svg) 0 0 no-repeat;
  background-size: contain;
}

.course-learn-text-bottom-wrapper {
  margin-top: 50px;
}

.course-fixed-buy {
  position: relative;
  background: rgba(250, 161, 4, 0.1);
  border: 1px solid #f98005;
  border-radius: 10px;
  margin-top: 25px;
  padding: 25px;
  color: #183b56;
}

.course-fixed-buy-title {
  font-size: 15px;
  font-weight: 700;
}

.course-fixed-buy-text {
  font-size: 15px;
  margin-top: 20px;
}

.course-fixed-buy-text a {
  text-decoration: none;
  font-weight: bold;
  color: #183b56;
}

@media screen and (max-width: 870px) {
  .course-content-in {
    flex-direction: column;
    position: relative;
  }

  .course-content-block:first-child {
    width: 100%;
  }

  .course-content-block:last-child {
    width: 100%;
  }

  .course-learn-text-bottom-wrapper {
    margin-bottom: 50px;
  }

  .course-fixed-sidebar-in {
    margin-left: 0;
  }
}

@media screen and (max-width: 650px) {
  .course-learn-wrapper {
    padding: 15px;
  }

  .course-learn-text {
    width: 100%;
  }

  .course-learn-number {
    margin-bottom: 10px;
  }

  .course-learn-text-title {
    align-items: flex-start;
  }
}

/* ======================== */

.how-works-wrapper {
  position: relative;
  padding: 100px 0;
}

.how-works-title-block {
  text-align: center;
  margin-bottom: 50px;
}

.how-works-title {
  color: #183b56;
  font-size: 30px;
  font-weight: 700;
}

.how-works-subtitle {
  color: #f98005;
  font-size: 16px;
  margin-top: 10px;
}

.how-works-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.how-works-block {
  position: relative;
}

.how-works-block-top {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.how-works-block-number {
  background: #f98005;
  border-radius: 50%;
  box-shadow: 0 0.5rem 0.75rem rgba(21, 37, 71, 0.15);
  color: #fff;
  display: block;
  font-weight: 700;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-works-block-title {
  color: #183b56;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.how-works-block-text {
  color: #5a7180;
  font-size: 15px;
  line-height: 1.5;
}

.how-works-block-text-wrapper {
  width: 73%;
  margin-left: 25px;
}

.how-works-block-video {
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 1020px) {
  .how-works-in {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .how-works-in {
    grid-template-columns: repeat(1, 1fr);
  }

  .how-works-wrapper {
    padding: 50px 0;
  }
}

/* ======================== */

.training-else-wrapper {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(
    89.94deg,
    #f7f8f9 0.06%,
    rgba(247, 248, 249, 0) 99.64%
  );
}

.training-else-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.training-else-block {
  position: relative;
}

.training-else-block-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.training-else-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.training-else-text-wrapper {
  width: calc(100% - 60px);
}

.training-else-text-title {
  color: #183b56;
  font-weight: bold;
  margin-bottom: 10px;
}

.training-else-text-text {
  color: #5a7180;
  font-size: 15px;
}

.training-else-icon {
  width: 40px;
  height: 40px;
  background-color: #fcf2e7;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.training-else-icon img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 920px) {
  .training-else-in {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .training-else-block-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ======================== */

.training-options {
  position: relative;
  padding: 100px 0;
}

.training-options-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.training-options-block {
  position: relative;
  background: rgba(24, 59, 86, 0.1);
  padding: 40px;
  border-radius: 10px;
}

.training-options-title {
  font-size: 26px;
  font-weight: 700;
  color: #183b56;
  margin-bottom: 10px;
}

.training-options-subtitle {
  color: #5a7180;
  font-size: 13px;
  font-style: italic;
}

.training-options-list-title {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.training-options-text {
  color: #5a7180;
  font-size: 13px;
  margin: 30px 0;
}

.btn-block {
  position: relative;
}

.btn-orange {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #f98005;
  font-size: 14px;
  border-radius: 6px;
  padding: 10px 25px;
  cursor: pointer;
}

.btn-play {
  position: relative;
  padding: 10px 25px 10px 50px;
}

.btn-play:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 15px;
  width: 20px;
  height: 20px;
  background: url(../img/play.svg) 0 0 no-repeat;
  background-size: contain;
}

.training-options-sm {
  font-size: 12px;
  margin-top: 10px;
}

.training-options-img {
  position: absolute;
}

.training-options-img-1 {
  top: 8px;
  right: -60px;
}

.training-options-img-1 img {
  max-width: 90%;
}

.training-options-img-2 {
  top: -70px;
  right: 0;
}

.training-options-img-2 img {
  max-width: 90%;
}

@media screen and (max-width: 1380px) {
  .training-options-img-1 img {
    max-width: 70%;
    left: 0;
  }

  .training-options-img-1 {
    top: 109px;
    right: -140px;
  }

  .training-options-img-2 img {
    position: relative;
    max-width: 75%;
    left: 90px;
  }
}

@media screen and (max-width: 1130px) {
  .training-options-in {
    grid-template-columns: repeat(1, 1fr);
  }

  .training-options-img-1 {
    right: 0;
  }
}

@media screen and (max-width: 770px) {
  .training-options-img {
    display: none;
  }

  .training-options {
    padding: 50px 0;
  }
}

/* ======================== */

.more-about {
  position: relative;
}

.more-about-block {
  position: relative;
  margin-bottom: 40px;
}

.more-about-block-tittle {
  font-size: 20px;
  color: #183b56;
  margin-bottom: 20px;
  font-weight: bold;
}

.more-about-block-text {
  color: #5a7180;
}

.more-about-block .accepted-lists-wrapper {
  justify-content: flex-start;
}

.more-about-block .accepted-lists-wrapper .accepted-list:first-child {
  margin-right: 20px;
}

.text-red {
  color: #ff0000;
  margin-top: 20px;
}

.other-courses-wrapper {
  position: relative;
  margin-top: 100px;
}

.other-courses-title-block {
  position: relative;
}

.other-courses-title {
  font-size: 30px;
  color: #183b56;
  font-weight: bold;
}

.other-courses-subtitle {
  font-size: 20px;
  color: #5a7180;
  margin-top: 10px;
}

.other-courses-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 40px;
}

.other-courses-block {
  position: relative;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: 250ms;
}

.other-courses-title-in {
  font-size: 18px;
  color: #183b56;
  text-align: center;
  margin: 40px 0;
  font-weight: bold;
}

.other-courses-img img {
  width: 100%;
}

.other-courses-btn-block {
  position: relative;
  text-align: center;
}

.other-courses-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  background: #e3e8ee;
  color: #5a7180;
  padding: 10px 25px;
  margin-bottom: 20px;
}

.other-courses-block:hover {
  transform: scale(1.05);
  cursor: pointer;
  box-shadow: 0 0 55px #00000024;
}

.other-courses-block:hover .other-courses-title-in {
  color: #f98005;
}

.other-courses-block:hover .other-courses-btn {
  color: #fff;
  background: #f98005;
}

@media screen and (max-width: 850px) {
  .other-courses-in {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ======================== */

.other-courses-cert {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 100px;
}

.other-courses-cert-block {
  position: relative;
}

.other-courses-cert-text-wrapper {
  position: relative;
}

.other-courses-cert-text-title {
  font-size: 30px;
  color: #183b56;
  font-weight: bold;
}

.other-courses-cert-text-text {
  font-size: 15px;
  color: #5a7180;
  margin-top: 15px;
}

.other-courses-cert-img {
  min-width: 340px;
}

@media screen and (max-width: 650px) {
  .other-courses-cert-img {
    min-width: 180px;
  }
}

/* ======================== */

.benefits-wrapper {
  position: relative;
  padding: 100px 0;
}

.benefits-title {
  text-align: center;
  font-size: 30px;
  color: #183b56;
  margin-bottom: 50px;
  font-weight: bold;
}

.benefits-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  align-items: center;
}

.benefits-block {
  position: relative;
}

.benefits-row {
  position: relative;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 40px;
}

.benefits-row:last-child {
  margin-bottom: 0;
}

.benefits-row-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.benefits-row-text {
  font-size: 15px;
  color: #5a7180;
}

.benefits-block-img {
  border-radius: 10px;
  overflow: hidden;
}

.benefits-block-img img {
  width: 100%;
}

@media screen and (max-width: 870px) {
  .benefits-in {
    grid-template-columns: repeat(1, 1fr);
  }

  .benefits-wrapper {
    padding: 50px 0;
  }
}

/* ======================== */

.faq-wrapper {
  position: relative;
}

.faq-in {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.acc-container {
  width: 100%;
}

.acc {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #eee;
}

.acc-head {
  font-size: 18px;
  position: relative;
  cursor: pointer;
  border-radius: 16px;
  color: #183b56;
  font-weight: bold;
}

.acc-head::before,
.acc-head::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #f98005;
  transition: all 0.3s;
}

.acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}

.acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}

.acc-head p {
  color: #5a7180;
  font-size: 15px;
}

.acc-content {
  margin-top: 20px;
}

.acc-content p {
  margin-bottom: 15px;
}

.acc-content p:last-child {
  margin-bottom: 0;
}

.acc-content {
  display: none;
}

.acc-head.active::before {
  transform: rotate(90deg);
}

@media screen and (max-width: 700px) {
  .acc-head {
    font-size: 15px;
  }
}

/* ======================== */

.still-questions {
  position: relative;
  margin: 50px 0;
}

.still-questions-in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-radius: 10px;
  background: linear-gradient(179.53deg, #183b56 2.77%, #0b2437 99.32%);
  color: #fff;
}

.still-questions-block {
  position: relative;
}

.still-questions-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}

.still-questions-subtitle {
  font-size: 13px;
}

.still-questions-subtitle a {
  text-decoration: none;
  color: #f98005;
}

.still-questions-btn {
  padding: 15px 50px;
}

.still-questions-btn-text {
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (max-width: 920px) {
  .still-questions-in {
    flex-direction: column;
    text-align: center;
  }

  .still-questions-block:first-child {
    margin-bottom: 35px;
  }
}

/* ======================== */

/* ======================== courses ======================== */

/* ======================== all-courses-wrapper ======================== */

.all-courses-wrapper {
  position: relative;
}

.all-courses-top-wrapepr {
  position: relative;
  background: #449867 url(../img/blue-bg-artifacts.svg) no-repeat 50% / cover;
  text-align: center;
  padding: 150px 0;
}

.all-courses-top {
  position: relative;
}

.all-courses-top h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.all-courses-content-wrapper {
  position: relative;
  margin: 30px 0;
}

.all-courses-content-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.all-courses-content-block {
  position: relative;
  box-shadow: 0 0 7px #000000ad;
  border-radius: 0px;
  display: block;
  text-decoration: none;
  transition: 250ms;
}

/* .all-courses-content-block:hover {
  transform: scale(1.02);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
} */

.all-courses-content-block:hover .all-courses-content-block-title {
  color: #f98005;
}
/* .all-courses-content-block-btn a:hover {
  color: #fff;
} */

.all-courses-content-block-btn:hover {
  background: #f98005;
  color: #fff;
}
.all-courses-content-block-btn a {
  color: #fff;
  /* width: 150px; */
  padding: 10px 15px;
  display: inline-block;
}

.all-courses-content-block-title {
  color: #183b56;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  margin: 40px 0;
}

.all-courses-content-block-btn-block {
  text-align: center;
}

.all-courses-content-block-btn {
  display: inline-block;
  background: #f77503;
  border-color: transparent;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.all-courses-content-block-buy {
  display: inline-block;
  background: #009a63;
  border-color: transparent;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.all-courses-content-block-buy:hover {
  opacity: 0.7;
}
.all-courses-content-block-study {
  display: inline-block;
  background: #009a63;
  border-color: transparent;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.all-courses-content-block-study:hover {
  opacity: 0.7;
}
.all-courses-content-block-buy a {
  color: #fff;
  padding: 10px 15px;
  background: #009a63;
  display: inline-block;
  border-radius: 5px;
}
.all-courses-content-block-study a {
  color: #fff;
}

.all-courses-content-block-btn.all-courses-content-block-btn--home a {
  background: #f77503;
  border-radius: 5px;
}

.all-courses-content-block-btn.all-courses-content-block-btn--home a:hover {
  box-shadow: 0 0 10px #f77503;
}

.all-courses-content-block-img img {
  width: 100%;
}

@media screen and (max-width: 1130px) {
  .all-courses-content-in {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 740px) {
  .all-courses-content-in {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .all-courses-content-in {
    width: 85%;
    margin-left: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
.desctop {
  display: none;
}
}
/* ======================== all-courses-wrapper ======================== */

/* ======================== contact-wrapper ======================== */
.contact-wrapper {
  position: relative;
  background: #f8fafc;
}

.contact-content-wrapper {
  position: relative;
  margin: 100px 0;
}

.contact-content-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.contact-content-block-1 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-right: 20px;
}

.contact-content-block-2 {
  flex: 0 0 64.66666667%;
  max-width: 64.66666667%;
}

.menu-policies-container {
  position: relative;
  border: 1px solid #eee;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 23px;
  background: #fff;
}

.menu-policies {
  color: #183b56;
  list-style-type: none;
  padding: 0;
}

.menu-policies-link {
  text-decoration: none;
  color: #183b56;
  padding: 10px 0;
  display: block;
}

.menu-policies-link:hover {
  color: #f98005;
}

.contact-form-wrapper {
  position: relative;
  padding: 43px 36px;
  border: 1px solid #eee;
  border-radius: 7px;
  box-sizing: border-box;
  background: #fff;
}

.contact-form-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-form-wrapper .inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.contact-form-wrapper .inputs div {
  margin-bottom: 0;
  width: calc(33.33333% - 10px);
}

.contact-form-wrapper .inputs div label {
  color: #183b56;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  text-transform: uppercase;
}

.contact-form-wrapper .inputs div input {
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  display: block;
  font-size: 15px;
  height: 44px;
  margin: 0;
  padding: 6px 12px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form-wrapper .inputs div:last-child textarea {
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 6px 12px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form-wrapper .inputs div.textarea {
  width: 100%;
}

.contact-form-wrapper .actions {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  width: 100%;
  flex-direction: row;
  gap: 20px;
}

.contact-form-wrapper .actions .btn-orange {
  border-radius: 5px;
  font-size: 14px;
  height: 44px;
  min-width: 147px;
}

.contact-form-wrapper .actions .text-light-dark {
  color: #5a7180;
  font-size: 15px;
  text-align: left;
}

.contact-form-wrapper .actions .text-light-dark a {
  color: #f98005;
  text-decoration: none;
}

@media screen and (max-width: 1030px) {
  .contact-content-block-1 {
    display: none;
  }

  .contact-content-block-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .contact-form-wrapper .inputs {
    flex-direction: column;
  }

  .contact-form-wrapper .inputs div {
    margin-bottom: 0;
    width: 100%;
  }

  .contact-form-wrapper .actions {
    flex-direction: column;
  }
}
/* ======================== contact-wrapper ======================== */

/* ======================== help-wrapper ======================== */
.help-wrapper {
  position: relative;
}

.title-in {
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-top: 50px;
}

.help-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.help-block {
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid #eee;
  text-align: center;
  padding: 60px 30px;
  border-radius: 8px;
}

.help-block-text {
  font-size: 18px;
  font-weight: 700;
  color: #183b56;
}

.help-block:hover .help-block-text {
  color: #f77503;
}

@media screen and (max-width: 1000px) {
  .help-in {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .help-in {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .help-in {
    grid-template-columns: repeat(1, 1fr);
  }

  .header_btn_block {
    flex-wrap: wrap;
    margin-left: 20px;
    justify-content: flex-end;
  }
  /* 
  .header-btn-contact {
    margin-bottom: 20px;
  } */

  .main-logo img {
    max-width: 101px;
  }
}
/* ======================== help-wrapper ======================== */

/* ======================== faq-article-wrapper ======================== */
.faq-article-wrapper {
  position: relative;
}

.faq-article-in {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-article-block-1 {
  width: 68%;
}

.faq-article-block-2 {
  width: 30%;
}

.faq-article-qustions-block {
  position: relative;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-top: 25px;
}

.faq-article-qustions-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.faq-article-qustions-link {
  display: block;
  text-decoration: none;
  color: #f77503;
  margin-bottom: 5px;
}

.faq-article-qustions-link:hover {
  text-decoration: underline;
}

.faq-article-topic-wrapper {
  position: relative;
}

.faq-article-topic-title {
  color: #b3bac5;
  font-size: 14px;
  margin-bottom: 15px;
}

.faq-article-topic-list {
  position: relative;
  list-style: none;
}

.faq-article-topic-list-item {
  position: relative;
}

.faq-article-topic-list-link {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #183b56;
  padding: 10px 0;
  display: block;
}

.faq-article-topic-wrapper {
  position: relative;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-top: 25px;
}

.faq-article-topic-list-link:hover {
  text-decoration: underline;
}

.faq-article-topic-list-link-active {
  color: #f77503;
  position: relative;
}

.faq-article-topic-list-link-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  width: 2px;
  height: 100%;
  background: #f77503;
}

.faq-article-main {
  position: relative;
  margin-bottom: 50px;
}

.faq-article-main-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.faq-article-main-row {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}

.faq-article-main-text {
  line-height: 1.3;
}

.faq-article-main-text p {
  margin-bottom: 20px;
}

.faq-article-main-text p:last-child {
  margin: 0;
}

.faq-article-main-text ul {
  list-style: disc;
  padding-left: 20px;
}

.faq-article-main-text li {
  margin-bottom: 10px;
}

.courses-for-myself .how-works-block-top {
  margin-top: 50px;
}

.courses-for-myself .how-works-wrapper {
  padding: 0;
}
/* ======================== faq-article-wrapper ======================== */

/* ======================== faq-article-wrapper ======================== */
.terms-wrapper {
  position: relative;
}

.terms-wrapper .faq-article-main-row {
  border-bottom: 0;
}

.terms-wrapper-body {
  background: #f8fafc;
}

.terms-wrapper .faq-article-block-1,
.terms-wrapper .faq-article-topic-wrapper {
  background: #fff;
}

.terms-wrapper .faq-article-block-1 {
  border: 1px solid #eee;
}

.terms-wrapper .faq-article-topic-wrapper {
  margin-top: 0;
}

.terms-wrapper .faq-article-in {
  margin-top: 100px;
}

.terms-wrapper .title-in {
  text-align: left;
  padding-left: 30px;
}

.faq-article-main-text td {
  border: 1px solid #eee;
  padding: 10px;
}

.courses-for-myself .benefits-wrapper {
  padding-top: 0;
}
/* ======================== faq-article-wrapper ======================== */

/* ======================== is-good ======================== */
.is-good {
  position: relative;
  background: linear-gradient(180deg, #f8fbff, rgba(250, 251, 251, 0));
  padding: 100px 0;
  margin-top: 100px;
}

.is-good-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  align-items: center;
}

.is-good-text-block {
  position: relative;
  margin-bottom: 50px;
}

.is-good-text-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.is-good .train-title {
  text-align: center;
  margin-bottom: 50px;
}
/* ======================== is-good ======================== */

/* ======================== train-my-staff ======================== */

.train-my-staff {
  position: relative;
}

.train-my-staff .slider-wrapper {
  padding: 30px 0;
  padding-bottom: 190px;
}

.train-my-staff .slider-title {
  font-size: 46px;
}

.comply-wrapper {
  position: relative;
  margin-top: -100px;
  margin-bottom: 100px;
}

.comply-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.comply-block {
  position: relative;
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  transition: 250ms;
}

.comply-block:hover {
  transform: translateY(-20px);
  border-bottom: 4px solid #f77503;
}

.comply-img {
  position: relative;
  margin-bottom: 40px;
}

.comply-img img {
  max-height: 56px;
}

.train-my-staff .benefits-wrapper {
  padding: 0;
}

.train-my-staff .day-wrapper {
  padding: 50px 0;
}

/* ======================== train-my-staff ======================== */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px transparent;
  -webkit-font-smoothing: antialiased;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
}
.form-authorize {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-height: 635px;
  justify-content: center;
  margin: 0 auto;
  max-width: 560px;
  /* padding: 72px 15px; */
}
.form-authorize {
  color: #052843;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
.login-form__subsection-title-description {
  color: #64748b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.input input {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #052843;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 24px;
  padding: 9px 14px;
  width: 100%;
}
.input label {
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
}
.btn-es--primary {
  background: #f9e0c7;
  box-shadow: 0 0 0 4px transparent, inset 0 0 0 1px #f9a24b,
    0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #fff;
}
.btn-es--link-color {
  background: transparent;
  color: #f9a24b;
}
.btn-es.btn-es--lg {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 18px;
}
.btn-es.btn-es--lg {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 18px;
}
.login-form__form-inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 370px;
}
.login-form__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.btn-es--primary {
  background: #f9a24b;
  box-shadow: 0 0 0 4px transparent, inset 0 0 0 1px #f9e0c7,
    0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #fff;
}
.btn-es {
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px transparent;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}
.w-100 {
  width: 100% !important;
}
.justify-content-center {
  justify-content: center !important;
}

/* =========================== */
/* =========================== */
/* =========================== */
.faq-popup {
  position: fixed;
  bottom: 100px;
  left: 30px;
  z-index: 999;
  background: #fff;
  max-width: 375px;
  width: 100%;
  box-shadow: 0 0 10px #333;
  display: none;
}

.faq-popup-in {
  padding: 20px;
}

.faq-popup-block select {
  box-sizing: border-box;
  outline: none;
  border: 1px solid #eee;
  padding: 10px 15px;
  margin-bottom: 25px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

.faq-popup-block-2 select {
  margin: 0;
}

.faq-popup-block-3 {
  margin-top: 25px;
}

.faq-popup-header {
  position: relative;
  background: linear-gradient(45deg, #37a682e0, #498672);
  padding: 20px;
}

.faq-popup-header-text-block {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}

.faq-popup-header-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgb(255, 255, 255);
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.faq-popup-header-close svg {
  fill: rgb(249, 128, 5);
  display: block;
}

.faq-popup-block-3 {
  font-size: 18px;
  line-height: 1.3;
  max-height: 290px;
  overflow: hidden;
  overflow-y: scroll;
}

.header-btn-contact-faq {
  color: rgb(249, 128, 5);
}

.header-btn-contact-faq:hover {
  color: #009a63;
}

.header-btn-contact-faq svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

@media screen and (max-width: 600px) {
  .faq-popup {
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .comply-in {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}

/* =========================== */
/* =========================== */
/* =========================== */
