@import url("https://fonts.googleapis.com/css2?family=Days+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/circe");
@import "npm:normalize.css/normalize.css";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #72BC7E;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26.8px;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
main {
  padding-top: 88px;
  flex: 1 0 auto;
}

.main {
  min-width: 375px;
}
@media (min-width: 768px) {
  .main {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .main {
    min-width: 922px;
  }
}

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

a {
  text-decoration: none;
  color: #242d21;
}

figure {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.logo-icon {
  width: 38px;
  height: 38px;
}
@media (min-width: 768px) {
  .logo-icon {
    width: 50px;
    height: 50px;
  }
}
.logo-icon svg {
  width: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrap {
    margin: 0 auto;
    width: 100%;
    word-spacing: 1px;
  }
}
@media (min-width: 1024px) {
  .wrap {
    margin-left: 0;
    display: flex;
    padding: 0;
  }
}

.img-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .img-wrap {
    display: block;
    min-width: calc((100vw - 1104px) / 2);
    overflow: hidden;
  }
}
@media (min-width: 1440px) {
  .img-wrap {
    min-width: calc((100vw - 1104px) / 2);
  }
}
@media (min-width: 1920px) {
  .img-wrap {
    min-width: calc((100vw - 1104px) / 2);
  }
}

.img1,
.img2 {
  display: none;
}
@media (min-width: 768px) {
  .img1,
  .img2 {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    background-size: cover;
    width: 100%;
  }
}
.img1::alttext-container,
.img2::alttext-container {
  display: none;
}

*::-moz-focus-outer,
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

.card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rtl {
  direction: rtl;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: rgba(21, 28, 19, 0.8);
  box-shadow: inset 0 0 0 1000px #f5f5f5;
}

/* Dropdown Button */
.dropbtn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: transparent;
  font-family: "Montserrat";
  border: none;
  outline: none;
  cursor: pointer;
}
.dropbtn:focus {
  background-color: transparent;
}
.dropbtn span {
  font-size: 14px;
  font-weight: 700;
  color: #43784e;
  pointer-events: none;
}
@media (min-width: 768px) {
  .dropbtn span {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .dropbtn span {
    font-size: 18px;
  }
}
.dropbtn svg {
  pointer-events: none;
  display: block;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  margin-left: auto;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  padding: 16px;
  position: absolute;
  top: 130%;
  left: 6%;
  background-color: #f5f5f5;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-radius: 10px;
  opacity: 1;
}
@media (min-width: 768px) {
  .dropdown-content {
    min-width: 160px;
  }
}
.dropdown-content a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #242d21;
}
@media (min-width: 768px) {
  .dropdown-content a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .dropdown-content a {
    font-size: 18px;
  }
}
.dropdown-content a:last-child {
  margin-bottom: 0;
}
.dropdown-content a figure {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.dropdown-content a figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  text-decoration: none;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

/* Dropdown Button */
.dropbtn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  background-color: transparent;
  font-family: "Montserrat";
  border: none;
  outline: none;
  cursor: pointer;
}
.dropbtn:focus {
  background-color: transparent;
}
.dropbtn span {
  font-size: 14px;
  font-weight: 700;
  color: #43784e;
  pointer-events: none;
}
@media (min-width: 768px) {
  .dropbtn span {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .dropbtn span {
    font-size: 18px;
  }
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
  position: relative;
  display: inline-block;
  width: 100%;
  display: flex;
  color: #242d21;
  text-align: start;
  cursor: pointer;
}
.dropdown2 > div {
  width: 100%;
}
.dropdown2 svg {
  color: #43784e;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 768px) {
  .dropdown2 svg {
    top: 15px;
  }
}

.input-content {
  cursor: pointer;
  display: none;
  width: 100%;
  padding: 16px;
  position: absolute;
  top: 62px;
  background-color: #f5f5f5 !important;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-radius: 10px;
  opacity: 1;
  border: 10px;
  color: #43784e;
  max-height: 192px;
  overflow-y: scroll;
}
.input-content::-webkit-scrollbar {
  width: 4px;
}
.input-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(67, 120, 78, 0.97);
}
.input-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: none;
}
@media (min-width: 768px) {
  .input-content {
    top: 68px;
  }
}
.input-content div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(21, 28, 19, 0.8);
  background-color: #f5f5f5 !important;
  border-bottom: 1px rgba(21, 28, 19, 0.8) solid;
  font-weight: 500;
  padding-bottom: 10px;
  cursor: pointer;
}
.input-content div:hover {
  color: #43784e;
  border-bottom: 1px #43784e solid;
}
@media (min-width: 768px) {
  .input-content div {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .input-content div {
    font-size: 16px;
    top: 60px;
  }
}
.input-content div:last-child {
  margin-bottom: 0;
}
.input-content div figure {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.input-content div figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Change color of dropdown links on hover */
.whoYouAre-content a:hover {
  text-decoration: none;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

#options2 {
  left: 0;
  width: 100%;
}

.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 16px;
  font-family: "Montserrat";
  letter-spacing: 0.5px;
  word-spacing: -2px;
  line-height: normal;
  font-style: normal;
}
@media (max-width: 768px) {
  .checkbox + label {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .checkbox + label {
    font-weight: 300;
  }
}
.checkbox + label span + span {
  cursor: pointer;
  text-decoration: underline;
}
.checkbox + label:before {
  position: absolute;
  display: block;
  left: 0;
  top: -2px;
  content: "";
  background: transparent;
  width: 20px;
  height: 20px;
  width: 24px;
  height: 24px;
  box-shadow: inset 0 0 0 1px rgba(67, 120, 78, 0.97);
  border-radius: 4px;
  transition: 200ms ease-in-out all;
}
.checkbox + label:after {
  position: absolute;
  display: block;
  top: 3px;
  left: 8px;
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  transition: 200ms ease-in-out all;
}
.checkbox + label:hover {
  color: #333;
}
.checkbox + label:focus {
  outline: none;
}
.checkbox:checked + label:before {
  background: rgba(67, 120, 78, 0.97);
  box-shadow: none;
}
.checkbox:checked + label:after {
  border-color: white;
}
.checkbox:disabled + label:before {
  background: #f2f2f2;
  box-shadow: none;
}
.checkbox:disabled + label:after {
  border-color: transparent;
}
.checkbox:checked:disabled + label:before {
  background: #f2f2f2;
  box-shadow: none;
}
.checkbox:checked:disabled + label:after {
  border-color: #cecece;
}

.form-checkbox {
  position: relative;
  display: block;
  margin: 0 0 15px;
}

.demo {
  display: block;
  width: 240px;
  margin: 50px auto;
  padding: 100px;
  border: 1px solid rgba(67, 120, 78, 0.97);
  border-radius: 10px;
}

.header {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 3;
  height: 88px;
}
.header__container {
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 16px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .header__container {
    margin: 0 auto;
    max-width: 1296px;
    padding: 16px 0;
    gap: 0;
  }
}
.header__logo {
  display: flex;
  height: 56px;
  margin-left: 0px;
  margin-right: 0px;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .header__logo {
    margin-top: 15px;
    height: 50px;
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .header__logo {
    margin-left: 0;
    gap: 11px;
    align-items: center;
    margin-top: 0px;
    gap: 18px;
    flex: 1;
    order: 2;
  }
}
.header__title {
  margin: 0;
  padding: 0;
  font-family: "Circe";
  font-size: 13px;
  font-weight: 900;
  color: #43784e;
  display: none;
}
@media (min-width: 768px) {
  .header__title {
    font-size: 22px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .header__title {
    font-size: 28px;
  }
}
.header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .header__nav-list {
    gap: 40px;
  }
}
.header__nav-items {
  display: flex;
  gap: 0;
  order: 3;
  align-items: center;
  width: auto;
}
@media (min-width: 1024px) {
  .header__nav-items {
    width: max-content;
    gap: 12px;
  }
}
.header__nav-item {
  justify-content: center;
  display: flex;
}
@media (min-width: 1024px) {
  .header__nav-item {
    width: 140px;
  }
}
.header__nav-link {
  font-size: 14px;
  font-weight: 700;
  color: #43784e;
}
.header__nav-link.store {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__nav-link.store > span {
  display: none;
}
@media (min-width: 768px) {
  .header__nav-link.store > span {
    display: inline;
  }
}
.header__nav-link > .store__img {
  display: flex;
}
.header__nav-link:hover {
  color: #72BC7E;
}
@media (min-width: 768px) {
  .header__nav-link {
    text-align: center;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .header__nav-link {
    font-size: 18px;
  }
}

.lang-list {
  position: relative;
  width: inherit;
}
.lang-list__btn {
  display: flex;
  align-items: center;
}
.lang-list__btn > button.open > .lang-list__btn-icon svg {
  transform: rotateX(180deg);
}
.lang-list__btn > button span {
  display: block;
  margin-left: 7px;
}
.lang-list__btn > button > svg {
  display: none;
}
@media (min-width: 768px) {
  .lang-list__btn > button > svg {
    display: block;
  }
}
.lang-list__btn-icon svg {
  color: #43784e;
  transform: rotateX(0);
  transition: transform cubic-bezier(0, 0, 0.2, 1) 0.5s;
}

.login-link {
  position: relative;
  width: inherit;
}
.login-link__btn {
  display: flex;
  align-items: center;
  background: #43784e;
  border-radius: 10px;
  border: 1px solid #43784e !important;
  padding: 9.5px 24.5px;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .login-link__btn {
    padding: 8px 20px;
  }
}
@media (min-width: 1024px) {
  .login-link__btn {
    padding: 11.5px 15.5px;
  }
}
.login-link__btn span {
  color: #fff;
}
.login-link__btn:focus {
  background-color: #43784e;
}
.login-link__btn-icon {
  display: none;
}
@media (min-width: 1024px) {
  .login-link__btn-icon {
    display: flex;
  }
}
.login-link__btn svg {
  color: #fff;
  transform: rotateX(0);
  transition: transform cubic-bezier(0, 0, 0.2, 1) 0.5s;
}
.login-link__btn.open {
  background-color: #fff;
  color: #43784e;
}
.login-link__btn.open svg {
  color: #43784e;
  transform: rotateX(180deg);
}
.login-link__btn.open span {
  color: #43784e;
}
.login-link__btn.open:focus {
  background-color: #fff;
}
.login-link__type-list {
  border: 1px solid #43784e;
  padding: 10px 5px;
  transform: translateX(-50%);
  width: 212px;
  background-color: #fff;
}
.login-link__type-list a {
  padding: 8px 16px;
  border-radius: 10px;
  color: #43784e;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  justify-content: flex-start;
  margin-bottom: 0;
}
.login-link__type-list a .hover-svg {
  display: none;
}
.login-link__type-list a:hover {
  color: #fff;
  background-color: #43784e;
}
.login-link__type-list a:hover .default-svg {
  display: none;
}
.login-link__type-list a:hover .hover-svg {
  display: inline-block;
}
.login-link__type-image {
  width: 35px;
  height: 35px;
}
.login-link__type-image.arrow {
  width: 24px;
  height: 24px;
}
.login-link__type-text {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
}

.description {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1100px) {
  .description {
    padding-left: 0;
    padding-right: 0;
  }
}
.description__container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 0;
  color: rgba(21, 28, 19, 0.8);
}
@media (min-width: 768px) {
  .description__container {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .description__container {
    padding: 0;
  }
}
.description__container::before {
  content: "";
  display: none;
  position: absolute;
  height: 100%;
  width: 22px;
  left: -10px;
  z-index: 1;
  background-image: url("/images/wall-left1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .description__container::before {
    display: block;
  }
}
.description__container::after {
  content: "";
  display: none;
  position: absolute;
  height: 100%;
  width: 61px;
  right: -9px;
  z-index: 1;
  background-image: url("/images/wall-left1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  border-radius: 10px;
  transform: rotateY(180deg);
}
@media (min-width: 768px) {
  .description__container::after {
    display: block;
  }
}
.description__title {
  font-family: "Circe";
  font-size: 32px;
  font-weight: 900;
  color: #43784e;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 10px;
  display: none;
}
@media (min-width: 1024px) {
  .description__title {
    display: block;
  }
}
.description__text {
  z-index: 2;
  text-align: left;
  width: 100%;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  color: rgba(21, 28, 19, 0.8);
  margin-top: 0;
  margin-bottom: 0px;
  word-spacing: initial;
}
.description__text-btn {
  display: none;
  text-align: right;
}
.description__text-btn.show {
  text-align: center;
  display: block;
}
.description__text-btn.show:last-child {
  text-align: right;
}
@media (min-width: 768px) {
  .description__text-btn.show {
    display: none;
  }
}
@media (min-width: 768px) {
  .description__text-btn {
    display: none;
  }
}
.description__text-modules span {
  color: #43784e;
  font-weight: 900;
  padding: 0;
}
.description__text span {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.description__text span#description__text-action {
  display: none;
}
.description__text span#description__text-action.open {
  display: block;
}
@media (min-width: 768px) {
  .description__text span#description__text-action {
    display: inline;
  }
}
.description__text #description-modules {
  display: inline;
}
.description__text #description-modules span {
  display: inline;
}
.description__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .description__text {
    width: 100%;
    text-align: center;
  }
  .description__text span {
    display: inline;
  }
  .description__text span:nth-child(2) {
    display: inline;
  }
  .description__text span {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .description__text {
    width: 100%;
    margin-bottom: 0px;
  }
}
.description #open_tabs {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .description #open_tabs {
    width: 37px;
    height: 40px;
  }
}

#open_tabs:hover path {
  stroke: #72BC7E; /* Change the stroke color to red */
}

.carousel {
  height: 250px;
  overflow: hidden;
  background: no-repeat url("images/carousel.jpg");
  background-position: bottom center;
}
@media (min-width: 768px) {
  .carousel {
    height: 250px;
    overflow: hidden;
    background: no-repeat url("images/carousel.jpg");
    background-position: bottom center;
  }
}
@media (min-width: 1024px) {
  .carousel {
    background: no-repeat url("images/carousel.jpg");
    background-position: bottom;
    height: 200px;
    perspective: 400px;
    overflow: hidden;
  }
}

.carousel .carousel-item {
  cursor: grab;
  height: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.carousel .carousel-item[data-val="0"] > .carousel-desc {
  color: #43784e;
  font-weight: 900;
}
.carousel .carousel-item[data-val="1"] {
  opacity: 0.9889 !important;
}
.carousel .carousel-item[data-val="2"] {
  opacity: 0.7 !important;
}
.carousel .carousel-item[data-val="3"] {
  opacity: 0.5 !important;
}
@media (min-width: 768px) {
  .carousel .carousel-item {
    width: 133px;
  }
}
@media (min-width: 1024px) {
  .carousel .carousel-item {
    margin-top: -16px;
    width: 183px;
    height: 120px;
  }
}

.carousel .carousel-item[data-text=learn] {
  padding-left: 10px;
}

.carousel .carousel-item:active {
  cursor: grabbing;
}

.carousel .carousel-item img {
  margin-top: 5px;
  width: 140px;
}
@media (min-width: 768px) {
  .carousel .carousel-item img {
    height: 120px;
  }
}
@media (min-width: 1024px) {
  .carousel .carousel-item img {
    margin-top: 0;
    height: 120px;
    width: 183px;
    padding-left: 10px;
  }
}

.carousel-desc {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #72BC7E;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  width: 132px;
}
@media (min-width: 768px) {
  .carousel-desc {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .carousel-desc {
    font-size: 13px;
    height: 31px;
    width: 170px;
  }
}

.indicator-item {
  position: relative;
  height: 12px !important;
  width: 12px !important;
  background-color: #4e4d4d !important;
  opacity: 0.2;
  margin: 24px 12px !important;
  display: none !important;
}
@media (min-width: 768px) {
  .indicator-item {
    display: inline-block !important;
  }
}

.carousel-item[data-val="0"].active {
  background-color: linear-gradient(106deg, #43784e 17.87%, #364a62 94.45%) !important;
  opacity: 1;
}
.carousel-item[data-val="0"].active::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 64%;
  bottom: 15%;
  border-radius: 100%;
  background: #61b36e;
  filter: blur(40px);
  z-index: -1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.transition-img {
  animation: fadeIn 1.5s ease-in-out;
}

img[alt="Safe Payment System"] {
  padding: 0 5px;
}

img[alt="Health Protection"] {
  padding-left: 10px;
  padding-right: 5px;
}

img[alt="Learning Management Tools (Moodle etc.)"] {
  padding-left: 15px;
}

@media (max-width: 1024px) {
  .management_l {
    background-image: url("images/carusel_left/management/l-sm.jpg");
  }
  .management_r {
    background-image: url("images/carusel_right/management/r-sm.jpg");
  }
  .moodle_l {
    background-image: url("images/carusel_left/moodle/l-sm.jpg");
  }
  .moodle_r {
    background-image: url("images/carusel_right/moodle/r-sm.jpg");
  }
  .districts_l {
    background-image: url("images/carusel_left/districts/l-sm.jpg");
  }
  .districts_r {
    background-image: url("images/carusel_right/districts/r-sm.jpg");
  }
  .warning_l {
    background-image: url("images/carusel_left/warning/l-sm.jpg");
  }
  .warning_r {
    background-image: url("images/carusel_right/warning/r-sm.jpg");
  }
  .info_l {
    background-image: url("images/carusel_left/info/l-sm.jpg");
  }
  .info_r {
    background-image: url("images/carusel_right/info/r-sm.jpg");
  }
  .messenger_l {
    background-image: url("images/carusel_left/messenger/l-sm.jpg");
  }
  .messenger_r {
    background-image: url("images/carusel_right/messenger/r-sm.jpg");
  }
  .private_l {
    background-image: url("images/carusel_left/private/l-sm.jpg");
  }
  .private_r {
    background-image: url("images/carusel_right/private/r-sm.jpg");
  }
  .assistant_l {
    background-image: url("images/carusel_left/assistant/l-sm.jpg");
  }
  .assistant_r {
    background-image: url("images/carusel_right/assistant/r-sm.jpg");
  }
  .health_l {
    background-image: url("images/carusel_left/health/l-sm.jpg");
  }
  .health_r {
    background-image: url("images/carusel_right/health/r-sm.jpg");
  }
  .transport_l {
    background-image: url("images/carusel_left/transport/l-sm.jpg");
  }
  .transport_r {
    background-image: url("images/carusel_right/transport/r-sm.jpg");
  }
  .learn_l {
    background-image: url("images/carusel_left/learn/l-sm.jpg");
  }
  .learn_r {
    background-image: url("images/carusel_right/learn/r-sm.jpg");
  }
  .bus_l {
    background-image: url("images/carusel_left/bus/l-sm.jpg");
  }
  .bus_r {
    background-image: url("images/carusel_right/bus/r-sm.jpg");
  }
  .shop_l {
    background-image: url("images/carusel_left/shop/l-sm.jpg");
  }
  .shop_r {
    background-image: url("images/carusel_right/shop/r-sm.jpg");
  }
  .inventory_l {
    background-image: url("images/carusel_left/inventory/l-sm.jpg");
  }
  .inventory_r {
    background-image: url("images/carusel_right/inventory/r-sm.jpg");
  }
  .co_l {
    background-image: url("images/carusel_left/co/l-sm.jpg");
  }
  .co_r {
    background-image: url("images/carusel_right/co/r-sm.jpg");
  }
  .payment_l {
    background-image: url("images/carusel_left/payment/l-sm.jpg");
  }
  .payment_r {
    background-image: url("images/carusel_right/payment/r-sm.jpg");
  }
}
@media (max-width: 1440px) {
  .management_l {
    background-image: url("images/carusel_left/management/l-md.jpg");
  }
  .management_r {
    background-image: url("images/carusel_right/management/r-md.jpg");
  }
  .moodle_l {
    background-image: url("images/carusel_left/moodle/l-md.jpg");
  }
  .moodle_r {
    background-image: url("images/carusel_right/moodle/r-md.jpg");
  }
  .districts_l {
    background-image: url("images/carusel_left/districts/l-md.jpg");
  }
  .districts_r {
    background-image: url("images/carusel_right/districts/r-md.jpg");
  }
  .warning_l {
    background-image: url("images/carusel_left/warning/l-md.jpg");
  }
  .warning_r {
    background-image: url("images/carusel_right/warning/r-md.jpg");
  }
  .info_l {
    background-image: url("images/carusel_left/info/l-md.jpg");
  }
  .info_r {
    background-image: url("images/carusel_right/info/r-md.jpg");
  }
  .assistant_l {
    background-image: url("images/carusel_left/assistant/l-md.jpg");
  }
  .assistant_r {
    background-image: url("images/carusel_right/assistant/r-md.jpg");
  }
  .messenger_l {
    background-image: url("images/carusel_left/messenger/l-md.jpg");
  }
  .messenger_r {
    background-image: url("images/carusel_right/messenger/r-md.jpg");
  }
  .private_l {
    background-image: url("images/carusel_left/private/l-md.jpg");
  }
  .private_r {
    background-image: url("images/carusel_right/private/r-md.jpg");
  }
  .health_l {
    background-image: url("images/carusel_left/health/l-md.jpg");
  }
  .health_r {
    background-image: url("images/carusel_right/health/r-md.jpg");
  }
  .transport_l {
    background-image: url("images/carusel_left/transport/l-md.jpg");
  }
  .transport_r {
    background-image: url("images/carusel_right/transport/r-md.jpg");
  }
  .learn_l {
    background-image: url("images/carusel_left/learn/l-md.jpg");
  }
  .learn_r {
    background-image: url("images/carusel_right/learn/r-md.jpg");
  }
  .bus_l {
    background-image: url("images/carusel_left/bus/l-md.jpg");
  }
  .bus_r {
    background-image: url("images/carusel_right/bus/r-md.jpg");
  }
  .shop_l {
    background-image: url("images/carusel_left/shop/l-md.jpg");
  }
  .shop_r {
    background-image: url("images/carusel_right/shop/r-md.jpg");
  }
  .inventory_l {
    background-image: url("images/carusel_left/inventory/l-md.jpg");
  }
  .inventory_r {
    background-image: url("images/carusel_right/inventory/r-md.jpg");
  }
  .co_l {
    background-image: url("images/carusel_left/co/l-md.jpg");
  }
  .co_r {
    background-image: url("images/carusel_right/co/r-md.jpg");
  }
  .payment_l {
    background-image: url("images/carusel_left/payment/l-md.jpg");
  }
  .payment_r {
    background-image: url("images/carusel_right/payment/r-md.jpg");
  }
}
@media (min-width: 1441px) {
  .assistant_l {
    background-image: url("images/carusel_left/assistant/l-lg.jpg");
  }
  .assistant_r {
    background-image: url("images/carusel_right/assistant/r-lg.jpg");
  }
  .messenger_l {
    background-image: url("images/carusel_left/messenger/l-lg.jpg");
  }
  .messenger_r {
    background-image: url("images/carusel_right/messenger/r-lg.jpg");
  }
  .info_l {
    background-image: url("images/carusel_left/info/l-lg.jpg");
  }
  .info_r {
    background-image: url("images/carusel_right/info/r-lg.jpg");
  }
  .warning_l {
    background-image: url("images/carusel_left/warning/l-lg.jpg");
  }
  .warning_r {
    background-image: url("images/carusel_right/warning/r-lg.jpg");
  }
  .private_l {
    background-image: url("images/carusel_left/private/l-lg.jpg");
  }
  .private_r {
    background-image: url("images/carusel_right/private/r-lg.jpg");
  }
  .health_l {
    background-image: url("images/carusel_left/health/l-lg.jpg");
  }
  .health_r {
    background-image: url("images/carusel_right/health/r-lg.jpg");
  }
  .districts_l {
    background-image: url("images/carusel_left/districts/l-lg.jpg");
  }
  .districts_r {
    background-image: url("images/carusel_right/districts/r-lg.jpg");
  }
  .transport_l {
    background-image: url("images/carusel_left/transport/l-lg.jpg");
  }
  .transport_r {
    background-image: url("images/carusel_right/transport/r-lg.jpg");
  }
  .learn_l {
    background-image: url("images/carusel_left/learn/l-lg.jpg");
  }
  .learn_r {
    background-image: url("images/carusel_right/learn/r-lg.jpg");
  }
  .bus_l {
    background-image: url("images/carusel_left/bus/l-lg.jpg");
  }
  .bus_r {
    background-image: url("images/carusel_right/bus/r-lg.jpg");
  }
  .moodle_l {
    background-image: url("images/carusel_left/moodle/l-lg.jpg");
  }
  .moodle_r {
    background-image: url("images/carusel_right/moodle/r-lg.jpg");
  }
  .management_l {
    background-image: url("images/carusel_left/management/l-lg.jpg");
  }
  .management_r {
    background-image: url("images/carusel_right/management/r-lg.jpg");
  }
  .shop_l {
    background-image: url("images/carusel_left/shop/l-lg.jpg");
  }
  .shop_r {
    background-image: url("images/carusel_right/shop/r-lg.jpg");
  }
  .inventory_l {
    background-image: url("images/carusel_left/inventory/l-lg.jpg");
  }
  .inventory_r {
    background-image: url("images/carusel_right/inventory/r-lg.jpg");
  }
  .co_l {
    background-image: url("images/carusel_left/co/l-lg.jpg");
  }
  .co_r {
    background-image: url("images/carusel_right/co/r-lg.jpg");
  }
  .payment_l {
    background-image: url("images/carusel_left/payment/l-lg.jpg");
  }
  .payment_r {
    background-image: url("images/carusel_right/payment/r-lg.jpg");
  }
}
@media (min-width: 2179px) {
  .management_l {
    background-image: url("images/carusel_left/management/l-xlg.jpg");
  }
  .management_r {
    background-image: url("images/carusel_right/management/r-xlg.jpg");
  }
  .moodle_l {
    background-image: url("images/carusel_left/moodle/l-xlg.jpg");
  }
  .moodle_r {
    background-image: url("images/carusel_right/moodle/r-xlg.jpg");
  }
  .districts_l {
    background-image: url("images/carusel_left/districts/l-xlg.jpg");
  }
  .districts_r {
    background-image: url("images/carusel_right/districts/r-xlg.jpg");
  }
  .warning_l {
    background-image: url("images/carusel_left/warning/l-xlg.jpg");
  }
  .warning_r {
    background-image: url("images/carusel_right/warning/r-xlg.jpg");
  }
  .info_l {
    background-image: url("images/carusel_left/info/l-xlg.jpg");
  }
  .info_r {
    background-image: url("images/carusel_right/info/r-xlg.jpg");
  }
  .messenger_l {
    background-image: url("images/carusel_left/messenger/l-xlg.jpg");
  }
  .messenger_r {
    background-image: url("images/carusel_right/messenger/r-xlg.jpg");
  }
  .private_l {
    background-image: url("images/carusel_left/private/l-xlg.jpg");
  }
  .private_r {
    background-image: url("images/carusel_right/private/r-xlg.jpg");
  }
  .assistant_l {
    background-image: url("images/carusel_left/assistant/l-xlg.jpg");
  }
  .assistant_r {
    background-image: url("images/carusel_right/assistant/r-xlg.jpg");
  }
  .health_l {
    background-image: url("images/carusel_left/health/l-xlg.jpg");
  }
  .health_r {
    background-image: url("images/carusel_right/health/r-xlg.jpg");
  }
  .transport_l {
    background-image: url("images/carusel_left/transport/l-xlg.jpg");
  }
  .transport_r {
    background-image: url("images/carusel_right/transport/r-xlg.jpg");
  }
  .learn_l {
    background-image: url("images/carusel_left/learn/l-xlg.jpg");
  }
  .learn_r {
    background-image: url("images/carusel_right/learn/r-xlg.jpg");
  }
  .bus_l {
    background-image: url("images/carusel_left/bus/l-xlg.jpg");
  }
  .bus_r {
    background-image: url("images/carusel_right/bus/r-xlg.jpg");
  }
  .shop_l {
    background-image: url("images/carusel_left/shop/l-xlg.jpg");
  }
  .shop_r {
    background-image: url("images/carusel_right/shop/r-xlg.jpg");
  }
  .inventory_l {
    background-image: url("images/carusel_left/inventory/l-xlg.jpg");
  }
  .inventory_r {
    background-image: url("images/carusel_right/inventory/r-xlg.jpg");
  }
  .co_l {
    background-image: url("images/carusel_left/co/l-xlg.jpg");
  }
  .co_r {
    background-image: url("images/carusel_right/co/r-xlg.jpg");
  }
  .payment_l {
    background-image: url("images/carusel_left/payment/l-xlg.jpg");
  }
  .payment_r {
    background-image: url("images/carusel_right/payment/r-xlg.jpg");
  }
}
.card {
  background-color: transparent;
  border-radius: 15px;
  /* Rectangle 24513 */
}
@media (min-width: 768px) {
  .card {
    max-width: 720px;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .card {
    margin: 27px -20px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: 2;
    max-width: 962px;
  }
}
.card__container {
  margin: 16px 0 32px 0;
}
@media (min-width: 768px) {
  .card__container {
    margin: 16px auto 40px;
    margin-top: 13px;
  }
}
@media (min-width: 1024px) {
  .card__container {
    margin: 12px auto 43px;
  }
}
@media (min-width: 1920px) {
  .card__container {
    margin: 12px auto 43px;
  }
}
.card__wrap {
  display: flex;
  align-items: start;
  padding: 20px 12px;
  min-height: 300px;
  background-color: #fff;
  flex-direction: column;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
@media (min-width: 768px) {
  .card__wrap {
    gap: 6px;
    min-height: 254px;
    padding: 13px 24px;
  }
}
@media (min-width: 1024px) {
  .card__wrap {
    border-radius: 20px;
    padding: 40px 58px;
    padding-top: 17px;
    padding-right: 20px;
    min-height: 275px;
    gap: 27px;
  }
}
.card__info {
  display: flex;
  width: 100%;
  text-align: center;
  height: auto;
}
@media (max-width: 768px) {
  .card__info {
    height: 60px;
  }
}
.card__info figure {
  display: inline;
}
.card__title {
  font-family: "Montserrat";
  color: #43784e;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .card__title {
    min-width: 255px;
  }
}
@media (min-width: 768px) {
  .card__title {
    padding-left: 66px;
    font-size: 18px;
    margin: 13px auto 0;
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .card__title {
    display: flex;
    align-items: flex-end;
    font-size: 20px;
    margin: 0 auto;
    height: 40px;
  }
}
.card__text {
  font-family: "Montserrat";
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .card__text {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .card__text {
    font-size: 14px;
    margin-top: 0px;
    margin-right: 10px;
  }
}

.share_wrap {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.share_wrap span {
  position: relative;
  bottom: 4px;
  color: #43784e;
}

@media (max-width: 768px) {
  .share_wrap > span {
    display: none;
  }
}

.share-overlay {
  position: absolute;
  bottom: 60px;
  left: -38px;
  border-radius: 3px;
  width: 54px;
  height: 20px;
  background-color: #505050;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  font-size: 10px;
}
@media (min-width: 1024px) {
  .share-overlay {
    left: 10px;
    bottom: 43px;
  }
}

.share-overlay.clicked {
  width: 80px; /* Adjust the width when it's clicked */
}

.share-overlay.share-visible {
  opacity: 1;
}

.copy-icon {
  display: none;
  margin-right: 4px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.footer-wrap {
  background: #43784e;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 19px;
  padding-bottom: 30px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .footer-wrap {
    padding-top: 22px;
    padding-bottom: 30px;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .footer-wrap {
    padding-top: 10px;
    padding-bottom: 1rem;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.footer-wrap .footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
@media (min-width: 768px) {
  .footer-wrap .footer {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .footer-wrap .footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    width: 1104px;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .footer-wrap .footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    width: 1296px;
  }
}
.footer-wrap .footer__left {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-wrap .footer__left {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footer-wrap .footer__left {
    flex-direction: row;
  }
}
.footer-wrap .footer__left .footer-title {
  display: flex;
  align-items: center;
  align-self: self-start;
}
.footer-wrap .footer__left .footer-title .footer-logo {
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .footer-wrap .footer__left .footer-title .footer-logo {
    width: 60px;
    height: 60px;
  }
}
.footer-wrap .footer__left .footer-title .footer-content {
  padding-left: 15px;
  font-size: 15px;
  font-family: "Days One";
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .footer-wrap .footer__left .footer-title .footer-content {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .footer-wrap .footer__left .footer-title .footer-content {
    font-size: 20px;
    display: block;
  }
}
.footer-wrap .footer__left .footer-title .footer-content-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .footer-wrap .footer__left .footer-title .footer-content-mobile {
    display: none;
  }
}
.footer-wrap .footer .footer-text {
  font-weight: 500;
  font-family: "Montserrat";
  color: #fff;
  display: none;
}
.footer-wrap .footer .footer-text .link {
  color: white;
  font-size: 12px;
  display: block;
  text-decoration: underline;
}
.footer-wrap .footer .footer-text .footer-content {
  font-size: 15px;
  font-family: "Days One";
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .footer-wrap .footer .footer-text .footer-content {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .footer-wrap .footer .footer-text .footer-content {
    font-size: 20px;
    display: block;
  }
}
@media (min-width: 768px) {
  .footer-wrap .footer .footer-text {
    padding-left: 0;
    align-self: self-start;
    display: block;
  }
}
@media (min-width: 1024px) {
  .footer-wrap .footer .footer-text {
    padding-left: 10px;
    padding-top: 21px;
  }
}
.footer-wrap .footer .footer-text .footer-copy {
  font-size: 10px;
}
.footer-wrap .footer .footer-text-mobile {
  display: block;
}
@media (min-width: 768px) {
  .footer-wrap .footer .footer-text-mobile {
    display: none;
  }
}
.footer-wrap .footer__right {
  gap: 1rem;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1rem;
  height: 100%;
  align-items: self-start;
}
@media (min-width: 768px) {
  .footer-wrap .footer__right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row;
    margin-bottom: 0;
  }
}
.footer-wrap .footer__right .footer__socials {
  display: flex;
  gap: 8px;
}
.footer-wrap .footer__right .footer__socials .footer__social-link {
  width: 32px;
  height: 32px;
}
.footer-wrap .footer__right .footer__apps {
  display: flex;
}
.footer-wrap .footer__right .footer__apps .footer__app-link {
  display: block;
  width: 120px;
  height: 38px;
}
@media (min-width: 768px) {
  .footer-wrap .footer__right .footer__apps .footer__app-link {
    width: 164px;
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .footer-wrap .footer__right .footer__apps .footer__app-link {
    width: 201px;
    height: 59px;
  }
}

#instagram {
  background: no-repeat url("/images/instagram.svg");
}

#twitter {
  background: no-repeat url("/images/x.svg");
}

#app-store {
  background: no-repeat url("/images/app-store-mobile.svg");
}
@media (min-width: 768px) {
  #app-store {
    background: no-repeat url("/images/app-store-tablet.svg");
  }
}
@media (min-width: 1024px) {
  #app-store {
    background: no-repeat url("/images/app-store-desctop.svg");
  }
}

#google-play {
  background: no-repeat url("/images/play-market-mobile.svg");
  margin-left: 6px;
}
@media (min-width: 768px) {
  #google-play {
    background: no-repeat url("/images/play-market-tablet.svg");
  }
}
@media (min-width: 1024px) {
  #google-play {
    background: no-repeat url("/images/play-market-desctop.svg");
  }
}

#policeOpen {
  cursor: pointer;
  text-decoration: underline;
}

.hidden {
  display: none;
}

.transition {
  opacity: 0;
  transition: opacity 0.5s;
}

.show {
  display: block;
  opacity: 1;
  transition: opacity 0.5s;
}

#modal {
  position: absolute;
  min-width: 343px;
  width: 96%;
  top: 460px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  z-index: 5;
}
@media (min-width: 768px) {
  #modal {
    width: 720px;
    min-height: 828px;
    top: 500px;
  }
}
@media (min-width: 1024px) {
  #modal {
    top: 500px;
    left: 50%;
    width: 983px;
  }
}
@media (min-width: 1440px) {
  #modal {
    width: 1056px;
    top: 450px;
    left: 50%;
  }
}

.modal__header {
  margin: 40px 23px 30px;
  color: rgba(67, 120, 78, 0.97);
  font-family: "Days One";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 156.25% */
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .modal__header {
    margin: 64px auto 22px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .modal__header {
    font-size: 32px;
  }
}
.modal__header-close {
  position: relative;
  color: rgb(0, 0, 0);
  top: 13px;
  right: 13px;
}

.modal__title {
  font-family: "Days One";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  color: #43784e;
}
@media (min-width: 768px) {
  .modal__title {
    font-size: 32px;
  }
}

.modal__content {
  display: flex;
  flex-direction: column;
}

.modal__list {
  padding: 0 2px 0 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media (min-width: 768px) {
  .modal__list {
    padding: 0 32px;
    gap: 20px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .modal__list {
    padding: 0 32px;
    gap: 18px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .modal__list {
    gap: 20px;
  }
}

.modal-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #43784e;
  text-align: center;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  min-height: 40px;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .modal-desc {
    font-size: 13px;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .modal-desc {
    min-height: 34px;
    font-size: 13px;
    padding-top: 4px;
    word-break: break-word;
  }
}

.modal-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 104px;
  height: 112px;
  margin: 0 10px 9px 0;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0705882353);
  transition: box-shadow ease-in-out 0.3s;
}
@media (min-width: 1024px) {
  .modal-item[data-text=learn] figure {
    padding-left: 6px;
  }
  .modal-item[data-text=health] figure {
    padding-left: 15px;
  }
}
.modal-item__image {
  overflow: hidden;
  margin-top: auto;
  width: 99px;
  height: 53px;
}
.modal-item__image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .modal-item__image {
    width: 144px;
    height: 86px;
  }
}
@media (min-width: 1024px) {
  .modal-item__image {
    width: 128px;
    height: 105px;
  }
}
.modal-item[data-text=learn] figure {
  padding-left: 6px;
}
.modal-item[data-text=health] figure {
  padding-left: 0;
}
@media (min-width: 768px) {
  .modal-item {
    box-sizing: border-box;
    width: 148px;
    height: 175px;
    margin: 0;
    border-radius: 16px;
  }
}
@media (min-width: 1024px) {
  .modal-item {
    box-sizing: border-box;
    width: 148px;
    height: 175px;
    margin: 0 0px 12px 0;
  }
}
.modal-item:hover {
  color: #f2f2f2;
}
.modal-item:active {
  box-shadow: 0 0 40px #43784e;
}

#closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#closeButton img {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  #closeButton img {
    width: 32px;
    height: 32px;
  }
}

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

.modal-item .hover-svg {
  display: none;
}
.modal-item:hover, .modal-item:active, .modal-item.active {
  cursor: pointer;
  border: 1px solid #43784e;
}
.modal-item.active {
  box-shadow: 0 0 40px #43784e;
}

#closeButton {
  cursor: pointer;
}

.police {
  position: absolute;
  top: 73px;
  left: calc((100vw - 300px) / 2);
  padding: 10px;
  padding-top: 0;
  width: 300px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  color: #242d21;
  max-height: 1000px;
  font-size: 14px;
  z-index: 7;
}
@media (min-width: 768px) {
  .police {
    left: calc((100vw - 728px) / 2);
    width: 728px;
    max-height: 801px;
    padding: 16px;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .police {
    left: calc((100vw - 996px) / 2);
    padding: 32px;
    width: 996px;
    max-height: min(100vh - 40px, 748px);
    padding-top: 0;
  }
}
.police__header {
  position: sticky;
  padding-top: 22px;
  top: 0;
  background: white;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  min-height: 50px;
  padding-bottom: 5px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .police__header {
    padding-top: 16px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .police__header {
    padding-top: 57px;
  }
}
.police__header span {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .police__header span {
    width: 200px;
  }
}
.police #closePolice {
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 768px) {
  .police #closePolice {
    top: 16px;
  }
}
@media (min-width: 1024px) {
  .police #closePolice {
    top: 32px;
  }
}
.police #closePolice img {
  width: 16px;
  height: 16px;
}
@media (min-width: 1024px) {
  .police #closePolice img {
    width: 23px;
    height: 23px;
  }
}
.police__content {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow-y: scroll;
  margin: 0 auto;
  max-height: min(100vh - 160px, 727px);
}
@media (min-width: 768px) {
  .police__content {
    max-height: min(100vh - 160px, 700px);
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .police__content {
    max-height: min(100vh - 240px, 648px);
    margin-bottom: 20px;
  }
}
.police__content-bold {
  font-weight: 500;
}

.police__content::-webkit-scrollbar {
  width: 4px;
}

.police__content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #908f8f;
}

.police__content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #d9d9d9;
}

.hidden {
  display: none;
}

.transition {
  opacity: 0;
  transition: opacity 0.5s;
}

.show {
  display: block;
  opacity: 1;
  transition: opacity 0.5s;
}

#demo {
  position: absolute;
  min-width: 343px;
  width: 357px;
  top: 467px;
  left: 50%;
  min-height: auto;
  transform: translate(-50%, -50%);
  background: white;
  background-size: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  z-index: 5;
}
@media (min-width: 768px) {
  #demo {
    width: 719px;
    top: 475px;
  }
}
@media (min-width: 1024px) {
  #demo {
    top: 480px;
    left: 50%;
    width: min(90vw, 1298px);
    background: no-repeat url("images/popup-bg.jpg");
  }
}

#closeDemoButton {
  text-align: end;
  margin-top: 14px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
#closeDemoButton svg {
  cursor: pointer;
}
@media (min-width: 768px) {
  #closeDemoButton {
    margin-top: 16px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  #closeDemoButton {
    margin-top: 16px;
    margin-right: 34px;
  }
  #closeDemoButton svg path {
    stroke: #fff;
  }
}

.demo__header-close {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .demo__header-close {
    width: 23px;
    height: 23px;
  }
}

#form-demo {
  padding: 0 10px;
  background-color: white;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #form-demo {
    border-radius: 15px;
    padding: 0;
    width: 380px;
    margin-right: 29px;
  }
}
@media (min-width: 1024px) {
  #form-demo {
    box-shadow: -5px 4px 70px 0px rgba(67, 120, 78, 0.7);
    padding: 0;
    width: 550px;
    margin-right: 71px;
    padding: 36px;
  }
}

.form__title-demo {
  font-family: "Days one";
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 115%;
  margin: 0 auto;
  color: #43784e;
}
@media (min-width: 768px) {
  .form__title-demo {
    font-size: 26px;
    margin-top: 3px;
  }
}
.form__desc-demo {
  margin: 3px auto 12px;
  width: 317px;
  font-size: 18px;
  color: rgba(21, 28, 19, 0.8);
}
@media (min-width: 768px) {
  .form__desc-demo {
    margin: 3px auto 24px;
    font-size: 20px;
    width: 353px;
  }
}
.form__input-demo {
  box-sizing: border-box !important;
  background-color: #f5f5f5 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
  font-size: 14px !important;
  color: rgba(21, 28, 19, 0.8) !important;
  height: auto !important;
  font-family: "Montserrat" !important;
}
@media (min-width: 768px) {
  .form__input-demo {
    font-size: 16px !important;
  }
}
@media (min-width: 1024px) {
  .form__input-demo {
    width: 33px;
  }
}
.form__input-demo::placeholder {
  color: rgba(21, 28, 19, 0.8) !important;
  opacity: 1 !important;
}
@media (min-width: 768px) {
  .form__input-demo::placeholder {
    font-size: 16px;
  }
}
.form__input-demo:focus {
  box-shadow: none !important;
}
.form__input-demo {
  margin-bottom: 0px !important;
}
.form__input-demo[name=school-name].input-error, .form__input-demo[name=email].input-error, .form__input-demo[name=phone].input-error, .form__input-demo[name=country].input-error {
  border: 1px solid #e80e00 !important;
}
.form__checkbox-demo {
  margin-top: 10px;
  letter-spacing: 1px;
  font-family: "Montserrat";
  font-weight: 300;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form__checkbox-demo {
    margin-top: 28px;
    margin-bottom: 30px;
  }
}
.form__submit-demo {
  border: none;
  border-radius: 15px;
  margin-left: 55px;
  width: 225px;
  padding: 20px 26px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #43784e;
  min-width: 140px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat";
}
@media (min-width: 768px) {
  .form__submit-demo {
    margin-left: 0px;
    padding: 18px;
    font-size: 18px;
  }
}
.form__submit-demo:hover {
  background-color: rgba(67, 120, 78, 0.97);
}
.form__submit-demo:focus {
  background-color: rgba(67, 120, 78, 0.97);
}
.form__submit-demo:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.form__input--textarea {
  resize: none !important;
}
.form__input--textarea:focus {
  border: none !important;
  outline: none !important;
}
.form__error-demo {
  display: none;
  margin-bottom: 12px;
  color: red;
  font-size: 14px;
}

.demo__form-body {
  width: 100%;
  margin-top: -17px;
}
@media (min-width: 768px) {
  .demo__form-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.demo__form-image {
  display: none;
}
@media (min-width: 768px) {
  .demo__form-image {
    width: 296px;
    height: 557px;
    margin-top: -126px;
    display: block;
    background: no-repeat url("/images/demo-tablet.jpg");
  }
}
@media (min-width: 1024px) {
  .demo__form-image {
    width: 636px;
    height: 450px;
    margin-top: 69px;
    background: no-repeat url("/images/demo-desktop.jpg");
  }
}

#who {
  cursor: pointer;
}

.hidden {
  display: none;
}

.transition {
  opacity: 0;
  transition: opacity 0.5s;
}

.show {
  display: block;
  opacity: 1;
  transition: opacity 0.5s;
}

#contact {
  position: absolute;
  min-width: 343px;
  width: 357px;
  top: 444px;
  left: 50%;
  min-height: auto;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  z-index: 5;
}
@media (min-width: 768px) {
  #contact {
    width: 719px;
    top: 514px;
  }
}
@media (min-width: 1024px) {
  #contact {
    top: 490px;
    left: 50%;
    width: 1298px;
    background: no-repeat url("images/popup-bg.jpg");
  }
}

#closeContactButton {
  text-align: end;
  margin-top: 14px;
  margin-right: 20px;
}
#closeContactButton svg {
  cursor: pointer;
}
@media (min-width: 1024px) {
  #closeContactButton {
    margin-top: 1rem;
    margin-right: 32px;
  }
  #closeContactButton svg path {
    stroke: #fff;
  }
}

.demo__header-close {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .demo__header-close {
    width: 23px;
    height: 23px;
  }
}

#form-contact {
  padding: 0 10px;
  background-color: white;
}
@media (min-width: 768px) {
  #form-contact {
    border-radius: 15px;
    padding: 0;
    width: 438px;
    margin-right: 29px;
  }
}
@media (min-width: 1024px) {
  #form-contact {
    box-shadow: -5px 4px 70px 0px rgba(67, 120, 78, 0.7);
    padding: 0;
    width: 550px;
    margin-right: 71px;
    padding: 36px;
    margin-top: -37px;
  }
}

.form__title {
  font-family: "Days one";
  font-size: 18px;
  font-weight: 400;
  line-height: 115%;
  margin: 0 auto;
  color: #43784e;
  text-align: center;
}
@media (min-width: 768px) {
  .form__title {
    font-size: 28px;
  }
}
.form__desc {
  margin: 3px auto 12px;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: rgba(21, 28, 19, 0.8);
}
@media (min-width: 768px) {
  .form__desc {
    margin: 3px auto 24px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .form__desc {
    margin-top: 6px;
    margin-bottom: 24px;
  }
}
.form__input {
  box-sizing: border-box !important;
  background-color: #f5f5f5 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
  font-size: 14px !important;
  color: rgba(21, 28, 19, 0.8) !important;
  height: auto !important;
  margin-bottom: 8px !important;
  font-family: "Montserrat" !important;
}
@media (min-width: 768px) {
  .form__input {
    font-size: 16px !important;
    margin-bottom: 18px !important;
  }
}
.form__input::placeholder {
  color: rgba(21, 28, 19, 0.8) !important;
  opacity: 1 !important;
}
@media (min-width: 768px) {
  .form__input::placeholder {
    font-size: 16px;
  }
}
.form__input:focus {
  box-shadow: none !important;
}
.form__input {
  margin-bottom: 0px !important;
}
.form__input[name=name].input-error, .form__input[name=contact-email].input-error {
  border: 1px solid #e80e00 !important;
}
.form__input--counter {
  position: absolute;
  top: 95%;
  right: 0;
  font-size: 16px;
  color: #43784e;
  cursor: default;
  user-select: none;
  font-weight: 500;
}
.form__input--counter-container {
  position: relative;
}
.form__input--counter.invalid-length {
  color: red;
}
.form__checkbox {
  margin-top: 10px;
  letter-spacing: 1px;
  font-family: "Montserrat";
  font-weight: 300;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form__checkbox {
    margin-left: 25px;
    margin-top: 14px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1024px) {
  .form__checkbox {
    margin-left: 16px;
    margin-bottom: 20px;
  }
}
.form__submit {
  border: none;
  border-radius: 15px;
  padding: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #43784e;
  min-width: 140px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat";
}
@media (min-width: 768px) {
  .form__submit {
    margin-left: 30px;
    font-size: 18px;
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  .form__submit {
    margin-left: 16px;
  }
}
.form__submit:hover {
  background-color: rgba(67, 120, 78, 0.97);
}
.form__submit:focus {
  background-color: rgba(67, 120, 78, 0.97);
}
.form__submit:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.form__input--textarea {
  resize: none !important;
}
.form__input--textarea:focus {
  border: none !important;
  outline: none !important;
}
.form__error-contact {
  display: none;
  color: red;
  font-size: 14px;
}

.contact__container {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 1024px) {
  .contact__container {
    padding-top: 0px;
  }
}
.contact__btns-block {
  font-family: "Days one";
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 44px;
}
@media (min-width: 1024px) {
  .contact__btns-block {
    flex-direction: row;
    justify-content: space-around;
    width: 650px;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.contact__form-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.contact__btn {
  border-radius: 14px;
  border: none;
  height: 51px;
  width: max-content;
  font-family: "Montserrat";
  padding: 5px 62px;
  background: #43784e;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .contact__btn {
    font-size: 20px;
    height: 60px;
    padding: 5px 44px;
  }
}
.contact__btn:focus {
  background-color: inherit;
  color: inherit;
}
.contact__btn span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contact__btn span {
    font-size: 20px;
    margin-right: 10px;
  }
}
.contact__btn--active span svg {
  transform: rotate(180deg);
}
.contact__form-body {
  width: 100%;
  margin-top: -17px;
}
@media (min-width: 768px) {
  .contact__form-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .contact__form-body {
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .contact__form {
    width: 438px;
  }
}
.contact__form-image {
  display: none;
}
@media (min-width: 768px) {
  .contact__form-image {
    width: 249px;
    height: 557px;
    margin-top: 173px;
    display: block;
    background: no-repeat url("/images/contact-tablet.svg");
  }
}
@media (min-width: 1024px) {
  .contact__form-image {
    width: 636px;
    height: 488px;
    margin-top: 58px;
    background: no-repeat url("/images/contact-desktop.svg");
  }
}

.right {
  border: none;
  background: none;
}
.right span {
  text-decoration: none;
  color: #43784e;
}
.right:hover {
  background: none;
}
.right:hover span {
  text-decoration: none;
  color: #61b36e;
}

@media (min-width: 768px) {
  #recaptcha2 {
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  #recaptcha2 {
    margin-left: 16px;
  }
}

#who2 {
  cursor: pointer;
}

.wrap-space {
  height: 25px;
  padding-left: 22px;
}

@media (min-width: 768px) {
  .wrap-space {
    padding-left: 27px;
  }
}
@media (min-width: 1024px) {
  .wrap-space {
    padding-left: 17px;
  }
}

/*# sourceMappingURL=main.css.map */
