@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: local("Helvetica"), url("../fonts/helvetica/Helvetica.woff") format("woff");
}
@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 400;
  src: local("Helvetica Oblique"), url("../fonts/helvetica/Helvetica-Oblique.woff") format("woff");
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  src: local("Helvetica Bold"), url("../fonts/helvetica/Helvetica-Bold.woff") format("woff");
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  src: local("Helvetica Light"), url("../fonts/helvetica/helvetica-light-587ebe5a59211.woff") format("woff");
}
@font-face {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  src: local("Georgia Regular"), url("../fonts/georgia/georgia.woff") format("woff");
}
@font-face {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 700;
  src: local("Georgia Bold"), url("../fonts/georgia/georgiab.woff") format("woff");
}
.h1-style {
  font-family: "Georgia", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.011em;
}
@media (max-width: 1199px) {
  .h1-style {
    font-size: 50px;
  }
}

.h2-style {
  font-family: "Georgia", sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.011em;
}
@media (max-width: 1199px) {
  .h2-style {
    font-size: 32px;
  }
}

.h3-style {
  font-family: "Georgia", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.011em;
}
@media (max-width: 1199px) {
  .h3-style {
    font-size: 24px;
    line-height: 1.5;
  }
}

.h4-style, .content-row .text, .mymodal-container .partners-block .two-cols .org-title {
  font-family: "Helvetica", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.011em;
}
@media (max-width: 1199px) {
  .h4-style, .content-row .text, .mymodal-container .partners-block .two-cols .org-title {
    font-size: 24px;
  }
}

.text-basic, .main-text-regular-18, .arrow-btn, header .header__menu a, .main-text-regular-20, .content-row .img-desc, .mymodal-container .content-row .img-text .text-col .text, .mymodal-container .partners-block .two-cols .org-desc {
  font-family: "Helvetica", sans-serif;
  line-height: 1.4;
}

.main-text-regular-20, .content-row .img-desc, .mymodal-container .content-row .img-text .text-col .text, .mymodal-container .partners-block .two-cols .org-desc {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .main-text-regular-20, .content-row .img-desc, .mymodal-container .content-row .img-text .text-col .text, .mymodal-container .partners-block .two-cols .org-desc {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .main-text-regular-20, .content-row .img-desc, .mymodal-container .content-row .img-text .text-col .text, .mymodal-container .partners-block .two-cols .org-desc {
    font-size: 16px;
  }
}

.main-text-regular-18, .arrow-btn, header .header__menu a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .main-text-regular-18, .arrow-btn, header .header__menu a {
    font-size: 16px;
  }
}

@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.player-container {
  position: fixed;
  bottom: 30px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  border-radius: 16px;
  background-color: #fff;
  padding: 10px 20px;
}
@media (max-width: 550px) {
  .player-container {
    min-width: 300px;
    padding: 10px 10px;
  }
}

.btn-show-player {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 16px;
  background-color: #3A71AE;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
}
.btn-show-player svg path {
  fill: #fff;
}

.player-content {
  display: none;
  align-items: center;
  transition: all 0.3s ease;
}

.close-player {
  cursor: pointer;
}

.green-audio-player {
  width: 450px;
  min-width: 300px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #fff;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 550px) {
  .green-audio-player {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.green-audio-player.player-accessible .play-pause-btn:hover,
.green-audio-player.player-accessible .controls:hover,
.green-audio-player.player-accessible .volume__button:hover,
.green-audio-player.player-accessible .volume__controls:hover,
.green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.green-audio-player svg,
.green-audio-player img {
  display: block;
}
.green-audio-player .holder {
  position: relative;
  order: 1;
  margin-left: 10px;
}
.green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: #3A71AE;
}
.green-audio-player .holder .play-pause-btn svg {
  width: 11px;
}
.green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.green-audio-player .holder .play-pause-btn .play-pause-btn__icon {
  fill: #fff;
}
.green-audio-player .slider {
  flex-grow: 1;
  background-color: #d8d8d8;
  cursor: pointer;
  position: relative;
}
.green-audio-player .slider .gap-progress {
  background-color: #3A71AE;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #3A71AE;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.green-audio-player .controls {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #55606e;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
@media (max-width: 991px) {
  .green-audio-player .controls {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.green-audio-player .controls span {
  cursor: default;
}
.green-audio-player .controls:focus {
  outline: none;
}
.green-audio-player .volume {
  position: relative;
  order: -1;
}
.green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
}
.green-audio-player .volume .volume__button:focus {
  outline: none;
}
.green-audio-player .volume .volume__button.open path {
  fill: #3A71AE;
}
.green-audio-player .volume .volume__speaker {
  fill: #3A71AE;
}
.green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
}
.green-audio-player .download:focus {
  outline: none;
}
.green-audio-player:focus {
  outline: none;
}

.message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background-color: #151424;
  font-family: "Helvetica", sans-serif;
  color: #fff;
}
body.about-author-page {
  background-color: #F2F1EA;
  color: #262626;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.arrow-btn {
  position: relative;
  padding-right: 60px;
  display: flex;
  align-items: center;
  /* min-width: 250px; */
  width: auto;
  text-decoration: none;
  color: #fff;
  padding: 15px 60px 15px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}
.arrow-btn:hover {
  border-color: #91C8E4;
  color: #262626;
  /* width: 275px; */
  padding-right: 85px;
  margin-right: -25px;
}
.arrow-btn:hover .arrow-btn__icon {
  background-color: #262626;
}
.arrow-btn:hover .arrow-btn__icon svg path {
  fill: #fff;
}
.arrow-btn:hover::before {
  right: 0;
}
.arrow-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  background-color: #91C8E4;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.4s ease;
}
.arrow-btn .arrow-btn__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.arrow-btn .arrow-btn__icon svg path {
  transition: all 0.3s ease;
}

.noise-bg {
  position: relative;
}
.noise-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/noise.svg");
  background-size: contain;
  background-repeat: repeat;
  z-index: 1;
  pointer-events: none;
}

.video-section {
  height: 50vh;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .video-section {
    height: 30vh;
    min-height: 300px;
  }
}
.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.first-screen {
  padding-bottom: 100px;
}
.first-screen .first-screen__content {
  padding-top: 30px;
  padding-bottom: 45px;
  text-align: center;
  color: #488FCD;
}
.first-screen .first-screen__content .title {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .first-screen .first-screen__content .title {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media (max-width: 1024px) {
  .first-screen .first-screen__content .subtitle {
    font-size: 24px;
    line-height: 1.5;
  }
}
.first-screen .btns-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .first-screen .btns-line {
    flex-direction: column;
    gap: 10px;
  }
}

.about-section {
  padding: 60px 0;
  background-image: url("../img/bg-substract.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-section .border-block {
  max-width: 80%;
  margin: 0 auto;
  padding: 50px 40px 40px 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.05);
  text-align: center;
}
@media (max-width: 1024px) {
  .about-section .border-block {
    max-width: 100%;
    padding: 40px 10px;
  }
}
.about-section .about-badge {
  color: #91C8E4;
  border: 1px solid rgba(145, 200, 228, 0.6);
  padding: 10px 20px;
  border-radius: 30px;
  background-color: rgba(145, 200, 228, 0.2);
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 32px;
}
.about-section .title {
  padding-bottom: 16px;
}

.col-lang {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 25%;
}
@media (max-width: 1024px) {
  .col-lang {
    width: 84px;
  }
}
.col-lang .lang-switch {
  position: relative;
}
.col-lang .lang-switch img {
  width: 16px;
  height: 16px;
}
.col-lang .lang-switch:hover .lang-btn {
  opacity: 1;
  pointer-events: auto;
}
.col-lang .active-lang {
  padding: 14px 10px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  cursor: pointer;
}
.col-lang .active-lang img {
  width: 20px;
}
.col-lang .lang-btn {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  background-color: white;
  color: #3F3F3F;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: calc(100% + 10px);
  border-radius: 8px;
  transition: all 0.3s ease;
  padding: 10px 0;
  z-index: 2;
}
.col-lang .lang-btn::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10px;
}
.col-lang .lang-btn .lang-btn__item {
  padding: 0 20px;
  border-bottom: 1px solid #E6E7E7;
  color: #3F3F3F;
  cursor: pointer;
  text-decoration: none;
}
.col-lang .lang-btn .lang-btn__item:first-child {
  padding-bottom: 4px;
}
.col-lang .lang-btn .lang-btn__item:last-child {
  border-bottom: none;
  padding-top: 4px;
}

footer {
  padding: 40px 0 20px 0;
}
footer .footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  footer .footer__content {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  footer .footer__content .col-partner {
    width: 100%;
    order: 2;
  }
}
footer .footer__content .col-partner a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  width: 40%;
  width: auto;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
footer .footer__content .col-partner a:hover {
  border-color: #91C8E4;
  color: #91C8E4;
}
@media (max-width: 1024px) {
  footer .footer__content .col-partner a {
    width: 100%;
    justify-content: center;
    border-radius: 16px;
  }
}
footer .footer__content .col-partner a img {
  width: 35px;
}
footer .footer__content .col-partner.col-partner-2 a{
  padding: 6px 28px;
}

footer .footer__content .col-partner.col-partner-2 a img {
  width: 180px;
  filter: brightness(0) invert(1);
}
footer .footer__content .col-author {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  footer .footer__content .col-author {
    width: calc(100% - 100px);
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  footer .footer__content .col-author .arrow-btn {
    width: 100%;
    padding: 13px 20px;
  }
}
footer .copy-line {
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .copy-line .copy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .copy-line .copy-row {
    font-size: 12px;
  }
}
footer .copy-line .copy-row .left-col {
  width: 50%;
}
@media (max-width: 1024px) {
  footer .copy-line .copy-row .left-col {
    width: auto;
  }
}
footer .copy-line .copy-row .right-col {
  width: 50%;
  text-align: right;
}
@media (max-width: 1024px) {
  footer .copy-line .copy-row .right-col {
    width: auto;
  }
}

header {
  padding: 33px 0;
  background-color: #EEEDE3;
}
@media (max-width: 1024px) {
  header {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  header {
    height: 74px;
  }
}
header .header__content {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1199px) {
  header .header__content {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  header .header__content {
    gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  header .header__content .header__menu {
    display: none;
  }
}
@media (max-width: 991px) {
  header .header__content .header__lang {
    display: none;
  }
}
header .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #262626;
}
header .logo img {
  width: 50px;
}
header .logo .logo__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
header .logo .logo__text .logo__text-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.005em;
}
@media (max-width: 991px) {
  header .logo .logo__text .logo__text-title {
    font-size: 14px;
  }
}
header .logo .logo__text .logo__text-subtitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: #4E5050;
}
@media (max-width: 991px) {
  header .logo .logo__text .logo__text-subtitle {
    font-size: 10px;
  }
}
header .header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header__menu a {
  color: #3F3F3F;
  text-decoration: none;
  padding: 5px 10px;
  transition: all 0.6s ease;
  position: relative;
}
header .header__menu a:hover {
  color: #3A71AE;
}
header .header__menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: #3A71AE;
  transition: all 0.6s ease;
}
header .header__menu a.hover-in::after {
  animation: menu-hover 0.6s ease forwards;
}
header .header__menu a.hover-out::after {
  animation: menu-hover-reverse 0.6s ease forwards;
}
@media (max-width: 1300px) {
  header .header__menu a {
    font-size: 16px;
  }
}
header .header__lang {
  margin-left: auto;
  margin-right: 0;
}
header .header__lang .col-lang {
  width: 100%;
}
header .header-mobile-btn {
  display: none;
  cursor: pointer;
  position: relative;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  header .header-mobile-btn {
    display: flex;
  }
}
header .header-mobile-btn .header-mobile-btn__icon,
header .header-mobile-btn .header-mobile-btn__icon::before,
header .header-mobile-btn .header-mobile-btn__icon::after {
  background: #262626;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
  width: 18px;
  pointer-events: none;
}
header .header-mobile-btn .header-mobile-btn__icon::after {
  top: -6px;
}
header .header-mobile-btn .header-mobile-btn__icon::before {
  top: 6px;
}
header .header-mobile-btn span {
  top: 0;
  transform: rotate(0deg);
  opacity: 1;
  transition: none;
}
header .header-mobile {
  position: fixed;
  left: -100%;
  top: 74px;
  background: #F2F1EA;
  height: calc(100vh - 74px);
  z-index: 1;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
header .header-mobile .header__lang {
  margin-left: 0;
  margin-bottom: auto;
  padding-top: 20px;
}
header .header-mobile .header__menu {
  margin-bottom: auto;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
header .header-mobile .header__menu a {
  font-size: 18px;
}

.open-menu {
  overflow: hidden;
}
.open-menu .header-mobile {
  left: 0;
}
.open-menu .header-mobile-btn .header-mobile-btn__icon {
  background: transparent;
}
.open-menu .header-mobile-btn .header-mobile-btn__icon::before {
  transform: rotate(45deg);
}
.open-menu .header-mobile-btn .header-mobile-btn__icon::after {
  transform: rotate(-45deg);
}
.open-menu .header-mobile-btn .header-mobile-btn__icon::before,
.open-menu .header-mobile-btn .header-mobile-btn__icon::after {
  top: 0;
  transition: top ease 0.3s, transform ease 0.3s 0.3s;
}

.img {
  line-height: 0;
}
.img img {
  width: 100%;
}

.content-block {
  position: relative;
}
@media (max-width: 991px) {
  .content-block {
    overflow-x: hidden;
  }
  .content-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 991px) {
  .first-section .content-col-large .title {
    display: none;
  }
}

.content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 125px;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .content-row {
    padding: 40px 0;
    gap: 40px;
  }
}
.content-row .title-mobile {
  display: none;
}
@media (max-width: 991px) {
  .content-row .title-mobile {
    display: block;
  }
}
.content-row .content-col-small {
  width: calc(40% - 62.5px);
}
@media (max-width: 991px) {
  .content-row .content-col-small {
    width: 100%;
  }
}
.content-row .content-col-large {
  width: calc(60% - 62.5px);
  position: sticky;
  top: 50px;
}
@media (max-width: 991px) {
  .content-row .content-col-large {
    width: 100%;
    position: static;
  }
}
.content-row .content-col-large .text p:first-child {
  margin-top: 0;
}
.content-row .content-col-large .text p:last-child {
  margin-bottom: 0;
}
.content-row .content-col-full {
  width: 100%;
}
.content-row .content-col-full .img-desc {
  width: 40%;
}
@media (max-width: 991px) {
  .content-row .content-col-full .img-desc {
    width: 100%;
  }
}
.content-row .content-hight-img {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .content-row .content-hight-img {
    padding-top: 10px;
  }
}
.content-row .compress-to-top {
  margin-top: -160px;
}
@media (max-width: 991px) {
  .content-row .compress-to-top {
    margin-top: -10px;
  }
}
.content-row.title-row {
  padding: 0;
}
@media (max-width: 991px) {
  .content-row.title-row {
    padding-top: 30px;
  }
}
.content-row.title-row .title {
  margin-bottom: 0;
}
.content-row.three-col-row {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .content-row.three-col-row {
    padding-bottom: 0;
  }
}
.content-row .content-col-three {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .content-row .content-col-three {
    gap: 40px;
  }
}
.content-row .content-col-three .img-col {
  width: calc(33.3333333333% - 13.33px);
}
@media (max-width: 991px) {
  .content-row .content-col-three .img-col {
    width: 100%;
  }
}
.content-row .content-col-three .img-col .img {
  height: 0;
  padding-bottom: 120%;
  position: relative;
}
.content-row .content-col-three .img-col .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.content-row .content-col-two {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .content-row .content-col-two {
    gap: 40px;
  }
}
.content-row .content-col-two .img-col {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .content-row .content-col-two .img-col {
    width: 100%;
  }
}
.content-row .gs_reveal {
  padding-top: 80px;
}
.content-row .gs_reveal:first-child {
  padding-top: 0;
}
.content-row .title {
  margin-bottom: 150px;
  color: #3A71AE;
  position: relative;
}
@media (max-width: 991px) {
  .content-row .title {
    margin-bottom: 50px;
  }
}
.content-row .title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 5px;
  width: 190px;
  border-radius: 5px;
  background-color: #3A71AE;
}
@media (max-width: 991px) {
  .content-row .text {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .content-row .text {
    font-size: 18px;
  }
}
.content-row .img-desc {
  padding-top: 30px;
  color: #4E5050;
}
.content-row .right-align-block {
  margin-left: auto;
}

img.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  z-index: 999;
  pointer-events: none;
}

@keyframes menu-hover {
  0% {
    right: 100%;
  }
  50% {
    right: 0;
    left: 0;
  }
  100% {
    right: 0;
    left: 100%;
  }
}
@keyframes menu-hover-reverse {
  0% {
    right: 0;
    left: 100%;
  }
  50% {
    right: 0;
    left: 0;
  }
  100% {
    right: 100%;
  }
}
.about-author-page .col-lang .active-lang {
  background-color: #F2F1EA;
  border-color: #F2F1EA;
  position: relative;
  z-index: 2;
}
.about-author-page .col-lang .arrow-icon path {
  fill: #262626;
}
.about-author-page .arrow-btn {
  color: #262626;
  border-color: #fff;
  background-color: #fff;
}
.about-author-page .arrow-btn:hover {
  border-color: #91C8E4;
  color: #91C8E4;
}
.about-author-page .arrow-btn .arrow-btn__icon {
  background-color: #262626;
}
.about-author-page .arrow-btn .arrow-btn__icon svg path {
  fill: #fff;
}
.about-author-page footer {
  background-color: #EEEDE3;
}
.about-author-page footer .col-lang .active-lang {
  background-color: #fff;
}
.about-author-page footer .col-partner a {
  color: #262626;
  border-color: rgba(0, 0, 0, 0.2);
}
.about-author-page footer .col-partner a img {
  filter: invert(1);
}

.about-author-page footer .footer__content .col-partner.col-partner-2 a img{
  filter: none;
}

.mymodal-container {
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(38, 38, 38, 0.3);
}
.mymodal-container.open {
  pointer-events: auto;
  opacity: 1;
}
.mymodal-container .mymodal-body {
  max-height: 90vh;
  padding: 40px 20px 40px 40px;
  background-color: #F2F1EA;
  color: #262626;
  width: 90%;
  position: relative;
  max-width: 1000px;
}
@media (max-width: 991px) {
  .mymodal-container .mymodal-body {
    padding: 20px;
  }
}
.mymodal-container .mymodal-body .scroll-section {
  max-height: calc(90vh - 120px);
  overflow-y: auto;
}
.mymodal-container .mymodal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  line-height: 0;
}
@media (max-width: 991px) {
  .mymodal-container .mymodal-close {
    top: 5px;
    right: 5px;
  }
}
.mymodal-container .mymodal-close:hover svg path {
  fill: #3A71AE;
}
.mymodal-container .mymodal-close svg {
  pointer-events: none;
}
.mymodal-container .mymodal-close svg path {
  transition: all 0.3s ease;
}
.mymodal-container .content-row {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}
.mymodal-container .content-row .title {
  margin-bottom: 40px;
}
.mymodal-container .content-row .full-text {
  padding-top: 0;
  padding-bottom: 60px;
}
.mymodal-container .content-row .full-text p {
  margin: 0;
}
.mymodal-container .content-row .img-text {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .mymodal-container .content-row .img-text {
    flex-wrap: wrap;
  }
}
.mymodal-container .content-row .img-text.second-img-text {
  padding-top: 60px;
}
.mymodal-container .content-row .img-text .img-col {
  width: calc(40% - 10px);
}
@media (max-width: 991px) {
  .mymodal-container .content-row .img-text .img-col {
    width: 100%;
  }
}
.mymodal-container .content-row .img-text .img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mymodal-container .content-row .img-text .text-col {
  width: calc(60% - 10px);
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 991px) {
  .mymodal-container .content-row .img-text .text-col {
    width: 100%;
  }
}
.mymodal-container .content-row .img-text .text-col ul {
  margin: 0;
  padding-left: 20px;
}
.mymodal-container .content-row .img-text .text-col .img-desc {
  margin-top: auto;
}
.mymodal-container .partners-block {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .mymodal-container .partners-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.mymodal-container .partners-block .title {
  margin-bottom: 50px;
}
.mymodal-container .partners-block .two-cols {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .mymodal-container .partners-block .two-cols {
    flex-wrap: wrap;
  }
}
.mymodal-container .partners-block .two-cols .my-col {
  width: calc(50% - 20px);
  text-align: center;
}
@media (max-width: 991px) {
  .mymodal-container .partners-block .two-cols .my-col {
    width: 100%;
  }
}
.mymodal-container .partners-block .two-cols img {
  width: 200px;
}
.mymodal-container .partners-block .two-cols .org-title {
  padding: 20px 0;
}
.mymodal-container .partners-block .two-cols .org-desc {
  color: #4E5050;
  max-width: 300px;
  margin: 0 auto;
}

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