* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #1e1e1e;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0073f8;
}

:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  max-width: 100%;
}

.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

/**
  * Typography
*/

h1 h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #1e1e1e;
  margin-bottom: 15px;
}

h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1e1e1e;
  margin-bottom: 15px;
}

p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 49px;
  }
}

@media (min-width: 1025px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  p {
    font-size: 16px;
    line-height: 30px;
  }
}

p,
ul,
ol {}

.page-content ul,
.page-content ol {
  width: auto;
  overflow: hidden;
  padding-left: 15px;
}

.page-content ul {
  list-style-type: none;
}

ol {
  padding-left: 25px;
}

ol li {
  counter-increment: list;
  position: relative;
  list-style-type: none;
}

ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
}

ol {
  padding-left: 25px;
}

ol li {
  counter-increment: list;
  position: relative;
  list-style-type: none;
}

ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
}

a {
  word-break: break-word;
}

a:hover {}

/*------------------------------------*\
      COMPONENTS
  \*------------------------------------*/

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/**
   * Buttons
*/

.btn {
  display: inline-block;
  width: max-content;
  padding: 8px 18px;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  border: none;
  border-radius: 10px;
  position: relative;
}

.btn-primary {
  background: #0073f8;
  color: #fff;
}

.btn-primary:hover {
  background: #1e1e1e;
}

.btn-secondary {
  border: #fff 1px solid;
  background: transparent;
  color: #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #1e1e1e;
}

.btn-arrow {
  padding: 0 31px 0 0;
  color: #0073f8;
}

.btn-arrow::after {
  content: "\e902";
  font-family: "osk";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 20px;
}

.btn-arrow:hover {
  color: #000;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn+.btn {
  margin-top: 5px;
}

.text-center {
  text-align: center;
}

@media (min-width: 600px) {
  .btn+.btn {
    margin-top: 0;
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .btn {
    padding: 14px 28px;
    font-size: 18px;
    line-height: 22px;
  }

  .btn-arrow {
    padding: 0 41px 0 0;
  }

  .btn-arrow::after {
    font-size: 30px;
  }
}

/**
   * Icons
   */

@font-face {
  font-family: "osk";
  src: url("../icons/osk.ttf?nhxkuy") format("truetype"),
    url("../icons/osk.woff?nhxkuy") format("woff"),
    url("../icons/osk.svg?nhxkuy#osk") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "osk" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arow-left:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-rigfht:before {
  content: "\e902";
}

.icon-email:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-minus:before {
  content: "\e906";
}

.icon-news-letter:before {
  content: "\e907";
}

.icon-phone:before {
  content: "\e908";
}

.icon-plus:before {
  content: "\e909";
}

.icon-star:before {
  content: "\e90a";
}

/**
   * Forms
   */
.form-col {
  margin-bottom: 25px;
}

.form-col-btn {
  margin-top: 40px;
  text-align: center;
}

.form-col__checkbox {
  position: relative;
}

.form-col__checkbox label {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}

.form-col__checkbox input {
  display: none;
}

.form-col__checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: #3868bb 1px solid;
  background: #fff;
  margin-right: 20px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-col__checkbox input:checked+label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: transparent;
  border-radius: 0;
}

label {
  display: inline-block;
}

select {
  display: inline-block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 12px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

textarea {
  display: inline-block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 12px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  height: 150px;
  resize: none;
}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
  -webkit-appearance: none;
}

input:active,
textarea:active,
select:active,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  /* Removes blue border on focus */
  /* border: 1px solid #ccc; */
  /* TODO: Please add a branded border for active and focus */
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
  display: inline-block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 14px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

input::placeholder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  opacity: 1;
}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input [type="submit"] {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .form-col {
    margin-bottom: 35px;
  }
}

.container-fullid {
  padding: 0 22px;
}

@media (min-width: 768px) {
  .container-fullid {
    padding: 0 32px;
  }
}

@media (min-width: 1200px) {
  .container-fullid {
    padding: 0 45px;
  }
}

/* headre */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 10px;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}

.header.active {
  background-color: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.toggle-btn {
  width: 26px;
  cursor: pointer;
  z-index: 11111;
  margin-left: 20px;
}

.toggle-btn div {
  width: 100%;
  height: 3px;
  margin-top: 9px;
  background-color: #0073f8;
  transition: all 0.3s ease-in-out;
}

.toggle-btn div.one {
  margin-top: 0px;
}

.toggle-btn.open .one {
  transform: rotate(45deg) translate(8px, 8px);
}

.toggle-btn.open .two {
  opacity: 0;
}

.toggle-btn.open .three {
  transform: rotate(-45deg) translate(9px, -9px);
}

.nav-primary {
  position: fixed;
  bottom: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background: rgba(255, 255, 255);
  padding: 20px 0 0 22px;
  overflow: auto;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

.nav-primary.active {
  left: 0;
}

.headre-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo {
  width: 100px;
  transition: all 0.5s ease-in-out;
}

.nav-primary ul li {
  margin-bottom: 19px;
}

.nav-primary ul li a {
  display: inline-block;
  width: 100%;
  color: #1e1e1e;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.25em;
}

.nav-primary ul li a:hover {
  color: #0073f8;
}

.nav-primary ul li.active a {
  color: #0073f8;
}

.menu-item-has-children {
  position: relative;
}

.nav-primary .sub-menu {
  display: none;
}

.nav-primary li>.sub-menu.js-toggled,
.nav-primary li>.mega-menu.js-toggled,
.nav-primary li>.mega-menu.js-toggled>.sub-menu {
  display: block;
}

.sub-menu-toggle.fa-solid.fa-angle-down.js-toggled::before {
  content: "\f106";
}

.nav-primary .sub-menu-toggle {
  position: absolute;
  top: 15px;
  right: 10%;
  cursor: pointer;
  display: block;
  line-height: 18px;
  text-align: center;
  color: #fff;
  width: 28px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-primary .sub-menu-toggle::before {
  content: "\f078";
  font-family: "fontawesome";
  font-size: 10px;
  color: #906941;
}

.sub-menu {
  padding: 10px 10px 0px;
}

.nav-primary ul li .sub-menu li {
  margin-bottom: 8px;
}

.nav-primary ul li .sub-menu li a {
  font-size: 18px;
  line-height: 26px;
}

.nav-sosal-icon {
  display: none;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1200px) {
  .header {
    padding: 15px 0 15px;
  }

  .toggle-btn {
    display: none;
  }

  .logo {
    width: 150px;
  }

  .nav-right {
    width: calc(100% - 150px);
    justify-content: flex-end;
    padding-top: 30px;
  }

  .nav-primary {
    position: unset;
    padding: 0;
    background: transparent;
    overflow: unset;
    width: max-content;
  }

  .nav-primary ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-primary ul li {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .nav-primary li>.sub-menu {
    background-color: #906941;
    border-top: 2px solid #906941;
    width: 240px;
    padding: 0 20px 5px;
    text-align: left;
    display: block;
    position: absolute;
    top: 81px;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }

  .nav-primary li:hover .sub-menu {
    opacity: 1;
    top: 40px;
    visibility: visible;
  }

  .nav-primary li:hover .sub-menu li a:hover {
    color: #000;
  }

  .nav-primary .sub-menu-toggle {
    right: -35px;
  }

  .nav-primary .sub-menu-toggle::before {
    color: #fff;
  }

  .headre-nav {
    position: relative;
  }

  .nav-sosal-icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .nav-sosal-icon li {
    margin-left: 20px;
  }

  .nav-sosal-icon li a {
    font-size: 22px;
  }

  .nav-sosal-icon li a:hover {
    color: #1e1e1e;
  }

  .header.active {
    padding: 10px 0 10px;
  }

  .header.active .logo {
    width: 144px;
  }

  .header.active .nav-sosal-icon {
    visibility: hidden;
  }
}

@media (min-width: 1366px) {
  .header {
    padding: 27px 0 15px;
  }

  .nav-sosal-icon {
    top: -15px;
  }

  .logo {
    width: 296px;
  }

  .nav-right {
    width:100%;
    padding-top: 0px;
  }

  .nav-primary ul li {
    margin-right: 27px;
  }

  .nav-primary ul li {
    margin-right: 20px;
  }
}

@media (min-width: 1440px) {
  .nav-primary ul li {
    margin-right: 1.875vw;
  }
}

/* headre end */

.home-header-banner {
  position: relative;
  margin-top: 70px;
}

.home-header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  width: calc(100% - 22px);
  height: 100%;
  background: #0073f8;
  border-radius: 100px 0px 0px 0px;
  z-index: -1;
}

.home-header-banner__image {
  margin-left: 32px;
  position: relative;
}

.home-header-banner__content {
  padding: 50px 22px 0 50px;
}

.home-header-banner__content h1 {
  margin-bottom: 10px;
}

.home-header-banner__content__letter-spacing {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 48px;
  gap: 10px;
  background: rgba(30, 30, 30, 0.8);
  border-radius: 0px 30px 0px 0px;
  margin-left: -50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.inner-banner {
  padding: 100px 0 0px;
  text-align: center;
}

.inner-banner h1 {
  color: #1e1e1e;
}

.home-header-banner__image .tag {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 35px;
  gap: 10px;
  background: rgba(30, 30, 30, 0.8);
  border-radius: 0px 30px 0px 0px;
  width: max-content;
  margin: 0px 0 10px -10px;
}

@media (min-width: 768px) {
  .home-header-banner::before {
    left: 32px;
  }

  .home-header-banner__image .tag {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }

  .home-header-banner__image .tag.tag-1 {
    left: 80px;
    bottom: 208px;
  }

  .home-header-banner__image .tag.tag-2 {
    left: 80px;
    bottom: 121px;
  }

  .home-header-banner__image .tag.tag-3 {
    bottom: 403px;
    border-radius: 30px 0px 0px 0px;
    right: 30px;
  }

  .home-header-banner__image .tag.tag-4 {
    bottom: 298px;
    border-radius: 30px 0px 0px 0px;
    right: 30px;
  }

  .home-header-banner__image .tag.tag-5 {
    bottom: 158px;
    border-radius: 30px 0px 0px 0px;
    right: 30px;
  }
}

@media (min-width: 1200px) {
  .home-header-banner::before {
    left: 45px;
  }

  .home-header-banner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .home-header-banner {
    margin-top: 116px;
  }

  .home-header-banner::before {
    top: 84px;
    left: 45px;
    width: calc(100% - 45px);
    height: calc(100% - 84px);
  }

  .home-header-banner__image {
    margin-left: 0px;
    width: 50%;
  }

  .home-header-banner__content {
    width: 50%;
    padding: 0 0 20px 100px;
  }

  .home-header-banner__content__letter-spacing {
    margin-left: -100px;
    padding: 13px 48px 13px 72px;
  }

  .inner-banner {
    padding: 217px 0 0px;
  }

  .home-header-banner__image .tag.tag-1 {
    bottom: 104px;
  }

  .home-header-banner__image .tag.tag-2 {
    bottom: 19px;
  }

  .home-header-banner__image .tag.tag-3 {
    bottom: 203px;
    right: 30px;
  }

  .home-header-banner__image .tag.tag-4 {
    bottom: 128px;
    right: 30px;
  }

  .home-header-banner__image .tag.tag-5 {
    bottom: 50px;
    right: 30px;
  }
}

@media (min-width: 1366px) {
  .home-header-banner::before {
    top: 84px;
  }

  .home-header-banner__content h1 {
    margin-bottom: 20px;
  }

  .home-header-banner__content__letter-spacing {
    padding: 13px 48px 20px 72px;
  }

  .home-header-banner__image {
    width: 60%;
  }

  .home-header-banner__image img {
    width: 100%;
    object-fit: cover;
    object-position: top left;
  }

  .home-header-banner__content {
    width: 40%;
    padding: 0 0 30px 100px;
  }

  .home-header-banner::before {
    top: 164px;
    height: calc(100% - 164px);
  }

  .home-header-banner__image .tag.tag-1 {
    left: 216px;
  }

  .home-header-banner__image .tag.tag-2 {
    left: 311px;
  }

  .home-header-banner__image .tag.tag-3 {
    right: 84px;
  }

  .home-header-banner__image .tag.tag-4 {
    right: 24px;
  }

  .home-header-banner__image .tag.tag-5 {
    right: 75px;
  }
}

@media (min-width: 1440px) {
  .home-header-banner__content h1 {
    margin-bottom: 40px;
  }

  .home-header-banner__content__letter-spacing {
    margin-bottom: 30px;
  }

  .home-header-banner__content {
    width: 35vw;
    padding: 0 0 40px 100px;
  }

  .home-header-banner__image {
    width: 67vw;
  }

  .home-header-banner__content__letter-spacing {
    width: calc(100% + 150px);
    margin-right: -150px;
  }

  .home-header-banner__image .tag.tag-1 {
    bottom: 208px;
  }

  .home-header-banner__image .tag.tag-2 {
    bottom: 121px;
  }

  .home-header-banner__image .tag.tag-3 {
    bottom: 403px;
  }

  .home-header-banner__image .tag.tag-4 {
    bottom: 298px;
  }

  .home-header-banner__image .tag.tag-5 {
    bottom: 158px;
  }
}

@media (min-width: 1800px) {
  .home-header-banner__content__letter-spacing {
    width: calc(100% + 0px);
    margin-right: 0px;
  }
}

.icon-cards {
  margin: 50px 0;
}

.section-heading {
  max-width: 1174px;
  margin: 0 auto 20px;
}

.icon-card {
  background: #f5f5f5;
  border-radius: 0px;
  text-align: center;
  padding: 20px;
  width: 100%;
}

.icon-card-icon {
  margin: 0 0 20px;
  text-align: center;
}

.icon-card-icon img {
  margin: 0 auto;
}

.icon-card-content {
  max-width: 380px;
  margin: 0 auto;
}

.icon-card-content p {
  font-family: "Montserrat", sans-serif;
  color: #1e1e1e;
}

.icon-card-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.section-heading i {
  color: #0073f8;
  font-size: 50px;
}

@media (min-width: 768px) {
  .icon-cards {
    margin: 70px 0;
  }

  .icon-card {
    padding: 24px 30px 30px;
  }
}

@media (min-width: 1200px) {
  .section-heading {
    margin: 0 auto 90px;
  }

  .icon-card-flex::before {
    content: "\e901";
    font-family: "osk";
    font-size: 50px;
    color: #0073f8;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(0, -50%);
  }

  .icon-cards {
    margin: 71px 0 90px;
  }

  .icon-card {
    width: calc(33.333% - 60px);
  }

  .icon-card.down {
    margin-top: 60px;
  }

  .section-heading i {
    color: #0073f8;
    font-size: 60px;
    margin-top: 23px;
    display: inline-block;
  }
}

.course-offer {
  margin: 50px 0;
}

.course-offer__image {
  border-radius: 0 50px 0 0;
  overflow: hidden;
}

.course-offer__content {
  position: relative;
  border-radius: 0px 100px 0px 0px;
  margin-right: 22px;
  padding: 22px;
}

.course-offer__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: #f5f5f5;
  z-index: -1;
  border-radius: 0 50px 0 0;
}

.newsletter-bg {
  background: #0073f8;
  border-radius: 50px;
  padding: 30px;
  display: inline-block;
}

.newsletter-bg h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 23px;
}

.newsletter {
  position: relative;
}

.newsletter input {
  width: 100%;
  border: 0;
  border-radius: 50px;
  background: #fff;
  height: 75px;
  padding: 10px 80px 10px 37px;
	color: #000000;
}

.newsletter input[type="submit"] {
  width: 75px;
  height: 75px;
  background: url(../img/submit-button.svg) no-repeat right;
  border-radius: 100px;
  border: none;
  color: #fff;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-indent: -5000px;
}

.newsletter button:hover {
  color: #0073f8;
}

.course-offer__content .btn-arrow {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding-right: 26px;
}

@media (min-width: 768px) {
  .course-offer {
    display: flex;
    justify-content: space-between;
  }

  .course-offer__image {
    width: 50%;
    position: relative;
  }

  .course-offer__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .course-offer__content {
    width: 50%;
  }

  .course-offer__content {
    margin-right: 32px;
  }

  .course-offer__content .btn-arrow {
    font-size: 16px;
    line-height: 20px;
    padding-right: 48px;
  }

  .course-offer__content .btn-arrow::after {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .course-offer {
    margin: 90px 0;
  }

  .course-offer__content {
    padding: 36px 67px 21px 48px;
  }

  .course-offer__content h2 {
    margin-bottom: 60px;
  }

  .course-offer__content::before {
    height: calc(100% - 114px);
    border-radius: 0 100px 0 0;
  }

  .newsletter-bg {
    margin: 30px 0 0 0;
  }

  .newsletter-bg h4 span {
    display: block;
  }

  .newsletter-bg {
    padding: 25px 62px 23px 64px;
  }

  .newsletter input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #464646;
  }
}

footer {
  background: #1e1e1e;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo img {
  margin: 0 auto;
}

.footer-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-contact-info ul li {
  padding-left: 30px;
  position: relative;
}

.footer-contact-info ul li i {
  color: #0073f8;
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}

.footer-address p,
.footer-contact-info ul li,
.footer-contact-info ul li a,
.quick-links ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-align: left;
}

.footer-address .nav-sosal-icon {
  display: flex;
}

.footer-address .nav-sosal-icon li {
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px 0 0;
}

.copy-right {
  margin-top: 20px;
}

.copy-right ul li,
.copy-right ul li a,
.copy-right p {
  font-weight: 700;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 768px) {
  .footer-link {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .copy-right {
    margin-top: 0px;
    padding-bottom: 15px;
  }

  .copy-right ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .copy-right ul li {
    position: relative;
    padding: 0 10px;
  }

  .copy-right ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 1px;
    height: 10px;
    background: #fff;
  }

  .copy-right ul li:first-child:before {
    display: none;
  }
}

@media (min-width: 1200px) {
  .quick-links ul li a {
    line-height: 50px;
  }

  .footer-content {
    max-width: 1164px;
    margin: 0 auto;
  }

  .footer-contact-info ul li {
    line-height: 50px;
  }

  .footer-contact-info ul li i {
    top: 17px;
  }

  .footer-address .nav-sosal-icon {
    top: unset;
    position: unset;
    justify-content: flex-start;
  }

  .footer-address .nav-sosal-icon li a:hover {
    color: #fff;
  }

  .footer-contact-info ul li a:hover,
  .footer-contact-info ul li a:hover,
  .quick-links ul li a:hover,
  .copy-right a:hover {
    color: #0073f8;
  }
}

.sliders-block {
  margin: 50px 0;
}

.slider-right {
  position: relative;
  margin-left: 22px;
}

.slider-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  width: calc(100% - 60px);
  height: 100%;
  background: #1e1e1e;
  border-radius: 50px 0 0 50px;
  z-index: -1;
}

.slider-right .slick-track {
  display: flex !important;
  padding: 64px 0 57px 0;
}

.slider-item.slick-slide {
  margin: 0 15px;
  padding: 60px 30px 65px;
  width: 300px;
  background: #fff;
  border-radius: 50px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}

.slider-item.slick-slide.slick-current.slick-active {
  background: #0073f8;
  color: #fff;
}

.slider-item-content {
  margin-bottom: 38px;
}

.slider-content {
  padding: 0 22px;
  margin-bottom: 30px;
}

.slider-content p {
  color: #1e1e1e;
}

.slider-content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
}

.slider-content ul li {
  color: #fce340;
  font-size: 22px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .slider-item.slick-slide {
    width: 350px;
  }

  .sliders-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 32px;
  }

  .slider-content {
    width: 381px;
  }

  .slider-right {
    width: calc(100% - 381px);
  }

  .slider-item-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .slider-right::before {
    left: 111px;
    width: calc(100% - 111px);
  }
}

@media (min-width: 1200px) {
  .sliders-block {
    margin: 88px 0 61px;
  }

  .slider-content {
    width: 481px;
    margin-right: 54px;
    padding: 0;
  }

  .slider-right {
    width: calc(100% - 593px);
  }
}

/*  */

.accordion-block {
  margin: 50px 0;
}

.accordion-block h2 {
  margin-bottom: 50px;
}

.eqd-accordion__heading {
  margin-bottom: 0;
}

.eqd-accordion__button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  justify-content: normal;
  text-align: left;
  padding: 0;
  color: #1b1b1b;
  background: rgba(0, 115, 248, 0.1);
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1.25rem;
  text-decoration: none;
  width: 100%;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;

  font-family: "Montserrat", sans-serif;
}

.eqd-accordion__button::after {
  content: "\e906";
  font-family: "osk";
  font-size: 10px;
  color: #0073f8;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
}

.eqd-accordion__button[aria-expanded="false"]::after,
.eqd-accordion__button[aria-expanded="false"]:hover {
  content: "\e909";
}

.eqd-accordion__button[aria-expanded="false"] {
  background-size: 1.5rem;
}

.eqd-accordion__content {
  margin-top: 0;
  overflow: auto;
  padding: 0rem 1.25rem calc(1rem - 0.25rem);
  font-size: 1.06rem;
  line-height: 1.5;
  border: none;
  background: rgba(0, 115, 248, 0.1);
}

.accordion-item {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .accordion-block {
    margin: 60px 0 114px;
  }

  .accordion-block h2 {
    margin-bottom: 70px;
  }

  .accordion-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .accordion__right,
  .accordion__left {
    width: calc(50% - 30px);
  }

  .eqd-accordion__button {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 25px 24px 35px;
  }

  .eqd-accordion__button[aria-expanded="true"] {
    padding-top: 38px;
    padding-bottom: 18px;
  }

  .eqd-accordion__content {
    padding: 0 24px 35px;
    border: none;
  }

  .eqd-accordion__content p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
  }
}

.half-and-half {
  margin: 50px 0;
}

.half-and-half__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

.half-and-half__content-right h4 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #1e1e1e;
}

.half-and-half__content-right p,
.half-and-half__content-left p {
  text-align: justify;
  color: #1e1e1e;
}

.half-and-half__content-right ul li {
  position: relative;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #1e1e1e;
  padding-left: 15px;
}

.half-and-half__content-right ul li span {
  color: #0073f8;
}

.half-and-half__content-right ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #0073f8;
}

@media (min-width: 1200px) {
  .half-and-half {
    margin: 54px 0 73px;
  }

  .half-and-half__content-right,
  .half-and-half__content-left {
    width: calc(50% - 27px);
  }

  .half-and-half__content-right ul {
    padding-left: 10px;
  }

  .half-and-half__content-right ul li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
  }

  .half-and-half__content-right ul li::before {
    top: 12px;
  }

  .half-and-half__content-right h4 {
    font-size: 16px;
    line-height: 30px;
  }
}

.blue-text-box-wrapper {
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.blue-text-box-item {
  background: #0073f8;
  border-radius: 50px;
  width: 350px;
  height: 224px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 28px 35px;
}

.blue-text-box-item p {
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.blue-text-box-item p span {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .blue-text-box-item p {
    line-height: 24px;
  }

  .blue-text-box-wrapper {
    gap: 126px;
    margin: 70px 0;
  }
}

.image-title-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 23px;
}

.image-title-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-title-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  background: #f5f5f5;
  z-index: -1;
}

.image-title {
  max-width: 285px;
  margin: 40px auto 34px;
  text-align: center;
}

.image-title p {
  font-weight: 500;
  line-height: 20px;
  color: #1e1e1e;
}

.image-title p span {
  display: block;
  font-weight: 600;
}

.image-title-block {
  margin: 50px 0;
}

@media (min-width: 768px) {
  .image-title-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
  }

  .image-title-item {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1200px) {
  .image-title-wrapper {
    gap: 60px;
    align-items: flex-start;
  }

  .image-title-item {
    width: calc(33.333% - 41px);
  }

  .image-title-item:nth-child(14),
  .image-title-item:nth-child(11),
  .image-title-item:nth-child(8),
  .image-title-item:nth-child(5),
  .image-title-item:nth-child(2) {
    margin-top: 56px;
    border: #0073f8 1px soli;
  }

  .image-title-block {
    margin: 70px 0 290px;
  }
}

@media (min-width: 1440px) {
  .image-title-wrapper {
    gap: 80px 66px;
  }

  .image-title-item {
    width: calc(33.333% - 44px);
  }
}

.category-list {
  margin: 50px 0;
}

.category-list__item {
  background: #f5f5f5;
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 22px;
}

.category-list-image {
  margin-bottom: 30px;
}

.category-list__item h3 {
  color: #0073f8;
  margin-bottom: 13px;
  font-weight: 700;
}

.category-list-content h4 {
  color: #1e1e1e;
  font-weight: 700;
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
}

.category-list__item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1e1e1e;
  margin: 10px 0;
}

.category-list__item p:last-child {
  margin-bottom: 0;
}

.category-list__item ul {
  margin: 10px 0;
}

.category-list__item ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1e1e1e;
}

.category-list__item ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background: #1e1e1e;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

@media (min-width: 768px) {
  .category-list__item {
    padding: 12px 28px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .category-list-image {
    margin-bottom: 0px;
    width: 220px;
    margin-right: 60px;
  }

  .category-list-content {
    width: calc(100% - 280px);
  }

  .category-list__item p,
  .category-list__item ul li {
    font-size: 16px;
  }

  .category-list__item h3 {
    font-size: 32px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .category-list {
    margin: 56px 0 90px;
  }

  .category-list.professional {
    margin-bottom: 44px;
  }

  .category-list.professional .category-list__item {
    align-items: flex-start;
  }

  .category-list.professional .category-list-image {
    margin-top: 30px;
  }
}

.link-heading-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  background: #ffffff;
  border: 1px solid #ececf2;
  border-radius: 12px;
  padding: 10px;
}

.link-heading-list li.heading {
  border: none;
}

.link-heading-list li.heading p {
  margin-bottom: 0;
  color: #1e1e1e;
}

.link-heading-list li.heading p:last-child {
  margin-bottom: 0;
  color: #1e1e1e;
  margin-right: 20px;
}

.link-heading-list li span {
  color: #1c1d21;
  font-weight: 700;
  width: 70%;
  max-width: 480px;
  font-size: 14px;
  line-height: 20px;
  color: #1c1d21;
}

.link-heading-list li a {
  background: linear-gradient(0deg,
      rgba(94, 129, 244, 0.1),
      rgba(94, 129, 244, 0.1)),
    rgba(0, 115, 248, 0.05);
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #0073f8;
  padding: 8px 10px;
}

.link-heading-list li a:hover {
  background: #0073f8;
  color: #fff;
}

.link-heading {
  margin: 40px 0 32px;
}

.link-heading h2 {
  margin: 0;
}

.link-heading p {
  font-weight: 700;
}

.bottom-content {
  margin: 50px 0;
  text-align: center;
}

.bottom-content h4 {
  color: #1e1e1e;
  margin-bottom: 15px;
}

.bottom-content p {
  color: #1e1e1e;
}

@media (min-width: 768px) {
  .link-heading-list li span {
    font-size: 16px;
    line-height: 24px;
  }

  .link-heading-list li {
    padding: 15px 57px 15px 62px;
  }

  .link-heading-list li a {
    padding: 8px 30px;
  }
}

@media (min-width: 1200px) {
  .link-heading {
    margin: 104px 0 32px;
  }

  .link-heading p {
    font-size: 20px;
  }

  .bottom-content h4 {
    font-size: 16px;
    line-height: 30px;
  }

  .bottom-content p {
    color: #1e1e1e;
  }

  .bottom-content {
    margin: 94px 0 113px;
  }
}

.gallery {
  margin: 34px 0 50px;
}

.gallery-item img {
  width: 100%;
  /* max-height: 700px; */
  object-fit: cover;
}

.gallery .slick-prev {
  top: 0;
  bottom: unset;
  left: calc(50% - 51px);
}

.gallery .slick-next {
  top: 0;
  bottom: unset;
  right: calc(50% - 51px);
  left: unset;
}

.gallery .slick-prev::before,
.gallery .slick-next::before {
  color: #0073f8;
}

.js-gallery.slick-slider {
  padding: 30px 20px 0;
}

@media (min-width: 1200px) {
  .gallery {
    margin: 34px 0 115px;
  }

  .js-gallery.slick-slider {
    padding: 60px 80px 0;
  }
}

.news-block {
  margin: 40px 0 50px;
}

.news-block p {
  color: #000;
}

.news-block h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 14px;
}

.news-col__title h3 {
  margin-bottom: 0px;
}

.news-col {
  margin: 0 0 30px 0;
}

.news-image img {
  width: 100%;
}

.news-image {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .news-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .news-col {
    width: calc(50% - 20px);
    margin: 0 0 0px 0;
  }

  .news-image {
    margin-bottom: 0px;
  }

  .news-col__title {
    margin-top: 20px;
  }

  .news-col.news-image-fullid {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .news-block {
    margin: 43px 0 93px;
  }

  .news-row {
    gap: 57px;
    margin: 0 24px;
  }

  .news-col {
    width: calc(50% - 30px);
    margin: 0 0 0px 0;
  }

  .news-col__title {
    margin-top: 30px;
  }

  .news-content a {
    margin-top: 26px;
  }
}

.contact-block {
  margin: 60px 0 0;
}

.contact-info h4 {
  color: #1e1e1e;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-info p {
  color: #1e1e1e;
  max-width: 463px;
}

.contact-info pre {
  font-family: "Montserrat", sans-serif;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-weight: 500;
}

.contact-info p a {
  color: #1e1e1e;
}

.contact-form {
  position: relative;
  background: #0073f8;
  border-radius: 50px 0px 0px 0px;
  padding: 20px 0px 20px 42px;
}

.contact-form::after {
  content: "";
  position: absolute;
  top: 0;
  right: -45px;
  width: 50%;
  height: 100%;
  z-index: -1;
  background: #0073f8;
}

.map iframe {
  width: 100%;
}

@media (min-width: 768px) {
  .contact-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .contact-info {
    width: 45%;
  }

  .contact-form {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .contact-info {
    width: 50%;
  }

  .contact-form {
    width: 50%;
  }

  .contact-info pre {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }

  .contact-form {
    padding: 42px 45px 46px 84px;
  }
}

.cta {
  position: relative;
  background: rgba(0, 115, 248, 0.7);
  color: #fff;
  padding: 50px 0;
}

.cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.cta h2 {
  color: #fff;
}

.cta p {
  color: #fff;
}

.fullid-text {
  margin: 50px 0;
}

.fullid-text h2 {
  color: #0073f8;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .cta {
    padding: 63px 0 76px;
    min-height: 400px;
  }

  .cta h2 {
    font-size: 36px;
    margin-bottom: 48px;
  }

  .fullid-text {
    margin: 41px 0 78px;
  }

  .fullid-text h2 {
    font-size: 32px;
  }
}