html {
  font-size: 10px;
  scroll-behavior: smooth;
}

*,
body {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

body.active,
html.active {
  overflow: hidden;
}

body.active2,
html.active2 {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

section {
  position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.container {
  max-width: 126rem;
  margin: 0 auto;
}

@media screen and (max-width: 1199.9px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 1023.9px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 991.9px) {
  html {
    font-size: 7px;
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 1.6rem;
}

@media screen and (min-width: 1199.9px) {
  .xl-1 {
    grid-column: span 1;
  }

  .xl-2 {
    grid-column: span 2;
  }

  .xl-3 {
    grid-column: span 3;
  }

  .xl-4 {
    grid-column: span 4;
  }

  .xl-5 {
    grid-column: span 5;
  }

  .xl-6 {
    grid-column: span 6;
  }

  .xl-7 {
    grid-column: span 7;
  }

  .xl-8 {
    grid-column: span 8;
  }

  .xl-9 {
    grid-column: span 9;
  }

  .xl-10 {
    grid-column: span 10;
  }

  .xl-12 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 1199.9px) and (min-width: 991.9px) {
  .lg-0 {
    display: none;
  }

  .lg-1 {
    grid-column: span 1;
  }

  .lg-2 {
    grid-column: span 2;
  }

  .lg-3 {
    grid-column: span 3;
  }

  .lg-4 {
    grid-column: span 4;
  }

  .lg-5 {
    grid-column: span 5;
  }

  .lg-6 {
    grid-column: span 6;
  }

  .lg-7 {
    grid-column: span 7;
  }

  .lg-8 {
    grid-column: span 8;
  }

  .lg-9 {
    grid-column: span 9;
  }

  .lg-10 {
    grid-column: span 10;
  }

  .lg-12 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 991.9px) and (min-width: 767.9px) {
  .md-0 {
    display: none;
  }

  .md-1 {
    grid-column: span 1;
  }

  .md-2 {
    grid-column: span 2;
  }

  .md-3 {
    grid-column: span 3;
  }

  .md-4 {
    grid-column: span 4;
  }

  .md-5 {
    grid-column: span 5;
  }

  .md-6 {
    grid-column: span 6;
  }

  .md-7 {
    grid-column: span 7;
  }

  .md-8 {
    grid-column: span 8;
  }

  .md-9 {
    grid-column: span 9;
  }

  .md-10 {
    grid-column: span 10;
  }

  .md-12 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 767.9px) {
  .sm-0 {
    display: none;
  }

  .row {
    grid-gap: 0 0.8rem;
  }

  .sm-3 {
    grid-column: span 3;
  }

  .sm-6 {
    grid-column: span 6;
  }

  .sm-12 {
    grid-column: span 12;
  }

  html {
    font-size: 10px;
  }

  .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #121212;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent !important;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  display: block;
}

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

button {
  outline: 0;
  cursor: pointer;
}

button,
input,
textarea,
select {
  outline: 0;
}

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

body {
  background-color: #f5f7fa;
}

.adBanner {
  margin-top: 2rem;
}
.adBannerImg {
  overflow: hidden;
  height: 180px;
}
.adBannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headerTop {
  padding: 2rem 0 2.7rem;
  border-bottom: 1px solid rgba(25, 50, 88, 0.1);
}
.headerTop .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .lang {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1.6rem;
  padding-bottom: 1.4rem;
}
.lang a {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #1C71EF;
  opacity: 0.7;
  transition: all .3s;
  text-transform: uppercase;
}
.lang a:hover {
  opacity: 1;
} */
.headerTopLeft {
  display: flex;
  justify-content: space-between;
  width: 48%;
  align-items: center;
}
.logo {
  width: 35%;
}
.search {
  width: 61%;
  position: relative;
}
.search form {
  width: 100%;
}
.search .inputGroup {
  width: 100%;
  display: flex;
  position: relative;
}
.search .inputGroup input {
  width: 100%;
  height: 4.5rem;
  border: 1.52px solid #d1d8e0;
  border-radius: 0.8rem;
  background-color: transparent;
  padding-left: 2.9rem;
  padding-right: 6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -0.03em;
  color: #193258;
}
.search .inputGroup input::placeholder {
  color: #7d889a;
}
.search .inputGroup button {
  position: absolute;
  background: transparent;
  padding: 0 2rem 0 1rem;
  border: none;
  height: 4.5rem;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchResults {
  background: #f6f8fb;
  box-shadow: 0px 4px 15px rgba(113, 113, 113, 0.15);
  border-radius: 8px;
  position: absolute;
  width: 100%;
  padding: 3rem 3rem 4.9rem;
  z-index: 10;
  margin-top: 1.7rem;
  display: none;
}
.searchResults ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
}
.searchResults a {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 133.9%;
  color: rgba(25, 50, 88, 0.75);
  transition: all 0.3s;
}
.searchResults a:hover {
  color: rgba(25, 50, 88, 1);
}
.searchResults button {
    margin-top: 1.6rem;
    font-weight: 400;
    font-size: 1.4rem;
    background-color: transparent;
    padding: 0 0 0.2rem 0;
    border: none;
    border-bottom: 1px solid #1c71ef;
    color: #1c71ef;
    transition: all .3s linear;
}
.searchResults button:hover {
    color: rgba(15, 84, 187, 1);
    border-color: rgba(15, 84, 187, 1);
}
.headerTopRight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
}
.headerTopRight > div {
  width: 30%;
}
.headerPhone a {
  font-weight: 600;
  font-size: 1.57rem;
  line-height: 131.9%;
  letter-spacing: -0.04em;
  color: rgba(15, 84, 187, 0.8);
  display: flex;
  align-items: center;
  column-gap: 0.664rem;
  transition: all 0.3s;
  width: max-content;
}
.headerPhone a:hover {
  color: rgba(15, 84, 187, 1);
}
.headerPhone a:hover span,
.headerAddress p:hover span:first-child {
  border-color: rgba(15, 84, 187, 1);
}
.headerAddress p {
  display: flex;
  align-items: center;
  column-gap: 0.741rem;
  width: max-content;
}
.headerPhone a span,
.headerAddress p span:first-child {
  height: 3.4rem;
  width: 3.4rem;
  border-radius: 50%;
  border: 1.08196px solid #e3e7ec;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.headerAddress p span:last-child {
  font-weight: 500;
  font-size: 1.28rem;
  line-height: 131.9%;
  letter-spacing: -0.03em;
  color: rgba(25, 50, 88, 0.8);
  transition: all 0.3s;
  width: 50%;
}
.headerAddress p:hover span:last-child {
  color: rgba(25, 50, 88, 1);
}
.headerSocials {
  display: flex;
  align-items: center;
  column-gap: 0.86rem;
  justify-content: flex-end;
}
.headerSocials a {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 1.28993px solid #e3e7ec;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerSocials a:hover {
  border-color: rgba(15, 84, 187, 1);
}
.headerBottom {
  padding: 1.52rem 0 1.67rem;
  border-bottom: 1px solid rgba(25, 50, 88, 0.1);
}
.headerMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerMenu > li {
  position: relative;
}
.headerMenu > li > a {
  font-weight: 600;
  font-size: 1.62rem;
  line-height: 20px;
  color: rgba(25, 50, 88, 1);
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
}
.headerMenu li a svg {
  transition: all 0.3s;
}
.headerMenu li:hover a svg {
  transform: rotate(180deg);
}
.subMenu {
  min-width: 21rem;
  padding-top: 1.33rem;
  position: absolute;
  z-index: 9;
  visibility: hidden;
  padding-top: 1rem;
  transition: margin 0.1s linear, opacity 0.1s linear;
  margin-top: -1rem;
  opacity: 0;
}
.headerMenu li:hover .subMenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.subMenu ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
  background: #ffffff;
  padding: 3rem 2.8rem 4.5rem;
  box-shadow: 0px 4px 15px rgba(113, 113, 113, 0.15);
  border-radius: 8px;
}
.subMenu a {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 124.53%;
  color: rgba(25, 50, 88, 0.75);
  transition: all 0.3s;
}
.subMenu a:hover {
  color: rgba(25, 50, 88, 1);
}
.homeTop {
  padding: 4rem 0 8rem;
}
.homeTop .container {
  display: flex;
}
.homeTopLeft {
  width: 72%;
  padding-right: 4.4rem;
  border-right: 1px solid rgba(51, 74, 108, 0.1);
}
.bannerContainer {
  position: relative;
  margin-bottom: 9.9rem;
}
.bannerSwiper {
  border-radius: 8px;
  position: unset;
}
.bannerSwiper .swiper-slide a {
  height: 45.1rem;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.bannerSwiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerSwiper .swiper-slide a div,
.mainNews > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4.1rem 8.9rem 3.8rem 4.1rem;
  background: linear-gradient(
    180deg,
    rgba(38, 37, 37, 0) 6.77%,
    rgba(37, 37, 37, 0.531) 41.15%,
    rgba(29, 29, 29, 0.774) 68.23%,
    rgba(26, 26, 26, 0.9) 100%
  );
}
.bannerSwiper h2 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.3rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 1rem;
  transition: all 0.5s 0.6s linear;
  opacity: 0;
  transform: translateY(2rem);
}
.bannerSwiper p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.01em;
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.5s 1s linear;
  opacity: 0;
  transform: translateY(2rem);
}
.bannerSwiper .swiper-slide.swiper-slide-active p,
.bannerSwiper .swiper-slide.swiper-slide-active h2 {
  opacity: 1;
  transform: translateY(0);
}
.bannerSwiper .swiper-button-next::after,
.bannerSwiper .swiper-button-prev::after {
  content: "";
}
.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerSwiper .swiper-button-next {
  right: 1.3rem;
}
.bannerSwiper .swiper-button-prev {
  left: 1.3rem;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -2.8rem;
}
.swiper-pagination-bullet {
  border: 0.7px solid #868686;
  border-radius: 30px;
  background-color: transparent;
  width: 1.212rem;
  height: 0.27rem;
  opacity: 1;
  margin: 0 1.35px !important;
  transition: all 0.3s;
}
.swiper-pagination-bullet-active {
  background: #193258;
  border-color: #193258;
  width: 3.637rem;
}
.authorsSlider > a,
.homeTop .container > a,
.homeTopRight h1 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.3rem;
  letter-spacing: 0.02em;
  color: #193258;
}
.authorsSlider > a {
  margin-bottom: 2.4rem;
}
.homeAuthors > div {
  padding-top: 3.2rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-right: 6rem;
  row-gap: 6.2rem;
}
.authorsSwiper .swiper-wrapper {
  flex-direction: unset;
  row-gap: 6.9rem;
}
.homeAuthors > div a,
.homeAuthors > div > div,
.authorsSwiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homeAuthors > div a:hover h3,
.homeAuthors > div > div:hover h3,
.authorsSwiper .swiper-slide a:hover h3 {
  border-color: rgba(15, 84, 187, 1);
}
.homeAuthors > div a:hover img,
.homeAuthors > div div:hover img,
.authorsSwiper a:hover img {
  transform: scale(1.05);
}

.homeAuthors > div > div {
  display: flex;
  width: 25%;
}
.booksPage .homeAuthors > div > div {
  width: calc(100% / 3);
}
.homeAuthors > div > div:nth-child(4n) {
  justify-content: flex-end;
}
.homeAuthors > div > div:nth-child(4n-1) {
  justify-content: flex-end;
}
.homeAuthors > div > div:nth-child(4n + 1),
.homeAuthors > div > div:nth-child(4n-2) {
  justify-content: flex-start;
}
.homeAuthors > div a .imgContainer,
.homeAuthors > div > div .imgContainer,
.authorsSwiper a .imgContainer {
  width: 10.8rem;
  height: 10.8rem;
  border-radius: 50%;
  border: 3px solid #e3e7ec;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.homeAuthors > div a .imgContainer img,
.homeAuthors > div > div .imgContainer img,
.authorsSwiper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.homeAuthors > div a h3,
.homeAuthors > div > div h3,
.authorsSwiper a h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 133.9%;
  letter-spacing: -0.02em;
  color: #193258;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(51, 74, 108, 0.1);
  margin-bottom: 1.3rem;
  display: inline-block;
  width: max-content;
  transition: all 0.3s;
}
.homeAuthors > div a p,
.homeAuthors > div a span,
.homeAuthors > div > div > div a,
.authorsSwiper a p,
.authorsSwiper a span {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: -0.01em;
  color: #193258;
  opacity: 0.7;
}
.homeAuthors > div > div > div a {
  width: 80%;
  margin-bottom: 1.6rem;
  transition: all 0.3s;
}
.homeAuthors > div > div > div a:last-child {
  margin-bottom: 0;
}
.homeAuthors > div > div > div a:hover {
  opacity: 1;
}

.homeAuthors > div a p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.homeTopRight {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 4.2rem;
  width: 28%;
}
.homeTopRight h1 {
  display: none;
}
.homeTopRight > a {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}
.homeTopRight > a .imgContainer {
  width: 12rem;
  height: 12rem;
  overflow: hidden;
  border-radius: 8px;
}
.homeTopRight > a .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.newsBody {
  width: 55%;
}
.newsBody > div:first-child {
  margin-bottom: 1.1rem;
  width: max-content;
}
.newsBody > div > span:first-child {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 143%;
  color: #1c71ef;
  padding-right: 1.6rem;
  margin-right: 1.1rem;
  border-right: 1px solid rgba(51, 74, 108, 0.1);
}
.newsBody > div > span:last-child {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 155%;
  font-feature-settings: "pnum" on, "lnum" on, "liga" off, "kern" off;
  color: rgba(28, 113, 239, 0.5);
}
.newsBody p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 133.9%;
  color: rgba(25, 50, 88, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
  position: relative;
}
.newsBody div:last-child {
  position: relative;
}
.homeTopRight > a:hover img {
  transform: scale(1.05);
}
.homeTopRight > a:hover .newsBody p {
  color: rgba(25, 50, 88, 1);
}
.banner {
  padding-bottom: 4rem;
}
.banner > .container {
  height: 18rem;
  overflow: hidden;
  position: relative;
}
.banner > .container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #777777;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category .container > a,
.category .container > h1 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.3rem;
  letter-spacing: 0.02em;
  color: #193258;
  margin-bottom: 2.4rem;
}

.mainNews {
  height: 41.1rem;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-bottom: 3.2rem;
  background-color: #00000010;
}
.mainNews img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.newsDate {
  padding: 0.65rem 1.5rem 0.75rem 1.4rem;
  background: #1c71ef;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  column-gap: 0.7rem;
  margin-bottom: 1.4rem;
  text-transform: lowercase;
}
.newstimerlow{
      text-transform: lowercase;
}
.newsDate span {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 143%;
  color: #ffffff;
}
.newsDate span:last-child {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.mainNews h2 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.3rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 0.84rem;
}
.mainNews p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.4s linear;
  transform: translateY(2rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainNews > div {
  transform: translateY(4rem);
  transition: all 0.4s linear;
}
.mainNews:hover > div {
  transform: translateY(0);
}
.mainNews:hover p {
  opacity: 0.8;
  transform: translateY(0);
}
.videoNews > div {
  transform: translateY(0);
}
.newsCards {
  position: relative;
}
.newsSwiper {
  position: unset;
}
.newsCards a .imgContainer {
  width: 100%;
  height: 14.9rem;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 0.9rem;
}
.newsCards a .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.newsCards a:hover img {
  transform: scale(1.2);
}
.newsCardBody > div {
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
  margin-bottom: 1.2rem;
}
.newsCardBody span {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 143%;
  color: #1c71ef;
}
.newsCardBody h3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 133.9%;
  letter-spacing: 0.01em;
  color: #193258;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.category .homeTopRight {
  padding-left: 3rem;
}
.category .homeTopRight a .newsBody {
  width: 100%;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(51, 74, 108, 0.1);
}
.category .homeTopRight a:last-child .newsBody {
  padding-bottom: 0;
  border-bottom: none;
}
.category .homeTopRight .newsBody > div > span:first-child {
  display: inline-flex;
  align-items: center;
  column-gap: 1.5rem;
}
.newsBody > div > span:first-child > span {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.videoNews {
  height: 34.9rem;
}
.videoNews::before {
  display: none;
}
.videoNews .newsDate {
  padding: 0;
  background-color: transparent;
  opacity: 0.7;
}
.videoNews h2 {
  margin-bottom: 0;
}
.mainNews > div {
  padding-top: 3.3rem;
  padding-left: 3.8rem;
  padding-bottom: 3.3rem;
}
.videoNews > div {
  padding-top: 4.2rem;
}
.videoNews button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  padding: 0;
  background-color: transparent;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.videosSwiper {
  position: unset;
}
.videosSlider,
.videoThumbnail {
  position: relative;
}
.videosSwiper .videoThumbnail {
  height: 16.2rem;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1.4rem;
}
.videoThumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.videosSwiper .swiper-slide a:hover img {
  transform: scale(1.2);
  z-index: 1;
}
.videosSwiper h3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 133.9%;
  color: #193258;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}
.videoThumbnail button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  z-index: 3;
}
.videoThumbnail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 2;
}
.videosSwiper .swiper-button-next,
.videosSwiper .swiper-button-prev,
.newsSwiper .swiper-button-next,
.newsSwiper .swiper-button-prev {
  top: 8rem;
}
.videosSwiper .swiper-button-next {
  right: 0.8rem;
}
.videosSwiper .swiper-button-prev {
  left: 0.8rem;
}
.dailyQuote h3 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 4.2rem;
  color: #333333;
  margin-bottom: 2.4rem;
}
.dailyQuote > div {
  padding: 7rem 3.1rem 4.9rem;
  background: #e7edf7;
  border-radius: 8px;
}
.dailyQuote > div p {
  font-weight: 500;
  font-size: 22px;
  line-height: 142.9%;
  color: rgba(25, 50, 88, 0.85);
  padding: 2.9rem 0.7rem 2.3rem 1.1rem;
}
.dailyQuote > div span {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  color: #1c71ef;
  opacity: 0.6;
  margin-top: 2.4rem;
  margin-bottom: 0.5rem;
  display: block;
}
.dailyQuote > div h4 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #193258;
  opacity: 0.9;
}
footer {
  margin-top: 3rem;
}
.footerTop {
  background-color: #1c71ef;
  padding: 2.9rem 0;
}
.footerTop .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 9rem;
}
.footerTop .container > a {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-weight: 400;
  font-size: 1.73rem;
  line-height: 145%;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
.footerTop .container > a path {
  transition: all 0.3s;
}
.footerTop .container > a span {
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.footerTop .container > a:hover {
  color: #ffffff;
}
.footerTop .container > a:hover span {
  background-color: #ffffff;
}
.footerTop .container > a:hover path {
  fill: #1c71ef;
}
.footerSocials {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}
.footerSocials a {
  width: 3.575rem;
  height: 3.575rem;
  border-radius: 50%;
  border: 1.2px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.footerSocials a path {
  transition: all 0.3s;
}
.footerSocials a:hover {
  background-color: #ffffff;
}
.footerSocials a:hover path {
  fill: #1c71ef;
}
.footerMenu {
  background-color: #e7edf7;
  padding: 4rem 0;
}
.footerMenu .container {
  display: flex;
  align-items: flex-start;
}
.footerMenu ul {
  width: calc(100% / 5);
}
.footerMenu ul li:first-child a {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 27px;
  color: #193258;
  margin-bottom: 0.8rem;
  position: relative;
}
.footerMenu ul li:first-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #193258;
  opacity: 0;
  transform: translate(-0.5rem, -50%);
  transition: all 0.3s;
}
.footerMenu ul li:first-child a:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}
.footerMenu ul li a {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: rgba(25, 50, 88, 0.7);
  margin-bottom: 1rem;
  transition: all 0.3s;
  display: inline-block;
  width: 95%;
}
.footerMenu ul li a:hover {
  color: rgba(25, 50, 88, 1);
}
.footerMenu ul li:last-child a {
  margin-bottom: 0;
}
.footerBottom {
  padding: 7.5rem 0 6.8rem;
  background-color: #111111;
}
.footerLinks {
  padding: 2.6rem 0 2.5rem;
  border-top: 1.1871px solid #222222;
  border-bottom: 1.1871px solid #222222;
}
.footerLinks .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerLinks a {
  font-weight: 400;
  font-size: 1.68rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.footerLinks a:hover {
  opacity: 1;
}
.copyright {
  padding-top: 2.1rem;
}
.copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright .container > div:first-child span,
.copyright .container > div:first-child a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-right: 0.6rem;
  display: inline-block;
}
.copyright .container > div:first-child span:last-child {
  letter-spacing: 0.01em;
  opacity: 0.45;
  margin-right: 0;
  text-transform: uppercase;
}
.copyright .container > div:last-child {
  display: flex;
  align-items: center;
  column-gap: 1.14rem;
}
.copyright .container > div:last-child span {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.0099em;
  color: #ffffff;
  opacity: 0.46;
}
.copyright > .container > div:last-child a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.0099em;
  color: #ffffff;
  transition: all 0.4s linear;
  position: relative;
}
.copyright > .container > div:last-child a::before {
  left: 50%;
}
.copyright > .container > div:last-child a::after {
  right: 50%;
}
.copyright > .container > div:last-child a::before,
.copyright > .container > div:last-child a::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  height: 0.15rem;
  width: 0%;
  background-color: #e81e75;
  transition: all 0.4s ease-in-out;
}
.copyright > .container > div:last-child a:hover {
  color: #e81e75;
}
.copyright > .container > div:last-child a:hover::before,
.copyright > .container > div:last-child a:hover::after {
  width: 50%;
}
.breadcrumb {
  padding-top: 2rem;
}
.breadcrumb .container {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
.breadcrumb a {
  display: flex;
  align-items: center;
  column-gap: 0.7rem;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2rem;
  letter-spacing: -0.02em;
  color: #193258;
}
.breadcrumb .container a:last-child {
  opacity: 0.6;
  pointer-events: none;
}
.breadcrumb .container a:last-child svg {
  display: none;
}
.breadcrumb a svg {
  padding-bottom: 0.2rem;
  height: max-content;
  overflow: visible;
}
.breadcrumb a span {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.breadcrumb a:hover span {
  border-color: #193258;
}
.categoryDetails .mainNews {
  margin-bottom: 1.6rem;
}
.categoryDetails .newsDate {
  padding: 0;
  background-color: transparent;
}
.categoryDetails .newsDate span {
  color: #1c71ef;
}
.categoryDetailsPage h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.3rem;
  letter-spacing: 0.02em;
  color: #193258;
}
.mainNewsBody h2 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.3rem;
  letter-spacing: 0.02em;
  color: #193258;
  margin-bottom: 1rem;
}
.mainNewsBody p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: rgba(25, 50, 88, 0.7);
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.categoryDetailsPage p img {
    width: 100%;
    height: auto;
}
.categoryDetails .homeTopLeft > a {
  margin-bottom: 6.4rem;
}
.mainNews img {
  transition: all 0.3s linear;
}
.categoryDetails .homeTopLeft > a:hover img {
  transform: scale(1.05);
}
.categoryDetails .mainNews::before {
  z-index: 2;
}
.homeTopLeft > .newsDate {
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid rgba(51, 74, 108, 0.2);
  margin-bottom: 2.8rem;
  background-color: transparent;
  border-radius: 0;
  opacity: 0.6;
}
.homeTopLeft > .newsDate span {
  color: #193258;
}
.newsDate + h1 {
  margin-bottom: 2.8rem;
}
.categoryDetailsPage .homeTopLeft {
  padding-right: 14rem;
  font-size: 2rem;
  font-weight: 600;
      color: rgba(25, 50, 88, 0.8);

}
.swiper-pagination {
    z-index: 3;
}
.categoryDetailsPage .homeTopLeft ul{
    list-style: disc;
    padding-left: 4rem;
}
.categoryDetailImg {
  overflow: hidden;
  margin-bottom: 3.2rem;
  display: none;
}
.categoryDetailImg img {
  width: 100%;
}
.categoryDetailsPage .homeTopLeft > p,
.categoryDetailsPage .homeTopLeft > a p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: rgba(25, 50, 88, 0.8);
  margin-bottom: 1.4rem;
}
.categoryDetailsPage .homeTopLeft > p strong {
    /*display: contents;*/
    font-size: 2rem;
          margin-bottom: 1rem;
    display: inline-block;
    font-weight: 600;
}
}
.categoryDetailsPage .homeTopLeft > p img {
    /*display: none;*/
    width: 100%;
      margin-bottom: 1.4rem;

}
.gallerySlider {
  padding-top: 6.4rem;
  position: relative;
  margin-bottom: 10.4rem;
}
.gallerySwiper {
  position: unset;
}
.gallerySlider h3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.3rem;
  letter-spacing: 0.02em;
  color: #193258;
  margin-bottom: 2.4rem;
}
.gallerySwiper .swiper-slide {
  display: grid;
  grid-template-columns: 68% 32%;
  row-gap: 2.4rem;
}
.gallerySwiper .swiper-slide a {
  border-radius: 8px;
  overflow: hidden;
  height: 14.9rem;
}
.gallerySwiper .swiper-slide div:first-child a {
  grid-row: 2 span;
  height: 100%;
}
.gallerySwiper .swiper-slide div:first-child {
  grid-row: 2 span;
  height: auto;
  padding-right: 3.6rem;
}
.gallerySwiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.share {
  display: flex;
  align-items: center;
  column-gap: 2.9rem;
}
.share span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 133.9%;
  color: #000000;
  opacity: 0.6;
}
.share > div {
  display: flex;
  align-items: center;
  column-gap: 1.625rem;
}
.share div a,
.share div button {
  width: 3.575rem;
  height: 3.575rem;
  border-radius: 50%;
  border: 1.2px solid #193258;
  background-color: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.share div a path {
  transition: all 0.3s;
}
.share button span {
  position: absolute;
  bottom: -3rem;
  width: max-content;
  font-size: 1.4rem;
  display: none;
}
.share div a:hover,
.share div button:hover {
  background-color: #193258;
}
.share div a:hover path,
.share div button:hover path {
  fill: #ffffff;
}
.videoPage {
  padding: 3.2rem 0 9rem;
}
.videoPage h1 {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 3.3rem;
  letter-spacing: 0.02em;
  color: #193258;
  margin-bottom: 2.6rem;
}
.videoPage .videoNews {
  height: 51rem;
  margin-bottom: 8.6rem;
}
.videoNews > div {
  background: linear-gradient(
    180deg,
    rgba(25, 24, 24, 0) 6.77%,
    rgba(37, 37, 37, 0.5015) 45.83%,
    rgba(29, 29, 29, 0.7055) 71.87%,
    rgba(26, 26, 26, 0.85) 100%
  );
}
.videoPage .videoNews > div {
  padding: 11rem 6rem 6rem 5.6rem;
}
.videos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 4.6rem;
  margin-bottom: 3.2rem;
}
.videos > div {
  width: calc(100% / 3);
}
.videos > div:nth-child(3n) {
  padding-left: calc((2rem / 3) * 2);
}
.videos > div:nth-child(3n-1) {
  padding: 0 calc(2rem / 3);
}
.videos > div:nth-child(3n-2) {
  padding-right: calc((2rem / 3) * 2);
}
.videoCardImg {
  height: 24.8rem;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transform: translateY(18px);
}
.videoCardImg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 2;
}
.videoCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.videoCardImg button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  background-color: transparent;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.videoCard:hover img {
  transform: scale(1.2);
}
.videoCardBody {
  border: 1px solid rgba(51, 74, 108, 0.3);
  border-radius: 8px;
  padding-top: 3rem;
  padding-left: 2.5rem;
  padding-right: 4rem;
  height: 15.2rem;
  transition: all 0.3s;
}
.videoCardBody span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 143%;
  color: #333333;
  display: block;
  margin-bottom: 1.2rem;
  opacity: 0.6;
}
.videoCardBody h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 133.9%;
  color: #193258;
}
.videoCard:hover .videoCardBody {
  border-color: rgba(51, 74, 108, 1);
}
.seeMore {
  border: none;
  height: 4rem;
  background-color: #1c71ef;
  border-radius: 5px;
  padding: 0 3.35rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 auto;
  transition: all 0.3s;
}
.seeMore:hover {
  background-color: rgba(15, 84, 187, 1);
}
.seeMore:active {
  background-color: #193258;
  box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.1);
}
.userAgreement .container {
  padding: 0 4.5rem;
}
.userAgreement .container > div {
  border-radius: 12px;
  background-color: #ffffff;
  padding: 12.1rem 19.5rem 12rem 10.4rem;
}
.userAgreement p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: rgba(25, 50, 88, 0.85);
  opacity: 0.8;
  margin-bottom: 1.6rem;
}
.userAgreement p:last-child {
  margin-bottom: 0;
}
.aboutPage p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(25, 50, 88, 0.85);
  opacity: 0.8;
  margin-bottom: 1.6rem;
}
.aboutPage .container {
  display: flex;
  align-items: flex-start;
}
.aboutLeft {
  width: 65%;
  padding-right: 12rem;
}
.aboutRight {
  width: 35%;
}
.aboutRight > div {
  background: #e7edf7;
  border-radius: 10px;
  padding: 14.7rem 5rem 6.7rem;
  position: relative;
}
.aboutRight div .imgContainer {
  position: absolute;
  top: -2.3rem;
  width: 14.3rem;
  height: 14.3rem;
  border-radius: 50%;
  overflow: hidden;
}
.aboutRight .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutRight div p {
  margin-top: 2rem;
  margin-bottom: 2.3rem;
  padding-left: 1.7rem;
}
.contacts {
  display: flex;
  align-items: flex-start;
  column-gap: 6rem;
  margin-top: 1.5rem;
  margin-bottom: 6.4rem;
}
.contactSocials {
  display: flex;
  align-items: center;
  column-gap: 1.3rem;
}
.contacts > div:not(:last-child) a,
.contacts > div p {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.contacts a span,
.contacts p span:first-child,
.contactSocials a {
  width: 3rem;
  height: 3rem;
  border: 1px solid #e3e7ec;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.contacts a {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 145%;
  text-align: center;
  letter-spacing: -0.02em;
  font-feature-settings: "liga" off;
  color: #193258;
  opacity: 0.8;
  transition: all 0.3s;
}
.contactAddress p {
  align-items: flex-start !important;
}
.contactAddress p span:last-child {
  width: 80%;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 142.9%;
  letter-spacing: -0.02em;
  color: #193258;
}
.contactAddress {
  width: 23%;
}
.contacts a:hover {
  opacity: 1;
}
.contactSocials a:hover,
.contacts a:hover span {
  border-color: rgba(15, 84, 187, 1);
}
.contactForm {
  display: flex;
  align-items: center;
}
.contactLeft {
  width: 43%;
}
.contactLeft .imgContainer {
  height: 58.3rem;
  border-radius: 10px;
  overflow: hidden;
}
.contactLeft .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactRight {
  width: 57%;
  padding-left: 10rem;
  padding-right: 18rem;
}
.contactRight h3 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.3rem;
  letter-spacing: 0.02em;
  color: #193258;
  margin-bottom: 3rem;
}
.contactRight input,
.contactRight textarea {
  width: 100%;
  height: 5.48rem;
  border-radius: 3px;
  border: none;
  background-color: #ffffff;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
  color: #193258;
}
.contactRight input::placeholder,
.contactRight textarea::placeholder {
  color: #75859d;
}
.contactRight textarea {
  padding-top: 1.62rem;
  height: 14.24rem;
  resize: none;
}
.contactRight textarea::-webkit-scrollbar {
  display: none;
}
.contactRight form > div {
  margin-top: 1.2rem;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  column-gap: 3rem;
}
.contactRight .inputGroup input {
  display: none;
}
.contactRight .inputGroup label {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.9rem;
  cursor: pointer;
}
.contactRight .inputGroup label span:first-child {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1c71ef;
  height: 4rem;
  padding: 0 3.2rem;
  border: 1px solid rgba(28, 113, 239, 0.5);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.contactRight .inputGroup label span:last-child {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  color: #061d2b;
  opacity: 0.3;
  transition: all 0.3s;
}
.contactRight .inputGroup label:hover span {
  opacity: 1;
  border-color: rgba(28, 113, 239, 1);
}
.contactRight form button {
  background: #1c71ef;
  border-radius: 3px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  padding: 0 4.4rem;
  height: 4rem;
  border: none;
  transition: all 0.3s;
}
.contactRight form button:hover {
  background-color: rgba(15, 84, 187, 1);
}
.contactRight form button:active {
  background-color: #193258;
}
.errorPage {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.errorImg {
  position: relative;
  display: flex;
  justify-content: center;
}
.notFound {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
  height: 8.44rem;
  border-radius: 12px;
  border: 1px solid #193258;
  background-color: #ffffff;
  padding: 0 3.9rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.notFound svg {
  position: absolute;
  bottom: -4.5rem;
}
.notFound span {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.3rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #193258;
  width: max-content;
}
.goBack {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  height: 4rem;
  background: #1c71ef;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 7.1rem;
  margin-top: 9.3rem;
  transition: all 0.3s;
}
.goBack:hover {
  background-color: rgba(15, 84, 187, 1);
}
.goBack:active {
  background-color: #193258;
}
@media screen and (max-height: 864px) {
  .errorImg img {
    width: 80%;
    margin: 0 auto;
  }
  .notFound {
    height: 5rem;
    top: -1rem;
  }
  .notFound span {
    font-size: 1.8rem;
  }
  .notFound svg {
    transform: scale(0.7);
    bottom: -4rem;
  }
}
.authorsPage h1 {
  font-size: 3rem;
}
.authorsPage .homeAuthors > div a p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.01em;
  color: #5388d7;
  opacity: 1;
}
.authorsPage .homeAuthors > div a:hover p {
  color: #1c71ef;
}
.searchResultsContent {
  padding-top: 2rem;
  padding-right: 1.3rem;
}
.searchResultsContent a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #1c71ef;
  opacity: 0.8;
  margin-bottom: 3.6rem;
  transition: all 0.3s;
}
.searchResultsContent a:hover {
  opacity: 1;
  color: rgba(15, 84, 187, 1);
}
.menuBtn,
.searchBtn {
  display: none;
}
.menu,
.menuBg,
.back {
  display: none;
}
@media screen and (max-width: 768px) {
  body.active {
    height: 100vh;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f5fbff;
    display: none;
    z-index: 20;
    transform: translateX(-100%);
    transition: all 0.4s linear;
    padding-top: 10.2rem;
    overflow: auto;
  }
  .menu > .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0 1.95rem;
    row-gap: 4rem;
  }
  .menuBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 4.8rem;
    background-color: #f5fbff;
    z-index: 21;
    display: none;
    border-bottom: 1px solid rgba(25, 50, 88, 0.1);
  }
  .mobileMenu {
    z-index: 18;
  }
  .menu::-webkit-scrollbar {
    display: none;
  }
  .menu.show {
    display: block;
  }
  .menu.active {
    transform: translateX(0);
  }
  .mobileMenu {
    display: flex;
    flex-direction: column;
    row-gap: 1.7rem;
  }
  .mobileMenu > div {
    border-bottom: 1px solid rgba(25, 50, 88, 0.03);
    padding-bottom: 1.7rem;
  }
  .mobileMenu > div:last-child {
    padding-bottom: 0;
    border: none;
  }
  .menuLink {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #193258;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
  }
  .menuLink svg {
    transition: all 0.3s;
  }
  .menuLink.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .menuLink.active svg {
    transform: rotate(180deg);
  }
  .mSubMenu {
    padding: 1.9rem 0 0.7rem;
    display: none;
  }
  .mSubMenu ul {
    display: flex;
    flex-direction: column;
    row-gap: 1.4rem;
  }
  .mSubMenu ul li a {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 124.53%;
    color: rgba(25, 50, 88, 0.8);
  }
  .menuSocials {
    display: flex;
    align-items: center;
    column-gap: 2rem;
  }
  .menuSocials a {
    border: 1px solid rgba(0, 134, 204, 0.1);
    border-radius: 50%;
    height: 5.5rem;
    width: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menuContact {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 1rem 9.5rem;
    row-gap: 2.8rem;
  }
  .menuContact > div {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
    width: 100%;
  }
  .menuContact > div > span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 131.9%;
    letter-spacing: -0.03em;
    color: rgba(25, 50, 88, 0.8);
    opacity: 0.6;
  }
  .menuContact > div > a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 1.56rem;
    line-height: 131.9%;
    letter-spacing: -0.04em;
    color: rgba(15, 84, 187, 0.8);
    width: 70%;
    display: flex;
    align-items: center;
    column-gap: 1.06rem;
  }
  .menuContact > div a span {
    border: 1.08196px solid #e3e7ec;
    width: 3.4rem;
    min-width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .adBanner {
    padding-bottom: 2.4rem;
  }
  .adBannerImg {
    height: 6.7rem;
  }
  .headerTop .container {
    align-items: center;
  }
  .headerTopRight,
  .headerBottom {
    display: none;
  }
  .search {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 25;
    background-color: #f6f8fb;
    display: none;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw !important;
    left: 50%;
    right: 50%;
    padding: 2rem;
  }
  .headerTop {
    padding: 1rem 0;
    border-top: 1px solid rgba(25, 50, 88, 0.1);
    z-index: 22;
  }
  .headerTopLeft {
    width: 100%;
  }
  .logo {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 22;
  }
  .logo img {
    width: 12.2rem;
  }
  .searchBtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
    z-index: 22;
  }
  .searchBtn button {
    padding: 0;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: flex-end;
  }
  .menuBtn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    z-index: 22;
  }
  .menuBtn button {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .menuBtn button span {
    position: relative;
    display: inline-block;
    width: 2.8rem;
    height: 0.18rem;
    border-radius: 5rem;
    background-color: #1c71ef;
    transition: all 0.3s;
  }
  .menuBtn button span::before,
  .menuBtn button span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c71ef;
    border-radius: 5rem;
    transition: all 0.3s;
    transform-origin: center;
  }
  .menuBtn button span::before {
    transform: translateY(-0.7rem);
  }
  .menuBtn button span::after {
    transform: translateY(0.7rem);
  }
  .menuBtn button.active span::before {
    transform: translateY(0) rotate(45deg);
  }
  .menuBtn button.active span::after {
    transform: translateY(0) rotate(-45deg);
  }
  .menuBtn button.active span {
    background-color: transparent;
    transform: rotate(90deg);
  }
  .homeTop .container {
    flex-direction: column;
  }
  .homeTop .container > div {
    width: 100%;
    border: none;
    padding: 0;
  }
  .category .homeTopRight a {
    display: none;
  }
  .homeTopRight h1 {
    display: block;
  }
  .dailyQuote {
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }
  .bannerContainer {
    margin-bottom: 5.6rem;
  }
  .bannerSwiper .swiper-slide a {
    height: 21.8rem;
  }
  .bannerSwiper p {
    display: none;
  }
  .bannerSwiper h2 {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }
  .bannerSwiper .swiper-slide a div,
  .mainNews > div {
    padding: 3.2rem 2rem 2.6rem;
  }
  .bannerSwiper .swiper-button-next,
  .bannerSwiper .swiper-button-prev,
  .newsSwiper .swiper-button-next,
  .newsSwiper .swiper-button-prev {
    display: none;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -2.4rem;
  }
  .authorsSlider {
    position: relative;
    margin-bottom: 8rem;
  }
  .authorsSlider > a,
  .homeTop .container > a,
  .homeTop .container > h1,
  .homeTopRight h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
  }
  .homeTopRight h1 {
    margin-bottom: -2rem;
  }
  .authorsSlider > a {
    margin-bottom: 1.6rem;
  }
  .homeAuthors > div a,
  .homeAuthors > div > div,
  .authorsSwiper .swiper-slide a {
    flex-direction: row;
    column-gap: 1.7rem;
  }
  .authorsSwiper .swiper-wrapper {
    row-gap: 2.4rem;
  }
  .authorsSwiper .swiper-slide a > div:last-child {
    width: 70%;
  }
  .authorsSwiper {
    position: unset;
  }
  .mainNewsBody h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .category .homeTopLeft {
    padding-bottom: 0 !important;
  }
  .categoryDetailsPage .homeTopLeft > p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .gallerySlider h3 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .gallerySwiper .swiper-slide {
    row-gap: 1.6rem;
  }
  .share div button {
    position: unset;
  }
  .share button span {
    position: fixed;
    left: 50%;
    bottom: 6rem;
    transform: translateX(-50%);
    padding: 1.6rem 3rem;
    border-radius: 5rem;
    background-color: #f5f7fa;
    z-index: 15;
  }
  .banner {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
  .banner .container {
    height: 10rem;
    padding: 0;
  }
  .category .container > a {
    margin-bottom: 1.64rem;
  }
  .mainNews {
    height: 21.1rem;
  }
  .mainNews > div {
    padding: 0 1.9rem 2.1rem;
    transform: translateY(0);
  }
  .newsDate {
    padding: 0.5rem 0.9rem;
  }
  .newsDate span {
    font-size: 0.9rem;
    line-height: 0;
  }
  .mainNews p {
    display: none;
  }
  .mainNews h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .newsCards {
    padding-bottom: 1rem;
    margin-bottom: 4rem;
  }

  .newsCards a .imgContainer {
    height: 17rem;
  }
  .videosSwiper .swiper-button-next,
  .videosSwiper .swiper-button-prev {
    display: none;
  }
  .videosSwiper .videoThumbnail {
    height: 17rem;
  }
  .videoThumbnail button {
    width: 5.4rem;
    height: 5.4rem;
  }
  .videoThumbnail button svg {
    width: 1.9rem;
    height: 1.8rem;
  }
  footer {
    margin-top: 6rem;
  }
  .footerTop .container {
    row-gap: 3.4rem;
    flex-direction: column;
    padding-right: 2rem;
    align-items: flex-start;
  }
  .footerTop .container > a {
    font-size: 1.8rem;
  }
  .videosSwiper .swiper-horizontal > .swiper-pagination-bullets,
  .videosSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .videosSwiper .swiper-pagination-custom,
  .videosSwiper .swiper-pagination-fraction {
    bottom: -2.4rem;
  }

  .footerSocials {
    column-gap: 2.8rem;
    width: 100%;
  }
  .footerSocials a {
    width: 4.9rem;
    height: 4.9rem;
  }
  .footerSocials a svg {
    width: 2.2rem;
    height: 2.2rem;
  }
  .footerMenu {
    padding: 3.2rem 0 5.5rem;
  }
  .footerMenu .container {
    flex-wrap: wrap;
    row-gap: 6.2rem;
  }
  .footerMenu ul {
    width: 50%;
  }
  .footerMenu ul li:first-child a {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .footerMenu ul li a {
    margin-bottom: 1.4rem;
  }
  .footerBottom {
    padding: 5.2rem 0 5.9rem;
  }
  .footerLinks .container {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 1.6rem;
  }
  .footerLinks a {
    width: calc(100% / 3);
    font-size: 1.3rem;
  }
  .copyright {
    padding-top: 3.8rem;
  }
  .copyright .container {
    flex-wrap: wrap;
    row-gap: 1.11rem;
  }
  .categoryDetailImg {
    height: 25rem;
  }
  .gallerySlider {
    margin-bottom: 6rem;
  }
  .gallerySwiper .swiper-slide div {
    padding: 0 !important;
  }
  .gallerySwiper .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .gallerySwiper .swiper-slide a {
    height: 20rem !important;
  }
  .breadcrumb {
    display: none;
  }
  .aboutPage .container {
    flex-direction: column;
  }
  .videoPage {
    padding-bottom: 0;
  }
  .aboutLeft {
    width: 100%;
    padding: 0;
  }
  .videoPage h1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .aboutPage p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .aboutRight {
    width: 100%;
    margin-top: 5rem;
  }
  .aboutRight > div {
    padding: 10rem 2.4rem 4rem;
  }
  .aboutRight div .imgContainer {
    width: 10rem;
    height: 10rem;
  }
  .authorsPage .homeTopLeft {
    padding-bottom: 6rem !important;
  }
  .authorsPage h1 {
    font-size: 2rem;
  }
  .homeAuthors > div {
    row-gap: 3rem;
    padding-top: 1.6rem;
    padding-right: 0;
  }
  .homeAuthors > div > div {
    width: 100%;
    justify-content: flex-start !important;
  }
  .homeAuthors > div a .imgContainer,
  .homeAuthors > div > div .imgContainer,
  .authorsSwiper a .imgContainer {
    width: 8rem;
    height: 8rem;
  }
  .homeAuthors > div a h3,
  .homeAuthors > div > div h3,
  .authorsSwiper a h3 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .authorsPage .homeAuthors > div a p {
    font-size: 1.2rem;
  }
  .homeAuthors > div a,
  .homeAuthors > div > div,
  .authorsSwiper .swiper-slide a {
    align-items: center;
  }
  .newsBody p {
    font-size: 1.4rem;
  }
  .mainNewsBody p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .homeTop {
    padding: 3.2rem 0 0;
  }
  .booksPage .homeAuthors > div > div {
    width: 100%;
  }
  .contacts {
    flex-wrap: wrap;
    column-gap: 0;
  }
  .contacts > div {
    width: 50%;
  }
  .contactForm {
    flex-direction: column;
  }
  .contactForm > div {
    width: 100%;
    padding: 0;
  }
  .contactLeft {
    margin-bottom: 3.2rem;
  }
  .contactLeft .imgContainer {
    height: 30rem;
  }
  .contactRight h3 {
    font-size: 1.8rem;
  }
  .searchResultsContent a {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1.6rem;
  }
  .userAgreement .container {
    padding: 0 2rem;
  }
  .userAgreement .container > div {
    padding: 4rem 3rem;
  }
  .userAgreement p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 1.2rem;
  }
  .videos > div {
    width: 100%;
    padding: 0 !important;
  }
  .videoCardBody {
    padding-left: 2rem;
    height: auto;
    padding-bottom: 3rem;
  }
  .videoCardBody span {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
  .videoCardBody h3 {
    font-size: 1.6rem;
  }
  .videos {
    row-gap: 2rem;
  }
  .contacts {
    flex-direction: column;
    row-gap: 1.6rem;
  }
  .contacts a {
    opacity: 1;
  }
  .contacts > div {
    width: 100%;
  }
  .contactAddress p span:last-child {
    font-size: 1.6rem;
  }
  .contacts > div:not(:last-child) a, .contacts > div p {
    font-size: 1.6rem;
  }
  .contacts a span, .contacts p span:first-child {
    width: 5rem;
    height: 5rem;
  }
  .contactSocials {
    column-gap: 1.6rem;
  }
  .contactSocials a {
    width: 6rem;
    height: 6rem;
  }
  .contacts svg {
    width: 2rem;
    height: 2rem;
  }
  .contactSocials svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .notFound {
    top: -9rem;
  }
  .goBack {
    margin-top: 8.3rem;
  }
  .videoPage .videoNews {
    height: 25rem;
    margin-bottom: 6rem;
  }
  .videoPage .videoNews > div {
    padding: 4rem 2rem;
  }
  .videoNews button {
    width: 6rem;
    height: 6rem;
  }
  .back {
    display: block;
    padding: 0;
    background-color: transparent;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 124.53%;
    text-align: center;
    color: rgba(25, 50, 88, 0.8);
  }
  .search {
    column-gap: 3rem;
  }
  .search.active {
    display: flex;
  }
  .searchResults {
    box-shadow: none;
    top: 8rem;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw !important;
    left: 50%;
    right: 50%;
    margin-top: 0;
  }
}

.alert {
  padding: 20px;
  background-color: #04AA6D;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
