@font-face {
  font-family: "Mark-bold";
  src: url("../fonts/MarkGEO-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "MarkCAPS-medium";
  src: url("../fonts/MarkGEOCAPS-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "DejaVu-LightCaps";
  src: url("../fonts/BPGDejaVuSansLightCaps-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Mark-light";
  src: url("../fonts/MarkGEO-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "MarkCAPS-bold";
  src: url("../fonts/MarkGEOCAPS-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "MarkCAPS-light";
  src: url("../fonts/MarkGEOCAPS-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "DejaVu-Light";
  src: url("../fonts/BPG2017DejaVuSansLight-ExtraLig.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "MarkCAPS-semibold";
  src: url("../fonts/MarkGEOCAPS-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "MarkCAPS-regular";
  src: url("../fonts/MarkGEOCAPS-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Mark-medium";
  src: url("../fonts/MarkGEO-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Mark-semibold";
  src: url("../fonts/MarkGEO-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Mark-regular";
  src: url("../fonts/MarkGEO-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  outline: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  border: 0;
  resize: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Mark-bold", sans-serif;
}

body {
  position: relative;
  min-height: 100vh;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #1c5392;
  border-radius: 0px 0px 10px 0px;
  height: 140px;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  .header__nav {
    height: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .header__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    align-items: center;
  }
}

.header__nav-radius {
  border-radius: 0;
}

.header__nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 140px;
}

@media screen and (max-width: 1600px) {
  .header__nav .logo {
    margin-left: 15px;
  }
}

.header__nav .logo--main {
  height: fit-content;
  position: relative;
}

.header__nav .logo img {
  margin-right: 20px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 60%);
  border-radius: 50%;
  /* width: 110px; */
}

.header__nav .logo--main img {
  position: absolute;
  left: -122px;
  top: -35px;
  width: 111px;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  .header__nav .logo--main img {
    width: 50px;
    position: static;
  }
}

@media screen and (max-width: 1600px) {
  .header__nav .logo img {
    width: 75px;
    position: static;
    /* margin-top: 15px; */
  }
}

@media screen and (max-width: 1024px) {
  .header__nav .logo img {
    width: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .header__nav .logo img {
    margin-right: 5px;
  }
}

.header__nav .logo span {
  font-family: "DejaVu-LightCaps", sans-serif;
  font-size: 16px;
  color: #fff;
  width: 168px;
  font-weight: bold;
}

@media screen and (max-width: 1600px) {
  .header__nav .logo span {
    font-size: 12px;
    width: 126px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 110px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .header__right {
    width: 100px;
    height: 83px;
  }
}

@media screen and (max-width: 1024px) {
  .header__right {
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 700px) {
  .header__right {
    width: 65px;
  }
}

.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1024px) {
  .header__lang {
    display: none;
  }
}

.header__lang:hover a:first-child,
.header__lang:hover a:last-child {
  opacity: 1;
}

.header__lang_blue {
  display: none;
  margin-right: 30px;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .header__lang_blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 19px;
    overflow: hidden;
    margin-top: 0;
  }

  .header__lang_blue.active {
    height: 60px;
  }
}

.header__lang_blue a {
  color: #fff;
  padding: 2px 0 !important;
}

@media screen and (max-width: 1024px) {
  .header__lang_blue a {
    opacity: 1;
  }
}

.header__lang a {
  display: block;
  padding: 1px 0;
  cursor: pointer;
  color: #1c1c1c;
}

@media screen and (max-width: 1024px) {
  .header__lang a {
    font-size: 12px;
    color: white;
  }
}

.header__lang a:first-child,
.header__lang a:last-child {
  opacity: 0;
}

.dropdown-content {
  display: none;
  background-color: #1c5392;
  position: absolute;
  padding: 45px 15px 20px 15px;
  left: -15px;
  z-index: 100;
}

@media screen and (max-width: 1600px) {
  .dropdown-content {
    padding-top: 30px;
  }
}

.dropdown-content a {
  display: block;
  font-family: "DejaVu-Light", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #fff;
  line-height: 27px;
  white-space: nowrap;
}

@media screen and (max-width: 1600px) {
  .dropdown-content a {
    font-size: 16px;
  }
}

.dropdown-content a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 5%;
  margin-right: 5%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 1220px) {
  .nav {
    margin: 0 2%;
  }
}

@media screen and (max-width: 1024px) {
  .nav {
    display: none;
  }
}

.nav__item {
  position: relative;
}

.nav__item:hover > .dropdown-content {
  display: block;
}

.nav__name {
  font-family: "DejaVu-LightCaps", sans-serif;
  font-size: 20px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  .nav__name {
    font-size: 16px;
  }
}

@media screen and (max-width: 1220px) {
  .nav__name {
    font-size: 14px;
  }
}

.burger {
  display: none;
  -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;
  width: 31px;
  height: 25px;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 51;
}

@media screen and (max-width: 1024px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger span {
  width: 31px;
  height: 4px;
  background: #1c5392;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.burger.active span {
  background: #fff;
}

.burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-1px);
}

.burger.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.burger.active span:nth-child(3) {
  width: 0%;
  opacity: 0;
}

.burger.active span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(1px);
}

.main-slider {
  height: calc(100vh - 110px);
  width: calc(100% - 140px);
  background-color: #1c5392;
  border-radius: 0px 0px 10px 0px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .main-slider {
    height: calc(100vh - 83px);
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1024px) {
  .main-slider {
    height: unset;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 700px) {
  .main-slider {
    padding-bottom: 80px;
    width: calc(100% - 65px);
  }
}

.main-slider__container {
  height: 97%;
  left: 140px;
  border-radius: 10px 0px 0px 10px;
}

@media screen and (max-width: 1600px) {
  .main-slider__container {
    left: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .main-slider__container {
    left: 20px;
    width: calc(100vw - 20px);
    height: calc(100% - 20px);
  }
}

.main-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider__slide div {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 536px;
  height: auto;
  border-radius: 0px 10px 10px 0px;
  background: transparent;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px 70px;
  font-family: "MarkCAPS-bold", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 61px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .main-slider__slide div {
    width: 356px;
    height: 163px;
    padding: 55px 20px;
    font-size: 20px;
    line-height: 30px;
    bottom: 5%;
  }
}

@media screen and (max-width: 700px) {
  .main-slider__slide div {
    width: 90%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
    font-size: 18px;
  }
}

.main-slider__buttons {
  position: absolute;
  right: 0px;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .main-slider__buttons {
    bottom: 60px;
    right: -60px;
  }
}

@media screen and (max-width: 700px) {
  .main-slider__buttons {
    bottom: 20px;
    right: 30%;
  }
}

.main-slider__buttons div {
  position: initial !important;
  width: 64px;
  height: 64px;
  background: transparent;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

@media screen and (max-width: 1220px) {
  .main-slider__buttons div {
    width: 40px;
    height: 40px;
  }
}

.main-slider__buttons div:first-child {
  margin-right: 30px;
}

.main-slider__buttons div::after {
  font-size: 25px;
  color: #fff;
}

.main-slider__socials {
  position: absolute;
  left: 55px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1600px) {
  .main-slider__socials {
    left: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .main-slider__socials {
    display: none;
  }
}

.main-slider__socials a:first-child {
  margin-bottom: 10px;
}

.about-college {
  padding: 125px 140px 45px 140px;
  margin-left: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .about-college {
    padding: 105px 80px 45px 90px;
    margin-left: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .about-college {
    padding: 40px 20px 20px 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 700px) {
  .about-college {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-college img {
  max-width: 536px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 125px;
  left: 140px;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .about-college img {
    max-width: 440px;
    top: 105px;
    left: 90px;
  }
}

@media screen and (max-width: 1220px) {
  .about-college img {
    max-width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .about-college img {
    top: 40px;
    left: 90px;
    max-width: 263px;
  }
}

@media screen and (max-width: 700px) {
  .about-college img {
    position: static;
    width: 100%;
    max-width: unset;
  }
}

.about-college__text {
  width: 60%;
  margin-left: 560px;
}

@media screen and (max-width: 1600px) {
  .about-college__text {
    margin-left: 460px;
  }
}

@media screen and (max-width: 1220px) {
  .about-college__text {
    margin-left: 385px;
  }
}

@media screen and (max-width: 700px) {
  .about-college__text {
    width: 100%;
    margin: 0;
  }
}

.about-college__text h2 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #1c1c1c;
  margin-bottom: 40px;
}

@media screen and (max-width: 1600px) {
  .about-college__text h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1220px) {
  .about-college__text h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .about-college__text h2 {
    margin-bottom: 15px;
  }
}

.about-college__text p {
  font-size: 20px;
  line-height: 33px;
  text-align: left;
  color: #1c1c1c;
  margin-bottom: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  .about-college__text p {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1220px) {
  .about-college__text p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 700px) {
  .about-college__text p {
    max-height: unset;
  }
}

.about-college__text a {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 30px;
  text-align: left;
  color: #1c1c1c;
}

@media screen and (max-width: 1600px) {
  .about-college__text a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1220px) {
  .about-college__text a {
    font-size: 16px;
  }
}

.news {
  padding: 290px 140px 90px 140px;
  margin-left: 140px;
  background-color: #1c5392;
  width: calc(100% - 140px);
  position: relative;
  border-radius: 10px 0px 0px 10px;
}

@media screen and (max-width: 1600px) {
  .news {
    padding: 135px 0 115px 90px;
    width: calc(100% - 100px);
    margin-left: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .news {
    padding: 80px 0 100px 90px;
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 700px) {
  .news {
    padding: 30px 15px 95px 15px;
  }
}

.news h3 {
  font-family: "DejaVu-LightCaps", sans-serif;
  font-size: 28px;
  text-align: left;
  color: #fff;
  margin-bottom: 35px;
}

@media screen and (max-width: 1600px) {
  .news h3 {
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .news h3 {
    font-size: 20px;
  }
}

.news__container {
  width: 100%;
}

.news__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 491px !important;
  height: 221px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .news__slide {
    width: 417px !important;
  }
}

@media screen and (max-width: 700px) {
  .news__slide {
    width: 100% !important;
    height: 185px !important;
  }
}

.news__slide_img {
  padding: 55px 35px 55px 50px;
}

@media screen and (max-width: 1024px) {
  .news__slide_img {
    padding: 55px 15px;
  }
}

@media screen and (max-width: 700px) {
  .news__slide_img {
    padding: 20px 10px 0 10px;
  }
}

.news__slide img {
  border-radius: 10px;
  width: 110px;
  height: 110px;
}

.news__info {
  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;
  padding: 30px 35px 40px 0;
  flex: 1 1 auto;
}

@media screen and (max-width: 700px) {
  .news__info {
    padding: 20px 10px;
  }
}

.news__info h4 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #2c2c2c;
}

.news__info p {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #1c1c1c;
}

.news__info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .news__info div {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.news__info div p {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #363636;
}

@media screen and (max-width: 500px) {
  .news__info div p {
    position: absolute;
    left: 12px;
    bottom: 20px;
  }
}

.news__info div a {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #363636;
}

.news__button {
  width: 64px !important;
  height: 64px !important;
  background: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  top: 450px !important;
}

@media screen and (max-width: 1600px) {
  .news__button {
    width: 40px !important;
    height: 40px !important;
    top: 470px !important;
  }
}

@media screen and (max-width: 1024px) {
  .news__button {
    top: 400px !important;
  }
}

@media screen and (max-width: 700px) {
  .news__button {
    top: unset !important;
    bottom: 20px !important;
  }
}

.news__button::after {
  font-size: 25px !important;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .news__button::after {
    font-size: 18px !important;
  }
}

.news__prev {
  left: 35px !important;
}

@media screen and (max-width: 1600px) {
  .news__prev {
    right: 135px !important;
    left: unset !important;
  }
}

@media screen and (max-width: 700px) {
  .news__prev {
    left: 42% !important;
    -webkit-transform: translateX(-42%);
    transform: translateX(-42%);
  }
}

@media (max-width: 560px) {
  .news__prev {
    left: 35% !important;
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
  }
}

.news__next {
  right: 35px !important;
}

@media screen and (max-width: 1600px) {
  .news__next {
    right: 70px !important;
  }
}

@media screen and (max-width: 700px) {
  .news__next {
    right: 42% !important;
    -webkit-transform: translateX(-42%);
    transform: translateX(-42%);
  }
}

@media (max-width: 560px) {
  .news__next {
    right: 35% !important;
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
  }
}

.college-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 140px 100px 140px;
}

@media screen and (max-width: 1600px) {
  .college-options {
    padding: 70px 100px 100px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .college-options {
    padding: 40px 20px 100px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.college-options__item {
  width: 24%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .college-options__item {
    width: 48%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .college-options__item {
    width: 100%;
  }
}

.college-options__item h4 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 22px;
  text-align: center;
  color: #363636;
  width: 70%;
  height: 55px;
}

@media screen and (max-width: 1600px) {
  .college-options__item h4 {
    font-size: 14px;
    height: 40px;
  }
}

.college-options__wrapper {
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.college-options__wrapper:hover .college-options__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.college-options__wrapper img {
  width: 100%;
}

.college-options__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 20px;
  display: none;
  -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;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  --webkit-backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.15);
}

.college-options__info p {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  max-height: 111px;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  .college-options__info p {
    max-height: 74px;
  }
}

.college-options__info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.college-options__info a img {
  width: 41px;
  height: 41px;
  margin-right: 10px;
}

@media screen and (max-width: 1600px) {
  .college-options__info a img {
    width: 26px;
    height: 22px;
  }
}

.college-options__info a span {
  font-size: 14px;
  text-align: left;
  color: #fff;
}

.about {
  padding: 50px 140px 100px 140px;
}

@media screen and (max-width: 1600px) {
  .about {
    padding: 30px 100px 90px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .about {
    padding: 20px 20px 90px 20px;
  }
}

@media screen and (max-width: 500px) {
  .about {
    padding-top: 0;
  }
}

.about__head {
  width: 100%;
  height: 410px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .about__head {
    height: 310px;
  }
}

@media screen and (max-width: 500px) {
  .about__head {
    width: 100vw;
    height: 130px;
    margin-left: -20px;
    margin-bottom: 20px;
  }
}

.about__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(0px) brightness(0.8);
  -webkit-filter: blur(0px) brightness(0.8);
}

.about__head h1 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 40px;
  color: #fff;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1600px) {
  .about__head h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .about__head h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .about__head h1 {
    font-size: 18px;
    padding: 0;
    left: 15px;
    bottom: 15px;
  }
}

.about__swiper {
  width: 100%;
  margin-bottom: 40px;
}

.about__text {
  width: 100%;
}

.about__text p {
  font-family: "Mark-bold" !important;
  font-size: 18px;
  line-height: 22px;
  text-align: left !important;
  color: #2c2c2c;
  display: inline-block;
}

.about__text span {
  font-family: "Mark-bold" !important;
  font-size: 18px;
  line-height: 22px;
  text-align: left !important;
  color: #2c2c2c;
  display: inline-block;
}

.first-swiper__container {
  width: 100%;
  height: 236px;
}

.first-swiper__wrapper {
  height: 100%;
}

.first-swiper__slide:hover .on-hover {
  opacity: 1;
}

.first-swiper__slide:hover .on-hover img {
  width: 48px;
}

.first-swiper__slide img {
  width: 100%;
  height: 100%;
}

.first-swiper__slide .on-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(28, 83, 146, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
}

.first-swiper__slide .on-hover img {
  width: 1px;
  height: auto;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.second-swiper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(28, 28, 28, 0.7);
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.second-swiper__container {
  width: 100%;
  height: auto;
}

.second-swiper__container {
  height: 70%;
}

@media screen and (max-width: 1024px) {
  .second-swiper__container {
    height: 50%;
  }
}

@media screen and (max-width: 700px) {
  .second-swiper__container {
    height: 35%;
  }
}

@media screen and (max-width: 500px) {
  .second-swiper__container {
    height: 25%;
  }
}

.second-swiper__wrapper {
  height: 100%;
}

.second-swiper__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.second-swiper__slide img {
  max-width: 80%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .second-swiper__slide img {
    width: 75%;
  }
}

@media screen and (max-width: 500px) {
  .second-swiper__slide img {
    width: 95%;
  }
}

.second-swiper__slide iframe {
  width: 80%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .second-swiper__slide iframe {
    width: 75%;
  }
}

.second-swiper__buttons {
  width: 64px !important;
  height: 64px !important;
  background: transparent;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

@media screen and (max-width: 1600px) {
  .second-swiper__buttons {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .second-swiper__buttons {
    top: unset !important;
    bottom: 20% !important;
  }
}

.second-swiper__buttons::after {
  font-size: 25px !important;
  color: #fff;
}

.second-swiper__prev {
  left: 5% !important;
}

@media screen and (max-width: 1024px) {
  .second-swiper__prev {
    left: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .second-swiper__prev {
    left: 30% !important;
  }
}

.second-swiper__next {
  right: 5% !important;
}

@media screen and (max-width: 1024px) {
  .second-swiper__next {
    right: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .second-swiper__next {
    right: 30% !important;
  }
}

.second-swiper__close {
  margin-right: 11%;
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  cursor: pointer;
}

.graduate {
  margin-top: 70px;
}

.graduate__years {
  margin-bottom: 65px;
}

@media screen and (max-width: 1024px) {
  .graduate__years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 700px) {
  .graduate__years {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.graduate__years span {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 24px;
  text-align: left;
  color: #666;
  margin-right: 60px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .graduate__years span {
    margin: 0;
  }
}

@media screen and (max-width: 700px) {
  .graduate__years span {
    margin-right: 105px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .graduate__years span {
    margin-right: 40px;
  }
}

.graduate__years span.active {
  color: #1c5392;
}

.graduate__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(348px, max-content)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(348px, -webkit-max-content));
  grid-template-columns: repeat(auto-fill, minmax(348px, max-content));
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .graduate__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.graduate__item {
  display: none;
}
.graduate__item.active {
  display: unset;
}

.graduate__item:hover .imgs .on-hover {
  opacity: 1;
}

.graduate__item:hover .imgs .on-hover img {
  width: 48px;
}

.graduate__item .imgs {
  position: relative;
  width: 100%;
  height: 236px;
}

.graduate__item .imgs img {
  width: 100%;
  height: 100%;
}

.graduate__item .imgs .on-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 83, 146, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
}

.graduate__item .imgs .on-hover img {
  width: 1px;
  height: auto;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.graduate__info h3 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #2c2c2c;
  margin-top: 15px;
  margin-bottom: 10px;
}

.graduate__info p {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #2c2c2c;
}

.director {
  padding: 65px 140px 130px 140px;
}

@media screen and (max-width: 1600px) {
  .director {
    padding: 35px 100px 90px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .director {
    padding: 65px 20px 100px 20px;
  }
}

.director__info {
  margin-bottom: 60px;
}

@media screen and (max-width: 1600px) {
  .director__info {
    margin-bottom: 30px;
  }
}

.director__info h1 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #1c5392;
}

@media screen and (max-width: 1600px) {
  .director__info h1 {
    font-size: 30px;
  }
}

.director__info p {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 24px;
  text-align: left;
  color: #1c1c1c;
}

@media screen and (max-width: 1600px) {
  .director__info p {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .director__info p {
    font-style: 14px;
  }
}

.director__bottom {
  padding: 0 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1600px) {
  .director__bottom {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .director__bottom {
    padding: 0 95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .director__bottom {
    padding: 0;
  }
}

.director__bottom img {
  width: 40%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1024px) {
  .director__bottom img {
    width: 100%;
    margin-bottom: 50px;
  }
}

.director__text {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .director__text {
    width: 100%;
  }
}

.director__text p {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #2c2c2c;
}

@media screen and (max-width: 1600px) {
  .director__text p {
    font-size: 16px;
  }
}

.programs {
  padding: 60px 140px 150px 140px;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  .programs {
    padding: 30px 100px 90px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .programs {
    padding: 45px 20px 90px 20px;
  }
}

@media (max-width: 760px) {
  .programs {
    padding-bottom: 135px;
  }
}

.programs__links {
  margin-bottom: 30px;
}

@media screen and (max-width: 1600px) {
  .programs__links {
    margin-bottom: 10px;
  }
}

.programs__links a {
  font-size: 18px;
  text-align: left;
  color: #1c1c1c;
  margin-right: 25px;
  position: relative;
}

.programs__links a::after {
  content: url(../imgs/icons/arrow-right.svg);
  position: absolute;
  right: -20px;
}

.programs__links span {
  font-size: 18px;
  text-align: left;
  color: #1c1c1c;
}

.programs__name {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #1c5392;
  margin-bottom: 60px;
}

@media screen and (max-width: 1600px) {
  .programs__name {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .programs__name {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .programs__name {
    font-size: 20px;
  }
}

.programs__subname {
  width: calc(100vw - 140px);
  position: relative;
  left: -140px;
  padding: 56px 140px;
  height: 137px;
  border-radius: 0px 0px 10px 0px;
  background: #1c5392;
  margin-top: 40px;
  margin-bottom: 120px;
}

@media screen and (max-width: 1600px) {
  .programs__subname {
    width: calc(100vw - 100px);
    height: 83px;
    padding: 30px 100px;
    margin-bottom: 90px;
    left: -100px;
  }
}

@media screen and (max-width: 1024px) {
  .programs__subname {
    width: calc(100vw - 95px);
    padding: 30px 20px;
    left: -20px;
  }
}

.programs__subname h2 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .programs__subname h2 {
    font-size: 18px;
  }
}

.programs__info {
  position: relative;
  margin: 0 -140px;
}

@media screen and (max-width: 1600px) {
  .programs__info {
    margin: 0 -100px;
  }
}

@media screen and (max-width: 1024px) {
  .programs__info {
    margin: 0 -20px;
  }
}

.programs__info .bg-circle1 {
  width: 32%;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .programs__info .bg-circle1 {
    width: unset;
    top: -25px;
    height: 120px;
  }
}

@media (max-width: 760px) {
  .programs__info .bg-circle1 {
    right: -300px;
  }
}

.programs__info .bg-circle2 {
  width: 32%;
  position: absolute;
  bottom: 70px;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .programs__info .bg-circle2 {
    width: unset;
    bottom: 150px;
    left: -100px;
  }
}

@media (max-width: 760px) {
  .programs__info .bg-circle2 {
    bottom: -60px;
    left: -200px;
  }
}

@media screen and (max-width: 500px) {
  .programs__info .bg-circle2 {
    left: -300px;
  }
}

.programs__info .bg-blue {
  position: absolute;
  right: 0;
  top: 300px;
  width: calc(100% - 140px);
  height: 517px;
  border-radius: 10px 0px 0px 10px;
  background: #1c5392;
  z-index: 0;
}

@media screen and (max-width: 1600px) {
  .programs__info .bg-blue {
    height: 317px;
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 700px) {
  .programs__info .bg-blue {
    width: calc(100% - 20px);
  }
}

.programs__wrapper {
  padding: 0 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1600px) {
  .programs__wrapper {
    padding: 0 100px;
  }
}

@media screen and (max-width: 1024px) {
  .programs__wrapper {
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.programs__wrapper .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .programs__wrapper .top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (348px) [2];
    grid-template-columns: repeat(2, 348px);
    grid-auto-rows: 473px;
    grid-gap: 25px 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 760px) {
  .programs__wrapper .top {
    -ms-grid-columns: (348px) [auto-fill];
    grid-template-columns: repeat(auto-fill, 348px);
  }
}

.programs__wrapper .top div:first-child {
  margin-right: 25px;
}

@media screen and (max-width: 1600px) {
  .programs__wrapper .top div:first-child {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .programs__wrapper .top div:first-child {
    margin-right: 25px;
  }
}

.programs__wrapper .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .programs__wrapper .bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (348px) [2];
    grid-template-columns: repeat(2, 348px);
    grid-auto-rows: 473px;
    grid-gap: 25px 25px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}

@media (max-width: 760px) {
  .programs__wrapper .bottom {
    -ms-grid-columns: (348px) [auto-fill];
    grid-template-columns: repeat(auto-fill, 348px);
  }
}

@media screen and (max-width: 500px) {
  .programs__wrapper .bottom {
    -ms-grid-columns: (100%) [auto-fill];
    grid-template-columns: repeat(auto-fill, 100%);
  }
}

.programs__wrapper .bottom div:not(:last-child) {
  margin-right: 25px;
}

@media screen and (max-width: 1600px) {
  .programs__wrapper .bottom div:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .programs__wrapper .bottom div:not(:last-child) {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .programs__wrapper .bottom div:last-child {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 1024px) and (max-width: 760px) {
  .programs__wrapper .bottom div:last-child {
    grid-column: unset;
  }
}

.programs__item {
  width: 32.2%;
  min-height: 532px;
  padding: 50px 35px 80px 35px;
  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; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 1600px) {
  .programs__item {
    padding: 45px 25px 45px 25px;
    min-height: 473px;
  }
}

@media screen and (max-width: 1024px) {
  .programs__item {
    width: 348px;
  }
}

.programs__item:hover {
  -webkit-box-shadow: 0px 20px 60px rgba(50, 50, 101, 0.2);
  box-shadow: 0px 20px 60px rgba(50, 50, 101, 0.2);
}

.programs__item img {
  width: 247px;
  height: 147px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.programs__item h3 {
  font-size: 24px;
  color: #1c5392;
  font-family: "DejaVu-LightCaps", sans-serif;
  margin-bottom: 15px;
}

@media screen and (max-width: 1600px) {
  .programs__item h3 {
    font-size: 18px;
  }
}

.programs__item p {
  font-size: 16px;
  text-align: center;
  color: #1c1c1c;
  width: 100%;
  word-break: break-word;
  margin-bottom: 15px;
}

.programs__item a {
  font-size: 20px;
  text-align: center;
  color: #1c5392;
  position: relative;
  margin-top: auto;
}

@media screen and (max-width: 1600px) {
  .programs__item a {
    font-size: 18px;
  }
}

.programs__item a::before {
  content: "";
  width: 28px;
  height: 3px;
  background-color: #1c5392;
  position: absolute;
  top: 60%;
  left: -40px;
}

.programs__item a::after {
  content: "";
  width: 28px;
  height: 3px;
  background-color: #1c5392;
  position: absolute;
  top: 60%;
  right: -40px;
}

.services {
  padding: 65px 140px 70px 140px;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  .services {
    padding: 30px 100px 65px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .services {
    padding: 45px 20px 50px 20px;
  }
}

@media screen and (max-width: 500px) {
  .services {
    padding-bottom: 100px;
  }
}

.services__projects {
  margin-top: 70px;
}

.services__projects h2 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 30px;
  text-align: left;
  color: #1c5392;
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .services__projects h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .services__container {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    --webkit-overflow-scrolling: touch;
  }
}

.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .services__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .services__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.services__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;
  margin-right: 100px;
}

@media screen and (max-width: 1220px) {
  .services__item {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .services__item {
    margin: 0 60px 80px 60px;
  }
}

@media (max-width: 800px) {
  .services__item {
    margin: 0 30px 80px 30px;
  }
}

@media (max-width: 620px) {
  .services__item {
    margin: 0 10px 80px 10px;
  }
}

@media screen and (max-width: 500px) {
  .services__item {
    margin: 0;
  }
  .services__item:not(:last-child) {
    margin-right: 20px;
  }
}

.services__item img {
  width: 53px;
  height: 53px;
}

.services__item h3 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 18px;
  color: #1c5392;
  margin-top: 30px;
  max-width: 190px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
  .services__item h3 {
    white-space: normal;
  }
}

.photo-gallery {
  padding: 120px 140px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  .photo-gallery {
    padding: 65px 100px 90px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .photo-gallery {
    padding: 40px 20px 150px 20px;
  }
}

.photo-gallery__name {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #1c5392;
  margin-bottom: 65px;
}

@media screen and (max-width: 1600px) {
  .photo-gallery__name {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .photo-gallery__name {
    font-size: 20px;
  }
}

.photo-gallery__gallery {
  width: 100%;
  margin-bottom: 150px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .photo-gallery__gallery {
    margin-bottom: 135px;
  }
}

@media screen and (max-width: 1024px) {
  .photo-gallery__gallery {
    margin-bottom: 0;
  }
}

.photo-gallery__gallery_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .photo-gallery__gallery_all {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.photo-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 25px;
  width: 100%;
  height: 381px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 9px 35px rgba(50, 50, 101, 0.2);
  box-shadow: 0px 9px 35px rgba(50, 50, 101, 0.2);
  margin-bottom: 25px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 1600px) {
  .photo-gallery__item {
    padding: 35px 25px;
    margin-bottom: 20px;
    height: 266px;
  }
}

@media screen and (max-width: 1024px) {
  .photo-gallery__item {
    width: 530px;
    height: 266px;
  }
}

@media screen and (max-width: 700px) {
  .photo-gallery__item {
    max-width: 354px;
    height: 215px;
    padding: 22px 5px;
  }
}

.photo-gallery__item_all {
  width: 730px;
}

@media (max-width: 1780px) {
  .photo-gallery__item_all {
    width: 630px;
  }
}

@media screen and (max-width: 1600px) {
  .photo-gallery__item_all {
    width: 530px;
  }
}

@media (max-width: 1280px) {
  .photo-gallery__item_all {
    width: 400px;
    height: 200px;
    padding: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .photo-gallery__item_all {
    width: 530px;
    height: 266px;
    padding: 45px 25px;
  }
}

@media screen and (max-width: 500px) {
  .photo-gallery__item_all {
    max-width: 354px;
    height: 215px;
    padding: 22px 5px;
  }
}

.photo-gallery__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .photo-gallery__link {
    display: none;
  }
}

.photo-gallery__link span {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 30px;
  color: #1c5392;
  margin-right: 20px;
}

.photo-gallery__container {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .photo-gallery__container {
    overflow: unset !important;
  }
}

@media screen and (max-width: 1024px) {
  .photo-gallery__wrapper {
    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;
  }
}

.photo-gallery__slide {
  padding: 25px;
}

@media screen and (max-width: 1600px) {
  .photo-gallery__slide {
    padding: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .photo-gallery__slide {
    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;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.photo-gallery__prev {
  left: -50px !important;
  top: 48% !important;
  width: 64px !important;
  height: 64px !important;
  background: #4279b8;
  border-radius: 50%;
  color: #fff !important;
}

@media screen and (max-width: 1600px) {
  .photo-gallery__prev {
    width: 40px !important;
    height: 40px !important;
    left: -30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .photo-gallery__prev {
    display: none !important;
  }
}

.photo-gallery__prev::after {
  font-size: 25px !important;
}

@media screen and (max-width: 1600px) {
  .photo-gallery__prev::after {
    font-size: 20px !important;
  }
}

.photo-gallery__next {
  right: -50px !important;
  top: 48% !important;
  width: 64px !important;
  height: 64px !important;
  background: #4279b8;
  border-radius: 50%;
  color: #fff !important;
}

@media screen and (max-width: 1600px) {
  .photo-gallery__next {
    width: 40px !important;
    height: 40px !important;
    right: -30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .photo-gallery__next {
    display: none !important;
  }
}

.photo-gallery__next::after {
  font-size: 25px !important;
}

@media screen and (max-width: 1600px) {
  .photo-gallery__next::after {
    font-size: 20px !important;
  }
}

.gallery-item__photo {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
  grid-template-columns: 33% 33% 33%;
  -ms-grid-rows: 33% 33% 33%;
  grid-template-rows: 33% 33% 33%;
  gap: 3px;
  height: 100%;
  border-radius: 15px;
  margin-right: 20px;
}

@media screen and (max-width: 500px) {
  .gallery-item__photo {
    margin-right: 10px;
  }
}

.gallery-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item__photo .item1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.gallery-item__photo .item2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.gallery-item__photo .item3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.gallery-item__photo .item4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.gallery-item__photo .item5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.gallery-item__photo .item6 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  -ms-grid-row: 3;
  grid-row: 3;
}

.gallery-item__info {
  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;
  padding: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 45%;
}

@media (max-width: 1280px) {
  .gallery-item__info {
    padding: 10px;
  }
}

@media screen and (max-width: 700px) {
  .gallery-item__info {
    padding: 0;
  }
}

.gallery-item__info h3 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 20px;
  color: #1c5392;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .gallery-item__info h3 {
    font-size: 14px;
  }
}

.gallery-item__info p {
  font-size: 16px;
  text-align: center;
  color: #2c2c2c;
}

@media screen and (max-width: 1600px) {
  .gallery-item__info p {
    font-size: 12px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .gallery-item__info p {
    overflow: unset;
  }
}

.gallery-item__info a {
  font-size: 18px;
  text-align: center;
  color: #1c5392;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .gallery-item__info a {
    font-size: 12px;
  }
}

.gallery-item__info a::before {
  content: "";
  height: 2px;
  background-color: #1c5392;
  width: 30px;
  position: absolute;
  left: -40px;
  top: 12px;
}

@media screen and (max-width: 1600px) {
  .gallery-item__info a::before {
    top: 8px;
  }
}

.gallery-item__info a::after {
  content: "";
  height: 2px;
  background-color: #1c5392;
  width: 30px;
  position: absolute;
  right: -40px;
  top: 12px;
}

@media screen and (max-width: 1600px) {
  .gallery-item__info a::after {
    top: 8px;
  }
}

.circle1 {
  width: 33%;
  position: absolute;
  top: 200px;
  right: 0;
}

@media screen and (max-width: 1600px) {
  .circle1 {
    top: 100px;
  }
}

@media screen and (max-width: 700px) {
  .circle1 {
    width: unset;
    right: -350px;
  }
}

.circle2 {
  width: 33%;
  position: absolute;
  bottom: 300px;
  left: 0;
}

@media screen and (max-width: 1600px) {
  .circle2 {
    bottom: 250px;
  }
}

@media screen and (max-width: 700px) {
  .circle2 {
    width: unset;
    left: -300px;
    bottom: 70px;
  }
}

.circle2_all {
  bottom: 120px;
}

@media screen and (max-width: 500px) {
  .circle2_all {
    bottom: 50px;
  }
}

.all-name {
  font-family: "MarkCAPS-bold";
  font-size: 30px;
  text-align: left;
  color: #1c5392;
  margin-bottom: 30px;
}

@media screen and (max-width: 1600px) {
  .all-name {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .all-name {
    font-size: 16px;
  }
}

.all-name_link {
  display: block;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 700px) {
  .all-name_link {
    margin: 25px 0 50px 0;
  }
}

.video-gallery {
  padding: 50px 140px 70px 140px;
}

@media screen and (max-width: 1600px) {
  .video-gallery {
    padding: 50px 100px 70px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .video-gallery {
    padding: 60px 20px 90px 20px;
  }
}

.video-gallery_all {
  padding: 0;
}

.video-gallery__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.video-gallery__link svg {
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.video-gallery__link svg path {
  fill: #1c1c1c;
}

.video-gallery__link span {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #2c2c2c;
}

@media screen and (max-width: 500px) {
  .video-gallery__link span {
    font-size: 16px;
  }
}

.video-gallery__name {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #1c5392;
  margin-bottom: 40px;
}

@media screen and (max-width: 1220px) {
  .video-gallery__name {
    font-size: 30px;
  }
}

@media screen and (max-width: 700px) {
  .video-gallery__name {
    font-size: 20px;
  }
}

.video-gallery .watch {
  width: 87px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-gallery .video-name {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.video-gallery button {
  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;
  margin: 0 auto;
  margin-top: 60px;
  background: transparent;
  cursor: pointer;
}

.video-gallery button p {
  font-family: "MarkCAPS-bold";
  font-size: 20px;
  color: #1c5392;
  margin-bottom: 10px;
}

.album {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(348px, max-content)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(348px, -webkit-max-content));
  grid-template-columns: repeat(auto-fill, minmax(348px, max-content));
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-row: minmax(min-content, 236px);
}

.album_video {
  margin-top: 50px;
}

.album__item {
  position: relative;
}

.album__item img {
  width: 100%;
}

.album__item:hover .on-hover {
  opacity: 1;
}

.album__item:hover .on-hover img {
  width: 48px;
}

.album__item .on-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(28, 83, 146, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
}

.album__item .on-hover img {
  width: 1px;
  height: auto;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.article-page h1 {
  margin-bottom: 15px;
}

.article-page .news-date {
  display: block;
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 15px;
}

.news-page {
  padding: 70px 140px 125px 140px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  .news-page {
    padding: 50px 100px 200px 100px;
  }
}

@media (max-width: 1140px) {
  .news-page {
    padding: 50px 40px 200px 40px;
  }
}

@media screen and (max-width: 1024px) {
  .news-page {
    padding: 50px 20px 170px 20px;
  }
}

.news-page .bg-circle1 {
  position: absolute;
  top: 150px;
  right: 0;
}

@media screen and (max-width: 700px) {
  .news-page .bg-circle1 {
    right: -300px;
  }
}

.news-page .bg-circle2 {
  position: absolute;
  bottom: 250px;
  left: 0;
}

@media screen and (max-width: 1600px) {
  .news-page .bg-circle2 {
    bottom: 70px;
  }
}

@media screen and (max-width: 700px) {
  .news-page .bg-circle2 {
    left: -300px;
  }
}

.news-page__name {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #1c5392;
  margin-bottom: 75px;
}

@media screen and (max-width: 1220px) {
  .news-page__name {
    font-size: 30px;
  }
}

@media screen and (max-width: 700px) {
  .news-page__name {
    font-size: 20px;
  }
}

.news-page__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (440px) [auto-fill];
  grid-template-columns: repeat(auto-fill, 440px);
  grid-auto-rows: 310px;
  grid-gap: 100px 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .news-page__wrapper {
    grid-gap: 40px 40px;
  }
}

@media screen and (max-width: 500px) {
  .news-page__wrapper {
    -ms-grid-columns: (354px) [auto-fill];
    grid-template-columns: repeat(auto-fill, 354px);
    grid-gap: 20px 20px;
  }
}

.news-page__item {
  position: relative;
}

.news-page__item:hover .link span {
  color: #1c5392;
}

.news-page__item:hover .link svg path {
  fill: #1c5392;
}

.news-page__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-page__item .on-top {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, 0.2);
  padding: 40px 25px 50px 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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-page__item .on-top h3 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #fff;
}

.news-page__item .on-top p {
  text-align: left;
  color: #fff;
}

.news-page__item .on-top span {
  color: #fff;
}

.news-page__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-page__info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page__info .link span {
  margin-right: 10px;
}

.questions {
  padding: 70px 140px;
}

@media screen and (max-width: 1600px) {
  .questions {
    padding: 70px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .questions {
    padding: 50px 20px 90px 20px;
  }
}

.questions__name {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #1c5392;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .questions__name {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .questions__name {
    font-size: 20px;
  }
}

.questions__item {
  margin-bottom: 30px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #1c5392;
  opacity: 0.5;
  overflow: hidden;
}
.questions__item:hover {
  opacity: 1;
}
.questions__item.active {
  opacity: 1;
}

.questions__item span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #1c5392;
  margin-bottom: 10px;
  padding: 35px;
}

@media screen and (max-width: 500px) {
  .questions__item span {
    font-size: 18px;
  }
}
.questions__item span svg.active {
  transform: rotate(180deg);
}

.questions__item p {
  font-size: 18px;
  line-height: 22px;
  padding: 0 35px 35px 35px;
}

.contact {
  padding: 90px 140px 120px 140px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .contact {
    padding: 90px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .contact {
    padding: 90px 20px 100px 20px;
  }
}

.contact .bg-circle1 {
  position: absolute;
  right: 0;
  top: 150px;
  width: 25%;
}

@media (max-width: 1400px) {
  .contact .bg-circle1 {
    display: none;
  }
}

.contact .bg-circle2 {
  position: absolute;
  left: 0;
  bottom: 150px;
  width: 25%;
}

@media (max-width: 1400px) {
  .contact .bg-circle2 {
    display: none;
  }
}

.contact__name {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 40px;
  text-align: center;
  color: #1c5392;
  margin-bottom: 60px;
}

@media screen and (max-width: 1600px) {
  .contact__name {
    font-size: 30px;
    margin-bottom: 35px;
  }
}

.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 180px;
}

@media screen and (max-width: 1600px) {
  .contact__info {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
  }
}

@media screen and (max-width: 700px) {
  .contact__info {
    width: 100%;
  }
}

.contact__info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 100px;
}

@media screen and (max-width: 1220px) {
  .contact__info div {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .contact__info div {
    margin-bottom: 30px;
  }
}

.contact__info div img {
  margin-right: 25px;
}

.contact__info div span {
  font-size: 20px;
  text-align: left;
  color: #1c5392;
}

@media screen and (max-width: 1600px) {
  .contact__info div span {
    font-size: 16px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 700px) {
  .contact__info div span {
    white-space: normal;
  }
}

.contact__find {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 140px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1600px) {
  .contact__find {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .contact__find {
    -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;
  }
}

.contact__find div h2 {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #1c5392;
  margin-bottom: 35px;
}

@media screen and (max-width: 1600px) {
  .contact__find div h2 {
    font-size: 18px;
  }
}

.contact__map {
  margin-right: 15px;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .contact__map {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }
}

.contact__map iframe {
  max-width: 540px;
  width: 100%;
  height: 306px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .contact__map iframe {
    max-width: unset;
  }
}

.contact__form {
  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;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .contact__form {
    width: 100%;
  }
}

.contact__form .form {
  max-width: 540px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.contact__form .form input {
  width: 100%;
  height: 50px;
  background: rgba(28, 83, 146, 0.1);
  margin-bottom: 20px;
  padding: 15px 30px;
}

.contact__form .form div {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.contact__form .form div textarea {
  width: 100%;
  height: 150px;
  background: rgba(28, 83, 146, 0.1);
  padding: 15px 30px;
}

.contact__form .form div span {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #50ae60;
}

.contact__form .form div span.active {
  display: initial;
}

.contact__form .form button {
  width: 215px;
  height: 47px;
  background: #1c5392;
  color: #fff;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.contact__form .form button.active {
  -webkit-transform: translate(160px, -120px);
  transform: translate(160px, -120px);
}

.check {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(34, 34, 70, 0.16);
  box-shadow: 0px 10px 30px rgba(34, 34, 70, 0.16);
  margin-bottom: 40px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.check.hide {
  opacity: 0;
}

.check.none {
  -webkit-transform: translate(1000px);
  transform: translate(1000px);
}

.check input {
  position: absolute;
  cursor: pointer;
  width: 29px !important;
  height: 29px !important;
  left: 40px;
  top: 27px;
}

.check__checkmark {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 3px solid #1c5392;
  margin-right: 20px;
  position: relative;
}

.check__name {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #1c5392;
}

.navigation {
  width: 500px;
  height: 100vh;
  display: none;
  position: fixed;
  right: -500px;
  top: 0;
  padding-top: 90px;
  padding-right: 40px;
  z-index: 50;
  background-color: #1c5392;
  overflow: scroll;
}

@media screen and (max-width: 1024px) {
  .navigation {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .navigation {
    width: 100%;
  }
}

.navigation.active {
  right: 0;
}

.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  padding-left: 100px;
  position: relative;
}

@media screen and (max-width: 500px) {
  .navigation__item {
    padding-left: 35px;
  }
}

.navigation__item.active::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 36px;
  background: #fff;
  top: 0;
  left: 0;
}

.navigation__item.active .navigation__name span {
  font-size: 30px;
}

.navigation__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation__name span {
  font-family: "MarkCAPS-bold", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #fff;
}

.navigation__name .plus-minus {
  width: 25px;
  height: 25px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.navigation__name .plus-minus span {
  width: 10px;
  height: 2px;
  background: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.navigation__name .plus-minus span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.navigation__name .plus-minus span:last-child.hide {
  opacity: 0;
}

.navigation__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 0;
  overflow: hidden;
}

.navigation__dropdown a {
  font-size: 16px;
  text-align: left;
  color: #fff;
  line-height: 40px;
  opacity: 0;
}

.navigation__dropdown a.active {
  opacity: 1;
}

.navigation__socials {
  padding-left: 100px;
}

.navigation__socials a {
  margin-right: 30px;
}

.footer {
  height: 200px;
  width: calc(100% - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 0 0 140px;
  background-color: #1c5392;
  border-radius: 0px 10px 0px 0px;
  position: absolute;
  bottom: -200px;
}

@media screen and (max-width: 1600px) {
  .footer {
    width: calc(100% - 100px);
    padding-left: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 65px 20px 20px 20px;
  }
}

@media screen and (max-width: 700px) {
  .footer {
    width: calc(100% - 20px);
    height: 370px;
    padding: 35px 0;
    bottom: -370px;
  }
}

.footer__socials {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .footer__socials {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -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;
    width: 90%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 700px) {
  .footer__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: c;
    -ms-flex-align: c;
    align-items: c;
  }
}

.footer__socials div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .footer__socials div {
    margin: 0;
  }
}

@media screen and (max-width: 700px) {
  .footer__socials div:first-child {
    margin-bottom: 45px;
  }
}

.footer__socials div a {
  margin-right: 15px;
  display: flex;
}

@media screen and (max-width: 700px) {
  .footer__socials div a:last-child {
    margin: 0;
  }
}

.footer__socials span {
  font-family: "DejaVu-LightCaps", sans-serif;
  font-size: 14px;
  color: #fff;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .footer__info {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 120px;
}

@media screen and (max-width: 1024px) {
  .footer__info div {
    text-align: center;
    margin-right: 50px;
  }
}

@media screen and (max-width: 700px) {
  .footer__info div {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.footer__info div p {
  font-family: "DejaVu-LightCaps", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.footer__info div span {
  font-family: "DejaVu-LightCaps", sans-serif;
  font-size: 14px;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
