@font-face {
  font-family: "Brown LL Pan";
  src: url("../fonts/BrownLLPan-Light.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Brown LL Pan";
  src: url("../fonts/BrownLLPan-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Brown LL Pan";
  src: url("../fonts/BrownLLPan-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Brown LL Pan";
  src: url("../fonts/BrownLLPan-Italic.otf") format("opentype");
  font-style: italic;
  font-display: swap;
}

* {
  font-family: "Brown LL Pan";
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--color-2);
}

html {
  scroll-behavior: smooth;
  background: #fff;
  overflow-x: hidden;
}

@-moz-document url-prefix()  {
  html {
    scrollbar-width: thin;
    scrollbar-color: var(--color-2) rgba(77, 77, 77, 0.2);
  }
}

body {
  background: #fff;
}

@-moz-document url-prefix()  {
  body {
    scrollbar-width: thin;
    scrollbar-color: var(--color-1) rgba(77, 77, 77, 0.2);
  }
}

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

input,
textarea {
  background: none;
  border: none;
  outline: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

img {
  max-width: 100%;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--scrollbarColor);
}

::-webkit-scrollbar-track {
  background-color: var(--scrollbarBg);
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.mini-container {
  max-width: 1240px;
  margin: 0 auto;
}

.editors ul,
.editors ol {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  padding-bottom: 15px;
}

.editors ul li {
  list-style-type: disc;
  color: var(--color-3);
  text-align: justify;
  font-size: clamp(14px, 2.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.editors ol li {
  list-style-type: decimal;
  color: var(--color-3);
  text-align: justify;
  font-size: clamp(14px, 2.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.editors strong {
  font-weight: 600;
}

.editors em {
  font-style: italic;
  color: var(--color-3);
  text-align: justify;
  font-size: clamp(14px, 2.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.editors p {
  color: var(--color-3);
  text-align: justify;
  font-size: clamp(14px, 2.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 52;
  width: 800px;
  height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 15px;
  display: none;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_bloor {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 51;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.modal_bloor.active {
  display: block;
}

.modal .success {
  width: 250px;
  margin-top: 50px;
}

.modal .error {
  position: relative;
  bottom: 30px;
}

.modal .text {
  margin-top: 10px;
  position: absolute;
  top: 337px;
}

.modal .text p {
  font-family: Gilroy;
  font-size: 48px;
  font-weight: 500;
  line-height: 70px;
  text-align: center;
  color: #000000;
}

:root {
  --scrollbarBg: #D9D9D9;
  --scrollbarColor: #303030;
  --color-1: #FFFFFF;
  --color-2: #404040;
  --color-3: #4EBE39;
  --color-4: #0E71A9;
  --color-5: #202020;
}

.preloader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#1FBEEB), to(#012858));
  background: linear-gradient(180deg, #1FBEEB 0%, #012858 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preloader img,
.preloader .img {
  width: 50px;
}

.fixed_register {
  position: fixed;
  bottom: 60px;
  right: 0;
  z-index: 100;
}

.titles {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #404040;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  padding: 20px 0;
  background: #fff;
}

.header_fixed {
  background: var(--color-1);
  border-bottom: 2px solid #D0D0D0;
}

.header_fixed .header_left .logo {
  display: none;
}

.header_fixed .header_left .logo2 {
  display: block;
}

.header_fixed .header_left .menu_link {
  color: var(--color-2);
}

.header_fixed .header_left .menu_link:after {
  background: var(--color-2);
}

.header_fixed .header_right .lang,
.header_fixed .header_right .profile {
  color: var(--color-2);
}

.header_fixed .header_right .lang:after,
.header_fixed .header_right .profile:after {
  background: var(--color-2);
}

.header_fixed .header_right .profile img {
  -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(628%) hue-rotate(208deg) brightness(102%) contrast(81%);
          filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(628%) hue-rotate(208deg) brightness(102%) contrast(81%);
}

.header_fixed .header_menuBtn .open.white {
  -webkit-filter: unset;
          filter: unset;
}

.header.bloor {
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.header .mini-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 40px;
}

.header_left .logo {
  max-width: 140px;
  max-height: 50px;
}

.header_left .logo2 {
  display: none;
  max-width: 140px;
  max-height: 50px;
}

.header_left .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}

.header_left .menu_link {
  font-family: Brown LL Pan;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-1);
  position: relative;
}

.header_left .menu_link:after {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  height: 2px;
  width: 0;
  background: var(--color-1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.header_left .menu_link:hover {
  cursor: pointer;
}

.header_left .menu_link:hover:after {
  width: calc(100% + 20px);
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}

.header_right .lang,
.header_right .profile {
  font-family: Brown LL Pan;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-2);
  position: relative;
}

.header_right .lang:after,
.header_right .profile:after {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  height: 2px;
  width: 0;
  background: var(--color-1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header_right .lang:hover:after,
.header_right .profile:hover:after {
  width: calc(100% + 20px);
}

.header_right .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 11px;
}

.header_right .profile:after {
  left: 26%;
  top: calc(100% + 2px);
}

.header_right .profile:hover:after {
  width: calc(100% - 20px);
}

.header_menuBtn {
  width: 24px;
  height: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.header_menuBtn .open,
.header_menuBtn .close {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_menuBtn .open.white,
.header_menuBtn .close.white {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(195deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(195deg) brightness(105%) contrast(101%);
}

.header.header2 .header_left .logo,
.header.header2 .header_left .logo2 {
  max-width: 140px;
  max-height: 50px;
}

.header.header2 .header_left .menu_link {
  color: var(--color-5);
}

.header.header2 .header_left .menu_link:after {
  background: var(--color-2);
}

.header.header2 .header_right .lang,
.header.header2 .header_right .profile {
  color: var(--color-5);
}

.header.header2 .header_right .lang:after,
.header.header2 .header_right .profile:after {
  background: var(--color-2);
}

.headerMobileMenu {
  position: fixed;
  width: 50%;
  height: 100vh;
  top: 0;
  right: 0;
  background: var(--color-1);
  z-index: 111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  padding: 30px 30px;
  border-left: 3px solid var(--color-3);
  display: none;
}

.headerMobileMenu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerMobileMenu_bloor {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
  display: none;
}

.headerMobileMenu_bloor.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerMobileMenu .close {
  position: absolute;
  top: 30px;
  right: 50px;
}

.headerMobileMenu .close path {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.headerMobileMenu .close:hover {
  cursor: pointer;
}

.headerMobileMenu .close:hover path {
  fill: var(--color-4);
}

.headerMobileMenu_link {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.headerMobileMenu_link:hover {
  cursor: pointer;
  color: var(--color-4);
}

.headerMobileMenu .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  margin-top: 10px;
}

.headerMobileMenu .r .lang,
.headerMobileMenu .r .profile {
  font-family: Brown LL Pan;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5px;
}

.homePage .banner {
  position: relative;
  width: 100%;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homePage .banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -10px;
  left: 0;
}

.homePage .banner .bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homePage .banner .box {
  margin-top: 240px;
}

.homePage .banner .box .title {
  font-family: "Brown LL Pan";
  font-size: 64px;
  font-weight: 500;
  line-height: normal;
  color: var(--color-1);
  text-align: center;
  -webkit-text-stroke: 0.5px #FFF;
  padding: 1px;
}
.homePage .banner .box .title1 {
  font-family: "Brown LL Pan";
  font-size: 44px;
  font-weight: 500;
  line-height: normal;
  color: var(--color-1);
  text-align: center;
  -webkit-text-stroke: 0.5px #FFF;
}

.homePage .banner .box .desc {
  font-family: Brown LL Pan;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: var(--color-1);
  margin-top: 50px;
}

.homePage .banner .box .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 25px;
  margin-top: 35px;
}

.homePage .banner .box .btns .btn {
  border: 2px solid var(--color-3);
  background: #FFFFFF;
  padding: 20px 46px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: var(--color-2);
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homePage .banner .box .btns .btn.green {
  background: #4EBE39;
  color: var(--color-1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.homePage .banner .box .btns .btn.green:hover {
  cursor: pointer;
  background: #47D12D;
  border-color: #47D12D;
}

.homePage .banner .box .btns .btn.white {
  overflow: hidden;
}

.homePage .banner .box .btns .btn.white:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  background: var(--color-3);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.35s linear;
  transition: 0.35s linear;
  border-radius: 50%;
}

.homePage .banner .box .btns .btn.white span {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: var(--color-2);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.35s linear;
  transition: 0.35s linear;
}

.homePage .banner .box .btns .btn.white:hover {
  cursor: pointer;
  border-color: var(--color-3);
}

.homePage .banner .box .btns .btn.white:hover:after {
  width: 400px;
  height: 400px;
}

.homePage .banner .box .btns .btn.white:hover span {
  color: var(--color-1);
}

.homePage .block2 {
  margin: 100px 0;
}

.homePage .block2 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 63px;
}

.homePage .block2 .top_left {
  width: calc(100% - 392px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 25px;
}

.homePage .block2 .top_left .pic1 img {
  width: 155px;
  height: 420px;
  margin-top: 15px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.homePage .block2 .top_left .pic2 img {
  width: 325px;
  height: 540px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.homePage .block2 .top_left .pic3 img {
  width: 155px;
  height: 420px;
  margin-top: 105px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.homePage .block2 .top_right {
  width: 392px;
  padding-top: 105px;
}

.homePage .block2 .top_right .desc {
  margin-top: 30px;
}

.homePage .block2 .top_right .desc p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.homePage .block2 .top_right .desc p b {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.homePage .block2 .top_right .desc b {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.homePage .block2 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
  margin-top: 53px;
}

.homePage .block2 .bottom p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.homePage .block2 .bottom p b {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.homePage .block2 .bottom b {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.homePage .block2 .bottom ol li,
.homePage .block2 .bottom ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.homePage .block2 .bottom ol li {
  display: list-item;
  list-style: inside decimal;
}

.homePage .block2 .bottom ul li {
  padding-left: 28px;
  position: relative;
}

.homePage .block2 .bottom ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9px;
  width: 9px;
  height: 9px;
  background: var(--color-2);
  border-radius: 50%;
}

.homePage .block3 {
  background: -webkit-gradient(linear, left top, right top, from(#1F396B), to(#00A1C7));
  background: linear-gradient(90deg, #1F396B 0%, #00A1C7 100%);
  position: relative;
  padding: 40px 0;
  height: 340px;
  -webkit-transition: 1s linear;
  transition: 1s linear;
}

.homePage .block3.animate__animated {
  height: 529px;
}

.homePage .block3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 50px;
  height: 100%;
}

.homePage .block3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.homePage .block3 .bg:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.homePage .block3 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homePage .block3 .left {
  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.homePage .block3 .left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  position: relative;
  padding-bottom: 36px;
}

.homePage .block3 .left .item_left {
  max-width: 326px;
  padding-left: 8px;
  position: relative;
}

.homePage .block3 .left .item_left .quote {
  position: absolute;
  left: -34px;
  top: -34px;
}

.homePage .block3 .left .item_left p {
  color: var(--color-1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.12px;
}

.homePage .block3 .left .item_right {
  width: 191px;
  height: 230px;
}

.homePage .block3 .left .item_right picture img {
  width: 191px;
  /*height: 230px;*/
}

.homePage .block3 .left .item_box {
    position: absolute;
    width: 230px;
    top: 315px;
    right: 0px;
}

.homePage .block3 .left .item_box .title,
.homePage .block3 .left .item_box .title2 {
  color: var(--color-1);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.homePage .block3 .left .item_box .desc {
  color: var(--color-1);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.12px;
  margin-top: 5px;
}

.homePage .block3 .right {
  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          /*justify-content: flex-end;*/
}

.homePage .block3 .right .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  position: relative;
  padding-bottom: 36px;
}

.homePage .block3 .right .item_left {
  max-width: 326px;
  padding-right: 8px;
  position: relative;
}

.homePage .block3 .right .item_left .quote {
  position: absolute;
  right: -34px;
  bottom: -34px;
}

.homePage .block3 .right .item_left p {
  color: var(--color-1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.12px;
  text-align: right;
}

.homePage .block3 .right .item_right {
  width: 191px;
  height: 230px;
}

.homePage .block3 .right .item_right picture img {
  width: 191px;
  /*height: 230px;*/
}

.homePage .block3 .right .item_box {
position: absolute;
    width: 230px;
    top: 271px;
    left: 0;
}

.homePage .block3 .right .item_box .title,
.homePage .block3 .right .item_box .title2 {
  color: var(--color-1);
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.homePage .block3 .right .item_box .desc {
  color: var(--color-1);
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.12px;
  margin-top: 5px;
}

.homePage .block4 {
  margin-top: 116px;
}

.homePage .block4 .slider {
  margin-top: 40px;
}

.homePage .block4 .slider .arrow_left,
.homePage .block4 .slider .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 1px solid var(--color-1);
}

.homePage .block4 .slider .arrow_left:hover,
.homePage .block4 .slider .arrow_right:hover {
  cursor: pointer;
  border: 1px solid var(--color-3);
}

.homePage .block4 .slider .arrow_left {
  left: -100px;
}

.homePage .block4 .slider .arrow_right {
  right: -100px;
}

.homePage .block4 .slider .slick-slide {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  border-radius: 10px;
  -webkit-transform: scale(0.93);
      -ms-transform: scale(0.93);
          transform: scale(0.93);
  overflow: hidden;
  height: 567px;
}

.homePage .block4 .slider .slick-slide .item {
  width: 100%;
  height: 567px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.homePage .block4 .slider .slick-slide .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.homePage .block4 .slider .slick-slide .item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.homePage .block4 .slider .slick-slide .item .bg .title {
  position: absolute;
  top: 40px;
  padding: 0 23px 40px 23px;
  height: calc(100% - 40px);
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
}

.homePage .block4 .slider .slick-slide .item .bg .title.islam {
  padding: 0 40px 40px 40px;
}

.homePage .block4 .slider .slick-slide .item .box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--color-4);
  padding: 30px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
}

.homePage .block4 .slider .slick-slide .item .box .desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  color: var(--color-1);
}

.homePage .block4 .slider .slick-slide .item .box .desc p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  color: var(--color-1);
}

.homePage .block4 .slider .slick-slide .item .box .btn {
  padding: 16px 46px;
  border-radius: 10px;
  border: 2px solid #4EBE39;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  background: var(--color-1);
  color: var(--color-5);
  position: relative;
  overflow: hidden;
}

.homePage .block4 .slider .slick-slide .item .box .btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  background: var(--color-3);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  border-radius: 50%;
}

.homePage .block4 .slider .slick-slide .item .box .btn span {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-5);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.homePage .block4 .slider .slick-slide .item .box .btn:hover {
  cursor: pointer;
}

.homePage .block4 .slider .slick-slide .item .box .btn:hover:after {
  width: 400px;
  height: 400px;
}

.homePage .block4 .slider .slick-slide .item .box .btn:hover span {
  color: var(--color-1);
}

.homePage .block4 .slider .slick-slide:hover {
  height: 567px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.homePage .block4 .slider .slick-slide:hover .item .bg {
  top: -100%;
}

.homePage .block4 .slider .slick-slide:hover .item .box {
  top: 0;
}

.homePage .block5 {
  margin-top: 194px;
  margin-bottom: 100px;
}

.homePage .block5 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homePage .block5 .head .btn {
  padding: 16px 73px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-5);
  background: var(--color-1);
  border: 2px solid #4EBE39;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.homePage .block5 .head .btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  background: var(--color-3);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 50%;
}

.homePage .block5 .head .btn span {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-5);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.homePage .block5 .head .btn:hover {
  cursor: pointer;
  border-color: var(--color-3);
}

.homePage .block5 .head .btn:hover:after {
  width: 400px;
  height: 400px;
}

.homePage .block5 .head .btn:hover span {
  color: var(--color-1);
}

.homePage .block5 .box {
  margin-top: 40px;
}

.homePage .block5 .box_head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.homePage .block5 .box_head .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 0;
  grid-gap: 5px;
  border: 1px solid #D1D5E7;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.homePage .block5 .box_head .item:first-child {
  border-radius: 10px 0 0 10px;
}

.homePage .block5 .box_head .item:last-child {
  border-radius: 0 10px 10px 0;
}

.homePage .block5 .box_head .item .text {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  color: var(--color-4);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.homePage .block5 .box_head .item .day {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: var(--color-4);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.homePage .block5 .box_head .item:hover {
  cursor: pointer;
  background: #F0F0F0;
}

.homePage .block5 .box_head .item.active {
  background: var(--color-4);
}

.homePage .block5 .box_head .item.active .text,
.homePage .block5 .box_head .item.active .day {
  color: var(--color-1);
}

.homePage .block5 .box_body .item {
  display: none;
}

.homePage .block5 .box_body .item.active {
  display: block;
}

.homePage .block5 .box_body .item .date {
  font-size: 32px;
  font-weight: 300;
  line-height: 38.4px;
  margin-top: 30px;
}

.homePage .block5 .box_body .item .elms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
  margin-top: 30px;
}

.homePage .block5 .box_body .item .elms .elm {
  border: 1px solid #D1D5E7;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  border-radius: 10px;
}

.homePage .block5 .box_body .item .elms .elm_left {
  width: 292px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.homePage .block5 .box_body .item .elms .elm_right {
  width: calc(100% - 292px);
  padding-top: 17.5px;
}

.homePage .block5 .box_body .item .elms .elm_right .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-5);
  /*max-width: 452px;*/
}

.homePage .block5 .box_body .item .elms .elm_right .loc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 5px;
  color: rgba(64, 64, 64, 0.7);
  padding-bottom: 20px;
}

.homePage .block5 .box_body .item .elms .elm_right .link {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 10px;
  width: 36px;
  height: 36px;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.homePage .block5 .box_body .item .elms .elm.link .elm_right .title {
  color: var(--color-4);
}

.homePage .block5 .box_body .item .elms .elm.link:hover {
  cursor: pointer;
}

.homePage .block5 .box_body .item .elms .elm.link:hover .elm_right .link {
  opacity: 1;
}

.homePage .block6 {
  padding: 100px 0;
}

.homePage .block6 .slider {
  margin-top: 50px;
}

.homePage .block6 .slider .slick-list {
  margin: 0 -15px;
}

.homePage .block6 .slider .slick-slide {
  margin: 0 15px;
  padding: 1px 0;
}

.homePage .block6 .slider .slick-slide .item {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

.homePage .block6 .slider .slick-slide .item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.homePage .block6 .slider .slick-slide .item picture img {
  max-width: 165px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.homePage .block6 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.homePage .block6 .bottom .btn {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-5);
  border: 2px solid #4EBE39;
  padding: 20px 46px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.homePage .block6 .bottom .btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  background: var(--color-3);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 50%;
}

.homePage .block6 .bottom .btn span {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-5);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.homePage .block6 .bottom .btn:hover {
  cursor: pointer;
}

.homePage .block6 .bottom .btn:hover:after {
  width: 400px;
  height: 400px;
}

.homePage .block6 .bottom .btn:hover span {
  color: var(--color-1);
}

.homePage .block6 .bottom .arrows .arrow_left,
.homePage .block6 .bottom .arrows .arrow_right {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 1px solid var(--color-1);
}

.homePage .block6 .bottom .arrows .arrow_left:hover,
.homePage .block6 .bottom .arrows .arrow_right:hover {
  cursor: pointer;
  border: 1px solid var(--color-3);
}

.homePage .block7 .slider {
  position: relative;
  margin-top: 30px;
}

.homePage .block7 .slider .arrow_left,
.homePage .block7 .slider .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 1px solid var(--color-1);
}

.homePage .block7 .slider .arrow_left:hover,
.homePage .block7 .slider .arrow_right:hover {
  cursor: pointer;
  border: 1px solid var(--color-3);
}

.homePage .block7 .slider .arrow_left {
  left: -100px;
}

.homePage .block7 .slider .arrow_right {
  right: -100px;
}

.homePage .block7 .slider .slick-list {
  margin: 0 -17px;
}

.homePage .block7 .slider .slick-track {
  margin-left: unset;
  margin-right: unset;
}

.homePage .block7 .slider .slick-slide {
  margin: 0 17px;
}

.homePage .block7 .slider .slick-slide picture {
  width: 100%;
  height: 238px;
  overflow: hidden;
  border-radius: 10px;
}

.homePage .block7 .slider .slick-slide picture img {
  width: 100%;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.homePage .block7 .slider .slick-slide:hover {
  cursor: pointer;
}

.homePage .block7 .slider .slick-slide:hover picture img {
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.homePage .block7 .slider .slick-slide .desc {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: var(--color-5);
}

.homePage .block7 .slider .slick-slide .date {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--color-5);
}

.homePage .block8 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.homePage .block8 .slider {
  margin-top: 50px;
}

.homePage .block8 .slider .arrow_left,
.homePage .block8 .slider .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 1px solid var(--color-1);
}

.homePage .block8 .slider .arrow_left:hover,
.homePage .block8 .slider .arrow_right:hover {
  cursor: pointer;
  border: 1px solid var(--color-3);
}

.homePage .block8 .slider .arrow_left {
  left: -100px;
}

.homePage .block8 .slider .arrow_right {
  right: -100px;
}

.homePage .block8 .slider .slick-list {
  margin: 0 -15px;
}

.homePage .block8 .slider .slick-slide {
  margin: 0 15px;
  padding: 1px 0;
}

.homePage .block8 .slider .slick-slide .item {
  width: 100%;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

.homePage .block8 .slider .slick-slide .item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.homePage .block8 .slider .slick-slide .item picture img {
  max-width: 165px;
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

.homePage .block8 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.homePage .block8 .bottom .btn {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-5);
  border: 2px solid #4EBE39;
  padding: 20px 46px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.homePage .block8 .bottom .btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  background: var(--color-3);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 50%;
}

.homePage .block8 .bottom .btn span {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-5);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.homePage .block8 .bottom .btn:hover {
  cursor: pointer;
}

.homePage .block8 .bottom .btn:hover:after {
  width: 400px;
  height: 400px;
}

.homePage .block8 .bottom .btn:hover span {
  color: var(--color-1);
}

.homePage .block9 {
  margin: 100px 0;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 394px;
  position: relative;
}

.homePage .block9 .bg {
  height: 100%;
  width: 100%;
  position: relative;
}

.homePage .block9 .bg:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
}

.homePage .block9 .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homePage .block9 .title {
  position: absolute;
  color: var(--color-1);
  top: 75px;
  left: 70px;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
}

.homePage .block9 .desc {
  position: absolute;
  color: var(--color-1);
  top: 134px;
  left: 70px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  max-width: 335px;
}

.homePage .block9 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
}

.homePage .block9 .items .item {
  padding: 17.5px 15px;
  background: var(--color-4);
  width: 33.3333333333%;
  height: 100%;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.homePage .block9 .items .item.small {
  width: 66px;
}

.homePage .block9 .items .item.small a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homePage .block9 .items .item_title {
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  color: var(--color-1);
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.35s linear;
  transition: 0.35s linear;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homePage .block9 .items .item_row {
  position: absolute;
  top: 80%;
  left: 15px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.35s linear;
  transition: 0.35s linear;
  width: calc(100% - 30px);
}

.homePage .block9 .items .item_row .email span,
.homePage .block9 .items .item_row .tel span {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: var(--color-1);
}

.homePage .block9 .items .item_row .email .icon,
.homePage .block9 .items .item_row .tel .icon {
  display: none;
}

.homePage .block9 .items .item_row .email:hover,
.homePage .block9 .items .item_row .tel:hover {
  cursor: pointer;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #0E71A9), to(#012858));
  background: linear-gradient(180deg, #0E71A9 46%, #012858 100%);
  position: relative;
  z-index: 101;
}

.footer .logo {
  padding-top: 46px;
  padding-bottom: 33px;
  border-radius: 1px;
  border-bottom: 1px solid #D0D0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .logo img {
  max-height: 39px;
}

.footer .logo .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 22px;
}

.footer .bottom {
  padding-top: 31px;
  padding-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .bottom .desc,
.footer .bottom .privacy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.footer .bottom .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration-line: underline;
}

.footer .bottom .privacy:hover {
  cursor: pointer;
  color: rgb(255, 255, 255);
}

.modalSession {
  position: fixed;
  z-index: 300;
  width: 856px;
  height: 700px;
  padding: 30px 25px;
  border-radius: 15px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.modalSession.active {
  display: block;
}

.modalSession_bloor {
  position: fixed;
  z-index: 299;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.modalSession_bloor.active {
  display: block;
}

.modalSession .close {
  position: absolute;
  right: 25px;
  top: 25px;
}

.modalSession .close path {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.modalSession .close:hover {
  cursor: pointer;
}

.modalSession .close:hover path {
  fill: var(--color-4);
}

.modalSession .title {
  color: #404040;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #D1D5E7;
}

.modalSession .mod_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
}

.modalSession .mod_row .date,
.modalSession .mod_row .time {
  padding: 8px 0;
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.modalSession .box {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
  overflow-y: auto;
  height: 500px;
}

.modalSession .box::-webkit-scrollbar {
  width: 3px;
}

@-moz-document url-prefix()  {
  .modalSession .box {
    scrollbar-width: thin;
    scrollbar-color: var(--color-2) rgba(77, 77, 77, 0.2);
  }
}

.modalSession .box_title {
  color: #404040;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.modalSession .box_desc {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 25px;
}

.modalSession .box_desc p {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.modalSession .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 30px;
}

.modalSession .box .item_left img {
  width: 210px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.modalSession .box .item_right {
  max-width: 550px;
}

.modalSession .box .item_right .name {
  color: #404040;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modalSession .box .item_right .loc {
  margin-top: 5px;
  color: #B0B0B0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modalSession .box .item_right .desc {
  margin-top: 23px;
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.modalSession .box .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
}

.modalSession .box .items .item_left img {
  width: 177px;
  height: 159px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.modalSession .box .items .item_right {
  max-width: 590px;
}

.modalSession2 {
  position: fixed;
  z-index: 300;
  width: 1140px;
  height: 700px;
  border-radius: 15px;
  background: #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: none;
}

.modalSession2.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modalSession2_bloor {
  position: fixed;
  z-index: 299;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.modalSession2_bloor.active {
  display: block;
}

.modalSession2 .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.modalSession2 .close path {
  fill: var(--color-1);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.modalSession2 .close:hover {
  cursor: pointer;
}

.modalSession2 .close:hover path {
  fill: rgba(255, 255, 255, 0.8);
}

.modalSession2 .box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: none;
}

.modalSession2 .box iframe {
  width: calc(100% - 500px);
  height: 100%;
  border-radius: 15px 0 0 15px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}

.modalSession2 .box_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 15px;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

@media (min-width: 576px) {
  .homePage .block9 .items .item:hover .item_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--color-1);
    top: 10px;
    left: 15px;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  .homePage .block9 .items .item:hover .item_row {
    top: 30px;
    opacity: 1;
  }
}

@media (min-width: 577px) {
  .headerMobileMenu .r {
    display: none;
  }
}

@media (max-width: 2560px) {
  .homePage .banner {
    height: 1000px;
  }
}

@media (max-width: 1440px) {
  .homePage .banner {
    height: 871px;
  }
}

@media (max-width: 1300px) {
  .mini-container {
    max-width: 1140px;
  }

  .homePage .banner {
    height: 700px;
  }

  .homePage .block4 .slider .arrow_left,
  .homePage .block4 .slider .arrow_right {
    display: none !important;
  }

  .homePage .block7 .slider .arrow_left,
  .homePage .block7 .slider .arrow_right {
    display: none !important;
  }

  .homePage .block8 .slider .arrow_left,
  .homePage .block8 .slider .arrow_right {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 946px;
  }

  .mini-container {
    max-width: 946px;
  }

  .homePage .banner .box {
    margin-top: 200px;
  }

  .homePage .banner .box .title {
    font-size: 48px;
  }
  .homePage .banner .box .title1 {
    font-size: 36px;
  }

  .homePage .banner .box .desc {
    font-size: 36px;
  }

  .homePage .banner .box .btns .btn {
    padding: 15px 36px;
    font-size: 18px;
  }

  .homePage .banner .box .btns .btn.white span {
    font-size: 18px;
  }

  .homePage .block2 {
    margin: 50px 0;
  }

  .homePage .block2 .top {
    grid-gap: 40px;
  }

  .homePage .block2 .top_right .desc p {
    font-size: 17px;
    line-height: 150%;
  }

  .homePage .block2 .top_right .desc p b {
    font-size: 17px;
    line-height: 150%;
  }

  .homePage .block2 .top_right .desc b {
    font-size: 17px;
    line-height: 150%;
  }

  .homePage .block3 .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .homePage .block3 .left .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .homePage .block3 .right .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .homePage .block4 {
    margin-top: 50px;
  }

  .homePage .block4 .slider .slick-track,
  .homePage .block4 .slider .slick-list {
    height: 480px;
  }

  .homePage .block4 .slider .slick-slide {
    height: 480px;
  }

  .homePage .block4 .slider .slick-slide .item {
    height: 480px;
  }

  .homePage .block4 .slider .slick-slide .item .box {
    height: 480px;
  }

  .homePage .block4 .slider .slick-slide .item .box .desc {
    font-size: 16px;
    line-height: normal;
  }

  .homePage .block4 .slider .slick-slide .item .box .desc p {
    font-size: 16px;
    line-height: normal;
  }

  .homePage .block5 {
    margin-top: 70px;
    margin-bottom: 0;
  }

  .homePage .block6 {
    padding: 50px 0;
  }

  .homePage .block8 {
    padding: 50px 0;
  }

  .homePage .block9 {
    margin-bottom: 50px;
    margin-top: 0;
  }

  .homePage .block9 .items .item_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .homePage .block9 .items .item_row .email .span,
  .homePage .block9 .items .item_row .tel .span {
    font-size: 16px;
    line-height: 150%;
  }

  .homePage .block9 .items .item_row .email .icon,
  .homePage .block9 .items .item_row .tel .icon {
    display: none;
  }

  .modalSession2 {
    max-width: 80vw;
  }

  .modalSession2 .box iframe {
    width: calc(100% - 300px);
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 760px;
  }

  .mini-container {
    max-width: 760px;
  }

  .header_left .menu {
    display: none;
  }

  .header_menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .homePage .banner {
    height: 600px;
  }

  .homePage .banner .box .title {
    font-size: 32px;
  }
  .homePage .banner .box .title1 {
    font-size: 22px;
  }

  .homePage .banner .box .desc {
    font-size: 20px;
    margin-top: 20px;
  }

  .homePage .block2 .top_left .pic1 {
    display: none;
  }

  .homePage .block2 .top_left .pic2 img {
    height: 340px;
  }

  .homePage .block2 .top_left .pic3 {
    display: none;
  }

  .homePage .block2 .top_right {
    padding-top: 60px;
  }

  .homePage .block2 .bottom {
    margin-top: 30px;
    grid-gap: 20px;
  }

  .homePage .block4 .slider .slick-track,
  .homePage .block4 .slider .slick-list {
    height: 567px;
  }

  .homePage .block4 .slider .slick-slide {
    height: 567px;
  }

  .homePage .block4 .slider .slick-slide .item {
    height: 567px;
  }

  .homePage .block4 .slider .slick-slide .item .box {
    height: 567px;
  }

  .homePage .block4 .slider .slick-slide .item .box .desc {
    font-size: 20px;
    line-height: normal;
  }

  .homePage .block4 .slider .slick-slide .item .box .desc p {
    font-size: 20px;
    line-height: normal;
  }

  .homePage .block5 .head .btn {
    padding: 15px 40px;
  }

  .homePage .block5 .box_head .item {
    grid-gap: 0;
  }

  .homePage .block5 .box_head .item .text {
    font-size: 18px;
    line-height: 150%;
  }

  .homePage .block5 .box_body .item .date {
    font-size: 28px;
    line-height: 150%;
  }

  .homePage .block5 .box_body .item .elms .elm_left {
    font-size: 20px;
    line-height: 150%;
    width: 260px;
  }

  .homePage .block5 .box_body .item .elms .elm_right {
    width: calc(100% - 260px);
  }

  .homePage .block5 .box_body .item .elms .elm_right .title {
    font-size: 22px;
    line-height: 150%;
  }

  .homePage .block9 .title {
    font-size: 36px;
  }

  .footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    grid-gap: 20px;
  }

  .modalSession {
    max-width: 80vw;
  }

  .modalSession .box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modalSession .box .item_right {
    max-width: 100%;
  }

  .modalSession2 .box iframe {
    width: calc(100% - 200px);
  }
}

@media (max-width: 769px) {
  ::-webkit-scrollbar {
    width: 3px;
    height: 4px;
  }

  .fixed_register {
    bottom: 40px;
  }

  .fixed_register img {
    width: 30px;
  }

  .titles {
    font-size: 24px;
  }

  .homePage {
    overflow-x: hidden;
  }

  .homePage .banner {
    height: 500px;
  }

  .homePage .banner .box {
    margin-top: 150px;
  }

  .homePage .banner .box .title {
    font-size: 28px;
  }
  .homePage .banner .box .title1 {
    font-size: 20px;
  }

  .homePage .banner .box .btns .btn {
    padding: 10px 26px;
    font-size: 16px;
  }

  .homePage .banner .box .btns .btn.white span {
    font-size: 16px;
  }

  .homePage .block2 .top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .homePage .block2 .top_left {
    width: calc(100% - 280px);
    grid-gap: 20px;
  }

  .homePage .block2 .top_right {
    width: 280px;
  }

  .homePage .block2 .top_right .desc {
    margin-top: 10px;
  }

  .homePage .block2 .top_right .desc p {
    font-size: 16px;
  }

  .homePage .block2 .top_right .desc p b {
    font-size: 16px;
  }

  .homePage .block2 .top_right .desc b {
    font-size: 16px;
  }

  .homePage .block3 .left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .homePage .block3 .left .item {
    padding-bottom: 0;
  }

  .homePage .block3 .left .item_left .quote {
    display: none;
  }

  .homePage .block3 .left .item_box {
    top: 157px;
  }

  .homePage .block3 .right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .homePage .block3 .right .item {
    padding-bottom: 0;
  }

  .homePage .block3 .right .item_left .quote {
    display: none;
  }

  .homePage .block3 .right .item_box {
    top: 157px;
  }

  .homePage .block4 .slider .slick-track,
  .homePage .block4 .slider .slick-list {
    height: 420px;
  }

  .homePage .block4 .slider .slick-slide {
    height: 420px;
  }

  .homePage .block4 .slider .slick-slide .item {
    height: 420px;
  }

  .homePage .block4 .slider .slick-slide .item .box {
    height: 420px;
  }

  .homePage .block4 .slider .slick-slide .item .box .desc {
    font-size: 14px;
    line-height: normal;
  }

  .homePage .block4 .slider .slick-slide .item .box .desc p {
    font-size: 14px;
    line-height: normal;
  }

  .homePage .block4 .slider .slick-slide .item .box .btn {
    padding: 10px 20px;
  }

  .homePage .block4 .slider .slick-slide .item .box .btn span {
    font-size: 14px;
    line-height: normal;
  }

  .modalSession2 .close path {
    fill: var(--color-4);
  }

  .modalSession2 .close:hover path {
    fill: rgba(14, 113, 169, 0.8);
  }

  .modalSession2 .box iframe {
    width: 100%;
    border-radius: 15px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }

  .mini-container {
    max-width: 540px;
  }
}

@media (max-width: 576px) {
  body {
    overflow: hidden;
  }

  .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .mini-container {
    max-width: 100%;
    padding: 0 20px;
  }

  .modal {
    width: 80%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
  }

  .modal .success {
    margin-top: 0;
    width: 120px;
  }

  .modal .error {
    width: 120px;
    bottom: 0;
  }

  .modal .text {
    margin-top: 10px;
    position: static;
  }

  .modal .text p {
    font-size: 20px;
    line-height: 30px;
  }

  .titles {
    line-height: normal;
  }

  .header {
    padding: 10px 0;
  }

  .header_left .logo {
    max-height: 40px;
  }

  .header_left .logo2 {
    max-height: 40px;
  }

  .header_right .lang,
  .header_right .profile {
    /*display: none;*/
  }

  .header.header2 .header_left .logo,
  .header.header2 .header_left .logo2 {
    max-height: 40px;
  }

  .headerMobileMenu {
    width: 80%;
  }

  .homePage .block2 {
    margin: 30px 0;
  }

  .homePage .block2 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 20px;
  }

  .homePage .block2 .top_left {
    width: 100%;
  }

  .homePage .block2 .top_left .pic2 img {
    width: 100%;
    height: 260px;
  }

  .homePage .block2 .top_right {
    width: 100%;
    padding-top: 0;
  }

  .homePage .block2 .bottom {
    margin-top: 20px;
    grid-gap: 10px;
  }

  .homePage .block2 .bottom p {
    font-size: 16px;
  }

  .homePage .block2 .bottom p b {
    font-size: 16px;
  }

  .homePage .block2 .bottom b {
    font-size: 16px;
  }

  .homePage .block2 .bottom ol li,
  .homePage .block2 .bottom ul li {
    font-size: 16px;
  }

  .homePage .block3.animate__animated {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .homePage .block3 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 30px;
  }

  .homePage .block3 .right .item_left p {
    text-align: left;
  }

  .homePage .block4 {
    margin-top: 30px;
  }

  .homePage .block4 .slider {
    margin-top: 20px;
  }

  .homePage .block4 .slider .slick-track,
  .homePage .block4 .slider .slick-list {
    height: 500px;
  }

  .homePage .block4 .slider .slick-slide {
    height: 500px;
  }

  .homePage .block4 .slider .slick-slide .item {
    height: 500px;
  }

  .homePage .block4 .slider .slick-slide .item .bg .title {
    font-size: 23px;
    line-height: 30px;
  }

  .homePage .block4 .slider .slick-slide .item .box {
    height: 500px;
  }

  .homePage .block4 .slider .slick-slide .item .box .desc {
    font-size: 16px;
    line-height: normal;
  }

  .homePage .block4 .slider .slick-slide .item .box .desc p {
    font-size: 16px;
    line-height: normal;
  }

  .homePage .block4 .slider .slick-slide .item .box .btn {
    padding: 12px 25px;
  }

  .homePage .block4 .slider .slick-slide .item .box .btn span {
    font-size: 16px;
    line-height: normal;
  }

  .homePage .block5 {
    margin-top: 40px;
  }

  .homePage .block5 .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 20px;
  }

  .homePage .block5 .head .btn {
    padding: 12px 30px;
  }

  .homePage .block5 .head .btn span {
    font-size: 16px;
    line-height: normal;
  }

  .homePage .block5 .box_head {
    grid-template-columns: 1fr;
  }

  .homePage .block5 .box_head .item {
    padding: 5px;
    min-height: 50px;
    border-radius: 10px;
  }

  .homePage .block5 .box_head .item:first-child {
    border-radius: 10px;
  }

  .homePage .block5 .box_head .item:last-child {
    border-radius: 10px;
  }

  .homePage .block5 .box_head .item .text {
    font-size: 16px;
    line-height: normal;
  }

  .homePage .block5 .box_head .item .day {
    font-size: 13px;
    line-height: normal;
  }

  .homePage .block5 .box_body .item .date {
    margin-top: 20px;
  }

  .homePage .block5 .box_body .item .elms {
    grid-gap: 10px;
    margin-top: 20px;
  }

  .homePage .block5 .box_body .item .elms .elm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100px;
  }

  .homePage .block5 .box_body .item .elms .elm_left {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    padding: 10px 0;
  }

  .homePage .block5 .box_body .item .elms .elm_right {
    width: 100%;
    padding: 0 10px 10px;
  }

  .homePage .block5 .box_body .item .elms .elm_right .title {
    font-size: 16px;
    line-height: normal;
    width: 100%;
  }

  .homePage .block5 .box_body .item .elms .elm_right .link {
    display: none;
  }

  .homePage .block6 {
    padding: 30px 0;
  }

  .homePage .block6 .slider {
    margin-top: 20px;
  }

  .homePage .block6 .bottom {
    margin-top: 20px;
  }

  .homePage .block6 .bottom .btn {
    width: 100%;
    padding: 12px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .homePage .block6 .bottom .btn span {
    font-size: 16px;
    line-height: normal;
  }

  .homePage .block6 .bottom .arrows {
    display: none;
  }

  .homePage .block7 {
    padding: 30px 0;
  }

  .homePage .block7 .slider {
    margin-top: 20px;
  }

  .homePage .block7 .slider .slick-slide .desc {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    width: 100%;
    margin-top: 20px;
  }

  .homePage .block7 .slider .slick-slide .date {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    margin-top: 20px;
  }

  .homePage .block8 {
    padding: 30px 0;
  }

  .homePage .block8 .slider {
    margin-top: 20px;
  }

  .homePage .block8 .bottom {
    margin-top: 20px;
  }

  .homePage .block8 .bottom .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 30px;
    width: 100%;
  }

  .homePage .block8 .bottom .btn span {
    font-size: 16px;
    line-height: normal;
  }

  .homePage .block9 {
    margin-bottom: 30px;
  }

  .homePage .block9 {
    height: 433px;
  }

  .homePage .block9 .title {
    font-size: 32px;
    line-height: normal;
    width: calc(100% - 20px);
    left: 10px;
    top: 20px;
  }

  .homePage .block9 .desc {
    font-size: 18px;
    line-height: normal;
    width: calc(100% - 20px);
    left: 10px;
    top: 110px;
  }

  .homePage .block9 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 0;
    margin: 10px;
    width: calc(100% - 20px);
    height: auto;
  }

  .homePage .block9 .items .item {
    border-radius: 0;
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
    min-height: unset;
    border-radius: 30px;
  }

  .homePage .block9 .items .item.small {
    width: 100%;
    border-radius: 0;
  }

  .homePage .block9 .items .item.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .homePage .block9 .items .item.reverse .email,
  .homePage .block9 .items .item.reverse .tel {
    border-left: none;
    border-right: 1px solid #D0D0D0;
  }

  .homePage .block9 .items .item_title {
    font-size: 24px;
    line-height: normal;
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: calc(100% - 132px);
    color: var(--, #FFF);
    text-align: center;
    -webkit-font-feature-settings: "clig" off, "liga" off;
            font-feature-settings: "clig" off, "liga" off;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 12px 0;
  }

  .homePage .block9 .items .item_row {
    position: static;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 132px;
  }

  .homePage .block9 .items .item_row .email,
  .homePage .block9 .items .item_row .tel {
    width: 66px;
    border-left: 1px solid #D0D0D0;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .homePage .block9 .items .item_row .email .icon,
  .homePage .block9 .items .item_row .tel .icon {
    display: block;
  }

  .homePage .block9 .items .item_row .email span,
  .homePage .block9 .items .item_row .tel span {
    display: none;
  }

  .footer .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modalSession {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 20px;
  }

  .modalSession .close {
    width: 20px;
    top: 20px;
    right: 20px;
  }

  .modalSession .title {
    padding-top: 30px;
  }

  .modalSession .box {
    height: calc(100% - 200px);
  }

  .modalSession2 {
    max-width: 100%;
    height: 100%;
  }

  .modalSession2 .close {
    width: 20px;
    top: 20px;
    right: 20px;
  }

  .modalSession2 .box iframe {
    max-width: 100%;
    border-radius: 0;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  .homePage .block9 .items .item:hover .item_title {
    font-size: 18px;
    line-height: 150%;
  }

  .homePage .block9 .items .item:hover .item_row {
    top: 45px;
  }
}
.modalSession6 {
  position: fixed;
  z-index: 300;
  width: 1140px;
  height: 700px;
  border-radius: 15px;
  background: #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: none;
}

.modalSession6.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modalSession6_bloor {
  position: fixed;
  z-index: 299;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.modalSession6_bloor.active {
  display: block;
}

.modalSession6 .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.modalSession6 .close path {
  fill: var(--color-1);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.modalSession6 .close:hover {
  cursor: pointer;
}

.modalSession6 .close:hover path {
  fill: rgba(255, 255, 255, 0.8);
}

.modalSession6 .box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: none;
}

.modalSession6 .box iframe {
  width: calc(100% - 500px);
  height: 100%;
  border-radius: 15px 0 0 15px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}

.modalSession6 .box_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 15px;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.authModal,.mediaModal,.regModal {
    width: calc(100% - 500px);
    height: 100%;
    border-radius: 15px 0 0 15px;
    position: relative;
    z-index: 1;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 50px
}

.authModal .regProgress,.mediaModal .regProgress,.regModal .regProgress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #d0d0d0
}

.authModal .regProgress .now,.mediaModal .regProgress .now,.regModal .regProgress .now {
    width: 33%;
    height: 100%;
    -webkit-transition: .5s linear;
    transition: .5s linear;
    background: var(--color-4)
}

.authModal .btn,.mediaModal .btn,.regModal .btn {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-5);
    border: 2px solid #4ebe39;
    padding: 20px 46px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.authModal .btn:after,.mediaModal .btn:after,.regModal .btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    background: var(--color-3);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .3s linear;
    transition: .3s linear;
    border-radius: 50%
}

.authModal .btn span,.mediaModal .btn span,.regModal .btn span {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-5);
    position: relative;
    z-index: 2;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.authModal .btn.success,.mediaModal .btn.success,.regModal .btn.success {
    width: 100%;
    text-align: center;
    background: #4ebe39;
    color: var(--color-1);
    -webkit-transition: .5s linear;
    transition: .5s linear
}

@-webkit-keyframes rotateLoadingForm {
    from {
        -webkit-transform: translate(-50%,-50%) rotate(0);
        transform: translate(-50%,-50%) rotate(0)
    }

    from {
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

@keyframes rotateLoadingForm {
    from {
        -webkit-transform: translate(-50%,-50%) rotate(0);
        transform: translate(-50%,-50%) rotate(0)
    }

    from {
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

.authModal .btn.active,.mediaModal .btn.active,.regModal .btn.active {
    border-color: #ccc
}

.authModal .btn.active:after,.mediaModal .btn.active:after,.regModal .btn.active:after {
    width: 400px;
    height: 400px;
    background: #ddd;
    z-index: 4
}

.authModal .btn.active:before,.mediaModal .btn.active:before,.regModal .btn.active:before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 5px solid #fff;
    border-bottom-color: transparent;
    -webkit-animation: rotateLoadingForm .8s infinite linear forwards;
    animation: rotateLoadingForm .8s infinite linear forwards
}

.authModal .btn:hover,.mediaModal .btn:hover,.regModal .btn:hover {
    cursor: pointer
}

.authModal .btn:hover:after,.mediaModal .btn:hover:after,.regModal .btn:hover:after {
    width: 400px;
    height: 400px
}

.authModal .btn:hover span,.mediaModal .btn:hover span,.regModal .btn:hover span {
    color: var(--color-1)
}

.authModal .btn:hover.success,.mediaModal .btn:hover.success,.regModal .btn:hover.success {
    background: #47d12d;
    border-color: #47d12d
}

.authModal .btn:hover.success:after,.mediaModal .btn:hover.success:after,.regModal .btn:hover.success:after {
    display: none
}

.authModal .btn.full,.mediaModal .btn.full,.regModal .btn.full {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.authModal .btn.full:hover,.mediaModal .btn.full:hover,.regModal .btn.full:hover {
    cursor: pointer
}

.authModal .btn.full:hover:after,.mediaModal .btn.full:hover:after,.regModal .btn.full:hover:after {
    width: calc(100% + 200px);
    height: 400px
}

.authModal .btn.full:hover span,.mediaModal .btn.full:hover span,.regModal .btn.full:hover span {
    color: var(--color-1)
}

.authModal .items,.mediaModal .items,.regModal .items {
    min-height: 100%
}

.authModal .items:has(.end.active),.mediaModal .items:has(.end.active),.regModal .items:has(.end.active) {
    height: 100%
}

.authModal .item,.mediaModal .item,.regModal .item {
    width: 100%;
    display: none
}

.authModal .item.active,.mediaModal .item.active,.regModal .item.active {
    display: block
}

.authModal .item_row,.mediaModal .item_row,.regModal .item_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.authModal .item_row.sb,.mediaModal .item_row.sb,.regModal .item_row.sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.authModal .item_row.verCenter,.mediaModal .item_row.verCenter,.regModal .item_row.verCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.authModal .item_grid,.mediaModal .item_grid,.regModal .item_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.authModal .item_grid.el2,.mediaModal .item_grid.el2,.regModal .item_grid.el2 {
    grid-template-columns: 1fr 1fr
}

.authModal .item .gg10,.mediaModal .item .gg10,.regModal .item .gg10 {
    grid-gap: 10px
}

.authModal .item .gg20,.mediaModal .item .gg20,.regModal .item .gg20 {
    grid-gap: 20px
}

.authModal .item .gg30,.mediaModal .item .gg30,.regModal .item .gg30 {
    grid-gap: 30px
}

.authModal .item .numberStep,.mediaModal .item .numberStep,.regModal .item .numberStep {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-4);
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400
}

.authModal .item .stepName,.mediaModal .item .stepName,.regModal .item .stepName {
    color: var(--color-5);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400
}

.authModal .item .input,.mediaModal .item .input,.regModal .item .input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 10px
}

.authModal .item .input label,.mediaModal .item .input label,.regModal .item .input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 5px;
    width: 100%;
    color: var(--color-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    padding-left: 10px
}

.authModal .item .input label .required,.mediaModal .item .input label .required,.regModal .item .input label .required {
    color: var(--color-3);
    font-size: 16px;
    font-style: normal;
    font-weight: 300
}

.authModal .item .input .errorText,.mediaModal .item .input .errorText,.regModal .item .input .errorText {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    padding-left: 10px;
    color: red;
    display: none
}

.authModal .item .input .errorText.active,.mediaModal .item .input .errorText.active,.regModal .item .input .errorText.active {
    display: block
}

.authModal .item .input input,.authModal .item .input textarea,.mediaModal .item .input input,.mediaModal .item .input textarea,.regModal .item .input input,.regModal .item .input textarea {
    width: 100%;
    color: var(--color-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 20px;
    border-radius: 24px;
    border: 1px solid #d0d0d0
}

.authModal .item .input input.error,.authModal .item .input textarea.error,.mediaModal .item .input input.error,.mediaModal .item .input textarea.error,.regModal .item .input input.error,.regModal .item .input textarea.error {
    border-color: red
}

.authModal .item .input input::-webkit-input-placeholder,.authModal .item .input textarea::-webkit-input-placeholder,.mediaModal .item .input input::-webkit-input-placeholder,.mediaModal .item .input textarea::-webkit-input-placeholder,.regModal .item .input input::-webkit-input-placeholder,.regModal .item .input textarea::-webkit-input-placeholder {
    color: #b0b0b0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.authModal .item .input input::-moz-placeholder,.authModal .item .input textarea::-moz-placeholder,.mediaModal .item .input input::-moz-placeholder,.mediaModal .item .input textarea::-moz-placeholder,.regModal .item .input input::-moz-placeholder,.regModal .item .input textarea::-moz-placeholder {
    color: #b0b0b0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.authModal .item .input input:-ms-input-placeholder,.authModal .item .input textarea:-ms-input-placeholder,.mediaModal .item .input input:-ms-input-placeholder,.mediaModal .item .input textarea:-ms-input-placeholder,.regModal .item .input input:-ms-input-placeholder,.regModal .item .input textarea:-ms-input-placeholder {
    color: #b0b0b0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.authModal .item .input input::-ms-input-placeholder,.authModal .item .input textarea::-ms-input-placeholder,.mediaModal .item .input input::-ms-input-placeholder,.mediaModal .item .input textarea::-ms-input-placeholder,.regModal .item .input input::-ms-input-placeholder,.regModal .item .input textarea::-ms-input-placeholder {
    color: #b0b0b0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.authModal .item .input input::placeholder,.authModal .item .input textarea::placeholder,.mediaModal .item .input input::placeholder,.mediaModal .item .input textarea::placeholder,.regModal .item .input input::placeholder,.regModal .item .input textarea::placeholder {
    color: #b0b0b0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.authModal .item .input input.innerInput,.authModal .item .input textarea.innerInput,.mediaModal .item .input input.innerInput,.mediaModal .item .input textarea.innerInput,.regModal .item .input input.innerInput,.regModal .item .input textarea.innerInput {
    border: none;
    border-radius: 0;
    padding: 0;
    width: calc(100% - 20px)
}

.authModal .item .input input.hiddenDate,.authModal .item .input textarea.hiddenDate,.mediaModal .item .input input.hiddenDate,.mediaModal .item .input textarea.hiddenDate,.regModal .item .input input.hiddenDate,.regModal .item .input textarea.hiddenDate {
    display: none
}

.authModal .item .input input.maskDate,.authModal .item .input textarea.maskDate,.mediaModal .item .input input.maskDate,.mediaModal .item .input textarea.maskDate,.regModal .item .input input.maskDate,.regModal .item .input textarea.maskDate {
    position: absolute;
    background: #fff;
    border: none;
    top: 1px;
    left: 1px;
    width: 75%
}

.authModal .item .input input[type=number]::-webkit-inner-spin-button,.authModal .item .input input[type=number]::-webkit-outer-spin-button,.mediaModal .item .input input[type=number]::-webkit-inner-spin-button,.mediaModal .item .input input[type=number]::-webkit-outer-spin-button,.regModal .item .input input[type=number]::-webkit-inner-spin-button,.regModal .item .input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.authModal .item .input input[type=number],.mediaModal .item .input input[type=number],.regModal .item .input input[type=number] {
    -moz-appearance: textfield
}

.authModal .item .input textarea,.mediaModal .item .input textarea,.regModal .item .input textarea {
    height: 114px;
    resize: none;
    width: 100%
}

.authModal .item .date,.mediaModal .item .date,.regModal .item .date {
    position: relative;
    float: left
}

.authModal .item .date_icon,.mediaModal .item .date_icon,.regModal .item .date_icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    pointer-events: none;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.authModal .item .date_icon button,.mediaModal .item .date_icon button,.regModal .item .date_icon button {
    border: none;
    background: 0 0
}

.authModal .item.end,.mediaModal .item.end,.regModal .item.end {
    position: relative;
    min-height: 100%
}

.authModal .inner,.mediaModal .inner,.regModal .inner {
    margin-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 30px
}

.authModal .inner .item_box,.mediaModal .inner .item_box,.regModal .inner .item_box {
    width: 100%
}

.authModal .inner .item_title,.mediaModal .inner .item_title,.regModal .inner .item_title {
    font-size: 54px;
    font-weight: 400;
    text-align: left
}

.authModal .inner .item_desc,.mediaModal .inner .item_desc,.regModal .inner .item_desc {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    text-align: left
}

.authModal .inner .item_desc p,.mediaModal .inner .item_desc p,.regModal .inner .item_desc p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    text-align: left
}

.authModal .inner .btn.success,.mediaModal .inner .btn.success,.regModal .inner .btn.success {
    margin: 40px 0
}

.authModal .dropdown,.mediaModal .dropdown,.regModal .dropdown {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #d0d0d0;
    padding: 14px 20px;
    position: relative;
    background: #fff;
    z-index: 4
}

.authModal .dropdown.gender,.mediaModal .dropdown.gender,.regModal .dropdown.gender {
    z-index: 5
}

.authModal .dropdown.error,.mediaModal .dropdown.error,.regModal .dropdown.error {
    border-color: red
}

.authModal .dropdown .arrow,.mediaModal .dropdown .arrow,.regModal .dropdown .arrow {
    position: absolute;
    top: 14px;
    right: 20px
}

.authModal .dropdown .arrow:hover,.mediaModal .dropdown .arrow:hover,.regModal .dropdown .arrow:hover {
    cursor: pointer
}

.authModal .dropdown .placeholder,.mediaModal .dropdown .placeholder,.regModal .dropdown .placeholder {
    color: #b0b0b0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 14px;
    left: 20px;
    opacity: 1
}

.authModal .dropdown .text,.mediaModal .dropdown .text,.regModal .dropdown .text {
    color: var(--color-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.authModal .dropdown .text:hover,.mediaModal .dropdown .text:hover,.regModal .dropdown .text:hover {
    cursor: pointer
}

.authModal .dropdown .text::after,.mediaModal .dropdown .text::after,.regModal .dropdown .text::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background: 0 0;
    left: 10%;
    top: 48px
}

.authModal .dropdown .text:empty+.placeholder,.mediaModal .dropdown .text:empty+.placeholder,.regModal .dropdown .text:empty+.placeholder {
    opacity: 0
}

.authModal .dropdown .options,.mediaModal .dropdown .options,.regModal .dropdown .options {
    opacity: 0;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 15px;
    margin: 0 15px
}

.authModal .dropdown .options .option,.mediaModal .dropdown .options .option,.regModal .dropdown .options .option {
    width: 100%
}

.authModal .dropdown .options .option:hover,.mediaModal .dropdown .options .option:hover,.regModal .dropdown .options .option:hover {
    cursor: pointer;
    color: var(--color-4)
}

.authModal .dropdown.active,.mediaModal .dropdown.active,.regModal .dropdown.active {
    height: 100%
}

.authModal .dropdown.active .options,.mediaModal .dropdown.active .options,.regModal .dropdown.active .options {
    opacity: 1;
    height: 100%;
    max-height: 215px;
    margin-top: 30px;
    overflow-x: hidden;
    overflow-y: auto
}

.authModal .dropdown.active .options::-webkit-scrollbar,.mediaModal .dropdown.active .options::-webkit-scrollbar,.regModal .dropdown.active .options::-webkit-scrollbar {
    width: 3px
}

.authModal .dropdown.active .text::after,.mediaModal .dropdown.active .text::after,.regModal .dropdown.active .text::after {
    background: #d9d9d9
}

.authModal .dropdown.active .placeholder,.mediaModal .dropdown.active .placeholder,.regModal .dropdown.active .placeholder {
    opacity: 0
}

.authModal .dropdown.active .arrow,.mediaModal .dropdown.active .arrow,.regModal .dropdown.active .arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.authModal .dropdown.ct.active .options,.mediaModal .dropdown.ct.active .options,.regModal .dropdown.ct.active .options {
    height: 215px
}

.authModal .absolute,.mediaModal .absolute,.regModal .absolute {
    position: relative;
    height: 78px
}

.authModal .absolute .item_grid,.mediaModal .absolute .item_grid,.regModal .absolute .item_grid {
    height: 48px;
    left: 0;
    top: 30px;
    width: 100%
}

.authModal .drop-zone,.mediaModal .drop-zone,.regModal .drop-zone {
    width: 100%;
    height: 222px;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    grid-gap: 10px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #ccc;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='black' stroke-width='1' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 24px;
    position: relative
}

.authModal .drop-zone.active:after,.mediaModal .drop-zone.active:after,.regModal .drop-zone.active:after {
    content: "";
    background: #ddd;
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    border-radius: 24px
}

.authModal .drop-zone.active:before,.mediaModal .drop-zone.active:before,.regModal .drop-zone.active:before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 5px solid #fff;
    border-bottom-color: transparent;
    -webkit-animation: rotateLoadingForm .8s infinite linear forwards;
    animation: rotateLoadingForm .8s infinite linear forwards
}

.authModal .drop-zone.error,.mediaModal .drop-zone.error,.regModal .drop-zone.error {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='red' stroke-width='1' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")
}

.authModal .drop-zone .ba,.mediaModal .drop-zone .ba,.regModal .drop-zone .ba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    grid-gap: 10px
}

.authModal .drop-zone:has(.drop-zone__thumb:not(empty)) .ba,.mediaModal .drop-zone:has(.drop-zone__thumb:not(empty)) .ba,.regModal .drop-zone:has(.drop-zone__thumb:not(empty)) .ba {
    display: none
}

.authModal .drop-zone--over,.mediaModal .drop-zone--over,.regModal .drop-zone--over {
    border-style: solid
}

.authModal .drop-zone__input,.mediaModal .drop-zone__input,.regModal .drop-zone__input {
    display: none
}

.authModal .drop-zone__prompt,.mediaModal .drop-zone__prompt,.regModal .drop-zone__prompt {
    color: #404040;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.authModal .drop-zone__alert,.mediaModal .drop-zone__alert,.regModal .drop-zone__alert {
    color: #d0d0d0;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.authModal .drop-zone__thumb,.mediaModal .drop-zone__thumb,.regModal .drop-zone__thumb {
    width: 70%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(14,113,169,.6);
    background-size: cover;
    position: relative;
    z-index: -1
}

.authModal .drop-zone__thumb::after,.mediaModal .drop-zone__thumb::after,.regModal .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background: rgba(0,0,0,.55);
    font-size: 14px;
    text-align: center;
    z-index: -1
}

.authModal .items {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.authModal .items .item .inner {
    margin-top: 0;
    grid-gap: 20px
}

.authModal .items .item .inner .success {
    margin: 30px 0 0
}

.authModal .items .item .inner .success span {
    color: #fff
}

.errorTextAuth {
    color: red;
    display: none
}

.error-container {
    display: none
}
.regModal input[type="checkbox"]:checked, .regModal input[type="checkbox"]:not(:checked), .regModal input[type="radio"]:checked, .regModal input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.regModal input[type="checkbox"]:checked + label, .regModal input[type="checkbox"]:not(:checked) + label, .regModal input[type="radio"]:checked + label, .regModal input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

.regModal input[type="checkbox"]:checked + label:before, .regModal input[type="checkbox"]:not(:checked) + label:before, .regModal input[type="radio"]:checked + label:before, .regModal input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.regModal input[type="checkbox"]:checked + label:before, .regModal input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

.regModal input[type="radio"]:checked + label:before, .regModal input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

.regModal input[type="checkbox"]:checked + label:after, .regModal input[type="checkbox"]:not(:checked) + label:after, .regModal input[type="radio"]:checked + label:after, .regModal input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.regModal input[type="checkbox"]:checked + label:after, .regModal input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #4ebe39;
    border-bottom: 4px solid #4ebe39;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.regModal input[type="radio"]:checked + label:after, .regModal input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #4ebe39;
}

.regModal input[type="checkbox"]:not(:checked) + label:after, .regModal input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

.regModal input[type="checkbox"]:checked + label:after, .regModal input[type="radio"]:checked + label:after {
    opacity: 1;
}
.authModal, .mediaModal, .regModal {
    width: calc(100% - 500px);
    height: 100%;
    border-radius: 15px 0 0 15px;
    position: relative;
    z-index: 1;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 50px;
}
@media (max-width: 1200px) {
    .authModal, .mediaModal, .regModal {
        width: calc(100% - 150px);
    }
}
@media (max-width: 992px) {
    .authModal, .mediaModal, .regModal {
        width: calc(100% - 200px);
    }
}
@media (max-width: 992px) {
    .authModal .item_grid.el2, .mediaModal .item_grid.el2, .regModal .item_grid.el2 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 769px) {
    .authModal, .mediaModal, .regModal {
        width: 100%;
        border-radius: 15px;
    }
}
@media (max-width: 576px) {
    .authModal, .mediaModal, .regModal {
        max-width: 100%;
        border-radius: 0;
        padding: 30px 30px;
    }
}

@media (max-width: 576px) {
    .modalSession6 {
        max-width: 100%;
        height: 100%;
    }
}
@media (max-width: 576px) {
    .modalSession6 .close {
        width: 20px;
        top: 20px;
        right: 20px;
    }
}
@media (max-width: 769px) {
    .modalSession6 .close path {
        fill: #0E71A9;
    }
}
.speakers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.speaker {
  background: #eef1f5;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.speaker img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  background: #ccc;
}
b{font-weight: 500}
.speaker p{
  text-align: right;
}
@media (max-width: 769px) {
  .speakers {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    margin-top: 30px;
  }
}
.desc .webinar{
  height: 394px;
  width: 700px;
}
@media (max-width: 1304px) {
  .desc .webinar{
    height: 394px;
    width: 700px;
  }
  .homePage .banner .box{
    margin-top: 118px;
  }
  .homePage .banner .box .title{
    font-size: 43px;
  }
}
@media (max-width: 1304px) {
  .desc .webinar{
    height: 294px;
    width: 650px;
  }
  .homePage .banner .box{
    margin-top: 118px;
  }
  .homePage .banner .box .title{
    font-size: 43px;
  }
}
@media (max-width: 1199px) {
  .desc .webinar{
    height: 294px;
    width: 600px;
  }
  .homePage .banner .box{
    margin-top: 118px;
  }
  .homePage .banner .box .title{
    font-size: 32px;
  }
}
@media (max-width: 769px) {
  .desc .webinar{
    height: 250px;
    width: 100%;
    max-width: 400px;
  }
  .homePage .banner .box{
    margin-top: 80px;
  }
  .homePage .banner .box .title{
    font-size: 19px;
  }
}